@charset "UTF-8";
/* =====================================
	全体設定
===================================== */

html{
    font-size: 62.5%;
}

a{
	color:#2f2725;
	text-decoration:none;
    transition: 0.3s opacity ease;
}

a:hover{
	opacity: 0.6;
    color: initial;
    text-decoration: none;
}

a:visited {
  color: initial;
}

.lower a:hover{
	opacity: 1;
}

.sp{
	display:none !important;
}

body{
	position: relative;
	margin: 0 auto;
	font-size: 1.8rem;
	font-family: 'こぶりなゴシック W3 JIS2004', 'Koburina Gothic W3 JIS2004', sans-serif;
	color: #2f2725;
    line-height: 2;
	text-align: left;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
	-ms-text-size-adjust: 100%;/*EgdeMobile*/
	-moz-text-size-adjust: 100%;/*firefox*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
    min-width: 1300px;
}

.en{
    font-family: 'Inter', sans-serif;
}

.fs-l-main {
    margin: 0;
    padding: 0;
    max-width: inherit;
    display: inherit;
}

.main,
.fs-body-category .fs-l-main,
.fs-body-stockNotification-cancel .fs-l-main,
.fs-body-auth .fs-l-main,
.fs-body-search .fs-l-main,
.fs-body-bundle .fs-l-main,
.fs-body-couponProduct .fs-l-main,

.fs-body-cart .fs-l-main,
.fs-body-cart-login .fs-l-main,
.fs-body-customerDetails .fs-l-main,
.fs-body-checkout .fs-l-main,
.fs-body-checkout-multi .fs-l-main,
.fs-body-checkout-amazon .fs-l-main,
.fs-body-checkout-subscribe .fs-l-main,
.fs-body-checkout-multiAddress .fs-l-main,
.fs-body-checkout-multiAddress-products .fs-l-main,
.fs-body-checkout-multiAddress-confirm .fs-l-main,
.fs-body-checkout-multiAddress-options .fs-l-main,
.fs-body-checkout-success .fs-l-main,
.fs-body-checkoutSubscribe-success .fs-l-main,

.fs-body-register .fs-l-main,
.fs-body-register-verification .fs-l-main,
.fs-body-register-success .fs-l-main,
.fs-body-forgotPassword .fs-l-main,
.fs-body-resetPassword .fs-l-main,

.fs-body-login .fs-l-main,
.fs-body-my-top .fs-l-main,
.fs-body-my-orders .fs-l-main,
.fs-body-my-orders-details .fs-l-main,
.fs-body-my-subscriptions .fs-l-main,
.fs-body-my-subscription-details .fs-l-main,
.fs-body-my-addressbook .fs-l-main,
.fs-body-my-addressbook-new .fs-l-main,
.fs-body-my-addressbook-edit .fs-l-main,
.fs-body-my-account-password .fs-l-main,
.fs-body-my-account-settings .fs-l-main,
.fs-body-my-account-settings-edit .fs-l-main,
.fs-body-my-account-delete .fs-l-main,
.fs-body-my-points .fs-l-main,
.fs-body-my-reviews .fs-l-main,
.fs-body-my-cards .fs-l-main,
.fs-body-wishlist-login .fs-l-main,
.fs-body-my-wishlist .fs-l-main,
.fs-body-line-login .fs-l-main,
.fs-body-line-connect .fs-l-main,
.fs-body-line-success .fs-l-main,
.fs-body-my-coupons .fs-l-main,

.fs-body-about-returnPolicy .fs-l-main,
.fs-body-about-terms .fs-l-main,
.fs-body-about-privacyPolicy .fs-l-main {
    margin: 24px auto 0;
    max-width: 1216px;
}

.fs-l-pageMain {
    max-width: inherit;
}

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

header{
    width: 100%;
    height: 110px;
    position: relative;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: absolute;
  top: 38px;
  left: 40px;
  width: 40px;
  height: 34px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  z-index: 100000;
}
.menu-trigger.active {
  position: fixed;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #686661;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(17px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-15px) rotate(45deg);
}

header .logo01{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

header .logo01 img{
    width: 191px;
}

header .snavi{
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 94px;
}

header .snavi li img{
    height: 35px;
}

header > div{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: rgba(255,255,255,0.95);
    display: none;
}

header nav{
    padding: 100px 40px 120px;
}

header nav .logo02{
    width: 190px;
    margin: 0 auto 60px;
    display: block;
}

header nav .logo02 img{
    width: 100%;
}

header nav .flexbox{
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

header nav ul{
    width: 46.511%;
}

header nav li{
    width: 100%;
}

header nav li a{
    width: 100%;
    border-top: 1px solid #dbdad9;
    padding: 22px 66px 22px 20px;
    font-size: 1.6rem;
    line-height: 1.625;
    position: relative;
    display: block;
}

header nav li:last-child a{
    border-bottom: 1px solid #dbdad9;
}

header nav li a::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 31px;
    transform: translateY(-50%);
    height: 25px;
    width: 2px;
    background: #686661;
}

header nav li a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    height: 2px;
    width: 25px;
    background: #686661;
}

/* =====================================
	main
===================================== */

.lower{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.lower img{
    width: 100%;
}

.bg01{
    background: #f5f7ed;
    padding: 12% 0 16.66%;
}

.bg02{
    background: #f1efed;
    padding: 12% 0 16.66%;
}

.bg03{
    background: #e6edeb;
    padding: 12% 0 16.66%;
}

.bg01 h3{
    font-size: 3.4rem;
    color: #a5a28f;
    text-align: center;
    line-height: 1.4117;
    margin: 0 5.33% 4.533%;
}

.bg02 h3{
    font-size: 3.4rem;
    color: #a5a28f;
    text-align: center;
    line-height: 1.4117;
    margin: 0 5.33% 4.533%;
}

.bg03 h3{
    font-size: 3.4rem;
    color: #8fa59e;
    text-align: center;
    line-height: 1.4117;
    margin: 0 5.33% 4.533%;
}

.bg01 img, .bg02 img, .bg03 img{
    padding: 0 5.33%;
}

.bg01 p, .bg02 p, .bg03 p{
    font-size: 2.0rem;
    line-height: 1.8;
    margin: 5.33% 5.33% 0;
}

.pankuzu{
    width: 100%;
    background: #f3f3f2;
    padding: 0 40px;
}

.pankuzu .inner{
    width: 100%;
    max-width: 1060px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 16px 0 18px;
    margin: 0 auto;
}

.ttlType01{
    text-align: center;
    font-size: 3.36rem;
    line-height: 1;
}

.ttlType01 small{
    font-size: 1.8rem;
    color: #a5a28f;
    display: block;
    margin-bottom: 8px;
}

.ttlType02{
    text-align: center;
    font-size: 3.36rem;
    line-height: 1;
}

.ttlType02 small{
    font-size: 1.8rem;
    color: #b69d84;
    display: block;
    margin-bottom: 8px;
}

.ttlType03{
    text-align: center;
    font-size: 3.36rem;
    line-height: 1;
}

.ttlType03 small{
    font-size: 1.8rem;
    color: #8fa59e;
    display: block;
    margin-bottom: 8px;
}

.btnType01{
    background: #9aa58f;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 234px;
    border-radius: 24px;
    position: relative;
    display: block;
    padding: 4px 0 8px;
}

.btnType02{
    background: #d5b595;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 234px;
    border-radius: 24px;
    position: relative;
    display: block;
    padding: 4px 0 8px;
}

.btnType03{
    background: #8fa5a5;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 234px;
    border-radius: 24px;
    position: relative;
    display: block;
    padding: 4px 0 8px;
}

.btnType01:visited, .btnType02:visited, .btnType03:visited, .btnType01:hover, .btnType02:hover, .btnType03:hover{
    color: #fff;
}


.btnType01::before, .btnType02::before, .btnType03::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
    height: 20px;
    width: 2px;
    background: #fff;
}

.btnType01::after, .btnType02::after, .btnType03::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    height: 2px;
    width: 20px;
    background: #fff;
}

.underMenu{
    width: 100%;
    padding: 100px 40px 120px;
    border-top: 2px solid #dbdad9;
}

.underMenu .logo02{
    width: 190px;
    margin: 0 auto 60px;
    display: block;
}

.underMenu .logo02 img{
    width: 100%;
}

.underMenu .flexbox{
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.underMenu ul{
    width: 46.511%;
}

.underMenu li{
    width: 100%;
}

.underMenu ul:last-child li:last-child{
    width: 101px;
    display: flex;
    justify-content: space-between;
    margin: 29px auto 0;
}

.underMenu li a{
    width: 100%;
    border-top: 1px solid #dbdad9;
    padding: 22px 66px 22px 20px;
    font-size: 1.6rem;
    line-height: 1.625;
    position: relative;
    display: block;
}

.underMenu ul:first-child li:last-child a, .underMenu ul:last-child li:nth-last-child(2) a{
    border-bottom: 1px solid #dbdad9;
}

.underMenu ul:last-child li:last-child a{
    width: auto;
    border-top: none;
    padding: 0;
}

.underMenu ul:last-child li:last-child a img{
    width: 41px;
}

.underMenu li a::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 31px;
    transform: translateY(-50%);
    height: 25px;
    width: 2px;
    background: #686661;
}

.underMenu li a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    height: 2px;
    width: 25px;
    background: #686661;
}

.underMenu ul:last-child li:last-child a::before, .underMenu ul:last-child li:last-child a::after{
    display: none;
}

.support{
    width: 100%;
    padding: 100px 40px 120px;
}

.support ul{
    width: 100%;
    max-width: 1030px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
}

.support ul li{
    width: 25%;
    border-right: 1px solid #dbdad9;
    border-left: 1px solid #dbdad9;
}

.support ul li a{
    width: 100%;
    padding: 115px 20px 25px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    display: block;
}

.support ul li:nth-child(1){
    border-left: none;
}

.support ul li:nth-child(4){
    border-right: none;
}

.support ul li:nth-child(1) a{
    background: url("../img/index/icon01.png") center top 25px no-repeat;
    background-size: 86px auto;
}

.support ul li:nth-child(2) a{
    background: url("../img/index/icon02.png") center top 25px no-repeat;
    background-size: 86px auto;
}

.support ul li:nth-child(3) a{
    background: url("../img/index/icon03.png") center top 25px no-repeat;
    background-size: 86px auto;
}

.support ul li:nth-child(4) a{
    background: url("../img/index/icon04.png") center top 25px no-repeat;
    background-size: 86px auto;
}


.fs-c-requiredMark {
    position: relative;
}

.fs-c-requiredMark::before {
    font-size: 0.9em;
    position: absolute;
    top: -0.4em;
    left: 0;
}

.fs-c-dropdown::after {
    top: 0.19em;
}

.fs-c-accountService__page {
    flex-basis: 48%;
}


/* =====================================
	footer
===================================== */

footer{
    width: 100%;
    background: #f3f3f2;
}

footer ul{
    display: flex;
    justify-content: center;
    padding: 38px 40px;
}

footer ul li{
    padding: 0 18px;
    font-size: 1.6rem;
    line-height: 1;
}

footer small{
    width: 100%;
    font-size: 1.2rem;
    padding-top: 13px;
    height: 51px;
    text-align: center;
    color: #fff;
    display: block;
    background: #686661;
}


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

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

a:hover{
	opacity: 1;
}

body{
	font-size: 3.466vw;
    width: 100%;
    overflow-x: hidden;
    min-width: inherit;
}

.main,
.fs-body-category .fs-l-main,
.fs-body-stockNotification-cancel .fs-l-main,
.fs-body-auth .fs-l-main,
.fs-body-search .fs-l-main,
.fs-body-bundle .fs-l-main,
.fs-body-couponProduct .fs-l-main,

.fs-body-cart .fs-l-main,
.fs-body-cart-login .fs-l-main,
.fs-body-customerDetails .fs-l-main,
.fs-body-checkout .fs-l-main,
.fs-body-checkout-multi .fs-l-main,
.fs-body-checkout-amazon .fs-l-main,
.fs-body-checkout-subscribe .fs-l-main,
.fs-body-checkout-multiAddress .fs-l-main,
.fs-body-checkout-multiAddress-products .fs-l-main,
.fs-body-checkout-multiAddress-confirm .fs-l-main,
.fs-body-checkout-multiAddress-options .fs-l-main,
.fs-body-checkout-success .fs-l-main,
.fs-body-checkoutSubscribe-success .fs-l-main,

.fs-body-register .fs-l-main,
.fs-body-register-verification .fs-l-main,
.fs-body-register-success .fs-l-main,
.fs-body-forgotPassword .fs-l-main,
.fs-body-resetPassword .fs-l-main,

.fs-body-login .fs-l-main,
.fs-body-my-top .fs-l-main,
.fs-body-my-orders .fs-l-main,
.fs-body-my-orders-details .fs-l-main,
.fs-body-my-subscriptions .fs-l-main,
.fs-body-my-subscription-details .fs-l-main,
.fs-body-my-addressbook .fs-l-main,
.fs-body-my-addressbook-new .fs-l-main,
.fs-body-my-addressbook-edit .fs-l-main,
.fs-body-my-account-password .fs-l-main,
.fs-body-my-account-settings .fs-l-main,
.fs-body-my-account-settings-edit .fs-l-main,
.fs-body-my-account-delete .fs-l-main,
.fs-body-my-points .fs-l-main,
.fs-body-my-reviews .fs-l-main,
.fs-body-my-cards .fs-l-main,
.fs-body-wishlist-login .fs-l-main,
.fs-body-my-wishlist .fs-l-main,
.fs-body-line-login .fs-l-main,
.fs-body-line-connect .fs-l-main,
.fs-body-line-success .fs-l-main,
.fs-body-my-coupons .fs-l-main,

.fs-body-about-returnPolicy .fs-l-main,
.fs-body-about-terms .fs-l-main,
.fs-body-about-privacyPolicy .fs-l-main {
    margin: 3.2vw auto 0;
    padding: 0 2.66vw;
}

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

header{
    height: 20.133vw;
}

.menu-trigger {
  top: 7.866vw;
  left: 5.33vw;
  width: 5.33vw;
  height: 4.533vw;
}
.menu-trigger span {
  height: 0.266vw;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(2.266vw) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-2vw) rotate(45deg);
}

header .logo01 img{
    width: 28vw;
}

header .snavi{
    right: 5.33vw;
    width: 17.866vw;
}

header .snavi li img{
    height: 6.66vw;
}

header > div{
    height: 50vh;
    overflow: scroll;
}

header nav{
    padding: 13.33vw 0 16vw;
    border-top: 0.266vw solid #dbdad9;
}

header nav .logo02{
    width: 32.933vw;
    margin: 0 auto 10.66vw;
}

header nav .flexbox{
    width: 76vw;
    display: block;
}

header nav ul{
    width: 100%;
}

header nav li a{
    border-top: 0.266vw solid #dbdad9;
    padding: 5vw 12.4vw 5vw 4vw;
    font-size: 3.2vw;
}

header nav ul:first-child li:last-child a{
    border-bottom: none;
}

header nav li:last-child a{
    border-bottom: 0.266vw solid #dbdad9;
}

header nav li a::before{
    right: 6vw;
    height: 4.266vw;
    width: 0.266vw;
}

header nav li a::after{
    right: 4vw;
    height: 0.266vw;
    width: 4.266vw;
}

/* =====================================
	main
===================================== */

.pankuzu{
    padding: 0 5.33vw;
}

.pankuzu .inner{
    font-size: 2.933vw;
    line-height: 1.5;
    padding: 1.63vw 0 1.98vw;
}

.bg01, .bg02, .bg03{
    padding: 12vw 0 16.66vw;
}

.bg01 h3, .bg02 h3, .bg03 h3{
    font-size: 4.533vw;
    margin: 0 5.33vw 4.533vw;
}

.bg01 p, .bg02 p, .bg03 p{
    font-size: 2.66vw;
    margin: 5.33vw 5.33vw 0;
}

.ttlType01{
    font-size: 6.4vw;
    line-height: 1.1;
}

.ttlType01 small{
    font-size: 3.466vw;
    margin-bottom: 1.066vw;
}

.ttlType02{
    font-size: 6.4vw;
    line-height: 1.1;
}

.ttlType02 small{
    font-size: 3.466vw;
    margin-bottom: 1.066vw;
}

.btnType01{
    width: 44.66vw;
    border-radius: 4.533vw;
    padding: 1.05vw 0 1.10vw
}

.btnType02{
    width: 44.66vw;
    border-radius: 4.533vw;
    padding: 1.05vw 0 1.10vw
}

.btnType01::before, .btnType02::before{
    right: 4.933vw;
    height: 3.6vw;
    width: 0.4vw;
}

.btnType01::after, .btnType02::after{
    right: 3.33vw;
    height: 0.4vw;
    width: 3.6vw;
}

.underMenu{
    padding: 13.33vw 0 16vw;
    border-top: 0.266vw solid #dbdad9;
}

.underMenu .logo02{
    width: 32.933vw;
    margin: 0 auto 10.66vw;
}

.underMenu .flexbox{
    width: 76vw;
    display: block;
}

.underMenu ul{
    width: 100%;
}

.underMenu ul:last-child li:last-child{
    width: 25.467vw;
    margin: 5.33vw auto 0;
}

.underMenu li a{
    border-top: 0.266vw solid #dbdad9;
    padding: 5vw 12.4vw 5vw 4vw;
    font-size: 3.2vw;
}

.underMenu ul:last-child li:last-child a img{
    width: 10.4vw;
}


.underMenu ul li:last-child a, .underMenu ul:first-child li:last-child a{
    border-bottom: none;
}

.underMenu li a::before{
    right: 6vw;
    height: 4.266vw;
    width: 0.266vw;
}

.underMenu li a::after{
    right: 4vw;
    height: 0.266vw;
    width: 4.266vw;
}

.support{
    padding: 13.33vw 0 16vw;
}

.support ul{
    width: 92vw;
    margin: 8vw auto 0;
    flex-wrap: wrap;
}

.support ul li{
    width: 50%;
    border-right: 0.133vw solid #dbdad9;
    border-left: 0.133vw solid #dbdad9;
}

.support ul li a{
    padding: 17vw 2.66vw 3.466vw;
    font-size: 2.66vw;
}

.support ul li:nth-child(1){
    border-left: none;
    margin-bottom: 8vw;
}

.support ul li:nth-child(2){
    margin-bottom: 8vw;
    border-right: none;
}

.support ul li:nth-child(3){
    border-left: none;
}

.support ul li:nth-child(4){
    border-right: none;
}

.support ul li:nth-child(1) a{
    background: url("../img/index/icon01.png") center top 2.933vw no-repeat;
    background-size: 14.4vw auto;
}

.support ul li:nth-child(2) a{
    background: url("../img/index/icon02.png") center top 2.933vw no-repeat;
    background-size: 14.4vw auto;
}

.support ul li:nth-child(3) a{
    background: url("../img/index/icon03.png") center top 2.933vw no-repeat;
    background-size: 14.4vw auto;
}

.support ul li:nth-child(4) a{
    background: url("../img/index/icon04.png") center top 2.933vw no-repeat;
    background-size: 14.4vw auto;
}

.fs-c-dropdown::after {
    top: 1px;
}

/* =====================================
	footer
===================================== */

footer ul{
    display: block;
    text-align: center;
    padding: 10vw 0;
}

footer ul li{
    padding: 0;
    font-size: 3.466vw;
    margin-bottom: 5.33vw;
}

footer ul li:last-child{
    margin-bottom: 0;
}

footer small{
    font-size: 2.66vw;
    padding-top: 4.5vw;
    height: 14.8vw;
}

}