@charset "UTF-8";
/* CSS Document */
.clearfix:after {
 content: " ";
 height: 0;
 clear: both;
 visibility: hidden;
}

@font-face {
    font-family: 'HEL-BLD';
    src: url('../fonts/Helvetica-Bold-Font.woff2');
}
@font-face {
    font-family: 'MON-BLD';
    src: url('../fonts/Montserrat-Bold.woff2');
}
@font-face {
    font-family: 'MON-MDI';
    src: url('../fonts/Montserrat-Medium.woff2');
}
@font-face {
    font-family: 'MON-SEM-MDI';
    src: url('../fonts/Montserrat-SemiBold.ttf');
}
@font-face {
    font-family: 'IBM';
    src: url('../fonts/IBMPlexSansJP-Regular.woff2');
}
@font-face {
    font-family: 'IBM-BLD';
    src: url('../fonts/IBMPlexSansJP-Bold.woff2');
}
@font-face {
    font-family: 'IBM-JP-BLD';
    src: url('../fonts/IBMPlexSansJP-SemiBold.woff2');
}
@font-face {
    font-family: 'IBM-MDI';
    src: url('../fonts/IBMPlexSans-Medium.woff2');
}
@font-face {
    font-family: 'IBM-JP-MDI';
    src: url('../fonts/IBMPlexSansJP-Medium.woff2');
}
@font-face {
    font-family: 'IBM-SEM-BLD';
    src: url('../fonts/IBMPlexSans-SemiBold.woff2');
}
@font-face {
    font-family: 'IBM-SEM-JP-BLD';
    src: url('../fonts/IBMPlexSansJP-SemiBold.woff2');
}
@font-face {
    font-family: 'NOTO';
    src: url('../fonts/NotoSansJP-Regular.otf');
}
@font-face {
    font-family: 'NOTO-MDI';
    src: url('../fonts/NotoSansJP-Medium.otf');
}
@font-face {
    font-family: 'NOTO-BLD';
    src: url('../fonts/NotoSansJP-Bold.otf');
}
@font-face {
    font-family: 'NOTO-SEM-BLD';
    src: url('../fonts/NotoSansJP-Medium.otf');
}
@font-face {
    font-family: 'NOTO-BLK';
    src: url('../fonts/NotoSansJP-Black.otf');
}

/ ＊Hides from IE-mac \＊/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

    html {
        scroll-behavior: smooth;
    }

    tr {
        display: inline-block;
        vertical-align: top;
        border-color: inherit;
    }

    tbody {
        margin: 0px auto;
        width: 100%;
        display: block;
        vertical-align: middle;
        border-color: inherit;
    }

    h1 {
        display: block;
        font-size: 2em;
        margin-block-start: 0.67em;
        margin-block-end: 0.67em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: unset;
    }

    h2 {
        font-weight: normal;
    }

    h3 {
        font-weight: normal;
    }

    h4 {
        font-weight: normal;
    }

    h5 {
        font-weight: normal;
    }

    h6 {
        font-weight: normal;
    }

    a {
        text-decoration: none;
    }



/*  modal  */


    /* モーダルCSS */
    .modalArea {
      display: none;
      position: fixed;
      z-index: 999; /*サイトによってここの数値は調整 */
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .modalBg {
        width: 100%;
        height: 100%;
        background-color: rgb(78 78 78 / 90%);
    }

    .modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50vw;
    height: 38vw;
    /* max-width: 1000px; */
    padding: 73px 0px;
    overflow: auto;
}

    .closeModal {
        width: 35px;
        position: absolute;
        top: 27px;
        right: 1rem;
        cursor: pointer;
        /* z-index: 999; */
    }

    .closeModal img {
        width: 100%;
    }


    /* 以下ボタンスタイル */
    button {
      padding: 10px;
      background-color: #fff;
      border: 1px solid #282828;
      border-radius: 2px;
      cursor: pointer;
    }

    #openModal img{
        width: 100%;
    }
    #openModal-2 img{
        width: 100%;
    }
    #openModal-3 img{
        width: 100%;
    }
    #openModal-4 img{
        width: 100%;
    }



/*  modal  */


    .slide-box-1 {
      width: 100%;
      margin: 0px auto 72px auto;
    }

    .slide-box-1 img{
      width: 100%;
    }

    .scroll {
      margin: auto;
      overflow-x: auto;
      white-space: nowrap;
      width: 300px;
    }

    .slide-box-2 {
      margin: 0px auto 0px auto;
      overflow-x: auto;
      white-space: nowrap;
      width: 100%;
      scrollbar-width: none;
    }

    .slide-box-2 ::-webkit-scrollbar { 
      display: none;
    }

    .box {
      display: inline-block;
      width: 70%;
    }

    .slide-box-2 img{
      width: 100%;
    }

    .hidden-1 {
        visibility: hidden;
        display: inline-block;
    }
    .hidden-2 {
        visibility: hidden;
    }
    .hidden-3 {
        visibility: hidden;
        display: inline;
    }

    .text-box-0 {
        position: absolute;
        top: 35px;
        left: 0px;
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-1 {
        width: 63.9%;
        margin: 0px auto 56px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-2 {
        width: 800px;
        margin: 0px auto 100px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-2-2 {
        width: 900px;
        margin: 0px auto 100px auto;
        text-align: center;
        padding: 0px 0px;
        background-color: #F5F6F7;
        padding: 60px 0px;
        border-radius: 40px;
    }	
    .text-box-2-2 .text-box-2 {
        margin: 0 auto;
        width: 640px;
    }
    .text-box-2-2 img {
        height: 480px;
        margin-bottom: 30px;
        width: auto;
    }
    .text-box-3 {
        width: 834px;
        margin: 0px auto 120px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-4 {
        width: 750px;
        margin: 0px auto 120px auto;
        text-align: left;
        padding: 0px 0px;
    }
    .text-box-4 a{
        text-decoration: underline;
        font-family: 'NOTO';
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        color: #111;
        overflow-wrap: break-word;
    }
    .text-box-4 a:hover{
        text-decoration: none;
        font-family: 'NOTO';
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        color: #111;
        overflow-wrap: break-word;
    }
    .text-box-4-2 {
        width: 750px;
        margin: 0px auto 60px auto;
        text-align: center;
    }

    .text-box-4-3 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
    }

    .text-box-5 {
        width: 100%;
        margin: 0px auto 0px auto;
        display: block;
        background-color: #0052A4;
        padding: 10px 0px;
        border-radius: 0px 0px 7px 7px;
    }

    .text-box-6 {
        display: flex;
        width: 85%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0px 0px 0px 0px;
        justify-content: space-between;
        align-items: center;
    }

    .text-box-7 {
        width: 430px;
        margin: 0px 0px 0px auto;
        text-align: left;
        padding: 70px 0px;
        background-color: #000000;
    }

    .text-box-8 {
        width: 430px;
        margin: 0px 0px 0px auto;
        text-align: left;
        padding: 70px 0px 40px 0px;
        background-color: #000000;
    }

    .text-box-9 {
        width: 303px;
        margin: 0px 0px 0px auto;
        text-align: left;
        padding: 0px 0px;
    }

/*border*/
    .border-1 {
        width: 700px;
        border-bottom: solid 1px #111;
        margin: 0px auto 60px auto;
        text-align: center;
    }

    .border-2 {
        width: 20px;
        border-bottom: solid 1px #111;
        margin: 0px auto 100px auto;
        text-align: center;
    }
/*border*/

/*main*/
    .lp-contents-box {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0.1px 0px 0.1px 0px;
        background-color: #fff;
        /*background-image: url(./bg.jpg);
        background-position: top;
        background-size: 100%;
        background-repeat: repeat;*/
    }
/*main*/

/*article*/
    .lp-contents {
    	width: 100%;
    	margin: 0 auto;
    	text-align: center;
    }
/*article*/

/*section*/
    .fv-section {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0.1px 0px;
    }
    .item-section {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0.1px 0px 0.1px 0px;
        /*background-image: url(./back-ground_pc.png);
        background-position: top;
        background-size: cover;*/
    }
    .item-section-2 {
        width: 100%;
        margin: 0px auto 120px auto;
        text-align: center;
        padding: 120px 0px 0.1px 0px;
        background-color: #F2F2F2;
    }
/*section*/

/*1200px*/
    .fv-img-box {
        width: 910px;
        margin: 0px auto;
        text-align: center;
    }
/*1200px*/

/*youtube*/
    #movie-section {
        width: 1120px;
        text-align: center;
        margin: 0px auto 56px auto;
    }
    #movie-section img{
        width: 100%;
        text-align: center;
        margin: 0px auto 0px auto;
    }
    .tv__movie {
        margin: 0px auto 0px auto;
        width: 100%;
        height: 170px;
        padding-top: 56.5%;
        position: relative;
    }
    .tv__movie iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .tv__movie-pink {
        margin: 0px auto 0px auto;
        width: 100%;
        height: 170px;
        padding-top: 38%;
        position: relative;
    }
    .tv__movie-pink iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*youtube*/

/*video*/
    .v-section {
        width: 900px;
        text-align: center;
        margin: 0px auto 160px auto;
    }
    .v-section video {
        width: 100%;
    }
/*video*/

/*txt*/
    .lp-title-1 {
        font-family: 'MON-SEM-MDI';
        font-size: 50px;
        margin: 0px auto 16px auto;
        line-height: 60px;
        color: #000;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-2 {
        font-family: 'NOTO-BLD';
        font-size: 28px;
        margin: 0px auto 40px auto;
        line-height: 38px;
        color: #000;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-2 span {
        font-family: 'MON-SEM-MDI';
        font-size: 28px;
        margin: 0px auto 40px auto;
        line-height: 38px;
        color: #000;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-3 {
        font-family: 'IBM-BLD';
        font-size: 42px;
        margin: 0px auto 48px auto;
        line-height: 50px;
        color: #000;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-3-2 {
        font-family: 'MON-SEM-MDI';
        font-size: 25px;
        margin: 0px auto 30px auto;
        line-height: 36px;
        color: #111;
        text-align: center;
        letter-spacing: 1.25px;
    }
    .lp-title-4 {
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 16px 0px;
        line-height: 20px;
        color: #000;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-title-4-2 {
        font-family: 'NOTO-MDI';
        font-size: 18px;
        margin: 0px auto 0px 0px;
        line-height: 32px;
        color: #111;
        text-align: left;
        letter-spacing: 0.9px;
    }
    .lp-title-5 {
        font-family: 'MON-SEM-MDI';
        font-size: 42px;
        margin: 0px auto 48px auto;
        line-height: 50px;
        color: #000;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-6 {
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 10px auto 16px 0px;
        line-height: 20px;
        color: #000;
        text-align: left;
        letter-spacing: 0px;
        font-weight: bold;
    }
    .lp-txt {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 28px;
        color: #000;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-1 {
        font-family: 'NOTO-MDI';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 32px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-1-2 {
        font-family: 'NOTO-SEM-BLD';
        font-size: 16px;
        margin: 0px auto 0px auto;
        line-height: 32px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-txt-2 {
        font-family: 'NOTO';
        font-size: 14px;
        margin: 0px auto 16px 0px;
        line-height: 20px;
        color: #000;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-2 span {
        font-family: 'NOTO-BLD';
        font-size: 14px;
        margin: 0px auto 16px 0px;
        line-height: 20px;
        color: #ff0000;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-2-3 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 38px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-3 {
        font-family: 'NOTO-MDI';
        font-size: 12px;
        margin: 0px auto 0px 0px;
        line-height: 20px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-3-2 {
        font-family: 'NOTO-MDI';
        font-size: 11px;
        margin: 8px auto 0px 0px;
        line-height: 17px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-4 {
        font-family: 'NOTO';
        font-size: 14px;
        margin: 0px auto 0px auto;
        line-height: 25px;
        text-align: center;
        color: #111;
        letter-spacing: 0px;
    }
    .lp-txt-4-2 {
        font-family: 'AOT-B';
        font-size: 13px;
        margin: 0px auto 0px 0px;
        line-height: 20px;
        text-align: left;
        color: #fff;
        letter-spacing: 0px;
    }
    .lp-txt-5 {
        font-family: 'NOTO-BLD';
        font-size: 12px;
        margin: 0px 0px 0px 0px;
        line-height: 16px;
        text-align: left;
        color: #fff;
        letter-spacing: 0px;
    }
    .lp-txt-6 {
        font-family: 'NOTO-BLD';
        font-size: 22px;
        margin: 0px 0px 0px 0px;
        line-height: 30px;
        text-align: right;
        color: #fff;
        letter-spacing: 2.2px;
    }
    .lp-txt-6-2 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 30px;
        text-align: left;
        color: #383635;
        letter-spacing: 0px;
    }
    .lp-txt-7 {
        font-family: 'NOTO';
        font-size: 14px;
        margin: 0px auto 3px auto;
        line-height: 22px;
        text-align: center;
        color: #111;
        letter-spacing: 0px;
    }
    .lp-txt-8 {
        font-family: 'NOTO-BLD';
        font-size: 18px;
        margin: 0px auto 10px auto;
        line-height: 20px;
        text-align: center;
        color: #111;
        letter-spacing: 0px;
    }
/*txt*/

/*img*/
    .title-img-top {
        width: 100%;
        height: 62%;
        margin: 0px auto 120px auto;
    }
    .title-img-top img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-2 {
        width: 74px;
        margin: 0px auto 20px auto;
    }
    .title-img-top-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .title-img-top-3 {
        width: 51px;
        margin: 0px auto 60px auto;
    }
    .title-img-top-3 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-3 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .title-img-top-3-2 {
        display: none;
        width: 73px;
        margin: 0px auto 50px auto;
    }
    .title-img-top-3-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-3-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .title-img-top-4 {
        width: 900px;
        margin: 0px auto 150px auto;
    }
    .title-img-top-4 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-4 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .title-img-top-5 {
        width: 88.1%;
        margin: 0px auto 50px auto;
    }
    .title-img-top-5 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-5 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .title-img-top-6 {
        width: 800px;
        margin: 0px auto 50px auto;
    }
    .title-img-top-6 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-6 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .title-img-top-7 {
        width: 300px;
        margin: 0px auto 0px auto;
    }
    .title-img-top-7 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-7 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
/*img*/

/*button*/
    .button {
        padding: 15px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 100%;
        border: 1px solid #000;
        border-radius: 0px;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #000;
    }
    .button:hover {
        padding: 15px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 100%;
        border: 1px solid #000;
        background-color: #000;
        border-radius: 0px;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #fff;
    }

    .button-2 {
        text-decoration: none;
        padding: 20px 0px;
        margin: 0px auto 142px auto;
        text-align: center;
        width: 300px;
        background-color: #000;
        border: 1px solid #000;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 13px;
        letter-spacing: 0px;
        color: #fff;
    }
    .button-2:hover {
        background-color: #fff;
        border: 1px solid #000;
        color: #000;
    }

/*button*/

/*clearfix*/

    .lp-contents-clearfix {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 80px auto;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        align-items: flex-start;
    }
    .lp-contents-clearfix a{
        opacity: 1;
    }
    .lp-contents-clearfix a:hover{
        opacity: 0.5;
    }

    .lp-contents-clearfix-1 {
        text-align: center;
        width: 916px;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 184px auto;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        align-items: center;
    }
    .lp-contents-clearfix-1 a{
        opacity: 1;
    }
    .lp-contents-clearfix-1 a:hover{
        opacity: 0.5;
    }

    .lp-contents-clearfix-2 {
        text-align: center;
        width: 67%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 30px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .lp-contents-clearfix-2 a{
        opacity: 1;
    }
    .lp-contents-clearfix-2 a:hover{
        opacity: 1;
    }
    .lp-contents-clearfix-2-1 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 30px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .lp-contents-clearfix-2-1 a{
        opacity: 1;
    }
    .lp-contents-clearfix-2-1 a:hover{
        opacity: 1;
    }
    .lp-contents-clearfix-2-2 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 160px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: flex-start;
    }
    .lp-contents-clearfix-2-2 a{
        opacity: 1;
    }
    .lp-contents-clearfix-2-2 a:hover{
        opacity: 0.5;
    }
    .lp-contents-clearfix-3 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 40px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .lp-contents-clearfix-3 a{
        opacity: 1;
    }
    .lp-contents-clearfix-3 a:hover{
        opacity: 0.5;
    }
    .lp-contents-clearfix-3-2 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 200px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: flex-start;
    }
    .lp-contents-clearfix-3-2 a{
        opacity: 1;
    }
    .lp-contents-clearfix-3-2 a:hover{
        opacity: 0.5;
    }
    .lp-contents-clearfix-4 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 0px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .lp-contents-clearfix-4 a{
        opacity: 1;
    }
    .lp-contents-clearfix-4 a:hover{
        opacity: 0.5;
    }
    .lp-contents-clearfix-4-2 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 200px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .lp-contents-clearfix-4-2 a{
        opacity: 1;
    }
    .lp-contents-clearfix-4-2 a:hover{
        opacity: 0.5;
    }
    .lp-contents-clearfix-5 {
        text-align: center;
        width: 750px;
        flex-wrap: wrap;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .lp-contents-clearfix-5 a{
        opacity: 1;
    }
    .lp-contents-clearfix-5 a:hover{
        opacity: 0.5;
    }
    .lp-contents-clearfix-6 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 50px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: flex-start;
    }
    .lp-contents-clearfix-6 a{
        opacity: 1;
    }
    .lp-contents-clearfix-6 a:hover{
        opacity: 0.5;
    }
    .lp-contents-clearfix-7 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 0px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: flex-start;
    }
    .lp-contents-clearfix-7 a{
        opacity: 1;
    }
    .lp-contents-clearfix-7 a:hover{
        opacity: 0.5;
    }

    .box-img-1 {
        width: 49.7%;
        margin: 0px 0px 1.5vh 0px;
        flex-direction: row;
        text-align: center;
    }
    .box-img-1 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-1 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-1-2 {
        width: 117px;
        margin: 0px 50px 0px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-1-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-1-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-2 {
        width: 32.9%;
        margin: 0px 0px 1.5vh 0px;
        flex-direction: row;
        text-align: center;
    }
    .box-img-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-2-2 {
        width: 420px;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-2-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-2-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-3 {
        width: 29%;
        margin: 0px 1.7% 80px 1.7%;
        flex-direction: row;
        text-align: left;
    }
    .box-img-3 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-3 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-3-1 {
        width: 19.9%;
        margin: 0px 1.7% 80px 1.7%;
        flex-direction: row;
        text-align: left;
    }
    .box-img-3-1 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-3-1 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-4 {
    width: 50%;
    margin: 0px 0px 0px 0px;
    flex-direction: row;
    text-align: left;
}
    .box-img-4 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-4 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-5 {
        width: 750px;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: center;
        padding: 0px 0px 0px 0px;
    }
    .box-img-5 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-5 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-6 {
        width: 40%;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-6 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-6 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-7 {
        width: 30%;
        margin: 0px 3% 15px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-7 a{
            text-align: left;
    font-family: 'NOTO-BLD';
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #111;
    }
    .box-img-7 a:hover{
        text-align: left;
        font-family: 'NOTO-BLD';
        text-decoration: underline;
        font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #111;
    }
    .box-img-7 picture{
        width: 100%;
        margin: 0px auto 8px auto;
    }
    .box-img-7 img{
        width: 100%;
        margin: 0px auto 8px auto;
    }
/*clearfix*/

/*hide*/
    .hide-pc {
    	display: none;
    }
    .hide-sp {
        display: inline;
        vertical-align: middle;
    }
    .hide-pc-2 {
        display: none;
    }
    .hide-sp-2 {
        display: block;
    }
/*hide*/

/*lookスライダー*/
.buy-btn {
display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  margin-bottom: 14px;
  border: 1px solid #666;
  border-radius: 9999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.25s ease;
}

.buy-btn:hover {
opacity: 1;
  background: #333;
  color: #fff;
}

.buy-btn:last-child {
margin-bottom: 0;
}

.splide {
width: 100%;
  position: relative;
  padding-bottom: 72px; 
  box-sizing: border-box;
}

.splide__track {
overflow: hidden;
  position: relative;
  z-index: 1;
}

.splide__list {
align-items: stretch;
}

.splide__slide {
position: relative;
  box-sizing: border-box;
}

.splide__slide img {
    display: block;
    width: 100%;
    height: auto;
}

.splide__slide::after {
content: none;
}

.splide::after {
content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - 0px) / 2);
  height: calc(100% - 72px);
  background: rgba(0, 0, 0, 0.42);
  pointer-events: none;
  z-index: 2;
  transition: none;
}

.slider-box .splide::after {
    display: none;
}

.slider-controls {
    position: relative;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    width: 69.2708333vw;
    max-width: 1330px;
    box-sizing: border-box;
    margin: 16px 0 80px auto;
}

.slide-wrap {
    display: flex;
    gap: 24px;
    justify-content: flex-end;
}

.slider-progress {
width: min(260px, 40%);
  height: 2px;
  background: #ddd;
  position: relative;
  overflow: hidden;
  margin: 0px 40px 0px 0px;
}

.slider-progress-bar {
width: 0;
  height: 100%;
  background: #333;
  transition: width 0.3s ease;
}

.slider-arrows {
display: flex;
  align-items: center;
  gap: 12px;
  margin: 0px 40px 0px 0px;
}

.slider-arrow {
width: 48px;
  height: 48px;
  border: 1px solid #666;
  border-radius: 50%;
  background: #fff;
  color: #333;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.slider-arrow:hover {
opacity: 0.7;
}

.lp-txt-cam-2 {
font-family: "MON-SEM-BLD";
        font-size: 16px;
        margin: 0px auto 8px 0px;
        line-height: 26px;
        color: #000;
        text-align: left;
        letter-spacing: 0px;
}

.lp-txt-cam-3 {
font-family: "MON-SEM-BLD";
        font-size: 24px;
        margin: 0px auto 0px 0px;
        line-height: 34px;
        color: #000;
        text-align: left;
        letter-spacing: 0px;
}

.lp-txt-cam-4 {
font-family: "MON-BLD";
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 24px;
        color: #000;
        text-align: left;
        letter-spacing: 0px;
}

.lp-txt-3 .item-label,
.lp-txt-3 .item-value {
display: inline;
  vertical-align: baseline;
}

.lp-txt-3 .item-label {
min-width: 0;
}

.lp-txt-3 .item-value::before {
content: " | ";
}


@media (max-width: 900px) {
    .text-box-2-3 {
        width: 100%;
        margin: 40px auto;
    }
    .slide-wrap {
        flex-direction: row;
    }

/*border*/
    .border-1 {
        width: 85%;
        border-bottom: solid 1px #111;
        margin: 0px auto 40px auto;
        text-align: center;
    }
    .border-2 {
        width: 20px;
        border-bottom: solid 1px #111;
        margin: 0px auto 100px auto;
        text-align: center;
    }
/*border*/

/*main*/
    .lp-contents-box {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0.1px 0px 0.1px 0px;
        background-color: #fff;
/*        background-image: url(./sp_bg.jpg);
        background-position: top;
        background-size: 100%;
        background-repeat: repeat;*/
    }
/*main*/

/*article*/
	.lp-contents {
		width: 100%;
    }
/*article*/

/*youtube*/
    #movie-section {
        width: 88%;
        text-align: center;
        margin: 0px auto 56px auto;
    }
    #movie-section img{
        width: 100%;
        text-align: center;
        margin: 0px auto 0px auto;
    }
    .tv__movie {
        margin: 0px auto 0px auto;
        width: 100%;
        height: auto;
        padding-top: 56%;
        position: relative;
    }
    .tv__movie iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .tv__movie-pink {
        margin: 0px auto 0px auto;
        width: 100%;
        height: auto;
        padding-top: 56.5%;
        position: relative;
    }
    .tv__movie-pink iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*youtube*/

/*txt*/

    .lp-title-1 {
        font-size: 38px;
        margin: 0px auto 16px auto;
        line-height: 36px;
        text-align: center;
        letter-spacing: 0px;
        padding: 0px 0px;
    }
    .lp-title-2 {
        font-size: 18px;
        margin: 0px auto 24px auto;
        line-height: 25px;
        text-align: center;
        letter-spacing: 0px;
        padding: 0px 0px;
    }
   .lp-title-2 span {
        font-size: 24px;
        margin: 0px auto 24px auto;
        line-height: 25px;
        text-align: center;
        letter-spacing: 0px;
        padding: 0px 0px;
    }
    .lp-title-3 {
        font-size: 42px;
        margin: 0px auto 48px auto;
        line-height: 50px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-3-2 {
        font-size: 21px;
        margin: 0px auto 30px auto;
        line-height: 30px;
        text-align: center;
        letter-spacing: 1.25px;
    }
    .lp-title-4 {
        font-size: 16px;
        margin: 0px auto 16px 0px;
        line-height: 20px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-title-4-2 {
        font-size: 16px;
        margin: 0px auto 0px auto;
        line-height: 20px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-title-5 {
        font-size: 34px;
        margin: 0px auto 48px auto;
        line-height: 50px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-6 {
        font-size: 16px;
        margin: 0px auto 16px 0px;
        line-height: 20px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-title-6-2 {
        font-size: 26px;
        margin: 0px auto 20px 0px;
        line-height: 30px;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-title-6-3 {
        font-size: 16px;
        margin: 0px auto 15px 0px;
        line-height: 32px;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt {
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 28px;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-1 {
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 32px;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-1-2 {
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 32px;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-2 {
        font-size: 14px;
        margin: 0px auto 16px 0px;
        line-height: 20px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-txt-2 span {
        font-size: 14px;
        margin: 0px auto 16px 0px;
        line-height: 20px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-txt-2-3 {
        font-size: 14px;
        margin: 0px auto 0px auto;
        line-height: 24px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: 0.7px;
    }
    .lp-txt-3 {
        font-size: 14px;
        margin: 0px auto 0px 0px;
        line-height: 24px;
        text-align: left;
        letter-spacing: 0px;
    }

    .lp-txt-4 {
        font-size: 14px;
        margin: 0px auto 0px 0px;
        line-height: 25px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0.28px;
    }

    .lp-txt-4-2 {
        font-size: 12px;
        margin: 0px auto 20px 0px;
        line-height: 18px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }

    .lp-txt-5 {
        font-size: 12px;
        margin: 0px auto 0px 0px;
        line-height: 16px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }

    .lp-txt-6 {
        font-size: 22px;
        margin: 0px auto 0px 0px;
        line-height: 30px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 2.2px;
    }
    .lp-txt-6-2 {
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 30px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-txt-7 {
        font-size: 14px;
        margin: 0px auto 3px auto;
        line-height: 22px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: 0px;
    }

    .lp-txt-8 {
        font-size: 18px;
        margin: 0px auto 10px auto;
        line-height: 20px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: 0px;
    }

/*txt*/

/*img*/
    .title-img-top {
        width: 100%;
        height: 94%;
        margin: 0px auto 48px auto;
    }
    .title-img-top-2 {
        width: 74px;
        margin: 0px auto 20px auto;
    }
    .title-img-top-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-3 {
        width: 74px;
        margin: 0px auto 33px auto;
    }
    .title-img-top-4 {
        width: 85%;
        margin: 0px auto 80px auto;
    }
    .title-img-top-5 {
        display: block;
        width: 85%;
        margin: 0px auto 30px auto;
    }
/*img*/

/*button*/
    .button {
        padding: 10px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 100%;
        border: solid 1px #333333;
        border-radius: 0px;
        font-family: 'NOTO-MDI';
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0px;
        color: #333333;
    }
    .button:hover {
        padding: 10px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 100%;
        border: solid 1px #333333;
        background-color: #333333;
        border-radius: 0px;
        font-family: 'NOTO-MDI';
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0px;
        color: #fff;
    }

    .button-2 {
        padding: 20px 0px;
        margin: 0px auto 85px auto;
        text-align: center;
        width: 88%;
        background-color: #000;
        border: 1px solid #000;
        border-radius: 3px;
        font-family: 'NOTO-BLD';
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #fff;
    }
    .button-2:hover {
        padding: 20px 0px;
        margin: 0px auto 85px auto;
        text-align: center;
        width: 88%;
        background-color: #fff;
        border: 1px solid #000;
        border-radius: 3px;
        font-family: 'NOTO-BLD';
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #000;
    }
	
/*button*/

/*clearfix*/
    .lp-contents-clearfix {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-around;
        margin: 0px auto 32px auto;
        align-items: flex-start;
        flex-direction: row;
    }
    .lp-contents-clearfix-1 {
        text-align: center;
        width: 85%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 84px auto;
        align-items: flex-start;
        flex-direction: row;
    }
    .lp-contents-clearfix-2 {
        text-align: center;
        width: 88%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 60px auto;
        align-items: flex-start;
        flex-direction: row;
    }
    .lp-contents-clearfix-2-1 {
        text-align: center;
        width: 88%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 60px auto;
        align-items: flex-start;
        flex-direction: row;
    }	
    .lp-contents-clearfix-2-2 {
        text-align: center;
        width: 65%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 40px auto;
        align-items: flex-start;
        flex-direction: row;
    }
    .lp-contents-clearfix-3 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 40px auto;
        align-items: flex-start;
    }
    .lp-contents-clearfix-3-2 {
        text-align: center;
        width: 85%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 120px auto;
        align-items: flex-start;
        flex-direction: row;
    }
    .lp-contents-clearfix-3-3 {
        text-align: center;
        width: 85%;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        margin: 0px auto 50px auto;
        align-items: flex-start;
    }
    .lp-contents-clearfix-4 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 0px auto;
        align-items: flex-start;
    }
    .lp-contents-clearfix-4 a{
        opacity: 1;
    }
    .lp-contents-clearfix-4 a:hover{
        opacity: 0.5;
    }
    .lp-contents-clearfix-5 {
        text-align: center;
        width: 88%;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        margin: 0px auto 32px auto;
        align-items: center;
        flex-direction: column;
        align-content: center;
    }
    .box-img-1 {
        width: 100%;
        margin: 0px 0px 16px 0px;
        flex-direction: row;
        text-align: center;
    }
    .box-img-1 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-1 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-1-2 {
        width: 100%;
        margin: 0px auto 15px auto;
        flex-direction: row;
        text-align: center;
    }
    .box-img-1-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-1-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-2 {
        width: 100%;
        margin: 0px 0px 16px 0px;
        flex-direction: row;
        text-align: center;
    }
    .box-img-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-2-2 {
        width: 100%;
        margin: 0px auto 0px auto;
        flex-direction: row;
        text-align: center;
    }
    .box-img-2-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-2-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-3 {
        width: 88%;
        margin: 0px auto 24px auto;
        flex-direction: row;
        text-align: left;
    }
    .box-img-3 picture{
        width: 100%;
        margin: 0px auto 24px auto;
    }
    .box-img-3 img{
        width: 100%;
        margin: 0px auto 24px auto;
    }
    .box-img-3-1 {
        width: 47%;
        margin: 0px 0px 24px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-3-1 picture{
        width: 100%;
        margin: 0px auto 24px auto;
    }
    .box-img-3-1 img{
        width: 100%;
        margin: 0px auto 24px auto;
    }	
    .box-img-4 {
        width: 100%;
        margin: 0px auto 0px auto;
        flex-direction: row;
        text-align: center;
    }
    .box-img-4 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-4 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-5 {
        width: 100%;
        margin: 0px auto 0px auto;
        flex-direction: row;
        text-align: center;
        padding: 0px 0px 0px 0px;
    }
    .box-img-5 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-5 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-6 {
        width: 100%;
        margin: 0px auto 0px auto;
        flex-direction: row;
        text-align: left;
    }
    .box-img-6 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-6 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-7 {
        width: 47%;
        margin: 0px 0px 15px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-7 a{
        text-align: left;
        font-family: 'NOTO-BLD';
        text-decoration: none;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0px;
        color: #111;
    }
    .box-img-7 a:hover{
        text-align: left;
        font-family: 'NOTO-BLD';
        text-decoration: underline;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0px;
        color: #111;
    }
    .box-img-7 picture{
        width: 100%;
        margin: 0px auto 8px auto;
    }
    .box-img-7 img{
        width: 100%;
        margin: 0px auto 8px auto;
    }


/*clearfix*/

/*hide*/
    .hide-sp {
    	display: none;
    }
    .hide-pc {
    	display: block;
    }
    .hide-sp-2{
        display: none;
    }
    .hide-pc-2 {
        display: block;
    }
/*hide*/

/*video*/
    .v-section {
        width: 85%;
        text-align: center;
        margin: 0px auto 64px auto;
    }
    .v-section video {
        width: 100%;
    }
/*video*/

/*1200px*/
    .fv-img-box {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
/*1200px*/

/*section*/
    .fv-section {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0.1px 0px 0.1px 0px;
    }
    .item-section {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0.1px 0px;
    }
    .item-section-2 {
        width: 100%;
        margin: 0px auto 80px auto;
        text-align: center;
        padding: 64px 0px 0.1px 0px;
        background-color: #F2F2F2;
    }	
/*section*/
    .hidden-1 {
        visibility: hidden;
        display: none;
    }
    .hidden-2 {
        visibility: hidden;
    }
    .hidden-3 {
        visibility: hidden;
        display: inline;
    }
    .text-box-1 {
        width: 85%;
        margin: 0px auto 56px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-2 {
        width: 88%;
        margin: 0px auto 72px auto;
        text-align: left;
        padding: 0px 0px;
    }
    .text-box-2-2 {
        width: 85%;
        margin: 0px auto 60px auto;
        text-align: center;
        padding: 0px 0px;
        background-color: #F5F6F7;
        padding: 40px 0px;
    }	
    .text-box-2-2 .text-box-2 {
        width: 85%;
    }
    .text-box-2-2 img {
        width: 85%;
        height: auto;
    }
    .text-box-3 {
        width: 85%;
        margin: 0px auto 48px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-3-2 {
        width: 85%;
        margin: 0px auto 150px auto;
        text-align: center;
        background-color: #FFFFFF;
        padding: 40px 0px;
    }
    .text-box-4 {
        width: 88%;
        margin: 0px auto 64px auto;
        text-align: left;
    }
    .text-box-4 a{
        text-decoration: underline;
        font-family: 'NOTO';
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        color: #111;
        overflow-wrap: break-word;
    }
    .text-box-4 a:hover{
        text-decoration: none;
        font-family: 'NOTO';
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        color: #111;
        overflow-wrap: break-word;
    }
    .text-box-5 {
        width: 100%;
        margin: 0px auto 0px auto;
        display: block;
        background-color: #0052A4;
        padding: 10px 0px;
        border-radius: 0px 0px 7px 7px;
    }

    .text-box-6 {
        display: flex;
        width: 90%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0px 0px 0px 0px;
        justify-content: space-between;
    }

    .text-box-7 {
        width: 430px;
        margin: 0px 0px 0px auto;
        text-align: left;
        padding: 70px 0px;
        background-color: #000000;
    }

    .text-box-8 {
        width: 430px;
        margin: 0px 0px 0px auto;
        text-align: left;
        padding: 70px 0px 40px 0px;
        background-color: #000000;
    }

    .text-box-9 {
        width: 303px;
        margin: 0px 0px 0px auto;
        text-align: left;
        padding: 0px 0px;
    }

    tr {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        border-color: inherit;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background-image: unset;
        right: 0px;
        left: auto;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        background-image: unset;
        left: 0px;
        right: auto;
    }

    .slide-box-1 {
      width: 88%;
      margin: 0px auto 70px auto;
    }

    .slide-box-2 {
      margin: 0px auto 0px auto;
      overflow-x: auto;
      white-space: nowrap;
      width: 88%;
      scrollbar-width: none;
    }

    .slide-box-2 ::-webkit-scrollbar { 
      display: none;
    }

    .box {
      display: inline-block;
      width: 100%;
    }

    .slide-box-2 img{
      width: 100%;
    }

    .sp-img-box{
        display: block;
        margin: 0px auto 20px auto;
    }
    .sp-img-box img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    /*  modal  */


    /* モーダルCSS */
    .modalArea {
      display: none;
      position: fixed;
      z-index: 99; /*サイトによってここの数値は調整 */
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .modalBg {
        width: 100%;
        height: 100%;
        background-color: rgb(57 57 57 / 90%);
    }

    .modalWrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
        height: 145vw;
        padding: 40px 0px;
        overflow: auto;
    }

    .closeModal {
        position: absolute;
        top: 0px;
        right: 1rem;
        cursor: pointer;
    }

    .closeModal img {
        width: 42%;
    }

    .modalContents{
        width: 100%;
    }


    /* 以下ボタンスタイル */
    button {
      padding: 10px;
      background-color: #fff;
      border: 1px solid #282828;
      border-radius: 2px;
      cursor: pointer;
    }

    #openModal {
        display: block;
    }
    #openModal-2 {
        display: block;
    }
    #openModal-3 {
        display: block;
    }
    #openModal-4 {
        display: block;
    }



/*  modal  */
    
}

/* =========================================================
   LOOK PRODUCT SLIDER
   Reference behavior: atmos pink sandal collection / PINK DRIP
   ========================================================= */

.lp-contents-clearfix-5 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  gap: 0;
  box-sizing: border-box; 
}

.lp-contents-clearfix-5 .box-img-6-2 {
  width: 24%;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.lp-contents-clearfix-5 .text-box-4 {
  width: 90%;
  height: 100%;
  margin: 0 auto 0 0;
  padding-top: 80px;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}

.lp-contents-clearfix-5 .text-box-5 {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-sizing: border-box;
  text-align: left;
}

.lp-contents-clearfix-5 .text-box-5 img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-contents-clearfix-5 .lp-txt-cam-2 {
  font-family: 'MON-MDI';
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 18px;
  color: #000;
  text-align: left;
  letter-spacing: 0;
}

.lp-contents-clearfix-5 .lp-txt-cam-3 {
  font-family: 'MON-SEM-MDI';
  font-size: 28px;
  line-height: 1.3;
  margin: 0 0 24px;
  color: #000;
  text-align: left;
  letter-spacing: 0;
}

.lp-contents-clearfix-5 .text-box-5-3 {
  width: 100%;
  margin: 0;
}

.lp-contents-clearfix-5 .text-box-5-3 p {
  margin-top: 0;
}

.lp-contents-clearfix-5 .lp-txt-cam-code {
  font-family: 'MON-MDI';
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 8px;
  color: #333;
  text-align: left;
  letter-spacing: 0;
}

.lp-contents-clearfix-5 .lp-txt-cam-4 {
  font-family: 'MON-BLD';
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 28px;
  color: #000;
  text-align: left;
  letter-spacing: 0;
}

.lp-contents-clearfix-5 .old-price {
  color: #333;
  text-decoration: line-through;
}

.lp-contents-clearfix-5 .sale-price {
  color: #f04b43;
}

.lp-contents-clearfix-5 .text-box-5 > a {
  display: block;
  width: fit-content;
  margin: 0;
  text-decoration: none;
}

.lp-contents-clearfix-5 .text-box-5 .button,
.lp-contents-clearfix-5 .text-box-5 .button:hover {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0 0 10px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #000;
  font-family: 'NOTO-BLD';
  font-size: 16px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0;
  transform: none;
}

.lp-contents-clearfix-5 .text-box-5 .button::before {
  content: none;
}

.lp-contents-clearfix-5 .text-box-5 .button::after,
.lp-contents-clearfix-5 .text-box-5 .button:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 62px;
  height: 2px;
  background: #333;
  transform: translateX(-110%);
  animation: none;
}

.lp-contents-clearfix-5 .text-box-5 > a:hover .button::after,
.lp-contents-clearfix-5 .text-box-5 .button:hover::after {
  animation: lookBuyLineFlow 0.9s linear infinite;
}

@keyframes lookBuyLineFlow {
  0% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(110%);
  }
}

.lp-contents-clearfix-5 .text-box-5-2 {
  position: absolute;
  left: 0;
  bottom: 180px;
  width: 100%;
  box-sizing: border-box;
}

.lp-contents-clearfix-5 .lp-contents-clearfix-6,
.lp-contents-clearfix-5 .lp-contents-clearfix-6-2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
}

.lp-contents-clearfix-5 .lp-contents-clearfix-6 {
  margin: auto 0 16px;
}

.lp-contents-clearfix-5 .lp-contents-clearfix-6-2 {
  margin: auto 0 0;
}

.lp-contents-clearfix-5 .box-img-7 {
  flex: 1;
  width: auto;
  margin: 0;
  box-sizing: border-box;
  text-align: left;
}

.lp-contents-clearfix-5 .lp-txt-3 {
  font-family: 'NOTO-MDI';
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  color: #000;
  text-align: left;
  letter-spacing: 0;
}

.lp-contents-clearfix-5 .lp-txt-3 .item-label,
.lp-contents-clearfix-5 .lp-txt-3 .item-value {
  display: inline;
  vertical-align: baseline;
}

.lp-contents-clearfix-5 .lp-txt-3 .item-label {
  min-width: 0;
}

.lp-contents-clearfix-5 .lp-txt-3 .item-value::before {
  content: " | ";
}

.lp-contents-clearfix-5 .box-img-8 {
  flex: none;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-right: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
}

.lp-contents-clearfix-5 .box-img-8 .buy-btn,
.lp-contents-clearfix-5 .box-img-8 .buy-btn:hover {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 0 8px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #333;
  font-family: 'MON-SEM-MDI';
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
}

.lp-contents-clearfix-5 .box-img-8 .buy-btn::before,
.lp-contents-clearfix-5 .box-img-8 .buy-btn:hover::before {
  content: none;
}

.lp-contents-clearfix-5 .box-img-8 .buy-btn::after,
.lp-contents-clearfix-5 .box-img-8 .buy-btn:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 2px;
  background: #333;
  transform: translateX(-120%);
  animation: none;
}

.lp-contents-clearfix-5 .box-img-8 .buy-btn:hover::after {
  animation: lookItemBuyLineFlow 0.9s linear infinite;
}

@keyframes lookItemBuyLineFlow {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

.lp-contents-clearfix-5 .box-img-9 {
  width: 69.2708333vw;
  max-width: 1330px;
  min-width: 831.25px;
  position: relative;
  box-sizing: border-box;
}

.lp-contents-clearfix-5 .look-slider {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}


.lp-contents-clearfix-5 .look-slider .splide__track {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.lp-contents-clearfix-5 .look-slider .splide__list {
  align-items: stretch;
}

.lp-contents-clearfix-5 .look-slider .splide__slide {
  position: relative;
  box-sizing: border-box;
}

.lp-contents-clearfix-5 .look-slider .splide__slide img {
  display: block;
  width: 100%;
  height: auto;
  padding-right: 1px;
}

.lp-contents-clearfix-5 .look-slider .splide__slide::after {
  content: none;
}

.lp-contents-clearfix-5 .look-slider::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% / 2);
  height: calc(100% - 180px);
  background: rgba(0, 0, 0, 0.42);
  pointer-events: none;
  z-index: 2;
}

.lp-contents-clearfix-5 .slider-controls {
  position: relative;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  height: 180px;
}

.lp-contents-clearfix-5 .slider-progress {
  width: min(260px, 40%);
  height: 2px;
  margin: 0 40px 0 0;
  position: relative;
  overflow: hidden;
  background: #ddd;
}

.lp-contents-clearfix-5 .slider-progress-bar {
  width: 0;
  height: 100%;
  background: #333;
  transition: width 0.3s ease;
}

.lp-contents-clearfix-5 .slider-arrows {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 40px 0 0;
}

.lp-contents-clearfix-5 .slider-arrow,
.lp-contents-clearfix-5 .slider-arrow:hover {
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #666;
  border-radius: 50%;
  background: #fff;
  color: #333;
  font-family: inherit;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.lp-contents-clearfix-5 .slider-arrow:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1500px) {
  .lp-contents-clearfix-5 .text-box-4 {
    width: 22.8958333vw;
    max-width: 382px;
    min-width: 238.75px;
    height: 100%;
    margin-left: auto;
    padding-top: 140px;
    position: relative;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1199px) {
  .lp-contents-clearfix-5 {
    width: 100%;
    margin: 0 auto 32px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
  }

  .lp-contents-clearfix-5 .box-img-9 {
    order: 1;
    width: 100%;
    max-width: none;
    min-width: 0;
    margin: 0 auto;
  }

  .lp-contents-clearfix-5 .look-slider {
    width: 100%;
    padding-bottom: 0;
  }

  .lp-contents-clearfix-5 .look-slider::after {
    display: none;
  }

  .lp-contents-clearfix-5 .slider-controls {
    position: static;
    width: 88%;
    margin: 20px auto 0;
    justify-content: flex-end;
    height: auto;
  }

  .lp-contents-clearfix-5 .slider-progress {
    width: stretch;
    margin: 0 16px 0 0;
  }

  .lp-contents-clearfix-5 .slider-arrows {
    margin: 0;
  }

  .lp-contents-clearfix-5 .slider-arrow,
  .lp-contents-clearfix-5 .slider-arrow:hover {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .lp-contents-clearfix-5 .box-img-6-2 {
    order: 2;
    width: 88%;
    display: block;
    margin: 0 auto;
  }

  .lp-contents-clearfix-5 .text-box-4 {
    width: 100%;
    max-width: none;
    min-width: 0;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: static;
    box-sizing: border-box;
  }

  .lp-contents-clearfix-5 .text-box-5 {
    display: block;
    width: 100%;
    max-width: none;
    margin: 32px auto 40px;
    text-align: left;
  }

  .lp-contents-clearfix-5 .lp-txt-cam-2 {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 18px;
    text-align: left;
  }

  .lp-contents-clearfix-5 .lp-txt-cam-3 {
    font-size: 32px;
    line-height: 1.35;
    margin: 0 0 12px;
    text-align: left;
  }

  .lp-contents-clearfix-5 .lp-txt-cam-code {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .lp-contents-clearfix-5 .lp-txt-cam-4 {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 20px;
    text-align: left;
  }

  .lp-contents-clearfix-5 .text-box-5 .button,
  .lp-contents-clearfix-5 .text-box-5 .button:hover {
    width: auto;
    padding: 0 0 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #333;
    line-height: 1;
    text-align: left;
  }

  .lp-contents-clearfix-5 .text-box-5-2 {
    width: 100%;
    display: block;
    position: static;
  }

  .lp-contents-clearfix-5 .lp-contents-clearfix-6,
  .lp-contents-clearfix-5 .lp-contents-clearfix-6-2 {
    width: 100%;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .lp-contents-clearfix-5 .box-img-7 {
    flex: 1;
    width: auto;
    margin: 0;
    text-align: left;
  }

  .lp-contents-clearfix-5 .box-img-8 {
    flex: none;
    width: auto;
    margin-left: 24px;
  }

  .lp-contents-clearfix-5 .text-box-5 .button::after,
  .lp-contents-clearfix-5 .text-box-5 .button:hover::after {
    animation: lookBuyLineFlow 0.9s linear infinite;
  }

  .lp-contents-clearfix-5 .box-img-8 .buy-btn::after,
  .lp-contents-clearfix-5 .box-img-8 .buy-btn:hover::after {
    animation: lookItemBuyLineFlow 0.9s linear infinite;
  }
}


/* =========================================
   STYLING SLIDER: image size 50%
   Keep existing margins and Splide gap unchanged
========================================= */
.slider-box #styling-slider .splide__slide.box-img-3 {
  width: 14.5%; /* 29% × 0.5 */
}

@media screen and (max-width: 900px) {
  .slider-box #styling-slider .splide__slide.box-img-3 {
    width: 44%; /* 88% × 0.5 */
  }
}
