@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
/* CSS Document */
/* -----------------------------------------
 *
 * Table of Contents:
 *
 * 0.0 - tags
 * 1.0 - Repeatable Patterns
 * 2.0 - Basic Layout
 * 3.0 - Page setting
 ----------------------------------------- */
/* -----------------------------------------

	0.0 - tags

-----------------------------------------*/
:root {
    --leading-trim: calc((1em - 1lh) / 2);
}

html {
    touch-action: manipulation;
    scroll-behavior: smooth;
}
body {
    -ms-content-zooming: none;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #000;
    line-height: 1.6;
    font-family: 'Shippori Mincho', serif;
    background-color: #eee;
}

.en{
    font-family: 'IBM Plex Sans', sans-serif;
}
a{
    text-decoration: none;
    color: #000;
}

img:where(#wrapper *) {
    display: block;
    width: 100%;
    height: auto;
}
a:hover img {
    opacity: 0.8;
}
a img {
    transition: opacity 0.3s ease-out;
}

hr.dash{
    border-top: 1px dashed #aaa;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
@media (max-width: 750px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-120 {margin-bottom: 120px;}
.mb-130 {margin-bottom: 130px;}
.mb-140 {margin-bottom: 140px;}
.mb-150 {margin-bottom: 150px;}
.mb-160 {margin-bottom: 160px;}
.mb-170 {margin-bottom: 170px;}
.mb-180 {margin-bottom: 180px;}
.mb-190 {margin-bottom: 190px;}
.mb-200 {margin-bottom: 200px;}
@media (max-width: 640px) {
    .mb-10 {margin-bottom:1.333333333vw;}
    .mb-20 {margin-bottom:2.666666667vw;}
    .mb-30 {margin-bottom:4vw;}
    .mb-40 {margin-bottom:5.333333333vw;}
    .mb-50 {margin-bottom:6.666666667vw;}
    .mb-60 {margin-bottom:8vw;}
    .mb-70 {margin-bottom:9.333333333vw;}
    .mb-80 {margin-bottom:10.66666667vw;}
    .mb-90 {margin-bottom:12vw;}
    .mb-100 {margin-bottom:13.33333333vw;}
    .mb-110 {margin-bottom:14.66666667vw;}
    .mb-120 {margin-bottom:16vw;}
    .mb-130 {margin-bottom:17.33333333vw;}
    .mb-140 {margin-bottom:18.66666667vw;}
    .mb-150 {margin-bottom:20vw;}
    .mb-160 {margin-bottom:21.33333333vw;}
    .mb-170 {margin-bottom:22.66666667vw;}
    .mb-180 {margin-bottom:24vw;}
    .mb-190 {margin-bottom:25.33333333vw;}
    .mb-200 {margin-bottom:26.66666667vw;}
}

/* -----------------------------------------
wrapper
-----------------------------------------*/
#wrapper {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    max-width: 750px;
    min-height: 100vh;
    margin: auto;
    padding-bottom: 0;
}

/* -----------------------------------------
gfooter
-----------------------------------------*/
#gfooter-wrap {
    /*position: relative;*/
    z-index: 3000;
    background: #fff;
    color: #333;
    font-size: 80%;
    padding: 20px 0;
    text-align: center;
    line-height: 1.4;
    position: absolute;
	bottom: 0;
	width: 100%;
}
#gfooter-wrap address {
    margin-top: 10px;
    font-style: normal;
}
@media screen and (max-width: 750px) {
    #gfooter-wrap {
        font-size: 2.4vw;
    }
}

/* -----------------------------------------
g-header
-----------------------------------------*/
#g-header-wrap {
    /*position: fixed;*/
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
#g-header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    text-align: left;
    max-width: 750px;
    margin: auto;
}
#g-header .cf {
    background: #fff;
}
#g-header h1 {
    float: left;
    width: 188px;
}


/* -----------------------------------------

	2.0 - Basic Layout

-----------------------------------------*/
#contents {
    margin: 0 auto;
    line-height: 1.6;
    color: #fff;
    font-size: 26px;
    max-width: 750px;
    font-style: normal;
}
@media (max-width: 750px) {
    #contents {
        font-size: 3.2vw;
    }
}
#contents .w-750 {
    max-width: 750px;
    margin: auto;
}
#contents .w-750 {
    max-width: 750px;
    margin: auto;
}
li {
    list-style-type: none;
}
.fw-b {
    font-weight: 600;
}
.ta-c {
    text-align: center;
}
.mincho {
    font-family: 'Noto Serif JP', serif;
}
.attention-footer {
    font-size: 90%;
    margin: 0 0 6em;
}
.btn-top {
    text-align: center;
    font-weight: 500;
    margin-bottom: 3em;
}

.contents-footer{
    width: 76.2666%;
    margin-right: auto;
    margin-left: auto;
    padding: 3.5em 0 0;
}

.link_home{
    position: relative;
    border: 1px solid #707070;
}
.link_home a{
    font-family: 'IBM Plex Sans', sans-serif;
    color: #707070;
    display: block;
    font-size: 24px;
    font-weight: 500;
    padding: 5px 5%;
    position: relative;
    text-align: center;
}

.link_home a:after{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #707070;
    border-right: solid 2px #707070;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -5px;
}

@media screen and (max-width: 750px) {
    .link_home a{
        padding: 2px 5%;
        font-size: 4.5vw;
    }
    .link_home a:after{
        width: 5px;
        height: 5px;
        right: 3%;
        margin-top: -2.5px;
    }
}

/* --------- contents --------- */
@keyframes sign {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.toc-wrapper {
    background: url(../img/251110/bg_toc02.webp) no-repeat center/cover;
    position: relative;
    &::before {
        content: "";
        display: block;
        width: 1px;
        height: min(10.4vw,79px);
        background: #fff;
        position: absolute;
        left: 50%;
        top: max(-5.2vw,-39px);
    }
}
.toc-btn-wrapper {
    display: block;
    width: 91.33%;
    margin-inline: auto;
}


.common-bg {
    background: url(../img/251110/bg_common03.webp) no-repeat center top min(1632vw,12240px)/100% min(547.73vw,4108px),
                url(../img/251110/bg_common02.webp) no-repeat center top min(816vw,6120px)/100% min(816vw,6120px),
                url(../img/251110/bg_common01.webp) no-repeat center top /100% min(816vw,6120px),
                #000;
}
.sec-sign {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.sec--fragrance-sign {
    height: min(28.5vw,214px);
}
.sec-sign__img {
    height: 100%;
    width: auto;
    animation: 14s sign linear infinite;
}
.sec--fragrance__ttl {
    mix-blend-mode: screen;
}
.sec-txt {
    font-size: min(3.73vw,28px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: .0075em;
    text-align: center;
    margin-bottom: 12.53%;
    & span {
        font-family: "Yu Mincho",serif;
    }
}
#swiperFragrance01 {
    margin-bottom: 20.8%;
    .swiper__ttl--01 {
        width: 81.11%;
    }
    .swiper__ttl--02 {
        width: 56.6%;
    }
    .swiper__ttl--03 {
        width: 97.36%;
    }
    .swiper__ttl--04 {
        width: 92.962%;
    }
    .swiper__ttl--05 {
        width: 46.921%;
    }
    .swiper__ttl--06 {
        width: 75.07%;
    }
    .swiper__price--01 {
        width: 15.54%;
    }
    .swiper__price--02 {
        width: 85.63%;
    }
    .swiper__price--03 {
        width: 36.95%;
    }
    .swiper__price--04 {
        width: 38.12%;
    }
    .swiper__price--05 {
        width: 40.47%;
    }
    .swiper__price--06 {
        width: 34.604%;
    }
}
#swiperFragrance02 {
    margin-bottom: 14.67%;
    .swiper__ttl--01 {
        width: 39.59%;
    }
    .swiper__ttl--02 {
        width: 96.19%;
    }
    .swiper__ttl--03 {
        width: 45.16%;
    }
    .swiper__ttl--04 {
        width: 92.08%;
    }
    .swiper__ttl--05 {
        width: 54.25%;
    }
    .swiper__price--01 {
        width: 35.78%;
    }
    .swiper__price--02 {
        width: 36.95%;
    }
    .swiper__price--03 {
        width: 35.19%;
    }
    .swiper__price--04 {
        width: 43.7%;
    }
    .swiper__price--05 {
        width: 40.47%;
    }
    .swiper__price--06 {
        width: 30.5%;
    }
}
.swiper__img--wrapper {
    display: block;
    position: relative;
    margin-bottom: 19.94%;
    scale: .7;
    transition: .3s;
    transform-origin: left center;
}
.swiper-slide-prev .swiper__img--wrapper {
    transform-origin: right center;
}
.swiper-slide-active :is(.swiper__img--wrapper,.swiper-slide__inner) {
    scale: 1;
}
.swiper__img--btn {
    position: absolute;
    width: 45.308%;
    right: 0;
    bottom: 0;
}
.swiper__img--btn--01 {
    bottom: 12.79%;
}
.swiper-slide__inner {
    scale: .5;
}
.swiper__ttl {
    margin-bottom: 7.625%;
}
.swiper__txt {
    font-size: min(3.73vw,28px);
    font-weight: 500;
    line-height: 1.82;
    letter-spacing: .0075em;
    margin-bottom: 7.038%;
}
.swiper__price {
    margin-bottom: 3.81%;
}
.swiper__name {
    font-size: min(3.73vw,28px);
    font-weight: 500;
    line-height: 1.82;
    letter-spacing: .0075em;
    margin-bottom: 7.038%;
}
.swiper__info {
    padding-top: 5.865%;
    border-top: 1px solid #fff;
}
.swiper__info__ttl {
    width: 16.129%;
    margin-bottom: 3.87%;
}
.swiper__info__row + .swiper__info__row {
    margin-top: 7.038%;
}
.swiper__info__ttl--phone {
    width: 16.42%;
    margin-bottom: 1.47%;
}
.swiper__info__dtl {
    font-size: min(3.2vw,24px);
    font-weight: 500;
}
.swiper__info__list__items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4.4%;
    & a {
        color: #fff;
        text-decoration: underline;
    }
    & + & {
        margin-top: 4.11%;
    }
}
.swiper__info__line {
    flex: 1;
    & a {
        display: flex;
        align-items: center;
        gap: 11.71%;
    }
}
.swiper__info__logo {
    width: 23.42%;
}
.swiper-button-wrapper {
    display: flex;
    width: 93.87%;
    position: absolute;
    top: min(49.87vw,375px);
    left: 50%;
    translate: -50%;
    z-index: 1;
}
.swiper-button-wrapper div {
    width: 8.81%;   
}
.swiper-button-prev {
    scale: -1 1;
}
.swiper-button-prev,.swiper-button-next {
    & svg {
        display: none;
    }
}
.swiper-pagination {
    top: min(97vw,747px);
    bottom: auto;
    width: auto;
    left: min(4.53vw,34px);
    font-weight: 700;
    line-height: 1;
}
.swiper-pagination-current {
    font-size: min(7.2vw,53px);
}
.swiper-pagination-total {
    font-size: min(4.53vw,35px);
}

.swiper-progressbar-wrapper {
    position: absolute;
    top: min(101.5vw,780px);
    right: min(5.47vw,41px);
    width: 64%;
    height: 3px;
    background: linear-gradient(to right,#fff,#fff) no-repeat center/100% 1px
}
.swiper-progressbar {
    height: 100%;
    width: 0%;
    background: #fff;
    transition: width .3s ease;
}
.sec-btn {
    display: block;
    width: 92%;
    margin-inline: auto;
    background: url(../img/251110/ico_arrow.png) no-repeat center right 5.36%/2.46% auto,#fff;
    border-radius: 10vh;
    font-size: min(3.73vw,28px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: .0075em;
    text-align: center;
    padding-block: 3.04%;
}

.sec--leather-sign {
    height: min(40.27vw,302px);
}
.sec-leather__ttl {
    mix-blend-mode: screen;
}
#swiperLeather01 {
    margin-bottom: 18.67%;
    .swiper__ttl--01 {
        width: 97.65%;
    }
    .swiper__ttl--02 {
        width: 70.09%;
    }
    .swiper__ttl--03 {
        width: 43.99%;
    }
    .swiper__ttl--04 {
        width: 68.03%;
    }
    .swiper__ttl--05 {
        width: 44.87%;
    }
    .swiper__ttl--06 {
        width: 100%;
    }
    .swiper__ttl--07 {
        width: 54.29%;
    }
    .swiper__price--01 {
        width: 19.06%;
    }
    .swiper__price--02 {
        width: 19.06%;
    }
    .swiper__price--03 {
        width: 19.06%;
    }
    .swiper__price--04 {
        width: 19.06%;
    }
    .swiper__price--05 {
        width: 19.35%;
    }
    .swiper__price--06 {
        width: 60.12%;
    }
    .swiper__price--07 {
        width: 21.41%;
    }
}
#swiperLeather02 {
    margin-bottom: 14.67%;
    .swiper__ttl--01 {
        width: 69.35%;
    }
    .swiper__ttl--02 {
        width: 87.1%;
    }
    .swiper__ttl--03 {
        width: 59.82%;
    }
    .swiper__ttl--04 {
        width: 32.11%;
    }
    .swiper__ttl--05 {
        width: 47.95%;
    }
    .swiper__ttl--06 {
        width: 65.25%;
    }
    .swiper__ttl--07 {
        width: 56.6%;
    }
    .swiper__price--01 {
        width: 18.91%;
    }
    .swiper__price--02 {
        width: 19.94%;
    }
    .swiper__price--03 {
        width: 21.11%;
    }
    .swiper__price--04 {
        width: 18.91%;
    }
    .swiper__price--05 {
        width: 61.88%;
    }
    .swiper__price--06 {
        width: 19.06%;
    }
    .swiper__price--07 {
        width: 18.91%;
    }
}

.sec-winter {
    padding-bottom: 25.87%;
}
.sec--winter-sign {
    height: min(40.8vw,306px);
}
.sec-winter__ttl {
    mix-blend-mode: screen;
}
#swiperWinter01 {
    margin-bottom: 15.73%;
    .swiper__ttl--01 {
        width: 81.23%;
    }
    .swiper__ttl--02 {
        width: 61.88%;
    }
    .swiper__ttl--03 {
        width: 82.99%;
    }
    .swiper__ttl--04 {
        width: 82.99%;
    }
    .swiper__ttl--05 {
        width: 44.87%;
    }
    .swiper__price--01 {
        width: 18.91%;
    }
    .swiper__price--02 {
        width: 18.04%;
    }
    .swiper__price--03 {
        width: 18.62%;
    }
    .swiper__price--04 {
        width: 18.91%;
    }
    .swiper__price--05 {
        width: 18.33%;
    }
}
#swiperWinter02 {
    margin-bottom: 8.67%;
    .swiper__ttl--01 {
        width: 63.34%;
    }
    .swiper__ttl--02 {
        width: 42.08%;
    }
    .swiper__ttl--03 {
        width: 87.24%;
    }
    .swiper__ttl--04 {
        width: 53.52%;
    }
    .swiper__ttl--05 {
        width: 58.8%;
    }
    .swiper__price--01 {
        width: 22.87%;
    }
    .swiper__price--02 {
        width: 22.43%;
    }
    .swiper__price--03 {
        width: 19.06%;
    }
    .swiper__price--04 {
        width: 21.26%;
    }
    .swiper__price--05 {
        width: 18.32%;
    }
}

.sec--gift {
    margin-bottom: 8.4%;
}
.sec--gift__box {
    width: 91.6%;
    margin-inline: auto;
    border: 1px solid #fff;
    padding-block: 4.8% 5.2%;
    font-size: min(4vw,30px);
    font-weight: 500;
    line-height: 1.73;
    letter-spacing: .0075em;
    text-align: center;
    outline: 1px solid #fff;
    outline-offset: -5px;
}
.sec--gift__box__large-txt {
    font-size: min(4.76vw,35px);
}

.shop-link {
    padding-bottom: 5.73%;
}

.sec--budget {
    width: 92%;
    margin-inline: auto;
    border-top: 1px solid #fff;
    padding-block: 12.32% 18.26%;
    background: linear-gradient(to right,#fff,#fff) no-repeat top 4px left/100% 1px;
}
.sec--budget__ttl {
    font-size: min(7.07vw,53px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: .0075em;
    text-align: center;
    margin-bottom: 4.49%;
}
.sec--budget__txt {
    font-size: min(3.87vw,29px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: .0075em;
    text-align: center;
    margin-bottom: 10%;
}
.sec--budget__list__items + .sec--budget__list__items {
    margin-top: 5.8%;
}
.sec--budget__list__btn {
    display: block;
}

.sec--info {
    background: url(../img/251110/bg_info.webp) no-repeat top/cover;
}
.sec--info__ttl {
    mix-blend-mode: screen;
}
.sec--info__list {
    width: 86.67%;
    margin-inline: auto;
}
.sec--info__list__items + .sec--info__list__items {
    margin-top: 7.08%;
}
.sec--info__btn__img {
    margin-bottom: 4.27%;
}
.sec--info__btn__txt {
    width: 25.23%;
    margin-left: auto;
}

.sec--info__bg {
    margin-top: 8.13%;
    padding-block: 8.27% 7.07%;
    background: url(../img/251110/bg_info-bg.webp) no-repeat center/cover;
}
.sec--info__btn {
    display: block;
    width: 86.67%;
    margin-inline: auto;
}