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

@font-face {
    font-family: 'HEL-BLD';
    src: url('../fonts/Helvetica-Bold-Font.woff2');
}
@font-face {
    font-family: 'IBM';
    src: url('../fonts/IBMPlexSansJP-Regular.woff2');
}
@font-face {
    font-family: 'IBM-BLD';
    src: url('../fonts/IBMPlexSansJP-Bold.woff2');
}
@font-face {
    font-family: 'IBM-JP-BLD';
    src: url('../fonts/IBMPlexSansJP-SemiBold.woff2');
}
@font-face {
    font-family: 'IBM-MDI';
    src: url('../fonts/IBMPlexSans-Medium.woff2');
}
@font-face {
    font-family: 'IBM-JP-MDI';
    src: url('../fonts/IBMPlexSansJP-Medium.woff2');
}
@font-face {
    font-family: 'IBM-SEM-BLD';
    src: url('../fonts/IBMPlexSans-SemiBold.woff2');
}
@font-face {
    font-family: 'IBM-SEM-JP-BLD';
    src: url('../fonts/IBMPlexSansJP-SemiBold.woff2');
}
@font-face {
    font-family: 'NOTO';
    src: url('../fonts/NotoSansJP-Regular.otf');
}
@font-face {
    font-family: 'NOTO-MDI';
    src: url('../fonts/NotoSansJP-Medium.otf');
}
@font-face {
    font-family: 'NOTO-BLD';
    src: url('../fonts/NotoSansJP-Bold.otf');
}
@font-face {
    font-family: 'NOTO-SEM-BLD';
    src: url('../fonts/NotoSansJP-Medium.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: normal;
    }

    h3 {
        font-weight: normal;
    }

    h4 {
        font-weight: normal;
    }

    h5 {
        font-weight: normal;
    }

    h6 {
        font-weight: normal;
    }

    a {
        text-decoration: none;
    }



/*  modal  */


    /* モーダルCSS */
    .modalArea {
      display: none;
      position: fixed;
      z-index: 999; /*サイトによってここの数値は調整 */
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .modalBg {
        width: 100%;
        height: 100%;
        background-color: rgb(78 78 78 / 90%);
    }

    .modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50vw;
    height: 38vw;
    /* max-width: 1000px; */
    padding: 73px 0px;
    overflow: auto;
}

    .closeModal {
        width: 35px;
        position: absolute;
        top: 27px;
        right: 1rem;
        cursor: pointer;
        /* z-index: 999; */
    }

    .closeModal img {
        width: 100%;
    }


    /* 以下ボタンスタイル */
    button {
      padding: 10px;
      background-color: #fff;
      border: 1px solid #282828;
      border-radius: 2px;
      cursor: pointer;
    }

    #openModal img{
        width: 100%;
    }
    #openModal-2 img{
        width: 100%;
    }
    #openModal-3 img{
        width: 100%;
    }
    #openModal-4 img{
        width: 100%;
    }



/*  modal  */


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

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

    .scroll {
      margin: auto;
      overflow-x: auto;
      white-space: nowrap;
      width: 300px;
    }

    .slide-box-2 {
      margin: 0px auto 0px auto;
      overflow-x: auto;
      white-space: nowrap;
      width: 100%;
      scrollbar-width: none;
    }

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

    .box {
      display: inline-block;
      width: 70%;
    }

    .slide-box-2 img{
      width: 100%;
    }

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

    .text-box-0 {
        position: absolute;
        top: 35px;
        left: 0px;
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0px 0px;
    }

    .text-box-1 {
        width: 1034px;
        margin: 0px auto 120px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-2 {
        width: 750px;
        margin: 0px auto 160px auto;
        text-align: left;
        padding: 0px 0px;
    }
    .text-box-2-2 {
        width: 750px;
        margin: 56px auto 56px auto;
        text-align: left;
        padding: 0px 0px;
    }
    .text-box-3 {
    width: 100%;
    /* height: 39vw; */
    margin: 0px auto 0px auto;
    text-align: center;
    padding: 50px 0px 25px 0px;
    background-color: #fff;
}

    .text-box-4 {
        position: relative;
        width: 400px;
        height: 559px;
        margin: 0px auto 15px auto;
        text-align: center;
        border-radius: 7px;
        background-color: #fff;
    }

    .text-box-4 img{
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
    }

    .text-box-4-2 {
        width: 750px;
        margin: 0px auto 60px auto;
        text-align: center;
    }

    .text-box-4-3 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
    }

    .text-box-5 {
        width: 100%;
        margin: 0px auto 0px auto;
        display: block;
        background-color: #0052A4;
        padding: 10px 0px;
        border-radius: 0px 0px 7px 7px;
    }

    .text-box-6 {
        display: flex;
        width: 85%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0px 0px 0px 0px;
        justify-content: space-between;
        align-items: center;
    }

    .text-box-7 {
        width: 430px;
        margin: 0px 0px 0px auto;
        text-align: left;
        padding: 70px 0px;
        background-color: #000000;
    }

    .text-box-8 {
        width: 430px;
        margin: 0px 0px 0px auto;
        text-align: left;
        padding: 70px 0px 40px 0px;
        background-color: #000000;
    }

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

/*border*/
    .border-1 {
        width: 100%;
        border-bottom: solid 1px #A6AEB7;
        margin: 0px auto 32px auto;
        text-align: center;
    }

    .border-2 {
        width: 20px;
        border-bottom: solid 1px #111;
        margin: 0px auto 100px auto;
        text-align: center;
    }
/*border*/

/*main*/
    .lp-contents-box {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0.1px 0px 0.1px 0px;
        background-color: #fff;
        /*background-image: url(./bg.jpg);
        background-position: top;
        background-size: 100%;
        background-repeat: repeat;*/
    }
/*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: 0px auto 0px auto;
        text-align: center;
        padding: 0.1px 0px 0.1px 0px;
        /*background-image: url(./back-ground_pc.png);
        background-position: top;
        background-size: cover;*/
    }
    .item-section-2 {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 73px 0px 0.1px 0px;
        background-color: #F0F0F0;
    }
/*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;
    }
    .tv__movie {
        margin: 0px auto 0px auto;
        width: 100%;
        height: 170px;
        padding-top: 134px;
        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: 38%;
        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 160px auto;
    }
    .v-section video {
        width: 100%;
    }
/*video*/

/*txt*/

    .lp-title-1 {
        font-family: 'IBM-BLD';
        font-size: 50px;
        margin: 0px auto 16px auto;
        line-height: 60px;
        color: #000;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-2 {
        font-family: 'NOTO-BLD';
        font-size: 28px;
        margin: 0px auto 40px auto;
        line-height: 38px;
        color: #000;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-3 {
        font-family: 'IBM-BLD';
        font-size: 42px;
        margin: 0px auto 48px auto;
        line-height: 50px;
        color: #000;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-4 {
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 16px 0px;
        line-height: 20px;
        color: #000;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-title-4-2 {
        font-family: 'NOTO-BLD';
        font-size: 18px;
        margin: 0px auto 48px auto;
        line-height: 30px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-5 {
        font-family: 'NOTO-BLD';
        font-size: 18px;
        margin: 0px auto 8px auto;
        line-height: 20px;
        color: #000;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-6 {
        font-family: 'NOTO-BLD';
        font-size: 17px;
        margin: 0px auto 10px 0px;
        line-height: 27px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }

    .lp-txt {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 28px;
        color: #000;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-1 {
        font-family: 'NOTO-MDI';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 32px;
        color: #fff;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-1-2 {
        font-family: 'NOTO-SEM-BLD';
        font-size: 16px;
        margin: 0px auto 0px auto;
        line-height: 32px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-txt-2 {
        font-family: 'NOTO';
        font-size: 14px;
        margin: 0px auto 16px 0px;
        line-height: 20px;
        color: #000;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-3 {
        font-family: 'NOTO-MDI';
        font-size: 12px;
        margin: 0px auto 0px 0px;
        line-height: 20px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-3-2 {
        font-family: 'NOTO-MDI';
        font-size: 11px;
        margin: 8px auto 0px 0px;
        line-height: 17px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-4 {
        font-family: 'NOTO';
        font-size: 14px;
        margin: 0px auto 0px auto;
        line-height: 25px;
        text-align: center;
        color: #111;
        letter-spacing: 0px;
    }
    .lp-txt-4-2 {
        font-family: 'AOT-B';
        font-size: 13px;
        margin: 0px auto 0px 0px;
        line-height: 20px;
        text-align: left;
        color: #fff;
        letter-spacing: 0px;
    }
    .lp-txt-5 {
        font-family: 'NOTO-BLD';
        font-size: 12px;
        margin: 0px 0px 0px 0px;
        line-height: 16px;
        text-align: left;
        color: #fff;
        letter-spacing: 0px;
    }
    .lp-txt-6 {
        font-family: 'NOTO-BLD';
        font-size: 22px;
        margin: 0px 0px 0px 0px;
        line-height: 30px;
        text-align: right;
        color: #fff;
        letter-spacing: 2.2px;
    }
    .lp-txt-6-2 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 30px;
        text-align: left;
        color: #383635;
        letter-spacing: 0px;
    }
    .lp-txt-7 {
        font-family: 'NOTO';
        font-size: 14px;
        margin: 0px auto 3px auto;
        line-height: 22px;
        text-align: center;
        color: #111;
        letter-spacing: 0px;
    }
    .lp-txt-8 {
        font-family: 'NOTO-BLD';
        font-size: 18px;
        margin: 0px auto 10px auto;
        line-height: 20px;
        text-align: center;
        color: #111;
        letter-spacing: 0px;
    }
/*txt*/

/*img*/
    .title-img-top {
        width: 100%;
        height: 62%;
        margin: 0px 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: 74px;
        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: 51px;
        margin: 0px auto 60px 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-3-2 {
        display: none;
        width: 73px;
        margin: 0px auto 50px auto;
    }
    .title-img-top-3-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-3-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .title-img-top-4 {
        width: 900px;
        margin: 0px auto 150px auto;
    }
    .title-img-top-4 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-4 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .title-img-top-5 {
        width: 88.1%;
        margin: 0px auto 50px auto;
    }
    .title-img-top-5 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-5 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .title-img-top-6 {
        width: 800px;
        margin: 0px auto 50px auto;
    }
    .title-img-top-6 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-6 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .title-img-top-7 {
        width: 300px;
        margin: 0px auto 0px auto;
    }
    .title-img-top-7 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .title-img-top-7 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
/*img*/

/*button*/
    .button {
        padding: 15px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 100%;
        border: 1px solid #000;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #000;
    }
    .button:hover {
        padding: 15px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 100%;
        border: 1px solid #000;
        background-color: #000;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #fff;
    }

    .button-2 {
        text-decoration: underline;
        padding: 10px 0px;
        margin: 0px auto 142px auto;
        text-align: center;
        width: 262px;
        background-color: #000;
        border: 1px solid #000;
        border-radius: 3px;
        font-family: 'NOTO-BLD';
        font-size: 12px;
        line-height: 13px;
        letter-spacing: 0px;
        color: #fff;
    }
    .button-2:hover {
        text-decoration: none;
        padding: 10px 0px;
        margin: 0px auto 142px auto;
        text-align: center;
        width: 262px;
        background-color: #fff;
        border: 1px solid #000;
        border-radius: 3px;
        font-family: 'NOTO-BLD';
        font-size: 12px;
        line-height: 13px;
        letter-spacing: 0px;
        color: #000;
    }

/*button*/

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

    .lp-contents-clearfix-1 {
        text-align: center;
        width: 916px;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 184px 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: 749px;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto -12px auto;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        align-items: flex-start;
    }
    .lp-contents-clearfix-2 a{
        opacity: 1;
    }
    .lp-contents-clearfix-2 a:hover{
        opacity: 1;
    }

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

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

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

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

    .box-img-1 {
        width: 49.7%;
        margin: 0px 0px 1.5vh 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: 32.9%;
        margin: 0px 0px 1.5vh 0px;
        flex-direction: row;
        text-align: center;
    }
    .box-img-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-3 {
        width: 150px;
        margin: 0px 0px 60px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-3 picture{
        width: 100%;
        margin: 0px auto 16px auto;
    }
    .box-img-3 img{
        width: 100%;
        margin: 0px auto 16px auto;
    }

    .box-img-4 {
    width: 50%;
    margin: 0px 0px 0px 0px;
    flex-direction: row;
    text-align: left;
}
    .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: 50%;
        margin: 0px 1% 0px 0px;
        flex-direction: row;
        text-align: left;
    }
    .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: 40%;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-6 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-6 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-7 {
        width: 30%;
        margin: 0px 3% 15px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-7 a{
            text-align: left;
    font-family: 'NOTO-BLD';
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #111;
    }
    .box-img-7 a:hover{
        text-align: left;
        font-family: 'NOTO-BLD';
        text-decoration: underline;
        font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #111;
    }
    .box-img-7 picture{
        width: 100%;
        margin: 0px auto 8px auto;
    }
    .box-img-7 img{
        width: 100%;
        margin: 0px auto 8px 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: 900px) {

/*border*/
    .border-1 {
        width: 100%;
        border-bottom: solid 1px #A6AEB7;
        margin: 0px auto 32px auto;
        text-align: center;
    }

    .border-2 {
        width: 20px;
        border-bottom: solid 1px #111;
        margin: 0px auto 100px auto;
        text-align: center;
    }
/*border*/

/*main*/
    .lp-contents-box {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0.1px 0px 0.1px 0px;
        background-color: #fff;
/*        background-image: url(./sp_bg.jpg);
        background-position: top;
        background-size: 100%;
        background-repeat: repeat;*/
    }
/*main*/

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

/*youtube*/
    #movie-section {
        width: 85%;
        text-align: center;
        margin: 0px auto 64px auto;
    }
    #movie-section img{
        width: 100%;
        text-align: center;
        margin: 0px auto 0px auto;
    }
    .tv__movie {
        margin: 0px auto 0px auto;
        width: 100%;
        height: auto;
        padding-top: 56.25%;
        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.5%;
        position: relative;
    }
    .tv__movie-pink iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*youtube*/

/*txt*/
    .lp-title-1 {
        font-size: 32px;
        margin: 0px auto 16px auto;
        line-height: 36px;
        text-align: center;
        letter-spacing: 0px;
        padding: 0px 0px;
    }
    .lp-title-2 {
        font-size: 18px;
        margin: 0px auto 24px auto;
        line-height: 25px;
        text-align: center;
        letter-spacing: 0px;
        padding: 0px 0px;
    }
    .lp-title-3 {
        font-size: 42px;
        margin: 0px auto 48px auto;
        line-height: 50px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-4 {
        font-size: 16px;
        margin: 0px auto 16px 0px;
        line-height: 20px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-title-5 {
        font-size: 18px;
        margin: 0px auto 8px auto;
        line-height: 20px;
        text-align: center;
        letter-spacing: -0.18px;
    }
    .lp-title-6 {
        font-size: 16px;
        margin: 0px auto 15px auto;
        line-height: 20px;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-title-6-2 {
        font-size: 26px;
        margin: 0px auto 20px 0px;
        line-height: 30px;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-title-6-3 {
        font-size: 16px;
        margin: 0px auto 15px 0px;
        line-height: 32px;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt {
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 28px;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-1 {
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 32px;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-1-2 {
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 32px;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-2 {
        font-size: 14px;
        margin: 0px auto 16px 0px;
        line-height: 20px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }

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

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

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

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

    .lp-txt-6 {
        font-size: 22px;
        margin: 0px auto 0px 0px;
        line-height: 30px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 2.2px;
    }
    .lp-txt-6-2 {
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 30px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-txt-7 {
        font-size: 14px;
        margin: 0px auto 3px auto;
        line-height: 22px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: 0px;
    }

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

/*txt*/

/*img*/
    .title-img-top {
        width: 100%;
        height: 94%;
        margin: 0px auto 48px auto;
    }
    .title-img-top-2 {
        width: 74px;
        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: 74px;
        margin: 0px auto 33px auto;
    }
    .title-img-top-4 {
        width: 85%;
        margin: 0px auto 80px auto;
    }
    .title-img-top-5 {
        display: block;
        width: 85%;
        margin: 0px auto 30px auto;
    }
/*img*/

/*button*/
    .button {
        padding: 15px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 100%;
        border: 1px solid #000;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #000;
    }
    .button:hover {
        padding: 15px 0px;
        margin: 0px auto 0px auto;
        text-align: center;
        width: 100%;
        border: 1px solid #000;
        background-color: #000;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #fff;
    }

    .button-2 {
        text-decoration: underline;
        padding: 10px 0px;
        margin: 0px auto 85px auto;
        text-align: center;
        width: 88%;
        background-color: #000;
        border: 1px solid #000;
        border-radius: 3px;
        font-family: 'NOTO-BLD';
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #fff;
    }
    .button-2:hover {
        text-decoration: none;
        padding: 10px 0px;
        margin: 0px auto 85px auto;
        text-align: center;
        width: 88%;
        background-color: #fff;
        border: 1px solid #000;
        border-radius: 3px;
        font-family: 'NOTO-BLD';
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0px;
        color: #000;
    }
/*button*/

/*clearfix*/
    .lp-contents-clearfix {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-around;
        margin: 0px auto 22px auto;
        align-items: flex-start;
        flex-direction: row;
    }
    .lp-contents-clearfix-1 {
        text-align: center;
        width: 85%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 84px auto;
        align-items: flex-start;
        flex-direction: row;
    }
    .lp-contents-clearfix-2 {
        text-align: center;
        width: 88%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 24px auto;
        align-items: flex-start;
        flex-direction: row;
    }
    .lp-contents-clearfix-2-2 {
        text-align: center;
        width: 65%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 40px auto;
        align-items: flex-start;
        flex-direction: row;
    }
    .lp-contents-clearfix-3 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 0px auto;
        flex-direction: row;
        justify-content: flex-start;
        align-content: center;
        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 120px auto;
        align-items: flex-start;
        flex-direction: row;
    }
    .lp-contents-clearfix-3-3 {
        text-align: center;
        width: 85%;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        margin: 0px auto 50px auto;
        align-items: flex-start;
    }
    .lp-contents-clearfix-4 {
        text-align: center;
        width: 85%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 32px auto;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        align-items: center;
    }
    .lp-contents-clearfix-4 a{
        opacity: 1;
    }
    .lp-contents-clearfix-4 a:hover{
        opacity: 0.5;
    }
    .lp-contents-clearfix-5 {
                text-align: center;
        width: 100%;
        height: unset;
        display: flex;
        margin: 0px auto 0px auto;
        flex-direction: row;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
        overflow: hidden;
        overflow-y: hidden;
        flex-wrap: wrap;
    }
    .box-img-1 {
        width: 100%;
        margin: 0px 0px 16px 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: 100%;
        margin: 0px 0px 16px 0px;
        flex-direction: row;
        text-align: center;
    }
    .box-img-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-3 {
        width: 47%;
        margin: 0px 0px 24px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-3 picture{
        width: 100%;
        margin: 0px auto 16px auto;
    }
    .box-img-3 img{
        width: 100%;
        margin: 0px auto 16px auto;
    }
    .box-img-4 {
        width: 100%;
        margin: 0px auto 0px auto;
        flex-direction: row;
        text-align: center;
    }
    .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: 100%;
        margin: 0px auto 24px auto;
        flex-direction: row;
        text-align: left;
    }
    .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: 100%;
        margin: 0px auto 0px auto;
        flex-direction: row;
        text-align: left;
    }
    .box-img-6 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-6 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-7 {
        width: 47%;
        margin: 0px 0px 15px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-7 a{
        text-align: left;
        font-family: 'NOTO-BLD';
        text-decoration: none;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0px;
        color: #111;
    }
    .box-img-7 a:hover{
        text-align: left;
        font-family: 'NOTO-BLD';
        text-decoration: underline;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0px;
        color: #111;
    }
    .box-img-7 picture{
        width: 100%;
        margin: 0px auto 8px auto;
    }
    .box-img-7 img{
        width: 100%;
        margin: 0px auto 8px 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 64px auto;
    }
    .v-section video {
        width: 100%;
    }
/*video*/

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

/*section*/
    .fv-section {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0.1px 0px 0.1px 0px;
    }
    .item-section {
        width: 100%;
        margin: 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: 88%;
        margin: 0px auto 48px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-2 {
        width: 85%;
        margin: 0px auto 80px auto;
        text-align: left;
        padding: 0px 0px;
    }
    .text-box-2-2 {
        width: 85%;
        margin: 32px auto 32px auto;
        text-align: left;
        padding: 0px 0px;
    }
    .text-box-3 {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 31px 0px;
    }
    .text-box-3-2 {
        width: 85%;
        margin: 0px auto 150px auto;
        text-align: center;
        background-color: #FFFFFF;
        padding: 40px 0px;
    }
    
    .text-box-4 {
        position: relative;
        width: 100%;
        height: 457.59px;
        margin: 0px auto 15px auto;
        text-align: center;
        border-radius: 7px;
        background-color: #fff;
    }

    .text-box-4 img{
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
    }

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

    .text-box-5 {
        width: 100%;
        margin: 0px auto 0px auto;
        display: block;
        background-color: #0052A4;
        padding: 10px 0px;
        border-radius: 0px 0px 7px 7px;
    }

    .text-box-6 {
        display: flex;
        width: 90%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0px 0px 0px 0px;
        justify-content: space-between;
    }

    .text-box-7 {
        width: 430px;
        margin: 0px 0px 0px auto;
        text-align: left;
        padding: 70px 0px;
        background-color: #000000;
    }

    .text-box-8 {
        width: 430px;
        margin: 0px 0px 0px auto;
        text-align: left;
        padding: 70px 0px 40px 0px;
        background-color: #000000;
    }

    .text-box-9 {
        width: 303px;
        margin: 0px 0px 0px auto;
        text-align: left;
        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;
    }

    .slide-box-1 {
      width: 88%;
      margin: 0px auto 70px auto;
    }

    .slide-box-2 {
      margin: 0px auto 0px auto;
      overflow-x: auto;
      white-space: nowrap;
      width: 88%;
      scrollbar-width: none;
    }

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

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

    .slide-box-2 img{
      width: 100%;
    }

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

    /*  modal  */


    /* モーダルCSS */
    .modalArea {
      display: none;
      position: fixed;
      z-index: 99; /*サイトによってここの数値は調整 */
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .modalBg {
        width: 100%;
        height: 100%;
        background-color: rgb(57 57 57 / 90%);
    }

    .modalWrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
        height: 145vw;
        padding: 40px 0px;
        overflow: auto;
    }

    .closeModal {
        position: absolute;
        top: 0px;
        right: 1rem;
        cursor: pointer;
    }

    .closeModal img {
        width: 42%;
    }

    .modalContents{
        width: 100%;
    }


    /* 以下ボタンスタイル */
    button {
      padding: 10px;
      background-color: #fff;
      border: 1px solid #282828;
      border-radius: 2px;
      cursor: pointer;
    }

    #openModal {
        display: block;
    }
    #openModal-2 {
        display: block;
    }
    #openModal-3 {
        display: block;
    }
    #openModal-4 {
        display: block;
    }



/*  modal  */
    
}