@charset "UTF-8";

/* リセット CSS */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
  box-sizing: content-box!important;
}

.clear {
	clear: both;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
.red {
  color: #b30000!important;
}

.wrap {
  overflow: hidden;
}

.fadein {
    opacity : 0;
    transition:all 1.2s;
}
.fadein.scrollin {
    opacity : 1;
}

/* メニュー
   ========================================================================== */

#nav-drawer {
  position: relative;
  top: 40px;
  left: 20px;
}
#nav-drawer .txt {
	font-size: 10px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
    margin-left: 2px;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav-unshown {
  display:none;
}
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}
#nav-open span, #nav-open span:before {
  position: absolute;
  height: 1px;
  width: 35px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-drawer.open #nav-open span:before {
  bottom: 0!important;
  background: white;
}
#nav-open span, #nav-open span:before {
  z-index: 10000;
}
#nav-drawer.open .txt {
    color: white!important;
    z-index: 100000!important;
    position: relative!important;
}
#nav-drawer .txt:after {
    content: "MENU";
    display: block;
}
#nav-drawer.open .txt:after {
    content: "CLOSE";
    display: block;
}
#nav-open span:after {
  bottom: -16px;
}
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 55%!important;
  height: 100%;
  /*overflow: scroll!important;*/
  background: #1a1a1a!important;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
#nav-content ul {
    margin-top: 35%;
    padding-top: 100px;
    padding-bottom: 30px;
    border-top: 1px solid #313131;
    border-bottom: 1px solid #313131;
}
#nav-content ul li {
    color: white;
    margin-left: 100px;
    margin-bottom: 70px;
}
#nav-content ul li a {
    color: white;
}
#nav-content ul li p {
    display: inline-block;
}
#nav-content ul li p:nth-child(1) {
    margin-right: 80px;
    width: 52px;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 300;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    opacity: 0.6;
}
#nav-content ul li p:nth-of-type(2) {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    font-size: 18px;
    letter-spacing: 2px
}
#nav-content ul li span {
    width: 50px;
    display: inline-block;
    border-bottom: 1px solid #313131;
    margin-right: 30px;
	vertical-align: middle;
}
#nav-drawer.open #nav-close {
  display: block;
  opacity: .5;
}
#nav-drawer.open #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
.contact-btn {
    width: 100%;
    max-width: 430px;
    background: white;
    text-align: center;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
	font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
}
.contact-btn a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 35px 0;
    transition: all 0.4s;
}
.contact-btn a:hover {
    color: white;
    background: black;
    outline: 1px solid #313131;
}
.header-logo-menu{
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
}
.logo-erea{text-align:center;margin:auto;}

.logo a {
    text-decoration: none;
    color: #1a1a1a;
}
.logo p {
        animation-duration: 0.3s;
      animation-name: fade-in;
      -moz-animation-duration: 0.3s;
      -moz-animation-name: fade-in;
      -webkit-animation-duration: 0.3s;
      -webkit-animation-name: fade-in;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  #nav-content ul li p:nth-child(1) {
    font-size: 12px;
  }
  #nav-content ul li p:nth-of-type(2) {
    font-size: 14px;
  }
  #nav-content ul li {
    margin-left: 10%;
  }
}

/* パンくず
   ========================================================================== */

ol.fs-c-breadcrumb__list li:first-child a {
    font-size: 0;
    content: url(https://hanabishi4129.itembox.design/item/img/home.png);
    width: 15px;
}
ol.fs-c-breadcrumb__list li {
  font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: '\e800';
  font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
ul.breadcrumb li a {
  text-decoration: none;
  color: black;
}

/* header
   ========================================================================== */

@keyframes fade-in{
    0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
}

@-moz-keyframes fade-in{
    0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
}

@-webkit-keyframes fade-in{
    0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
}

header.top {
  position: relative;
  height: 240px;
  z-index: 100;
  padding: 0;
}
header.common {
  position: relative;
  height: 110px;
  z-index: 10000!important;
  padding: 0;
}
header .logo-pc-fixed {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all  0.3s;
}
header.fixed .logo-pc-fixed {
    display: block;
    animation-duration: 0.3s;
      animation-name: fade-in;
      -moz-animation-duration: 0.3s;
      -moz-animation-name: fade-in;
      -webkit-animation-duration: 0.3s;
      -webkit-animation-name: fade-in;
}
header.fixed .logo-pc {
    display: none;
    animation-duration: 0.3s;
      animation-name: fade-in;
      -moz-animation-duration: 0.3s;
      -moz-animation-name: fade-in;
      -webkit-animation-duration: 0.3s;
      -webkit-animation-name: fade-in;
}
header .logo-pc {
    animation-duration: 0.3s;
      animation-name: fade-in;
      -moz-animation-duration: 0.3s;
      -moz-animation-name: fade-in;
      -webkit-animation-duration: 0.3s;
      -webkit-animation-name: fade-in;
}
header .logo-pc-fixed {
    display: none;
}


header.fixed .header-wrap {
    position: fixed;
    width: 100%;
    background: white;
    height: 110px;
}
header.fixed {
    padding: 0!important;
}
header .logo img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all  0.3s;
}
header.fixed .logo img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all  0.3s;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 7%;
}
header.fixed .logo {
    width: 100%;
    max-width: 240px;
}
header.fixed .logo p {
    position: absolute;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    right: -140px;
    top: 28%;
    color: #253861;
    font-size: 12px;
    font-weight: 600;
}
.cart-box {
	position: absolute;
	right: 0;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-weight: 100;
    letter-spacing: 4px;
    font-size: 10px;
    margin-top: 5px;
    margin-right: 40px;
}
.cart-box img {
    width: 40px;
}
.cart-box p span {
    position: relative;
    bottom: 10px;
    right: 10px;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.logo {
	width: 135px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-weight: 100;
    letter-spacing: 3px;
    font-size: 14px;
}
header.fixed .logo {
    right: 140px;
}
.logo h1 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.logo img {
	width: 100%;
    margin: 0 auto;
	margin-bottom: 30px;
}
header .logo.common {
  right: 140px;
}
header .logo.common {
  width: 100%;
  max-width: 240px;
}
header .logo.common p {
    position: absolute;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    right: -140px;
    top: 16px;
    color: #253861;
    font-size: 12px;
    font-weight: 600;
}

ul.breadcrumb li span {
	font-weight: 100;
	letter-spacing: 1px;
}
ul.breadcrumb li a span img {
    width: 13px;
}
ul.breadcrumb li {
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
}
ul.breadcrumb {
  margin-left: 40px;
  margin-bottom: 18px;
}
#nav-input {
  display: none;
}

/* フッター
   ========================================================================== */

footer {
	background: #1a1a1a;
}
footer h6 {
	color: white;
}
footer p {
	color: #8b8d8e;
}
footer .box ul {
	font-size: 0;
    padding-top: 100px;
}
footer .box ul li {
	width: calc(50% - 70px);
	display: inline-block;
	font-size: 12px;
	margin-left: 70px;
    vertical-align: top;
}
footer .box ul li p {
	line-height: 1.8;
}
footer .box ul li .item p:first-of-type {
	margin-bottom: 30px;
}
footer .box ul li .item {
	margin-bottom: 70px;
}
footer .box ul li h6 {
	margin-bottom: 30px;
}
footer .item-card ul li {
	width: 22%;
	display: inline-block;
	margin-left: 0;
}
footer .item-card ul li img {
	width: 100%;
}
footer .item-card ul {
	width: 100%;
	max-width: 275px;
    padding-top: 20px;
}
footer .item-card ul li:not(:last-child) {
	margin-right: 10px;
}
footer .footer-bottom ul li {
	display: inline-block;
}
footer .footer-bottom ul li a {
	text-decoration: none;
	color: #8b8d8e;
	font-size: 11px;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif!important;
}
.footer-bottom {
    margin-left: 70px;
}
footer .footer-bottom ul li {
	margin-right: 20px;
}
footer .footer-bottom ul {
	margin-top: 50px;
}
footer .footer-bottom ul:nth-of-type(2) li:nth-child(1) {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
	color: #8b8d8e;
}
footer .footer-logo img {
	width: 260px;
    margin-bottom: 10px;
}
.footer-bottom-wrap {
    border-top: 1px solid #151515;
    position: relative;
    height: 230px;
}
.footer-bottom-wrap .footer-logo {
	position: absolute;
	right: 70px;
	top: 60px;
}
.footer-bottom-wrap .footer-logo span {
	font-size: 10px;
	color: #626262;
	letter-spacing: 2px;
	text-align: right;
    margin-left: 94px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
}
.footer-bottom-wrap .item ul {
	margin-top: 50px;
	margin-left: 70px;
}
.footer-bottom-wrap .item ul:nth-of-type(2) li:first-child {
	font-size: 11px;
	color: #939393;
	margin-right: 35px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
}
.footer-bottom-wrap .item ul:nth-of-type(2) li img {
	width: 20px;
	margin-right: 12px;
}
.footer-bottom-wrap .item ul li {
	display: inline-block;
	vertical-align: middle;
}
.footer-bottom-wrap .item ul li:not(:last-child) {
	margin-right: 20px;
}
.footer-bottom-wrap .item ul:nth-of-type(2) li:not(:last-child) {
	margin-right: 0;
}
.footer-bottom-wrap .item ul:nth-of-type(2) li:first-child {
	margin-right: 30px;
}
.footer-bottom-wrap .item ul li a {
	font-size: 11px;
	color: #8b8d8e;
	text-decoration: none;
}
.btn-shopping {
  position: fixed;
  bottom: 0;
  height: 90px;
  width: 100%;
  z-index: 99;
  background: white;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
.fs-client-cart-count {
    background: #1a1a1a;
    color: white;
    width: 20px;
    height: 20px;
    font-family: initial;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
    position: absolute;
    bottom: -2px;
    right: -6px;
    letter-spacing: 0!important;
  }
.btn-shopping a {
  position: relative;
  text-decoration: none;
  display: block;
  padding-bottom: 40px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.btn-shopping a h5 {
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 90px;
    color: #253861;
    width: 430px;
    height: 50px;
    line-height: 50px!important;
    position: relative;
    top: 20px;
    border: 1px solid;
    margin: 0 auto;
    transition: all 0.5s;
}
.ie .btn-shopping a h5 {
    line-height: 55px!important;
}
.btn-shopping.common h5 {
    top: -13px!important;
}
.btn-shopping a:hover h5 {
  background: #253861;
  color: white;
}
.btn-shopping a .item {
    position: absolute;
    right: 0;
    top: 21px;
}
.btn-shopping a .item span {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
    position: relative;
    bottom: 8px;
    font-size: 10px;
    letter-spacing: 1px;
    color: #253861;
}
.btn-shopping a .item img {
    width: 30px;
    margin-right: 40px;
    margin-top: 6px;
    margin-left: 22px;
}


@media screen and (max-width: 770px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .logo {
        width: 50px!important;
        top: 15%!important;
        margin-top: 5px!important;
    }
    #nav-drawer {
        top: 35px;
        left: 5%;
    }
    .cart-box {
        margin-top: 0;
        margin-right: 5%;
        top: 34px;
    }
    .cart-box p span {
        right: 0;
        letter-spacing: 1px;
        bottom: 5px;
    }
    .logo img {
        margin-bottom: 5px;
    }
    .logo h1 p {
        font-size: 10px;
        letter-spacing: 2px;
        position: static!important;
    }
    header .logo.common {
      right: 0;
    }
    header {
        height: 91px!important;
        padding: 0;
    }
    header .header-wrap {
        position: fixed;
        top: 0;
        width: 100%;
        height: 90px;
        background: white;
        z-index: 1000;
    }
    footer .box ul li h6,
    footer .box ul li .item p:first-of-type {
        margin-bottom: 5%;
    }
    footer .box ul {
        padding-top: 10%;
    }
    footer .box ul li {
        width: 90%;
        margin-left: 5%;
    }
    footer .box ul li .item {
        margin-bottom: 10%;
        width: 100%;
    }
    footer .item-card ul {
        max-width: 100%;
    }
    footer .item-card ul li img {
        width: 100%;
    }
    footer .item-card ul li {
        width: 21%;
    }
    footer .item-card ul li:not(:last-child) {
        margin-right: 5%;
        margin-left: 0;
    }
    footer .item-card ul li:last-child {
        margin-left: 0;
    }
    .footer-bottom-wrap .footer-logo {
        position: static;
        text-align: center;
        padding: 10% 0;
    }
    .footer-bottom-wrap .item ul {
        margin-top: 5%;
        margin-left: 5%;
        text-align: center;
    }
    footer .footer-logo img {
        width: 50%;
    }
    .footer-bottom-wrap .footer-logo span {
        margin-left: 0;
    }
    .footer-bottom-wrap {
        height: auto;
    }
    #nav-open span, #nav-open span:before {
        width: 28px;
    }
    #nav-drawer .txt {
        letter-spacing: 0;
        margin-left: 1px;
    }
    .cart-box img {
        width: 30px;
    }
    #nav-content {
        max-width: 85%!important;
    }
    #nav-content ul li {
      margin-left: 0!important;
      margin-bottom: 0!important;
    }
    #nav-content ul li a {
      padding-bottom: 10%;
      display: block;
    }
    #nav-content ul li p:nth-child(1) {
      margin-right: 20px;
      font-size: 12px;
      width: 66px;
    }
    #nav-content ul li p:nth-of-type(2) {
      font-size: 12px;
    }
    #nav-content ul li span {
      width: 25px;
      margin-right: 20px;
    }
    #nav-content ul {
      padding-top: 10%;
      margin-left: 5%;
      margin-right: 5%;
      margin-bottom: 0;
      padding-bottom: 5%;
    }
    /*header.top,
    header.common {
      height: 0!important;
    }*/
    .contact-btn {
      margin-top: 10%;
      margin-bottom: 10%;
      max-width: 90%;
      font-size: 14px;
    }
    .contact-btn a {
      padding: 15px 0;
    }
    .logo a {
        text-decoration: none;
        color: #1a1a1a;
    }
    footer .box ul li .item-card {
        margin-bottom: 10%;
    }
    footer .box ul li h6,
    footer .box ul li p,
    footer .box ul li .item p,
    .footer-bottom-wrap .item ul li a {
        font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    }
    header .logo img.sp {
        width: 100%!important;
    }
    header.fixed .logo {
        right: 0;
        width: 50px!important;
        max-width: auto;
    }
    header.fixed .header-wrap {
        height: 90px;
    }
    header.fixed .logo-pc-fixed {
        display: none;
    }
    header.fixed .logo p {
        position: static;
        margin-top: 10%;
        font-size: 10px;
        font-weight: 100;
        text-align: center;
    }
    .logo h1 p {
      font-size: 10px!important;
      font-weight: 100!important;
    }
        .btn-shopping ul li {
          width: 100%;
        }
    #fs_Top .btn-shopping {
      height: 100px;
    }
    .btn-shopping a h5 {
      line-height: 33px!important;
      font-size: 13px;
      letter-spacing: 0.5px;
      width: 100%;
      height: 30px;
      top: 10px;
    }
    .btn-shopping a .item {
      top: 3px;
    }
    .btn-shopping a .item img {
      width: 24px;
      margin-top: 10px;
      margin-right: 18px;
      margin-left: 5px;
    }
    .btn-shopping a .item span {
      bottom: 6px;
    }
}

/* commerce
   ========================================================================== */

section.mv-commerce .box h3 {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
    font-size: 14px;
    font-weight: 300;
    color: #253861;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 100px;
    margin-bottom: 50px;
}
section.mv-commerce .box h4 {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    font-size: 24px;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 300;
    margin-bottom: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section.mv-commerce .box p {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 2.0;
    margin-bottom: 100px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section.main-commerce {
  background: #f7f7f7;
}
section.main-commerce .box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
}
section.main-commerce .box h3 {
  font-size: 24px;
  font-family: a-otf-futo-min-a101-pr6n, serif!important;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 70px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section.main-commerce .box dl {
  margin-bottom: 100px;
}
section.main-commerce .box dl,
section.main-commerce .box dt,
section.main-commerce .box dd {
  box-sizing: border-box;
}
section.main-commerce .box dl:nth-of-type(5),
section.main-commerce .box dl:nth-of-type(7) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
section.main-commerce .box dl:nth-of-type(5) dt,
section.main-commerce .box dl:nth-of-type(7) dt {
  width: 35%;
}
section.main-commerce .box dl:nth-of-type(5) dd,
section.main-commerce .box dl:nth-of-type(7) dd {
  width: 65%;
  margin-left: 0!important;
}
section.main-commerce .box dt {
  border-top: 1px solid #888888!important;
}
section.main-commerce .box dt:nth-of-type(3) {
  padding-bottom: 85px;
}
section.main-commerce.company .box dt:nth-of-type(3) {
  padding-bottom: 45px;
}
section.main-commerce.wrap .box dt:nth-of-type(3) {
  padding-bottom: 50px;
}
section.main-commerce .box .wrap-box dt {
  border-bottom: 0;
  padding-bottom: 85px;
}
section.main-commerce.privacy .box .wrap-box dt {
  padding-bottom: 45px!important;
}
section.main-commerce.privacy .box .wrap-box dd {
  padding-bottom: 45px!important;
}
section.main-commerce .box dl .wrap-box dt {
  border-bottom: 1px solid #888888;
}
section.main-commerce .box dl .wrap-box dd {
  border-bottom: 1px solid #e0e0e0;
}
section.main-commerce.wrap .box .wrap-box dt {
  padding-bottom: 50px;
}
section.main-commerce.wrap .box dl:nth-of-type(6) .wrap-box dt {
  border-bottom: 0!important;
}
section.main-commerce.wrap .box dl:nth-of-type(6) .wrap-box dd {
  border-bottom: 0!important;
}
section.main-commerce .box .wrap-box dd {
  border-bottom: 0;
}
section.main-commerce.wrap .box dl:nth-of-type(7) dt {
  border-bottom: 1px solid #888888;
}
section.main-commerce.wrap .box dl:nth-of-type(7) dd {
  border-bottom: 1px solid #e0e0e0;
}
section.main-commerce.wrap .box dt:last-of-type {
  border-bottom: 1px solid #888888;
}
section.main-commerce.wrap .box dd:last-of-type {
  border-bottom: 1px solid #e0e0e0;
}
section.main-commerce .box dt,
section.main-commerce .box dd {
  padding: 10px 10px 10px 10px;
  border-top: 1px solid #e0e0e0;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 45px 0;
}
section.main-commerce .box dl .wrap-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
section.main-commerce .box dl .wrap-box dt {
  width: 35%;
}
section.main-commerce .box dl .wrap-box dd {
  width: 65%;
  margin-left: 0!important;
}
section.main-commerce .box dd p a {
    color: black;
}
section.main-commerce .box dt {
  width: 35%;
  float: left;
  font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
section.main-commerce .box dd {
  margin-left: 35%;
  padding-bottom: 0;
}
section.main-commerce .box dd:after {
  content: '';
  display: block;
  clear: both;
}
section.main-commerce .box dd p {
    margin-left: 5%;
    line-height: 1.6;
    margin-top: -6px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
section.main-commerce .box h4 {
  font-size: 18px;
  text-align: center;
  line-height: 2.0;
  margin-bottom: 70px;
  letter-spacing: 2px;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
section.main-commerce .box dd h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.6;
}
section.main-commerce .box dd .item {
  margin-left: 5%;
}
section.main-commerce .box dd .item:last-of-type {
  margin-bottom: 40px;
}
section.main-commerce .box dd .item p {
  margin-left: 0;
  margin-bottom: 20px;
}
section.main-commerce .box dd p.mrb {
  margin-bottom: 20px!important;
}
section.main-commerce .box dd.dd03 p a {
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1px solid #5b5b5b;
    padding-bottom: 1px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
section.main-commerce .box dd.dd03 p a:hover {
  opacity: 0.6;
}
section.main-commerce .mrb20 {
  margin-bottom: 20px!important;
}
section.main-commerce .mrb50 {
  margin-bottom: 50px!important;
}
section.main-commerce .pd50 {
  padding: 50px 0!important;
}
section.main-commerce .pd60 {
  padding: 62px 0!important;
}
section.main-commerce .pd70 {
  padding: 72px 0!important;
}
section.main-commerce .pd150 {
  padding: 45px 0 277px 0!important;
  border-bottom: 1px solid #888888;
}
@media all and (-ms-high-contrast: none){
  section.main-commerce .pd150 {
    padding: 45px 0 280px 0!important;
  }
}
section.main-commerce .pd430 {
  padding: 430px 0!important;
}
#nav-drawer .txt:hover {
  cursor: pointer;
}

@media screen and (max-width: 770px) {
  ul.breadcrumb {
    margin-left: 5%;
  }
  section.main-commerce .box dl:nth-of-type(5) dd {
    width: 100%!important;
  }
  section.mv-commerce .box {
    margin-bottom: 10%;
  }
  section.mv-commerce .box h3 {
    margin: 0 auto;
    margin-top: 10%;
    margin-bottom: 5%;
    width: 90%;
    letter-spacing: 1px;
  }
  section.mv-commerce .box h4 {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 5%;
    letter-spacing: 2px;
  }
  section.mv-commerce .box p {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
  }
  section.main-commerce .box {
    padding: 10% 0;
  }
  section.main-commerce .box h3 {
    font-size: 20px;
    margin-bottom: 6%;
  }
  section.main-commerce .box dl {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10%;
  }
  /*section.main-commerce .box dt {
    width: 100%;
    float: none;
    padding: 5% 0;
    border-bottom: 1px solid #e0e0e0;
  }*/
  /*section.main-commerce .box dd {
    width: 100%;
    float: none;
    margin-left: 0;
    padding: 5% 0;
    border-top: none;
    border-bottom: 1px solid #888888;
    margin-bottom: 5%;
  }*/
  /*section.main-commerce .box dd p {
    margin: 0!important;
  }*/
  section.main-commerce .box dd p ,
  section.main-commerce .box dt p {
    font-size: 12px;
  }
  section.main-commerce .box dd p {
    margin-left: 5%;
    margin-bottom: 0;
  }
  /*section.main-commerce .box dt:last-of-type {
    border-bottom: none;
  }*/
  /*section.main-commerce .box dd:last-of-type {
    border-bottom: 1px solid #888888;
    border-top: 1px solid #e0e0e0;
  }*/
  dt.pd50, dt.pd60, dt.pd70, dt.pd150, dt.pd430 {
    padding: 0!important;
    border-bottom: none;
  }
  section.main-commerce .mrb50 {
    margin-bottom: 5%!important;
  }
  section.main-commerce .box h4 {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5%;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  section.main-commerce .box dd .item {
    margin-left: 0;
    margin-bottom: 4%;
  }
  section.main-commerce .box dd h5 {
    font-size: 12px;
    margin-bottom: 6px;
  }
  section.main-commerce .box dd p.mrb {
    margin-bottom: 5%!important;
  }
  section.main-commerce .box dd .item:last-of-type {
    margin-bottom: 0;
  }
  section.main-commerce .box dl:nth-of-type(3) dt {
    display: none;
  }
  section.main-commerce .box dl:nth-of-type(3) dd {
    width: 100%;
    margin-left: 0;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888!important;
    padding-bottom: 7%;
  }
  section.main-commerce .box dl:nth-of-type(3) dd p {
    margin-left: 0;
  }
  section.main-commerce .box dt.pd60,
  section.main-commerce .box dt.pd70,
  section.main-commerce .box dt.pd430 {
    display: none;
  }
  section.main-commerce dl:nth-of-type(4) dd,
  section.main-commerce dl:nth-of-type(5) dd {
    margin-left: 0;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888!important;
    padding-bottom: 7%;
  }
  section.main-commerce .box dt,
  section.main-commerce .box dd {
    padding: 0;
    height: 65px;
  }
  section.main-commerce.wrap .box dt:nth-of-type(3) {
    padding-bottom: 0!important;
  }
  section.main-commerce.company .box dt:nth-of-type(3) {
    padding-bottom: 0;
  }
  section.main-commerce .box dd .item {
    padding-bottom: 5%;
    line-height: 1.4;
  }
  section.main-commerce .box dd:nth-of-type(3) p,
  section.main-commerce .box dd:nth-of-type(4) p,
  section.main-commerce .box dd:nth-of-type(5) p,
  section.main-commerce .box dd:nth-of-type(6) p,
  section.main-commerce .box dd:nth-of-type(7) p,
  section.main-commerce .box dd:nth-of-type(8) p,
  section.main-commerce .box dd:nth-of-type(9) p,
  section.main-commerce .box dd:nth-of-type(10) p,
  section.main-commerce .box dd:nth-of-type(11) p {
    padding-bottom: 5%;
  }
  section.main-commerce .box dt:last-of-type {
    padding-bottom: 125px;
  }
  section.main-commerce.company .box dt:last-of-type {
    padding-bottom: 0!important;
  }
  section.main-commerce.privacy .box dt:last-of-type {
    padding-bottom: 49px;
  }
  section.main-commerce.wrap .box dt.dt02, section.main-commerce.wrap .box dd.dd02 {
    padding-bottom: 0;
  }
  section.main-commerce.wrap .box dt.sp:last-of-type {
    padding-bottom: 0;
  }
  section.main-commerce .box dt.dt02 {
    padding-top: 0;
  }
  section.main-commerce .box dl:nth-of-type(1) dt:last-of-type,
  section.main-commerce .box dl:nth-of-type(2) dt:last-of-type {
    border-bottom: 1px solid #888888;
  }
  section.main-commerce.privacy .box dl:nth-of-type(1) dt:last-of-type {
    border-bottom: 0;
  }
  section.main-commerce.privacy .box dl:nth-of-type(1) .wrap-box dt:last-of-type {
    border-bottom: 1px solid #888888!important;
  }
  section.main-commerce .box dl:nth-of-type(1) dd:last-of-type,
  section.main-commerce .box dl:nth-of-type(2) dd:last-of-type {
    border-bottom: 1px solid #e0e0e0;
  }
  section.main-commerce .box dd:after {
    content: none;
  }
  section.main-commerce .box dl:nth-of-type(2) dt:nth-of-type(4) {
    line-height: 1.4;
  }
  section.main-commerce.company .box dl:nth-of-type(1) dt:last-of-type {
    border-bottom: 0;
  }
  section.main-commerce.company .box dl:nth-of-type(1) .wrap-box dt:last-of-type {
    border-bottom: 1px solid #888888;
  }
  section.main-commerce .box dd .item {
    margin-left: 5%;
  }
  section.main-commerce .box dl:nth-of-type(6) dt p {
    line-height: 1.4;
  }
  section.main-commerce .box dl:nth-of-type(6) dd {
    padding-bottom: 0;
  }
  section.main-commerce .box dl:nth-of-type(6) dd:nth-of-type(4) {
    padding-bottom: 0;
  }
  section.main-commerce .box dl:nth-of-type(7) dd {
    margin-left: 0;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888!important;
    padding-bottom: 0!important;
    width: 100%!important;
  }
  section.main-commerce .box dl:nth-of-type(7) dd .item {
    margin-top: 4%;
  }
  section.main-commerce .box dl:nth-of-type(7) dd .item h5 {
    margin-bottom: 4%;
  }
  section.main-commerce .box dl:nth-of-type(6) dd .item p {
    margin-bottom: 0;
  }
  section.main-commerce .box dl:nth-of-type(6) dd {
    margin-bottom: 5%;
  }
  section.main-commerce .box dl:nth-of-type(6) dd:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
  }
  section.main-commerce .box dl:nth-of-type(6) dt:last-of-type {
    border-bottom: 0;
  }
  section.main-commerce .box dl:nth-of-type(6) dd .item:last-of-type {
    padding-bottom: 10%;
  }
  section.main-commerce.wrap .box dl:nth-of-type(6) dd:last-of-type {
    border-bottom: 1px solid #e0e0e0;
  }
  section.main-commerce .box dl:nth-of-type(4) dd p {
    margin-left: 0;
  }
  section.main-commerce .box dl:nth-of-type(5) dd p {
    margin-left: 0;
  }
  section.main-commerce .box dl:nth-of-type(6) dt.pd150 {
    padding: 0!important;
    border-bottom: none!important;
  }
  section.main-commerce .box dt.sp:last-of-type {
    border-bottom: none!important;
    height: 0px;
  }
  section.main-commerce .box dl:nth-of-type(7) dd p {
    margin-left: 0!important;
  }
  section.main-commerce .box dl:nth-of-type(7) dd .item {
    margin-left: 0!important;
  }
  section.main-commerce .box dd p {
    margin-top: -4px;
  }
  section.main-commerce .box dt p {
    line-height: 1.6;
    margin-top: 20px;
  }
  section.main-commerce .box dd p {
    line-height: 1.6;
    margin-top: 20px;
  }
  section.main-commerce .wrap-box dd p {
    padding-bottom: 20px!important;
  }
  section.main-commerce .box dt.dt02,
  section.main-commerce .box dd.dd02 {
    height: 85px;
  }
  section.main-commerce .box dd.dd03 {
    height: 100px;
  }
  .h-auto {
    height: auto!important;
  }
  section.main-commerce .box dd .item p {
    margin-top: 0;
  }
  section.main-commerce .box dl:nth-of-type(6) dd .item:first-of-type {
    margin-top: 10%;
  }
}

/* オーダー
   ========================================================================== */

@keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }

    @-moz-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }

    @-webkit-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }
.is-hide {
  display: none;
  opacity: 0;
}
ul.list_item {
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}
.search_item {
  display: inline-block;
  padding: 3px;
  cursor: pointer;
}
.search_item.is-active {
  color: #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
.mv-order .box h3 {
    font-size: 14px;
    text-align: center;
    color: #253861;
    font-weight: 100;
    letter-spacing: 1px;
    margin-bottom: 50px;
    margin-top: 100px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
}
section.mv-order .box h4.center {
    text-align: center;
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 3px;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    margin-bottom: 50px;
}
section.mv-order .box h4 .bg {
    background: linear-gradient(transparent 50%, #d5e8f3 0%);
    color: #253861;
    position: relative;
    margin-left: 15px;
}
section.mv-order .box h4.center span {
    font-size: 24px;
    color: #253861;
}
section.mv-order .box h4 .bg span:first-child {
    font-size: 36px;
}
section.mv-order .box h4.center span {
    font-size: 24px;
    color: #253861;
    position: relative;
}
section.mv-order .box h4 .bg span:not(:first-child):after {
    content: "・";
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
}
section.mv-order .box {
  margin-bottom: 110px;
}
section.mv-order .box p {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 2.0;
    margin-bottom: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mv-order .cap-box:first-of-type h5 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 20px;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
.mv-order .cap-box:first-of-type {
    margin-bottom: 10px;
}
.mv-order .cap-box:first-of-type p:last-child {
    margin-bottom: 0px;
    margin-top: 20px;
}
.mv-order .cap-box {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background: #f7f7f7;
    padding: 40px 0;
}
.cap-box.holiday {
    background: none;
    outline: 2px solid #b30000;
    margin-top: 30px;
}
.cap-box.holiday p.ho-ttl {
    color: #b30000;
}
.cap-box.holiday .ttl {
    color: #b30000;
    /* padding-bottom: 0!important; */
    margin-bottom: 0;
}
.mv-order p.cap {
    width: 100%;
    max-width: 870px;
    margin: 0 auto;

}
.mv-order h5.cap {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.0;
    margin-bottom: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mv-order p.cap.f-left.ttl {
    font-size: 15px;
    margin-bottom: 4px!important;
}
.mv-order p.cap.f-left {
    text-align: left;
    line-height: 1.8;
    margin-bottom: 30px;
}
.mv-order p.cap.f-left.m-b0 {
  margin-bottom: 0;
}
.mv-order .cap-box p.cap.f-left:last-of-type {
    margin-bottom: 0!important;
}
section.mv-order .box p.cap:first-of-type {
    margin-bottom: 0px;
}
.main-order .box-item .cap {
    text-align: center;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 2.0;
    margin-bottom: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: -2%;
    margin-bottom: 5%;
}
section.main-order {
  background: #f7f7f7;
}
section.main-order h3 {
  text-align: center;
  font-size: 24px;
  padding: 100px 0 70px 0;
  letter-spacing: 3px;
  font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
.main-order .box-item {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
    margin-bottom: 50px;
}
.main-order .box-item ul li {
    border-bottom: 1px solid #8c8c8c;
    position: relative;
    padding-bottom: 20px;
    transition: 3s all ease 0s;
}
.main-order .box-item ul li h6 {
  font-size: 18px;
    padding-top: 50px;
    padding-bottom: 30px;
    letter-spacing: 3px;
    position: relative;
    z-index: 999;
    border-top: 1px solid #8c8c8c;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
.main-order .box-item ul li .item ul li {
    display: inline-block;
    margin-right: 50px;
}
.main-order .box-item ul li .item ul li a {
  color: #1a1a1a;
  text-decoration: none;
  font-size: 14px;
  width: auto;
  opacity: 0.6;
  text-align: left;
  line-height: 1.6;
}
.main-order .box-item ul li .item ul li a {
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.main-order .box-item ul li .item ul li a:hover {
  border-bottom: 1px solid #1a1a1a;
  opacity: 1;
}
.main-order .box-item ul li .item ul li {
  border-bottom: none;
}
.main-order .box-item ul .item ul li:before,
.main-order .box-item ul .item ul li:after {
  content: none;
}
.main-order .box-item ul li .item {
  display: none;
}
/*.main-order .box-item ul li:before {
    content: url(../img/open.png);
    display: block;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-weight: 100;
    position: absolute;
    right: 0;
    top: 50px;
}*/
.main-order .box-item ul li:before {
    content: "";
    display: inline-block;
	width: 15px;
	height: 9px;
	background: url(../img/open.png) no-repeat;
	background-size: contain;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-weight: 100;
    position: absolute;
    right: 0;
    top: 55px;
}
.main-order .box-item ul li:after {
    content: "OPEN";
    display: block;
    font-size: 10px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-weight: 100;
    position: absolute;
    right: 30px;
    top: 56px;
    letter-spacing: 1px;
}
/*.main-order .box-item ul li.active:before {
    content: url(../img/close.png);
    display: block;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-weight: 100;
    position: absolute;
    right: 0;
    top: 47px;
}*/
.main-order .box-item ul li.active:before {
    content: "";
    display: inline-block;
	width: 15px;
	height: 1px;
	background: url(../img/close.png);
	background-size: contain;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-weight: 100;
    position: absolute;
    right: 0;
    top: 60px;
}
.main-order .box-item ul li.active:after {
    content: "CLOSE";
    display: block;
    font-size: 10px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-weight: 100;
    position: absolute;
    right: 30px;
    top: 56px;
    letter-spacing: 1px;
}
.main-order .box-item ul li h6:hover {
  cursor: pointer;
}
section.main-order .box {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 150px;
}
section.main-order .box ul {
  font-size: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
section.main-order .box ul.list_item a {
    color: black;
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
section.main-order .box ul li {
  transition: 0.5s;
}
section.main-order .box ul.list_item a:hover li.bg {
  background: #f7f7f7!important;
}
section.main-order .box ul li {
  display: inline-block;
  vertical-align: top;
}
section.main-order .box ul li:first-child img {
  /*width: 90%;*/
  max-width: 295px;
  max-height: 222px;
}
section.main-order .box ul li:first-child {
  width: calc(30% - 2px);
  /*padding: 52px 0 51px;*/
  border: 1px solid #ebebeb;
  margin-bottom: 2px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.main-order .box ul li:last-child {
  width: calc(70% - 2px)!important;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
section.main-order .box ul:nth-of-type(6) li:first-child {
  /*padding: 29px 0 28px;*/
}
section.main-order .box ul:nth-of-type(8) li:first-child {
  /*padding: 23px 0;*/
}
section.main-order .box ul:nth-of-type(9) li:first-child {
  /*padding: 55px 0;*/
}
section.main-order .box ul:nth-of-type(7) li:first-child {
  /*padding: 12px 0 11px;*/
}
section.main-order .box ul:nth-of-type(10) li:first-child {
  /*padding: 10px 0;*/
}
section.main-order .box ul:nth-of-type(11) li:first-child {
  /*padding: 49px 0;*/
}
section.main-order .box ul:nth-of-type(12) li:first-child {
  /*padding: 47px 0 46px;*/
}
section.main-order .box ul:nth-of-type(13) li:first-child {
  /*padding: 62px 0 62px;*/
}
section.main-order .box ul li:last-child {
  width: 70%;
  font-size: 14px;
  background: white;
  height: 235px;
  margin-bottom: 2px;
}
section.main-order .box ul li:last-child h5 {
    margin: 28px 0 10px 28px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-size: 12px;
    color: #253861;
    display: inline-block;
    font-weight: 300;
    letter-spacing: 2px;
}
section.main-order .box ul li:last-child h5 img {
  width: 30px;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  vertical-align: middle;
	margin-right: 5px;
}
section.main-order .box ul li:last-child h4 {
  font-family: a-otf-futo-min-a101-pr6n, serif!important;
  font-size: 18px;
  margin-left: 28px;
  margin-bottom: 28px;
}
section.main-order .box ul li:last-child p {
  font-size: 14px;
  letter-spacing: 2px;
  margin-left: 28px;
    margin-right: 5%;
  line-height: 1.8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
section.main-order .box ul li {
  position: relative;
}
section.main-order .box ul li .item {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 51%;
  text-align: right;
  margin-right: 4%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
span.online-price {
    /*background: #fffd38;*/
    background: #253861;
    color: #fff;
    padding: 2px 10px;
    position: relative;
    bottom: 2px;
}
section.main-order .box ul li .item .price {
  font-size: 24px;
  color: #000000;
  margin-left: 5%;
  opacity: 1;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
section.main-order .box ul li .item .price span {
  font-size: 18px;
    padding-right: 2%;
}
section.main-order .box ul li .item p {
    display: inline-block;
    opacity: 0.6;
    font-size: 12px;
    vertical-align: bottom;
    margin-right: 0;
    width: auto;
}
section.main-order .box ul li .item p.cap {
    margin-left: 0;
    color: #000000;
    opacity: 1;
}
section.main-order .box ul li .item p.red {
    color: #b30000!important;
}
section.main-order .box ul li ul {
  margin-left: 28px;
  margin-top: 20px;
}
section.main-order .box ul:nth-of-type(4) li:first-child,
section.main-order .box ul:nth-of-type(5) li:first-child {
    /*padding: 50px 0 44px;*/
    text-align: center;
}
section.main-order .box ul:nth-of-type(4) li:first-child img,
section.main-order .box ul:nth-of-type(5) li:first-child img {
    width: 88%;
}
section.main-order .box ul li ul li {
  font-size: 12px!important;
  color: white!important;
  background: #1a1a1a!important;
  height: 16px!important;
  width: auto!important;
  vertical-align: middle;
  padding: 3px 12px 1px 12px!important;
  border: none!important;
  border-radius: 10px;
}
section.main-order .box ul li ul li:first-child {
  margin-right: 5px!important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
section.main-order .box ul:nth-of-type(6) li:nth-child(1) img,
section.main-order .box ul:nth-of-type(7) li:nth-child(1) img,
section.main-order .box ul:nth-of-type(8) li:nth-child(1) img,
section.main-order .box ul:nth-of-type(10) li:nth-child(1) img {
    /*width: 70%;*/
    margin-left: 16px;
}
section.main-order .box ul:nth-of-type(6) li:nth-child(1),
section.main-order .box ul:nth-of-type(7) li:nth-child(1),
section.main-order .box ul:nth-of-type(8) li:nth-child(1),
section.main-order .box ul:nth-of-type(10) li:nth-child(1) {
  text-align: left;
}
section.main-order .box ul:nth-of-type(10) li:nth-child(1) img {
  /*width: 60%;*/
}
section.main-order .box ul li:last-child .option ul li {
  width: auto!important;
  display: inline-block;
}
section.main-order .box ul li ul li:not(:last-child) {
  margin-right: 5px;
}

@media screen and (max-width: 770px) {
      .mv-order .box h3 {
      margin-top: 10%!important;
      margin-bottom: 5%!important;
    }
    span.online-price.sp-f {
    margin-bottom: 10px!important;
    display: inline-block;
    margin-right: 10px;
  }
    section.main-order .box ul li ul li {
      margin-bottom: 5px !important;
    }
    section.mv-order .box h4.center {
      font-size: 18px!important;
      width: 90%!important;
      margin: 0 auto!important;
      margin-bottom: 8%!important;
      letter-spacing: 1px!important;
      line-height: 1.5!important;
  }
    section.main-order .box ul.list_item a {
    display: -webkit-block;
      display: -moz-block;
      display: -ms-block;
      display: -o-block;
      display: block;
  }
    section.mv-order .box h4 .bg span:first-child {
      font-size: 30px!important;
  }
    section.mv-order .box h4.center span {
      font-size: 18px!important;
  }
  section.mv-order .box {
    margin-bottom: 10%!important;
  }
  section.main-order h3 {
    padding: 10% 0 7% 0;
    font-size: 18px;
    letter-spacing: 2px;
    width: 90%;
    margin: 0 auto;
    line-height: 1.4;
  }
  .main-order .box-item ul li {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .main-tradition .box-item ul li:first-child {
    padding-bottom: 0;
  }
  .main-order .box-item ul li h6 {
    padding-top: 8%!important;
    font-size: 16px;
  }
  section.main-order .box ul li {
    display: block;
  }
  section.main-order .box ul li:first-child {
    width: 90%;
    margin: 0 auto;
  }
  section.main-order .box ul li:last-child {
    width: 90%!important;
    margin: 0 auto;
    height: auto!important;
    border: 1px solid #ebebeb;
  }
  section.main-order .box ul li .item {
    position: static;
    width: 95%;
    text-align: right;
    margin-bottom: 5%;
  }
  section.main-order .box ul li:last-child h5 {
    margin: 5% 0 3% 5%;
  }
  section.main-order .box ul li:last-child h4 {
    margin-left: 5%;
    margin-bottom: 5%;
  }
  section.main-order .box ul li .item p.lining-p {
    line-height: 2.4;
  }
  section.main-order .box ul li:last-child p {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 12px;
    margin-bottom: 5%;
  }
  section.main-order .box ul li .item p {
    margin-bottom: 0;
    margin-right: 0;
  }
  .main-order .box-item ul li:before,
  .main-order .box-item ul li.active:before {
    top: 32px;
  }
  .main-order .box-item ul li.active:before {
    top: 36px;
  }
  .main-order .box-item ul li:after,
  .main-order .box-item ul li.active:after {
    right: 7%;
    top: 33px;
  }
  section.main-order .box ul {
    margin-bottom: 7%;
  }
  section.main-order .box ul li:first-child {
    padding: 5% 0;
    text-align: center;
  }
  section.main-order .box ul li:first-child img {
    /*width: 80%;*/
    max-width: 270px;
  }
  section.main-order .box ul li .item .price {
    font-size: 22px;
    margin-left: 4%;
  }
  section.main-order .box ul:nth-of-type(3) li:first-child, section.main-order .box ul:nth-of-type(4) li:first-child, section.main-order .box ul:nth-of-type(5) li:first-child {
    margin: auto;
    padding: auto;
  }
  .main-order .box-item {
    margin-bottom: 8%;
  }
  section.main-order .box ul li ul {
    margin-left: 5%!important;
  }
  section.main-order .box ul li:last-child .option ul li {
    display: inline-block;
  }
  section.main-order .box ul li:last-child .option ul li:last-child {
    padding: 3px 12px 5px 12px!important;
  }
  section.main-order .box {
    padding-bottom: 10%;
  }
  section.main-order .box.item {
    padding-top: 10%!important;
  }
  .main-order .box-item ul li .item {
    font-size: 12px;
    margin-top: 10%;
  }
  .main-order .box-item ul li.active .item {
    margin-top: 0!important;
    padding-bottom: 5%;
  }
  .box-item ul li .item {
    margin-top: 0!important;
    padding-bottom: 5%;
  }
  ul.breadcrumb {
    margin-left: 5%;
  }
  section.main-order .box ul:nth-of-type(4) li:first-child img, section.main-order .box ul:nth-of-type(5) li:first-child img {
    width: 78%;
  }
  section.main-order .box ul:nth-of-type(6) li:nth-child(1),
  section.main-order .box ul:nth-of-type(7) li:nth-child(1),
  section.main-order .box ul:nth-of-type(8) li:nth-child(1),
  section.main-order .box ul:nth-of-type(10) li:nth-child(1) {
  text-align: center;
}
}

/* トラディション
   ========================================================================== */

section.main-tradition .search_item {
  display: inline-block;
  padding: 3px;
  cursor: pointer;
}
section.main-tradition .search_item.is-active {
  color: #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
.mv-tradition .box h3 {
    font-size: 14px;
    text-align: center;
    color: #253861;
    font-weight: 100;
    letter-spacing: 1px;
    margin-bottom: 50px;
    margin-top: 100px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
}
.mv-tradition .box h4 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
.mv-tradition .box h5 {
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 50px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
}
.mv-tradition .box h5 span:first-child {
    font-size: 18px;
}
.mv-tradition .box h5 span:last-child {
    font-size: 14px;
}
.mv-tradition .box p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 2.0;
    margin-bottom: 100px;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
.main-tradition {
  background: #f7f7f7;
  padding-top: 100px;
}
.main-tradition .box-item h3 {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 3px;
  color: #1a1a1a;
  margin-bottom: 70px;
  font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
.main-tradition .box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.main-tradition .box ul {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.main-tradition .box ul:before {
    content:"";
    display:block;
    width: 21%;
    height:0;
    order:1;
}
.main-tradition .box ul:after {
    content:"";
    display:block;
    width: 21%;
    height:0;
}
.main-tradition .box ul li {
  /*display: inline-block;*/
  width: 21%;
  font-size: 10px;
}
.main-tradition .box ul.option {
    text-align: left;
    display: block;
}
/*.main-tradition .box ul li:not(:nth-child(4n)) {
  margin-right: 5%;
}*/
.main-tradition .box ul li img {
  width: 100%;
}
.main-tradition .box-item ul {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.main-tradition .box-item ul li:first-child {
    margin-right: 9%;
}
.main-tradition .box-item ul li {
    border-bottom: 1px solid #8c8c8c;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-bottom: 20px;
    transition: 3s all ease 0s;
}
.main-tradition.tie .box-item ul li .item ul li {
    margin-right: 40px!important;
}
.main-tradition.tie .box-item ul li .item ul li:nth-child(1) {
    padding-bottom: 20px;
}
.main-tradition .box-item ul li .item ul li {
    display: inline-block;
    margin-right: 50px;
    border-bottom: none;
    width: auto;
}
.main-tradition .box-item ul li .item ul li:before,
.main-tradition .box-item ul li .item ul li:after {
  content: none!important;
}
.main-tradition .box-item ul .item ul {
    margin-bottom: 0;
}
.main-tradition .box-item ul li .item ul li a {
    color: #1a1a1a;
    opacity: 0.6;
    text-decoration: none;
    font-size: 14px;
    width: auto;
}
.main-tradition .box-item ul li .item ul li a {
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.main-tradition .box-item ul li .item ul li a:hover {
  opacity: 1;
  border-bottom: 1px solid;
}
.main-tradition .box-item ul li h6 {
  font-size: 18px;
    padding-top: 50px;
    padding-bottom: 30px;
    letter-spacing: 3px;
    border-top: 1px solid #8c8c8c;
    position: relative;
    z-index: 999;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
.main-tradition .box-item ul li h6:hover {
  cursor: pointer;
}
.main-tradition .box-item ul li .item {
  display: none;
}
/*.main-tradition .box-item ul li:before {
    content: url(../img/open.png);
    display: block;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-weight: 100;
    position: absolute;
    right: 0;
    top: 42%;
}*/
.main-tradition .box-item ul li:before {
    content: "";
    display: inline-block;
	width: 15px;
	height: 9px;
	background: url(../img/open.png);
	background-size: contain;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-weight: 100;
    position: absolute;
    right: 0;
    top: 55px;
}
.main-tradition .box-item ul li:after {
    content: "OPEN";
    display: block;
    font-size: 10px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-weight: 100;
    position: absolute;
    right: 30px;
    top: 56px;
    letter-spacing: 1px;
}
/*.main-tradition .box-item ul li.active:before {
    content: url(../img/close.png);
    display: block;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-weight: 100;
    position: absolute;
    right: 0;
    top: 40%;
}*/
.main-tradition .box-item ul li.active:before {
    content: "";
    display: inline-block;
	width: 15px;
	height: 1px;
	background: url(../img/close.png);
	background-size: contain;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-weight: 100;
    position: absolute;
    right: 0;
    top: 60px;
}
.main-tradition .box-item ul li.active:after {
    content: "CLOSE";
    display: block;
    font-size: 10px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-weight: 100;
    position: absolute;
    right: 30px;
    top: 56px;
    letter-spacing: 1px;
}
.main-tradition .box ul li .num {
  font-size: 12px;
  color: #253861;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 25px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.main-tradition .box ul li ul.option li {
  display: inline-block;
  vertical-align: top;
  background: #1a1a1a;
  color: white;
  font-size: 12px;
  width: auto;
  padding: 2px 10px 2px 10px;
  border-radius: 10px;
  margin-bottom: 0;
}
.main-tradition .box ul li ul.option li:first-child {
  margin-right: 10px;
}
.main-tradition .box ul li {
  margin-bottom: 60px;
}
section.main-tradition .p-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
section.main-tradition .p-modal.is-open {
    visibility: visible;
    opacity: 1;
    z-index: 100;
  }
section.main-tradition .fade-enter-active, .fade-leave-active {
  transition: opacity .5s
}
section.main-tradition .fade-enter, .fade-leave {
  opacity: 0
}
section.main-tradition .hide {
  display: none;
}
.main-tradition .box ul li a {
  text-decoration: none;
  color: #253861;
  display: block;
  padding-bottom: 5%;
}
.main-tradition .box ul li a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all  0.3s;
}
.main-tradition .box ul li a:hover img {
    -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all  0.3s;
    -webkit-transform: translate(-3px,-3px);
    -ms-transform: translate(-3px,-3px);
    transform: translate(-3px,-3px);
    box-shadow: 5px 5px 3px rgba(0,0,0,0.2);
}
.modaal-container {
  max-width: 1100px!important;
  margin-top: 5%;
  overflow: scroll;
}
.modaal-container .modaal-content-container {
  padding: 50px!important;
}
.modaal-container .content-box li {
  display: inline-block;
  vertical-align: top;
}
.modaal-container .content-box li .num {
  font-size: 12px;
  letter-spacing: 2px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  margin-bottom: 30px;
}
.modaal-container .content-box li img {
  width: 100%;
  height: 500px;
}
.modaal-container .content-box li:last-child {
  width: 56%;
  padding-left: 5%;
}
.modaal-container .content-box li:first-child {
  width: 43%;
  max-width: 430px;
  position: relative;
}
.modaal-container .content-box li:last-child ul li {
  background: #1a1a1a;
  color: white;
  width: auto;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 12px;
}
.modaal-container .content-box li:last-child ul {
  margin-bottom: 50px;
}
.modaal-container .content-box li .main p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.modaal-container .content-box li .main p:last-of-type {
  font-size: 12px;
  opacity: 0.6;
}
.modaal-container ul.content-box {
  position: relative;
}
.modaal-container .content-box .price {
  position: absolute;
  right: 0;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.modaal-container .content-box .price span:first-child {
  font-size: 18px;
}
.modaal-container .content-box .price span:last-child {
  font-size: 12px;
}
.modaal-container .content-box .btn {
  position: absolute;
  bottom: 20px;
}
.modaal-container .content-box .btn a {
  text-decoration: none;
  background: #1a1a1a;
	font-size: 14px;
  color: white;
  padding: 18px 36px;
  letter-spacing: 2px;
  transition: 0.4s;
}
.modaal-container .content-box .btn a:hover {
  background: white;
  color: black;
  outline: 1px solid #313131;
}
.modaal-container .modaal-close {
  position: absolute!important;
}
.modaal-container .modaal-close:before {
  content: "CLOSE"!important;
  color: #1a1a1a!important;
	font-size: 10px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-weight: 100;
	letter-spacing: 1px;
  transform: initial!important;
  left: -100px!important;
  top: 33px!important;
}
.modaal-container .modaal-close:before, .modaal-close:after {
    height: 30px!important;
    width: 30px!important;
}
.modaal-container .modaal-close:after {
  content: "";
    display: inline-block;
    width: 15px!important;
    height: 1px!important;
    background: url(../img/close.png)!important;
    background-size: contain;
  color: #1a1a1a!important;
  transform: initial!important;
  left: 30px!important;
  top: 37px!important;
}
.modaal-container .modaal-close:after:hover {
  background: none;
}
button#modaal-close {
    width: 60px!important;
    height: 50px!important;
}
.modaal-container .modaal-close:before, .modaal-close:after {
  width: 100%!important;
  background: initial!important;
  left: -30px!important;
}
.modaal-container .modaal-close {
    width: 200px!important;
    height: 50px!important;
}

@supports (-ms-ime-align: auto) {
    button#modaal-close {
      width: 40px!important;
      height: 50px!important;
      margin-right: 10px!important;
    }
  }

@media all and (-ms-high-contrast: none) {
  .modaal-close::after {
    -webkit-transform: rotate(0deg)!important;
    -ms-transform: rotate(0deg)!important;
    transform: rotate(0deg)!important;
  }
  .modaal-close::before {
    -webkit-transform: rotate(0deg)!important;
    -ms-transform: rotate(0deg)!important;
    transform: rotate(0deg)!important;
  }
  button#modaal-close {
    width: 40px!important;
    height: 50px!important;
    margin-right: 10px!important;
  }
  button#modaal-close {
    z-index: 99999!important;
  }
  button#modaal-close:hover,
  button#modaal-close:focus,
  .modaal-container .modaal-close:before:hover,
  .modaal-close:after:focus {
    background: white!important;
  }
  .modaal-container {
    z-index: 99999!important;
  }
  header {
    z-index: 100!important;
  }
}



@media screen and (max-width: 770px) {
  .mv-order .cap-box {
    padding: 30px 0;
  }
  .cap-box.holiday {
    width: 95%!important;
  }
  .mv-order h5.cap {
    line-height: 1.6;
    width: 90%;
    font-size: 15px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .mv-order p.cap.f-left.ttl {
    font-size: 13px;
    margin-bottom: 6px!important;
  }
  .mv-order p.cap.f-left {
    margin-bottom: 20px!important;
  }
  .mv-tradition .box h3 {
    margin-top: 10%;
    margin-bottom: 5%;
  }
  .main-tradition .box ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .mv-tradition .box h4 {
    font-size: 18px;
    margin-bottom: 2%;
  }
  .mv-tradition .box h5 {
    font-size: 18px;
    margin-bottom: 10%;
  }
  .mv-tradition .box p {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    margin-bottom: 5%;
    letter-spacing: 0px;
  }
  ul.breadcrumb {
    margin-left: 5%;
  }
  .main-tradition {
    padding-top: 10%;
  }
  .main-tradition.tie .box-item h3 {
    letter-spacing: 0!important;
  }
  .main-tradition .box-item h3 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 7%;
  }
  .main-tradition .box-item ul {
    width: 90%;
    margin-bottom: 10%;
  }
  section.mv-tradition .box {
    padding-bottom: 5%;
  }
  .main-tradition .box-item ul li h6 {
    padding-top: 8%;
    font-size: 16px;
  }
  .main-tradition .box-item ul .item {
    margin-top: 10%;
  }
  .main-tradition .box-item ul .item ul {
    margin-bottom: 0;
    margin-left: 0;
  }
  .main-tradition .box-item ul li:before {
    top: 32px;
  }
  .main-tradition .box-item ul li:after {
    top: 33px;
    right: 7%;
  }
  .main-tradition .box-item ul li.active:before {
    top: 36px;
  }
  .main-tradition .box-item ul li.active:after {
    top: 33px;
    right: 7%;
  }
  .main-tradition .box ul li {
    width: 45%;
    vertical-align: top;
  }
  .main-tradition .box ul {
    margin-left: 5%;
    width: 90%;
  }
  .main-tradition .box-item ul li .item ul li:not(:first-child) {
    margin-top: 5%;
  }
  .main-tradition .box ul li ul.option li {
    font-size: 10px;
    margin-bottom: 3%;
    padding: 2px 8px 1px;
    text-align: center;
  }
  .main-tradition .box ul.option {
    margin-left: 0;
  }
  .main-tradition .box ul li .num {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .main-tradition .box {
    padding-bottom: 0;
  }
  .main-tradition .box ul li {
    margin-bottom: 5%;
  }
  .main-tradition ul.l-wrapper {
    padding-bottom: 5%;
  }
  .modaal-container .modaal-container .content-box li:first-child {
  width: 100%;
  }
  .modaal-container .modaal-container .content-box li:last-child {
    padding-left: 0;
  }
  .modaal-container .modaal-content-container {
    padding: 8%!important;
  }
  .modaal-container .modaal-container .content-box li:last-child {
    width: 100%;
  }
  .modaal-container .modaal-close:before {
    left: -15px!important;
    top: 5px!important;
  }
  .modaal-container .modaal-close:after {
    left: 40px!important;
    top: 9px!important;
  }
  .modaal-container .content-box li img {
    margin-top: 10%;
    margin-bottom: 5%;
    height: auto!important;
  }
  .modaal-container .content-box li .num {
    margin-bottom: 5%;
  }
  .modaal-container .content-box li:last-child ul {
    margin-bottom: 5%;
  }
  .modaal-container .content-box li .main p {
    font-size: 12px;
    margin-bottom: 5%;
  }
  .modaal-container .content-box .price {
    margin-bottom: 12%;
    font-size: 20px;
    text-align: right;
  }
  .modaal-container .content-box .price span:first-child {
    font-size: 14px;
  }
  .modaal-container .content-box .price span:last-child {
    font-size: 10px;
  }
  .modaal-container .content-box .btn a {
    padding: 8px 16px!important;
    font-size: 14px;
  }
  .modaal-container .content-box .price,
  .modaal-container .content-box .btn {
    position: static;
  }
  .modaal-container .content-box .btn {
    text-align: center;
    margin-bottom: 3%;
  }
  .modaal-container .content-box .btn a {
    padding: 0;
  }
  .modaal-container .content-box li .main {
    margin-bottom: 10%;
  }
  .main-tradition .box-item ul li .item ul li {
    display: block;
  }
  .modaal-container .content-box li:first-child {
    width: 100%;
    max-width: 100%;
  }
  .modaal-container .content-box li:last-child {
    width: 100%;
    padding-left: 0;
  }
  .tie .btn tr td:nth-of-type(2) button {
    padding: 8px 16px!important;
  }
  .tie table {
    margin: 0 auto;
  }
}

@media screen and (max-width: 770px) and (min-width: 540px) {
  .main-tradition .box ul {
    width: 100%;
  }
}

/* サイズ
   ========================================================================== */

.main-size a.inline {
    text-decoration: none;
    color: white;
    display: block;
    padding: 20px 0;
}
.main-size a.inline:hover {
  cursor: pointer;
}
section.mv-size .box h3 {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
    font-size: 14px;
    font-weight: 300;
    color: #253861;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 100px;
    margin-bottom: 50px;
}
section.mv-size .box h4 {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    font-size: 24px;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 300;
    margin-bottom: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section.mv-size .box p {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 2.0;
    margin-bottom: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section.mv-size .box {
    margin-bottom: 110px;
}
section.main-size {
  background: #f7f7f7;
  padding-top: 100px;
}
section.main-size .jacket-box {
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #ebebeb;
}
section.main-size .jacket-box h3 {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    font-size: 24px;
    text-align: center;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section.main-size .jacket-box h3 span {
  font-size: 28px;
}
section.main-size .jacket-box h5 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
    opacity: 0.6;
    margin-bottom: 70px;
}
section.main-size .jacket-box ul {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 0;
}
section.main-size .jacket-box ul li:first-child img {
  width: 100%;
  max-width: 360px;
    margin-bottom: -26px;
}
section.main-size .jacket-box ul li:first-child {
  font-size: 14px;
  display: inline-block;
  width: 40%;
    vertical-align: bottom;
}
section.main-size .jacket-box ul li:last-child {
  display: inline-block;
  width: 60%;
}
section.main-size .jacket-box ul li:last-child .box {
  position: relative;
  margin-bottom: 70px;
}
section.main-size .jacket-box ul li:last-child .box h4 {
    font-size: 20px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
    letter-spacing: 3px;
    color: #253861;
    margin-bottom: 45px;
}
section.main-size .jacket-box ul li:last-child .box h4 span {
  font-size: 82px;
  font-family: din-2014, sans-serif;
  font-weight: 300;
  font-style: normal;
    margin-left: -3px;
}
section.main-size .jacket-box ul li:last-child .box h5 {
  font-size: 24px;
  text-align: left;
  color: #1a1a1a;
  opacity: 1;
  margin-bottom: 30px;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
section.main-size .jacket-box ul li:last-child .box img {
  width: 100%;
  max-width: 170px;
}
section.main-size .jacket-box ul li:last-child .box p {
    float: left;
  font-size: 14px;
  line-height: 2.0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
section.main-size .jacket-box ul li:last-child .box .item {
  position: relative;
}
section.main-size .jacket-box ul li:last-child .box:nth-of-type(2) img {
    width: 100%;
    max-width: 175px;
    margin-top: -190px;
}
section.main-size .jacket-box ul li:last-child .box:nth-of-type(1) img {
    width: 100%;
    max-width: 175px;
    margin-top: -190px;
}
section.main-size .jacket-box ul li:last-child .box .item p {
  margin-bottom: 10px;
}
section.main-size .jacket-box ul li:last-child .box .item p:nth-of-type(1) {
    width: 65%;
}
@media screen and (min-width: 768px) and (max-width: 837px) {
  section.main-size .jacket-box ul li:last-child .box .item p:nth-of-type(1) {
    width: 60%;
  }
}
section.main-size .jacket-box .box-bottom {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background: white;
    position: relative;
    z-index: 99;
}
section.main-size .jacket-box .box-bottom h4 {
  text-align: center;
  font-size: 24px;
  color: #1a1a1a;
  letter-spacing: 3px;
  padding: 50px 0;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
section.main-size .jacket-box .box-bottom ul {
  font-size: 0;
}
section.main-size .jacket-box .box-bottom ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 43%;
}
section.main-size .jacket-box .box-bottom ul li:first-child {
  margin: 0 2% 0 5%;
}
section.main-size .jacket-box .box-bottom ul li:last-child {
  margin: 0 5% 0 2%;
}
section.main-size .jacket-box .box-bottom ul li img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
section.main-size .jacket-box .box-bottom ul li h5 {
  text-align: left;
  font-size: 18px;
  opacity: 1;
  margin-bottom: 20px;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
section.main-size .jacket-box .box-bottom ul li p {
  line-height: 1.8;
  margin-bottom: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
section.main-size .jacket-box .box-bottom ul li .btn {
  width: 100%;
  max-width: 240px;
  background: #1a1a1a;
  color: white;
  text-align: center;
    margin: auto;
    margin-right: 0;
    margin-bottom: 50px;
}
a.inline-img {
    color: white;
    text-decoration: none;
    padding: 20px 0;
    display: block;
    transition: 0.4s;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
a.inline-img:hover {
  background: white;
  color: black;
  outline: 1px solid #313131;
}
section.main-size .jacket-box .box-bottom .left-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-left: 1px solid #1a1a1a;
  border-top: 1px solid #1a1a1a;
}
section.main-size .jacket-box .box-bottom .right-top {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-right: 1px solid #1a1a1a;
  border-top: 1px solid #1a1a1a;
}
section.main-size .jacket-box .box-bottom .right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-right: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
section.main-size .jacket-box .box-bottom .left-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-left: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
section.main-size .pants-box h3 {
  font-family: a-otf-futo-min-a101-pr6n, serif!important;
    font-size: 24px;
    text-align: center;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section.main-size .pants-box h5 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
    opacity: 0.6;
    margin-bottom: 70px;
}

section.main-size .pants-box ul {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 0;
}
section.main-size .pants-box ul li {
  vertical-align: top;
}
section.main-size .pants-box ul.pants-item li:last-child img {
    position: absolute;
    right: -100px;
    bottom: -970px;
    z-index: 99;
    max-width: 430px;
}
section.main-size .pants-box ul li:last-child img {
  width: 100%;
  max-width: 360px;
    margin-bottom: -26px;
}
section.main-size .pants-box ul li:first-child {
  font-size: 14px;
  display: inline-block;
  width: 53%;
}
section.main-size .pants-box ul li:last-child {
  display: inline-block;
  width: 47%;
  position: relative;
}
section.main-size .pants-box ul li:first-child .box {
  position: relative;
  margin-bottom: 70px;
}
section.main-size .pants-box ul li:first-child .box h4 {
    font-size: 20px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
    letter-spacing: 3px;
    color: #253861;
    margin-bottom: 50px;
}
section.main-size .pants-box ul li:first-child .box h4 span {
  font-size: 82px;
  font-family: din-2014, sans-serif;
  font-weight: 300;
  font-style: normal;
    margin-left: -3px;
}
section.main-size .pants-box ul li:first-child .box h5 {
  font-size: 24px;
  text-align: left;
  color: #1a1a1a;
  opacity: 1;
  margin-bottom: 30px;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
section.main-size .pants-box ul li:first-child .box img {
  width: 100%;
  max-width: 170px;
}
section.main-size .pants-box ul li:first-child .box p {
    float: left;
  font-size: 14px;
  line-height: 2.0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
section.main-size .pants-box ul li:first-child .box .item {
  position: relative;
}
section.main-size .pants-box ul li:first-child .box:nth-of-type(2) img {
  position: absolute;
    width: 100%;
    max-width: 175px;
    position: absolute;
    right: 30px;
    top: -180px;
}
section.main-size .pants-box ul li:first-child .box:nth-of-type(1) img {
    width: 100%;
    max-width: 175px;
    right: 0;
    right: 70px;
    margin-top: -197px;
}
section.main-size .pants-box ul li:first-child .box .item p {
  margin-bottom: 10px;
}
section.main-size .pants-box .box-bottom {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background: white;
    position: relative;
    z-index: 98;
}
section.main-size .pants-box ul li:first-child .box .item p:nth-of-type(1) {
    width: 65%;
}
@media screen  and (min-width: 768px) and (max-width: 897px) {
  section.main-size .pants-box ul li:first-child .box .item p:nth-of-type(1) {
    width: 58%;
  }
}
section.main-size .pants-box .box-bottom h4 {
  text-align: center;
  font-size: 24px;
  color: #1a1a1a;
  letter-spacing: 3px;
  padding: 50px 0;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
section.main-size .pants-box .box-bottom ul {
  font-size: 0;
}
section.main-size .pants-box .box-bottom ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 43%;
}
section.main-size .pants-box .box-bottom ul li:first-child {
  margin: 0 2% 0 5%;
}
section.main-size .pants-box .box-bottom ul li:last-child {
  margin: 0 5% 0 2%;
}
section.main-size .pants-box .box-bottom ul li img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
section.main-size .pants-box .box-bottom ul li h5 {
  text-align: left;
  font-size: 18px;
  opacity: 1;
  margin-bottom: 20px;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
section.main-size .pants-box .box-bottom ul li p {
  line-height: 1.8;
  margin-bottom: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
section.main-size .pants-box .box-bottom ul li .btn {
  width: 100%;
  max-width: 240px;
  background: #1a1a1a;
  color: white;
  text-align: center;
    margin: auto;
    margin-right: 0;
    margin-bottom: 50px;
}
section.main-size .pants-box .box-bottom .left-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-left: 1px solid #1a1a1a;
  border-top: 1px solid #1a1a1a;
}
section.main-size .pants-box .box-bottom .right-top {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-right: 1px solid #1a1a1a;
  border-top: 1px solid #1a1a1a;
}
section.main-size .pants-box .box-bottom .right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-right: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
section.main-size .pants-box .box-bottom .left-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-left: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
section.main-size .pants-box {
  padding-bottom: 150px;
}
.modaal-image .modaal-container .modaal-close:after {
	content: none!important;
}
.modaal-image .modaal-container .modaal-close:before {
	color: white!important;
    left: 40px!important;
    top: -20px!important;
}


@media screen and (max-width: 770px) {
  ul.breadcrumb {
      margin-left: 5%;
  }
  section.mv-size .box h3 {
    margin-top: 10%;
    margin-bottom: 5%;
  }
  section.mv-size .box h4 {
      font-size: 18px;
      line-height: 1.8;
      margin-bottom: 5%;
      letter-spacing: 2px;
  }
  section.mv-size .box p {
      font-size: 14px;
      width: 90%;
      margin: 0 auto;
      margin-bottom: 10px;
      letter-spacing: 0px;
  }
  section.mv-size .box {
    margin-bottom: 10%;
  }
  section.main-size {
    padding-top: 10%;
  }
  section.main-size h3 {
    font-size: 20px!important;
  }
  section.main-size .jacket-box h5,
  section.main-size .pants-box h5 {
    margin-bottom: 10%;
  }
  section.main-size .jacket-box {
    width: 90%;
    margin: 0 auto;
      padding-bottom: 10%;
  }
  section.main-size .jacket-box h3 span {
    font-size: 24px!important;
      margin-top: -2px;
  }
  section.main-size .jacket-box ul li:first-child {
    display: none;
  }
  section.main-size .jacket-box ul li:last-child {
    width: 100%;
  }
  section.main-size .jacket-box ul li:last-child .box:nth-of-type(1) img {
    max-width: 100px;
  }
  section.main-size .jacket-box ul li:last-child .box h4 {
    font-size: 14px;
    text-align: center;
	  margin-bottom: 20px;
  }
  section.main-size .jacket-box ul li:last-child .box h4 span {
      font-size: 62px;
	  line-height: 0.85;
      margin-left: 0;
  }
  section.main-size .jacket-box ul li:last-child .box h5 {
    font-size: 20px;
  }
  section.main-size .jacket-box ul li .box .item p {
    font-size: 12px;
  }
  section.main-size .jacket-box ul li:last-child .box .item p {
    margin-bottom: 3%;
  }
  section.main-size .jacket-box ul li:last-child .box:nth-of-type(1) img {
      max-width: 100px;
      right: 8%;
      top: -105px;
  }
  section.main-size .jacket-box ul li:last-child .box {
    margin-bottom: 5%;
  }
  section.main-size .jacket-box ul li:last-child .box:nth-of-type(2) img {
    max-width: 100px;
      right: 8%;
      top: -110px;
  }
  section.main-size .jacket-box .box-bottom h4 {
    font-size: 18px;
      letter-spacing: 2px;
      padding: 7% 0 5% 0;
  }
  section.main-size .jacket-box .box-bottom ul li {
    width: 100%;
  }
  section.main-size .jacket-box .box-bottom ul li img {
    width: 90%;
      margin-bottom: 5%;
  }
  section.main-size .jacket-box .box-bottom ul li:first-child {
    display: block;
  }
  section.main-size .jacket-box .box-bottom ul li h5 {
    font-size: 16px;
      margin-bottom: 5%;
  }
  section.main-size .jacket-box .box-bottom ul li p {
    width: 90%;
    font-size: 12px;
	  margin-bottom: 20px;
  }
  section.main-size .jacket-box .box-bottom ul li .btn {
    font-size: 12px;
      max-width: 200px;
        margin: 0 auto;
      margin-bottom: 10%;
  }
  section.main-size .jacket-box .box-bottom ul li:last-child {
    margin: 2% 5% 0 5%;
  }
  section.main-size .jacket-box .box-bottom ul li:first-child {
      margin: 0;
      width: 90%;
      margin: 0 auto;
  }
  section.main-size .jacket-box .box-bottom ul li img {
    width: 100%;
  }
  section.main-size .jacket-box .box-bottom ul li:last-child {
    width: 90%;
  }
  section.main-size .pants-box {
    padding-top: 10%;
    width: 90%;
    margin: 0 auto;
  }
  section.main-size .pants-box h3 span {
    font-size: 24px!important;
      margin-top: -2px;
  }
  section.main-size .pants-box ul li:first-child {
    width: 90%;
  }
  section.main-size .pants-box ul li:last-child {
    display: none;
  }
  section.main-size .pants-box ul li:first-child {
    width: 100%;
  }
  section.main-size .pants-box ul li:first-child .box:nth-of-type(1) img {
    max-width: 96px;
    right: 13%;
    bottom: -60px;
  }
  section.main-size .pants-box ul li:first-child .box h4 {
    font-size: 14px;
    text-align: center;
	  margin-bottom: 25px;
  }
  section.main-size .pants-box ul li:first-child .box h4 span {
      font-size: 62px;
	  line-height: 0.85;
      margin-left: 0;
  }
  section.main-size .pants-box ul li:first-child .box h5 {
    font-size: 20px;
  }
  section.main-size .pants-box ul li .box .item p {
    font-size: 12px;
  }
  section.main-size .pants-box ul li:last-child .box .item p {
    margin-bottom: 3%;
  }
  section.main-size .pants-box ul li:last-child .box:nth-of-type(1) img {
      max-width: 100px;
      right: 8%;
      top: -105px;
  }
  section.main-size .pants-box ul li:last-child .box {
    margin-bottom: 5%;
  }
  section.main-size .pants-box ul li:last-child .box:nth-of-type(2) img {
    max-width: 100px;
      right: 8%;
      top: -110px;
  }
  section.main-size .pants-box .box-bottom h4 {
    font-size: 18px;
      letter-spacing: 2px;
      padding: 7% 0 5% 0;
  }
  section.main-size .pants-box .box-bottom ul li {
    width: 100%;
  }
  section.main-size .pants-box .box-bottom ul li img {
    width: 90%;
      margin-bottom: 5%;
  }
  section.main-size .pants-box .box-bottom ul li:first-child {
    display: block!important;
  }
  section.main-size .pants-box .box-bottom ul li h5 {
    font-size: 16px;
      margin-bottom: 5%;
  }
  section.main-size .pants-box .box-bottom ul li p {
    width: 90%;
    font-size: 12px;
  }
  section.main-size .pants-box .box-bottom ul li .btn {
    font-size: 12px;
      max-width: 200px;
        margin: 0 auto;
      margin-bottom: 10%;
  }
  section.main-size .pants-box .box-bottom ul li:last-child {
    margin: 0 5% 0 5%;
  }
  section.main-size .pants-box .box-bottom ul li:first-child {
      margin: 0;
      width: 90%;
      margin: 0 auto;
  }
  section.main-size .pants-box .box-bottom ul li img {
    width: 100%;
  }
  section.main-size .pants-box .box-bottom ul li:last-child {
    width: 90%;
  }
  section.main-size .pants-box ul li:first-child .box .item p {
    margin-bottom: 3%;
  }
  section.main-size .pants-box ul li:first-child .box {
    margin-bottom: 5%;
  }
  section.main-size .pants-box ul li .box:nth-of-type(2) p {
    width: 100%!important;
  }
  section.main-size .pants-box ul li:first-child .box:nth-of-type(2) img {
    max-width: 113px;
      right: 8%;
      top: -90px;
  }
  section.main-size .pants-box .box-bottom ul li:last-child {
    display: block!important;
  }
  section.main-size .pants-box .box-bottom ul {
    padding-bottom: 1px;
  }
  section.main-size .pants-box {
    padding-bottom: 10%;
  }
  section.main-size .jacket-box .box-bottom,
  section.main-size .pants-box .box-bottom {
    z-index: 0;
  }
  a.inline-img {
  	padding: 15px 0;
  }
}

/* オプション
   ========================================================================== */


@media all and (-ms-high-contrast: none) {
  section.option-main ul li.jacket-h {
    height: 899px!important;
  }
  section.option-main ul li.pants-h {
    height: 295px!important;
  }
  li.sparepants-length-h {
    height: 136px;
  }
  .gecko section.option-main :nth-of-type(8).fs-c-productOption__option {
    padding-bottom: 96px!important;
  }
  li.button-h {
    height: 212px!important;
  }
  li.lining-h {
    height: 243.5px!important;
  }
  li.jacket-length-h {
    height: 138px!important;
  }
  li.jacket-sleeve-h {
    height: 135.5px!important;
  }
  li.pants-west-h {
    height: 133px!important;
  }
  li.pants-bottom-h {
    height: 136.5px!important;
  }
  .fs-c-productQuantityAndWishlist {
    margin-left: 0!important;
  }
  .fs-c-productActionButton.fs-c-buttonContainer {
    top: 1.5px!important;
    height: 50px!important;
  }
  button.fs-c-button--addToCart--detail.fs-c-button--primary {
    bottom: 7px!important;
  }
  .fs-c-productQuantityAndWishlist {
    margin-top: 5%!important;
  }
  /*section.option-main .fs-c-productOption__option:nth-of-type(6) {
    padding-bottom: 97px!important;
  }*/
}

section.mv-option .box h3 {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
    font-size: 14px;
    font-weight: 300;
    color: #253861;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 100px;
    margin-bottom: 50px;
}
section.mv-option .box h4 {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    font-size: 24px;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 300;
    margin-bottom: 50px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section.mv-option .box p {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 2.0;
    margin-bottom: 100px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section.option-main .box {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
section.option-main button.fs-c-button--addToWishList--detail.fs-c-button--particular {
  display: none;
}
section.option-main section.option-item .box .item-left {
    width: 35%;
    float: left;
}
section.option-main .item-right-wrap {
    width: 62%;
    float: right;
    position: relative;
}
dt.fs-c-productOption__name:nth-of-type(7) {
    position: absolute;
    width: 100%;
    max-width: 341px;
    top: 239px;
    padding-left: 4%!important;
}
dd.fs-c-productOption__option:nth-of-type(7) {
    position: static;
    top: 280px;
    border: 0!important;
    padding-bottom: 0!important;
    width: 100%;
    max-width: 340px;
}
section.option-main .item-right-wrap:after {
    content: "";
    display: block;
    clear: both;
}
section.option-main section.option-item:after {
    content: "";
    display: block;
    clear: both;
}
section.option-main .item-middle {
    width: 35%;
    float: left;
}
section.option-main .option-info-right:after {
    content: "";
    display: block;
    clear: both;
}
dd.fs-c-productSelection__selection:nth-of-type(5) {
    margin-bottom: 90px;
}
section.option-main .fs-c-productThumbnail {
    display: none;
}
section.option-main .fs-c-productMainImage img {
    width: 100%;
}
section.option-main .fs-c-productMainImage {
    width: 35%;
    float: left;
    margin-right: 3%;
}
.option-main {
  padding-top: 100px;
  background: #f7f7f7;
}
.option-main .box .mv-bottom-option h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #1a1a1a;
  margin-bottom: 70px;
  font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
section.mv-option .box {
  margin-bottom: 100px;
}
nav.fs-c-breadcrumb {
  margin-left: 40px;
  margin-bottom: 18px;
}
nav.fs-c-breadcrumb a {
    text-decoration: none;
    color: black;
}
.option-main h1.fs-c-productNameHeading.fs-c-heading {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.option-main .fs-c-productNumber {
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.option-main .fs-c-productNumber span {
    font-size: 12px;
    opacity: 0.6;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.fs-c-productPrice.fs-c-productPrice--selling span.fs-c-productPrice__main__label {
    display: none;
}
span.fs-c-productPrice__main__price.fs-c-price {
    float: left;
}
span.fs-c-productPrice__main__price.fs-c-price .fs-c-price__value {
    /*font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;*/
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
}
body#fs_ProductDetails span.fs-c-productPrice__main__price.fs-c-price .fs-c-price__value {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
}
body#fs_ProductDetails span.fs-c-productPrice__addon__label {
  top: 5px;
}
span.fs-c-productPrice__addon__label {
    font-size: 11px;
    position: relative;
    top: 0;
    letter-spacing: 0;
}
#fs_input_privacyAgree {
    display: none;
}
.option-main ul.btn li {
    display: inline-block;
    background: #233961;
    color: white;
    margin-right: 10px;
    font-size: 14px;
    transition: 0.4s;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.option-main ul.btn li:hover {
  background: white;
  outline: 1px solid #233961;
  color: #233961;
}
.option-main ul.btn li a:hover {
  color: #233961;
}
.option-main p.cap-top {
    font-size: 12px!important;
    letter-spacing: 2px;
    margin-bottom: 10px;
    line-height: 1.8;
    width: 260px;
    margin-top: 2%;
    float: left;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.option-main ul.btn li a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 18px 36px;
    box-shadow: 2px 2px 4px 0px #b3b3b3;
}
.fs-c-productPrice.fs-c-productPrice--selling {
    margin-bottom: 30px;
    margin-top: 30px;
}
/*section.option-main .fs-c-productPrice.fs-c-productPrice--selling {
  display: none;
}*/
section.option-main .fs-c-productPrice.fs-c-productPrice--listed + .fs-c-productPrice.fs-c-productPrice--selling span.fs-c-price__currencyMark {
  display: none;
}
section.option-main .fs-c-productPrice.fs-c-productPrice--listed + .fs-c-productPrice.fs-c-productPrice--selling span.fs-c-price__value {
  display: none;
}
section.option-main span.fs-c-productPrice__main__label {
  display: none;
}
section.option-main span.fs-c-productPrice__addon.fs-c-productPrice__addon--listed {
  display: none;
}
section.option-main section.option-item .box .item-left .box h4 {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
section.option-main section.option-item .box .item-left .box p {
    font-size: 14px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    line-height: 1.8;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
section.option-main section.option-item .box .item-left .box p.mb {
    margin-top: 35px;
}
section.option-main p .color {
  color: #253861;
}
section.option-main section.option-item .box .item-left .box span.bold {
    font-weight: bold;
}
.fs-c-productMainImage__expandButton.fs-c-buttonContainer {
  display: none;
}
section.option-main .item-middle {
  width: 45%;
}
section.option-main .item-middle ul li h4 {
    margin-bottom: 16.59px;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    font-size: 18px;
}
section.option-main .item-middle ul li p {
  font-size: 14px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    line-height: 1.8;
    /*font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
}
[type="hidden"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
  padding: 0!important;
  margin-top: 10px;
  border-radius: 6px;
}
 [type="text"] {
  padding: 0!important;
  border-radius: 6px;
}
dt.fs-c-productSelection__name label {
    font-size: 14px;
    /*font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
    letter-spacing: 1px;
}
section.option-main .fs-c-productSelection {
  padding-left: 4%;
  background: white;
}
section.option-main ul li.jacket-h {
    height: 892px;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 30px;
}
.gecko section.option-main ul li.jacket-h {
    height: 891px;
}
section.option-main .fs-c-productOption__name:nth-of-type(8) {
    border-top: 1px solid #ccc!important;
}
/*.win.chrome section.option-main ul li.jacket-h {
  height: 752px;
}*/
input#option_9 {
    height: auto;
    border: 1px solid #ccc!important;
    background: white!important;
    margin-bottom: 10px!important;
    margin-top: 4px;
}
dd.fs-c-productSelection__selection:nth-of-type(10) {
    padding-bottom: 18px!important;
    margin-bottom: 68px;
}
/*.win.gecko section.option-main ul li.jacket-h {
  height: 752px;
}*/
/*.gecko section.option-main ul li.jacket-h {
  height: 746px;
}*/
.gecko section.option-main ul li.pants-h {
  height: 287px;
}
.gecko section.option-main .fs-c-productOption__option:nth-of-type(8) {
  padding-bottom: 30px;
}
.gecko section.option-main .fs-c-productOption__option:nth-of-type(10) {
  padding-bottom: 43px;
}
/*.win.gecko section.option-main ul li.pants-h {
  height: 290px;
}*/
.safari section.option-main ul li.jacket-h {
  height: 923px;
}
/*.safari section.option-main ul li.jacket-h {
  height: 775px;
}*/
/*.safari section.option-main .fs-c-productOption__option:nth-of-type(5) {
  padding-bottom: 61px;
}*/
.safari section.option-main ul li.pants-h {
  height: 186px;
}
.safari li.button-h {
  height: 186px;
}
.safari li.lining-h {
  height: 270px;
}
section.option-main ul li.pants-h {
    height: 287px;
    padding: 20px;
    margin-bottom: 30px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.win.chrome section.option-main ul li.pants-h {
  height: 290px;
}
dl.fs-c-productSelection {
  padding: 20px 20px 0 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
dd.fs-c-productSelection__selection.jacket-h-dd input,
dd.fs-c-productSelection__selection.pants-h-dd input {
    /*width: 328px;*/
    width: 86%;
    margin-left: 28px;
}
dd.fs-c-productOption__option.jacket-h-dd,
dd.fs-c-productSelection__selection.pants-h-dd {
    border-bottom: 1px solid #ccc!important;
    width: 344px;
    padding-bottom: 19px;
    margin-bottom: 0!important;
}
dd.fs-c-productSelection__selection.pants-h-dd {
    padding-bottom: 23px;
}
section.option-main .option-info-right {
    margin-bottom: 8%;
}
dt.fs-c-productSelection__name:nth-of-type(7) {
    padding-top: 18px;
}
section.option-item .fs-c-dropdown__menu {
  width: 84%;
}
section.option-item .fs-c-dropdown::after {
    right: 31px;
}
.fs-c-productOption .fs-c-dropdown::after {
    right: 30px!important;
}
dd.fs-c-productOption__option.jacket-h-dd .fs-c-dropdown:after {
  right: 31px!important;
  top: 11px;
}
.fs-c-dropdown__menu {
  width: 325px;
  margin-left: 28px;
}
select#optionWithPrice_1,
select#optionWithPrice_2,
select#optionWithPrice_3,
select#optionWithPrice_4,
select#optionWithPrice_5,
select#optionWithPrice_6 {
    margin-left: 24px;
}
.win.gecko li.lining-h {
    height: 243px;
}
.gecko li.lining-h {
    height: 241px;
}
.fs-c-dropdown::after {
  padding: 0;
  font-size: 15px;
  height: 25px;
}
.win.gecko li.button-h {
  height: 142px;
}
.gecko li.button-h {
  height: 145px;
}
li.button-h {
  height: 144px;
}
.win.chrome li.button-h {
  height: 145px;
}
/*
.win.chrome li.lining-h {
  height: 240px;
}*/
.win.chrome .coj section.option-main ul li.jacket-h {
    height:  332px!important;
}
@supports (-ms-ime-align: auto) {
  li.button-h {
    height: 143px;
  }
  .fs-c-productQuantityAndWishlist {
    margin-left: -45%!important;
  }
}
/*.win.gecko li.button-h {
  height: 142px;
}*/
li.button-h p.cap {
    font-size: 12px!important;
    margin-top: 10px;
}
li.lining-h {
    height: 240px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 20px;
}
li.jacket-sleeve-h {
    height: 134px;
}
li.lining-h p.cap {
    font-size: 12px!important;
    margin-top: 10px;
}
li.pants-bottom-h {
    height: 136px!important;
}
.win.gecko li.pants-bottom-h {
    height: 136px!important;
}
li.jacket-sleeve-h {
    height: 96px;
    padding: 20px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
li.jacket-length-h,
li.pants-west-h,
li.pants-bottom-h {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 20px;
    height: 92px;
}
li.jacket-length-h, li.sparepants-length-h  {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 20px;
    height: 92px;
}
.fs-c-productQuantityAndWishlist {
  height: 31px;
}
li.button-h {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px;
}
li.button-h .btn,
li.lining-h .btn {
    font-size: 14px;
    text-align: center;
    width: 210px;
    background: #233961;
    color: white;
    transition: 0.4s;
}
li.button-h .btn:hover,
li.lining-h .btn:hover,
li.jacket-length-h .btn:hover,
li.jacket-sleeve-h .btn:hover,
li.pants-west-h .btn:hover,
li.pants-bottom-h .btn:hover {
    background: white;
    outline: 1px solid #233961;
}
li.button-h .btn a,
li.lining-h .btn a,
li.jacket-length-h .btn a,
li.jacket-sleeve-h .btn a,
li.pants-west-h .btn a,
li.pants-bottom-h .btn a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 12px 0;
    box-shadow: 2px 2px 4px 0px #b3b3b3;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
li.jacket-length-h .btn,
li.jacket-sleeve-h .btn,
li.pants-west-h .btn,
li.pants-bottom-h .btn {
    font-size: 14px;
    text-align: center;
    width: 210px;
    background: #233961;
    color: white;
    transition: 0.4s;
}
li.button-h .btn a:hover,
li.lining-h .btn a:hover,
li.jacket-length-h .btn a:hover,
li.jacket-sleeve-h .btn a:hover,
li.pants-west-h .btn a:hover,
li.pants-bottom-h .btn a:hover {
    color: #233961;
}
section.option-main ul li.jacket-h .btn {
    font-size: 14px;
    text-align: center;
    width: 210px;
    background: #233961;
    color: white;
    margin-bottom: 30px;
    transition: 0.4s;
}
section.option-main ul li.jacket-h .btn:nth-of-type(1) {
    margin-top: 30px;
}
section.option-main ul li.jacket-h .btn:hover {
    background: white;
    color: #233961;
    outline: 1px solid #233961;
}
section.option-main ul li.jacket-h .btn a {
  display: block;
  text-decoration: none;
  color: white;
  padding: 12px 0;
  box-shadow: 2px 2px 4px 0px #b3b3b3;
}
section.option-main ul li.jacket-h .btn a:hover {
    color: #233961;
}
dt.fs-c-productSelection__name.btn-h-dt,
dt.fs-c-productSelection__name.lining-h-dt,
dt.fs-c-productSelection__name.jacket-length-h-dt,
dt.fs-c-productSelection__name.jacket-sleeve-h-dt,
dt.fs-c-productSelection__name.pants-west-h-dt,
dt.fs-c-productSelection__name.pants-bottom-h-dt {
    padding-top: 10px;
}
section.option-main .fs-c-dropdown {
  width: 353px;
}
.gecho li.pants-bottom-h {
    height: 94px!important;
}
dd.fs-c-productSelection__selection.btn-h-dd,
dd.fs-c-productSelection__selection.lining-h-dd,
dd.fs-c-productSelection__selection.jacket-length-h-dd,
dd.fs-c-productSelection__selection.jacket-sleeve-h-dd,
dd.fs-c-productSelection__selection.pants-west-h-dd,
dd.fs-c-productSelection__selection.pants-bottom-h-dd {
    width: 375px;
    border-bottom: 1px solid #ccc;
    margin-left: -28px;
    padding-bottom: 40px;
}
@media screen and (min-width: 767px) {
    _::-webkit-full-page-media, _:future, :root li.sparepants-length-h {
        height: 152px;
    }
}
li.jacket-length-h,
li.jacket-sleeve-h,
li.pants-west-h,
li.pants-bottom-h,
li.jacket-length-h,
li.sparepants-length-h {
    height: 135px;
}
.win.chrome li.jacket-sleeve-h,
.win.chrome li.pants-west-h,
.win.chrome li.pants-bottom-h {
    height: 135px;
}
.win.chrome li.jacket-length-h {
  height: 135px;
}
.gecko li.pants-bottom-h {
    height: 134px;
}
.win.gecko li.pants-bottom-h {
    height: 136px;
}
/*.gecko .fs-c-productQuantityAndWishlist {
  margin-left: -45%;
}*/
.win.gecko .fs-c-productQuantityAndWishlist {
  margin-left: 0;
}
.ie .fs-c-productQuantityAndWishlist {
  margin-left: 0!important;
}
select.fs-c-quantity__select.fs-system-quantity-list {
    margin-bottom: 0!important;
}
dd.fs-c-productSelection__selection.pants-bottom-h-dd {
  margin-bottom: 0;
  padding-bottom: 60px;
}
dl.fs-c-productSelection {
    border-bottom: none;
}
dd.fs-c-productSelection__selection.pants-west-h-dd {
    padding-bottom: 56px;
}
dd.fs-c-productSelection__selection.pants-west-h-dd {
    padding-bottom: 40px;
}
dd.fs-c-productSelection__selection.jacket-length-h-dd {
    padding-bottom: 41px;
}
dd.fs-c-productSelection__selection.pants-bottom-h-dd {
    margin-bottom: 0;
    padding-bottom: 40px;
}
span.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget:before {
    content: "数量";
    display: inline-block;
    margin-right: 10px;
}
select.fs-c-quantity__select.fs-system-quantity-list {
    width: 100px;
    display: inline-block;
    vertical-align: baseline;
}
.fs-c-quantity {
  max-width: 100%;
}
.fs-c-productQuantityAndWishlist {
    width: 38.5%;
    margin-top: 4%;
    padding: 20px;
    margin-left: -45%;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    display: inline-block;
}
.fs-c-productActionButton.fs-c-buttonContainer {
    width: 54.5%;
    display: inline-block;
    height: 60px;
    padding-top: 21px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-left: -6px;
    position: relative;
    top: 5px!important;
    height: 50px;
}
.win.chrome .fs-c-productActionButton.fs-c-buttonContainer {
  top: 5px!important;
}
.fs-c-productActionButton.fs-c-buttonContainer button {
    width: 240px;
    background: #233961;
    color: white;
    border: none;
    text-align: center;
    position: relative;
    bottom: 6px;
    transition: 0.4s;
}
.fs-c-productActionButton.fs-c-buttonContainer button:hover {
    background: white;
    outline: 1px solid #233961;
    color: #233961;
}
span.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget {
    margin-top: -9px;
}
button.fs-c-button--inquiryAboutProduct.fs-c-button--plain {
    font-size: 14px;
    color: black;
}
button.fs-c-button--addToCart--detail.fs-c-button--primary {
    padding: 12px 16px;
    margin-left: 10%;
    box-shadow: 2px 2px 4px 0px #b3b3b3;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.fs-c-returnedSpecialContract,
.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
    width: 62%;
    margin-left: 38%;
    margin-top: 1%;
    font-size: 14px;
    letter-spacing: 2px;
}
.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
    padding-bottom: 10%;
}
.fs-c-returnedSpecialContract a {
    color: black;
    padding-bottom: 2px;
    text-decoration: none;
    border-bottom: 1px solid;
    display: none;
}
button.fs-c-button--inquiryAboutProduct.fs-c-button--plain {
    background: none;
    border: none;
    padding: 0;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}
section.option-main .box:nth-of-type(2) {
    margin-top: 955px;
}
section.option-main .fs-c-productOption__name label {
    font-size: 14px;
    /*font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
    letter-spacing: 1px;
}
section.option-main .fs-c-productOption__name {
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
    padding-left: 7%;
    padding-top: 5%;
    border-right: 1px solid #ccc;
    box-sizing: border-box!important;
    background: white;
    padding-bottom: 10px;
}
dl.fs-c-productOption dt:nth-of-type(1):before {
    content: "上記で入力いただいたスーツのデザインを下記プルダウンから選択して下さい。";
    display: inline-block;
    color: #253861;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
    margin-top: 10px;
    /*font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
    font-weight: 400;
    width: 95%;
}
section.option-main .fs-c-productOption__option:nth-of-type(8):after,
section.option-main .fs-c-productOption__option:nth-of-type(9):after {
    content: "※おまかせの場合は、お選びいただいた生地と同系色になります。";
    display: inline-block;
    color: #253861;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
    margin-top: 10px;
    /*font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
    font-weight: 400;
    margin-left: 7%;
    width: 90%;
}
section.option-main .fs-c-productOption {
    display: flex;
    flex-direction: column;
}
section.option-main .fs-c-productOption__name:nth-of-type(6) {
    /*border-top: 1px solid #ccc;*/
}
.option-contact {
    /*margin-left: 38%;
    padding-top: 20px;
    padding-bottom: 120px;*/
    display: none;
}
.option-contact a {
    text-decoration: none;
    border-bottom: 1px solid;
    color: black;
}
/*dl.fs-c-productOption dd:nth-of-type(1) {
    border-bottom: 1px solid #ccc!important;
    padding-bottom: 98px;
}*/
dl.fs-c-productOption dd:nth-of-type(1) .fs-c-dropdown::after {
    right: 32px!important;
    top: 11px;
    height: 28px;
}
.win.chrome dl.fs-c-productOption dd:nth-of-type(1) .fs-c-dropdown::after {
    right: 32px!important;
}
.gecko dl.fs-c-productOption dd:nth-of-type(1) .fs-c-dropdown::after {
    right: 32px!important;
}
.gecko section.option-main .fs-c-productOption__option:nth-of-type(2) .fs-c-dropdown::after,
.gecko section.option-main .fs-c-productOption__option:nth-of-type(3) .fs-c-dropdown::after,
.gecko section.option-main .fs-c-productOption__option:nth-of-type(4) .fs-c-dropdown::after,
.gecko section.option-main .fs-c-productOption__option:nth-of-type(5) .fs-c-dropdown::after,
.gecko section.option-main .fs-c-productOption__option:nth-of-type(6) .fs-c-dropdown::after,
.gecko section.option-main .fs-c-productOption__option:nth-of-type(8) .fs-c-dropdown::after,
.gecko section.option-main .fs-c-productOption__option:nth-of-type(7) .fs-c-dropdown::after,
.gecko section.option-main .fs-c-productOption__option:nth-of-type(9) .fs-c-dropdown::after,
.gecko section.option-main .fs-c-productOption__option:nth-of-type(10) .fs-c-dropdown::after,
.gecko section.option-main .fs-c-productOption__option:nth-of-type(11) .fs-c-dropdown::after {
    right: 32px!important;
}
.gecko section.option-main .fs-c-productOption__option:nth-of-type(12) .fs-c-dropdown::after {
    right: 32px !important;
    top: 11px;
    height: 29px;
}
section.option-main .fs-c-productOption__option:nth-of-type(2) .fs-c-dropdown::after,
section.option-main .fs-c-productOption__option:nth-of-type(3) .fs-c-dropdown::after,
section.option-main .fs-c-productOption__option:nth-of-type(4) .fs-c-dropdown::after,
section.option-main .fs-c-productOption__option:nth-of-type(5) .fs-c-dropdown::after,
section.option-main .fs-c-productOption__option:nth-of-type(6) .fs-c-dropdown::after {
    right: 32px!important;
    top: 11px;
    height: 28px;
}
.win.chrome section.option-main .fs-c-productOption__option:nth-of-type(2) .fs-c-dropdown::after,
.win.chrome section.option-main .fs-c-productOption__option:nth-of-type(3) .fs-c-dropdown::after,
.win.chrome section.option-main .fs-c-productOption__option:nth-of-type(4) .fs-c-dropdown::after,
.win.chrome section.option-main .fs-c-productOption__option:nth-of-type(5) .fs-c-dropdown::after,
.win.chrome section.option-main .fs-c-productOption__option:nth-of-type(6) .fs-c-dropdown::after {
    right: 32px!important;
}
section.option-main .fs-c-productOption__option:nth-of-type(8) .fs-c-dropdown:after,
section.option-main .fs-c-productOption__option:nth-of-type(7) .fs-c-dropdown:after,
section.option-main .fs-c-productOption__option:nth-of-type(9) .fs-c-dropdown:after,
section.option-main .fs-c-productOption__option:nth-of-type(10) .fs-c-dropdown:after,
section.option-main .fs-c-productOption__option:nth-of-type(11) .fs-c-dropdown:after,
section.option-main .fs-c-productOption__option:nth-of-type(12) .fs-c-dropdown:after,
section.option-main .fs-c-productOption__option:nth-of-type(13) .fs-c-dropdown:after,
section.option-main .fs-c-productOption__option:nth-of-type(14) .fs-c-dropdown:after,
section.option-main .fs-c-productOption__option:nth-of-type(15) .fs-c-dropdown:after {
    top: 11px;
    right: 32px!important;
    height: 28px;
}
.win.chrome section.option-main .fs-c-productOption__option:nth-of-type(8) .fs-c-dropdown:after,
.win.chrome section.option-main .fs-c-productOption__option:nth-of-type(7) .fs-c-dropdown:after,
.win.chrome section.option-main .fs-c-productOption__option:nth-of-type(9) .fs-c-dropdown:after,
.win.chrome section.option-main .fs-c-productOption__option:nth-of-type(10) .fs-c-dropdown:after,
.win.chrome section.option-main .fs-c-productOption__option:nth-of-type(11) .fs-c-dropdown:after,
.win.chrome section.option-main .fs-c-productOption__option:nth-of-type(12) .fs-c-dropdown:after {
    right: 32px!important;
}
section.option-main .fs-c-productOption__option {
    margin: 0;
    /*padding-bottom: 39px;*/
    /*border-bottom: 1px solid #ccc;*/
    border-right: 1px solid #ccc;
    background: white;
    border-bottom: 0!important;
}
section.option-main .fs-c-productOption__option:nth-of-type(8) {
    margin-bottom: 0;
    padding-bottom: 30px;
    /* border-bottom: 1px solid #ccc!important; */
}
.fs-l-main section.option-main .fs-c-productOption__option:nth-of-type(13) {
    padding-bottom: 92px;
}
.fs-c-productOption .input-box:nth-of-type(6) dd {
  padding-bottom: 109px!important;
  border-bottom: 0;
  border-right: 1px solid #ccc;
}
section.option-main .fs-c-productOption__option:nth-of-type(7) {
    border-right: 1px solid #ccc!important;
}
section.option-main .fs-c-productOption__option select {
    margin-left: 24px;
}
.safari section.option-main .fs-c-productOption__option:nth-of-type(2) {
  height: 52px;
}
.safari select {
  height: 29px!important;
}
section.option-main .fs-c-productOption__name:nth-of-type(9) {
    border-top: 1px solid #ccc!important;
}
section.option-main .fs-c-productOption__option:nth-of-type(11),
section.option-main .fs-c-productOption__option:nth-of-type(12),
section.option-main .fs-c-productOption__option:nth-of-type(13),
section.option-main .fs-c-productOption__option:nth-of-type(14) {
    padding-bottom: 91px;
    border-bottom: 1px solid #ccc!important;
}
/*section.option-main .fs-c-productOption__option:nth-of-type(2) {
    padding-bottom: 100px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc!important;
}*/
/*section.option-main .fs-c-productOption__option:nth-of-type(3) {
    padding-bottom: 51px;
    border-bottom: 1px solid #ccc!important;
}*/
/*section.option-main .fs-c-productOption__option:nth-of-type(4) {
    padding-bottom: 51px;
    border-bottom: 1px solid #ccc!important;
}*/
section.option-main dl.fs-c-productOption {
  margin-top: -6px;
}
section.option-main .fs-c-productOption__option:nth-of-type(10) {
    padding-bottom: 42px;
    border-bottom: 1px solid #ccc!important;
    margin-bottom: 30px;
}
section.option-main .fs-c-productOption__name:nth-of-type(11) {
    border-top: 1px solid #ccc;
}
section.option-main .fs-c-productOption__option:nth-of-type(15) {
    padding-bottom: 92px;
    border-bottom: 1px solid #ccc!important;
}
section.option-main .fs-c-productOption__option:nth-of-type(7) {
    padding-bottom: 40px!important;
    border-bottom: 1px solid #ccc!important;
    margin-bottom: 30px!important;
}
@supports (-ms-ime-align: auto) {
  section.option-main .fs-c-productOption__option:nth-of-type(5) {
        padding-bottom: 61px!important;
    }
}
/*.gecko section.option-main .fs-c-productOption__option:nth-of-type(5) {
  padding-bottom: 61px;
}*/
.gecko section.option-main .fs-c-productOption__option:nth-of-type(12) {
  padding-bottom: 91px;
}
.gecko section.option-main .fs-c-productOption__option:nth-of-type(15) {
  padding-bottom: 89px;
}
.gecko section.option-main .fs-c-productOption__option:nth-of-type(14) {
  padding-bottom: 88.5px;
}
.gecko section.option-main .fs-c-productOption__option:nth-of-type(15) {
  padding-bottom: 92px;
}
.gecko .fs-c-productQuantityAndWishlist {
    margin-left: -1 !important;
    position: relative!important;
    /*top: -4px!important;*/
}
section.option-main .fs-c-productOption__option:nth-of-type(6) {
    margin-bottom: 0;
    border-bottom: 0;
    /*padding-bottom: 28px;
    border-bottom: 1px solid #ccc!important;*/
}
/*.safari section.option-main .fs-c-productOption__option:nth-of-type(6) {
    padding-bottom: 97px!important;
}*/
.safari section.option-main .fs-c-productOption__option:nth-of-type(8) {
    padding-bottom: 71px!important;
}
/*section.option-main .fs-c-productOption__name:nth-of-type(3) {
	border-top: 1px solid #ccc;
}*/
.safari li.jacket-length-h {
  height: 152px!important;
}
.safari li.jacket-sleeve-h {
  height: 153px!important;
}
.safari li.pants-west-h {
  height: 136px;
}
.safari li.pants-bottom-h {
  height: 136px;
}
.safari .fs-c-productQuantityAndWishlist {
  margin-left: 0;
  padding-bottom: 20px;
  position: relative;
  top: -1px;
}
.safari .fs-c-productActionButton.fs-c-buttonContainer {
  top: 7px;
  height: 50px;
}

li.lining-h .btn:last-of-type {
    margin-top: 20px;
}
li.sparepants-length-h {
    margin-top: 30px;
    border-top: 1px solid #ccc;
}
.gecko li.jacket-length-h {
    height: 134px;
}
.win.gecko li.jacket-length-h {
    height: 136px;
}
.win.gecko li.jacket-sleeve-h {
    height: 135px;
}
.gecko li.jacket-sleeve-h {
    height: 136px;
}
.gecko li.pants-west-h {
    height: 133px;
}
.win.gecko li.pants-west-h {
    height: 134px;
}
.gecho li.pants-bottom-h {
    height: 94px;
}
.gecko .fs-c-productActionButton.fs-c-buttonContainer {
    top: 7px!important;
}
.win.gecko .fs-c-productActionButton.fs-c-buttonContainer {
    top: 9px;
}

@media screen and (max-width: 770px) {
    section.mv-option .box h3 {
      margin-top: 10%;
      margin-bottom: 5%;
    }
    body#fs_ProductDetails .modaal-container {
      width: 85vw!important;
    }
    .step-box ul li:nth-child(1) {
      width: 100%;
    }
    .option-box-wrap .option-box ul li:nth-child(1) {
      width: 100%;
    }
    .option-box-wrap .option-box ul li img {
      max-width: 100%!important;
    }
    section.mv-option .box p {
      width: 90%;
      margin: 0 auto;
      font-size: 14px;
      margin-bottom: 5%;
    }
    section.mv-option .box {
      margin-bottom: 5%;
    }
    nav.fs-c-breadcrumb {
      margin-left: 5%;
    }
    .option-main {
      padding-top: 10%;
    }
    .option-main .box .mv-bottom-option h4 {
      font-size: 20px;
      letter-spacing: 2px;
      margin-bottom: 7%;
    }
    .fs-l-productLayout.fs-system-product {
      width: 94%;
      margin: 0 auto;
    }
    section.option-main .fs-c-productMainImage {
      width: 45%;
      margin-right: 5%;
    }
    ul.btn {
      clear: both;
    }
    .option-main ul.btn li {
      padding: 8px 16px!important;
      text-align: center;
      width: 36%;
      margin-right: 3%;
      margin-top: 5%;
      margin-bottom: 0;
      box-shadow: 2px 2px 4px 0px #b3b3b3;
    }
    .option-main ul.btn li a {
      padding: 0;
      box-shadow: none;
    }
    .option-contact {
      padding-bottom: 5%;
    }
    section.option-main section.option-item .box .item-left {
      width: 100%;
      float: none;
      margin: 0 auto;
    }
    section.option-main section.option-item .box .item-left .box h4 {
      font-size: 20px;
      margin-bottom: 4%;
    }
    section.option-main section.option-item .box .item-left .box p {
      font-size: 12px;
    }
    section.option-main .box:nth-of-type(2) {
      margin-top: 7%;
      margin-bottom: 7%;
      display: none;
    }
    section.option-main section.option-item .box .item-left .box p.mb {
      margin-top: 25px;
      margin-bottom: 20px;
    }
    section.option-main .box {
      padding-bottom: 5%;
    }
    section.option-main .item-right-wrap {
      width: 100%;
    }
    section.option-main .item-middle {
      width: 35%;
    }
    section.option-main ul li {
      padding: 10px!important;
      padding-top: 26px!important;
    }
    section.option-main .item-middle ul li h4 {
      font-size: 16px;
      margin-bottom: 10%;
      line-height: 1.4;
    }
    .fs-c-productQuantityAndWishlist {
            margin-left: -35%!important;
    }
    .fs-c-productOption .input-box:nth-of-type(6) dd {
      padding-bottom: 0px!important;
      border-right: 1px solid #ccc;
    }
    /*.android .fs-c-productOption .input-box:nth-of-type(6) dd {
      padding-bottom: 97.5px!important;
    }*/
    .fs-c-productOption .input-box:nth-of-type(10) dd {
      border-bottom: 1px solid #ccc!important;
      padding-bottom: 68px!important;
      position: relative;
    }
    .input-box:nth-of-type(12) dd:after,
    .input-box:nth-of-type(14) dd:after {
      content: "※おまかせの場合は、お選びいただいた生地と同系色になります。";
    display: inline-block;
    color: #253861;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 10px;
    margin-top: 10px;
    /* font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
    font-weight: 400;
    margin-left: 7%;
    width: 90%;
    }
    .fs-c-productOption .input-box:nth-of-type(8) dd {
      padding-bottom: 97.5px!important;
    }
    .input-box:nth-of-type(2n) {
      padding-bottom: 30px!important;
    }
    .fs-c-productOption .input-box:nth-of-type(9) {
      margin-top: 30px;
      border-top: 1px solid #ccc;
    }
    .iphone .fs-c-productOption .input-box:nth-of-type(9) {
      margin-top: 0;
      border-top: 0;
    }
    .iphone .fs-c-productOption .input-box:nth-of-type(8) dd {
      padding-bottom: 0px!important;
      border-bottom: 0!important;
      border-right: 0;
    }
    .android .fs-c-productOption .input-box:nth-of-type(10) dd {
      padding-bottom: 66px!important;
    }
    .android .input-box:nth-of-type(20) dd {
      padding-bottom: 102px!important;
    }
    .android .input-box:nth-of-type(20) {
      height: 144px;
    }
    section.option-main .item-middle ul li p {
      font-size: 12px;
    }
    section.option-main ul li.jacket-h .btn a {
      font-size: 12px;
      line-height: 1.4;
    }
    section.option-main ul li.jacket-h .btn {
      width: 100%;
      margin-bottom: 20px;
    }
    li.button-h p.cap {
      font-size: 10px!important;
    }
    dt.fs-c-productSelection__name label {
      font-size: 10px;
    }
    dd.fs-c-productSelection__selection.jacket-h-dd input,
    dd.fs-c-productSelection__selection.pants-h-dd input {
      width: 83%;
      margin-left: 7%;
    }
    dd.fs-c-productSelection__selection.jacket-h-dd,
    dd.fs-c-productSelection__selection.pants-h-dd {
      width: 120%;
      margin-left: -16px;
      padding-bottom: 21.3px;
    }
    section.option-main ul li.fs-c-productMark__item {
      padding: 0!important;
    }
    .fs-c-productSelection .input-box:nth-of-type(11) {
      padding-top: 30px;
    }
    .fs-c-productOption .input-box:nth-of-type(12) dd {
      padding-bottom: 45px!important;
      border-bottom: 0;
    }
    .fs-c-productOption .input-box:nth-of-type(15) dt {
      padding-top: 10px!important;
  }
    .fs-c-productOption .input-box:nth-of-type(11) {
      margin-top: -125px;
      border-top: 0!important;
    }
    .fs-c-productOption .input-box:nth-of-type(10):after {
      content: "";
      display: block;
      width: 118%!important;
      padding-top: 103px;
      margin-left: -7%;
    }
    /*.fs-c-productSelection .input-box:nth-of-type(10):after {
      content: "";
      display: block;
      width: 118%!important;
      padding-top: 103px;
      margin-left: -7%;
      border-bottom: 1px solid #ccc!important;
    }*/
    /*dl.fs-c-productOption .input-box:nth-of-type(4) {
      padding-bottom: 203px;
    }*/
    .input-box:nth-of-type(20) {
      height: 153px;
      border-bottom: 1px solid #ccc!important;
      padding-bottom: 0!important;
      margin-bottom: 30px;
    }
    .input-box:nth-of-type(21) {
      border-top: 1px solid #ccc;
    }
    .input-box:nth-of-type(20) dd {
      padding-bottom: 112px!important;
    }
    .input-box:nth-of-type(22) {
      border-bottom: 1px solid #ccc!important;
      padding-bottom: 0!important;
    }
    .input-box:nth-of-type(22) dd {
      padding-bottom: 128px!important;
    }
    .input-box:nth-of-type(24) {
      border-bottom: 1px solid #ccc!important;
      padding-bottom: 0!important;
    }
    .input-box:nth-of-type(24) dd {
      padding-bottom: 127px!important;
    }
    .input-box:nth-of-type(26) {
      padding-bottom: 0!important;
    }
    .input-box:nth-of-type(28) dd {
      padding-bottom: 128px!important;
      /* border-bottom: 1px solid #ccc!important; */
    }
    .input-box:nth-of-type(28) {
      padding-bottom: 0!important;
      border-bottom: 1px solid #ccc;
    }
    .input-box:nth-of-type(30) {
      border-bottom: 1px solid #ccc;
      margin-bottom: 0!important;
      padding-bottom: 0!important;
    }
    .input-box:nth-of-type(30) dd {
      padding-bottom: 128px!important;
    }
    /*.android .input-box:nth-of-type(20) {
      height: 147.5px;
    }
    .android dl.fs-c-productOption .input-box:nth-of-type(4) dd {
      height: 147.5px;
    }*/
    dl.fs-c-productOption .input-box:nth-of-type(4) dd {
        height: 77px;
        border-right: 0!important;
        border-bottom: 1px solid #ccc!important;
    }
    dl.fs-c-productOption .input-box:nth-of-type(4) dd {
        height: 0px;
        border-bottom: 0!important;
    }
    section.option-main ul li.jacket-h {
      height: 282px!important;
      padding-top: 26px!important;
      padding-bottom: 26px!important;
    }
    li.button-h .btn a, li.lining-h .btn a {
      line-height: 1.4;
    }
    .safari li.jacket-sleeve-h {
        height: 161px!important;
    }
    section.option-main ul li.pants-h {
      height: 461px!important;
      padding-top: 26px!important;
    }
    li.button-h .btn,
    li.lining-h .btn,
    li.jacket-length-h .btn,
    li.jacket-sleeve-h .btn,
    li.pants-west-h .btn,
    li.pants-bottom-h .btn {
      width: 90%;
      font-size: 12px!important;
      margin-left: 5%;
    }
    section.option-main .fs-c-dropdown {
      width: 100%;
    }
    dd.fs-c-productSelection__selection.btn-h-dd, dd.fs-c-productSelection__selection.lining-h-dd, dd.fs-c-productSelection__selection.jacket-length-h-dd, dd.fs-c-productSelection__selection.jacket-sleeve-h-dd, dd.fs-c-productSelection__selection.pants-west-h-dd, dd.fs-c-productSelection__selection.pants-bottom-h-dd {
      width: 120%;
      margin-left: -15px;
      padding-bottom: 10%;
      padding-bottom: 34%;
    }
    .fs-c-dropdown__menu {
      width: 82%;
      margin-left: 7%!important;
    }
    body#fs_CustomerDetails select#fs_input_prefecture {
      margin-left: 0!important;
    }
    body#fs_CustomerDetails .fs-c-dropdown::after {
      right: 3px!important;
    }
    /*#fs_input_lastName,
    #fs_input_firstName,
    #fs_input_lastNameKana,
    #fs_input_firstNameKana,
    #fs_input_email,
    #fs_input_zipCode,
    #fs_input_prefecture,
    #fs_input_addressLine1,
    #fs_input_addressLine2,
    #fs_input_addressLine3,
    #fs_input_phoneNumber {
      font-size: 16px;
      transform: scale(0.8);
    }*/
    select#optionWithPrice_1,
    select#optionWithPrice_2,
    select#optionWithPrice_3,
    select#optionWithPrice_4,
    select#optionWithPrice_5,
    select#optionWithPrice_6,
    select#optionWithPrice_12 {
      margin-left: 18px;
      font-size: 14px;
      padding-left: 10px!important;
    }
    .fs-c-productOption .fs-c-dropdown::after {
      right: 18px!important;
    }
    section.option-main .fs-c-dropdown {
      width: 100%;
    }
    .fs-c-dropdown::after {
      right: 8%!important;
    }
    .android .fs-c-productQuantityAndWishlist {
      height: 31px;
      position: relative;
      top: 0.5px;
      margin-left: 0;
    }
    .android li.pants-west-h {
      height: 158px!important;
      border-top: 1px solid #ccc;
    }
    .android .fs-c-productOption .input-box:nth-of-type(11) {
      margin-top: -126.5px;
    }
    li.lining-h p.cap {
      font-size: 10px!important;
    }
    li.button-h {
      height: 220px!important;
    }
    li.lining-h {
      height: 273px!important;
    }
    li.jacket-length-h,
    li.pants-west-h {
      height: 158px!important;
    }
    li.pants-west-h {
      height: 181px!important;
    }
    li.jacket-sleeve-h {
      height: 158px!important;
    }
    li.pants-bottom-h {
      height: 181px!important;
    }
    dl.fs-c-productOption .input-box:nth-of-type(4) {
      padding-top: 30px;
      background: white;
      border-right: 1px solid #ccc;
    }
    dl.fs-c-productOption .input-box:nth-of-type(4) section.option-main .fs-c-productOption__option {
      border-right: 0!important;
    }
    dl.fs-c-productOption .input-box:nth-of-type(3) dt {
      display: block!important;
      margin-top: 30px;
      padding-top: 10px!important;
      border-top: 1px solid #ccc;
    }
    dl.fs-c-productOption .input-box:nth-of-type(4) {
      padding-top: 0!important;
    }
    dl.fs-c-productOption .input-box:nth-of-type(3) {
      /*border-top: 1px solid #ccc;*/
    }
    .fs-c-productQuantityAndWishlist {
      width: 23%;
      padding: 20px 21px 30px;
      height: 40px;
    }
    .fs-c-productActionButton.fs-c-buttonContainer {
      width: 64%!important;
      bottom: 0px;
      top: -3.5px;
      height: 60px;
      padding-top: 21px;
    }
    button.fs-c-button--addToCart--detail.fs-c-button--primary {
      width: 65%;
      font-size: 12px;
      position: relative;
      top: 2px;
    }
    .safari .fs-c-productActionButton.fs-c-buttonContainer {
      top: -4px;
      height: 49px;
      padding-bottom: 11px;
    }
    .fs-c-returnedSpecialContract, .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
      margin-left: 0;
      margin-top: 3%;
      font-size: 12px;
    }
    .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
      padding-bottom: 5%;
    }
    .fs-c-productOption__option:nth-of-type(1) {
      padding-bottom: 56px!important;
      height: 41px;
    }
    .fs-c-productOption__option:nth-of-type(2) {
      padding-bottom: 59px;
    }
    .fs-c-productOption__option:nth-of-type(3) {
      padding-bottom: 60px;
    }
    .fs-c-productOption__option:nth-of-type(4) {
      padding-bottom: 58px;
    }
    .fs-c-productOption__option:nth-of-type(5) {
      padding-bottom: 76px;
    }
    .fs-c-productOption__option:nth-of-type(6) {
      padding-bottom: 60px;
    }
    .fs-c-productOption__name label {
      font-size: 10px;
    }
    section.option-main .fs-c-productOption__name label {
  	  font-size: 11px;
      letter-spacing: 0;
    }
    section.option-main .fs-c-productOption__option:nth-of-type(3) {
    	padding-bottom: 39px;
      height: 110px;
      border-bottom: 0!important;
    }
    .fs-c-productOption__option.jacket-h-dd select {
      padding-left: 0!important;
      margin-left: 5%;
    }
    .fs-c-productOption__option.jacket-h-dd {
      width: calc(100% - 1px)!important;
      border-right: 0!important;
    }
    .fs-c-productOption__option.jacket-h-dd select {
      margin-left: 8%!important;
    }
    dl.fs-c-productOption dd:nth-of-type(1) {
      border-bottom: 0!important;
    }
    dl.fs-c-productOption .input-box:nth-of-type(26) dd {
        padding-bottom: 113px!important;
        border-bottom: 1px solid #ccc!important;
    }
    .fs-c-productOption .input-box:nth-of-type(14) dd {
      padding-bottom: 216px!important;
      border-bottom: 1px solid #ccc!important;
    }
    .fs-c-productOption .input-box:nth-of-type(15) {
      border-top: 1px solid #ccc;
          margin-top: 30px;
    }
    .input-box:nth-of-type(18) {
      border-bottom: 0!important;
      padding-bottom: 0!important;
    }
    .input-box:nth-of-type(18) dd {
      padding-bottom: 111px!important;
    }
    .android .input-box:nth-of-type(18) dd {
      padding-bottom: 112px!important;
    }
    .fs-c-productOption .input-box:nth-of-type(16) dd {
      margin-bottom: 0;
      padding-bottom: 259px!important;
      border-bottom: 0;
    }
    .fs-c-productOption .input-box:nth-of-type(8) dd {
      padding-bottom: 100px!important;
      border-bottom: 1px solid #ccc!important;
    }
    dl.fs-c-productOption .input-box:nth-of-type(3) dt {
      margin-top: 0;
      border-top: 0;
      padding-bottom: 0;
    }
    .android dl.fs-c-productOption dd:nth-of-type(1) {

    }
    dl.fs-c-productOption .input-box:nth-of-type(5) {
      /*margin-top: 30px;*/
    }
    section.option-main .fs-c-productOption__option:nth-of-type(2) {
    	padding-bottom: 59px;
      height: 104px!important;
    }
    .fs-c-productOption .input-box:nth-of-type(8) dd {
      padding-bottom: 97.5px!important;
    }
    .android .fs-c-productOption .input-box:nth-of-type(8) dd {
      padding-bottom: 0!important;
      border-bottom: 0!important;
    }
    .fs-c-productOption .input-box:nth-of-type(5) dt {
      display: block!important;
      margin-top: 0px;
      padding-top: 0!important;
      padding-bottom: 10px;
    }
    .fs-c-productOption .input-box:nth-of-type(6), .fs-c-productOption .input-box:nth-of-type(4) {
      height: auto!important;
    }
    .fs-c-productOption .input-box:nth-of-type(6) {
      padding-bottom: 18px!important;
    }
    .safari section.option-main .fs-c-productOption__option:nth-of-type(2) {
      margin-bottom: 0!important;
      border-right: 1px solid #ccc!important;
      border-bottom: 1px solid #ccc!important;
    }
    section.option-main .fs-c-productOption__option:nth-of-type(4) {
    	padding-bottom: 82px;
      height: 56px;
    }
    section.option-main .fs-c-productOption__option:nth-of-type(5),
    section.option-main .fs-c-productOption__option:nth-of-type(6) {
    	padding-bottom: 72px;
      height: 67px!important;
	  }
    section.option-main .fs-c-productOption__option:nth-of-type(6) {
      padding-bottom: 71px!important;
    }
	dt.fs-c-productSelection__name:nth-of-type(7) {
	    padding-top: 24px;
	}
	dt.fs-c-productOption__name:nth-of-type(2) {
	    padding-top: 22px;
	}
	section.option-main .fs-c-productOption__name:nth-of-type(3) {
		padding-top: 22px;
	}
  section.option-main .fs-c-productOption__name:nth-of-type(3) label {
    letter-spacing: 0;
  }
	section.option-main .fs-c-productOption__name {
		padding-top: 22px!important;
	}
  .android .input-box:nth-of-type(6) dd.fs-c-productSelection__selection {
    left: 145px;
  }
  /*.input-box:nth-of-type(2) {
    height: 97px;
  }*/
  .input-box:nth-of-type(1) {
    margin-top: 10px;
  }
  /*.input-box:nth-of-type(7) {
      margin-top: -165px;
  }*/
  .input-box:nth-of-type(8) dd input {
    height: 30px!important;
    border: 1px solid #ccc!important;
    background: white!important;
  }
  .input-box:nth-of-type(8) .fs-c-productSelection__field,
  .input-box:nth-of-type(10) .fs-c-productSelection__field,
  .input-box:nth-of-type(12) .fs-c-productSelection__field,
  .input-box:nth-of-type(14) .fs-c-productSelection__field,
  .input-box:nth-of-type(16) .fs-c-productSelection__field,
  .input-box:nth-of-type(18) .fs-c-productSelection__field,
  .input-box:nth-of-type(20) .fs-c-productSelection__field {
    width: 100%!important;
  }
  select#option_6,
  select#option_9,
  select#option_10 {
    width: 100%!important;
  }
  select#option_7,
  select#option_8,
  select#option_5,
  select#option_10 {
    width: 94%!important;
  }
  .input-box:nth-of-type(20) .fs-c-dropdown:after {
    right: 2px!important;
    height: 25px!important;
    top: 13px!important;
  }
  .input-box:nth-of-type(10) .fs-c-dropdown:after {
    right: 2px!important;
    height: 25px!important;
    top: 2px!important;
  }
  .input-box:nth-of-type(14) dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-dropdown:after {
    right: 1px!important;
  }
  .input-box:nth-of-type(12) .fs-c-dropdown:after,
  .input-box:nth-of-type(14) .fs-c-dropdown:after,
  .input-box:nth-of-type(16) .fs-c-dropdown:after,
  .input-box:nth-of-type(18) .fs-c-dropdown:after {
    right: 0!important;
  }
  .input-box:nth-of-type(8) .fs-c-productSelection__field:after,
  .input-box:nth-of-type(10) .fs-c-productSelection__field:after,
  .input-box:nth-of-type(12) .fs-c-productSelection__field:after,
  .input-box:nth-of-type(14) .fs-c-productSelection__field:after,
  .input-box:nth-of-type(16) .fs-c-productSelection__field:after,
  .input-box:nth-of-type(18) .fs-c-productSelection__field:after,
  .input-box:nth-of-type(20) .fs-c-productSelection__field:after {
    content: none!important;
  }
  .input-box:nth-of-type(2) dd.fs-c-productSelection__selection:nth-of-type(1) select,
  dd.fs-c-productSelection__selection:nth-of-type(6) select {
    width: 65%!important;
    padding-left: 0!important;
  }
  dd.fs-c-productSelection__selection:nth-of-type(1) select {
    width: 58px!important;
  }
  dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-productSelection__field:after {
    top: 17px!important;
    right: -6px!important;
    font-size: 12px!important;
  }
  .input-box:nth-of-type(2) dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-productSelection__field:nth-of-type(1),
  .input-box:nth-of-type(12) dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-productSelection__field:nth-of-type(1) {
    width: 40%!important;
  }
  .input-box:nth-of-type(2) dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-dropdown:after,
  .input-box:nth-of-type(12) dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-dropdown:after {
    right: 20px!important;
    height: 25px;
    top: 2px;
  }
  .input-box:nth-of-type(4) dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-productSelection__field:after,
  .input-box:nth-of-type(14) dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-productSelection__field:after {
    content: "月";
    right: 24px!important;
    top: 20px!important;
  }
  .input-box:nth-of-type(4) dd.fs-c-productSelection__selection:nth-of-type(1) select,
  .input-box:nth-of-type(14) dd.fs-c-productSelection__selection:nth-of-type(1) select {
    width: 40px!important;
    padding-left: 0!important;
  }
  .input-box:nth-of-type(4) dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-dropdown:after,
  .input-box:nth-of-type(14) dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-dropdown:after {
    right: 39px!important;
    height: 25px;
    top: 2px;
  }
  .input-box:nth-of-type(8) dd {
    margin-bottom: 0!important;
  }
  .input-box:nth-of-type(6) dd.fs-c-productSelection__selection .fs-c-dropdown:after,
  .input-box:nth-of-type(16) dd.fs-c-productSelection__selection .fs-c-dropdown:after {
      right: 39px!important;
      height: 25px;
      top: 2px;
  }
  .input-box:nth-of-type(6) dd.fs-c-productSelection__selection {
    position: relative;
    bottom: 16px;
    left: 147px;
    margin-top: -90px;
  }
  .fs-c-productOption .input-box:nth-of-type(7) {
    padding-top: 50px!important;
  }
  .fs-c-productOption .input-box:nth-of-type(8) {
    background: white;
    border-right: 1px solid #ccc;
    padding-bottom: 50px!important;
  }
  .input-box:nth-of-type(16) dd.fs-c-productSelection__selection {
      bottom: 117px;
      width: 38px!important;
  }
  .input-box:nth-of-type(6), .input-box:nth-of-type(4) {
    height: 0;
  }
  .input-box:nth-of-type(7) {
    margin-top: -60px;
  }
  .input-box:nth-of-type(16) dd.fs-c-productSelection__selection select {
    width: 38px!important;
  }
  .input-box:nth-of-type(6) dd.fs-c-productSelection__selection select,
  .input-box:nth-of-type(16) dd.fs-c-productSelection__selection select {
    width: 40px!important;
    padding-left: 0!important;
  }
  .input-box:nth-of-type(2) dd.fs-c-productSelection__selection .fs-c-productSelection__field:after,
  .input-box:nth-of-type(12) dd.fs-c-productSelection__selection .fs-c-productSelection__field:after {
    right: 5px!important;
    top: 20px!important;
  }
  .input-box:nth-of-type(6) dd.fs-c-productSelection__selection .fs-c-productSelection__field:after,
  .input-box:nth-of-type(16) dd.fs-c-productSelection__selection .fs-c-productSelection__field:after {
    content: "日";
    display: block!important;
    right: 25px!important;
    top: 20px!important;
  }
  input#option_4 {
    margin-top:  10px;
  }
  .input-box:nth-of-type(3) dt,
  .input-box:nth-of-type(5) dt,
  .input-box:nth-of-type(13) dt {
    display: none!important;
  }
  select#option_6 {
    width: 65%!important;
    padding-left: 0!important;
  }
  .input-box:nth-of-type(7) dt {
    margin-bottom: 0!important;
    margin-top: 3px;
  }
  .input-box:nth-of-type(14) dd.fs-c-productSelection__selection {
    position: relative;
    bottom: 45px;
    left: 82px;
    width: 42px;
  }
  .input-box:nth-of-type(12) dd.fs-c-productSelection__selection:after {
    content: "年";
    display: block;
    top: 19px;
    left: 63px;
    font-size: 12px;
    position: absolute;
  }
  .input-box:nth-of-type(14) dd.fs-c-productSelection__selection:after {
    content: "月";
    display: block;
    top: 19px;
    left: 45px!important;
    font-size: 12px;
    position: absolute;
  }
  .input-box:nth-of-type(16) dd.fs-c-productSelection__selection:after {
    content: "日";
    display: block;
    top: 19px;
    left: 42px;
    font-size: 12px;
    position: absolute;
  }
  .input-box:nth-of-type(16) dd.fs-c-productSelection__selection {
    position: relative;
    bottom: 90px!important;
    left: 145px;
  }
  .input-box:nth-of-type(17) dt {
    margin-bottom: 0!important;
  }
  .input-box:nth-of-type(18) dd {
    margin-bottom: 0!important;
        padding-bottom: 19px!important;
  }
  .input-box:nth-of-type(14) dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-dropdown:after,
  .input-box:nth-of-type(16) dd.fs-c-productSelection__selection .fs-c-dropdown:after {
    right: 2px!important;
  }
  .input-box:nth-of-type(12) {
    position: relative;
    padding-bottom: 0!important;
  }
  .input-box:nth-of-type(17) {
    margin-top: -110px;
    border-top: 1px solid #ccc!important;
  }
  .fs-c-productOption .input-box:nth-of-type(7) {
    border-right: 1px solid #ccc;
    background: white;
  }
  .fs-c-productOption .input-box:nth-of-type(10) .fs-c-dropdown::after {
    top: 11px!important;
  }
  .fs-c-productOption .input-box:nth-of-type(7) dt {
    border-right: 0;
    padding-top: 10px!important;
    padding-bottom: 0;
  }
  input#option_9 {
    height: 30px!important;
    border: 1px solid #ccc!important;
    background: white!important;
    margin-bottom: 10px!important;
  }
  .input-box:nth-of-type(12) dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-dropdown:after {
    right: 30px!important;
  }
  select#option_7 {
    width: 40px!important;
  }
  .safari section.option-main ul li.pants-h {
    height: 326px!important;
  }
  .input-box:nth-of-type(20):after {
    content: "";
    display: block;
    width: 110%;
    padding-bottom: 99px;
  }
  dl.fs-c-productOption .input-box:nth-of-type(1) dt {
    padding-top: 0px!important;
  }
  dl.fs-c-productOption .input-box:nth-of-type(1) {
    margin-top: 0!important;
  }
  dl.fs-c-productOption .input-box:nth-of-type(2) {
    margin-top: 0px;
    border-right: 1px solid #ccc;
    padding-bottom: 0px;
    background: white;
  }
  dl.fs-c-productOption .input-box:nth-of-type(2) dd {
    border-right: 0;
    height: 0px;
    padding-bottom: 44px!important;
  }
  dl.fs-c-productOption .input-box:nth-of-type(2) + dd {
    padding-bottom: 105px;
  }
  .safari li.jacket-length-h {
    height: 172px!important;
  }
  dl.fs-c-productOption dd:nth-of-type(1) .fs-c-dropdown::after {
    right: 22px!important;
    height: 25px;
  }
  section.option-main .fs-c-productOption__option:nth-of-type(2) .fs-c-dropdown::after {
    right: 18px!important;
  }
  section.option-main .fs-c-productOption__option:nth-of-type(3) .fs-c-dropdown::after {
    right: 18px!important;
  }
  .android section.option-main .fs-c-productOption__option:nth-of-type(2) {
    padding-bottom: 39px!important;
  }
  .android li.jacket-sleeve-h {
    border-bottom: 0;
  }
  .fs-c-productOption .input-box:nth-of-type(9) {
    margin-top: 0;
    border-top: 0;
  }
  form#fs_form {
    padding-bottom: 5%!important;
  }
  button.fs-c-button--cancel--cart.fs-c-button--plain {
    background: none;
    padding-bottom: 5px;
    margin-bottom: -5px;
    margin-left: -5px;
  }
  .btn-checkout-back {
    text-align: center;
    margin-bottom: 8%;
    padding-bottom: 5%;
    padding-top: 5%!important;
  }
  .input-box:nth-of-type(2) dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-dropdown:after, .input-box:nth-of-type(12) dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-dropdown:after {
    height: 25px!important;
  }
  .input-box:nth-of-type(4) dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-dropdown:after {
    height: 25px!important;
  }
  .safari dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-dropdown:after, .safari dd.fs-c-productSelection__selection:nth-of-type(6) .fs-c-dropdown:after {
    height: 25px!important;
  }
  select#optionWithPrice_13 {
    /*width:  232px;*/
    width: 84%;
  }
}

/* カート
   ========================================================================== */

.fs-l-cart__contentsArea {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 20px;
}
.fs-c-cartTable__productInfo {
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
span.fs-c-cartTable__productName__name a {
    font-size: 14px;
    letter-spacing: 1px;
}
span.fs-c-listedProductName__selection {
    font-size: 12px;
    margin: 10px 0;
    margin-bottom: 0;
}
.fs-c-cartTable__row span.fs-c-productPrice__addon:after {
    top: -3px!important;
}
dt.fs-c-listedOptionPrice__option {
  font-size: 13px;
  margin-bottom: 6px;
  font-weight: 100;
  letter-spacing: -1px
}
.fs-c-listedOptionPrice {
  grid-row-gap: 0;
}
/*dd.fs-c-listedOptionPrice__price {
    display: none;
}*/
dd.fs-c-listedOptionPrice__price {
  font-size: 14px;
  font-weight: bold;
}
dd.fs-c-listedOptionPrice__price {
    position: relative;
    left: 194px;
    letter-spacing: 0!important;
}
span.fs-c-price__addon {
    font-size: 11px;
    font-weight: normal;
}
span.fs-c-price__symbol.fs-c-symbol.fs-c-symbol--plus {
    display: none;
}
.fs-c-priceDisplay.fs-c-productPrice {
    margin: 5px 0 10px;
}
div#fs-cartContent-container {
    width: 71%;
    display: inline-block;
}
dd.fs-c-listedOptionPrice__price:last-of-type {
    margin-bottom: 40px;
}
span.fs-c-price__price.fs-c-price__price--taxIncl {
  position: relative;
  left: -24px;
}
.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal .fs-c-price__currencyMark {
  position: relative;
}
.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal .fs-c-price__value {
  font-size: 15px;
}
dl.fs-c-listedOptionPrice:after {
    content: "合計額";
    font-size: 14px;
    position: relative;
    bottom: -14px;
    font-weight: bold;
}
@media all and (-ms-high-contrast: none){
  dl.fs-c-listedOptionPrice:after {
    position: absolute!important;
    bottom: 18px!important;
  }
  body#fs_Checkout span.fs-c-price__price.fs-c-price__price--taxIncl {
    left: -44px;
  }
  span.fs-c-price__price.fs-c-price__price--taxIncl {
    left: -38px;
  }
  button.fs-c-button--cancel--cart.fs-c-button--plain span {
    padding: 8px 1px!important;
  }
  button.fs-c-button--cancel--cart.fs-c-button--plain {
    margin-left: -1px!important;
    font-size: 12px!important;
  }
  .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal .fs-c-price__currencyMark {
    top: 0!important;
  }
}
aside#__fs_modal_buyer .fs-c-dropdown::after {
  top: 11px;
}
td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--action {
    width: 55px;
}
.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--pair {
  text-align: center;
}
@media all and (-ms-high-contrast: none){
  th.fs-c-inputTable__headerCell {
    display: block;
  }
  .fs-c-inputTextGroup__item {
    width: 300px!important;
    flex: none!important;
  }
  body#fs_Checkout .fs-c-inputTextGroup__item {
    width: 360px!important;
  }
  .fs-c-inputField__field.fs-system-assistTarget #fs_input_email,
  body#fs_CustomerDetails select#fs_input_prefecture,
  input#fs_input_addressLine1,
  input#fs_input_addressLine2,
  input#fs_input_addressLine3,
  input#fs_input_phoneNumber {
    width: 608px!important;
  }
  body#fs_Checkout .fs-c-inputField__field.fs-system-assistTarget #fs_input_email,
  body#fs_Checkout body#fs_CustomerDetails select#fs_input_prefecture,
  body#fs_Checkout input#fs_input_addressLine1,
  body#fs_Checkout input#fs_input_addressLine2,
  body#fs_Checkout input#fs_input_addressLine3,
  body#fs_Checkout input#fs_input_phoneNumber {
    width: 728px!important;
  }
}
div#fs-totalsArea-wrapper {
    width: 22%;
    margin-left: 2%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
    padding: 2%;
}
.fs-c-orderTotalTable {
  width: 100%;
}
.fs-c-orderTotalTable th {
    text-align: left!important;
}
.fs-c-orderTotalTable th {
    text-align: left!important;
    padding: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    border-left: 0;
}
.fs-c-price {
  font-weight: bold;
}
#fs-cartTotals-container {
    margin-bottom: 30px;
}
.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--purchaseHere a {
    text-decoration: none;
    font-size: 14px;
    display: block;
}
.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--purchaseHere a span {
    color: white;
}
.fs-c-purchaseHere__message p {
    margin-bottom: 30px;
    font-size: 14px;
}
.fs-c-orderTotalTable th, .fs-c-orderTotalTable td {
  border: none;
}
tr.fs-c-orderTotalTable__count {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
tr.fs-c-orderTotalTable__itemPriceSummary.fs-c-orderTotalTable__mainRow {
    border-bottom: 1px solid #ccc;
}
.fs-c-purchaseHere__message p {
    margin-bottom: 10px;
    font-size: 12px;
    opacity: 0.6;
    letter-spacing: 1px;
}
.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--purchaseHere {
    width: 100%!important;
    background: #233961;
    text-align: center;
    padding: 10px 0px;
    transition: 0.4s;
    box-shadow: 2px 2px 4px 0px #b3b3b3;
}
.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--purchaseHere:hover {
    background: white;
    color: #233961;
    outline: 1px solid #233961;
}
.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--purchaseHere a:hover span {
    color: #233961;
}
span.fs-c-listedProductName__selection__choice {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}
span.fs-c-listedProductName__selection__choice:nth-of-type(1) {
    display: inline-block;
}
span.fs-c-listedProductName__selection__choice:nth-of-type(2) {
    display: inline-block;
}
span.fs-c-listedProductName__selection__choice:nth-of-type(3) {
    display: inline-block;
}
span.fs-c-listedProductName__selection__choice:nth-of-type(1):before {
    content: "▼ジャケット購入年月日 : ";
}
span.fs-c-listedProductName__selection__choice:nth-of-type(2):before {
    content: "年";
}
span.fs-c-listedProductName__selection__choice:nth-of-type(3):before {
    content: "月";
}
span.fs-c-listedProductName__selection__choice:nth-of-type(3):after {
    content: "日";
}
span.fs-c-listedProductName__selection__choice:nth-of-type(4):before {
    content: "▼No.（ジャケット）: ";
}
span.fs-c-listedProductName__selection__choice:nth-of-type(5):before {
    content: "▼購入店舗名（ジャケット) : ";
}
span.fs-c-listedProductName__selection__choice:nth-of-type(6):before {
    content: "ジャケット購入店舗名 : ";
}
span.fs-c-listedProductName__selection__choice:nth-of-type(7):before {
    content: "パンツ購入年月日 : ";
}
span.fs-c-listedProductName__selection__choice:nth-of-type(8):before {
    content: "パンツNo. : ";
}
span.fs-c-listedProductName__selection__choice:nth-of-type(9):before {
    content: "パンツ糸No. : ";
}
span.fs-c-listedProductName__selection__choice:nth-of-type(10):before {
    content: "パンツ裏No. : ";
}
span.fs-c-listedProductName__selection__choice:nth-of-type(11):before {
    content: "パンツボタンNo. : ";
}
span.fs-c-listedProductName__selection__choice:nth-of-type(12):before {
    content: "パンツ購入店舗名 : ";
}
.fs-c-listedProductName__variation::before, .fs-c-listedProductName__selection::before,
.fs-c-listedProductName__variation::after, .fs-c-listedProductName__selection::after {
  content: none!important;
}
.fs-c-cartTable__unitPrice {
    position: absolute;
    right: -185px;
    top: 2%;
    font-size: 14px;
}
.fs-c-inputTable__dataCell .fs-c-dropdown::after {
  height: 28px;
  top: auto;
}
.fs-body-checkout dd.fs-c-listedOptionPrice__price {
  left: 200px;
}
  .fs-c-cartTable__unitPrice {
    right: -186px;
  }
@media all and (-ms-high-contrast: none){
  .fs-c-cartTable__unitPrice {
    right: -172px;
  }
  .fs-c-dropdown::after {
    height: 29px;
  }
  span.fs-c-productPrice__main__price.fs-c-price .fs-c-price__value {
    font-size: 12px;
  }
  span.fs-c-productPrice__addon__label {
    font-size: 10px;
    top: -4px;
  }
  dd.fs-c-listedOptionPrice__price .fs-c-price {
    font-size: 12px;
  }
  .fs-body-checkout dd.fs-c-listedOptionPrice__price {
    left: 188px;
  }
  dd.fs-c-listedOptionPrice__price {
   left: 174px;
  }
  tr.fs-c-cartTable__row:not(:first-of-type) dd.fs-c-listedOptionPrice__price {
    left: 185px;
  }
}
.fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
  position: relative;
}
td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--product {
    padding-bottom: 16px;
}
span.fs-c-productPrice__addon__label:before {
    content: "(";
    display: inline-block;
}
span.fs-c-productPrice__addon__label:after {
    content: ")";
    display: inline-block;
}
td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal {
  width: 100px;
}
button.fs-c-button--cancel--cart.fs-c-button--plain span {
    text-align: center;
    margin: 0 auto;
    padding: 8px 10px;
}
button.fs-c-button--cancel--cart.fs-c-button--plain {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
.gecko button.fs-c-button--cancel--cart.fs-c-button--plain {
  margin-left: -7px;
}
select.fs-c-quantity__select.fs-system-quantity-list {
  width: 60px;
}
.fs-c-cartTable__headerCell--quantity, .fs-c-cartTable__dataCell--quantity {
  width: 60px;
}
.fs-c-continueShopping {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 5%;
}
.fs-c-continueShopping a {
    width: 100%;
    background: #233961;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 0.4s;
    box-shadow: 2px 2px 4px 0px #b3b3b3;
}
.fs-c-continueShopping a:hover {
    background: white;
    color: #233961;
    outline: 1px solid #233961;
}
.fs-c-inputInformation__message {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
form#fs_form {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 90px;
}
.fs-c-inputTable > tbody > tr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
}
.fs-c-inputTable {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
th.fs-c-inputTable__headerCell {
  width: 100%;
  padding: 16px 0 8px 0;
  text-align: left;
  font-size: 14px;
}
td.fs-c-inputTable__dataCell {
    padding: 0;
    margin-bottom: 6px;
    width: 100%;
}
.fs-c-inputInformation__message p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 5%;
}
.fs-c-memberInfoField select#fs_input_prefecture {
    width: 100%;
    margin-left: 0;
}
fieldset.fs-c-privacyPolicyAgreeField.fs-c-additionalCheckField {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 3%;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 5%;
}
.fs-c-inputInformation__button.fs-c-buttonContainer button {
    background: #233961;
    color: white;
    padding: 12px 30px;
    font-size: 14px;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 10%;
    text-align: center;
    transition: 0.4s!important;
    background-image:none!important;
    border: 1px solid #233961;
    box-shadow: 2px 2px 4px 0px #b3b3b3;
}
.fs-c-inputInformation__button.fs-c-buttonContainer button:hover {
    background: white!important;
    color: #233961;
    background-image:none!important;
    transition: 0.4s!important;
    border: 1px solid #233961;
}
body#fs_Checkout .fs-c-inputInformation__button.fs-c-buttonContainer button {
  margin-bottom: 5%!important;
}
form#fs_creditCardInputForm .fs-c-inputInformation__button.fs-c-buttonContainer button {
  width: 170px;
}
body#fs_Checkout main {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 5%;
}
body#fs_Checkout main:after {
    content: "";
    display: block;
    clear: both;
}
div#fs_orderTotalContainer {
    border: 1px solid #ccc;
    width: 27%;
    float: right;
}
.fs-l-checkout__mainColumn {
    width: 70%;
    float: left;
}
#fs_Checkout .fs-c-totalAndActions.fs-c-checkout-preview {
  padding: 4%;
}
div#fs-buyerInfo-container,
div#fs-addressInfo-container,
div#fs-paymentList-container,
div#fs-deliveryInfo-container,
div#fs-orderContents-container {
    border: 1px solid #ccc;
    padding: 2%;
    margin-bottom: 3%;
}
body#fs_Checkout main h2 {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
body#fs_Checkout div#fs_orderTotalContainer h2 {
  padding-top: 10px;
  margin: 0 auto;
  margin-bottom: 10px;
}
table.fs-c-orderTotalTable th,
table.fs-c-orderTotalTable td {
    letter-spacing: 0;
    font-weight: 300;
}
tr.fs-c-orderTotalTable__grandTotal {
    line-height: 1.8;
}
tr.fs-c-orderTotalTable__grandTotal td {
    font-size: 1.2rem!important;
}
table.fs-c-orderTotalTable tr {
    border-bottom: 1px solid #ccc;
}
div#fs_button_placeOrder button {
    background: #233961;
    color: white;
    font-size: 14px;
    width: 100%;
    padding: 20px 0;
    margin-top: 20px;
    text-align: center;
    transition: 0.4s;
    border: none;
    box-shadow: 2px 2px 4px 0px #b3b3b3;
}
button.fs-c-button--confirmOrder.fs-c-button--primary {
  border: none;
}
div#fs_button_placeOrder button:hover {
    background: white;
    color: #233961;
    outline: 1px solid #233961;
}
.btn-checkout-back a {
    box-shadow: 2px 2px 4px 0px #b3b3b3;
}
.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--purchaseHere a {
    position: relative;
}
.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--purchaseHere a span {
    font-size: 0!important;
}
.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--purchaseHere a span:after {
    content: "ご購入手続きへ";
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.fs-c-checkout-customerInfo__name,
.fs-c-checkout-destination__name {
  font-size: 1.2rem!important;
}
body#fs_Checkout main ul li {
  line-height: 1.4;
  font-weight: 300;
}
div#fs_button_changeBuyer {
    text-align: right;
}
button.fs-c-button--change--small.fs-c-button--standard {
    padding: 10px 40px;
    background: #233961;
    color: white;
    font-size: 14px;
    transition: 0.4s;
    border: none;
    box-shadow: 2px 2px 4px 0px #b3b3b3;
}
button.fs-c-button--change--small.fs-c-button--standard:hover {
    background: white;
    color: #233961;
    outline: 1px solid #233961;
}
.fs-c-checkout-paymentInfo__body.fs-c-checkout-preview__body p {
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.fs-c-radio__radioLabelText {
    flex-grow: 1;
    font-size: 14px;
    letter-spacing: 1px;
}
.fs-c-checkout-delivery__method p {
    font-size: 14px;
    line-height: 1.6;
}
div#fs-deliveryInfo-container button {
    display: none;
}
.fs-c-checkout-delivery__method p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
    font-weight: 300;
}
#fs_Checkout .fs-c-returnedSpecialContract {
    margin-left: 0;
}
#fs_Checkout th.fs-c-cartTable__headerCell.fs-c-cartTable__headerCell--subtotal:after {
    content: "(税込)";
    display: inline-block;
    font-size: 13px;
}

/* smp */

@media screen and (max-width: 770px) {
  .fs-l-cart__contentsArea {
    width: 94%;
  }
  #fs_Checkout .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal .fs-c-price__currencyMark,
  .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal .fs-c-price__currencyMark {
    font-size: 15px;
  }
  #fs_Checkout  td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal {
    right: -8px!important;
    bottom: 33px!important;
  }
  dd.fs-c-listedOptionPrice__price {
    position: static;
    left: none;
  }
  td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--product {
    padding-bottom: 30px;
  }
  .fs-c-cartTable__row {
    border: 1px solid #ccc;
    position: relative;
    padding-bottom: 10%;
  }
  /*td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
    position: absolute;
    bottom: -55px;
    right: 20px;
  }*/
  #fs-cartContent-container {
    width: 100%!important;
  }
  span.fs-c-listedProductName__selection__choice,
  dt.fs-c-listedOptionPrice__option {
    font-size: 12px;
  }
  td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal {
    float: right;
    position: absolute;
    right: -8px;
    bottom: 69px;
  }
  div#fs-totalsArea-wrapper {
  	width: 95%;
  	margin-left: 0;
  }
  td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
    position: absolute;
    bottom: 2%;
    right: 35%;
  }
  td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity:before {
    content: "数量";
    display: block;
    position: absolute;
    bottom: 8.5px;
    right: -25px;
  }
  td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--action {
    width: 55px;
    position: absolute;
    bottom: 3%;
    right: 4%;
  }
  .fs-c-continueShopping {
  	text-align: center;
  	margin: 10% 0;
  }
  #fs_ShoppingCart .fs-c-breadcrumb,
  #fs_CustomerDetails .fs-c-breadcrumb,
  #fs_Checkout .fs-c-breadcrumb {
    margin-top: 5%;
  }
  .fs-c-inputInformation__field {
    width: 95%;
    margin: 0 auto;
  }
  th.fs-c-inputTable__headerCell {
  	font-size: 12px;
  	padding: 8px 0 8px 0;
  }
  .fs-c-inputField__field {
    font-size: 12px;
  }
  #fs_CustomerDetails .fs-c-dropdown::after {
	right: 0;
  }
  .fs-l-checkout__mainColumn {
  	width: 95%;
  	float: none;
  	margin: 0 auto;
  }
  div#fs_orderTotalContainer {
  	width: 95%;
  	float: none;
  	margin: 0 auto;
  }
  body#fs_Checkout main ul li {
  	font-size: 14px;
  	line-height: 1.6;
  }
  div#fs_button_changeShippingAddress {
    position: absolute;
    right: 5%;
  }
  div#fs-addressInfo-container {
    height: 145px;
  }
  .fs-c-cartTable__dataCell--point::before, .fs-c-cartTable__dataCell--quantity::before, .fs-c-cartTable__dataCell--subtotal::before {
  	margin-right: 0;
  }
  .fs-c-orderTotalTable th,
  .fs-c-orderTotalTable td {
  	font-size: 12px;
  }
  span.fs-c-price {
    font-size: 12px;
  }
  .fs-c-radio__radioMark {
  	width: 10px;
  	height: 10px;
  	min-width: 10px;
  }
  .modaal-container {
  	margin-top: 15%!important;
  }
  .fs-c-cartTable__dataCell--point::before, .fs-c-cartTable__dataCell--quantity::before, .fs-c-cartTable__dataCell--subtotal::before {
    display: none;
  }
  dl.fs-c-listedOptionPrice:after {
    content: "合計額";
    font-size: 14px;
    position: relative;
    bottom: 0px;
  }
}



/* SHOP LIST
   ========================================================================== */

.mv-shop .box h3 {
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    color: #253861;
    margin-top: 100px;
    margin-bottom: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mv-shop .box h4 {
  font-size: 24px;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 130px;
  color: #1a1a1a;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
.main-shop {
  background: #f7f7f7;
  padding-top: 100px;
}
.main-shop .box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.main-shop .box h5 {
  font-size: 24px;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 130px;
  color: #1a1a1a;
  font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
.main-shop .box ul {
  font-size: 0;
  padding-bottom: 140px
}
.main-shop .box ul li {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  font-size: 14px;
  letter-spacing: 1px;
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  position: relative;
}
.main-shop .box ul li:nth-child(odd) {
  margin-right: 60px;
}
.main-shop .box ul li:nth-child(n + 3) {
  border-top: none;
}
.main-shop .box ul li a {
  text-decoration: none;
  color: #1a1a1a;
  display: block;
  padding: 50px 0;
}
.main-shop .box ul li a:after {
    content: "";
    width: 14px;
    height: 35px;
    background: url(https://hanabishi4129.itembox.design/item/img/shop/shop-arrow.png)no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    right: 0;
    bottom: 38px;
    width: 14px;
}

.main-shop-detail {
  background: #f7f7f7;
  padding-top: 100px;
    padding-bottom: 150px;
}
.main-shop-detail .box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: white;
  padding: 50px;
}
.main-shop-detail .box:after {
  content: "";
  display: block;
  clear: both;
}
.main-shop-detail .box .shop-img {
  width: 50%;
  float: left;
  font-size: 0;
}
.main-shop-detail .box .shop-info {
  width: calc(50% - 50px);
  font-size: 0;
  float: left;
  margin-left: 50px;
}
.main-shop-detail .box .shop-img img {
  width: 100%;
}
.main-shop-detail .box .shop-info dl dt,
.main-shop-detail .box .shop-info dl dd {
  font-size: 14px;
}
.main-shop-detail .box .shop-info h5 {
  font-size: 18px;
  letter-spacing: 3px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 70px;
  margin-bottom: 50px;
  font-weight: bold;
  font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
.main-shop-detail .box .shop-info dl dt {
  width: 27%;
  display: inline-block;
  vertical-align: top;
}
.main-shop-detail .box .shop-info dl dd p {
  line-height: 1.6;
  letter-spacing: 1px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.main-shop-detail .box .shop-info dl dd {
    position: relative;
    bottom: 4px;
    display: inline-block;
    vertical-align: top;
    width: 345px;
}
.main-shop-detail .box .shop-info dl .item {
    font-size: 12px;
    background: #f7f7f7;
    line-height: 1.6;
    color: #253861;
    padding: 20px;
    margin-bottom: 50px;
    margin-top: 10px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.main-shop-detail .box .shop-info dl dd span {
  letter-spacing: 1px;
}
.main-shop-detail .box .shop-info dl:nth-of-type(1) {
  border-bottom: 1px solid #ebebeb;
}
.main-shop-detail .box .shop-info dl:nth-of-type(1) dt {
    height: 80px;
}
.main-shop-detail .box .shop-info dl:nth-of-type(1) dd .item {
  background: #f7f7f7;
  padding: 20px 20px 15px 20px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.main-shop-detail .box .shop-info dl:nth-of-type(1) dd .item p {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #253861;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-shop-detail .box .shop-info dl:nth-of-type(1) dd p {
  padding-bottom: 10px;
}
.main-shop-detail .box .shop-info dl:nth-of-type(1) dd span {
  font-size: 12px;
  color: #1a1a1a;
  opacity: 0.6;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.main-shop-detail .box .shop-info dl:nth-of-type(1) dt h6 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.main-shop-detail .box .shop-info dl:nth-of-type(2) {
  border-bottom: 1px solid #ebebeb;
  padding: 50px 0;
}
.main-shop-detail .box .shop-info dl:nth-of-type(2) dt h6 {
  font-size: 14px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.main-shop-detail .box .shop-info dl h6 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.main-shop-detail .box .shop-info dl:nth-of-type(2) dd span {
  font-size: 12px;
  opacity: 0.6;
  line-height: 1.6;
  font-feature-settings: "palt";
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.main-shop-detail .box .shop-info dl:nth-of-type(3) dd span {
    font-size: 12px;
    opacity: 0.6;
    line-height: 1.6;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.main-shop-detail .box .shop-info dl:nth-of-type(2) dd p {
  margin-bottom: 10px;
}
.main-shop-detail .box .shop-info dl:nth-of-type(3) dd p {
  margin-bottom: 10px;
}
.main-shop-detail .box .shop-info dl:nth-of-type(3) {
  border-bottom: 1px solid #ebebeb;
  padding: 50px 0;
}
.main-shop-detail .box .shop-info dl:nth-of-type(3) dt h6 {
  font-weight: bold;
}
.main-shop-detail .box .shop-info dl:nth-of-type(4) {
  border-bottom: 1px solid #ebebeb;
  padding: 50px 0;
}
.main-shop-detail .box .shop-info dl:nth-of-type(4) dt h6 {
  font-weight: bold;
}
.main-shop-detail .box .shop-info dl:nth-of-type(4) dd .map a {
  display: block;
  color: white;
  background: black;
  width: 100%;
  max-width: 240px;
  text-decoration: none;
  padding: 15px 0;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.4s;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.main-shop-detail .box .shop-info dl:nth-of-type(4) dd .map a:hover {
  background: white;
  color: black;
  outline: 1px solid #313131;
}
.main-shop-detail .box .shop-info dl:nth-of-type(5) {
  padding: 50px 0;
}
.main-shop-detail .box .shop-info dl:nth-of-type(5) dt h6 {
  font-weight: bold;
}
.main-shop-detail .box .shop-info dl:nth-of-type(5) dd p {
  line-height: 1.6;
  margin-bottom: 20px;
}
.main-shop-detail .box .shop-info dl:nth-of-type(5) dd .item {
  background: #f7f7f7;
  color: #253861;
  font-weight: bold;
}
.main-shop-detail .box .shop-info dl:nth-of-type(5) dd .item p {
  padding: 20px;
  font-size: 12px;
}
.main-shop-detail .map-img {
  margin-top: 40px;
}
.main-shop-detail .map-img img {
  width: 100%;
}

/* smp */

@media screen and (max-width: 770px) {
  .main-shop-detail .box .shop-info dl:nth-of-type(2) dt h6 {
      font-size: 14px;
      font-weight: bold;
      line-height: 1.6;
  }
  .mv-shop .box h3 {
      margin-top: 10%;
      margin-bottom: 5%;
  }
  .mv-shop .box h4 {
      font-size: 18px;
      margin-bottom: 5%;
  }
  .main-shop .box ul li a {
    padding: 20px 0;
  }
  .main-shop .box ul li:nth-child(odd) {
      margin-right: 5%;
  }
  .main-shop .box ul {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .main-shop .box ul li a:after {
      bottom: 18px;
      width: 8px;
      height: 20px;
  }
  .main-shop .box h5 {
    padding-top: 10%;
    margin-bottom: 7%;
    font-size: 18px;
  }
  .main-shop {
    padding-top: 0;
  }
  .main-shop .box {
      padding-bottom: 10%;
  }
  .main-shop-detail {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .main-shop-detail .box {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .main-shop-detail .box .shop-img,
  .main-shop-detail .box .shop-info {
    width: 90%;
      float: none;
      margin: 0 auto;
      margin-top: 5%;
  }
  .main-shop-detail .box .shop-info h5 {
    font-size: 16px;
    padding-bottom: 7%;
    margin-bottom: 5%;
  }
  .main-shop-detail .box .shop-info dl:nth-of-type(1) dd .item {
    margin-bottom: 5%;
    margin-top: 5%;
  }
  .main-shop-detail .box .shop-info dl:nth-of-type(2) {
    padding: 5% 0;
  }
  .main-shop-detail .box .shop-info dl:nth-of-type(2) dt {
      height: auto;
  }
  .main-shop-detail .box .shop-info dl:nth-of-type(3),
  .main-shop-detail .box .shop-info dl:nth-of-type(4),
  .main-shop-detail .box .shop-info dl:nth-of-type(5) {
    padding: 5% 0;
  }
  .main-shop-detail .box .shop-info dl dd p {
    font-size: 12px;
  }
  .main-shop-detail .box .shop-info dl:nth-of-type(4) dd .map a {
    max-width: 170px;
    padding: 10px 0;
    font-size: 12px;
  }
  .main-shop-detail .map-img {
    margin-top: 5%;
  }
  .main-shop-detail .box .shop-img {
    padding-top: 5%;
  }
  .main-shop-detail .box .shop-info dl dd {
    width: 73%;
  }
  .main-shop-detail .box .shop-info dl .item {
    margin-bottom: 5%;
  }
  .main-shop-detail .box .shop-info dl dd {
    bottom: 2px;
  }
}

/* LINING
   ========================================================================== */

section.mv-lining .box {
  padding-bottom: 120px;
}
section.mv-lining .box h3 {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
    font-size: 14px;
    font-weight: 300;
    color: #253861;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 100px;
    margin-bottom: 50px;
}
section.mv-lining .box h4 {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    font-size: 24px;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 300;
    margin-bottom: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section.mv-lining .box p {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 2.0;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section.mv-lining .box p.cap {
    font-size: 14px;
    margin-top: 20px;
}

section.main-lining-free {
  background: #f7f7f7;
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
}
section.main-lining-free .box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
section.main-lining-free .box h4 {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
    padding-top: 100px;
    padding-bottom: 70px;
    letter-spacing: 2px;
}
section.main-lining-free .box h4 span {
  font-size: 14px;
  opacity: 0.6;
  letter-spacing: 1px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
section.main-lining-free .box ul {
  font-size: 0;
}
section.main-lining-free .box ul li {
  display: inline-block;
  width: 13.7%;
  font-size: 12px;
  margin-bottom: 60px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
section.main-lining-free .box ul li span {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
    font-size: 12px;
    font-weight: 300;
}
section.main-lining-free .box ul li img {
  width: 100%;
  margin-bottom: 30px;
}
section.main-lining-free .box ul li div.color {
  background: #1a1a1a;
  width: 100%;
  border-radius: 10px;
  color: white;
  padding: 2px 0;
  margin-top: 30px;
  text-align: center;
}
section.main-lining-free .box ul li:not(:nth-child(6n)) {
  margin-right: 3.5%;
}
section.main-lining-toll {
  background: #f7f7f7;
}
section.main-lining-toll .top-box h4 {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
    padding-top: 100px;
    padding-bottom: 70px;
    letter-spacing: 2px;
}
section.main-lining-toll .top-box h4 span {
  font-size: 14px;
  opacity: 0.6;
  letter-spacing: 1px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
section.main-lining-toll .top-box p {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 2.0;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section.main-lining-toll .top-box p.cap {
  font-size: 14px;
  opacity: 0.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif!important;
}
section.main-lining-toll .top-box {
  padding-bottom: 70px;
}
section.main-lining-toll .box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
	padding-bottom: 40px;
}
section.main-lining-toll .box h5 {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    font-size: 18px;
    padding-bottom: 50px;
    margin-bottom: 70px;
    letter-spacing: 1px;
    border-bottom: 1px solid #888888;
}
section.main-lining-toll .box ul {
  font-size: 0;
}
section.main-lining-toll .box ul li {
  display: inline-block;
  width: 13.7%;
  font-size: 12px;
  margin-bottom: 60px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
section.main-lining-toll .box ul li span {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
    font-size: 12px;
    font-weight: 300;
}
section.main-lining-toll .box ul li img {
  width: 100%;
  margin-bottom: 30px;
}
section.main-lining-toll .box ul li div.color {
  background: #1a1a1a;
  width: 100%;
  border-radius: 10px;
  color: white;
  padding: 2px 0;
  margin-top: 30px;
  text-align: center;
}
section.main-lining-toll .box ul li:not(:nth-child(6n)) {
  margin-right: 3.5%;
}
section.main-lining-toll {
  padding-bottom: 90px;
}
.fs-c-productSelection__name {
  margin-bottom: 10px;
}
dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-dropdown:after,
dd.fs-c-productSelection__selection:nth-of-type(6) .fs-c-dropdown:after {
    right: 272px;
    height: 26px;
    top: 2px;
    margin-top: 9px;
}
.safari dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-dropdown:after,
.safari dd.fs-c-productSelection__selection:nth-of-type(6) .fs-c-dropdown:after {
  height: 29px;
}
.safari dd.fs-c-productSelection__selection:nth-of-type(2) .fs-c-dropdown:after,
.safari dd.fs-c-productSelection__selection:nth-of-type(7) .fs-c-dropdown:after {
  height: 29px!important;
}
.safari dd.fs-c-productSelection__selection:nth-of-type(3) .fs-c-dropdown:after,
.safari dd.fs-c-productSelection__selection:nth-of-type(8) .fs-c-dropdown:after {
  height: 29px!important;
}
.safari dd.fs-c-productSelection__selection:nth-of-type(2),
.safari dd.fs-c-productSelection__selection:nth-of-type(7) {
  top: -49px!important;
}
.safari dd.fs-c-productSelection__selection:nth-of-type(3),
.safari dd.fs-c-productSelection__selection:nth-of-type(8) {
  top: -97px!important;
}
dd.fs-c-productSelection__selection:nth-of-type(1) select,
dd.fs-c-productSelection__selection:nth-of-type(6) select {
    width: 28%;
    font-size: 10px;
}
.fs-c-productSelection__field {
  position: relative;
}
dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-productSelection__field:nth-of-type(1),
dd.fs-c-productSelection__selection:nth-of-type(2) .fs-c-productSelection__field:nth-of-type(1),
dd.fs-c-productSelection__selection:nth-of-type(3) .fs-c-productSelection__field:nth-of-type(1),
dd.fs-c-productSelection__selection:nth-of-type(6) .fs-c-productSelection__field:nth-of-type(1),
dd.fs-c-productSelection__selection:nth-of-type(7) .fs-c-productSelection__field:nth-of-type(1),
dd.fs-c-productSelection__selection:nth-of-type(8) .fs-c-productSelection__field:nth-of-type(1) {
  width: 42%;
}
dt.fs-c-productSelection__name:nth-of-type(2),
dt.fs-c-productSelection__name:nth-of-type(3),
dt.fs-c-productSelection__name:nth-of-type(7),
dt.fs-c-productSelection__name:nth-of-type(8) {
    display: none;
}
dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-productSelection__field:after,
dd.fs-c-productSelection__selection:nth-of-type(6) .fs-c-productSelection__field:after {
    content: "年";
    display: block;
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 14px;
}
dd.fs-c-productSelection__selection:nth-of-type(2) .fs-c-productSelection__field:after,
dd.fs-c-productSelection__selection:nth-of-type(7) .fs-c-productSelection__field:after {
    content: "月";
    display: block;
    position: absolute;
    right: 20px;
    top: 17px;
    font-size: 14px;
}
dd.fs-c-productSelection__selection:nth-of-type(1) select,
dd.fs-c-productSelection__selection:nth-of-type(2) select,
dd.fs-c-productSelection__selection:nth-of-type(3) select,
dd.fs-c-productSelection__selection:nth-of-type(6) select,
dd.fs-c-productSelection__selection:nth-of-type(7) select,
dd.fs-c-productSelection__selection:nth-of-type(8) select,
.android select#optionWithPrice_7,
.android select#optionWithPrice_8,
.android select#optionWithPrice_9,
.android select#optionWithPrice_10,
.android select#optionWithPrice_11 {
    font-size: 14px;
    padding-left: 10px!important;
}
dd.fs-c-productSelection__selection:nth-of-type(1) select,
dd.fs-c-productSelection__selection:nth-of-type(6) select {
  width: 20%;
  margin-left: 0px;
}
dd.fs-c-productSelection__selection:nth-of-type(2) select,
dd.fs-c-productSelection__selection:nth-of-type(7) select {
    width: 12%;
    margin-left: 30px;
}
dd.fs-c-productSelection__selection:nth-of-type(3) select,
dd.fs-c-productSelection__selection:nth-of-type(8) select {
  width: 12%;
  margin-left: 10px;
}
dd.fs-c-productSelection__selection:nth-of-type(2) .fs-c-dropdown:after,
dd.fs-c-productSelection__selection:nth-of-type(7) .fs-c-dropdown:after {
    right: 270px;
    top: 11px;
}
dd.fs-c-productSelection__selection:nth-of-type(2),
dd.fs-c-productSelection__selection:nth-of-type(7) {
    position: relative;
    top: -45px;
    left: 90px;
}
dd.fs-c-productSelection__selection:nth-of-type(3),
dd.fs-c-productSelection__selection:nth-of-type(8) {
    position: relative;
    top: -90px;
    left: 196px;
}
dd.fs-c-productSelection__selection:nth-of-type(5) {
    margin-bottom: 10px;
}
dd.fs-c-productSelection__selection:nth-of-type(3) .fs-c-dropdown:after,
dd.fs-c-productSelection__selection:nth-of-type(8) .fs-c-dropdown:after {
    right: 290px;
    top: 11px;
}
dd.fs-c-productSelection__selection:nth-of-type(3) .fs-c-productSelection__field:after,
dd.fs-c-productSelection__selection:nth-of-type(8) .fs-c-productSelection__field:after {
    content: "日";
    display: block;
    position: absolute;
    right: 40px;
    top: 18px;
    font-size: 14px;
}
dt.fs-c-productSelection__name:nth-of-type(4) {
    margin-top: -82px;
}
dd.fs-c-productSelection__selection:nth-of-type(5) select {
    margin-left: 0;
    margin-top: 0!important;
}
dd.fs-c-productSelection__selection:nth-of-type(5) .fs-c-dropdown:after {
    right: 56px;
    height: 29px;
}
dd.fs-c-productOption__option:nth-of-type(7) select {
    margin-left: 24px;
}
dt.fs-c-productSelection__name:nth-of-type(9) {
    margin-top: -84px;
}
dd.fs-c-productSelection__selection:nth-of-type(10) select {
    margin-left: 0;
}
dd.fs-c-productSelection__selection:nth-of-type(10) .fs-c-dropdown:after {
    right: 56px;
    top: 11px;
}
/*dd.fs-c-productSelection__selection:nth-of-type(5):after {
  content: "";
  display: block;
  width: 116%!important;
  border-bottom: 1px solid #ccc;
  position: relative;
  bottom: -97px;
  margin-left: -9%;
  padding-bottom: 10px;
}*/

/* smp */

@media screen and (max-width: 770px) {
  ul.breadcrumb {
    margin-left: 5%;
  }
  section.mv-lining .box h3 {
    margin-top: 10%;
    margin-bottom: 5%;
  }
  section.mv-lining .box h4 {
      font-size: 18px;
      line-height: 1.8;
      margin-bottom: 5%;
      letter-spacing: 2px;
  }
  section.mv-lining .box p {
      font-size: 14px;
      width: 90%;
      margin: 0 auto;
      margin-bottom: 10px;
      letter-spacing: 0px;
  }
  section.main-lining-free .box h4 span,
  section.main-lining-toll .top-box h4 span {
    font-size: 12px;
  }
  section.mv-lining .box {
    padding-bottom: 10%;
  }
  section.main-lining-free .box h4 {
    padding-top: 10%;
    padding-bottom: 7%;
    font-size: 20px!important;
  }
  section.mv-lining .box p.cap {
    font-size: 12px;
  }
  section.main-lining-free .box ul li:not(:nth-child(6n)) {
    margin-right: 0;
  }
  section.main-lining-free .box ul li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  section.main-lining-free .box ul li {
    width: 48%;
    vertical-align: top;
      margin-bottom: 10%;
  }
  section.main-lining-free .box ul {
    width: 90%;
    margin: 0 auto;
  }
  section.main-lining-free .box ul li img {
    margin-bottom: 7%;
  }
  section.main-lining-free .box ul li div.color {
    margin-top: 7%;
    font-size: 12px;
  }
  section.main-lining-free {
    padding-bottom: 5%;
  }
  section.main-lining-toll .top-box h4 {
    padding-top: 10%;
    font-size: 20px;
    padding-bottom: 7%;
  }
  section.main-lining-toll .top-box p {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    letter-spacing: 1px;
  }
  section.main-lining-toll .top-box p.cap {
    font-size: 12px;
  }
  section.main-lining-toll .top-box {
    padding-bottom: 5%;
  }
  section.main-lining-toll .box {
    width: 90%;
    margin: 0 auto;
  }
  section.main-lining-toll .box h5 {
    padding-bottom: 5%;
    margin-bottom: 7%;
  }
  section.main-lining-toll .box ul li {
    width: 48%;
    margin-bottom: 10%;
    vertical-align: top;
  }
  section.main-lining-toll .box ul li:not(:nth-child(6n)) {
    margin-right: 0;
  }
  section.main-lining-toll .box ul li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  section.main-lining-toll .box ul li div.color {
    font-size: 12px;
    margin-top: 8%;
  }
  section.main-lining-toll .box ul li img {
    margin-bottom: 8%;
  }
  section.main-lining-toll {
    padding-bottom: 10%;
  }
.safari #option_1,
.safari #option_2,
.safari #option_3,
.safari #option_6,
.safari #option_7,
.safari #option_8,
.safari #optionWithPrice_7,
.safari #optionWithPrice_8,
.safari #optionWithPrice_9,
.safari #optionWithPrice_10,
.safari #optionWithPrice_11 {
  font-size: 14px!important;
  transform: scale(0.86)!important;
  margin-top: 8px;
  padding-left: 8px!important;
}
.safari #option_1,
.safari #option_2,
.safari #option_3 {
  margin-left: -4%!important;
}
.safari #optionWithPrice_8,
.safari #optionWithPrice_9,
.safari #optionWithPrice_10,
.safari #optionWithPrice_11 {
  width: 216px;
  margin-left: -1%!important;
}
.safari #option_5,
.safari select#option_10 {
  font-size: 16px!important;
  transform: scale(0.86)!important;
  width: 110%!important;
  margin-left: -8%!important;
  margin-top: 8px!important;
}
#optionWithPrice_7 {
    font-size:  14px;
}
section.option-main .item-middle ul li.jacket-h {
        height: 1138px!important;
}
.fs-c-productOption .input-box:nth-of-type(14) dd {
    padding-bottom:  80px!important;
}
.fs-c-productOption .input-box:nth-of-type(11) {
    margin-top:  -135px;
}
.safari #optionWithPrice_7, .safari #optionWithPrice_8, .safari #optionWithPrice_9, .safari #optionWithPrice_10, .safari #optionWithPrice_11 {
    width:  221px!important;
}
.safari #optionWithPrice_7 {
  width: 216px;
  font-size: 16px!important;
  transform: scale(0.86)!important;
  margin-left: -1%!important;
}
.safari select#optionWithPrice_1,
.safari select#optionWithPrice_2,
.safari select#optionWithPrice_3,
.safari select#optionWithPrice_4,
.safari select#optionWithPrice_5,
.safari select#optionWithPrice_6,
.safari select#optionWithPrice_12 {
  width: 215px;
  font-size: 16px!important;
  transform: scale(0.86)!important;
  margin-left: -1%!important;
}
.safari dl.fs-c-productOption dd:nth-of-type(1) .fs-c-dropdown::after {
  top: 11px;
}
.safari .fs-c-productOption .input-box:nth-of-type(16) .fs-c-dropdown::after {
  top: 13px!important;
}
.safari .input-box:nth-of-type(18) .fs-c-dropdown::after {
  top: 13px!important;
}
.safari .fs-c-productOption .input-box:nth-of-type(14) .fs-c-dropdown::after {
  top: 13px;
}
.safari .fs-c-productOption .input-box:nth-of-type(14) .fs-c-dropdown::after {
  top: 13px;
  right: 19px!important;
}
.input-box:nth-of-type(22) .fs-c-dropdown::after,
.input-box:nth-of-type(24) .fs-c-dropdown::after {
  top: 13px!important;
}
.safari .input-box:nth-of-type(2) dd.fs-c-productSelection__selection:nth-of-type(1) select,
.safari dd.fs-c-productSelection__selection:nth-of-type(6) select,
.safari select#option_6 {
  width: 60px!important;
  margin-bottom: -1px!important;
}
.safari .input-box:nth-of-type(4) dd.fs-c-productSelection__selection:nth-of-type(1) select,
.safari .input-box:nth-of-type(14) dd.fs-c-productSelection__selection:nth-of-type(1) select,
.safari .input-box:nth-of-type(6) dd.fs-c-productSelection__selection select,
.safari .input-box:nth-of-type(16) dd.fs-c-productSelection__selection select,
.safari select#option_7,
.safari select#option_8,
.input-box:nth-of-type(16) dd.fs-c-productSelection__selection {
  width: 43px!important;
}
.safari section.option-main ul li.jacket-h {
  height: 1131px!important;
}
.safari .fs-c-productOption .input-box:nth-of-type(10) .fs-c-dropdown:after {
  top: 11px!important;
}
.safari .input-box:nth-of-type(12) .fs-c-dropdown::after {
  top: 13px!important;
}
.safari section.option-main ul li.pants-h {
  height: 329px!important;
}
}

/* BUTTON
   ========================================================================== */

.mv-button h3 {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
    font-size: 14px;
    font-weight: 300;
    color: #253861;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 100px;
    margin-bottom: 50px;
}
.mv-button h4 {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    font-size: 24px;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 300;
    margin-bottom: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mv-button .box p {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 2.0;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*.fs-c-productQuantityAndWishlist {
        margin-left: -45%;
}*/
.mv-button .box p.cap,
.mv-size .box p.cap {
    font-size: 14px;
    margin-top: 20px;
}
section.main-button-free {
    background: #f7f7f7;
    padding-bottom: 100px;
}
.fs-c-productActionButton.fs-c-buttonContainer {
        top: 5px!important;
}
section.main-button-free h4 {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section.main-button-free h4 span {
    font-size: 14px;
    opacity: 0.6;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
section.main-button-free .box {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
section.main-button-free .box {
    padding-top: 100px;
}
section.main-button-free .box h4 {
    text-align: center;
    padding-bottom: 70px;
}
section.main-button-free .box h5 {
    font-size: 18px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #888888;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
section.main-button-free .box ul.item {
    font-size: 0;
}
section.main-button-free .box ul.item li:not(:nth-child(6n)) {
    margin-right: 3.5%;
}
section.main-button-free .box ul.item li {
    display: inline-block;
    width: 13.7%;
    font-size: 12px;
    margin-bottom: 60px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
section.main-button-free .box ul.item li img {
    margin-bottom: 30px;
}
section.main-button-free .box ul.item li span,
section.main-button-toll .box ul.item li span {
    font-size: 12px;
    color: #253861;
    font-weight: 300;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
}
section.main-button-free .box ul.item li div.color {
    background: #1a1a1a;
    color: white;
    border-radius: 8px;
    margin-top: 25px;
    padding: 2px 0;
    text-align: center;
}
section.main-button-free .box ul.item li:last-child {
    margin-bottom: 0;
}
section.main-button-toll {
    background: #f7f7f7;
    border-top: 1px solid #ebebeb;
}
section.main-button-toll .box h4 {
    text-align: center;
    padding-bottom: 70px;
    font-size: 24px;
    padding-top: 100px;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
section.main-button-toll .box h4 span {
    font-size: 14px;
    opacity: 0.6;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
section.main-button-toll .box {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 40px;
}
section.main-button-toll .box h5 {
    font-size: 18px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #888888;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
section.main-button-toll .box ul.item-top {
  font-size: 0;
  margin-bottom: 70px;
}
section.main-button-toll .box ul.item-top li {
  display: inline-block;
  vertical-align: top;
}
section.main-button-toll .box ul.item-top li img {
  width: 100%;
}
section.main-button-toll .box ul.item-top li p {
    font-size: 14px;
    line-height: 2.4;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
section.main-button-toll .box ul.item-top li:first-child {
    width: 65%;
}
section.main-button-toll .box ul.item-top li:last-child {
    width: 100%;
    /*margin-left: 4%;*/
}
section.main-button-toll .box ul.item {
  font-size: 0;
}
section.main-button-toll .box ul.item li:not(:nth-child(6n)) {
    margin-right: 3.5%;
}
section.main-button-toll .box ul.item li img {
    margin-bottom: 30px;
}
section.main-button-toll .box ul.item li {
    display: inline-block;
    width: 13.7%;
    font-size: 12px;
    margin-bottom: 60px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
section.main-button-toll .box ul.item li div.color {
    background: #1a1a1a;
    color: white;
    border-radius: 8px;
    margin-top: 25px;
    padding: 2px 0;
    text-align: center;
}
section.main-button-toll .box:nth-of-type(2) ul.item-top li:first-child {
    width: 65%;
}
section.main-button-toll .box:nth-of-type(2) ul.item-top li:last-child {
    width: 100%;
    /*margin-left: 4%;*/
}
section.main-button-toll .box:nth-of-type(2) {
    padding-bottom: 100px;
}
section.mv-button .box {
  padding-bottom: 115px;
}

/* maintenance */

.maintenance .box h4 {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    font-size: 24px;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 300;
    margin-bottom: 50px;
    margin-top: 100px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.maintenance .box p {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 2.0;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.maintenance .box p:first-of-type {
  margin-bottom: 30px;
}
.maintenance .box {
    padding-bottom: 120px;
}
#fs_StoreClosed #nav-drawer {
    visibility: hidden;
}
#fs_StoreClosed .cart-box {
    visibility: hidden;
}
#fs_StoreClosed .footer-bottom-wrap .item ul:first-child {
    visibility: hidden;
}
@media screen and (max-width: 768px) {
	#fs_StoreClosed .maintenance .box h4 {
		margin-top: 10%;
		margin-bottom: 10%;
		font-size: 18px;
    line-height: 1.8;
    margin-bottom: 5%;
    letter-spacing: 2px;
	}
	#fs_StoreClosed .maintenance .box p {
		font-size: 14px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
    letter-spacing: 0px;
	}
	#fs_StoreClosed .footer-bottom-wrap {
		margin-bottom: 0!important;
	}
}

/* smp */

@media screen and (min-width: 540px) and (max-width: 770px) {
  .main-tradition .box-item ul li h6 {
    padding-top: 30px;
  }
  section.main-button-free .box ul.item li,
  section.main-button-toll .box ul.item li,
  section.main-lining-free .box ul li,
  section.main-lining-toll .box ul li,
  section.main-tradition .box ul li {
    width: 30.5%!important;
  }
  section.main-button-free .box ul li:not(:nth-child(2n)),
  section.main-button-toll .box ul li:not(:nth-child(2n)),
  section.main-lining-free .box ul li:not(:nth-child(2n)),
  section.main-lining-toll .box ul li:not(:nth-child(2n)),
  section.main-tradition .box ul li:not(:nth-child(2n)) {
    margin-right: 0!important;
  }
  section.main-tradition .box ul li:not(:nth-child(3n)) {
    /*margin-right: 4%!important;*/
  }
  section.main-lining-free .box ul li:not(:nth-child(3n)),
  section.main-lining-toll .box ul li:not(:nth-child(3n)),
  section.main-button-free .box ul li:not(:nth-child(3n)),
  section.main-button-toll .box ul li:not(:nth-child(3n)) {
    margin-right: 4%!important;
  }
  section.main-button-free .box ul li:not(:nth-child(odd)),
  section.main-button-toll .box ul li:not(:nth-child(odd)),
  section.main-lining-free .box ul li:not(:nth-child(odd)),
  section.main-lining-toll .box ul li:not(:nth-child(odd)),
  section.main-tradition .box ul li:not(:nth-child(odd)) {
    margin-left: 0!important;
  }
  section.main-lining-free .box ul li:not(:nth-child(3n)),
  section.main-lining-toll .box ul li:not(:nth-child(3n)),
  section.main-tradition .box ul li:not(:nth-child(3n)) {
    /*margin-right: 4%!important;*/
  }
  .main-tradition .box ul:after {
    content: "";
    display: block;
    width: 30.5%;
    height: 0;
  }
  .main-tradition .box ul li:not(:nth-child(4n)) {
    margin-right: 0!important;
  }
  .main-tradition .box ul {
    margin-left: 0;
  }
  .main-tradition .box {
    width: 90%;
  }
  .option-box-wrap .option-box ul {
    width: 48%;
    display: inline-block;
  }
  .option-box-wrap .option-box ul:nth-of-type(1) {
    margin-right: 3%;
  }
  .note-wrap .box-item ul li .btn {
    float: right!important;
  }
  #nav-content ul li p:nth-child(1) {
    font-size: 16px;
  }
  #nav-content ul li p:nth-of-type(2) {
    font-size: 16px;
  }
  #nav-content ul li span {
    width: 50px;
    margin-right: 25px;
  }
  #nav-content ul li p:nth-child(1) {
    margin-right: 35px;
  }
  dd.fs-c-productSelection__selection:nth-of-type(1) select {
    width: 120px!important;
  }
  dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-dropdown::after {
    right: 36%!important;
  }
  .safari dd.fs-c-productSelection__selection:nth-of-type(2), .safari dd.fs-c-productSelection__selection:nth-of-type(7) {
    left: 144px;
    top: -47px!important;
  }
  .safari #option_2,
  .safari #option_3 {
    margin-left: 1%!important;
  }
  dd.fs-c-productSelection__selection:nth-of-type(2) select, dd.fs-c-productSelection__selection:nth-of-type(7) select {
    width: 70px;
  }
  dd.fs-c-productSelection__selection:nth-of-type(3), dd.fs-c-productSelection__selection:nth-of-type(8) {
    left: 270px;
  }
  .safari dd.fs-c-productSelection__selection:nth-of-type(2) .fs-c-dropdown:after, .safari dd.fs-c-productSelection__selection:nth-of-type(7) .fs-c-dropdown:after,
  .safari dd.fs-c-productSelection__selection:nth-of-type(3) .fs-c-dropdown:after, .safari dd.fs-c-productSelection__selection:nth-of-type(8) .fs-c-dropdown:after {
    right: 101px!important;
    height: 25px!important;
  }
  dd.fs-c-productSelection__selection:nth-of-type(2) .fs-c-dropdown:after, dd.fs-c-productSelection__selection:nth-of-type(7) .fs-c-dropdown:after,
  dd.fs-c-productSelection__selection:nth-of-type(3) .fs-c-dropdown:after, dd.fs-c-productSelection__selection:nth-of-type(8) .fs-c-dropdown:after {
    right: 101px!important;
    height: 25px!important;
  }
  .safari dd.fs-c-productSelection__selection:nth-of-type(3), .safari dd.fs-c-productSelection__selection:nth-of-type(8) {
    top: -95px!important;
    left: 260px;
  }
  dd.fs-c-productSelection__selection:nth-of-type(3) .fs-c-productSelection__field:after, dd.fs-c-productSelection__selection:nth-of-type(8) .fs-c-productSelection__field:after {
    right: 75px;
  }
  dd.fs-c-productSelection__selection:nth-of-type(3) select, dd.fs-c-productSelection__selection:nth-of-type(8) select {
    width: 70px;
  }
  dd.fs-c-productSelection__selection:nth-of-type(2) .fs-c-productSelection__field:after, dd.fs-c-productSelection__selection:nth-of-type(7) .fs-c-productSelection__field:after {
    right: 75px;
    top: 17px;
  }
  .safari dd.fs-c-productSelection__selection:nth-of-type(3) select, .safari dd.fs-c-productSelection__selection:nth-of-type(8) select {
    width: 70px;
  }
  dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-productSelection__field:after {
    top: 17px!important;
    right: 40px!important;
  }
  input#option_4,
  #option_4 {
    height: 29px!important;
    font-size: 16px!important;
    transform: scale(0.86)!important;
    width: 115%!important;
    max-width: 115%!important;
    margin-left: -8%!important;
    margin-top: 8px!important;
  }
  .safari #option_5,
  #option_5 {
    width: 115%!important;
  }
  dd.fs-c-productSelection__selection:nth-of-type(5) .fs-c-dropdown:after {
    height: 25px;
    right: 3px!important;
    top: 11px;
  }
  .safari #optionWithPrice_7,
  #optionWithPrice_7 {
    margin-left: -2%!important;
    width: 100%!important;
    max-width: 103%!important;
  }
  .fs-c-productOption__option:nth-of-type(1) {
    padding-bottom: 0!important;
  }
  .safari #optionWithPrice_8,
  #optionWithPrice_8 {
    width: 102%!important;
    margin-left: -8px!important;
  }
  section.option-main .fs-c-productOption__option:nth-of-type(2) .fs-c-dropdown::after {
    right: 24px!important;
    height: 25px!important;
  }
  .safari section.option-main .fs-c-productOption__option:nth-of-type(2),
  section.option-main .fs-c-productOption__option:nth-of-type(2) {
    height: 41px!important;
    padding-bottom: 0;
    border-bottom: 0!important;
  }
  .safari #optionWithPrice_9,
  #optionWithPrice_9 {
    width: 102%!important;
    margin-left: -2%!important;
  }
  section.option-main .fs-c-productOption__option:nth-of-type(3) .fs-c-dropdown::after {
    height: 25px!important;
    right: 25px!important;
  }
  section.option-main .fs-c-productOption__option:nth-of-type(3) {
    height: 41px!important;
    padding-bottom: 0!important;
  }
  .safari #optionWithPrice_10,
  #optionWithPrice_10,
  .safari #optionWithPrice_11,
  #optionWithPrice_11 {
    width: 102%!important;
    margin-left: -2%!important;
  }
  section.option-main .fs-c-productOption__option:nth-of-type(4) .fs-c-dropdown::after {
    height: 25px;
    right: 25px!important;
  }
  section.option-main .fs-c-productOption__option:nth-of-type(4) {
    height: 41px!important;
    padding-bottom: 0!important;
  }
  section.option-main .fs-c-productOption__option:nth-of-type(5) .fs-c-dropdown::after {
    height: 25px!important;
    right: 25px!important;
  }
  section.option-main .fs-c-productOption__option:nth-of-type(5), section.option-main .fs-c-productOption__option:nth-of-type(6) {
    padding-bottom: 40px!important;
    height: 41px!important;
  }
  .safari section.option-main ul li.jacket-h,
  section.option-main ul li.jacket-h {
    height: 690px!important;
  }
  li.button-h {
    height: 194px!important;
  }
  .safari select#optionWithPrice_1,
  select#optionWithPrice_1 {
    width: 102%!important;
    margin-left: -2%!important;
  }
  section.option-main .fs-c-productOption__option:nth-of-type(6) .fs-c-dropdown::after {
    right: 24px!important;
    top: 13px;
    height: 25px;
  }
  li.lining-h {
    height: 207px!important;
  }
  dt.fs-c-productOption__name:nth-of-type(7),
  dd.fs-c-productOption__option:nth-of-type(7) {
    max-width: 100%!important;
  }
  .safari select#optionWithPrice_2,
  select#optionWithPrice_2,
  .safari select#optionWithPrice_3,
  select#optionWithPrice_3,
  .safari select#optionWithPrice_4,
  select#optionWithPrice_4,
  .safari select#optionWithPrice_5,
  select#optionWithPrice_5,
  .safari select#optionWithPrice_6,
  select#optionWithPrice_6,
  .safari select#optionWithPrice_12,
  select#optionWithPrice_12 {
    width: 102%!important;
    margin-left: -2%!important;
  }
  .safari li.jacket-length-h,
  li.jacket-length-h,
  .safari li.jacket-sleeve-h,
  li.jacket-sleeve-h,
  .safari li.pants-west-h,
  li.pants-west-h,
  .safari li.pants-bottom-h,
  li.pants-bottom-h {
    height: 104px!important;
  }
  section.option-main .fs-c-productOption__option:nth-of-type(7) .fs-c-dropdown:after {
    right: 24px!important;
    height: 25px!important;
    top: 13px!important;
  }
  section.option-main .fs-c-productOption__option:nth-of-type(8) .fs-c-dropdown:after {
    right: 24px!important;
    height: 25px!important;
    top: 13px!important;
  }
  section.option-main .fs-c-productOption__option:nth-of-type(9) .fs-c-dropdown:after, section.option-main .fs-c-productOption__option:nth-of-type(10) .fs-c-dropdown:after, section.option-main .fs-c-productOption__option:nth-of-type(11) .fs-c-dropdown:after, section.option-main .fs-c-productOption__option:nth-of-type(12) .fs-c-dropdown:after {
    height: 25px!important;
    right: 24px!important;
    top: 13px;
  }
  .fs-c-productQuantityAndWishlist {
    width: 29%!important;
  }
  .safari .fs-c-productActionButton.fs-c-buttonContainer,
  .fs-c-productActionButton.fs-c-buttonContainer {
    top: 2px;
  }
  .fs-c-cartTable__headerCell.fs-c-cartTable__headerCell--quantity,
  .fs-c-cartTable__headerCell.fs-c-cartTable__headerCell--subtotal,
  .fs-c-cartTable__headerCell.fs-c-cartTable__headerCell--action {
    display: none;
  }
  .fs-c-cartTable__row {
    border: 0!important;
  }
  .fs-c-cartTableContainer {
    margin-bottom: 3%;
  }
  .fs-c-cartTable__unitPrice {
    position: absolute;
    right: 60px;
    top: 2%;
  }
  dd.fs-c-listedOptionPrice__price {
    position: relative;
  }
  td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal {
    float: right;
    position: absolute;
    right: 28px;
    bottom: 76px;
    border: 0;
  }
  .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal .fs-c-price__currencyMark {
    top: 0;
  }
  td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
    bottom: 12px!important;
  }
  #fs_Checkout td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal {
    bottom: 76px;
  }
  #fs_Checkout td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
    bottom: 30px!important;
    right: 25%!important;
  }
  #fs_Checkout .fs-c-cartTable__unitPrice {
    right: 37px;
  }
  span.fs-c-price__price.fs-c-price__price--taxIncl {
    font-size: 16px;
    left: -8px;
  }
  div#fs-totalsArea-wrapper {
    width: 95.5%;
  }
  td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--product {
    padding-bottom: 70px;
  }
  td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--action {
    right: 38px;
    bottom: 15px;
    border: 0;
  }
  dd.fs-c-listedOptionPrice__price {
    left: 155px;
  }
  .fs-c-cartTable {
    position: relative;
  }
  td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
    bottom: 12px!important;
    border: 0;
    margin-right: -100px!important;
  }
  footer .box ul {
    padding-top: 5%!important;
  }
  footer .item-card ul li {
    max-width: 80px;
  }
  footer .footer-logo img {
    max-width: 260px;
  }
}

/* tablet */

@media screen and (max-width: 1156px) {
  .pc-img img {
    display: none;
  }
}
@media screen and (max-width: 1100px) and (min-width: 770px){
  .note-wrap .box-item,
  .option-box-wrap .option-box,
  .reco .box,
  .main-order .box-item,
  section.main-order .box,
  .main-tradition .box-item ul,
  .main-tradition .box,
  section.main-size .jacket-box ul,
  section.main-size .jacket-box .box-bottom,
  section.main-size .pants-box ul,
  section.main-size .pants-box .box-bottom,
  section.main-commerce .box,
  section.main-contact .box,
  section.main-button-free .box,
  section.main-button-toll .box,
  section.main-lining-free .box,
  section.main-lining-toll .box,
  .main-shop .box,
  .main-shop-detail .box,
  .mv-shop .info-box {
    width: 95%!important;
  }
  .mv-shop .info-box {
    max-width: calc(95% - 80px)!important;
  }
  .main-shop-detail .box .shop-info {
    margin-left: 3%;
    width: 44%;
  }
  .mv-order p.cap.f-left.ttl {
    width: 95%;
  }
  .mv-order p.cap.f-left {
    width: 95%;
  }
  .main-shop .box ul li:nth-child(odd) {
    margin-right: 6%;
  }
  .reco .box ul li:not(:last-child) {
    margin-right: 6.5%!important;
  }
  .main-shop-detail .box .shop-info dl:nth-of-type(2) dt,
  .main-shop-detail .box .shop-info dl:nth-of-type(3) dt,
  .main-shop-detail .box .shop-info dl:nth-of-type(4) dt,
  .main-shop-detail .box .shop-info dl:nth-of-type(5) dt {
    margin-bottom: 5%;
  }
  section.main-order .box ul li .item {
    bottom: 10px;
    width: 50%;
    text-align: right;
    margin-right: 26px;
  }
  .option-box-wrap {
    background: none!important;
  }
}

/* smp */

@media screen and (max-width: 770px) {
  section.mv-button .box h3 {
    margin-top: 10%;
    margin-bottom: 5%;
  }
  section.mv-button .box h4 {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 5%;
    letter-spacing: 2px;
  }
  .main-order .box-item .cap {
    text-align: center;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    text-align: center;
    font-size: 12px;
    width: 90%;
    letter-spacing: 0;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  section.mv-button .box p,
  section.mv-order .box p {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
    letter-spacing: 0px;
  }
  .mv-button .box p.cap,
  .mv-size .box p.cap,
  .mv-order .box p.cap {
    font-size: 12px;
  }
  section.mv-button .box {
    padding-bottom: 10%;
  }
  section.main-button-free .box h4 {
    padding-top: 10%;
    padding-bottom: 7%;
    font-size: 20px!important;
  }
  section.main-button-free .box {
    padding-top: 0;
    width: 90%;
    margin: 0 auto;
  }
  section.main-button-free .box h5 {
    padding-bottom: 5%;
    margin-bottom: 5%;
    font-size: 14px;
  }
  section.main-button-free .box ul.item li {
    width: 48%;
    vertical-align: top;
    margin-bottom: 10%;
  }
  section.main-button-free .box ul li:not(:nth-child(odd)) {
    margin-left: 4%;
  }
  section.main-button-free .box ul.item li:not(:nth-child(6n)) {
    margin-right: 0;
  }
  section.main-button-free .box ul.item li img {
    margin-bottom: 7%;
  }
  section.main-button-free .box ul.item li div.color {
    margin-top: 7%;
  }
  section.main-button-free .box:nth-of-type(1) {
    padding-bottom: 10%;
  }
  section.main-button-free {
    padding-bottom: 10%;
  }
  section.main-button-toll .box h4 {
    font-size: 20px;
    padding-top: 10%;
    padding-bottom: 7%;
  }
  section.main-button-toll .box {
    width: 90%;
    padding-bottom: 5%;
  }
  section.main-button-toll .box h5 {
    padding-bottom: 5%;
    margin-bottom: 5%;
    font-size: 14px;
  }
  section.main-button-toll .box ul.item-top li:first-child {
    width: 100%;
    margin-bottom: 5%;
  }
  section.main-button-toll .box ul.item-top li:last-child {
    width: 100%;
  }
  section.main-button-toll .box ul.item-top li {
    display: block;
  }
  section.main-button-toll .box ul.item-top li p {
    line-height: 1.8;
  }
  section.main-button-toll .box ul.item-top li:last-child {
    margin-left: 0!important;
  }
  section.main-button-toll .box ul.item-top {
    margin-bottom: 10%;
  }
  section.main-button-toll .box ul.item li {
    width: 48%;
    vertical-align: top;
    margin-bottom: 10%;
  }
  section.main-button-toll .box ul li:not(:nth-child(odd)) {
    margin-left: 4%;
  }
  section.main-button-toll .box ul.item li:not(:nth-child(6n)) {
    margin-right: 0;
  }
  section.main-button-toll .box ul.item li img {
    margin-bottom: 7%;
  }
  section.main-button-toll .box ul.item li div.color {
    margin-top: 7%;
  }
  section.main-button-free .box ul.item li:last-child {
    margin-bottom: 10%;
  }
  section.main-button-free {
    padding-bottom: 5%;
  }
  section.main-button-toll .box:nth-of-type(2) ul.item-top li:first-child {
    width: 100%;
  }
  section.main-button-toll .box:nth-of-type(2) ul.item-top li:last-child {
    width: 100%;
  }
  section.main-button-toll .box:nth-of-type(2) {
    padding-bottom: 5%;
  }
  .android section.option-main ul li.pants-h {
    height: 317px!important;
  }
  .android .input-box:nth-of-type(10):after {
    margin-left: -14px;
    padding-top: 126.5px;
  }
  .android .input-box:nth-of-type(20):after {
    padding-bottom: 96.5px!important;
  }
  .android section.option-main ul li.jacket-h {
    height: 920px!important;
  }
}

/* お問い合わせ
   ========================================================================== */

section.mv-contact .box h3 {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
    font-size: 14px;
    font-weight: 300;
    color: #253861;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 100px;
    margin-bottom: 50px;
}
section.mv-contact .box h4 {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    font-size: 24px;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 300;
    margin-bottom: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section.mv-contact .box p.cap {
    font-size: 14px;
    opacity: 0.6;
    margin-bottom: 100px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
section.mv-contact .box p {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 2.0;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section.main-contact {
    background: #f7f7f7;
}
section.main-contact .box {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 100px;
}
section.main-contact .box dl dd {
    width: 69%;
    display: inline-block;
    vertical-align: top;
    border-top: 1px solid #888888;
    height: 110px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="color"], input[type="date"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], input[list] {
  background: #f7f7f7!important;
  border: none!important;
}
section.main-contact .box dl dt {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
section.main-contact .box dl dt {
    font-size: 14px;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
        margin-top: 55px;
}
section.main-contact .box dl dt p span {
    color: #b20000;
    margin-left: 20px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="color"], input[type="date"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], input[list] {
    width: 100%!important;
    max-width: 100%!important;
    height: 110px;
    margin-bottom: 0!important;
}
input#option_4 {
    height: auto;
    border: 1px solid #ccc!important;
    background: white!important;
    margin-bottom: 10px!important;
}
dt.fs-c-productOption__name:nth-of-type(7) {
    position: static;
    width: 100%;
    max-width: 341px;
    top: 246px;
    padding-top: 16px!important;
    padding-left: 7%!important;
}
dl.fs-c-productSelection dt.fs-c-productSelection__name:nth-of-type(5) {
    margin-bottom: 10px;
}
textarea {
    width: 100%!important;
    max-width: 100%!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
textarea {
    -webkit-appearance: none;
    overflow: auto;
    border-radius: 0!important;
    border: none!important;
    height: 200px!important;
    margin: 20px 0;
}
section.main-contact .box dl dd:last-of-type {
    height: auto;
    border-bottom: 1px solid #888888;
}
input[type="submit"] {
    background: black;
    color: white;
    font-size: 14px;
    width: 100%;
    max-width: 430px;
    height: 90px;
    text-align: center;
    margin-left: auto;
    margin-top: 40px;
	margin-right: 5px;
    border: none;
    transition: 0.4s;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.fs-l-main form input[type="submit"]:hover {
  background: white;
  outline: 1px solid black;
  color: black;
}
section.main-contact .box {
  padding-bottom: 140px;
}
input[type="submit"]:hover {
  cursor: pointer;
}

/* smp */

@media screen and (max-width: 770px) {
    section.mv-contact .box h3 {
    margin-top: 10%!important;
    margin-bottom: 5%!important;
  }
  section.mv-contact .box h4 {
    font-size: 18px!important;
    line-height: 1.8!important;
    margin-bottom: 5%!important;
    letter-spacing: 2px!important;
  }
  section.mv-contact .box p {
    font-size: 14px!important;
    width: 90%!important;
    margin: 0 auto!important;
    margin-bottom: 10px!important;
  }
  section.mv-contact .box p.cap {
    font-size: 12px!important;
    margin-bottom: 10%!important;
  }
  section.main-contact .box {
    padding-top: 10%!important;
    padding-bottom: 10%!important;
  }
  section.main-contact .box dl {
    width: 90%!important;
    margin: 0 auto!important;
  }
  section.main-contact .box dl dd {
    width: 68%!important;
    height: 30px!important;
  }
  input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="color"], input[type="date"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], input[list] {
    height: 50px!important;
  }
  section.main-contact .box dl dt {
    width: 29%!important;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    font-size: 12px!important;
  }
  textarea {
    height: 80px!important;
  }
  section.main-contact .box dl dd:last-of-type {
    height: auto!important;
  }
  section.main-contact .box dl dt p span {
    margin-left: 0!important;
  }
  input[type="submit"] {
    max-width: 70%!important;
    margin: 0 auto!important;
    margin-top: 10%!important;
    height: 50px;
  }
  section.main-contact .box dl dt:nth-of-type(3) p {
    text-indent: 6px;
    margin-left: -6px;
  }
  .input-box:nth-of-type(4) dd.fs-c-productSelection__selection {
    position: relative;
    bottom: 16px;
    left: 82px;
    margin-top: -60px;
  }
  .safari .input-box:nth-of-type(4) dd.fs-c-productSelection__selection {
    margin-top:  -30px;
  }
  .safari .input-box:nth-of-type(6) dd.fs-c-productSelection__selection {
    margin-top:  -60px;
  }
  .safari .input-box:nth-of-type(24) dd {
    margin-left:  0!important;
  }
  .safari .input-box:nth-of-type(24) dd {
    padding-bottom:  111px!important;
  }
  .safari .fs-c-productOption .input-box:nth-of-type(16) {
        padding-bottom: 30px!important;
    }
  .fs-c-productOption .input-box:nth-of-type(13) {
    position: static;
    border-right: 1px solid #ccc!important;
  }
  .safari .fs-c-productOption .input-box:nth-of-type(11) {
    margin-top:  -120px;
  }
  .safari .input-box:nth-of-type(2n) {
  }
  .fs-c-productOption .input-box:nth-of-type(13) dt {
    border-right: 0;
    display: block!important;
    padding-top: 22px!important;
  }
  .fs-c-productOption .input-box:nth-of-type(13) dt
  .fs-c-productOption .input-box:nth-of-type(14) {
    position: absolute;
    top: 284px;
    width: 65%!important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 13px;
  }
  .safari .fs-c-productOption .input-box:nth-of-type(14) dd {
    padding-bottom: 197px!important;
  }
  .safari li.sparepants-length-h {
    height:  197px!important;
  }
  .safari .fs-c-productQuantityAndWishlist {
    margin-left:  0!important;
  }
  .safari .fs-c-productActionButton.fs-c-buttonContainer {
    top:  -15px!important;
  }
  .safari li.pants-bottom-h {
    height:  180px!important;
  }
  .safari .fs-c-productOption .input-box:nth-of-type(8) dd {
    padding-bottom:  12.5px!important;
    border-bottom:  0!important;
  }
  .input-box:nth-of-type(9) dt {
    margin-bottom: 0!important;
    padding-top: 10px!important;
    padding-bottom: 0;
  }
  .fs-c-productOption .input-box:nth-of-type(14) select {
    margin-left: 7%!important;
    font-size: 14px!important;
    padding-left: 10px!important;
  }
  .fs-c-productOption .input-box:nth-of-type(14) {
    position: static;
    border-right: 1px solid #ccc!important;
    padding-bottom: 0!important;
  }
  .fs-c-productOption .input-box:nth-of-type(14) .fs-c-dropdown::after {
    right: 2px!important;
  }
  .input-box:nth-of-type(11):before {
    content: "";
    width: 120%;
    border-top: 1px solid #ccc;
    position: absolute;
    top: -20px;
    right: -20px;
  }
  .input-box:not(:nth-of-type(1)) dt:nth-of-type(1):before {
    content: none;
    display: none;
  }
  dl.fs-c-productOption dt:nth-of-type(1):before {
    font-size: 12px;
  }
}

body#fs_CustomerDetails input[type="text"],
body#fs_CustomerDetails input[type="email"],
body#fs_CustomerDetails input[type="password"],
body#fs_CustomerDetails input[type="search"],
body#fs_CustomerDetails input[type="color"],
body#fs_CustomerDetails input[type="date"],
body#fs_CustomerDetails input[type="datetime-local"],
body#fs_CustomerDetails input[type="month"],
body#fs_CustomerDetails input[type="number"],
body#fs_CustomerDetails input[type="tel"],
body#fs_CustomerDetails input[type="time"],
body#fs_CustomerDetails input[type="url"],
body#fs_CustomerDetails input[type="week"],
body#fs_CustomerDetails input[list],
body#fs_Checkout input[type="text"],
body#fs_Checkout input[type="email"],
body#fs_Checkout input[type="password"],
body#fs_Checkout input[type="search"],
body#fs_Checkout input[type="color"],
body#fs_Checkout input[type="date"],
body#fs_Checkout input[type="datetime-local"],
body#fs_Checkout input[type="month"],
body#fs_Checkout input[type="number"],
body#fs_Checkout input[type="tel"],
body#fs_Checkout input[type="time"],
body#fs_Checkout input[type="url"],
body#fs_Checkout input[type="week"],
body#fs_Checkout input[list] {
    height: auto!important;
    background: white!important;
    border: 1px solid #ccc!important;
}

select#fs_input_prefecture {
    width: 100%!important;
    max-width: 100%;
}

body#fs_CustomerDetails .fs-c-dropdown::after {
    padding: 0;
    font-size: 15px;
    height: 27px;
    right: 5px;
    top: 12px;
}
body#fs_CustomerDetails select#fs_input_prefecture {
  width: 99%!important;
}

.btn-shopping.common h5 {
    line-height: 35px;
}
.btn-shopping.common a .item {
    top: 10px;
}
body#fs_CustomPage .footer-bottom-wrap {
    margin-bottom: 90px;
}

body#fs_ShoppingCart .footer-bottom-wrap,
body#fs_CustomerDetails .footer-bottom-wrap,
body#fs_Checkout .footer-bottom-wrap {
    margin-bottom: 0!important;
}

@media all and (-ms-high-contrast: none) {
  section.main-order .box ul li:last-child h5 img {
    margin-bottom: 6px;
    vertical-align: middle;
  }
}

.footer-bottom-wrap.not-order {
    margin-bottom: 0!important;
}

ol.fs-c-breadcrumb__list li:nth-child(3) a.price:before {
  content: "¥";
  display: inline-block;
}

@supports (-ms-ime-align: auto) {
  section.option-main ul li.jacket-h {
    height: 310px!important;
  }
  section.option-main ul li.pants-h {
    height: 289px!important;
  }
  li.jacket-sleeve-h,
  li.pants-bottom-h {
    height: 136px!important;
  }
  li.pants-west-h {
    height: 135px!important;
  }
  li.jacket-length-h {
    height: 135px!important;
  }
  .win.chrome .fs-c-productActionButton.fs-c-buttonContainer {
    top: 4px!important;
  }
}
@supports (-ms-ime-align: auto) {
  section.option-main ul li.jacket-h {
    height: 750px!important;
  }
  .fs-c-productActionButton.fs-c-buttonContainer {
    top: 4px!important;
  }
  body#fs_CustomerDetails .fs-c-dropdown::after {
    right: 1px;
  }
}

ul.fs-c-checkout-paymentMethodList li:not(:last-child) {
    display: none;
}
ul.fs-c-creditCardIcons li {
    display: inline-block!important;
}

aside#__fs_modal_creditCard .fs-c-modal__inner {
  padding: 2%;
}
aside#__fs_modal_creditCard .fs-c-modal__contents {
  padding: 0!important;
}
aside#__fs_modal_creditCard .fs-c-modal__header {
  padding-bottom: 2%;
}
aside#__fs_modal_creditCard ul.fs-c-creditCardIcons {
  padding-bottom: 2%;
}
aside#__fs_modal_creditCard input#fs_input_creditCardNumber {
    width: 99%!important;
    margin-bottom: 2%!important;
}
aside#__fs_modal_creditCard .fs-c-inputField__explanation {
    font-size: 12px;
    margin-bottom: 5%;
}
aside#__fs_modal_creditCard select#fs_input_creditCardExpirationMonth {
    width: 100px!important;
    margin-left: 0!important;
}
aside#__fs_modal_creditCard select#fs_input_creditCardExpirationYear {
    width: 100px!important;
    margin-left: 0!important;
}
aside#__fs_modal_creditCard .fs-c-inputField__field.fs-c-dropdownGroup.fs-system-assistTarget .fs-c-dropdown:after {
    padding: 0;
    font-size: 15px;
    height: 29px;
    top: 11px;
    right: 2px;
}
aside#__fs_modal_creditCard input#fs_input_creditCardName {
    width: 99%!important;
}
aside#__fs_modal_creditCard input#fs_input_securityCode {
    width: 99%!important;
    margin-bottom: 1%!important;
}
aside#__fs_modal_creditCard .fs-c-inputField__explanation {
    line-height: 1.4;
}
.fs-c-checkout-checkoutMethod__body {
    line-height: 1.4;
}
.fs-c-checkout-paymentMethod__option {
    font-size: 14px;
    margin-top: 2%;
    line-height: 1.6;
}
.fs-c-checkout-paymentMethod__option__body.fs-c-checkout-paymentMethod__option__body--creditCard .fs-c-creditCard {
    margin-bottom: 1%;
}
.fs-c-checkout-paymentMethod__option__body select {
    margin-left: 0;
}
.fs-c-checkout-paymentMethod__option__body {
    width: 327px;
}
.fs-c-checkout-paymentMethod__creditCardList.fs-c-dropdown:after {
    padding: 0;
    font-size: 15px;
    height: 25px;
    top: 11px;
    right: 1px;
}
.fs-c-checkout-paymentMethod__option__body select {
  margin-left: 0!important;
}
.fs-l-main form input[type="submit"] {
  float: right;
}
.fs-l-main form:after {
  content: "";
  display: block;
  clear: both;
}

/* smp */

@media screen and (max-width: 770px) {
  .btn-shopping.common {
    height: 50px;
  }
  .btn-shopping.common h5 {
    line-height: 0px;
    position: relative;
    bottom: 3px;
    top: -23px!important;
  }
  .btn-shopping.common a .item {
    top: -10px!important;
  }
  aside#__fs_modal_buyer.fs-c-modal--checkout-buyer .fs-c-modal__header h2,
  aside#__fs_modal_address .fs-c-modal__header h2 {
    font-size: 14px;
    padding-top: 2%;
    padding-left: 4%;
  }
  .fs-c-modal__contents select#fs_input_prefecture {
    margin-left: 0!important;
  }
  aside#__fs_modal__contents .fs-c-checkout-checkoutMethod__body {
    margin-bottom: 5%;
  }
  aside#__fs_modal_creditCard .fs-c-inputField__field.fs-c-dropdownGroup.fs-system-assistTarget .fs-c-dropdown:after {
    right: 2px!important;
  }
  .fs-c-checkout-paymentMethod__creditCardList.fs-c-dropdown:after {
    padding: 0;
    font-size: 15px;
    height: 29px;
    top: 11px;
    left: 253px!important;
    right: 0!important;
  }
  td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
    font-size: 14px;
  }
  #fs_Checkout td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
    font-size: 14px;
    bottom: 33px;
    right: 40%;
  }
  #fs_Checkout .fs-c-cartTable__row {
    padding-bottom: 0;
  }
  aside#__fs_modal_buyer.fs-c-modal--checkout-buyer .fs-c-dropdown::after, aside#__fs_modal_address.fs-c-modal--changeShippingAddress .fs-c-dropdown::after {
    height: 29px!important;
  }
  aside#__fs_modal_address.fs-c-modal--changeShippingAddress .fs-c-dropdown::after {
    right: 0!important;
    height: 29px;
    top: 11px;
  }
  .fs-l-main form input[type="submit"] {
    margin-left: 12%!important;
    border-radius: 0!important;
	  float: none;
  }
}

h2.fs-c-checkout-delivery__title.fs-c-checkout-preview__title,
h4.fs-c-checkout-delivery__method__title,
.fs-c-checkout-delivery__method__message p {
    font-size: 0!important;
}
h2.fs-c-checkout-delivery__title.fs-c-checkout-preview__title:after {
    content: "配送について";
    display: block;
    font-size: 14px;
}
h4.fs-c-checkout-delivery__method__title:after {
  content: "配送方法";
  display: block;
  font-size: 16px;
}
.fs-c-checkout-delivery__method__message p:before {
    content: "ご納品は、洋服箱にて配送させていただきます。";
    display: block;
    font-size: 14px;
}
.fs-c-checkout-delivery__method__message p:after {
    content: "商品引渡し時期";
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding-top: 14px;
}
.fs-c-checkout-delivery__method__message:after {
    content: "ご注文日より原則約7週間前後のお届けとなります。\A※キャンペーン等によって変更になる場合は、ホームページ上で告知いたします。\A※一部商品によっては生産の都合上、お届けまで日数がかかる場合もございます。";
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 8px;
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}
.fs-c-productImageModal {
  display: none;
}
section.option-main .fs-c-productMainImage,
.fs-c-productMainImage__image,
.fs-c-productMainImage__image img {
  pointer-events: none;
}

.width-img .modaal-container {
    width: 75vh!important;
}
body#fs_ProductDetails .modaal-container {
    width: 50vh;
}
div#modaal_1559883164565ef1f42d4b5aa2 body#fs_ProductDetails .modaal-container {
    width: 70vh;
}
body#fs_ProductDetails .modaal-image .modaal-container .modaal-close:before,
body#fs_CustomPage .modaal-image .modaal-container .modaal-close:before {
    left: 22px!important;
    top: -10px!important;
    color: black!important;
}
body#fs_ProductDetails .modaal-image .modaal-container .modaal-close:after,
body#fs_CustomPage .modaal-image .modaal-container .modaal-close:after {
    /*content: url(../img/close.png)!important;*/
    top: -5px!important;
    left: 50px!important;
}
button#modaal-close:hover {
  background: initial!important;
}
.modaal-container::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.modaal-container {
    overflow-x: hidden;
    overflow-y: hidden;
}
input.fs-c-quantity__number.fs-system-quantity-text {
    height: auto;
    width: 100px!important;
}

ul.fs-c-checkout-paymentMethodList li:nth-child(2) {
    display: block!important;
}

/* tablet */

@media screen and (min-width: 770px) and (max-width: 1024px) {
  /*.safari section.option-main ul li.jacket-h,
  section.option-main ul li.jacket-h {
    height: 699px;
  }*/
  /*.safari li.lining-h,
  li.lining-h {
    height: 198px;
  }*/
  /*.safari li.jacket-length-h,
  .safari li.jacket-sleeve-h,
  .safari li.pants-west-h,
  .safari li.pants-bottom-h {
    height: 95px!important;
  }*/
  /*li.jacket-length-h,
  li.jacket-sleeve-h,
  li.pants-west-h,
  li.pants-bottom-h {
    height: 95px!important;
  }*/
  /*.safari .fs-c-productQuantityAndWishlist,
  .fs-c-productQuantityAndWishlist {
    margin-left: -45%;
  }*/
  .safari .fs-c-productActionButton.fs-c-buttonContainer,
  .fs-c-productActionButton.fs-c-buttonContainer {
    top: 5px;
  }
  td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal {
    bottom: 73px!important;
  }
  td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
    right: 270px!important;
    bottom: 15px!important;
  }
  td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--action {
    right: 40px;
    bottom: 18px;
  }
  .fs-c-cartTable__unitPrice {
    right: 60px!important;
  }
  .pc-img img {
    display: none;
  }
}

@media only screen
    and (device-width : 375px)
    and (device-height : 812px)
    and (-webkit-device-pixel-ratio : 3) {
      .safari .fs-c-productActionButton.fs-c-buttonContainer {
        top: -15px!important;
      }
    }

@media only screen
    and (device-width : 414px)
    and (device-height : 736px)
    and (-webkit-device-pixel-ratio : 3) {
      .safari section.option-main ul li.jacket-h {
        height: 902px!important;
      }
      .safari li.jacket-length-h,
      .safari li.jacket-sleeve-h {
        height: 184px!important;
      }
      .input-box:nth-of-type(18) dd {
        padding-bottom: 131px!important;
      }
      .input-box:nth-of-type(20) {
        height: 172px!important;
      }
      .input-box:nth-of-type(20) dd {
        padding-bottom: 131px!important;
      }
    }

@media all and (-ms-high-contrast: none){
  body#fs_ProductDetails,
  dt.fs-c-productSelection__name label,
  dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-productSelection__field:after,
  dd.fs-c-productSelection__selection:nth-of-type(6) .fs-c-productSelection__field:after,
  button.fs-c-button--addToCart--detail.fs-c-button--primary,
  li.button-h .btn a, li.lining-h .btn a, li.jacket-length-h .btn a, li.jacket-sleeve-h .btn a, li.pants-west-h .btn a, li.pants-bottom-h .btn a
   {
    font-family: "メイリオ",Meiryo!important;
  }
  /*section.option-main .fs-c-productOption__option:nth-of-type(5) {
    padding-bottom: 62px;
  }*/
}

.safari section.option-main .item-middle ul li p,
.safari dl.fs-c-productOption dt:nth-of-type(1):before,
.safari section.option-main .fs-c-productOption__name label,
.safari section.option-main ul li.jacket-h .btn a,
.safari section.option-main .fs-c-productOption__option select,
section.option-main .fs-c-productOption__option:nth-of-type(6):after,
section.option-main .fs-c-productOption__option:nth-of-type(7):after {
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

section.main-order .box ul li .tag {
    text-align: right;
    position: absolute;
    right: 180px;
    bottom: 30px;
    height: 24px;
    width: 100%;
    max-width: 160px;
}
section.main-order .box ul li .tag p {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
    color: white;
    border: 1px solid;
    text-align: center;
    background: #253861;
    font-weight: 300;
}

@media screen and (max-width: 1100px) and (min-width: 770px) {
  section.main-order .box ul li .tag {
    bottom: 10px;
  }
}
@media screen and (max-width: 770px) {
  section.main-order .box ul li .tag {
    bottom: 0;
      margin-bottom: 5%;
      right: 180px;
      height: 23px;
      max-width: 120px;
  }
  .safari .fs-c-productQuantityAndWishlist {
    margin-left:  0!important;
  }
  .input-box:nth-of-type(30) {
    padding-bottom:  1px!important;
  }
  .coj#fs_ProductDetails section.option-main .item-middle ul li.jacket-h {
    height: 308px!important;
    }
    .safari .coj li.lining-h {
            height: 210px!important;
    }
    .safari .coj li.jacket-length-h {
        height: 133px!important;
    }
}
@media screen and (max-width: 500px) {
    section.main-order .box ul li .tag {
        right: 170px;
    }
}
@media screen and (max-width: 400px) {
    section.main-order .box ul li .tag {
        right: 160px;
    }
}

/* info 200410 */

.mv-shop .info-box {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    text-align: center;
    background: #f7f7f7;
    padding: 40px;
    margin-bottom: 110px;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
.mv-shop .info-box h4 {
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 3px;
}
.mv-shop .info-box p {
    line-height: 1.8;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 2.0;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mv-shop .info-box p:last-child {
    margin-bottom: 0;
}
.mv-shop .box h4 {
  margin-bottom: 100px;
}
.mv-shop .info-box span.bold {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
  .mv-shop .info-box {
    padding: 0;
    margin-bottom: 10%;
  }
  .mv-shop .info-box h4 {
    width: 90%;
    font-size: 18px;
    line-height: 1.8;
    padding-top: 30px;
    margin: 0 auto;
    margin-bottom: 5%;
    line-height: 1.5;
  }
  .mv-shop .info-box p {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5%;
    font-size: 12px;
  }
  .mv-shop .info-box p:last-child {
    padding-bottom: 5%;
  }
  .mv-shop .box h4 {
    margin-bottom: 10%;
  }
}

.main-shop-detail .box .shop-info .info-box {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ebebeb;
}
.main-shop-detail .box .shop-info .info-box h5 {
    width: 25%;
}
.main-shop-detail .box .shop-info .info-box h5 {
    border-bottom: 0;
}
.main-shop-detail .box .shop-info .info-box h5 {
    border-bottom: 0;
}
.main-shop-detail .box .shop-info .info-box .info-box-right {
    width: 90%;
    margin-top: -70px;
    margin-left: auto;
    text-align: center;
    background: #f7f7f7;
    padding: 5%;
}
.main-shop-detail .box .shop-info .info-box .info-box-right h5 {
    width: 100%!important;
    line-height: 1.4;
    padding-bottom: 20px!important;
    margin-bottom: 0!important;
    letter-spacing: 2px;
}
.main-shop-detail .box .shop-info .info-box .info-box-right p:last-of-type {
    margin-bottom: 0;
}
.main-shop-detail .box .shop-info .info-box .info-box-right p {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 10px;
}

@media screen and (max-width: 770px) {
  .main-shop-detail .box .shop-info .info-box .info-box-right {
    width: 90%;
    max-width: 100%;
    margin-right: auto;
    margin-top: 0!important;
  }
  .main-shop-detail .box .shop-info .info-box {
    display: block;
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  .main-shop-detail .box .shop-info .info-box h5 {
    margin-bottom: 5%;
    padding-bottom: 5%;
    width: 100%;
  }
}

/* 0420 GW */
span.gw-price {
    background: #b30000;
    color: white;
    padding: 2px 10px;
    position: relative;
    bottom: 2px;
}
span.gw-tag {
    background: #bfa601;
    color: white;
    font-size: 14px!important;
    padding: 2px 10px;
    position: relative;
    bottom: 2px;
}
section.main-order .box ul:nth-of-type(1) .gw-tag {
    margin-left: 14px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif!important;
}
section.main-order .box ul:nth-of-type(2) .gw-tag {
    /*margin-left: 175px;*/
    margin-left: 14px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif!important;
}
@media screen and (max-width: 770px) {
  span.online-price {
        padding: 2px 4px;
        font-size: 13px;
  }
  section.main-order .box ul:nth-of-type(1) .gw-tag {
      margin-left: 0px;
  }
  section.main-order .box ul:nth-of-type(1) h4,
  section.main-order .box ul:nth-of-type(2) h4 {
      line-height: 1.4;
  }
  section.main-order .box ul:nth-of-type(2) .gw-tag {
      /*margin-left: 175px;*/
      margin-left: 0px;
  }
  span.online-tag {
    margin-left: 0!important;
    bottom: -3px!important;
  }
  /*section.main-order .box ul li .item.import {
    text-align: center;
    width: 100%;
  }*/
  section.main-order .box ul li .item.import {
    position: static;
    width: 95%;
    text-align: right;
    margin-bottom: 5%;
}
  section.main-order .box ul li .item.import span.import-price {
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-bottom: -5px;
  }
  .main-shop-detail .box .shop-info dl:nth-of-type(3) dt h6 {
    line-height: 1.6;
  }
  .btn-shopping .item {
    display: none;
  }
  .btn-shopping ul li:nth-child(1) {
    margin-right: 0px!important;
  }
.btn-shopping a {
    padding-bottom: 0;
      width: 90%;
      margin: 0 auto;
      margin-bottom: 10px;
}
.btn-shopping ul {
  position: relative;
  bottom: -4px;
}
}

.mv-shop .info-box p span.underline {
    text-decoration: underline;
}

.main-shop-detail .box .shop-info .info-box .info-box-right p span.bold.underline {
    font-weight: bold;
    text-decoration: underline;
}

span.bold {
    font-weight: bold;
}
span.underline {
  text-decoration: underline;
}
span.online-tag {
    margin-left: 14px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif!important;
    background: #253861;
    color: white;
    font-size: 14px!important;
    padding: 2px 10px;
    position: relative;
    bottom: 2px;
}
section.main-order .box.item {
    padding-top: 100px;
}
.tie .btn tr td:nth-of-type(1) {
    display: none;
}
.tie .btn tr td:nth-of-type(2) button {
    text-decoration: none;
    background: #1a1a1a;
    font-size: 14px;
    color: white;
    padding: 18px 36px;
    letter-spacing: 2px;
    transition: 0.4s;
    border: none;
}
.tie .btn tr td:nth-of-type(2) button:hover {
    background: white;
    color: black;
    outline: 1px solid #313131;
}
.btn-shopping ul li:nth-child(1) {
    margin-right: 30px;
}
.btn-shopping ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.btn-shopping .item {
    position: absolute;
    right: 0;
    top: 20px;
}
.btn-shopping .item span {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
    position: relative;
    bottom: 8px;
    font-size: 10px;
    letter-spacing: 1px;
    color: #253861;
}
.btn-shopping .item img {
    width: 30px;
    margin-right: 40px;
    margin-top: 6px;
    margin-left: 22px;
}
.fs-body-product button#modaal-close span:after {
    content: "";
    display: inline-block;
    width: 15px!important;
    height: 1px!important;
    background: url(../img/close.png)!important;
    background-size: contain;
    color: #1a1a1a!important;
    transform: initial!important;
    left: 30px!important;
    top: 37px!important;
    z-index: 1000;
    position: absolute;
    top: 0;
    right: 0;
}
.safari section.option-main .fs-c-productOption__option:nth-of-type(10) {
    padding-bottom: 70px;
}
.safari section.option-main .fs-c-productOption__option:nth-of-type(15) {
    padding-bottom: 91px;
}

.fs-c-continueShopping {
    display: none;
}
.btn-checkout-back {
    margin-top: 0!important;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 5%;
}
.win.chrome section.option-main ul li.jacket-h {
  height: 900px;
}/*
.win.chrome .coj li.button-h {
    height:  144px;
}
.win.chrome .coj li.lining-h {
    height:  140px;
}*/
.win.chrome section.option-main .fs-c-productOption__option:nth-of-type(10) {
  padding-bottom: 40px;
}
.win.chrome li.pants-bottom-h {
  height: 136px;
}
.win.chrome li.pants-west-h {
    height:  136px;
}
.win.chrome li.pants-bottom-h {
    height:  138px!important;
}
.win.chrome li.jacket-length-h, .win.chrome li.jacket-sleeve-h, .win.chrome li.pants-west-h, .win.chrome li.pants-bottom-h, .win.chrome li.jacket-length-h, .win.chrome li.sparepants-length-h {
    height: 135.5px;
}
.win.chrome .coj li.jacket-length-h,
.win.chrome .coj li.jacket-sleeve-h,
.win.chrome .coj li.pants-west-h,
.win.chrome .coj li.pants-bottom-h,
.win.chrome .coj li.jacket-length-h,
.win.chrome .coj li.sparepants-length-h {
    height: 134.5px;
}
.win.gecko section.option-main ul li.jacket-h {
  height: 899px;
}
.win.gecko li.sparepants-length-h {
  height: 136px;
}
.win.gecko .fs-c-productActionButton.fs-c-buttonContainer {
  top: 4px!important;
}
.fs-c-inputTable > tbody > tr:nth-of-type(3):after {
    content: "＊ご使用端末の迷惑メール対策等で注文確認メールが正しく届かない場合がございます。\A以下のドメインを受信できるようにあらかじめ設定をお願い致します。\A@hanabishi-housei.co.jp";
    display: inline-block;
    white-space: pre;
    color: #253861;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 400;
    margin-left: 0;
}
@media screen and (max-width: 768px) {
  .fs-c-inputTable > tbody > tr:nth-of-type(3):after {
    font-size: 12px;
    white-space: break-spaces;
    margin-bottom: 10px;
  }
}

/* cart tie */

.cart-items {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.cart-items ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(71% - 20px);
    padding: 8px 8px 0px 8px;
    border: 1px solid #ccc;
        margin-bottom: 30px;
}
.cart-items ul li img {
    width: 160px;
    padding-right: 8px;
}
.cart-items ul li p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.8;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.btn-checkout-back.tie a {
    padding: 12px 46px;
}
ul.slick01.sp {
    display: none;
}
ul.slick01.pc {
    display: block;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
      color: #1a1a1a;
          font-size: 26px!important;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
      color: #1a1a1a;
          font-size: 26px!important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
      left: -35px!important;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
      right: -35px!important;
    left: auto;
}

@media screen and (max-width: 768px) {
  .cart-items ul {
    width: calc(90% - 10px);
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
  }
  .cart-items ul li p {
    margin-left: 10px;
    font-size: 12px;
    margin-bottom: 10px!important;
  }
  .cart-items ul li:nth-child(1) {
      text-align: center;
  }
  .cart-items ul li img {
    margin-bottom: 10px;
    width: 200px;
  }
  .btn-checkout-back.tie {
    text-align: center;
    margin-bottom: 10px;
  }
  ul.slick01.sp {
      display: block;
  }
  ul.slick01.pc {
      display: none;
  }
  .swiper-container img {
    width: 100%!important;
}
.swiper-container {
      max-width: 85vw!important;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
      color: #1a1a1a;
          font-size: 20px!important;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
      color: #1a1a1a;
          font-size: 20px!important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
      left: -27px!important;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
      right: -27px!important;
    left: auto;
}
button#modaal-close {
    height: 30px!important;
    z-index: 100;
}
}

.cap-box.top {
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
    padding: 40px 40px;
    outline: 2px solid #000;
    margin-top: 30px;
}

.cap-box.top p {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 2.0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 770px) {
    .cap-box.top {
    width: 80%;
    padding: 5% 5%;
    }
    .cap-box.top p {
        font-size: 12px;
        width: 100%;
    }
    .cap-box.model p {
        width: 90%;
        font-size: 12px;
    }
    .cap-box.model {
        width:  95%;
    }
    .cap-box.model p {
    font-size: 12px!important;
}
}

.cap-box.model {
    background: #fff;
    outline: 2px solid #000;
    margin-top: 30px;
}
.cap-box.model p {
    width: 79%;
    margin: 0 auto;
    margin-bottom: 0!important;
    text-align: left!important;
}

/*select#optionWithPrice_2 option:nth-of-type(10) {
    display: none!important;
}

select#optionWithPrice_2 option:nth-child(20),
select#optionWithPrice_2 option:nth-child(26),
select#optionWithPrice_2 option:nth-child(29) {
    display: none!important;
}*/

.cap-box.holiday {
    padding-bottom: 20px;
}

.cap-box.holiday h4 {
    text-align: center;
    margin-bottom: 20px;
    color: #b30000;
    letter-spacing: 1.2px;
}

.cap-box.holiday p.cap.ttl {
    margin-bottom: 20px!important;
}

.main-shop-detail .box .shop-info dl dd.txt {
    width: 100%;
    line-height: 1.6;
    letter-spacing: 1px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin-top: -20px;
}

@media screen and (max-width: 768px) {
    .cap-box.holiday h4 {
        text-align: center;
        color: #b30000;
        margin-bottom: 20px;
        line-height: 1.4;
    }
    .main-shop-detail .box .shop-info dl dd.txt {
        margin-top: 0;
        font-size: 12px;
        padding-bottom: 10px;
    }
    .cap-box.holiday p.cap.ttl:last-of-type {
        margin-bottom: 0!important;
    }
    .cap-box.holiday p.cap.ttl {
        margin-bottom: 10px!important;
    }
}


/* 夏季休暇 */
.mv-shop .cap-box {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 0;
    margin-bottom: 110px;
}

.mv-shop .cap-box p {
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 2.0;
    margin-bottom: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mv-shop .info-box {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .cap-box.holiday h4 {
        text-align: center;
        color: #b30000;
        margin-bottom: 20px;
        line-height: 1.4;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 770px) {
    .mv-shop .cap-box p.cap {
        font-size: 12px;
    }
    .mv-shop .cap-box p {
        font-size: 14px;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 10px;
        letter-spacing: 0px;
    }
    .mv-shop .cap-box.holiday {
        width: 95%!important;
        padding-top: 30px!important;
        padding-bottom: 20px!important;
        margin-bottom: 10%!important;
    }
}





/* サイズ調整表 */

.table-wrap table {
 text-align: center;
 border-collapse: collapse;
     font-size: 14px;
    line-height: 2.0;
    margin:  0 auto;
    margin-bottom: 10px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.table-wrap th {
    padding: 10px;
    background-color: #253861;
    border: solid 1px #fff;
    color: #fff;
        border-top: 1px solid #253861;
        border-left: 1px solid #253861;
        width: 165px;
            letter-spacing: 2px;
}
.table-wrap td {
 padding: 10px;
 border: solid 1px #253861;
     letter-spacing: 2px;
}
.table-wrap td:first-child {
    background: #253861;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.table-wrap .table-ttl h3 {
    /* background: #253861; */
    color: #000;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
    font-size: 24px;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 300;
        margin-bottom: 20px;
}
.table-wrap th:nth-of-type(6) {
    border-right: 1px solid #253861;
}
.table-wrap .table-ttl p {
     font-size: 14px;
    line-height: 2.0;
    margin:  0 auto;
    letter-spacing: 2px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.table-wrap .table-caption p {
 font-size: 14px;
    line-height: 2.0;
    margin:  0 auto;
    letter-spacing: 2px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    text-align:  right;
}
.table-wrap .table-caption-size p {
     font-size: 14px;
    line-height: 2.0;
    margin:  0 auto;
    letter-spacing: 2px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    text-align:  left;
}
.table-wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.table-wrap .table-box {
    margin-bottom: 80px;
}
.table-wrap .table-ttl h5 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
    opacity: 0.6;
    margin-bottom: 70px;
        line-height: 1.6;
}
@media screen and (max-width: 1100px) and (min-width: 770px) {
    .table-wrap {
        width:  95%;
    }
}
@media screen and (max-width: 770px) {
    .table-wrap {
        width:  90%;
        margin-bottom: 10%;
    }
    .table-wrap .table-box {
        margin-bottom: 5%;
        overflow-x: scroll;
    }
    .table-wrap table {
      overflow-x: scroll;
      width: 170%;
      table-layout: fixed;
    }
    .table-wrap .table-ttl h5 {
        margin-bottom: 10%;
    }
    .table-wrap th {
        font-size:  12px;
            vertical-align: middle;
    }
    .table-wrap td {
        font-size:  12px;
            vertical-align: middle;
    }
    .table-wrap .table-caption-size p {
        font-size:  12px;
    }
    .table-wrap .table-caption p {
        font-size:  12px;
    }
    .table-wrap th {
      width: 112px;
    }
    .table-box__flex {
      display: block!important;
    }
}

/* coj */
.coj section.option-main dl.fs-c-productOption {
    margin-top: 0px!important;
    border-top: 1px solid #ccc!important;
}

.coj section.option-main ul li.jacket-h {
    height: 329px!important;
}

.coj section.option-main section.option-item .box .item-left .box p:nth-of-type(4) {
    display:  none;
}

.coj section.option-main .item-middle ul li h4 {
    display:  none;
}

.coj section.option-main .item-middle ul li p.f-size {
    display:  none;
}

.coj section.option-main .item-middle ul li p:nth-of-type(2),
.coj section.option-main .item-middle ul li p:nth-of-type(3),
.coj section.option-main .item-middle ul li p:nth-of-type(4),
.coj section.option-main .item-middle ul li p:nth-of-type(5) {
    display:  none;
}

.coj section.option-main .fs-c-productOption__option:nth-of-type(5) {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc!important;
}

.coj section.option-main .fs-c-productOption__name:nth-of-type(5),
.coj section.option-main .fs-c-productOption__option:nth-of-type(5) {
    margin-top: 30px;
    border-top: 1px solid #ccc;
}

.coj section.option-main .fs-c-productOption__name:nth-of-type(6),
.coj section.option-main .fs-c-productOption__option:nth-of-type(6) {
    margin-top: 0px;
}

.coj section.option-main .fs-c-productOption__option:nth-of-type(6) {
    border-top: 0;
    margin-top: 0;
    padding-bottom: 34px;
    border-bottom: 1px solid #ccc!important;
}

.coj section.option-main .fs-c-productOption__option:nth-of-type(4) {
    padding-bottom: 38px;
    border-bottom: 1px solid #ccc!important;
}

.coj dt.fs-c-productOption__name:nth-of-type(7) {
    margin-top: 300px;
}

.coj li.lining-h {
    height:  144px;
}

.coj section.option-main .fs-c-productOption__option:nth-of-type(7) {
    padding-bottom: 33px;
}

.coj dt.fs-c-productOption__name:nth-of-type(8) {
    margin-top: 30px;
    border-top: 1px solid #ccc;
}

.coj li.sparepants-length-h,
.coj li.pants-west-h,
.coj li.pants-bottom-h {
    display:  none;
}

.coj section.option-main .fs-c-productOption__option:nth-of-type(7) {
    padding-bottom: 34px;
    border-bottom: 1px solid #ccc!important;
}

.coj li.jacket-length-h {
    margin-top: 30px;
    border-top: 1px solid #ccc;
}

.coj section.option-main .fs-c-productOption__name:nth-of-type(9) {
    border-top:  0!important;
}

.coj section.option-main .fs-c-productOption__option:nth-of-type(8) {
    padding-bottom: 93px!important;
    /* border-bottom: 1px solid #ccc!important; */
    margin-bottom: 0px!important;
}

.coj section.option-main .fs-c-productOption__option:nth-of-type(9) {
    padding-bottom: 20px;
}

.coj section.option-main .fs-c-productOption__option:nth-of-type(5) {
    margin-top:  0;
}

.coj section.option-main .fs-c-productOption__option:nth-of-type(5) {
    border-top:  0;
    padding-bottom: 177px;
}

.coj dt.fs-c-productOption__name:nth-of-type(7) {
    margin-top: 30px;
    border-top: 1px solid #ccc;
}

.coj section.option-main .fs-c-productOption__option:nth-of-type(7) {
    margin-bottom: 0!important;
    padding-bottom: 92px!important;
}

.coj dt.fs-c-productOption__name:nth-of-type(8) {
    margin-top: 0!important;
    border-top: 0!important;
}

.coj section.option-main .fs-c-productOption__option:nth-of-type(8) {
    padding-bottom: 92px!important;
    border-bottom: 1px solid #ccc!important;
    margin-bottom: 30px!important;
}

.coj section.option-main .fs-c-productOption__name:nth-of-type(9) {
    border-top: 1px solid #ccc!important;
    width: 620px!important;
    margin-left: -279px;
    border-left: 1px solid #ccc;
}

.coj section.option-main .fs-c-productOption__option:nth-of-type(9) {
    width: calc(618px - 40px)!important;
    margin-left: -279px;
    padding:  20px;
    border-bottom: 1px solid #ccc!important;
    border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
}

.coj section.option-main .fs-c-productOption__option:nth-of-type(9) .fs-c-productOption__comment {
    font-size: 14px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    line-height: 1.8;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

    .coj section.option-main .fs-c-productOption__option:nth-of-type(5):after,
    .coj section.option-main .fs-c-productOption__option:nth-of-type(6):after {
        content: "※おまかせの場合は、お選びいただいた生地と同系色になります。";
        display: inline-block;
        color: #253861;
        font-size: 12px;
        line-height: 1.8;
        margin-bottom: 10px;
        margin-top: 10px;
        /* font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
        font-weight: 400;
        margin-left: 7%;
        width: 90%;
    }

.coj section.option-main .fs-c-productOption__name:nth-of-type(9) {
    display:  none!important;
}

.coj section.option-main .box:nth-of-type(2) {
    margin-top: 730px;
}

.coj .fs-c-productQuantityAndWishlist {
    position: relative;
    top: -1px;
}

.win.chrome .coj .fs-c-productQuantityAndWishlist {
    position: relative;
    top: 0;
}
.win.chrome .coj li.jacket-sleeve-h {
    height:  136.5px;
}
.win.chrome li.pants-west-h {
    height:  136.5px;
}

.coj section.option-main .fs-c-productOption__option:nth-of-type(3) {
    padding-left: 22px;
}

.coj section.option-main .fs-c-productOption__option:nth-of-type(8):after,
.coj section.option-main .fs-c-productOption__option:nth-of-type(9):after {
    content: none!important;
}

.coj .fs-c-radio__radioMark::before {
    border-radius: 0!important;
}

.coj .fs-c-radio__radioMark {
    border-radius: 0!important;
}

  .coj .fs-c-productOption .input-box:nth-of-type(7) {
    padding-top: 25px!important;
  }


.main-lining-free.coj .box > p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    line-height: 2.4;
    text-align: center;
    margin-bottom: 70px;
}

.safari .coj section.option-main ul li.jacket-h {
    height:  343px!important;
}

.safari .coj li.button-h {
    height:  286px;
}

.safari .coj li.lining-h {
    height:  143px!important;
}

.safari .coj li.jacket-length-h {
    height:  135px!important;
}

.safari .coj li.jacket-sleeve-h {
    height:  136px!important;
}

.safari .coj .fs-c-productActionButton.fs-c-buttonContainer {
    top:  5px!important;
}

.gecko .coj section.option-main ul li.jacket-h {
    height:  328px!important;
}

.gecko .coj li.lining-h {
  height: 145px!important;
}

.gecko .coj .fs-c-productQuantityAndWishlist {
    margin-left:  0!important;
}

.gecko .cop li.jacket-length-h {
  height: 53px;
}

.chrome .coj li.jacket-sleeve-h {
    height: 136px;
}

.coj .input-box:nth-of-type(17) {
    display:  none!important;
}

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

  .coj .fs-c-productOption .input-box:nth-of-type(6) dd {
    padding-left:  15px;
    padding-top:  10px;
  }

  .coj .fs-c-productOption .input-box:nth-of-type(9) {
    margin-top: 30px;
  }

  .coj .item-right-wrap .input-box:nth-of-type(8) {
    padding-bottom: 20px!important;
        border-bottom: 1px solid #ccc;
  }
  .safari .coj section.option-main .item-middle ul li.jacket-h {
    height: 327px!important;
  }
  .coj section.option-main ul li.jacket-h {
        height: 385px!important;
  }
  .coj .input-box:nth-of-type(9) dt {
        border-top: 1px solid #ccc;
  }
  .coj .input-box:nth-of-type(12) dd:after,
  .coj .input-box:nth-of-type(14) dd:after {
    content: none!important;
  }
  .coj .input-box:nth-of-type(10) dd:after,
  .coj .input-box:nth-of-type(12) dd:after {
    content: "※おまかせの場合は、お選びいただいた生地と同系色になります。";
    display: inline-block;
    color: #253861;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 10px;
    margin-top: 10px;
    /* font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
    font-weight: 400;
    margin-left: 7%;
    width: 90%;
  }
    .coj form#fs_form .fs-c-productOption .input-box:nth-of-type(10) dd {
        border-bottom: 1px solid #ccc!important;
        padding-bottom: 189px!important;
        position: relative;
    }

    .coj .input-box:nth-of-type(9) dt {
        padding-top:  22px!important;
    }

    .coj form#fs_form .fs-c-productOption .input-box:nth-of-type(10) dd {
            padding-bottom: 177px!important;
    }

    .coj .fs-c-productOption .input-box:nth-of-type(11) .fs-c-productOption__name {
        padding-top:  44px!important;
        padding-bottom:  0!important;
    }
    .coj li.button-h {
        height:  160px!important;
    }
    .coj form#fs_form .fs-c-productOption .input-box:nth-of-type(10) dd {
        padding-bottom: 436px!important;
    }
    .coj li.lining-h {
        height:  160px!important;
    }
    .coj .fs-c-productOption .input-box:nth-of-type(12) dd {
        padding-bottom: 152px!important;
        border-bottom: 0;
        margin-bottom: 30px;
        border-bottom: 1px solid #ccc!important;
    }
    .coj .fs-c-productOption .input-box:nth-of-type(13) dt {
        border-top:  1px solid #ccc;
    }
    .safari .coj li.button-h {
        height: 479px!important;
    }
    .coj .fs-c-productOption .input-box:nth-of-type(14) dd {
        padding-bottom: 120px!important;
    }
    .coj .fs-c-productOption .input-box:nth-of-type(15) {
        margin-top:  0!important;
        border-top:  0;
    }
    .coj .fs-c-productOption .input-box:nth-of-type(16) dd {
        /* margin-bottom: 30px; */
        padding-bottom: 132px!important;
        border-bottom: 0;
        border-bottom: 1px solid #ccc!important;
    }
    .coj .input-box:nth-of-type(17) {
        margin-top: 0px;
        border-top: 1px solid #ccc!important;
        width: 94vw;
        margin-left: -33vw;
    }
    .coj .input-box:nth-of-type(18) {
        width: 93.3333vw;
        margin-left: -33vw;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
    .coj .input-box:nth-of-type(17) dt {
        border-left:  1px solid #ccc;
    }
    .coj .input-box:nth-of-type(17) dt {
        font-size: 12px;
        letter-spacing: 0px;
        margin-bottom: 10px;
        line-height: 1.8;
        font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    }
    .safari .coj li.lining-h {
        height: 210px!important;
    }
    .coj .fs-c-productQuantityAndWishlist {
    margin-left: 0!important;
}
    .coj .input-box:nth-of-type(18) .fs-c-productOption__comment {
        font-size: 12px;
        letter-spacing: 0px;
        margin-bottom: 0;
        line-height: 1.6;
            padding: 0 5%;
            padding-bottom: 10px!important;
                background: #fff;
        font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    }
    .coj .input-box:nth-of-type(18) dd {
        border-left: 0;
        border-right: 0;
    }
    .coj .input-box:nth-of-type(18) .fs-c-productOption__field {
        font-size: 12px;
        letter-spacing: 0px;
        margin-bottom: 10px;
        line-height: 1.6;
        padding: 0 5%;
        font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    }
    .coj .input-box:nth-of-type(18) .fs-c-productOption__field {
        font-size: 12px;
        letter-spacing: 0px;
        margin-bottom: 10px;
        line-height: 1.6;
        padding: 0 5%;
        padding-bottom: 13px;
        border-bottom: 1px solid #ccc;
        font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        background: #fff;
        border-right: 0;
        /* margin-bottom: 30px!important; */
    }
    .coj .input-box:nth-of-type(18) dd {
        margin-bottom: 38px!important;
    }
    .coj .input-box:nth-of-type(18) {
        padding-bottom: 3px!important;
    }
    .coj .input-box:nth-of-type(18) {
        margin-bottom: 14px;
        /* padding-bottom: 0!important; */
        padding-top: 10px;
        background: #fff;
        border-top: 1px solid #ccc;
    }
    .safari .coj li.jacket-length-h {
        height:  133px!important;
    }
    .safari .coj li.jacket-sleeve-h {
        height:  173px!important;
    }
.main-lining-free.coj .box > p {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 10%;
    text-align: left;
}
.safari .coj .fs-c-productActionButton.fs-c-buttonContainer {
    top:  -16px!important;
}

.safari .coj section.option-main .item-middle ul li.jacket-h {
    height: 327px!important;
}

.safari.mobile .coj section.option-main .item-middle ul li.jacket-h {
    height:  308px!important;
}

.coj .fs-c-productOption .input-box:nth-of-type(6) .fs-c-radio:nth-of-type(1) {
    display: none;
}

.coj dl.fs-c-productOption .input-box:nth-of-type(5) {
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 11px;
}

.coj .fs-c-productOption .input-box:nth-of-type(6) dd {
    padding-top:  0;
}

.coj .fs-c-productOption .input-box:nth-of-type(6) dd span {
    font-size: 11px;
}
.coj .input-box:nth-of-type(18) span {
    font-size:  12px;
}

.coj dl.fs-c-productOption .input-box:nth-of-type(5) .fs-c-requiredMark {
    display:  none;
}

.coj .fs-c-productOption .input-box:nth-of-type(15) .fs-c-requiredMark {
    display:  none;
}

.coj dl.fs-c-productOption .input-box:nth-of-type(1) dt {
    padding-top:  20px!important;
}

.safari.mobile .coj section.option-main .item-middle ul li.jacket-h {
    height:  305px!important;
}

.safari .fs-c-productOption .input-box:nth-of-type(10) .fs-c-dropdown:after {
    top:  13px!important;
}

}

.coj section.option-main .fs-c-productOption__name:nth-of-type(3) {
    font-size: 14px;
    padding-bottom: 20px;
}

.coj section.option-main .fs-c-productOption__option:nth-of-type(3) {
        padding-bottom: 6px;
}

.coj section.option-main .item-middle ul li.button-h h4 {
    display: block;
}

.coj section.option-main .item-middle ul li.lining-h h4 {
    display: block;
}

.coj li.button-h {
    height: 287px;
}

.win.chrome .coj li.button-h {
    height: 287px;
}

.win.gecko .coj li.button-h {
    height: 287px;
}

.coj li.button-h p:after {
    content: "※ダブルジャケット・サファリジャケットの有料ボタンについては、下記の金額が追加となります。尚、弊社にて金額修正をさせていただきます。・ダブルジャケット¥2,200税込・サファリジャケット¥3,300税込";
    display: inline-block;
    font-size: 12px;
    color: red;
    margin-top: 10px;
}

.coj dl.fs-c-productOption dt:nth-of-type(1):before {
    content:  none!important;
}

.gecko .coj .fs-c-productQuantityAndWishlist {
    top:  -4px;
}

.gecko .coj li.jacket-length-h {
    height:  134px;
}

.gecko .coj li.jacket-sleeve-h {
    height:  136px;
}

.coj section.option-main .fs-c-productOption__option:nth-of-type(3) .fs-c-radio:nth-of-type(1) {
    display: none;
}

.coj dt.fs-c-productOption__name:nth-of-type(8) .fs-c-requiredMark {
    display:  none;
}

.coj section.option-main .fs-c-productOption__name:nth-of-type(3) .fs-c-requiredMark::before {
    display:  none!important;
}

.coj .fs-c-radio__radioLabelText {
    letter-spacing: normal!important;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.coj section.option-main .fs-c-productOption__name:nth-of-type(5):after,
.coj section.option-main .fs-c-productOption__name:nth-of-type(6):after {
    content: "*";
    display: inline-block;
    font-size: 1.2em;
    text-indent: 0;
    margin-left: -4px;
}


@media screen and (max-width: 770px) {
    .fs-c-productActionButton.fs-c-buttonContainer {
        top: -15px!important;
    }
}

@media screen and (min-width: 360px) and (max-width: 375px) {
    .input-box:nth-of-type(30) dd {
    padding-bottom: 143px!important;
}
.fs-c-productActionButton.fs-c-buttonContainer {
        width: 63%!important;
}
.coj#fs_ProductDetails section.option-main .item-middle ul li.jacket-h {
        height: 268px!important;
}
.safari .coj li.lining-h {
    height:  200px!important;
}
.safari .coj li.jacket-length-h {
    height: 173px!important;
}
}
@media screen and (min-width: 390px) and (max-width: 400px) {
    .safari .input-box:nth-of-type(24) dd {
    padding-bottom: 129px!important;
}
}

@media screen and (min-width: 376px) and (max-width: 414px) {
          .safari .input-box:nth-of-type(4) dd.fs-c-productSelection__selection {
        margin-top:  -60px;
      }
      .safari .input-box:nth-of-type(6) dd.fs-c-productSelection__selection {
        margin-top: -90px;
        }
      .safari .fs-c-productOption .input-box:nth-of-type(8) {
        padding-bottom:  10px!important;
      }
      .safari .fs-c-productOption .input-box:nth-of-type(11) {
        margin-top:  -140px;
      }
      .safari section.option-main .item-middle ul li.jacket-h {
        height:  1182px!important;
      }
      .safari .fs-c-productOption .input-box:nth-of-type(14) dd {
        padding-bottom: 80px!important;
      }
      .safari #fs_ProductDetails section.option-main .item-middle ul li.jacket-h {
        height:  1164px!important;
      }
      .coj#fs_ProductDetails section.option-main .item-middle ul li.jacket-h {
    height: 308px!important;
}
      .input-box:nth-of-type(24) dd {
        padding-bottom: 129px!important;
      }
      dl.fs-c-productOption .input-box:nth-of-type(26) dd.fs-c-productOption__option {
        padding-bottom: 126px!important;
        border-bottom: 1px solid #ccc!important;
      }
      .safari .fs-c-productActionButton.fs-c-buttonContainer {
        top:  -13px!important;
      }
      .safari li.pants-bottom-h {
        height:  181px!important;
      }
      .safari li.jacket-sleeve-h {
        height:  178px!important;
      }
  .safari li.jacket-length-h {
    height: 182px!important;
  }
  .safari li.jacket-sleeve-h {
    height: 179px!important;
  }
  .fs-c-productQuantityAndWishlist {
    width: 22%;
    padding: 20px 24px 30px;
    height: 40px;
  }
  .safari .fs-c-productActionButton.fs-c-buttonContainer {
    top: -14.5px;
    width: 64%!important;
  }
  .safari #optionWithPrice_7,
  .safari #optionWithPrice_8, .safari #optionWithPrice_9, .safari #optionWithPrice_10, .safari #optionWithPrice_11 {
    width: 224px!important;
  }
  .safari select#optionWithPrice_1, .safari select#optionWithPrice_2, .safari select#optionWithPrice_3, .safari select#optionWithPrice_4, .safari select#optionWithPrice_5, .safari select#optionWithPrice_6, .safari select#optionWithPrice_12 {
    width: 222px!important;
  }
}

@media screen and (max-width: 360px) and (min-width: 415px) {
    .input-box:nth-of-type(8) {
        padding-bottom: 8px!important;
    }
    .input-box:nth-of-type(24) dd {
        padding-bottom:  129px!important;
    }
    .input-box:nth-of-type(26) dd.fs-c-productOption__option {
            padding-bottom: 126px!important;
    }
}

@media screen and (max-width: 375px) {
  .input-box:nth-of-type(2) dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-dropdown:after, .input-box:nth-of-type(12) dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-dropdown:after {
    right: 17px!important;
  }
        .safari li.pants-bottom-h {
        height:  196px!important;
      }
  .input-box:nth-of-type(4) dd.fs-c-productSelection__selection {
    left: 76px;
  }
  .input-box:nth-of-type(2) dd.fs-c-productSelection__selection .fs-c-productSelection__field:after, .input-box:nth-of-type(12) dd.fs-c-productSelection__selection .fs-c-productSelection__field:after {
    right: 9px!important;
  }
  .input-box:nth-of-type(4) dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-dropdown:after {
    right: 40px!important;
  }
  .input-box:nth-of-type(4) dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-productSelection__field:after, .input-box:nth-of-type(14) dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-productSelection__field:after {
    right: 23px!important;
  }
  .input-box:nth-of-type(2) dd.fs-c-productSelection__selection:nth-of-type(1) select, dd.fs-c-productSelection__selection:nth-of-type(6) select,
  select#option_6 {
    width: 60px!important;
  }
  .input-box:nth-of-type(2) dd.fs-c-productSelection__selection .fs-c-productSelection__field:after, .input-box:nth-of-type(12) dd.fs-c-productSelection__selection .fs-c-productSelection__field:after {
    right: 0!important;
  }
  .input-box:nth-of-type(2) dd.fs-c-productSelection__selection .fs-c-productSelection__field:after, .input-box:nth-of-type(12) dd.fs-c-productSelection__selection .fs-c-productSelection__field:after {
    right: 0!important;
  }
  .android .input-box:nth-of-type(2) dd.fs-c-productSelection__selection .fs-c-productSelection__field:after,
  .android .input-box:nth-of-type(12) dd.fs-c-productSelection__selection .fs-c-productSelection__field:after {
    right: -4px!important;
  }
  .android .fs-c-dropdown__menu {
    margin-left: 0!important;
  }
  .android section.option-main .fs-c-productOption__option select {
    margin-left: 6%!important;
  }
  .input-box:nth-of-type(4) dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-dropdown:after {
    right: 36px!important;
  }
  .input-box:nth-of-type(4) dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-productSelection__field:after, .input-box:nth-of-type(14) dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-productSelection__field:after {
    right: 21px!important;
  }
  .input-box:nth-of-type(6) dd.fs-c-productSelection__selection .fs-c-dropdown:after {
    right: 36px!important;
  }
  .input-box:nth-of-type(6) dd.fs-c-productSelection__selection .fs-c-productSelection__field:after, .input-box:nth-of-type(16) dd.fs-c-productSelection__selection .fs-c-productSelection__field:after {
    right: 21px!important;
  }
  section.option-main ul li.jacket-h {
    height: 1112px!important;
  }
  dd.fs-c-productSelection__selection:nth-of-type(1) select {
    /* padding-left: 0!important; */
    margin-left: 0!important;
  }
  dd.fs-c-productSelection__selection:nth-of-type(2) .fs-c-dropdown:after {
    right: 28px!important;
  }
  dd.fs-c-productSelection__selection:nth-of-type(2) select {
    width: 45%!important;
  }
  dd.fs-c-productSelection__selection:nth-of-type(2) .fs-c-productSelection__field:after {
    right: 12px!important;
  }
  dd.fs-c-productSelection__selection:nth-of-type(3) .fs-c-productSelection__field:after {
    right: 12px;
  }
  dd.fs-c-productSelection__selection:nth-of-type(3) .fs-c-dropdown:after {
    right: 28px!important;
  }
  dd.fs-c-productSelection__selection:nth-of-type(3) select {
    width: 35%;
}
.item-right-wrap .input-box:nth-of-type(10) {
    padding-bottom: 0px!important;
    margin-top: 0px;
}
.item-right-wrap .input-box:nth-of-type(8) {
    padding-bottom: 10px!important;
    margin-top: 0;
}
dl.fs-c-productOption .input-box:nth-of-type(2),
dl.fs-c-productOption .input-box:nth-of-type(4) {
    padding-bottom: 0!important;
}
dl.fs-c-productSelection .input-box:nth-of-type(2) {
    padding-bottom: 0!important;
}
  .fs-c-productSelection .input-box:nth-of-type(10):after {
    padding-top: 133px!important;
  }
  .safari li.jacket-length-h {
    height: 180px!important;
  }
  .safari li.jacket-sleeve-h {
    height: 181px!important;
  }
  .safari .fs-c-productActionButton.fs-c-buttonContainer {
    top: -15.5px!important;
  }
  dl.fs-c-productOption dd:nth-of-type(1) .fs-c-dropdown::after {
    right: 21px!important;
  }
  .input-box:nth-of-type(10) .fs-c-dropdown:after {
    top: 2px!important;
    right: 1px!important;
  }
  .iphone .fs-c-productOption .input-box:nth-of-type(10) .fs-c-dropdown::after {
    top: 11px!important;
  }
  .android li.jacket-length-h, .android li.pants-west-h {
    height: 181px!important;
  }
  .android li.jacket-sleeve-h {
    height: 172px!important;
  }
  .android li.pants-west-h {
    height: 181px!important;
  }
  .android .fs-c-productActionButton.fs-c-buttonContainer {
    top: -14.5px;
  }
  .android .fs-c-productSelection .input-box:nth-of-type(10):after {
    padding-top: 158px!important;
  }
  .android .input-box:nth-of-type(2) dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-dropdown:after, .android .input-box:nth-of-type(12) dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-dropdown:after {
    right: 18px!important;
  }
  .android .input-box:nth-of-type(4) dd.fs-c-productSelection__selection:nth-of-type(1) .fs-c-dropdown:after {
    right: 37px!important;
  }
  .android .input-box:nth-of-type(6) dd.fs-c-productSelection__selection .fs-c-dropdown:after {
    right: 37px!important;
  }
  .android select#option_7, .android select#option_8, .android select#option_5, .android select#option_10 {
    width: 93.5%!important;
  }
  .android .fs-c-productOption .input-box:nth-of-type(14) .fs-c-dropdown::after {
    right: 21px!important;
    top: 11px!important;
  }
  .android dl.fs-c-productOption dd:nth-of-type(1) .fs-c-dropdown::after {
    right: 21.5px!important;
  }
  .android section.option-item .fs-c-dropdown__menu {
    width: 173px!important;
  }
  .android .fs-c-productOption .input-box:nth-of-type(10) .fs-c-dropdown:after {
    top: 11px!important;
  }
  .android .fs-c-productOption .input-box:nth-of-type(12) dd {
    padding-bottom: 167px!important;
  }
  .android .fs-c-productQuantityAndWishlist {
    margin-left: -35%!important;
  }
  .android .input-box:nth-of-type(2) dd.fs-c-productSelection__selection:nth-of-type(1) select,
  .android dd.fs-c-productSelection__selection:nth-of-type(6) select, select#option_6 {
    width: 55px!important;
  }
}

@media screen and (min-width: 428px) and (max-width: 430px) {
.fs-l-productLayout .input-box:nth-of-type(24) dd {
    padding-bottom: 129px!important;
}
#fs_ProductDetails section.option-main .item-middle ul li.jacket-h {
    height: 1142px!important;
}
.fs-l-productLayout .input-box:nth-of-type(4) dd.fs-c-productSelection__selection {
    margin-top: -60px!important;
}
.fs-l-productLayout .input-box:nth-of-type(6) dd.fs-c-productSelection__selection {
    margin-top: -90px!important;
}
.fs-l-productLayout #option_1, .fs-l-productLayout #option_2, .fs-l-productLayout #option_3 {
    margin-left: 5%!important;
}
.fs-l-productLayout .fs-c-productOption .input-box:nth-of-type(8) {
    padding-bottom: 10px!important;
}
.fs-l-productLayout .fs-c-productOption .input-box:nth-of-type(11) {
    margin-top: -140px!important;
}
.fs-l-productLayout #optionWithPrice_7, .fs-l-productLayout #optionWithPrice_8, .fs-l-productLayout #optionWithPrice_9, .fs-l-productLayout #optionWithPrice_10, .fs-l-productLayout #optionWithPrice_11 {
    width: 251px!important;
}
.fs-l-productLayout .fs-c-productOption .input-box:nth-of-type(14) dd {
    padding-bottom:  80px!important;
}
.fs-l-productLayout section.option-main .item-middle ul li.jacket-h {
    height:  1082px!important;
}
.fs-l-productLayout .input-box:nth-of-type(22) dd.fs-c-productOption__option {
    padding-bottom:  128px!important;
}
.fs-l-productLayout .input-box:nth-of-type(24) dd {
    padding-bottom: 118px!important;
}
.safari li.sparepants-length-h {
    height: 181px!important;
}
.fs-l-productLayout li.jacket-sleeve-h {
    height: 165px!important;
}
.fs-l-productLayout  .fs-c-productQuantityAndWishlist {
    width:  24%!important;
}
}

.coj .fs-c-productActionButton.fs-c-buttonContainer {
    top: 4px!important;
}
.coj .fs-c-productQuantityAndWishlist {
    margin-left:  0;
}
.safari .cocs li.jacket-sleeve-h {
height: 64px!important;
}

/* modal 20230213 */

.el_modal_box .btn {
    font-size: 14px;
      text-align: center;
      width: 210px;
      background: #233961;
      color: white;
      margin-bottom: 30px;
      transition: 0.4s;
      margin: 0 auto;
      margin-top: 50px;
}
.el_modal_box .btn:hover {
  background: #fff;
  border: 1px solid #233961;
}
.el_modal_box .btn a:hover {
  color: #233961;
}
.el_modal_box .btn a {
    display: block;
      text-decoration: none;
      color: white;
      padding: 12px 0;
      transition: 0.4s;
      box-shadow: 2px 2px 4px 0px #b3b3b3;
}
.el_modal_box {
  margin-top: 100px;
}
.el_modal_box h4 {
  text-align: center;
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 3px;
  color: #1a1a1a;
  margin-bottom: 50px;
  font-family: a-otf-futo-min-a101-pr6n, serif !important;
}
.mv-tradition .el_modal_box {
  margin-bottom: 100px;
}
.modaal-image .modaal-container {
  width: 100%;
  max-width: 750px !important;
}
@media screen and (max-width: 768px) {
  .el_modal_box {
      margin-top: 8%;
    }
        .mv-tradition .el_modal_box {
          margin-bottom: 10%;
        }
        .el_modal_box .btn {
          margin-top: 0;
        }

  .el_modal_box h4 {
    font-size: 18px !important;
    width: 90% !important;
    margin: 0 auto !important;
    margin-bottom: 8% !important;
    letter-spacing: 1px !important;
    line-height: 1.5 !important;
  }
  .mv-tradition .el_modal_box {
    margin-top: 0;
  }
    body#fs_ProductDetails .modaal-image .modaal-container .modaal-close:before,
    body#fs_CustomPage .modaal-image .modaal-container .modaal-close:before {
      left: 31px !important;
      top: -19px !important;
      color: black !important;
    }
}

.coj section.option-main section.option-item .box .item-left .box p:nth-of-type(3) {
    display: none!important;
}

section.main-lining-toll .box h5 span.f-style {
    font-size: 14px;
    opacity: 0.6;
    letter-spacing: 1px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/* SS24 調整 */
section.option-main section.option-item .box .item-left .box p.hp_coj {
    display: none;
}
.coj section.option-main ul li.jacket-h .btn:nth-of-type(1) {
  margin-top: 0!important;
}
.cop .fs-c-radio__radioMark,
.coc .fs-c-radio__radioMark,
.cocs .fs-c-radio__radioMark {
  border-radius: 0!important;
}
.cop .fs-c-radio__radioLabelText,
.coc .fs-c-radio__radioLabelText,
.cocs .fs-c-radio__radioLabelText {
  letter-spacing: normal!important;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.cop section.option-main .fs-c-productOption__option:nth-of-type(2) .fs-c-radio:nth-of-type(1),
.coc section.option-main .fs-c-productOption__option:nth-of-type(3) .fs-c-radio:nth-of-type(1) {
    display: none;
}
.cocs section.option-main .fs-c-productOption__option:nth-of-type(5) .fs-c-radio:nth-of-type(1) {
    display: none;
}
.cop section.option-main .fs-c-productOption__option:nth-of-type(2),
.coc section.option-main .fs-c-productOption__option:nth-of-type(2),
.cocs section.option-main .fs-c-productOption__option:nth-of-type(2) {
  padding-left: 22px;
}
section.option-main ul li.jacket-h .btn.hp_cop,
section.option-main ul li.jacket-h .btn.hp_coc,
section.option-main ul li.jacket-h .btn.hp_cocs {
  display: none;
}
.cop section.option-main ul li.jacket-h .btn.hp_cop {
  display: block;
}
.coc section.option-main ul li.jacket-h .btn.hp_coc {
  display: block;
}
.cocs section.option-main ul li.jacket-h .btn.hp_cocs {
  display: block;
}


/* カジュアルオーダーパンツ */

.cop section.option-main .item-middle ul li h4,
.cop section.option-main .item-middle ul li p,
.cop section.option-main ul li.jacket-h .btn {
  display: none;
}

.cop dl.fs-c-productOption dt:nth-of-type(1):before {
  content: none!important;
}


.cop section.option-main .fs-c-productOption__option:nth-of-type(6) {
    padding-bottom: 40px!important;
    border-bottom: 1px solid #ccc!important;
    margin-bottom: 30px!important;
}
.cop section.option-main .fs-c-productOption__option:nth-of-type(7) {
    padding-bottom: 177px!important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px!important;
}

.cop section.option-main dl.fs-c-productOption {
  margin-top: 0!important;
  border-top: 1px solid #ccc;
}

.cop section.option-main ul li.jacket-h {
  height: 484px!important;
}

.cop dt.fs-c-productOption__name:nth-of-type(7) {
  border-top: 1px solid #ccc;
}

.cop section.option-main .fs-c-productOption__option:nth-of-type(8) input {
    height: auto;
    width: 86%!important;
    border: 1px solid #ccc!important;
    background: white!important;
    margin-left: 7%!important;
    margin-bottom: 10px !important;
}

.cop section.option-main .item-middle ul li.button-h h4,
.cop section.option-main .item-middle ul li.button-h p {
    display: block;
}

.cop section.option-main .item-middle ul li.button-h p:after {
  content: "※カジュアルオーダージャケットと同時注文のお客様は、ジャケットと同じを選択ください。";
  display: block;
  color: red;
  margin-top: 10px;
}

.cop li.button-h {
  height: 220px;
  margin-bottom: 30px;
}

.cop li.jacket-length-h {
  border-top: 1px solid #ccc;
  height: 54px;
}

.cop li.lining-h,
.cop li.sparepants-length-h {
  display: none;
}

.cop section.option-main .fs-c-productOption__option:nth-of-type(8):after,
.cop section.option-main .fs-c-productOption__option:nth-of-type(9):after {
  display: none!important;
}

.cop section.option-main .fs-c-productOption__name:nth-of-type(8) {
  margin-top: 30px;
}

.cop section.option-main .fs-c-productOption__option:nth-of-type(8) {
  padding-bottom: 10px;
}

.cop section.option-main .fs-c-productOption__option:nth-of-type(9) {
    padding-bottom: 76px;
    border-bottom: 1px solid #ccc!important;
}

.cop li.jacket-sleeve-h:after {
    content: "※出来上がり寸法からウエストゴムの機能で約16cm までお召いただけますので、穿く位置の実寸マイナス2cm~3cm のご指定を推奨いたします。";
    display: block;
    letter-spacing: 0px;
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 12px;
    margin-top: 10px;
}

.cop li.pants-west-h:after {
    content: "ひざ幅と裾巾が影響するシルエットについて膝を起点としまして、裾巾との差寸によりシルエットが変わります。差寸-1〜2cm ・・・ストレートなシルエット-3cm ・・・一般的なノーマルシルエット-4〜5cm ・・・すっきりとしたテーパードシルエット";
    display: block;
    font-size: 12px;
    display: block;
    letter-spacing: 0px;
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 12px;
    margin-top: 10px;
}

.cop li.pants-west-h {
    height: 195px;
}

.cop section.option-main .fs-c-productOption__option:nth-of-type(10) {
    padding-bottom: 151px;
    border-bottom: 0;
    margin-bottom: 0;
}

.cop section.option-main .fs-c-productOption__name:nth-of-type(11) {
  border-top: 0!important;
}

.cop section.option-main .fs-c-productOption__option:nth-of-type(11) {
    padding-bottom: 30px;
}

.cop li.pants-bottom-h {
    height: 74px!important;
}

.cop section.option-main .fs-c-productOption__name:nth-of-type(12) {
    display: none;
}

.cop section.option-main .fs-c-productOption__option:nth-of-type(12) {
    width: calc(618px - 40px)!important;
    margin-left: -279px;
    padding:  20px;
    border-bottom: 1px solid #ccc!important;
    border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
            margin-top: 30px;
}

.cop section.option-main .fs-c-productOption__option:nth-of-type(12) .fs-c-productOption__comment {
    font-size: 14px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    line-height: 1.8;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.cop .fs-c-productQuantityAndWishlist {
  margin-left: 0!important;
  margin-top: 30px!important;
}

.cop section.option-main section.option-item .box .item-left .box p:nth-of-type(4),
.cop section.option-main section.option-item .box .item-left .box p:nth-of-type(5) {
  display: none;
}

.cop section.option-main .box:nth-of-type(2) {
      margin-top: 730px;
}

.cop section.option-main .box:nth-of-type(2) p:nth-of-type(3) {
  display: none;
}

/* カジュアルオーダーコート */
.coc section.option-main section.option-item .box .item-left .box p:nth-of-type(4),
.coc section.option-main section.option-item .box .item-left .box p:nth-of-type(5) {
  display: none!important;
}

.coc section.option-main .item-middle ul li h4 {
  display: none;
}

.coc section.option-main .item-middle ul li.jacket-h p,
.coc section.option-main .item-middle ul li.jacket-h .btn {
  display: none;
}
.coc section.option-main .item-middle ul li.jacket-h .btn.hp_coc {
  display: block;
}
.coc dl.fs-c-productOption dt:nth-of-type(1):before {
  display: none;
}
.coc section.option-main dl.fs-c-productOption {
  margin-top: 0!important;
  border-top: 1px solid #ccc;
}
.coc section.option-main .fs-c-productOption__option:nth-of-type(2) {
  padding-left: 0!important;
}
.coc section.option-main .fs-c-productOption__name .fs-c-productOption__label {
    font-size: 14px;
}
.coc section.option-main .fs-c-productOption__option:nth-of-type(3) {
    padding-left: 25px;
}
.coc section.option-main .fs-c-productOption__option:nth-of-type(3) {
    padding-left: 25px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc!important;
}
.cocs section.option-main .fs-c-productOption__option:nth-of-type(3) {
  margin-bottom: 0;
  border-bottom: 0!important;
}
.cocs section.option-main .fs-c-productOption__option:nth-of-type(4) {
    border-bottom: 0 !important;
    padding-left: 25px;
}
.cocs section.option-main .fs-c-productOption__option:nth-of-type(3) {
  padding-bottom: 20px!important;
}
.cocs section.option-main .fs-c-productOption__name:nth-of-type(4) {
  border-top: 0!important;
  padding-top: 0;
}
.cocs section.option-main .fs-c-productOption__name:nth-of-type(5) {
    padding-top: 0 !important;
}
.cos section.option-main ul li.jacket-h {
    height: 342px;
}
.cocs section.option-main .fs-c-productOption__option:nth-of-type(4) {
  border-bottom: 0 !important;
}
.cocs section.option-main ul li.jacket-h {
    border-bottom: 0;
    margin-bottom: 0;
}
.coc section.option-main ul li.jacket-h {
  height: 221px;
}
.coc section.option-main .fs-c-productOption__name:nth-of-type(4) {
    border-top: 1px solid #ccc;
    white-space: nowrap;
}
.coc section.option-main .item-middle ul li.button-h p:after {
  content: "※ラグランコートの有料ボタンについては、下記の金額が加算されます。尚、弊社にて金額修正をさせていただきます。ラグランコート 1,100 税込";
  display: block;
}
.coc li.button-h {
    height: 200px;
}
.coc section.option-main .fs-c-productOption__option:nth-of-type(4) {
    padding-bottom: 156px;
    border-bottom: 1px solid #ccc!important;
}

.coc li.lining-h .btn:nth-of-type(2) {
    display: none;
}

.gecko .coc li.lining-h {
  height: 109px;
}

.coc li.lining-h {
  height: 110px;
  margin-bottom: 30px;
}
.coc section.option-main .fs-c-productOption__option:nth-of-type(5) {
    padding-bottom: 66px;
    border-bottom: 1px solid #ccc!important;
    margin-bottom: 30px;
}
.coc section.option-main .fs-c-productOption__name:nth-of-type(6) {
  border-top: 1px solid #ccc!important;
}
.cocs section.option-main .fs-c-productOption__name:nth-of-type(6),
.cocs dt.fs-c-productOption__name:nth-of-type(7) {
  white-space: nowrap;
}
.coc li.sparepants-length-h {
  display: none;
}

.coc section.option-main .item-middle ul li.jacket-length-h p,
.coc section.option-main .item-middle ul li.jacket-sleeve-h p,
.coc li.pants-west-h,
.coc li.pants-bottom-h  {
  display: none;
}

.coc li.jacket-length-h {
  height: 63px;
      border-top: 1px solid #ccc;
}
.coc section.option-main .fs-c-productOption__option:nth-of-type(6) {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc!important;
}
.coc section.option-main .fs-c-productOption__option:nth-of-type(7) {
    padding-bottom: 20px!important;
}
.coc section.option-main .fs-c-productOption__name:nth-of-type(8) {
  display: none;
}
.coc li.jacket-sleeve-h {
    height: 63px!important;
}
.win .cocs li.jacket-sleeve-h {
    height: 64px!important;
}
.win.gecko .cocs li.jacket-sleeve-h {
    height: 63px!important;
}
.coc .fs-c-productActionButton.fs-c-buttonContainer {
  top: 4px!important;
}
.coc section.option-main .fs-c-productOption__option:nth-of-type(8) {
    width: calc(618px - 40px)!important;
    margin-left: -279px;
    padding: 20px;
    border-bottom: 1px solid #ccc!important;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 0px;
}
.coc section.option-main .fs-c-productOption__option:nth-of-type(8) .fs-c-productOption__comment {
font-size: 14px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    line-height: 1.8;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.coc section.option-main .fs-c-productOption__option:nth-of-type(8):after,
.coc section.option-main .fs-c-productOption__option:nth-of-type(9):after {
  display: none;
}

.coc .fs-c-productQuantityAndWishlist {
  margin-left: 0!important;
}

.coc section.option-main .box:nth-of-type(2) {
    margin-top: 255px;
}

.coc section.option-main section.option-item .box .item-left .box:nth-of-type(2) p:nth-of-type(3) {
  display: none;
}


/* カットソー */
.safari .coc section.option-main ul li.jacket-h {
  height: 235px!important;
}
.cocs section.option-main .item-middle ul li.jacket-h .btn.hp_coc {
  display: none;
}
.cocs section.option-main .item-middle ul li.jacket-h .btn.hp_cocs {
  display: block;
}
.cocs li.button-h,
.cocs li.lining-h {
  display: none;
}
.cocs section.option-main .fs-c-productOption__option:nth-of-type(4) {
  padding-bottom: 20px;
      border-bottom: 0 !important;
}
.cocs section.option-main .fs-c-productOption__option:nth-of-type(5) {
  padding-bottom: 19px;
  padding-left: 25px;
}
.cocs section.option-main ul li.jacket-h {
    height: 344px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.cocs li.jacket-length-h {
  height: 74px;
}

.cocs section.option-main .fs-c-productOption__name:nth-of-type(8) {
  display: none;
}
.cocs section.option-main .fs-c-productOption__option:nth-of-type(8) {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc!important;
    width: calc(618px - 40px)!important;
    margin-left: -279px;
    padding: 20px;
    border-bottom: 1px solid #ccc!important;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 0px;
}
.cocs section.option-main .fs-c-productOption__option:nth-of-type(6) .fs-c-productOption__comment {
    font-size: 14px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    line-height: 1.8;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.safari .cocs section.option-main ul li.jacket-h {
  height: 361px!important;
}
.cocs section.option-main .fs-c-productOption__option:nth-of-type(3) .fs-c-radio:nth-of-type(1) {
    display: block !important;
}
.cocs section.option-main .box:nth-of-type(2) {
    margin-top: 40px;
}
.cocs .fs-c-productActionButton.fs-c-buttonContainer {
    top: 5px!important;
}

.safari .cop section.option-main ul li.jacket-h {
  height: 522px!important;
}
.safari .cop li.jacket-length-h {
  height: 115px!important;
}
.safari .cop li.jacket-sleeve-h {
  height: 136px!important;
}

.safari .coc li.button-h {
  height: 201px!important;
}
.safari .coc li.jacket-length-h {
  height: 65px!important;
}
.safari .coc section.option-main .fs-c-productOption__option:nth-of-type(8) {
  padding-bottom: 20px!important;
}
.win.chrome .cop section.option-main ul li.jacket-h {
  height: 489px!important;
}
.win.chrome .cop li.button-h {
  height: 220px!important;
}
.win.chrome .cop li.jacket-length-h {
  height: 54px!important;
}
.win.chrome .cop li.pants-west-h {
  height: 198.5px!important;
}
.win.chrome .cop section.option-main .fs-c-productOption__option:nth-of-type(10) {
  padding-bottom: 155px!important;
}
.win.chrome .cop li.pants-bottom-h {
  height: 74px!important;
}
.win.chrome .cop section.option-main ul li.jacket-h {
  height: 223px;
}
.win.chrome .cop li.button-h {
  height: 220px!important;
}
.win.chrome .cop li.jacket-length-h {
  height: 54px!important;
}
.win.gecko .cop section.option-main ul li.jacket-h {
  height: 489px!important;
}
.win.gecko .cop li.button-h {
  height: 220px!important;
}
.win.gecko .cop li.jacket-length-h {
  height: 53px!important;
}
.win.gecko .cop .fs-c-productActionButton.fs-c-buttonContainer {
  top: 8px!important;
}
.win.gecko .cop li.pants-west-h {
  height: 196px!important;
}
.win.gecko .cop li.pants-bottom-h {
  height: 74px!important;
}
.win.chrome .coc section.option-main ul li.jacket-h {
  height: 223px!important;
}
.win.chrome .coc li.button-h {
  height: 201px!important;
}
.win.chrome .coc li.jacket-length-h {
  height: 65px!important;
}
.win.chrome .cocs section.option-main ul li.jacket-h {
  height: 350px!important;
}
.win.chrome .cocs li.jacket-length-h {
  height: 75px!important;
}
.win.gecko .coc section.option-main ul li.jacket-h {
  height: 350px;
}
.win.gecko .coc li.button-h {
  height: 201px!important;
}
.win.gecko .coc li.lining-h {
  height: 110px!important;
}
.win.gecko .coc li.jacket-length-h {
  height: 75px!important;
}
.win.gecko .coc .fs-c-productActionButton.fs-c-buttonContainer {
  top: 9px!important;
}
.safari .cocs li.jacket-length-h {
  height: 75px!important;
}

.table-box__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


@media screen and (max-width: 770px) {
  .coc dl.fs-c-productOption .input-box:nth-of-type(1) {
        padding-top: 0px;
  }
  .coc .fs-c-productOption .input-box:nth-of-type(6) .fs-c-radio:nth-of-type(1) {
    display: none;
  }
  .coc .fs-c-productOption .input-box:nth-of-type(6) .fs-c-radio:nth-of-type(2) {
      margin-left: 16px;
  }
  .coc .fs-c-productOption .input-box:nth-of-type(7) {
    padding-top: 25px!important;
  }
  .coc dl.fs-c-productOption .input-box:nth-of-type(1) dt {
    padding-top: 30px!important;
  }
  .coc .fs-c-productOption .input-box:nth-of-type(6) .fs-c-radio:nth-of-type(1) {
    display: none;
  }
  .coc .fs-c-productOption .input-box:nth-of-type(6) .fs-c-radio:nth-of-type(2) {
      margin-left: 16px;
  }
  .coc .fs-c-productOption .input-box:nth-of-type(7) {
    padding-top: 20px!important;
  }
  .coc .fs-c-productOption .input-box:nth-of-type(7) {
        margin-top: 30px!important;
            border-top: 1px solid #ccc;
  }
  .cocs .fs-c-productOption .input-box:nth-of-type(7) {
        margin-top: 0px!important;
            border-top: 0!important;
  }
  .cocs .fs-c-productOption .input-box:nth-of-type(6) dd {
border-bottom: 0 !important;
    height: auto;
  }
  .cocs .item-right-wrap .input-box:nth-of-type(8) dd,
  .cocs .item-right-wrap .input-box:nth-of-type(10) dd {
    padding-left: 16px;
    padding-top: 10px;
  }
  .cocs .fs-c-productOption .input-box:nth-of-type(9) {
    border-top: 0 !important;
  }
  .cocs .fs-c-productOption .input-box:nth-of-type(7) dt {
    border-right: 0;
    padding-top: 0px !important;
    padding-bottom: 0;
    margin-top: 0;
  }
  .coc .fs-c-productOption .input-box:nth-of-type(6) {
    padding-bottom: 0px!important;
  }
  .safari .coc section.option-main ul li.jacket-h,
  .coc section.option-main ul li.jacket-h {
    height: 197px!important;
  }
  .safari .cocs section.option-main ul li.jacket-h,
  .cocs section.option-main ul li.jacket-h {
    height: 371px!important;
  }
  .coc .fs-c-productOption .input-box:nth-of-type(6) dd {
        border-bottom: 1px solid #ccc!important;
  }
  .cocs .fs-c-productOption .input-box:nth-of-type(6) dd {
    border-bottom: 0!important;
  }
  .coc .safari #optionWithPrice_8 {
    transform: scale(1)!important;
  }
  .coc .item-right-wrap .input-box:nth-of-type(8) {
    margin-bottom: 30px;
        border-bottom: 1px solid #ccc;
  }
  .coc li.button-h,
  .mobile .coc li.button-h {
    height: 290px!important;
    margin-bottom: 30px;
  }
  .coc .item-right-wrap .input-box:nth-of-type(8) {
        padding-bottom: 223px!important;
  }
  .coc li.lining-h {
        border-top: 1px solid #ccc;
  }
  .iphone .coc .fs-c-productOption .input-box:nth-of-type(9),
  .coc .fs-c-productOption .input-box:nth-of-type(9) {
        border-top: 1px solid #ccc;
  }
  .coc li.lining-h {
    height: 164px!important;
  }
  .coc .fs-c-productOption .input-box:nth-of-type(10) dd {
        padding-bottom: 133px!important;
            margin-bottom: 47px;
  }
  .safari .coc .fs-c-productOption .input-box:nth-of-type(11) {
        border-top: 1px solid #ccc!important;
  }
  .coc li.button-h {
    margin-bottom: 0!important;
        border-bottom: 0;
  }
  .coc .item-right-wrap .input-box:nth-of-type(8) {
    margin-bottom: 0!important;
    border-bottom: 0;
  }
  .coc .input-box:nth-of-type(12) dd:after,
  .coc .input-box:nth-of-type(14) dd:after {
    display: none!important;
  }
  .coc .fs-c-productOption .input-box:nth-of-type(12) dd {
    padding-bottom: 20px!important;
    border-bottom: 0;
    border-bottom: 1px solid #ccc!important;
  }
  .safari .coc li.jacket-length-h {
    height: 89px!important;
  }
  .safari .coc .fs-c-productOption .input-box:nth-of-type(14) dd,
  .coc .fs-c-productOption .input-box:nth-of-type(14) dd {
    padding-bottom: 20px!important;
  }
  .coc li.jacket-sleeve-h {
    height: 89px!important;
  }
  .coc .fs-c-productOption .input-box:nth-of-type(15) dt {
    display: none;
  }
  .coc .fs-c-productOption .input-box:nth-of-type(16) dd {
    font-size: 12px;
    letter-spacing: 0px;
    margin-bottom: 0;
    line-height: 1.6;
    padding: 0 5%;
    padding-bottom: 10px!important;
    background: #fff;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    border: 0!important;
  }
  .safari .coc .fs-c-productOption .input-box:nth-of-type(16),
  .coc .fs-c-productOption .input-box:nth-of-type(16) {
    padding-bottom: 50px!important;
    width: 93.3333vw;
    margin-left: -33vw;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: 14px;
    padding-top: 10px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .safari .cocs .fs-c-productOption .input-box:nth-of-type(16),
  .cocs .fs-c-productOption .input-box:nth-of-type(16) {
    padding-bottom: 0px !important;
    width: 93.3333vw;
    margin-left: -33vw;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: 0;
    padding-top: 10px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 0;
  }
  .cocs .item-right-wrap .input-box:nth-of-type(10) dd div > span:nth-of-type(1) {
    display: none !important;
  }
  .cocs .fs-c-productOption .input-box:nth-of-type(6) .fs-c-radio:nth-of-type(1) {
    display: block;
    margin-left: 16px;
  }
  .coc .fs-c-productOption .input-box:nth-of-type(16) dd .fs-c-radio__label  {
    margin-top: 10px;
  }
  .coc .fs-c-productOption .input-box:nth-of-type(16) dd .fs-c-radio__label span {
    font-size: 12px;
  }
  .coc .fs-c-productOption .input-box:nth-of-type(15) {
    border-top: 0!important;
  }
  .coc .fs-c-productActionButton.fs-c-buttonContainer,
  .safari .coc .fs-c-productActionButton.fs-c-buttonContainer {
    top: -15.5px!important;
  }
}

@media screen and (max-width: 770px) {
  .cocs .item-right-wrap .input-box:nth-of-type(8) {
      padding-bottom: 0px!important;
  }
  .cocs .fs-c-productOption .input-box:nth-of-type(10) dd {
        padding-bottom: 20px!important;
  }
  .cocs li.jacket-sleeve-h {
        height: 89px!important;
  }
  .safari .cocs li.jacket-sleeve-h {
        height: 89px!important;
  }
  .safari .cocs .fs-c-productOption .input-box:nth-of-type(11),
  .cocs .fs-c-productOption .input-box:nth-of-type(11) {
    margin-top: 30px!important;
  }
  .cocs .fs-c-productOption .input-box:nth-of-type(16) dd {
    padding-bottom: 20px!important;
    border-bottom: 0;
    border-bottom: 1px solid #ccc!important;
    margin-bottom: 14px;
    padding-top: 10px;
    background: #fff;
    border-top: 1px solid #ccc;
  }
  .cocs .fs-c-productOption .input-box:nth-of-type(16) {
        width: 93.3333vw;
    margin-left: -33vw;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
        margin-top: 0;
  }
  .cocs .fs-c-productOption .input-box:nth-of-type(16) dd {
    font-size: 12px;
    letter-spacing: 0px;
    margin-bottom: 0;
    line-height: 1.6;
    padding: 0 5%;
    padding-bottom: 55px!important;
    padding-top: 10px;
    background: #fff;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    border-right: 0;
  }
  .cocs .fs-c-productOption .input-box:nth-of-type(10) dd {
    margin-bottom: 0!important;
    padding-bottom: 0 !important;
  }
  .cocs .fs-c-productOption .input-box:nth-of-type(10):after {
    display: none!important;
  }
  .cocs .fs-c-productOption .input-box:nth-of-type(12) .fs-c-radio__radioLabelText {
    font-size: 12px!important;
  }
  .cocs .fs-c-productOption .input-box:nth-of-type(12) dd .fs-c-radioGroup {
    margin-top: 10px;
  }
  .cocs .fs-c-productQuantityAndWishlist {
    margin-top: 30px;
}
}

@media screen and (max-width: 770px) {
  .cop dl.fs-c-productOption .input-box:nth-of-type(3) {
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 11px;
  }
  .cocs .input-box:nth-of-type(2n) {
    padding-bottom: 0 !important;
  }
  .safari .cocs#fs_ProductDetails section.option-main .item-middle ul li.jacket-h,
  .cocs#fs_ProductDetails section.option-main .item-middle ul li.jacket-h {
    height: 371px !important;
  }
  .cop dl.fs-c-productOption .input-box:nth-of-type(3) dt {
    display: block!important;
    margin-top: 0px;
    padding-top: 0!important;
    padding-bottom: 10px!important;
  }
  .cop dl.fs-c-productOption .input-box:nth-of-type(4) dd .fs-c-radio:nth-of-type(1) {
    display: none;
  }
  .cop dl.fs-c-productOption .input-box:nth-of-type(4) dd span {
    font-size: 11px;
  }
  .cop dl.fs-c-productOption .input-box:nth-of-type(4) dd {
    padding-left: 15px;
    padding-bottom: 30px!important;
  }
  .cop dl.fs-c-productOption .input-box:nth-of-type(1) dt {
    padding-top: 22px!important;
  }
  .cop dl.fs-c-productOption .input-box:nth-of-type(2) {
    padding-bottom: 10px!important;
  }
  .cop .fs-c-productOption .input-box:nth-of-type(7) {
    padding-top: 40px!important;
  }
  .cop .item-right-wrap .input-box:nth-of-type(8) {
    padding-bottom: 0px!important;
  }
  .safari .cop .fs-c-productOption .input-box:nth-of-type(8) dd {
    padding-bottom: 0!important;
  }
  .cop .fs-c-productOption .input-box:nth-of-type(10) dd {
    padding-bottom: 10px!important;
    border-bottom: 0!important;
  }
  .cop .input-box:nth-of-type(12) dd:after,
  .cop .input-box:nth-of-type(14) dd:after {
    display: none!important;
  }
  .cop .fs-c-productOption .input-box:nth-of-type(12) dd {
    padding-bottom: 20px!important;
    border-bottom: 1px solid #ccc!important;
  }
  .cop section.option-main .fs-c-productOption__name {
    padding-bottom: 0!important;
  }
  .cop .fs-c-productOption .input-box:nth-of-type(13) dt {
    padding-top: 20px!important;
  }
  .safari .cop .fs-c-productOption .input-box:nth-of-type(14) dd,
  .cop .fs-c-productOption .input-box:nth-of-type(14) dd {
    padding-bottom: 25px!important;
  }
   .mobile.cop section.option-main ul li.jacket-h {
    height: 376px!important;
  }
  .cop .fs-c-productOption .input-box:nth-of-type(15) {
    margin-top: 0!important;
    border-top: 0!important;
  }
  .cop .fs-c-productOption .input-box:nth-of-type(13) {
    margin-top: 30px!important;
    border-top: 1px solid #ccc!important;
  }
  .mobile .cop section.option-main ul li.jacket-h {
    height: 376px!important;
}
  .cop li.button-h p:after {
    content: "※カジュアルオーダージャケットと同時注文のお客様は、ジャケットと同じを選択ください。";
    font-size: 10px!important;
  }
  .safari .cop li.jacket-sleeve-h,
  .mobile .cop li.jacket-sleeve-h {
    height: 181px!important;
  }
  .cop li.button-h {
    height: 300px!important;
  }
  .safari .cop .fs-c-productOption .input-box:nth-of-type(14) dd,
  .cop .fs-c-productOption .input-box:nth-of-type(14) dd {
    padding-bottom: 259px!important;
        margin-bottom: 30px!important;
  }
  .cop .fs-c-productOption .input-box:nth-of-type(15) {
        border-top: 1px solid #ccc!important;
  }
  .safari .cop #optionWithPrice_11,
  .cop #optionWithPrice_11 {
    transform: scale(1)!important;
    height: 30px!important;
    width: 84%!important;
    margin-left: 7%!important;
    border: 1px solid !important;
    background: #fff!important;
  }
  .cop .fs-c-productOption .input-box:nth-of-type(16) dd {
    padding-bottom: 100px!important;
  }
  .safari .cop li.jacket-length-h,
  .cop li.jacket-length-h {
    height: 51px!important;
  }
  .cop li.jacket-sleeve-h:after {
    font-size: 10px!important;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .cop dl.fs-c-productOption .input-box:nth-of-type(18) dd {
    padding-bottom: 122px!important;
    border-bottom: 1px solid #ccc!important;
  }
  .cop li.pants-west-h:after {
    font-size: 10px!important;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .cop li.pants-west-h {
        height: 270px!important;
  }
  .cop .input-box:nth-of-type(20) {
        height: 268px;
        margin-bottom: 0!important;
        border-bottom: 0!important;
  }
  .cop .input-box:nth-of-type(20) dd {
    padding-bottom: 227px!important;
  }
  .cop .input-box:nth-of-type(22) dd {
        padding-bottom: 31px!important;
  }
  .cop .input-box:nth-of-type(23) .fs-c-productOption__name {
    display: none!important;
  }
  .cop .input-box:nth-of-type(24) {
    margin-bottom: 14px;
    padding-top: 10px;
    background: #fff;
    border-top: 1px solid #ccc;
    width: 93.3333vw;
    margin-left: -33vw;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .cop .input-box:nth-of-type(24) dd {
    font-size: 12px;
    letter-spacing: 0px;
    margin-bottom: 0;
    line-height: 1.6;
    padding: 0 5%;
    padding-bottom: 56px!important;
    background: #fff;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .cop .input-box:nth-of-type(24) dd span {
    font-size: 12px;
        margin-top: 5px;
  }
  .cop .safari .fs-c-productActionButton.fs-c-buttonContainer {
    top: -15.5px!important;
    height: 48px;
  }
}

.gecko .coc .fs-c-productActionButton.fs-c-buttonContainer {
  top: 8px !important;
}
