@charset "UTF-8";
/* CSS Document */

/* common */
body {
    min-width: 1280px;
}
.sp {
    display: none !important;
}
h1, h2, h3, h4 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
    padding: 0;
    margin: 0;
}
h1 {
	line-height: 180%;
	font-size: 24px;
	margin: 0 0 30px 0;
}
h2 {
	line-height: 150%;
	font-size: 26px;
	margin: 0 0 20px 0;
}
h3 {
	font-size: 21px;
	line-height: 160%;
	margin: 0 0 20px 0;
}
h4 {
	font-size: 16px;
	line-height: 160%;
	margin: 0 0 10px 0;
}
h5 {
    font-size: 15px;
    line-height: 180%;
	margin: 0 0 10px 0;
}
h1.ttl {
    margin-bottom: 40px;
}
h2.ttl,
h2.fs-c-subSection__title,
h2.fs-c-wishlistProduct__title,
h2.fs-c-modal__title,
h2.fs-c-checkout-preview__title,
.fs-c-checkoutSuccess h2,
h2.fs-c-heading {
    margin-bottom: 40px;
}
h3.ttl,
h3.fs-c-heading {
    margin-bottom: 30px;
}
h4.ttl {
    margin-bottom: 20px;
}
.ttl_area {
    text-align: center;
    margin-bottom: 40px;
}
a,
a img,
button,
input[type="submit"] {
    transition: .3s;
}
a:hover,
a:hover img,
button:hover,
input[type="submit"]:hover {
    opacity: .8;
}
.inner {
	margin: 0 auto;
}
.flex_wrap {
    display: flex;
    justify-content: space-between;
}
.btn_line {
    display: flex;
    justify-content: flex-end;
}
#cart .btn_line {
    display: flex;
    justify-content: flex-start;
}

/*ボタン設定ここから*/
.btn_line a,
#fs_MyCoupons .fs-c-couponProduct__footer a {
    position: relative;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat 0 50%;
	background-size: 15px;
    padding-left: 20px;
}
.btn_line a:hover,
#fs_MyCoupons .fs-c-couponProduct__footer a:hover {
    opacity: 1;
}
.btn_line a::after,
#fs_MyCoupons .fs-c-couponProduct__footer a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #85BFD6;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
}
.btn_line a:hover::after,
#fs_MyCoupons .fs-c-couponProduct__footer a:hover::after {
    transform: scale(1, 1);
}
/*ボタン設定ここまで*/

span.blue {
	background: #85BFD6;
    font-size: 12px;
    padding: 3px 10px 5px;
    color: #fff;
    border-radius: 3px;
	margin-left: 10px;
}
span.border {
	background: #FFF;
    font-size: 14px;
    padding: 2px 5px;
    color: #000;
    border-radius: 3px;
	margin-right: 10px;
	border: 1px solid #000;
    letter-spacing: 0;
}
section {
    margin: 100px 0;
}
section .inner,
section.inner {
    width: 1200px;
    margin: 0 auto;
}
p {
    margin: 0;
}

/* -----------------------
header
-----------------------*/
header {
    padding: 40px 20px;
    position: relative;
}
header h1 {
    width: 200px;
    max-width: 18%;
    margin: 0 auto;
    padding: 0;
}
header h1 a {
    background: url("../img/common/logo/bl_min.png") no-repeat;
    width: 100%;
    height: 95px;
    text-indent: -9999px;
    font-size: 16px;
    line-height: 120%;
    margin: 0;
    padding: 0;
    display: block;
}
.fs-body-top header {
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
}
.fs-body-top header h1 {
    margin: 0;
    padding: 0;
    width: auto;
    max-width: inherit;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
header .nav-button {
    display: none;
    margin: 5px 0;
    width: 20%;
}
header .nav {
    a {
        text-decoration: none;
        font-size: 14px;
        color: #000;
    }
    li {
        display: inline-block;
        margin: 0 10px;
    }
}
header .nav-wrap.open {
    display: block;
}
header .nav-wrap.close {
    display: none;
}
header .nav-wrap .logo {
    text-align: center;
    margin-bottom: 30px;
}
header .nav-wrap .links {
    border-top: 1px solid #85BFD6;
}
header .nav-wrap .links ul {
    border-bottom: 2px solid #85BFD6;
}
header .nav-wrap .links ul li a {
    border-bottom: 1px solid #85BFD6;
    padding: 5px 10px;
    display: block;
}
header .content {
    padding: 20px;
}
header .nav-button {
    display: block;
    cursor: pointer;
}
header .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 1001;
    background: #FFF;
    width: 20%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: inherit;
    padding: 40px 0 20px 0;
    box-sizing: border-box;
    overflow: scroll;
}
header .nav-wrap .nav {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
header .nav-wrap li {
    display: block;
    margin: 0;
}
header .nav-button, header .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
}
header .nav-button {
    z-index: 1002;
    position: absolute;
    width: 25px;
    height: 22px;
    top: 40px;
    left: 20px;
    padding: 0;
    margin: -10.5px 0 0 0;
}
header .nav-button.active {
    position: fixed;
    top: 30px;
    left: 20px;
}
.fs-body-top header #gNav {
    top: 0;
    left: 0;
    z-index: 100;
    padding: 20px;
    width: 100%;
    max-width: inherit;
    position: absolute;
}
.fs-body-top header .nav-button {
    top: 30px;
    left: 20px;
}
.nav-button span {
    position: absolute;
    left: 50%;
    width: 25px;
    height: 1px;
    background-color: #85BFD6;
    border-radius: 5px;
    margin: 0 0 0 -25%;
}
.fs-body-top span {
    background-color: #FFF;
}
header .nav-button span:nth-of-type(1) {
    top: 0;
}
header .nav-button span:nth-of-type(2) {
    top: 10px;
}
header .nav-button span:nth-of-type(3) {
    bottom: 0;
}
header .nav-button.active span {
    background-color: #85BFD6;
}
header .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}
header .nav-button.active span:nth-of-type(2) {
    opacity: 0;
}
header .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}

/* gNav */
header #gNav {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}
header #gNav .head_links,
header #gNav .member {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.fs-body-top header #gNav .head_links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 150px;
    margin: 0;
}
.fs-body-top header #gNav .member {
    padding: 0;
}
header #gNav .member {
    justify-content: space-between;
    position: absolute;
    width: 150px;
    top: 20px;
    right: 20px;
}
header #gNav .member li {
    margin: 0;
    width: 50%;
}
header #gNav .head_links {
    margin-top: 30px;
}
header #gNav .head_links li {
    margin-right: 15px;
}
header #gNav .head_links li a {
    color: #85BFD6;
    transition: .5s;
    position: relative;
}
.fs-body-top header #gNav .head_links li a {
    color: #FFF;
}
header #gNav .head_links li a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #85BFD6;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
}
.fs-body-top header #gNav .head_links li a::after {
    background: #FFF;
}
header #gNav .head_links li a:hover::after {
    transform: scale(1, 1);
}
header #gNav .member li a {
    display: block;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    margin: 0 auto;
}
header #gNav .member li.search a {
    background: url("../img/common/header/search-blue.png") no-repeat 50% 50%;
	position: relative;
}
header #gNav .member li.login a {
    background: url("../img/common/header/mypage.png") no-repeat 50% 50%;
}
header #gNav .member li.cart a {
    background: url("../img/common/header/cart.png") no-repeat 50% 50%;
	position: relative;
}
header #gNav .member li.cart a .fs-p-cartItemNumber {
	position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    line-height: 100%;
    background: #FF5A00;
    color: #FFF;
    padding: 2px 5px;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-indent: 0;
}
.fs-body-top header #gNav .member li.login a {
    background: url("../img/common/header/mypage-wh.png") no-repeat 50% 50%;
}
.fs-body-top header #gNav .member li.cart a {
    background: url("../img/common/header/cart-wh.png") no-repeat 50% 50%;
}
.fs-body-top header #gNav .member li.search a {
    background: url("../img/common/header/search-wh.png") no-repeat 50% 50%;
	position: relative;
}

/* ===============================================
header 2025
=============================================== */
header {
padding:40px 20px 20px;
}
header h1 {
}
header h1 a,header.fixed-common h1 a {
background: url(../img/common/logo/bl_min_horizontal.png) no-repeat;
background-size: 300px!important;
width: 300px!important;
height: 35px!important;
}
.fs-body-top header h1 a {
background: url(../img/common/logo/wh_min_horizontal.png) no-repeat;
background-size: 300px;
width: 300px;
height: 35px;
}
header .nav-button {
right: 20px;
left: auto;
}
header #gNav .member {
top: 21px;
right: 30px;
padding-right: 30px;
}
header .nav-wrap {
right: 0;
left: auto;
overflow-x: scroll;
white-space: nowrap;
/* IE, Edge 対応 */
-ms-overflow-style: none;
/* Firefox 対応 */
scrollbar-width: none;
}
header .nav-wrap .logo {
padding: 0 10%;
}
header .nav-wrap {
overflow-x: scroll;
white-space: nowrap;
/* IE, Edge 対応 */
-ms-overflow-style: none;
/* Firefox 対応 */
scrollbar-width: none;
}
/* Chrome, Safari 対応 */
header .nav-wrap::-webkit-scrollbar {
display: none;
}
header .nav-wrap .logo {
padding: 0 10%;
}
header .nav-button.active {
top: 20px;
right: 10px;
left: auto;
}
.fs-body-top header .nav-button {
left: auto;
right: 20px;
top: 30px;
}
.fs-body-top header #gNav .member {
padding: 0 30px 0 0;
top: 15px;
right: 30px;
}
.fs-body-top header h1 {
margin: 0;
padding: 0;
width: 300px;
max-width: 100%;
position: absolute;
top: 15px;
left: 10px;
transform: none;
z-index: 999;
}
.fs-body-top header #gNav .head_links {
padding-right: 170px;
}

/*スクロール後*/
header.fixed-common {
background-color: none!important;
padding: 0;
}
header.fixed-common h1 {
position: fixed;
width: 250px;
left: 10px;
top: 0px;
padding: 12px 0;
line-height: 100%;
z-index: 999;
}
header.fixed-common h1 a {
background-size: 100%;
width: 250px;
height: 30px;
}
header.fixed-common #gNav {
background: #fff;
justify-content: end;
height: 55px;
position: fixed;
right: 0;
top: 0px;
padding: 10px;
width: 100%;
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}
header.fixed-common #gNav .member {
top: 8px;
width: 150px;
}
header.fixed-common .nav-button {
top: 25px;
}
header.fixed-common #gNav .head_links {
margin-top: 0;
padding-right: 170px;
justify-content: end;
}
.fs-body-top header.fixed #gNav {
position: fixed;
right: 10px;
top: 0px;
background: #85BFD6;
padding: 10px;
height: 55px;
}
.fs-body-top header.fixed h1 {
position: fixed;
left: 10px;
top: 0px;
padding: 0;
}
.fs-body-top header.fixed #gNav .member {
top: 8px;
}
.fs-body-top header.fixed .nav-button {
top: 25px;
}
.fs-body-top header.fixed h1 {
width: 250px;
left: 10px;
top: 0px;
padding: 12px 0;
line-height: 100%;
}
.fs-body-top header.fixed h1 a {
background: none;
height: auto;
text-indent: 0;
}


/* slider */
.topslider {
    position: relative;
}
.topslider #mv {
    width: 100%;
    height: 93vh !important;
}
/*
.topslider h1 {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 600px;
    height: 285px;
    margin: -15.5px 0 0 -300px;
}
*/

/* ===============================================
slider 2025
=============================================== */
.topslider h1 {
position: absolute;
top: 10%;
right: 3%;
width: auto;
margin: 0;
writing-mode: vertical-rl;
font-size: 22px;
line-height: 200%;
color: #fff;
height: 60vh;
background: none;
display: none;
}
    
/* -----------------------
footer
-----------------------*/
footer {
    text-align: center;
    padding: 50px;
}
footer .logo {
    text-align: center;
    margin: 0 0 40px 0;
}
footer .logo a {
	width: 200px;
	margin: 0 auto;
	display: block;
}
footer .logo h2 {
    background: url("../img/common/logo/wh_min.png") no-repeat center;
    height: 120px;
    text-indent: -9999px;
    font-size: 12px;
    line-height: 160%;
    margin: 0;
}
footer .sns ul {
    display: flex;
    justify-content: center;
}
footer .sns ul li {
    padding: 0 10px;
}
footer .links {
    margin: 30px auto 50px auto;
    width: 1200px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: left;
}
footer .links ul {
    padding: 0 30px;
}
footer .links ul p {
    width: 100%;
    padding: 0;
    margin: 0;
}
footer .links ul li a {
    position: relative;
}
footer .links ul li a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #85BFD6;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
}
footer .links ul li a::after {
    background: #FFF;
}
footer .links ul li a:hover {
    color: #FFF;
}
footer .links ul li a:hover::after {
    transform: scale(1, 1);
}
footer .kw {
	font-size: 10px;
	line-height: 120%;
	margin: 10px 0 0 0;
	color: #DAECF3;
}
.toppage_footer {
    margin-bottom: 68px;
}


/* -----------------------
calendar
-----------------------*/
.calendar {
	width: 1200px;
    margin: 0 auto;
}
.calendar iframe {
	width: 800px;
    height: 400px;
    border: 0;
    margin: 0;
}
.calendar_body {
    min-width: auto;
}
.calbase_rakuten {
    margin: 0;
    padding: 0;
    width: 100%;
}
.calbase_rakuten .caltitle_rakuten {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    margin: 0;
    padding: 0 0 20px 0;
    text-align: left;
    font-size: 26px;
    line-height: 150%;
}
.calbase_rakuten table {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 160%;
    width: 600px;
}
.calbase_rakuten table td {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.calbase_rakuten table .calframe_rakuten {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	width: 48%;
}
.calbase_rakuten table .calframe_rakuten td,
.calbase_rakuten table.event_rakuten td {
    display: table-cell;
    width: auto;
}
.calbase_rakuten table.event_rakuten {
	font-size: 13px;
	line-height: 150%;
}
.calbase_rakuten table td {
    padding: 5px;
}
.calbase_rakuten td.event1day_rakuten {
	background: #FFC6C6;
}
.calbase_rakuten .event_rakuten .event1day_rakuten {
	color: #FFC6C6;
}
.calbase_rakuten td.event2day_rakuten {
	background: #B5DAFF;
}
.calbase_rakuten .event_rakuten .event2day_rakuten {
	color: #B5DAFF;
}
.calbase_rakuten td.event3day_rakuten {
	background: #FEDE93;
}
.calbase_rakuten .event_rakuten .event3day_rakuten {
	color: #FEDE93;
}

/* ===============================================
calendar 2025
=============================================== */
.calendar {
margin: 0 auto 80px;
}
.calendar-inner {
display: flex;
flex-wrap: wrap;
}
.calendar-inner table {
margin: 0 30px 20px 0;
}
    
/* top btn */
.selectteabag_btn a {
    background: #f7bf54;
    color: #FFF;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 160%;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 5;
}

/* ===============================================
selectteabag_group 2025
=============================================== */
.selectteabag_group {
display: flex;
justify-content: space-between;
position: fixed;
bottom: 0;
left: 0;
width: 100vw;
z-index: 999;
}
.selectteabag_group a {
display: flex;
align-items:center;
justify-content: center;
flex-direction: column-reverse;
width: 25%;
margin: 0;
padding: 10px 0;
position:static;
font-size: 12px;
line-height: 140%;
background: #e6e6e6;
color: #000;
border-right: 1px solid #fff;
}
.selectteabag_btn_last {
border-right: none;
}
.selectteabag_group a p {
margin-top: 0;
line-height: 100%;
}
.selectteabag_group a img.icon {
width: 30px;
}
.selectteabag_group a {
flex-direction: row-reverse;
padding: 10px 20px;
position:static;
font-size: 14px;
}
.selectteabag_group a p {
margin: 0 0 0 10px;
}
.selectteabag_group a img.icon {
width: 35px;
}
.toppage_footer {
margin-bottom: 0;
}
.copyright {
margin-bottom: 55px;
}

/* -----------------------
system
-----------------------*/
button.fs-c-button--primary,
a.fs-c-button--primary {
    background: #f7bf54 !important;
    color: #FFF !important;
    padding: 15px;
    display: block;
    border: 0;
    border-radius: 5px;
    font-size: 21px;
    line-height: 140%;
    width: 350px;
    margin: 0 auto;
    text-align: center;
}
#delivery_register .fs-c-inputInformation__button button.fs-c-button--primary {
    margin: 0;
}
a.fs-c-button--cancel {
    background: #85BFD6;
    color: #FFF;
    padding: 15px;
    display: block;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    line-height: 180%;
    margin: 0;
    width: 150px;
    text-align: center;
}
table.fs-c-inputTable {
    width: 60%;
}
.fs-c-modal__contents table.fs-c-inputTable,
.login_area table.fs-c-inputTable {
    width: 100%;
}
.fs-c-modal__contents table.fs-c-inputTable th,
.fs-c-modal__contents table.fs-c-inputTable td {
    padding: 5px;
}
table.fs-c-inputTable th {
    font-weight: 400;
    text-align: left;
    width: 25%;
    padding: 5px;
}
table.fs-c-inputTable td {
    width: 75%;
    padding: 5px;
}
.fs-c-memberPolicyAgreeField {
    margin-top: 15px;
}
.fs-c-syncAccountInfoField {
    margin: 20px 0;
}

.fs-c-modal__inner {
    width: 600px;
    padding: 30px;
    max-width: 85%;
}
.fs-c-modal__inner .fs-c-inputTable--inModal tr {
    margin: 0;
    padding: 0;
}
.fs-c-modal__inner .fs-c-inputInformation__button {
    margin: 20px 0 0 0;
}
.fs-c-modal__inner button.fs-c-button--confirmDelete {
    background: #85BFD6;
    color: #FFF;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 160%;
    border: 0;
    border-radius: 5px;
}
.fs-c-modal__inner button.fs-c-button--cancel {
    color: #FFF !important;
    padding: 10px !important;
    display: block;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    line-height: 140%;
    margin: 10px auto;
    background: #85BFD6 !important;
    text-align: center;
}

ul.fs-c-checkout-addresseeList {
    margin-bottom: 30px;
}
li.fs-c-checkout-addressee {
    border: 1px solid #EEE;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}
li.fs-c-checkout-addressee .fs-c-checkout-addressee__data__name {
    font-weight: bold;
}
li.fs-c-checkout-addressee .fs-c-checkout-addressee__control {
    margin-top: 10px;
    display: flex;
}
li.fs-c-checkout-addressee .fs-c-checkout-addressee__control button {
    background: #f7bf54;
    color: #FFF;
    padding: 10px 15px;
    display: block;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    line-height: 140%;
    margin: 0;
    text-align: center;
}
li.fs-c-checkout-addressee .fs-c-checkout-addressee__control button.fs-c-button--edit {
    margin-right: 10px;
    background: #85BFD6;
}
.fs-c-buttonContainer.fs-c-buttonContainer--pair {
    display: flex;
    justify-content: center;
}
.fs-c-buttonContainer.fs-c-buttonContainer--pair button {
    margin: 0 5px;
}
.fs-c-button--addAddressee {
    color: #FFF;
    padding: 10px;
    display: block;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    line-height: 140%;
    margin: 10px auto;
    background: #f7bf54;
    text-align: center;
    width: 250px;
}
.fs-c-checkout-destination__control {
    margin-top: 15px;
}
.fs-c-checkout-destination__control > * + * {
    margin: 0;
}

.message {
    margin-bottom: 30px;
}
.message_list {
    margin: 0 0 15px 5px;
}
.message_list li {
    margin-left: 15px;
    list-style: disc;
}

/* breadcrumbs */
.fs-c-breadcrumb__list {
    width: 1200px;
    margin: 10px auto;
    padding: 0;
    font-size: 12px;
    line-height: 160%;
}

/* contents width */
.fs-l-main {
    margin: 50px auto;
    width: 1200px;
}
.fs-l-main.cart_top {
    margin: 50px auto;
    width: 100%;
    max-width: 1200px;
}

/* pager */
.fs-c-pagination {
    justify-content: center;
    margin: 20px 0;
}
.fs-c-pagination span,
.fs-c-pagination a {
    flex: inherit;
}

/* magazine */
#magazine table.fs-c-inputTable {
    margin: 20px 0;
    width: 60%;
}
.fs-c-requiredMark::before {
    color: #f7bf54;
}
.fs-c-inputInformation__button,
.fs-c-buttonContainer--memberRegister {
    margin: 20px 0;
}
#magazine .magazine_stop {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #EEE;
}
#magazine .magazine_stop .btn {
    margin-top: 30px;
}
#magazine .magazine_stop .btn a {
    background: #85BFD6;
    color: #FFF;
    padding: 15px;
    display: block;
    border: 0;
    border-radius: 5px;
    font-size: 21px;
    line-height: 140%;
    width: 350px;
    text-align: center;
    margin: 0 auto;
}

/* cart checkout */
#cart #fs-checkout-payHere-container {
    margin: 50px 0;
    text-align: center;
}
#cart #fs-checkout-payHere-container .fs-c-cartPayment {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 600px;
    margin: 0 auto;
}
#cart #fs-checkout-payHere-container .fs-c-purchaseHere__message {
    width: 100%;
}
#cart #fs-checkout-payHere-container .fs-c-cartPayment__button {
    width: 49%;
    margin: 0 .5%;
}
#cart #fs-checkout-payHere-container .fs-c-cartPayment__button a {
    background: #f7bf54;
    color: #FFF;
    padding: 15px;
    display: block;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
    line-height: 140%;
    width: 100%;
    margin: 15px 0;
}
#cart #fs-checkout-amazon-container {
    text-align: center;
    margin-bottom: 100px;
}
#cart #fs-checkout-amazon-container .fs-c-payWithAmazon__button {
    margin: 0 auto;
}
#fs-checkout-amazon-container {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #EEE;
    text-align: left;
    width: 500px;
    margin: 0 auto;
}
#cart #fs-checkout-amazon-container p {
    margin: 0 0 10px 0;
}
#cart .fs-c-continueShopping {
    margin: 30px 0;
    text-align: left;
}
#cart .fs-c-continueShopping a {
    padding-left: 30px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat 0 50%;
	background-size: 15px;
}
#cart .fs-c-continueShopping a:hover {    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat 2px 50%;
	background-size: 15px;

}

.fs-c-inputTable--inModal > tbody > tr {
    flex-direction: row;
}
.fs-c-inputTable--inModal table.fs-c-inputTable {
    width: 100%;
    margin-bottom: 30px;
}

.fs-l-checkout__mainColumn h2 {
    margin-bottom: 30px;
}
#fs-buyerInfo-container,
#fs-addressInfo-container,
#fs-paymentList-container, 
#fs-couponInfo-container,
#fs-deliveryInfo-container,
#fs-wrappingInfo-container,
#fs-communicationInfo-container,
#fs-deliveryCycleInfo-container,
#fs-pointInfo-container,
#fs-deliveryInfo-container {
    margin-bottom: 30px;
}
.fs-c-checkout-delivery__method__message p {
	margin: 20px 0;
}
.fs-c-checkout-paymentMethod__message hr {
	margin: 20px 0;
}
.fs-c-checkout-paymentMethod__creditCardRegistration,
#fs-orderContents-container,
.fs-c-checkout-paymentMethod__option {
    margin-bottom: 20px;
}
.fs-c-checkout-paymentMethod__option,
.fs-c-checkout-paymentMethod__option {
    background: #F2FAFE;
    padding: 20px;
    margin: 10px 0;
}
.fs-l-checkout__mainColumn .fs-c-checkout-preview__button button,
.fs-c-checkout-destination__control button,
.fs-c-buttonContainer--inputCreditCardData button,
.fs-c-returnedSpecialContract__link a,
.fs-c-buttonContainer--changeSmall button {
    padding-left: 30px;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat 0 50%;
	background-size: 15px;
    border: 0;
    display: block;
}
.fs-l-checkout__mainColumn .fs-c-checkout-preview__button button:hover,
.fs-c-checkout-destination__control button:hover,
.fs-c-buttonContainer--inputCreditCardData button:hover,
.fs-c-returnedSpecialContract__link a:hover {
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat 2px 50%;
	background-size: 15px;
}
.fs-c-checkout-destination__destination,
.fs-c-checkout-paymentMethod__creditCardRegistration {
    display: block;
}
.fs-c-checkout-destination__control {
    display: block;
}
ul.fs-c-creditCardIcons {
    display: flex;
}
ul.fs-c-creditCardIcons li {
    margin-right: 5px;
}
.fs-c-checkout-destination__control *:only-child {
    margin: 0;
}
#fs_orderTotalContainer {
    background: #FDECCB;
    padding: 30px;
    margin-top: 50px;
    border-radius: 5px;
}
#fs-deliveryCycleInfo-container .fs-c-checkout-deliveryCycleList,
.fs-c-checkout-deliveryCyclePreview {
    background: #F2FAFE;
    padding: 20px;
    margin: 10px 0;
}
#fs-deliveryCycleInfo-container .fs-system-assistTarget {
    width: 130px;
}
.fs-c-checkout-deliveryCyclePreview ol {
    padding: 0;
    margin: 0;
}
.fs-c-checkout-deliveryCyclePreview ol li {
    margin-bottom: 10px;
}
.fs-c-checkout-deliveryCyclePreview .fs-c-buttonContainer--showDeliverySchedule button {
    padding-left: 30px;
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E) no-repeat 0 50%;
    border: 0;
    display: block;
}
.fs-c-checkout-deliveryCyclePreview .fs-c-buttonContainer--showDeliverySchedule button:hover {
    padding-left: 30px;
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E) no-repeat 2px 50%;
    border: 0;
    display: block;
}
.fs-c-buttonContainer--close button {
    padding-left: 30px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cline%20x1%3D%2218%22%20y1%3D%226%22%20x2%3D%226%22%20y2%3D%2218%22%3E%3C%2Fline%3E%3Cline%20x1%3D%226%22%20y1%3D%226%22%20x2%3D%2218%22%20y2%3D%2218%22%3E%3C%2Fline%3E%3C%2Fsvg%3E') no-repeat 0 50%;
    border: 0;
    display: block;
}


/* login */
h2.fs-c-subSection__title {
    margin-bottom: 20px;
}
.fs-c-buttonContainer--login button[type="submit"] {
    margin: 20px auto;
}
.fs-c-otherServiceLogin {
    margin: 30px 0 0 0;
}
.fs-c-anotherLogin--amazon {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #EEE;
    text-align: left;
}
.fs-c-anotherLogin--amazon p {
    margin: 0 0 10px 0;
}
a.fs-c-button--memberRegister,
a.fs-c-button--guestPurchase {
    background: #85BFD6;
    color: #FFF;
    padding: 10px;
    display: block;
    border: 0;
    border-radius: 5px;
    font-size: 21px;
    line-height: 140%;
    width: 350px;
    margin: 0 auto;
    text-align: center;
}
.login_box {
}
.login_box .member,
.login_box .not_member {
    width: 60%;
    text-align: center;
	margin: 0 auto;
}
.login_box .member .login_area {
    background: #FDECCB;
    padding: 40px;
    border-radius: 5px;
}
.login_box .not_member .fs-c-newUsers {
    background: #DAECF3;
    padding: 40px;
    border-radius: 5px;
}

/* cart payment */
.fs-c-checkout-preview {
    border: 1px solid #eee;
    padding: 30px;
}
#fs_orderTotalContainer .fs-c-checkout-preview {
    padding: 0;
    border: none;
}
.fs-l-checkout__mainColumn h2 {
    margin-bottom: 15px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    font-size: 18px;
}
.fs-l-checkout__mainColumn .fs-c-checkout-preview__button button,
.fs-c-buttonContainer--changeSmall button,
.fs-c-checkout-destination__control button,
a.fs-c-button--change--small.fs-c-button--standard {
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px 20px 5px 30px;
    background: #eee url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E) no-repeat 10px 50%;
    border: 0;
    display: block;
    color: #000;
}
a.fs-c-button--change--small.fs-c-button--standard {
    display: inline-block;
}
#cart .fs-c-cartTable__dataCell--quantity, #cart .fs-c-cartTable__dataCell--subtotal {
    padding: 0;
    margin: 0;
}
.fs-c-cartTable__dataCell--point::before, .fs-c-cartTable__dataCell--quantity::before, .fs-c-cartTable__dataCell--subtotal::before {
    font-size: 12px;
    margin: 0 10px 0 0;
}
.fs-c-price .fs-c-price__value {
    line-height: 120%;
}
.fs-c-cartTable__dataCell--point {
    padding: 0;
    margin-bottom: 10px;
}
.fs-c-listedProductName__selection {
    font-size: 12px;
    line-height: 160%;
    color: #666;
    margin-bottom: 5px;
}
.fs-c-checkout-paymentInfo__body.fs-c-checkout-preview__body form {
    background: #f6f6f6f6;
    padding: 20px;
    margin-top: 10px;
}
ul.fs-c-checkout-customerInfo, ul.fs-c-checkout-destination__list {
    background: #f6f6f6;
    padding: 20px;
}
.fs-c-checkout-destination__control *:only-child {
    margin: 10px 0 0;
}
div#fs-paymentList-container .fs-c-checkout-paymentMethod__body {
    border: none;
    padding: 0 2em;
    margin: 0 0 20px 0;
}
.fs-c-radio__radio:checked:enabled + label > span.fs-c-radio__radioLabelText {
    font-weight: bold;
    border-bottom: 1px solid;
    margin-right: 2em;
}

/* registration */
.registration_area {
    width: 1200px;
    margin: 50px auto;
}
.registration_area .fs-c-agreementConfirmation {
    padding: 20px;
    background: #EEE;
    border-radius: 5px;
    margin: 15px 0;
}
.registration_area #fs_registerAndContinue {
    justify-content: center;
    margin-top: 15px;
}
.registration_area ol {
    padding: 0;
    margin: 0 0 30px 0;
}
.registration_area .pw_form {
    width: 60%;
}
.registration_area .fs-c-inputInformation__button {
    margin: 30px 0 0 0;
}
.registration_area .panel {
	margin: -50px 0 100px 0;
}

.fs-c-checkout-paymentMethod__body {
	padding: 20px;
	border: 1px solid #EEE;
	margin-bottom: 10px;
}
.fs-c-checkout-paymentMethod__body h3 {
    font-size: 18px;
    line-height: 160%;
    margin: 0 0 10px 0;
}
.fs-c-checkout-paymentMethod__message p {
	margin-bottom: 10px;
}
.fs-c-checkout-paymentMethod__message p:last-child {
	margin-bottom: 0;
}


#cart .fs-c-cartTable__actionButton button {
    margin: 5px 0;
}
#cart button.fs-c-button--cancel--cart {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%2385BFD6%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%223%206%205%206%2021%206%22%3E%3C%2Fpolyline%3E%3Cpath%20d%3D%22M19%206v14a2%202%200%200%201-2%202H7a2%202%200%200%201-2-2V6m3%200V4a2%202%200%200%201%202-2h4a2%202%200%200%201%202%202v2%22%3E%3C%2Fpath%3E%3Cline%20x1%3D%2210%22%20y1%3D%2211%22%20x2%3D%2210%22%20y2%3D%2217%22%3E%3C%2Fline%3E%3Cline%20x1%3D%2214%22%20y1%3D%2211%22%20x2%3D%2214%22%20y2%3D%2217%22%3E%3C%2Fline%3E%3C%2Fsvg%3E') no-repeat 0 50%;
    padding-left: 30px;
    border: 0;
    text-align: left;
}
#cart button.fs-c-button--buyItLater {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%2385BFD6%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%3E%3C%2Fcircle%3E%3Cline%20x1%3D%224.93%22%20y1%3D%224.93%22%20x2%3D%2219.07%22%20y2%3D%2219.07%22%3E%3C%2Fline%3E%3C%2Fsvg%3E') no-repeat 0 50%;
    padding-left: 30px;
    border: 0;
    text-align: left;
}
#cart #fs-cartTotals-container {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}
#cart .fs-c-orderTotalTable {
    width: 40%;
}
#cart .fs-c-subscriptionTotal {
    margin-top: 30px;
}
#cart .fs-c-subscriptionTotal .fs-c-subscriptionTotalTable__caption {
    text-align: left;
}

#cart .fs-l-checkout__sideColumn .fs-c-totalAndActions .fs-c-orderTotalTable,
#cart #fs_orderTotalContainer .fs-c-orderTotalTable,
#cart .fs-c-subscriptionTotal .fs-c-subscriptionTotalTable {
    margin: 20px 0;
    width: 100%;
}
#cart .fs-l-checkout__sideColumn .fs-c-totalAndActions .fs-c-orderTotalTable th,
#cart .fs-l-checkout__sideColumn .fs-c-totalAndActions .fs-c-orderTotalTable td,
#cart #fs_orderTotalContainer .fs-c-orderTotalTable th,
#cart #fs_orderTotalContainer .fs-c-orderTotalTable td,
#cart .fs-c-orderTotalTable th,
#cart .fs-c-orderTotalTable td,
#cart .fs-c-subscriptionTotal .fs-c-subscriptionTotalTable th,
#cart .fs-c-subscriptionTotal .fs-c-subscriptionTotalTable td {
    padding: 5px;
}
#cart .fs-c-orderTotalTable__grandTotal {
    border-top: 1px solid #FFF;
}
#cart .fs-c-totalAndActions th,
#cart .fs-c-totalAndActions td {
    border: none;
    font-weight: 400;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
#cart .fs-c-totalAndActions th {
    text-align: left !important;
}
#cart .fs-l-checkout__sideColumn .fs-c-totalAndActions td {
    font-size: 16px;
}
#cart .fs-c-totalAndActions td {
    text-align: right !important;
}

#cart .cart_link {
	background: #F2FAFE;
	padding: 20px;
	text-align: center;
    margin-bottom: 30px;
}
#cart .cart_link .fs-c-buttonContainer--moveToShoppingCart,
#cart .cart_link .fs-c-buttonContainer--moveToSubscriptionCart {
	margin-top: 20px;
}
#cart .cart_link .fs-c-buttonContainer--moveToShoppingCart a,
#cart .cart_link .fs-c-buttonContainer--moveToSubscriptionCart a {
	padding-left: 30px;
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E) no-repeat 0 50%;
    background-size: 15px;
}
#cart .cart_link .fs-c-buttonContainer--moveToShoppingCart a:hover,
#cart .cart_link .fs-c-buttonContainer--moveToSubscriptionCart a:hover {
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat 2px 50%;
	background-size: 15px;
}

/* mypage */
.fs-c-buttonContainer--myPageTop,
.fs-c-buttonContainer--topPage {
    margin-top: 50px;
}
.fs-c-buttonContainer--myPageTop a,
.fs-c-buttonContainer--topPage a {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E) no-repeat 0 50%;
    background-size: 15px;
    padding-left: 25px;
    transition: .3s;
}
.fs-c-buttonContainer--myPageTop a:hover,
.fs-c-buttonContainer--topPage a:hover {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E) no-repeat 2px 50%;
    background-size: 15px;
    padding-left: 25px;
}

ul.fs-c-accountService {
    display: flex;
    justify-content: space-between;
    border-right: 1px solid #EEE;
}
ul.fs-c-accountService li {
    width: 14.285%;
    border-left: 1px solid #EEE;
}
ul.fs-c-accountService li a {
    display: block;
    padding: 40px 0 10px 0;
    text-align: center;
}
ul.fs-c-accountService li a:hover {
    background-color: #DAECF3;
}
ul.fs-c-accountService li.fs-c-accountService__page--couponList a {
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%2385BFD6%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M20.59%2013.41l-7.17%207.17a2%202%200%200%201-2.83%200L2%2012V2h10l8.59%208.59a2%202%200%200%201%200%202.82z%22%3E%3C%2Fpath%3E%3Cline%20x1%3D%227%22%20y1%3D%227%22%20x2%3D%227.01%22%20y2%3D%227%22%3E%3C%2Fline%3E%3C%2Fsvg%3E') no-repeat 50% 10px;
}
ul.fs-c-accountService li.fs-c-accountService__page--pointHistory a {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title' aria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EDry Clean No Petroleum%3C/title%3E%3Cdesc%3EA line styled icon from Orion Icon Library.%3C/desc%3E%3Ccircle data-name='layer2' cx='32' cy='32' r='24' fill='none' stroke='%2385bfd6' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' stroke-linejoin='round'%3E%3C/circle%3E%3Cpath data-name='layer1' d='M27 34.9h6.5a5.5 5.5 0 0 0 5.5-5.4 5.5 5.5 0 0 0-5.5-5.5H27v17.5' fill='none' stroke='%2385bfd6' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E") no-repeat 50% 10px;
	background-size: 28px;
}
ul.fs-c-accountService li.fs-c-accountService__page--wishList a {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%2385BFD6%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolygon%20points%3D%2212%202%2015.09%208.26%2022%209.27%2017%2014.14%2018.18%2021.02%2012%2017.77%205.82%2021.02%207%2014.14%202%209.27%208.91%208.26%2012%202%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E') no-repeat 50% 10px;
}
ul.fs-c-accountService li.fs-c-accountService__page--orderHistoryList a {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%2385BFD6%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%202L3%206v14c0%201.1.9%202%202%202h14a2%202%200%200%200%202-2V6l-3-4H6zM3.8%206h16.4M16%2010a4%204%200%201%201-8%200%22%2F%3E%3C%2Fsvg%3E') no-repeat 50% 10px;
}
ul.fs-c-accountService li.fs-c-accountService__page--subscriptionHistoryList a {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%2385BFD6%22%20class%3D%22bi%20bi-arrow-repeat%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20d%3D%22M11.534%207h3.932a.25.25%200%200%201%20.192.41l-1.966%202.36a.25.25%200%200%201-.384%200l-1.966-2.36a.25.25%200%200%201%20.192-.41zm-11%202h3.932a.25.25%200%200%200%20.192-.41L2.692%206.23a.25.25%200%200%200-.384%200L.342%208.59A.25.25%200%200%200%20.534%209z%22%2F%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8%203c-1.552%200-2.94.707-3.857%201.818a.5.5%200%201%201-.771-.636A6.002%206.002%200%200%201%2013.917%207H12.9A5.002%205.002%200%200%200%208%203zM3.1%209a5.002%205.002%200%200%200%208.757%202.182.5.5%200%201%201%20.771.636A6.002%206.002%200%200%201%202.083%209H3.1z%22%2F%3E%3C%2Fsvg%3E') no-repeat 50% 10px;
    background-size: 25px;
}
ul.fs-c-accountService li.fs-c-accountService__page--accountReviews a {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%2385BFD6%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M21%2011.5a8.38%208.38%200%200%201-.9%203.8%208.5%208.5%200%200%201-7.6%204.7%208.38%208.38%200%200%201-3.8-.9L3%2021l1.9-5.7a8.38%208.38%200%200%201-.9-3.8%208.5%208.5%200%200%201%204.7-7.6%208.38%208.38%200%200%201%203.8-.9h.5a8.48%208.48%200%200%201%208%208v.5z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat 50% 10px;
}
ul.fs-c-accountService li.fs-c-accountService__page--addressbook a {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%2385BFD6%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2210%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M12%2021.7C17.3%2017%2020%2013%2020%2010a8%208%200%201%200-16%200c0%203%202.7%206.9%208%2011.7z%22%2F%3E%3C%2Fsvg%3E') no-repeat 50% 10px;
}
ul.fs-c-accountService li.fs-c-accountService__page--accountCard a {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%2385bfd6%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%222%22%20y%3D%224%22%20width%3D%2220%22%20height%3D%2216%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M7%2015h0M2%209.5h20%22%2F%3E%3C%2Fsvg%3E') no-repeat 50% 10px;
    background-size: 24px;
}
ul.fs-c-accountService li.fs-c-accountService__page--accountPassword a {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%2385BFD6%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%223%22%20y%3D%2211%22%20width%3D%2218%22%20height%3D%2211%22%20rx%3D%222%22%20ry%3D%222%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M7%2011V7a5%205%200%200%201%209.9-1%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat 50% 10px;
}
ul.fs-c-accountService li.fs-c-accountService__page--accountSettingsModify a {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%2385BFD6%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M16%2021v-2a4%204%200%200%200-4-4H5a4%204%200%200%200-4%204v2%22%3E%3C%2Fpath%3E%3Ccircle%20cx%3D%228.5%22%20cy%3D%227%22%20r%3D%224%22%3E%3C%2Fcircle%3E%3Cpolyline%20points%3D%2217%2011%2019%2013%2023%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E') no-repeat 50% 10px;
}
ul.fs-c-accountService li.fs-c-accountService__page--accountDelete a {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%2385BFD6%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cline%20x1%3D%2218%22%20y1%3D%226%22%20x2%3D%226%22%20y2%3D%2218%22%3E%3C%2Fline%3E%3Cline%20x1%3D%226%22%20y1%3D%226%22%20x2%3D%2218%22%20y2%3D%2218%22%3E%3C%2Fline%3E%3C%2Fsvg%3E') no-repeat 50% 10px;
}

/* mypage */
#mypage .member {
    margin-bottom: 30px;
    padding: 20px 20px 15px 20px;
    border-radius: 5px;
    text-align: center;
    /*border: #EEE 1px solid;*/
	background: #FDECCB;
}
#mypage .member .fs-clientInfo {
    display: inline;
    font-weight: 400;
    font-size: 21px;
    line-height: 120%;
}
#mypage .member .member_info {
	display: flex;
    width: 1000px;
    margin: 15px auto 0 auto;
}
#mypage .member .member_info div {
	padding: 5px 10px;
    margin: 0 auto;
    text-align: center;
    width: 15%;
    background: #fff;
    border-radius: 5px;
}
#mypage .member .member_info div.special_points {
	background: #DAECF3;
}
#mypage .member .btn_line {
	justify-content: flex-start;
	margin-top: 20px;
}
#mypage .wishlist_area {
    margin: 80px 0;
}
#mypage .logout {
    margin-top: 50px;
	justify-content: flex-start;
}
#mypage .logout a {
    padding-left: 30px;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat 0 50%;
	background-size: 15px;

}
#mypage .logout a:hover {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat 2px 50%;
	background-size: 15px;

}


/* wishlist */
.wishlist_area .fs-c-slick {
    margin: 30px 0;
}
.wishlist_area .fs-c-slick .slick-slide {
    width: 200px;
    padding: 5px;
}
.wishlist_area .fs-c-slick .slick-slide h2 {
    font-size: 16px;
    line-height: 160%;
    font-weight: 400;
    margin: 10px 0;
}
.wishlist_area .fs-c-productPrice {
    display: block;
}
.wishlist_area .fs-c-productListItem__prices {
    margin: 10px 0;
}
.wishlist_area a.fs-c-button--viewProductDetail,
.fs-c-button--addToCart--list.fs-c-button--plain {
    background: #f7bf54;
    color: #FFF;
    padding: 10px;
    display: block;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    line-height: 140%;
    margin: 5px 0;
    text-align: center;
    width: 100%;
}
.wishlist_area button.fs-c-button--removeFromWishList--icon {
    color: #FFF;
    padding: 10px;
    display: block;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    line-height: 140%;
    margin: 5px 0;
    background: #85BFD6;
    text-align: center;
    width: 100%;
}
.fs-c-wishlistProduct__footer {
    text-align: right;
}
.fs-c-wishlistProduct__footer a {
    padding-left: 30px;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat 0 50%;
	background-size: 15px;

}
.fs-c-wishlistProduct__footer a:hover {
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat 2px 50%;
	background-size: 15px;
}

/* order history */
#order_history section {
	margin: 50px 0;
}
#order_history section h2 {
	margin-bottom: 20px;
}

#order_history .fs-c-history {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
}
#order_history.subscription .fs-c-history {
	display: block;
}
#order_history .fs-c-history__info {
    background: #DAECF3;
    padding: 20px;
    border-radius: 5px;
    width: 25%;
}
#order_history .fs-c-history__info .fs-c-dropdown {
    margin-bottom: 20px;
}
#order_history .fs-c-history__info .fs-c-price {
    justify-content: flex-start;
}
#order_history .fs-c-history .fs-c-history__listContainer {
    width: 72%;
}
#order_history.subscription .fs-c-history .fs-c-history__listContainer {
	width: 100%;
}
.fs-c-history .fs-c-listControl,
.fs-c-productList .fs-c-listControl {
    margin-bottom: 30px;
}
.fs-c-price .fs-c-price__value {
    font-size: 16px;
    line-height: 180%;
}
#order_history .fs-c-orderHistoryItem,
.fs-c-orderHistoryItem {
    margin: 30px 0;
    padding: 20px;
    border: 1px solid #EEE;
}
#order_history .fs-c-orderHistoryItem .fs-c-orderHistoryItem__orderInfo dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    align-items: center;
}
#order_history .fs-c-orderHistoryItem .fs-c-orderHistoryItem__orderInfo dl dt {
    width: 30%;
}
#order_history .fs-c-orderHistoryItem .fs-c-orderHistoryItem__orderInfo dl dd {
    text-align: left;
}
#order_history .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header__button a {
    padding-left: 30px;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat 0 50%;
	background-size: 15px;
    display: inline-block;
    border: none;
}
#order_history .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header__button a:hover {
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat 2px 50%;
	background-size: 15px;
}
#order_history .fs-c-buttonContainer button {
    padding-left: 30px;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat 0 50%;
	background-size: 15px;
    display: inline-block;
    border: none;
}
#order_history .fs-c-buttonContainer button:hover {
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat 2px 50%;
	background-size: 15px;
}
#order_history .fs-c-buttonContainer--back a {
    padding-left: 30px;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23000000%22%20class%3D%22bi%20bi-arrow-left%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15%208a.5.5%200%200%200-.5-.5H2.707l3.147-3.146a.5.5%200%201%200-.708-.708l-4%204a.5.5%200%200%200%200%20.708l4%204a.5.5%200%200%200%20.708-.708L2.707%208.5H14.5A.5.5%200%200%200%2015%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat 2px 50%;
	background-size: 15px;
    display: inline-block;
    border: none;
}
#order_history .fs-c-buttonContainer--back a:hover {
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23000000%22%20class%3D%22bi%20bi-arrow-left%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15%208a.5.5%200%200%200-.5-.5H2.707l3.147-3.146a.5.5%200%201%200-.708-.708l-4%204a.5.5%200%200%200%200%20.708l4%204a.5.5%200%200%200%20.708-.708L2.707%208.5H14.5A.5.5%200%200%200%2015%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat 0 50%;
	background-size: 15px;
}
#order_history .fs-c-orderHistoryItem__product {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    border-top: 1px solid #EEE;
    padding: 10px 0;
}
#order_history .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productImage {
    width: 8%;
}
#order_history .fs-c-listedProductName {
    width: 55%;
}
#order_history .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__button a {
    background: #85BFD6;
    color: #FFF;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    line-height: 150%;
}
#order_history .fs-c-orderHistoryItem__body,
#order_history .fs-c-orderHistoryItem__header__button {
    margin-top: 20px;
}
#order_history .fs-c-price__currencyMark,
#order_history .fs-c-productPrice__addon__label {
    display: none;
}
#order_history .fs-c-price .fs-c-price__value::after {
    content: "円(税込)";
    font-size: 13px;
    line-height: 160%;
}

/* detail */
#order_history .fs-c-orderDetail__addresseeInfo,
#order_history .fs-c-orderDetail__orderInfo {
    margin-bottom: 80px;
}
#order_history .fs-c-orderDetail__data {
    margin-bottom: 40px;
    width: 60%;
    background: #DAECF3;
    padding: 10px;
    border-radius: 5px;
}
#order_history .fs-c-orderDetail__data dl {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
#order_history .fs-c-orderDetail__data dl dt {
    width: 30%;
    padding: 5px;
    margin: 0;
}
#order_history .fs-c-orderDetail__data dl dd {
    width: 70%;
    padding: 5px;
    margin: 0;
}
#order_history dl.fs-c-orderPerAddressee__addressee,
#order_history dl.fs-c-subscriptionDetail {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 40px 0;
    width: 60%;
}
#order_history dl.fs-c-orderPerAddressee__addressee dt,
#order_history dl.fs-c-subscriptionDetail dt {
    width: 30%;
    padding: 5px;
    margin: 0;
}
#order_history dl.fs-c-orderPerAddressee__addressee dd,
#order_history dl.fs-c-subscriptionDetail dd {
    width: 70%;
    padding: 5px;
    margin: 0;
}
#order_history table .fs-c-cartTable__productName {
    width: auto;
}
#order_history .fs-c-orderDetail__addresseeInfo h2,
#order_history .fs-c-orderDetail__orderInfo h2 {
    margin-bottom: 20px;
}
#order_history .fs-c-orderDetail__addresseeInfo h3 {
    margin-bottom: 10px;
}
#order_history .fs-c-orderPerAddressee__cartTable,
#order_history .fs-c-orderDetailInfo__cartTable {
    margin-bottom: 20px;
}
#order_history .fs-c-orderPaymentTable {
    margin-top: 20px;
}
#order_history .fs-c-orderTotalInfo,
#order_history .fs-c-orderDetailInfo__orderTotal .fs-c-orderTotalTable {
    display: block;
    border: 1px solid #DDD;
    padding: 10px;
    border-radius: 5px;
}
#order_history .fs-c-orderTotalTable th,
#order_history .fs-c-orderTotalTable td,
#order_history .fs-c-deliveryInfoList,
#order_history .fs-c-deliveryInfoList dt,
#order_history .fs-c-deliveryInfoList dd,
#order_history .fs-c-orderPaymentTable th,
#order_history .fs-c-orderPaymentTable td {
    border: none;
    font-weight: 400;
}
#order_history .fs-c-deliveryInfoList {
    display: flex;
}
#order_history .fs-c-deliveryInfoList dt,
#order_history .fs-c-deliveryInfoList dd {
    grid-column: auto;
}

#order_history .fs-c-subscriptionNextDelivery__schedule__title {
	font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
	line-height: 150%;
    font-size: 26px;
}
#order_history .fs-c-subscriptionDeliveryInfo {
    width: 60%;
}
#order_history .fs-c-subscriptionDeliveryInfo__cycle {
	background: #85BFD6;
	color: #FFF;
	padding: 10px 20px;
	border-radius: 10px 10px 0 0;
	font-size: 16px;
	line-height: 160%;
}
#order_history .fs-c-subscriptionDeliveryInfo__deliverySchedule {
	padding: 20px;
    border: #85BFD6 1px solid;
    border-radius: 0 0 10px 10px;
    margin: 0 0 20px 0;
}
#order_history .fs-c-subscriptionDeliveryInfo__deliverySchedule table th {
	color: #85BFD6;
    text-align: left;
    font-weight: normal;
    width: 80px;
}

/* delivery list */
#delivery_list .fs-c-addressBookList__addButton a {
    display: block;
    width: 230px;
    padding: 12px 20px 12px 30px;
    border: none;
    text-align: center;
    margin: 30px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    background: #85BFD6;
    background-size: 25px;
    border-radius: 5px;
    color: #FFF;
}
#delivery_list .fs-c-addressBookList__count {
    margin: 15px 0;
    font-size: 16px;
    line-height: 160%;
}
#delivery_list table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1px solid #EEE;
}
#delivery_list table tr {
    border-top: 1px solid #EEE;
}
#delivery_list table td {
    margin: 0;
    padding: 20px 0;
}
#delivery_list table td .fs-c-buttonContainer {
    text-align: center;
}
#delivery_list table td .fs-c-addressBookCount__count {
    font-size: 18px;
}
#delivery_list table td .fs-c-buttonContainer a.fs-c-button--changeInfomation,
#delivery_list table td .fs-c-buttonContainer button {
    padding-left: 30px;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat 0 50%;
	background-size: 15px;
    border: 0;
    display: block;
    text-align: left;
    transition: .3s;
}
#delivery_list table td .fs-c-buttonContainer a.fs-c-button--changeInfomation:hover,
#delivery_list table td .fs-c-buttonContainer button:hover {
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-arrow-right%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%208a.5.5%200%200%201%20.5-.5h11.793l-3.147-3.146a.5.5%200%200%201%20.708-.708l4%204a.5.5%200%200%201%200%20.708l-4%204a.5.5%200%200%201-.708-.708L13.293%208.5H1.5A.5.5%200%200%201%201%208z%22%2F%3E%3C%2Fsvg%3E') no-repeat 2px 50%;
	background-size: 15px;
}
#delivery_register .fs-c-inputInformation__button {
    display: flex;
}
#delivery_register .fs-c-inputInformation__button a.fs-c-button--cancel {
    margin: 0 0 0 15px;
}

/* review */
.fs-c-productReviewed {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
    border: #EEE 1px solid;
    border-radius: 5px;
}
.fs-c-productReviewed .fs-c-productReviewed__image {
    width: 10%;
}
.fs-c-productReviewed .fs-c-productReviewed__name {
    width: 40%;
}
.fs-c-productReviewed .fs-c-productReviewed__number {
    width: 10%;
    text-align: center;
}
.fs-c-productNumber {
    font-size: 14px;
    line-height: 180%;
    color: #666;
}
.fs-c-productReviewed .fs-c-productReviewed__prices {
    width: 30%;
    text-align: right;
}
#review_page .fs-c-productPrice {
    display: block;
}
#review_page table.fs-c-inputTable {
    width: 80%;
}
#review_page .fs-c-buttonContainer--back a {
    background: url(../img/common/ico/arrow_left_bk-min.png) no-repeat 2px 50%;
    padding-left: 25px;
    opacity: .3s;
}
#review_page .fs-c-buttonContainer--back a:hover {
    background: url(../img/common/ico/arrow_left_bk-min.png) no-repeat 0 50%;
    padding-left: 25px;
}
#review_page .fs-c-reviewList__item__editButton {
    margin-top: 40px;
}
#review_page .fs-c-reviewList__item__editButton a {
    color: #FFF;
    padding: 10px;
    display: block;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    line-height: 140%;
    width: 350px;
    margin: 15px 0;
    background: #85BFD6;
    text-align: center;
}

/* coupons */
h2.fs-c-couponName__name {
	margin: 0 0 5px 0;
}
.fs-c-coupon__name.fs-c-couponName {
	margin-bottom: 30px;
}
.fs-c-couponExpiration__expiration {
	font-weight: bold;
}
strong.fs-c-couponExpiration__notice {
	font-weight: bold;
    font-size: 18px;
    color: #f77354;
}
.fs-c-coupon__description__expiration.fs-c-couponExpiration {
	margin-bottom: 30px;
}
.fs-c-coupon__image.fs-c-couponImage {
	margin-bottom: 30px;
}
.fs-c-coupon__info {
	margin-bottom: 80px;
}
.fs-c-coupon__info h2 {
	margin: 0 0 10px 0!important;
}
.btn_line.couponpage {
	justify-content: flex-start;
}
.btn_line.couponpage .fs-c-buttonContainer--myPageTop {
	margin-top: 0;
}