@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-02.ttf');
}
@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-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;
    }

    body {
        display: block;
        margin: 0px;
    }

    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: unset;
    }

    h3 {
        font-weight: unset;
    }

    h4 {
        font-weight: unset;
    }

    h5 {
        font-weight: unset;
    }

    h6 {
        font-weight: unset;
    }

    a {
        text-decoration: none;
    }

     /* === ラジオボタンは非表示 ================== */
    #langChenge input[type="radio"]{
      display    : none;
    }
     
     /* === 各ラジオボタンのラベルをボタンに変更 == */
    #langChenge label{
    font-family: 'NOTO-MDI';
    line-height: 32px;
    font-size: 16px;
    letter-spacing: 0px;
    color: #29292B;
      opacity: 1;
      width: 130px;
      margin: 0px 15px 120px 15px;
      display    : inline-block;
      border     : 1px solid #29292B;
/*      box-shadow : 2px 2px #999;*/
      padding    : 2px 0px;
      border-radius: 50px;
    }
    #langChenge label:hover{
    font-family: 'NOTO-MDI';
    line-height: 32px;
    font-size: 16px;
    letter-spacing: 0px;
    background-color: #29292B;
    color: #fff;
      opacity: 1;
      width: 130px;
      margin: 0px 15px 120px 15px;
      display    : inline-block;
      border     : 1px solid #29292B;
/*      box-shadow : 2px 2px #999;*/
      padding    : 2px 0px;
      border-radius: 50px;
      transition: all 0.2s 0s ease-in-out;
    }
     
     /* === 選択されていない言語は非表示にする ==== */
    #langJa:not(:checked) ~ * *:lang(ja) {
      display    : none;
    }
    #langEn:not(:checked) ~ * *:lang(en) {
      display    : none;
    }
    #langZh:not(:checked) ~ * *:lang(zh) {
      display    : none;
    }
     
     /* === 選択されている言語のラベル色を変更 ==== */
    #langJa:checked ~ label[for="langJa"] {
        display: none;
      background : #29292B;
      color: #fff;
    }
    #langEn:checked ~ label[for="langEn"] {
        display: none;
      background : #29292B;
      color: #fff;
    }
    #langZh:checked ~ label[for="langZh"] {
      background : #29292B;
    }

    .lp-an-1 {
      opacity: 0;
      transform: translate(0, 50%);
      transition: 2s;
    }
    .lp-an-1.is-show-1 {
      transform: translate(0, 0);
      opacity: 1;
    }

    /* --------------------------------
    PRODUCT DETAIL Slider
    -------------------------------- */

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

    .slide-box-1 .splide {
        display:block;
    }

    #slider1 {
        width: 100%;
    }

    #slider1 .splide__track {
        overflow: hidden;
    }

    #slider1 .splide__slide {
        text-align: center;
    }

    #slider1 .splide__slide img {
        width: 100%;
        display: block;
    }

    /* ドット */

    #slider1 .splide__pagination {
        bottom: -36px;
    }

    #slider1 .splide__pagination__page {
        width: 10px;
        height: 10px;
        margin: 0 6px;
        background: rgba(255,255,255,.5);
        opacity: 1;
    }

    #slider1 .splide__pagination__page.is-active {
        background: #fff;
        transform: scale(1);
    }

    /* 矢印非表示 */

    #slider1 .splide__arrows {
        display: none;
    }


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

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

    .text-box-new {
        width: 900px;
        margin: 0px auto 80px auto;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }

    .text-box-new-2 {
        width: 900px;
        margin: 0px auto 150px auto;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }

    .text-box-l {
        width: 900px;
        margin: 0px auto 80px auto;
        text-align: center;
        padding: 60px 0px 20px 0px;
        background-color: #3D3D3D;
    }

    .text-box-l-2 {
        width: 900px;
        margin: 0px auto 80px auto;
        text-align: center;
        padding: 60px 0px 20px 0px;
        background-color: #3D3D3D;
    }

    .text-box-product-pc {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0px 0px;
    }

    .text-box-product-pc-2 {
        width: 100%;
        margin: 0px auto 82px auto;
        text-align: center;
        padding: 0px 0px;
    }

    .text-box-product-pc-3 {
        width: 100%;
        margin: 0px auto 82px auto;
        text-align: center;
        padding: 0px 0px;
    }

    .text-box-product-sp {
        display: none;
    }

    .text-box-product-sp-2 {
        display: none;
    }

    .text-box-product-sp-3 {
        display: none;
    }

    .text-box-1 {
        width: 858px;
        margin: 0px auto 82px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-2 {
        width: 70%;
        margin: 0px auto 83px auto;
        text-align: center;
        padding: 9px 0px;
        border: #fff 1px solid;
    }

    .text-box-3 {
        width: 900px;
        margin: 0px auto 56px auto;
    }

    .text-box-3-2 {
        width: 100%;
        margin: 0px auto 167px auto;
        padding: 84px 0px 79px 0px;
        text-align: center;
        background-image: url(./bg-red.webp);
        background-position: top;
        background-size: cover;
    }
    .text-box-3-3 {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
    }
    .text-box-3-4 {
        width: 56%;
        margin: 0px auto 66px auto;
        text-align: center;
    }

    .text-box-4 {
        width: 900px;
        margin: 0px auto 90px auto;
        text-align: center;
    }

    .text-box-4-2 {
        width: 55%;
        margin: 0px auto 64px auto;
        text-align: center;
    }

    .text-box-4-3 {
        width: 940px;
        margin: 0px auto 78px auto;
        text-align: center;
    }

    .text-box-5 {
        width: 900px;
        margin: 0px auto 83px auto;
        text-align: center;

    }
    .text-box-6 {
        width: 56.71%;
        margin: 0px auto 138px auto;
        text-align: left;
    }
    .text-box-6-2 {
        width: 100%;
        margin: 0px auto 70px auto;
        text-align: center;
    }
    .text-box-7 {
        width: 491px;
        margin: 0px auto 24px auto;
        text-align: left;
        padding: 0px 0px;
    }

    .text-box-8 {
        width: 900px;
        margin: 0px auto 80px auto;
        text-align: left;
        padding: 0px 0px;
    }

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

/*border*/
    .border-1 {
        width: 100%;
        border-bottom: solid 1px #fff;
        margin: 6% auto 8% auto;
        text-align: center;
    }

    .border-2 {
        width: 88%;
        border-bottom: solid 1px #fff;
        margin: 0px auto 40px auto;
        text-align: center;
    }

    .border-3 {
        width: 88%;
        border-bottom: solid 1px #fff;
        margin: 0px auto 40px auto;
        text-align: center;
    }
/*border*/

/*main*/
    .lp-contents-box {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0.1px 0px;
        background-color: #3D3D3D;
        background-image: url(./background.webp);
        background-position: top;
        background-repeat: repeat;
        background-size: 100%;
    }
/*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 0.1px 0px;
    }
    .item-section {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 79px 0px 0.1px 0px;
        background-color: #707070;
    }
    .item-section-2 {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 120px 0px 0.1px 0px;
/*        background-color: #000000;*/
    }
    .item-section-3 {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 120px 0px 0.1px 0px;
        background-color: #222;
    }

    .item-section-4 {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 120px 0px 0.1px 0px;
        background-color: #fff;
    }
/*section*/

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

/*youtube*/
    #movie-section {
        width: 52%;
        text-align: center;
        margin: 0px auto 70px auto;
    }
    #movie-section img{
        width: 100%;
        text-align: center;
        margin: 0px auto 0px auto;
    }

    #movie-section-2 {
        width: 100%;
        text-align: center;
        margin: 0px auto 0px auto;
    }
    #movie-section-2 img{
        width: 100%;
        text-align: center;
        margin: 0px auto 0px auto;
    }
    .tv__movie {
        margin: 0px auto 0px auto;
        width: 100%;
        height: 170px;
        padding-top: 512px;
        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: 67.5%;
        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 100px auto;
    }
    .v-section video {
        width: 100%;
    }
/*video*/

/*txt*/

    .lp-title-1 {
        font-family: 'HEL-BLD';
        font-size: 48px;
        margin: 0px auto 51px auto;
        line-height: 48px;
        color: #fff;
        text-align: center;
        letter-spacing: -0.96px;
    }
    .lp-title-2 {
        font-family: 'NOTO-BLD';
        font-size: 23px;
        margin: 0px auto 0px auto;
        line-height: 27px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-3 {
        font-family: 'NOTO-BLD';
        font-size: 24px;
        margin: 0px auto 60px 0px;
        line-height: 34px;
        color: #fff;
        text-align: left;
        letter-spacing: -0.48px;
    }
    .lp-title-3-2 {
        font-family: 'NOTO-BLD';
        font-size: 52px;
        margin: 0px auto 15px auto;
        line-height: 52px;
        color: #fff;
        text-align: center;
        letter-spacing: -1.04px;
    }
    .lp-title-4 {
        font-family: 'HEL-BLD';
        font-size: 32px;
        margin: 0px auto 25px auto;
        line-height: 42px;
        color: #fff;
        text-align: center;
        letter-spacing: -0.64px;
    }
    .lp-title-4-2 {
        font-family: 'HEL-BLD';
        font-size: 52px;
        margin: 0px auto 86px auto;
        line-height: 62px;
        color: #fff;
        text-align: center;
        letter-spacing: -1.04px;
    }
    .lp-title-5 {
        font-family: 'NOTO-BLD';
        font-size: 32px;
        margin: 0px auto 41px auto;
        line-height: 42px;
        color: #fff;
        text-align: center;
        letter-spacing: 0.16px;
    }
    .lp-title-5-2 {
        font-family: 'NOTO-BLD';
        font-size: 28px;
        margin: 0px auto 31px auto;
        line-height: 28px;
        color: #fff;
        text-align: center;
        letter-spacing: 2.52px;
    }
    .lp-title-6 {
        font-family: 'NOTO-BLD';
        font-size: 39px;
        margin: 0px auto 37px auto;
        line-height: 49px;
        color: #fff;
        text-align: center;
        letter-spacing: -0.39px;
    }
    .lp-title-6-2 {
        font-family: 'NOTO-BLD';
        font-size: 32px;
        margin: 0px auto 41px auto;
        line-height: 42px;
        color: #fff;
        text-align: center;
        letter-spacing: 0.16px;
    }

    .lp-title-6-3 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 36px;
        color: #fff;
        text-align: left;
        letter-spacing:0px;
    }

    .lp-title-6-4 {
        font-family: 'IBM-BLD';
        font-size: 42px;
        margin: 0px auto 32px auto;
        line-height: 52px;
        color: #fff;
        text-align: center;
        letter-spacing:0px;
    }

    .lp-title-6-5 {
        font-family: 'IBM-BLD';
        font-size: 42px;
        margin: 0px auto 40px auto;
        line-height: 52px;
        color: #fff;
        text-align: center;
        letter-spacing:0px;
    }

    .lp-title-6-6 {
        font-family: 'IBM-BLD';
        font-size: 25px;
        margin: 0px auto 16px auto;
        line-height: 35px;
        color: #fff;
        text-align: center;
        letter-spacing:0px;
    }

    .lp-txt-pr {
        font-family: 'NOTO-BLD';
        font-size: 40px;
        margin: 0px auto 66px auto;
        line-height: 80px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
        padding: 0px 0px;
    }

    .lp-txt-pr-2 {
        font-family: 'NOTO-BLD';
        font-size: 20px;
        margin: 0px auto 0px auto;
        line-height: 40px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
        padding: 0px 0px;
    }

    .lp-txt {
        font-family: 'NOTO-BLD';
        font-size: 24px;
        margin: 0px auto 40px auto;
        line-height: 25px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
        padding: 0px 0px;
    }
    .lp-txt-1 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 32px;
        color: #090909;
        text-align: left;
        letter-spacing: 0px;
        padding: 0px 0px;
    }
    .lp-txt-2 {
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px auto;
        line-height: 32px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
        padding: 0px 0px;
    }
    .lp-txt-2-2 {
        font-family: 'NOTO-BLD';
        font-size: 18px;
        margin: 0px auto 0px auto;
        line-height: 35px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
        padding: 0px 0px;
    }
    .lp-txt-2-3 {
        font-family: 'IBM';
        font-size: 16px;
        margin: 8px auto 8px 0px;
        line-height: 27px;
        color: #333;
        text-align: left;
        letter-spacing: 0px;
    }

    .lp-txt-3 {
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 32px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }

    .lp-txt-3-2 {
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 32px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }

    .lp-txt-4 {
        font-family: 'NOTO-MDI';
        font-size: 27px;
        margin: 0px auto 6px auto;
        line-height: 31px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }

    .lp-txt-5 {
        font-family: 'NOTO-BLD';
        font-size: 22px;
        margin: 0px auto 25px auto;
        line-height: 32px;
        color: #fff;
        text-align: center;
        letter-spacing: -0.52px;
    }
    .lp-txt-6 {
        font-family: 'NOTO-BLD';
        font-size: 32px;
        margin: 0px auto 50px auto;
        line-height: 42px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-txt-7 {
        font-family: 'HEL-BLD';
        font-size: 32px;
        margin: 0px auto 10px auto;
        line-height: 42px;
        color: #fff;
        text-align: center;
        letter-spacing: -0.64px;
    }
    .lp-txt-8 {
        font-family: 'NOTO-MDI';
        font-size: 27px;
        margin: 0px auto 10px auto;
        line-height: 37px;
        color: #fff;
        text-align: center;
        letter-spacing: -0.81px;
    }
    .lp-txt-9 {
        font-family: 'NOTO-BLD';
        font-size: 22px;
        margin: 0px auto 26px auto;
        line-height: 32px;
        color: #fff;
        text-align: center;
        letter-spacing: -0.52px;
    }
    .lp-txt-10 {
        font-family: 'NOTO-MDI';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 40px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-10 a{
        text-decoration: underline;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 40px;
        color: #fff;
        letter-spacing: 0px;
    }
    .lp-txt-10 a:hover {
        text-decoration: none;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 40px;
        color: #fff;
        letter-spacing: 0px;
    }

    .lp-txt-11 {
        font-family: 'NOTO-MDI';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 40px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-11 a{
        text-decoration: underline;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 40px;
        color: #fff;
        letter-spacing: 0px;
    }
    .lp-txt-11 a:hover {
        text-decoration: none;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 40px;
        color: #fff;
        letter-spacing: 0px;
    }
/*txt*/

/*img*/
    .title-img-top {
        width: 100%;
        margin: 0px auto 88px 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 {
        opacity: 1;
        width: 850px;
        margin: 0px auto 142px auto;
    }
    .title-img-top-2:hover {
        opacity: 0.5;
        width: 850px;
        margin: 0px auto 142px 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 {
        display: none;
        width: 654px;
        margin: 0px auto 120px 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-4 {
        width: 491px;
        margin: 0px auto 16px 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: 491px;
        margin: 0px auto 16px 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: 400px;
        margin: 0px auto 40px 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;
    }

/*img*/

/*button*/
    .button {
        padding: 10px 0px;
        margin: 0px auto 83px auto;
        text-align: center;
        width: 407px;
        border: solid #fff 1px;
        background-color: #fff;
        border-radius: 5px;
        font-family: 'NOTO-BLD';
        font-size: 23px;
        line-height: 27px;
        letter-spacing: 3.22px;
        color: #9D0000;
    }
    .button:hover {
        padding: 10px 0px;
        margin: 0px auto 83px auto;
        text-align: center;
        width: 407px;
        border: solid #fff 1px;
        background-color: #9D0000;
        border-radius: 5px;
        font-family: 'NOTO-BLD';
        font-size: 23px;
        line-height: 27px;
        letter-spacing: 3.22px;
        color: #fff;
    }

    .button-2 {
        padding: 5px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 75%;
        border: solid #fff 1px;
        background-color: #fff;
        border-radius: 5px;
        font-family: 'NOTO-BLD';
        font-size: 23px;
        line-height: 27px;
        letter-spacing: 3.22px;
        color: #9D0000;
    }
    .button-2:hover {
        padding: 5px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 75%;
        border: solid #fff 1px;
        background-color: #9D0000;
        border-radius: 5px;
        font-family: 'NOTO-BLD';
        font-size: 23px;
        line-height: 27px;
        letter-spacing: 3.22px;
        color: #fff;
    }

    .button-3 {
        padding: 12px 0px;
        margin: 12% auto 0px 0px;
        text-align: center;
        width: 81%;
        background-color: #fff;
        border: solid #fff 1px;
        border-radius: 5px;
        font-family: 'NOTO-BLD';
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 3.22px;
        color: #333;
    }
    .button-3:hover {
        padding: 12px 0px;
        margin: 12% auto 0px 0px;
        text-align: center;
        width: 81%;
        background-color: #333;
        border: solid #fff 1px;
        border-radius: 5px;
        font-family: 'NOTO-BLD';
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 3.22px;
        color: #fff;
    }

    .button-4 {
        padding: 15px 0px;
        margin: 0px auto 120px auto;
        text-align: center;
        width: 407px;
        border: solid #fff 1px;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 23px;
        line-height: 27px;
        letter-spacing: 0px;
        color: #fff;
    }
    .button-4:hover {
        padding: 15px 0px;
        margin: 0px auto 120px auto;
        text-align: center;
        width: 407px;
        background-color: #fff;
        border: solid #fff 1px;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 23px;
        line-height: 27px;
        letter-spacing: 0px;
        color: #333;
    }

    .button-5 {
        padding: 15px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 407px;
        background-color: #fff;
        border: solid #fff 1px;
        border-radius: 5px;
        font-family: 'NOTO-BLD';
        font-size: 23px;
        line-height: 27px;
        letter-spacing: 3.22px;
        color: #B10000;
    }
    .button-5:hover {
        padding: 15px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 407px;
        background-color: #B10000;
        border: solid #fff 1px;
        border-radius: 5px;
        font-family: 'NOTO-BLD';
        font-size: 23px;
        line-height: 27px;
        letter-spacing: 3.22px;
        color: #fff;
    }
/*button*/

/*clearfix*/

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

    .lp-contents-clearfix-1 {
        text-align: center;
        width: 84.51%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 119px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .lp-contents-clearfix-1 a{
        opacity: 1;
    }
    .lp-contents-clearfix-1 a:hover{
        opacity: 1;
    }

    .lp-contents-clearfix-2 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 88px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: flex-start;
    }
    .lp-contents-clearfix-2 a{
        opacity: 1;
    }
    .lp-contents-clearfix-2 a:hover{
        opacity: 1;
    }
    .lp-contents-clearfix-3 {
        text-align: center;
        width: 64%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 70px auto;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
    .lp-contents-clearfix-3 a{
        opacity: 1;
    }
    .lp-contents-clearfix-3 a:hover{
        opacity: 0.5;
    }
    .lp-contents-clearfix-4 {
        text-align: center;
        width: 76%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 68px auto;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        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: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 86px auto;
        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: 908px;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 120px auto;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        align-items: center;
    }
    .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 16px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .lp-contents-clearfix-7 a{
        opacity: 1;
    }
    .lp-contents-clearfix-7 a:hover{
        opacity: 1;
    }

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

    .box-img-new {
        width: 48%;
        margin: 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-new picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-new img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-new-2 {
        width: 21.9%;
        margin: 0px 1.5% 72px 1.5%;
        display: flex;
        flex-direction: row;
        text-align: left;
        flex-direction: column;
    }
    .box-img-new-2 > a:last-child {
    display: block;
    margin-top: auto;
}
    .box-img-new-2 picture{
        width: 100%;
        margin: 0px auto 13px auto;
    }
    .box-img-new-2 img{
        width: 100%;
        margin: 0px auto 13px auto;
    }

    .box-img-1 {
        width: 430px;
        margin:0;
        display:flex;
    }
    .box-img-1 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-1 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-2 {
        width: 400px;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-3 {
        width: 33.3%;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: center;
    }
    .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-2 {
        width: 33%;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: center;
    }
    .box-img-3-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-3-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-3-3 {
        display: none;
        width: 33%;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: center;
    }
    .box-img-3-3 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-3-3 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-4 {
        width: 45%;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .box-img-4 picture{
        width: 100%;
        margin: 0px auto 34px auto;
    }
    .box-img-4 img{
        width: 100%;
        margin: 0px auto 34px auto;
    }

    .box-img-4-2 {
        width: 45%;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .box-img-4-2 picture{
        width: 100%;
        margin: 0px auto 34px auto;
    }
    .box-img-4-2 img{
        width: 100%;
        margin: 0px auto 34px auto;
    }

    .box-img-5 {
        width: 32.22%;
        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: 100px;
        margin: 0px 40px 0px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .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: 350px;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .box-img-7 a{
        text-decoration: underline;
        font-family: 'NOTO';
        font-size: 16px;
        line-height: 36px;
        text-align: left;
        color: #fff;
        overflow-wrap: break-word;
    }
    .box-img-7 a:hover{
        text-decoration: none;
        font-family: 'NOTO';
        font-size: 16px;
        line-height: 36px;
        text-align: left;
        color: #fff;
        overflow-wrap: break-word;
    }
    .box-img-7 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-7 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

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

/*clearfix*/

/*hide*/
    .hide-pc {
    	display: none;
    }
    .hide-pc-2 {
        display: none;
    }
    .hide-sp-2 {
        display: block;
        margin: 19px auto 0px auto;
    }
/*hide*/

@media (max-width: 1200px) {

/*border*/
    .border-1 {
        width: 100%;
        border-bottom: solid 1px #fff;
        margin: 14px auto 19px auto;
        text-align: center;
    }

    .border-2 {
        width: 88%;
        border-bottom: solid 1px #fff;
        margin: 0px auto 40px auto;
        text-align: center;
    }

    .border-3 {
        width: 88%;
        border-bottom: solid 1px #fff;
        margin: 0px auto 40px 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: #3D3D3D;
        background-image: url(./background.webp);
        background-position: top;
        background-repeat: repeat;
        background-size: 100%;
    }
/*main*/

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

/*youtube*/
    #movie-section {
        width: 88%;
        text-align: center;
        margin: 0px auto 64px auto;
    }
    #movie-section img{
        width: 100%;
        text-align: center;
        margin: 0px auto 0px auto;
    }

    #movie-section-2 {
        width: 100%;
        text-align: center;
        margin: 0px auto 0px auto;
    }
    #movie-section-2 img{
        width: 100%;
        text-align: center;
        margin: 0px auto 0px auto;
    }
    .tv__movie_2 {
        margin: 0px auto 0px auto;
        width: 100%;
        height: 170px;
        padding-top: 37%;
        position: relative;
    }
    .tv__movie_2 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .tv__movie {
        margin: 0px auto 0px auto;
        width: 100%;
        height: auto;
        padding-top: 63%;
        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%;
        position: relative;
    }
    .tv__movie-pink iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*youtube*/

/*txt*/
    .lp-title-1 {
        font-size: 34px;
        margin: 0px auto 37px auto;
        line-height: 41px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-2 {
        font-size: 12px;
        margin: 0px auto 0px auto;
        line-height: 22px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-3 {
        font-size: 18px;
        margin: 0px auto 32px auto;
        line-height: 28px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-3-2 {
        font-size: 38px;
        margin: 0px auto 23px auto;
        line-height: 45px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-4 {
        font-size: 27px;
        margin: 0px auto 20px auto;
        line-height: 37px;
        text-align: center;
        letter-spacing: 0px;
        padding: 0px 0px; 
    }
    .lp-title-4-2 {
        font-family: 'HEL-BLD';
        font-size: 27px;
        margin: 0px auto 41px auto;
        line-height: 37px;
        color: #fff;
        text-align: center;
        letter-spacing: -1.04px;
    }
    .lp-title-5 {
        font-size: 20px;
        margin: 0px auto 40px auto;
        line-height: 30px;
        text-align: center;
        letter-spacing: -0.2px;
        padding: 0px 0px 0px 0px;
    }
    .lp-title-5-2 {
        width: 88%;
        font-size: 19px;
        margin: 0px auto 40px auto;
        line-height: 30px;
        text-align: center;
        letter-spacing: 1.14px;
        padding: 0px 0px 0px 0px;
    }
    .lp-title-6 {
        font-size: 17px;
        margin: 0px auto 30px auto;
        line-height: 27px;
        text-align: center;
        letter-spacing: 0px;
        padding: 0px 0px; 
    }
    .lp-title-6-2 {
        font-size: 20px;
        margin: 0px auto 48px auto;
        line-height: 30px;
        text-align: center;
        letter-spacing: -0.2px;
    }

    .lp-title-6-3 {
        font-size: 16px;
        margin: 7px auto 0px 0px;
        line-height: 24px;
        text-align: left;
        letter-spacing:0px;
    }

    .lp-title-6-4 {
        font-size: 28px;
        margin: 0px auto 32px auto;
        line-height: 38px;
        text-align: center;
        letter-spacing:0px;
    }

    .lp-title-6-5 {
        font-size: 28px;
        margin: 0px auto 40px auto;
        line-height: 38px;
        text-align: center;
        letter-spacing:0px;
    }

    .lp-title-6-6 {
        font-size: 25px;
        margin: 0px auto 16px auto;
        line-height: 35px;
        text-align: center;
        letter-spacing:0px;
    }

    .lp-txt-pr {
        font-family: 'NOTO-BLD';
        font-size: 19px;
        margin: 0px auto 30px auto;
        line-height: 29px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
        padding: 0px 0px;
    }

    .lp-txt-pr-2 {
        font-family: 'NOTO-BLD';
        font-size: 13px;
        margin: 0px auto 0px auto;
        line-height: 25px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
        padding: 0px 0px;
    }

    .lp-txt {
        font-size: 14px;
        margin: 0px auto 17px auto;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0px;
        padding: 0px 0px;
    }

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


    .lp-txt-2 {
        font-size: 13px;
        margin: 0px auto 0px auto;
        line-height: 28px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: -0.38px;
    }
    .lp-txt-2-2 {
        font-size: 13px;
        margin: 0px auto 0px 0px;
        line-height: 28px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: -0.38px;
    }
    .lp-txt-3 {
        width: 75%;
        font-size: 13px;
        margin: 0px auto 0px auto;
        line-height: 26px;
        text-align: left;
        letter-spacing: 0px;
        padding: 0px 0px;
    }

    .lp-txt-3-2 {
        font-size: 13px;
        margin: 0px auto 0px auto;
        line-height: 26px;
        text-align: center;
        letter-spacing: 0px;
        padding: 0px 0px;
    }

    .lp-txt-4 {
        font-size: 14px;
        margin: 0px auto 3px auto;
        line-height: 24px;
        text-align: center;
        letter-spacing: -0.42px;
    }

    .lp-txt-4-2 {
        font-size: 16px;
        margin: 10px auto 10px 0px;
        line-height: 36px;
        text-align: left;
        letter-spacing: 0px;
    }

    .lp-txt-5 {
        font-size: 27px;
        margin: 0px auto 20px auto;
        line-height: 37px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: -0.27px;
    }

    .lp-txt-6 {
        font-size: 25px;
        margin: 0px auto 13px auto;
        line-height: 35px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: 0px;
    }

    .lp-txt-7 {
        font-size: 24px;
        margin: 0px auto 0px auto;
        line-height: 40px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: -0.64px;
    }

    .lp-txt-7 span{
        font-family: 'NOTO-BLK';
        font-size: 23px;
        margin: 20.5px auto 0px auto;
        line-height: 42px;
        color: #413F3D;
        text-align: center;
        letter-spacing: 0px;
    }

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

    .lp-txt-9 {
        font-size: 27px;
        margin: 0px auto 20px 0px;
        line-height: 37px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: -0.33px;
    }

    .lp-txt-10 {
        font-size: 14px;
        margin: 0px auto 30px 0px;
        line-height: 26px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }

    .lp-txt-10 a{
        text-decoration: underline;
        font-family: 'NOTO-MDI';
        font-size: 14px;
        line-height: 26px;
        color: #fff;
        letter-spacing: 0px;
    }
    .lp-txt-10 a:hover {
        text-decoration: none;
        font-family: 'NOTO-MDI';
        font-size: 14px;
        line-height: 26px;
        color: #fff;
        letter-spacing: 0px;
    }

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

    .lp-txt-11 a{
        text-decoration: underline;
        font-family: 'NOTO-MDI';
        font-size: 14px;
        line-height: 26px;
        color: #fff;
        letter-spacing: 0px;
    }
    .lp-txt-11 a:hover {
        text-decoration: none;
        font-family: 'NOTO-MDI';
        font-size: 14px;
        line-height: 26px;
        color: #fff;
        letter-spacing: 0px;
    }

/*txt*/

/*img*/
    .title-img-top-new {
        width: 88%;
        margin: 0px auto 40px auto;
    }
    .title-img-top-new img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-new picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top {
        width: 100%;
        margin: 0px auto 44px 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 {
        opacity: 1;
        width: 88%;
        margin: 0px auto 100px auto;
    }
    .title-img-top-2:hover {
        opacity: 0.5;
        width: 88%;
        margin: 0px auto 100px 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 {
        display: block;
        width: 74px;
        margin: 0px auto 65px 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-4 {
        width: 88%;
        margin: 0px auto 16px 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%;
        margin: 0px auto 16px 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: 88%;
        margin: 0px auto 40px 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;
    }

/*img*/

/*button*/
    .button {
        padding: 5px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 60%;
        border: solid #fff 1px;
        background-color: #fff;
        border-radius: 5px;
        font-family: 'NOTO-BLD';
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 1.68px;
        color: #9D0000;
    }
    .button:hover {
        padding: 5px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 60%;
        border: solid #fff 1px;
        background-color: #9D0000;
        border-radius: 5px;
        font-family: 'NOTO-BLD';
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 1.68px;
        color: #fff;
    }

    .button-2 {
        padding: 4px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 75%;
        border: solid #fff 1px;
        background-color: #fff;
        border-radius: 5px;
        font-family: 'NOTO-BLD';
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 2.1px;
        color: #9D0000;
    }
    .button-2:hover {
        padding: 4px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 75%;
        border: solid #fff 1px;
        background-color: #9D0000;
        border-radius: 5px;
        font-family: 'NOTO-BLD';
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 2.1px;
        color: #fff;
    }

    .button-3 {
        padding: 3px 0px;
        margin: 30px auto 0px 0px;
        text-align: center;
        width: 208px;
        background-color: #fff;
        border: solid #fff 1px;
        border-radius: 5px;
        font-family: 'NOTO-BLD';
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 1.68px;
        color: #333;
    }
    .button-3:hover {
        padding: 3px 0px;
        margin: 30px auto 0px 0px;
        text-align: center;
        width: 208px;
        background-color: #333;
        border: solid #fff 1px;
        border-radius: 5px;
        font-family: 'NOTO-BLD';
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 1.68px;
        color: #fff;
    }

    .button-4 {
        padding: 8px 0px;
        margin: 0px auto 100px auto;
        text-align: center;
        width: 70%;
        border: solid #fff 1px;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0px;
        color: #fff;
    }
    .button-4:hover {
        padding: 8px 0px;
        margin: 0px auto 100px auto;
        text-align: center;
        width: 70%;
        background-color: #fff;
        border: solid #fff 1px;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0px;
        color: #333;
    }

    .button-5 {
        padding: 3px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 208px;
        background-color: #fff;
        border: solid #fff 1px;
        border-radius: 5px;
        font-family: 'NOTO-BLD';
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 1.68px;
        color: #B10000;
    }
    .button-5:hover {
        padding: 3px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 208px;
        background-color: #B10000;
        border: solid #fff 1px;
        border-radius: 5px;
        font-family: 'NOTO-BLD';
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 1.68px;
        color: #fff;
    }
/*button*/

/*clearfix*/
    .lp-contents-clearfix-new {
        text-align: center;
        width: 88%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 0px auto;
        flex-direction: row;
        justify-content: space-around;
        align-content: center;
        align-items: flex-start;
    }
    .lp-contents-clearfix-new a{
        opacity: 1;
    }
    .lp-contents-clearfix-new a:hover{
        opacity: 1;
    }

    .lp-contents-clearfix-new-2 {
        text-align: center;
        width: 88%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 48px auto;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        align-items: stretch;
    }
    .lp-contents-clearfix-new-2 a{
        opacity: 1;
    }
    .lp-contents-clearfix-new-2 a:hover{
        opacity: 1;
    }

    .lp-contents-clearfix {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        margin: 0px auto 70px auto;
        align-items: flex-start;
    }
    .lp-contents-clearfix-1 {
        text-align: center;
        width: 85%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 74px auto;
        align-items: flex-start;
    }
    .lp-contents-clearfix-2 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 24px auto;
        flex-direction: column;
        justify-content: flex-start;
        align-content: center;
        align-items: flex-start;
    }
    .lp-contents-clearfix-3 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        margin: 0px auto 47px auto;
        align-items: center;
        flex-direction: row;
        align-content: center;
    }
    .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-5 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 38px auto;
        align-items: flex-start;
    }
    .lp-contents-clearfix-6 {
        text-align: center;
        width: 88%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 96px auto;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        align-items: center;
    }
    .lp-contents-clearfix-7 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 0px auto;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        align-items: flex-start;
    }
    .lp-contents-clearfix-8 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 0px auto;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        align-items: flex-start;
    }

    .lp-contents-clearfix-8 a{
        text-decoration: underline;
        opacity: 1;
        color: #fff;
    }
    .lp-contents-clearfix-8 a:hover{
        text-decoration: none;
        opacity: 1;
        color: #fff;
    }

    .box-img-new {
        width: 100%;
        margin-bottom: 40px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-new picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-new img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-new-2 {
        width: 47%;
        margin: 0px 0px 16px 0px;
        text-align: left;

        display: flex;
        flex-direction: column;
    }
    .box-img-new-2 > a:last-child {
        display: block;
        margin-top: auto;
    }
    .box-img-new-2 picture{
        width: 100%;
        margin: 0px auto 13px auto;
    }
    .box-img-new-2 img{
        width: 100%;
        margin: 0px auto 13px auto;
    }

    .box-img-1 {
        width: 100%;
        margin: 0px auto 28px auto;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: space-between;
        display: flex;
    }
    .box-img-1 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-1 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-2 {
        width: 88%;
        margin: 0px auto 0px auto;
        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-3 {
        width: 100%;
        margin: 0px auto 0px auto;
        flex-direction: row;
        text-align: center;
    }
    .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-2 {
        display: none;
        width: 60%;
        margin: 0px auto 50px auto;
        flex-direction: row;
        text-align: left;
    }
    .box-img-3-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-3-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-3-3 {
        display: block;
        width: 100%;
        margin: 0px auto 0px auto;
        flex-direction: row;
        text-align: center;
    }
    .box-img-3-3 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-3-3 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-4 {
        width: 100%;
        margin: 0px auto 75px auto;
        flex-direction: row;
        text-align: center;
        padding: 0px 0px 0px 0px;
    }
    .box-img-4 picture{
        width: 100%;
        margin: 0px auto 26px auto;
    }
    .box-img-4 img{
        width: 100%;
        margin: 0px auto 26px auto;
    }

    .box-img-4-2 {
        width: 100%;
        margin: 0px auto 75px auto;
        flex-direction: row;
        text-align: center;
        padding: 0px 0px 0px 0px;
    }
    .box-img-4-2 picture{
        width: 100%;
        margin: 0px auto 34px auto;
    }
    .box-img-4-2 img{
        width: 100%;
        margin: 0px auto 34px auto;
    }

    .box-img-5 {
        width: 100%;
        margin: 0px auto 24px 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: 26%;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .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: 69%;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .box-img-7 a{
        text-decoration: underline;
        font-family: 'NOTO';
        font-size: 16px;
        line-height: 36px;
        text-align: left;
        color: #fff;
        overflow-wrap: break-word;
    }
    .box-img-7 a:hover{
        text-decoration: none;
        font-family: 'NOTO';
        font-size: 16px;
        line-height: 36px;
        text-align: left;
        color: #fff;
        overflow-wrap: break-word;
    }
    .box-img-7 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-7 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

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

/*clearfix*/

/*hide*/
    .hide-sp {
    	display: none;
    }
    .hide-pc {
    	display: block;
    }
    .hide-pc img{
        width: 75%;
        margin: 0px auto 0px auto;
    }
    .hide-sp-2{
        display: none;
    }
    .hide-pc-2 {
        display: block;
    }
/*hide*/

/*video*/
    .v-section {
        width: 85%;
        text-align: center;
        margin: 0px auto 60px 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: 0px auto 0px auto;
        text-align: center;
        padding: 77px 0px 0.1px 0px;
        background-color: #707070;
    }
    .item-section-2 {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 94px 0px 0.1px 0px;
/*        background-color: #000000;*/
    }
    .item-section-3 {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 120px 0px 0.1px 0px;
        background-color: #222;
    }

    .item-section-4 {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 120px 0px 0.1px 0px;
        background-color: #fff;
    }
/*section*/
    .hidden-1 {
        visibility: hidden;
        display: none;
    }
    .hidden-2 {
        visibility: hidden;
    }
    .hidden-3 {
        visibility: hidden;
        display: inline;
    }

    .text-box-new {
        width: 88%;
        margin: 0px auto 40px auto;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }

    .text-box-new-2 {
        width: 88%;
        margin: 0px auto 64px auto;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }

    .text-box-l {
        width: 88%;
        margin: 0px auto 80px auto;
        text-align: center;
        padding: 64px 0px 24px 0px;
        background-color: #3D3D3D;
    }

    .text-box-l-2 {
        width: 88%;
        margin: 0px auto 56px auto;
        text-align: center;
        padding: 64px 0px 24px 0px;
        background-color: #3D3D3D;
    }

    .text-box-12 {
        width: 88%;
        margin: 0px auto 0px auto;
        text-align: center;
    }
    .text-box-product-pc {
        display: none;
    }
    .text-box-product-pc-2 {
        display: none;
    }
    .text-box-product-pc-3 {
        display: none;
    }
    .text-box-product-sp {
        display: block;
        width: 100%;
        margin: 0px auto 82px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-product-sp-2 {
        display: block;
        width: 100%;
        margin: 0px auto 39px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-product-sp-3 {
        display: block;
        width: 100%;
        margin: 0px auto 54px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-1 {
        width: 88%;
        margin: 0px auto 90px auto;
        text-align: center;
    }
    .text-box-2 {
        width: 100%;
        margin: 0px auto 34px auto;
        text-align: center;
        padding: 5px 0px;
        border-left: unset;
        border-right: unset;
        border-top: #fff 1px aolid;
        border-bottom: #fff 1px aolid;
    }
    .text-box-3 {
        width: 88%;
        margin: 0px auto 70px auto;
    }
    .text-box-3-2 {
        width: 100%;
        margin: 0px auto 104px auto;
        padding: 68px 0px 66px 0px;
        text-align: center;
        background-image: url(./bg-red.webp);
        background-position: top;
        background-size: cover;
    }
    .text-box-3-3 {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
    }
    .text-box-3-4 {
        width: 88%;
        margin: 0px auto 44px auto;
        text-align: center;
    }
    .text-box-4 {
        width: 88%;
        margin: 0px auto 70px auto;
        text-align: center;
    }
    .text-box-4-2 {
        width: 88%;
        margin: 0px auto 0px auto;
        text-align: left;
    }
    .text-box-4-3 {
        width: 88%;
        margin: 0px auto 50px auto;
        text-align: center;
    }
    .text-box-5 {
        width: 78%;
        margin: 0px auto 75px auto;
        text-align: center;
    }
    .text-box-6 {
        width: 88%;
        margin: 0px 0px 20px auto;
        text-align: left;
    }
    .text-box-6-2 {
        width: 88%;
        margin: 0px auto 20px auto;
        text-align: center;
    }
    .text-box-7 {
        width: 88%;
        margin: 0px auto 40px auto;
        text-align: center;
        padding: 0px 0px;
    }

    .text-box-8 {
        width: 88%;
        margin: 0px auto 56px auto;
        text-align: center;
        padding: 0px 0px;
    }

    .text-box-9 {
        width: 88%;
        margin: 0px auto 40px auto;
        text-align: center;
        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;
    }

    .lp-an-1 {
      opacity: 0;
      transform: translate(0, 50%);
      transition: 2s;
    }
    .lp-an-1.is-show-1 {
      transform: translate(0, 0);
      opacity: 1;
    }

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

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

     /* === 各ラジオボタンのラベルをボタンに変更 == */
    #langChenge label{
        font-family: 'NOTO-MDI';
        line-height: 32px;
        font-size: 16px;
        letter-spacing: 0px;
      opacity: 1;
      width: 185px;
      margin: 0px 15px 100px 15px;
      display    : inline-block;
      border     : 1px solid #29292B;
/*      box-shadow : 2px 2px #999;*/
      padding    : 1px 0px;
      border-radius: 50px;
    }
    #langChenge label:hover{
        font-family: 'NOTO-MDI';
        line-height: 32px;
        font-size: 16px;
        letter-spacing: 0px;
      opacity: 1;
      width: 185px;
      margin: 0px 15px 100px 15px;
      display    : inline-block;
      border     : 1px solid #29292B;
/*      box-shadow : 2px 2px #999;*/
      padding    : 1px 0px;
      border-radius: 50px;
      transition: all 0.2s 0s ease-in-out;
    }

    #slider1 {
    width: 88%;
    margin: 0 auto;
}

#slider1 .splide__pagination {
    bottom: -28px;
}

#slider1 .splide__pagination__page {
    width: 8px;
    height: 8px;
    margin: 0 5px;
}

.slide-box-1 .splide {
        display:block;
    }

}

