@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%;
      overflow: hidden;
      margin: 0 auto 150px;
    }

    .slide-box-1 .splide__track {
      overflow: hidden;
    }

    .slide-box-1 .splide__slide {
      opacity: 1;
      transform: none;
    }

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

    .slide-box-1 .splide__arrow {
      width: 32px;
      height: 32px;
      background: transparent;
      border: 1px solid #fff;
      opacity: 1;
    }

    .slide-box-1 .splide__arrow svg {
      fill: #fff;
      width: 12px;
      height: 12px;
    }

    .slide-box-1 .splide__arrow--prev {
      left: 2.5%;
    }

    .slide-box-1 .splide__arrow--next {
      right: 2.5%;
    }

    .slide-box-1 .splide__track,
    .slide-box-1 .splide__list,
    .slide-box-1 .splide__slide {
        height: auto !important;
        min-height: 0 !important;
    }

    .slide-box-1 .splide__slide img {
        width: 100%;
        height: auto;
        display: block;
    }

    /*-------------------------------*/

    .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 64px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-2 {
        width: 900px;
        margin: 0px auto 64px auto;
        text-align: center;
    }

    .text-box-3 {
        width: 900px;
        margin: 0px auto 150px auto;
        padding: 64px 0px;
        text-align: center;
        background-color: #fff;
        /*background-image: url(./bg-2.png);
        background-position: center;
        background-size: cover;*/
    }

    .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: 88%;
        border-bottom: solid 1px #333;
        margin: 0px auto 32px 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: #fff;
        /*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: 150px 0px 0.1px 0px;
        background-image: url(./bg_001.jpg);
        background-position: top;
        background-repeat: repeat;
        background-size: 100%;
    }

    .fv-section-2 {
        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: 150px 0px 0.1px 0px;
        background-color: #fff;
    }
    .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: 'NOTO-BLD';
        font-size: 50px;
        margin: 0px auto 0px auto;
        line-height: 60px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-2 {
        font-family: 'NOTO-BLD';
        font-size: 25px;
        margin: 0px auto 18px auto;
        line-height: 35px;
        color: #333;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-3 {
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 26px;
        color: #333;
        text-align: left;
        letter-spacing: 0px;
    }
    .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-BLD';
        font-size: 42px;
        margin: 0px auto 40px auto;
        line-height: 52px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }
    .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 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px auto;
        line-height: 24px;
        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';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 26px;
        color: #333;
        text-align: left;
        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';
        font-size: 14px;
        margin: 11px auto 23px 0px;
        line-height: 22px;
        color: #000;
        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 {
        width: 100%;
        margin: 0px auto 0px 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: 900px;
        margin: 0px auto 150px auto;
    }
    .title-img-top-2:hover {
        opacity: 0.5;
        width: 900px;
        margin: 0px auto 150px 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%;
        border: solid #fff 1px;
        background-color: #000;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #fff;
    }
    .button:hover {
        padding: 12px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 100%;
        border: solid #fff 1px;
        background-color: #fff;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #111;
    }

    .button-2 {
        padding: 12px 0px;
        margin: 0px auto 0px 0px;
        text-align: center;
        width: 100%;
        border: solid #000 1px;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #000;
    }
    .button-2:hover {
        padding: 12px 0px;
        margin: 0px auto 0px 0px;
        text-align: center;
        width: 100%;
        background-color: #000;
        border: solid #000 1px;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
        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*/

/*clearfix*/

    .lp-contents-clearfix {
        text-align: center;
        width: 51.25%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 64px auto;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        align-items: flex-start;
    }
    .lp-contents-clearfix a{
        opacity: 1;
    }
    .lp-contents-clearfix a:hover{
        opacity: 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 16px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .lp-contents-clearfix-2 a{
        opacity: 1;
    }
    .lp-contents-clearfix-2 a:hover{
        opacity: 1;
    }
    .lp-contents-clearfix-3 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 0px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .lp-contents-clearfix-3 a{
        opacity: 1;
    }
    .lp-contents-clearfix-3 a:hover{
        opacity: 0.5;
    }
    .lp-contents-clearfix-4 {
        text-align: center;
        width: 83%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 118px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: flex-start;
        gap: 32px;
    }
    .lp-contents-clearfix-4 a{
        opacity: 1;
    }
    .lp-contents-clearfix-4 a:hover{
        opacity: 0.5;
    }

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

    .lp-contents-clearfix-5 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 60px 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: 49%;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: center;
    }
    .box-img-1 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-1 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-2 {
        width: 100px;
        margin: 0px 64px 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: 222px;
        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.4%;
        margin: 0px 0px 0px 0px;
        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-4 {
        width: 22.6%;
        margin: 0px 0px 32px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .box-img-4 a{
        text-decoration: none;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        color: #000;
        overflow-wrap: break-word;
    }
    .box-img-4 a:hover{
        text-decoration: underline;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        color: #000;
        overflow-wrap: break-word;
    }
    .box-img-4 picture{
        width: 100%;
        margin: 0px auto 11px auto;
    }
    .box-img-4 img{
        width: 100%;
        margin: 0px auto 11px auto;
    }

    .box-img-4-2 {
        width: 32%;
        margin: 0px 0px 32px 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;
        line-height: 24px;
        text-align: left;
        color: #000;
        overflow-wrap: break-word;
    }
    .box-img-4-2 a:hover{
        text-decoration: underline;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        color: #000;
        overflow-wrap: break-word;
    }
    .box-img-4-2 picture{
        width: 100%;
        margin: 0px auto 11px auto;
    }
    .box-img-4-2 img{
        width: 100%;
        margin: 0px auto 11px 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: 88%;
        border-bottom: solid 1px #333;
        margin: 0px auto 32px 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: #fff;
        /*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 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: 25px;
        margin: 0px auto 32px auto;
        line-height: 35px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-3 {
        font-size: 16px;
        margin: 0px auto 0px auto;
        line-height: 26px;
        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: 24px;
        margin: 0px auto 24px auto;
        line-height: 34px;
        text-align: center;
        letter-spacing: 0px;
        padding: 0px 0px; 
    }
    .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 {
        font-size: 16px;
        margin: 0px auto 0px 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 {
        font-size: 14px;
        margin: 11px auto 23px 0px;
        line-height: 22px;
        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 0px 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 64px auto;
    }
    .title-img-top-2:hover {
        opacity: 0.5;
        width: 88%;
        margin: 0px auto 64px 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: 12px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 100%;
        border: solid #fff 1px;
        background-color: #000;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #fff;
    }
    .button:hover {
        padding: 12px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 100%;
        border: solid #fff 1px;
        background-color: #fff;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #111;
    }

    .button-2 {
        padding: 12px 0px;
        margin: 0px auto 0px 0px;
        text-align: center;
        width: 100%;
        border: solid #000 1px;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #000;
    }
    .button-2:hover {
        padding: 12px 0px;
        margin: 0px auto 0px 0px;
        text-align: center;
        width: 100%;
        background-color: #000;
        border: solid #000 1px;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
        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*/

/*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: 88%;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        margin: 0px auto 24px 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;
        margin: 0px auto 0px auto;
        flex-direction: column;
        justify-content: flex-start;
        align-content: center;
        align-items: flex-start;
    }
    .lp-contents-clearfix-4 {
        text-align: center;
        width: 88%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 48px auto;
        align-items: flex-start;
        gap: unset;
    }
    .lp-contents-clearfix-4-2 {
        text-align: center;
        width: 88%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 48px 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 60px 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 24px 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 16px 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 {
        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-4 {
        width: 47%;
        margin: 0px 0px 16px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .box-img-4 a{
        text-decoration: none;
        font-family: 'NOTO';
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        color: #000;
        overflow-wrap: break-word;
    }
    .box-img-4 a:hover{
        text-decoration: underline;
        font-family: 'NOTO';
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        color: #000;
        overflow-wrap: break-word;
    }
    .box-img-4 picture{
        width: 100%;
        margin: 0px auto 11px auto;
    }
    .box-img-4 img{
        width: 100%;
        margin: 0px auto 11px auto;
    }

    .box-img-4-2 {
        width: 47%;
        margin: 0px 0px 16px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .box-img-4-2 a{
        text-decoration: none;
        font-family: 'NOTO';
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        color: #000;
        overflow-wrap: break-word;
    }
    .box-img-4-2 a:hover{
        text-decoration: underline;
        font-family: 'NOTO';
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        color: #000;
        overflow-wrap: break-word;
    }
    .box-img-4-2 picture{
        width: 100%;
        margin: 0px auto 11px auto;
    }
    .box-img-4-2 img{
        width: 100%;
        margin: 0px auto 11px 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: 64px 0px 0.1px 0px;
        background-image: url(./bg_001.jpg);
        background-position: top;
        background-repeat: repeat;
        background-size: 100%;
    }

    .fv-section-2 {
        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: 64px 0px 0.1px 0px;
        background-color: #fff;
    }
    .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*/
    .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: 100%;
        margin: 0px auto 48px auto;
        text-align: center;
    }
    .text-box-2 {
        width: 88%;
        margin: 0px auto 48px auto;
        text-align: center;
    }
    .text-box-3 {
        width: 88%;
        margin: 0px auto 64px auto;
        padding: 64px 0px;
        text-align: center;
        background-color: #fff;
    }
    .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 64px 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;
    }
}

.lp-contents-clearfix-4 {
  align-items: stretch;
}

.lp-contents-clearfix-4 .box-img-4 {
  display: flex;
  flex-direction: column;
}

.lp-contents-clearfix-4 .box-img-4 > a:last-child {
  display: block;
  margin-top: auto;
}

.lp-contents-clearfix-4-2 {
  align-items: stretch;
}

.lp-contents-clearfix-4-2 .box-img-4-2 {
  display: flex;
  flex-direction: column;
}

.lp-contents-clearfix-4-2 .box-img-4-2 > a:last-child {
  display: block;
  margin-top: auto;
}