@charset "utf-8";

/* ===== common ===== */
article {
    padding: 4% 0 16%;
}
/* ===== container-first ===== */
.container-first {
    width: 90%;
    max-width: 980px;
    text-align: center;
    margin: 0 auto 8%;
    padding-top: 8%;
}
/* ===== move(YouTube) ===== */
.move {
    max-width: 960px;
    margin: 0 auto 8%;
    padding-top: 55%;
    position: relative;
}
iframe {
    width: 100%;
    height: 100%;
    position: absolute !important;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
}
.dl-button{
  position:relative;
  display:inline-block;
}
.dl-button a {
    color: #978b00;
    background: linear-gradient(90deg, #ff0870 0%, #09738d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-size: min(4vw, 24px);
    padding: min(5vw, 24px) min(4vw, 28px);
    position: relative;
    display: block;
    transition: .2s;
    border-radius: 12px;
}
.dl-button::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    border: min(1.2vw, 5px) solid transparent;
    background: linear-gradient(90deg, #ff0870 0%, #09738d 100%) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.dli-box-in {
    display: inline-block;
    vertical-align: middle;
    color: #396387;
    line-height: 1;
    position: relative;
    width: 1.15em;
    height: 1.15em;
}
.dli-box-in::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border: 0.2em solid currentColor;
    border-top: 0;
    box-sizing: border-box;
}
.dli-box-in > span {
    position: relative;
    width: 0.125em;
    height: 0.625em;
    background: currentColor;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.353em;
    margin: auto;
}
.dli-box-in > span::before {
    content: '';
    width: 0.5em;
    height: 0.5em;
    border: 0.15em solid currentColor;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    position: absolute;
    left: 50%;
    bottom: -0.05em;
    box-sizing: border-box;
}
.dl-button a:hover {
    -webkit-background-clip: inherit;
    color: #fff;
    -webkit-text-fill-color: #fff;
    transform: scale(1.05);
}
.dl-button a:hover .dli-box-in {
    color: #fff!important;
}
/* ===== swiper ===== */
.swiper-container {
    overflow: initial!important;
}
.swiper-container.gallery-top{
    overflow: hidden!important;
}
.gallery-thumbs {
    position: sticky;
    top: 72px;
    z-index: 10;
}
.gallery-thumbs .swiper-wrapper {
    width: 98%;
    max-width: 1000px;
    justify-content: center;
}
.gallery-thumbs .swiper-slide {
    width: 420px !important;
    max-width: 38%;
    cursor: pointer;
    font-size: 24px;
    padding: 3% 1%;
    margin: 0 2%;
    box-sizing: border-box;
    background: #000;
    font-family: "M PLUS 2", sans-serif;
    text-align: center;
    /* box-shadow: 0.5vw 0.5vw 0 #1337c2; */
    color: #fff;
    transition: .2s;
    cursor: pointer;
    border-radius: min(12px, 1vw);
}
.gallery-thumbs .swiper-slide:hover {
    color: #c2c77a;
}
@media screen and (min-width:1000px) {
    .gallery-thumbs .swiper-slide.position-fixed {
        padding: 0 1% 1%;
        margin: 0 2%;
        border-radius: 0 0 1vw 1vw;
    }
}
.gallery-thumbs .swiper-slide-thumb-active {
    cursor: auto;
    color: #e73082;
}
.ac-block {
    padding-bottom: 8%;
}
/* ===== container-second ===== */
.container-second h3 {
    font-family: "M PLUS 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;

    font-size: min(4.8vw, 48px);
    margin: 6% auto 2%;
    background: linear-gradient(90deg, #ff0870 30%, #49adf1 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.container-second {
    margin: 0 auto;
}
.container-second .display-flex {
    align-items: center;
}
.container-second .produser {
    margin: 0 0 8% -1%;
    color: #fff;
}
.container-second .produser div:first-child {
    width: 96%;
    padding: 6% 4% 6% 8%;
    box-sizing: border-box;
    background: #58a2de;
    box-shadow: 20px 30px 0 #2d4967;
    font-size: 40px;
    border-radius: min(3vw, 30px) 0;
    text-align: left;
}
.container-second .produser div:last-child {
    width: 96%;
    padding-right: 8%;
    box-sizing: border-box;
    font-size: 22px;
    border-radius: min(3vw, 30px) 0;
    text-align: right;
}
.ac-head {
    min-height: 120px;
    font-size: min(2.8vw, 24px);
}
.ac-head p {
    width: 80%;
    margin-left: 1%;
}
.ac-head p span.ex-text {
    font-size: min(2.8vw, 18px);
    display: block;
    margin-top: 1%;
    line-height: 120%;
    color: rgb(255 255 255 / 80%);
}
.ac-head p span.pickup {
    font-size: min(2vw, 20px);
    display: inline-block;
    background: #dc6bb1;
    color: #2f3e41;
    border-radius: 40px;
    margin-bottom: 1%;
    padding: 3px 4px 1px;
}
.ac-item:nth-child(even) .ac-head p span {
    background: #87bfe6;
    /*color: #1c5376;*/
}
.ac-block .flex-box {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 110%;
}
.answerSVG {
    padding: 3% 0;
    display: none;
}
.ac-body.ac-open .answerSVG {
    padding: 3% 0;
    display: block;
}

/* ============== RESPONSIVENESS ============== */
@media screen and (min-width:669px) and (max-width:1000px) {
/* ===== common ===== */
    .display-flex {
        flex-wrap: wrap;
    }
    .gallery-thumbs {
        top: 8%;
    }
    .gallery-thumbs .swiper-slide {
        max-width: 36%;
        font-size: 3vw;
        padding: 1%;
    }
}
/* ============== RESPONSIVENESS ============== */
@media screen and (max-width:668px) {

/* ===== header ===== */
    .sub-menu li a:after {
        width: 120%;
    }
    .sub-menu li:not(:nth-child(1)) a:after {
        width: 0%;
    }
/* ===== container-first ===== */
    .container-first .link-store {
        top: 0;
        padding-top: 8%;
    }
    .content {
        width: 98%;
        padding:  2% ;
        box-sizing: border-box;
    }
    .container-first h2,
    .container-first .inner {
        transform: translate(0, 0)!important;
        opacity: 1!important;
    }
    .ac-head {
        min-height: 76px;
        font-size: 14px;
    }
    .ac-head p {
        line-height: 110%;
    }
    .ac-head p span.pickup {
        font-size: 12px;
    }
/* ===== move ===== */
    .move {
        padding: 24% 0 32%;
        background-size: cover;
    }
    .move .content {
        width: 86%;
    }
    .move .waveCate svg {
        transform: scaleY(0.3);
    }
/* ===== container-second ===== */
    .gallery-thumbs {
        top: 11%;
    }
    .gallery-thumbs .swiper-slide {
        max-width: 36%;
        font-size: 4vw;
        padding: 2% 1%;
    }
/* ===== container-info ===== */
    .container-info {
        padding: 4% 0 36%;
    }
    .container-info h2 span {
        font-size: 6vw;
    }
    .container-info p {
        font-size: 3.8vw;
        line-height: 106%;
        margin-bottom: 8%;
    }
    .container-info .inner:not(:last-child) {
        margin-bottom: 48%;
    }
/* ===== container-nav ===== */
    .container-nav {
        padding: 6% 0;
    }
}

@media only screen and (max-device-width:844px) and (orientation:landscape) {
}