@charset "utf-8";

/*===========================================================
カバー
===========================================================*/

.cover-container:before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: linear-gradient(to bottom, rgba(124, 42, 21, 0), rgba(121, 50, 13, 100%));
}

.cover-title {
    font-size: clamp(24px, calc(1.5rem + ((1vw - 3.75px) * 3.8188)), 83px);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.44578em;
    font-family: "Zen Old Mincho", serif;
    color: #FFF;
}

.cover-sub-title {
    margin: 20px 0 0 0;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.6472)), 22px);
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #FFF;
}

/*===========================================================
top01
===========================================================*/

.top01:before {
    content: "";
    display: block;
    width: 100%;
    height: 93px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: url(/system_panel/uploads/images/bg_top_illust01.png);
	background-attachment: scroll;
    background-position: center top;
    background-size: 768px 93px;
    background-repeat: no-repeat;
}

.top01-sp-title {
    display: block;
}

.top01-pc-title {
    display: none;
}

.top01-mask-box {
    max-width: 960px;
    width: 100%;
    mask-image: url(/system_panel/uploads/images/mask_img01.png);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    position: relative;
}

.top01-text-box .text01 br {
    display: none;
}

/*===========================================================
top02
===========================================================*/

.top02-area {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}

/*===========================================================
top03
===========================================================*/

.top03-sp-title {
    display: block;
}

.top03-pc-title {
    display: none;
}

.top03:before {
    content: "";
    display: block;
    width: 100%;
    height: 93px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: url(/system_panel/uploads/images/bg_bottom_illust01.png);
	background-attachment: scroll;
    background-position: center top;
    background-size: 768px 93px;
    background-repeat: no-repeat;
}

/*===========================================================
top04
===========================================================*/

.top04-area section {
    grid-template-columns: repeat(1, 1fr);
}

/*===========================================================
top05
===========================================================*/

.top05-sp-title {
    display: block;
}

.top05-pc-title {
    display: none;
}

.top05-mask-box {
    max-width: 676px;
    width: 100%;
    mask-image: url(/system_panel/uploads/images/mask_img02.png);
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    position: relative;
}

/*===========================================================
top06
===========================================================*/

.top06-btn-area {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    place-content: center;
    place-items: center;
}

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

/*===========================================================

===========================================================*/


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

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

/*===========================================================
top01
===========================================================*/

.top01:before {
    background-size: 1024px 93px;
}

/*===========================================================
top02
===========================================================*/

.top02-area {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/*===========================================================
top03
===========================================================*/

.top03-sp-title {
    display: none;
}

.top03-pc-title {
    display: block;
}

.top03:before {
    background-size: 1024px 93px;
}

/*===========================================================
top04
===========================================================*/

.top04-area section {
    grid-template-columns: repeat(3, 1fr);
}

/*===========================================================
top05
===========================================================*/

.top05-sp-title {
    display: none;
}

.top05-pc-title {
    display: block;
}

/*===========================================================
top06
===========================================================*/

.top06-btn-area {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 60px;
}

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

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

/*===========================================================
top01
===========================================================*/

.top01:before {
    background-size: 1920px 93px;
}

.top01-sp-title {
    display: none;
}

.top01-pc-title {
    display: block;
}

.top01-mask-box {
    width: 57.2%;
}

.top01-text-box .text01 br {
    display: block;
}

/*===========================================================
top02
===========================================================*/

.top02-area {
    gap: 40px 60px;
}

/*===========================================================
top03
===========================================================*/

.top03:before {
    background-size: 1920px 93px;
}

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

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

===========================================================*/

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

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

===========================================================*/

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

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

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