@charset "UTF-8";

html {
    font-size: 62.5%;
}

main.main-area.lp {
    position: relative;
    padding-top: 0.1rem !important;
}

#contentsMain {
    color: #1c1c1c;
}

:root {
  --font-jp: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-en: minion-pro, serif;
  --font-en-strong: 'Minion Medium', serif;
}

html,
body,
.main-area.lp {
  font-family: var(--font-jp);
  color: #1c1c1c;
  letter-spacing: 0.05em;
}


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

    .pc {
        display: none!important;
    }
}

@media screen and (min-width:768px) {
    .sp {
        display: none!important;
    }

    .pc {
        display: block!important;
    }
}


/* フェードイン */
#contentsMain .loadFade .fade1 {
    opacity: 0;
    transform: translateX(-10px);
    transition: all 1s;
}

#contentsMain .loadFade .fade2 {
    opacity: 0;
    transition: all 2s;
    transition-delay: 1s;
}

#contentsMain .loadFade.done .fade1 {
    opacity: 1;
    transform: translate(0, 0);
}

#contentsMain .loadFade.done .fade2 {
    opacity: 1;
    ;
}

/*==========================
パンくず
==========================*/
.breadcrumbBlock {
    background-color: #fbfbfb;
}

#breadcrumb {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

#breadcrumb li {
    color: #1C1C1C;
    letter-spacing: .05em;
}

#breadcrumb li.currentPage {
    color: #1C1C1C;
}



/*==========================
LP
==========================*/
#contentsMain {
    color: #fcfcfc;
}



#contentsMain .mvBlock {
    position: relative;
}

.underline {
    display: inline-block;
    padding: 0 15% 0.7% 15%;
    margin-bottom: 0.7%;
}

/* MV */
#contentsMain .mvBlock h2 {
    font-family: var(--font-en);
    font-weight: 400;
    font-style: normal;
    letter-spacing: .05em;
}

#contentsMain .mvBlock h3 {
    font-weight: 400;
    font-style: normal;
    letter-spacing: .05em;
}

#contentsMain .mvBlock h4 {
    position: relative;
    color: #9F9F9F;
    line-height: 2.15;
    letter-spacing: .05em;
}

#contentsMain .mvBlock p {
    line-height: 2.15;
    letter-spacing: .05em;
}

/* リードテキスト */
.leadtext {
    text-align: center;
    background-color: #304a44;
    color: #fbfbfb;
}

/* メインテキスト */
.maintext {
    text-align: center;
    background-color: #ffffff;
    color: #1c1c1c;
    font-family: "Noto Serif JP", serif;
}


/* ノベルティ・ケース */
.container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box {
    background-color: #0c0c0c;
    text-align: center;
    height: auto;
    display: flex;
    justify-content: space-evenly;
}

/* 特集アクセサリー */

#sakura .main-content {
  padding-top: 120px;
  background-image: url(../img/backPC.jpg?251002);
  background-repeat: repeat;
  background-size: 100%;
}

#contentsMain .lpInner h2 {
    font-family: var(--font-en);
    font-weight: 400;
    font-style: normal;
    letter-spacing: .05em;
    line-height: 1.2;

}

#contentsMain .lpInner h3 {
    position: relative;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .05em;
}

#contentsMain .lpInner .lpTxt {
    line-height: 1.75;
    letter-spacing: .05em;
}

#contentsMain .lpInner .lp_itemCredit {
    line-height: 2.1;
    letter-spacing: .05em;
}

#contentsMain .lpInner .lp_itemCredit a {
    display: inline-block;
}

#contentsMain .lpInner .lp_itemCredit a span {
    text-decoration: underline;
}

/* 特集まとめ */

#contentsMain .lp_ItemAll h2 {
    font-family: var(--font-en);
    font-weight: 400;
    font-style: normal;
    letter-spacing: .05em;
    text-align: center;
    color: #000;
}

#contentsMain .lp_ItemAll h5 {
    font-family: var(--font-en);
    font-weight: 400;
    font-style: normal;
    letter-spacing: .05em;
    text-align: center;
    font-size: 22px;
}

#contentsMain .lp_ItemAll h6 {
    font-family: var(--font-en);
    font-weight: 400;
    font-style: normal;
    letter-spacing: .05em;
    text-align: center;
    font-size: 12px;
}

#contentsMain .lp_ItemAll p {
    line-height: 1.75;
    letter-spacing: .05em;
    text-align: center;
}

#contentsMain .lp_ItemAll .lp_itemList h3 {
    letter-spacing: .05em;
    color: #000;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #contentsMain .lp_ItemAll .lp_itemList h3 {
    letter-spacing: .05em;
    color: #000;
    text-align: center;
    margin-top: 0.7rem;
    font-size: 11px;
    line-height: 1.5;
}
}


#contentsMain .lp_ItemAll .lp_itemList-pierce h3 {
    font-family: 'sans-serif';
    letter-spacing: .05em;
    color: #000;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #contentsMain .lp_ItemAll .lp_itemList-pierce h3 {
    font-family: 'sans-serif';
    letter-spacing: .05em;
    color: #000;
    text-align: center;
    margin-top: 0.7rem;
    line-height: 1.3;
}
}


#contentsMain .lp_ItemAll .lp_itemList h4 {
    color: #000;
    letter-spacing: .05em;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #contentsMain .lp_ItemAll .lp_itemList h4 {
    color: #000;
    letter-spacing: .05em;
    text-align: center;
    margin-top: 0.5rem;
    font-size: 11px;
}
}

#contentsMain .lp_ItemAll .lp_itemList-pierce h4 {
    color: #000;
    font-family: 'sans-serif';
    letter-spacing: .05em;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #contentsMain .lp_ItemAll .lp_itemList-pierce h4 {
    color: #000;
    font-family: 'sans-serif';
    letter-spacing: .05em;
    text-align: center;
    margin-top: 0.5rem;
}
}

/* コレクション一覧はこちら */
#contentsMain .moreItemBtn a {
    display: block;
    margin: 0 auto;
    color: #fbfbfb;
    font-family: var(--font-en);
    letter-spacing: .05em;
    text-align: center;
    background-color: #00235F;
    border: 1px solid #00235F;
    transition: all 0.6s;
}

#contentsMain .moreItemBtn a:hover {
    background-color: transparent;
    color: #00235F;
    opacity: 1;
}

#contentsMain .lp_contents1 {
    background-color: #fbfbfb;
}

/*************************************SP****************************************/
@media screen and (max-width:767px) {

    /*==========================
    パンくず
    ==========================*/
    #breadcrumb {
        padding: calc(28*(100vw/750)) calc(20*(100vw/750));
    }

    #breadcrumb li {
        font-size: calc(22*(100vw/750));
    }

    #breadcrumb li span {
        margin: 0 calc(12*(100vw/750));
    }

    /*==========================
    LP
    ==========================*/

    /* MV */
    #contentsMain .pageTitle {
        margin-top: calc(72*(100vw/750));
        padding: 0 calc(20*(100vw/750));
    }

    #contentsMain .mvBlock h2 {
        font-size: calc(36*(100vw/750));
    }

    #contentsMain .mvBlock h3 {
        margin-top: calc(30*(100vw/750));
        font-size: calc(52*(100vw/750));
    }

    #contentsMain .mvBlock h4 {
        margin-top: calc(30*(100vw/750));
        padding-left: calc(72*(100vw/750));
        font-size: calc(26*(100vw/750));
    }

    #contentsMain .mvBlock h4::before {
        content: '';
        display: block;
        position: absolute;
        top: calc(10*(100vw/750));
        left: 0;
        width: calc(52*(100vw/750));
        height: calc(1*(100vw/750));
        
    }

    #contentsMain .mvBlock p {
        margin-top: calc(60*(100vw/750));
        font-size: calc(26*(100vw/750));
    }



    /* 特集アクセサリー */
    #contentsMain .lpInner {
        margin-top: calc(200*(100vw/750));
    }

    #contentsMain .lpInner .lpContents {
        display: flex;
        flex-direction: column-reverse;
        width: calc(670*(100vw/750));
    }

    #contentsMain .lpInner .lpContents:nth-of-type(n+2) {
        margin-top: calc(160*(100vw/750));
    }

    #contentsMain .lpInner .lpContents.flexNormal {
        margin-left: auto;
    }

    #contentsMain .lpInner .lpContents.flexReverse .lpLeft {
        padding-left: calc(20*(100vw/750));
    }

    #contentsMain .lpInner .lpContents .lpLeft {
        width: calc(640*(100vw/750));
    }

    #contentsMain .lpInner h2 {
        margin-top: calc(80*(100vw/750));
        font-size: calc(40*(100vw/750));
    }

    #contentsMain .lpInner h3 {
        margin-top: calc(28*(100vw/750));
        padding-left: calc(80*(100vw/750));
        font-size: calc(26*(100vw/750));
    }

    #contentsMain .lpInner h3::before {
        content: '';
        display: block;
        position: absolute;
        top: calc(14*(100vw/750));
        left: 0;
        width: calc(60*(100vw/750));
        height: calc(2*(100vw/750));
    }

    #contentsMain .lpInner .lpTxt {
        margin-top: calc(48*(100vw/750));
        font-size: calc(26*(100vw/750));
    }

    #contentsMain .lpInner .lp_itemCredit {
        margin-top: calc(40*(100vw/750));
        font-size: calc(20*(100vw/750));
    }

    /* 特集まとめ */
    #contentsMain .lp_ItemAll {
        padding: calc(55*(100vw/750)) calc(20*(100vw/750)) calc(40*(100vw/750));
        /* background-image: url("../img/backSP.jpg?251002");
        background-repeat: no-repeat;
        background-size: cover; */
        background: #fff;
    }

    #contentsMain .lp_ItemAll.bgColor01 {
        padding-top:  calc(40*(100vw/750));
        padding-bottom: calc(120*(100vw/750));
        background-color: #fff;
        color: #fbfbfb;
        background-image: none;
    }

    #contentsMain .lp_ItemAll .holiday_text p {
        font-size: calc(22*(100vw/750));
        margin-top: calc(30*(100vw/750));
    }

    #contentsMain .holiday_text small {
        font-size: calc(18*(100vw/750));;
    }

    #contentsMain .lp_ItemAll h2 {
        margin-top: 0;
        font-size: calc(50*(100vw/750));
    }

    #contentsMain .lp_ItemAll p {
        margin-top: calc(60*(100vw/750));
        font-size: calc(26*(100vw/750));
    }

    #contentsMain .lp_ItemAll .lp_itemList {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: calc(710*(100vw/750));
        width: 100%;
        margin: calc(30*(100vw/750)) auto 0;
    }

     #contentsMain .lp_ItemAll .lp_itemList-pierce {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: calc(710*(100vw/750));
        width: 48.4%;
        margin: calc(30*(100vw/750)) auto 0;
    }

    #contentsMain .lp_ItemAll .lp_itemList li {
        width: calc(344*(100vw/750));
    }

    #contentsMain .lp_ItemAll .lp_itemList li:nth-of-type(n+3) {
        margin-top: calc(60*(100vw/750));
    }

    #contentsMain .lp_ItemAll .lp_itemList .lp_itemList-pierce h3 {
        margin-top: calc(18*(100vw/750));
        font-size: calc(23*(100vw/750));
    }

    #contentsMain .lp_ItemAll .lp_itemList .lp_itemList-pierce h4 {
        margin-top: calc(14*(100vw/750));
        font-size: calc(24*(100vw/750));
    }

    /* Contents1 */




    /* コレクション一覧はこちら */
    #contentsMain .lp_ItemAll .moreItemBtn a {
        width: calc(640*(100vw/750));
        height: calc(100*(100vw/750));
        margin: calc(70*(100vw/750)) auto 0;
        font-size: calc(26*(100vw/750));
        line-height: calc(100*(100vw/750));
    }

    .pccase {
        display: none;
    }

    .pccase2 {
        display: none;
    }

    .spcase {
        display: block;
        width: 90%;
    }

    .leadtext {
        font-size: calc(38*(100vw/1200));
        padding: 8% 0 8% 0;
        line-height: 1.9rem;
    }

    .underline {
        border-bottom: solid 1px #fbfbfb;
    }

    .maintext {
        font-size: calc(45*(100vw/1200));
        padding: 6% 0;
        line-height: calc(80*(100vw/1200));
    }

    .box {
        padding: none;
    }

    .FontSmall {
        font-size: 1rem;
    }
}

/*************************************PC****************************************/
@media screen and (max-width: 1400px) and (min-width: 768px) {
    html {
        font-size: calc(10* (100vw / 1400)) !important;
    }
}

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

    /*==========================
    パンくず
    ==========================*/
    #breadcrumb {
        max-width: 120rem;
        padding: 1.15rem 0;
    }

    #breadcrumb li {
        font-size: 1.1rem;
    }

    #breadcrumb li span {
        margin: 0 .5rem;
    }

    /*==========================
    LP
    ==========================*/

    /* MV */
    #contentsMain .pageTitle {
        position: absolute;
        top: calc(190*(100vw/1400));
        left: 0;
        right: 0;
        width: calc(1000*(100vw/1400));
        margin: auto;
        z-index: 10;
    }

    #contentsMain .mvBlock h2 {
        font-size: calc(24*(100vw/1400));
    }

    #contentsMain .mvBlock h3 {
        margin-top: calc(10*(100vw/1400));
        font-size: calc(36*(100vw/1200));
    }

    #contentsMain .mvBlock h4 {
        margin-top: calc(20*(100vw/1400));
        padding-left: calc(42*(100vw/1400));
        font-size: calc(16*(100vw/1200));
    }

    #contentsMain .mvBlock h4::before {
        content: '';
        display: block;
        position: absolute;
        top: calc(5*(100vw/1400));
        left: 0;
        width: calc(30*(100vw/1400));
        height: calc(1*(100vw/1400));
    }

    #contentsMain .mvBlock p {
        margin-top: calc(28*(100vw/1400));
        font-size: calc(14*(100vw/1200));
    }



    /* 特集アクセサリー */
    #contentsMain .lpInner .lpContents {
        width: calc(1200*(100vw/1400));
        margin: 10rem auto 0;
    }

    #contentsMain .lpInner .lpContents.flexNormal {
        display: flex;
        justify-content: center;
    }

    #contentsMain .lpInner .lpContents.flexReverse {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
    }

    #contentsMain .lpInner .lpContents.flexNormal .lpLeft {
        margin-right: calc(40*(100vw/1400));
        padding-left: calc(100*(100vw/1400));
    }

    #contentsMain .lpInner .lpContents.flexReverse .lpLeft {
        margin-left: calc(40*(100vw/1400));
        padding-right: calc(100*(100vw/1400));
    }

    #contentsMain .lpInner h2 {
        margin-top: 4rem;
        font-size: calc(24*(100vw/1200));
    }

    #contentsMain .lpInner h3 {
        margin-top: 1.4rem;
        padding-left: 4rem;
        font-size: calc(14*(100vw/1200));
    }

    #contentsMain .lpInner h3::before {
        content: '';
        display: block;
        position: absolute;
        top: .7rem;
        left: 0;
        width: 3rem;
        height: .1rem;
        
    }

    #contentsMain .lpInner .lpTxt {
        margin-top: 3rem;
        font-size: calc(14*(100vw/1200));
    }

    #contentsMain .lpInner .lp_itemCredit {
        margin-top: 3rem;
        font-size: calc(12*(100vw/1200));
    }

    #contentsMain .lpInner .lp_Img {
        width: 100;
        margin: 0 auto;
    }

    /* 特集まとめ */
    #contentsMain .lp_ItemAll {
        padding: 0.1rem 0;
        /* background-image: url("../img/backPC.jpg");
        background-repeat: no-repeat;
        background-size: cover; */
        background: #fff;
    }

    #contentsMain .lp_ItemAll.bgColor01 {
    /* background-color: #000; */
    background-color: #fff;
    color: #fbfbfb;
    background-image: none;
    }

    #contentsMain .holiday_text {
        margin-bottom: 100px;
        font-size: 16px;
    }
    #contentsMain .holiday_text .holiday_text_lead {
        margin-bottom: 3em;
    }
    #contentsMain .holiday_text .holiday_text_note {
        margin-top: 3em;
    }
    #contentsMain .holiday_text small {
        font-size: 12px;
    
    }


    #contentsMain .lp_ItemAll h2 {
        font-size: calc(30*(100vw/1200));
    }

    #contentsMain .lp_ItemAll p {
        /* margin-top: 2rem; */
        font-size: calc(14*(100vw/1200));
    }

    #contentsMain .lp_ItemAll .lp_itemList  {
        display: flex;
        /* justify-content: flex-start; */
        justify-content: center;
        flex-wrap: wrap;
        max-width: calc(1200*(100vw/1400));
        width: 100%;
        margin: 5rem auto 15rem;

    }

    #contentsMain .lp_ItemAll .lp_itemList-pierce  {
        display: flex;
        /* justify-content: flex-start; */
        justify-content: center;
        flex-wrap: wrap;
        max-width: calc(1200*(100vw/1400));
        width: 19%;
        margin: 5rem auto 0;

    }

    #contentsMain .lp_ItemAll .lp_itemList li {
        /* width: calc(270*(100vw/1400)); */
        width: calc(270*(100vw/1400));
        margin-left: 3.8rem;
        margin-bottom: 5rem;
    }

    /* ---------------------------------------------------- */
    /* ここを修正しました: li:nth-of-type(3n + 1) で4の倍数+1番目を全て指定 */
    /* ---------------------------------------------------- */
    #contentsMain .lp_ItemAll .lp_itemList li:nth-of-type(4n + 1) {
        margin-left: 0;
    }
    /* ---------------------------------------------------- */
    /* 修正前:
    #contentsMain .lp_ItemAll .lp_itemList li:nth-of-type(1),
    #contentsMain .lp_ItemAll .lp_itemList li:nth-of-type(5),
    #contentsMain .lp_ItemAll .lp_itemList li:nth-of-type(9) {
        margin-left: 0;
    }
    */
    /* ---------------------------------------------------- */

    #contentsMain .lp_ItemAll .lp_itemList h3 {
        margin-top: 1rem;
        font-size: calc(12*(100vw/1200));
        line-height: 1.4;
    }

    #contentsMain .lp_ItemAll .lp_itemList-pierce h3 {
        margin-top: 1rem;
        font-size: calc(12*(100vw/1200));
    }

    #contentsMain .lp_ItemAll .lp_itemList h4 {
        margin-top: 1rem;
        font-size: calc(12*(100vw/1200));
    }

    #contentsMain .lp_ItemAll .lp_itemList-pierce h4 {
        margin-top: 1rem;
        font-size: calc(12*(100vw/1200));
    }

    /* Contents1 */




    /* コレクション一覧はこちら */
    #contentsMain .moreItemBtn a {
        width: calc(318*(100vw/1400));
        height: calc(48*(100vw/1400));
        margin: calc(70*(100vw/1400)) auto 0;
        font-size: calc(15*(100vw/1200));
        line-height: calc(48*(100vw/1400));
        transition: all 0.6s;
    }

    #contentsMain .moreItemBtn a:hover {
        background-color: transparent;
        color: #00235F;
        opacity: 1;
    }

    .spcase {
        display: none;
    }

    .pccase {
        display: block;
        width: 70%;
    }

    .pccase2 {
        display: block;
        width: 70%;
        margin-bottom: 3%;
    }

    .leadtext {
        font-size: calc(16*(100vw/1200));
        padding: 3% 0 3% 0;
        line-height: 3rem;
    }

    .underline {
        border-bottom: solid 1px #fbfbfb;
    }

    .maintext {
                font-size: calc(14 * (100vw / 1200));
        padding: 3% 0;
        line-height: calc(28.5 * (100vw / 1200));
        letter-spacing: calc(1.95 * (100vw / 1200));
    }

    .box {
        padding: 20px;
    }

    .FontSmall {
        font-size: 1.3rem;
    }
    .PcMargin {
        margin-top: 0 !important;
    }
}




/*=================================
PC width1200px以上 フォントサイズ固定
=================================*/
@media only screen and (min-width: 1200px) {

    /*==========================
    LP
    ==========================*/
    /* MV */
    #contentsMain .pageTitle h2 {
        font-size: 42px;
    }

    #contentsMain .pageTitle p {
        font-size: 16px;
    }


    /* 特集アクセサリー */
    #contentsMain .lpInner h2 {
        font-size: 30px;
    }

    #contentsMain .lpInner h3 {
        font-size: 14px;
    }

    #contentsMain .lpInner .lpTxt {
        font-size: 14px;
    }

    #contentsMain .lpInner .lp_itemCredit {
        font-size: 12px;
    }

    /* 特集まとめ */
    #contentsMain .lp_ItemAll h2 {
        font-size: 33px;
    }

    #contentsMain .lp_ItemAll p {
        font-size: 14px;
    }

    #contentsMain .lp_ItemAll .lp_itemList h3 {
        font-size: 1.4rem;
    }

    #contentsMain .lp_ItemAll .lp_itemList-pierce h3 {
        font-size: 1.4rem;
    }

    #contentsMain .lp_ItemAll .lp_itemList h4 {
        font-size: 1.4rem;
    }

    #contentsMain .lp_ItemAll .lp_itemList-pierce h4 {
        font-size: 1.4rem;
    }

    /* コレクション一覧はこちら */
    #contentsMain .lp_ItemAll .moreItemBtn a {
        font-size: 15px;
    }

}

.img-sp {
    display: none;
}

@media screen and (max-width:560px) {
    .img-pc {
        display: none;
    }

    .img-sp {
        display: block;
    }
}


/* ケース */

.main-area.lp .bottom-area {
    padding: 90px 0 60px;
}
@media screen and (max-width: 767px) {
  .main-area.lp .bottom-area {
    padding: calc(60 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
  }
}

.main-area.lp .bottom-area .wrap {
  max-width: 820px;
  width: calc(820*(100vw/1200));
  margin: 0 auto 4rem;
  padding: 4.5rem 2rem;
  background-color: #EFEEEC;
}
@media screen and (max-width: 767px) {
  .main-area.lp .bottom-area .wrap {
    width: auto;
    margin: calc(20 / 750 * 100vw);
    padding: calc(80 / 750 * 100vw) 0 calc(66 / 750 * 100vw);
    background-color: #EFEEEC;
  }
}

.main-area.lp .bottom-area .wrap:nth-child(2) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .main-area.lp .bottom-area .wrap:nth-child(2) {
    margin-top: 6vw;
    margin-bottom: 3vw;
  }
}

.main-area.lp .bottom-area .inner {
  color: #595757;
  max-width: 716px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .main-area.lp .bottom-area .inner {
    max-width: 76vw;
    justify-content: center;
    text-align: center;
  }
}
.main-area.lp .bottom-area .inner .text-side {
  max-width: 367px;
  padding-right: 2rem;
  width: 100%;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .main-area.lp .bottom-area .inner .text-side {
    max-width: none;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-area.lp .bottom-area .inner .text-side img {
    max-width: 50vw;
    margin: 0 auto;
    /* padding-bottom: 4.8vw; */
  }
}
.main-area.lp .bottom-area .inner .sub-ttl {
  font-size: 40px;
  letter-spacing: 0.01em;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .main-area.lp .bottom-area .inner .sub-ttl {
    font-size: calc(54 / 750 * 100vw);
    letter-spacing: 0.02em;
    padding-bottom: calc(20 / 750 * 100vw);
  }
}

.main-area.lp #contentsMain .bottom-area .inner .en.sub-ttl.l2r {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  letter-spacing: 0.01em;
  padding-bottom: 0;
  text-align: center;
  margin-top: 0;
  color: #858584;
}

@media screen and (max-width: 767px) {
  .main-area.lp #contentsMain .bottom-area .inner .en.sub-ttl.l2r {
    text-align: center;
    margin-top: 0;
    line-height: 1;
    font-size: 3rem;
  }
}

.main-area.lp #contentsMain .bottom-area .inner .ttl {
  letter-spacing: 0.12em;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  padding-bottom: 2.9rem;
  /* border-bottom: 1px solid #585858; */
  /* margin-bottom: 10px; */
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .main-area.lp #contentsMain .bottom-area .inner .ttl {
    max-width: calc(480 / 750 * 100vw);
    font-size: 3.2vw;
    letter-spacing: 0.12em;
    padding-bottom: 4.5333333333vw;
    text-align: center;
    margin: 0 auto 5.8666666667vw;
    border-bottom: 1px solid #585858;
  }
}
.main-area.lp #contentsMain .bottom-area .inner .text {
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding-bottom: 3rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .main-area.lp #contentsMain .bottom-area .inner .text {
    font-size: 2.8vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding-bottom: 5.7333333333vw;
    font-family: "Noto Serif JP", serif;
    font-style: normal;
  }
}
.main-area.lp #contentsMain .bottom-area .inner .note {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  color: #121212;
}
@media screen and (max-width: 767px) {
  .main-area.lp  #contentsMain .bottom-area .inner .note {
    line-height: 1.83;
    font-size: 2.6666666667vw;
    letter-spacing: 0.04em;
    font-family: "Noto Serif JP", serif;
    font-style: normal;
    margin-top: 0;
  }
}
.main-area.lp #contentsMain .bottom-area .inner .img-side {
  max-width: 340px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .main-area.lp #contentsMain .bottom-area .inner .img-side.pc {
    display: none;
  }
}

/* カルーセル用のスタイル */

.carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-y;
  cursor: grab;
}
.carousel-container:active {
  cursor: grabbing;
}
.carousel-slides {
  display: flex;
  width: 300%;
  height: 100%;
  transition: transform 0.7s ease; /* 0.4s→0.7sに変更 */
  will-change: transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel-slide {
  /* width: 50%; */
  height: 100%;
  /* flex-shrink: 0; */
  flex: 1;
}
.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
  pointer-events: none;
  user-select: none;
}
/* インジケーター */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 5;
}
.indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.351);
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.indicator:hover {
  background-color: rgba(166, 166, 166, 0.8);
}
.indicator.active {
  background-color: rgba(166, 166, 166, 0.8);
}
/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .carousel-container {
    border-radius: 0;
  }
  .carousel-indicators {
    bottom: 5px;
  }
  .indicator {
    width: 8px;
    height: 8px;
  }
}
/*----------------------------------------
  SOLD OUT スタイル
----------------------------------------*/

/* 1. 画像コンテナを基準とする (carousel-container が相当) */
.is-sold-out .carousel-container {
  /* position: relative; と overflow: hidden; は既存のスタイルで設定済みですが、念のため記述します */
  position: relative;
  overflow: hidden; 
}

/* 2. グレーのベタ塗りと透かし（::before）*/
.is-sold-out .carousel-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* 背景色と透明度 */
  background-color: rgba(76, 73, 65, 0.7);
  z-index: 10;
  pointer-events: none; /* 下のリンクを邪魔しない */
}

/* 3. SOLD OUT の白文字（::after）*/
.is-sold-out .carousel-container::after {
  content: "SOLD OUT";
  position: absolute;
  top: 50%;
  left: 50%;
  /* 中央配置 */
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-family: 'Minion Medium',serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  z-index: 11;
  white-space: nowrap;
  pointer-events: none;
  /* フォントサイズ (PC/SP共通で可変サイズ) */
  font-size: clamp(1.8rem, 3.5vw, 2.8rem); 
}

/*----------------------------------------
  SOLD OUT スタイル SP 補強 (オプション)
----------------------------------------*/

@media screen and (max-width: 767px) {
  /* SPでは、文字サイズを固定しても良い */
  .is-sold-out .carousel-container::after {
    font-size: 2.4rem;
  }
}

/* 罫線 */

.line {
  border-top: 1px solid #A9A8A6;
  width: 100%;
  margin: 8px 0 25px;
}

@media screen and (max-width: 767px) {
    .line {
        border-top: 1px solid #A9A8A6;
        width: 100%;
        margin: 20px 0;
}
}
