@charset "UTF-8";

html {
    font-size: 62.5%;
}

main.main-area.lp {
    position: relative;
}

#contentsMain {
    color: #1c1c1c;
}

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

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

#contentsMain .scrollFade .fade1 {
    opacity: 0;
    transform: translateY(10px);
    transition: all 1s;
}

#contentsMain .scrollFade .fade2 {
    opacity: 0;
    transform: translateY(10px);
    transition: all 1s;
    transition-delay: 0.5s;
}

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

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

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

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

#breadcrumb li {
    font-family: 'Helvetica', sans-serif !important;
    /* color: #CECECE; */
    color: #1C1C1C;
    letter-spacing: .05em;
}

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

/*==========================
LP
==========================*/
#contentsMain {
    color: #1C1C1C;
}


#contentsMain .lp_gradation {
    background: linear-gradient(#ECE0F7, #FBE6EF, #FAEBDD, #FBE6EF, #ECE0F7);
}


#contentsMain .mvBlock {
    position: relative;
}

/* MV */
#contentsMain .pageTitle h2 {
    color: #fff;
    font-family: 'Helvetica', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .05em;
}

#contentsMain .pageTitle h3 {
    color: #000000;
    font-family: 'Helvetica', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .05em;
}

/* 特集アクセサリー */
#contentsMain .lp_main .logo {
    width: 150px;
    margin: auto;
}

#contentsMain .mainTxt {
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif !important;
    line-height: 1.75;
    letter-spacing: .03em;
    text-align: center;
}


#contentsMain .credit {
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif !important;
    line-height: 1.9;
    letter-spacing: .05em;
    text-align: center;
    background-color: #C8E2E9;
}

#contentsMain .lpInner h2 {
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif !important;
    line-height: 1.2;
    letter-spacing: .05em;
}

#contentsMain .lpInner h3 {
    position: relative;
    color: #707070;
    font-family: minion-pro, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .05em;
}

#contentsMain .lpInner .lpTxt {
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif !important;
    line-height: 1.75;
    letter-spacing: .05em;
}

#contentsMain .lpInner .lp_itemCredit {
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif !important;
    line-height: 2.1;
    letter-spacing: .05em;
}

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

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

.title_container {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 35px 0 35px;
}

@media (max-width: 767px) {
    .title_container {
        text-align: left;
        margin: 0 6vw;
    }
}

.title_img {
    text-align: center;
    width: 28%;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .title_img {
        width: 53%;
        height: auto;
        text-align: left;
        margin: 0;
    }
}

.title_text_box {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.85;
    margin-top: 15px;
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif !important;
}

@media (max-width: 767px) {
    .title_text_box {
        text-align: left;
        font-size: 2.3vw;
        letter-spacing: 0.1em;
        line-height: 1.6;
        position: relative;
    }
}

.SP_title_art {
    display: none;
}
@media (max-width: 767px) {
    .SP_title_art {
        position: absolute;
        width: 13%;
        height: auto;
        right: 0%;
        bottom: 0%;
        z-index: 10;
        display: block;
    }
}




/* case */
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    
    background-color:#EAF5F5;
}

.kikan {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    
    background-color:#C8E2E9 ;
}


.box {
    
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    height: auto;
}



.casetitle {
    font-size: calc(26*(100vw/1200));
    font-family: 'Helvetica';
}

.casetitle2 {
    font-size: calc(26*(100vw/1200));
    font-family: 'Helvetica';
}




/* ケースPC向けのスタイル */
@media (min-width: 768px) {
    .casetitle {
        color: #FFF;
        font-size: 1px;
    }

    .box {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 5px;
        width: 60%;
        margin: 0 auto;
    }

    #contentsMain .mainTxt {
        padding: calc(80*(100vw/750)) calc(20*(100vw/750)) 0;
        font-size: calc(22*(100vw/750));
    }
    #contentsMain .credit {
        padding: calc(80*(100vw/750)) calc(20*(100vw/750)) 0;
        font-size: calc(22*(100vw/750));
    }
    

    .image {
        max-width: 45%;
        border-radius: 10px;
    }

    /* 画像を重ねるPC向け */
    .image-container {
        position: relative;
        width: auto;
        /* コンテナの幅 */
    }

    .image-container img {
        width: 42%;
        margin: 6% 0px 0px 14%;
        height: auto;
    }

    .image-container img:nth-child(2) {
        width: 19%;
        margin: -14% 0px 0% 50%;
    }

    .image-container img:nth-child(3) {
        width: 21%;
        margin: -46% 18% 43% auto;
    }

    /* カテゴリー画像PC向け */
    .rapuimg {
        width: 40%;
        height: auto;
        vertical-align: bottom;
        display: initial;
    }

    .zasso {
        width: 6%;
        height: auto;
        vertical-align: bottom;
        display: initial;
    }

    .tapioka {
        width: 8%;
        height: auto;
        vertical-align: bottom;
        display: initial;
      
        
    }

    .flowerimg {
        width: 14%;
        height: auto;
        vertical-align: bottom;
        display: initial;
    }

    .lightsimg {
        width: 18%;
        height: auto;
        vertical-align: bottom;
        display: initial;
    }
    /* ケースブロックとモデル画像の余白調整用PC向け */
       
    .spcase {
        display: none;
    }
    .pccase {
        display: block;
    }

    
    .lineSP, .only_sp {
        display: none;
    }
    .linePC, .only_pc {
        display: block;
    }

}


/* ケーススマホ向けのスタイル */
@media (max-width: 767px) {
    .casetitle2 {
        color: #FFF;
        font-size: 1px;
    }

    .container {
        padding-bottom: 50px;
    }
    

    #contentsMain .mainTxt {
        padding: calc(50*(100vw/750)) calc(20*(100vw/750)) 0;
        font-size: calc(21*(100vw/750));
    }

    #contentsMain .credit {
        padding: 20px;
        font-size: calc(21*(100vw/750));
        background-color:#C8E2E9;
    }


    .casetitle {
        font-size: calc(63*(100vw/1200))
    }

    .box {
        padding: 25px;
     
    }

    .image {
        max-width: 100%;
        border-radius: 10px;
    }
    
    /* 画像を重ねるスマホ向け */
    .image-container {
        position: relative;
        width: auto;
        margin-top: 50px;
        /* コンテナの幅 */
    }

    .image-container img {
        width: 59%;
        height: auto;
        margin: 0px 0px 0px 15px;
    }

    .image-container img:nth-child(2) {
        width: 43%;
        margin: -25% 15px 0 auto;
    }

    .image-container img:nth-child(3) {
        width: 34%;
        margin: -30px 0px 55px 15%;
    }

    /* カテゴリー画像スマホ向け */
    .rapuimg {
        width: 55%;
        height: auto;
        vertical-align: bottom;
        display: initial;
    }
    .zasso {
        width: 15%;
        height: auto;
        vertical-align: bottom;
        display: initial;
    }

    .tapioka {
        width: 20%;
        height: auto;
        vertical-align: bottom;
        display: initial;
    }

    .flowerimg {
        width: 35%;
        height: auto;
        vertical-align: bottom;
        display: initial;
    }

    .lightsimg {
        width: 42%;
        height: auto;
        vertical-align: bottom;
        display: initial;
    }
    /* カテゴリー画像スマホ向け */
    #contentsMain .box .mainTxt {
        padding: 0;
    }

    #contentsMain .box .credit {
        padding: 0;
    }


    /* 最も上のネックレス横スペース調整スマホ向け */
    .space {
        padding-left: 4px;
    }
    .tuikaBGI {
        background-color: rgba(255,255,255,0.4);
    }
    .BGI2 {
        background-color: rgba(255,255,255,0.4);
    }
    .pccase {
        display: none;
    }
    .spcase {
        display: block;
    }

    .linePC, .only_pc {
        display: none;
    }
    .lineSP, .only_sp {
        display: block;
    }

}



/* 特集まとめ */
#contentsMain .lp_ItemAll h2 {
    font-family: 'Helvetica', sans-serif;
    letter-spacing: .05em;
    text-align: center;
}

#contentsMain .lp_ItemAll p {
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif !important;
    line-height: 1.75;
    letter-spacing: .05em;
    text-align: center;
}

#contentsMain .lp_ItemAll .lp_itemList h3 {
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif !important;
    letter-spacing: .05em;
}

#contentsMain .lp_ItemAll .lp_itemList h4 {
    color: #1C1C1C;
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif !important;
    letter-spacing: .05em;
}

/* コレクション一覧はこちら */
#contentsMain .moreItemBtn a {
    display: block;
    margin: 0 auto;
    color: #fff;
    font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
    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;
}

.footer_nav_section {
        background-color: #5887da;
        padding: 0 0 3vw;
        text-align: center;
        margin-top: -1px;
    }
    @media screen and (max-width:767px) {
        .footer_nav_section {
            padding: 0 0 5vw;
        }
    }

    .btn_to_top {
        display: inline-block;
        background-color: #5887da;
        color: #1C1C1C;
        text-decoration: none;
        font-size: 18px;
        padding: 12px 40px;
        border: 1px solid #1C1C1C;
        transition: all 0.3s ease;
        margin-top: 3%;
    }
    

/*************************************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 .mvBlock {
        padding: 0;
    }

    

    #contentsMain .pageTitle {
        position: absolute;
        top: 42%;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

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

    #contentsMain .pageTitle h3 {
        margin-top: calc(16*(100vw/750));
        font-size: calc(56*(100vw/750));
    }

    #contentsMain .lp_main {
        padding-bottom: calc(200*(1vw/750));
    }

    .onlyPC {
        display: none !important;
    }

    /* 特集アクセサリー */
    #contentsMain .lpInner {
        margin-top: calc(200*(70vw/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));
        background-color: #707070;
    }

    #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 .lpInner .lp_logo {
        width: 50% !important;
    }

    /* 特集まとめ */
    #contentsMain .lp_ItemAll {
        padding: calc(160*(1vw/750)) calc(20*(100vw/750)) calc(30*(250vw/750));
        /* padding-top: 20px; */
        background-size: 25%;
        background-position: 5% bottom;
        position: relative;
    }

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

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

    #contentsMain .lp_ItemAll .lp_itemList {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: calc(710*(100vw/750));
        width: 100%;
        gap: 4%;
    }

    #contentsMain .lp_ItemAll .lp_itemList li {
        width: 48%;
        margin-top: calc(60*(100vw/750));
        margin-bottom: calc(60*(100vw/750));
    }

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

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

    /* コレクション一覧はこちら */
    #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));
    }


    
    /* ------------------------------------- */
    /* 【追記】SPでのみ改行を有効にする */
    .br-sp-only {
        display: block;
    }
    /* ------------------------------------- */

    /* ANDYアート配置 */
    .andy_art .icon_1 {
        position: absolute;
        width: 11%;
        height: auto;
        top: 18.2%;
        right: 52.5%;
    }

    .andy_art .icon_2 {
        position: absolute;
        width: 11%;
        height: auto;
        top: 38.3%;
        right: 25%;
    }

    .andy_art .icon_3 {
        position: absolute;
        width: 11%;
        height: auto;
        top: 58.2%;
        left: 29.5%;
    }

}

/*************************************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 .mvBlock {
        padding: 0;
    }

    

    #contentsMain .pageTitle {
        position: absolute;
        top: 43%;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

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

    #contentsMain .pageTitle h3 {
        margin-top: 1.5rem;
        font-size: calc(44*(100vw/1200));
    }

    #contentsMain .mainTxt {
        margin: 0 auto;
        padding-top: 5rem;
        font-size: calc(18*(100vw/1200));
    }

    #contentsMain .mainTxt.cinema {
        padding: 1vw 0 0;
    }

    #contentsMain .credit {
        margin: 0 auto;
        padding-top: 4rem;
        font-size: calc(14*(100vw/1200));
    }


    .onlySmall {
        display: none !important;
    }

    /* 特集アクセサリー */
    #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;
        background-color: #707070;
    }

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

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

    #contentsMain .lpInner .lp_Img {
        width: calc(600*(100vw/1400));
    }

    #contentsMain .lpInner .lp_logo {
        width: 100%;
    }

    /* 特集まとめ */
    #contentsMain .lp_ItemAll {
        padding: 6rem 0 0;
        position: relative;
        /* background-size: 11%;
        background-position: 9% 100%; */
    }

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

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

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

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

    /* #contentsMain .lp_ItemAll .lp_itemList li:nth-of-type(1) {
        margin-left: 15%;
    }
    #contentsMain .lp_ItemAll .lp_itemList li:nth-of-type(2) {
        margin-right: 15%;
    } */

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

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

    /* コレクション一覧はこちら */
    #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;
    }
   
    /* ANDYアート配置 */
    .andy_art .icon_1 {
        position: absolute;
        display: block;
        width: 5%;
        height: auto;
        z-index: 10;
        top: 4.7%;
        right: 40.5%;
    }

    .andy_art .icon_2 {
        position: absolute;
        display: block;
        width: 5%;
        height: auto;
        z-index: 10;
        top: 35.5%;
        right: 17%;
    }

    .andy_art .icon_3 {
        position: absolute;
        display: block;
        width: 5%;
        height: auto;
        z-index: 10;
        top: 66.3%;
        left: 30.5%;
    }

    



    /* ------------------------------------- */
    /* 【追記】PCでのみ改行を有効にする */
    .br-pc-only {
        display: block;
    }
    /* ------------------------------------- */
}

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

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

    #contentsMain .pageTitle h3 {
        font-size: 42px;
    }

    #contentsMain .mainTxt {
        font-size: 18px;
    }

    #contentsMain .mainTxt.cinema {
        padding: 3.5rem 0 0;
    }

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

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

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

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

    .onlySmall {
        display: none !important;
    }

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

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

    #contentsMain .lp_ItemAll .lp_itemList h3 {
        font-size: 12px;
    }

    #contentsMain .lp_ItemAll .lp_itemList h4 {
        font-size: 12px;
    }

    #contentsMain .case {
        width: 700px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }


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

}


/* .moji {
    background: #FFFDED;
    padding: 80px 0 60px;
    background-image: url('../img/bg_line2025_01_v2.png');
    background-repeat: no-repeat;
    background-position: center 30px;
    background-size: 35%;
} */

@media screen and (max-width:767px) {
    .moji {
        padding: 60px 0 50px;
        background-size: 80%;
    }
}

/* #contentsMain .lp_ItemAll {
    background-image: url('../img/bg_tapioka_2025.png');
    background-repeat: no-repeat;
} */

/* .owari{
    background: #C8E2E9;
    padding-bottom: 20px;
} */

.lp_ItemAll{
    background-color: #d9d8d6;
}

/* .zassouwaku{
    background-color: #EAF5F8;
} */
/* .tapiokawaku{
    background-color: #C8E2E9;
} */

.linePC{
    background: linear-gradient(#EAF5F8,#C8E2E9); 
}
.lineSP{
    background: linear-gradient(#EAF5F8,#C8E2E9); 
}

/* ------------------------------------- */
/* 【追記】改行制御用のデフォルトスタイル */
/* デフォルト（PC・SPどちらでも改行しない状態） */
.br-pc-only {
    display: none;
}

.br-sp-only {
    display: none;
}
/* ------------------------------------- */




#contentsMain .lp_ItemAll .lp_itemList li {
    text-align: center;
}


#contentsMain .lp_ItemAll p.btn_toDetai01 {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFF;
    border-radius: 6% / 50%;
    background-color: #99A0D0;
    width: 80%;
    padding: 1.5% 0;
    margin-top: 2rem;
}

#contentsMain .lp_ItemAll p.btn_toDetai01:after {
    position: absolute;
    right: 5%;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 15px solid #fff;
}

@media screen and (max-width:767px) {
    #contentsMain .lp_ItemAll p.btn_toDetai01 {
        border-radius: 8% / 50%;
    }

    #contentsMain .lp_ItemAll p.btn_toDetai01:after {
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 8px solid #fff;
    }
}




#contentsMain .special-case {
    background-color: #5887da;
    padding: 3vw 0 0;
}

/* #contentsMain .special-case_mascot {
    width: 60%;
    margin: 0 auto;
    text-align: right;
} */

/* #contentsMain .special-case_mascot_img {
    width: 5vw;
    margin-right: 8%;
    margin-left: auto;
    margin-bottom: -0.5vw;
} */

#contentsMain .special-case_box {
    font-size: 0.9vw;
    line-height: 1.8;
    text-align: center;
    width: 55%;
    margin: 0 auto;
    padding: 0.5% 2.5%;
    background-color: #fff;
    display: grid;
    grid-template-columns: 50% 50%;
    /* grid-template-rows: auto 1fr; */
}

#contentsMain .special-case_title {
    grid-column: 3 / 2;
    grid-row: 1 / 2;
    margin-right: 50px;
}

/* #contentsMain .special-case_logo {
    padding: 0 3%;
} */

#contentsMain .special-case_subtitle {
    font-size: 1.8vw;
    /* margin-bottom: 1vw; */
    font-family: 'Helvetica';
    padding: 42px 0 0 0;
}

#contentsMain .special-case_caption {
    grid-column: 3 / 2;
    grid-row: 2 / 3;
    margin: -45Px 0 0 0;
    margin-right: 50px;
}
#contentsMain .special-case_img {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    width: 70%;
    margin-left: 90px;
}

#contentsMain .special-case_caption_note01 {
    margin-top: 1vw;
    font-size: 0.8vw;
}

@media screen and (max-width:767px) {
    #contentsMain .special-case_caption_note01 {
    margin-top: 5vw;
    font-size: calc(17 * (100vw / 750));
}
}


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

    #contentsMain .special-case {
        padding: 10vw 8vw 3vw;
    }

    /* #contentsMain .special-case_mascot {
        width: 85%;
        margin: 0 auto;
        text-align: right;
    } */

    /* #contentsMain .special-case_mascot_img {
        width: 12vw;
        margin-right: 0;
        margin-bottom: -1vw;
    } */

    #contentsMain .special-case_box {
        font-size: 1vw;
        line-height: 1.5;
        width: 100%;
        margin: 0 auto;
        padding: 8% 20px 13%;
        background-color: #fff;
        /* border-radius: 20px / 20px; */
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto auto auto auto;
    }

    #contentsMain .special-case_title {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        margin: 0 auto;
    }
    #contentsMain .special-case_subtitle {
        font-size: 6vw;
        line-height: 1.4;
        margin-bottom: 2vw;
        font-family:Helvetica, sans-serif;
        padding: 0 0 0 0;
    }
    #contentsMain .special-case_caption{
        grid-column: 1 / 2;
        grid-row: 3 / 4;
        font-size: 3.2vw;
        margin-right: 0;
    }

    #contentsMain .special-case_caption_main {
        text-align: center;
        font-size: calc(20 * (100vw / 750));
        /* margin-left: 8vw; */
    }



    #contentsMain .special-case_img {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        margin: 0 auto 6.5vw;
        width: 65%;
    }

    #contentsMain .special-case_copyright {
        grid-column: 1 / 2;
        grid-row: 4 / 5;
    }
}



#contentsMain .order-sales {
    padding: 5vw 0;
    background-image: url('../img/bg_order-sales_2025_b_pc.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
}

#contentsMain .order-sales_box {
    font-size: 1vw;
    line-height: 1.5;
    text-align: center;
    width: 45%;
    margin: 0 auto;
    padding: 5% 20px 7%;
    background-color: #fff;
    border-radius: 20px / 20px;
    background-image: url('../img/bg_furoshiki_zasso_2025.png');
    background-repeat: no-repeat;
    background-size:  7vw;
    background-position: 94% bottom;
}

#contentsMain .order-sales_title {
    font-size: 1.3vw;
    margin-bottom: 2vw;
}

#contentsMain .order-sales_caption {
    font-size: 1.1vw;
    margin-bottom: 2vw;
    line-height: 2.3;
}

#contentsMain .order-sales_start {
    font-size: 1.1vw;
    margin-top: 1vw;
}

#contentsMain .order-sales_copy {
    margin-top: 4vw;
    text-align: center;
    font-size: 1.5vw;
}

@media screen and (max-width:767px) {
    #contentsMain .order-sales {
        padding: 15vw 8vw 9vw;
        background-image: url('../img/bg_order-sales_2025_b_sp.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #contentsMain .order-sales_box {
        font-size: 1vw;
        line-height: 1.5;
        width: 100%;
        margin: 0 auto;
        padding: 11% 10px 18%;
        background-color: #fff;
        border-radius: 20px / 20px;
        background-image: url('../img/bg_furoshiki_zasso_2025.png');
        background-repeat: no-repeat;
        background-size: 18vw;
        background-position: 90% bottom;
    }

    #contentsMain .order-sales_title {
        font-size: calc(28*(100vw/750));
        margin-bottom: calc(26*(100vw/750));
        line-height: 1.8;
    }

    #contentsMain .order-sales_caption {
        font-size: calc(26*(100vw/750));
        margin-bottom: calc(46*(100vw/750));
        line-height: 1.8;
    }

    #contentsMain .order-sales_caption .order-sales_period {
        margin-bottom: 4vw;
    }

    #contentsMain .order-sales_start {
        font-size: calc(26*(100vw/750));
        margin-top: 1vw;
    }

    #contentsMain .order-sales_copy {
        margin-top: 8vw;
        text-align: center;
    }

    #contentsMain .order-sales_copy small {
        font-size: calc(26*(100vw/750));
    }

}