@charset "utf-8";

/*-----------------------------------------------------------
カバー
-----------------------------------------------------------*/

.cover-img-area {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2px;
    position: relative;
}

.cover-img-area:before, .cover-img-area:after {
    content: "";
    display: block;
    width: 100%;
    height: 35px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
}

.cover-img-area:before {
    background: url(/system_panel/uploads/images/wave_decoration_top_primary.png) no-repeat center bottom / cover;
    top: -1px;
}

.cover-img-area:after {
    background: url(/system_panel/uploads/images/wave_decoration_bottom_primary.png) no-repeat center top / cover;
    bottom: -1px;
}

.cover-sub-title {
    font-size: clamp(14px, 1.3vw, 25px);
}

.cover-title {
    font-size: clamp(20px, 2.39vw, 46px);
}

.cover-text {
    font-size: clamp(14px, 1.3vw, 25px);
}

.cover-en-text {
    font-size: clamp(28px, 7.08vw, 136px);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
カバー
-----------------------------------------------------------*/

.cover-img-area:before, .cover-img-area:after {
    height: 51px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*-----------------------------------------------------------
カバー
-----------------------------------------------------------*/

.cover-img-area {
    gap: 5px;
}

.cover-img-area:before, .cover-img-area:after {
    height: 102px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1600px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */