@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;
}
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;
}
.clear {
	clear: both;
}

/* メニュー */

header {
  padding:10px;
}
#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;
  position: relative;
  z-index: 10000;
}
#nav-open span, #nav-open span:before {
  position: absolute;
  height: 1px;
  width: 35px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -10px;
}
#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%;
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 430px;
  height: 100%;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
.nav-content-box {
    width: calc(100% + 17px);
    height: 100%;
    overflow-y: scroll;
}
#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);
}
.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;
}

.cart-box a {
    text-decoration: none;
    color: #1a1a1a;
}

/* 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 {
	position: relative;
	height: 240px;
    z-index: 100;
}
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: 16px;
    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;
}

.sp {
    display: none;
}
.pc {
    display: block;
}

/* mv */

.mv {
	width: 100%;
}
.mv img {
	width: 100%;
}
section.step .box {
    margin-top: 100px;
    background: #f7f7f7;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 90px;
    width: calc(100% - 80px);
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 90px;
    position: relative;
}
section.step .box h3 {
	text-align: center;
	font-size: 20px;
	color: #253861;
	font-weight: 100;
	letter-spacing: 3px;
	margin-bottom: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
section.step .box h4 {
	font-size: 24px;
	text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	letter-spacing: 1px;
	margin-bottom: 60px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.step-box ul li span.gray {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
section.step .box h4 .step {
	background: linear-gradient(transparent 50%, #d5e8f3 0%);
	color: #253861;
	position: relative;
    margin-left: 15px;
}
section.step .box h4 .step span {
	position: relative;
}
section.step .box h4 .step span:first-child {
	font-size: 36px;
}
section.step .box h4 .step span:not(:first-child):after {
    content: "・";
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
}
section.step h2 {
    font-family: a-otf-futo-min-a101-pr6n, serif;
    font-size: 36px;
    text-align: center;
    font-weight: 100;
    line-height: 1.8;
    margin-top: 90px;
    margin-bottom: 70px;
    letter-spacing: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section.step p {
	font-family: a-otf-futo-min-a101-pr6n, serif;
	font-size: 18px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 2px;
    line-height: 2.2;
}
.step-box-wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.pc-img {
    position: absolute;
    width: 30%;
    top: 320px;
    left: -25px;
}
@media screen and (min-width: 1600px) {
    .pc-img {
        width: 35%;
    }
}
@media screen and (min-width: 2000px) {
    .pc-img {
        width: 37%;
    }
}
.pc-img img {
    width: 100%;
}
.step-box {
	float: right;
}
.step-box ul {
	font-size: 0;
    margin-bottom: 30px;
}
.step-box ul li {
	display: inline-block;
	vertical-align: top;
}
.step-box ul li:first-child img {
    width: 100%;
    max-width: 350px;
}
.step-box ul li:last-child {
	padding: 30px;
    padding-bottom: 0;
    height: 193px;
    width: 100%;
    max-width: 375px;
    background: white;
}
.step-box ul li p {
	font-size: 10px;
	text-align: left;
	margin-bottom: 10px;
    color: #253861;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.step-box ul li h3 {
	font-size: 18px!important;
	text-align: left!important;
	color: #1a1a1a!important;
	font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
.step-box ul li p span {
	font-size: 14px;
    margin-left: 4px;
}
.step-box ul li img {
	width: 100%;
}
section.step .box h4 {
	font-size: 14px;
	text-align: left;
}
section.step .box h4.center {
	text-align: center;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 1.6;
	font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
section.step .box h4.center span {
	font-size: 24px;
	color: #253861;
}
.step-box ul li h3 {
    margin-bottom: 30px!important;
}
.step-box ul li h4 {
    margin-bottom: 10px!important;
    line-height: 1.6;
}
.step-box ul li span.gray {
	color: #939393;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 1.4;
}
section.step .box .box-item {
    width: 100%;
    max-width: 1100px;
    border-radius: 20px;
    background: #eeeeee;
    box-shadow: 4px 4px 4px #cecece;
    padding-bottom: 30px;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
}
section.step .box .box-item h5 {
    text-align: center;
    color: #253861;
    font-size: 18px;
    letter-spacing: 3px;
    padding: 35px 0;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
section.step .box .box-item p {
	font-size: 14px;
	text-align: left;
	margin-left: 100px;
	margin-bottom: 10px;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
section.step .box .box-item p span.color {
	color: #253861;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
section.step .box .box-item .btn {
    width: 100%;
    max-width: 240px;
    background: black;
    text-align: center;
    height: 50px;
    margin: 0 auto;
    line-height: 3.0;
    margin-top: 30px;
}
section.step .box .box-item .btn a {
	color: white;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	text-decoration: none;
    letter-spacing: 2px;
    display: block;
}
.mv-bottom img {
    width: 100%;
}
.mv-bottom {
    width: 100%;
}

/* note */

.note-wrap {
    padding-bottom: 125px;
}
.note-wrap .box-item {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.note-wrap .box-item h5 {
	text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    padding-bottom: 70px;
    border-bottom: 1px solid #8c8c8c;
    font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
.note-wrap .box-item ul li {
    border-bottom: 1px solid #8c8c8c;
    position: relative;
    padding-bottom: 15px;
    transition: 3s all ease 0s;
}
.note-wrap .box-item ul li h6 {
	font-size: 18px;
	padding-top: 50px;
	padding-bottom: 30px;
	letter-spacing: 3px;
  position: relative;
  z-index: 99;
	font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
.note-wrap .box-item ul li h6:hover {
	cursor: pointer;
}
.note-wrap .box-item ul li p {
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	line-height: 1.8;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.note-wrap .box-item ul li p:last-of-type {
    margin-bottom: 30px;
}
.note-wrap .box-item ul li p span {
    line-height: 1.8;
    color: #253861;
}
.note-wrap .box-item ul li p span.bold {
    font-weight: bold;
    color: black;
}
.note-wrap .box-item ul li .btn {
	font-size: 14px;
    background: #1a1a1a;
    width: 100%;
    max-width: 240px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: right;
    margin-top: -90px;
}
.note-wrap .box-item ul li .btn a {
	color: white;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: 2px;
	display: block;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	transition: 0.4s;
}
.note-wrap .box-item ul li .btn a:hover {
  color: black;
  background: white;
  outline: 1px solid #313131;
}
.note-wrap .box-item ul li p.gray {
	color: #939393;
	font-size: 12px;
	line-height: 1.6;
}
.note-wrap .box-item ul li .item {
	display: none;
}
/*.note-wrap .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: 52px;
}*/
.note-wrap .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;
}
.note-wrap .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;
}
/*.note-wrap .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: 48px;
}*/
.note-wrap .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;
}
.note-wrap .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;
}


/* campaign */

.slider li {
	margin-right: 50px;
}
.slider li img {
	width: 100%;
}
.slider li h6 {
	font-size: 12px;
	margin-bottom: 20px;
	font-weight: 100;
	letter-spacing: 2px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.slider li .box {
    background: white;
}
.slider li h5 {
	font-size: 18px;
	padding: 30px 18px;
	letter-spacing: 2px;
	font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
.slider li p {
	font-size: 14px;
	font-weight: 100;
	line-height: 1.8;
	letter-spacing: 2px;
	padding: 0 18px 50px 18px;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
	display: none!important;
}
.slick-dotted.slick-slider {
	padding-bottom: 150px;
}
.slick-dots {
    bottom: 70px!important;
}
.slick-dots li button:before {
	content: none!important;
}
.slick-dots li {
    border: 1px solid #1a1a1a!important;
    width: 7px!important;
    height: 7px!important;
    border-radius: 10px!important;
}
.slick-dots li.slick-active {
	background: #1a1a1a;
}


/* fabric */

.fabric .fabric-box {
    width: calc(60% - 140px);
    margin-left: auto;
    margin-top: -210px;
    background: white;
    position: relative;
    padding: 70px;
}
.fabric .fabric-box h5 {
	font-size: 30px;
	letter-spacing: 3px;
	margin-bottom: 20px;
	font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
.fabric .fabric-box h6 {
	color: #253861;
	font-size: 20px;
	margin-bottom: 50px;
	font-weight: 100;
	letter-spacing: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.fabric .fabric-box p {
	font-size: 18px;
	line-height: 2.2;
	font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
.fabric .fabric-box p:nth-of-type(1) {
	margin-bottom: 70px;
	letter-spacing: 2px;
}
.fabric .fabric-box p:nth-of-type(2) {
	font-size: 14px;
	letter-spacing: 1px;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* option */

.option-box-wrap {
	background: url(../img/bg02.png)no-repeat right bottom;
	background-size: cover;
}
.option-box-wrap .option-box {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
    padding-bottom: 70px;
}
.option-box-wrap .option-box h6 {
	color: #253861;
	font-size: 20px;
	margin-bottom: 50px;
	font-weight: 100;
	letter-spacing: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.option-box-wrap .option-box h5 {
	font-size: 30px;
	letter-spacing: 3px;
	font-family: a-otf-futo-min-a101-pr6n, serif!important;
	margin-bottom: 30px;
}
.option-box-wrap .option-box p {
	font-size: 18px;
    line-height: 2.0;
	letter-spacing: 2px;
	margin-bottom: 70px;
	font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
.option-box-wrap .option-box ul li p {
	line-height: 1.7;
}
.option-box-wrap .option-box ul {
	font-size: 0;
   	margin-bottom: 30px;
}
.option-box-wrap .option-box ul li {
	display: inline-block;
	vertical-align: top;
}
.option-box-wrap .option-box ul li:last-child {
    width: 100%;
    max-width: 385px;
    height: 222px;
    background: white;
}
.option-box-wrap .option-box ul li img {
    width: 100%;
}
.option-box-wrap .option-box ul li img {
    width: 100%;
    max-width: 350px;
}
.option-box-wrap .option-box ul li:nth-child(2) {
	width: 100%;
	max-width: 385px;
	padding-left: 30px;
}
.option-box-wrap .option-box ul li h6 {
	margin-bottom: 18px;
	font-size: 12px;
	margin-top: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
}
.option-box-wrap .option-box ul li h5 {
	font-size: 18px;
	margin-bottom: 30px;
}
.option-box-wrap .option-box ul li p {
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif!important;
	font-weight: 100;
    margin-bottom: 0;
}
.option-box-wrap .option-box ul li:nth-child(2) p {
	font-size: 14px;
}

.campaign {
	background: #f7f7f7;
}
.campaign h3 {
	text-align: center;
	color: #253861;
	padding-top: 100px;
	padding-bottom: 70px;
	font-weight: 100;
	letter-spacing: 2px;
	font-size: 20px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
}
.campaign h3 span {
  font-size: 12px;
}
.reco {
    margin-bottom: 150px;
}
.reco .box {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.reco h3 {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 70px;
	font-size: 20px;
	font-weight: 100;
	letter-spacing: 3px;
	color: #253861;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
}
.reco .box ul {
	font-size: 0;
}
.reco .box ul li {
	display: inline-block;
	width: 20%;
	font-size: 14px;
}
.reco .box ul li img {
	width: 100%;
}
.reco .box ul li h5 {
	font-size: 18px;
	margin-top: 30px;
	letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: a-otf-futo-min-a101-pr6n, serif!important;
}
.reco .box ul li:not(:last-child) {
    margin-right: 73px;
}

/* shop-list */

.shop-list {
	background: url(../img/bg03.png)no-repeat;
	background-size: cover;
	height: 595px;
}
.shop-list .box h5 {
    text-align: center;
    color: white;
    padding-top: 160px;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 3px;
    margin-bottom: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
}
.shop-list .box h6 {
	text-align: center;
	color: white;
	font-size: 24px;
	font-family: a-otf-futo-min-a101-pr6n, serif!important;
	letter-spacing: 3px;
	margin-bottom: 70px;
}
.shop-list .box .btn {
	font-size: 14px;
	background: white;
	width: 100%;
	max-width: 240px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.shop-list .box .btn {
	margin: 0 auto;
}
.shop-list .box .btn a {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif!important;
	letter-spacing: 2px;
	color: #1a1a1a;
	font-weight: 100;
	text-decoration: none;
	display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  transition: 0.4s;
}
.shop-list .box .btn a:hover {
  background: black;
  color: white;
  outline: 1px solid #313131;
}

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;
	letter-spacing: 1px;
	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: 17%;
	display: inline-block;
	margin-left: 0;
}
footer .item-card ul li img {
	width: 100%;
}
footer .item-card ul {
	width: 100%;
	max-width: 350px;
  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 {
	letter-spacing: 1px;
    border-top: 1px solid #000;
    position: relative;
    height: 230px;
}
#fs_Top .footer-bottom-wrap {
    margin-bottom: 90px;
}
.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;
}

@media screen and (max-width: 770px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .logo {
        width: 50px;
        top: 15%;
        margin-top: 5px;
    }
    #nav-drawer {
        top: 35px;
        left: 5%;
    }
    .cart-box {
        margin-top: 0;
        margin-right: 5%;
        top: 34px;
    }
    .wrap {
        overflow: hidden;
    }
    .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;
    }
    header {
        height: 90px;
        padding: 0;
    }
    header .header-wrap {
        position: fixed;
        top: 0;
        width: 100%;
        height: 90px;
        background: white;
        z-index: 1000;
    }
	.mv img {
		height: 60vh;
		object-fit: cover;
	}
    section.step h2 {
        font-size: 24px;
        width: 90%;
        margin: 0 auto;
        margin-top: 10%;
        margin-bottom: 5%;
        letter-spacing: 1px;
        line-height: 1.6;
    }
    section.step p {
        font-size: 14px;
        width: 90%;
        margin: 0 auto;
        letter-spacing: 0px;
        line-height: 1.8;
    }
    section.step .box {
        margin-top: 10%;
        margin-bottom: 5%;
        padding-top: 10%;
        padding-bottom: 5%;
    }
    section.step .box h3 {
        margin-bottom: 5%;
        font-size: 18px;
		letter-spacing: 2px;
    }
    section.step .box {
        width: 100%;
        letter-spacing: 2px;
    }
    section.step .box h4.center {
        font-size: 18px;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 5%;
        letter-spacing: 2px;
        line-height: 1.5;
    }
    section.step .box h4 .step span:first-child {
        font-size: 30px;
    }
    section.step .box h4.center span {
        font-size: 18px;
    }
    .pc-img {
        display: none;
    }
    .step-box ul li:first-child img {
        max-width: 100%;
    }
    .step-box {
        float: none;
        width: 90%;
        margin: 0 auto;
    }
    .step-box ul li:last-child {
        padding: 5%;
        max-width: 90%;
        height: auto;
        padding-bottom: 10%;
    }
    .step-box ul li p {
        margin-left: 0;
        margin-bottom: 2%;
    }
    section.step .box .step-box-wrap .step-box h3 {
        margin-bottom: 5%!important;
        letter-spacing: 1px;
        font-size: 16px!important;
    }
	.mv-bottom img {
		height: 28vh;
		object-fit: cover;
	}
    .note-wrap .box-item {
        width: 90%;
    }
    section.step .box h4 {
        letter-spacing: 2px;
        line-height: 1.6;
        font-size: 12px;
    }
    .step-box ul li span.gray {
        letter-spacing: 1px;
    }
    .note-wrap .box-item h5 {
        font-size: 20px;
        padding-top: 5%;
        padding-bottom: 10%;
        letter-spacing: 2px;
    }
    .note-wrap .box-item ul li h6 {
        margin-top: 8%;
        margin-bottom: 3%;
        font-size: 16px;
        padding: 0 5%;
        letter-spacing: 2px;
    }
    .note-wrap .box-item ul li p {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .note-wrap .box-item ul li:before {
        /*right: 5%!important;*/
        top: 3px!important;
    }
    .note-wrap .box-item ul li:after {
        right: 7%!important;
        top: 4px!important;
    }
    .note-wrap .box-item ul li.active:before {
        top: 6px!important;
    }
    .note-wrap .box-item ul li.active:after {
        top: 3px!important;
    }
    .note-wrap .box-item ul li .item {
        padding-top: 5%;
        padding-bottom: 0;
    }
    .note-wrap .box-item ul li .btn {
        margin-top: 0;
        float: none;
        margin: 0 auto;
        margin-bottom: 5%;
     }
    .note-wrap .box-item ul li p:last-of-type {
        margin-bottom: 5%;
    }
    .note-wrap {
        padding-bottom: 10%;
    }
    .fabric .fabric-box {
        width: 90%;
        margin-top: 0;
        padding: 5%;
        margin-bottom: 15%;
    }
    .fabric .fabric-box h6 {
        margin-bottom: 7%;
        font-size: 18px;
    }
    .fabric .fabric-box h5 {
        font-size: 22px;
        margin-bottom: 5%;
        letter-spacing: 1px;
        line-height: 1.4;
        font-weight: 600;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .fabric .fabric-box p {
        font-size: 16px;
    }
    .fabric .fabric-box p:nth-of-type(1) {
        margin-bottom: 5%;
        letter-spacing: 1px;
        line-height: 2.0;
        line-height: 1.8;
    }
    .fabric .fabric-box p:nth-of-type(2) {
        font-size: 12px;
        font-weight: 100;
        line-height: 1.8;
    }
    .option-box-wrap {
        width: 90%;
        margin: 0 auto;
    }
    .option-box-wrap .option-box h6 {
        margin-bottom: 7%;
        font-size: 18px;
    }
    .option-box-wrap .option-box h5 {
        font-size: 22px!important;
        line-height: 1.6;
        margin-bottom: 5%;
        font-weight: 600;
        letter-spacing: 2px;
        line-height: 1.4;
    }
    .option-box-wrap .option-box ul li:nth-child(2) p {
        font-size: 12px;
    }
    .option-box-wrap .option-box p {
        font-size: 16px;
        margin-bottom: 10%;
        line-height: 1.8;
        letter-spacing: 1px;
    }
    .option-box-wrap .option-box ul li:nth-child(2) {
        max-width: 95%;
        padding: 5%;
        height: auto;
        padding-left: 0;
        margin-bottom: 5%;
    }
    .option-box-wrap .option-box ul li h6 {
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .option-box-wrap .option-box ul li h5 {
        margin-bottom: 5%;
        font-weight: normal;
    }
    .option-box-wrap .option-box ul {
        margin-bottom: 5%;
    }
    .option-box-wrap {
        background: none;
    }
    .option-box-wrap .option-box {
        padding-bottom: 5%;
    }
    .campaign h3 {
        padding-top: 10%;
        padding-bottom: 10%;
    }
    .slider li {
        margin-right: 0;
    }
    .slick-dotted.slick-slider {
        padding-bottom: 15%;
    }
    .slick-dots {
        bottom: 20px!important;
    }
    .slider li p {
        padding: 5%;
    }
    .slider li h5 {
        padding: 5% 5% 0 5%;
    }
    .reco h3 {
        padding-top: 5%;
        padding-bottom: 10%;
    }
    .reco .box ul li:not(:last-child) {
        margin-right: 0;
    }
    .reco .box ul li {
        width: 48%;
        vertical-align: top;
    }
    .reco .box {
        width: 90%;
        margin: 0 auto;
    }
    .reco .box ul li:nth-child(odd) {
        margin-right: 4%;
    }
    .reco .box ul li h5 {
        margin-top: 5%;
        margin-bottom: 12%;
        font-size: 14px;
    }
    .reco {
        margin-bottom: 10%;
    }
    .shop-list .box h5 {
        padding-top: 10%;
        margin-bottom: 5%;
    }
    .shop-list .box h6 {
        font-size: 20px;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 5%;
        line-height: 1.6;
        letter-spacing: 2px;
    }
    .slider li p {
        font-size: 12px;
    }
    .shop-list {
        height: auto;
        padding-bottom: 10%;
    }
    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: 15%;
    }
    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;
        margin-bottom: 50px!important;
    }
    body#fs_ProductDetails .footer-bottom-wrap {
        margin-bottom: 0!important;
    }
    #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: 300px;
    }
    .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;
    }
    .nav-content-box {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
    }
}

.btn-checkout-back a {
    background: #233961;
    color: white;
    width: 100%;
    background: #233961;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 5%;
    transition: 0.4s;
}
.btn-checkout-back a:hover {
    background: white;
    color: #233961;
    outline: 1px solid #233961;
}
.btn-checkout-back {
    margin-top: 8%;
}

aside#__fs_modal_buyer.fs-c-modal--checkout-buyer .fs-c-modal__inner,
aside#__fs_modal_address.fs-c-modal--changeShippingAddress .fs-c-modal__inner {
    padding: 2%;
}
aside#__fs_modal_buyer.fs-c-modal--checkout-buyer .fs-c-inputTable,
aside#__fs_modal_address.fs-c-modal--changeShippingAddress .fs-c-inputTable {
    max-width: 100%;
}
aside#__fs_modal_buyer.fs-c-modal--checkout-buyer .fs-c-modal__header,
aside#__fs_modal_address.fs-c-modal--changeShippingAddress .fs-c-modal__header {
  margin-left: 2%;
}
aside#__fs_modal_buyer.fs-c-modal--checkout-buyer th,
aside#__fs_modal_address.fs-c-modal--changeShippingAddress th {
  margin-bottom: 1%;
}
body#fs_Checkout .fs-c-inputInformation__button.fs-c-buttonContainer button {
    margin-bottom: 2%!important;
}
.fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--pair {
  margin-top: 5%;
}
aside#__fs_modal_address.fs-c-modal--changeShippingAddress .fs-c-modal__header {
    padding-left: 1%!important;
    padding-bottom: 0;
}

@media screen and (max-width: 770px) {
  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 {
    right: 0!important;
  }
  .fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--pair {
    margin-top: 7%;
  }
}

@media all and (-ms-high-contrast: none){
  th.fs-c-inputTable__headerCell {
    display: block;
  }
  .fs-c-inputTextGroup__item {
    width: 300px!important;
    flex: none!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;
  }
}

.fs-c-agreementField {
   display: none;
}
section.fs-c-checkoutSuccess.fs-c-subSection {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 5%;
    line-height: 1.4;
}
.main-shop-detail .box .shop-info dl .item-a p {
    font-size: 12px;
    padding: 0 20px 0 20px;
    margin-bottom: 50px;
    line-height: 1.6;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width:  768px) {
    .main-shop-detail .box .shop-info dl .item-a p {
        font-size: 12px;
        padding: 0 20px 0 20px;
        margin-bottom: 5%;
        line-height: 1.6;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    }
}



