@charset 'utf-8';

body {
  min-width: 1200px;
  min-height: 100%;
  background-color: #fff;
  background-image: url('./../../images/common/common-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  color: #292726;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  /*font-family: Lato, "Noto Sans JP", " 游ゴシック Medium", " 游ゴシック体 ", "Yu Gothic Medium", YuGothic, " ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", " メイリオ ", Meiryo, "ＭＳ Ｐゴシック ", "MS PGothic", sans-serif;*/
  font-weight: 500;
}
body.home {
  /*-webkit-animation: dispBody 1s ease normal;
  animation: dispBody 1s ease normal;*/
}
@media all and (max-width: 750px){
  body {
    min-width: 100%;
  }
}

@-webkit-keyframes dispBody {
  0% { opacity: 0; }
  90% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes dispBody {
  0% { opacity: 0; }
  90% { opacity: 0; }
  100% { opacity: 1; }
}

#container {
  position: relative;
}
@media all and (max-width: 750px){
  #container {
    /*overflow: hidden;*/
  }
}

#main {
  min-height: 87vh;
  /*padding: 30px 0;*/
}
@media all and (max-width: 750px){
  #main {
    min-height: 73vh;
    /*padding: 8vw 0;*/
  }
}

.boxContent {
}
@media all and (max-width: 750px){
  .boxContent {
  }
}



/***** Header *****/
.boxHeader {
  padding-top: 100px;
}
@media all and (max-width: 750px){
  .boxHeader {
    padding-top: 20vw;
  }
}

.boxHeader01 .ttlHeader {
  text-align: center;
}

@media all and (max-width: 750px){
  .boxHeader01 .ttlHeader img {
    width: 80vw;
  }
}


/***** Hmb Menu *****/
.btnHmbMenu {
  /*position: fixed;
  top: 27px;
  right: 14px;
  z-index: 1000;*/
  cursor: pointer;
  margin-bottom: 35px;
}
@media all and (max-width: 750px){
  .btnHmbMenu {
    position: fixed;
    z-index: 1002;
    top: 5.3vw;
    right: 4vw;
    width: 4.5vw;
    margin: 0;
  }
}

.boxHmbMenu {
  /*display: none;*/
  overflow-y: auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -1000px;
  width: 470px;
  height: 100%;
  padding-right: 70px;
  background-color: #fff;/*rgba(255,255,255,0.8);*/
  background-color: #000417;
  background-image: url('./../../images/common/hmb-menu-bg01.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  transition: right 0.8s;
}
@media all and (max-width: 750px){
  .boxHmbMenu {
    display: none;
    top: 0;/*16vw;*/
    left: 0;
    right: auto;
    width: 100%;
    padding-right: 0;
    padding-top: 16vw;
    background-color: #000417;
    background-image: url('./../../images/common/hmb-menu-bg01.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
  }
}

.ulHmbMenu {
  margin-bottom: 30px;
  padding-top: 50px;
}
@media all and (max-width: 750px){
  .ulHmbMenu {
    margin-bottom: 11vw;
    padding-top: 13vw;
  }
}

.ulHmbMenu > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 0 20px 40px;
}
@media all and (max-width: 750px){
  .ulHmbMenu > li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding: 4.8vw 0 4.8vw 7vw;
  }
}

.ulHmbMenu > li:before {
  content: '―';
  margin-right: 20px;
  color: rgba(255,255,255,0.7);
}
@media all and (max-width: 750px){
  .ulHmbMenu > li:before {
    content: '―';
    margin-right: 4vw;
    color: rgba(255,255,255,0.7);
  }
}

.ulHmbMenu > li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}
@media all and (max-width: 750px){
  .ulHmbMenu > li a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
  }
}

.ulHmbMenu > li a .txtEn {
  width: 100px;
  font-size: 1.8rem;
}
@media all and (max-width: 750px){
  .ulHmbMenu > li a .txtEn {
    width: 21.8vw;
    font-size: 1.5rem;
  }
}

.ulHmbMenu > li a .txtJa {
  padding-top: 0.2em;
  letter-spacing: 0.15em;
  font-size: 1.0rem;
  color: rgba(255,255,255,0.8);
}
@media all and (max-width: 750px){
  .ulHmbMenu > li a .txtJa {
    padding-top: 0.2em;
    letter-spacing: 0.15em;
    font-size: 0.72rem;
    color: rgba(255,255,255,0.8);
  }
}



/*##### Footer #####*/
.boxCopyright {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 50px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.07em;
  font-size: 0.88rem;
  font-weight: 400;
}
@media all and (max-width: 750px){
  .boxCopyright {
    letter-spacing: normal;
    min-height: 18vw;
    font-size: 0.5rem;
  }
}

@media all and (max-width: 750px){
  .boxCopyright .markCopy {
    font-family: Verdana, Roboto, "Droid Sans";
  }
}





/*##### Common Contents #####*/
