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

/* Image cross-fades and product image swaps */
.auto-fade,
.swap-image {
    position: relative;
    display: block;
    width: 100%;
}

.auto-fade img,
.swap-image img {
    display: block;
    width: 100%;
    height: auto;
}

.auto-fade img:not(:first-child),
.swap-image img:not(:first-child) {
    position: absolute;
    inset: 0;
}

.box-img-1 .auto-fade img,
.box-img-4 .auto-fade img,
.box-img-3 .swap-image img {
    margin: 0;
}

.box-img-3 .swap-image {
    margin-bottom: 23px;
}

.auto-fade--two img:first-child {
    animation: auto-fade-two-first 5s linear infinite;
}

.auto-fade--two img:nth-child(2) {
    animation: auto-fade-two-second 5s linear infinite;
}

@keyframes auto-fade-two-first {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes auto-fade-two-second {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}

.auto-fade--three img:first-child {
    animation: auto-fade-three-first 6s linear infinite;
}

.auto-fade--three img:nth-child(2) {
    animation: auto-fade-three-second 6s linear infinite;
}

.auto-fade--three img:nth-child(3) {
    animation: auto-fade-three-third 6s linear infinite;
}

@keyframes auto-fade-three-first {
    0%, 30% { opacity: 1; }
    33.333%, 96.667% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes auto-fade-three-second {
    0%, 30%, 66.666%, 100% { opacity: 0; }
    33.333%, 63.333% { opacity: 1; }
}

@keyframes auto-fade-three-third {
    0%, 63.333%, 100% { opacity: 0; }
    66.666%, 96.667% { opacity: 1; }
}

.swap-image img {
    transition: opacity 0.6s ease;
}

.swap-image img:first-child,
.swap-image.is-active img:first-child {
    opacity: 1;
}

.swap-image img:nth-child(2),
.swap-image.is-active img:nth-child(2) {
    opacity: 0;
}

.swap-image.is-active img:first-child {
    opacity: 0;
}

.swap-image.is-active img:nth-child(2) {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .box-img-3 a:hover {
        opacity: 1;
    }

    .box-img-3 a:hover .swap-image img:first-child {
        opacity: 0;
    }

    .box-img-3 a:hover .swap-image img:nth-child(2) {
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .auto-fade img,
    .swap-image img {
        animation: none;
        transition: none;
    }

    .auto-fade img:not(:first-child) {
        opacity: 0;
    }
}

/* Splide */
.slide-box-1,
.slide-box-2 {
    overflow: hidden;
}

.slide-box-1 .splide,
.slide-box-2 .splide {
    padding-bottom: 94px;
}

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

.slide-box-1 .splide__arrows,
.slide-box-2 .splide__arrows {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 14px;
}

.slide-box-1 .splide__arrow,
.slide-box-2 .splide__arrow {
    position: static;
    width: 40px;
    height: 40px;
    border: 2px solid #333;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    transform: none;
}

.slide-box-1 .splide__arrow svg,
.slide-box-2 .splide__arrow svg {
    display: none;
}

.slide-box-1 .splide__arrow::before,
.slide-box-2 .splide__arrow::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.slide-box-1 .splide__arrow--prev::before,
.slide-box-2 .splide__arrow--prev::before {
    border-right: 10px solid #333;
    transform: translateX(-2px);
}

.slide-box-1 .splide__arrow--next::before,
.slide-box-2 .splide__arrow--next::before {
    border-left: 10px solid #333;
    transform: translateX(2px);
}

.slide-box-1 .splide__arrow:focus-visible,
.slide-box-2 .splide__arrow:focus-visible {
    outline: 2px solid #333;
    outline-offset: 3px;
}

@media (max-width: 1000px) {
    .text-box-2 {
        min-width: 0;
    }

    .slide-box-1 .splide,
    .slide-box-2 .splide {
        padding-bottom: 52px;
    }

    .slide-box-1 .splide__arrows,
    .slide-box-2 .splide__arrows {
        right: 50%;
        transform: translateX(50%);
        gap: 12px;
    }

    .slide-box-1 .splide__arrow,
    .slide-box-2 .splide__arrow {
        width: 35px;
        height: 35px;
    }
}

@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-MDI';
    src: url('../fonts/IBMPlexSans-Medium.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');
}
/ ＊Hides from IE-mac \＊/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

    html {
        scroll-behavior: smooth;
    }

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

    tbody {
        margin: 0px auto;
        width: 100%;
        display: block;
        vertical-align: middle;
        border-color: inherit;
    }

    body {
        display: block;
        margin: 0px;
    }

    h1 {
        display: block;
        font-size: 2em;
        margin-block-start: 0.67em;
        margin-block-end: 0.67em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: unset;
    }

    h2 {
        font-weight: unset;
    }

    h3 {
        font-weight: unset;
    }

    h4 {
        font-weight: unset;
    }

    h5 {
        font-weight: unset;
    }

    h6 {
        font-weight: unset;
    }

    a {
        text-decoration: none;
    }

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

    .slide-box-2 {
      width: 67%;
      margin: 0px auto 80px auto;
    }

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

    .text-box-1 {
        width: 100%;
        margin: 0px auto 150px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-2 {
        position: relative;
        border: 1px solid #000;
        border-radius: 20px;
        width: 63%;
        margin: 0px auto 120px auto;
        text-align: center;
        padding: 0.1px 0px 80px 0px;
        min-width: 1000px;
    }

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

    .text-box-4 {
        width: 88%;
        margin: 0px auto 40px auto;
        text-align: left;
    }

    .text-box-5 {
        width: 900px;
        margin: 64px auto 64px auto;
        text-align: center;
        padding: 64px 0px;
        background-color: #F7F7F7;
        border-radius: 40px;
    }
    .text-box-5 a{
        font-family: 'NOTO-BLD';
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0px;
        color: #000;
        text-decoration: underline;
    }
    .text-box-5 a:hover{
        font-family: 'NOTO-BLD';
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0px;
        color: #000;
        text-decoration: none;
    }
    .text-box-6 {
        width: 900px;
        margin: 0px auto 150px auto;
        text-align: left;
        padding: 0px 0px;
    }
    .text-box-6 ul {
        display: block;
        list-style-type: disc;
        margin-block-start: 0;
        margin-block-end: 0;
        padding-inline-start: 40px;
        unicode-bidi: isolate;
    }
    .text-box-6 li{
        font-family: 'NOTO';
        font-size: 16px;
        line-height: 36px;
        letter-spacing: 0px;
        color: #000;
        text-align: left;
    }
    .text-box-7 {
        width: 700px;
        margin: 0px auto 32px auto;
        text-align: left;
        padding: 0px 0px;
    }

    .text-box-8 {
        width: 489px;
        margin: 0px auto 16px auto;
        text-align: center;
        padding: 56px 0px;
        background-color: #E7E7E7;
    }

    .text-box-9 {
        width: 59.4%;
        min-width: 1000px;
        margin: 0px auto 40px auto;
        text-align: center;
        background-color: #F4F4F4;
        padding: 56px 0px;
        border-radius: 40px;
    }

    .text-box-9 img{
        width: 550px;
        margin: 0px auto 48px auto;
        text-align: center;
    }

    .text-box-10 {
        width: 900px;
        margin: 0px auto 0px auto;
        text-align: left;
    }

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

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

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

/*section*/
    .fv-section {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0.1px 0px 0.1px 0px;
    }
    .item-section {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0.1px 0px 0.1px 0px;
    }
/*section*/

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

/*youtube*/
    #movie-section {
        width: 900px;
        text-align: center;
        margin: 0px auto 150px 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: 512px;
        position: relative;
    }
    .tv__movie iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .tv__movie-pink {
        margin: 0px auto 0px auto;
        width: 100%;
        height: 170px;
        padding-top: 67.5%;
        position: relative;
    }
    .tv__movie-pink iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*youtube*/

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

/*txt*/
    .lp-title-1 {
        font-family: 'IBM-BLD';
        font-size: 48px;
        margin: 120px auto 90px auto;
        line-height: 58px;
        color: #000;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-2 {
        font-family: 'IBM-BLD';
        font-size: 42px;
        margin: 0px auto 0px auto;
        line-height: 52px;
        color: #333;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-3 {
        font-family: 'IBM-BLD';
        font-size: 24px;
        margin: 0px auto 16px 0px;
        line-height: 34px;
        color: #000;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-title-4 {
        font-family: 'IBM-BLD';
        font-size: 42px;
        margin: 0px auto 64px auto;
        line-height: 52px;
        color: #333;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-4-2 {
        font-family: 'IBM-BLD';
        font-size: 42px;
        margin: 0px auto 40px auto;
        line-height: 52px;
        color: #333;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-5 {
        font-family: 'NOTO-BLD';
        font-size: 25px;
        margin: 0px auto 32px auto;
        line-height: 35px;
        color: #000;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-6 {
        font-family: 'IBM-BLD';
        font-size: 42px;
        margin: 0px auto 40px auto;
        line-height: 52px;
        color: #fff;
        text-align: center;
        letter-spacing: 0px;
    }

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

    .lp-txt-4 {
        font-family: 'NOTO';
        font-size: 14px;
        margin: 8px auto 0px 0px;
        line-height: 22px;
        color: #000;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-5 {
        font-family: 'NOTO-BLD';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 26px;
        color: #000;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-6 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 26px;
        color: #000;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-6-2 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 26px;
        color: #000;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-7 {
        font-family: 'NOTO';
        font-size: 14px;
        margin: 48px auto 8px auto;
        line-height: 24px;
        color: #413F3D;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-txt-8 {
        font-family: 'IBM-BLD';
        font-size: 24px;
        margin: 0px auto 16px auto;
        line-height: 34px;
        color: #000;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-txt-9 {
        font-family: 'NOTO';
        font-size: 16px;
        margin: 0px auto 150px auto;
        line-height: 28px;
        color: #000;
        text-align: center;
        letter-spacing: 0px;
    }
/*txt*/

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

/*button*/
    .button {
        padding: 12px 0px;
        margin: 0px auto 120px auto;
        text-align: center;
        width: 480px;
        border: solid #333 1px;
        background-color: #333;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #fff;
    }
    .button:hover {
        padding: 12px 0px;
        margin: 0px auto 120px auto;
        text-align: center;
        width: 480px;
        border: solid #333 1px;
        background-color: #fff;
        border-radius: 0px;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #333;
    }
/*button*/

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

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

    .lp-contents-clearfix-2 {
        text-align: center;
        width: 67%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 150px 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-3 {
        text-align: center;
        width: 900px;
        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-3 a{
        opacity: 1;
    }
    .lp-contents-clearfix-3 a:hover{
        opacity: 0.5;
    }
    .lp-contents-clearfix-4 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 8px auto;
        flex-direction: row;
        justify-content: center;
        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%;
        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 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 16px auto;
        flex-direction: row;
        justify-content: center;
        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-6-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-6-2 a{
        opacity: 1;
    }
    .lp-contents-clearfix-6-2 a:hover{
        opacity: 0.5;
    }

    .box-img-1 {
        width: 33%;
        margin: 0px 0px 0px 0px;
    }
    .box-img-1 picture{
        width: 100%;
        margin: 0px 0px 0px 0px;
    }
    .box-img-1 img{
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

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

    .box-img-3 {
        width: 23.13%;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
    }
    .box-img-3 picture{
        width: 100%;
        margin: 0px auto 23px auto;
    }
    .box-img-3 img{
        width: 100%;
        margin: 0px auto 23px auto;
    }
    .box-img-3 a{
        opacity: 1;
        text-decoration: none;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #000;
    }
    .box-img-3 a:hover{
        opacity: 0.5;
        text-decoration: underline;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0px;
        color: #000;
    }

    .box-img-4 {
        width: 250px;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: center;
        padding: 0px 0px 0px 0px;
    }
    .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: 626px;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .box-img-5 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-5 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

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

    .box-img-7 {
        width: 336px;
        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-7-2 {
        width: 113px;
        margin: 0px 0px 0px 0px;
        flex-direction: row;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .box-img-7-2 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-7-2 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

/*clearfix*/

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

@media (max-width: 1200px) {

/*border*/
    .border-1 {
        width: 88%;
        border-bottom: solid 1px #333;
        margin: 0px auto 24px 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(./img17.png);
        background-position: top;
        background-repeat: repeat;
        background-size: 100%;*/
    }
/*main*/

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

/*youtube*/
    #movie-section {
        width: 88%;
        text-align: center;
        margin: 0px auto 64px auto;
    }
    #movie-section img{
        width: 100%;
        text-align: center;
        margin: 0px auto 0px auto;
    }
    .tv__movie_2 {
        margin: 0px auto 0px auto;
        width: 100%;
        height: 170px;
        padding-top: 37%;
        position: relative;
    }
    .tv__movie_2 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .tv__movie {
        margin: 0px auto 0px auto;
        width: 100%;
        height: auto;
        padding-top: 63%;
        position: relative;
    }
    .tv__movie iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .tv__movie-pink {
        margin: 0px auto 0px auto;
        width: 100%;
        height: auto;
        padding-top: 56%;
        position: relative;
    }
    .tv__movie-pink iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*youtube*/

/*txt*/
    .lp-title-1 {
        font-size: 32px;
        margin: 64px auto 48px auto;
        line-height: 42px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-2 {
        font-size: 28px;
        margin: 0px auto 0px auto;
        line-height: 38px;
        text-align: center;
        letter-spacing: 0px;
    }
    .lp-title-3 {
        font-size: 24px;
        margin: 0px auto 16px 0px;
        line-height: 34px;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-title-3-2 {
        font-size: 20px;
        margin: 0px auto 11px 0px;
        line-height: 30px;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-title-4 {
        font-size: 28px;
        margin: 0px auto 24px auto;
        line-height: 38px;
        text-align: center;
        letter-spacing: 0px;
        padding: 0px 0px; 
    }
    .lp-title-4-2 {
        font-size: 28px;
        margin: 0px auto 16px auto;
        line-height: 38px;
        text-align: center;
        letter-spacing: 0px;
        padding: 0px 0px; 
    }
    .lp-title-5 {
        font-size: 24px;
        margin: 0px auto 24px 0px;
        line-height: 34px;
        text-align: center;
        letter-spacing: 0px;
        padding: 0px 0px 0px 0px;
    }
    .lp-title-6 {
        font-size: 28px;
        margin: 0px auto 48px auto;
        line-height: 38px;
        text-align: center;
        letter-spacing: 0px;
         padding: 0px 0px; 
    }
    .lp-txt {
        font-size: 16px;
        margin: 0px auto 0px auto;
        line-height: 32px;
        text-align: center;
        letter-spacing: 0px;
        padding: 0px 0px;
    }
    .lp-txt-2 {
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 32px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-txt-3 {
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 24px;
        text-align: left;
        letter-spacing: 0px;
        padding: 0px 0px;
    }
    .lp-txt-4 {
        font-size: 14px;
        margin: 8px auto 0px 0px;
        line-height: 22px;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-4-2 {
        font-size: 16px;
        margin: 10px auto 10px 0px;
        line-height: 36px;
        text-align: left;
        letter-spacing: 0px;
    }
    .lp-txt-5 {
        font-size: 16px;
        margin: 0px auto 0px auto;
        line-height: 26px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-txt-6 {
        font-size: 16px;
        margin: 0px auto 0px 0px;
        line-height: 24px;
        text-align: left;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-txt-6-2 {
        font-size: 16px;
        margin: 0px auto 0px auto;
        line-height: 24px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-txt-7 {
        font-size: 13px;
        margin: 32px auto 8px auto;
        line-height: 22px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-txt-8 {
        font-size: 24px;
        margin: 0px auto 32px auto;
        line-height: 24px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: 0px;
    }
    .lp-txt-9 {
        font-size: 14px;
        margin: 0px auto 64px auto;
        line-height: 24px;
        text-align: center;
        padding: 0px 0px;
        letter-spacing: 0px;
    }

/*txt*/

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

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

/*clearfix*/
    .lp-contents-clearfix {
        text-align: center;
        width: 90%;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        margin: 0px auto 24px auto;
        align-items: flex-start;
        gap: 24px;
    }
    .lp-contents-clearfix-1 {
        text-align: center;
        width: 90%;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        margin: 64px auto 24px auto;
        align-items: flex-start;
        gap: 24px;
    }
    .lp-contents-clearfix-2 {
        text-align: center;
        width: 88%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 104px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: flex-start;
    }
    .lp-contents-clearfix-3 {
        text-align: center;
        width: 88%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 40px auto;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: flex-start;
    }
    .lp-contents-clearfix-4 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 24px auto;
        align-items: flex-start;
    }
    .lp-contents-clearfix-5 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        margin: 0px auto 0px auto;
        align-items: flex-start;
    }
    .lp-contents-clearfix-6 {
        text-align: center;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        margin: 0px auto 24px auto;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        align-items: center;
    }
    .lp-contents-clearfix-6-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: center;
    }

    .box-img-1 {
        width: 100%;
        margin: 0px 0px 0px 0px;
    }
    .box-img-1 picture{
        width: 100%;
        margin: 0px 0px 0px 0px;
    }
    .box-img-1 img{
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    .box-img-2 {
        width: 100%;
        margin: 0px 0px 0px 0px;
    }
    .box-img-2 picture{
        width: 100%;
        margin: 0px 0px 0px 0px;
    }
    .box-img-2 img{
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    .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 23px auto;
    }
    .box-img-3 img{
        width: 100%;
        margin: 0px auto 23px auto;
    }
    .box-img-3 a{
        opacity: 1;
        text-decoration: none;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #000;
    }
    .box-img-3 a:hover{
        opacity: 0.5;
        text-decoration: underline;
        font-family: 'NOTO-BLD';
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #000;
    }

    .box-img-4 {
        width: 100%;
        margin: 0px auto 16px auto;
        flex-direction: row;
        text-align: center;
        padding: 0px 0px 0px 0px;
    }
    .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 0px auto;
        flex-direction: row;
        text-align: center;
        padding: 0px 0px 0px 0px;
    }
    .box-img-5 picture{
        width: 100%;
        margin: 0px auto 0px auto;
    }
    .box-img-5 img{
        width: 100%;
        margin: 0px auto 0px auto;
    }

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

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

/*clearfix*/

/*hide*/
    .hide-sp {
    	display: none;
    }
    .hide-pc {
    	display: block;
    }
    .hide-pc img{
        width: 75%;
        margin: 0px auto 0px auto;
    }
    .hide-sp-2{
        display: none;
    }
    .hide-pc-2 {
        display: block;
    }
/*hide*/

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

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

/*section*/
    .fv-section {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0.1px 0px 0.1px 0px;
    }
    .item-section {
        width: 100%;
        margin: 0px auto 0px auto;
        text-align: center;
        padding: 0.1px 0px 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 128px auto;
        text-align: center;
    }
    .text-box-2 {
        position: unset;
        border: 1px solid #000;
        border-radius: 20px;
        width: 88%;
        margin: 0px auto 120px auto;
        text-align: center;
        padding: 24px 0px;
        min-width: 0;
    }
    .text-box-3 {
        position: unset;
        top: 0%;
        left: 0%;
        width: 100%;
        margin: 0px auto 24px auto;
        text-align: center;
        padding: 0px 0px;
    }
    .text-box-4 {
        width: 90%;
        margin: 0px auto 40px auto;
        text-align: left;
        padding: 0px 0px;
    }
    .text-box-5 {
        width: 88%;
        margin: 0px auto 24px auto;
        text-align: center;
        padding: 48px 0px;
        background-color: #F7F7F7;
        border-radius: 0px;
    }
    .text-box-5 a{
        font-family: 'NOTO-BLD';
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #000;
        text-decoration: underline;
    }
    .text-box-5 a:hover{
        font-family: 'NOTO-BLD';
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #000;
        text-decoration: none;
    }
    .text-box-6 {
        width: 88%;
        margin: 0px auto 64px auto;
        text-align: left;
        padding: 0px 0px;
    }
    .text-box-6 ul {
        display: block;
        list-style-type: disc;
        margin-block-start: 0;
        margin-block-end: 0;
        padding-inline-start: 20px;
        unicode-bidi: isolate;
    }
    .text-box-6 li{
        font-family: 'NOTO';
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 0px;
        color: #000;
        text-align: left;
    }
    .text-box-7 {
        width: 88%;
        margin: 0px auto 32px auto;
        text-align: left;
        padding: 0px 0px;
    }
    .text-box-8 {
        width: 88%;
        margin: 0px auto 8px auto;
        text-align: center;
        padding: 32px 0px;
        background-color: #E7E7E7;
    }
    .text-box-9 {
        width: 88%;
        min-width: unset;
        margin: 0px auto 24px auto;
        text-align: center;
        background-color: #F4F4F4;
        padding: 40px 0px;
        border-radius: 40px;
    }

    .text-box-9 img{
        width: 88%;
        margin: 0px auto 10px auto;
        text-align: center;
    }

    .text-box-10 {
        width: 88%;
        margin: 0px auto 0px auto;
        text-align: left;
    }

    .slide-box-1 {
      display: block;
      width: 90%;
      margin: 0px auto 0px auto;
    }

    .slide-box-2 {
      display: block;
      width: 90%;
      margin: 0px auto 48px auto;
    }

}

@media (hover: hover) and (pointer: fine) {
    .lp-contents-clearfix-2 .box-img-3 a:hover {
        opacity: 1;
    }
}
