body {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
}
body.admin-bar {
    padding-top: 0 !important;
}

header {
    position: relative;
    z-index: 20;
    width: 100vw;
    height: 80px;
    background-image: linear-gradient(#000000, #000000 30%, transparent);
}

.slider-wrapper {
    position: absolute;
    display: flex;
    overflow: hidden;
    bottom: 0;
    z-index: 20;
}
.slider {
    animation: scroll-left 50s infinite linear 1s both;
    display: flex; 
}
.slide {
    width: calc(100vw / 6 - 20px);
    margin-right: 20px;
}
.slide img {
    display: block;
    width: 100%;
}
@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.scroll {
    position: absolute;
    z-index: 100;
    top: 505px;
    left: 280px;
}
.scroll-text {
    color: #fff;
    font-size: 12px;
    text-align: left;
    transform: rotate(90deg);
}
.scroll-border {
    position: relative;
    top: 20px;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.scroll-border::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: min(15.88541666666667vw,305px);
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    animation: scrollbar 2.0s ease-in-out infinite;
    margin: auto;
}
@keyframes scrollbar {
    0% {
        height: 0;
        top: 0;
    }
    30% {
        height: 100%;
    }
    100% {
        top: 100%;
    }
}

.kv,
.kv-sub {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
	z-index: 0;
    background-color: #fff;
}
.kv-sub {
    background-color: unset;
}
.kv-sub-wrap,
.kv-image-wrap,
.kv-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kv-sub-wrap img {
    object-fit: cover;
    width: 100vw;
}
.kv-image {
    opacity: 0;
    transform: scale(1.07);
    transition: opacity 1.5s ease, transform 1.5s ease;
    z-index: 1;
}
.kv-image.active {
    opacity: 1;
    z-index: 2;
}
.kv-image.exit {
    opacity: 0;
    transform: scale(1);
    z-index: 3;
}
.kv-text-wrap {
    position: absolute;
    top: 75%;
    left: -335px;
    z-index: 10;
    text-align: center;
    width: 90%;
}
.kv-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    color: #fff;
    font-size: min(2.083333333333333vw,40px);
    font-weight: bold;
    opacity: 0;
    transition: opacity 1.2s ease;
    visibility: hidden;
    text-align: left;
    line-height: 1.45;
}
.kv-text.active {
    opacity: 1;
    visibility: visible;
}

.kv .logo {
    position: absolute;
    top: min(9.635416666666667vw,185px);
    left: min(20vw,384px);
    z-index: 20;
}
.kv .logo img {
    width: min(17.1875vw,330px);
    height: min(15.10416666666667vw,290px);
}

.reserve-btn-fix {
    position: fixed;
    right: 0;
    top: 368px;
    z-index: 10000;
}
.reserve-btn-fix a:hover {
    opacity: .9;
	transition: .5s;
}

.fadeInLeft, .fadeInRight, .fadeInBottom {
    opacity: 0;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.fadeInLeft { transform: translateX(-100px); }
.fadeInRight { transform: translateX(100px); }
.fadeInBottom { transform: translateY(50px); }
.ons.fadeInLeft, .ons.fadeInRight, .ons.fadeInBottom {
    animation-name: fadeIn;
}
@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

.top-about-wrap {
    position: relative;
    padding: 120px 0 0;
    background-image: url(/wp-content/themes/bloom_tcd053/img/lp/top08.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.top-about-wrap .img-top01 {
    position: absolute;
    top: -120px;
    right: 0;
    z-index: 30;
}
.top-about-box {
    display: flex;
}
.top-about-box .img {
    position: relative;
    background-image: url(/wp-content/themes/bloom_tcd053/img/lp/top06.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    max-width: min(50.67708333333333vw,973px);
    height: min(49.73958333333333vw,955px);
    background-size: contain;
}
.top-about-box .img .img01 {
    position: relative;
    z-index: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.top-about-box .img .img02 {
    position: absolute;
    z-index: 10;
    top: 365px;
    right: 0;
    max-width: min(19.01041666666667vw,365px);
    width: 100%;
    height: auto;
}
.top-about-box .txt h2 {
    margin-top: -32px;
    margin-left: 10px;
    position: relative;
    z-index: 100;
}
.top-about-box .txt p {
    color: #4d4d4d;
    margin: 53px 0 0 min(3.75vw,72px);
    font-size: min(1.041666666666667vw,20px);
    font-weight: 800;
    line-height: 2;
}
.top-about-box.type2 .txt {
    margin-left: min(19.16666666666667vw,368px);
    margin-right: min(3.75vw,72px);
    max-width: min(26.66666666666667vw,512px);
}
.top-about-box.type2 .txt p {
    margin: 0;
    font-size: min(1.041666666666667vw,20px);
    font-weight: 800;
    line-height: 2;
}
.top-about-box.type2 .img {
    padding-top: 55px;
    background-image: url(/wp-content/themes/bloom_tcd053/img/lp/top07.png);
    background-position: right top;
    max-width: min(50.46875vw,969px);
    height: min(44.01041666666667vw,845px);
    width: 100%;
}
.top-about-box.type2 .img .img01 {
    max-width: min(45.3125vw,870px);
    width: 100%;
    height: auto;
    margin: 55px 0 0 auto;
    display: block;
}
.top-about-box.type2 .img .img02 {
    top: unset;
    bottom: 0;
    right: unset;
    left: 0;
    max-width: min(17.91666666666667vw,344px);
    width: 100%;
    height: auto;
}
.top-about-txt {
    position: relative;
    padding: 100px 0 355px;
    margin-top: 25px;
}
.top-about-txt::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.5);
    mix-blend-mode: multiply;
}
.top-about-txt h2 {
    position: relative;
    z-index: 10;
    margin-bottom: 50px;
}
.top-about-txt .txt {
    position: relative;
    display: flex;
    z-index: 10;
}
.top-about-txt .txt > div {
    flex: 1;
}
.top-about-txt p {
    color: #fff;
    font-size: min(1.041666666666667vw,20px);
    font-weight: 800;
    line-height: 2;
}
.top-about-txt .scroll {
    top: 530px;
    left: unset;
    right: 350px;
}
.top-about-txt .slider-wrapper {
    bottom: 60px;
}
.features-wrap {
    position: relative;
    background-color: #fafaef;
    padding-bottom: 50px;
    text-align: center;
    background-image: url(/wp-content/themes/bloom_tcd053/img/lp/top21.png),url(/wp-content/themes/bloom_tcd053/img/lp/top22.png),url(/wp-content/themes/bloom_tcd053/img/lp/top23.png);
    background-position: top 178px right, top 525px left, bottom 90px right;
    background-repeat: no-repeat;
}
.features-wrap .img01 {
    position: absolute;
    top: 0;
    right: min(17.39583333333333vw,334px);
    max-width: min(8.4375vw,162px);
}
.features-wrap h2 {
    width: fit-content;
    margin: 0 auto 50px;
    padding-top: 50px;
}
.features-wrap p {
    color: #4d4d4d;
    font-size: min(1.041666666666667vw,20px);
    font-weight: 800;
    line-height: 2;
}
.features-wrap .plan-list {
    margin: 90px auto;
    justify-content: center;
}
.features-wrap .plan-list a {
    margin-right: 20px;
}
.features-wrap .plan-list > div:last-child > a:last-child {
    margin-right: 0;
}
.features-wrap .plan-list,
.features-wrap .plan-list > div {
    display: flex;
}
.features-wrap .features-txt {
    display: flex;
}
.features-wrap .features-txt .img {
    position: relative;
    margin-left: min(14.84375vw,285px);
    margin-right: min(4.6875vw,90px);
    max-width: min(30.41666666666667vw,584px);
    width: 100%;
    height: 429px;
}
.features-wrap .features-txt .img .img01 {
    position: absolute;
    top: 0;
    left: 90px;
    z-index: 10;
    max-width: min(23.4375vw,450px);
    width: 100%;
    height: auto;
}
.features-wrap .features-txt .img .img02 {
    position: absolute;
    top: 225px;
    left: 0;
    z-index: 50;
    max-width: min(15.52083333333333vw,298px);
    width: 100%;
    height: auto;
}
.features-wrap .features-txt .img .img03 {
    position: absolute;
    bottom: 82px;
    right: 0;
    z-index: 1;
    max-width: min(25.67708333333333vw,493px);
    width: 100%;
    height: auto;
}
.features-wrap .features-txt .txt {
    flex: 1;
    text-align: left;
}
.features-wrap .features-txt .txt h3 {
    margin-bottom: 50px;
}
.features-wrap .features-txt .txt p {
    color: #4d4d4d;
    font-size: min(1.041666666666667vw,20px);
    font-weight: 800;
    line-height: 2;
}

.kv-sub-text {
    position: absolute;
    color: #fff;
    z-index: 15;
    top: 600px;
    left: min(20.3125vw,390px);
    font-size: min(3.489583333333333vw,67px);
    font-weight: 800;
}
.kv-sub-text span {
    display: block;
    font-size: min(2.083333333333333vw,40px);
    line-height: 2;
	line-height: normal;
}

.kv-sub-text {
    text-shadow: 0px 0px 7px #000000;
}

.kv-sub-text::before {
    position: absolute;
    content: '';
    width: 135px;
    height: 135px;
    background-color: rgba(190,0,0,0.8);
    z-index: -1;
    top: -67.5px;
    left: -67.5px;
    border-radius: 100px;
}
.sub-plan-wrap {
    position: relative;
    z-index: 0;
    background-image: url(/wp-content/themes/bloom_tcd053/img/lp/dtl2-08.png), url(/wp-content/themes/bloom_tcd053/img/lp/dtl2-09.png);
    background-position: top left, top min(60.26041666666667vw,1157px) left;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}
.sub-plan-wrap.top-type {
    margin-top: 180px;
    background-image: unset;
}
.sub-plan {
    display: flex;
    justify-content: space-between;
    padding: 86px 0 170px min(19.27083333333333vw,370px);
}
.sub-plan.top1 {
    background-image: url(/wp-content/themes/bloom_tcd053/img/lp/top29.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 0;
    margin-bottom: 90px;
}
.sub-plan.top2 {
    background-image: url(/wp-content/themes/bloom_tcd053/img/lp/top32.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 0 min(19.27083333333333vw,370px) 170px 0;
    margin-bottom: 90px;
}
.sub-plan .text {
    padding-top: 40px;
    max-width: 550px;
    width: 100%;
    margin-right: min(2.083333333333333vw,40px);
}
.sub-plan.top2 .text {
    margin-left: min(2.083333333333333vw,40px);
    margin-right: 0;
}
.sub-plan .no {
    font-size: min(1.510416666666667vw,29px);
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center;
}
.sub-plan .bronwn {
    position: relative;
    color: #4d4d4d;
    font-size: min(1.6666666666666vw,32px);
    font-weight: 800;
    margin-bottom: 40px;
}
.sub-plan .bronwn::after {
    background-color: #cf8f2d;
    position: absolute;
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    z-index: -1;
    top: -40px;
    left: -50px;
    border-radius: 100px;
}
.ftc-red {
    color: #be0000 !important;
}
.ftc-brown {
    color: #cf8f2d;
}
.ftc-pink {
    color: #ef707b !important;
}
.ftc-blue {
    color: #7fa3c9 !important;
}
.ftc-green {
    color: #89ae2a !important;
}
.ftc-purple {
    color: #a25ea5 !important;
}
.sub-plan .bronwn.red::after {
    background-color: #be0000;
}
.sub-plan .bronwn.pink::after {
    background-color: #ef707b;
}
.sub-plan .bronwn.blue::after {
    background-color: #7fa3c9;
}
.sub-plan .bronwn.green::after {
    background-color: #89ae2a;
}
.sub-plan .bronwn.purple::after {
    background-color: #a25ea5;
}
.sub-plan h2 {
    color: #cf8f2d;
    font-size: min(2.135416666666667vw,41px);
    font-weight: 800;
    margin-bottom: 24px;
    line-height: 1.5;
    letter-spacing: -2px;
}
.sub-plan .dtl {
    color: #4d4d4d;
    font-size: min(1.1vw,20px);
    font-weight: 800;
    line-height: 2;
    margin-bottom: 70px;
}
.sub-plan dl {
    padding: 24px 0 0;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.sub-plan dl dd,
.sub-plan dl dt {
    color: #4d4d4d;
    padding-bottom: 15px;
    padding-top: 15px;
}
.sub-plan dl dd {
    width: 30%;
}
.sub-plan dl dt {
    width: 70%;
}
.option-box {
    position: relative;
    background-color: rgba(228,212,170,0.3);
    margin: 90px auto 80px;
    padding: 60px;
    display: flex;
}
.option-box::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	z-index: 1;
	border-top: 44px solid #fff;
	border-right: 44px solid #fff;
	border-bottom: 44px solid transparent;
	border-left: 44px solid transparent;
	top: 0;
	right: 0;
}
.option-box > div {
    flex: 1;
}
.option-box .option-box-left {
    margin-right: min(2.5vw,48px);
}
.option-box .ttl {
    margin-bottom: 40px;
}
.option-box h3 {
    color: #cf8f2d;
    font-size: min(2.135416666666667vw,41px);
    font-weight: 800;
    margin-left: 13px;
    margin-bottom: 40px;
    line-height: 1.5;
}
.option-box p {
    color: #4d4d4d;
    font-size: min(1.145833333333333vw,22px);
    font-weight: 800;
    line-height: 2;
}
.option-box-left p {
    margin-left: 13px;
}
.option-box-left img {
    margin-top: 40px;
}
.option-box-right p {
    margin-top: 67px;
}
.option-box-right img {
    position: absolute;
    z-index: 10;
    bottom: 19px;
    right: min(-19.94791666666667vw,-383px);
}
.sub-plan-wrap > .main-contents + a {
    margin: auto;
    display: block;
    width: fit-content;
}
.guide-yant {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    padding: 75px 0 100px;
    text-align: center;
    border-top: 1px #dddddd solid;
    margin-bottom: 24px;
}
.guide-yant h2 {
    font-size: min(1.5625vw,30px);
    font-weight: 600;
}
.guide-yant h2 > span {
    font-size: min(0.9375vw,18px);
    font-weight: 600;
    color: #319934;
    display: block;
    margin: 20px 0 35px;
}
.guide-yant .logo {
    margin: 25px auto;
}
.guide-yant dl {
    width: 400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
.guide-yant dl dt {
    color: #319934;
    font-size: 11px;
    line-height: 2;
    font-weight: 600;
}
.guide-yant dl dd {
    font-size: 13px;
    line-height: 1.75;
    font-weight: 500;
}

@media only screen and (min-width: 992px) {
    .main-contents {
        max-width: 1150px;
        width: 100%;
        margin: 0 auto;
    }
    header ul {
        display: flex;
        justify-content: end;
    }
    header ul li {
        position: relative;
        padding: 0 50px;
        line-height: 80px;
    }
    header ul li::after {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 15px;
        background-color: #fff;
        display: block;
    }
    header ul li:first-child::after {
        content: unset;
    }
    header ul li a {
        color: #fff;
        font-weight: 900;
    }

    /* 詳細ページ */
    .sub-plan .img {
        position: relative;
        max-width: 955px;
        width: 100%;
    }
    .sub-plan .img .off {
        width: min(49.73958333333333vw,955px);
        height: min(49.73958333333333vw,955px);
    }
    .sub-plan .img .on {
        position: absolute;
        top: min(47.55208333333333vw,913px);
        right: 0;
        z-index: 10;
        width: min(38.69791666666667vw,743px);
        height: min(17.1875vw,330x);
    }
    .sub-plan.top1 .img .on,
    .sub-plan.top2 .img .on {
        top: min(40.41666666666667vw,776px);
        right: 156px;
        width: min(29.375vw,564px);
        height: auto;
    }
    .sub-plan .img .off img,
    .sub-plan .img .on img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .guide-yant dl dt {
        width: 130px;
    }
    .guide-yant dl dd {
        width: calc(100% - 130px);
    }

    .sp {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .main-contents {
        max-width: 90%;
        width: 100%;
        margin: 0 auto;
    }
    header {
        height: 60px;
    }
    .nav {
        position: fixed;
        right: -320px;
        top: 0;
        width: 300px;
        height: 100vh;
        padding: 60px 20px;
        background-color: #000;
        transition: all .6s;
        z-index: 1000;
        overflow-y: auto;
    }
    .hamburger {
        position: absolute;
        right: 15px;
        top: 8px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 300;
    }
    .nav_list {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .nav_list li {
        padding: 10px 0;
    }
    .nav_list li a {
        color: #fff;
    }
    .hamburger_border {
        position: absolute;
        left: 11px;
        width: 22px;
        height: 1px;
        background-color: #fff;
        transition: all .6s;
    }
    .hamburger_border_top {
        top: 14px;
    }
    .hamburger_border_center {
        top: 20px;
    }
    .hamburger_border_bottom {
        top: 26px;
    }
    .black_bg {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 100;
        background-color: #333;
        opacity: 0;
        visibility: hidden;
        transition: all .6s;
        cursor: pointer;
    }
    .nav-open .nav {
        right: 0;
    }
    .nav-open .black_bg {
        opacity: .8;
        visibility: visible;
    }
    .nav-open .hamburger_border_top {
        transform: rotate(45deg);
        top: 20px;
    }
    .nav-open .hamburger_border_center {
        width: 0;
        left: 50%;
    }
    .nav-open .hamburger_border_bottom {
        transform: rotate(-45deg);
        top: 20px;
    }
    .scroll {
        top: 170px;
        left: 300px;
    }
    .kv,
    .kv-sub {
        height: 400px;
    }
    .kv-text-wrap {
        top: 65%;
        left: -35%;
    }
    .kv-text {
        font-size: 16px;
    }
    .kv-sub-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .kv .logo {
        top: 60px;
        left: 30px;
        z-index: 20;
    }
    .kv .logo img {
        width: 145px;
        height: auto;
    }

    .top-about-wrap {
        background-image: url(/wp-content/themes/bloom_tcd053/img/lp/top08-sp.png);
        padding: 10px 0 0;
        background-size: contain;
    }
    .top-about-wrap .img-top01 {
        max-width: 137px;
        height: auto;
        top: -40px;
    }
    .top-about-wrap .img-top02 {
        position: absolute;
        z-index: 0;
        top: 317px;
        left: 0;
    }
    .top-about-box {
        flex-direction: column-reverse;
    }
    .top-about-box .img {
        background-image: url(/wp-content/themes/bloom_tcd053/img/lp/top06-sp.png);
        background-position: left top 82px;
        max-width: 100%;
        height: 334px;
        background-size: contain;
    }
    .top-about-box .img .img01 {
        max-width: 350px;
    }
    .top-about-box .img .img02 {
        top: 148px;
        max-width: 146px;
    }
    .top-about-box .txt {
        padding: 0 0 0 30px;
    }
    .top-about-box .txt h2 {
        margin-top: 0;
        margin-left: 15px;
    }
    .top-about-box .txt h2 img {
        max-width: 260px;
        width: 100%;
        height: auto;
    }
    .top-about-box .txt p {
        margin: 30px 0;
        font-size: 13px;
        line-height: 1.75;
    }
    .top-about-box.type2 {
        flex-direction: column;
    }
    .top-about-box.type2 .txt {
        margin: 0;
        max-width: unset;
    }
    .top-about-box.type2 .txt p {
        margin: 0 0 40px;
        font-size: 13px;
        line-height: 1.75;
    }
    .top-about-box.type2 .img {
        padding-top: 0;
        background-image: url(/wp-content/themes/bloom_tcd053/img/lp/top06-sp.png);
        background-position: right top 75px;
        max-width: 100%;
        height: 328px;
    }
    .top-about-box.type2 .img .img01 {
        max-width: 352px;
        margin: 0 0 0 auto;
    }
    .top-about-box.type2 .img .img02 {
        max-width: 166px;
    }
    .top-about-txt {
        padding: 80px 0 195px;
        margin-top: 0;
    }
    .top-about-txt h2 {
        margin: 0 20px 30px;
    }
    .top-about-txt h2 img {
        max-width: 235px;
    }
    .top-about-txt .txt {
        flex-direction: column;
        margin: 0 20px;
    }
    .top-about-txt p {
        font-size: 13px;
        line-height: 1.75;
    }
    .top-about-txt .scroll {
        display: none;
    }
    .top-about-txt .slider-wrapper {
        bottom: 45px;
    }
    .top-about-txt .slider-wrapper .slide {
        width: calc(100vw / 2.5 - 10px);
    }
    .features-wrap {
        padding-bottom: 50px;
        background-image: url(/wp-content/themes/bloom_tcd053/img/lp/top21.png);
        background-position: top 837px right;
        background-size: 155px;
    }
    .features-wrap .img01 {
        display: none;
    }
    .features-wrap h2 {
        margin: 0 auto 28px;
        padding-top: 20px;
    }
    .features-wrap h2 img {
        max-width: 298px;
        width: 100%;
        height: auto;
    }
    .features-wrap p {
        font-size: 13px;
        line-height: 1.75;
    }
    .features-wrap .plan-list {
        margin: 30px auto;
        flex-direction: column;
    }
    .sp-slide {
        margin: 0 0 36px auto;
        padding: 0;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
    }
    .features-wrap .plan-list a {
        margin-right: 12px;
    }
    .features-wrap .plan-list a img {
        max-width: 140px;
    }
    .features-wrap .plan-list > div > a:first-child {
        margin-left: 14px;
    }
    .features-wrap .features-txt {
        flex-direction: column-reverse;
    }
    .features-wrap .features-txt .img {
        margin: 40px 0 0;
        max-width: 100%;
        height: 300px;
    }
    .features-wrap .features-txt .img .img01 {
        left: 33px;
        max-width: 314px;
        display: block;
    }
    .features-wrap .features-txt .img .img02 {
        top: unset;
        bottom: 0;
        max-width: 208px;
    }
    .features-wrap .features-txt .img .img03 {
        top: 75px;
        max-width: 349px;
    }
    .features-wrap .features-txt .txt h3 {
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .features-wrap .features-txt .txt h3 img {
        max-width: 213px;
    }
    .features-wrap .features-txt .txt p {
        margin-left: 18px;
        font-size: 13px;
        line-height: 1.75;
    }
    .kv-sub-text {
        top: 55%;
        left: 25px;
        font-size: 18px;
        line-height: 2;
    }
    .kv-sub-text span {
        font-size: 16px;
        line-height: 1.4;
    }
    .kv-sub-text::before {
        width: 40px;
        height: 40px;
        top: -7px;
        left: -20px;
    }
    .sub-plan-wrap {
        background-size: 50%;
        background-position: top left, top 500px left;
        padding-bottom: 60px;
    }
    .sub-plan-wrap.top-type {
        margin-top: 90px;
        background-image: unset;
    }
    .sub-plan {
        flex-direction: column;
        padding: 40px 0 60px;
    }
    .sub-plan.top1 {
        background-position: top -10px left -65px;
        margin-bottom: 60px;
        background-size: 108px;
        margin-bottom: 60px;
    }
    .sub-plan.top2 {
        background-position: top -10px right -65px;
        padding: 0;
        margin-bottom: 60px;
        background-size: 108px;
        flex-direction: column-reverse;
        margin-bottom: 190px;
    }
    .sub-plan .text {
        text-align: center;
        padding-top: 0;
        max-width: 90%;
        margin: 0 auto;
    }
    .sub-plan.top2 .text {
        max-width: 80%;
        margin: 0 auto;
    }
    .sub-plan .no {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .sub-plan .bronwn {
        font-size: 15px;
        margin: 0 auto 30px;
        width: fit-content;
    }
    .sub-plan .bronwn::after {
        width: 45px;
        height: 45px;
        top: -15px;
        left: -23px;
    }
    .sub-plan h2 {
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0;
        margin: 0 auto 24px;
        width: fit-content;
        text-align: left;
    }
    .sub-plan .dtl {
        font-size: 13px;
        line-height: 1.75;
        margin-bottom: 20px;
        text-align: left;
    }
    .sub-plan dl {
        padding: 20px 0 0;
        margin-bottom: 20px;
    }
    .sub-plan dl dd,
    .sub-plan dl dt {
        font-size: 15px;
        padding-bottom: 15px;
        text-align: left;
    }
    .sub-plan dl + a {
        margin-bottom: 40px;
    }
    .sub-plan dl + a > img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .sub-plan .img {
        position: relative;
        max-width: 100%;
        width: 100%;
        margin-top: 40px;
    }
    .sub-plan .img .off {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .sub-plan .img .on {
        position: absolute;
        right: 0;
        bottom: -116px;
        max-width: 300px;
        width: 100%;
        height: auto;
    }
    .sub-plan.top1 .img .on {
        bottom: -66px
    }
    .sub-plan .img .off img,
    .sub-plan .img .on img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .option-box {
        margin: 100px auto 50px;
        padding: 10px 30px 30px 30px;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .option-box::after {
        border-top: 16px solid #fff;
        border-right: 16px solid #fff;
        border-bottom: 16px solid transparent;
        border-left: 16px solid transparent;
    }
    .option-box > div {
        width: 100%;
    }
    .option-box .option-box-left {
        margin-right: 0;
    }
    .option-box .ttl {
        margin-bottom: 16px;
    }
    .option-box h3 {
        font-size: 18px;
        margin-left: 6px;
        margin-bottom: 20px;
    }
    .option-box p {
        font-size: 16px;
        line-height: 1.75;
    }
    .option-box-left p {
        margin-left: 6px;
    }
    .option-box-left img {
        margin-top: 20px;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .option-box-right p {
        margin-top: 40px;
    }
    .option-box-right img {
        max-width: 200px;
        bottom: 22px;
        right: -80px;
    }
    .sub-plan-wrap > .main-contents + a {
        width: 90%;
    }
    .sub-plan-wrap > .main-contents + a img {
        width: 100%;
        height: auto;
    }
    .guide-yant h2 {
        font-size: 20px;
        letter-spacing: -.5px;
    }
    .guide-yant h2 > span {
        font-size: 18px;
        margin: 20px 0 30px;
    }
    .guide-yant {
        padding: 50px 15px;
    }
    .guide-yant .logo img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .guide-yant dl {
        width: 100%;
    }
    .guide-yant dl dt {
        width: 30%;
    }
    .guide-yant dl dd {
        width: 70%;
    }

    .pc {
        display: none;
    }
}
@media screen and (min-width:560px) and (max-width: 991px) {
}
@media screen and (max-width:560px) {
    .slide {
        width: calc(100vw / 4 - 10px);
        margin-right: 10px;
    }
    .reserve-btn-fix {
        top: unset;
        bottom: 20px;
    }
    .reserve-btn-fix img {
        max-width: 45px;
    }
}