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

@font-face {
    font-family: 'IBM';
    src: url('../fonts/IBMPlexSansJP-Regular.woff2');
}
@font-face {
    font-family: 'IBM-BLD';
    src: url('../fonts/IBMPlexSans-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;
    }

    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: #111;
      opacity: 1;
      width: 130px;
      margin: 0px 15px 120px 15px;
      display    : inline-block;
      border     : 1px solid #111;
/*      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: #111;
    color: #fff;
      opacity: 1;
      width: 130px;
      margin: 0px 15px 120px 15px;
      display    : inline-block;
      border     : 1px solid #111;
/*      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 : #111;
      color: #fff;
    }
    #langEn:checked ~ label[for="langEn"] {
        display: none;
      background : #111;
      color: #fff;
    }
    #langZh:checked ~ label[for="langZh"] {
      background : #111;
    }

    .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: 900px;
      margin: 0px auto 132px auto;
    }

    .slide-box-2 {
      display: none;
      width: 85%;
      margin: 0px auto 60px auto;
    }

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

    .text-box-1 {
        width: 100%;
        margin: 0px auto 80px auto;
        text-align: center;
        padding: 0px 0px;
/*        background-color: #555;*/
    }

    .lp-title-atmos {
        margin: 0px auto;
        text-align: center;
        font-family: 'IBM-BLD';
        line-height: 32px;
        letter-spacing: 0px;
        font-size: 40px;
        color: #0052A4;
    }
    .text-box-2 {
        width: 95%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .text-box-3 {
        position: relative;
        width: 85%;
        margin: 0px auto 200px auto;
        text-align: center;
        padding: 0px 0px;
/*        border-left: 1px solid #111;*/
    }
    .text-box-4 {
        display: flex;
        width: 100%;
        margin: 0px auto 24px auto;
        text-align: center;
        padding: 0px 0px;
        align-items: center;
        justify-content: center;
    }
    .text-box-4-2 {
        display: flex;
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0px 0px;
        align-items: center;
        justify-content: center;
    }
    .text-box-5 {
        width: 65px;
        margin: 0px 90px 0px 0px;
        text-align: left;
        padding: 0px 0px;
    }
    .text-box-6 {
        width: 325px;
        margin: 0px 0px 0px 0px;
        text-align: left;
        padding: 0px 0px;
    }
    .text-box-7 {
        width: 1147px;
        margin: 0px auto 120px auto;
        text-align: center;
        padding: 68px 0px;
        background-image: url(./img14.png);
        background-size: cover;
        border-radius: 30px;
    }
    .text-box-7-2 {
        width: 1147px;
        margin: 0px auto 150px auto;
        text-align: center;
        padding: 68px 0px;
        background-image: url(./img14.png);
        background-size: cover;
        border-radius: 30px;
    }

/*border*/
    .border-1 {
        width: 100%;
        height: 1px;
        background-color: #111;
        border-radius: 0px;
        margin: 0px auto 120px auto;
        text-align: center;
    }

    .border-2 {
        width: 100%;
        height: 1px;
        background-color: #111;
        border-radius: 0px;
        margin: 0px auto 160px auto;
        text-align: center;
    }

    .border-3 {
        position: absolute;
        bottom: 0.3%;
        left: -0.02%;
        width: 1px;
        height: 98.7%;
        background-color: #111;
        border-radius: 3px;
        margin: 0px 0px 0px 0px;
        text-align: left;
    }
/*border*/

/*main*/
    .lp-contents-box {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0.1px 0px 0.1px 0px;
        background-color: #F5F5F5;
    }
/*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;
    }
    .fv-section-2 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0.1px 0px;
    }
    .item-section {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0.1px 0px;
    }
/*section*/

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

/*youtube*/
    #movie-section {
        width: 900px;
        text-align: center;
        margin: 0px auto 160px 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:136%;
        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: 44px;
        margin: 0px auto 40px auto;
        line-height: 40px;
        color: #333;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-2 {
        font-family: 'IBM-SEM-BLD';
        font-size: 96px;
        margin: 0px auto 0px 0px;
        line-height: 86px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-title-3 {
        font-family: 'IBM-BLD';
        font-size: 40px;
        margin: 0px auto 50px 0px;
        line-height: 40px;
        color: #333;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-title-4 {
        font-family: 'IBM-BLD';
        font-size: 40px;
        margin: 0px auto 50px auto;
        line-height: 40px;
        color: #333;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-4-2 {
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 24px;
        color: #D62F57;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-title-5 {
        font-family: 'IBM-BLD';
        font-size: 40px;
        margin: 0px auto 80px auto;
        line-height: 40px;
        color: #333;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-6 {
        font-family: 'IBM-BLD';
        font-size: 30px;
        margin: 0px auto 30px auto;
        line-height: 30px;
        color: #333;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-6-2 {
        font-family: 'IBM-BLD';
        font-size: 40px;
        margin: 0px auto 60px auto;
        line-height: 40px;
        color: #333;
        text-align: center;
        letter-spacing: 0px;
    }

    .lp-txt {
        font-family: 'IBM-JP-MDI';
        font-size: 16px;
        margin: 0px auto 54px auto;
        line-height: 36px;
        color: #111;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-txt-en {
        font-family: 'IBM-MDI';
        font-size: 18px;
        margin: 0px auto 54px auto;
        line-height: 38px;
        color: #111;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-txt-2 {
        font-family: 'IBM-JP-BLD';
        font-size: 23px;
        margin: 0px auto 54px auto;
        line-height: 39px;
        color: #111;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-txt-2-en {
        font-family: 'IBM-BLD';
        font-size: 20px;
        margin: 0px auto 54px auto;
        line-height: 38px;
        color: #111;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-txt-3 {
        font-family: 'IBM-JP-MDI';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 32px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-3-2 {
        font-family: 'NOTO-MDI';
        font-size: 16px;
        margin: 18px auto 0px 0px;
        line-height: 32px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-4 {
        font-family: 'IBM-BLD';
        font-size: 14px;
        margin: 0px auto 10px 0px;
        line-height: 32px;
        color: #BEBEBE;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-5 {
        font-family: 'IBM-JP-MDI';
        font-size: 16px;
        margin: 0px auto 24px 0px;
        line-height: 28px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-5-2 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 30px;
        color: #333;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-5-3 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 30px;
        color: #333;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-6 {
        text-decoration: none;
        font-family: 'IBM-JP-MDI';
        font-size: 14px;
        margin: 15px auto 0px 0px;
        line-height: 20px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-7 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 20px 0px;
        line-height: 32px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-8 {
        font-family: 'NOTO-BLD';
        font-size: 20px;
        margin: 0px auto 30px 0px;
        line-height: 40px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }
    .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: 34.3%;
        margin: 100px auto 120px auto;
    }
    .title-img-top img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-2 {
        width: 100%; 
        margin: 0px auto 120px auto;
    }
    .title-img-top-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .title-img-top-3 {
        width: 100%;
        margin: 0px auto 0px 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 {
        display: none;
    }
/*img*/

/*button*/
    .button {
        padding: 7px 0px;
        margin: 83px auto 0px auto;
        text-align: center;
        width: 118px;
        border: 1px solid #111;
        border-radius: 50px;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #111;
    }
    .button:hover {
        padding: 7px 0px;
        margin: 83px auto 0px auto;
        text-align: center;
        width: 118px;
        background-color: #111;
        border: 1px solid #111;
        border-radius: 50px;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #fff;
        transition: all 0.2s 0s ease-in-out;
    }

    .button-2 {
        opacity: 1;
        padding: 7px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 118px;
        background-color: #111;
        border: 1px solid #111;
        border-radius: 50px;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #fff;
    }
    .button-2:hover {
        opacity: 1;
        padding: 7px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 118px;
        background-color: #fff;
        border: 1px solid #111;
        border-radius: 50px;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #111;
        transition: all 0.2s 0s ease-in-out;
    }

    .button-3 {
        opacity: 1;
        padding: 10px 0px;
        margin: 45px auto 0px 0px;
        text-align: center;
        width: 310px;
        background-color: #111;
        border: 1px solid #111;
        border-radius: 50px;
        font-family: 'IBM-MDI';
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 0px;
        color: #fff;
    }
    .button-3:hover {
        opacity: 1;
        padding: 10px 0px;
        margin: 45px auto 0px 0px;
        text-align: center;
        width: 310px;
        background-color: #F5F5F5;
        border: 1px solid #111;
        border-radius: 50px;
        font-family: 'IBM-MDI';
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 0px;
        color: #111;
        transition: all 0.2s 0s ease-in-out;
    }
/*button*/

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

    .lp-contents-clearfix-2 {
        text-align: center;
        width: 87.8%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 160px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: flex-start;
        padding: 0.1px 0px;
    }
    .lp-contents-clearfix-2 a{
        opacity: 1;
    }
    .lp-contents-clearfix-2 a:hover{
        opacity: 1;
    }

    .lp-contents-clearfix-3 {
        text-align: center;
        width: 87.8%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 100px 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: 1;
    }

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

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

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

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

    .box-img-1 {
        width: 22.6%;
        margin: 0px 7% 0px 0px;
        flex-direction: row;
        text-align: left;
    }
    .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: 67.8%;
        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: 45%;
        margin: 0px 9px 0px 9px;
        flex-direction: row;
        text-align: left;
        background-color: #fff;
        padding: 16px 0px 39px 0px;
    }
    .box-img-3 picture{
        width: 100%;
        margin: 0px auto 44px auto;
    }
    .box-img-3 img{
        width: 100%;
        margin: 0px auto 44px auto;
    }

    .box-img-3-2 {
        width: 45%;
        margin: 45px 9px 0px 9px;
        flex-direction: row;
        text-align: left;
        background-color: #fff;
        padding: 16px 0px 39px 0px;
    }
    .box-img-3-2 picture{
        width: 100%;
        margin: 0px auto 44px auto;
    }
    .box-img-3-2 img{
        width: 100%;
        margin: 0px auto 44px auto;
    }

    .box-img-4 {
        width: 10.4%;
        margin: 0px 8% 6px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
        z-index: 9;
    }
    .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: 10.4%;
        margin: 0px 8% 105px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
        z-index: 9;
    }
    .box-img-4-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-4-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-4-3 {
        width: 10.4%;
        margin: 0px 8% 3.7vw 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
        z-index: 9;
    }
    .box-img-4-3 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-4-3 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-5 {
        width: 80%;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
        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: 22.5%;
        margin: 45px 2.5% 0px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .box-img-6 a{
        text-decoration: none;
        font-family: 'IBM-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 20px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-6 a:hover{
        text-decoration: underline;
        font-family: 'IBM-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 20px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-6 picture{
        width: 100%;
        margin: 0px auto 15px auto;
    }
    .box-img-6 img{
        width: 100%;
        margin: 0px auto 15px auto;
    }

/*clearfix*/

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

@media (max-width: 1030px) {

/*border*/
    .border-1 {
        width: 100%;
        height: 1px;
        background-color: #111;
        border-radius: 0px;
        margin: 0px auto 60px auto;
        text-align: center;
    }

    .border-2 {
        width: 100%;
        height: 1px;
        background-color: #111;
        border-radius: 0px;
        margin: 0px auto 100px auto;
        text-align: center;
    }

    .border-3 {
        position: absolute;
        bottom: 0.5%;
        left: 1.1%;
        width: 1px;
        height: 99.5%;
        background-color: #111;
        border-radius: 3px;
        margin: 0px 0px 0px 0px;
        text-align: left;
    }
/*border*/

/*main*/
    .lp-contents-box {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0.1px 0px 0.1px 0px;
        background-color: #F5F5F5;
    }
/*main*/

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

/*youtube*/
    #movie-section {
        width: 85%;
        text-align: center;
        margin: 0px auto 180px 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: 178%;
        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 30px auto;
        line-height: 40px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-2 {
        font-size: 65px;
        margin: 0px auto 0px 0px;
        line-height: 55px;
        text-align: left;
        letter-spacing: 0px;
        padding: 0px 0px;
    }
    .lp-title-3 {
        font-size: 26px;
        margin: 0px auto 20px 0px;
        line-height: 19px;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-title-4 {
        font-size: 26px;
        margin: 0px auto 30px auto;
        line-height: 34px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-5 {
        font-size: 26px;
        margin: 0px auto 50px auto;
        line-height: 34px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-6 {
        font-size: 20px;
        margin: 0px auto 15px auto;
        line-height: 26px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-6-2 {
        font-size: 26px;
        margin: 0px auto 15px auto;
        line-height: 34px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-txt {
        font-size: 16px;
        margin: 0px auto 72px auto;
        line-height: 36px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-txt-2 {
        font-size: 20px;
        margin: 0px auto 72px auto;
        line-height: 39px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-txt-3 {
        font-size: 14px;
        margin: 0px auto 0px 0px;
        line-height: 32px;
        text-align: left;
        letter-spacing: 0px;
    }

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

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

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

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

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

    .lp-txt-8 {
        font-size: 18px;
        margin: 0px auto 30px 0px;
        line-height: 32px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }

    .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 {
        width: 210px;
        margin: 100px auto 80px auto;
    }
    .title-img-top-1 {
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-2 {
        width: 100%;
        margin: 0px auto 60px auto;
    }
    .title-img-top-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-3 {
        width: 100%;
        margin: 0px auto 0px 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 {
        display: block;
        width: 85%;
        margin: 0px auto 20px 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: 85%;
        margin: 0px auto 20px auto;
    }
/*img*/

/*button*/
    .button {
        padding: 5px 0px;
        margin: 40px auto 0px auto;
        text-align: center;
        width: 185px;
        border: 1px solid #111;
        border-radius: 50px;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #111;
    }
    .button:hover {
        padding: 5px 0px;
        margin: 40px auto 0px auto;
        text-align: center;
        width: 185px;
        background-color: #111;
        border: 1px solid #111;
        border-radius: 50px;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #fff;
        transition: all 0.2s 0s ease-in-out;
    }

    .button-2 {
        opacity: 1;
        padding: 7px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 154px;
        background-color: #111;
        border-radius: 50px;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #fff;
    }
    .button-2:hover {
        opacity: 1;
        padding: 7px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 154px;
        background-color: #fff;
        border-radius: 50px;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #111;
        transition: all 0.2s 0s ease-in-out;
    }

    .button-3 {
        opacity: 1;
        padding: 6px 0px;
        margin: 0px 0px 30px auto;
        text-align: center;
        width: 90%;
        background-color: #111;
        border: 1px solid #111;
        border-radius: 50px;
        font-family: 'IBM-MDI';
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 0px;
        color: #fff;
    }
    .button-3:hover {
        opacity: 1;
        padding: 6px 0px;
        margin: 0px 0px 30px auto;
        text-align: center;
        width: 90%;
        background-color: #F5F5F5;
        border: 1px solid #111;
        border-radius: 50px;
        font-family: 'IBM-MDI';
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 0px;
        color: #111;
/*        transition: all 0.2s 0s ease-in-out;*/
    }
/*button*/

/*clearfix*/
    .lp-contents-clearfix {
        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-2 {
        text-align: center;
        width: 85%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 100px auto;
        align-items: flex-start;
        flex-direction: column;
    }
    .lp-contents-clearfix-3 {
        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-3-2 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 10px auto;
        align-items: flex-start;
    }
    .lp-contents-clearfix-4 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 50px auto;
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .lp-contents-clearfix-4-2 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 0px auto;
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .lp-contents-clearfix-5 {
        text-align: center;
        width: 90%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px 0px 0px auto;
        align-items: stretch;
    }
    .box-img-1 {
        width: 85%;
        margin: 0px auto 40px auto;
        flex-direction: row;
        text-align: left;
    }
    .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: 85%;
        margin: 0px auto 0px auto;
        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: 100%;
        margin: 0px auto 30px auto;
        flex-direction: row;
        text-align: left;
        background-color: #fff;
        padding: 9px 0px 20px 0px;
    }
    .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: 100%;
        margin: 0px auto 0px auto;
        flex-direction: row;
        text-align: left;
        background-color: #fff;
        padding: 9px 0px 20px 0px;
    }
    .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: 100%;
        margin: 30px 0% 20px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
        z-index: 9;
    }
    .box-img-4 picture{
        width: 10%;
        margin: 0px auto 0px 0px;
    }
    .box-img-4 img{
        width: 117px;
        margin: 0px auto 0px 0px;
    }

    .box-img-4-2 {
        width: 100%;
        margin: 30px 0% 20px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
        z-index: 9;
    }
    .box-img-4-2 picture{
        width: 10%;
        margin: 0px auto 0px 0px;
    }
    .box-img-4-2 img{
        width: 117px;
        margin: 0px auto 0px 0px;
    }

    .box-img-4-3 {
        width: 100%;
        margin: 30px 0% 20px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
        z-index: 9;
    }
    .box-img-4-3 picture{
        width: 10%;
        margin: 0px auto 0px 0px;
    }
    .box-img-4-3 img{
        width: 117px;
        margin: 0px auto 0px 0px;
    }

    .box-img-5 {
        width: 100%;
        margin: 0px auto 0px auto;
        flex-direction: row;
        text-align: left;
        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: 47%;
        margin: 0px 0px 30px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .box-img-6 a{
        text-decoration: none;
        font-family: 'IBM-BLD';
        font-size: 14px;
        margin: 0px auto 0px 0px;
        line-height: 20px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-6 a:hover{
        text-decoration: underline;
        font-family: 'IBM-BLD';
        font-size: 14px;
        margin: 0px auto 0px 0px;
        line-height: 20px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-6 picture{
        width: 100%;
        margin: 0px auto 10px auto;
    }
    .box-img-6 img{
        width: 100%;
        margin: 0px auto 10px auto;
    }

/*clearfix*/

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

/*video*/
    .v-section {
        width: 85%;
        text-align: center;
        margin: 0px auto 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;
    }
    .fv-section-2 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0.1px 0px;
    }
    .item-section {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0.1px 0px;
    }
/*section*/
    .hidden-1 {
        visibility: hidden;
        display: none;
    }
    .hidden-2 {
        visibility: hidden;
    }
    .hidden-3 {
        visibility: hidden;
        display: inline;
    }
    .text-box-1 {
        width: 85%;
        margin: 0px auto 40px auto;
        text-align: center;
    }
    .lp-title-atmos {
        margin: 0px auto;
        text-align: center;
        font-family: 'IBM-BLD';
        line-height: 37px;
        letter-spacing: 0px;
        font-size: 32px;
        color: #0052A4;
    }
    .text-box-2 {
        width: 95%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-2 img{
        width: 100%;
        margin: 0px auto 30px auto;
    }
    .text-box-3 {
        position: relative;
        width: 90%;
        margin: 0px auto 172px auto;
        text-align: left;
    }

    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: none;
      width: 85%;
      margin: 0px auto 132px auto;
    }

    .slide-box-2 {
      display: block;
      width: 85%;
      margin: 0px auto 82px 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 #111;
/*      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 #111;
/*      box-shadow : 2px 2px #999;*/
      padding    : 1px 0px;
      border-radius: 50px;
      transition: all 0.2s 0s ease-in-out;
    }
    
}