@charset 'UTF-8';

html {
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴシック, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, Meiryo, Noto Sans JP, ＭＳ Ｐゴシック, MS PGothic, Geneva, Arial, Verdana, sans-serif;
    font-size: 1.5248987372vw;
    font-weight: 400;
    line-height: normal;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    scrtollbar-gutter: stable
}

[lang=en] {
    font-family: 'El Messiri', Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴシック, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, Meiryo, Noto Sans JP, ＭＳ Ｐゴシック, MS PGothic, Geneva, Arial, Verdana, sans-serif
}

[lang=ja] {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'ヒラギノ角ゴシック', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, 'Noto Sans JP', 'ＭＳ Ｐゴシック', 'MS PGothic', Geneva, Arial, Verdana, sans-serif
}

main {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1rem;
    font-weight: 400
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #000
}

a img {
    border: none
}

.fcl {
    zoom: 100%
}

.fcl:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ' '
}

img,
svg {
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    image-rendering: auto
}

ol,
ul {
    list-style: none
}

html.webkit img[src$=svg] {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

img:-moz-loading {
    visibility: hidden
}

.css_imagehover {
    line-height: 0;
    position: relative;
    display: block
}

.css_imagehover img {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    will-change: opacity
}

.css_imagehover img:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.table {
    display: table;
    width: 100%;
    height: 100%
}

.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.js-svgChange,
.js-svgDelayLoad {
    line-height: 0;
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: transparent
}

.js-svgChange svg,
.js-svgDelayLoad svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.js-delayLoad,
.js-delayLoad_bg,
.js-pictureDelay,
.js-pictureDelay_bg,
.js-svgDelayLoad {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0
}

.js-delayLoad.isLoadEnd,
.js-delayLoad_bg.isLoadEnd,
.js-pictureDelay.isLoadEnd,
.js-pictureDelay_bg.isLoadEnd,
.js-svgDelayLoad.isLoadEnd {
    opacity: 1
}

.gl_common_anc_target {
    margin-top: -9.375rem;
    padding-top: 9.375rem
}

button {
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.gl_common_btn {
    font-size: .65625rem;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 10.78125rem;
    height: 2.34375rem;
    -webkit-transition: border-radius .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: border-radius .8s cubic-bezier(.215, .61, .355, 1) 0s;
    letter-spacing: 0;
    color: #fff;
    background: #000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.gl_common_categories__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 64.03125rem;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.gl_common_categories__list li {
    width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.gl_common_categories__list li a {
    position: relative;
    display: block
}

.gl_common_categories__list li a figure img {
    -webkit-transition: border-radius .8s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: border-radius .8s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) 0s, border-radius .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) 0s, border-radius .8s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    aspect-ratio: 455/547;
    -o-object-fit: cover;
    object-fit: cover
}

.gl_common_categories__list li a p {
    position: absolute;
    bottom: 2.203125rem;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff
}

.gl_common_categories__list li a p span {
    display: block
}

.gl_common_categories__list li a p [lang=en] {
    font-size: 2.0625rem;
    line-height: 1.5681818182em;
    letter-spacing: 0
}

.gl_common_categories__list li a p [lang=ja] {
    font-size: .65625rem;
    line-height: 1.4285714286em;
    margin-top: -.1875rem;
    letter-spacing: 0
}

.gl_common_footer {
    position: relative;
    background: #000
}

.gl_common_footer[data-pid=top] {
    background: rgba(0, 0, 0, .85)
}

.gl_common_footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 64.03125rem;
    margin: 0 auto;
    padding: 2.625rem 0 2.34375rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column
}

.gl_common_footer__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 0 0 1.546875rem;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.gl_common_footer__block ul {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.gl_common_footer__block ul:nth-child(1) {
    width: 10.6875rem
}

.gl_common_footer__block ul:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.gl_common_footer__block ul:nth-child(3) {
    width: 5.25rem
}

.gl_common_footer__block ul li {
    margin-bottom: .5625rem
}

.gl_common_footer__block ul li a {
    font-family: 'El Messiri', Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴシック, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, Meiryo, Noto Sans JP, ＭＳ Ｐゴシック, MS PGothic, Geneva, Arial, Verdana, sans-serif;
    font-size: .84375rem;
    line-height: 1.5555555556em;
    -webkit-transition: background-size .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: background-size .8s cubic-bezier(.215, .61, .355, 1) 0s;
    letter-spacing: 0;
    color: #fff;
    background-image: linear-gradient(transparent calc(100% - 1px), #fff 0);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px
}

.gl_common_footer__ec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 4.546875rem 0 3.046875rem;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: .9375rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.gl_common_footer__ec dt {
    font-family: 'El Messiri', Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴシック, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, Meiryo, Noto Sans JP, ＭＳ Ｐゴシック, MS PGothic, Geneva, Arial, Verdana, sans-serif;
    font-size: .84375rem;
    line-height: 1.5555555556em;
    letter-spacing: 0;
    color: #fff
}

.gl_common_footer__ec dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 1.078125rem
}

.gl_common_footer__ec dd a {
    -webkit-transition: opacity .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: opacity .8s cubic-bezier(.215, .61, .355, 1) 0s
}

.gl_common_footer__ec dd a[data-id=amazon] {
    position: relative;
    display: block;
    width: 4.078125rem;
    margin-top: .140625rem
}

.gl_common_footer__ec dd a[data-id=amazon]:before {
    display: block;
    padding: 31.0344827586% 0 0 0;
    content: ''
}

.gl_common_footer__ec dd a[data-id=amazon]>img,
.gl_common_footer__ec dd a[data-id=amazon]>picture,
.gl_common_footer__ec dd a[data-id=amazon]>svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.gl_common_footer__ec dd a[data-id=amazon]>svg {
    height: auto
}

.gl_common_footer__ec dd a[data-id=rakuten] {
    position: relative;
    display: block;
    width: 3.890625rem
}

.gl_common_footer__ec dd a[data-id=rakuten]:before {
    display: block;
    padding: 30.1204819277% 0 0 0;
    content: ''
}

.gl_common_footer__ec dd a[data-id=rakuten]>img,
.gl_common_footer__ec dd a[data-id=rakuten]>picture,
.gl_common_footer__ec dd a[data-id=rakuten]>svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.gl_common_footer__ec dd a[data-id=rakuten]>svg {
    height: auto
}

.gl_common_footer__copy {
    font-family: 'El Messiri', Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴシック, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, Meiryo, Noto Sans JP, ＭＳ Ｐゴシック, MS PGothic, Geneva, Arial, Verdana, sans-serif;
    font-size: .5625rem;
    line-height: 1.5833333333em;
    display: block;
    width: 100%;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.gl_common_header {
    height: 9.375rem
}

.gl_common_header[data-pid=top] {
    height: 0
}

.gl_common_header[data-pid=top] .gl_common_header__fixed {
    height: 0;
    pointer-events: none
}

.gl_common_header[data-pid=top] .gl_common_header__fixed.isActive {
    pointer-events: auto
}

.gl_common_header[data-pid=top] .gl_common_header__fixed.isActive .gl_common_header__logo {
    padding-left: 0
}

.gl_common_header[data-pid=top] .gl_common_header__fixed.isActive .gl_common_header__logo a {
    width: 15.984375rem
}

.gl_common_header[data-pid=top] .gl_common_header__logo {
    padding-left: 1.546875rem;
    -webkit-transition: padding-left .8s cubic-bezier(.215, .61, .355, 1) 0s, padding-top .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: padding-left .8s cubic-bezier(.215, .61, .355, 1) 0s, padding-top .8s cubic-bezier(.215, .61, .355, 1) 0s
}

.gl_common_header[data-pid=top] .gl_common_header__logo a {
    width: 62.484375rem;
    -webkit-transition: width .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: width .8s cubic-bezier(.215, .61, .355, 1) 0s
}

.gl_common_header[data-pid=top] .gl_common_header__btn_toggle {
    pointer-events: auto
}

.gl_common_header__fixed {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 9.375rem
}

.gl_common_header__fixed__body {
    position: relative;
    width: 64.03125rem;
    margin: 0 auto
}

.gl_common_header__logo {
    padding-top: 2.109375rem
}

.gl_common_header__logo a {
    position: relative;
    display: block;
    width: 15.984375rem;
    -webkit-transition: opacity .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: opacity .8s cubic-bezier(.215, .61, .355, 1) 0s
}

.gl_common_header__logo a:before {
    display: block;
    padding: 21.1143695015% 0 0 0;
    content: ''
}

.gl_common_header__logo a>img,
.gl_common_header__logo a>picture,
.gl_common_header__logo a>svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.gl_common_header__logo a>svg {
    height: auto
}

.gl_common_header__btn_toggle {
    position: fixed;
    z-index: 1010;
    top: 1.078125rem;
    right: calc(50% - 32.953125rem)
}

.gl_common_header__btn_toggle a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 3.28125rem;
    height: 2.90625rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.gl_common_header__btn_toggle a span {
    position: relative;
    display: block;
    width: 1.40625rem;
    height: 1.03125rem
}

.gl_common_header__btn_toggle a span:after,
.gl_common_header__btn_toggle a span:before {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    content: '';
    -webkit-transition: top .8s cubic-bezier(.215, .61, .355, 1) 0s, border-color .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: top .8s cubic-bezier(.215, .61, .355, 1) 0s, border-color .8s cubic-bezier(.215, .61, .355, 1) 0s;
    border-top: 2px solid #000
}

.gl_common_header__btn_toggle a span:before {
    top: calc(50% - .1875rem)
}

.gl_common_header__btn_toggle a span:after {
    top: calc(50% + .1875rem)
}

.gl_common_header__btn_toggle a.isOpen span:after,
.gl_common_header__btn_toggle a.isOpen span:before {
    top: calc(50% - 2px / 2);
    border-color: #fff
}

.gl_common_image_slide {
    position: relative
}

.gl_common_image_slide__mask {
    position: relative;
    overflow-x: hidden;
    overflow-y: visible
}

.gl_common_image_slide__inner {
    position: relative
}

.gl_common_image_slide__arrow {
    position: absolute
}

.gl_common_image_slide__arrow span {
    display: block;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .6s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.gl_common_insert_bnr {
    position: fixed;
    z-index: 900;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25.171875rem;
    height: 9.84375rem;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background: #fff;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.gl_common_insert_bnr.isShow {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.gl_common_insert_bnr__img {
    width: 9.84375rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.gl_common_insert_bnr__img img {
    aspect-ratio: 210/210
}

.gl_common_insert_bnr__block {
    padding: 1.21875rem 1.40625rem .9375rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.gl_common_insert_bnr__ttl {
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.5em;
    margin-right: 1.40625rem;
    letter-spacing: 0
}

.gl_common_insert_bnr__txt {
    font-size: .5625rem;
    line-height: 1.4166666667em;
    margin: .1875rem 1.40625rem .65625rem 0;
    letter-spacing: 0
}

.gl_common_insert_bnr__btn_close {
    position: absolute;
    top: 0;
    right: 0
}

.gl_common_insert_bnr__btn_close a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.875rem;
    height: 1.875rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.gl_common_insert_bnr__btn_close a span {
    position: relative;
    display: block;
    width: .9375rem;
    height: .9375rem;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s
}

.gl_common_insert_bnr__btn_close a span:after,
.gl_common_insert_bnr__btn_close a span:before {
    position: absolute;
    top: 50%;
    left: calc(50% - .703125rem);
    display: block;
    width: 1.40625rem;
    content: '';
    border-top: 1px solid #000
}

.gl_common_insert_bnr__btn_close a span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.gl_common_insert_bnr__btn_close a span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.gl_common_link span {
    font-size: .9375rem;
    line-height: 1.55em;
    -webkit-transition: background-size .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: background-size .8s cubic-bezier(.215, .61, .355, 1) 0s;
    letter-spacing: 0;
    background-image: linear-gradient(transparent calc(100% - 1px), #000 0);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    background-size: .75rem 1px
}

.gl_common_main__ttl {
    font-size: 3.28125rem;
    line-height: 1.5571428571em;
    margin-bottom: 4.6875rem;
    text-align: center;
    letter-spacing: 0
}

.gl_common_modal {
    position: fixed;
    z-index: 11000;
    top: 0;
    left: 0;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(1.40625rem);
    backdrop-filter: blur(1.40625rem);
    -ms-scroll-chaining: none;
    overscroll-behavior: contain
}

.gl_common_modal__modal_inner {
    position: relative
}

.gl_common_modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.gl_common_modal__window {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.gl_common_nav {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.gl_common_nav__body {
    position: relative;
    overflow: auto;
    width: 100%;
    height: calc(100% - 2.8125rem);
    border-radius: 0 0 0 14.0625rem;
    background-color: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(1.40625rem);
    backdrop-filter: blur(1.40625rem)
}

.gl_common_nav__body__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 64.03125rem;
    height: 100%;
    min-height: 33.28125rem;
    margin: 0 auto;
    padding: 2.109375rem 0 3.28125rem 1.546875rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column
}

.gl_common_nav__logo {
    position: relative;
    display: block;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.gl_common_nav__logo:before {
    display: block;
    padding: 20.1800450113% 0 0 0;
    content: ''
}

.gl_common_nav__logo>img,
.gl_common_nav__logo>picture,
.gl_common_nav__logo>svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.gl_common_nav__logo>svg {
    height: auto
}

.gl_common_nav__logo svg use {
    fill: #fff
}

.gl_common_nav__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 4.3125rem 0 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.gl_common_nav__block ul {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.gl_common_nav__block ul:nth-child(1) {
    width: 10.6875rem
}

.gl_common_nav__block ul:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.gl_common_nav__block ul:nth-child(3) {
    width: 5.25rem
}

.gl_common_nav__block ul li {
    margin-bottom: .5625rem
}

.gl_common_nav__block ul li a {
    font-family: 'El Messiri', Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴシック, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, Meiryo, Noto Sans JP, ＭＳ Ｐゴシック, MS PGothic, Geneva, Arial, Verdana, sans-serif;
    font-size: .84375rem;
    line-height: 1.5555555556em;
    -webkit-transition: background-size .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: background-size .8s cubic-bezier(.215, .61, .355, 1) 0s;
    letter-spacing: 0;
    color: #fff;
    background-image: linear-gradient(transparent calc(100% - 1px), #fff 0);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px
}

.gl_common_nav__ec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: .703125rem
}

.gl_common_nav__ec dt {
    font-family: 'El Messiri', Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴシック, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, Meiryo, Noto Sans JP, ＭＳ Ｐゴシック, MS PGothic, Geneva, Arial, Verdana, sans-serif;
    font-size: .84375rem;
    line-height: 1.5555555556em;
    letter-spacing: 0;
    color: #fff
}

.gl_common_nav__ec dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 1.078125rem
}

.gl_common_nav__ec dd a {
    -webkit-transition: opacity .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: opacity .8s cubic-bezier(.215, .61, .355, 1) 0s
}

.gl_common_nav__ec dd a[data-id=amazon] {
    position: relative;
    display: block;
    width: 4.078125rem;
    margin-top: .28125rem
}

.gl_common_nav__ec dd a[data-id=amazon]:before {
    display: block;
    padding: 31.0344827586% 0 0 0;
    content: ''
}

.gl_common_nav__ec dd a[data-id=amazon]>img,
.gl_common_nav__ec dd a[data-id=amazon]>picture,
.gl_common_nav__ec dd a[data-id=amazon]>svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.gl_common_nav__ec dd a[data-id=amazon]>svg {
    height: auto
}

.gl_common_nav__ec dd a[data-id=rakuten] {
    position: relative;
    display: block;
    width: 3.890625rem;
    margin-top: .140625rem
}

.gl_common_nav__ec dd a[data-id=rakuten]:before {
    display: block;
    padding: 30.1204819277% 0 0 0;
    content: ''
}

.gl_common_nav__ec dd a[data-id=rakuten]>img,
.gl_common_nav__ec dd a[data-id=rakuten]>picture,
.gl_common_nav__ec dd a[data-id=rakuten]>svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.gl_common_nav__ec dd a[data-id=rakuten]>svg {
    height: auto
}

.gl_common_others {
    margin-bottom: 9.375rem
}

.gl_common_others__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.gl_common_others__link {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    color: #fff;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    aspect-ratio: 960/450
}

.gl_common_others__link__bg img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 1s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: -webkit-transform 1s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform 1s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform 1s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform 1s cubic-bezier(.215, .61, .355, 1) 0s;
    -o-object-fit: cover;
    object-fit: cover
}

.gl_common_others__link__body {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column
}

.gl_common_others__link__body [lang=en] {
    font-size: 2.0625rem;
    line-height: 1.5681818182em;
    letter-spacing: 0
}

.gl_common_others__link__body [lang=ja] {
    font-size: .65625rem;
    line-height: 1.4285714286em;
    margin-top: -.1875rem;
    letter-spacing: 0
}

.gl_common_section {
    margin: 0 0 9.375rem
}

.gl_common_section__ttl {
    margin-bottom: 2.8125rem;
    text-align: center
}

.gl_common_section__ttl span {
    display: block
}

.gl_common_section__ttl [lang=en] {
    font-size: 2.0625rem;
    line-height: 1.5681818182em;
    letter-spacing: 0
}

.gl_common_section__ttl [lang=ja] {
    font-size: .65625rem;
    line-height: 1.4285714286em;
    margin-top: -.234375rem;
    letter-spacing: 0
}

.gl_common_split_img {
    overflow: hidden;
    margin-bottom: 9.375rem;
    aspect-ratio: 1920/750
}

.gl_common_split_img span {
    display: block;
    aspect-ratio: 1920/950
}

.gl_common_split_img span img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gl_common_topics__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 64.03125rem;
    margin: 0 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.8125rem .375rem
}

.gl_common_topics__list li {
    -ms-flex-preferred-size: calc((100% - .75rem)/ 3);
    flex-basis: calc((100% - .75rem)/ 3)
}

.gl_common_topics__list li a figure {
    display: block;
    margin: 0 0 .46875rem
}

.gl_common_topics__list li a figure img {
    -webkit-transition: border-radius .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: border-radius .8s cubic-bezier(.215, .61, .355, 1) 0s;
    aspect-ratio: 450/305
}

.gl_common_topics__list li a p span {
    display: block
}

.gl_common_topics__list li a p [lang=en] {
    font-size: .9375rem;
    line-height: 1.55em;
    letter-spacing: 0
}

.gl_common_topics__list li a p [lang=ja] {
    font-size: .65625rem;
    line-height: 1.4285714286em;
    letter-spacing: 0
}

.gl_common_topics__btn_more {
    margin-top: 3.28125rem;
    text-align: center
}

.modal_movie {
    overflow: hidden
}

.modal_movie .gl_common_modal__window {
    max-width: 45em
}

.modal_movie__embed {
    z-index: 2;
    width: 100%;
    margin: 0 auto
}

.modal_movie__embed:before {
    display: block;
    padding: 56.25% 0 0;
    content: ''
}

.modal_movie__embed__target iframe,
.modal_movie__embed__target video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: ''
}

.modal_movie__btn_close {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 2.625em;
    height: 2.625em;
    -webkit-transition: opacity .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: opacity .8s cubic-bezier(.215, .61, .355, 1) 0s
}

.js-anim,
.js-anim_list_item {
    opacity: 0
}

.topPage .contents {
    position: relative;
    padding-top: 9.375rem;
    padding-bottom: 1px;
    background: #fff
}

.topPage .gl_common_others {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 9.375rem;
    background: #fff
}

.topPage .kv {
    height: 100vh
}

.topPage .kv__fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.topPage .kv__fixed__body {
    height: 100%;
    padding: 4.21875rem 7.171875rem 3.9375rem
}

.topPage .kv__fixed__body picture {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.topPage .kv__fixed__body img {
    width: 100%;
    height: 100%;
    opacity: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.topPage .products__slide {
    margin-top: -.9375rem
}

.topPage .products__slide__dummy {
    width: 64.03125rem;
    margin: 0 auto
}

.topPage .products__slide .gl_common_image_slide__mask {
    overflow-x: auto;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.topPage .products__slide .gl_common_image_slide__mask::-webkit-scrollbar {
    display: none
}

.topPage .products__slide .gl_common_image_slide__arrow {
    top: calc(50% - 1.03125rem)
}

.topPage .products__slide .gl_common_image_slide__arrow span {
    width: 1.125rem;
    height: 1.125rem
}

.topPage .products__slide .gl_common_image_slide__arrow svg use {
    stroke: #000
}

.topPage .products__slide .gl_common_image_slide__arrow.prev {
    left: calc(50% - 32.484375rem)
}

.topPage .products__slide .gl_common_image_slide__arrow.prev span svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.topPage .products__slide .gl_common_image_slide__arrow.next {
    right: calc(50% - 32.484375rem)
}

.topPage .products__slide .gl_common_image_slide__arrow.isDisable {
    pointer-events: none;
    opacity: .1
}

.topPage .products__slide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 5.625rem
}

.topPage .products__slide__list__after,
.topPage .products__slide__list__before {
    width: calc(50vw - 37.640625rem);
    height: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.topPage .products__slide__item {
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.topPage .products__slide__item__img {
    width: 16.21875rem;
    margin: 0 auto
}

.topPage .products__slide__item__img img {
    -webkit-transition: -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    aspect-ratio: 346/414
}

.topPage .products__slide__item__name {
    position: relative
}

.topPage .products__slide__item__name span {
    display: block
}

.topPage .products__slide__item__name [lang=en] {
    font-size: 1.21875rem;
    line-height: 1.3076923077em;
    letter-spacing: 0
}

.topPage .products__slide__item__name [lang=ja] {
    font-size: .9375rem;
    line-height: 1.45em;
    margin-top: -.09375rem;
    letter-spacing: 0
}

.topPage .products__slide__item__lead {
    font-size: .65625rem;
    font-weight: 700;
    line-height: 1.4285714286em;
    margin: .9375rem 0 .1875rem;
    letter-spacing: 0
}

.topPage .products__slide__item__txt {
    font-size: .65625rem;
    line-height: 1.4285714286em;
    letter-spacing: 0
}

.topPage .story__txt {
    font-size: .84375rem;
    line-height: 1.7222222222em;
    margin-bottom: 2.8125rem;
    text-align: center;
    letter-spacing: 0
}

.topPage .story__movie {
    position: relative;
    width: 34.21875rem;
    margin: 0 auto;
    aspect-ratio: 730/411
}

.topPage .story__movie iframe {
    width: 100%;
    height: 100%
}

.topPage .story__movie a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.topPage .story__movie a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.topPage .story__movie a:after {
    position: absolute;
    top: calc(50% - 3.515625rem);
    left: calc(50% - 2.859375rem);
    display: block;
    width: 5.71875rem;
    height: 7.03125rem;
    content: '';
    -webkit-transition: -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    background: rgba(255, 255, 255, .1);
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    -webkit-backdrop-filter: blur(.46875rem);
    backdrop-filter: blur(.46875rem)
}

.productsPage .products__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60.9375rem;
    margin: -.46875rem auto 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.53125rem 0
}

.productsPage .products__item {
    text-align: center;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.productsPage .products__item__link {
    display: block
}

.productsPage .products__item__cs {
    position: relative
}

.productsPage .products__item__cs:after {
    font-family: 'El Messiri', Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴシック, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, Meiryo, Noto Sans JP, ＭＳ Ｐゴシック, MS PGothic, Geneva, Arial, Verdana, sans-serif;
    font-size: 1.21875rem;
    line-height: 1.3076923077em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 9.515625rem;
    content: 'Coming soon…';
    text-align: center;
    letter-spacing: 0;
    pointer-events: none;
    background: rgba(255, 255, 255, .7)
}

.productsPage .products__item__img {
    width: 16.21875rem;
    margin: 0 auto;
    aspect-ratio: 346/414
}

.productsPage .products__item__img img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    -o-object-fit: contain;
    object-fit: contain
}

.productsPage .products__item__name {
    position: relative
}

.productsPage .products__item__name span {
    display: block
}

.productsPage .products__item__name [lang=en] {
    font-size: 1.21875rem;
    line-height: 1.3076923077em;
    letter-spacing: 0
}

.productsPage .products__item__name [lang=ja] {
    font-size: .9375rem;
    line-height: 1.45em;
    letter-spacing: 0
}

.productsPage .products__item__lead {
    font-size: .65625rem;
    font-weight: 700;
    line-height: 1.4285714286em;
    margin: .9375rem 0 .65625rem;
    letter-spacing: 0
}

.productsPage .products__item__txt {
    font-size: .65625rem;
    line-height: 1.4285714286em;
    letter-spacing: 0
}

.productDetailPage .detail__graphic__block {
    width: 64.03125rem;
    margin: 0 auto
}

.productDetailPage .detail__graphic__block figure {
    width: 32.015625rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    aspect-ratio: 683/480
}

.productDetailPage .detail__graphic__block .-box {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.productDetailPage .detail__graphic__block .-box h3 {
    font-size: 1.40625rem;
    font-weight: 700;
    line-height: 1.4666666667em;
    letter-spacing: 0
}

.productDetailPage .detail__graphic__block .-box p {
    font-size: .84375rem;
    line-height: 2em;
    margin-top: 1.453125rem;
    letter-spacing: 0
}

.productDetailPage .feature {
    padding-top: 3.890625rem
}

.productDetailPage .feature__ttl {
    font-size: 1.40625rem;
    font-weight: 700;
    line-height: 1.4666666667em;
    text-align: center;
    letter-spacing: 0
}

.productDetailPage .feature__lead {
    font-size: .84375rem;
    line-height: 2em;
    margin: 1.6875rem 0 7.5rem;
    text-align: center;
    letter-spacing: 0
}

.productDetailPage .feature__graphic__block {
    width: 64.03125rem;
    margin: 0 auto
}

.productDetailPage .feature__graphic__block figure {
    width: 32.015625rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    aspect-ratio: 683/888
}

.productDetailPage .feature__graphic__block .-box {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.productDetailPage .feature__graphic__block .-box h3 {
    font-size: 3rem;
    line-height: 1.046875em;
    letter-spacing: 0
}

.productDetailPage .feature__graphic__block .-box p {
    font-size: .84375rem;
    line-height: 2em;
    margin-top: .1875rem;
    letter-spacing: 0
}

.productDetailPage .fragrance__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 64.03125rem;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.productDetailPage .fragrance__item {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.productDetailPage .fragrance__item__name {
    margin: 0 0 .9375rem;
    text-align: center
}

.productDetailPage .fragrance__item__name span {
    display: block
}

.productDetailPage .fragrance__item__name [lang=en] {
    font-size: .9375rem;
    line-height: 1.55em;
    letter-spacing: 0
}

.productDetailPage .fragrance__item__name [lang=en] span {
    font-size: 1.875rem;
    line-height: 1.575em;
    margin-top: -.375rem;
    letter-spacing: 0
}

.productDetailPage .fragrance__item__name [lang=ja] {
    font-size: .5625rem;
    line-height: 1.4166666667em;
    margin-top: -.234375rem;
    letter-spacing: 0
}

.productDetailPage .fragrance__item__img {
    position: relative
}

.productDetailPage .fragrance__item__img figure {
    display: block;
    aspect-ratio: 455/636
}

.productDetailPage .fragrance__item__img figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.productDetailPage .fragrance__item__img .-block {
    position: absolute;
    top: 21.046875rem;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.productDetailPage .fragrance__item__img .-block .-box {
    width: 6.09375rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.productDetailPage .fragrance__item__img .-block h5 {
    font-size: 1.40625rem;
    line-height: 1.5666666667em;
    letter-spacing: 0
}

.productDetailPage .fragrance__item__img .-block ul {
    font-family: Roboto, Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴシック, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, Meiryo, Noto Sans JP, ＭＳ Ｐゴシック, MS PGothic, Geneva, Arial, Verdana, sans-serif;
    font-size: .65625rem;
    line-height: 1.4285714286em;
    letter-spacing: 0
}

.productDetailPage .fragrance__item__lead {
    font-size: .65625rem;
    font-weight: 700;
    line-height: 1.4285714286em;
    margin: 1.6875rem 0 .65625rem;
    text-align: center;
    letter-spacing: 0
}

.productDetailPage .fragrance__item__txt {
    font-size: .65625rem;
    line-height: 1.4285714286em;
    text-align: center;
    letter-spacing: 0
}

.productDetailPage .howto__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    counter-reset: howto_step;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 4.6875rem
}

.productDetailPage .howto__step li {
    width: 13.5rem;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.productDetailPage .howto__step li figure {
    aspect-ratio: 288/288
}

.productDetailPage .howto__step li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.productDetailPage .howto__step li h4 {
    font-size: .84375rem;
    line-height: 1.1111111111em;
    margin-bottom: .46875rem;
    letter-spacing: 0
}

.productDetailPage .howto__step li h4+p {
    margin-top: 0
}

.productDetailPage .howto__step li .-n {
    font-family: 'El Messiri', Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴシック, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, Meiryo, Noto Sans JP, ＭＳ Ｐゴシック, MS PGothic, Geneva, Arial, Verdana, sans-serif;
    font-size: 1.40625rem;
    line-height: 1.5666666667em;
    letter-spacing: 0
}

.productDetailPage .howto__step li .-n:before {
    content: '0' counter(howto_step);
    counter-increment: howto_step
}

.productDetailPage .howto__step li .-ba {
    font-size: 1.40625rem;
    line-height: 1.5666666667em;
    letter-spacing: 0
}

.productDetailPage .howto__step li p {
    font-size: .65625rem;
    line-height: 1.4285714286em;
    margin-top: -.328125rem;
    letter-spacing: 0
}

.productDetailPage .howto__step li p i {
    font-style: normal;
    border-bottom: 1px solid #000
}

.productDetailPage .howto__amount {
    margin-top: 6.09375rem
}

.productDetailPage .howto__amount h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.34375rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.productDetailPage .howto__amount h3 span {
    font-size: .65625rem;
    line-height: 1em;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 7.265625rem;
    height: 2.015625rem;
    letter-spacing: 0;
    border: 1px solid #000;
    border-radius: 1.078125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.productDetailPage .howto__amount__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.34375rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 5.625rem
}

.productDetailPage .howto__amount__block dl {
    text-align: center
}

.productDetailPage .howto__amount__block dl dt {
    font-size: .65625rem;
    line-height: 1.4285714286em;
    letter-spacing: 0
}

.productDetailPage .howto__amount__block dl dd .-img {
    position: relative;
    width: .375rem;
    height: 1.828125rem;
    margin: .609375rem auto .140625rem
}

.productDetailPage .howto__amount__block dl dd .-img:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #ebebeb
}

.productDetailPage .howto__amount__block dl dd .-img[data-type='50']:before {
    height: 50%
}

.productDetailPage .howto__amount__block dl dd .-img[data-type='33']:before {
    height: 33%
}

.productDetailPage .howto__amount__block dl dd .-img div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000
}

.productDetailPage .howto__amount__block dl dd .-img div:after {
    position: absolute;
    top: calc(.28125rem - 1px);
    left: 0;
    width: 100%;
    content: '';
    border-top: 1px solid #000
}

.productDetailPage .howto__amount__block dl dd .-txt {
    font-size: .65625rem;
    line-height: 1.4285714286em;
    letter-spacing: 0
}

.productDetailPage .howto__amount .-note {
    font-size: .65625rem;
    line-height: 1.4285714286em;
    text-align: center;
    letter-spacing: 0
}

.productDetailPage .howto__ba {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 3.75rem
}

.productDetailPage .howto__ba .howto__step {
    gap: 1.875rem
}

.productDetailPage .howto__txt {
    font-size: .65625rem;
    line-height: 1.4285714286em;
    margin: .75rem 0 0;
    text-align: center;
    letter-spacing: 0
}

.productDetailPage .howto__subttl {
    font-size: .65625rem;
    line-height: 1em;
    margin: 3.75rem 0 1.6875rem;
    text-align: center;
    letter-spacing: 0
}

.productDetailPage .howto .gl_common_section__ttl+.howto__subttl {
    margin-top: 0
}

.productDetailPage .kv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 64.03125rem;
    margin: 0 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.productDetailPage .kv__slide {
    width: 0;
    max-width: 51.234375rem;
    height: 36.09375rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.productDetailPage .kv__slide .gl_common_image_slide {
    height: 100%
}

.productDetailPage .kv__slide .gl_common_image_slide__mask {
    overflow: hidden;
    height: 100%
}

.productDetailPage .kv__slide .gl_common_image_slide__inner {
    height: 100%
}

.productDetailPage .kv__slide .gl_common_image_slide__arrow {
    position: absolute;
    bottom: .796875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2.71875rem;
    height: 2.71875rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    mix-blend-mode: difference
}

.productDetailPage .kv__slide .gl_common_image_slide__arrow span {
    display: block;
    width: 1.78125rem;
    height: 1.78125rem
}

.productDetailPage .kv__slide .gl_common_image_slide__arrow svg use {
    stroke: #fff
}

.productDetailPage .kv__slide .gl_common_image_slide__arrow.prev {
    left: 2.34375rem
}

.productDetailPage .kv__slide .gl_common_image_slide__arrow.prev span svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.productDetailPage .kv__slide .gl_common_image_slide__arrow.next {
    right: 2.34375rem
}

.productDetailPage .kv__slide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.productDetailPage .kv__slide__list li {
    width: 51.234375rem;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.productDetailPage .kv__slide__list li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.productDetailPage .kv__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25.78125rem;
    padding-left: 5.625rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.productDetailPage .kv__detail__body {
    width: 100%
}

.productDetailPage .kv__ttl span {
    display: block
}

.productDetailPage .kv__ttl [lang=en] {
    font-size: 1.59375rem;
    line-height: 1.3823529412em;
    letter-spacing: 0
}

.productDetailPage .kv__ttl [lang=ja] {
    font-size: 1.125rem;
    line-height: 1.4583333333em;
    letter-spacing: 0
}

.productDetailPage .kv__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: .75rem 0 2.8125rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .46875rem
}

.productDetailPage .kv__price .-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.productDetailPage .kv__price .-cap {
    font-family: Roboto, Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴシック, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, Meiryo, Noto Sans JP, ＭＳ Ｐゴシック, MS PGothic, Geneva, Arial, Verdana, sans-serif;
    font-size: .5625rem;
    line-height: 1em;
    margin-right: .28125rem;
    letter-spacing: 0
}

.productDetailPage .kv__price .-n {
    font-family: 'El Messiri', Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴシック, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, Meiryo, Noto Sans JP, ＭＳ Ｐゴシック, MS PGothic, Geneva, Arial, Verdana, sans-serif;
    font-size: 1.03125rem;
    line-height: 1em;
    letter-spacing: 0
}

.productDetailPage .kv__price .-tax {
    font-size: .375rem;
    line-height: 1em;
    letter-spacing: 0
}

.productDetailPage .kv__lineup {
    font-family: Roboto, Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴシック, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, Meiryo, Noto Sans JP, ＭＳ Ｐゴシック, MS PGothic, Geneva, Arial, Verdana, sans-serif;
    font-size: .75rem;
    line-height: 1.3125em;
    letter-spacing: 0
}

.productDetailPage .kv__lineup .-line {
    padding: .65625rem .328125rem;
    border-bottom: 1px solid #000
}

.productDetailPage .kv__lineup .-line:first-child {
    border-top: 1px solid #000
}

.productDetailPage .kv__lineup dl.-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.productDetailPage .kv__lineup dl.-line dd,
.productDetailPage .kv__lineup dl.-line dt {
    padding: .65625rem .328125rem
}

.productDetailPage .kv__lineup dl.-line dt {
    padding-right: .65625rem;
    border-right: 1px solid #000
}

.productDetailPage .kv__lineup dl.-line dd {
    padding-left: .984375rem
}

.productDetailPage .kv__lead {
    font-size: .65625rem;
    font-weight: 700;
    line-height: 1.4285714286em;
    margin: 1.6875rem 0 .75rem;
    letter-spacing: 0
}

.productDetailPage .kv__txt {
    font-size: .65625rem;
    line-height: 1.4285714286em;
    letter-spacing: 0
}

.productDetailPage .kv__btn_buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.6875rem 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: .46875rem
}

.productDetailPage .kv__btn_buy .gl_common_btn {
    width: 100%;
    height: 2.71875rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    gap: .46875rem
}

.productDetailPage .kv__btn_buy .gl_common_btn .-icon[data-type=amazon] {
    width: 4.078125rem;
    margin-bottom: -.234375rem
}

.productDetailPage .kv__btn_buy .gl_common_btn .-icon[data-type=rakuten] {
    width: 3.890625rem
}

.productDetailPage .kv__btn_buy .gl_common_btn .-txt {
    font-size: .5625rem;
    line-height: 1em;
    letter-spacing: 0
}

.productDetailPage .lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 6.09375rem 0 5.8125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 2.8125rem
}

.productDetailPage .lineup__box {
    width: 13.59375rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.productDetailPage .lineup__box__img {
    aspect-ratio: 290/347
}

.productDetailPage .lineup__box__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.productDetailPage .lineup__box__name {
    margin-top: -.421875rem;
    margin-bottom: 1.6875rem;
    text-align: center
}

.productDetailPage .lineup__box__name span {
    display: block
}

.productDetailPage .lineup__box__name [lang=en] {
    font-size: .9375rem;
    line-height: 1.55em;
    letter-spacing: 0
}

.productDetailPage .lineup__box__name [lang=en] span {
    font-size: 1.875rem;
    line-height: 1.575em;
    margin-top: -.421875rem;
    letter-spacing: 0
}

.productDetailPage .lineup__box__name [lang=ja] {
    font-size: .5625rem;
    line-height: 1.4166666667em;
    margin-top: -.234375rem;
    letter-spacing: 0
}

.productDetailPage .lineup__box__name[data-id=p6] {
    margin-top: -2.34375rem
}

.productDetailPage .lineup__box__name[data-id=p6] [lang=en] {
    font-size: 1.875rem;
    line-height: 1.575em;
    letter-spacing: 0
}

.productDetailPage .lineup__box__name[data-id=p6] [lang=en] span {
    font-size: .9375rem;
    line-height: 1.55em;
    margin-top: -.1875rem;
    letter-spacing: 0
}

.productDetailPage .lineup__box__name[data-id=p6] [lang=ja] {
    font-size: .5625rem;
    line-height: 1.4166666667em;
    margin-top: .46875rem;
    letter-spacing: 0
}

.productDetailPage .lineup__box__lead {
    font-size: .65625rem;
    font-weight: 700;
    line-height: 1.4285714286em;
    margin: 0 0 .65625rem;
    text-align: center;
    letter-spacing: 0
}

.productDetailPage .lineup__box__txt {
    font-size: .65625rem;
    line-height: 1.4285714286em;
    margin: 0 0 1.6875rem;
    text-align: center;
    letter-spacing: 0
}

.productDetailPage .lineup__box__detail {
    margin: 0 0 1.40625rem
}

.productDetailPage .lineup__box__detail table {
    font-size: .65625rem;
    line-height: 1.4285714286em;
    width: 100%;
    border-collapse: collapse;
    letter-spacing: 0
}

.productDetailPage .lineup__box__detail table tr {
    font-family: Roboto, Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴシック, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, Meiryo, Noto Sans JP, ＭＳ Ｐゴシック, MS PGothic, Geneva, Arial, Verdana, sans-serif;
    border-bottom: 1px solid #000
}

.productDetailPage .lineup__box__detail table tr:first-child {
    border-top: 1px solid #000
}

.productDetailPage .lineup__box__detail table td,
.productDetailPage .lineup__box__detail table th {
    padding: .703125rem 0
}

.productDetailPage .lineup__box__detail table th {
    font-weight: 400;
    width: 4.078125rem;
    padding-left: .46875rem;
    text-align: left;
    border-right: 1px solid #000
}

.productDetailPage .lineup__box__detail table td {
    padding-left: .703125rem
}

.productDetailPage .lineup__box__graph {
    margin: 0 0 1.40625rem
}

.productDetailPage .lineup__box__graph dl {
    font-size: .5625rem;
    line-height: 1.6666666667em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 10.875rem;
    margin: 0 auto .9375rem;
    letter-spacing: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.productDetailPage .lineup__box__graph dl:last-child {
    margin-bottom: 0
}

.productDetailPage .lineup__box__graph dl dt {
    width: 3.46875rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.productDetailPage .lineup__box__graph dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: .09375rem
}

.productDetailPage .lineup__box__graph dl dd span {
    width: 100%;
    height: 2px;
    background: #d5d5d5;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.productDetailPage .lineup__box__graph dl dd[aria-label='1'] span:nth-child(-n+1) {
    background-color: #ffc400
}

.productDetailPage .lineup__box__graph dl dd[aria-label='2'] span:nth-child(-n+2) {
    background-color: #ffc400
}

.productDetailPage .lineup__box__graph dl dd[aria-label='3'] span:nth-child(-n+3) {
    background-color: #ffc400
}

.productDetailPage .lineup__box__graph dl dd[aria-label='4'] span:nth-child(-n+4) {
    background-color: #ffc400
}

.productDetailPage .lineup__box__graph dl dd[aria-label='5'] span:nth-child(-n+5) {
    background-color: #ffc400
}

.productDetailPage .lineup__box .gl_common_btn {
    margin: 0 auto
}



.productDetailPage .lineup__box {
    width: 22%;
}

.productDetailPage .lineup__box.lineup__box_double {
    width: calc(44% + 40px);
}

.productDetailPage .lineup__box.lineup__box_double .lineup__box__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.productDetailPage .lineup__box.lineup__box_double .lineup__box__img {
    width: calc(50% - 20px);
}

.productDetailPage .lineup__box.lineup__box_double > .lineup__box__name {
    margin-bottom: 9px;
}

.productDetailPage .lineup__box.lineup__box_double .lineup__box__row .lineup__box__name {
    width: calc(50% - 20px);
    text-align: center;
}

.productDetailPage .lineup__box.lineup__box_double .lineup__box__row .lineup__box__detail {
    width: 50%;
}

.productDetailPage .lineup__box.lineup__box_double .lineup__box__row .lineup__box__detail:first-child {
    padding-right: 20px;
}

.productDetailPage .lineup__box.lineup__box_double .lineup__box__row .lineup__box__detail:last-child {
    padding-left: 20px;
}

.productDetailPage .gl_common_section_p1_sp {
    display: none;
}

.productDetailPage .gl_common_section_p1_sp .lineup__box {
    padding: 0 30px;
}

.productDetailPage .lador-swiper .swiper-button-next:after,
.productDetailPage .lador-swiper .swiper-button-prev:after {
    font-size: 30px;
    color: #000000;
}

.productDetailPage .lador-swiper .swiper-button-next,
.productDetailPage .lador-swiper .swiper-rtl .swiper-button-prev {
    right: 5px;
}

.productDetailPage .lador-swiper .swiper-button-prev,
.productDetailPage .lador-swiper .swiper-rtl .swiper-button-next {
    left: 5px;
}

.productDetailPage .lador-swiper .swiper-button-next,
.productDetailPage .lador-swiper .swiper-button-prev {
    top: 22%;
}

.productDetailPage .shopify-buy-frame {
    margin-top: 40px;
    width: 100%;
    max-width: initial !important;
}

@media( max-width: 900px ) {
    .productDetailPage .gl_common_section_p1_pc {
        display: none !important;
    }
    
    .productDetailPage .gl_common_section_p1_sp {
        display: block;
    }
}



.productDetailPage .marquee {
    overflow: hidden
}

.productDetailPage .marquee__body {
    font-family: 'El Messiri', Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴシック, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, Meiryo, Noto Sans JP, ＭＳ Ｐゴシック, MS PGothic, Geneva, Arial, Verdana, sans-serif;
    font-size: 9.9375rem;
    line-height: 1.3773584906em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: marquee 30s linear infinite;
    animation: marquee 30s linear infinite;
    letter-spacing: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.productDetailPage .marquee__body div {
    padding-right: .25em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%)
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%)
    }
}

.productDetailPage .modal_product .gl_common_modal__window {
    width: 44.53125rem;
    background-color: #fff
}

.productDetailPage .modal_product__page {
    display: none
}

.productDetailPage .modal_product__page__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.0625rem 2.0625rem 2.953125rem .46875rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.productDetailPage .modal_product__page__img {
    width: 21.1875rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    aspect-ratio: 452/541
}

.productDetailPage .modal_product__page__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.productDetailPage .modal_product__page__img[data-id=p6] {
    width: 19.828125rem;
    margin-top: -.84375rem;
    aspect-ratio: 423/505
}

.productDetailPage .modal_product__page__ttl span {
    display: block
}

.productDetailPage .modal_product__page__ttl [lang=en] {
    font-size: 1.125rem;
    line-height: 1.5416666667em;
    letter-spacing: 0
}

.productDetailPage .modal_product__page__ttl [lang=ja] {
    font-size: .9375rem;
    line-height: 1.45em;
    margin-top: -.234375rem;
    letter-spacing: 0
}

.productDetailPage .modal_product__page__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: .75rem 0 .46875rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .46875rem
}

.productDetailPage .modal_product__page__price .-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.productDetailPage .modal_product__page__price .-cap {
    font-family: Roboto, Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴシック, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, Meiryo, Noto Sans JP, ＭＳ Ｐゴシック, MS PGothic, Geneva, Arial, Verdana, sans-serif;
    font-size: .5625rem;
    line-height: 1em;
    margin-right: .28125rem;
    letter-spacing: 0
}

.productDetailPage .modal_product__page__price .-n {
    font-family: 'El Messiri', Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴシック, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, Meiryo, Noto Sans JP, ＭＳ Ｐゴシック, MS PGothic, Geneva, Arial, Verdana, sans-serif;
    font-size: 1.03125rem;
    line-height: 1em;
    letter-spacing: 0
}

.productDetailPage .modal_product__page__price .-tax {
    font-size: .375rem;
    line-height: 1em;
    letter-spacing: 0
}

.productDetailPage .modal_product__page__lineup {
    font-family: Roboto, Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴシック, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, Meiryo, Noto Sans JP, ＭＳ Ｐゴシック, MS PGothic, Geneva, Arial, Verdana, sans-serif;
    font-size: .75rem;
    line-height: 1.3125em;
    letter-spacing: 0
}

.productDetailPage .modal_product__page__lineup .-line {
    padding: .65625rem .328125rem;
    border-bottom: 1px solid #000
}

.productDetailPage .modal_product__page__lineup .-line:first-child {
    border-top: 1px solid #000
}

.productDetailPage .modal_product__page__lineup dl.-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.productDetailPage .modal_product__page__lineup dl.-line dd,
.productDetailPage .modal_product__page__lineup dl.-line dt {
    padding: .65625rem .328125rem
}

.productDetailPage .modal_product__page__lineup dl.-line dt {
    padding-right: .65625rem;
    border-right: 1px solid #000
}

.productDetailPage .modal_product__page__lineup dl.-line dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: .9375rem;
    padding-left: 1.21875rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 1.40625rem
}

.productDetailPage .modal_product__page__lineup dl.-line dd span {
    position: relative;
    display: block
}

.productDetailPage .modal_product__page__lineup dl.-line dd span:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    width: calc(100% + .8em * 2);
    height: calc(100% + .1em * 2);
    content: '';
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #000;
    border-radius: 1em
}

.productDetailPage .modal_product__page__lineup dl.-line dd span[data-id='1'][data-n='1'][data-mark=true]:before {
    display: block
}

.productDetailPage .modal_product__page__lineup dl.-line dd span[data-id='2'][data-n='2'][data-mark=true]:before {
    display: block
}

.productDetailPage .modal_product__page__lineup dl.-line dd span[data-id='3'][data-n='3'][data-mark=true]:before {
    display: block
}

.productDetailPage .modal_product__page__lead {
    font-size: .65625rem;
    font-weight: 700;
    line-height: 1.4285714286em;
    margin: 1.125rem 0 .46875rem;
    letter-spacing: 0
}

.productDetailPage .modal_product__page__txt {
    font-size: .5625rem;
    line-height: 1.4166666667em;
    margin: 0 0 .75rem;
    letter-spacing: 0
}

.productDetailPage .modal_product__page__buttons dl {
    margin: 0 0 1.453125rem
}

.productDetailPage .modal_product__page__buttons dl:last-child {
    margin-bottom: 0
}

.productDetailPage .modal_product__page__buttons dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 .75rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: .5625rem
}

.productDetailPage .modal_product__page__buttons dl dt span {
    font-size: .9375rem;
    line-height: 1em;
    letter-spacing: 0
}

.productDetailPage .modal_product__page__buttons dl dt:after,
.productDetailPage .modal_product__page__buttons dl dt:before {
    display: block;
    content: '';
    border-top: 1px solid #000;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.productDetailPage .modal_product__page__btn_buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: .46875rem
}

.productDetailPage .modal_product__page__btn_buy .gl_common_btn {
    width: 9.84375rem;
    height: 2.71875rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: .46875rem
}

.productDetailPage .modal_product__page__btn_buy .gl_common_btn .-icon[data-type=amazon] {
    width: 4.078125rem;
    margin-bottom: -.234375rem
}

.productDetailPage .modal_product__page__btn_buy .gl_common_btn .-icon[data-type=rakuten] {
    width: 3.890625rem
}

.productDetailPage .modal_product__page__btn_buy .gl_common_btn .-txt {
    font-size: .5625rem;
    line-height: 1em;
    letter-spacing: 0
}

.productDetailPage .modal_product__btn_close {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2.8125rem;
    height: 2.8125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.productDetailPage .modal_product__btn_close span {
    position: relative;
    display: block;
    width: .9375rem;
    height: .9375rem;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s
}

.productDetailPage .modal_product__btn_close span:after,
.productDetailPage .modal_product__btn_close span:before {
    position: absolute;
    top: 50%;
    left: calc(50% - .703125rem);
    display: block;
    width: 1.40625rem;
    content: '';
    border-top: 1px solid #000
}

.productDetailPage .modal_product__btn_close span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.productDetailPage .modal_product__btn_close span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.productDetailPage .special {
    margin-top: 6.09375rem;
    margin-bottom: 3.609375rem
}

.productDetailPage .special__ttl {
    font-size: 1.40625rem;
    font-weight: 700;
    line-height: 1.4666666667em;
    text-align: center;
    letter-spacing: 0
}

.productDetailPage .special__txt {
    font-size: .84375rem;
    line-height: 2em;
    margin: 1.6875rem 0 2.8125rem;
    text-align: center;
    letter-spacing: 0
}

.productDetailPage .special__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 2.8125rem
}

.productDetailPage .special__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 14.765625rem;
    height: 14.765625rem;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column
}

.productDetailPage .special__list li [lang=en] {
    font-size: 2.8125rem;
    line-height: 1.1166666667em;
    letter-spacing: 0
}

.productDetailPage .special__list li [lang=ja] {
    font-size: .84375rem;
    line-height: 1.5555555556em;
    letter-spacing: 0
}

.productDetailPage .steps__slide__mask ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    counter-reset: steps_count;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 4.21875rem
}

.productDetailPage .steps__slide__mask ol li {
    position: relative;
    width: 13.59375rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.productDetailPage .steps__slide__mask ol li .-n {
    font-family: 'El Messiri', Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴシック, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, Meiryo, Noto Sans JP, ＭＳ Ｐゴシック, MS PGothic, Geneva, Arial, Verdana, sans-serif;
    position: absolute;
    top: .609375rem;
    left: -1.359375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: .09375rem
}

.productDetailPage .steps__slide__mask ol li .-n:before {
    font-size: .9375rem;
    line-height: 1.55em;
    display: block;
    content: 'Step';
    letter-spacing: 0
}

.productDetailPage .steps__slide__mask ol li .-n:after {
    font-size: 4.21875rem;
    line-height: 1.5666666667em;
    display: block;
    margin-top: -1.265625rem;
    content: '0' counter(steps_count);
    counter-increment: steps_count;
    letter-spacing: 0
}

.productDetailPage .steps__slide__mask ol li .-img {
    aspect-ratio: 290/347
}

.productDetailPage .steps__slide__mask ol li .-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.productDetailPage .steps__slide__mask ol li .-name {
    font-size: 1.40625rem;
    line-height: 1.2em;
    margin-top: -.515625rem;
    text-align: center;
    letter-spacing: 0
}

.productDetailPage .steps__slide__mask ol li .-txt {
    font-size: .65625rem;
    line-height: 1.4285714286em;
    text-align: center;
    letter-spacing: 0
}

.productDetailPage .steps__slide__mask ol li .-btn {
    margin-top: 1.40625rem;
    text-align: center
}

.contactPage .complete__btn {
    margin-top: 3.75rem;
    text-align: center
}

.contactPage .contact__item {
    width: 100%;
    margin: 0 0 2.25rem;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.contactPage .contact__item dt {
    font-size: .84375rem;
    font-weight: 700;
    line-height: 1.4444444444em;
    margin-bottom: .75rem;
    letter-spacing: 0
}

.contactPage .contact__btn_submit .gl_common_btn {
    margin: 0 auto
}

.contactPage .contact__btn_back {
    margin: 3.75rem 0
}

.contactPage .contact__btn_back button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: .9375rem;
    cursor: pointer;
    color: #000;
    border: none;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.contactPage .contact__btn_back .-icon {
    line-height: 0;
    width: .9375rem;
    height: .9375rem;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s
}

.contactPage .contact__btn_back .-icon span {
    display: block;
    width: .9375rem;
    height: .9375rem
}

.contactPage .contact__btn_back .-icon span svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.contactPage .contact__btn_back .-icon span svg use {
    stroke: #000
}

.contactPage .contact__btn_back .-txt {
    font-size: .84375rem;
    line-height: 1em;
    margin-left: .46875rem;
    letter-spacing: 0
}

.contactPage .gl_common_section {
    width: 44.53125rem;
    margin-right: auto;
    margin-left: auto
}

.contactPage .input .-radio_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.contactPage .input .-input_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 1.40625rem
}

.contactPage .input .-must {
    position: relative
}

.contactPage .input .-must:before {
    font-size: .609375rem;
    line-height: 2em;
    position: absolute;
    top: 0;
    left: -2em;
    content: '※';
    letter-spacing: 0;
    color: red
}

.contactPage .input label {
    cursor: pointer
}

.contactPage .input .-checkbox,
.contactPage .input .-radio {
    font-size: .84375rem;
    font-weight: 700;
    line-height: 1.4444444444em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 3.375rem 0 0;
    letter-spacing: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.contactPage .input .-checkbox:last-child,
.contactPage .input .-radio:last-child {
    margin-right: 0
}

.contactPage .input .-checkbox input,
.contactPage .input .-radio input {
    display: none
}

.contactPage .input .-checkbox input:checked+span:after,
.contactPage .input .-radio input:checked+span:after {
    opacity: 1
}

.contactPage .input .-checkbox span,
.contactPage .input .-radio span {
    position: relative;
    width: 1.125rem;
    height: 1.125rem;
    margin: 0 .84375rem 0 0;
    border: 1px solid #000
}

.contactPage .input .-checkbox span:after,
.contactPage .input .-radio span:after {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    content: '';
    -webkit-transition: opacity .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: opacity .8s cubic-bezier(.215, .61, .355, 1) 0s;
    opacity: 0;
    background: #000
}

.contactPage .input input[type=email],
.contactPage .input input[type=tel],
.contactPage .input input[type=text],
.contactPage .input input[type=url],
.contactPage .input textarea {
    font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴシック, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, Meiryo, Noto Sans JP, ＭＳ Ｐゴシック, MS PGothic, Geneva, Arial, Verdana, sans-serif;
    font-size: .84375rem;
    line-height: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 3.375rem;
    padding: 0 1.03125rem;
    letter-spacing: 0;
    border: none;
    border-radius: 0;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.contactPage .input input[type=email]::-webkit-input-placeholder,
.contactPage .input input[type=tel]::-webkit-input-placeholder,
.contactPage .input input[type=text]::-webkit-input-placeholder,
.contactPage .input input[type=url]::-webkit-input-placeholder,
.contactPage .input textarea::-webkit-input-placeholder {
    color: #b9b9b9
}

.contactPage .input input[type=email]::-moz-placeholder,
.contactPage .input input[type=tel]::-moz-placeholder,
.contactPage .input input[type=text]::-moz-placeholder,
.contactPage .input input[type=url]::-moz-placeholder,
.contactPage .input textarea::-moz-placeholder {
    color: #b9b9b9
}

.contactPage .input input[type=email]:-ms-input-placeholder,
.contactPage .input input[type=tel]:-ms-input-placeholder,
.contactPage .input input[type=text]:-ms-input-placeholder,
.contactPage .input input[type=url]:-ms-input-placeholder,
.contactPage .input textarea:-ms-input-placeholder {
    color: #b9b9b9
}

.contactPage .input input[type=email]::-ms-input-placeholder,
.contactPage .input input[type=tel]::-ms-input-placeholder,
.contactPage .input input[type=text]::-ms-input-placeholder,
.contactPage .input input[type=url]::-ms-input-placeholder,
.contactPage .input textarea::-ms-input-placeholder {
    color: #b9b9b9
}

.contactPage .input input[type=email]::placeholder,
.contactPage .input input[type=tel]::placeholder,
.contactPage .input input[type=text]::placeholder,
.contactPage .input input[type=url]::placeholder,
.contactPage .input textarea::placeholder {
    color: #b9b9b9
}

.contactPage .input textarea {
    height: 15rem;
    padding: .9375rem 1.03125rem;
    resize: vertical
}

.contactPage .input__agree_policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 3.75rem 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.contactPage .input__agree_policy .-checkbox {
    font-weight: 400;
    margin-bottom: .75rem
}

.contactPage .input__agree_policy__note {
    font-size: .65625rem;
    line-height: 1.4285714286em;
    padding-left: 1.96875rem;
    letter-spacing: 0
}

.contactPage .input__agree_policy__note a {
    -webkit-transition: border-bottom-color .3s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: border-bottom-color .3s cubic-bezier(.215, .61, .355, 1) 0s;
    border-bottom: 1px solid #000
}

.input_error {
    position: absolute;
    display: none
}

.input_error>div {
    font-size: .65625rem;
    font-weight: 700;
    line-height: 1.2em;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .09375rem .234375rem .140625rem;
    padding-right: calc(1em + .140625rem);
    -webkit-transform: translateY(calc(-100% - .234375rem));
    transform: translateY(calc(-100% - .234375rem));
    white-space: nowrap;
    letter-spacing: .03em;
    color: #fff;
    border-radius: .140625rem;
    background: red
}

.input_error>div:after {
    position: absolute;
    bottom: calc(-.234375rem + 1px);
    left: .234375rem;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-width: .234375rem .234375rem 0 .234375rem;
    border-style: solid;
    border-color: red transparent transparent transparent
}

.input_error a {
    position: absolute;
    top: 0;
    right: .140625rem;
    color: #fff
}

.privacypolicyPage .privacypolicy {
    font-size: .84375rem;
    line-height: 2em;
    width: 64.03125rem;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1.546875rem;
    letter-spacing: 0
}

.privacypolicyPage .privacypolicy p+p {
    margin-top: 2em
}

.privacypolicyPage .privacypolicy a {
    -webkit-transition: border-bottom-color .3s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: border-bottom-color .3s cubic-bezier(.215, .61, .355, 1) 0s;
    border-bottom: 1px solid #000
}

.shoplistPage .nav_anc {
    margin-bottom: 7.5rem
}

.shoplistPage .nav_anc ul {
    font-size: .65625rem;
    line-height: 1.4285714286em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60.9375rem;
    margin: 0 auto;
    letter-spacing: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .9375rem 1.875rem
}

.shoplistPage .nav_anc ul li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.shoplistPage .nav_anc ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: .65625rem
}

.shoplistPage .nav_anc ul li a span {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.shoplistPage .nav_anc ul li a .-icon {
    line-height: 0;
    width: .609375rem;
    height: .609375rem;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s
}

.shoplistPage .shop__list {
    width: 44.53125rem;
    margin: 0 auto
}

.shoplistPage .shop__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .75rem .84375rem;
    border-bottom: 1px solid #000;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.shoplistPage .shop__item:first-child {
    border-top: 1px solid #000
}

.shoplistPage .shop__item__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.shoplistPage .shop__item__child {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.shoplistPage .shop__item__child span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.shoplistPage .shop__item .-pref {
    font-size: .65625rem;
    line-height: 1em;
    position: relative;
    padding: 0 .9375rem 0 0;
    letter-spacing: 0;
    -ms-writing-mode: tb-rl;
    border-right: 1px solid #000;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl
}

.shoplistPage .shop__item .-name {
    width: 10.3125rem;
    margin: 0 1.6875rem
}

.shoplistPage .shop__item .-name span {
    font-size: .65625rem;
    font-weight: 700;
    line-height: 2em;
    letter-spacing: 0
}

.shoplistPage .shop__item .-address {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.shoplistPage .shop__item .-address span {
    font-size: .65625rem;
    line-height: 2em;
    letter-spacing: 0;
    overflow-wrap: break-word
}

.shoplistPage .shop__item .-tel {
    width: 6.515625rem;
    margin: 0 0 0 1.6875rem
}

.shoplistPage .shop__item .-tel span {
    font-size: .65625rem;
    line-height: 2em;
    letter-spacing: 0
}

.faqPage .faq {
    width: 44.53125rem;
    margin-right: auto;
    margin-left: auto
}

.faqPage .faq__item {
    border-bottom: 1px solid #000
}

.faqPage .faq__item:first-child {
    border-top: 1px solid #000
}

.faqPage .faq__item__q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.875rem 1.125rem;
    list-style: none;
    cursor: pointer;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.faqPage .faq__item__q::-webkit-details-marker {
    display: none
}

.faqPage .faq__item__q:before {
    font-family: 'El Messiri', Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴシック, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, Meiryo, Noto Sans JP, ＭＳ Ｐゴシック, MS PGothic, Geneva, Arial, Verdana, sans-serif;
    font-size: .9375rem;
    line-height: 1.55em;
    margin-right: 1.3125rem;
    content: 'Q.';
    letter-spacing: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.faqPage .faq__item__q .-txt {
    font-size: .84375rem;
    font-weight: 700;
    line-height: 2em;
    letter-spacing: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.faqPage .faq__item__q .-toggle {
    position: relative;
    width: 1.6875rem;
    height: 1.6875rem;
    margin-left: 3.1875rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.faqPage .faq__item__q .-toggle:after,
.faqPage .faq__item__q .-toggle:before {
    position: absolute;
    content: '';
    background: #000
}

.faqPage .faq__item__q .-toggle:before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px
}

.faqPage .faq__item__q .-toggle:after {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    -webkit-transition: opacity .8s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: opacity .8s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: opacity .8s cubic-bezier(.215, .61, .355, 1) 0s, transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: opacity .8s cubic-bezier(.215, .61, .355, 1) 0s, transform .8s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s
}

.faqPage .faq__item__q.isOpen .-toggle:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
}

.faqPage .faq__item__mask {
    overflow: hidden;
    height: 0
}

.faqPage .faq__item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1.125rem 1.875rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.faqPage .faq__item__body:after,
.faqPage .faq__item__body:before {
    display: block;
    content: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.faqPage .faq__item__body:before {
    font-family: 'El Messiri', Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴシック, 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, メイリオ, Meiryo, Noto Sans JP, ＭＳ Ｐゴシック, MS PGothic, Geneva, Arial, Verdana, sans-serif;
    font-size: .9375rem;
    line-height: 1.55em;
    margin-right: 1.3125rem;
    content: 'A.';
    letter-spacing: 0
}

.faqPage .faq__item__body:after {
    width: 1.6875rem;
    height: 1.6875rem;
    margin-left: 3.1875rem
}

.faqPage .faq__item__a {
    font-size: .84375rem;
    line-height: 2em;
    letter-spacing: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.faqPage .nav_anc {
    margin-bottom: 7.5rem
}

.faqPage .nav_anc ul {
    font-size: .65625rem;
    line-height: 1.4285714286em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 44.53125rem;
    margin: 0 auto;
    letter-spacing: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .9375rem 1.875rem
}

.faqPage .nav_anc ul li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.faqPage .nav_anc ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: .65625rem
}

.faqPage .nav_anc ul li a span {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.faqPage .nav_anc ul li a .-icon {
    line-height: 0;
    width: .609375rem;
    height: .609375rem;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) 0s
}

.topicsArticlePage .article {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 64.03125rem;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.topicsArticlePage .article__ttl {
    font-size: 1.40625rem;
    font-weight: 700;
    line-height: 1.4666666667em;
    letter-spacing: 0
}

.topicsArticlePage .article__date {
    font-size: .9375rem;
    line-height: 1.55em;
    margin: 1.125rem 0 0;
    letter-spacing: 0
}

.topicsArticlePage .article__btn_back {
    margin: 5.625rem 0 0
}

.topicsArticlePage .article__body {
    font-size: .84375rem;
    line-height: 2em;
    width: 41.25rem;
    letter-spacing: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.topicsArticlePage .article__body figure {
    margin-bottom: 5.625rem
}

.topicsArticlePage .article__body h2,
.topicsArticlePage .article__body h3,
.topicsArticlePage .article__body h4,
.topicsArticlePage .article__body h5,
.topicsArticlePage .article__body h6,
.topicsArticlePage .article__body hr,
.topicsArticlePage .article__body p {
    margin-bottom: 1.6875rem
}

.topicsArticlePage .article__body h2,
.topicsArticlePage .article__body h3 {
    font-size: 1.6875rem;
    line-height: 1.4444444444em;
    letter-spacing: 0
}

.topicsArticlePage .article__body h4,
.topicsArticlePage .article__body h5,
.topicsArticlePage .article__body h6 {
    font-size: 1.125rem;
    line-height: 1.5em;
    letter-spacing: 0
}

.topicsArticlePage .article__body hr {
    height: 0;
    border: none;
    border-top: 1px solid #000
}

.topicsArticlePage .article__body a {
    -webkit-transition: border-bottom-color .3s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: border-bottom-color .3s cubic-bezier(.215, .61, .355, 1) 0s;
    border-bottom: 1px solid #000
}

@media (min-width:901px) {
    .css_imagehover:hover img:nth-of-type(2) {
        opacity: 1
    }

    .onlyPc {
        display: block
    }

    img.onlyPc {
        display: inline-block
    }

    .onlySp,
    img.onlySp {
        display: none !important
    }

    html.isModalOpenBA .gl_common_header__fixed,
    html.isNavOpenSC .gl_common_header__fixed {
        width: calc(100% - var(--wsw, 0))
    }

    html.isModalOpenBA .gl_common_header__btn_toggle,
    html.isNavOpenSC .gl_common_header__btn_toggle {
        right: calc(50% - 32.953125rem + var(--wsw, 0)/ 2)
    }

    html.isModalOpenBA .gl_common_insert_bnr,
    html.isNavOpenSC .gl_common_insert_bnr {
        right: var(--wsw, 0)
    }

    html.isModalOpenBA .topPage .kv__fixed,
    html.isNavOpenSC .topPage .kv__fixed {
        width: calc(100% - var(--wsw, 0))
    }

    .topPage .products__slide__item__name[data-id=p1] {
        margin-top: -.9375rem
    }

    .topPage .products__slide__item__name[data-id=p2] {
        margin-top: -.65625rem
    }

    .topPage .products__slide__item__name[data-id=p3] {
        margin-top: -.65625rem
    }

    .topPage .products__slide__item__name[data-id=p6] {
        margin-top: .140625rem
    }

    .productsPage .products__list[data-type=special] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .productsPage .products__item__name[data-id=p1] {
        margin-top: -.9375rem
    }

    .productsPage .products__item__name[data-id=p2] {
        margin-top: -.65625rem
    }

    .productsPage .products__item__name[data-id=p3] {
        margin-top: -.65625rem
    }

    .productsPage .products__item__name[data-id=p6] {
        margin-top: .140625rem
    }

    .productDetailPage .detail__graphic__block:nth-child(1),
    .productDetailPage .detail__graphic__block:nth-child(3) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 5.015625rem
    }

    .productDetailPage .detail__graphic__block:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row-reverse;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse
    }

    .productDetailPage .detail__graphic__block:nth-child(2) .-box {
        padding-left: 1.546875rem
    }

    .productDetailPage .feature__graphic__block:nth-child(1),
    .productDetailPage .feature__graphic__block:nth-child(3) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse
    }

    .productDetailPage .feature__graphic__block:nth-child(1) .-box,
    .productDetailPage .feature__graphic__block:nth-child(3) .-box {
        padding-left: 1.546875rem
    }

    .productDetailPage .feature__graphic__block:nth-child(1) .-box {
        padding-bottom: 9.046875rem
    }

    .productDetailPage .feature__graphic__block:nth-child(3) .-box {
        padding-top: 9.046875rem
    }

    .productDetailPage .feature__graphic__block:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: -9.046875rem;
        margin-bottom: -9.046875rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 5.015625rem
    }

    .productDetailPage .feature__graphic__block .-box h3 {
        min-height: 4.6875rem
    }

    .productDetailPage .fragrance__item {
        max-width: 21.328125rem
    }

    .productDetailPage .howto__step li p {
        white-space: nowrap
    }

    .productDetailPage .kv__slide {
        margin-left: calc((100vw - 64.03125rem) * -1 / 2)
    }

    .productDetailPage .lineup[data-id=p6] {
        gap: 0
    }

    .productDetailPage .lineup__box[data-id=p3] {
        width: 15.09375rem
    }

    .productDetailPage .lineup__box[data-id=p6] {
        width: 18.234375rem;
        margin: 0 -.9375rem
    }

    .productDetailPage .lineup__box__img[data-id=p6] {
        aspect-ratio: 389/389
    }

    .productDetailPage .modal_product__page__body[data-id=p6] {
        padding-bottom: .09375rem;
        padding-left: 1.078125rem
    }

    .productDetailPage .modal_product__page__detail {
        width: 20.15625rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .productDetailPage .modal_product__page__price[data-id=p6] {
        margin-bottom: 1.875rem
    }

    .productDetailPage .modal_product__page__txt[data-id=p6] {
        margin-bottom: 1.875rem
    }

    .productDetailPage .steps__slide__mask ol li:after {
        position: absolute;
        top: 10.3125rem;
        right: -2.15625rem;
        display: block;
        width: 1.78125rem;
        height: 1.78125rem;
        content: '';
        background: url(../img/products/step_arrow.svg) no-repeat center;
        background-size: contain
    }

    .productDetailPage .steps__slide__mask ol li:last-child:after {
        display: none
    }

    .topicsArticlePage .article__header {
        position: sticky;
        top: 9.375rem;
        left: 0;
        width: 19.96875rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

@media (min-width:901px) and (hover:hover) {
    .gl_common_btn:hover {
        border-radius: 0 1.40625rem 0 0
    }

    .gl_common_categories__list li a:hover figure img {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        border-radius: 0 7.03125rem;
        will-change: transform, border-radius
    }

    .gl_common_footer__block ul li a:hover {
        background-size: 100% 1px
    }

    .gl_common_footer__ec dd a:hover {
        opacity: .7
    }

    .gl_common_header__logo a:hover {
        opacity: .7
    }

    .gl_common_header__btn_toggle a:hover span:after,
    .gl_common_header__btn_toggle a:hover span:before {
        top: calc(50% - 2px / 2)
    }

    .gl_common_header__btn_toggle a.isOpen:hover span:before {
        top: calc(50% - .1875rem)
    }

    .gl_common_header__btn_toggle a.isOpen:hover span:after {
        top: calc(50% + .1875rem)
    }

    .gl_common_image_slide__arrow:hover.prev span {
        -webkit-transform: translateX(-.234375rem);
        transform: translateX(-.234375rem)
    }

    .gl_common_image_slide__arrow:hover.next span {
        -webkit-transform: translateX(.234375rem);
        transform: translateX(.234375rem)
    }

    .gl_common_insert_bnr__btn_close a:hover span {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .gl_common_link span:hover {
        background-size: 100% 1px
    }

    .gl_common_nav__block ul li a:hover {
        background-size: 100% 1px
    }

    .gl_common_nav__ec dd a:hover {
        opacity: .7
    }

    .gl_common_others__link:hover .gl_common_others__link__bg img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        will-change: transform
    }

    .gl_common_topics__list li a:hover figure img {
        border-radius: 0 5.625rem;
        will-change: border-radius
    }

    .modal_movie__btn_close:hover {
        opacity: .5
    }

    .topPage .products__slide__item a:hover img {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        will-change: transform
    }

    .topPage .story__movie a:hover:after {
        -webkit-transform: scale(.91);
        transform: scale(.91)
    }

    .productsPage .products__item__link:hover img {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        will-change: transform
    }

    .productDetailPage .modal_product__btn_close:hover span {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .contactPage .contact__btn_back button:hover .-icon {
        -webkit-transform: translateX(-.234375rem);
        transform: translateX(-.234375rem)
    }

    .contactPage .input__agree_policy__note a:hover {
        border-bottom-color: transparent
    }

    .privacypolicyPage .privacypolicy a:hover {
        border-bottom-color: transparent
    }

    .shoplistPage .nav_anc ul li a:hover .-icon {
        -webkit-transform: translateY(.234375rem);
        transform: translateY(.234375rem)
    }

    .faqPage .faq__item__q:hover .-toggle:after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    .faqPage .nav_anc ul li a:hover .-icon {
        -webkit-transform: translateY(.234375rem);
        transform: translateY(.234375rem)
    }

    .topicsArticlePage .article__body a:hover {
        border-bottom-color: transparent
    }
}

@media (min-width:1399px) {
    html {
        font-size: 21.3333333333px
    }
}

@media (min-width:1920px) {
    .productDetailPage .kv__slide {
        margin-left: -12.984375rem
    }
}

@media (max-width:1399px) {
    .topPage .products__slide .gl_common_image_slide__arrow.prev {
        left: calc(50% - 31.078125rem)
    }

    .topPage .products__slide .gl_common_image_slide__arrow.next {
        right: calc(50% - 31.078125rem)
    }
}

@media (max-width:900px) {
    html {
        font-size: 11.71875px;
        font-size: 3.125vw
    }

    html .onlyPc,
    html img.onlyPc {
        display: none !important
    }

    html .onlySp {
        display: block
    }

    html img.onlySp {
        display: inline-block
    }

    .gl_common_anc_target {
        margin-top: -5.4613333333rem;
        padding-top: 5.4613333333rem
    }

    .gl_common_btn {
        font-size: 1.1946666667rem;
        line-height: 1em;
        width: 19.6266666667rem;
        height: 4.2666666667rem;
        letter-spacing: 0
    }

    .gl_common_categories__list {
        display: block;
        width: 27.904rem
    }

    .gl_common_categories__list li a figure img {
        aspect-ratio: 327/300
    }

    .gl_common_categories__list li a p {
        bottom: 2.56rem
    }

    .gl_common_categories__list li a p [lang=en] {
        font-size: 3.4133333333rem;
        line-height: 1.575em;
        letter-spacing: 0
    }

    .gl_common_categories__list li a p [lang=ja] {
        font-size: 1.1946666667rem;
        line-height: 1.4285714286em;
        margin-top: -.8533333333rem;
        letter-spacing: 0
    }

    .gl_common_footer__body {
        width: 27.904rem;
        padding: 2.9866666667rem 0 1.024rem
    }

    .gl_common_footer__block {
        width: 25.1733333333rem;
        margin: 0 auto;
        padding: 0
    }

    .gl_common_footer__block ul:nth-child(1) {
        width: 7.7653333333rem
    }

    .gl_common_footer__block ul:nth-child(3) {
        width: 5.12rem
    }

    .gl_common_footer__block ul li {
        margin-bottom: 1.536rem
    }

    .gl_common_footer__block ul li a {
        font-size: 1.1946666667rem;
        line-height: 1.5714285714em;
        letter-spacing: 0
    }

    .gl_common_footer__ec {
        padding: 6.3146666667rem 0;
        gap: 1.8773333333rem
    }

    .gl_common_footer__ec dt {
        font-size: 1.1946666667rem;
        line-height: 1.5714285714em;
        letter-spacing: 0
    }

    .gl_common_footer__ec dd {
        gap: 1.9626666667rem
    }

    .gl_common_footer__ec dd a {
        -webkit-transition: opacity .8s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: opacity .8s cubic-bezier(.215, .61, .355, 1) 0s
    }

    .gl_common_footer__ec dd a[data-id=amazon] {
        width: 7.424rem;
        margin-top: .256rem
    }

    .gl_common_footer__ec dd a[data-id=rakuten] {
        width: 7.0826666667rem
    }

    .gl_common_footer__copy {
        font-size: 1.024rem;
        line-height: 1.5833333333em;
        letter-spacing: 0
    }

    .gl_common_header {
        height: 5.4613333333rem
    }

    .gl_common_header[data-pid=top] .gl_common_header__fixed__body {
        width: 100%;
        -webkit-transition: width .8s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: width .8s cubic-bezier(.215, .61, .355, 1) 0s
    }

    .gl_common_header[data-pid=top] .gl_common_header__fixed.isActive .gl_common_header__fixed__body {
        width: 27.904rem
    }

    .gl_common_header[data-pid=top] .gl_common_header__fixed.isActive .gl_common_header__logo {
        padding-top: 1.3653333333rem;
        padding-left: 0
    }

    .gl_common_header[data-pid=top] .gl_common_header__fixed.isActive .gl_common_header__logo a {
        width: 8.5333333333rem
    }

    .gl_common_header[data-pid=top] .gl_common_header__logo {
        padding-top: 3.1573333333rem;
        padding-left: 1.1946666667rem
    }

    .gl_common_header[data-pid=top] .gl_common_header__logo a {
        width: 29.6106666667rem
    }

    .gl_common_header__fixed {
        height: 5.4613333333rem
    }

    .gl_common_header__fixed__body {
        width: 27.904rem
    }

    .gl_common_header__logo {
        padding-top: 1.3653333333rem
    }

    .gl_common_header__logo a {
        line-height: 0;
        width: 8.5333333333rem
    }

    .gl_common_header__btn_toggle {
        top: .512rem;
        right: 1.1946666667rem
    }

    .gl_common_header__btn_toggle a {
        width: 3.7546666667rem;
        height: 2.4746666667rem
    }

    .gl_common_header__btn_toggle a span {
        width: 2.048rem;
        height: .768rem
    }

    .gl_common_header__btn_toggle a span:after,
    .gl_common_header__btn_toggle a span:before {
        border-top-width: 1px
    }

    .gl_common_header__btn_toggle a span:before {
        top: calc(50% - .3413333333rem)
    }

    .gl_common_header__btn_toggle a span:after {
        top: calc(50% + .3413333333rem)
    }

    .gl_common_header__btn_toggle a.isOpen span:after,
    .gl_common_header__btn_toggle a.isOpen span:before {
        top: calc(50% - 1px / 2)
    }

    .gl_common_insert_bnr {
        width: 32rem;
        height: 8.5333333333rem
    }

    .gl_common_insert_bnr__img {
        width: 8.5333333333rem
    }

    .gl_common_insert_bnr__block {
        position: relative;
        padding: 1.6213333333rem 0 3.584rem 1.3653333333rem
    }

    .gl_common_insert_bnr__ttl {
        font-size: .6826666667rem;
        line-height: 1.375em;
        margin-right: 3.84rem;
        letter-spacing: 0
    }

    .gl_common_insert_bnr__txt {
        font-size: .6826666667rem;
        line-height: 1.375em;
        margin: .512rem 1.792rem 0 0;
        letter-spacing: 0
    }

    .gl_common_insert_bnr__btn_close a {
        width: 2.3893333333rem;
        height: 2.3893333333rem
    }

    .gl_common_insert_bnr__btn_close a span {
        width: 1.1946666667rem;
        height: 1.1946666667rem
    }

    .gl_common_insert_bnr__btn_close a span:after,
    .gl_common_insert_bnr__btn_close a span:before {
        left: calc(50% - .8533333333rem);
        width: 1.7066666667rem
    }

    .gl_common_insert_bnr .gl_common_btn {
        font-size: 1.024rem;
        line-height: 1em;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 11.6906666667rem;
        height: 2.56rem;
        letter-spacing: 0
    }

    .gl_common_link span {
        font-size: 1.7066666667rem;
        line-height: 1.55em;
        letter-spacing: 0;
        background-size: 1.3653333333rem 1px
    }

    .gl_common_main__ttl {
        font-size: 3.4133333333rem;
        line-height: 1.575em;
        margin-top: 3.9253333333rem;
        margin-bottom: 3.1573333333rem;
        letter-spacing: 0
    }

    .gl_common_nav__body {
        height: calc(100% - 5.12rem);
        border-radius: 0 0 0 10.24rem;
        -webkit-backdrop-filter: blur(2.56rem);
        backdrop-filter: blur(2.56rem)
    }

    .gl_common_nav__body__inner {
        width: 100%;
        min-height: 50.3466666667rem;
        padding: 3.1573333333rem 0 5.9733333333rem
    }

    .gl_common_nav__logo {
        width: 29.6106666667rem;
        margin: 0 auto
    }

    .gl_common_nav__block {
        width: 25.1733333333rem;
        margin: 8.2773333333rem auto 8.5333333333rem
    }

    .gl_common_nav__block ul:nth-child(1) {
        width: 7.7653333333rem
    }

    .gl_common_nav__block ul:nth-child(3) {
        width: 5.12rem
    }

    .gl_common_nav__block ul li {
        margin-bottom: 1.536rem
    }

    .gl_common_nav__block ul li a {
        font-size: 1.1946666667rem;
        line-height: 1.5714285714em;
        letter-spacing: 0
    }

    .gl_common_nav__ec {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        margin-bottom: 13.9946666667rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        gap: 1.8773333333rem
    }

    .gl_common_nav__ec dt {
        font-size: 1.1946666667rem;
        line-height: 1.5714285714em;
        letter-spacing: 0
    }

    .gl_common_nav__ec dd {
        gap: 1.9626666667rem
    }

    .gl_common_nav__ec dd a {
        -webkit-transition: opacity .8s cubic-bezier(.215, .61, .355, 1) 0s;
        transition: opacity .8s cubic-bezier(.215, .61, .355, 1) 0s
    }

    .gl_common_nav__ec dd a[data-id=amazon] {
        width: 7.424rem;
        margin-top: .256rem
    }

    .gl_common_nav__ec dd a[data-id=rakuten] {
        width: 7.0826666667rem
    }

    .gl_common_others {
        margin-bottom: 10.24rem
    }

    .gl_common_others__link {
        aspect-ratio: 188/181
    }

    .gl_common_others__link__body [lang=en] {
        font-size: 2.3893333333rem;
        line-height: 1.5714285714em;
        letter-spacing: 0
    }

    .gl_common_others__link__body [lang=ja] {
        font-size: .8533333333rem;
        line-height: 1.5em;
        margin-top: -.4266666667rem;
        letter-spacing: 0
    }

    .gl_common_section {
        margin: 0 0 10.24rem
    }

    .gl_common_section__ttl {
        margin-bottom: 3.4133333333rem
    }

    .gl_common_section__ttl [lang=en] {
        font-size: 2.7306666667rem;
        line-height: 1.5625em;
        letter-spacing: 0
    }

    .gl_common_section__ttl [lang=ja] {
        font-size: 1.024rem;
        line-height: 1.6666666667em;
        margin-top: 0;
        letter-spacing: 0
    }

    .gl_common_split_img {
        margin-bottom: 10.24rem;
        aspect-ratio: 375/280
    }

    .gl_common_split_img span {
        aspect-ratio: 375/340
    }

    .gl_common_topics__list {
        display: block;
        width: 27.904rem;
        gap: 0
    }

    .gl_common_topics__list li {
        width: 100%;
        margin-bottom: 3.4133333333rem
    }

    .gl_common_topics__list li:last-child {
        margin-bottom: 0
    }

    .gl_common_topics__list li a figure {
        margin: 0 0 .8533333333rem
    }

    .gl_common_topics__list li a p {
        margin-top: .1706666667rem
    }

    .gl_common_topics__list li a p [lang=en] {
        font-size: 1.536rem;
        line-height: 1.5555555556em;
        letter-spacing: 0
    }

    .gl_common_topics__list li a p [lang=ja] {
        font-size: 1.024rem;
        line-height: 1.5em;
        letter-spacing: 0
    }

    .gl_common_topics__btn_more {
        margin-top: 5.12rem
    }

    .modal_movie__btn_close {
        width: 4.7786666667em;
        height: 4.7786666667em
    }

    .topPage .contents {
        padding-top: 6.9973333333rem
    }

    .topPage .gl_common_others {
        padding-bottom: 10.24rem
    }

    .topPage .kv {
        height: 100lvh
    }

    .topPage .kv__fixed__body {
        padding: 4.608rem 3.4133333333rem
    }

    .topPage .products__slide {
        margin-top: -2.3893333333rem
    }

    .topPage .products__slide__dummy {
        width: 27.904rem;
        margin: 0 auto
    }

    .topPage .products__slide .gl_common_image_slide__inner {
        margin-left: 0
    }

    .topPage .products__slide .gl_common_image_slide__arrow {
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .topPage .products__slide .gl_common_image_slide__arrow span {
        width: 2.048rem;
        height: 2.048rem
    }

    .topPage .products__slide .gl_common_image_slide__arrow.prev {
        left: 0;
        padding-left: .6826666667rem
    }

    .topPage .products__slide .gl_common_image_slide__arrow.next {
        right: 0;
        padding-right: .6826666667rem
    }

    .topPage .products__slide__list {
        gap: 0
    }

    .topPage .products__slide__list__after,
    .topPage .products__slide__list__before {
        width: 2.048rem
    }

    .topPage .products__slide__item {
        width: 13.9946666667rem
    }

    .topPage .products__slide__item__img {
        width: 100%
    }

    .topPage .products__slide__item__name [lang=en] {
        font-size: .8533333333rem;
        line-height: 1.8em;
        letter-spacing: 0
    }

    .topPage .products__slide__item__name [lang=ja] {
        font-size: 1.024rem;
        line-height: 1.5em;
        margin-top: .1706666667rem;
        letter-spacing: 0
    }

    .topPage .products__slide__item__name[data-id=p1] [lang=ja] br:not(.onlySp),
    .topPage .products__slide__item__name[data-id=p5] [lang=ja] br:not(.onlySp) {
        display: none
    }

    .topPage .products__slide__item__lead {
        font-size: .8533333333rem;
        line-height: 1.6em;
        margin: 1.024rem 0 .3413333333rem;
        letter-spacing: 0
    }

    .topPage .products__slide__item__txt {
        font-size: .8533333333rem;
        line-height: 1.6em;
        letter-spacing: 0
    }

    .topPage .story__txt {
        font-size: 1.1946666667rem;
        line-height: 1.8571428571em;
        margin-bottom: 5.12rem;
        letter-spacing: 0
    }

    .topPage .story__movie {
        width: 27.904rem
    }

    .topPage .story__movie a:after {
        top: calc(50% - 2.3466666667rem);
        left: calc(50% - 2.0053333333rem);
        width: 4.0106666667rem;
        height: 4.6933333333rem;
        -webkit-backdrop-filter: blur(.8533333333rem);
        backdrop-filter: blur(.8533333333rem)
    }

    .productsPage .products__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 27.904rem;
        margin: 1.4506666667rem auto 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 3.4133333333rem 0
    }

    .productsPage .products__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .productsPage .products__item__cs:after {
        font-size: 1.7066666667rem;
        line-height: 1.7em;
        padding-top: 7.5093333333rem;
        letter-spacing: 0
    }

    .productsPage .products__item__img {
        width: 100%
    }

    .productsPage .products__item__name [lang=en] {
        font-size: .8533333333rem;
        line-height: 1.8em;
        letter-spacing: 0
    }

    .productsPage .products__item__name [lang=ja] {
        font-size: 1.024rem;
        line-height: 1.5em;
        margin-top: .1706666667rem;
        letter-spacing: 0
    }

    .productsPage .products__item__name[data-id=p1] [lang=ja] br:not(.onlySp),
    .productsPage .products__item__name[data-id=p5] [lang=ja] br:not(.onlySp) {
        display: none
    }

    .productsPage .products__item__lead {
        font-size: .8533333333rem;
        line-height: 1.6em;
        margin: 1.024rem 0 .3413333333rem;
        letter-spacing: 0
    }

    .productsPage .products__item__txt {
        font-size: .8533333333rem;
        line-height: 1.6em;
        letter-spacing: 0
    }

    .productDetailPage .detail__graphic__block {
        width: 27.904rem;
        margin: 0 auto 5.12rem
    }

    .productDetailPage .detail__graphic__block:last-child {
        margin-bottom: 0
    }

    .productDetailPage .detail__graphic__block figure {
        width: 100%;
        aspect-ratio: 327/231
    }

    .productDetailPage .detail__graphic__block .-box {
        padding: 2.048rem 1.3653333333rem 0
    }

    .productDetailPage .detail__graphic__block .-box h3 {
        font-size: 1.8773333333rem;
        line-height: 1.4545454545em;
        letter-spacing: 0
    }

    .productDetailPage .detail__graphic__block .-box p {
        font-size: 1.1946666667rem;
        line-height: 1.8571428571em;
        margin-top: 1.3653333333rem;
        letter-spacing: 0
    }

    .productDetailPage .feature {
        padding-top: 6.8266666667rem
    }

    .productDetailPage .feature__ttl {
        font-size: 1.8773333333rem;
        line-height: 1.4545454545em;
        letter-spacing: 0
    }

    .productDetailPage .feature__lead {
        font-size: 1.1946666667rem;
        line-height: 1.8571428571em;
        margin: 3.072rem 0 5.12rem;
        letter-spacing: 0
    }

    .productDetailPage .feature__graphic__block {
        width: 27.904rem;
        margin: 0 auto 5.12rem
    }

    .productDetailPage .feature__graphic__block:last-child {
        margin-bottom: 0
    }

    .productDetailPage .feature__graphic__block figure {
        width: 100%;
        aspect-ratio: 327/425
    }

    .productDetailPage .feature__graphic__block .-box {
        padding: 2.048rem 0 0 1.3653333333rem
    }

    .productDetailPage .feature__graphic__block .-box h3 {
        font-size: 3.072rem;
        line-height: 1.1111111111em;
        min-height: 4.864rem;
        letter-spacing: 0
    }

    .productDetailPage .feature__graphic__block .-box p {
        font-size: 1.1946666667rem;
        line-height: 1.8571428571em;
        margin-top: .6826666667rem;
        letter-spacing: 0
    }

    .productDetailPage .fragrance__list {
        display: block;
        width: 27.904rem;
        padding: 1.7066666667rem 0 0
    }

    .productDetailPage .fragrance__item {
        margin: 0 0 5.12rem
    }

    .productDetailPage .fragrance__item:last-child {
        margin-bottom: 0
    }

    .productDetailPage .fragrance__item__name {
        margin: 0 0 1.3653333333rem
    }

    .productDetailPage .fragrance__item__name [lang=en] {
        font-size: 1.536rem;
        line-height: 1.5555555556em;
        letter-spacing: 0
    }

    .productDetailPage .fragrance__item__name [lang=en] span {
        font-size: 2.7306666667rem;
        line-height: 1.5625em;
        margin-top: -.5973333333rem;
        letter-spacing: 0
    }

    .productDetailPage .fragrance__item__name [lang=ja] {
        font-size: .8533333333rem;
        line-height: 1.5em;
        margin-top: -.3413333333rem;
        letter-spacing: 0
    }

    .productDetailPage .fragrance__item__name [lang=ja][data-id=p3] br {
        display: none
    }

    .productDetailPage .fragrance__item__img figure {
        aspect-ratio: 327/458
    }

    .productDetailPage .fragrance__item__img .-block {
        top: 26.624rem
    }

    .productDetailPage .fragrance__item__img .-block .-box {
        width: 7.936rem
    }

    .productDetailPage .fragrance__item__img .-block h5 {
        font-size: 1.8773333333rem;
        line-height: 1.5454545455em;
        letter-spacing: 0
    }

    .productDetailPage .fragrance__item__img .-block ul {
        font-size: 1.024rem;
        line-height: 1.5em;
        letter-spacing: 0
    }

    .productDetailPage .fragrance__item__lead {
        font-size: 1.024rem;
        line-height: 1.5em;
        margin: 2.048rem 0 .6826666667rem;
        letter-spacing: 0
    }

    .productDetailPage .fragrance__item__txt {
        font-size: 1.024rem;
        line-height: 1.5em;
        letter-spacing: 0
    }

    .productDetailPage .howto__step {
        display: block;
        padding-top: 1.7066666667rem
    }

    .productDetailPage .howto__step[data-type='2'] li {
        margin-bottom: 3.072rem
    }

    .productDetailPage .howto__step li {
        width: 100%;
        margin-bottom: 5.12rem
    }

    .productDetailPage .howto__step li:last-child {
        margin-bottom: 0
    }

    .productDetailPage .howto__step li figure {
        display: block;
        width: 25.1733333333rem;
        margin: 0 auto
    }

    .productDetailPage .howto__step li h4 {
        font-size: 1.536rem;
        line-height: 1.1111111111em;
        margin-bottom: 1.024rem;
        letter-spacing: 0
    }

    .productDetailPage .howto__step li .-n {
        font-size: 1.8773333333rem;
        line-height: 1.5454545455em;
        margin-top: .3413333333rem;
        letter-spacing: 0
    }

    .productDetailPage .howto__step li .-ba {
        font-size: 1.8773333333rem;
        line-height: 1.5454545455em;
        letter-spacing: 0
    }

    .productDetailPage .howto__step li p {
        font-size: 1.024rem;
        line-height: 1.5em;
        margin-top: -.1706666667rem;
        letter-spacing: 0
    }

    .productDetailPage .howto__amount {
        margin-top: 5.12rem
    }

    .productDetailPage .howto__amount h3 {
        margin-bottom: 3.584rem
    }

    .productDetailPage .howto__amount h3 span {
        font-size: 1.1946666667rem;
        line-height: 1em;
        width: 13.2266666667rem;
        height: 3.6693333333rem;
        letter-spacing: 0;
        border-radius: 1.9626666667rem
    }

    .productDetailPage .howto__amount__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 2.9013333333rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 0
    }

    .productDetailPage .howto__amount__block dl {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%
    }

    .productDetailPage .howto__amount__block dl dt {
        font-size: 1.1946666667rem;
        line-height: 1.4285714286em;
        letter-spacing: 0
    }

    .productDetailPage .howto__amount__block dl dd .-img {
        width: .6826666667rem;
        height: 3.328rem;
        margin: 1.1093333333rem auto .3413333333rem
    }

    .productDetailPage .howto__amount__block dl dd .-img div:after {
        top: calc(.512rem - 1px)
    }

    .productDetailPage .howto__amount__block dl dd .-txt {
        font-size: 1.1946666667rem;
        line-height: 1.4285714286em;
        letter-spacing: 0
    }

    .productDetailPage .howto__amount .-note {
        font-size: 1.1946666667rem;
        line-height: 1.4285714286em;
        letter-spacing: 0
    }

    .productDetailPage .howto__ba {
        display: block
    }

    .productDetailPage .howto__ba .howto__step {
        margin-bottom: 5.12rem
    }

    .productDetailPage .howto__ba .howto__step:last-child {
        margin-bottom: 0
    }

    .productDetailPage .howto__ba .howto__step li {
        margin-bottom: 3.072rem
    }

    .productDetailPage .howto__txt {
        font-size: 1.024rem;
        line-height: 1.5em;
        margin: 5.12rem 0;
        letter-spacing: 0
    }

    .productDetailPage .howto__subttl {
        font-size: 1.024rem;
        line-height: 1em;
        margin: 6.8266666667rem 0 1.3653333333rem;
        letter-spacing: 0
    }

    .productDetailPage .howto__subttl:before {
        content: '＜'
    }

    .productDetailPage .howto__subttl:after {
        content: '＞'
    }

    .productDetailPage .howto .gl_common_section__ttl+.howto__subttl {
        margin-top: 5.12rem
    }

    .productDetailPage .kv {
        display: block
    }

    .productDetailPage .kv__slide {
        width: 100%;
        height: auto;
        aspect-ratio: 375/264
    }

    .productDetailPage .kv__slide .gl_common_image_slide__arrow {
        bottom: .8533333333rem;
        width: 4.6933333333rem;
        height: 4.6933333333rem
    }

    .productDetailPage .kv__slide .gl_common_image_slide__arrow span {
        width: 2.9866666667rem;
        height: 2.9866666667rem
    }

    .productDetailPage .kv__slide .gl_common_image_slide__arrow.prev {
        left: 1.1946666667rem
    }

    .productDetailPage .kv__slide .gl_common_image_slide__arrow.next {
        right: 1.1946666667rem
    }

    .productDetailPage .kv__slide__list li {
        width: 32rem
    }

    .productDetailPage .kv__detail {
        display: block;
        width: 27.904rem;
        margin: 3.072rem auto 0;
        padding: 0
    }

    .productDetailPage .kv__detail__body {
        width: 100%
    }

    .productDetailPage .kv__ttl [lang=en] {
        font-size: 2.048rem;
        line-height: 1.5416666667em;
        letter-spacing: 0
    }

    .productDetailPage .kv__ttl [lang=ja] {
        font-size: 1.7066666667rem;
        line-height: 1.45em;
        margin-top: -.3413333333rem;
        letter-spacing: 0
    }

    .productDetailPage .kv__price {
        margin: 1.792rem 0 3.4986666667rem;
        gap: .8533333333rem
    }

    .productDetailPage .kv__price .-cap {
        font-size: .8533333333rem;
        line-height: 1em;
        margin-right: .5973333333rem;
        letter-spacing: 0
    }

    .productDetailPage .kv__price .-n {
        font-size: 1.7066666667rem;
        line-height: 1em;
        letter-spacing: 0
    }

    .productDetailPage .kv__price .-tax {
        font-size: .6826666667rem;
        line-height: 1em;
        letter-spacing: 0
    }

    .productDetailPage .kv__lineup {
        font-size: 1.024rem;
        line-height: 1.3333333333em;
        letter-spacing: 0
    }

    .productDetailPage .kv__lineup .-line {
        padding: 1.1946666667rem .5973333333rem
    }

    .productDetailPage .kv__lineup dl.-line dd,
    .productDetailPage .kv__lineup dl.-line dt {
        padding: 1.1946666667rem .5973333333rem
    }

    .productDetailPage .kv__lineup dl.-line dt {
        padding-right: 1.6213333333rem
    }

    .productDetailPage .kv__lineup dl.-line dd {
        padding-left: 1.6213333333rem
    }

    .productDetailPage .kv__lead {
        font-size: 1.024rem;
        line-height: 1.5em;
        margin: 2.048rem 0 1.4506666667rem;
        letter-spacing: 0
    }

    .productDetailPage .kv__txt {
        font-size: 1.024rem;
        line-height: 1.5em;
        letter-spacing: 0
    }

    .productDetailPage .kv__btn_buy {
        margin: 3.072rem 0 0;
        gap: 1.1093333333rem
    }

    .productDetailPage .kv__btn_buy .gl_common_btn {
        height: 3.84rem;
        gap: .8021333333rem
    }

    .productDetailPage .kv__btn_buy .gl_common_btn .-icon[data-type=amazon] {
        width: 5.5466666667rem;
        margin-bottom: -.5973333333rem
    }

    .productDetailPage .kv__btn_buy .gl_common_btn .-icon[data-type=rakuten] {
        width: 5.12rem
    }

    .productDetailPage .kv__btn_buy .gl_common_btn .-txt {
        font-size: .768rem;
        line-height: 1em;
        letter-spacing: 0
    }

    .productDetailPage .lineup {
        display: block;
        margin: 13.6533333333rem 0 10.24rem;
        margin-top: 0;
    }

    .productDetailPage .lineup__box {
        width: 25.1733333333rem;
        margin: 0 auto 5.12rem
    }

    .productDetailPage .lineup__box:last-child {
        margin-bottom: 0
    }

    .productDetailPage .lineup__box[data-id=p6] {
        width: 100%
    }

    .productDetailPage .lineup__box__img {
        aspect-ratio: 295/353
    }

    .productDetailPage .lineup__box__img[data-id=p6] {
        margin: 0 auto
    }

    .productDetailPage .lineup__box__img[data-id=p6][data-n='1'] {
        width: 30.2933333333rem;
        aspect-ratio: 355/354
    }

    .productDetailPage .lineup__box__img[data-id=p6][data-n='2'] {
        aspect-ratio: 383/384
    }

    .productDetailPage .lineup__box__img[data-id=p6][data-n='2'] img {
        -o-object-fit: cover;
        object-fit: cover
    }

    .productDetailPage .lineup__box__name {
        margin-top: -1.7066666667rem;
        margin-bottom: 2.2186666667rem
    }

    .productDetailPage .lineup__box__name [lang=en] {
        font-size: 1.536rem;
        line-height: 1.5555555556em;
        letter-spacing: 0
    }

    .productDetailPage .lineup__box__name [lang=en] span {
        font-size: 2.7306666667rem;
        line-height: 1.5625em;
        margin-top: -.5973333333rem;
        letter-spacing: 0
    }

    .productDetailPage .lineup__box__name [lang=ja] {
        font-size: .8533333333rem;
        line-height: 1.5em;
        margin-top: -.3413333333rem;
        letter-spacing: 0
    }

    .productDetailPage .lineup__box__name[data-id=p6] {
        margin-top: -4.1813333333rem
    }

    .productDetailPage .lineup__box__name[data-id=p6][data-n='2'] {
        margin-top: -3.4133333333rem
    }

    .productDetailPage .lineup__box__name[data-id=p6] [lang=en] {
        font-size: 2.7306666667rem;
        line-height: 1.5625em;
        letter-spacing: 0
    }

    .productDetailPage .lineup__box__name[data-id=p6] [lang=en] span {
        font-size: 1.536rem;
        line-height: 1.5555555556em;
        margin-top: -.9386666667rem;
        letter-spacing: 0
    }

    .productDetailPage .lineup__box__name[data-id=p6] [lang=ja] {
        font-size: .8533333333rem;
        line-height: 1.5em;
        margin-top: .512rem;
        letter-spacing: 0
    }

    .productDetailPage .lineup__box__lead {
        font-size: 1.024rem;
        line-height: 1.5em;
        margin: 0 0 .6826666667rem;
        letter-spacing: 0
    }

    .productDetailPage .lineup__box__txt {
        font-size: 1.024rem;
        line-height: 1.5em;
        margin: 0 0 2.048rem;
        letter-spacing: 0
    }

    .productDetailPage .lineup__box__detail {
        margin: 0 0 2.048rem
    }

    .productDetailPage .lineup__box__detail table {
        font-size: 1.024rem;
        line-height: 1.5em;
        letter-spacing: 0
    }

    .productDetailPage .lineup__box__detail table td,
    .productDetailPage .lineup__box__detail table th {
        padding: 1.024rem 0
    }

    .productDetailPage .lineup__box__detail table th {
        width: 6.656rem;
        padding-left: 1.024rem
    }

    .productDetailPage .lineup__box__detail table td {
        padding-left: 1.6213333333rem
    }

    .productDetailPage .lineup__box__graph {
        margin: 0 0 3.072rem
    }

    .productDetailPage .lineup__box__graph dl {
        font-size: 1.024rem;
        line-height: 1.6666666667em;
        width: 18.8586666667rem;
        margin: 0 auto 1.7066666667rem;
        letter-spacing: 0
    }

    .productDetailPage .lineup__box__graph dl dt {
        width: 5.376rem
    }

    .productDetailPage .lineup__box__graph dl dd {
        gap: .1706666667rem
    }

    .productDetailPage .lineup__box .gl_common_btn {
        margin: 0 auto
    }

    .productDetailPage .marquee__body {
        font-size: 5.12rem;
        line-height: 1.5666666667em;
        letter-spacing: 0
    }

    .productDetailPage .modal_product .gl_common_modal__inner {
        padding: 2.048rem 0
    }

    .productDetailPage .modal_product .gl_common_modal__window {
        width: 27.904rem
    }

    .productDetailPage .modal_product__page__body {
        display: block;
        padding: 1.7066666667rem 1.3653333333rem 5.12rem
    }

    .productDetailPage .modal_product__page__body[data-id=p6][data-n='1'] {
        padding-top: .0853333333rem
    }

    .productDetailPage .modal_product__page__body[data-id=p6][data-n='2'] {
        padding-top: 4.4373333333rem
    }

    .productDetailPage .modal_product__page__img {
        width: 100%;
        aspect-ratio: 295/353
    }

    .productDetailPage .modal_product__page__img[data-id=p6] {
        width: 23.808rem;
        margin: 0 auto;
        aspect-ratio: 279/333
    }

    .productDetailPage .modal_product__page__detail {
        padding: 1.3653333333rem .6826666667rem 0
    }

    .productDetailPage .modal_product__page__detail[data-id=p6][data-n='1'] {
        margin-top: -.4266666667rem;
        padding-top: 0
    }

    .productDetailPage .modal_product__page__detail[data-id=p6][data-n='2'] {
        padding-top: 2.048rem
    }

    .productDetailPage .modal_product__page__ttl [lang=en] {
        font-size: 1.7066666667rem;
        line-height: 1.55em;
        letter-spacing: 0
    }

    .productDetailPage .modal_product__page__ttl [lang=ja] {
        font-size: 1.536rem;
        line-height: 1.4444444444em;
        margin-top: 0;
        letter-spacing: 0
    }

    .productDetailPage .modal_product__page__price {
        margin: 1.3653333333rem 0;
        gap: .8533333333rem
    }

    .productDetailPage .modal_product__page__price .-cap {
        font-size: .8533333333rem;
        line-height: 1em;
        margin-right: .512rem;
        letter-spacing: 0
    }

    .productDetailPage .modal_product__page__price .-n {
        font-size: 1.7066666667rem;
        line-height: 1em;
        letter-spacing: 0
    }

    .productDetailPage .modal_product__page__price .-tax {
        font-size: .6826666667rem;
        line-height: 1em;
        margin: 0 -.25em;
        letter-spacing: 0
    }

    .productDetailPage .modal_product__page__lineup {
        font-size: 1.024rem;
        line-height: 1.1666666667em;
        letter-spacing: 0
    }

    .productDetailPage .modal_product__page__lineup .-line {
        padding: 1.1946666667rem .5973333333rem
    }

    .productDetailPage .modal_product__page__lineup dl.-line dd,
    .productDetailPage .modal_product__page__lineup dl.-line dt {
        padding: .6826666667rem .5973333333rem
    }

    .productDetailPage .modal_product__page__lineup dl.-line dt {
        padding-right: 1.024rem
    }

    .productDetailPage .modal_product__page__lineup dl.-line dd {
        padding-right: .768rem;
        padding-left: 1.7066666667rem
    }

    .productDetailPage .modal_product__page__lead {
        font-size: 1.024rem;
        font-weight: 700;
        line-height: 1.5em;
        margin: 2.048rem 0 .6826666667rem;
        letter-spacing: 0
    }

    .productDetailPage .modal_product__page__txt {
        font-size: 1.024rem;
        line-height: 1.5em;
        margin: 0;
        letter-spacing: 0
    }

    .productDetailPage .modal_product__page__buttons {
        margin-bottom: 3.072rem
    }

    .productDetailPage .modal_product__page__buttons dl {
        margin: 0 0 2.048rem
    }

    .productDetailPage .modal_product__page__buttons dl dt {
        margin: 0 0 .5973333333rem;
        gap: 1.3653333333rem
    }

    .productDetailPage .modal_product__page__buttons dl dt span {
        font-size: 1.536rem;
        line-height: 1.5555555556em;
        letter-spacing: 0
    }

    .productDetailPage .modal_product__page__btn_buy {
        gap: .8533333333rem
    }

    .productDetailPage .modal_product__page__btn_buy .gl_common_btn {
        width: 11.4346666667rem;
        height: 3.2426666667rem;
        gap: .6826666667rem
    }

    .productDetailPage .modal_product__page__btn_buy .gl_common_btn .-icon[data-type=amazon] {
        width: 4.6933333333rem;
        margin-bottom: -.4266666667rem
    }

    .productDetailPage .modal_product__page__btn_buy .gl_common_btn .-icon[data-type=rakuten] {
        width: 4.2666666667rem
    }

    .productDetailPage .modal_product__page__btn_buy .gl_common_btn .-txt {
        font-size: .768rem;
        line-height: 1em;
        letter-spacing: 0
    }

    .productDetailPage .modal_product__btn_close {
        width: 5.12rem;
        height: 5.12rem
    }

    .productDetailPage .modal_product__btn_close span {
        width: 1.7066666667rem;
        height: 1.7066666667rem
    }

    .productDetailPage .modal_product__btn_close span:after,
    .productDetailPage .modal_product__btn_close span:before {
        left: calc(50% - 1.28rem);
        width: 2.56rem
    }

    .productDetailPage .special {
        margin-top: 6.8266666667rem;
        margin-bottom: -1.7066666667rem
    }

    .productDetailPage .special__ttl {
        font-size: 1.8773333333rem;
        line-height: 1.4545454545em;
        letter-spacing: 0
    }

    .productDetailPage .special__txt {
        font-size: 1.1946666667rem;
        line-height: 1.8571428571em;
        margin: 3.072rem 0 5.12rem;
        letter-spacing: 0
    }

    .productDetailPage .special__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        gap: 2.048rem
    }

    .productDetailPage .special__list li {
        width: 18.8586666667rem;
        height: 18.8586666667rem;
        gap: .1706666667rem
    }

    .productDetailPage .special__list li [lang=en] {
        font-size: 2.9013333333rem;
        line-height: 1.3529411765em;
        letter-spacing: 0
    }

    .productDetailPage .special__list li [lang=ja] {
        font-size: 1.024rem;
        line-height: 1.5em;
        letter-spacing: 0
    }

    .productDetailPage .steps__slide {
        position: relative
    }

    .productDetailPage .steps__slide__mask {
        overflow-x: hidden;
        overflow-y: visible
    }

    .productDetailPage .steps__slide__mask ol {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 0
    }

    .productDetailPage .steps__slide__mask ol li {
        width: 32rem;
        padding: 1.1946666667rem 0 0
    }

    .productDetailPage .steps__slide__mask ol li .-n {
        top: 2.304rem;
        left: 2.048rem;
        gap: .1706666667rem
    }

    .productDetailPage .steps__slide__mask ol li .-n:before {
        font-size: 1.7066666667rem;
        line-height: 1.55em;
        letter-spacing: 0
    }

    .productDetailPage .steps__slide__mask ol li .-n:after {
        font-size: 7.68rem;
        line-height: 1.5666666667em;
        margin-top: -2.304rem;
        letter-spacing: 0
    }

    .productDetailPage .steps__slide__mask ol li .-img {
        width: 24.7466666667rem;
        margin: 0 auto
    }

    .productDetailPage .steps__slide__mask ol li .-name {
        font-size: 2.048rem;
        line-height: 1.5416666667em;
        margin-top: -1.1946666667rem;
        letter-spacing: 0
    }

    .productDetailPage .steps__slide__mask ol li .-txt {
        font-size: 1.024rem;
        line-height: 1.5em;
        margin-top: 1.3653333333rem;
        letter-spacing: 0
    }

    .productDetailPage .steps__slide__mask ol li .-btn {
        margin-top: 2.048rem
    }

    .productDetailPage .steps__slide__arrow {
        position: absolute;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 6.3146666667rem;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .productDetailPage .steps__slide__arrow.prev {
        left: 0
    }

    .productDetailPage .steps__slide__arrow.prev svg {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }

    .productDetailPage .steps__slide__arrow.next {
        right: 0
    }

    .productDetailPage .steps__slide__arrow.isDisable {
        pointer-events: none;
        opacity: .1
    }

    .productDetailPage .steps__slide__arrow span {
        width: 2.048rem;
        height: 2.048rem
    }

    .productDetailPage .steps__slide__arrow span svg use {
        stroke: #000
    }

    .contactPage .complete__btn {
        margin-top: 5.12rem;
        text-align: center
    }

    .contactPage .complete__btn .gl_common_link span {
        font-size: 1.3653333333rem;
        line-height: 1.25em;
        letter-spacing: 0
    }

    .contactPage .contact__item {
        margin: 0 0 3.072rem
    }

    .contactPage .contact__item dt {
        font-size: 1.1946666667rem;
        line-height: 1.4285714286em;
        margin-bottom: .512rem;
        letter-spacing: 0
    }

    .contactPage .contact__btn_back {
        margin: 5.12rem 0
    }

    .contactPage .contact__btn_back button {
        height: 1.7066666667rem
    }

    .contactPage .contact__btn_back .-icon {
        width: 1.3653333333rem;
        height: 1.3653333333rem
    }

    .contactPage .contact__btn_back .-icon span {
        width: 1.3653333333rem;
        height: 1.3653333333rem
    }

    .contactPage .contact__btn_back .-txt {
        font-size: 1.1946666667rem;
        line-height: 1em;
        margin-left: .8533333333rem;
        letter-spacing: 0
    }

    .contactPage .gl_common_section {
        width: 25.1733333333rem
    }

    .contactPage .input .-input_name {
        gap: .9386666667rem
    }

    .contactPage .input .-must:before {
        font-size: .8533333333rem;
        line-height: 2em;
        letter-spacing: 0
    }

    .contactPage .input .-checkbox,
    .contactPage .input .-radio {
        font-size: 1.1946666667rem;
        line-height: 1.4285714286em;
        margin: 0 3.072rem 0 0;
        letter-spacing: 0
    }

    .contactPage .input .-checkbox span,
    .contactPage .input .-radio span {
        width: 1.8773333333rem;
        height: 1.8773333333rem;
        margin: 0 .8533333333rem 0 0
    }

    .contactPage .input input[type=email],
    .contactPage .input input[type=tel],
    .contactPage .input input[type=text],
    .contactPage .input input[type=url],
    .contactPage .input textarea {
        font-size: max(1.1946666667rem, 16px);
        height: 4.096rem;
        padding: 0 1.28rem
    }

    .contactPage .input textarea {
        height: 22.1866666667rem;
        padding: 1.28rem
    }

    .contactPage .input__agree_policy {
        margin: 5.12rem 0
    }

    .contactPage .input__agree_policy .-checkbox {
        margin-bottom: .6826666667rem
    }

    .contactPage .input__agree_policy__note {
        font-size: 1.024rem;
        line-height: 1.6666666667em;
        padding-left: 2.7306666667rem;
        letter-spacing: 0
    }

    .privacypolicyPage .privacypolicy {
        font-size: 1.1946666667rem;
        line-height: 1.8571428571em;
        width: 27.904rem;
        padding-left: 0;
        letter-spacing: 0
    }

    .privacypolicyPage .privacypolicy p+p {
        margin-top: 1.7142857143em
    }

    .shoplistPage .nav_anc {
        margin-bottom: 6.8266666667rem;
        padding-top: .5973333333rem
    }

    .shoplistPage .nav_anc ul {
        font-size: 1.024rem;
        line-height: 1.4166666667em;
        width: 26.1973333333rem;
        letter-spacing: 0;
        gap: 1.3653333333rem 2.048rem
    }

    .shoplistPage .nav_anc ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .shoplistPage .nav_anc ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: .6826666667rem
    }

    .shoplistPage .nav_anc ul li a .-icon {
        width: 1.1093333333rem;
        height: 1.1093333333rem
    }

    .shoplistPage .shop__list {
        width: 27.904rem
    }

    .shoplistPage .shop__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1.3653333333rem 1.536rem;
        border-bottom: 1px solid #000;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .shoplistPage .shop__item:first-child {
        border-top: 1px solid #000
    }

    .shoplistPage .shop__item__block {
        display: block;
        padding: 0 0 0 1.8773333333rem
    }

    .shoplistPage .shop__item__child {
        display: block
    }

    .shoplistPage .shop__item__child span {
        display: block;
        height: auto
    }

    .shoplistPage .shop__item .-pref {
        font-size: 1.024rem;
        line-height: 1em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 1.8773333333rem 0 0;
        letter-spacing: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .shoplistPage .shop__item .-pref span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .shoplistPage .shop__item .-name {
        width: 100%;
        margin: 0
    }

    .shoplistPage .shop__item .-name span {
        font-size: 1.024rem;
        line-height: 1.5em;
        letter-spacing: 0
    }

    .shoplistPage .shop__item .-address {
        width: 100%;
        margin: .6826666667rem 0 0
    }

    .shoplistPage .shop__item .-address span {
        font-size: 1.024rem;
        line-height: 1.5em;
        letter-spacing: 0
    }

    .shoplistPage .shop__item .-tel {
        width: 100%;
        margin: .512rem 0 0
    }

    .shoplistPage .shop__item .-tel span {
        font-size: 1.024rem;
        line-height: 1.5em;
        letter-spacing: 0
    }

    .faqPage .faq {
        width: 27.904rem
    }

    .faqPage .faq__item__q {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 3.072rem 2.048rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .faqPage .faq__item__q:before {
        font-size: 1.536rem;
        line-height: 1.5555555556em;
        margin-right: 1.7066666667rem;
        letter-spacing: 0
    }

    .faqPage .faq__item__q .-txt {
        font-size: 1.1946666667rem;
        line-height: 1.8571428571em;
        letter-spacing: 0
    }

    .faqPage .faq__item__q .-toggle {
        width: 2.048rem;
        height: 2.048rem;
        margin-top: .1706666667rem;
        margin-left: 2.048rem
    }

    .faqPage .faq__item__body {
        padding: 0 2.048rem 3.072rem
    }

    .faqPage .faq__item__body:before {
        font-size: 1.536rem;
        line-height: 1.5555555556em;
        margin-right: 1.7066666667rem;
        letter-spacing: 0
    }

    .faqPage .faq__item__body:after {
        display: none
    }

    .faqPage .faq__item__a {
        font-size: 1.1946666667rem;
        line-height: 1.8571428571em;
        letter-spacing: 0
    }

    .faqPage .nav_anc {
        margin-bottom: 6.8266666667rem;
        padding-top: .5973333333rem
    }

    .faqPage .nav_anc ul {
        font-size: 1.024rem;
        line-height: 1.4166666667em;
        display: block;
        width: 100%;
        letter-spacing: 0
    }

    .faqPage .nav_anc ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1.3653333333rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .faqPage .nav_anc ul li:last-child {
        margin-bottom: 0
    }

    .faqPage .nav_anc ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: .6826666667rem
    }

    .faqPage .nav_anc ul li a .-icon {
        width: 1.1093333333rem;
        height: 1.1093333333rem
    }

    .topicsArticlePage .article {
        display: block;
        width: 27.904rem
    }

    .topicsArticlePage .article__header {
        margin-bottom: 4.096rem
    }

    .topicsArticlePage .article__ttl {
        font-size: 1.8773333333rem;
        line-height: 1.4545454545em;
        letter-spacing: 0
    }

    .topicsArticlePage .article__date {
        font-size: 1.536rem;
        line-height: 1.5555555556em;
        margin: 1.3653333333rem 0 0;
        letter-spacing: 0
    }

    .topicsArticlePage .article__btn_back {
        margin: 3.072rem 0 0
    }

    .topicsArticlePage .article__btn_back .gl_common_link span {
        font-size: 1.536rem;
        line-height: 1.5555555556em;
        letter-spacing: 0
    }

    .topicsArticlePage .article__body {
        font-size: 1.1946666667rem;
        line-height: 2em;
        width: 100%;
        letter-spacing: 0
    }

    .topicsArticlePage .article__body figure {
        margin-bottom: 3.072rem
    }

    .topicsArticlePage .article__body h2,
    .topicsArticlePage .article__body h3,
    .topicsArticlePage .article__body h4,
    .topicsArticlePage .article__body h5,
    .topicsArticlePage .article__body h6,
    .topicsArticlePage .article__body hr,
    .topicsArticlePage .article__body p {
        margin-bottom: 2.048rem
    }

    .topicsArticlePage .article__body h2,
    .topicsArticlePage .article__body h3 {
        font-size: 2.3893333333rem;
        line-height: 1.2857142857em;
        letter-spacing: 0
    }

    .topicsArticlePage .article__body h4,
    .topicsArticlePage .article__body h5,
    .topicsArticlePage .article__body h6 {
        font-size: 1.7066666667rem;
        line-height: 1.4em;
        letter-spacing: 0
    }
}

@media (min-width:901px) and (max-width:1399px) {

    .topPage .products__slide__list__after,
    .topPage .products__slide__list__before {
        display: none
    }

    .topPage .products__slide__item:nth-of-type(2) {
        padding-left: 1.875rem
    }

    .topPage .products__slide__item:nth-last-of-type(2) {
        padding-right: 1.875rem
    }
}

@media (max-width:900px) and (min-width:901px) and (hover:hover) {
    .gl_common_footer__ec dd a:hover {
        opacity: .7
    }

    .gl_common_nav__ec dd a:hover {
        opacity: .7
    }
}


.productDetailPage .lineup {
    margin-top: 0 !important;
}

.gl_common_split_img {
    margin-bottom: 0 !important;
}

.gl_common_categories {
    display: none;
    margin-bottom: 0 !important;
}

.gl_common_header,
.productDetailPage .kv,
.gl_common_others,
.gl_common_footer {
    display: none !important;
}