@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-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 {
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }

    body {
      margin: 0;
      overflow-x: hidden;
      padding-top: 0 !important;
    }

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

    .fade-in {
      opacity: 0;
      transform: translateY(40px) scale(0.98);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }

    .fade-in.is-visible {
      opacity: 1;
      transform: translateY(0) scale(1);
    }

    @media screen and (max-width: 768px) {
      .fade-in {
        transform: translateY(8px);
        transition: opacity 0.3s ease, transform 0.3s ease;
      }
    }

    :root {
        --lp-header-height: 68px;
}

.l-hd {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999 !important;
}

#main.l-main {
  padding-top: var(--lp-header-height);
}

/*clearfix*/

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

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

    .lp-contents-clearfix-2 {
        text-align: center;
        width: 87.5%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 48px 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: 87.5%;
    flex-wrap: wrap;
    display: flex;
    gap: 2%;
    margin: 0px auto 48px auto;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
}
    .lp-contents-clearfix-2-2 a{
        opacity: 1;
    }
    .lp-contents-clearfix-2-2 a:hover{
        opacity: 1;
    }

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

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

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

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

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

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

    .lp-contents-clearfix-6 {
        text-align: center;
        width: 79%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 120px auto;
        flex-direction: row;
        justify-content: space-between;
        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 16px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .lp-contents-clearfix-7 a{
        opacity: 1;
    }
    .lp-contents-clearfix-7 a:hover{
        opacity: 1;
    }

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

    .box-img-new {
        width: 48%;
        margin: 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-new picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-new img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-new-2 {
        width: 29.6%;
        margin: 0px 0px 80px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-new-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-new-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-1 {
        width: 112px;
        margin: 0px 22px 0px 22px;
        flex-direction: row;
        text-align: center;
    }
    .box-img-1 picture{
        width: 100%;
        margin: 0px auto 5px auto;
    }
    .box-img-1 img{
        width: 100%;
        margin: 0px auto 5px auto;
    }

    .box-img-1-2 {
        width: 27%;
        margin: 0px 25px 72px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-1-2 a{
        text-decoration: none;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        color: #333;
        overflow-wrap: break-word;
    }
    .box-img-1-2 a:hover{
        text-decoration: underline;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        color: #333;
        overflow-wrap: break-word;
    }
    .box-img-1-2 picture{
        width: 100%;
        margin: 0px auto 11px auto;
    }
    .box-img-1-2 img{
        width: 100%;
        margin: 0px auto 11px auto;
    }

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

    .box-img-2 {
        width: 20px;
        margin: 0px 0px 0px 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: 32%;
        margin: 0px 0px 16px 0px;
        flex-direction: row;
        text-align: left;
        padding: 10px 0px;
        background-color: #fff;
    }
    .box-img-3 picture{
        width: 100%;
        margin: 0px auto 8px auto;
    }
    .box-img-3 img{
        width: 100%;
        margin: 0px auto 8px auto;
    }

    .box-img-4 {
        width: 235px;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .box-img-4 a{
        text-decoration: none;
        font-family: 'NOTO-MDI';
        font-size: 23px;
        line-height: 35px;
        text-align: left;
        color: #333;
        overflow-wrap: break-word;
    }
    .box-img-4 a:hover{
        text-decoration: underline;
        font-family: 'NOTO-MDI';
        font-size: 23px;
        line-height: 35px;
        text-align: left;
        color: #333;
        overflow-wrap: break-word;
    }
    .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: 369px;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .box-img-5 a{
        text-decoration: underline;
        font-family: 'NOTO';
        font-size: 16px;
        line-height: 36px;
        text-align: left;
        color: #111;
        overflow-wrap: break-word;
    }
    .box-img-5 a:hover{
        text-decoration: none;
        font-family: 'NOTO';
        font-size: 16px;
        line-height: 36px;
        text-align: left;
        color: #111;
        overflow-wrap: break-word;
    }
    .box-img-5 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-5 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-6 {
        width: 100px;
        margin: 0px 40px 0px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .box-img-6 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-6 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-7 {
        width: 222px;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .box-img-7 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-7 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-8 {
        width: 45.63%;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .box-img-8 picture{
        width: 100%;
        margin: 0px auto 11px auto;
    }
    .box-img-8 img{
        width: 100%;
        margin: 0px auto 11px auto;
    }

    .box-img-8-2 {
        width: 22%;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .box-img-8-2 picture{
        width: 100%;
        margin: 0px auto 11px auto;
    }
    .box-img-8-2 img{
        width: 100%;
        margin: 0px auto 11px auto;
    }

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

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

/*clearfix*/

/*youtube*/
    #movie-section {
        width: 380px;
        text-align: center;
        margin: 0px auto 0px 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*/

/*img*/
    .title-img-top,
    .title-img-top picture,
    .title-img-top img {
      width: 100%;
      height: 100%;
      margin: 0;
      display: block;
    }

    .title-img-top img {
      object-fit: cover;
      object-position: center;
    }

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

/*button*/
    .button {
    position: relative;
    padding: 16px 64px;
    margin: 0px auto 56px auto;
    text-align: center;
    width: 640px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    font-family: 'NOTO-BLD';
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #213156;
    box-sizing: border-box;
}

    .button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 42px;
    width: 14px;
    height: 14px;
    border-top: 4px solid #213156;
    border-right: 4px solid #213156;
    transform: translateY(-50%) rotate(45deg);
    transition: border-color 0.2s ease;
}

    .button:hover {
        background-color: #213156;
        border: 1px solid #fff;
        color: #fff;
    }

    .button:hover::after {
        border-top-color: #fff;
        border-right-color: #fff;
    }

    .button-2 {
        margin-top: auto;
        padding: 5px 0px;
        text-align: center;
        width: 100%;
        background-color: #213156;
        border: 1px solid #213156;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #fff;
    }
    .button-2:hover {
        margin-top: auto;
        padding: 5px 0px;
        text-align: center;
        width: 100%;
        background-color: #fff;
        border: 1px solid #213156;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #213156;
    }
/*button*/

/*txt*/
    .lp-title-1 {
        font-family: 'NOTO-BLD';
        font-size: 32px;
        margin: 0px auto 0px auto;
        line-height: 40px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-1 span{
        font-family: 'IBM-BLD';
    }
    .lp-title-2 {
        position: relative;
        z-index: 9;
        width: 65%;
        margin: 0px auto 24px auto;
    }
    .lp-title-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .lp-title-3 {
        font-family: 'NOTO-BLD';
        font-size: 48px;
        margin: 0px auto 24px auto;
        line-height: 30px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-3 span{
        font-size: 20px;
    }
    .lp-title-3-1 {
        font-size: 30px;
        margin: 40px auto 40px auto;
        line-height: 36px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-3-2 {
        font-size: 28px;
        margin: 0px auto 24px auto;
        line-height: 38px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-3-3 {
        font-size: 28px;
        margin: 0px auto 8px auto;
        line-height: 38px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-4 {
        font-family: 'NOTO-BLD';
        font-size: 24px;
        margin: 0px auto 0px auto;
        line-height: 30px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-4-2 {
        font-size: 16px;
        margin: 0px auto 0px auto;
        line-height: 26px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-5 {
        font-family: 'NOTO-BLD';
        font-size: 20px;
        margin: 0px auto 0px auto;
        line-height: 25px;
        color: #213156;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-5-2 {
        font-family: 'NOTO-BLD';
        font-size: 24px;
        margin: 0px auto 0px auto;
        line-height: 30px;
        color: #213156;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-6 {
        font-size: 30px;
        margin: 0px auto 30px auto;
        line-height: 32px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-6-2 {
        font-size: 30px;
        margin: 0px auto 40px auto;
        line-height: 36px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-txt {
        width: 296px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-family: 'NOTO-BLD';
        font-size: 18px;
        margin: 0px auto 0px auto;
        line-height: 28px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
        background-color: #213156;
    }
    .lp-txt-1 {
        font-size: 28px;
        margin: 0px auto 24px auto;
        line-height: 38px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-txt-1-2 {
        font-size: 16px;
        margin: 0px auto 0px auto;
        line-height: 28px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-txt-1-3 {
        font-size: 16px;
        margin: 0px auto 0px auto;
        line-height: 28px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-txt-2 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px auto;
        line-height: 24px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-txt-2-0 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        font-size: 13px;
        margin: 5px auto 13px 0px;
        line-height: 22px;
        flex-direction: column;
    }
    .lp-txt-2-1 {
        font-size: 13px;
        margin: 0px;
        line-height: 22px;
        text-align: left;
        padding: 0px;
        letter-spacing: 0px;
    }
    .lp-txt-2-2 {
        font-size: 13px;
        margin: 0px;
        line-height: 22px;
        text-align: right;
        padding: 0px;
        letter-spacing: 0px;
    }

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

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

    .lp-txt-4 {
        font-family: 'NOTO-BLD';
        font-size: 20px;
        margin: 0px auto 0px auto;
        line-height: 30px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-txt-4 span{
        font-size: 40px;
        line-height: 40px;
    }

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

    .lp-txt-5 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px auto;
        line-height: 24px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }

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

    .lp-txt-6 {
        font-family: 'NOTO-BLD';
        font-size: 24px;
        margin: 0px auto 40px auto;
        line-height: 25px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }

    .lp-txt-7 {
        min-height: 96px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 8px 0px;
        line-height: 24px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-8 {
        font-family: 'NOTO';
        font-size: 14px;
        margin: 0px auto 17px 0px;
        line-height: 22px;
        color: #111;
        text-align: left;
        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*/

/*border*/
    .border-1 {
        width: 345px;
        border-bottom: 1px solid #fff;
        margin: 0px auto 0px auto;
        text-align: center;
    }

    .border-2 {
        width: 100%;
        border-bottom: 1px solid #333;
        margin: 13px auto 13px auto;
        text-align: center;
    }
/*border*/

/*main*/
    .lp-contents-box {
      position: relative;
      width: 100%;
      min-height: 100vh;
      background-color: #213156;
      z-index: 1;
    }
/*main*/

/*article*/
    .lp-contents {
    position: relative;
    width: 100%;
    z-index: 1;
  }
/*article*/

/*section*/
    .fv-section {
  position: fixed;
  top: var(--lp-header-height);
  left: 0;
  width: 100%;
  height: calc(100vh - var(--lp-header-height));
  z-index: 0;
  overflow: hidden;
}
    .item-section {
    position: relative;
    z-index: 10;
    width: 768px;
    max-width: 768px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #213156;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    padding: 0.1px 0;

    opacity: 0;
    transform: translateY(40px);

    transition:
      opacity 1s ease,
      transform 1s ease;

    will-change: opacity, transform;
}

.item-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}
    
/*section*/

    .text-box-1 {
        width: 88%;
        margin: 0px auto 24px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-2 {
        position: relative;
        width: 87.5%;
        margin: 0px auto 50px auto;
        text-align: center;
        padding: 24px 0px;
        border: 1px solid #fff;
    }

    .text-box-2-img {
        position: absolute;
        top: -25%;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 100%;
        /* margin: 0px auto 46px auto; */
        text-align: center;
        /* padding: 24px 0px; */
        /* border: 1px solid #fff; */
        z-index: 1;
    }
    .text-box-2-img img{
        width: 100%;
    }

    .text-box-3 {
        width: 200px;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 8px 0px;
        border-top: solid 1px #fff;
        border-bottom: solid 1px #fff;
    }
    .text-box-4 {
        position: relative;
        width: 100%;
        margin: 0px auto 56px auto;
        text-align: center;
    }
    .text-box-5 {
        width: 87.5%;
        margin: 0px auto 24px auto;
        text-align: center;
        background-color: #fff;
        padding: 10px 0px;
    }
    .text-box-5-2 {
        width: 87.5%;
        margin: 0px auto 32px auto;
        text-align: center;
        background-color: #fff;
        padding: 16px 0px;
    }
    .text-box-6 {
        width: 87.5%;
        margin: 0px auto 64px auto;
        text-align: center;
    }
    .text-box-6-2 {
        width: 88%;
        margin: 0px auto 0px auto;
        text-align: center;
    }
    .text-box-7 {
        width: 83%;
        margin: 0px auto 24px auto;
        padding: 8px 0px;
        border: 1px solid #fff;
    }

    .text-box-8 {
        width: 100%;
        margin: 0px auto 32px auto;
        padding: 0px 0px;
    }

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

/*  modal  */

/* slide */

.slide-box-1 {
      width: 81.25%;
      margin: 0 auto 56px auto;
      position: relative;
    }

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

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

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

/* arrow */
.slide-box-1 .splide__arrow {
  width: 34px;
  height: 34px;
  background: #fff;
  opacity: 1;
  z-index: 20;

  top: 50%;
  transform: translateY(-50%);
}

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

.slide-box-1 .splide__arrow--prev {
    left: -22px;
  }

  .slide-box-1 .splide__arrow--next {
    right: -22px;
  }

@media screen and (max-width: 768px) {


  .slide-box-1 {
      width: 81.25%;
      margin: 0 auto 56px auto;
      position: relative;
    }

  .slide-box-1 .splide__arrow--prev {
    left: -22px;
  }

  .slide-box-1 .splide__arrow--next {
    right: -22px;
  }
}

/* slide_end */

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

/*video*/
    .v-section {
        width: 900px;
        text-align: center;
        margin: 0px auto 100px auto;
    }
    .v-section video {
        width: 100%;
    }
/*video*/

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

/*hide*/

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

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

/*hide*/

@media screen and (max-width: 768px) {

html,
  body {
    padding-top: 0 !important;
    overflow-x: hidden;
  }

/*article*/
	.lp-contents {
    position: relative;
    width: 100%;
    z-index: 1;
  }
/*article*/

/*youtube*/
    #movie-section {
        width: 88%;
        text-align: center;
        margin: 0px auto 0px 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: 178.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*/

/*img*/
  .title-img-top {
    width: 100%;
    height: unset;
    margin: 0;
  }

  .title-img-top,
  .title-img-top picture,
  .title-img-top img {
    width: 100%;
    height: auto !important;
    display: block;
  }

  .title-img-top img {
    object-fit: unset;
    object-position: center center;
  }

    .title-img-top-2 {
        width: 100%;
        margin: 0px auto 24px 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;
    }

/*img*/

/*hide*/
    .hide-sp {
    	display: none;
    }
    .hide-pc {
    	display: block;
    }
    .hide-sp-2{
        display: none;
    }
    .hide-pc-2 {
        display: block;
    }
    .hidden-1 {
        visibility: hidden;
        display: none;
    }
    .hidden-2 {
        visibility: hidden;
    }
    .hidden-3 {
        visibility: hidden;
        display: inline;
    }
/*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*/

    tr {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        border-color: inherit;
    }

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

/*  modal_end  */

/* text-animation_end */
    
    .text-box-1 {
        width: 88%;
        margin: 0px auto 24px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-2 {
        width: 87.5%;
        margin: 0px auto 50px auto;
        text-align: center;
        padding: 24px 0px;
        border: 1px solid #fff;
    }

    .text-box-3 {
        width: 200px;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 8px 0px;
        border-top: solid 1px #fff;
        border-bottom: solid 1px #fff;
    }
    .text-box-4 {
        position: relative;
        width: 100%;
        margin: 0px auto 56px auto;
        text-align: center;
    }
    .text-box-5 {
        width: 87.5%;
        margin: 0px auto 24px auto;
        text-align: center;
        background-color: #fff;
        padding: 10px 0px;
    }
    .text-box-5-2 {
        width: 87.5%;
        margin: 0px auto 32px auto;
        text-align: center;
        background-color: #fff;
        padding: 16px 0px;
    }
    .text-box-6 {
        width: 87.5%;
        margin: 0px auto 64px auto;
        text-align: center;
    }
    .text-box-6-2 {
        width: 88%;
        margin: 0px auto 0px auto;
        text-align: center;
    }
    .text-box-7 {
        width: 83%;
        margin: 0px auto 24px auto;
        padding: 8px 0px;
        border: 1px solid #fff;
    }

    .text-box-8 {
        width: 100%;
        margin: 0px auto 32px auto;
        padding: 0px 0px;
    }

/*  txt  */

    .lp-title-1 {
        font-family: 'NOTO-BLD';
        font-size: 32px;
        margin: 0px auto 0px auto;
        line-height: 40px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-1 span{
        font-family: 'IBM-BLD';
    }
    .lp-title-2 {
        width: 65%;
        margin: 0px auto 24px auto;
    }
    .lp-title-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .lp-title-3 {
        font-family: 'NOTO-BLD';
        font-size: 48px;
        margin: 0px auto 24px auto;
        line-height: 30px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-3 span{
        font-size: 20px;
    }
    .lp-title-3-1 {
        font-size: 30px;
        margin: 40px auto 40px auto;
        line-height: 36px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-3-2 {
        font-size: 28px;
        margin: 0px auto 24px auto;
        line-height: 38px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-3-3 {
        font-size: 28px;
        margin: 0px auto 8px auto;
        line-height: 38px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-4 {
        font-family: 'NOTO-BLD';
        font-size: 24px;
        margin: 0px auto 0px auto;
        line-height: 30px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-4-2 {
        font-size: 16px;
        margin: 0px auto 0px auto;
        line-height: 26px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-5 {
        font-family: 'NOTO-BLD';
        font-size: 20px;
        margin: 0px auto 0px auto;
        line-height: 25px;
        color: #213156;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-5-2 {
        font-family: 'NOTO-BLD';
        font-size: 24px;
        margin: 0px auto 0px auto;
        line-height: 30px;
        color: #213156;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-6 {
        font-size: 30px;
        margin: 0px auto 30px auto;
        line-height: 32px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-6-2 {
        font-size: 30px;
        margin: 0px auto 40px auto;
        line-height: 36px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-txt {
        width: 296px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-family: 'NOTO-BLD';
        font-size: 18px;
        margin: 0px auto 0px auto;
        line-height: 28px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
        background-color: #213156;
    }
    .lp-txt-1 {
        font-size: 28px;
        margin: 0px auto 24px auto;
        line-height: 38px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-txt-1-2 {
        font-size: 16px;
        margin: 0px auto 0px auto;
        line-height: 28px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-txt-1-3 {
        font-size: 16px;
        margin: 0px auto 0px auto;
        line-height: 28px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-txt-2 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px auto;
        line-height: 24px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-txt-2-0 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        font-size: 13px;
        margin: 5px auto 13px 0px;
        line-height: 22px;
        flex-direction: column;
    }
    .lp-txt-2-1 {
        font-size: 13px;
        margin: 0px;
        line-height: 22px;
        text-align: left;
        padding: 0px;
        letter-spacing: 0px;
    }
    .lp-txt-2-2 {
        font-size: 13px;
        margin: 0px;
        line-height: 22px;
        text-align: right;
        padding: 0px;
        letter-spacing: 0px;
    }

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

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

    .lp-txt-4 {
        font-family: 'NOTO-BLD';
        font-size: 20px;
        margin: 0px auto 0px auto;
        line-height: 30px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-txt-4 span{
        font-size: 40px;
        line-height: 40px;
    }

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

    .lp-txt-5 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px auto;
        line-height: 24px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }

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

    .lp-txt-6 {
        font-family: 'NOTO-BLD';
        font-size: 24px;
        margin: 0px auto 40px auto;
        line-height: 25px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }

    .lp-txt-7 {
        min-height: 96px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 8px 0px;
        line-height: 24px;
        color: #111;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-8 {
        font-family: 'NOTO';
        font-size: 14px;
        margin: 0px auto 17px 0px;
        line-height: 22px;
        color: #111;
        text-align: left;
        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_end  */

/* section */
    .fv-section {
        display: none;
      }

    .item-section {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 24px 0 0.1px 0;
    opacity: 1 !important;
    border-left: none;
    border-right: none;
    background-color: #213156;
  }
/* section_end */

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

    .border-2 {
        width: 100%;
        border-bottom: 1px solid #333;
        margin: 13px auto 13px 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: #213156;
    }
/*main*/

/*button*/
    .button {
        width: 88%;
        position: relative;
        padding: 12px 48px;
    }

    .button::after {
        right: 24px;
        width: 10px;
        height: 10px;
        border-top: 3px solid #213156;
        border-right: 3px solid #213156;
    }

    .button-2 {
        padding: 5px 0px;
        margin-top: auto;
        text-align: center;
        width: 100%;
        background-color: #213156;
        border: 1px solid #213156;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #fff;
    }
    .button-2:hover {
        padding: 5px 0px;
        margin-top: auto;
        text-align: center;
        width: 100%;
        background-color: #fff;
        border: 1px solid #213156;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #213156;
    }
/*button*/

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

  .lp-contents-clearfix-2 .box-img-3 {
        width: calc((96.6% - 16px) / 3);
        margin: 0;
    }
    .lp-contents-clearfix-2 a{
        opacity: 1;
    }
    .lp-contents-clearfix-2 a:hover{
        opacity: 1;
    }

    .lp-contents-clearfix-2-2 {
        width: 87.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px 16px;
  }

  .lp-contents-clearfix-2-2 .box-img-3 {
        width: calc((96.6% - 16px) / 3);
        margin: 0;
    }
    .lp-contents-clearfix-2-2 a{
        opacity: 1;
    }
    .lp-contents-clearfix-2-2 a:hover{
        opacity: 1;
    }

    .lp-contents-clearfix-2-3 {
        width: 87.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px 16px;
  }

  .lp-contents-clearfix-2-3 .box-img-3 {
        width: calc((96.6% - 16px) / 3);
        margin: 0;
    }
    .lp-contents-clearfix-2-3 a{
        opacity: 1;
    }
    .lp-contents-clearfix-2-3 a:hover{
        opacity: 1;
    }
    .lp-contents-clearfix-3 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 56px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .lp-contents-clearfix-3 a{
        opacity: 1;
    }
    .lp-contents-clearfix-3 a:hover{
        opacity: 0.5;
    }
    .lp-contents-clearfix-3-2 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 0px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .lp-contents-clearfix-3-2 a{
        opacity: 1;
    }
    .lp-contents-clearfix-3-2 a:hover{
        opacity: 0.5;
    }
    .lp-contents-clearfix-4 {
        text-align: center;
        width: 60%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 0px 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: 88%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 55px auto;
        flex-direction: row;
        justify-content: space-between;
        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%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 36px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .lp-contents-clearfix-5 a{
        opacity: 1;
    }
    .lp-contents-clearfix-5 a:hover{
        opacity: 0.5;
    }
    .lp-contents-clearfix-5-2 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 0px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .lp-contents-clearfix-5-2 a{
        opacity: 1;
    }
    .lp-contents-clearfix-5-2 a:hover{
        opacity: 0.5;
    }
    .lp-contents-clearfix-6 {
        text-align: center;
        width: 88%;
        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-6 a{
        opacity: 1;
    }
    .lp-contents-clearfix-6 a:hover{
        opacity: 0.5;
    }
    .lp-contents-clearfix-7 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 16px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .lp-contents-clearfix-7 a{
        opacity: 1;
    }
    .lp-contents-clearfix-7 a:hover{
        opacity: 1;
    }
    .lp-contents-clearfix-8 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 16px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: flex-start;
    }
    .lp-contents-clearfix-8 a{
        opacity: 1;
    }
    .lp-contents-clearfix-8 a:hover{
        opacity: 1;
    }
    .box-img-new {
        width: 48%;
        margin: 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-new picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-new img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-new-2 {
        width: 29.6%;
        margin: 0px 0px 80px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-new-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-new-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-1 {
        width: 112px;
        margin: 0px 22px 0px 22px;
        flex-direction: row;
        text-align: center;
    }
    .box-img-1 picture{
        width: 100%;
        margin: 0px auto 5px auto;
    }
    .box-img-1 img{
        width: 100%;
        margin: 0px auto 5px auto;
    }

    .box-img-2 {
        width: 20px;
        margin: 0px 0px 0px 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: 31%;
        margin: 0px 0px 16px 0px;
        flex-direction: row;
        text-align: left;
        padding: 10px 0px;
        background-color: #fff;
    }
    .box-img-3 picture{
        width: 100%;
        margin: 0px auto 8px auto;
    }
    .box-img-3 img{
        width: 100%;
        margin: 0px auto 8px auto;
    }

    .box-img-4 {
        width: 185px;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .box-img-4 a{
        text-decoration: none;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 30px;
        text-align: left;
        color: #333;
        overflow-wrap: break-word;
    }
    .box-img-4 a:hover{
        text-decoration: underline;
        font-family: 'NOTO-MDI';
        font-size: 16px;
        line-height: 30px;
        text-align: left;
        color: #333;
        overflow-wrap: break-word;
    }
    .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: 207px;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .box-img-5 a{
        text-decoration: underline;
        font-family: 'NOTO';
        font-size: 16px;
        line-height: 36px;
        text-align: left;
        color: #111;
        overflow-wrap: break-word;
    }
    .box-img-5 a:hover{
        text-decoration: none;
        font-family: 'NOTO';
        font-size: 16px;
        line-height: 36px;
        text-align: left;
        color: #111;
        overflow-wrap: break-word;
    }
    .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 8px auto;
        flex-direction: row;
        text-align: center;
        padding: 0px 0px 0px 0px;
    }
    .box-img-6 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-6 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-7 {
        width: 222px;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .box-img-7 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-7 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

    .box-img-8 {
        width: 100%;
        margin: 0px 0px 64px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .box-img-8 picture{
        width: 100%;
        margin: 0px auto 11px auto;
    }
    .box-img-8 img{
        width: 100%;
        margin: 0px auto 11px auto;
    }

    .box-img-8-2 {
        width: 47%;
        margin: 0px 0px 25px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .box-img-8-2 picture{
        width: 100%;
        margin: 0px auto 11px auto;
    }
    .box-img-8-2 img{
        width: 100%;
        margin: 0px auto 11px auto;
    }

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

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

/*clearfix*/
}

@media screen and (max-width: 490px) {

    .item-section {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        z-index: 2;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 24px 0 0.1px 0;
        opacity: 1 !important;
        border-left: none;
        border-right: none;
        background-color: #213156;
    }

    .lp-title-2 {
        width: 100%;
        margin: 0px auto 16px auto;
    }

    .lp-title-3 {
        font-family: 'NOTO-BLD';
        font-size: 40px;
        margin: 0px auto 16px auto;
        line-height: 30px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-3 span{
        font-size: 18px;
    }

    .lp-title-4 {
        font-family: 'NOTO-BLD';
        font-size: 20px;
        margin: 0px auto 0px auto;
        line-height: 30px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }

    .lp-txt {
        width: 256px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px auto;
        line-height: 24px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
        background-color: #213156;
    }

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

    .border-1 {
        width: 88%;
        border-bottom: 1px solid #fff;
        margin: 0px auto 0px auto;
        text-align: center;
    }

    .lp-contents-clearfix-2 {
        width: 88%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px 16px;
    }
    .lp-contents-clearfix-2 .box-img-3 {
        width: calc((100% - 16px) / 2);
        margin: 0;
    }

    .lp-contents-clearfix-2-2 {
        width: 88%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px 16px;
    }
    .lp-contents-clearfix-2-2 .box-img-3 {
        width: calc((100% - 16px) / 2);
        margin: 0;
    }

    .lp-contents-clearfix-2-3 {
        width: 88%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px 16px;
    }
    .lp-contents-clearfix-2-3 .box-img-3 {
        width: calc((100% - 16px) / 2);
        margin: 0;
    }


    .box-img-3 {
        width: 47%;
        margin: 0px 0px 16px 0px;
        flex-direction: row;
        text-align: left;
        padding: 10px 0px;
        background-color: #fff;
    }
    .box-img-3 picture{
        width: 100%;
        margin: 0px auto 8px auto;
    }
    .box-img-3 img{
        width: 100%;
        margin: 0px auto 8px auto;
    }

    .text-box-2-img {
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 100%;
        /* margin: 0px auto 46px auto; */
        text-align: center;
        /* padding: 24px 0px; */
        /* border: 1px solid #fff; */
        z-index: 1;
    }
    .text-box-2-img img{
        width: 100%;
    }

    .text-box-6-2 {
        width: 90%;
        margin: 0px auto 0px auto;
        text-align: center;
    }

}


/* FV固定背景がフッター周辺に被るのを防ぐ */
.fv-section {
  z-index: -1 !important;
}

/* LP本体 */
.lp-contents-box,
.lp-contents,
.item-section {
  position: relative;
  z-index: 1;
}

/* フッター・パンくず周辺を必ず白背景で前面化 */
.l-ft,
.l-footer,
footer,
.breadcrumb,
.c-breadcrumb,
.p-breadcrumb,
#breadcrumb {
  position: relative !important;
  z-index: 9999 !important;
  background-color: #fff !important;
}

.l-ft {
        margin-top: -50px;
    }

/* フッター直前の白帯対策 */
.l-main > *:not(.lp-contents-box) {
  position: relative;
  z-index: 9999;
  background-color: #fff;
}

