﻿/* =========================
        共通
==========================*/
#cloudmonster3{
    background: #000;
    color: #fff;
}

#cloudmonster3 img{
    max-width: 100%;
    height: auto;
}

h1{
    font-size: 30px;
}
h3{
    text-align: center;
    font-size: 28px;
    text-decoration: underline;
    margin-top: 40px;
}

.c-lp-txt{
    font-size: 14px;
    padding: 0 15px;
    margin-top: 30px;
    line-height: 1.8;
}

h4{
    font-size: 22px;
    text-align: center;
}

.c-lead-txt{
    margin-top: 30px;
    text-align: center;
}

.c-lead-txt p{
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.8;
}
#cloudmonster3 .sec-store h3{text-decoration: none;}

#cloudmonster3 .sec-store .c-box{padding-bottom: 40px;} 
#cloudmonster3 .sec-store .p-btn a{
    width: 100%;
    text-align: center;
    background: #fff;
    display: block;
    padding: 10px 0 12px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    color: #000;
    margin: 0 auto;
}

/* =========================
        商品リスト
==========================*/

#cloudmonster3 .c-box{
    padding: 40px 15px 0;
    position: relative;
}

#cloudmonster3 .c-card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 10px;
    padding: 20px 0 0;
}

.sec-goods h2{
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.sec-goods h2 span{display: block;}
#cloudmonster3 .c-lp-desc{
    text-align: center;
    margin-top: 20px;
}

#cloudmonster3 .c-lp-desc p{
    font-size: 20px;
    font-weight: 600;
    padding: 15px 15px 0;
}

#cloudmonster3 .c-lp-desc span{font-size: 14px;}

/* =========================
        動画
==========================*/
.sec-movie{position: relative;}
.sec-movie .c-lp-movie{
    margin-top: 60px;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 100px;    
}

/* =========================
        FEATURE
==========================*/
#cloudmonster3 .sec-feature li{margin-top: 30px;}
#cloudmonster3 .sec-feature li dt{text-align: center;}
#cloudmonster3 .sec-feature li dt img{width: 65%;}
#cloudmonster3 .sec-feature li dd{padding: 30px;}
#cloudmonster3 .sec-feature li dd p{
    padding-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}

/* =========================
        展開店舗
==========================*/
.c-acd-list{
    margin-top: 30px;
    padding: 0 15px;
}

.c-acd-main{
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    padding: 18px 25px;
    position: relative;
    background: #252525;
}

.c-acd-main::before {
    content: "";
    width: 24px;
    height: 24px;
    background: #252525;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}

.c-acd-main span::before,
.c-acd-main span::after {
    content: "";
    width: 12px;
    height: 2px;
    background: #FFF;
    position: absolute;
    top: 50%;
    right: 31px;
    transform: translateY(-50%);
    transition: .4s;
}

.c-acd-main.is-close span::after {transform: translateY(-50%) rotate(90deg);}
.c-acd-list-sub:not(.is-open) {display: none;}
.c-acd-list-sub li{border-bottom: 1px solid #DDD;}
.c-acd-item:not(:last-child) {border-bottom: 1px solid #000;}
.c-acd-list-sub li a{
    font-size: 16px;
    position: relative;
    display: block;
    padding: 18px 25px 18px 54px;
    color: #000;
    background: #fff;
}

.c-acd-list-sub li a::before{
	content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #F6F6F6;
	position: absolute;
	left: 25px;
	top: 50%;
    transform: translateY(-50%);
}

.c-acd-list-sub li a::after{
	content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #444;
    border-right: 2px solid #444;
    position: absolute;
    top: 50%;
    left: 33px;
    transform: translateY(-50%) rotate(45deg);
}

/* SP */
@media screen and (max-width: 750px) {
    #cloudmonster3 .pc-only{display: none;}    
    #cloudmonster3 .c-card-list__2col li {width: calc((100% - (5px * 2)) / 2);}
    #cloudmonster3 .c-card-list {justify-content: center;}
    .c-lp-movie{margin-bottom: 60px;}
}

/* PC */
@media screen and (min-width: 751px) {
    /* 共通 */
    #cloudmonster3 .sp-only{display: none;}
    h1{font-size: 40px;}
    h3{
        font-size: 36px;
        margin-top: 80px;
    }
    
    .c-lead-txt p{font-size: 18px;}

    /* コンテンツ */
    #cloudmonster3 .c-container{
        max-width: 1200px;
        margin: 0 auto;
    }

    .sec-goods h2{font-size: 30px;}
    .sec-movie .c-lp-movie{margin-top: 120px;}
    #cloudmonster3 .c-box{padding: 80px 0 0;}
    #cloudmonster3 .c-card-list{
       padding: 20px 30px 0;
       gap: 20px 20px; 
    }

    #cloudmonster3 .c-lp-desc p{
        font-size: 26px;
        font-weight: 600;
    }
    
    .c-lp-txt{
        font-size: 16px;
        text-align: center;
    }

    #cloudmonster3 .c-lp-desc span{font-size: 20px;}
    #cloudmonster3 .c-lp-desc{margin-top: 30px;}
    #cloudmonster3 .c-card-list__2col li {width: calc((100% - (20px * 3)) / 4);}
    #cloudmonster3 .sec-feature li{
        padding: 0 60px;
        margin-top: 100px;
    }
    #cloudmonster3 .sec-feature li:first-child{margin-top: 40px;}

    .sec-feature dl{
        display: flex;
        flex-wrap: wrap;
        align-items: center;    
    }

    .sec-feature li:nth-child(even) dt{order: 2;}
    .sec-feature li:nth-child(even) dd{order: 1;}
    .sec-feature li dd{flex: 1;}
    .c-acd-list{
        max-width: 800px;
        margin: 30px auto 0 auto;
    }

    .sec-store h3{margin-top: 120px;}
    #cloudmonster3 .sec-store .c-box{padding-bottom: 80px;}
    #cloudmonster3 .sec-store .c-box .p-btn a{
        width: 520px;
        padding: 12px 0 14px;
        font-size: 22px;
        border: solid 2px #fff;
    }

    #cloudmonster3 .sec-store .c-box .p-btn a:hover{
        background: #000;
        color: #fff;
        border: solid 2px #fff;
        opacity: 1;        
    }    
}

/* ==========================
          フェード
===========================*/
.js-fade-in {
	opacity: 0;
    transform: translateY(60px);
    transition: opacity 1s ease-out, transform 0.6s ease-out;
}

.js-fade-in.visible {
	opacity: 1;
    transform: translateY(0);
}
