@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

/*共通---------------------------------------------------------------------------------------------------------------*/
#contents{
    font-size: 1.125rem;
    font-family: "Roboto","Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    color: #444;
    background-image:
            url(../img/bg.webp),
            linear-gradient(#a1daf1, #b3dfe3 33%, #f5f4a9 66%, #f8d6c2);
    background-size:
            2000px auto,
            cover;
    background-position:
            center 20%,
            center;
    background-repeat:
            repeat,
            no-repeat;
    background-attachment:
            fixed,
            fixed;
}
#contents a {
    text-decoration: none;
    transition: .3s;
}
#contents a:hover {
    opacity: 0.6;
    text-decoration: none !important;
}
#contents #main img{
    display: block;
    width: 100%;
}
#contents .sp {
    display: none !important;
}
#contents .pc {
    display: block ;
}
@media only screen and (max-width: 767px) {
    #contents {
        font-size: 1rem;
        background-image:none,none;
    }
    .bg_fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background:
            url(../img/bg.webp) center / cover repeat,
            linear-gradient(#a1daf1, #b3dfe3 33%, #f5f4a9 66%, #f8d6c2);
    }
    .sp_header_wrap{
        background: #fff;
    }
    #footer{
        background: #fff;
        margin: 0 auto !important;
    }
    #contents .pc {
        display: none !important;
    }
    #contents .sp {
        display: block !important;
    }
    .pankuzu {
        background: #fff;
        width: 100%;
        display: block;
        overflow-x: auto;
        overflow-y: hidden;
        word-break: keep-all;
        white-space: nowrap;
        padding: 8px;
        margin: 0;
        box-sizing: border-box;
    }
}

#contents h2.line_h2 {
    font-size: clamp(1.625rem, 1.398rem + 1.14vw, 2.25rem);
    font-weight: 600;
    color: #24A7C1;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 10%;
}
#contents .en {
    font-family: "Dancing Script", cursive;
    font-weight: 700;
    letter-spacing: 0;
}
#contents h2.line_h2 span {
    display: block;
}
#contents h2.line_h2 .line {
    max-width: 560px;
    width: 85%;
    height: 2px;
    background: #24A7C1;
    margin: 0 auto;
    position: relative;
}
#contents h2.line_h2 .line::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #24A7C1;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
#contents h2.line_h2 .line::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #24A7C1;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
}
#contents h2.line_h2 .ja {
    padding: 20px 0;
}
@media only screen and (max-width: 767px) {
    #contents h2.line_h2 {
        font-size: 6vw;
    }
}

/*-------------------h1-------------------*/
.visually_hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/*-------------------kv-------------------*/
.kv{
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}
.kv video{
    width: 100%;
}

/*-------------------about-------------------*/
.about{
    margin: 50px auto 80px;
    text-align: center;
}
.about h2{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.about h2 img{
    margin-left: -3%;
}
.about p.read{
    margin: 30px 0 50px;
    line-height: 2;
}
.about ul.step{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.about ul.step li {
    width: calc((100% - 80px) / 3);
    position: relative;
}
.about ul.step li:not(:last-child)::after {
    font-family: 'Material Symbols Outlined';
    content: "arrow_right";
    font-size: clamp(2rem, 0.909rem + 5.45vw, 5rem);
    color: #24A7C1;
    position: absolute;
    top: 53%;
    left: 100%;
    transform: translate(-0.5vw, -50%);
}
@media only screen and (max-width: 767px) {
    .about {
        margin: 20px auto 50px;
    }
    .about p.read {
        font-size: 4vw;
        margin: 30px 0 40px;
    }
    .about .js_scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0 5vw;
    }
    .about ul.step {
        width: max-content;
        min-width: 100%;
        margin: 0;
        max-width: none;
        justify-content: flex-start;
        gap: 20px;
    }
    .about ul.step li {
        flex: 0 0 auto;
        width: 60vw;
    }
    .about ul.step li:not(:last-child)::after {
        font-size: 3.5rem;
        transform: translate(-1.5vw, -50%);
    }
}

/*-------------------movie-------------------*/
.movie{
    background: rgba(255, 255, 255, 0.8);
    padding:100px 0 60px;
    text-align: center;
}
.movie h2{
    font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
    font-weight: 600;
    letter-spacing: 10%;
    position: relative;
    display: inline-block;
    line-height: 1.4;
}
.movie h2 img{
    position: absolute;
    max-width: 200px;
    width: 100%;
    left: -15% ;
    top: -95%;
}
.movie_list{
    max-width: 1100px;
    width: 90%;
    margin: 30px auto;
    display: flex;
    justify-content: center;
    gap:4%
}
.movie_list li{
    max-width: 520px;
    width: 90%;
    aspect-ratio: 16 / 9;
}
.movie_list li iframe{
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .movie h2 img {
        max-width: 150px;
        left: -20%;
        top: calc(-70% + 10px);
    }
    .movie_list {
        margin: 20px auto 0;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .movie_list li {
        width: 90%;
        margin: 0 auto;
    }
}

/*-------------------product-------------------*/
.product{
    max-width: 1100px;
    width: 90%;
    margin: 50px auto;
    padding:50px 0 100px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(3px);
    border: 1px solid #fff;
    border-radius: 30px;
    text-align: center;
}
.product .prod_list{
    max-width: 900px;
    width: 90%;
    margin: 80px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 80px;
}
.product .prod_list li{
    width: 45%;
    text-align: center;
}
.product .prod_list li img{
    width: 80% !important;
    margin: 0 auto;
}
.product .prod_list li .prod_name{
    font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
    font-weight: 600;
    line-height: 1.2;
    margin: 20px auto 10px;
}
a.btn {
    color: #fff !important;
    background: #24A7C1;
    font-weight: 500;
    border-radius: 50px;
    width: 90%;
    padding: 10px 0;
    margin: 0 auto;
    display: block;
    position: relative;
}
a.btn::after{
    font-family: 'Material Symbols Outlined';
    font-size: 1.8rem;
    font-weight: 400;
    content: "expand_circle_right";
    color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
    .product {
        margin: 50px auto 0;
        padding: 50px 0;
    }
    .product .prod_list {
        margin: 40px auto 0;
        row-gap: 40px;
    }
    .product .prod_list li {
        width: 48%;
        text-align: center;
    }
    .product .prod_list li img {
        width: 90% !important;
    }
    .product .prod_list li .prod_name {
        font-size: 1rem;
        font-weight: 600;
        margin: 10px auto;
    }
    a.btn {
        font-size: 0.9rem;
        width: 95%;
        padding: 5px 0;
    }
    a.btn::after {
        font-size: 1.3rem;
        right: 8px;
        top: 50%;
    }
}

/*-------------------morePicks-------------------*/
.morePicks{
    background: url(../img/more_bg.png) repeat;
    margin: 100px 0 0;
    padding:60px 0 100px;
}
#contents .morePicks h2.line_h2 .line {
    max-width: 700px;
}
.morePicks .more_prod{
    margin: 60px 0 0;
}
.morePicks .more_prod .detail{
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:3%;
    position: relative;
}
.morePicks .more_prod .detail_img{
    max-width: 250px;
}
.morePicks .more_prod .detail img.sub {
    position: absolute;
    max-width: 220px;
    right: 8%;
    top: -3%;
}
.morePicks .more_prod .prod_name{
    font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
    font-weight: 600;
    margin:0 0 10px;
}
.morePicks .more_prod p span{
    background: linear-gradient(transparent 60%, #A0DAE6 60%);
}
.morePicks .more_prod iframe{
    display: block;
    margin: 50px auto 0;
    max-width: 520px;
    width: 80%;
    aspect-ratio: 16 / 9;
}
@media only screen and (max-width: 767px) {
    .morePicks {
        margin: 50px 0 0;
        padding: 60px 0 80px;
    }
    .morePicks .more_prod {
        margin: 30px 0 0;
    }
    .morePicks .more_prod .detail {
        flex-direction: column;
        text-align: center;
    }
    .morePicks .more_prod .prod_name {
        margin: 20px 0 0;
    }
    .morePicks .more_prod .detail img.sub {
        position:unset;
        max-width: 250px;
        margin: 10px auto;
    }
    .morePicks .more_prod iframe {
        margin: 40px auto 0;
    }
}

/*-------------------sns-------------------*/
#contents .sns {
    background: #f7f7f7;
    padding: 15px 0;
    margin: 0 auto 0;
}
#contents .sns ul {
    width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
#contents .sns ul li {
    width: 31%;
    margin: 0 2% 0 0;
    background: #fff;
    border-radius: 5px;

}
#contents .sns ul li:hover {
    opacity: 0.6;
    transition: 0.4s;
}
#contents .sns ul li a {
    display: block;
    border-right: 10px;
    padding: 10px;
    line-height: 48px;
    font-size: 16px;
    color: #111;
    font-family: 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#contents .sns ul li:nth-child(3) {
    margin: 0;
}
#contents .sns ul li img {
    width: 45px;
    margin: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
    #contents .sns {
        margin: 0 auto 0;
    }
    #contents .sns ul {
        width: 100%;
        display: block;
    }
    #contents .sns ul li {
        width: 90%;
        margin: 0 auto 20px;
        background: #fff;
    }
    #contents .sns ul li:nth-child(3) {
        margin: 0 auto 0;
    }
}