@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Poppins:400,600");
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");

body {
    -webkit-font-smoothing: antialiased;
    font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

/** unmounting in html5 */
/**************************************/
address,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

[hidden],
command,
datalist,
menu[type=context],
rp,
source {
    display: none;
}

/** document */
/**************************************/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html {
    font-size: 62.5%;
    height: 100%;
}

body {
    font-size: 14px;
    height: 100%;
    line-height: 1;
    text-align: left;
    background: #fff;
    padding: 0;
    margin: 0;
    color: #222222;
    -webkit-text-size-adjust: none;
}

::selection {
    color: #fff;
    background-color: #000;
    text-shadow: none;
}

/** h1 h2 h3 h4 h5 */
/**************************************/
h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

/** ul ol dl */
/**************************************/
ul,
ol,
dl {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
    list-style: none;
}

dd {
    margin: 0;
}

/** a
/**************************************/
.textLink,
p a {
    text-decoration: underline;
}

x .desktop .textLink:hover,
x .desktop p a:hover,
p x .desktop a:hover {
    text-decoration: none;
}

/** p */
/**************************************/
p {
    font-size: 1.8rem;
    line-height: 2;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
    p {
        font-size: 1.4rem;
        line-height: 1.9;
    }
}

/** tables */
/**************************************/
table {
    font-size: inherit;
    border-collapse: collapse;
    border-spacing: 0;
}

table>caption {
    text-align: left;
}

table th {
    text-align: left;
    margin: 0;
    padding: 0;
}

table td {
    margin: 0;
    padding: 0;
}

/** form */
/**************************************/
form {
    margin: 0;
    padding: 0;
}

input,
button,
textarea {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

::-webkit-input-placeholder {
    color: #222;
    font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

::-moz-placeholder {
    color: #222;
    opacity: 1;
    font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

:-ms-input-placeholder {
    color: #222;
    font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

/** images */
/**************************************/
img {
    border: none;
    vertical-align: bottom;
}

/** pre */
/**************************************/
pre {
    border: 1px solid #bfbfbf;
    padding: 5px;
}

/** a */
/**************************************/
a {
    color: #222222;
    text-decoration: none;
    outline: 0;
}

/** display
/**************************************/
.onlyTabletMobile {
    display: block;
}

@media only screen and (min-width: 768px) {
    .onlyTabletMobile {
        display: none;
    }
}

.onlyMobile {
    display: block;
}

@media only screen and (min-width: 768px) {
    .onlyMobile {
        display: none;
    }
}

.onlyTablet {
    display: none;
}

@media only screen and (min-width: 768px) {
    .onlyTablet {
        display: none;
    }
}

.onlyDesktop {
    display: block;
}

@media only screen and (max-width: 767px) {
    .onlyDesktop {
        display: none;
    }
}

/** notFound
/**************************************/
.notFound {
    text-align: center;
    padding: 145px 0 190px;
}

@media only screen and (max-width: 767px) {
    .notFound {
        padding: 75px 0 100px;
    }
}

.notFound h2 {
    font-size: 4.2rem;
    margin-bottom: 5px;
    line-height: 2.25;
    letter-spacing: .07em;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
    .notFound h2 {
        font-size: 2.3rem;
        margin-bottom: 5px;
        line-height: 2;
    }
}

.notFound p {
    font-size: 1.6rem;
    letter-spacing: .09em;
    line-height: 2.25;
}

@media only screen and (max-width: 767px) {
    .notFound p {
        font-size: 1.4rem;
        line-height: 2;
    }
}

.notFound p a {
    text-decoration: underline;
}

/** js-animation
/**************************************/
.js-animation.do-fade {
    opacity: 0;
    -webkit-transition: 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.js-animation.do-fade.inView {
    opacity: 1;
}

.js-animation.do-up {
    opacity: 0;
    -webkit-transition: 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate3d(0, 60px, 0);
    -moz-transform: translate3d(0, 60px, 0);
    -o-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
}

.js-animation.do-up.inView {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.js-animation.do-left {
    opacity: 0;
    -webkit-transition: 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translate3d(-100px, 0, 0) rotateY(-50deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.js-animation.do-left.inView {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateY(0);
}

.js-animation.do-right {
    opacity: 0;
    -webkit-transition: 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translate3d(100px, 0, 0) rotateY(50deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.js-animation.do-right.inView {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateY(0);
}

.js-animation.do-rotate {
    -webkit-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -moz-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.js-animation.do-rotate.inView {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.js-animation.do-delay1 {
    transition-delay: 0s !important;
}

.js-animation.do-delay2 {
    transition-delay: 0.3s !important;
}

.js-animation.do-delay3 {
    transition-delay: 0.6s !important;
}

.js-animation.do-delay4 {
    transition-delay: 0.9s !important;
}

.js-animation.do-delay5 {
    transition-delay: 1.2s !important;
}

.js-animation.do-delay6 {
    transition-delay: 1.5s !important;
}

/** topBanner
/**************************************/
.topBanner {
    max-width: 1000px;
    margin: 90px auto 0;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .topBanner {
        margin: 30px auto 0;
        width: 100%;
    }
}

.topBanner a {
    display: inline;
}

.desktop .topBanner a {
    -webkit-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.desktop .topBanner a:hover {
    opacity: .7;
}

.topBanner a img {
    max-width: 100%;
    height: auto;
}

.topBanner__2 {
    margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
    .topBanner__2 {
        margin-bottom: 40px;
    }
}

/** bottomBanner
/**************************************/
.bottomBanner {
    background: #f3f4f6;
    height: 350px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    margin-top: 100px;
    padding-right: 80px;
    padding-left: 80px;
    width: 1360px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1360px) {
    .bottomBanner {
        width: calc(100%);
    }
}

@media screen and (max-width: 940px) {
    .bottomBanner {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .bottomBanner {
        padding-right: 5.3333333333%;
        padding-left: 5.3333333333%;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .bottomBanner:hover .buttonFill {
        background: #fff;
        color: #122147 !important;
    }
}

@media only screen and (max-width: 767px) {
    .bottomBanner {
        height: 250px;
        margin-top: 50px;
        overflow: hidden;
    }
}

.bottomBanner_background {
    width: 83.3333333333%;
    content: '';
    opacity: .03;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bottomBanner_background img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .bottomBanner_background {
        width: 150%;
    }
}

.bottomBanner_logo {
    width: 160px;
    height: 20px;
    margin: 0 auto 30px;
}

.bottomBanner_logo img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .bottomBanner_logo {
        width: 80px;
        margin-bottom: 20px;
    }
}

.bottomBanner_title {
    font-size: 5.0em;
    margin-bottom: 30px;
    color: #222222;
}

@media only screen and (max-width: 767px) {
    .bottomBanner_title {
        font-size: 3.0em;
        margin-bottom: 20px;
    }
}

/** buttonFill
/**************************************/
.buttonFill {
    width: 100px;
    height: 54px;
    line-height: 48px;
    text-align: center;
    color: #fff !important;
    font-size: 1.4em;
    margin-left: auto;
    margin-right: auto;
    background: #122147;
    display: block;
    border: 3px solid #122147;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
    .buttonFill {
        height: 50px;
        line-height: 46px;
    }
}

.desktop .buttonFill {
    -webkit-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.desktop .buttonFill:hover {
    background: #fff;
    color: #122147 !important;
}

/** order
/**************************************/
.collectionMain_content {
    display: flex;
    flex-wrap: wrap;
}

.collectionMain_core {
    order: 1;
}

@media only screen and (max-width: 767px) {
    .collectionMain_core {
        order: 2;
    }
}

.collectionMain_slideThumb {
    order: 2;
}

@media only screen and (max-width: 767px) {
    .collectionMain_slideThumb {
        order: 1;
    }
}

/** collectionDetail
/**************************************/
/** collectionMain
/**************************************/
.collectionMain {
    display: flex;
    margin-top: 20px;
    /* shopify */
}

@media only screen and (max-width: 767px) {
    .collectionMain {
        display: block;
    }
}

.collectionMain_image {
    width: 50%;
    height: 520px;
}

@media only screen and (max-width: 767px) {
    .collectionMain_image {
        height: auto;
        padding: 30px 0 60px;
        text-align: center;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

.collectionMain_image .slick-slider {
    height: 100%;
}

.collectionMain_image .slick-list {
    height: 100%;
}

.collectionMain_image .slick-track {
    height: 100%;
}

.collectionMain_image .slick-slide {
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex !important;
}

.collectionMain_image .slick-slide img {
    display: block;
    outline: none;
    max-height: 90%;
    max-width: 100%;
}

.collectionMain_content {
    width: 50%;
    background: #f3f4f6;
    padding: 140px 60px 60px 60px;
}

@media only screen and (max-width: 767px) {
    .collectionMain_content {
        width: 100%;
        padding: 0 30px 30px 30px;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }
}

.collectionMain_core {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .collectionMain_core {
        margin-top: -10%;
    }
}

.collectionMain_headline {
    font-size: 3.2em;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
    letter-spacing: .1em;
}

@media only screen and (max-width: 767px) {
    .collectionMain_headline {
        font-size: 3.0em;
        margin: 30px 0 5px;
    }
}

.collectionMain_type {
    font-size: 1.8em;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
    letter-spacing: .2em;
}

@media only screen and (max-width: 767px) {
    .collectionMain_type {
        font-size: 1.6em;
    }
}

.collectionMain_price {
    font-size: 1.6em;
    margin-bottom: 35px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
    .collectionMain_price {
        font-size: 1.4em;
        margin-bottom: 25px;
        justify-content: flex-start;
    }
}

.collectionMain_price span {
    font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
    .collectionMain_price span {
        font-size: 1.0rem;
    }
}

.collectionMain_button {
    display: flex;
    margin: 0 0 50px 0;
    width: 400px;
}

@media only screen and (max-width: 767px) {
    .collectionMain_button {
        justify-content: center;
        width: 100%;
        margin-bottom: 0;
    }
}

.collectionMain_cart {
    display: flex;
    align-items: center;
}

.collectionMain_cart .shopify-buy-frame {
    width: 200px;
    height: 42px;
    margin: -30px 10px 0 -40px;
}

.collectionMain_storeButton {
    width: 200px;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .collectionMain_storeButton {
        margin: 0 10px;
    }
}

.collectionMain_storeButton:first-child {
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .collectionMain_storeButton:first-child {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .collectionMain_slideThumb {
        position: static !important;
        text-align: center;
        display: flex;
        justify-content: center;
        margin-top: -20px;
    }
}

.collectionMain_slideThumb .slick-list {
    text-align: center;
    height: 100%;
}

.collectionMain_slideThumb .slick-track {
    width: 100% !important;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .collectionMain_slideThumb .slick-track {
        justify-content: center;
    }
}

.collectionMain_slideThumb .slick-slide {
    cursor: pointer;
    width: 100px !important;
    height: 75px;
    margin: 0 10px 10px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 940px) {
    .collectionMain_slideThumb .slick-slide {
        width: 80px !important;
        height: 60px;
        margin: 0 5px;
    }
}

@media only screen and (max-width: 767px) {
    .collectionMain_slideThumb .slick-slide {
        width: 60px !important;
        height: 45px;
        margin: 0 2px 2px;
    }
}

.collectionMain_slideThumb .slick-slide:before {
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    left: 0;
    top: 0;
    border: 1px solid #d1d1d1;
    content: '';
}

.desktop .collectionMain_slideThumb .slick-slide {
    -webkit-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.desktop .collectionMain_slideThumb .slick-slide:hover {
    opacity: .5;
}

/** collectionInfo
/**************************************/
.collectionInfo {
    margin-top: 80px;
    display: flex;
    padding-right: 80px;
    padding-left: 80px;
    width: 1360px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1360px) {
    .collectionInfo {
        width: calc(100%);
    }
}

@media screen and (max-width: 940px) {
    .collectionInfo {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .collectionInfo {
        padding-right: 5.3333333333%;
        padding-left: 5.3333333333%;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .collectionInfo {
        margin-top: 40px;
        display: block;
    }
}

.collectionInfo_description {
    width: 50%;
    padding-right: 50px;
    line-height: 2.0;
}

@media only screen and (max-width: 767px) {
    .collectionInfo_description {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
}

.collectionInfo_description p {
    font-size: 1.6em;
}

@media only screen and (max-width: 767px) {
    .collectionInfo_description p {
        font-size: 1.4em;
    }
}

.collectionInfo_spec {
    width: 100%;
    font-size: 10px;
}

@media only screen and (max-width: 767px) {
    .collectionInfo_spec {
        width: 100%;
    }
}

.collectionInfo_spec table {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-collapse: collapse;
    table-layout: fixed;
}

.collectionInfo_spec table th,
.collectionInfo_spec table td {
    font-size: 1.6em;
    border-bottom: 1px solid #dcdcdc;
    padding: 8px 20px;
    line-height: 1.6;
}

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

    .collectionInfo_spec table th,
    .collectionInfo_spec table td {
        padding: 5px 10px;
        font-size: 1.3em;
    }
}

.collectionInfo_spec table th {
    width: 150px;
    background: #f4f4f4;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
    .collectionInfo_spec table th {
        width: 100px;
    }
}

.collectionInfo_spec table td p {
    font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
    .collectionInfo_spec table td p {
        font-size: 1.3rem;
    }
}

/** collectionSeriesLineup
/**************************************/
.collectionSeriesLineup {
    margin-top: 100px;
    padding-right: 80px;
    padding-left: 80px;
    width: 1360px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1360px) {
    .collectionSeriesLineup {
        width: calc(100%);
    }
}

@media screen and (max-width: 940px) {
    .collectionSeriesLineup {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .collectionSeriesLineup {
        padding-right: 5.3333333333%;
        padding-left: 5.3333333333%;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .collectionSeriesLineup {
        margin-top: 50px;
    }
}

.collectionSeriesLineup_headline {
    font-size: 3.0em;
    text-align: center;
    font-weight: bold;
    color: #122147;
    margin-bottom: 70px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
    .collectionSeriesLineup_headline {
        margin-bottom: 35px;
        font-size: 2.6em;
    }
}

.collectionSeriesLineup_list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 3px solid #f3f4f6;
}

.collectionSeriesLineup li {
    width: 20%;
    text-align: center;
    margin-bottom: 60px;
}

.desktop .collectionSeriesLineup li {
    -webkit-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.desktop .collectionSeriesLineup li:hover {
    opacity: .7;
}

@media only screen and (max-width: 767px) {
    .collectionSeriesLineup li {
        width: 33.3333333333%;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 420px) {
    .collectionSeriesLineup li {
        width: 50%;
        margin-bottom: 20px;
    }
}

.collectionSeriesLineup_image img {
    width: auto;
    height: 150px;
}

.collectionSeriesLineup_title {
    margin-top: 20px;
    font-size: 1.6em;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

.collectionSeriesLineup_price {
    margin-top: 5px;
    font-size: 1.2em;
}

@media only screen and (max-width: 767px) {
    .collectionSeriesLineup_price {
        font-size: 1.0em;
        margin-top: 2px;
    }
}

/** collection
/**************************************/
.collection {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1040px) {
    .collection {
        width: calc(100% - 80px);
    }
}

.collection_title {
    margin: 100px 0 80px;
}

@media only screen and (max-width: 767px) {
    .collection_title {
        margin: 50px 0 40px;
    }
}

/** collectionSection
/**************************************/
.collectionSection {
    border-bottom: 3px solid #f3f4f6;
    padding-bottom: 20px;
    margin-top: 70px;
}

@media only screen and (max-width: 767px) {
    .collectionSection {
        margin-top: 35px;
        padding-bottom: 10px;
        border-bottom-width: 2px;
    }
}

/** collectionSeries
/**************************************/
.collectionSeries {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .collectionSeries {
        display: block;
    }
}

.collectionDetail .collectionSeries {
    margin-top: 100px;
    padding-right: 80px;
    padding-left: 80px;
    width: 1360px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1360px) {
    .collectionDetail .collectionSeries {
        width: calc(100%);
    }
}

@media screen and (max-width: 940px) {
    .collectionDetail .collectionSeries {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .collectionDetail .collectionSeries {
        padding-right: 5.3333333333%;
        padding-left: 5.3333333333%;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .collectionDetail .collectionSeries {
        margin-top: 50px;
    }
}

.collectionSeries_image {
    width: 45%;
}

.collectionSeries_image img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .collectionSeries_image {
        width: 100%;
    }
}

.collectionSeries_content {
    width: 50%;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .collectionSeries_content {
        width: 100%;
        display: block;
    }
}

.collectionSeries.is-noImage .collectionSeries_content {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .collectionSeries_core {
        text-align: center;
    }
}

.collectionSeries_title {
    font-size: 3.2em;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
    .collectionSeries_title {
        font-size: 2.8em;
        margin: 20px 0 15px;
    }
}

.collectionSeries_body {
    font-size: 1.4em;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .collectionSeries_body {
        text-align: left;
    }
}

.collectionSeries_price {
    margin-top: 5px;
    font-size: 1.2em;
}

@media only screen and (max-width: 767px) {
    .collectionSeries_price {
        font-size: 1.0em;
        margin-top: 2px;
    }
}

.collectionSeries .buttonFill {
    margin-left: 0;
}

@media only screen and (max-width: 767px) {
    .collectionSeries .buttonFill {
        margin: 0 auto;
    }
}

/** collectionLineup
/**************************************/
.collectionLineup {
    margin: 100px 0 0;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .collectionLineup {
        margin: 50px 0 0;
    }
}

.collectionSeries.is-noImage+.collectionLineup {
    margin-top: 30px;
}

.collectionLineup li {
    width: 20%;
    text-align: center;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .collectionLineup li {
        width: 33.3333333333%;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 420px) {
    .collectionLineup li {
        width: 50%;
        margin-bottom: 20px;
    }
}

.desktop .collectionLineup li {
    -webkit-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.desktop .collectionLineup li:hover {
    opacity: .7;
}

.collectionLineup li.is-new {
    position: relative;
}

.collectionLineup li.is-new:before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: 'NEW';
    font-size: 1rem;
    color: #fff;
    position: absolute;
    left: 20px;
    top: -15px;
    font-weight: bold;
    background: #122147;
    width: 34px;
    height: 34px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
    .collectionLineup li.is-new:before {
        font-size: .4em;
    }
}

.collectionLineup_image img {
    width: auto;
    height: 150px;
}

@media only screen and (max-width: 767px) {
    .collectionLineup_image img {
        height: 100px;
    }
}

.collectionLineup_title {
    margin-top: 20px;
    font-size: 1.6em;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
    .collectionLineup_title {
        font-size: 1.2em;
        margin-top: 10px;
    }
}

.collectionLineup_price {
    margin-top: 5px;
    font-size: 1.2em;
}

@media only screen and (max-width: 767px) {
    .collectionLineup_price {
        font-size: 1.0em;
        margin-top: 2px;
    }
}

/** crumb
/**************************************/
@media only screen and (max-width: 767px) {
    .crumb {
        overflow-x: scroll;
        background-color: #FFF;
        border-bottom: solid 1px #CCC;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
    .crumb {
        border-bottom: none;
    }
}

@media only screen and (max-width: 767px) {
    .crumb::-webkit-scrollbar {
        height: 2px;
    }

    .crumb::-webkit-scrollbar-track {
        background-color: white;
    }

    .crumb::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.3);
    }
}

.crumb_list {
    height: 28px;
    display: flex;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 767px) {
    .crumb_list {
        height: auto;
        width: 89.3333333333%;
        margin-left: auto;
        margin-right: auto;
    }
}

.crumb_item {
    font-size: 1.2rem;
    margin-right: 25px;
    padding: 10px 0;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .crumb_item {
        padding: 6px 0 3px;
    }
}

.crumb_item a,
.crumb_item span {
    position: relative;
}

.crumb_item a:after,
.crumb_item span:after {
    display: block;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -4px;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.crumb_item a {
    text-decoration: underline;
}

.crumb_item:last-child>*:after {
    display: none;
}

/** button
/**************************************/
.simplefavorite-button {
    background-color: #fff !important;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.favorite .simplefavorite-button {
    background-color: #f3f4f6 !important;
}

.simplefavorite-button i {
    width: 18px;
    height: 18px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.simplefavorite-button i.is-off {
    background-image: url("https://angelclover.itembox.design/item/icon_favorite_frame.svg");
}

.simplefavorite-button i.is-on {
    background-image: url("https://angelclover.itembox.design/item/icon_favorite_fill.svg");
}

/** favorite
/**************************************/
.favorite {
    width: 800px;
    margin: 0 auto;
}

.favorite_title {
    padding: 100px 0;
}

.favorite .no-favorites {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 100px 0;
}

.favorites-list {
    display: flex;
}

.favorites-list>div {
    width: 30%;
    margin-right: 2%;
    text-align: center;
}

.favorites-list>div p:nth-child(1) {
    margin-bottom: 20px;
}

.favorites-list>div p:nth-child(1) img {
    width: 100%;
    height: auto;
    display: block;
}

.favorites-list>div p:nth-child(2) {
    margin-bottom: 10px;
}

.favorites-list>div p:nth-child(2) a {
    font-size: 18px;
}

.favorites-list>div .simplefavorite-button {
    margin-left: auto;
    margin-right: auto;
}

/** featureItem
/**************************************/
.featureItem {
    padding-right: 80px;
    padding-left: 80px;
    width: 1360px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1360px) {
    .featureItem {
        width: calc(100%);
    }
}

@media screen and (max-width: 940px) {
    .featureItem {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .featureItem {
        padding-right: 5.3333333333%;
        padding-left: 5.3333333333%;
        width: 100%;
    }
}

.fs-body-top .featureItem {
    margin-top: 100px;
}

@media only screen and (max-width: 767px) {
    .fs-body-top .featureItem {
        margin-top: 50px;
    }
}

.page-pickup .featureItem {
    margin-bottom: 200px;
}

@media only screen and (max-width: 767px) {
    .page-pickup .featureItem {
        margin-bottom: 100px;
    }
}

/** itemSlider
/**************************************/
.itemSlider {
    margin: 80px 0;
}

@media only screen and (max-width: 767px) {
    .itemSlider {
        margin: 40px 0 80px;
    }
}

.itemSlider .slick-slider {
    position: relative;
}

.itemSlider .slick-slide {
    text-align: center;
}

.desktop .itemSlider .slick-slide {
    -webkit-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.desktop .itemSlider .slick-slide:hover {
    opacity: 0.5;
}

.itemSlider .slick-arrow {
    top: 50%;
    position: absolute;
    margin-top: -80px;
    z-index: 90;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .itemSlider .slick-arrow {
        margin-top: -70px;
    }
}

.itemSlider .slick-prev {
    left: -30px;
}

@media only screen and (max-width: 767px) {
    .itemSlider .slick-prev {
        left: -10px;
    }
}

.itemSlider .slick-prev:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

@media only screen and (max-width: 767px) {
    .itemSlider .slick-prev:before {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }
}

.desktop .itemSlider .slick-prev {
    -webkit-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.desktop .itemSlider .slick-prev:hover {
    -webkit-transform: translate3d(-7px, 0, 0);
    -moz-transform: translate3d(-7px, 0, 0);
    -o-transform: translate3d(-7px, 0, 0);
    transform: translate3d(-7px, 0, 0);
}

.itemSlider .slick-next {
    right: -30px;
}

@media only screen and (max-width: 767px) {
    .itemSlider .slick-next {
        right: -10px;
    }
}

.itemSlider .slick-next:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
    .itemSlider .slick-next:before {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.desktop .itemSlider .slick-next {
    -webkit-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.desktop .itemSlider .slick-next:hover {
    -webkit-transform: translate3d(7px, 0, 0);
    -moz-transform: translate3d(7px, 0, 0);
    -o-transform: translate3d(7px, 0, 0);
    transform: translate3d(7px, 0, 0);
}

.itemSlider .slick-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -40px;
}

@media only screen and (max-width: 767px) {
    .itemSlider .slick-dots {
        bottom: -40px;
    }
}

.itemSlider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

.desktop .itemSlider .slick-dots li {
    -webkit-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.desktop .itemSlider .slick-dots li:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.itemSlider .slick-dots li button {
    height: 5px;
    width: 5px;
    cursor: pointer;
    vertical-align: middle;
    display: block;
    text-indent: -9999px;
    padding: 0;
    background: #999;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.itemSlider .slick-dots li.slick-active button {
    background: #122147;
    border: none;
    width: 11px;
    height: 11px;
}

.itemSlider_link {
    display: block;
}

.itemSlider_link.is-new {
    position: relative;
}

.itemSlider_link.is-new:before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: 'NEW';
    font-size: 1rem;
    color: #fff;
    position: absolute;
    left: 13%;
    top: 5px;
    font-weight: bold;
    background: #122147;
    width: 34px;
    height: 34px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
    .itemSlider_link.is-new:before {
        font-size: .9rem;
        letter-spacing: -.05em;
        width: 26px;
        height: 26px;
        left: 10%;
    }
}

.itemSlider_image {
    margin-bottom: 30px;
}

.itemSlider_image img {
    width: auto;
    height: 200px;
    display: inline-block !important;
}

@media screen and (max-width: 940px) {
    .itemSlider_image img {
        height: 160px;
    }
}

@media only screen and (max-width: 767px) {
    .itemSlider_image img {
        height: 130px;
    }
}

.itemSlider_title {
    font-size: 1.6em;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .itemSlider_title {
        font-size: 1.4em;
        margin-bottom: 10px;
    }
}

.itemSlider_type {
    font-size: 1.2em;
    letter-spacing: 0.3em;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

.itemSlider_price {
    font-size: 1.2em;
}

/** pageTop
/**************************************/
.pageTop {
    position: relative;
    text-align: center;
    width: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 110px;
    margin: 0 auto;
    margin-top: 120px;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .pageTop {
        margin-top: 60px;
    }
}

@media only screen and (min-width: 768px) {
    .pageTop:hover:before {
        height: 60px;
    }

    .pageTop:hover span {
        -webkit-transform: translate3d(0, -20px, 0);
        -moz-transform: translate3d(0, -20px, 0);
        -o-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
}

.pageTop:before {
    content: '';
    background: #111111;
    width: 1px;
    height: 80px;
    display: block;
    top: 0;
    left: 50%;
    margin: 0 0 0 -1px;
    position: absolute;
    -webkit-transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.pageTop span {
    font-size: 14px;
    color: #222222;
    -webkit-transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 767px) {
    .pageTop span {
        font-size: 12px;
    }
}

/** footer
/**************************************/
.footer {
    margin-top: 40px;
    background: #122147;
    text-align: center;
    color: #fff;
    padding: 80px 0;
}

@media only screen and (max-width: 767px) {
    .footer {
        padding: 40px 0;
    }
}

.footer_social {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.footer_social a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.footer_social li {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: relative;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.desktop .footer_social li {
    -webkit-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.desktop .footer_social li:hover {
    opacity: .6;
}

.footer_social li:before {
    width: 30px;
    height: 30px;
    display: block;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

.footer_social .is-instagram:before {
    background-image: url("https://angelclover.itembox.design/item/icon_instagram.png");
}

.footer_social .is-facebook {
    margin-right: 20px;
}

.footer_social .is-facebook:before {
    background-image: url("https://angelclover.itembox.design/item/icon_facebook.png");
}

.footer_social .is-x {
    margin-left: 20px;
}

.footer_social .is-x:before {
    background-image: url("https://angelclover.itembox.design/item/icon_x.svg");
}

.footer_social .is-line {
    margin-left: 20px;
}

.footer_social .is-line:before {
    background-image: url("https://angelclover.itembox.design/item/icon_line.svg");
}

.footer_menu {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .footer_menu {
        display: block;
    }
}

.footer_menu li {
    margin: 0 15px;
}

.footer_menu li a {
    font-size: 14px;
    color: #fff;
    display: block;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
    .footer_menu li a {
        padding: 15px 0;
    }
}

.desktop .footer_menu li a {
    -webkit-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.desktop .footer_menu li a:hover {
    opacity: .5;
}

.footer_logo {
    width: 200px;
    height: 25px;
    margin: 20px auto;
}

.footer_logo svg path {
    fill: #fff;
}

.footer_copyright {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

/** globalMenuMobile
/**************************************/
.globalMenuMobile {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 101;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-menuOpened .globalMenuMobile {
    display: flex;
    height: 100%;
    visibility: visible;
    pointer-events: auto;
}

.globalMenuMobile_scroll {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 20px 0;
}

.globalMenuMobile_content {
    visibility: hidden;
}

.is-menuOpened .globalMenuMobile_content {
    visibility: visible;
}

.globalMenuMobile_menu {
    margin-top: 30px;
}

.globalMenuMobile_menu li {
    margin-bottom: 10px;
}

.globalMenuMobile_menu li a {
    font-size: 1.6em;
    padding: 10px 0;
    display: block;
    letter-spacing: 0.3em;
    color: #222222;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

.globalMenuMobile_social {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.globalMenuMobile_social li a {
    width: 30px;
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

.globalMenuMobile_social li.is-instagram,
.globalMenuMobile_social li.is-x,
.globalMenuMobile_social li.is-line {
    margin-left: 20px;
}

.globalMenuMobile_social li.is-instagram a {
    background-image: url("https://angelclover.itembox.design/item/icon_instagram.svg");
}

.globalMenuMobile_social li.is-facebook a {
    background-image: url("https://angelclover.itembox.design/item/icon_facebook.svg");
}

.globalMenuMobile_social li.is-x a {
    background-image: url("https://angelclover.itembox.design/item/icon_x.svg");
}

.globalMenuMobile_social li.is-line a {
    background-image: url("https://angelclover.itembox.design/item/icon_line_black.svg");
}


/** header2018
/**************************************/
.header2018 {
    background: #fff;
    height: 70px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    padding-right: 80px;
    padding-left: 80px;
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .header2018 {
        width: 100%;
    }
}

@media screen and (max-width: 940px) {
    .header2018 {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .header2018 {
        padding-right: 5.3333333333%;
        padding-left: 5.3333333333%;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .header2018 {
        height: 60px;
    }
}

.header2018_wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header2018_logo a {
    width: 200px;
    height: 25px;
    display: block;
    position: relative;
    background-image: url("https://angelclover.itembox.design/item/logo.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

@media screen and (max-width: 940px) {
    .header2018_logo a {
        width: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .header2018_logo a {
        width: 100px;
        height: 12.5px;
    }
}

.header2018_list {
    display: flex;
    align-items: center;
}

.header2018_item {
    margin-right: 20px;
}

@media screen and (max-width: 940px) {
    .header2018_item {
        margin-right: 15px;
    }
}

.header2018_item a {
    font-size: 1.2em;
    white-space: nowrap;
    color: #222222;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

.header2018_item a span {
    position: relative;
    display: inline-block;
}

.header2018_item a span:after {
    content: '';
    height: 2px;
    width: 0%;
    background: #111111;
    position: absolute;
    left: 50%;
    bottom: -10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.desktop .header2018_item a {
    -webkit-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.desktop .header2018_item a:hover span:after {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .header2018_item {
        display: none;
    }
}

.header2018_social>a {
    width: 20px;
    height: 20px;
    display: block;
}

.desktop .header2018_social>a {
    -webkit-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.desktop .header2018_social>a:hover {
    opacity: .5;
}

.header2018_social.is-instagram,
.header2018_social.is-x,
.header2018_social.is-line {
    margin-left: 20px;
}

.header2018_social.is-instagram a {
    background-image: url("https://angelclover.itembox.design/item/icon_instagram.svg");
}

.header2018_social.is-facebook a {
    background-image: url("https://angelclover.itembox.design/item/icon_facebook.svg");
}

.header2018_social.is-x a {
    background-image: url("https://angelclover.itembox.design/item/icon_x.svg");
}

.header2018_social.is-line a {
    background-image: url("https://angelclover.itembox.design/item/icon_line_black.svg");
    background-size: contain;
}

@media only screen and (max-width: 767px) {
    .header2018_social {
        display: none;
    }
}

.header2018_social.is-search {
    margin-left: 20px;
}

.header2018_social.is-search>a {
    background-image: url("https://angelclover.itembox.design/item/icon_search.svg");
    position: relative;
}

/** header2021
/**************************************/
.header2021 {
    background: #fff;
    height: 70px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    padding-right: 80px;
    padding-left: 80px;
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .header2021 {
        width: 100%;
    }
}

@media screen and (max-width: 940px) {
    .header2021 {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .header2021 {
        padding-right: 5.3333333333%;
        padding-left: 5.3333333333%;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .header2021 {
        height: 60px;
    }
}

.header2021_wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header2021_logo a {
    width: 200px;
    height: 25px;
    display: block;
    position: relative;
    background-image: url("https://angelclover.itembox.design/item/logo.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

@media screen and (max-width: 940px) {
    .header2021_logo a {
        width: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .header2021_logo a {
        width: 100px;
        height: 12.5px;
    }
}

.header2021_list {
    display: flex;
    align-items: center;
}

.header2021_item {
    margin-right: 30px;
}

@media screen and (max-width: 940px) {
    .header2021_item {
        margin-right: 15px;
    }
}

.header2021_item a {
    font-size: 12px;
    white-space: nowrap;
    color: #222222;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

.header2021_item a span {
    position: relative;
    display: inline-block;
}

.header2021_item a span:after {
    content: '';
    height: 2px;
    width: 0%;
    background: #111111;
    position: absolute;
    left: 50%;
    bottom: -10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.desktop .header2021_item a {
    -webkit-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.desktop .header2021_item a:hover span:after {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .header2021_item {
        display: none;
    }
}

.header2021_shop>a {
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.desktop .header2021_shop>a {
    -webkit-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.desktop .header2021_shop>a:hover {
    opacity: .5;
}

.header2021_shop.is-favorite {
    margin-right: 20px;
}

.header2021_shop.is-favorite a {
    background-image: url("https://angelclover.itembox.design/item/icon_favorite_frame.svg");
}

.header2021_shop.is-mypage {
    margin-right: 20px;
}

.header2021_shop.is-mypage a {
    background-image: url("https://angelclover.itembox.design/item/icon_mypage.svg");
}

.header2021_social>a {
    width: 20px;
    height: 20px;
    display: block;
}

.desktop .header2021_social>a {
    -webkit-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.desktop .header2021_social>a:hover {
    opacity: .5;
}

.header2021_social.is-instagram {
    margin-left: 20px;
}

.header2021_social.is-instagram a {
    background-image: url("https://angelclover.itembox.design/item/icon_instagram.svg");
}

.header2021_social.is-facebook a {
    background-image: url("https://angelclover.itembox.design/item/icon_facebook.svg");
}

.header2021_social.is-x a {
    background-image: url("https://angelclover.itembox.design/item/icon_x.svg");
}


@media only screen and (max-width: 767px) {
    .header2021_social {
        display: none;
    }
}

.header2021_social.is-search {
    margin-left: 20px;
}

.header2021_social.is-search>a {
    background-image: url("https://angelclover.itembox.design/item/icon_search.svg");
    position: relative;
}

/** headlineLv1
/**************************************/
.headlineLv1 {
    font-size: 2.6em;
    text-align: center;
    letter-spacing: .1em;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
    .headlineLv1 {
        font-size: 2.2em;
    }
}

/** body
/**************************************/
body {
    padding-top: 70px;
}

@media only screen and (max-width: 767px) {
    body {
        padding-top: 60px;
    }
}

/** contents
/**************************************/
.contents {
    overflow: hidden;
}

/** module
/**************************************/
.module>* {
    margin-top: 100px;
}

@media only screen and (max-width: 767px) {
    .module>* {
        margin-top: 50px;
    }
}

/** moduleHeadline
/**************************************/
.moduleHeadline {
    font-size: 3.4em;
    line-height: 2.0;
    padding-right: 80px;
    padding-left: 80px;
    width: 1360px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1360px) {
    .moduleHeadline {
        width: calc(100%);
    }
}

@media screen and (max-width: 940px) {
    .moduleHeadline {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .moduleHeadline {
        padding-right: 5.3333333333%;
        padding-left: 5.3333333333%;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .moduleHeadline {
        font-size: 2.2em;
        line-height: 1.6;
    }
}

/** moduleExplain
/**************************************/
.moduleExplain {
    padding-right: 80px;
    padding-left: 80px;
    width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 8.3333333333%;
}

@media screen and (max-width: 1360px) {
    .moduleExplain {
        width: calc(100%);
    }
}

@media screen and (max-width: 940px) {
    .moduleExplain {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .moduleExplain {
        padding-right: 5.3333333333%;
        padding-left: 5.3333333333%;
        width: 100%;
    }
}

.moduleExplain_title {
    font-size: 2.6em;
    line-height: 1.6;
    letter-spacing: 0.2em;
}

@media only screen and (max-width: 767px) {
    .moduleExplain_title {
        font-size: 2.0em;
    }
}

.moduleExplain_body {
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .moduleExplain_body {
        margin-top: 15px;
    }
}

.moduleExplain_body p {
    font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
    .moduleExplain_body p {
        font-size: 1.4rem;
    }
}

/** moduleImage
/**************************************/
.moduleImage {
    padding-right: 80px;
    padding-left: 80px;
    width: 1360px;
    margin-left: auto;
    margin-right: auto;
}

.moduleImage img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1360px) {
    .moduleImage {
        width: calc(100%);
    }
}

@media screen and (max-width: 940px) {
    .moduleImage {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .moduleImage {
        padding-right: 5.3333333333%;
        padding-left: 5.3333333333%;
        width: 100%;
    }
}

/** moduleColumn
/**************************************/
.moduleColumn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 200px;
    padding-right: 80px;
    padding-left: 80px;
    width: 1360px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1360px) {
    .moduleColumn {
        width: calc(100%);
    }
}

@media screen and (max-width: 940px) {
    .moduleColumn {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .moduleColumn {
        padding-right: 5.3333333333%;
        padding-left: 5.3333333333%;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .moduleColumn {
        display: block;
        margin-bottom: 50px;
    }
}

.moduleColumn--imageRight {
    flex-direction: row-reverse;
}

.moduleColumn--imageRight .moduleColumn_content {
    margin: -60px 0 60px;
}

@media only screen and (max-width: 767px) {
    .moduleColumn--imageRight .moduleColumn_content {
        margin: 0;
    }
}

.moduleColumn--imageLeft .moduleColumn_content {
    margin: 60px 0 -60px;
}

@media only screen and (max-width: 767px) {
    .moduleColumn--imageLeft .moduleColumn_content {
        margin: 0;
    }
}

.moduleColumn--blue .moduleColumn_content {
    background: #a5d5f1;
}

.moduleColumn--red .moduleColumn_content {
    background: #bc112a;
}

.moduleColumn--black .moduleColumn_content {
    background: #111111;
}

.moduleColumn--darkGray .moduleColumn_content {
    background: #5a5b5d;
}

.moduleColumn--gray .moduleColumn_content {
    background: #f3f4f6;
}

.moduleColumn--red .moduleColumn_content,
.moduleColumn--black .moduleColumn_content,
.moduleColumn--darkGray .moduleColumn_content {
    color: #fff;
}

.moduleColumn--red .moduleColumn_content .moduleColumn_title:after,
.moduleColumn--black .moduleColumn_content .moduleColumn_title:after,
.moduleColumn--darkGray .moduleColumn_content .moduleColumn_title:after {
    background: #fff;
}

.moduleColumn_image {
    width: 50%;
    padding-top: 37.5%;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .moduleColumn_image {
        width: 100%;
        padding-top: 75%;
    }
}

.moduleColumn_image div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 767px) {
    .moduleColumn_image div {
        width: 100%;
        height: 100%;
    }
}

.moduleColumn_content {
    width: 50%;
    padding: 0 6.6666666667%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .moduleColumn_content {
        width: 100%;
        padding: 20px;
    }
}

.moduleColumn_title {
    font-size: 2.6em;
    margin-bottom: 30px;
    line-height: 1.8;
}

@media screen and (max-width: 1200px) {
    .moduleColumn_title {
        font-size: 2.4em;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .moduleColumn_title {
        font-size: 2.2em;
        margin-bottom: 15px;
    }
}

.moduleColumn_body p {
    font-size: 1.6em;
}

@media screen and (max-width: 1200px) {
    .moduleColumn_body p {
        font-size: 1.4em;
    }
}

@media only screen and (max-width: 767px) {
    .moduleColumn_body p {
        font-size: 1.4em;
        line-height: 1.6;
    }
}

/** moduleButton
/**************************************/
.moduleButton {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 767px) {
    .moduleButton {
        width: 89.3333333333%;
        margin-left: auto;
        margin-right: auto;
    }
}

.moduleButton a {
    min-width: 300px;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .moduleButton a {
        min-width: 0;
        width: 100%;
    }
}

.moduleButton+.moduleButton {
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .moduleButton+.moduleButton {
        margin-top: 20px;
    }
}

/** moduleFeature
/**************************************/
.moduleFeature {
    padding-right: 80px;
    padding-left: 80px;
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .moduleFeature {
        width: 100%;
    }
}

@media screen and (max-width: 940px) {
    .moduleFeature {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .moduleFeature {
        padding-right: 5.3333333333%;
        padding-left: 5.3333333333%;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .moduleFeature {
        width: 100%;
        padding: 0;
    }
}

.moduleFeature--blue .moduleFeature_wrap {
    background: #a5d5f1;
}

.moduleFeature--red .moduleFeature_wrap {
    background: #bc112a;
}

.moduleFeature--black .moduleFeature_wrap {
    background: #111111;
}

.moduleFeature--darkGray .moduleFeature_wrap {
    background: #5a5b5d;
}

.moduleFeature--gray .moduleFeature_wrap {
    background: #f3f4f6;
}

.moduleFeature--red .moduleFeature_wrap,
.moduleFeature--black .moduleFeature_wrap,
.moduleFeature--darkGray .moduleFeature_wrap {
    color: #fff;
}

.moduleFeature--red .moduleFeature_wrap .moduleFeature_title:after,
.moduleFeature--black .moduleFeature_wrap .moduleFeature_title:after,
.moduleFeature--darkGray .moduleFeature_wrap .moduleFeature_title:after {
    background: #fff;
}

.moduleFeature_wrap {
    padding: 80px 5.5555555556%;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .moduleFeature_wrap {
        padding: 20px;
        display: block;
    }
}

.moduleFeature_image img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .moduleFeature_image {
        margin-bottom: 15px;
    }
}

.moduleFeature_content {
    padding-left: 5.8823529412%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .moduleFeature_content {
        padding-left: 0;
    }
}

.moduleFeature_title {
    font-size: 2.6em;
    line-height: 1.8;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .moduleFeature_title {
        font-size: 2.0em;
        margin-bottom: 15px;
    }
}

.moduleFeature_body {
    font-size: 1.6em;
}

@media only screen and (max-width: 767px) {
    .moduleFeature_body {
        font-size: 1.4em;
    }
}

/** moduleShop
/**************************************/
.moduleShop {
    margin-top: 110px;
    padding-right: 60px;
    padding-left: 60px;
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1060px) {
    .moduleShop {
        width: 100%;
    }
}

@media screen and (max-width: 940px) {
    .moduleShop {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .moduleShop {
        padding-right: 5.3333333333%;
        padding-left: 5.3333333333%;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .moduleShop {
        margin-top: 80px;
    }
}

.moduleShop_menu {
    margin: 80px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .moduleShop_menu {
        display: block;
        margin: 40px 0;
        text-align: center;
    }
}

.moduleShop_menu li {
    margin: 0 30px 30px 0;
    padding-right: 20px;
    position: relative;
    -webkit-transition: 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 767px) {
    .moduleShop_menu li {
        margin: 0 15px 15px 0;
        padding-right: 15px;
        display: inline-block;
    }
}

@media only screen and (min-width: 768px) {
    .moduleShop_menu li:hover {
        opacity: .5;
    }

    .moduleShop_menu li:hover:after {
        margin-top: -2px;
    }
}

.moduleShop_menu li:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #111111;
    border-right: 1px solid #111111;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.moduleShop_menu li.is-delete {
    display: none;
}

.moduleShop_menu li a {
    font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
    .moduleShop_menu li a {
        font-size: 1.2rem;
    }
}

.moduleShop h3 {
    font-size: 2em;
    letter-spacing: 0.3em;
    border-bottom: 5px solid #e5e5e5;
    padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .moduleShop h3 {
        font-size: 1.6em;
        margin-bottom: 10px;
        border-bottom-width: 3px;
    }
}

.moduleShop_area {
    background: #122147;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    display: inline-block;
    padding: 6px 8px;
    line-height: 1;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .moduleShop_area {
        font-size: 1.3em;
        margin-top: 15px;
    }
}

.moduleShop_content {
    margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
    .moduleShop_content {
        margin-bottom: 45px;
    }
}

.moduleShop_section {
    margin-bottom: 120px;
}

@media only screen and (max-width: 767px) {
    .moduleShop_section {
        margin-bottom: 60px;
    }
}

.moduleShop_section.is-delete {
    display: none;
}

.moduleShopCard {
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0 15px;
}

@media only screen and (max-width: 767px) {
    .moduleShopCard {
        padding: 20px 0 10px;
    }
}

.moduleShopCard_title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .moduleShopCard_title {
        font-size: 1.4em;
    }
}

.moduleShopCard_content {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .moduleShopCard_content {
        display: block;
    }
}

.moduleShopCard_state {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .moduleShopCard_state {
        display: block;
        margin-right: 0;
    }
}

.moduleShopCard_address {
    font-size: 1.4em;
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .moduleShopCard_address {
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 767px) {
    .moduleShopCard_button {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
    }
}

.moduleShopCard_map {
    background: #f3f3f3;
    border: 1px solid #ccc;
    color: #fff;
    padding: 5px 8px;
    color: #111111;
    font-size: 1.4em;
    letter-spacing: 0.3em;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
    .moduleShopCard_map {
        display: none;
    }
}

.desktop .moduleShopCard_map {
    -webkit-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.desktop .moduleShopCard_map:hover {
    background: #111111;
    color: #fff;
}

.moduleShopCard_telButton {
    display: none;
    background: #f3f3f3;
    color: #fff;
    padding: 5px 10px;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
    .moduleShopCard_telButton {
        display: block;
        width: 48%;
        padding: 5px 0;
        text-align: center;
        letter-spacing: 0.1em;
        font-size: 1.4rem;
    }
}

.moduleShopCard_tel {
    font-size: 1.6em;
    letter-spacing: 0.3em;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
    .moduleShopCard_tel {
        display: none;
    }
}

.moduleShopCard_mobile {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

@media only screen and (min-width: 768px) {
    .moduleShopCard_mobile {
        display: none;
    }
}

.moduleShopCard_mobile>* {
    display: block;
    width: 48%;
    background: #f3f3f3;
    border: 1px solid #ccc;
    padding: 10px 5px;
    color: #111111;
    font-size: 1.3em;
    letter-spacing: 0.3em;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

/** pickupBanner
/**************************************/
.fs-body-top .pickupBanner {
    position: relative;
    margin-top: 120px;
}

@media only screen and (max-width: 767px) {
    .fs-body-top .pickupBanner {
        margin-top: 60px;
    }
}

.pickupBanner .headlineLv1 {
    margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
    .pickupBanner .headlineLv1 {
        margin-bottom: 30px;
    }
}

.pickupBanner_anchor {
    position: absolute;
    top: -100px;
}

/** pickupWide
/**************************************/
.fs-body-top .pickupWide {
    width: 1200px;
    margin: 0 auto 150px;
}

@media screen and (max-width: 1200px) {
    .fs-body-top .pickupWide {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .fs-body-top .pickupWide {
        display: block;
        margin-bottom: 50px;
        padding: 0;
    }
}

.page-pickup .pickupWide {
    margin-bottom: 110px;
}

@media only screen and (max-width: 767px) {
    .page-pickup .pickupWide {
        margin-bottom: 55px;
    }
}

@media only screen and (min-width: 768px) {
    .fs-body-top .pickupWide:hover .pickupWide_image div {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -moz-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        -o-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center;
    }

    .fs-body-top .pickupWide:hover .pickupWide_button {
        background: #fff;
        color: #122147 !important;
    }
}

.fs-body-top .pickupWide--right .pickupWide_content {
    margin: 60px 0 -60px;
}

@media only screen and (max-width: 767px) {
    .fs-body-top .pickupWide--right .pickupWide_content {
        margin: 0;
    }
}

.fs-body-top .pickupWide--left .pickupWide_wrap {
    flex-direction: row-reverse;
}

.fs-body-top .pickupWide--left .pickupWide_content {
    margin: -60px 0 60px;
}

@media only screen and (max-width: 767px) {
    .fs-body-top .pickupWide--left .pickupWide_content {
        margin: 0;
    }
}

.pickupWide--blue .pickupWide_content {
    background: #a5d5f1;
}

.pickupWide--red .pickupWide_content {
    background: #bc112a;
}

.pickupWide--black .pickupWide_content {
    background: #111111;
}

.pickupWide--darkGray .pickupWide_content {
    background: #5a5b5d;
}

.pickupWide--gray .pickupWide_content {
    background: #f3f4f6;
}

.pickupWide--red .pickupWide_content,
.pickupWide--black .pickupWide_content,
.pickupWide--darkGray .pickupWide_content {
    color: #fff;
}

.pickupWide--red .pickupWide_content .pickupWide_title:before,
.pickupWide--black .pickupWide_content .pickupWide_title:before,
.pickupWide--darkGray .pickupWide_content .pickupWide_title:before {
    color: #fff;
}

.pickupWide--new .pickupWide_title {
    position: relative;
}

.pickupWide--new .pickupWide_title:before {
    content: 'NEW';
    font-size: .4em;
    color: #122147;
    display: block;
    letter-spacing: 0.25em;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .pickupWide--new .pickupWide_title:before {
        font-size: .4em;
        margin-bottom: 15px;
    }
}

.pickupWide_wrap {
    display: flex;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .pickupWide_wrap {
        display: block;
    }
}

.pickupWide_outer {
    width: 50%;
    height: 100%;
}

.pickupWide_content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    text-align: center;
    width: 50%;
    min-height: 420px;
}

@media only screen and (max-width: 767px) {
    .pickupWide_content {
        width: 100%;
        min-height: 0;
        margin: 0;
        padding: 20px 0;
    }
}

@media only screen and (min-width: 768px) {
    .pickupWide_core {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .pickupWide_core {
        padding: 0;
        width: 78.6666666667%;
    }
}

.pickupWide_title {
    font-size: 3.2em;
    line-height: 1.5;
    letter-spacing: 0.3em;
    width: 90%;
    margin: 0 auto 20px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 1200px) {
    .pickupWide_title {
        font-size: 2.2em;
    }
}

@media only screen and (max-width: 767px) {
    .pickupWide_title {
        font-size: 1.8em;
        line-height: 1.3;
        margin-bottom: 10px;
    }
}

.pickupWide_title.is-bold {
    font-weight: bold;
}

.pickupWide_body {
    font-size: 1.6em;
    line-height: 2.1;
    padding: 0 40px;
}

@media screen and (max-width: 1200px) {
    .pickupWide_body {
        font-size: 1.5em;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .pickupWide_body {
        font-size: 1.4em;
        text-align: left;
        padding: 0;
    }
}

.pickupWide_body+.pickupWide_button {
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .pickupWide_body+.pickupWide_button {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .pickupWide_body br {
        display: none;
    }
}

.pickupWide_image {
    width: 50%;
    padding-top: 35%;
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .pickupWide_image.is-clip>div {
        background-size: contain;
    }
}

@media only screen and (min-width: 768px) {
    .pickupWide_image.is-clip>div {
        background-size: contain;
    }
}

@media only screen and (max-width: 767px) {
    .pickupWide_image {
        width: 100%;
        padding-top: 74.9333333333%;
    }

    .has-mobileImage .pickupWide_image {
        padding-top: 100%;
    }
}

.pickupWide_image div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 767px) {
    .pickupWide_image div {
        width: 100%;
        height: 100%;
    }
}

/** pickupItem
/**************************************/
.pickupItem {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .pickupItem {
        display: block;
    }
}

@media screen and (max-width: 1200px) {
    .pickupItem {
        width: 100%;
    }
}

.pickupItem_image {
    width: 50%;
    background-size: cover;
    background-position: center center;
}

@media only screen and (max-width: 767px) {
    .pickupItem_image {
        width: 100%;
        padding-top: 100%;
    }
}

.pickupItem_title {
    font-size: 1.4em;
}

@media only screen and (max-width: 767px) {
    .pickupItem_title {
        font-size: 1.2em;
    }
}

.pickupItem_price {
    font-size: 1.2em;
}

@media only screen and (max-width: 767px) {
    .pickupItem_price {
        font-size: 1.1em;
    }
}

.pickupItem_item {
    margin-bottom: 10px;
    -webkit-transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.pickupItem_item img {
    width: 100%;
    height: auto;
}

.pickupItem_item img {
    display: block;
    width: 55%;
    height: auto;
    margin: 0 auto;
}

.pickupItem_content {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 3%;
}

@media only screen and (max-width: 767px) {
    .pickupItem_content {
        width: 100%;
    }
}

.pickupItem_content li {
    padding-top: 50%;
    width: 50%;
    position: relative;
}

.pickupItem_content li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-align: center;
}

.desktop .pickupItem_content li a:hover .pickupItem_item {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/** searchBox
/**************************************/
.header2018 .searchBox,
.header2021 .searchBox {
    position: absolute;
    width: 300px;
    top: 49px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.globalMenuMobile .searchBox {
    margin-top: 60px;
    width: 73.3333333333%;
    margin-left: auto;
    margin-right: auto;
}

.is-searchOpened .searchBox {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    padding: 10px 10px 5px 10px;
    background: #fff;
}

.searchBox .gsib_a {
    padding: 2px 6px;
}

.searchBox .gsc-control-cse {
    padding: 0;
    border: none;
}

.globalMenuMobile .searchBox .gsc-control-cse {
    background-color: transparent;
}

.searchBox .gsc-search-button-v2 {
    background: #222;
    border: none;
    cursor: pointer;
    border-radius: 0 !important;
    height: 36px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.searchBox .gsc-input {
    padding: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    outline: none !important;
    font-size: 14px !important;
    color: #222 !important;
    height: 30px !important;
    -webkit-appearance: none !important;
    text-indent: 0 !important;
}

.searchBox .gsc-input-box {
    box-shadow: none !important;
}

/** result
/**************************************/
.gsc-results-wrapper-overlay {
    width: 90% !important;
    left: 5% !important;
    top: 20px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.gsc-adBlock {
    display: none !important;
}

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

    .gsc .gs-web-image-box,
    .gsc .gs-promotion-image-box {
        float: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .gsc-thumbnail {
        display: block !important;
        width: 100% !important;
        float: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .gsc-thumbnail a {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    .gsc-thumbnail .gs-image {
        width: 100% !important;
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    .gsc-thumbnail .gs-image-box {
        width: 100% !important;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .gsc-table-cell-snippet-close {
        display: block !important;
        width: 100% !important;
        float: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .gs-title {
        line-height: 1.4 !important;
    }
}

.gsc-result {
    margin-bottom: 10px !important;
    padding-bottom: 25px !important;
    border-bottom: 1px solid #e4e4e4 !important;
}

.gsc-result:hover {
    border: 1px solid #fff !important;
    border-bottom: 1px solid #e4e4e4 !important;
}

.gsc-thumbnail-inside {
    padding: 0 0 0 0 !important;
}

.gsc-result .gs-title {
    height: auto !important;
}

.gs-title {
    color: #333 !important;
    margin-bottom: 5px;
    font-weight: bold;
    text-decoration: underline !important;
    -webkit-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.gs-title b {
    color: #bc112a !important;
}

.gs-title:hover {
    opacity: .7;
}

.gsc-url-top {
    padding: 0 0 10px 0 !important;
}

.gs-image-box {
    width: 190px !important;
}

.gs-snippet {
    font-size: 13px !important;
    line-height: 1.8 !important;
}

.gs-image {
    width: 160px !important;
    max-width: none !important;
    max-height: none !important;
    height: auto;
}

.gsc-cursor-box {
    margin-top: 40px !important;
}

.gsc-cursor-box .gsc-cursor {
    padding: 10px 0 0;
    position: relative;
    text-align: center;
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
}

.gsc-cursor-box .gsc-cursor .gsc-cursor-page {
    display: block !important;
    margin: 0 2px 5px;
    font-size: 14px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    background: #eee !important;
    color: #333 !important;
    -webkit-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.gsc-cursor-box .gsc-cursor .gsc-cursor-page:hover {
    background: #d0d0d0 !important;
    text-decoration: none !important;
}

.gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
    background: #222 !important;
    color: #fff !important;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.is-center .slick-list {
    display: flex;
    justify-content: center;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/** store
/**************************************/
.store_title {
    margin-top: 100px;
}

@media only screen and (max-width: 767px) {
    .store_title {
        margin-top: 30px;
    }
}

/** storeMenu
/**************************************/
.storeMenu {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    padding-right: 80px;
    padding-left: 80px;
    width: 1360px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1360px) {
    .storeMenu {
        width: calc(100%);
    }
}

@media screen and (max-width: 940px) {
    .storeMenu {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .storeMenu {
        padding-right: 5.3333333333%;
        padding-left: 5.3333333333%;
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .storeMenu {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .storeMenu {
        flex-wrap: wrap;
        margin-top: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .storeMenu li {
        width: 24%;
        text-align: center;
        margin: 0 1% 5px 0;
    }

    .storeMenu li:nth-child(4n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .storeMenu li {
        width: 49%;
        margin-bottom: 5px;
    }
}

.storeMenu li a {
    font-size: 1.5em;
    display: block;
    border: 1px solid #b7bcc7;
    padding: 15px 25px;
}

@media screen and (max-width: 1280px) {
    .storeMenu li a {
        padding: 15px 20px;
    }
}

@media screen and (max-width: 1200px) {
    .storeMenu li a {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 767px) {
    .storeMenu li a {
        text-align: center;
        font-size: 1.3em;
        padding: 12px 15px;
    }
}

.desktop .storeMenu li a {
    -webkit-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.desktop .storeMenu li a:hover {
    background: #d4dae9;
}

.storeMenu li.is-current a {
    background: #122147;
    color: #fff;
    font-weight: bold;
    pointer-events: none;
    border-color: #122147;
}

/** storeContent
/**************************************/
.storeContent {
    margin-top: 50px;
    padding-right: 80px;
    padding-left: 80px;
    width: 1360px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1360px) {
    .storeContent {
        width: calc(100%);
    }
}

@media screen and (max-width: 940px) {
    .storeContent {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .storeContent {
        padding-right: 5.3333333333%;
        padding-left: 5.3333333333%;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .storeContent {
        margin-top: 25px;
    }
}

.storeContent_headline {
    background: #122147;
    font-size: 1.6em;
    font-weight: bold;
    padding: 10px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .storeContent_headline {
        font-size: 1.6em;
    }
}

.storeContent_menu {
    display: flex;
    margin: 40px 0 60px;
}

@media only screen and (max-width: 767px) {
    .storeContent_menu {
        display: none;
    }
}

.storeContent_menu li {
    margin-right: 30px;
}

.storeContent_menu li.is-current a {
    border-bottom: 2px solid #122147;
}

.storeContent_menu li.is-current a i {
    -webkit-transform: rotate(90deg);
    -moz-transfrom: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.storeContent_menu li a {
    color: #122147;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 2px solid #fff;
}

.desktop .storeContent_menu li a {
    -webkit-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.desktop .storeContent_menu li a:hover {
    opacity: .5;
}

.storeContent_menu li a i {
    margin-right: 5px;
    width: 15px;
    height: 15px;
    background: #122147;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.storeContent_menu li a i:before {
    margin: -1px -4px 0 0;
    content: '';
    display: block;
    box-sizing: border-box;
    border: 3px solid transparent;
    border-left: 4px solid #fff;
}

.storeContent_pulldown {
    margin: 20px 0 40px;
}

@media only screen and (min-width: 768px) {
    .storeContent_pulldown {
        display: none;
    }
}

.storeContent_pulldown select {
    width: 100%;
}

.storeContent_pulldown option {
    font-size: 1.4em;
    padding: 10px 0;
}

.storeContent_column {
    display: none;
}

.storeContent_column.is-current {
    display: block;
    opacity: 0;
    animation: fadeIn ease-in-out .8s forwards;
}

.storeContent_item {
    margin-bottom: 30px;
}

.storeContent_title {
    border-bottom: 2px solid #122147;
}

.storeContent_title span {
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    display: inline-block;
    background: #122147;
    padding: 10px 15px;
}

@media only screen and (max-width: 767px) {
    .storeContent_title span {
        font-size: 1.2em;
        padding: 8px 10px;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/** storeCard
/**************************************/
.storeCard {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

@media only screen and (max-width: 767px) {
    .storeCard {
        padding: 10px 0;
    }
}

.storeCard:last-child {
    border-bottom: none;
}

.storeCard_wrap {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .storeCard_wrap {
        display: block;
    }
}

.storeCard_title {
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .storeCard_title {
        line-height: 1.8;
        font-size: 1.4em;
        margin-bottom: 2px;
    }
}

.storeCard_bottom {
    display: flex;
    align-items: center;
}

.storeCard_address {
    font-size: 1.4em;
}

@media only screen and (max-width: 767px) {
    .storeCard_address {
        font-size: 1.2em;
    }
}

.storeCard_map {
    display: block;
    margin: -3px 0 0 20px;
}

@media only screen and (max-width: 767px) {
    .storeCard_map {
        margin: -3px 0 0 15px;
    }
}

.storeCard_map a {
    background: #f3f3f3;
    font-size: 1.2rem;
    text-align: center;
    padding: 1px 5px;
    border: 1px solid #ccc;
    text-decoration: none;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
    .storeCard_map a {
        font-size: 1.1rem;
    }
}

.storeCard_tel {
    font-size: 1.6em;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

@media only screen and (min-width: 768px) {
    .storeCard_tel {
        pointer-events: none;
    }
}

@media only screen and (max-width: 767px) {
    .storeCard_tel {
        color: #122147;
        text-decoration: underline;
        margin-top: 2px;
        display: block;
        font-size: 1.2em;
    }
}

.storeCard_information {
    background: #d2eaf8;
    margin-top: 20px;
    padding: 20px;
}

@media only screen and (max-width: 767px) {
    .storeCard_information {
        margin-top: 15px;
        padding: 15px;
    }
}

.storeCard_information p {
    font-size: 1.4rem;
    line-height: 1.8;
}

@media only screen and (max-width: 767px) {
    .storeCard_information p {
        font-size: 1.2rem;
        line-height: 1.6;
    }
}

.storeCard_gallery {
    display: flex;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .storeCard_gallery {
        display: block;
    }
}

.storeCard_gallery li {
    width: 300px;
    margin-right: 20px;
}

.storeCard_gallery li img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .storeCard_gallery li {
        width: 100%;
        margin: 0 0 10px;
    }
}

.storeCard_gallery li:last-child {
    margin-right: 0;
}

/** pickup shop
/**************************************/
.pickupShop {
    margin: 100px 0 20px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .pickupShop {
        margin: 50px 0 10px;
        padding-bottom: 0;
    }
}

.pickupShop_headline {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {
    .pickupShop_headline {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
}

.pickupShop_headline:before {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #111111;
    content: '';
    left: calc(50% - 10px);
    bottom: -20px;
}

@media only screen and (max-width: 767px) {
    .pickupShop_headline:before {
        bottom: -10px;
    }
}

.pickupShop_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .pickupShop_wrap {
        display: block;
    }
}

.pickupShop_item {
    display: block;
    width: 30%;
    margin-right: 4%;
}

@media only screen and (max-width: 767px) {
    .pickupShop_item {
        width: 100%;
        margin: 0 0 30px;
    }
}

.pickupShop_item:nth-child(3n) {
    margin-right: 0;
}

.desktop .pickupShop_item {
    -webkit-transition: 0.25s ease-out 0s;
    -moz-transition: 0.25s ease-out 0s;
    -o-transition: 0.25s ease-out 0s;
    transition: 0.25s ease-out 0s;
}

.desktop .pickupShop_item:hover {
    opacity: .6;
}

.pickupShop_image {
    padding-top: 60%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pickupShop_content {
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .pickupShop_content {
        margin-top: 10px;
    }
}

.pickupShop_title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.6;
}

@media only screen and (max-width: 767px) {
    .pickupShop_title {
        font-size: 1.4rem;
        margin-bottom: 5px;
    }
}

.pickupShop_body {
    font-size: 1.4rem;
    line-height: 1.6;
}

@media only screen and (max-width: 767px) {
    .pickupShop_body {
        font-size: 1.2rem;
    }
}

/** topHero
/**************************************/
.topHero {
    position: relative;
    height: calc(100vh - 80px);
    -webkit-transition: 2.2s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: 2.2s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 2.2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 2.2s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 767px) {
    .topHero {
        background: none !important;
        padding-top: 0;
        height: auto;
    }
}

.topHero.inView {
    opacity: 1;
}

.topHero .slick-list {
    overflow: visible;
}

.topHero .slick-slide {
    position: relative;
    height: calc(100vh - 80px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /**/
    width: 100%;
    /**/
}

@media only screen and (max-width: 767px) {
    .topHero .slick-slide {
        height: auto;
        padding-top: 16.7%;
    }
}

.topHero .slick-slide.is-fit {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #000;
}

.topHero_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.topHero_image img {
    width: 100%;
    height: auto;
}

.topHero_scroll {
    position: absolute;
    bottom: 0;
    left: 5%;
    color: #000;
    height: 180px;
}

.topHero_scroll span {
    font-size: 1.2em;
    position: absolute;
    left: 50%;
    top: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.topHero_scroll:before {
    content: '';
    width: 1px;
    height: 80px;
    display: block;
    left: 50%;
    margin-left: -1px;
    bottom: 0;
    position: absolute;
    background: #000;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    -webkit-animation-name: line-repetition;
    animation-name: line-repetition;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-timing-function: cubic-bezier(0.37, 0.16, 0.12, 1);
    animation-timing-function: cubic-bezier(0.37, 0.16, 0.12, 1);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes line-repetition {
    0% {
        height: 0%;
        bottom: 0;
    }

    50% {
        height: 80px;
        bottom: 0;
    }

    100% {
        height: 0%;
        bottom: 80px;
    }
}

@keyframes line-repetition {
    0% {
        height: 0%;
        bottom: 0;
    }

    50% {
        height: 80px;
        bottom: 0;
    }

    100% {
        height: 0%;
        bottom: 80px;
    }
}

/** topNews
/**************************************/
.topNews {
    margin: 120px auto 0;
    width: 1000px;
}

@media screen and (max-width: 1280px) {
    .topNews {
        width: calc(100% - 240px);
    }
}

@media only screen and (max-width: 767px) {
    .topNews {
        margin: 60px auto;
        width: 89.3333333333%;
        margin-left: auto;
        margin-right: auto;
    }
}

.topNews_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 100px auto 60px;
}

@media only screen and (max-width: 767px) {
    .topNews_wrap {
        margin: 50px auto 0;
    }
}

@media only screen and (min-width: 768px) {
    .topNews_content {
        width: 21%;
    }

    .topNews_content:last-child {
        margin-right: 0;
    }

    .desktop .topNews_content {
        -webkit-transition: 0.25s ease-out 0s;
        -moz-transition: 0.25s ease-out 0s;
        -o-transition: 0.25s ease-out 0s;
        transition: 0.25s ease-out 0s;
    }

    .desktop .topNews_content:hover {
        opacity: .5;
    }
}

@media only screen and (max-width: 767px) {
    .topNews_content {
        width: 46%;
        margin: 0 2% 40px 0;
    }

    .topNews_content:nth-child(odd) {
        margin-right: 0;
    }
}

.topNews_item {
    position: relative;
}

.topNews_image {
    /*position: relative;
    @include autoWidth;*/
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .topNews_image {
        margin-bottom: 25px;
    }
}

.topNews_image>div {
    padding-top: 66%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    -webkit-transition: 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.topNews_category {
    position: absolute;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -60px;
    top: -60px;
    border: 1px solid #111111;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

@media screen and (max-width: 1200px) {
    .topNews_category {
        width: 60px;
        height: 60px;
        left: -30px;
        top: -40px;
    }
}

@media only screen and (max-width: 767px) {
    .topNews_category {
        width: 50px;
        height: 50px;
        left: -10px;
        top: -40px;
    }
}

.topNews_category span {
    font-size: .7em;
    font-weight: bold;
    display: block;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 1200px) {
    .topNews_category span {
        font-size: .6em;
    }
}

.topNews_outer {
    margin-top: 25px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .topNews_outer {
        margin-top: 10px;
    }
}

.topNews_title {
    font-size: 1.6em;
    margin-bottom: 15px;
    line-height: 1.8;
}

@media only screen and (max-width: 767px) {
    .topNews_title {
        font-size: 1.4em;
        line-height: 1.6;
        margin-bottom: 10px;
    }
}

.topNews_date {
    font-size: 1.2em;
}

/** trigger
/**************************************/
.trigger {
    cursor: pointer;
    display: none;
    text-align: center;
    height: 40px;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 5.3333333333%;
    margin-right: 7px;
    top: 10px;
    z-index: 102;
}

@media only screen and (max-width: 767px) {
    .trigger {
        display: flex;
    }
}

@media only screen and (min-width: 768px) {
    body:not(.is-menuOpened) .trigger:hover .trigger-inner {
        background-color: #222222;
    }

    body:not(.is-menuOpened) .trigger:hover .trigger-inner:before {
        background-color: #222222;
    }

    body:not(.is-menuOpened) .trigger:hover .trigger-inner:after {
        background-color: #222222;
    }
}

.gsc-overflow-hidden .trigger {
    display: none;
}

.trigger_text {
    font-size: 1.4rem;
    padding-left: 10px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

.trigger_box {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 11px;
}

.trigger_inner {
    position: absolute;
    width: 25px;
    height: 2px;
    display: block;
    background-color: #222222;
    -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.is-menuOpened .trigger_inner {
    background-color: #222222;
    transform: translate3d(0, 2px, 0) rotate(135deg);
}

.is-menuOpened .trigger_inner:before {
    opacity: 0;
}

.is-menuOpened .trigger_inner:after {
    transform: translate3d(0, -6px, 0) rotate(-270deg);
}

.trigger_inner:after {
    top: 8px;
    display: block;
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #222222;
    -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.is-menuOpened .trigger_inner:after {
    top: 6px;
    background-color: #222222;
}

/*# sourceMappingURL=bundle.css.map */


.fs-l-sideArea {
    display: none !important;
}

a:visited {
    color: unset;
}

a:hover {
    color: unset;
    text-decoration: unset;
}

a:active {
    color: unset;
}

.fs-c-breadcrumb {
    max-width: 960px;
    margin: 0 auto;
}

.fs-l-main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.fs-l-sideArea+.fs-l-pageMain,
.fs-l-pageMain+.fs-l-sideArea {
    max-width: 100%;
}


.fs-c-heading--page {
    border-bottom: transparent;
    font-size: 2.6em;
    text-align: center;
    letter-spacing: .1em;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
    color: #222222;
    margin: 0;
    padding: 100px 0 80px;
}

.downMenu {
    position: relative;
    padding: 20px 0;
}

.downMenu>div {
    display: none;
    position: absolute;
    top: 100%;
    left: -50%;
    /*width: 266px;*/
    background-color: rgba(18, 33, 71, 0.8);
    opacity: 0;
    transition: 0.3s;
}

.downMenu>div.open {
    display: block;
    opacity: 1;
    transition: 0.3s;
}

.downMenu>div>ul>li>a {
    display: block;
    padding: 15px;
    color: #fff;
    font-size: 13px;
}

.header2018_list .hasChildren {
    position: unset;
    padding: 30px 0;
}

.header2018_list .hasChildren>div.megaMenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transition: 0.3s;
}

.header2018_list .hasChildren>div.megaMenu.open {
    display: block;
    opacity: 1;
    transition: 0.3s;
}

.header2018_list .hasChildren>div.megaMenu>.megaMenu__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
}

.header2018_list .hasChildren>div.megaMenu>.megaMenu__inner>.col-1_5 {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.header2018_list .hasChildren>div.megaMenu>.megaMenu__inner>.col-1_5 a {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 60px;
    padding: 8px 20px;
    position: relative;
    font-size: 14px;
    white-space: normal;
}

.header2018_list .hasChildren>div.megaMenu>.megaMenu__inner>.col-1_5 a:hover span:after {
    content: unset !important;
}

.header2018_list .hasChildren>div.megaMenu>.megaMenu__inner>.col-1_5 a:after {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-top: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: top center;
    transition: 0.15s;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
}

.header2018_list .hasChildren>div.megaMenu>.megaMenu__inner>.col-1_5 a span:nth-child(1) {
    border-radius: 50%;
    overflow: hidden;
    max-width: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    display: block;
}

.header2018_list .hasChildren>div.megaMenu>.megaMenu__inner>.col-1_5 a span:nth-child(2) {
    padding: 0 10px;
    max-width: calc(100% - 40px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 40px);
    flex: 0 0 calc(100% - 40px);
    font-size: 12px;
    display: block;
}


.ml20 {
    margin: 0 0 0 20px;
}

.member.my-false {
    display: none !important;
}

.guest.my-true {
    display: none !important;
}



.iconNav__cart span {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #122147;
}

.iconNav__cart i {
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
}

.iconNav__cart p {
    font-size: 10px;
    color: #fff;
}



header,
footer,
.globalMenuMobile,
.bottomBanner,
#fs_Top {
    font-size: 10px;
}

.old_cont {
    font-size: 10px;
}

.spOn {
    display: block !important;
}

@media only screen and (max-width: 767px) {
    .iconNav__cart span {
        padding: 0;
        background-color: transparent;
        color: #000;
    }

    .iconNav__cart span i {
        color: #000;
        font-size: 24px;
    }

    .iconNav__cart span p {
        display: none;
    }

    .header2018_item:last-child {
        margin-right: 50px;
    }
}

.globalMenuMobile_menu li span {
    font-size: 1.6em;
    padding: 10px 0;
    display: block;
    letter-spacing: 0.3em;
    color: #222222;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.05em;
}

.globalMenuMobile_menu li.children {}

.globalMenuMobile_menu li.children ul {
    display: none;
}

/* CATEGORY PAGE */
.category-page-wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.fs-body-top .slick-arrow {
    overflow: visible;
}

.fs-body-top .slick-arrow:after,
.fs-body-top .slick-arrow:before {
    content: none;
}

.fs-c-productList__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.fs-c-productList__list__item {
    width: 25%;
    padding: 0 10px;
    margin: 80px 0;
}

.fs-body-category .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price,
.fs-body-search .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #191919;
    font-size: 2.00rem;
    margin-right: 3px;
}

.fs-body-category .fs-c-price__value,
.fs-body-search .fs-c-price__value {
    font-size: 3.0rem;
}

.categoryCard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
}

.categoryCard-img {
    flex: 0 0 60%;
}

.categoryCard-text {
    flex: 0 0 40%;
    padding-right: 1%;
    font-size: 16px;
    line-height: 2;
    font-size: 1.4rem;
    line-height: 2.5;

}

@media (max-width: 768px) {
    .fs-c-productList__list {
        margin: 0;
    }

    .fs-c-productList__list__item {
        width: 50%;
        padding: 0 10px;
        margin: 0 0 60px;
    }

    .categoryCard {
        flex-wrap: wrap;
        margin: 30px auto;
    }

    .categoryCard-img {
        flex: 0 0 100%;
        margin-bottom: 10px;
        order: 1;
    }

    .categoryCard-text {
        flex: 0 0 100%;
        padding-right: 0;
        font-size: 10px;
        line-height: 1.5;
        order: 2;
    }
}

@media screen and (max-width: 480px) {
    .fs-c-accountService {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .fs-p-accountInfo,
    .fs-c-accountService,
    .accountInfo_logoutLink {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

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

.recommendedItems_wrap {
    margin: 100px 0 0;
}

.itemList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.itemList__unit {
    padding: 0 10px;
}

.itemList-pc-5 .itemList__unit {
    flex: 0 0 20%;
}

.recommendedItems_title {
    text-align: center;
    font-size: 32px;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: normal;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .recommendedItems_wrap {
        margin: 50px 0 0;
    }

    .itemList {
        flex-wrap: wrap;
        margin: 0 -5px;
    }

    .itemList__unit {
        padding: 0 5px;
        margin-bottom: 15px;
    }

    .itemList-sp-2 .itemList__unit {
        flex: 0 0 50%;
    }

    .recommendedItems_title {
        padding: 0 20px;
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
}

.fs-c-productCarouselMainImage__expandButton {
    display: none;
}

.fs-c-productQuantityAndWishlist__quantity::before {
    content: "数量：";
    display: inline-block;
    flex: 0 0 4em;
}

.fs-c-productCarouselMainImage__thumbnailList {
    overflow-x: auto;
    overflow-y: hidden;
}

.fs-c-productCarouselMainImage__thumbnailList::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}

.fs-c-productCarouselMainImage__thumbnailList::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
}

.fs-c-productCarouselMainImage__thumbnailList::-webkit-scrollbar-thumb {
    background: #818181;
}

.fs-c-productCarouselMainImage__thumbnailList::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.megaMenu_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.header-menu .downMenu ul .megaMenu_inner ul {
    display: flex;
    align-items: center;
    margin: 0 -15px;
    background: transparent;
    flex-wrap: wrap;
}

.header-menu .downMenu ul .megaMenu_inner ul li {
    flex: 0 0 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.header-menu .downMenu ul .megaMenu_inner ul li>a {
    color: #080808;
    background: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 8px 10px;
    padding-right: 15px;
    line-height: 44px;
}

.header-menu .downMenu ul .megaMenu_inner ul li>a span {
    display: block;
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
}

.header-menu .downMenu ul .megaMenu_inner ul li>a::after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #080808;
    border-right: 1px solid #080808;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: top center;
    transition: 0.15s;
}

@media (max-width: 1199px) {
    .header-menu .downMenu ul .megaMenu_inner ul li>a {
        font-size: 10px;
    }
}

.fs-c-inputInformation>.aboutPolicy {
    display: none;
}

.aboutPolicy {
    font-size: 0.8em;
    line-height: 1.6em;
    width: 100%;
    margin: 40px auto;
}

.fs-c-productName {
    line-height: 2;
}

.fs-c-productName__copy {
    /*font-size: 1.3em;
 line-height: 1.3;*/
    display: block;
    opacity: .7;
    font-size: .8em;
}

.fs-c-productName__name {
    font-size: 1.3em;
    line-height: 1.3;
}

.fs-c-productNameHeading__copy {
    display: block;
}

.fs-c-productQuantityAndWishlist {
    display: flex;
    align-items: center;
}

.fs-c-productQuantityAndWishlist__wishlist {
    order: 2;
}


.fs-p-productDescription--short {
    font-size: 1.4rem;
    line-height: 2.5;
    margin-bottom: 15px;
    letter-spacing: .025em;
}

.movie {
    max-width: 800px;
    margin: 50px auto 120px;
    padding-top: 451px;
    height: 0;
    position: relative;
    width: 100%;
}

.movie iframe {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1000px) {
    .fs-p-productDescription--short {
        font-size: 1.2rem;
        margin-bottom: 30px;
        line-height: 2.5;
    }
}

@media (max-width: 768px) {
    .movie {
        margin: 40px auto;
    }

    .movie iframe {
        max-width: 100%;
    }
}

.pickupBanner {
    margin-left: auto;
    margin-right: auto;
    width: 80vw;
    max-width: 1280px;
}

.pickupBannerCard {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #4a4a4a;
}

@media only screen and (min-width: 1000px) {
    .pickupBanner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .pickupBannerCard {
        width: 49%;
        padding-top: 24.3%;
    }

    .pickupBannerCard:nth-child(odd) {
        margin-right: 2%;
    }
}

@media only screen and (max-width: 1000px) and (max-width: 1000px) {
    .pickupBanner {
        width: 89.3333333333%;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (max-width: 1000px) {
    .pickupBannerCard {
        padding-top: 50.1492537313%;
        margin-bottom: 20px;
    }
}

.spec {
    margin: 150px 0 120px;
    margin-left: auto;
    margin-right: auto;
    width: 80vw;
    max-width: 1536px;
}

.spec_headline {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    /*font-family: "Mukta", sans-serif;*/
    font-feature-settings: none;
    font-variant-ligatures: none;
    font-weight: 300;
    -webkit-font-smoothing: subpixel-antialiased;
}

.spec_list dt,
.spec_list dd {
    line-height: 1.8571428571;
    padding: 32px 0;
    border-bottom: 1px solid #e5e5e5;
}

.spec_list dt {
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Mukta", sans-serif;
    font-feature-settings: none;
    font-variant-ligatures: none;
    font-weight: 300;
    -webkit-font-smoothing: subpixel-antialiased;
}

.spec_list dd {
    font-size: 1.4rem;
}

@media only screen and (min-width: 1000px) {
    .spec_content {
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
    }

    .spec_column {
        width: 48.5714285714%;
    }

    .spec_list {
        display: flex;
        flex-wrap: wrap;
    }

    .spec_list dt {
        width: 24.5901639344%;
    }

    .spec_list dd {
        width: 75.4098360656%;
    }
}

@media only screen and (max-width: 1000px) {
    .spec {
        margin: 80px 0;
    }

    .spec_headline {
        font-size: 2.2rem;
    }

    .spec_content {
        margin-top: 10px;
    }

    .spec_list dt,
    .spec_list dd {
        line-height: 1.8333333333;
        padding: 0;
    }

    .spec_list dt {
        padding-top: 20px;
        border-bottom: none;
        margin-bottom: 5px;
        font-size: 1.4rem;
    }

    .spec_list dd {
        padding-bottom: 20px;
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 1000px) and (max-width: 1000px) {
    .spec {
        width: 89.3333333333%;
        margin-left: auto;
        margin-right: auto;
    }
}

.spec-details {
    border: 0 !important;
    padding: 0 !important;
}

/* 一覧商品情報 */
h2.fs-c-productListItem__productName.fs-c-productName span.fs-c-productName__name {
    font-size: 0.9em;
    line-height: 1.5;
    color: #3c3c3c;
    font-family: "Mukta", sans-serif;
}

h2.fs-c-productListItem__productName.fs-c-productName .fs-c-productName__copy {
    font-size: 1.3em;
    line-height: 1.5;
    font-family: "Mukta", sans-serif;
}

.fs-body-category .item_series02,
.fs-body-search .item_series02 {
    font-size: 1.3em;
    line-height: 1.5;
}

h2.fs-c-productListItem__productName.fs-c-productName .fs-c-productName__copy {
    font-size: 0.9em;
}

h2.fs-c-productListItem__productName.fs-c-productName span.fs-c-productName__name {
    color: #8D8D8D;
}

.fs-body-product .item_series02 {
    display: block;
    font-size: 3.6rem;
    letter-spacing: .09em;
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none;
    font-weight: 300;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fs-body-product .item_series02 {
    line-height: 1.5;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.fs-c-productNameHeading__copy {
    font-size: 1.6rem;
    display: block;
}

.fs-c-productNameHeading__name {
    font-size: 1.6rem;
}

@media (max-width: 768px) {
    .fs-body-product .item_series02 {
        font-size: 2.6rem;
    }

    .fs-c-productNameHeading__copy {
        font-size: 1.2rem;
    }

    .fs-c-productNameHeading__name {
        font-size: 1.2rem;
    }
}

.pickupBannerCard_core {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pickupBannerCard_headline {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 5%;
}

.pickupBannerCard_headline span {
    font-size: 2.8rem;
    margin-bottom: 10px;
    display: block;
    color: #fff;
    line-height: 1.6;
    font-family: "Mukta", sans-serif;
    font-feature-settings: none;
    font-variant-ligatures: none;
    font-weight: 300;
    -webkit-font-smoothing: subpixel-antialiased;
}

.pickupBannerCard_button {
    margin-top: 20px;
}

.pickupBannerCard_button>div {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    width: 135px;
}

.pickupBannerCard_button>div span {
    letter-spacing: 0.03em;
    font-size: 1.3rem;
    color: #fff;
    font-family: "Mukta", sans-serif;
    font-feature-settings: none;
    font-variant-ligatures: none;
    font-weight: 300;
    -webkit-font-smoothing: subpixel-antialiased;
}

@media only screen and (min-width: 1000px) {
    .pickupBannerCard .pickupBannerCard_button>div {
        transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
}

@media only screen and (max-width: 1000px) {
    .pickupBannerCard_headline span {
        font-size: 1.8rem;
    }

    .pickupBannerCard_button>div span {
        font-size: 1.2rem;
    }
}

.fs-c-productListItem__control .fs-c-button--addToCart--list {
    display: none;
}

.fs-p-announcement__title {
    font-weight: 500;
}

.collectionSeries {
    margin: 50px auto;
}

body#fs_Register .fs-l-pageMain {
    width: 832px;
    max-width: 100%;
    margin: auto;
}

.fs-c-heading--page {
    border: none;
}

.fs-c-inputInformation__link {
    text-align: center;
}

.fs-c-orderedList,
.fs-c-inputInformation__field,
.fs-c-subSection__message {
    line-height: 1.8;
}

h2.fs-c-newUsers__title.fs-c-subSection__title,
h2.fs-c-registeredUsers__title.fs-c-subSection__title {
    text-align: center;
    border: none;
    margin-bottom: 15px;
}

.fs-body-product .fs-l-main .fs-l-productLayout__item--1 {
    padding: 0 !important;
}

.fs-c-productCarouselMainImage {
    width: 100%;
}

.fs-body-product .fs-l-main .fs-l-productLayout {

    width: 1280px;
    max-width: 100%;
    margin: auto;
}

@media (max-width: 767px) {
    .fs-c-heading--page {
        font-size: 20px;
        padding: 30px 0;
    }
}

.fs-c-returnedSpecialContract {
    padding: 0;
}

.fs-body-product .fs-l-productLayout__item--2 .fs-c-buttonContainer.fs-c-productActionButton {
    margin-bottom: 20px;
}

.fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a,
button.fs-c-button--inquiryAboutProduct.fs-c-button--plain,
a.fs-c-button--addReview--detail.fs-c-button--plain {
    color: #1b1b1b;
    border: 2px solid #dfdfdf;
    padding: 5px 15px;
    display: block;
    width: 100%;
    border-radius: 6px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.pickupBannerCard_image {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 0.8s;
}

.pickupBannerCard:hover .pickupBannerCard_image {
    transform: scale(1.08);
    transition: 0.8s;
}

.itemSlider .slick-arrow {
    top: 50%;
    position: absolute;
    margin-top: -80px;
    z-index: 90;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.itemSlider .slick-prev {
    left: -30px;
}

.itemSlider .slick-next {
    right: -30px;
}

.itemSlider .slick-next:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.itemSlider .slick-prev:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

@media only screen and (max-width: 767px) {
    .itemSlider .slick-arrow {
        margin-top: -70px;
    }

    .itemSlider .slick-prev {
        left: -10px;
    }

    .itemSlider .slick-prev:before {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    .itemSlider .slick-next {
        right: -10px;
    }

    .itemSlider .slick-next:before {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.fs-c-inputInformation>.aboutPolicy {
    display: none;
}

.aboutPolicy {
    font-size: 0.8em;
    line-height: 1.6em;
    width: 100%;
    margin: 40px auto;
}

.aboutPolicy p {
    font-size: 0.8em;
    line-height: 1.6em;
}

.fs-body-register .bottomBanner,
.fs-body-login .bottomBanner {
    display: none;
}

em.fs-client-cart-count {
    font-style: normal;
    font-size: 10px;
    vertical-align: top;
    margin: 0 5px 0 -3px;
}

.fs-c-productCarouselMainImage__image>img {
    /*max-height: none;
 height: auto;
 max-width: 100%;*/
    display: block;
    margin: auto;
    max-width: calc(50vw - 100px);
    max-height: calc(50vw - 100px);
}

@media (min-width: 1280px) {
    .fs-c-productCarouselMainImage__image>img {
        /*max-height: none;
 height: auto;
 max-width: 100%;*/
        display: block;
        margin: auto;
        width: calc(((100vw - (100vw - 1280px)) * .5) - 100px);
        max-width: calc(((100vw - (100vw - 1280px)) * .5) - 100px);
        max-height: calc(((100vw - (100vw - 1280px)) * .5) - 100px);
    }
}

@media (max-width: 768px) {
    .movie {
        margin: 80px auto;
        padding-top: 56.25%;
        height: 0;
        position: relative;
        width: 100%;
    }

    .movie iframe {
        max-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.itemSlider_name {
    font-size: 0.9em;
    line-height: 1.5;
    color: #3c3c3c;
    font-family: "Mukta", sans-serif;
}

.itemSlider_seriesMain,
.itemSlider_seriesSub {
    font-size: 1.3em;
    line-height: 1.5;
}

.globalMenuMobile_menu li.children span {
    position: relative;
}

.globalMenuMobile_menu li.children span::after {
    content: "";
    display: block;
    position: absolute;
    right: 30%;
    top: 43%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    transform: rotate(135deg) translateY(-50%);
    transform-origin: top center;
    transition: 0.15s;
}

@media only screen and (max-width: 767px) {
    .fs-c-productNameHeading {
        text-align: left !important;
    }

    .fs-c-productPrice {
        justify-content: flex-start !important;
    }
}

.spec-details__more {
    display: block;
    margin-top: 1em;
    text-align: right;
}

.fs-c-button--subscribeToArrivalNotice--detail {
    width: 100%;
    max-width: 500px;
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
    text-transform: uppercase;
    transition: all 0.5s ease;
    padding: 0;
}

/*定価に取消線を入れる*/
.fs-c-productPrice--listed .fs-c-price {
    text-decoration: line-through;
}

/* 会員価格の設定がある商品の販売価格に取消し線を入れる */
.fs-c-productPrice--selling:has(+.fs-c-productPrice--member){
  text-decoration: line-through;
}


/* Googleログイン */
.fs-c-linkedServiceLogin__login .fs-c-anotherLogin--google {
    margin: 20px 0 10px;
}
