@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: #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: 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: 63.2%;
        margin: 0px auto 100px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-2 {
        position: relative;
        width: 750px;
        height: 26px;
        margin: 0px auto 30px auto;
        text-align: left;
        padding: 0px 0px;
    }
    .text-box-2-2 {
        position: relative;
        width: 750px;
        height: 26px;
        margin: 0px auto 160px auto;
        text-align: left;
        padding: 0px 0px;
    }
    .text-box-2-3 {
        width: 63.2%;
        margin: 0px auto 100px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-3 {
        width: 63.2%;
        height: 26px;
        margin: 0px auto 30px auto;
        text-align: left;
        padding: 0px 0px;
    }
    .text-box-4 {
        position: absolute;
        top: 50%;
        right: 0%;
        transform: translate(0%, -50%);
        width: 125px;
        margin: 0px 0px 0px 0px;
        text-align: right;
        padding: 0px 0px;
        background-color: #fff;
        z-index: 9;
    }
    .text-box-4-2 {
        position: absolute;
        top: 50%;
        right: 0%;
        transform: translate(0%, -50%);
        width: 125px;
        margin: 0px 0px 0px 0px;
        text-align: right;
        padding: 0px 0px;
        z-index: 9;
        background-color: #fff;
    }
    .text-box-4-3 {
        position: absolute;
        top: 50%;
        right: 0%;
        transform: translate(0%, -50%);
        width: 125px;
        margin: 0px 0px 0px 0px;
        text-align: right;
        padding: 0px 0px;
        background-color: #fff;
        z-index: 9;
        pointer-events: none;
    }
    .text-box-4-4 {
        width: 63.2%;
        height: 26px;
        margin: 0px auto 30px auto;
        text-align: left;
        padding: 0px 0px;
    }
    .text-box-5 {
        width: 63.2%;
        height: 26px;
        margin: 0px auto 30px auto;
        text-align: left;
        padding: 0px 0px;
    }
    .text-box-6 {
        width: 63.2%;
        height: 26px;
        margin: 0px auto 30px auto;
        text-align: left;
        padding: 0px 0px;
    }
    .text-box-7 {
        width: 63.2%;
        height: 26px;
        margin: 0px auto 30px auto;
        text-align: left;
        padding: 0px 0px;
    }
    .text-box-7-2 {
        width: 63.2%;
        height: 26px;
        margin: 0px auto 30px auto;
        text-align: left;
        padding: 0px 0px;
    }

/*border*/
    .border-1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 1px;
        background-color: #333;
        border-radius: 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        z-index: 1;
    }

    .border-1-2 {
        position: relative;
        width: 80px;
        height: 2px;
        background-color: #333;
        border-radius: 0px;
        margin: 8px auto 32px auto;
        text-align: center;
        z-index: 1;
    }

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

    .border-3 {
        position: absolute;
        bottom: 0%;
        left: -0.02%;
        width: 1px;
        height: 99.78%;
        background-color: #29292B;
        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: #fff;
/*      background-image: url(./img17.png);
        background-position: top;
        background-repeat: repeat;
        background-size: 100%;  */
    }
/*main*/

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

/*section*/
    .fv-section {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0.1px 0px;
    }
    .item-section {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0.1px 0px;
    }
    .item-section-2 {
        width: 100%;
        margin: 0 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: 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 8px auto;
        line-height: 57px;
        color: #333333;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-2 {
        font-family: 'IBM-BLD';
        font-size: 24px;
        margin: 0px auto 60px auto;
        line-height: 38px;
        color: #333333;
        text-align: center;
        letter-spacing: 0px;
        font-weight: bold;
    }
    .lp-title-3 {
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(0%, -50%);
        font-family: 'NOTO-MDI';
        font-size: 16px;
        margin: 0px 0px 0px 0px;
        line-height: 36px;
        color: #333;
        text-align: left;
        letter-spacing: 0px;
        z-index: 9;
        padding: 0px 20px 0px 0px;
        background-color: #fff;
    }
    .lp-title-4 {
        font-family: 'IBM-BLD';
        font-size: 44px;
        margin: 0px auto 40px auto;
        line-height: 57px;
        color: #333;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-5 {
        font-family: 'IBM-BLD';
        font-size: 32px;
        margin: 0px auto 32px auto;
        line-height: 42px;
        color: #333;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-6 {
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(0%, -50%);
        font-family: 'NOTO-MDI';
        font-size: 16px;
        margin: 0px 0px 0px 0px;
        line-height: 36px;
        color: #333;
        text-align: left;
        letter-spacing:0px;
        background-color: #f7f7f7;
        z-index: 9;
        padding: 0px 20px 0px 0px;
    }
    .lp-title-6-2 {
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(0%, -50%);
        font-family: 'NOTO-MDI';
        font-size: 16px;
        margin: 0px 0px 0px 0px;
        line-height: 36px;
        color: #333;
        text-align: left;
        letter-spacing:0px;
        background-color: #fff;
        z-index: 9;
        padding: 0px 20px 0px 0px;
    }

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

    .lp-txt {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 28px;
        color: #333;
        text-align: left;
        letter-spacing: 0px;
        padding: 0px 0px;
    }

    .lp-txt-red {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 28px;
        color: #FF3B30;
        text-align: left;
        letter-spacing: 0px;
        padding: 0px 0px;
    }

    .lp-txt-en {
        font-family: 'IBM-MDI';
        font-size: 18px;
        margin: 0px auto 54px auto;
        line-height: 38px;
        color: #29292B;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-txt-2 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 10px auto 0px 0px;
        line-height: 22px;
        color: #333;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-2-2 {
        font-family: 'NOTO';
        font-size: 14px;
        margin: 15px auto 0px 0px;
        line-height: 22px;
        color: #333;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-2-en {
        font-family: 'IBM-BLD';
        font-size: 20px;
        margin: 0px auto 54px auto;
        line-height: 38px;
        color: #29292B;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-txt-3 {
        font-family: 'NOTO-MDI';
        font-size: 16px;
        margin: 0px auto 0px auto;
        line-height: 32px;
        color: #29292B;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-txt-3-2 {
        font-family: 'NOTO-MDI';
        font-size: 16px;
        margin: 18px auto 0px 0px;
        line-height: 32px;
        color: #29292B;
        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: #29292B;
        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: #29292B;
        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: #29292B;
        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: #29292B;
        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: 100%;
        margin: 0px auto 80px 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: 88.02%; 
        margin: 0px auto 40px 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: 88.02%;
        margin: 0px auto 100px 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: 85%;
        margin: 0px auto 60px 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;
    }

/*img*/

/*button*/
    .button {
        padding: 8px 0px;
        margin: 0px 0px 0px 8px;
        text-align: center;
        width: 160px;
        border: 1px solid #333;
        border-radius: 0px;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0px;
        color: #333;
    }
    .button:hover {
        background-color: #333;
        border: 1px solid #333;
        color: #fff;
    }

    .button-1 {
        padding: 12px;
        margin-top: 16px;
        text-align: center;
        width: 100%;
        border: 1px solid #333;
        border-radius: 0px;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0px;
        color: #333;
    }
    .button-1:hover {
        background-color: #333;
        color: #fff;
        text-decoration: none !important;
    }

    .button-2 {
        opacity: 0.5;
        padding: 5px 0px;
        margin: 0px 0px 0px auto;
        text-align: center;
        width: 105px;
        border: 1px solid #333;
        border-radius: 0px;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0px;
        color: #333;
        pointer-events: none;
    }
/*    .button-2:hover {
        opacity: 0.5;
        padding: 5px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 105px;
        background-color: #333;
        border: 1px solid #333;
        border-radius: 0px;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0px;
        color: #fff;
        transition: all 0.2s 0s ease-in-out;
    }*/

    .button-3 {
        opacity: 1;
        padding: 10px 0px;
        margin: 0px auto 50px 0px;
        text-align: center;
        width: 310px;
        background-color: #29292B;
        border: 1px solid #29292B;
        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: 0px auto 50px 0px;
        text-align: center;
        width: 310px;
        background-color: #F5F5F5;
        border: 1px solid #29292B;
        border-radius: 50px;
        font-family: 'IBM-MDI';
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 0px;
        color: #29292B;
        transition: all 0.2s 0s ease-in-out;
    }
/*button*/

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

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

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

    .lp-contents-clearfix-3 {
        text-align: center;
        width: 88.1%;
        flex-wrap: wrap;
        display: flex;
        justify-content: flex-start;
        margin: 0px auto 45px auto;
        align-items: flex-start;
    }
    .lp-contents-clearfix-3 a{
        opacity: 1;
    }
    .lp-contents-clearfix-3 a:hover{
        opacity: 0.5;
    }

    .lp-contents-clearfix-3-2 {
    text-align: center;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    margin: 0px auto 70px auto;
    align-items: flex-start;
}

    .lp-contents-clearfix-3-2 a{
        opacity: 1;
    }
    .lp-contents-clearfix-3-2 a:hover{
        opacity: 0.5;
    }

    .lp-contents-clearfix-3-3 {
        text-align: center;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    margin: 0px auto 110px auto;
    align-items: flex-start;
}

    

    .box-img-1 {
        width: 48.6%;
        margin: 0px 0px 40px 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: 260px;
        margin: 0px auto 0px auto;
        flex-direction: row;
        text-align: left;
    }
    .box-img-2 a{
        text-decoration: none;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 24px;
        color: #333333;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-2 a:hover{
        text-decoration: underline;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 24px;
        color: #333333;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-2 picture{
        width: 100%;
        margin: 0px auto 15px auto;
    }
    .box-img-2 img{
        width: 100%;
        margin: 0px auto 15px auto;
    }

    .box-img-3 {
        width: 20.9%;
        margin: 0px 4.1% 50px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-3 a{
        text-decoration: none;
        font-family: 'NOTO-BLD';
        font-size: 18px;
        margin: 0px auto 0px 0px;
        line-height: 24px;
        color: #333;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-3 picture{
        width: 100%;
        margin: 0px auto 15px auto;
    }
    .box-img-3 img{
        width: 100%;
        margin: 0px auto 15px auto;
    }

    .box-img-3-2 {
    width: 18.4%;
    margin: 0px 1.5% 50px;
    flex-direction: row;
    text-align: left;
}
    .box-img-3-2 a{
        text-decoration: none;
        font-family: 'NOTO-BLD';
        font-size: 18px;
        margin: 0px auto 0px 0px;
        line-height: 24px;
        color: #333;
        text-align: left;
        letter-spacing: 0px;
        font-weight: bold;
    }
    .box-img-3-2 a:hover{
        text-decoration: underline;
    }
    .box-img-3-2 picture{
        width: 100%;
        margin: 0px auto 15px auto;
    }
    .box-img-3-2 img{
        width: 100%;
        margin: 0px auto 15px auto;
    }

    .box-img-4 {
        width: 10.4%;
        margin: 0px 8% 0px 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-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: 0px 2.5% 45px 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: #29292B;
        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: #29292B;
        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;
    }

    .styling-container{
        padding: 40px 0;
    }

/*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: 780px) {

/*border*/

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

    .border-3 {
        position: absolute;
        bottom: 0%;
        left: 1.1%;
        width: 1px;
        height: 99.78%;
        background-color: #29292B;
        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: #fff;
        /*background-image: url(./img17.png);
        background-position: top;
        background-repeat: repeat;
        background-size: 100%;*/
    }
/*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 14px auto;
        line-height: 40px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-2 {
        font-size: 18px;
        margin: 0px auto 40px auto;
        line-height: 27px;
        text-align: center;
        letter-spacing: 0px;
        padding: 0px 0px;
    }
    .lp-title-3 {
        width: 58%;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
        font-family: 'NOTO-MDI';
        font-size: 15px;
        margin: 0px 0px 0px 0px;
        line-height: 24px;
        color: #333;
        text-align: left;
        letter-spacing: 0px;
        background-color: unset;
        z-index: 9;
        padding: 0px 0px 0px 0px;
    }
    .lp-title-4 {
        font-size: 32px;
        margin: 0px auto 40px auto;
        line-height: 34px;
        text-align: center;
        letter-spacing: 0px;
        /* padding: 0px 30px; */
    }
    .lp-title-5 {
        font-size: 24px;
        margin: 0px auto 20px auto;
        line-height: 26px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-6 {
        width: 60%;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
        font-family: 'NOTO-MDI';
        font-size: 14px;
        margin: 0px 0px 0px 0px;
        line-height: 24px;
        color: #333;
        text-align: left;
        letter-spacing:0px;
        background-color: unset;
        padding: 0px 0px 0px 0px;
    }
    .lp-title-6-2 {
        width: 60%;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
        font-family: 'NOTO-MDI';
        font-size: 14px;
        margin: 0px 0px 0px 0px;
        line-height: 24px;
        color: #333;
        text-align: left;
        letter-spacing:0px;
        background-color: unset;
        padding: 0px 0px 0px 0px;
    }

    .lp-title-6-3 {
        font-size: 26px;
        margin: 0px auto 30px auto;
        line-height: 34px;
        text-align: center;
        letter-spacing:0px;
    }
    .lp-txt {
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 28px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-txt-2 {
        font-size: 14px;
        margin: 5px auto 0px 0px;
        line-height: 22px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-txt-2-2 {
        font-size: 14px;
        margin: 15px auto 0px 0px;
        line-height: 22px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-txt-3 {
        font-size: 14px;
        margin: 0px auto 0px 0px;
        line-height: 28px;
        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: 100%;
        margin: 0px auto 50px auto;
    }
    .title-img-top-2 {
        width: 85%;
        margin: 0px auto 20px auto;
    }
    .title-img-top-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-3 {
        width: 85%;
        margin: 0px auto 40px 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: 85%;
        margin: 0px auto 43px 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;
    }

/*img*/

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

    .button-2 {
        opacity: 0.5;
        padding: 5px 0px;
        margin: 0px 0px 0px auto;
        text-align: center;
        width: 100%;
        border: 1px solid #333;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0px;
        color: #333;
        pointer-events: none;
    }
/*    .button-2:hover {
        opacity: 0.5;
        padding: 5px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 105px;
        background-color: #333;
        border: 1px solid #333;
        border-radius: 0px;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0px;
        color: #fff;
        transition: all 0.2s 0s ease-in-out;
    }*/

    .button-3 {
        opacity: 1;
        padding: 6px 0px;
        margin: 0px 0px 25px auto;
        text-align: center;
        width: 90%;
        background-color: #29292B;
        border: 1px solid #29292B;
        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 25px auto;
        text-align: center;
        width: 90%;
        background-color: #F5F5F5;
        border: 1px solid #29292B;
        border-radius: 50px;
        font-family: 'IBM-MDI';
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 0px;
        color: #29292B;
/*        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 24px auto;
        align-items: flex-start;
    }
    .lp-contents-clearfix-1 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 50px auto;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        align-items: center;
    }
    .lp-contents-clearfix-1 a{
        opacity: 1;
    }
    .lp-contents-clearfix-1 a:hover{
        opacity: 0.5;
    }
    .lp-contents-clearfix-2 {
        text-align: center;
        width: 70%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 60px auto;
        align-items: flex-start;
        flex-direction: column;
    }
    .lp-contents-clearfix-3 {
        text-align: center;
        width: 85%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 50px auto;
        align-items: flex-start;
    }
    .lp-contents-clearfix-3-2 {
        text-align: center;
        width: 85%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 50px auto;
        align-items: flex-start;
    }
    .lp-contents-clearfix-3-3 {
        text-align: center;
        width: 85%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 60px auto;
        align-items: flex-start;
    }
    .box-img-1 {
        width: 100%;
        margin: 0px auto 10px auto;
        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: 100%;
        margin: 0px auto 0px auto;
        flex-direction: row;
        text-align: left;
    }
    .box-img-2 a{
        text-decoration: none;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 24px;
        color: #333333;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-2 a:hover{
        text-decoration: underline;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 24px;
        color: #333333;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-2 picture{
        width: 100%;
        margin: 0px auto 15px auto;
    }
    .box-img-2 img{
        width: 100%;
        margin: 0px auto 15px auto;
    }
    .box-img-3 {
        width: 47%;
        margin: 0px 0px 30px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-3 a{
        text-decoration: none;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 24px;
        color: #333;
        text-align: left;
        letter-spacing: 0px;
    }

    .box-img-3 picture{
        width: 100%;
        margin: 0px auto 15px auto;
    }
    .box-img-3 img{
        width: 100%;
        margin: 0px auto 15px auto;
    }

    .box-img-3-2 {
        width: 47%;
        margin: 0px 0px 30px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-3-2 a{
        text-decoration: none;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 24px;
        color: #333;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-3-2 a:hover{
        text-decoration: underline;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 24px;
        color: #333;
        text-align: left;
        letter-spacing: 0px;
    }
    .box-img-3-2 picture{
        width: 100%;
        margin: 0px auto 15px auto;
    }
    .box-img-3-2 img{
        width: 100%;
        margin: 0px auto 15px auto;
    }

    .box-img-4 {
        width: 100%;
        margin: 0px 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-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: #29292B;
        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: #29292B;
        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;
    }
    .styling-container{
        padding: 24px 0;
    }

/*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;
    }
    .item-section {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0.1px 0px;
    }
    .item-section-2 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 80px 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-1 {
        width: 85%;
        margin: 0px auto 60px auto;
        text-align: left;
    }
    .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 {
        position: unset;
        display: flex;
        width: 85%;
        height: unset;
        margin: 0px auto 30px auto;
        text-align: center;
        padding: 0px 0px;
        align-items: flex-end;
        justify-content: space-between;
    }
    .text-box-2-2 {
        position: unset;
        display: flex;
        width: 85%;
        height: unset;
        margin: 0px auto 80px auto;
        text-align: center;
        padding: 0px 0px;
        align-items: flex-end;
        justify-content: space-between;
    }

    .text-box-2-3 {
        width: 85%;
        margin: 0px auto 60px auto;
        text-align: left;
    }
    .text-box-3 {
        width: 85%;
        margin: 0px auto 50px auto;
        text-align: left;
    }

    .text-box-4 {
        position: unset;
        top: unset;
        right: unset;
        transform: unset;
        width: 33%;
        margin: 0px 0px 0px 0px;
        text-align: right;
        padding: 0px 0px;
    }
    .text-box-4-2 {
        position: unset;
        top: unset;
        right: unset;
        transform: unset;
        width: 33%;
        margin: 0px 0px 0px 0px;
        text-align: right;
        padding: 0px 0px;
    }
    .text-box-4-3 {
        position: unset;
        top: unset;
        right: unset;
        transform: unset;
        width: 33%;
        margin: 0px 0px 0px 0px;
        text-align: right;
        padding: 0px 0px;
    }
    .text-box-4-4 {
        position: unset;
        top: unset;
        right: unset;
        transform: unset;
        width: 33%;
        margin: 0px 0px 0px 0px;
        text-align: right;
        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: 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 #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;
    }
    
}