body {
/*  background: url(../img/sp_index.jpg) center top no-repeat;*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}


section {
  margin: 0;
  padding: 0;
  min-width: 1040px;
}


/*
img {
  max-width: 100%;
}
*/


.onlySP {
  display: none;
}




/*==================================================
  TOP - MV
==================================================*/
#top {
  position: relative;
  height: 855px;
}


#top .logo {
  padding: 66px 60px;
}
#top .logo img {
  width: 206px;
}


#top .mv {
  position: absolute;
  top: 0;
  left: calc(50% - 60px);
  width: 580px;
  height: 780px;
  overflow: hidden;
}
#top .mv img {
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 1.25s;
  width: 100%;
  height: 100%;
}
#top .mv img.__fade {
  transform: scale(1.08);
  opacity: 0;
}


#top .num-circle {
  position: absolute;
  top: 360px;
  left: calc(50% + 563px);
}
#top .num-circle li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-top: 10px;
  color: #ccc;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition-duration: 1.5s;
}
#top .num-circle li.__current {
  border-color: #e0e0e0;
  color: #666;
}
#top .num-circle svg {
  position: absolute;
  top: -3px;
  left: -5px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  pointer-events: none;
}
#top .num-circle .timer-circle {
  stroke-dasharray: 140; 
  stroke-dashoffset: 140;
  transition: all 1s linear;
}


#top .ttl {
  position: absolute;
  top: 154px;
  left: calc(50% - 606px);
}
#top .ttl img {
  width: 648px;
}


#top .suit {
  position: absolute;
  bottom: 0;
  left: calc(50% - 343px);
}
#top .suit img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: 590px;
  transition-duration: .75s;
}
#top .suit img.__fade {
  opacity: 0;
}


#top .catch {
  position: absolute;
  top: 403px;
  left: calc(50% - 577px);
}
#top .catch img {
  width: 217px;
}


#top .spec {
  position: absolute;
  top: 725px;
  left: calc(50% - 580px);
  color: #cccccc;
  font-size: 11px;
  line-height: 2;
}




/*==================================================
  MESSAGE
==================================================*/
#message {
  padding-top: 140px;
  text-align: center;
}


#message h2 img {
  margin-left: -30px;
  width: 376px;
}


#message p {
  margin-top: 37px;
  padding-bottom: 31px;
  font-feature-settings: 'palt';
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 2.34;
}

#message > div {
  display: flex;
  justify-content: center;
  background: url(../img/bg_gray.png) left top repeat-y;
  background-size: 50%;
  margin-top: 20px;
  padding-top: 60px;
}

#message > div > div {
  max-width: 480px;
}

#message > div > div + div {
  margin-left: 80px;
}

#message > div > div h3 {
  font-size: 18px;
}

#message > div > div p {
  font-size: 14px;
  text-align: left;
}



/*==================================================
  ORDER SUIT
==================================================*/
#order {
  padding-top: 79.30vw;
  padding-bottom: 174px;
  background:
    url(../img/kv_ordersuit_pc.jpg) center top no-repeat,
    url(../img/bg_gray.png) left top repeat-y;
  background-size: 100%, 50%;
  text-align: center;
}
@media (max-width: 1280px) {
  #order {
    padding-top: 1015px;
    background-size: 1280px, 50%;
  }
}

#order h2 img {
  margin-left: 7px;
  width: 572px;
}


#order h3 {
  margin-top: 55px;
  margin-left: 8px;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 2px;
}


#order p {
  margin-top: 23px;
  padding-bottom: 31px;
  font-feature-settings: 'palt';
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 2.34;
}




/*==================================================
  FABRIC
==================================================*/
#fabric {
  position: relative;
  padding-top: 60px;
  background: url(../img/bg_gray.png) left top repeat-y;
  background-size: 50%;
}


#fabric .kv {
  position: absolute;
  top: 0;
  left: 50%;
}
#fabric .kv img {
  width: 640px;
}


#fabric .text-block {
  margin: 0 auto;
  padding-bottom: 84px;
  width: 1132px;
}


#fabric .text-block h2 img {
  width: 368px;
}


#fabric .text-block h3 {
  margin: 44px 0 0 6px;
  width: 1122px;
  font-feature-settings: 'palt';
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 1.5625;
}


#fabric .text-block p {
  margin: 20px 0 0 8px;
  width: 500px;
  font-feature-settings: 'palt';
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 2.29;
}

#fabric .text-block figure {
  margin-top: 40px;
  margin-left: 8px;
}
#fabric .text-block figure img {
  width: 340px;
  height: 220px;
  object-fit: cover;
}

#fabric .point {
  background-color: #e5e9ee;
  padding-bottom: 60px;
}
#fabric .point > div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 80px;
}
#fabric .point > div:first-child {
  padding-top: 200px;
}
#fabric .point > div:last-child {
  padding-bottom: 120px;
}

#fabric .point > div figure,
#fabric .point > div p {
  position: relative;
  width: 480px;
}
#fabric .point > div p {
  margin-left: 80px;
  margin-top: 22px;
  font-feature-settings: 'palt';
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
  text-align: justify;
}
#fabric .point > div p span {
  display: block;
}

#fabric .point > div p::before {
  position: absolute;
  top: -64px;
  left: -124px;
  content: '';
  display: inline-block;
  width: 85px;
  height: 85px;
  background: url(../img/fig_point1.png) no-repeat;
  background-size: contain;
  z-index: 2;
}
#fabric .point > div:nth-child(2) p::before {
  background-image: url(../img/fig_point2.png)
}
#fabric .point > div:nth-child(3) p::before {
  background-image: url(../img/fig_point3.png)
}

#fabric .point > div figure img {
  width: 100%;
}

#fabric .point > p {
  margin: 10px auto 0;
  width: 100%;
  max-width: 1040px;
}

#fabric p.spec {
  color: #b4b6b7;
  font-feature-settings: 'palt';
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.86;
  word-wrap: break-all;
  overflow-wrap: break-all;
}


/*==================================================
  MANUFACTURING
==================================================*/
#manufacturing {
  position: relative;
  margin-top: 222px;
  padding-bottom: 215px;
}
#manufacturing::before {
  content: '';
  display: block;
  position: absolute;
  top: 404px;
  left: 0;
  width: 100%;
  height: 1000px;
  background: url(../img/bg_gray.png) right top repeat-y;
  background-size: 50%;
  z-index: -1;
}


#manufacturing h2 {
  text-align: center;
}
#manufacturing h2 img {
  margin-left: -20px;
  width: 938px;
}


#manufacturing .kv {
  margin: 38px auto;
  width: 100%;
  max-width: 1040px;
  height: 340px;
  background: url(../img/kv_manufacturing_pc.jpg) center no-repeat;
  background-size: cover;
}



#manufacturing .text-block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 55px auto 0;
  max-width: 1040px;
  position: relative;
}
#manufacturing .text-block h3 {
  padding: 0 0 0 24px;
  width: 520px;
  font-feature-settings: 'palt';
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 1.5625;
}
#manufacturing .text-block p {
  padding-left: 42px;
  width: 520px;
  font-feature-settings: 'palt';
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 2.29;
  text-align: justify;
}
#manufacturing .text-block p + p {
  margin-top: 20px
}


#manufacturing .photo-block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 50px auto 0;
  width: 100%;
  max-width: 440px;
  position: absolute;
  left: 10px;
  bottom: 8px;
}
#manufacturing .photo-block img {
  max-width: 176px;
  margin-left: 16px;
  margin-top: 16px;
}




/*==================================================
  SHOP
==================================================*/
#shop {
  position: relative;
  padding-left: 50%;
  background: url(../img/bg_gray.png) right top repeat-y;
  background-size: 50%;
}


#shop .kv {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 940px;
  background: url(../img/kv_shop.jpg) center no-repeat;
  background-size: cover;
  z-index: 10;
}


#shop .text-block {
  padding: 58px 84px 52px 76px;
}
#shop .text-block h2 img {
  width: 265px;
}
#shop .text-block h3 {
  margin-top: 45px;
  padding-left: 6px;
  font-feature-settings: 'palt';
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 1.5625;
}
#shop .text-block p {
  margin-top: 20px;
  padding-left: 8px;
  width: 480px;
  font-feature-settings: 'palt';
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 2.29;
  text-align: justify;
}


#shop .flow {
  position: relative;
  width: 50vw;
  height: 418px;
  background-color: #e5e9ee;
  overflow: hidden;
}

#shop .flow h3 {
  position: absolute;
  padding: 29px 10px 0 32px;
  height: 100%;
  background: rgba(229, 233, 238, 0.75);
  z-index: 2;
}
#shop .flow h3 img {
  width: 20px;
}

#shop .flow .flow-wrap {
  position: absolute;
  top: 60px;
  left: 102px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  transition-duration: .75s;
}
#shop .flow .flow-wrap.__flow1 { left: 102px;}
#shop .flow .flow-wrap.__flow2 { left: -218px;}
#shop .flow .flow-wrap.__flow3 { left: -538px;}
#shop .flow .flow-wrap.__flow4 { left: -858px;}
#shop .flow .flow-wrap.__flow5 { left: -1178px;}
#shop .flow .flow-wrap.__flow6 { left: -1498px;}

#shop .flow .flow-wrap > div {
  position: relative;
  width: 260px;
}
#shop .flow .flow-wrap > div:not(:first-child) {
  margin-left: 60px;
}
#shop .flow .flow-wrap > div::before {
  position: absolute;
  top: -18px;
  left: -14px;
  content: '';
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../img/fig_num1.png) no-repeat;
  background-size: contain;
  z-index: 2;
}
#shop .flow .flow-wrap > div:nth-child(2)::before { background-image: url(../img/fig_num2.png);}
#shop .flow .flow-wrap > div:nth-child(3)::before { background-image: url(../img/fig_num3.png);}
#shop .flow .flow-wrap > div:nth-child(4)::before { background-image: url(../img/fig_num4.png);}
#shop .flow .flow-wrap > div:nth-child(5)::before { background-image: url(../img/fig_num5.png);}
#shop .flow .flow-wrap > div:nth-child(6)::before { background-image: url(../img/fig_num6.png);}

#shop .flow .flow-wrap figure img {
  width: 100%;
}

#shop .flow .flow-wrap dl {
  margin-top: 18px;
}
#shop .flow .flow-wrap dl dt {
  font-size: 15px;
  font-weight: bold;
}
#shop .flow .flow-wrap dl dd {
  margin-top: 8px;
  font-size: 13px;
  line-height: 2;
  text-align: justify;
}


#shop .flow .flow-dot {
  position: absolute;
  top: 385px;
  left: 172px;
  font-size: 0;
}
#shop .flow .flow-dot li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #b7c3d0;
  cursor: pointer;
}
#shop .flow .flow-dot li:not(:first-child) {
  margin-left: 12px;
}
#shop .flow .flow-dot li.__current {
  background-color: #002b56;
}




/*==================================================
  MODEL
==================================================*/
#model {
}


#model .title-block {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 220px;
  width: 100%;
  max-width: 1040px;
}

#model .title-block h2 {
  padding-left: 42px;
}
#model .title-block h2 img {
  width: 379px;
}

#model .title-block p {
  margin-top: -5px;
  width: 480px;
  font-feature-settings: 'palt';
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 2.29;
  text-align: justify;
}


#model .photo-block {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 58px;
  width: 100%;
  max-width: 1040px;
}

#model .photo-block > div {
  width: 320px;
}

#model .photo-block > div figure img{
  width: 100%;
}

#model .photo-block > div dl dt {
  margin-top: 26px;
  font-feature-settings: 'palt';
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
}

#model .photo-block > div dl dd {
  margin-top: 10px;
  font-feature-settings: 'palt';
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 2.29;
  text-align: justify;
}




/*==================================================
  FORMAL
==================================================*/
#formal {
  margin-top: 170px;
  padding-bottom: 155px;
  width: 100%;
  background: #000 url(../img/img_formal_pc.jpg) calc(50% - 214px) bottom no-repeat;
  background-size: 610px;
}


#formal .text-block {
  padding: 152px 0 0 calc(50% + 76px);  
}
#formal .text-block h2 img {
  width: 438px;
}
#formal .text-block h3 {
  margin-top: 52px;
  color: #fff;
  font-feature-settings: 'palt';
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 1.5625;
}
#formal .text-block p {
  margin-top: 20px;
  width: 446px;
  color: #fff;
  font-feature-settings: 'palt';
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 2.29;
  text-align: justify;
}




/*==================================================
  RESERVE
==================================================*/
#reserve {
  padding: 120px 0 180px;
}


#reserve div {
  margin: 0 auto;
  padding: 78px 220px;
  width: 1040px;
  border: 8px solid #000;
  background-color: #fff;
}

#reserve div h2  {
  text-align: center;
}
#reserve div h2 img {
  width: 467px;
}

#reserve div p {
  margin-top: 40px;
  font-feature-settings: 'palt';
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 2.29;
}

#reserve div p a {
  color: #000;
  text-decoration: none;
}

#reserve div nav {
  text-align: center;
}
#reserve div nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  width: 460px;
  height: 60px;
  background: #000 url(../img/ico_blank.png) right 12px top 12px no-repeat;
  background-size: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  transition-duration: 0.2s;
}


@media (min-width: 751px) {
  #reserve div p a:hover {
    text-decoration: underline;
  }
  #reserve div nav a:hover {
    background-color: #d1d1d1;
  }
}




/*==================================================
  BACK TO TOP
==================================================*/
.back-to-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 320px;
  background: url(../img/bg_backtotop.png) center repeat,
    url(../img/bg_backtotop_ov.png) center repeat;;
  background-size: 1280px;
}
.back-to-top a img {
  width: 460px;
  transition-duration: 0.2s;
}


@media (min-width: 751px) {
/*
  .back-to-top a:hover {
    background-image: url(../img/bg_backtotop_ov.png);
  }
*/
  .back-to-top a:hover img {
    box-shadow: inset 0 0 0 8px #fff;
  }
}




/*==================================================
  COPYRIGHT
==================================================*/
.copyright {
  padding: 30px;
  text-align: center;
  background-color: #fff;
}
.copyright img {
  width: 360px;
}




/*==================================================
  MENU
==================================================*/
#gnv {
  position: fixed;
  z-index: 100;
}

#gnv a.nv-menu {
  position: fixed;
  top: 40px;
  right: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 52px;
  height: 52px;
  z-index: 10;
  cursor: pointer;
}

#gnv a.nv-menu span {
  display: block;
  width: 16px;
  height: 2px;
  margin-left: -4px;
  background: #666666;
  z-index: 100;
}
#gnv a.nv-menu::before {
  position: absolute;
  top: 19px;
  left: 16px;
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #666666;
  transition-duration: .2s;
  z-index: 101;
}
#gnv a.nv-menu::after {
  position: absolute;
  bottom: 19px;
  left: 16px;
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #666666;
  transition-duration: .2s;
  z-index: 101;
}
#gnv a.nv-menu:hover::before {
  top: 17px;
}
#gnv a.nv-menu:hover::after {
  bottom: 17px;
}

.__isMenu #gnv a.nv-menu span {
  margin-left: 0;
  width: 52px;
  height: 52px;
  border: 2px solid #e2e2e2;
  border-radius: 50%;
  background-color: #fff;
  transition-duration: .2s;
}
.__isMenu #gnv a.nv-menu::before {
  transform: rotate(30deg) translate(4px, 4px);
}
.__isMenu #gnv a.nv-menu::after {
  transform: rotate(-30deg) translate(4px, -5px);
}
.__isMenu #gnv a.nv-menu:hover span {
  background-color: #e2e2e2;
}
.__isMenu #gnv a.nv-menu:hover::before {
  top: 19px;
  background-color: #fff;
}
.__isMenu #gnv a.nv-menu:hover::after {
  bottom: 19px;
  background-color: #fff;
}

#gnv > div {
  position: fixed;
  top: -100vh;
  left: 0;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 10;
}
.__isMenu #gnv > div {
  top: 0;
}
.__isMenu #gnv > div::after {
  content: '';
  display: block;
  width: 45.3125%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: calc(50% - 60px);
  background: #fff url(../img/img_menu.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1120px) {
  .__isMenu #gnv > div::after {
    left: 510px;
  }
}

.__isMenu #gnv > div .logo {
  position: absolute;
  top: 66px;
  left: 60px;
  z-index: 50;
}
.__isMenu #gnv > div .logo img {
  width: 206px;
}

.__isMenu #gnv > div ul {
  margin-left: 60px;
}
.__isMenu #gnv > div ul li {
  margin-top: 4vh;
  transition-duration: .35s;
  cursor: pointer;
}
.__isMenu #gnv > div ul li:nth-child(1) a img { width: 151px}
.__isMenu #gnv > div ul li:nth-child(2) a img { width: 290px}
.__isMenu #gnv > div ul li:nth-child(3) a img { width: 358px}
.__isMenu #gnv > div ul li:nth-child(4) a img { width: 209px}
.__isMenu #gnv > div ul li:nth-child(5) a img { width: 422px}
.__isMenu #gnv > div ul li:nth-child(6) a img { width: 170px}
.__isMenu #gnv > div ul li:nth-child(7) a img { width: 221px}
.__isMenu #gnv > div ul li:nth-child(8) a img { width: 308px}
.__isMenu #gnv > div ul li:nth-child(9) a img { width: 354px}

.__isMenu #gnv > div ul li:hover {
  transform: translateX(-20px);
}


@media (max-height: 700px) {
  #gnv .logo {
    display: none;
  }
}



body.__isMenu {
  height: 100vh;
  overflow: hidden;
}




/*==================================================
  SCROLL
==================================================*/
footer {
  position: relative;
}



.nv-reserve {
  position: fixed;
  bottom: -200px;
  right: 0;
  width: 440px;
  height: 120px;
  background: url(../img/nv_reservation_ov.png) no-repeat;
  background-size: 100%;
  z-index: 20;
  transition-duration: 0.75s;
}
.nv-reserve.__fix {
  bottom: 0;
}
.nv-reserve img {
  width: 100%;
  transition-duration: .3s;
}
.nv-reserve:hover img {
  opacity: 0;
}



.nv-scroll {
  position: absolute;
  top: -100px;
  left: calc(50% + 576px);
  width: 10px;
  height: 53px;
  background: url(../img/txt_scroll.png) no-repeat;
  background-size: 10px;
  transition-duration: 0.75s;
}
.nv-scroll a {
  display: block;
  width: 10px;
  height: 53px;
}

.nv-scroll.__fix {
  position: fixed;
  top: auto;
  bottom: 150px;
  transform: translateY(-50px);
}
.nv-scroll::after {
  content: '';
  position: absolute;
  left: 49%;
  bottom: -50px;
  display: inline-block;
  width: 1px;
  height: 39px;
  background-color: #cccccc;
  animation: arrow 2.5s ease 0s infinite normal;
}
@keyframes arrow {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  75% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}


.nv-scroll.__pagetop {
  height: 70px;
  background-image: url(../img/txt_pagetop.png);
  transform: translateY(0);
}
.nv-scroll.__pagetop::after {
  top: -90px;
  bottom: auto;
  height: 80px;
  animation: arrow-prev 0.75s;
}
@keyframes arrow-prev {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
}
.nv-scroll.__pagetop::before {
  content: '';
  position: absolute;
  top: -90px;
  left: 49%;
  display: inline-block;
  width: 1px;
  height: 1px;
  background-color: #cccccc;
  transform: rotate(-25deg);
  transform-origin: top;
  animation: arrow-prev-fin 0.25s;
  animation-delay: 0.75s;
  animation-fill-mode: forwards;
}
@keyframes arrow-prev-fin {
  0% {
    height: 1px;
  }
  100% {
    height: 20px;
  }
}




/*==================================================
  BANNER
==================================================*/
#bnr {
  margin-top: 120px;
  text-align: center;
}
#bnr a {
  transition-duration: .3s;
}
#bnr a:hover {
  opacity: 0.7;
}



