@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;
    }

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

    .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-1 {
        width: 100%;
        margin: 0px auto 70px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-2 {
        width: 100%;
        margin: 0px auto 55px auto;
        text-align: center;
        padding: 0.1px 0px;
    }

    .text-box-3 {
        width: 100%;
        margin: 0px auto 0px auto;
        padding: 43px 0px 145px 0px;
        text-align: center;
        background-image: url(./bg-2.png);
        background-position: center;
        background-size: cover;
    }

    .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: 940px;
        margin: 0px auto 72px 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: 56.71%;
        margin: 0px auto 75px auto;
        text-align: left;

    }
    .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: 58%;
        text-align: center;
        margin: 0px auto 48px 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: 'IBM-BLD';
        font-size: 48px;
        margin: 0px auto 16px auto;
        line-height: 58px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-2 {
        font-family: 'NOTO-BLD';
        font-size: 40px;
        margin: 0px auto 18px auto;
        line-height: 40px;
        color: #fff;
        text-align: center;
        letter-spacing: 3.6px;
    }
    .lp-title-3 {
        font-family: 'HEL-BLD';
        font-size: 72px;
        margin: 0px auto 36px auto;
        line-height: 72px;
        color: #fff;
        text-align: center;
        letter-spacing: -1.44px;
    }
    .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: 'NOTO-MDI';
        font-size: 17px;
        margin: 0px auto 85px auto;
        line-height: 20px;
        color: #fff;
        text-align: center;
        letter-spacing: -0.51px;
    }
    .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: 28px;
        margin: 0px auto 0px auto;
        line-height: 28px;
        color: #fff;
        text-align: center;
        letter-spacing: 2.52px;
    }
    .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: 'HEL-BLD';
        font-size: 64px;
        margin: 0px auto 60px auto;
        line-height: 80px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-6-2 {
        font-family: 'NOTO-BLD';
        font-size: 24px;
        margin: 0px auto 0px auto;
        line-height: 30px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }

    .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';
        font-size: 20px;
        margin: 0px auto 0px auto;
        line-height: 40px;
        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: 18px;
        margin: 0px auto 0px auto;
        line-height: 35px;
        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: 24px;
        margin: 0px auto 0px 0px;
        line-height: 26px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }

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

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

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

    .lp-txt-5 {
        font-family: 'NOTO-BLK';
        font-size: 22px;
        margin: 0px auto 120px auto;
        line-height: 32px;
        color: #413F3D;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-txt-6 {
        font-family: 'OUT-MDI';
        font-size: 12px;
        margin: 7px auto 7px auto;
        line-height: 14px;
        color: #413F3D;
        text-align: center;
        letter-spacing: 13.68px;
    }
    .lp-txt-7 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 20.5px auto 0px auto;
        line-height: 30px;
        color: #413F3D;
        text-align: center;
        letter-spacing: 0.29px;
    }
    .lp-txt-7 span{
        font-family: 'NOTO-BLK';
        margin: 47px auto 0px auto;
        font-size: 16px;
        line-height: 24px;
        color: #413F3D;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-txt-8 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 30px;
        color: #413F3D;
        text-align: left;
        letter-spacing: 0.3px;
    }
    .lp-txt-9 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 50px 0px;
        line-height: 40px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }
    .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-new {
        width: 900px;
        margin: 0px auto 80px 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 40px 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: 100%;
        margin: 70px auto 65px 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: 12px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 100%;
        height: 50%;
        border: solid #fff 1px;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0px;
        color: #fff;
    }
    .button:hover {
        padding: 12px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 100%;
        height: 50%;
        border: solid #fff 1px;
        background-color: #82EFE2;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0px;
        color: #111;
    }

    .button-2 {
        padding: 15px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 100%;
        background-color: #fff;
        border: solid #fff 1px;
        border-radius: 5px;
        font-family: 'NOTO-BLD';
        font-size: 20px;
        line-height: 27px;
        letter-spacing: 3.22px;
        color: #333;
    }
    .button-2:hover {
        padding: 15px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 100%;
        background-color: #333;
        border: solid #fff 1px;
        border-radius: 5px;
        font-family: 'NOTO-BLD';
        font-size: 20px;
        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-new-2 {
        text-align: center;
        width: 90%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 48px auto;
        flex-direction: row;
        justify-content: center;
        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: 43%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .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 0px auto;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        align-items: flex-end;
    }
    .lp-contents-clearfix-2 a{
        opacity: 1;
    }
    .lp-contents-clearfix-2 a:hover{
        opacity: 1;
    }
    .lp-contents-clearfix-3 {
        text-align: center;
        width: 58.45%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 107px auto;
        flex-direction: row;
        align-items: center;
        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:50%;
    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-1 a{
    width: 100%;
    min-height: 60px;
    display: flex;
}

    .box-img-2 {
        width: 50%;
        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: 37.4%;
        margin: 0px 0px 0px 0px;
        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-2 {
        width: 47.5%;
        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-3-4 {
        width: 33%;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: center;
    }
    .box-img-3-4 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-3-4 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 0px auto;
    }
    .box-img-4 img{
        width: 100%;
        margin: 0px auto 0px 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(./bg-sp-2.png);
        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 48px 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: 32px;
        margin: 0px auto 16px auto;
        line-height: 36px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-2 {
        font-size: 19px;
        margin: 0px auto 21.99px auto;
        line-height: 30px;
        text-align: center;
        letter-spacing: 1.52px;
    }
    .lp-title-3 {
        font-size: 38px;
        margin: 0px auto 38px auto;
        line-height: 45px;
        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: 14px;
        margin: 0px auto 31px auto;
        line-height: 16px;
        text-align: center;
        letter-spacing: -0.42px;
        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 {
        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-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: 27px;
        margin: 0px auto 80px auto;
        line-height: 45px;
        text-align: center;
        letter-spacing: 0px;
         padding: 0px 0px; 
    }
    .lp-title-6-2 {
        font-size: 19px;
        margin: 0px auto 0px auto;
        line-height: 33px;
        text-align: center;
        letter-spacing: 0px;
    }

    .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: 13px;
        margin: 0px auto 0px auto;
        line-height: 25px;
        text-align: center;
        letter-spacing: -0.25px;
        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 {
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 26px;
        text-align: left;
        letter-spacing: 0px;
        padding: 0px 0px;
    }

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

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

    .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: 31px;
        margin: 3.16px auto 2.69px auto;
        line-height: 43px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: 0px;
    }

    .lp-txt-6 {
        font-size: 19px;
        margin: 0px auto 5px 4vh;
        line-height: 30px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: 21.66px;
    }

    .lp-txt-7 {
        font-size: 15px;
        margin: 20.21px auto 0px auto;
        line-height: 30px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: 0.29px;
    }

    .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 0px 0px;
        line-height: 30px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0.29px;
    }

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

    .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 31px 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: 100%;
        margin: 0px auto 37px 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{
    width: 100%;
    min-height: 60px;
    padding: 0 20px;
    box-sizing: border-box;

    display: flex;
    justify-content: center;
    align-items: center;

    font-family: 'NOTO-BLD';
    font-size: 12px;
    line-height: 1.3;
    text-align: center;

    border: 1px solid #fff;
    color: #fff;
}

.button:hover{
    background-color: #82EFE2;
    color: #111;
}

    .button-2 {
        padding: 15px 0px;
        margin: 0px 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: 14px;
        letter-spacing: 1.68px;
        color: #333;
    }
    .button-2:hover {
        padding: 15px 0px;
        margin: 0px 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: 14px;
        letter-spacing: 1.68px;
        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: 70%;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        margin: 0px auto 0px 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 0px 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: 38px auto 91px 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 11px auto;
        flex-direction: row;
        text-align: center;
        align-items: center;
        justify-content: space-between;
    }
    .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: 100%;
        margin: 0px auto 26px 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: 60%;
        margin: 0px auto 50px 0px;
        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-2 {
        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-3-4 {
        display: none;
        width: 60%;
        margin: 0px auto 50px auto;
        flex-direction: row;
        text-align: left;
    }
    .box-img-3-4 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-3-4 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

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

    .box-img-4-2 {
        width: 47%;
        margin: 0px 0px 30px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .box-img-4-2 a{
        text-decoration: none;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 20px;
        color: #333;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-4-2 a:hover{
        text-decoration: underline;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 20px;
        color: #333;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-4-2 picture{
        width: 100%;
        margin: 0px auto 10px auto;
    }
    .box-img-4-2 img{
        width: 100%;
        margin: 0px auto 10px 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-1 {
        width: 88%;
        margin: 0px auto 83px auto;
        text-align: center;
    }
    .text-box-2 {
        width: 88%;
        margin: 0px auto 35px auto;
        text-align: center;
    }
    .text-box-3 {
        width: 100%;
        margin: 0px auto 0px auto;
        padding: 19px 0px;
        text-align: center;
        background-image: url(./bg-2.png);
        background-position: center;
        background-size: cover;
    }
    .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 52px 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: 88%;
        margin: 0px 0px 68px auto;
        text-align: left;
    }
    .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 20px 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;
    }

}

/* PC：白線だけ左画像側まで伸ばす */
@media (min-width: 1201px) {
  .lp-contents-clearfix-3 {
/*    align-items: flex-end;*/
  }

  .box-img-4 {
    position: relative;
  }

  .box-img-4 .border-1 {
    width: calc(100% + 17%);
    margin-left: -17%;
  }
}

/* SP：COLLECTION画像を横スクロールにする */
@media (max-width: 1200px) {
  .item-section-2 {
    overflow: hidden;
  }

  .lp-contents-clearfix-4 {
    width: 100%;
    box-sizing: border-box;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    gap: 14px;
    padding: 0 0 0 14%;
    margin: 0 auto 40px auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .lp-contents-clearfix-4::-webkit-scrollbar {
    display: none;
  }

  .box-img-5 {
    width: 64%;
    min-width: 64%;
    flex: 0 0 64%;
    margin: 0;
  }

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

/* INDEXボタン 中央揃え強制 */
.text-box-3 .lp-contents-clearfix {
  width: 860px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.text-box-3 .box-img-1 {
  width: 100%;
  margin: 0;
}

.text-box-3 .box-img-1 a {
  width: 100%;
  height: 60px;
  display: block;
}

.text-box-3 .button {
  width: 100%;
  height: 60px;
  padding: 0;
  box-sizing: border-box;

  display: flex;
  justify-content: center;
  align-items: center;

  text-align: center;
  border: 1px solid #fff;

  font-size: 12px;
  line-height: 14px;
}

.text-box-3 .button:hover {
  padding: 0;
  font-size: 12px;
  line-height: 14px;
}

@media (max-width: 1200px) {
  .text-box-3 .lp-contents-clearfix {
    width: 70%;
    margin: 0 auto;
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
    justify-items: center;
    flex-direction: column;
    align-items: center;
}

.text-box-3 .box-img-1 {
    width: 100%;
    margin-bottom: 11px;
}

  .text-box-3 .box-img-1 a,
  .text-box-3 .button {
    height: 48px;
  }

  .text-box-3 .button {
    font-size: 10px;
    line-height: 13px;
  }

  .text-box-3 .button:hover {
    font-size: 10px;
    line-height: 13px;
  }
}