@charset "utf-8";

body {
    overflow-x: hidden;
}

main {
    overflow-x: hidden;
}

#sb_instagram {
    padding: 0 !important;
}

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

.cover {
    max-width: 192rem;
    width: 100%;
    /* height: 96rem; */
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

/* Swiperコンテナ（.swiper-area） */
.cover-area {
    width: 100%;
    height: 100%;
    position: relative;
}

.cover-area::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to bottom, rgba(32, 31, 21, .0), rgba(32, 31, 21, .6)); */
    background: linear-gradient(to bottom, rgba(32, 31, 21, .0), rgba(32, 31, 21, .3));
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}

/* スライド自体を親と同じ高さに */
.cover-area .swiper-slide {
    /* width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden; */
}

/* 画像自体の指定 */
.cover-area img {
    /* 縮小も拡大もしない（元サイズを維持） */
    /* object-fit: cover; */
    /* object-position: center; */
    /* width: auto !important; */
    /* height: auto !important; */
    /* max-width: none !important; */
    /* max-height: none !important; */
    /* display: block; */
}

.cover-nav-container {
    max-width: 51.2rem;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    top: 19rem;
    right: 5%;
    margin: auto;
    z-index: 99999;
}

.cover-nav-area {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    max-width: 44.2rem;
    width: 100%;
    gap: 4.3%;
}

.cover-nav-link a {
    display: block;
    font-size: 2rem;
    font-weight: 400;
    font-family: var(--font-family02);
    color: var(--white);
    letter-spacing: 0.35em;
    transition: all .3s;
    text-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, .25);
}

.cover-nav-link a:hover {
    color: var(--white);
    opacity: .7;
}

/* .cover-title-block {
    max-width: max-content;
    width: 100%;
    position: absolute;
    bottom: 12rem;
    left: 2%;
    margin: auto;
    z-index: 9;
} */

.cover-title-block {
    max-width: max-content;
    width: 55%;
    position: absolute;
    bottom: 12.5%;
    left: 2%;
    margin: auto;
    z-index: 9;
}

.cover-title {
    font-size: 4.7rem;
    font-weight: 400;
    font-family: var(--font-family03);
    letter-spacing: 0.1em;
    color: var(--white);
}

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

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

.cover-title br {
    display: none;
}


.cover-title strong,
.cover-title span {
    font-size: 7.5rem;
    font-weight: 400;
    position: relative;
}

.cover strong::before {
    content: "";
    display: block;
    max-width: 15rem;
    width: 100%;
    height: 15.3rem;
    background-image: url(../../../../uploads/cover_illust01.png) !important;
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.cover-bottom-wood {
    /* max-width: 192rem; */
    width: 100%;
    height: 5rem;
    margin: 0 auto;
    position: relative;
}

.cover-bottom-wood img {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}

/*===========================================================
TOP01
===========================================================*/

.top01 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 13rem 1.5rem 0;
    position: relative;
}

.top01-container {
    max-width: 132rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top01-left {
    max-width: 29.5rem;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    gap: 5rem;
}

.top01-left .title01 {
    letter-spacing: 0.3em;
}

.top-news-btn a {
    max-width: 20rem;
    width: 100%;
    display: block;
    transition: all .3s;
}

.top-news-area {
    max-width: 90rem;
    width: 100%;
}

.top01 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 13rem 1.5rem 0;
    position: relative;
}

.top01-container {
    max-width: 132rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    gap: 4rem;
}

/* .top01-left {
    max-width: 29.5rem;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    gap: 11%;
} */

.top01-left {
    max-width: 29.5rem;
    width: 25%;
    display: flex;
    flex-direction: column-reverse;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    gap: 11%;
}

.top01-left .title01 {
    letter-spacing: 0.3em;
}

.top-news-btn {
    max-width: 20rem;
    width: 100%;
}

.top-news-btn a {
    max-width: 20rem;
    width: 100%;
    display: block;
    position: relative;
    transition: all .3s;
    z-index: 9;
    transition: all .3s;
}

.top-news-btn a:hover {
    filter: brightness(1.4);
}

/* .top-news-btn-area {
    margin: 3rem 0 0;
    display: none;
    justify-content: center;
} */

.top-news-btn-area {
    margin: 3rem 0 0;
    display: flex;
    justify-content: center;
}

/*===========================================================
お知らせ
===========================================================*/

/* .top-news-area {
    max-width: 90rem;
    width: 100%;
    position: relative;
    z-index: 9;
} */

.top01-left {
    max-width: 29.5rem;
    width: 70%;
    display: flex;
    flex-direction: column-reverse;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    gap: 11%;
}

.top01-illust-box01 {
    max-width: 57rem;
    width: 29.7%;
    position: absolute;
    top: 0;
    right: 5%;
    margin: auto;
}

.top01-illust-box01.sp {
    display: none;
}

.top01-illust-box02 {
    max-width: 31.3rem;
    width: 16.3%;
    position: absolute;
    left: 7%;
    bottom: -6rem;
}

.news-item:first-child .news-link {
    padding: 0 5% 1.5rem 0;
}

.news-link {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 2.6rem 5% 1.5rem 0;
    position: relative;
}

.news-link:hover .news-title {
    text-decoration: underline;
}

.news-link:hover::after {
    transform: translateX(0.6rem);
}

.news-link::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.3rem;
    background: url(../../../../uploads/normal_border.svg);
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.news-link::after {
    content: "";
    display: block;
    width: 4rem;
    height: 1.7rem;
    background: url(../../../../uploads/news_arrow.png)center center / contain no-repeat;
    position: absolute;
    right: 0;
    bottom: 36%;
    margin: auto;
    transition: all .3s;
}

.news-flex {
    display: flex;
    align-items: center;
    width: 100%;
}

.news-date {
    margin: 0 2rem 0 0;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.news-cate {
    width: 100%;
    max-width: max-content;
    min-width: 15rem;
    display: inline-block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: var(--primary);
    color: var(--white);
    padding: 0.3rem 1rem 0.4rem;
    border-radius: 2rem;
}

.news-title {
    margin: 2rem 0 0;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.resultZero {
    text-align: center;
}

/*===========================================================
TOP02
===========================================================*/

.top02 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 14rem 1.5rem 8rem 0;
}

.top02-container {
    max-width: 170rem;
    width: 100%;
    margin: 0 auto 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}

.top02-left {
    max-width: 95rem;
    width: 100%;
    position: relative;
}

.top02-left::before {
    content: "";
    display: block;
    max-width: 95rem;
    width: 100%;
    aspect-ratio: 950 / 580;
    background-image: url(../../../../uploads/top_img_bg.png) !important;
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    position: absolute;
    bottom: -7.6rem;
    left: 0;
    margin: auto;
    z-index: -1;
}

.top02-img-box {
    max-width: 90rem;
    width: 95.9%;
}

.top02-right {
    max-width: 63.6rem;
    width: 100%;
}

.top02-title-box {
    width: 100%;
}

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

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

.top02-title br {
    display: none;
}

.top02-title span,
.top02-title strong {
    font-size: 6rem;
    font-weight: 400;
    font-family: var(--font-family03);
}

.top02-title span {
    margin: 0 2%;
}

.top02-title strong {
    margin: 0 3%;
    color: var(--white);
    position: relative;
}

.top02-title strong::before {
    content: "";
    display: block;
    width: 9.5rem;
    height: 9.3rem;
    background-image: url(../../../../uploads/title_decoration01.png) !important;
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: 1rem;
    bottom: 0;
    right: -25%;
    margin: auto;
    z-index: -1;
}

.top02-sub-title-box {
    margin: 6rem 0 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.top02-illust-box {
    max-width: 5.5rem;
    width: 100%;
    margin: 0.5rem 1.5rem 0 0;
}

.top02-text strong {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary);
}

.top02-text-box {
    margin: 3rem 0 0;
}

.top02-text-box:first-child {
    margin: 0;
}

/*===========================================================
TOP03
===========================================================*/

.top03 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 11rem 1.5rem 13rem;
    position: relative;
    z-index: 1;
}

.top03-container {
    max-width: 142rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top03-main-title-box01 {
    max-width: 42rem;
    width: 100%;
    position: relative;
    color: var(--white);
}

.top03-main-title-box01 h2 {
    position: relative;
    z-index: 1;
}

/* .top03-main-title-box01::before {
    content: "";
    display: block;
    width: 42rem;
    height: 11rem;
    background-image: url(../../../../uploads/title_decoration02.png) !important;
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -35%;
    margin: auto;
    z-index: 0;
} */

.top03-main-title-box02 {
    margin: 2.8rem 0 0;
}

.top03-title08 strong {
    font-size: 6.5rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.top03-title01 strong {
    font-size: 6rem;
    font-weight: 700;
    font-family: var(--font-family03);
}

.top03-area {
    margin: 7rem 0 0;
    width: 100%;
}

.top03-block {
    margin: 8rem 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top03-block:first-child {
    margin: 0;
}

.top03-block:nth-of-type(even) {
    flex-direction: row-reverse;
}

.top03-img-box {
    max-width: 71rem;
    width: 50%;
    position: relative;
}

.top03-img-box01::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(207, 200, 179, 0), rgba(207, 200, 179, 1));
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.top03-img-box02::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(207, 200, 179, 0), rgba(207, 200, 179, 1));
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.top03-text-container01 {
    max-width: 71rem;
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 4rem;
}

.top03-box {
    max-width: 42rem;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}

.top03-text-item04 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.top03-text-item01 {
    display: flex;
    align-items: center;
}

.top03-title-decoration01 {
    margin: 2.2rem 0 1.4rem;
    max-width: 6.5rem;
    width: 100%;
}

.top03-text-item02 {
    margin: 0 6% 0 0;
    position: relative;
    top: 10rem;
}

.top03-text-item02 .top03-title01:last-child {
    margin: 6rem 0 0;
}

.top03-title01 {
    letter-spacing: 0.3em;
    line-height: 2em;
}

.top03-title01 span {
    font-size: 5.5rem;
}

.top03-text-flex02 {
    max-width: 41.4rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8%
}

.top03-text01 {
    line-height: 2.1em;
}

.top03-text01 strong {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary);
}

.top03-text-flex01 {
    display: block;
    max-width: 22rem;
    width: 53%;
}

.top03-title01.pc {
    display: block;
    width: 100%;
}

.top03-title01.sp {
    display: none;
    width: 100%;
}

.top03-text-flex03 {
    max-width: 35.5rem;
    width: 50%;
}

.top03-text-flex04 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 48%;
}

.top03-title02 img {
    max-width: auto !important;
}

.top03-title02.pc {
    width: 100%;
    display: block;
}

.top03-title02.sp {
    width: 100%;
    display: none;
}

.top03-text-container02 {
    margin: 0 -4rem 0 0;
    max-width: 72.6rem;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 19%;
    position: relative;
}

.top03-text-item05 .top03-title01:last-child {
    margin: 16rem 0 0;
}

.top03-text-item06 .top03-title01:last-child {
    margin: 22rem 0 0;
}

.top03-text-flex03 {
    display: flex;
    flex-direction: column;
    gap: 11%;
}

.top03-illust-box {
    max-width: 8.7rem;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 6rem;
    margin: auto;
}

/* .top03-btn-area {
    margin: -6rem 0 0;
    width: 100%;
} */

.top03-btn-area {
    margin: -2rem 0 0;
    width: 100%;
}

.top03-text-item03 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 4.2rem 2rem 0 0;
}

.top03-text-item04 {
    margin: 8.5rem 0 0;
}

.top03-add-text-area {
    display: none;
}

/*===========================================================
TOP04
===========================================================*/

.top04 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem 0 0;
}

.top04-container {
    max-width: 167rem;
    width: 100%;
    margin: 0 auto 0 0;
    display: flex;
    justify-content: space-between;
}

.top04-img-container {
    max-width: 90.2rem;
    width: 54%;
}

.top04-img-area {
    display: flex;
    align-items: flex-end;
}

.top04-img-box01 {
    margin: -11rem 0 0 -2.7rem;
    max-width: 57.9rem;
    width: 64.2%;
}

.top04-img-box02 {
    margin: 0 0 -17rem -9rem;
    max-width: 43.8rem;
    width: 48.6%;
}

.top04-img-box03 {
    margin: 1rem 0 0 16%;
    max-width: 37.2rem;
    width: 41.2%;
}

.top04-text-frame {
    margin: 6rem 0 0;
    max-width: 73.8rem;
    width: 100%;
    position: relative;
}

.top04-text-container {
    max-width: 71rem;
    width: 100%;
}

.top04-title01.pc {
    display: block;
    margin: 0 auto;
    max-width: 60.3rem;
    width: 85%;
}

.top04-title01.sp {
    display: none;
    width: 100%;
}

.top04-title01 br {
    display: none;
}

.top04-title01 {
    text-align: center;
}

.top04-title01 strong {
    font-size: 6rem;
    font-weight: 700;
    font-family: var(--font-fmaily03);
}

.top04-text-area {
    margin: 4rem 0 0;
}

.top04-text-box {
    margin: 3rem 0 0;
}

.top04-text-box:first-child {
    margin: 0;
}

.top04-text-box {
    text-align: center;
}

.top04-text01 br {
    display: none;
}

.top04-text02 br {
    display: none;
}

.top04-text02 strong {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--primary);
}

.top04-btn-area {
    margin: 7rem 0 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 1.5rem;
    position: relative;
}

.top04-illust-box {
    max-width: 31.3rem;
    width: 100%;
    position: absolute;
    right: 0;
    top: 33%;
    z-index: -1;
}

/*===========================================================
TOP05
===========================================================*/

.top05 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 10rem 1.5rem 0;
}

.top05-container {
    max-width: 142rem;
    width: 100%;
    margin: 0 auto;
}

.top05-main-title-box {
    display: flex;
    align-items: center;
    position: relative;
}

.top05-main-title-box::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.3rem;
    background: url(../../../../uploads/normal_border.svg);
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}

.top05-title01 {
    display: inline-flex;
    width: max-content;
    flex: 0 0 auto;
    gap: 0.8rem;
}

.top05-title01 span,
.top05-title01 strong {
    font-size: 6rem;
    font-weight: 700;
    font-family: var(--font-family03);
}


.top05-title01 strong {
    color: var(--white);
    position: relative;
}

.top05-title01 strong::before {
    content: "";
    display: block;
    width: 9.5rem;
    height: 9.3rem;
    background-image: url(../../../../uploads/title_decoration01.png) !important;
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: 1rem;
    bottom: 0;
    right: -25%;
    margin: auto;
    z-index: -1;
}

.top05-title01 br {
    display: none;
}

.top05-area {
    margin: 9rem 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3.6rem;
}

.top05-block {
    max-width: 45rem;
    width: 100%;
}

.top05-img-area {
    padding: 5rem 0 0;
    width: 100%;
    position: relative;
}

.top05-img-box {
    width: 100%;
}

.top05-text-set {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    right: 2rem;
    display: grid;
    gap: 1rem;
}

.top-pickup-label {
    font-weight: 500;
    letter-spacing: 0.17em;
    line-height: 1em;
    writing-mode: vertical-rl;
    padding: 1rem 0.5rem 0.5rem;
    background: var(--bg-primary);
    color: var(--white);
    height: max-content;
}

.top05-block:nth-of-type(even) {
    margin: 10rem 0 0;
}

.top05-title-box {
    margin: 3rem 0 0;
    text-align: center;
}

.top05-btn-area {
    margin: 7rem 0 0;
    display: flex;
    justify-content: center;
}

.top05-title01.pc {
    display: block;
    width: 40%;
}

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

.top05-main-title-box {
    gap: 3%;
}

/*===========================================================
TOP06
===========================================================*/

.top06 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 13rem 1.5rem;
}

.top06-container {
    max-width: 142rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}

.top06-img-box {
    max-width: 97rem;
    width: 100%;
    position: relative;
}

.top06-img-box::before {
    content: "";
    display: block;
    width: 70%;
    height: 100%;
    background: linear-gradient(to right, rgba(230, 224, 206, 0), rgba(232, 225, 207, 1));
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.top06-img-box.pc {
    display: block;
}

.top06-img-box.sp {
    display: none;
}

.top06-text-container {
    margin: 60px 0 0rem;
    max-width: 60.2rem;
    width: 100%;
    margin: 0 0 -7rem -44rem;
    position: relative;
    z-index: 1;
}

.top06-title01 br {
    display: none;
}

.top06-title01 strong {
    font-size: 6rem;
    font-weight: 700;
    font-family: var(--font-family03);
}

.top06-text-box {
    margin: 4rem 0 0;
}

.top06-btn-area {
    margin: 5rem 0 0;
    display: flex;
    justify-content: flex-end;
}

.top06-illust-box {
    max-width: 40.9rem;
    width: 100%;
    position: absolute;
    top: -10rem;
    right: -2rem;
    margin: auto;
    z-index: -1;
}

.top06-title01.pc {
    display: block;
    width: 95%;
}

.top06-title01.sp {
    display: none;
}

/*===========================================================
TOP07
===========================================================*/

.top07 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
}

.top-banner {
    display: block;
    width: 100%;
    height: 55rem;
    position: relative;
}

.top-banner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    transition: all .3s;
}

.top-banner:hover::before {
    background: rgba(28, 29, 86, .8);
}

.top-banner-illust-box {
    max-width: 39rem;
    width: 100%;
    position: absolute;
    margin: auto;
    z-index: 2;
}

.top-banner-illust-box01 {
    top: 8rem;
    left: 8%;
}

.top-banner-illust-box02 {
    top: 8rem;
    right: 8%;
}

.top-banner-img-box {
    width: 100%;
    height: 100%;
}

.top-banner-img-box img {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    object-fit: cover;
}

.top-banner-title-box {
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 3;
    transition: all .3s;
}

.top-banner:hover .top-banner-title-box {
    opacity: 0;
}

.top-banner-hover-box {
    width: max-content;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s;
    z-index: 3;
}

.top-banner-tab-box {
    width: max-content;
    margin: 2rem auto 0;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    z-index: 3;
}

.top-banner:hover .top-banner-hover-box {
    opacity: 1;
}

.top-banner-title01 strong {
    font-size: 5.5rem;
    font-weight: 700;
    font-family: var(--font-family03);
}

.top-banner-title01 br {
    display: none;
}

.banner-text01.pc {
    display: block;
}

.banner-text01.sp {
    display: none;
}

.hover-banner-text01.pc {
    display: block;
}

.hover-banner-text01.sp {
    display: none;
}

.top-banner .btn03 {
    margin: 2rem 0 0;
}

.top-banner-text02 {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--white);
    text-align: center;
}

.top-banner-text02 strong {
    font-size: 2.5rem;
}

.top-banner-text02 span {
    position: relative;
}

.top-banner-text02 span:before {
    content: "";
    display: block;
    width: 100%;
    height: 0.6rem;
    background-image: url(../../../../uploads/banner_white_border.svg) !important;
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: 100% 100% !important;
    background-repeat: repeat !important;
    position: absolute;
    bottom: -0.6rem;
    right: 0;
    left: 0;
}


/*===========================================================
TOP08
===========================================================*/

.top08 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 11rem 1.5rem 0;
    position: relative;
}

.top08-illust-box01 {
    max-width: 57rem;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
}

.top08-frame {
    max-width: 142rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.top08-illust-box02 {
    max-width: 20.4rem;
    width: 12.7%;
    position: absolute;
    right: -2rem;
    bottom: 0;
}

.top08-container {
    max-width: 125rem;
    width: 100%;
    margin: 0 auto 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem 4rem;
}

.top08-img-box {
    max-width: 69rem;
    width: 100%;
}

.top08-text-container {
    max-width: 44.3rem;
    width: 100%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.top08-title02 {
    display: inline-block;
}

.top08-title-box {
    display: inline-grid;
}

.top08-title02:last-child {
    margin: 5rem 0 0;
}

/*===========================================================
TOP09
===========================================================*/

.top09 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 21rem 1.5rem 0;
}

.top09-container {
    max-width: 122rem;
    width: 100%;
    margin: 0 auto;
}

.top09-main-title-box {
    max-width: 99.5rem;
    width: 100%;
}

.top09-main-title.pc {
    display: block;
}

.top09-main-title.sp {
    display: none;
}

.top09-area {
    margin: 7rem 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 6rem;
}

.top09-block {
    width: 100%;
    position: relative;
}

.top09-title-box {
    text-align: center;
}

.top09-img-area {
    margin: 2rem auto 0;
    max-width: 30rem;
    height: 30rem;
    padding: 2rem;
    border-radius: 50%;
    position: relative;
    background-image: url(../../../../uploads/top_radius_bg01.png) !important;
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
}

.top09-img-box {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.top09-text-box {
    margin: 2rem 0 0;
    text-align: center;
}

.top09-text02 strong {
    color: var(--primary);
}

.top09-btn-area {
    margin: 7rem 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

/*===========================================================
TOP10
===========================================================*/

.top10 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 13rem 1.5rem;
    position: relative;
}

.top10-illust-box {
    max-width: 48.3rem;
    width: 25.3%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}

.top10-illust-box.pc {
    display: block;
}

.top10-illust-box.sp {
    display: none;
}

.top10-container {
    max-width: 142rem;
    width: 100%;
    margin: 0 auto;
}

.top10-area {
    margin: 6rem auto 0;
    max-width: 122rem;
    width: 100%;
}

.top10-btn-area {
    margin: 6rem 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.top10-title-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top10-title-area::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.3rem;
    background-image: url(../../../../uploads/normal_border.svg) !important;
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: contain !important;
    background-repeat: repeat !important;
    flex: 1;
    margin: 1.4rem 0 0 2.4rem;
}

.top10-title-area::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.3rem;
    background-image: url(../../../../uploads/normal_border.svg) !important;
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: contain !important;
    background-repeat: repeat !important;
    flex: 1;
    margin: 1.4rem 2.4rem 0 0;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <=1920px) {


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

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



}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <=1550px) {


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

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

    .top03-text-flex01 {
        width: 40%;
    }

}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <=1200px) {


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

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

    .top-banner-hover-box {
        display: none;
    }

    .top-banner-tab-box {
        display: flex;
    }

    .top-banner:hover .top-banner-title-box {
        opacity: 1;
    }

    .top-banner::before {
        background: rgba(28, 29, 86, .8);
        opacity: 1;
    }

    .top-banner {
        height: 70rem;
    }

    .banner-text01 {
        width: 80%;
        text-align: center;
    }

    .top-banner:hover .btn03 {
        opacity: 0.8;
    }

}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <=1024px) {


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

    .cover-title {
        font-size: 3.7rem;
    }

    .cover-title strong,
    .cover-title span {
        font-size: 5.5rem;
    }

    .cover strong::before {
        max-width: 11rem;
        height: 11.3rem;
    }

    .cover-nav-container {
        top: 15rem;
    }

    /*===========================================================
TOP02
===========================================================*/

    .top02-title br {
        display: block;
    }

    .top02-title {
        margin: 1rem 0 0;
        padding: 0 0 0 10%;
    }

    .top02-title:first-child {
        margin: 0;
        padding: 0;
    }

    .top02-title span {
        display: inline-block;
        margin: 1rem 0 0;
        padding: 0 0 0 10%;
    }

    /*===========================================================
TOP03
===========================================================*/

    .top03 {
        padding: 11rem 0 13rem;
    }

    .top03-block {
        flex-direction: column;
    }

    .top03-block:nth-of-type(even) {
        flex-direction: column;
    }

    .top03-container {
        max-width: 80rem;
    }

    .top03-img-box01 {
        width: 87%;
        margin: 0 auto 0 0;
    }

    .top03-img-box02 {
        width: 87%;
        margin: 0 0 0 auto;
    }

    .top03-text-item01 {
        max-width: 4rem;
        width: 100%;
    }

    .top03-title-decoration01 {
        max-width: 4rem;
    }

    .top03-text-container01 {
        padding: 0 5rem 0 3rem;
        max-width: 100%;
        width: 100%;
        z-index: 1;
    }

    .top03-text-container02 {
        margin: 2rem 0 0;
        padding: 0 4rem 0 2.5rem;
        gap: 13%;
        z-index: 1;
    }

    /*===========================================================
TOP04
===========================================================*/

    .top04 {
        padding: 0 1.5rem;
    }

    .top04-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .top04-img-container {
        width: 100%;
    }

    .top04-img-container {
        opacity: .25;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: 0;
    }

    /*===========================================================
TOP05
===========================================================*/

    .top05-title01.pc {
        display: block;
        width: 60%;
    }

    /*===========================================================
TOP06
===========================================================*/

    .top06-img-box::before {
        width: 100%;
        background: linear-gradient(to right, rgba(230, 224, 206, 0) 0, rgba(232, 225, 207, 1) 60%);
    }

    /*===========================================================
TOP07
===========================================================*/

    .top07 {
        flex-direction: column;
        align-items: stretch;
    }

    .top08-illust-box02 {
        right: 0;
        bottom: -7rem;
    }

    /*===========================================================
TOP09
===========================================================*/

    .top09-area {
        gap: 1rem;
    }

    .top09-title03 {
        font-size: 2.2rem;
    }

    /*-----*/

    .banner-text01 {
        max-width: 60rem;
    }

}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <=768px) {


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

    /* .cover::before {
    content: "";
    display: block;
    max-width: 30rem;
    width: 100%;
    height: 0.3rem;
    background-image: url(../../../../uploads/white_border.svg) !important;
	background-attachment: scroll !important;
	background-position: center top !important;
	background-size: 100% !important;
	background-repeat: repeat !important;
	position: absolute;
    top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
    z-index: 9;
} */

    .cover-nav-container {
        display: none;
    }

    .cover-title-block {
        width: 50%;
        bottom: 8rem;
        right: 0;
        left: 0;
    }

    .cover-title {
        font-size: 2.8rem;
        text-align: center;
    }

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

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

    .cover-title br {
        display: block;
    }

    .cover-title strong,
    .cover-title span {
        font-size: 4.5rem;
    }

    .cover strong::before {
        max-width: 9.7rem;
        height: 9.9rem;
    }

    /*===========================================================
お知らせ
===========================================================*/

    .top01-container {
        flex-direction: column;
        justify-content: center;
    }

    .top01-illust-box01 {
        max-width: 22.8rem;
        width: 100%;
        right: 0;
    }

    .top01-illust-box01.pc {
        display: none;
    }

    .top01-illust-box01.sp {
        display: block;
    }

    .top01-illust-box02 {
        max-width: 14.4rem;
        width: 100%;
        bottom: auto;
        top: 13rem;
    }

    .top01-left {
        width: 100%;
    }

    .top-news-area {
        width: 100%;
    }

    .top-news-btn-area {
        display: flex;
    }

    .news-item:nth-child(n+3) {
        display: none;
    }

    .news-date {
        font-size: 1.6rem;
    }

    .news-cate {
        font-size: 1.6rem;
    }

    .news-title {
        font-size: 1.6rem;
    }

    .top-news-btn {
        max-width: 13rem;
    }

    /*===========================================================
TOP02
===========================================================*/

    .top02 {
        padding: 6rem 0 4rem;
    }

    .top02-container {
        flex-direction: column;
    }

    .top02-right {
        display: contents;
    }

    .top02-title-box {
        padding: 0 3rem 0 3rem;
        width: 100%;
        order: 1;
    }

    .top02-left {
        order: 2;
        padding: 0 1.2rem 0 0;
    }

    .top02-left::before {
        width: 98%;
    }

    .top02-sub-title-box {
        padding: 0 2rem;
        order: 3;
    }

    .top02-text-area {
        padding: 0 2rem;
        order: 4;
    }

    .top02-title span {
        padding: 0 0 0 20%;
    }

    .top02-title {
        padding: 0 0 0 20%;
    }

    .top03-text-item04 {
        margin: 14rem 0 0;
    }

    /*===========================================================
TOP04
===========================================================*/

    .top04-img-container {
        opacity: .25;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: 0;
    }

    /*===========================================================
TOP05
===========================================================*/

    .top05-main-title-box {
        flex-direction: column;
    }

    .top05-main-title-box::after {
        margin: 3rem 0 0;
    }

    .top05-area {
        margin: 4rem 0 0;
        flex-direction: column;
        align-items: center;
    }

    .top05-block {
        margin: 4rem 0 0;
    }

    .top05-block:first-child {
        margin: 0;
    }

    .top05-block:nth-of-type(even) {
        margin: 4rem 0 0;
    }

    .top05-title01.pc {
        width: 75%;
    }

    /*===========================================================
TOP06
===========================================================*/

    .top06 {
        padding: 8rem 1.5rem 3rem 0;
    }

    .top06-text-container {
        display: contents;
    }

    .top06-container {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .top06-title-box {
        order: 1;
        position: relative;
        z-index: 1;
    }

    .top06-title-box {
        margin: 0 auto -4rem 0;
        padding: 0 0 0 5%;
    }

    .top06-img-box {
        margin: 0 auto 0 0;
        width: 90%;
        order: 2;
    }

    .top06-img-box::before {
        background: linear-gradient(to top, rgba(230, 224, 206, 0) 0, rgba(232, 225, 207, 1) 90%);
    }

    .top06-text-box {
        margin: 2rem 0 0;
        order: 3;
        width: 100%;
        padding: 0 0 0 16%;
    }

    .top06-btn-area {
        order: 4;
        width: 100%;
        justify-content: center;
        margin: 3rem 0 0;
    }

    .top06-illust-box {
        max-width: 28rem;
        bottom: -1rem;
        top: auto;
    }

    /*===========================================================
TOP08
===========================================================*/

    .top08-container {
        flex-direction: column-reverse;
    }

    .top08-illust-box02 {
        max-width: 12.3rem;
        width: 100%;
        bottom: auto;
        top: 30rem;
        right: auto;
        left: 10%;
    }

    .top08-illust-box01 {
        max-width: 27.3rem;
    }

    /*===========================================================
TOP09
===========================================================*/

    .top09 {
        padding: 9rem 1.5rem 0;
    }

    .top09-area {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 9rem;
    }

    .top09-main-title.pc {
        display: none;
    }

    .top09-main-title.sp {
        display: block;
        text-align: center;
    }

    .top09-block::before {
        content: "";
        display: block;
        width: 100%;
        height: 0.3rem;
        background-image: url(../../../../uploads/normal_border.svg) !important;
        background-attachment: scroll !important;
        background-position: center top !important;
        background-size: contain !important;
        background-repeat: repeat !important;
        position: absolute;
        bottom: -4rem;
        right: 0;
        left: 0;
        margin: auto;
    }

    .top09-block:last-child:before {
        display: none;
    }

}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <=576px) {


    /* .cover {
    height: 70rem;
} */

    .cover {
        height: auto;
        background-image: url(../../../../uploads/bg03.jpg) !important;
        background-attachment: scroll !important;
        background-position: center top !important;
        background-size: cover !important;
        background-repeat: repeat-y !important;
    }


    .cover-area {
        height: auto;
    }

    .cover-area::before {
        content: none;
    }

    .main-visual-img-sp {
        position: relative;
        aspect-ratio: 375/300;
    }

    .main-visual-img-sp img {
        position: relative;
        aspect-ratio: 375/420;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .main-visual-img-sp::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        /* background: linear-gradient(to bottom, rgba(32, 31, 21, .0), rgba(32, 31, 21, .6)); */
        background: linear-gradient(to bottom, rgba(32, 31, 21, .0), rgba(32, 31, 21, .3));
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 2;
    }

    .cover-title-block {
        width: 96%;
        /* bottom: 6rem; */
        position: static;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        margin-top: 3rem;
        padding-bottom: 3rem;
    }

    .top01 {
        padding: 8rem 1.5rem 0;
    }

    .top01-left {
        justify-content: center;
    }

    /*===========================================================
TOP02
===========================================================*/

    .top02-title {
        padding: 0;
    }

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

    .top02-title.sp {
        margin: 0 auto;
        display: block;
        width: 90%;
    }

    .top02-title.sp img {
        width: 100%;
    }

    .top02-title span,
    .top02-title strong {
        font-size: 4.5rem;
    }

    .top02-title strong::before {
        width: 7.5rem;
        height: 7.3rem;
        right: -30%;
        bottom: 0;
    }

    /*===========================================================
TOP03
===========================================================*/

    .top03-main-title-box01::before {
        width: 26.8rem;
        height: 7rem;
        top: 0;
        bottom: 0;
        right: -35%;
        margin: auto;
        z-index: 0;
    }

    .top03-main-title-box01 {
        width: 64%;
    }

    .top03-main-title-box02 {
        margin: 1rem 0 0;
    }

    .top03-title01 strong {
        font-size: 4.8rem;
    }

    .top03-title08 strong {
        font-size: 4.5rem;
    }

    .top03-area {
        margin: 3rem 0 0;
    }

    .top03-text-flex02 {
        display: contents;
    }

    .top03-text-item04 {
        /* display: contents; */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
    }

    /* .top03-text-container01 {
    padding: 0 3rem 0 3rem;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 2rem;
} */

    .top03-text-container01 {
        padding: 0 2rem 0 2rem;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 2rem;
    }

    .top03-text-container01 {
        margin: -20rem 0 0;
    }

    .top03-text-item03 {
        margin: 5rem 3rem 0 auto;
        position: relative;
        bottom: -20rem;
    }

    .top03-text-box02 {
        margin: 7rem auto 0 0;
        width: 38%;
    }

    /* .top03-text-container02 {
    flex-direction: column;
    gap: 0;
} */

    .top03-text-container02 {
        padding: 0 2rem;
        flex-direction: column;
        gap: 0;
    }

    .top03-text-flex03 {
        max-width: 22.5rem;
        width: 70%;
        margin: -20rem auto 4rem 0;
        gap: 1.5rem;
    }

    .top03-title01 span {
        font-size: 4.4rem;
    }

    .top03-text-item06 .top03-title01 {
        display: inline-block;
    }

    .top03-text-item05 .top03-title01:last-child {
        margin: 0;
        position: relative;
        top: 11rem;
    }

    .top03-text-item06 .top03-title01:last-child {
        margin: 0;
        position: relative;
        top: 11rem;
    }

    .top03-btn-area {
        margin: 3rem 0 0;
        display: flex;
        justify-content: center;
    }

    .top03-text-flex04 {
        margin: 7rem 0 0 14%;
        width: 68%;
        display: inline-flex;
        flex-direction: column;
        gap: 4rem;
    }

    .top03-text-item06 {
        display: flex;
        flex-direction: column;
    }

    .top03-text-item07 {
        margin: -10rem 0 0;
    }

    .top03-illust-box {
        max-width: 5.8rem;
        top: 0;
        right: 22%;
        bottom: auto;
    }

    .top03-text-flex01 {
        margin: 3rem 0 0;
        max-width: 17rem;
    }

    .top03-title01.pc {
        display: none;
        width: 100%;
    }

    .top03-title01.sp {
        display: block;
        width: 100%;
    }

    .top03-title02.pc {
        width: 100%;
        display: none;
    }

    .top03-title02.sp {
        width: 100%;
        display: block;
    }

    .top03-text-box01 {
        width: 40%;
    }

    .top03-text-box02 {
        width: 40%;
    }

    .top03-add-text-area {
        display: block;
        width: 100%;
        text-align: left;
    }

    .top03-text-item03 {
        display: none;
    }

    .top03-text-item04 {
        display: none;
    }

    .top03-text-flex04 {
        display: none;
    }

    .top03-text01 br {
        display: none;
    }

    /*===========================================================
TOP04
===========================================================*/

    .top04-title01 br {
        display: block;
    }

    .top04-text-frame {
        width: 80%;
    }

    .top04-text01 br {
        display: block;
    }

    .top04-text02 br {
        display: block;
    }

    .top04-text-box {
        margin: 2rem 0 0;
    }

    .top04-btn-area {
        margin: 3.5rem 0 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .top04-title01.pc {
        display: none;
    }

    .top04-title01.sp {
        display: block;
        width: 100%;
    }

    .top04-title01.sp img {
        width: 80%;
    }

    .top04-title01 strong {
        font-size: 4.5rem;
    }

    .top04-text02 strong {
        font-size: 1.8rem;
    }

    .top04-img-container {
        top: 11rem;
    }

    .top04-img-box01 {
        margin: 0 0 0 -6.7rem;
    }

    .top04-img-box02 {
        width: 50%;
    }

    .top04-img-box03 {
        margin: 20rem 0 0 -4rem;
        width: 50%;
    }

    .top04-title01 br {
        display: block;
    }

    .top04-img-box02 {
        margin: 0 0 -17rem 0rem;
    }

    /* .top04-illust-box {
    max-width: 14.4rem;
    top: 0;
    right: -6rem;
} */

    .top04-illust-box {
        max-width: 14.4rem;
        top: 0;
        right: -10px;
    }

    /*===========================================================
TOP05
===========================================================*/

    .top05 {
        padding: 6rem 1.5rem 0;
    }

    .top05-title01 {
        display: block;
        width: 100%;
        flex: unset;
        /* padding: 0 0 0 12%; */
    }

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

    .top05-title01.sp {
        display: block;
        width: 75%;
    }

    .top05-title01.sp img {
        width: 100%;
    }

    .top05-title01 br {
        display: block;
    }

    .top05-title01 span,
    .top05-title01 strong {
        font-size: 4.5rem;
    }

    .top05-title01 strong::before {
        width: 7.5rem;
        height: 7.3rem;
        top: 1rem;
        bottom: 0;
        right: -25%;
        margin: auto;
        z-index: -1;
    }

    .top05-title01-span {
        margin: 1rem 0 0 10rem;
        display: inline-block;
    }

    .top05-main-title-box::after {
        background-size: cover !important;
    }


    /*===========================================================
TOP06
===========================================================*/

    .top06-title01 br {
        display: block;
    }

    .top06-title01 strong {
        font-size: 4.5rem;
    }

    .top06-img-box.pc {
        display: none;
    }

    .top06-img-box.sp {
        display: block;
    }

    .top06-title01.pc {
        display: none;
    }

    .top06-title01.sp {
        display: block;
    }

    /*===========================================================
TOP07
===========================================================*/

    .top-banner {
        height: 50rem;
    }

    .top-banner-illust-box {
        max-width: 24.4rem;
    }

    .top-banner-illust-box01 {
        top: 3rem;
        left: 2rem;
    }

    .top-banner-illust-box02 {
        top: 3rem;
        right: 2rem;
    }

    .banner-text01.pc {
        display: none;
    }

    .banner-text01.sp {
        display: block;
    }

    .hover-banner-text01.pc {
        display: none;
    }

    .hover-banner-text01.sp {
        display: block;
    }

    .top-banner-text02 {
        font-size: 1.4rem;
    }

    .top-banner-text02 strong {
        font-size: 2rem;
    }

    /*===========================================================
TOP09
===========================================================*/

    .top09-btn-area {
        margin: 4rem 0 0;
    }

    /*===========================================================
TOP10
===========================================================*/

    .top10-illust-box {
        max-width: 48.3rem;
        width: 50.3%;
        position: absolute;
        top: 0;
        bottom: auto;
        left: 0;
    }

    .top10-illust-box.pc {
        display: none;
    }

    .top10-illust-box.sp {
        display: block;
    }

}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (width <=414px) {


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

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



}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */