@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700');

/* ラインナップ 
-----------------------------------------*/

.mincho {
  font-weight: 600;
}

main>.inner,
article.inner,
article .inner {
  padding: 0 46px 0;
}

#visual {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}

#lead {}

#main-lead {
  text-align: center;
}

#main-lead b {
  color: #eb0000;
}

#lead h2,
#fabric h2,
#option h2 {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 34px;
  font-size: 3.4rem;
  padding: 48px 0 30px;
  font-weight: 600;
}

#lead h2 span,
#fabric h2 span,
#option h2 span {
  font-size: 22px;
  font-size: 2.2rem;
}

.price-layout {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.price {
  text-align: center;
  font-size: 50px;
  font-size: 4rem;
  margin: 20px auto 0;
  display: table;
  border-collapse: collapse;
}

.price .title {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #3c1e00;
  padding: 10px 50px;
  font-weight: bold;
  font-size: 2.5rem;
}

.price .td {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #3c1e00;
  padding: 18px 40px 8px;
  font-weight: bold;
  line-height: 65%;
}

.price .ptr {
  display: table-row;
}

.price .yen {
  font-size: 20px;
  font-size: 2rem;
}

.price .tax {
  font-size: 16px;
  font-size: 1.6rem;
}

#lead .annotation {
  font-size: 1.4rem;
  width: 680px;
  margin: 15px auto 50px;
}


/* MODEL 
------------------------*/
#model .box {
  padding: 0 45px;
  margin: 30px 0 50px;
}

#model .box .image {
  float: left;
  width: 320px;
}

#model .box .info {
  float: right;
  width: 620px;
}

#model .box .info h3 {
  margin: 0px 0 20px;
  ;
}

#model .box .info h3 .eng {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 130%;
}

#model .box .info h3 .jpn {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

#model .box .info .thumbs {
  margin: 40px 0 20px;
}

#model .box .info .thumbs li {
  float: left;
  margin-right: 40px;
}

#model .box .info .thumbs li:nth-child(4n) {
  margin-right: 0;
}

#model .box .info .thumbs p {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

#model .box .info .more {
  text-align: right;
}

/* FABRIC
------------------------*/
#fabric {
  background-color: #eeeeee;
  padding-bottom: 50px;
  margin-top: 50px;
}

#fabric .lists {
  text-align: center;
  margin-bottom: 50px;
}

#fabric .lists ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

#fabric .lists li {
  margin: 10px 25px;
}

#fabric .btn {
  margin: 0 20px;
}

#fabric .block-image {
  margin-bottom: 30px;
  line-height: 0;
}

#fabric .block-image img {
  max-width: 100%;
}

/* OPTION
------------------------*/

#option .lead {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
}


#option .lead b {
  color: #9a121b;
}

#option .lists {
  text-align: center;
}

#option .lists {
  text-align: center;
}

#option .lists ul.layout {
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#option .lists ul.layout li {
  margin: 10px 22px;
  width: 160px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 120%;
}

#option .lists ul.layout li span {
  font-size: 11px;
  font-size: 1.1rem;
}

#option .lists ul.layout p {
  font-size: 12px;
  font-size: 1.2rem;
}

#option .block-image {
  margin-bottom: 30px;
  line-height: 0;
}

#option .block-image img {
  max-width: 100%;
}

#popular-option {
  width: 996px;
  margin: 0 auto;
}

#ladies-suits #popular-option {
  width: 1200px;
}

#popular-option.noslide {
  display: flex;
  justify-content: center;
}

#popular-option .image {
  margin-right: 17px;
  width: 237px;
}

#popular-option .image p {
  /*	font-size: 1.2rem; */
}

#popular-option .slick-prev {
  top: 50%;
  left: -35px;
  margin-top: -30px;
}

#popular-option .slick-prev:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-left: 4px solid #000;
  border-bottom: 4px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#popular-option .slick-next {
  top: 50%;
  right: -35px;
  margin-top: -30px;
}

#popular-option .slick-next:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-right: 4px solid #000;
  border-top: 4px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#option .ann {
  text-align: center;
  font-size: 1.6rem;
  margin: 20px 0 40px;
}

#option .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#option .links li {
  width: 24%;
  margin: 0 0.5% 10px 0;
}

#option .links li a {
  display: block;
  line-height: 100%;
  padding: 16px;
  text-align: center;
  font-size: 1.4rem;
  text-decoration: none;
  border: 1px solid #3c1e00;
}

#option .links li a:hover {
  background-color: #3c1e00;
  color: #fff;
}


/*--------------------------
  SUITS
----------------------------*/
#suits .price-layout {
  width: 940px;
  margin: 0 auto 50px;
}

#suits .price-layout .price {
  margin: 20px 0 0;
}


#suits #main-lead .link a {
  color: #8D0000;
}

#suits #lead .annotation {
  width: 940px;
}

#suits #page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 720px;
  margin: 0 auto 30px;
}

#suits #page-nav li {
  max-width: 200px;
  margin-bottom: 40px;
  width: 30%;
  text-align: right;
}

#suits #page-nav li a {
  position: relative;
  padding-right: 40px;
  text-decoration: none;
}

#suits #page-nav li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 10%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #3C1E00;
  border-bottom: 2px solid #3C1E00;
  transform: rotate(45deg) translateY(-50%);
}

#suits #flow {
  margin-bottom: 100px;
}

#suits #flow h2 {
  margin-bottom: 30px;
}

#suits .block-image {
  width: 690px;
  margin: 0 auto 30px;
}

#suits .btn-reserve:hover {
  background-color: #E65E26;
}

#suits #flow .info_row {
  display: flex;
  align-items: center;
  gap: 36px;
  max-width: 960px;
  margin: 0 auto 35px;
}

#suits #flow .info_row h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #EDEDED;
  width: 250px;
  height: 120px;
}

#suits #flow .info_row h3 img {
  margin-left: 10px;
}

#suits #flow .info_row .text {
  flex: 1;
}

#suits #flow .info_row .text .note {
  font-size: 1.3rem;
  margin-top: 20px;
}

#suits #flow .row2 h3 {
  background-color: #F2ECD9;
}

#suits #flow .row3 {
  margin-bottom: 50px;
}

#suits #flow .row3 h3 {
  background-color: #EBE7DF;
}

#suits #flow .row3 .text p {
  margin-bottom: 10px;
}

#suits #flow .row3 .link a {
  background-color: #E65E26;
  color: #fff;
  padding: 25px 50px 25px 25px;
  border: none;
}

#suits #flow .row3 .link a::after {
  border-color: #fff;
}


#suits #knowledge {
  margin-bottom: 80px;
}


#suits #fabric .lead {
  max-width: 930px;
  margin: 0 auto 50px;
}

#suits #fabric .layout {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  gap: 60px;
}

#suits #fabric .layout a {
  position: relative;
  text-decoration: none;
  padding-right: 40px;
}

#suits #fabric .layout a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 40%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #3C1E00;
  border-right: 2px solid #3C1E00;
  transform: rotate(45deg) translateY(-50%);
}

#suits #fabric .link {
  text-align: center;
}

#suits #fabric .btn-reserve {
  background-color: #E65E26;
  color: #fff;
  padding: 25px 50px 25px 25px;
  border: none;
}

#suits #fabric .btn-reserve::after {
  border-color: #fff;
}

#suits #knowledge article {
  padding: 50px 0 0;
}

#suits #knowledge h2.content-title {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 20px;
}

#suits #knowledge h2.content-title span {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
}

#suits #knowledge h3.content-title {
  margin-bottom: 1rem;
}

#suits #knowledge #blog-list h2,
#suits #knowledge .enjoy-list h2 {
  position: relative;
  display: inline-block;
  text-align: center;
}

#suits #knowledge .slider {
  position: relative;
  width: 989px;
  margin: 0 auto;
}

#suits #knowledge .slider+.tc {
  padding-top: 20px;
}

#suits #knowledge .enjoy-list h2 .icon {
  position: absolute;
  right: -60px;
  top: 10px;
}

#suits #knowledge .enjoy-slider .img {
  height: 170px;
  background-size: cover !important;
}

#suits #knowledge .enjoy-slider img {
  max-height: 170px;
  margin: 0 auto;
}

#suits #knowledge .slider .slick-prev {
  left: -50px;
}

#suits #knowledge .slider .slick-next {
  right: -50px;
}

#suits #knowledge .slider .box a {
  width: 100%;
}

#suits #knowledge .slider+.tc {
  padding-top: 20px;
}

#suits #knowledge .simple-btn {
  padding: 20px 50px 20px;
  font-size: 1.5rem;
}

#suits #knowledge .slider .slick-prev,
#suits #knowledge .slider .slick-next {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #suits #main-lead h2 {
    font-size: 4vw;
  }

  #suits #main-lead h2 br {
    display: block;
  }

  #suits #page-nav {
    width: 100%;
    border-top: 1px solid #3C1E00;
  }

  #suits #page-nav {}

  #suits #page-nav li {
    max-width: none;
    width: 50%;
    margin-bottom: 0;
    border-bottom: 1px solid #3C1E00;
    border-right: 1px solid #3C1E00;
  }

  #suits #page-nav li:nth-child(2n) {
    border-right: none;
  }

  #suits #page-nav li a {
    padding: 25px 30px 25px 10px;
    display: block;
    text-align: center;
    font-size: clamp(1.1rem, 4vw, 1.4rem);
  }

  #suits #page-nav li a::after {
    top: 50%;
    right: 20px;
    margin-top: -3px;
  }

  #suits .block-image {
    width: 100%;
    margin-bottom: 30px;
  }

  #suits #model {
    margin-bottom: 50px;
  }

  #suits #flow {
    margin-bottom: 20px;
  }

  #suits #flow .info_row {
    display: block;
  }

  #suits #flow .info_row h3 {
    max-width: 260px;
    height: auto;
    padding: 18px;
    margin: 0 auto 15px;
  }

  #suits #flow .link {
    text-align: center;
  }

  #suits #flow .link a {
    background-color: #E65E26;
    color: #fff;
    padding: 25px 50px 25px 25px;
    border: none;
  }

  #suits #flow .link a::after {
    border-color: #fff;
  }

  #suits #flow .row3 .text p {
    text-align: center;
  }

  #suits #knowledge .enjoy-list h2 .icon {
    position: static;
  }

  #suits #knowledge .enjoy-list h2 .icon img {
    height: 36px;
  }

  #suits #fabric {
    padding: 40px 0;
  }

  #suits #fabric .layout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    text-align: center;
    gap: 0;
  }

  #suits #fabric .layout a {
    display: inline-block;
    margin-bottom: 5px;
    width: 280px;
    position: relative;
    display: inline-block;
    border: 1px solid #3c1e00;
    line-height: 100%;
    padding: 20px 50px 20px 25px;
    color: #3c1e00;
    text-decoration: none;
  }

  #suits #fabric .layout a::after {
    right: 20px;
    top: 26px;
  }

  #suits #fabric .layout .btn-reserve {
    border: none;
    color: #fff;
    margin-top: 15px;
  }

  #suits #fabric .layout .btn-reserve::after {
    border-color: #fff;
  }

  #suits #option {
    padding: 40px 0;
  }

  #suits #knowledge .slider {
    width: 100%;
  }
}

/*--------------------------
  JACKET
----------------------------*/
#jacket .price-layout {
  width: 940px;
  margin: 0 auto;
}

#jacket .price-layout .price {
  margin: 20px 0 0;
}

#jacket #lead .annotation {
  width: 940px;
}


/*--------------------------
  SHRTS
----------------------------*/
#shirt #main-lead {
  margin-bottom: 30px;
}

#shirt .priece-layout {
  display: flex;
  justify-content: space-between;
}

#shirt .price {
  margin: 0 0 30px;
  width: 31%;
}

#shirt .price .title {
  padding: 10px 10px;
  font-size: 1.8rem;
}

#shirt .price .td {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #3c1e00;
  padding: 18px 10px 5px 10px;
  font-weight: bold;
  font-size: 3.2rem;
}

#shirt #slider .box {
  width: 280px;
  margin: 0 20px;
}

#shirt #detail {
  margin: 30px auto;
  width: 1100px;
  border: 1px solid #a8a8a8;
  padding: 50px 65px;
}

#shirt #detail h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

#shirt #detail .image {
  float: left;
  width: 460px;
  text-align: center;
}

#shirt #detail .info {
  float: right;
  width: 450px;
}

#shirt #detail .info ol {
  padding-left: 2.5rem;
  text-indent: -1.5rem;
}

#shirt #detail .info ol li {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

#shirt #detail .info ol li span {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 17px;
  margin-right: 8px;
}

#shirt #detail .info ol li img {
  display: block;
}

#shirt #detail .info ol li::after {
  content: "";
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
  left: -21px;
  top: 3px;
  background-color: #000;
  border-radius: 50%;
  z-index: -1;
}

#shirt #brand .boxs {
  background: url('../../image/lineup/shirt_2/brand-bg.jpg');
  background-size: cover;
  padding: 30px 100px;
}

#shirt #brand .box {
  color: #fff;
  padding: 30px 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

#shirt #brand .box:last-child {
  border-bottom: 0;
}

#shirt #brand .img {
  width: 30%;
  text-align: center;
}

#shirt #brand .info {
  width: 70%;
}

#shirt #brand .info .brand-title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

#shirt #brand .info .brand-title .logo {
  width: 40%;
  text-align: center;
}


#shirt #brand .info .brand-title h3 {
  width: 60%;
}

#shirt #brand .info .brand-title h3 {}

#shirt #brand .info .brand-title h3 .eng {
  font-size: 37px;
  font-size: 3.7rem;
  line-height: 100%;
}

#shirt #brand .info .brand-title h3 .jpn {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

#shirt #brand .info .lead {
  font-weight: normal;
  text-align: left;
  font-size: 20px;
}

#shirt #brand .info .info-text {
  font-size: 14px;
}



#shirt #design #free {
  position: relative;
  padding: 60px 100px;
}

#shirt #design #free p {
  font-size: 30px;
  font-size: 3.0rem;
}

#shirt #design #free .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0;
}

#shirt #design #anchor {
  position: relative;
  text-align: center;
}

#shirt #design #anchor ul li a {
  position: relative;
  display: block;
  background-color: #D4D4D4;
  width: 180px;
  height: 46px;
  line-height: 46px;
  padding: 0 40px 0 20px;
}

#shirt #design #anchor ul li a:hover {
  text-decoration: none;
  background-color: #2f1812;
  color: #fff;
}

#shirt #design #anchor ul li a:hover::after {
  border-color: #fff;
}

#shirt #design #anchor ul li a::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 2px solid #2f1812;
  border-right: 2px solid #2f1812;
  transform: rotate(135deg);
  width: 7px;
  height: 7px;
  top: 50%;
  margin-top: -8px;
  right: 16px;
}

#shirt #design #anchor ul li {
  position: absolute;
}

#shirt #design #anchor ul li#da1 {
  /*襟 */
  top: 34px;
  right: 50%;
  margin-right: -320px;
}

#shirt #design #anchor ul li#da2 {
  /*カフス*/
  bottom: 90px;
  left: 50%;
  margin-left: -326px;
}

#shirt #design #anchor ul li#da3 {
  /*ポケット*/
  top: 155px;
  right: 50%;
  margin-right: -340px;
}

#shirt #design #anchor ul li#da4 {
  /*前立*/
  top: 100px;
  left: 50%;
  margin-left: -325px;
}

#shirt #design #anchor ul li#da5 {
  /*バック*/
  bottom: 90px;
  right: 50%;
  margin-right: -340px;
}

#shirt #design .attention {
  color: #9a121b;
}

#shirt #design .brand-info {
  margin: 20px 0;
}

#shirt #design .brand-info li {
  float: left;
  margin-right: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

#shirt #design .brand-info li i {
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 15px;
}

#shirt #design .brand-info li i.b1 {
  background-color: #6aaac7;
}

#shirt #design .brand-info li i.b2 {
  background-color: #717071;
}

#shirt #design .brand-info li i.b3 {
  background-color: #c08552;
}

#shirt #design .brand-info li i.b4 {
  background-color: #1d1d1d;
}

#shirt #design .boxs {
  display: flex;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#shirt #design .boxs .box {
  margin: 0 0 20px;
}

#shirt #design #d1 .boxs .box {
  width: 12.5%;
}

#shirt #design #d2 .boxs .box {
  width: 12.5%;
}

#shirt #design #d2 .boxs.gap {
  align-items: flex-start;
  margin-top: 20px;
}

#shirt #design #d2 .boxs.gap .box {
  width: 15%;
}

#shirt #design #d2 .boxs.gap .box figure {
  padding: 0 10%;
}

#shirt #design #d3 .boxs .box {
  width: 12.5%;
}

#shirt #design #d4 .boxs .box {
  width: 50%;
}

#shirt #design #d5 .boxs .box {
  width: 50%;
}

#shirt #design .box:nth-child(n + 17) {
  display: none;
}

#shirt #design #d5 .box:nth-child(n + 5) {
  display: none;
}

#shirt #design .morebtn {
  text-align: center;
  padding-top: 20px;
}

#shirt #design .morebtn a.open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -3px;
}


/*--------------------------
  FORMAL
----------------------------*/

#formal .inner {
  width: calc(1030px + 92px);
}

#formal .subheader {
  padding: 0 45px;
  margin: 30px auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#formal .subheader .image {
  width: 427px;
}

#formal .subheader .info {
  width: 544px;
}

#formal .subheader h3 {
  margin: 0px 0 20px;
  ;
}

#formal .subheader h3 .eng {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 130%;
  font-weight: 400;
}

#formal .subheader h3 .jpn {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

#formal #inpage-link {
  text-align: center;
  padding: 30px 0;
}

#formal #inpage-link a {
  width: 288px;
  margin: 0 10px;
  background-color: #F5F5F5;
  border: 1px solid #3C1E00;
  padding: 16px;
  text-align: center;
}

#formal #inpage-link a:hover {
  background-color: #3C1E00;
}

#formal #inpage-link .eng {
  text-align: center;
  display: block;
  font-size: 2.3rem;
  line-height: 1.2;
}

#formal #inpage-link .jpg {
  text-align: center;
  display: block;
  font-size: 1.4rem;
}

#formal #inpage-link .price {
  text-align: center;
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  margin-top: 10px;
}

#formal #inpage-link .price .tani {
  font-size: 1.4rem;
  padding-right: 4px;
}

#formal #inpage-link .price .yen {
  font-size: 2.2rem;
}

#formal #inpage-link .price .tax {
  font-size: 1.2rem;
}

#formal #inpage-link .btn-down::after {
  right: 50%;
  top: auto;
  bottom: 15px;
  margin-right: -10px;
}

#formal .price {
  margin: 20px 0;
  width: 100%;
}

#formal .price .title {
  font-size: 1.8rem;
  padding: 10px;
}


#formal .annotation {
  font-size: 1.4rem;
}

#formal #info {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

#formal #info .box {
  padding: 0;
  display: flex;
  margin-bottom: 40px;
}

#formal #info .box .image {
  width: 112px;
  line-height: 0;
}

#formal #info .box .text {
  width: 243px;
  padding: 15px 20px 0;
  background-color: #f2f2f2;
}

#formal #info .box h3 {
  font-size: 1.4rem;
  margin-bottom: 0;
  color: #947441;
}

#formal #info .box h3 span {
  display: block;
  font-size: 2rem;
  line-height: 100%;
  font-weight: bold;
}

#formal #info .box p {
  line-height: 150%;
  font-size: 1.2rem;
}


#formal #formal-inner {
  margin-top: 100px;
}

#formal .slider {
  width: 100%;
}

#formal #model-slide h2 {
  margin: 50px 0 30px;
  text-align: center;
}

#formal #model-slide .model-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}

#formal #model-slide .model-list .img {
  width: 24%;
}

#formal #tuxedo-model {
  text-align: center;
}

#formal #tuxedo-model p {
  margin-bottom: 1rem;
}

#formal #tuxedo-model .model-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}

#formal #tuxedo-model .model-list figure {
  width: 19%;
}

#formal #tuxedo-model .model-list figcaption {
  display: block;
  text-align: center;
}

#formal #fabric {
  padding-bottom: 5px;
}

#formal #fabric h2 {
  padding: 20px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;

}

#formal #fabric h2:hover {
  opacity: 0.7;
}

#formal #fabric h2 i {
  display: inline-block;
  width: 19px;
  height: 19px;
  border-right: 3px solid #3C1E00;
  border-bottom: 3px solid #3C1E00;
  transform: rotate(45deg);
  position: relative;
  top: -5px;
  left: 30px;
}

#formal #fabric .more {
  display: none;
}

#formal #fabric .lists ul {
  justify-content: flex-start;
  width: 1040px;
  margin: 0 auto;
}

#formal #fabric .lists li {
  margin: 10px 0px;
  width: 130px;
  padding: 0 10px;
}

#formal #fabric .brandname {
  display: flex;
  align-items: center;
  width: 1020px;
  margin: 0 auto;
}

#formal #fabric .brandname .label {
  padding-right: 30px;
}

#formal #fabric .brandname .label img {
  max-height: 120px;
  max-width: 160px;
}

#formal #fabric .brandname h3 {
  width: 80%;
  margin: 0px 0 20px;

}

#formal #fabric .brandname h3 .eng {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 130%;
  font-weight: 400;
}

#formal #fabric .brandname h3 .jpn {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

#formal .fabric-formal {
  margin-top: 15px;
}

#formal #contact {
  padding-top: 50px;
  text-align: center;
}

#formal #contact h2 {
  margin-bottom: 50px;
}

#formal #contact p {
  margin-bottom: 30px;
}

#formal #contact .layout {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

#formal #contact .layout .col {
  width: 50%;
}

#formal #contact .layout .magazine {
  border-right: 1px solid #3C1E00;
  padding-right: 60px;
}

#formal #contact .layout .col h3 {
  display: inline-block;
  background-color: #3C1E00;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  padding: 8px 30px;
  margin-bottom: 20px;
  font-weight: normal;
}

#formal #contact .layout .magazine h3 {
  margin-bottom: 25px;
}

#formal #contact .layout .magazine ul li {
  margin-bottom: 22px;
}

#formal #contact .layout .magazine ul a {
  display: block;
  position: relative;
  background-color: #F4F4F4;
  border: 1px solid #707070;
  padding: 12px 35px 12px 8px;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
}

#formal #contact .layout .magazine ul i {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  border-radius: 50%;
  border: 1px solid #3C1E00;
}

#formal #contact .layout .magazine ul i::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #3C1E00;
  border-top: 1px solid #3C1E00;
  transform: rotate(45deg);
  top: 11px;
  left: 8px;
}

#formal #contact .layout .youtube {
  padding: 0 30px;
}

#formal #contact .layout .youtube p {
  font-size: 1.6rem;
}

#formal #contact .layout .youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 346px;
  height: auto;
}



/*--------------------------
  SHOES
----------------------------*/
#shoes #title {
  background-color: #1a0b08;
  padding: 50px;
  margin-bottom: 50px;
}

#shoes #title .brand {
  position: absolute;
  right: 0;
  top: 40px;
  width: 50%;
  text-align: center;
}

#shoes #title p {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 50%;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  color: #a37e39;
}

#shoes #main-lead .copy {
  font-size: 43px;
  font-size: 4.3rem;
  color: #a37e39;
  text-align: center;
}

#shoes #main-lead p {
  padding-top: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

#shoes .price-layout {
  width: 940px;
  margin: 0 auto;
}

#shoes .price-layout .price {
  margin: 20px 0 0;
}

#shoes #lead .annotation {
  width: 940px;
  text-align: left;
  font-size: 1.3rem;
}


#shoes h2 {
  color: #a37e39;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #a37e39;
  padding-bottom: 0;
  margin-bottom: 20px;
}

#shoes h2 span {
  display: inline-block;
  font-size: 30px;
  padding-right: 20px;
}

#shoes #design p {
  margin-bottom: 30px;
}

#shoes #design .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#shoes #design .items .col {
  width: 256px;
}

#shoes #design .items .col p {
  font-size: 13px;
}

#shoes #design .items .col span {
  font-weight: bold;
  display: block;
  font-size: 16px;
}

#shoes #select .box {
  border: 1px solid #a37e39;
  border-radius: 5px;
  padding: 15px 30px;
  text-align: center;
}

#shoes #select .box h3 {
  font-weight: bold;
  color: #a37e39;
  margin-bottom: 5px;
  font-size: 20px;
  font-size: 2rem;
}

#shoes #select .row-top {
  display: flex;
  justify-content: space-between;
  width: 870px;
  margin: 20px auto;
}

#shoes #select #select1 {
  width: 300px;
}

#shoes #select #select2 {
  width: 500px;
}

#shoes #select #select2 .image {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

#shoes #select #select3 {
  width: 870px;
  margin: 0 auto;
  padding: 15px 50px;
}

#shoes #select #select3 .image {
  display: flex;
  justify-content: space-between;
}

#shoes #select #select3 .image .col {
  margin-bottom: 10px;
}

#shoes #select #select3 p {
  font-weight: bold;
}

#shoes #flow {
  width: 870px;
  margin: 0 auto 80px;
}


#shoes #made .image {
  margin: 40px 0;
}


#shoes #process p {
  margin-bottom: 40px;
}

#shoes #process .boxs {
  display: flex;
  justify-content: space-between;
}

#shoes #process .box {
  width: 490px;
}

#shoes #process .box h3 {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#shoes #process .box p {
  margin-bottom: 30px;
}

#shoes .annotation {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

#shoes #process .image3 {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 20px;
}


/* FAIR
------------------------*/

#fair {
  margin: 0 auto;
  padding: 30px 46px;
}

#fair ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#fair li {
  display: block;
  width: 48%;
}

#fair li:nth-child(2n) {}

#fair li a {
  position: relative;
  display: block;
  line-height: 0;
}

#fair a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0 solid #A17837;
  border-width: 0;
  transition: border-width 0.1s ease;
  box-sizing: border-box;
}


#fair a:hover::after {
  border-width: 4px;
}


/* HANGER
------------------------*/
#hanger #main-lead {
  position: relative;
}

#hanger .new {
  position: absolute;
  left: 0;
  top: 20px;
}

#hanger #main-lead h2 {
  padding: 48px 62px 30px;
  font-size: 3.0rem;
}

#hanger .prices {
  display: flex;
}

#hanger .price {
  width: 45%;
  display: block;
}

#hanger .price .itemname {
  background-color: #2e1812;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
}

#hanger .price-bottom {
  display: table;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}

#hanger #model {
  padding: 50px 0 0;
  width: 1015px;
}

#hanger #model .image {
  width: 420px;
  text-align: center;
}

#hanger #model .info {
  width: 440px;
}

#hanger #model .thumbs {
  padding-top: 20px;
}

#hanger #model .thumbs ul {
  display: flex;
  justify-content: space-around;
}

#hanger #model .thumbs p {
  font-size: 1.4rem;
}

#hanger #model .price {
  display: table;
  width: 100%;
  margin-bottom: 23px;
}

#hanger #model .price .title {
  font-size: 1.6rem;
}

#hanger #model .price .td {
  font-size: 2.7rem;
}

#hanger #model .size {
  width: 100%;
}

#hanger #model .size .title {
  background-color: #2e1812;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 100%;
  padding: 10px;
}

#hanger #model .size .tr {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

#hanger #model .size .td {
  display: table-cell;
  width: 33.333%;
  text-align: center;
  border: 1px solid #2e1812;
  font-size: 26px;
  font-weight: bold;
  padding: 15px;
}

#hanger #model .size .td .cm {
  font-size: 20px;
}

#hanger #model .annotation {
  clear: both;
  padding-top: 20px;
  font-size: 1.4rem;
}

#hanger #detail {
  margin: 30px auto;
  width: 1100px;
}

#hanger #detail .detail-frame {
  border: 1px solid #a8a8a8;
  padding: 50px 50px;
}

#hanger #detail h2.lead {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#hanger #detail h2.en {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

#hanger #detail .image {
  float: left;
  width: 400px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#hanger #detail .image .img-l img {
  margin-bottom: 50px;
}

#hanger #detail .info {
  float: right;
  width: 450px;
}

#hanger #detail .info ol {
  padding-left: 2.5rem;
  text-indent: -1.5rem;
}

#hanger #detail .info ol li {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

#hanger #detail .info ol li span {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 17px;
  margin-right: 8px;
}

#hanger #detail .info ol li img {
  display: block;
  margin: 10px auto 20px;
}

#hanger #detail .info ol li::after {
  content: "";
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
  left: -21px;
  top: 3px;
  background-color: #000;
  border-radius: 50%;
  z-index: -1;
}



/*--------------------------
  TIE & CHIEF
----------------------------*/
#tie-chief #visual {
  position: relative;
  margin-bottom: 70px;
}

#tie-chief #visual p {
  position: absolute;
  top: 220px;
  left: 98px;
  text-align: left;
}

#tie-chief h2 {
  text-align: center;
  padding: 0px 0 35px;
}

#tie-chief h2 .enb {
  display: block;
  font-size: 30px;
}

#tie-chief h2 .jpn {
  display: block;
  font-size: 13px;
}

#tie-chief section {
  margin-bottom: 100px;
}

#tie-chief .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto 60px;
}

#tie-chief .box .image {
  width: 342px;
}

#tie-chief .box .info {
  width: 550px;
}

#tie-chief .box h3 {
  margin: 0px 0 20px;
  ;
}

#tie-chief .box h3 .eng {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 130%;
}

#tie-chief .box h3 .jpn {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

#tie-chief .price {
  width: 100%;
}

#tie-chief .price thead td {
  background-color: #2e1812;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 100%;
  padding: 10px;
  border: 1px solid #3c1e00;
}

#tie-chief .price tbody th {
  vertical-align: middle;
  border: 1px solid #3c1e00;
  padding: 10px 50px;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}

#tie-chief .price tbody td {
  vertical-align: middle;
  border: 1px solid #3c1e00;
  padding: 16px 50px 10px 50px;
  font-weight: bold;
  line-height: 60%;
  font-size: 3rem;
}

#tie-chief .price tbody td.pdown {
  color: #CB0404
}

#tie-chief .items {
  display: flex;
  flex-wrap: wrap;
}

#tie-chief .items a {
  display: block;
  width: 250px;
  margin: 0 36px 32px 0;
}


#tie-chief #samples {
  margin-bottom: 80px;
}

#tie-chief #samples p {
  text-align: center;
  font-size: 2.0rem;
  margin-bottom: 20px;
}

#tie-chief #samples #slider img {
  height: auto;
}

#tie-chief #samples #slider .slick-list {
  padding: 0 40px;
}


/*--------------------------------------
	Smartphone 
----------------------------------------*/

@media screen and (max-width: 767px) {

  main>.inner,
  article.inner,
  article .inner {
    padding: 0 10px;
  }

  #visual {
    width: 100%;
  }

  #lead {}

  #lead h2,
  #fabric h2,
  #option h2 {
    padding: 15px 0;
    font-size: 1.8rem;
  }

  #lead h2 span,
  #fabric h2 span,
  #option h2 span {
    font-size: 2rem;
  }

  #lead h2 br,
  #fabric h2 br,
  #option h2 br {
    display: none;
  }

  .price-layout {
    display: block;
  }

  .price {
    display: block;
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    margin-top: 20px;
  }

  .price .title {
    display: block;
    width: 100%;
    border-bottom: none;
  }

  .price .td {
    display: block;
    width: 100%;
  }

  .price .tax {
    font-size: 14px;
    font-size: 1.4rem;
  }

  #shirt .priece-layout {
    display: block;
  }

  /*--------------------------
  SUITS
----------------------------*/
  #suits .price-layout {
    width: 100%;
  }

  #suits .price-layout .price {}

  #suits #lead .annotation {
    width: 100%;
  }

  #suits #lead .price .td {
    font-size: 3rem;
    padding: 12px 10px 5px;
  }

  #suits #lead .price .title {
    font-size: 1.8rem;
  }

  .block-image {
    width: 100%;
  }

  /*--------------------------
  JACKET
----------------------------*/
  #jacket .price-layout {
    width: 100%;
  }

  #jacket .price-layout .price {}

  #jacket #lead .annotation {
    width: 100%;
  }

  #jacket #lead .price .td {
    font-size: 3rem;
    padding: 12px 10px 5px;
  }

  #jacket #lead .price .title {
    font-size: 1.8rem;
  }

  /*--------------------------
  SHRTS
----------------------------*/
  #shirt .price {
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    margin: 0 auto 10px;
    display: table;
    border-collapse: collapse;
    width: 100%;
  }

  #shirt .price .title {
    display: table-cell;
    font-size: 14px;
    font-size: 1.4rem;
    width: 30%;
    padding: 10px;
    border: 1px solid #000;
  }

  #shirt .price .td {
    display: table-cell;
    width: 70%;
    padding: 15px 10px 10px;
  }

  #shirt #design .box:nth-child(n + 9) {
    display: none;
  }

  #shirt #design #d5 .box:nth-child(n + 3) {
    display: none;
  }



  #lead .annotation {
    font-size: 1.2rem;
    width: 100%;
  }

  #main-lead p {
    text-align: left;
    font-size: 1.4rem;
  }

  #main-lead p br {
    display: none;
  }

  #model .box {
    padding: 0;
  }

  #model .box .info {
    float: none;
    width: 100%;
    padding: 0 10px;
  }

  #model .box .info h3 {
    margin: 15px 0 20px;
  }

  #model .box .info h3 .eng {
    text-align: center;
    font-size: 1.8rem;
  }

  #model .box .info h3 .jpn {
    text-align: center;
  }

  #model .box .info p {
    font-size: 1.4rem;
    padding: 0;
    line-height: 180%;
  }

  #model .box .info .thumbs {
    margin: 15px 0;
  }

  #model .box .info .thumbs li {
    float: left;
    width: 25%;
    margin: 0;
  }

  #model .box .image {
    float: none;
    width: 100%;
    text-align: center;
  }

  #model .box .image img {
    width: 240px;
  }

  #model .box .info .more {
    text-align: center;
  }



  #fabric .lists {
    margin-bottom: 20px;
  }

  #fabric .lists li {
    margin: 10px 0;
    width: 25%;
    padding: 0 3px;
  }

  #fabric .btn {
    margin: 0 0 10px 0;
  }

  #option .lists li {
    margin: 10px 0;
    width: 33.333%;
    padding: 0 3px;
  }

  #option .titlebar-bg span {
    padding: 0;
    font-size: 1.1rem;
  }

  #ladies-suits #popular-option,
  #popular-option {
    width: 100%;
  }

  #option .ann,
  #option .lead {
    font-size: 1.4rem;
  }

  #option .links li {
    width: 49%;
  }

  #option .links li a {
    font-size: 1.2rem;
  }

  #option .links li.l2 a {
    padding: 10px;
  }

  #shirt #main-lead {
    margin-bottom: 40px;
  }

  #shirt #detail {
    margin: 20px 0;
    padding: 15px 15px;
    width: 100%;
    border: none;
  }

  #shirt #detail h2 {
    margin-bottom: 15px;
  }

  #shirt #detail .image {
    float: none;
    width: 100%;
  }

  #shirt #detail .info {
    float: none;
    width: 100%;
  }

  #shirt #detail .info ol li img {
    margin: 10px auto;
  }

  #shirt #brand {
    padding: 0;
  }

  #shirt #brand .lead {
    padding: 0 10px;
  }

  #shirt #brand .boxs {
    padding: 20px;
  }

  #shirt #brand .box {
    display: block;
    padding: 15px 0;
  }

  #shirt #brand .img {
    width: 100%;
  }

  #shirt #brand .info {
    width: 100%;
    padding: 0;
  }

  #shirt #brand .info .brand-title {
    flex-direction: column-reverse;
  }

  #shirt #brand .info .brand-title h3 {
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
  }

  #shirt #brand .info .brand-title .logo {
    width: 100%;
  }

  #shirt #brand .info .brand-title h3 .eng {
    font-size: 2.8rem;
  }

  #shirt #brand .info .lead {
    font-size: 1.8rem;
    padding: 0;
    margin-bottom: 15px;
  }

  #shirt #brand .info .info-text {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  #shirt #design #free {
    display: none;
  }

  #shirt #design #anchor ul li {
    position: static;
    margin: 0 0 5px 0 !important;
    float: left;
    width: 49%;
    font-size: 1.2rem;
    text-align: left;
  }

  #shirt #design #anchor ul li:nth-child(2n) {
    float: right;
  }

  #shirt #design #anchor ul li a {
    width: 100%;
    padding: 0 40px 0 10px;
  }

  #shirt #design #anchor ul li a span {
    display: inline;
  }

  #shirt #design .designlist p {
    font-size: 1.4rem;
  }

  #shirt #design .designlist p span {
    display: block;
  }


  #shirt #design .brand-info li {
    font-size: 1.0rem;
    width: 50%;
    margin-right: 0;
  }

  #shirt #design .boxs .box {
    width: 25%;
    text-align: center;
  }

  #shirt #design #d1 .boxs .box {
    width: 25%;
    padding: 0;
  }

  #shirt #design #d2 .boxs .box {
    width: 25%;
  }

  #shirt #design #d2 .boxs.gap .box {
    width: 33.333%;
  }

  #shirt #design #d3 .boxs .box {
    width: 25%;
  }

  #shirt #design #d4 .boxs .box {
    width: 100%;
  }

  #shirt #design #d5 .boxs .box {
    width: 100%;
  }

  #shirt #design .morebtn {
    padding: 0 0 20px;
  }

  /*--------------------------
  FORMAL
----------------------------*/
  #formal .inner {
    width: 100%;
    padding: 0 15px;
  }

  #formal #main-lead p br,
  #formal #main-lead h2 br {
    display: block;
  }

  #formal #main-lead p {
    text-align: center;
  }

  #formal .subheader {
    margin: 20px auto;
  }

  #formal .subheader .image {
    width: 100%;
    float: none;
    text-align: center;
  }

  #formal .subheader .image img {}

  #formal .subheader .info {
    width: 100%;
    float: none;
  }

  #formal .subheader h3 {
    margin: 15px 0 20px;
  }

  #formal .subheader h3 .eng {
    text-align: center;
    font-size: 4rem;
  }

  #formal .subheader h3 .jpn {
    text-align: center;
  }

  #formal .annotation {
    font-size: 1.2rem;
  }

  #formal .price {
    display: table;
    width: 100%;
    margin: 20px 0 1rem;
  }

  #formal .price .ptr {
    display: table-row;
  }

  #formal .price .title {
    display: table-cell;
    padding: 0;
    font-size: 1.5rem;
    width: 30%;
    border: 1px solid #3c1e00;
  }

  #formal .price .td {
    display: table-cell;
    line-height: 0.7;
    font-size: 3rem;
    padding: 20px 0;
  }

  #formal .price .td .yen {
    font-size: 1.9rem;
  }

  #formal .price .td .tax {
    font-size: 1.5rem;
  }

  #formal #inpage-link a {
    margin-bottom: 15px;
    padding-bottom: 35px;
  }

  #formal #modern {
    padding-bottom: 50px;
    border-bottom: 1px solid #3C1E00;
  }

  #formal #info {
    display: block;
  }

  #formal #info .box {
    margin-bottom: 20px;
  }

  #formal #info .box .image img {
    height: auto;
  }

  #formal #info .box .text {
    width: 70%;
    padding: 10px;
  }

  #formal #info .box h3 {
    margin: 0;
    font-size: 1.4rem;
  }

  #formal #info .box h3 span {
    font-size: 1.8rem;
  }

  #formal #info .box p {
    font-size: 1.2rem;
    line-height: 150%;
  }

  #formal #formal-images {}

  #formal #fabric {
    padding-bottom: 0px;
    margin-top: 20px;
  }

  #formal #fabric h2 span {
    font-size: 1.6rem;
  }

  #formal #fabric .lists ul {
    width: 100%;
  }

  #formal #fabric .lists li {
    width: 19.5%;
    padding: 5px;
    margin: 0;
  }

  #formal #formal-inner {
    margin-top: 30px;
  }

  .price .ptr {
    display: block;
    margin-bottom: 10px;
  }

  #formal #model-slide h2 {
    display: block;
    margin: 30px 0 20px;
    font-size: 1.6rem;
    padding: 0 10px;
    text-align: center;
  }

  #formal #model-slide .model-list {
    justify-content: center;
    margin-bottom: 30px;
  }

  #formal #model-slide .model-list .img {
    width: 80%;
    margin-bottom: 10px;
  }

  #formal #tuxedo-model {
    margin-top: 50px;
  }

  #formal #tuxedo-model h3 {
    text-align: center;
    margin-bottom: 2rem;
  }

  #formal #tuxedo-model p {
    margin-bottom: 3rem;
    text-align: center;
  }


  #formal #fabric .brandname {
    width: 100%;
    display: block;
  }

  #formal #tuxedo-model .model-list figure {
    width: 49%;
    margin-bottom: 15px;
  }

  #formal #tuxedo-model .model-list figure figcaption {
    font-size: 1.4rem;
  }

  #formal #fabric h2 {
    padding-bottom: 50px;
  }

  #formal #fabric h2 i {
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 50%;
    transform: rotate(45deg);
    margin-left: -10px;
  }

  #formal #fabric h2.open i {
    transform: rotate(225deg);
  }

  #formal #fabric .more {
    padding-bottom: 50px;
  }

  #formal #fabric .brandname .label {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  #formal #fabric .brandname .label img {
    max-width: 130px;
    max-height: 120px;
  }


  #formal #fabric .brandname h3 {
    width: 100%;
    padding-left: 0;
    margin: 0;
    text-align: center;
  }

  #formal #fabric .brandname h3 .eng {
    font-size: 2rem;
  }

  #formal #contact p {
    font-size: 1.4rem;
    text-align: left;
  }

  #formal .slider .slick-next {
    right: 0;
  }

  #formal .slider .slick-prev {
    left: 0;
  }

  #formal #contact h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  #formal #contact .layout {
    margin-bottom: 30px;
  }

  #formal #contact .layout .col {
    width: 100%;
  }

  #formal #contact .layout .magazine {
    border: none;
    padding: 0;
    margin-bottom: 20px;
  }

  #formal #contact .layout .magazine ul i {
    display: none;
  }

  #formal #contact .layout .magazine ul a {
    padding: 1rem 0 0;
  }

  #formal #contact .layout .magazine ul span {
    position: relative;
    display: block !important;
    text-align: center;
    border-top: 1px dashed #381F06;
    margin-top: 1rem;
    padding-top: 1rem;
  }

  #formal #contact .layout .magazine ul span::after {
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #3C1E00;
    border-top: 1px solid #3C1E00;
    transform: rotate(45deg);
    position: relative;
    top: -16px;
    left: 62%;
  }

  #formal #contact .layout .youtube {
    padding: 0;
  }

  #formal #contact .layout .youtube p {
    text-align: center;
    font-size: 1.8rem;
  }

  /*--------------------------
  SHOES
----------------------------*/
  #shoes #title {
    padding: 25px 10px;
    margin-bottom: 30px;
  }

  #shoes #title .brand {
    position: static;
    width: 100%;
  }

  #shoes #title .brand img {
    width: 204px;
  }

  #shoes #title p {
    position: static;
    width: 100%;
    font-size: 1.6rem
  }

  #shoes #main-lead .copy {
    font-size: 1.6rem
  }

  #shoes #main-lead p {
    font-size: 1.4rem
  }

  #shoes .price-layout {
    width: 100%;
  }

  #shoes .price-layout .price {}

  #shoes #lead .annotation {
    width: 100%;
  }

  #shoes #lead .price .td {
    font-size: 3rem;
    padding: 12px 10px 5px;
  }

  #shoes #lead .price .title {
    font-size: 1.8rem;
  }


  #shoes h2 {
    font-size: 1.4rem;
    margin-top: 15px;
  }

  #shoes h2 span {
    display: block;
    font-size: 2.6rem;
    line-height: 120%;
  }


  #shoes #design p {
    font-size: 1.4rem;
  }

  #shoes #design .items .col {
    width: 48%;
  }

  #shoes #design .items .col span {
    font-size: 1.4rem;
    letter-spacing: 0;
  }

  #shoes #design .items .col p {
    margin-bottom: 10px;
  }

  #shoes #about p {
    font-size: 1.4rem;
  }

  #shoes #select .box h3 {
    font-size: 1.8rem;
  }

  #shoes #select .row-top {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

  #shoes #select #select1 {
    width: 100%;
    margin-bottom: 15px;
  }

  #shoes #select #select2 {
    width: 100%;
    padding: 15px;
  }

  #shoes #select #select3 {
    width: 100%;
    padding: 15px;
  }

  #shoes #select #select2 .col {
    width: 49%;
  }

  #shoes #flow {
    width: 100%;
    margin-bottom: 30px;
  }

  #shoes #made p {
    font-size: 1.4rem;
  }

  #shoes #made .image {
    margin: 20px 0 30px;
  }

  #shoes #process p {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }

  #shoes .annotation {
    font-size: 1.2rem;
    text-align: left;
  }

  #shoes #process .boxs {
    display: block;
  }

  #shoes #process .box {
    width: 100%;
  }

  #shoes #process .image3 {
    margin: 30px 0 20px;
    display: block;
  }

  #shoes #process .image3 img {
    width: 32%;
  }


  #fair {
    padding: 10px;
  }

  #fair h2 .en {
    display: none;
  }

  #fair li:nth-child(2n) {
    margin: 0;
  }

  #fair li {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }

  /* HANGER
------------------------*/
  #hanger .new {
    width: 60px;
  }

  #hanger #main-lead h2 {
    padding: 15px 0;
    font-size: 1.8rem;
    padding-top: 50px;
  }

  #hanger #model {
    width: 100%;
    padding: 0 10px;
  }

  #hanger #model .image {
    width: 100%;
    float: none;
  }

  #hanger #model .image img {
    width: auto;
  }

  #hanger #model .info {
    width: 100%;
    float: none;
  }

  #hanger #model .thumbs ul li {
    width: 30%;
  }

  #hanger #model .size .td {
    padding: 0;
  }

  #hanger #detail {
    width: 100%;
  }

  #hanger #detail .image {
    width: 100%;
    float: none;
  }

  #hanger #detail .info {
    width: 100%;
    float: none;
  }

  #model .sp h3 {
    margin: 15px 0 20px;
  }

  #model .sp h3 .eng {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    display: block;
    line-height: 130%;
    text-align: center;
    font-size: 1.8rem;
  }

  #model .sp h3 .jpn {
    display: block;
    text-align: center;
    font-size: 1.2rem;
  }

  #model .sp p {
    font-size: 1.4rem;
  }


  #hanger #detail h2 {
    font-size: 1.6rem;
  }

  #hanger #detail h2 br {
    display: none;
  }

  #hanger #detail .detail-frame {
    padding: 15px;
  }

  #hanger #detail .image {
    display: flex;
  }

  #hanger #detail .image .img-l {
    width: 60%;
  }

  #hanger #detail .image .img-s {
    width: 30%;
  }

  #hanger #detail .image .img-l img,
  #hanger #detail .image img {
    margin-bottom: 10px;
  }



  /*--------------------------
  TIE & CHIEF
----------------------------*/

  #tie-chief #visual {
    margin-bottom: 40px;
  }

  #tie-chief #visual p {
    position: static;
    font-size: 1.3rem;
    text-align: center;
    padding-top: 30px;
  }

  #tie-chief h2 {
    padding: 0px 0 20px;
  }

  #tie-chief .box {
    display: block;
    width: 100%;
  }

  #tie-chief .box .image {
    width: 100%;
    text-align: center;
  }

  #tie-chief .box .image img {
    width: 234px;
  }

  #tie-chief .box .info {
    width: 100%;
  }

  #tie-chief .info h3 {
    margin: 15px 0 20px;
  }

  #tie-chief .box .info h3 .eng {
    text-align: center;
    font-size: 2.4rem;
  }

  #tie-chief .box .info h3 .jpn {
    text-align: center;
  }

  #tie-chief .box .info p {
    font-size: 1.3rem;
    padding: 0;
    line-height: 180%;
    text-align: center;
  }

  #tie-chief .price {
    width: 100%;
    display: table;
  }

  #tie-chief .price thead td {
    font-size: 1.2rem;
  }

  #tie-chief .price tbody th {
    font-size: 1.2rem;
    padding: 10px;
  }

  #tie-chief .price tbody td {
    padding: 15px 10px 10px;
  }

  #tie-chief .price tbody td .yen {
    vertical-align: inherit;
  }

  #tie-chief .items a {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  #tie-chief .items a.mr0-sp {
    margin-right: 0;
  }

  #tie-chief section {
    margin-bottom: 50px;
  }

  #tie-chief #samples p {
    font-size: 1.4rem;
  }

  #tie-chief #samples #slider img {
    width: 250px;
    margin-right: 15px;
  }


}



/* Ladies Suites 
=================================*/

#ladies-suits .bread-wrap {
  background-color: #F4F1ED;
}

#ladies-suits .bread-wrap .inner {
  padding: 0 46px 0;
}

#ladies-suits .en {
  font-family: 'Montserrat', sans-serif;
}

#ladies-suits article .inner {
  width: 950px;
  padding: 0;
}

#ladies-suits #title {
  background-color: #F4F1ED;
  padding: 0 0 65px;
}

#ladies-suits #lead {
  width: 846px;
}

#ladies-suits #lead h2 {
  font-size: 30px;
}

#ladies-suits #lead p {
  font-size: 1.4rem;
  line-height: 200%;
  margin-bottom: 34px;
}

#ladies-suits #lead .price-layout {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

#ladies-suits #lead .price {
  margin: 0;
  width: 410px;
}

#ladies-suits #lead .price .title {
  font-size: 2.2rem;
  padding: 10px 10px;
  min-width: 120px;
}

#ladies-suits #lead .price .td {
  font-size: 3.5rem;
  padding: 18px 10px 5px 10px;
}


#ladies-suits #lead p.annotation {
  text-align: left;
  font-size: 1.3rem;
  margin: 0 auto;
  width: 100%;
  line-height: 150%;
}

#ladies-suits #about {
  background-color: #F4F1ED;
  padding: 0 0 65px 0;
}

#ladies-suits #about .inner {
  width: 840px;
}

#ladies-suits #about h3 {
  text-align: center;
  margin-bottom: 25px;
}

#ladies-suits #about .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}

#ladies-suits #about .layout .image {
  width: 370px;
}

#ladies-suits #about .layout .text {
  width: 430px;
}

#ladies-suits #about .layout .text h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}

#ladies-suits #about .layout .text .logo {
  width: 197px;
  margin: 48px auto;
}

#ladies-suits #about .layout .text p {
  text-align: center;
  font-size: 1.3rem;
  line-height: 200%;
}

#ladies-suits #about .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 100px;
}

#ladies-suits #about .images .image {
  width: 365px;
  margin-bottom: 84px;
}

#ladies-suits #about .images .image:nth-child(2n) {
  position: relative;
  top: 110px;
}

#ladies-suits #about .images-wide {
  width: 630px;
  margin: 0 auto 84px;
}

#ladies-suits #slider .box {
  width: 240px;
  margin: 0 20px;
}


#ladies-suits #slider .box a {
  position: relative;
  display: block;
  line-height: 0;
}

#ladies-suits #slider .box a::before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, .3) url('/image/lineup/ladies-suits/zoom.png') no-repeat center center;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all .5s ease-out;
}

#ladies-suits #slider .box a:hover::before {
  opacity: 1;
}

#ladies-suits .pager {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

#ladies-suits .pager .slick-counter {
  font-family: 'Montserrat', sans-serif;
  width: 150px;
  text-align: center;
}

#ladies-suits .pager .prev {
  width: 15px;
  height: 15px;
  border-top: 2px solid #3c1e00;
  border-left: 2px solid #3c1e00;
  transform: rotate(-45deg);
}

#ladies-suits .pager .next {
  width: 15px;
  height: 15px;
  border-top: 2px solid #3c1e00;
  border-right: 2px solid #3c1e00;
  transform: rotate(45deg);
}

#ladies-suits .style-btn {
  position: relative;
  display: inline-block;
  border: 1px solid #3c1e00;
  line-height: 100%;
  padding: 16px 50px;
  color: #3c1e00;
  text-decoration: none;
}

#ladies-suits .style-btn:hover {
  color: #fff;
  background-color: #3c1e00;
  text-decoration: none;
}


#ladies-suits .out-title {
  text-align: center;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

#ladies-suits .out-title span {
  font-size: 1.5rem;
}

#ladies-suits #model {
  background-color: #eaeaea;
  padding: 65px 0 25px;
}

#ladies-suits #model .inner {
  width: 910px;
}

#ladies-suits #model h2 {
  margin-bottom: 45px;
}

#ladies-suits #model .layout {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 30px 46px;
  margin-bottom: 40px;
}

#ladies-suits #model .layout .image {
  position: relative;
  width: 240px;
  line-height: 0;
}

#ladies-suits #model .layout .image .new {
  position: absolute;
  background-color: #A15A5A;
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  top: -16px;
  left: -36px;
  border-radius: 50%;
  ;
}

#ladies-suits #model .layout .info {
  flex: 1;
  padding-left: 60px;
}

#ladies-suits #model .layout .info .label {
  position: absolute;
  background-color: #CDAF88;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 7px 10px;
  top: 15px;
  right: 15px;
}

#ladies-suits #model .layout .info h3 .eng {
  font-size: 3.3rem;
  line-height: 100%;
}

#ladies-suits #model .layout .info h3 .eng span {
  font-size: 2.3rem;
}

#ladies-suits #model .layout .info h3 .jpn {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 25px;
}

#ladies-suits #model .layout .info p {
  font-size: 1.3rem;
  margin-bottom: 15px;
}



#ladies-suits #model .layout .info .thumbs ul {
  display: flex;
}

#ladies-suits #model .layout .info .thumbs li {
  width: 100px;
  margin-right: 23px;
}

#ladies-suits #model .layout .info .thumbs p {
  font-size: 1.3rem;
  margin-bottom: 0;
}

#ladies-suits #bottoms {
  background-color: #eaeaea;
  padding: 0 0 100px 0;
}

#ladies-suits #bottoms .out-title {
  margin-bottom: 33px;
}

#ladies-suits #bottoms .inner {
  background-color: #fff;
  padding: 30px 46px;
  width: 1057px;
}

#ladies-suits #bottoms h2 {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
}

#ladies-suits #bottoms .layout {
  display: flex;
  justify-content: space-between;
}

#ladies-suits #bottoms .layout .box {
  width: 210px;
}

#ladies-suits #bottoms .layout .box h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

#ladies-suits #bottoms .layout .box h3 .eng {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 120%;
}


#ladies-suits #bottoms .layout .box p {
  font-size: 1.2rem;
}

#ladies-suits #bottoms .layout .box p.anno {
  font-size: 1.0rem;
}

#ladies-suits #fabric {
  background-color: #fff;
  margin: 0;
  padding: 50px 0;
}

#ladies-suits #fabric h2 {
  font-weight: 400;
  font-size: 2.5rem;
  margin-bottom: 25px;
}

#ladies-suits #fabric p.lead-fabric {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 40px;
}

#ladies-suits #fabric .lists {
  margin-bottom: 0;
}

#ladies-suits #fabric .lead-option {
  text-align: center;
  margin: 50px 0 20px;
  font-size: 2.2rem;
}

#ladies-suits #fabric .option-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 830px;
  margin: 0 auto;
}

#ladies-suits #fabric .option-images .image {
  width: 400px;
}


#ladies-suits #voice {
  background-color: #EAEAEA;
  padding: 65px;
}

#ladies-suits #voice h2 {
  margin-bottom: 45px;
  text-align: center;
}

#ladies-suits #voice .box {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 70px;
  background-color: #fff;
  margin-bottom: 30px;
}

#ladies-suits #voice .box .image {
  width: 205px;
}

#ladies-suits #voice .box .text {
  flex: 1;
  padding-left: 50px;
}

#ladies-suits #voice .box .text h3 {
  margin-bottom: 40px;
  font-size: 2.3rem;
}

#ladies-suits #voice .box .text dl {
  margin-bottom: 30px;
}

#ladies-suits #voice .box .text dl dt {
  font-size: 1.6rem;
}

#ladies-suits #voice .box .text dl dd {
  font-size: 1.3rem;
}

#ladies-suits #faq {
  background-color: #F4F1ED;
  padding: 60px 0;
}

#ladies-suits #faq h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 25px;
}

#ladies-suits #faq .boxs {}

#ladies-suits #faq .boxs .box {
  border: 1px solid #806145;
  margin-bottom: 25px;
}

#ladies-suits #faq .boxs .box .q {
  background-color: #806145;
  line-height: 100%;
  padding: 8px 25px;
  color: #fff;
}

#ladies-suits #faq .boxs .box .a {
  padding: 16px 20px 16px 25px;
  background-color: #fff;
}

#ladies-suits #faq .boxs .box .a .annotation {
  font-size: 1.3rem;
}


#ladies-suits #shop {
  padding: 60px 0;
  background-color: #fff;
}

#ladies-suits #shop h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 25px;
}

#ladies-suits #shop .lead {}

#ladies-suits #shop .layout {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

#ladies-suits #shop .layout .box {
  width: 400px;
  margin-right: 150px;
  margin-bottom: 30px;
}

#ladies-suits #shop .layout .box:nth-child(2n) {
  margin-right: 0;
}


#ladies-suits #shop .layout .box h3 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 15px;
  font-weight: normal;
}

#ladies-suits #shop .layout .box h3 .en {
  display: block;
  font-size: 1.7rem;
}

#ladies-suits #shop .layout .box .images {
  display: flex;
  justify-content: space-between;
}

#ladies-suits #shop .layout .box .images>div {
  width: 193px;
  height: auto;
}

#ladies-suits #shop .layout .box .address {
  padding: 15px 0 24px;
  font-size: 1.4rem;
}

#ladies-suits #shop .layout .box .link {
  text-align: center;
}


#ladies-suits #instagram {
  padding: 60px 0;
}

#ladies-suits #instagram .inner {
  width: 470px;
  background-color: #fff;
}

#ladies-suits #instagram .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

#ladies-suits #instagram .layout .text {
  position: relative;
  flex: 1;
}

#ladies-suits #instagram .layout .text .new {
  position: absolute;
  width: 78px;
  top: -32px;
  left: -20px;
}

#ladies-suits #instagram .layout .image {
  width: 115px;
}

#ladies-suits #instagram .layout .link {
  text-align: center;
}

#ladies-suits #instagram .link a {
  position: relative;
  width: 260px;
  display: block;
  margin: auto;
  border: 1px solid #3c1e00;
  line-height: 100%;
  padding: 16px;
  text-align: center;
  background: url('/image/lineup/ladies-suits/insta.svg') no-repeat left 50px center;
  text-decoration: none;
}

#ladies-suits #instagram .link a:hover {
  background-color: #FEFAF7;
}

#ladies-suits #fair .title-bar {
  background-color: #EAE4DC;
  text-align: center;
  padding: 15px;
  margin-bottom: 40px;
}

#ladies-suits #fair .title-bar .en {
  display: block;
  font-size: 2.5rem;

}

#ladies-suits #fair .inner {
  text-align: center;
}

#ladies-suits #fair .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#ladies-suits #fair li {
  display: block;
  width: 532px;
}

/*--------------------------------------
	Smartphone 
----------------------------------------*/

@media screen and (max-width: 767px) {

  #ladies-suits .bread-wrap .inner {
    padding: 0;
  }

  #ladies-suits article .inner {
    width: 100%;
    padding: 0 20px;
  }

  #ladies-suits #lead {
    width: 100%;
  }

  #ladies-suits #lead h2 {
    font-size: 2rem;
  }

  #ladies-suits #lead .price-layout {
    display: block;
  }

  #ladies-suits #lead .price {
    width: 100%;
    margin: 5px 0;
  }

  #ladies-suits #lead .price .title {
    font-size: 1.8rem;
  }

  #ladies-suits #lead .price .td {
    font-size: 3rem;
    padding: 12px 10px 5px
  }

  #ladies-suits #about .inner {
    width: 100%;
    padding: 0;
  }

  #ladies-suits #about .layout {
    display: block;
    padding: 0 25px;
  }

  #ladies-suits #about .layout h3.sp {
    display: block !important;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
  }

  #ladies-suits #about .layout .image {
    width: 100%;
  }

  #ladies-suits #about .layout .text {
    width: 100%;
  }

  #ladies-suits #about .layout .text .logo {
    width: 197px;
    margin: 25px auto;
  }

  #ladies-suits #about .layout .text p br {
    display: none;
  }

  #ladies-suits #about h3 {
    padding: 0 60px;
  }

  #ladies-suits #about .images {
    margin-bottom: 0;
  }

  #ladies-suits #about .images .image {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 60px;
    line-height: 0;
  }

  #ladies-suits #about .images .image:nth-child(2n) {
    position: static;
  }

  #ladies-suits #about .images-wide {
    width: 100%;
    margin-bottom: 60px;
  }

  #ladies-suits #slider .box {}

  #ladies-suits #model .inner {
    width: 100%;
  }

  #ladies-suits #model .layout {
    display: block;
    padding: 40px 20px 0;
  }

  #ladies-suits #model .layout .info h3 .eng {
    font-size: 1.8rem;
  }

  #ladies-suits #model .layout .info h3 .eng span {
    font-size: 1.4rem;
  }

  #ladies-suits #model .layout .image {
    width: 100%;
  }

  #ladies-suits #model .layout .image .new {
    top: -26px;
    left: -12px;
  }

  #ladies-suits #model .layout .info {
    padding: 20px 0;
  }

  #ladies-suits #model .layout .info .item-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  #ladies-suits #model .layout .info .item-title.sp h3 {
    margin-top: 0;
  }

  #ladies-suits #model .layout .info .item-title.sp h3 .jpn {
    text-align: left;
  }

  #ladies-suits #model .layout .info h3 {
    flex: 1;
    padding-right: 15px;
    line-height: 1.5;
  }

  #ladies-suits #model .layout .info h3 .eng {
    display: block;
    line-height: 1.2;
  }

  #ladies-suits #model .layout .info .label {
    position: static;
    width: 110px;
    font-size: 1.2rem;
    text-align: center;
    white-space: nowrap;
  }

  #ladies-suits #model .layout .info h3 .jpn {
    margin-bottom: 15px;
  }

  #ladies-suits #model .layout .info p {
    font-size: 1.2rem;
  }

  #ladies-suits #model .layout .info .thumbs ul {
    justify-content: space-between;
  }

  #ladies-suits #model .layout .info .thumbs li {
    width: 30%;
    margin-right: 0;
  }

  #ladies-suits #model .layout .info .thumbs p {
    font-size: 1.1rem;
    text-align: center;
  }

  #ladies-suits #bottoms {
    padding: 0 0 25px;
  }

  #ladies-suits #bottoms .inner {
    width: 90%;
    padding: 30px 31px 15px;
  }

  #ladies-suits #bottoms .layout {
    display: block;
  }

  #ladies-suits #bottoms .layout .box {
    width: 100%;
  }

  #ladies-suits #bottoms .layout .box .image {
    width: 210px;
    margin: 0 auto;
  }

  #ladies-suits #bottoms .layout .box h3 {
    text-align: center;
  }

  #ladies-suits #bottoms .layout .box h3 .eng {
    font-size: 2.2rem
  }

  #ladies-suits #bottoms .layout .box p {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }

  #ladies-suits #fabric h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  #ladies-suits #fabric p.lead-fabric {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  #ladies-suits #fabric .lead-option {
    font-size: 1.5rem;
  }

  #ladies-suits #fabric .option-images {
    width: 100%;
    padding: 0 10px;
  }

  #ladies-suits #fabric .option-images .image {
    width: 100%;
  }

  #ladies-suits #voice {
    padding: 10px 0;
  }

  #ladies-suits #voice .box {
    display: block;
    padding: 20px;
  }

  #ladies-suits #voice .box .image {
    text-align: center;
    width: 100%;
  }

  #ladies-suits #voice .box .text {
    padding: 0;
  }

  #ladies-suits #voice .box .text h3 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    text-align: center;
  }

  #ladies-suits #voice .box .text dl:last-child {
    margin-bottom: 0;
  }

  #ladies-suits #voice .box .text dl dt {
    font-size: 1.4rem;
  }

  #ladies-suits #voice .box .text p {
    font-size: 1.4rem;
  }

  #ladies-suits #faq .boxs .box .q {
    background-color: #806145;
    line-height: 120%;
    padding: 8px 10px 8px 25px;
    color: #fff;
    text-indent: -2rem;
    padding-left: 4rem;
  }

  #ladies-suits #shop .layout {
    display: block;
  }

  #ladies-suits #shop .layout .box {
    width: 100%;
    margin-bottom: 35px;
  }

  #ladies-suits #shop .layout .box h3 {
    font-size: 2rem;
  }

  #ladies-suits #shop .layout .box .images>div {
    width: 48%;
    line-height: 0;
  }

  #ladies-suits #instagram {
    margin-bottom: 40px;
  }

  #ladies-suits #instagram .inner {
    width: 100%;
  }

  #ladies-suits #instagram .layout .text {
    font-size: 1.5rem;
    padding-right: 10px
  }

  #ladies-suits #instagram .layout .image {
    width: 110px;
  }

  #ladies-suits #instagram .layout .text .new {
    left: 0;
  }

  #ladies-suits #fair .title-bar .en {}

  #ladies-suits #fair .title-bar h3 .mincho {
    font-size: 1.3rem;
    display: inline-block;
  }

  #ladies-suits #fair {
    padding: 10px;
  }

  #ladies-suits #fair .inner {}


}




/* Pumps
=================================*/

#pumps .bread-wrap {
  background-color: #F4F1ED;
}

#pumps .bread-wrap .inner {
  padding: 0 46px 0;
}

#pumps .en {
  font-family: 'Montserrat', sans-serif;
}

#pumps article .inner {
  /* width: 950px; */
  padding: 0;
}

#pumps #title {
  background-color: #F4F1ED;
  padding: 0 0 65px;
}

#pumps #lead {
  width: 846px;
}

#pumps #lead h2 {
  font-size: 30px;
}

#pumps #lead p {
  font-size: 1.4rem;
  line-height: 200%;
  margin-bottom: 34px;
}

#pumps #lead .price-layout {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

#pumps #lead .price {
  margin: 0;
  width: 410px;
}

#pumps #lead .price .title {
  font-size: 2.2rem;
  padding: 10px 10px;
  min-width: 120px;
}

#pumps #lead .price .td {
  font-size: 3.5rem;
  padding: 18px 10px 5px 10px;
}


#pumps #lead p.annotation {
  text-align: left;
  font-size: 1.3rem;
  margin: 0 auto;
  width: 100%;
  line-height: 150%;
}

#pumps #about {
  background-color: #F4F1ED;
  padding: 0 0 65px 0;
}

#pumps #about .inner {
  width: 840px;
}

#pumps #about h3 {
  text-align: center;
  margin-bottom: 25px;
}

#pumps #about .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}

#pumps #about .layout .image {
  width: 370px;
}

#pumps #about .layout .text {
  width: 430px;
}

#pumps #about .layout .text h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}

#pumps #about .layout .text .logo {
  width: 197px;
  margin: 48px auto;
}

#pumps #about .layout .text p {
  text-align: center;
  font-size: 1.3rem;
  line-height: 200%;
}

#pumps #about .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 44px;
  align-items: center;
}

#pumps #about .images .image {
  width: 365px;
}

#pumps #about .images .image:nth-child(2n) {
  position: relative;
}

#pumps #about .images-wide {
  width: 630px;
  margin: 0 auto 44px;
}

#pumps #slider .box {
  width: 240px;
  margin: 0 20px;
}


#pumps #slider .box a {
  position: relative;
  display: block;
  line-height: 0;
}

#pumps #slider .box a::before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, .3) url('/image/lineup/ladies-suits/zoom.png') no-repeat center center;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all .5s ease-out;
}

#pumps #slider .box a:hover::before {
  opacity: 1;
}

#pumps .pager {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

#pumps .pager .slick-counter {
  font-family: 'Montserrat', sans-serif;
  width: 150px;
  text-align: center;
}

#pumps .pager .prev {
  width: 15px;
  height: 15px;
  border-top: 2px solid #3c1e00;
  border-left: 2px solid #3c1e00;
  transform: rotate(-45deg);
}

#pumps .pager .next {
  width: 15px;
  height: 15px;
  border-top: 2px solid #3c1e00;
  border-right: 2px solid #3c1e00;
  transform: rotate(45deg);
}


#pumps #design {
  padding: 80px 0;
  background-color: #EAEAEA;
}

#pumps #design h2 {
  text-align: center;
  margin-bottom: 60px;
}

#pumps #design .frame {
  background-color: #fff;
  padding: 80px 100px;
}

#pumps #design h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.3rem;
}

#pumps #design .lead {
  font-size: 1.3rem;
}

#pumps #design .big {
  text-align: center;
  font-size: 1.9rem;
  margin-bottom: 30px;
}

#pumps #design .layout {
  display: flex;
}

#pumps #design .layout .image {
  position: relative;
}

#pumps #design .layout .guide {
  position: absolute;
}

#pumps #design .design1 .guide {
  right: -25px;
  top: 33px;
}

#pumps #design .design2 .guide {
  right: -52px;
  top: 54px;
}

#pumps #design .design3 .guide {
  right: -49px;
  top: 55px;
}

#pumps #design .design1 {
  margin-bottom: 50px;
}

#pumps #design .design2 {
  margin-bottom: 30px;
}

#pumps #design .design1 .image {
  width: 388px;
}

#pumps #design .design2 .image {
  width: 270px;
}

#pumps #design .design3 .image {
  width: 270px;
}

#pumps #design .layout .text {
  flex: 1;
  padding-left: 40px;
}

#pumps #design .design1 .text {
  padding-top: 20px;
}

#pumps #design .design2 .text {
  padding-top: 40px;
  padding-left: 60px;
  position: relative;
}

#pumps #design .design3 .text {
  padding-top: 60px;
  padding-left: 60px;
}

#pumps #design .layout .text h4 {
  font-size: 1.8rem;
}

#pumps #design .layout .text h4 span {
  display: block;
  font-size: 1.5rem;

}

#pumps #design .layout .text p {
  font-size: 1.2rem;
}

#pumps #design .layout .option {
  position: absolute;
  margin-top: 30px;
  left: 37px;
  right: -60px;
}

#pumps #design .layout .option .box {
  width: 33.33%;
  padding: 0 15px 0 0;
  font-size: 1.5rem;
  text-align: center;
}

#pumps #design .layout .option p {
  font-size: 1.5rem;
}

#pumps #design .layout .option .box span {
  font-size: 1.1rem;
  display: block;
}


#pumps #design .frame>.insole {
  padding: 0 0 50px;
  border-bottom: 1px solid #3C1E00;
}

#pumps #design .frame>.up {
  padding: 50px 0;
  border-bottom: 1px solid #3C1E00;
}

#pumps #design .frame>.heal {
  padding: 50px 0;
  border-bottom: 1px solid #3C1E00;
}

#pumps #design .up .layout {
  justify-content: space-between;
  flex-wrap: wrap;
}

#pumps #design .up .layout .box {
  width: 320px;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

#pumps #design .up .layout .box .image {
  position: relative;
  cursor: pointer;
}

#pumps #design .up .layout .box .image span.f2 {}

#pumps #design .up .layout .box .image span.hide {
  display: none;
}

#pumps #design .heal .layout {
  justify-content: space-between;
}

#pumps #design .heal .layout .box {
  width: 250px;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

#pumps #design .heal .layout .box .image {
  position: relative;
  cursor: pointer;
  padding: 0 15px
}

#pumps #design .heal .layout .box .image span.f2 {}

#pumps #design .heal .layout .box .image span.hide {
  display: none;
}

#pumps #design .heal .annotation {
  display: flex;
  width: 460px;
  margin: 0 auto;
}

#pumps #design .heal .annotation .image {
  width: 154px;
}

#pumps #design .heal .annotation p {
  font-size: 1.4rem;
  padding-left: 15px;
  flex: 1;
}

#pumps #design .frame>.material {
  padding: 50px 0;
  border-bottom: 1px solid #3C1E00;
}

#pumps #design .material h4 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

#pumps #design .material .price .title {
  font-size: 1.9rem;
}

#pumps #design .frame>.size {
  padding: 50px 0;
  border-bottom: 1px solid #3C1E00;
}

#pumps #design .size .layout {
  align-items: center;
}

#pumps #design .size .image {
  width: 340px;
}

#pumps #design .size .text {
  flex: 1;
}

#pumps #design .size .text h4 {
  margin-bottom: 2rem;
  font-size: 2.2rem;
}

#pumps #design .size .text p {
  font-size: 1.6rem;
}


#pumps #design .frame>.nouki {
  padding: 50px 0 0;
}

#pumps #design .nouki p {
  text-align: center;
  padding: 2rem 0 0;
}


#pumps #release {
  text-align: center;
  padding: 80px 0;
}

#pumps #faq {
  background-color: #F4F1ED;
  padding: 60px 0;
}

#pumps #faq h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 25px;
}

#pumps #faq .boxs {}

#pumps #faq .boxs .box {
  border: 1px solid #806145;
  margin-bottom: 25px;
}

#pumps #faq .boxs .box .q {
  background-color: #806145;
  line-height: 100%;
  padding: 8px 25px;
  color: #fff;
}

#pumps #faq .boxs .box .a {
  padding: 16px 20px 16px 25px;
  background-color: #fff;
}

#pumps #faq .boxs .box .a .annotation {
  font-size: 1.3rem;
}


#pumps #shop {
  padding: 60px 0;
  background-color: #fff;
}

#pumps #shop h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 25px;
}

#pumps #shop .lead {}

#pumps #shop .layout {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

#pumps #shop .layout .box {
  width: 400px;
  margin-right: 150px;
  margin-bottom: 30px;
}

#pumps #shop .layout .box:nth-child(2n) {
  margin-right: 0;
}


#pumps #shop .layout .box h3 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 15px;
  font-weight: normal;
}

#pumps #shop .layout .box h3 .en {
  display: block;
  font-size: 1.7rem;
}

#pumps #shop .layout .box .images {}

#pumps #shop .layout .box .images>div {}

#pumps #shop .layout .box .address {
  padding: 15px 0 24px;
  font-size: 1.4rem;
}

#pumps #shop .layout .box .link {
  text-align: center;
}


#pumps #instagram {
  padding: 60px 0;
}

#pumps #instagram .inner {
  width: 470px;
  background-color: #fff;
}

#pumps #instagram .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

#pumps #instagram .layout .text {
  position: relative;
  flex: 1;
}

#pumps #instagram .layout .text .new {
  position: absolute;
  width: 78px;
  top: -32px;
  left: -20px;
}

#pumps #instagram .layout .image {
  width: 115px;
}

#pumps #instagram .layout .link {
  text-align: center;
}

#pumps #instagram .link a {
  position: relative;
  width: 260px;
  display: block;
  margin: auto;
  border: 1px solid #3c1e00;
  line-height: 100%;
  padding: 16px;
  text-align: center;
  background: url('/image/lineup/ladies-suits/insta.svg') no-repeat left 50px center;
  text-decoration: none;
}

#pumps #instagram .link a:hover {
  background-color: #FEFAF7;
}

#pumps #fair .title-bar {
  background-color: #EAE4DC;
  text-align: center;
  padding: 15px;
  margin-bottom: 40px;
}

#pumps #fair .title-bar .en {
  display: block;
  font-size: 2.5rem;

}

#pumps #fair .inner {
  text-align: center;
}

#pumps #fair .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#pumps #fair li {
  display: block;
  width: 532px;
}

/*--------------------------------------
	Smartphone 
----------------------------------------*/

@media screen and (max-width: 767px) {

  #pumps .bread-wrap .inner {
    padding: 0;
  }

  #pumps article .inner {
    width: 100%;
    padding: 0 20px;
  }

  #pumps #lead {
    width: 100%;
  }

  #pumps #lead h2 {
    font-size: 1.7rem;
  }

  #pumps #lead h2 br {
    display: block;
  }

  #pumps #lead .price-layout {
    display: block;
  }

  #pumps #lead .price {
    width: 100%;
    margin: 5px 0;
  }

  #pumps #lead .price .title {
    font-size: 1.8rem;
  }

  #pumps #lead .price .td {
    font-size: 3rem;
    padding: 12px 10px 5px
  }

  #pumps #about .inner {
    width: 100%;
    padding: 0;
  }

  #pumps #about .layout {
    display: block;
    padding: 0 25px;
  }

  #pumps #about .layout h3.sp {
    display: block !important;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
  }

  #pumps #about .layout .image {
    width: 100%;
  }

  #pumps #about .layout .text {
    width: 100%;
  }

  #pumps #about .layout .text .logo {
    width: 197px;
    margin: 25px auto;
  }

  #pumps #about .layout .text p br {
    display: none;
  }

  #pumps #about h3 {
    padding: 0 60px;
  }

  #pumps #about .images {
    margin-bottom: 0;
  }

  #pumps #about .images .image {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 60px;
    line-height: 0;
  }

  #pumps #about .images .image:nth-child(2n) {
    position: static;
  }

  #pumps #about .images-wide {
    width: 100%;
    margin-bottom: 60px;
  }

  #pumps #slider .box {}

  #pumps .price .tax {
    display: block;
    margin-top: 1rem;
  }


  #pumps .price-layout.sp-mb0 {
    margin-bottom: 0 !important;
  }

  #pumps #design h2 {
    margin-bottom: 30px;
  }

  #pumps #design h3 {
    margin-bottom: 15px;
  }

  #pumps #design .lead {
    text-align: center;
  }

  #pumps #design .frame {
    padding: 30px 15px;
  }

  #pumps #design .frame>.up {
    padding-bottom: 0;
  }

  #pumps #design .layout {
    display: block;
  }

  #pumps #design .design1 {
    margin-bottom: 40px;
  }


  #pumps #design .design3 .image,
  #pumps #design .design2 .image {
    width: 289px;
    margin: 0 auto;
  }

  #pumps #design .layout .text {
    padding: 0;
  }

  #pumps #design .layout .text h4 {
    text-align: center;
  }


  #pumps #design .layout .text p {
    text-align: center;
  }

  #pumps #design .design1 .image {
    width: 100%;
  }

  #pumps #design .layout .option .box {
    width: 100%;
    padding: 0;
  }

  #pumps #design .layout .option p {
    text-align: center;
  }

  #pumps #design .layout .option {
    position: static;
  }

  #pumps #design .up .layout .box {
    width: 100%;
    margin-bottom: 30px;
  }

  #pumps #design .heal .layout .box {
    width: 100%;
    margin-bottom: 30px;
  }

  #pumps #design .heal .annotation {
    width: 100%;
    display: block;
  }

  #pumps #design .heal .annotation .image {
    width: 100%;
    text-align: center;
  }

  #pumps #design .heal .annotation .image img {
    width: 198px;
  }

  #pumps #design .heal .annotation p {
    width: 100%;
  }

  #pumps #design .heal .layout .box .image span {}

  #pumps #design .nouki p {
    padding: 0;
  }

  #pumps #design .nouki p span {
    font-size: 2.1rem;
  }

  #pumps #design .size .image {
    width: 100%;
  }

  #pumps #release {
    padding: 60px 15px;
  }


  #pumps #faq .boxs .box .q {
    background-color: #806145;
    line-height: 120%;
    padding: 8px 10px 8px 25px;
    color: #fff;
    text-indent: -2rem;
    padding-left: 4rem;
  }

  #pumps #shop .layout {
    display: block;
  }

  #pumps #shop .layout .box {
    width: 100%;
    margin-bottom: 35px;
  }

  #pumps #shop .layout .box h3 {
    font-size: 2rem;
  }

  #pumps #shop .layout .box .images>div {
    line-height: 0;
  }

  #pumps #instagram {
    margin-bottom: 40px;
  }

  #pumps #instagram .inner {
    width: 100%;
  }

  #pumps #instagram .layout .text {
    font-size: 1.5rem;
    padding-right: 10px
  }

  #pumps #instagram .layout .image {}

  #pumps #instagram .layout .text .new {
    left: 0;
  }

  #pumps #fair .title-bar .en {}

  #pumps #fair .title-bar h3 .mincho {
    font-size: 1.3rem;
    display: inline-block;
  }

  #pumps #fair {
    padding: 10px;
  }

  #pumps #fair .inner {}



}

/* Setup Suites 
=================================*/
#setup #visual {
  background: url('/image/lineup/setup/header-bg.jpg') no-repeat center center;
  height: 420px;
  position: relative;

  display: flex;
  align-items: center;
}

#setup #visual .title {
  position: absolute;
  right: 185px;
  color: #002446;
}

#setup #visual .title .title-jp {
  margin: 10px 0 40px;
  font-size: 1.4rem;
}

#setup #visual .title .title-copy {
  font-size: 1.8rem;
}

#setup #main-lead {
  margin-bottom: 50px;
}

#setup #main-lead h2 {
  font-size: 3rem;
}

#setup #lead {
  margin-bottom: 90px;
}

#setup #lead .price-layout {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

#setup #lead .price {
  margin: 0 15px;
  width: 410px;
}

#setup #lead .price .title {
  font-size: 2.2rem;
  padding: 10px 10px;
  min-width: 120px;
}

#setup #lead .price .td {
  font-size: 3.5rem;
  padding: 18px 10px 5px 10px;
}


#setup #lead p.annotation {
  text-align: left;
  font-size: 1.3rem;
  margin: 0 auto;
  width: 854px;
  line-height: 150%;
}

#setup #about .inner {
  max-width: 854px;
  margin: 0 auto;
  padding: 0;
}

#setup #about .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}

#setup #about .images .image {
  width: 365px;
  margin-bottom: 84px;
}

#setup #about .images .image:nth-child(2n) {
  position: relative;
  top: 110px;
}

#setup #about .images-wide {
  margin: 0 auto 84px;
}

#setup .out-title {
  text-align: center;
}

#setup .out-title .enb {
  text-align: center;
  font-size: 3.4rem;
}

#setup .out-title .jp {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}


#setup #model {
  background-color: #F2F2F2;
  padding: 80px 0;
}

#setup #model .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

#setup #model .title .enb {
  color: #BCA372;
  font-size: 1.8rem;
}

#setup #model .title .jp {
  font-size: 2.1rem;
}

#setup #model .detail {
  display: flex;
  justify-content: space-between;
}

#setup #model .detail .left,
#setup #model .detail .right {
  width: 270px;
}

#setup #model .detail .mid {
  flex: 1;
  padding: 0 30px;
}

#setup #model h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

#setup #model h3 span {
  display: inline-block;
  width: 224px;
}

#setup #model h3 img {
  vertical-align: top;
  margin-right: 5px;
}

#setup #model p {
  font-size: 1.2rem;
  margin-bottom: 3rem;
}

#setup #stylebook-slider {
  padding-top: 60px;
  padding-bottom: 0;
}

#setup #setup-fabric {
  padding: 80px 0;
}

#setup #setup-fabric h2 {
  margin-bottom: 30px;
}

#setup #setup-fabric .color {
  max-width: 883px;
  margin: 0 auto;
}

#setup #setup-fabric h3 {
  display: inline-block;
  background-color: #BCA372;
  color: #fff;
  font-size: 1.4rem;
  line-height: 100%;
  padding: 6px 12px;
  width: 110px;
  text-align: center;
  margin-bottom: 20px;
}

#setup #setup-fabric .image {
  margin-bottom: 50px;
}

#setup #setup-fabric .images {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}


#setup #faq h2 {
  margin-bottom: 50px;
}

#setup #faq .boxs .box {
  border: 1px solid #3C1E00;
  margin-bottom: 25px;
}

#setup #faq .boxs .box .q {
  background-color: #3C1E00;
  line-height: 100%;
  padding: 8px 25px;
  color: #fff;
}

#setup #faq .boxs .box .a {
  padding: 16px 20px 16px 25px;
  background-color: #fff;
}

#setup #faq .boxs .box .a .annotation {
  font-size: 1.3rem;
}

/*--------------------------------------
	Smartphone 
----------------------------------------*/

@media screen and (max-width: 767px) {

  #setup .inner {
    padding: 0 20px;
  }

  #setup #visual {
    background: url('/image/lineup/setup/header-bg-sp.jpg') no-repeat center center;
    background-size: 100%;
    height: auto;
    padding-top: 52%;
  }

  #setup #main-lead {
    margin-bottom: 30px;
  }

  #setup #main-lead h2 {
    font-size: 1.7rem;
  }

  #setup #lead {
    margin-bottom: 50px;
  }

  #setup #lead h2 br {
    display: block;
  }

  #setup #lead .price-layout {
    display: block;
  }

  #setup #lead .price {
    width: 100%;
    margin: 5px 0;
  }

  #setup #lead .price .title {
    font-size: 1.8rem;
  }

  #setup #lead .price .td {
    font-size: 3rem;
    padding: 12px 10px 5px
  }

  #setup #about .images {
    margin-bottom: 0;
  }

  #setup #about .images .image {
    width: 100%;
    padding: 0 40px;
    line-height: 0;
  }

  #setup #about .images-wide {
    margin-bottom: 20px;
  }

  #setup #about .images .image {
    width: 100%;
    margin-bottom: 20px;
  }

  #setup #about .images .image:nth-child(2n) {
    position: static;
  }


  #setup #lead p.annotation {
    width: 100%;
  }

  #setup #model {
    padding: 30px 0;
  }

  #setup #model h3 {
    margin-top: 30px;
  }

  #setup #model .thumb {
    padding: 0 10%;
    display: block !important;
  }

  #setup .out-title {
    text-align: center;
    line-height: 1;
    margin-bottom: 2rem;
  }

  #setup .out-title .enb {
    font-size: 2rem;
  }

  #setup #model .detail .title {
    display: block !important;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  #setup #model h3 span {
    display: inline;
    width: 100%;
  }

  #setup #model .detail {
    display: block;
  }

  #setup #model .detail .left,
  #setup #model .detail .right {
    width: 100%;
  }

  #setup #model .detail .mid {
    padding: 0;
    margin-bottom: 40px;
  }

  #setup #setup-fabric {
    padding: 30px 0;
  }

  #setup #setup-fabric .lead {
    padding: 0 15px;
  }

  #setup #setup-fabric .images {
    width: 100%;
  }

  #setup #model .title .jp {
    font-size: 1.6rem;
  }

  #setup #model h3 {
    margin-bottom: 0.5rem;
  }

  #setup #model p {
    margin-bottom: 2rem;
  }

  #setup #faq .boxs .box {
    border: 1px solid #806145;
    margin-bottom: 25px;
  }

  #setup #faq .boxs .box .q {
    background-color: #806145;
    line-height: 120%;
    padding: 8px 15px;
    color: #fff;
  }

  #setup #faq .boxs .box .a {
    padding: 16px 20px 16px 25px;
    background-color: #fff;
  }

  #setup #faq .boxs .box .a .annotation {
    font-size: 1.3rem;
  }

}



/* Ladies Coat 
=================================*/

#ladies-coat .bread-wrap {
  background-color: #F4F1ED;
}

#ladies-coat .bread-wrap .inner {
  padding: 0 46px 0;
}

#ladies-coat .en {
  font-family: 'Montserrat', sans-serif;
}

#ladies-coat article .inner {
  width: 950px;
  padding: 0;
}

#ladies-coat #title {
  background-color: #F4F1ED;
  padding: 0 0 65px;
}

#ladies-coat #lead {}

#ladies-coat #lead h2 {
  font-size: 30px;
}

#ladies-coat #lead p {
  font-size: 1.4rem;
  line-height: 200%;
  margin-bottom: 1rem;
}

#ladies-coat #lead p.anno {
  font-size: 1.3rem;
  margin-bottom: 34px;
}

#ladies-coat #lead .price-layout {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

#ladies-coat #lead .price {
  margin: 0;
  width: 410px;
}

#ladies-coat #lead .price .title {
  font-size: 2.2rem;
  padding: 10px 10px;
  min-width: 120px;
}

#ladies-coat #lead .price .td {
  font-size: 3.5rem;
  padding: 18px 10px 5px 10px;
}


#ladies-coat #lead p.annotation {
  text-align: left;
  font-size: 1.3rem;
  margin: 0 auto;
  width: 100%;
  line-height: 150%;
}

#ladies-coat #about {
  background-color: #F4F1ED;
  padding: 0 0 65px 0;
}

#ladies-coat #about .inner {
  width: 840px;
}

#ladies-coat #about h3 {
  text-align: center;
  margin-bottom: 25px;
}

#ladies-coat #about .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 100px;
}

#ladies-coat #about .images .image {
  width: 365px;
  margin-bottom: 84px;
}

#ladies-coat #about .images .image:nth-child(2n) {
  position: relative;
  top: 110px;
}

#ladies-coat #about .images-wide {
  width: 630px;
  margin: 0 auto 84px;
}

#ladies-coat #slider .box {
  width: 240px;
  margin: 0 20px;
}


#ladies-coat #slider .box a {
  position: relative;
  display: block;
  line-height: 0;
}

#ladies-coat #slider .box a::before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, .3) url('/image/lineup/ladies-coat/zoom.png') no-repeat center center;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all .5s ease-out;
}

#ladies-coat #slider .box a:hover::before {
  opacity: 1;
}

#ladies-coat .style-btn {
  position: relative;
  display: inline-block;
  border: 1px solid #3c1e00;
  line-height: 100%;
  padding: 16px 50px;
  color: #3c1e00;
  text-decoration: none;
}

#ladies-coat .style-btn:hover {
  color: #fff;
  background-color: #3c1e00;
  text-decoration: none;
}


#ladies-coat .out-title {
  text-align: center;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

#ladies-coat .out-title span {
  font-size: 1.5rem;
}

#ladies-coat #model {
  background-color: #eaeaea;
  padding: 65px 0 25px;
}

#ladies-coat #model .inner {
  width: 910px;
}

#ladies-coat #model h2 {
  margin-bottom: 45px;
}

#ladies-coat #model .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 30px 46px;
}

#ladies-coat #model .layout .image {
  width: 240px;
  line-height: 0;
}

#ladies-coat #model .layout .info {
  flex: 1;
  padding-left: 60px;
}

#ladies-coat #model .layout .info h3 .eng {
  font-size: 3.3rem;
  line-height: 100%;
}

#ladies-coat #model .layout .info h3 .eng span {
  font-size: 2.3rem;
}

#ladies-coat #model .layout .info h3 .jpn {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 25px;
}

#ladies-coat #point {
  background-color: #eaeaea;
  padding-bottom: 100px;
}

#ladies-coat #point .inner {
  width: 910px;
  background: #fff;
  padding: 65px 70px;
}

#ladies-coat #point h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}

#ladies-coat #point p.lead {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
}

#ladies-coat #point .layout {
  display: flex;
  justify-content: space-between;
}

#ladies-coat #point .layout .point {
  width: 200px;
  padding-top: 30px;
}

#ladies-coat #point .layout .image {
  width: 286px;
}

#ladies-coat #point .layout .point h3 {
  font-size: 2.5rem;
  color: #A70000;
  margin-bottom: 0.4rem;
}

#ladies-coat #point .layout .point p {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

#ladies-coat #model .layout .info p {
  font-size: 1.3rem;
  margin-bottom: 15px;
}

#ladies-coat #fabric {
  background-color: #fff;
  margin: 0;
  padding: 50px 0;
}

#ladies-coat #fabric h2 {
  font-weight: 400;
  font-size: 2.5rem;
  margin-bottom: 25px;
}

#ladies-coat #fabric p.lead-fabric {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 40px;
}

#ladies-coat #fabric .items {}

#ladies-coat #faq {
  background-color: #F4F1ED;
  padding: 60px 0;
}

#ladies-coat #faq h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 25px;
}

#ladies-coat #faq .boxs {}

#ladies-coat #faq .boxs .box {
  border: 1px solid #806145;
  margin-bottom: 25px;
}

#ladies-coat #faq .boxs .box .q {
  background-color: #806145;
  line-height: 100%;
  padding: 8px 25px;
  color: #fff;
}

#ladies-coat #faq .boxs .box .a {
  padding: 16px 20px 16px 25px;
  background-color: #fff;
}

#ladies-coat #faq .boxs .box .a .annotation {
  font-size: 1.3rem;
}


#ladies-coat #fair .title-bar {
  background-color: #EAE4DC;
  text-align: center;
  padding: 15px;
  margin-bottom: 40px;
}

#ladies-coat #fair .title-bar .en {
  display: block;
  font-size: 2.5rem;

}

#ladies-coat #fair .inner {
  text-align: center;
}

#ladies-coat #fair .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#ladies-coat #fair li {
  display: block;
  width: 532px;
}

/*--------------------------------------
	Smartphone 
----------------------------------------*/

@media screen and (max-width: 767px) {

  #ladies-coat .bread-wrap .inner {
    padding: 0;
  }

  #ladies-coat article .inner {
    width: 100%;
    padding: 0 20px;
  }

  #ladies-coat #lead {
    width: 100%;
  }

  #ladies-coat #lead h2 {
    font-size: 1.8rem;
  }

  #ladies-coat #lead .price-layout {
    display: block;
  }

  #ladies-coat #lead .price {
    width: 100%;
    margin: 5px 0;
  }

  #ladies-coat #lead .price .title {
    font-size: 1.8rem;
  }

  #ladies-coat #lead .price .td {
    font-size: 3rem;
    padding: 12px 10px 5px
  }

  #ladies-coat #about .inner {
    width: 100%;
    padding: 0;
  }

  #ladies-coat #about h3 {
    padding: 0 60px;
  }

  #ladies-coat #about .images {
    margin-bottom: 0;
  }

  #ladies-coat #about .images .image {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 60px;
    line-height: 0;
  }

  #ladies-coat #about .images .image:nth-child(2n) {
    position: static;
  }

  #ladies-coat #about .images-wide {
    width: 100%;
    margin-bottom: 60px;
  }

  #ladies-coat #slider .box {}

  #ladies-coat #model {
    padding: 50px 0 25px;
  }

  #ladies-coat #model h2 {
    margin-bottom: 25px;
  }

  #ladies-coat #model .inner {
    width: 100%;
  }

  #ladies-coat #model .layout {
    display: block;
    padding: 40px 20px 0;
  }

  #ladies-coat #model .layout .info h3 .eng {
    font-size: 1.8rem;
  }

  #ladies-coat #model .layout .info h3 .eng span {
    font-size: 1.4rem;
  }

  #ladies-coat #model .layout .image {
    width: 100%;
  }

  #ladies-coat #model .layout .info {
    padding: 20px 0;
  }

  #ladies-coat #model .layout .info h3 .jpn {
    margin-bottom: 15px;
  }

  #ladies-coat #model .layout .info p {
    font-size: 1.2rem;
  }

  #ladies-coat #point {
    padding: 0 20px 50px;
  }

  #ladies-coat #point .inner {
    width: 100%;
    padding: 30px 0px;
  }

  #ladies-coat #point h2 {
    font-size: 2.3rem;
  }

  #ladies-coat #point p.lead {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }

  #ladies-coat #point .layout {
    display: block;
    padding: 0 20px;
  }

  #ladies-coat #point .layout .image {
    width: 100%;
  }

  #ladies-coat #point .layout .point {
    padding-top: 0;
    width: 100%;
  }

  #ladies-coat #point .layout .point h3 {
    font-size: 2.3rem;
  }

  #ladies-coat #point .layout .point p {
    margin-bottom: 20px;
  }

  #ladies-coat #fabric h2 {
    margin-bottom: 15px;
  }

  #ladies-coat #fabric p.lead-fabric {
    font-size: 1.5rem;
  }

  #ladies-coat #faq {
    padding-bottom: 30px;
  }

  #ladies-coat #faq .boxs .box .q {
    background-color: #806145;
    line-height: 120%;
    padding: 8px 10px 8px 25px;
    color: #fff;
    text-indent: -2rem;
    padding-left: 4rem;
  }

  #ladies-coat #fair .title-bar h3 .mincho {
    font-size: 1.3rem;
    display: inline-block;
  }

  #ladies-coat #fair {
    padding: 30px 10px;
  }

  #ladies-coat #fair .inner {}


}



/* Mens knit
=================================*/

#mens-knit .bread-wrap {}

#mens-knit .bread-wrap .inner {
  padding: 0 46px 0;
}

#mens-knit .en {
  font-family: 'Montserrat', sans-serif;
}

#mens-knit article .inner {
  padding: 0;
}

#mens-knit #title {
  padding: 0 0 65px;
}


#mens-knit #lead h2 {
  font-size: 30px;
}

#mens-knit #lead p {
  font-size: 1.6rem;
  line-height: 200%;
  margin-bottom: 40px;
}

#mens-knit #lead h3 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #3c1e00;
}

#mens-knit #about .lead ,
#mens-knit #lead .lead {
  font-size: 2rem;
}
#mens-knit #about .lead {
  margin-bottom: 60px;
}

#mens-knit #lead .price {
  margin: 0;
  width: 410px;
}

#mens-knit #lead .price .title {
  font-size: 2.2rem;
  padding: 10px 10px;
  min-width: 120px;
}

#mens-knit #lead .price .td {
  font-size: 3.5rem;
  padding: 18px 10px 5px 10px;
}

#mens-knit #lead .price-layout {
  display: flex;
  justify-content: space-between;
  width: 848px;
  margin: 0 auto 1rem;
}

#mens-knit #lead p.annotation {
  text-align: left;
  font-size: 1.3rem;
  margin: 0 auto;
  width: 100%;
  line-height: 150%;
  width: 848px;
  margin: 0 auto 1rem;
}

#mens-knit h2 {
  text-align: center;
  font-size: 3.4rem;
  margin-bottom: 30px;
}

#mens-knit h2 .jp {
  display: block;
  font-size: 1.6rem;
}

#mens-knit #about .inner {
  width: 816px;
}

#mens-knit #about .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* flex-direction: row-reverse; */
  margin-bottom: 100px;
}

#mens-knit #about .images .image {
  width: 365px;
  margin-bottom: 84px;
}

#mens-knit #about .images .image:nth-child(2n) {
  position: relative;
  top: 110px;
}

#mens-knit #about .images-wide {
  margin: 0 auto 84px;
}

#mens-knit #about #slider {
  position: relative;
  margin-bottom: 100px;
}

#mens-knit #about #slider .slide-image {
  width: 294px;
  margin: 0 10px;
}

#mens-knit #about #slider .slick-prev,
#mens-knit #about #slider .slick-next {
  background: url(/image/lineup/mens-knit/slider-prev.svg) no-repeat;
  width: 70px;
  height: 70px;
  top: 50%;
  transform: translateY(-50%);
}

#mens-knit #about #slider .slick-prev {
  left: 50%;
  transform: translateX(-540px) translateY(-50%);
}

#mens-knit #about #slider .slick-next {
  right: 50%;
  transform: translateX(540px) translateY(-50%) rotate(180deg);
}

#mens-knit #about #slider .slick-dots{
  margin: 1rem auto 0;
}
#mens-knit #about #slider .slick-dots li button {
  background-color: #D9D9D9;
}

#mens-knit #about #slider .slick-dots li.slick-active button {
  background-color: #BABABA;
}

#mens-knit #about #plan {}

#mens-knit #about #plan h2 {
  font-size: 2.5rem;
  margin: 40px;
}

#mens-knit #about #plan h2 .jp {}

#mens-knit #about #plan .layout {
  display: flex;
  justify-content: center;
  max-width: 750px;
  margin: 0 auto 0px;
}

#mens-knit #about #plan .layout .col {
  width: calc(50% - 36px);
}

#mens-knit #about #plan .layout .col .image {
  margin-bottom: 15px;
}

#mens-knit #about #plan .layout .col .text {
  text-align: center;
}

#mens-knit #about #plan .layout .col .text h3 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
}

#mens-knit #about #plan .layout .col .text .plan-price {
  font-size: 4.3rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 0;
}

#mens-knit #about #plan .layout .col .text .plan-price .yen {
  font-size: 2.8rem;
}

#mens-knit #about #plan .layout .col .text .plan-price .tax {
  display: block;
  font-size: 2rem;
  font-weight: 400;
}

#mens-knit #about #plan .layout .plus {
  position: relative;
  width: 72px;
}

#mens-knit #about #plan .layout .plus span {
  position: absolute;
  top: 225px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
  display: block;
}

#mens-knit #about #plan .layout .plus span::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  background-color: #000;
}

#mens-knit #about #plan .layout .plus span::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #000;
}

#mens-knit #about #plan .layout-bottom .plus span {
  display: none;
}


#mens-knit #about .set-price {
  text-align: center;
  color: #A10011;
  margin-block: 30px 50px;
}

#mens-knit #about .set-price .plan-price {
  font-size: 5.8rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 0;
}

#mens-knit #about .set-price .plan-price .yen {
  font-size: 3.6rem;
}

#mens-knit #about .set-price .plan-price .tax {
  display: block;
  font-size: 2.5rem;
  font-weight: 400;
  padding-left: 165px;
}

#mens-knit #about .more {
  text-align: center;
  margin-bottom: 80px;
}

#mens-knit #detail {
  padding: 80px 0 20px;
  background-color: #F2F2F2;
}

#mens-knit #detail section {
  margin-bottom: 70px;
}


#mens-knit #detail #design {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto 50px;
}

#mens-knit #detail #design .box {
  width: 432px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 35px;
  margin-bottom: 30px;
}

#mens-knit #detail #design .box .image {
  width: 181px;
  display: flex;
  justify-content: center;
}

#mens-knit #detail #design .box .text {
  width: 163px;
  padding: 10px 0 0;
}

#mens-knit #detail h3 .en {
  display: block;
  font-size: 1.5rem;
  color: #BCA372;
}

#mens-knit #detail h3 .jp {
  display: block;
  font-size: 2.2rem;
  color: #3C1E00;
}

#mens-knit #detail #design .box .text .illust {
  text-align: center;
  padding: 10px 0 0;
}


#mens-knit #detail #mc {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto 80px;
}

#mens-knit #detail #mc .box {
  background-color: #fff;
  width: 432px;
  padding: 20px 35px;
}

#mens-knit #detail #mc .box h3 {
  text-align: center;
  margin-bottom: 10px;
}

#mens-knit #detail #mc .box dl {
  display: flex;
  justify-content: space-between;
}

#mens-knit #detail #mc .box dl dt {
  font-size: 1.4rem;
}

#mens-knit #detail #mc .box dl dd {
  font-size: 1.4rem;
  text-align: right;
}

#mens-knit #detail #mc .box p {
  font-size: 1.4rem;
}

#mens-knit #detail #option,
#mens-knit #detail #size {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto 80px;
  background-color: #fff;
  padding: 28px;
}

#mens-knit #detail #option .title,
#mens-knit #detail #size .title {
  text-align: center;
  width: 240px;
}

#mens-knit #detail #option .text,
#mens-knit #detail #size .text {
  flex: 1;
  font-size: 1.4rem;
  padding-left: 56px;
}

#mens-knit #detail #option .text span,
#mens-knit #detail #size .text span {
  font-size: 2.2rem;
  font-weight: bold;
}


#mens-knit #sus {
  padding: 80px 0;
  text-align: center;
}

#mens-knit #sus .banner {
  position: relative;
  margin-bottom: 30px;
}

#mens-knit #sus .banner span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}

#mens-knit #sus .link {
  text-align: center;
  margin-top: 40px;
}

#mens-knit #sus .link a {
  position: relative;
  display: inline-block;
  background-color: #3A6629;
  color: #fff;
  font-size: 2rem;
  padding: 35px 110px 35px 70px;
  text-decoration: none;
}

#mens-knit #sus .link a:hover {
  background-color: #2D4E20;
  text-decoration: none;
}

#mens-knit #sus .link a::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  right: 80px;
  transform: translateY(-50%) rotate(45deg);
}

#mens-knit .shoplist {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}

#mens-knit .shoplist .box {
  position: relative;
  width: 20%;
  padding: 0 10px 50px;
}

#mens-knit .shoplist .box:nth-child(5n) {
  margin-right: 0;
}

#mens-knit .shoplist h3 {
  font-size: 1.4rem;
  line-height: 110%;
  padding: 15px 0;
}

#mens-knit .shoplist .shop-info {
  position: relative;
}

#mens-knit .shoplist .address {
  font-size: 1.2rem;
  line-height: 130%;
  margin-bottom: 14px;
}

#mens-knit .shoplist .tel {
  font-size: 1.2rem;
  line-height: 130%;
}



#mens-knit #fair .inner {
  text-align: center;
}

#mens-knit #fair .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#mens-knit #fair li {
  display: block;
  width: 532px;
}


/*--------------------------------------
	Smartphone 
----------------------------------------*/

@media screen and (max-width: 767px) {

  #mens-knit .bread-wrap .inner {
    padding: 0 10px;
  }

  #mens-knit #title {
    padding-bottom: 40px;
  }

  #mens-knit #lead {
    padding: 0 20px;
  }

  #mens-knit #lead h2 {
    font-size: 1.8rem;
  }

  #mens-knit #lead h2 br {
    display: block;
  }

  #mens-knit #lead p {
    font-size: 1.3rem;
    text-align: left;
  }

  #mens-knit #lead p b {
    font-size: 1.6rem;
  }

  #mens-knit #main-lead p br {
    display: block;
  }

  #mens-knit #about .lead ,
  #mens-knit #lead .lead {
    font-size: 1.6rem;
    line-height: 180%;
  }
  #mens-knit #about .lead {
    margin-bottom: 30px;
    padding: 0 3%;
  }

  #mens-knit #lead .price {
    text-align: center;
    font-size: 4rem;
    margin: 20px 0 0;
    display: table;
    border-collapse: collapse;
    width: 100%;
  }

  #mens-knit #lead .price .title {
    font-size: 1.8rem;
    min-width: none;
    width: 35%;
    padding: 0;
    display: table-cell;
    border: 1px solid #3c1e00
  }

  #mens-knit #lead .price .td {
    font-size: 3rem;
    width: 65%;
    padding: 22px 25px 17px;
    line-height: 80%;
    display: table-cell;
  }

  #mens-knit #lead .price .td .tax{
    font-size: 1.4rem;
    display: block;
  }

  #mens-knit #lead .price-layout {
    display: block;
    width: 100%;
  }

  #mens-knit #lead p.annotation {
    width: 100%;
  }

  #mens-knit #about .images {
    margin-bottom: 0;
  }

  #mens-knit #about .images .image {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 60px;
    line-height: 0;
  }

  #mens-knit #about .images .image:nth-child(2n) {
    position: static;
  }

  #mens-knit #about .images-wide {
    width: 100%;
    margin-bottom: 60px;
  }

  #mens-knit #about #slider {

    margin-bottom: 50px;
  }

  #mens-knit #about .inner {
    width: 100%;
  }

  #mens-knit #about #plan h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 25px;
  }

  #mens-knit #about #plan h2 .jp {
    font-size: 1.8rem;
    font-weight: bold;
  }

  #mens-knit #about #plan .layout {
    margin-bottom: 15px;
    padding: 0 3%;
  }

  #mens-knit #about #plan .layout .col {
    width: calc(50% - 6px);
  }

  #mens-knit #about #plan .layout .col .image {
    margin-bottom: 0;
  }

  #mens-knit #about #plan .layout .col .text h3 {
    font-size: 4vw;
  }

  #mens-knit #about #plan .layout .col .text .plan-price {
    font-size: 7vw;
  }

  #mens-knit #about #plan .layout .col .text .plan-price .yen {
    font-size: 5vw;
  }

  #mens-knit #about #plan .layout .col .text .plan-price .tax {
    font-size: 3.5vw;
  }

  #mens-knit #about #plan .layout .plus {
    width: 13px;
  }

  #mens-knit #about #plan .layout-top .plus span {
    display: none;
  }

  #mens-knit #about #plan .layout-bottom .plus span {
    display: block;
  }

  #mens-knit #about #plan .layout-bottom .plus span {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 23px;
    height: 23px;
  }

  #mens-knit #about .set-price .plan-price {
    font-size: 11vw;
  }

  #mens-knit #about .set-price .plan-price .yen {
    font-size: 7vw;
  }

  #mens-knit #about .set-price .plan-price .tax {
    font-size: 5vw;
    padding-left: 30%;
  }

  #mens-knit #about .more {
    padding: 0 3%;
    margin-bottom: 30px;
  }

  #mens-knit #detail {
    padding: 50px 20px;
  }

  #mens-knit h2 {
    margin-bottom: 25px;
    font-size: 2.5rem;
  }

  #mens-knit h2 .jp {
    font-size: 1.2rem;
  }

  #mens-knit #detail #design {
    width: 100%;
    margin-bottom: 30px;
  }

  #mens-knit #detail #design .box {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }

  #mens-knit #detail #design .box .image {
    width: 50%;
  }

  #mens-knit #detail #design .box .text {
    width: 50%;
    padding-left: 20px;
  }

  #mens-knit #detail h3 .en {
    font-size: 1.1rem;
  }

  #mens-knit #detail h3 .jp {
    font-size: 1.6rem;
  }

  #mens-knit #detail #mc,
  #mens-knit #detail #size,
  #mens-knit #detail #option {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }

  #mens-knit #detail #mc h3 .jp {
    font-size: 1.8rem;
  }

  #mens-knit #detail #mc .box {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }

  #mens-knit #detail #mc .box dl {
    display: flex;
    flex-direction: column;
  }

  #mens-knit #detail #mc .box dl dt {
    width: 100%;
    text-align: center;
  }

  #mens-knit #detail #mc .box dl dd {
    width: 100%;
    text-align: center;
  }

  #mens-knit #detail #mc .box p {
    width: 100%;
    text-align: center;
  }

  #mens-knit #detail #option .title,
  #mens-knit #detail #size .title {
    width: 100%;
    margin-bottom: 1rem;
  }

  #mens-knit #detail #option .title h3 .jp,
  #mens-knit #detail #size .title h3 .jp {
    font-size: 1.8rem;
  }

  #mens-knit #detail #option .text,
  #mens-knit #detail #size .text {
    padding: 0;
    text-align: center;
  }

  #mens-knit #detail #option .text span,
  #mens-knit #detail #size .text span {
    font-size: 1.8rem;
    display: block;
  }

  #mens-knit #detail #option {
    margin-bottom: 20px;
  }

  #mens-knit #sus {
    padding: 60px 0;
  }

  #mens-knit #sus p {
    font-size: 1.4rem;
    text-align: left;
    padding: 0 20px;
  }

  #mens-knit #sus .banner span {
    font-size: 1.6rem;
  }

  #mens-knit #sus .link a {
    padding: 15px 30px 15px 20px;
    font-size: 1.2rem;
  }

  #mens-knit #sus .link a::after {
    right: 15px;
    width: 8px;
    height: 8px;
  }

  #mens-knit .shoplist {
    padding: 0 10px;
  }

  #mens-knit .shoplist .box {
    width: 50%;
  }


  #mens-knit #fair {
    padding: 10px;
  }

  #mens-knit #fair .inner {}


}





/* Ladies Shirts
=================================*/

#ladies-shirts .bread-wrap .inner {
  padding: 0 46px 0;
}

#ladies-shirts .en {
  font-family: 'Montserrat', sans-serif;
}

#ladies-shirts article .inner {
  padding: 0;
}

#ladies-shirts #title {
  padding: 0 0 65px;
}

#ladies-shirts #main-lead {
  margin-bottom: 60px;
}

#ladies-shirts #lead .price {
  margin: 0;
  width: 410px;
}

#ladies-shirts #lead .price .title {
  font-size: 2.2rem;
  padding: 10px 10px;
  min-width: 120px;
}

#ladies-shirts #lead .price .td {
  font-size: 3.5rem;
  padding: 18px 10px 5px 10px;
}

#ladies-shirts #lead .price-layout {
  display: flex;
  justify-content: space-between;
  width: 848px;
  margin: 0 auto 1rem;
}

#ladies-shirts #lead .price-layout.layout2 div {
  width: 410px;
}

#ladies-shirts #lead .price-layout .anno {
  text-align: left;
  font-size: 1.4rem;
}

#ladies-shirts #feature {
  background-color: #F2F2F2;
  padding: 50px 0;
}

#ladies-shirts #feature h2 {
  text-align: center;
  margin-bottom: 50px;
}

#ladies-shirts #feature h2 .en {
  font-size: 3.4rem;
  display: block;
}

#ladies-shirts #feature h2 .jp {
  font-size: 1.6rem;
  font-weight: normal;
}

#ladies-shirts #feature .inner {
  width: 834px;
}

#ladies-shirts #feature .layout {
  display: flex;
}

#ladies-shirts #feature .layout .image {
  width: 380px;
  position: relative;
}

#ladies-shirts #feature .layout .image .line {
  position: absolute;
  left: 142px;
  top: 181px;
  width: 282px;
}

#ladies-shirts #feature .layout .text {
  padding-left: 44px;
  flex: 1;
}


#ladies-shirts #feature .text ol {
  padding-left: 2.5rem;
  text-indent: -1.5rem;
}

#ladies-shirts #feature .text ol li {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  z-index: 1;
}

#ladies-shirts #feature .text ol li b {
  font-size: 1.8rem;
}

#ladies-shirts #feature .text ol li span {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  line-height: 20px;
  margin-right: 8px;
  vertical-align: 3px;
}

#ladies-shirts #feature .text ol li img {
  display: block;
}

#ladies-shirts #feature .text ol li::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  left: -22px;
  top: 3px;
  background-color: #3D495D;
  border-radius: 50%;
  z-index: -1;
}

#ladies-shirts #feature .text .point {
  display: flex;
  align-items: center;
}

#ladies-shirts #feature .text .point .point-image {
  width: 104px;
}

#ladies-shirts #feature .text .point .point-text {
  flex: 1;
  font-size: 1.2rem;
  padding-left: 24px;
}

#ladies-shirts #feature .text .point .point-text .en {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}


#ladies-shirts #about {
  padding: 100px 0 50px;
}

#ladies-shirts #about .inner {
  width: 840px;
}

#ladies-shirts #about h3 {
  text-align: center;
  margin-bottom: 25px;
}

#ladies-shirts #about .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}

#ladies-shirts #about .images .image {
  width: 365px;
  margin-bottom: 84px;
}

#ladies-shirts #about .images .image:nth-child(2n) {
  position: relative;
  top: 110px;
}

#ladies-shirts #about .images-wide {
  margin: 0 auto 84px;
}

#ladies-shirts #design .inner {
  width: 1100px;
  margin: 0 auto 50px;
}

#ladies-shirts #design h2 {
  text-align: center;
  margin-bottom: 50px;
}

#ladies-shirts #design h2 .en {
  font-size: 3.4rem;
  display: block;
}

#ladies-shirts #design h2 .jp {
  font-size: 1.6rem;
  font-weight: normal;
}

#ladies-shirts #design h3 {
  padding-left: 18px;
  border-left: 6px solid #3C1E00;
  font-size: 2.2rem;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 100%;
}

#ladies-shirts #design h3+span {
  font-size: 1.6rem;
  font-weight: normal;
  padding-left: 20px;
}

#ladies-shirts #design .layout {
  display: flex;
  margin-bottom: 60px;
}

#ladies-shirts #design .layout .box:last-child {
  margin-right: 0;
}

#ladies-shirts #design .layout .box {
  text-align: center;
  font-size: 1.5rem;
}

#ladies-shirts #design #d1 .box {
  width: 140px;
  margin-right: 20px;
}

#ladies-shirts #design #d2 .box {
  width: 120px;
  margin-right: 18px;
}

#ladies-shirts #design #d3 .box {
  width: 220px;
  margin-right: 65px;
}

#ladies-shirts #design #d4 .box {
  width: 120px;
  margin-right: 18px;
}

#ladies-shirts #design #d5 .box {
  width: 220px;
  margin-right: 65px;
}

#ladies-shirts #design #d6 .box {
  width: 220px;
  margin-right: 65px;
}


#ladies-shirts #design #d7 .box {
  width: 180px;
  margin-right: 15px;
}

#ladies-shirts #design #d7 .box img {
  width: 135px;
}

#ladies-shirts #design .box span {
  display: block;
}

#ladies-shirts #design #d8 {
  flex-wrap: wrap;
}

#ladies-shirts #design #d8 .box {
  width: 171px;
  margin-right: 14px;
  margin-bottom: 8px;
}

#ladies-shirts #design #d8 .box:nth-child(6n) {
  margin-right: 0;
}

#ladies-shirts #design section>p {
  margin-bottom: 30px;
}

#ladies-shirts #shop h2 {
  text-align: center;
  margin-bottom: 50px;
}

#ladies-shirts #shop h2 .en {
  font-size: 3.4rem;
  display: block;
}

#ladies-shirts #shop h2 .jp {
  font-size: 1.6rem;
  font-weight: normal;
}

#ladies-shirts .shoplist {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}

#ladies-shirts .shoplist .box {
  position: relative;
  width: 20%;
  padding: 0 10px 50px;
}

#ladies-shirts .shoplist .box:nth-child(5n) {
  margin-right: 0;
}

#ladies-shirts .shoplist h3 {
  font-size: 1.4rem;
  line-height: 110%;
  padding: 15px 0;
}

#ladies-shirts .shoplist .shop-info {
  position: relative;
}

#ladies-shirts .shoplist .address {
  font-size: 1.2rem;
  line-height: 130%;
  margin-bottom: 14px;
}

#ladies-shirts .shoplist .tel {
  font-size: 1.2rem;
  line-height: 130%;
}


#ladies-shirts #fair .title-bar {
  background-color: #EAE4DC;
  text-align: center;
  padding: 15px;
  margin-bottom: 40px;
}

#ladies-shirts #fair .title-bar .en {
  display: block;
  font-size: 2.5rem;

}

#ladies-shirts #fair .inner {
  text-align: center;
}

#ladies-shirts #fair .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#ladies-shirts #fair li {
  display: block;
  width: 532px;
}


/*--------------------------------------
	Smartphone 
----------------------------------------*/

@media screen and (max-width: 767px) {

  #ladies-shirts .bread-wrap .inner {
    padding: 0 10px;
  }

  #ladies-shirts #title {
    padding-bottom: 40px;
  }

  #ladies-shirts #lead {
    padding: 0 10px;
  }

  #ladies-shirts #main-lead {
    margin-bottom: 40px;
  }

  #ladies-shirts #main-lead p {
    padding: 0 10px;
  }

  #ladies-shirts #lead h2 {
    font-size: 1.8rem;
  }

  #ladies-shirts #lead h2 br {
    display: block;
  }

  #ladies-shirts #lead .price-layout {
    padding: 0 10px;
    margin-bottom: 0;
  }

  #ladies-shirts #lead .price-layout.layout2 div {
    width: 100%;
  }

  #ladies-shirts #lead .price {
    width: 100%;
    margin-bottom: 20px;
  }

  #ladies-shirts #lead .price .title {
    font-size: 1.8rem;
  }

  #ladies-shirts #lead .price .td {
    font-size: 3rem;
    padding: 12px 10px 5px
  }


  #ladies-shirts #lead .price-layout {
    display: block;
    width: 100%;
  }


  #ladies-shirts h2 .en {
    font-size: 2.5rem !important;
  }

  #ladies-shirts h2 .jp {
    font-size: 1.2rem !important;
  }

  #ladies-shirts #feature .inner {
    width: 100%;
    padding: 0 20px;
  }

  #ladies-shirts #feature h2 {
    margin-bottom: 30px;
  }

  #ladies-shirts #feature .layout {
    display: block;
  }

  #ladies-shirts #feature .layout .image {
    width: 100%;
  }

  #ladies-shirts #feature .layout .text {
    width: 100%;
    padding: 0;
  }

  #ladies-shirts #feature .text .point {
    padding: 10px 30px;
  }

  #ladies-shirts #feature .text .point .point-image {
    width: 80px;
  }

  #ladies-shirts #about {
    padding: 50px 0 0;
  }

  #ladies-shirts #about .inner {
    width: 100%;
    padding: 0;
  }

  #ladies-shirts #about h3 {
    padding: 0 60px;
  }

  #ladies-shirts #about .images {
    margin-bottom: 0;
  }

  #ladies-shirts #about .images .image {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 60px;
    line-height: 0;
  }

  #ladies-shirts #about .images .image:nth-child(2n) {
    position: static;
  }

  #ladies-shirts #about .images-wide {
    width: 100%;
    margin-bottom: 60px;
  }

  #ladies-shirts #design .inner {
    width: 100%;
    padding: 0 20px;
  }

  #ladies-shirts #design h2 {
    margin-bottom: 20px;
  }

  #ladies-shirts #design h3 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }

  #ladies-shirts #design h3+span {
    font-size: 1.4rem;
    display: block;
  }

  #ladies-shirts #design .layout {
    margin-top: 30px;
    margin-bottom: 0;
    flex-wrap: wrap;
  }

  #ladies-shirts #design .box {
    width: 50% !important;
    margin-right: 0 !important;
    padding: 0 5px 30px;
  }

  #ladies-shirts #design #d1 .box img {
    max-width: 140px;
  }

  #ladies-shirts #design #d2 .box img {
    max-width: 120px;
  }

  #ladies-shirts #design #d3 .box img {
    max-width: 155px;
  }

  #ladies-shirts #design #d4 .box img {
    max-width: 120px;
  }

  #ladies-shirts #design #d5 .box img {
    max-width: 155px;
  }

  #ladies-shirts #design #d6 .box img {
    max-width: 155px;
  }

  #ladies-shirts #design #d7 .box img {
    max-width: 135px;
  }

  #ladies-shirts #design #d8 .box {
    padding-bottom: 15px;
  }

  #ladies-shirts #design #d8 .box img {
    max-width: 155px;
  }

  #ladies-shirts #design .box span {
    display: block;
    font-size: 1.3rem;
  }

  #ladies-shirts #shop .inner {
    padding: 0 20px;
  }

  #ladies-shirts #shop h2 {
    margin-bottom: 20px;
  }

  #ladies-shirts .shoplist {
    padding: 0 0;
  }

  #ladies-shirts .shoplist .box {
    width: 50%;
  }

  #ladies-shirts #fair .title-bar h3 .mincho {
    font-size: 1.3rem;
    display: inline-block;
  }

  #ladies-shirts #fair {
    padding: 10px;
  }


}


/* Kids & Junior
=================================*/
#kids-junior {
  min-width: 1200px;
}

#kids-junior .bread-wrap .inner {
  padding: 0 46px 0;
}

#kids-junior .en {}

#kids-junior article .inner {
  padding: 0;
}

#kids-junior #title {
  padding: 0 0 65px;
}

#kids-junior #lead h2 {
  font-size: 30px;
}

#kids-junior #lead p {
  font-size: 1.6rem;
  line-height: 200%;
  margin-bottom: 40px;
}

#kids-junior #lead .price-layout {
  display: flex;
  justify-content: space-between;
  max-width: 940px;
  margin: 0 auto 1rem;
}

#kids-junior #lead .price-layout .box {
  font-size: 2rem;
  font-weight: bold;
}

#kids-junior #lead .price {
  margin: 0 0 .5rem;
  width: 460px;
}

#kids-junior #lead .price .title {
  padding: 10px 25px;
}

#kids-junior #lead .price .td {
  font-size: 3.5rem;
  padding: 18px 10px 5px 10px;
}

#kids-junior #lead p.annotation {
  text-align: left;
  font-size: 1.3rem;
  margin: 0 auto;
  width: 100%;
  line-height: 150%;
  max-width: 940px;
  margin: 0 auto 1rem;
}

#kids-junior .layout {
  display: flex;
  justify-content: space-between;
}

#kids-junior #about {}

#kids-junior #about .inner {
  width: auto;
  max-width: 940px;
}

#kids-junior .about {
  align-items: center;
  margin-bottom: 90px;
}

#kids-junior .about .image {
  position: relative;
  width: 48%;
  text-align: center;
  padding-bottom: 30px;
}

#kids-junior .about .image .main {
  width: 327px;
}

#kids-junior .about .image #about-logo {
  position: absolute;
  left: 0;
  bottom: 0;
}

#kids-junior .about .text {
  width: 50%;
  text-align: center;
}

#kids-junior .about .text h2 {
  margin: 40px 0;
}

#kids-junior .about .text p {
  font-size: 1.4rem;
  line-height: 2;
}

#kids-junior #about .images {
  margin-bottom: 150px;
}

#kids-junior #about .images .layout {
  position: relative;
  max-width: 829px;
  margin: 0 auto 50px;
}

#kids-junior #about .images .image {
  width: 365px;
  margin-bottom: 84px;
}

#kids-junior #about .images .image:nth-child(2n+1) {
  position: relative;
  top: 110px;
}

#kids-junior #about .images .copy {
  position: absolute;
}

#kids-junior #about .images #copy1 {
  bottom: 0;
  right: -60px;
}

#kids-junior #about .images #copy2 {
  bottom: -92px;
  left: 50%;
  margin-left: -19%;
}

#kids-junior #about #slider {
  padding-bottom: 80px;
}

#kids-junior #about #slider .box {
  width: 295px;
  margin: 0 10px;
}

#kids-junior #about #slider .slick-dots li button {
  background-color: #E2DDD9;
}

#kids-junior #about #slider .slick-dots li.slick-active button {
  background-color: #646464;
}

#kids-junior #about #slider .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
}

#kids-junior #about #slider .slick-prev {
  background: url('/image/lineup/kids-junior/slider/arrow-prev.png') no-repeat center center;
  background-size: 64px;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -500px;
}

#kids-junior #about #slider .slick-next {
  background: url('/image/lineup/kids-junior/slider/arrow-next.png') no-repeat center center;
  background-size: 64px;
  transform: translateY(-50%);
  right: 50%;
  margin-right: -500px;
}

#kids-junior #detail {
  background-color: #F2F2F2;
  padding: 80px 0;
}

#kids-junior #detail .inner {
  width: auto;
  max-width: 940px;
}

#kids-junior #detail .inner {
  width: auto;
  max-width: 940px;
}

#kids-junior h2.out-title {
  text-align: center;
  font-size: 3.4rem;
  margin-bottom: 30px;
}

#kids-junior h2.out-title .jp {
  display: block;
  font-size: 1.6rem;
}

#kids-junior #detail .row {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #3C1E00;
}

#kids-junior #detail #size .box {
  width: 49%;
  background-color: #fff;
  padding: 25px 27px;
  display: flex;
}

#kids-junior #detail #size .box .title {
  width: 33%;
  font-size: 1.8rem;
}

#kids-junior #detail #size .box .text {
  width: 64%;
  font-size: 2.3rem;
}

#kids-junior #detail .anno {
  font-size: 1.3rem;
  margin-top: 1rem;
}

#kids-junior #detail #model .box {
  width: 290px;
  background-color: #fff;
  padding: 30px;
}

#kids-junior #detail #model .box .image {
  width: 200px;
  margin: 0 auto 15px;
  float: none;
}

#kids-junior #detail #model .box h3 {
  text-align: center;
  margin-bottom: 15px;
}

#kids-junior #detail #model .box h3 .en {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0;
}

#kids-junior #detail #model .box h3 .jp {
  font-size: 1.4rem;
  display: block;
}

#kids-junior #detail #model .box p {
  font-size: 1.4rem;
  line-height: 1.8;
}

#kids-junior #detail .layout.option .image {
  width: 48%;
}

#kids-junior #detail .option-wrap {
  max-width: 907px;
  margin: auto;
}

#kids-junior .style-btn {
  position: relative;
  display: inline-block;
  border: 1px solid #3c1e00;
  line-height: 100%;
  padding: 16px 50px;
  color: #3c1e00;
  text-decoration: none;
  margin-top: 50px;
}

#kids-junior .style-btn:hover {
  color: #fff;
  background-color: #3c1e00;
  text-decoration: none;
}

#kids-junior #shop {
  padding: 80px 0;
}

#kids-junior .shoplist {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#kids-junior .shoplist .box {
  position: relative;
  width: 20%;
  padding: 0 10px 50px;
}

#kids-junior .shoplist .box:nth-child(5n) {
  margin-right: 0;
}

#kids-junior .shoplist h3 {
  font-size: 1.4rem;
  line-height: 110%;
  padding: 15px 0;
}

#kids-junior .shoplist .shop-info {
  position: relative;
}

#kids-junior .shoplist .address {
  font-size: 1.2rem;
  line-height: 130%;
  margin-bottom: 14px;
}

#kids-junior .shoplist .tel {
  font-size: 1.2rem;
  line-height: 130%;
}

#kids-junior #faq {
  padding: 60px 0 60px 0;
}

#kids-junior #faq h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 25px;
}

#kids-junior #faq .inner {
  width: auto;
  max-width: 940px;
}

#kids-junior #faq .boxs .box {
  border: 1px solid #3C1E00;
  margin-bottom: 25px;
}

#kids-junior #faq .boxs .box .q {
  background-color: #3C1E00;
  line-height: 100%;
  padding: 8px 25px;
  color: #fff;
}

#kids-junior #faq .boxs .box .a {
  padding: 16px 20px 16px 25px;
  background-color: #fff;
}

#kids-junior #faq .boxs .box .a .annotation {
  font-size: 1.3rem;
}


#kids-junior #fair .title-bar {
  background-color: #EAE4DC;
  text-align: center;
  padding: 15px;
  margin-bottom: 40px;
}

#kids-junior #fair .title-bar .en {
  display: block;
  font-size: 2.5rem;

}

#kids-junior #fair .inner {
  text-align: center;
}

#kids-junior #fair .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#kids-junior #fair li {
  display: block;
  width: 532px;
}


/*--------------------------------------
	Smartphone 
----------------------------------------*/

@media screen and (max-width: 767px) {

  #kids-junior {
    min-width: 0;
  }

  #kids-junior .bread-wrap .inner {
    padding: 0 10px;
  }

  #kids-junior #lead {
    padding: 0 20px;
  }

  #kids-junior #lead h2 {
    font-size: 1.8rem;
  }

  #kids-junior #lead h2 br {
    display: block;
  }

  #kids-junior #lead p {
    font-size: 1.3rem;
    text-align: left;
  }

  #kids-junior #lead .price {
    width: 100%;
    margin-bottom: 20px;
  }

  #kids-junior #lead .price .title {
    font-size: 1.8rem;
  }

  #kids-junior #lead .price .td {
    font-size: 3rem;
    padding: 12px 10px 5px
  }


  #kids-junior #lead .price-layout {
    display: block;
    width: 100%;
  }

  #kids-junior .layout {
    display: block;
  }

  #kids-junior h2.out-title {
    margin-bottom: 25px;
    font-size: 2.5rem;
  }

  #kids-junior h2.out-title .jp {
    font-size: 1.2rem;
  }

  #kids-junior #about {
    padding-bottom: 50px;
  }

  #kids-junior #about .images {
    margin-bottom: 0;
    padding: 0 20px;
  }

  #kids-junior #about .inner {
    margin-bottom: 80px;
  }

  #kids-junior .about .image {
    width: 100%;
    margin-bottom: 30px;
  }

  #kids-junior .about {
    margin-bottom: 60px;
  }

  #kids-junior .about .text {
    width: 100%;
    padding: 0 20px;
  }

  #kids-junior .about .text h2 {
    margin: 20px 0;
  }

  #kids-junior #about .images .image {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  #kids-junior #about .images .image:nth-child(2n+1) {
    top: 0;
  }

  #kids-junior #about .images #copy1 {
    right: 5px;
    bottom: -56px;
  }

  #kids-junior #about .images #copy2 {
    bottom: -70px;
  }

  #kids-junior #about #slider {
    padding-bottom: 0px;
  }

  #kids-junior #detail {
    padding: 50px 0;
  }

  #kids-junior #detail .inner {
    padding: 0 20px;
  }

  #kids-junior #detail .row {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  #kids-junior #detail #size .box {
    width: 100%;
    margin-bottom: 15px;
    display: block;
  }

  #kids-junior #detail #size .box .title {
    width: 100%;
  }

  #kids-junior #detail #size .box .text {
    width: 100%;
  }

  #kids-junior #detail #model .box {
    width: 100%;
    margin-bottom: 15px;
  }

  #kids-junior .layout.option {
    display: flex;
  }

  #kids-junior .style-btn {
    margin-top: 30px;
  }

  #kids-junior .shoplist .box {
    width: 50%;
  }

  #kids-junior #shop {
    padding: 50px 0 0;
  }

  #kids-junior .shoplist {
    padding: 0 10px;
  }

  #kids-junior #faq {
    padding-bottom: 0;
  }

  #kids-junior #faq .inner {
    padding: 0 20px;
  }
}


/* Formal Suits
=================================*/
#formalsuits {
  min-width: 1200px;
}

#formalsuits .en {
  font-family: 'Montserrat', sans-serif;
}

#formalsuits .bread-wrap .inner {
  padding: 0 46px 0;
}

#formalsuits .en {}

#formalsuits article .inner {
  padding: 0;
}

#formalsuits #title {
  padding: 0 0 50px;
}

#formalsuits #lead h2 {
  font-size: 30px;
}

#formalsuits #lead p {
  font-size: 1.6rem;
  line-height: 200%;
  margin-bottom: 50px;
}

#formalsuits .price-layout {
  width: 940px;
  margin: 0 auto;
}

#formalsuits .price {
  margin: 0 0 .5rem;
  width: 460px;
}

#formalsuits .price .title {
  padding: 10px 15px;
}

#formalsuits .price .td {
  font-size: 3.5rem;
  padding: 18px 10px 5px 10px;
}

#formalsuits #lead p.price-rem {
  text-align: left;
  font-size: 1.3rem;
  width: 940px;
  margin: 20px auto 0;
}

#formalsuits p.annotation {
  text-align: left;
  font-size: 1.3rem;
  margin: 0 auto;
  width: 100%;
  line-height: 150%;
  max-width: 940px;
  margin: 0 auto 1rem;
}

#formalsuits .layout {
  display: flex;
  justify-content: space-between;
}

#formalsuits .layout.rev {
  flex-direction: row-reverse;
}


/* about ---------------*/

#formalsuits #about {
  background-color: #F4F4F4;
  padding: 60px 0 50px;
}

#formalsuits #about .inner {
  width: auto;
  max-width: 1000px;
}

#formalsuits #about h2 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 50px;
}

#formalsuits .about.layout {
  align-items: center;
}

#formalsuits .about .image {
  position: relative;
  width: 46%;
  text-align: center;
  padding-bottom: 30px;
}

#formalsuits .about .text {
  width: 50%;
}

#formalsuits .about .text h3 {
  font-weight: 500;
}

#formalsuits .about .text h3 span.num {
  display: inline-block;
  border: 1px solid #3C1E00;
  font-size: 2.6rem;
  line-height: 1;
  padding: 8px 6px 4px;
  width: 44px;
  text-align: center;
  margin-right: 30px;
  margin-bottom: 25px;
}

#formalsuits .about .text p {
  font-size: 1.4rem;
  line-height: 1.9;
  margin-bottom: 45px;
}

/* collection ---------------*/

#formalsuits #collection {
  padding: 80px 0 0;
}

#formalsuits #collection h2 {
  text-align: center;
  font-size: 3.4rem;
  margin-bottom: 50px;
  line-height: 1.5;
  font-weight: 500;
}

#formalsuits.index #collection h2 {
  font-size: 3rem;
}

#formalsuits #collection h2 span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}

#formalsuits #collection .box {
  align-items: center;
  max-width: 980px;
  margin: 0 auto 80px;
}

#formalsuits #collection .box .image {
  width: 46%;
  line-height: 0;
}

#formalsuits #collection .box .text {
  width: 46%;
}


#formalsuits #collection .box .text h3 {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.5;
}

#formalsuits.index #collection .box .text h3 {
  font-size: 2.7rem;
}

#formalsuits #collection .box .text h3 span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}

#formalsuits #collection .box .text p {
  margin-bottom: 80px;
  font-size: 1.4rem;
  line-height: 1.9;
}

#formalsuits.formalsub #collection .box .text p {
  margin-bottom: 50px;
}

#formalsuits #collection .box .text p.anno {
  margin-bottom: 0;
}

#formalsuits #collection .box .text .price-row .price {
  margin: 0;
  width: 100%;
}

#formalsuits #collection .box .text .price-row .price+.price .title,
#formalsuits #collection .box .text .price-row .price+.price .td {
  border-top: none;
}

#formalsuits #collection .box .text .price-row .price .title {
  width: 45%;
  font-size: 1.8rem;
}

#formalsuits #collection .box .text .annotation {
  font-size: 1.2rem;
  margin-top: 1rem;
}

#formalsuits.formalsub #collection .box .text p.annotation {
  margin-bottom: 0;
}

/* stylebook ---------------*/

#formalsuits #stylebook {
  padding: 0 0 70px;
}

#formalsuits #stylebook h2 {
  text-align: center;
  margin-bottom: 30px;
}

#formalsuits #slider {}

#formalsuits #slider .box {
  width: 295px;
  margin: 0 10px;
}

#formalsuits #slider .slick-dots li button {
  background-color: #E2DDD9;
}

#formalsuits #slider .slick-dots li.slick-active button {
  background-color: #646464;
}

#formalsuits #slider .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
}

#formalsuits #slider .slick-prev {
  background: url('/image/lineup/formalsuits/arrow-prev.svg') no-repeat center center;
  background-size: 64px;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -500px;
}

#formalsuits #slider .slick-next {
  background: url('/image/lineup/formalsuits/arrow-next.svg') no-repeat center center;
  background-size: 64px;
  transform: translateY(-50%);
  right: 50%;
  margin-right: -500px;
}


#formalsuits .style-btn {
  position: relative;
  display: inline-block;
  border: 1px solid #3c1e00;
  line-height: 100%;
  padding: 16px 50px;
  color: #3c1e00;
  text-decoration: none;
}

#formalsuits .style-btn:hover {
  color: #fff;
  background-color: #3c1e00;
  text-decoration: none;
}

/* different ---------------*/

#formalsuits #different {
  background-color: #EAEAEA;
  padding: 70px 0;
}

#formalsuits #different h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.6rem;
  font-weight: 500;
}

#formalsuits #different .inner {
  background-color: #fff;
  max-width: 940px;
  margin: auto;
}

#formalsuits #different .inner section {
  max-width: 635px;
  margin: auto;
  padding: 55px 0;
  border-bottom: 1px solid #3C1E00;
}

#formalsuits #different .inner section:last-child {
  border: none;
}


#formalsuits #different .inner section h3 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.2rem;
}

#formalsuits #different .inner section h3 .point {
  font-size: 2rem;
  font-weight: 300;
}

#formalsuits #different .inner section h3 .point .num {
  font-size: 3.4rem;
  font-weight: 300;
  padding-left: 10px;
}

#formalsuits #different .inner section h3 .jp {
  font-weight: 500;
}

#formalsuits #different .box {
  width: 46%;
  text-align: center;
  margin-bottom: 40px;
}

#formalsuits #different .box.wide {
  width: 100%;
}


/* scene ---------------*/

#formalsuits #scene {
  padding: 70px 0;
}

#formalsuits #scene h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.6rem;
  font-weight: 500;
}

#formalsuits #scene section {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 70px;
}

#formalsuits #scene section:last-child {
  margin-bottom: 0;
}

#formalsuits #scene h3 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.8rem;
}

#formalsuits #scene h3 span {
  display: inline-block;
  font-size: 2.4rem;
  border-bottom: 1px solid #BCA372;
  font-weight: 500;
  padding-bottom: 2px;
}

#formalsuits #scene .layout .image {
  width: 46%;
}

#formalsuits #scene .layout .text {
  width: 50%;
}

#formalsuits #scene .layout .text.layout {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#formalsuits #scene .layout .text dl {
  margin-bottom: 25px;
}

#formalsuits #scene .layout .text dl dt {
  font-size: 2.2rem;
  font-weight: 500;
}

#formalsuits #scene .layout .text dl dt img {
  vertical-align: -5px;
  margin-right: 5px;
}

#formalsuits #scene .layout .text dl dd {
  font-size: 1.4rem;
}

#formalsuits #scene .layout .text .layout dl {
  padding-right: 20px;
  flex: 1;
}

#formalsuits #scene .layout .text .layout .image {
  width: 160px;
}

#formalsuits #scene .type {
  margin-bottom: 20px;
  position: relative;
  left: -40px;
}

#formalsuits #scene .magazine {
  margin-bottom: 80px;
}

/* faq ---------------*/

#formalsuits #faq {
  padding: 60px 0 60px 0;
  background: #F4F4F4;
}

#formalsuits #faq h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 25px;
}

#formalsuits #faq .inner {
  width: auto;
  max-width: 940px;
}

#formalsuits #faq .boxs .box {
  border: 1px solid #3C1E00;
  margin-bottom: 25px;
}

#formalsuits #faq .boxs .box .q {
  background-color: #3C1E00;
  line-height: 100%;
  padding: 8px 25px;
  color: #fff;
}

#formalsuits #faq .boxs .box .a {
  padding: 16px 20px 16px 25px;
  background-color: #fff;
}

#formalsuits #faq .boxs .box .a .annotation {
  font-size: 1.3rem;
}


#formalsuits #fair .title-bar {
  background-color: #EAE4DC;
  text-align: center;
  padding: 15px;
  margin-bottom: 40px;
}

#formalsuits #fair .title-bar .en {
  display: block;
  font-size: 2.5rem;

}

#formalsuits #fair .inner {
  text-align: center;
}

#formalsuits #fair .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#formalsuits #fair li {
  display: block;
  width: 532px;
}

#formalsuits #feature {
  background-color: #F4F4F4;
  padding: 60px 0 50px;
}

#formalsuits #feature .inner {
  width: auto;
  max-width: 1200px;
}

#formalsuits #feature h2 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 50px;
}

#formalsuits #feature .layout {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

#formalsuits #feature .layout .box {
  width: 33.333%;
  padding: 0 25px;
}

#formalsuits #feature .layout .box:nth-child(2) {
  border-left: 1px solid #3C1E00;
  border-right: 1px solid #3C1E00;
}

#formalsuits #feature .layout .box h3 {
  text-align: center;
}

#formalsuits #feature .layout .box h3 span.num {
  display: inline-block;
  border: 1px solid #3C1E00;
  font-size: 2.6rem;
  line-height: 1;
  padding: 8px 6px 4px;
  width: 44px;
  text-align: center;
  margin-right: 30px;
  margin-bottom: 25px;
}

#formalsuits #feature .layout .box h3 span.txt {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

#formalsuits #feature .layout .box p {
  font-size: 1.4rem;
  line-height: 1.9;
  margin-bottom: 45px;
}

/*--------------------------------------
	Smartphone 
----------------------------------------*/

@media screen and (max-width: 767px) {


  #formalsuits {
    min-width: 0;
  }

  #formalsuits .bread-wrap .inner {
    padding: 0 10px;
  }

  #formalsuits #title {
    padding-bottom: 40px;
  }

  #formalsuits #visual {
    line-height: 0;
  }


  #formalsuits.formalsub #title {
    padding-bottom: 0;
  }

  #formalsuits #lead {
    padding: 0 20px;
  }

  #formalsuits #lead h2 {
    font-size: 1.8rem;
  }

  #formalsuits #lead h2 br {
    display: block;
  }

  #formalsuits #lead p {
    font-size: 1.3rem;
    text-align: left;
    margin-bottom: 40px;
  }

  #formalsuits #lead p.price-rem,
  #formalsuits .price-layout {
    width: 100%;

  }

  #formalsuits #lead .price {
    width: 100%;
    margin-bottom: 20px;
  }

  #formalsuits #lead .price .title {
    font-size: 1.8rem;
  }

  #formalsuits #lead .price .td {
    font-size: 3rem;
    padding: 12px 10px 5px
  }

  #formalsuits .layout {
    display: block;
  }

  #formalsuits #about {
    padding: 40px 0;
  }

  #formalsuits #about .inner {
    padding: 0 5%;
  }

  #formalsuits #about h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  #formalsuits .about .image {
    width: 100%;
  }

  #formalsuits .about .text {
    width: 100%;
  }

  #formalsuits .about .text h3 {
    font-size: 1.7rem;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }

  #formalsuits .about .text h3 span.num {
    border: none;
    color: #BCA372;
    font-size: 2.8rem;
    padding: 0;
    margin-right: 0px;
    margin: 0;
  }

  #formalsuits .about .text h3 span.txt {
    flex: 1;
    line-height: 1.1;
  }

  #formalsuits .about .text p {
    font-size: 1.4rem;
  }

  #formalsuits .about .text p:last-child {
    margin-bottom: 0;
  }

  #formalsuits #collection {
    padding: 40px 5%;
  }

  #formalsuits #collection h2 {
    font-size: 2.5rem;
  }

  #formalsuits.index #collection h2 {
    font-size: 1.8rem;
  }

  #formalsuits #collection h2 span {
    font-size: 1.2rem;
  }

  #formalsuits #collection .box:last-child {
    margin: 0;
  }

  #formalsuits #collection .box .image {
    width: 100%;
    margin: 0 auto 10px;
  }

  #formalsuits.ladies #collection .box .image {
    width: 65%;
    margin: 0 auto 10px;
  }

  #formalsuits #collection .box .text {
    width: 100% !important;
  }

  #formalsuits #collection .box .text h3 {
    font-size: 2.3rem !important;
    margin-bottom: 20px;
  }

  #formalsuits #collection .box .text h3 span {}

  #formalsuits #collection .box .text p {
    margin-bottom: 40px;
  }

  #formalsuits #collection .box .text .price-row .price .title {
    width: 100%;
    font-size: 1.8rem;
  }

  #formalsuits .price .td {
    width: 100%;
  }

  #formalsuits #collection .box .text .price-row .price+.price .td {
    border: 1px solid #3c1e00;
  }

  #formalsuits #collection .link a {
    display: block;
  }

  #formalsuits #collection .box {
    margin-bottom: 50px;
  }

  #formalsuits #different {
    padding: 40px 5%;
  }

  #formalsuits #different .inner {
    padding: 5%;
  }

  #formalsuits #different .inner section {
    padding: 14px 0;
    border: none;
  }

  #formalsuits #different h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  #formalsuits #different .inner section h3 {
    margin-bottom: 20px;
  }

  #formalsuits #different .inner section h3 .point {
    font-size: 1.5rem;
  }

  #formalsuits #different .inner section h3 .point .num {
    font-size: 2.7rem;
  }

  #formalsuits #different .inner section h3 .jp {
    display: block;
    font-size: 1.8rem;
  }

  #formalsuits #different .inner section p {
    font-size: 1.4rem;
    margin: 1rem 0 2rem;
  }

  #formalsuits #scene {
    padding: 40px 5%;
  }

  #formalsuits #scene h2 {
    font-size: 1.8rem;
  }

  #formalsuits #scene h3 {
    margin-bottom: 20px;
    font-size: 1.9rem;
  }

  #formalsuits #scene h3 span {
    font-size: 1.8rem;
  }

  #formalsuits #scene section {
    margin-bottom: 30px;
  }

  #formalsuits #scene .layout>.image.sp {
    display: block !important;
    margin-bottom: 20px;
    width: 100%;
  }

  #formalsuits #scene .layout .text {
    width: 100%;
  }

  #formalsuits #scene .layout .text .layout .image {
    width: 100%;
    text-align: center;
  }

  #formalsuits #scene .layout .text .layout .image img {
    width: 160px;
  }

  #formalsuits #scene .type {
    left: 0;
  }

  #formalsuits #scene .type img {
    height: 30px;
  }

  #formalsuits #faq {
    padding: 40px 5%;
  }

  #formalsuits #faq .boxs .box .q {
    line-height: 1.5;
  }

  #formalsuits #feature {
    padding: 25px 5% 0;
  }

  #formalsuits #feature h2 {
    margin-bottom: 20px;
  }

  #formalsuits.ladies #feature h2 {
    font-size: 2.1rem;
  }

  #formalsuits #feature .layout .box {
    width: 100%;
    padding: 25px 0;
  }

  #formalsuits #feature .layout .box h3 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  #formalsuits #feature .layout .box h3 span.num {
    margin: 0;
    font-size: 2rem;
    width: 36px;
  }

  #formalsuits #feature .layout .box h3 span.txt {
    flex: 1;
    font-size: 1.6rem;
    text-align: left;
    padding-left: 15px;
    margin: 0;
  }

  #formalsuits #feature .layout .box:nth-child(2) {
    border-top: 1px solid #3C1E00;
    border-bottom: 1px solid #3C1E00;
    border-left: none;
    border-right: none;
  }

  #formalsuits #feature .layout .box p {
    margin-bottom: 0;
  }

}

/* Premium Order
=================================*/

#premium .mincho {
  font-weight: 500;
}

#premium .layout {
  display: flex;
}

#premium #title h1 .en {
  display: block;
  font-size: 3rem;
  font-weight: bold;
}

#premium #title h1 .jp {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}

#premium #lead h2 {
  padding-bottom: 20px;
}

#premium #lead p {
  margin-bottom: 10px;
}

#premium #lead h2 span {
  display: block;
  font-size: 3rem;
  line-height: 4rem;
}

#premium .price .yen {
  font-size: 2.5rem;
}

#premium #visual {
  margin-bottom: 35px;
}

#premium #only {
  background-color: #F0F0F0;
  padding: 40px 0;
}

#premium #only .layout {
  justify-content: space-between;
  align-items: center;
  max-width: 850px;
  margin: auto;
}

#premium #only .layout .text {
  flex: 1;
}

#premium #only .layout .text .logo {
  text-align: center;
  margin-bottom: 20px;
}

#premium #only .layout .text p {
  font-size: 1.8rem;
  max-width: 470px;
  margin: auto;
}

#premium #only .layout .image {
  width: 335px;
}

#premium #lead {
  margin-bottom: 60px;
}

#premium #main-lead p {
  font-size: 1.4rem;
}

#premium .price-layout {
  justify-content: center;
}

#premium #about {
  margin-bottom: 80px;
}

#premium #about .layout {
  justify-content: space-between;
  margin-bottom: 60px;
}

#premium #about .layout .image {
  width: 360px;
}

#premium #about .layout .text {
  flex: 1;
  padding-left: 70px;
}

#premium #about .layout .text .title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#premium #about .layout .text .title h2 {}

#premium #about .layout .text .title h2 .mincho {
  font-size: 4.2rem;
}

#premium #about .layout .text .title h2 .sub {
  font-size: 1.4rem;
}

#premium #about .layout .text .title .logo {
  width: 200px;
  text-align: center;
}

#premium #about .layout .text .title .logo img {
  width: 146px;
}

#premium #about .layout .text p {
  font-size: 1.6rem;
  margin-bottom: 35px;
}

#premium #about .layout .text .zoom-images {
  display: flex;
  gap: 40px;
}

#premium #about .layout .text .zoom-images li {}

#premium #about .layout .text .annotation {
  font-size: 1.3rem;
  text-align: right;
}

#premium #about .images {}

#premium #about .images .layout {
  flex-wrap: wrap;
  width: 827px;
  margin: auto;
}

#premium #about .images .layout .image {
  width: 380px;
  line-height: 0;
  margin-bottom: 38px;
}

#premium #about .images .layout .image:nth-child(odd) {
  position: relative;
  top: 68px;
  margin-bottom: 55px;
}

#premium #point {
  margin-bottom: 80px;
}

#premium #point .row {}

#premium #point h2 {
  position: relative;
}

#premium #point h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3C1E00;
  top: 38px;
  left: 0;
  z-index: -1;
}

#premium #point h2 .num {
  display: inline-block;
  font-weight: bold;
  font-size: 5.3rem;
  background-color: #fff;
  vertical-align: -9px;
}

#premium #point h2 .jp {
  display: inline-block;
  font-size: 3.3rem;
  background-color: #fff;
  padding: 0 20px;
}

#premium #point .layout {
  gap: 50px;
}

#premium #point .row {
  margin-bottom: 60px;
}

#premium #point .col {
  width: 50%;
}

#premium #point .col h3 {
  font-size: 2.8rem;
  padding: 30px 0 20px;
}

#premium #point .col p {
  font-size: 1.5rem;
}

#premium #point .det {
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  padding: 10px 28px;
  max-width: 820px;
  margin: 45px auto 0;
}

#premium #point .det .title {
  border-right: 1px solid #3C1E00;
  width: 130px;
}

#premium #point .det p {
  flex: 1;
  padding-left: 16px;
}

#premium #premium-option .lead {
  font-size: 1.7rem;
  margin: 30px 0 15px;
}

#premium #premium-option .annotation {
  font-size: 1.3rem;
  margin-bottom: 30px;
}

#premium #premium-option .row {
  margin-bottom: 60px;
}

#premium #premium-option .row h3 {
  position: relative;
  margin-bottom: 30px;
}

#premium #premium-option .row h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3C1E00;
  top: 50%;
  left: 0;
  z-index: -1;
}

#premium #premium-option .row h3 span {
  font-size: 1.8rem;
  padding-right: 20px;
  background-color: #fff;
}

#premium #premium-option .row .layout {
  gap: 16px;
  flex-wrap: wrap;
  max-width: 1008px;
  margin: auto;
}

#premium #premium-option .row .box {
  margin-bottom: 24px;
  width: 230px;
}

#premium #premium-option .row .box figcaption {
  text-align: center;
  font-size: 1.6rem;
}

#premium #premium-option .row .box figcaption span {
  display: block;
  color: #D80B0B;
  font-weight: normal;
}

#premium #shop {
  background-color: #F2F2F2;
  padding: 52px 0;
}

#premium #shop h2 {
  text-align: center;
}

#premium #shop .lead {
  text-align: center;
}

#premium #shop .logo {
  text-align: center;
  margin-bottom: 30px;
}

#premium #shop .layout {
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

#premium #shop .layout .box {
  width: 364px;
  text-align: center;
}

#premium #shop .layout .box h3 {
  font-weight: normal;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

#premium #shop .layout .box .link .simple-btn {
  background-color: #E0DBD4;
  text-align: center;
  padding: 16px;
  width: 249px;
  ;
}

#premium #shop .layout .box .link .simple-btn:hover {
  background-color: #3c1e00;
}

#premium #etc {
  font-size: 1.2rem;
  text-align: center;
}

#premium #etc {
  margin: 0 auto;
  padding: 30px 46px;
  font-size: 12px;
  font-size: 1.2rem;
}

#premium #etc li {
  text-align: center;
}

#premium #etc li a {
  display: inline-block;
}

#premium #etc .slick-prev {
  top: 50%;
  left: -10px;
}

#premium #etc .slick-prev:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-left: 4px solid #000;
  border-bottom: 4px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#premium #etc .slick-next {
  top: 50%;
  right: -10px;
}

#premium #etc .slick-next:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-right: 4px solid #000;
  border-top: 4px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*--------------------------------------
	Smartphone 
----------------------------------------*/

@media screen and (max-width: 767px) {

  #premium #visual {
    margin-bottom: 20px;
  }

  #premium #title h1 .en {
    font-size: 1.8rem;
  }

  #premium #title h1 .jp {
    font-size: 1.2rem;
  }

  #premium .price .yen {
    font-size: 2rem;
  }

  #premium #only .layout {
    display: block;
    padding: 0 5%;
  }

  #premium #only .layout .text .logo {
    max-width: 250px;
    margin: 0 auto 20px;
  }

  #premium #only .layout .text p {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  #premium #only .layout .image {
    width: 100%;
  }

  #premium #main-lead p {
    font-size: 1.3rem;
  }

  #premium #about {
    margin-bottom: 50px;
  }

  #premium #about .layout {
    display: block;
  }

  #premium #about .layout .image {
    width: 100%;
    padding: 0 5%;
  }

  #premium #about .layout .text {
    padding: 0;
  }

  #premium #about .layout .text .title {
    flex-direction: column-reverse;
  }

  #premium #about .layout .text .title h2 {
    text-align: center;
  }

  #premium #about .layout .text .title h2 .mincho {
    font-size: 2.8rem;
  }

  #premium #about .layout .text .title h2 .sub {
    font-size: 1.6rem;
    font-weight: bold;
  }

  #premium #about .layout .text .title .logo {
    margin: 1rem 0;
  }

  #premium #about .layout .text p {
    font-size: 1.5rem;
  }

  #premium #about .layout .text .zoom-images {
    gap: 0;
  }

  #premium #about .images .layout {
    width: 100%;
  }

  #premium #about .images .layout .image {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }

  #premium #about .images .layout .image:nth-child(odd) {
    position: static;
    margin-bottom: 25px;
  }

  #premium #point h2::after {
    content: none;
  }

  #premium #point h2 .num {
    font-size: 4.5rem;
  }

  #premium #point h2 .jp {
    font-size: 2.8rem;
    padding: 0 10px;
  }

  #premium #point .layout {
    display: block;
  }

  #premium #point .col {
    width: 100%;
  }

  #premium #point .col h3 {
    font-size: 2.6rem;
    padding: 16px 0;
  }

  #premium #point .col:nth-child(odd) {
    margin-bottom: 50px;
  }

  #premium #point .det {
    display: block;
    text-align: center;
  }

  #premium #point .det .title {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #3C1E00;
    padding: 0 0 1rem;
  }

  #premium #point .det p {
    padding: 1rem 0 0;
    font-size: 1.5rem;
  }

  #premium #premium-option .row {
    margin-bottom: 20px;
  }

  #premium #premium-option .row .layout {
    gap: 1%;
  }

  #premium #premium-option .row .box {
    width: 49.5%;
    padding: 0 3%;
  }

  #premium #shop {
    padding-bottom: 0;
  }

  #premium #shop .layout {
    display: block;
  }

  #premium #shop .layout .box {
    width: 100%;
    padding-bottom: 50px;
  }

  #premium #etc {
    padding: 0 10px;
  }

  #premium #etc .slick-prev {
    left: 5px;
  }

  #premium #etc .slick-next {
    right: 0;
  }
}


/* プライベートルーム 
==============================*/

#pfr {
  position: relative;
  background-color: #f4f3f1;
  border: 10px solid #f4f3f1;
  box-shadow: 0 0 0 2px #c08f49 inset;
  text-align: center;
  padding: 50px;
  max-width: 940px;
  margin: 50px auto 50px;
}

#pfr h2 {
  display: inline-block;
  text-align: center;
  font-size: 2.8rem;
  color: #c08f49;
  margin-top: 6px;
  border-bottom: 1px solid #c08f49;
  padding-bottom: 12px;
}

#pfr h2 span {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
}

#pfr #pfr-flag {
  position: absolute;
  left: 64px;
  top: 0;
}

#pfr #pfr-free {
  position: absolute;
  right: 46px;
  top: 30px;
}

#pfr h3 {
  padding: 30px 0 24px;
  text-align: center;
  font-size: 2.6rem;
}


#pfr #pfr-lead {
  display: flex;
  align-items: center;
}

#pfr #pfr-lead .img {
  width: 44%;
}

#pfr #pfr-lead p {
  width: 56%;
  text-align: left;
  font-size: 1.4rem;
  line-height: 180%;
  padding-left: 24px;
  letter-spacing: 0.5px;
}

#pfr #pfr-shoplist {
  position: relative;
  border: 2px solid #848483;
  margin: 43px 0 30px;
  padding: 27px 27px 17px;
}

#pfr #pfr-shoplist a {
  text-decoration: none;
}

#pfr #pfr-shoplist a:hover {
  color: #bb9c7c;
}

#pfr #pfr-shoplist h3 {
  position: absolute;
  top: -17px;
  left: 50%;
  margin-left: -204px;
  font-size: 1.9rem;
  background-color: #f4f3f1;
  padding: 0 22px;
}

#pfr #pfr-shoplist .lists {
  text-align: left;
  display: table;
  margin-bottom: 12px;
}

#pfr #pfr-shoplist .lists .th {
  display: table-cell;
  background-color: #585858;
  color: #fff;
  line-height: 100%;
  padding: 6px;
  width: 64px;
  text-align: center;
  font-size: 1.4rem;
}

#pfr #pfr-shoplist .lists .td {
  display: table-cell;
  font-size: 1.5rem;
  padding-left: 12px;
}

#pfr #pfr-point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#pfr #pfr-point .box {
  width: 49%;
  padding: 32px 28px;
  margin-bottom: 16px;
  text-align: left;
}

#pfr #pfr-point .box#point1 {
  background: #fff url('/image/fair/common/pfr01.png') no-repeat right bottom;
}

#pfr #pfr-point .box#point2 {
  background: #fff url('/image/fair/common/pfr02.png') no-repeat right bottom;
}

#pfr #pfr-point .box#point3 {
  background: #fff url('/image/fair/common/pfr03.png') no-repeat right bottom;
}

#pfr #pfr-point .box#point4 {
  background: #fff url('/image/fair/common/pfr04.png') no-repeat right bottom;
}

#pfr #pfr-point .box h4 {
  font-size: 1.8rem;
  color: #c08f49;
  font-weight: bold;
  border-left: 4px solid #c08f49;
  padding-left: 14px;
  line-height: 120%;
}

#pfr #pfr-point .box p {
  font-size: 1.2rem;
  padding-top: 26px;
  width: 238px;
}

#pfr #pfr-reserve {}

#pfr #pfr-reserve a {
  position: relative;
  display: inline-block;
  font-size: 2.3rem;
  font-weight: bold;
  padding: 22px 120px 22px 55px;
  background-color: #a27540;
  color: #fff;
  text-decoration: none;
}

#pfr #pfr-reserve a::before {
  content: "";
  position: absolute;
  display: block;
  right: 55px;
  top: 50%;
  margin-top: -4px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

#pfr #pfr-reserve a::after {
  content: "";
  position: absolute;
  display: block;
  right: 40px;
  top: 50%;
  margin-top: -17.5px;
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 50%;
}

#pfr #pfr-reserve .attention {
  font-size: 1.4rem;
  color: #a00000;
  font-weight: bold;
  padding: 20px 0 0;
}

#pfr #pfr-faq {
  width: 680px;
  margin: 30px auto;
}

#pfr #pfr-faq h3 {
  background-color: #5e3c1b;
  color: #fff;
  font-size: 1.9rem;
  line-height: 100%;
  padding: 10px 0;
  text-align: center;
}


#pfr #pfr-faq .pfr-faqbox {
  background-color: #fff;
  padding: 30px 45px;
}

#pfr #pfr-faq .pfr-faqbox .q {
  font-weight: bold;
  font-size: 1.6rem;
}

#pfr #pfr-faq .pfr-faqbox .q span {
  font-size: 3rem;
  font-weight: bold;
}

#pfr #pfr-faq .pfr-faqbox .a {
  font-size: 2.3rem;
  font-weight: bold;
  color: #5e3c1b;
}

#pfr #pfr-faq .pfr-faqbox .a span {
  font-size: 3.8rem;
  font-weight: bold;
}

#pfr #pfr-faq .pfr-faqbox b {
  background: linear-gradient(transparent 60%, #ffde5e 60%);
}


#pfr #pfr-faq .pfr-faqbox p {
  font-size: 1.4rem;
  padding: 12px 0;
  text-align: left;
}

#pfr #pfr-faq .pfr-faqbox p.annotation {
  font-size: 1.2rem;
  padding: 0;
}

#pfr .last-annotation {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {

  .shop-banner {
    padding: 0 10px;
  }

  #pfr {
    padding: 50px 10px 20px;
  }

  #pfr #pfr-flag {
    width: 61.5px;
    left: 15px;
  }

  #pfr #pfr-free {
    width: 56.5px;
    right: 10px;
    top: 10px;
  }

  #pfr h2 {
    font-size: 2rem;
  }

  #pfr h2 span {
    font-size: 1rem;
  }

  #pfr h3 {
    font-size: 3.2vw;
    padding: 10px 0;
  }

  #pfr #pfr-lead {
    display: block;
  }

  #pfr #pfr-lead .img {
    width: 100%;
  }


  #pfr #pfr-lead p {
    width: 100%;
    padding: 0;
    font-size: 1.2rem;
  }

  #pfr #pfr-shoplist {
    padding: 10px;
  }

  #pfr #pfr-shoplist h3 {
    position: static;
    margin: 0;
    font-size: 1.4rem;
    padding: 0 0 12px 0;
  }

  #pfr #pfr-shoplist .lists {
    display: block;
    margin: 0;
  }

  #pfr #pfr-shoplist .lists .th {
    display: block;
    width: 100%;
    font-size: 1.4rem;
  }

  #pfr #pfr-shoplist .lists .td {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 1.2rem;
  }

  #pfr #pfr-point {
    display: block;
  }

  #pfr #pfr-point .box {
    width: 100%;
    padding: 15px;
  }

  #pfr #pfr-point .box h4 {
    font-size: 1.4rem;
  }

  #pfr #pfr-point .box p {
    width: 100%;
    padding-top: 10px;
  }

  #pfr #pfr-reserve a {
    font-size: 1.6rem;
    padding: 15px 30px 15px 15px;
    width: 100%;
    text-align: left;
  }

  #pfr #pfr-reserve a::before {
    width: 5px;
    height: 5px;
    margin-top: -3.5px;
    right: 24px;
  }

  #pfr #pfr-reserve a::after {
    width: 19px;
    height: 19px;
    margin-top: -11px;
    right: 16px;
  }

  #pfr #pfr-reserve .attention {
    font-size: 1.2rem;
    text-align: left;
  }

  #pfr #pfr-faq {
    width: 100%;
  }

  #pfr #pfr-faq .pfr-faqbox {
    padding: 10px;
  }

  #pfr #pfr-faq .pfr-faqbox .q,
  #pfr #pfr-faq .pfr-faqbox .a {
    font-size: 3.8vw;
  }

  #pfr #pfr-faq .pfr-faqbox .q span,
  #pfr #pfr-faq .pfr-faqbox .a span {
    font-size: 2.5rem;
    padding-right: 5px;
  }

  #pfr .last-annotation {
    font-size: 1.0rem;
  }

}

#stylebook-slider {
  padding-bottom: 80px;
}

#stylebook-slider h3 {
  margin-bottom: 40px;
}

#stylebook-slider .slider-row .box {
  width: 240px;
  margin: 0 20px;
}


#stylebook-slider .slider-row .box a {
  position: relative;
  display: block;
  line-height: 0;
}

#stylebook-slider .slider-row .box a::before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, .3) url('/image/lineup/ladies-suits/zoom.png') no-repeat center center;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all .5s ease-out;
}

#stylebook-slider .slider-row .box a:hover::before {
  opacity: 1;
}

#stylebook-slider .style-btn {
  position: relative;
  display: inline-block;
  border: 1px solid #3c1e00;
  line-height: 100%;
  padding: 16px 50px;
  color: #3c1e00;
  text-decoration: none;
}

#stylebook-slider .style-btn:hover {
  color: #fff;
  background-color: #3c1e00;
  text-decoration: none;
}