h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

a,
a:active,
a:hover,
a:visited {
    text-decoration: none;
    color: var(--sub-color)
}

ul,
li {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 0;
    list-style: none
}

.post,
.page {
    margin: 0
}

:root {
    --main-color: #d4a701;
    --main-color2: #8fc320;
    --sub-color: #493125;
    --background-color: #faf7f2;
    --white-color: #fff;
    --white-color2: #ffffff70;
    --white-color3: #ffffffd6;
    --black-color: #000;
    --red-color: #af2105;
    --blue-color: #083963
}

html {
    scroll-behavior: smooth;
    font-size: 1vw
}

html,
body {
    overflow-x: hidden
}

html,
body,
.ns-r {
    font-family: "Noto-sans-jp", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important
}

.ns-b {
    font-family: "Noto-sans-jp", sans-serif !important;
    font-weight: 700 !important;
    font-style: bold !important
}

.ns-b2 {
    font-family: "Noto-sans-ExtraBold-jp", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important
}

.ns2-r {
    font-family: "Noto-serif-jp", serif !important;
    font-weight: 400 !important;
    font-style: normal !important
}

.ns2-b {
    font-family: "Noto-serif-extrabold-jp", serif !important;
    font-weight: 400 !important;
    font-style: bold !important
}

.hm-r {
    font-family: "Hina-mincho", serif !important;
    font-weight: 400 !important;
    font-style: normal !important
}

.hm-b {
    font-family: "Hina-mincho", serif !important;
    font-weight: 700 !important;
    font-style: bold !important
}

@font-face {
    font-family: "Noto-sans-jp";
    src: url("../asset/font/NotoSansJP-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Noto-sans-ExtraBold-jp";
    src: url("../asset/font/NotoSansJP-ExtraBold.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Noto-serif-jp";
    src: url("../asset/font/NotoSerifJP-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Noto-serif-extrabold-jp";
    src: url("../asset/font/NotoSerifJP-ExtraBold.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Hina-mincho";
    src: url("../asset/font/HinaMincho-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important
    }
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .sp {
        display: none !important
    }
}

@media screen and (min-width: 1921px) {
    .sp {
        display: none !important
    }
}

.text-shadow {
    text-shadow: 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333, 0 0 2px #333
}

@media screen and (max-width: 767px) {
    .site-main {
        padding-top: 15.5rem
    }
}

.page-row>.row-col.col1 {
    width: 66%;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .page-row>.row-col.col1 {
        width: 90%;
        margin: 10rem auto
    }
}

.page-row>.row-col.col2 {
    width: 34%;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .page-row>.row-col.col2 {
        width: 90%;
        margin: auto
    }
}

.common-title h2 {
    font-size: 2.6rem;
    letter-spacing: .31rem;
    color: var(--main-color);
    line-height: 3rem
}

@media screen and (max-width: 767px) {
    .common-title h2 {
        font-size: 7rem;
        letter-spacing: .5rem;
        line-height: 10.5rem
    }
}

.common-title h3 {
    font-size: .9rem;
    margin-top: .3rem
}

@media screen and (max-width: 767px) {
    .common-title h3 {
        font-size: 3rem;
        margin-top: 1rem
    }
}

.common-title p {
    margin-top: 2.3rem;
    font-size: .9rem;
    letter-spacing: .09rem;
    line-height: 1.5rem
}

@media screen and (max-width: 767px) {
    .common-title p {
        margin-top: 1.5rem;
        font-size: 2.5rem;
        line-height: 5rem;
        letter-spacing: 0
    }
}

.common-title2 h2 {
    font-size: 1.9rem;
    letter-spacing: .11rem
}

@media screen and (max-width: 767px) {
    .common-title2 h2 {
        font-size: 5rem;
        letter-spacing: .5rem
    }
}

.button p {
    font-size: .9rem;
    letter-spacing: .13rem;
    background-color: var(--main-color);
    color: var(--white-color);
    border-radius: 2rem
}

.button .tri {
    transition: .5s;
    width: .5rem;
    height: .7rem;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 76%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    transition: .5s
}

.button:hover .tri {
    left: 78%
}

.contact-info {
    background-color: var(--background-color);
    margin-top: .5rem;
    padding: 2.6rem 0
}

@media screen and (max-width: 767px) {
    .contact-info {
        padding: 10rem 0
    }
}

.contact-info>.logo {
    background-image: url("../img/logo2.png");
    background-size: cover;
    background-position: center;
    height: 2.2rem;
    width: 3.6rem;
    margin: auto
}

@media screen and (max-width: 767px) {
    .contact-info>.logo {
        height: 5rem;
        width: 8rem
    }
}

.contact-info>.common-title {
    margin: 1.4rem 0 0
}

.contact-info>.common-title .text {
    margin: .6rem auto
}

.contact-info>.text {
    width: 27.5%;
    margin: .7rem auto
}

@media screen and (max-width: 767px) {
    .contact-info>.text {
        width: 70%;
        margin: 5rem auto
    }
}

.contact-info>.text>h2 {
    font-size: 1.5rem;
    line-height: 2.1rem;
    letter-spacing: .15rem
}

@media screen and (max-width: 767px) {
    .contact-info>.text>h2 {
        font-size: 4rem;
        line-height: 6rem;
        letter-spacing: 0
    }
}

.contact-info>.text>.border1 {
    border-top: solid 1.5px var(--main-color);
    width: 2rem;
    transform: rotate(45deg);
    bottom: 1rem
}

@media screen and (max-width: 767px) {
    .contact-info>.text>.border1 {
        width: 8rem;
        bottom: 3.5rem
    }
}

.contact-info>.text>.border2 {
    border-top: solid 1.5px var(--main-color);
    width: 2rem;
    transform: rotate(-45deg);
    bottom: 1rem;
    right: 0
}

@media screen and (max-width: 767px) {
    .contact-info>.text>.border2 {
        width: 8rem;
        bottom: 3.5rem
    }
}

.contact-info>.info-row {
    width: 42%;
    margin: 3.4rem auto 2rem
}

@media screen and (max-width: 767px) {
    .contact-info>.info-row {
        width: 70%;
        margin: 10rem auto 5rem
    }
}

.contact-info>.info-row>.icon {
    background-image: url("../img/free2.png");
    background-size: cover;
    background-position: center;
    height: 5rem;
    width: 8.7rem;
    margin-left: 1.2rem
}

@media screen and (max-width: 767px) {
    .contact-info>.info-row>.icon {
        height: 8.4rem;
        width: 15rem;
        margin-left: 0rem;
        margin-top: 3rem
    }
}

.contact-info>.info-row>.text-col p.top {
    font-size: 1rem;
    margin-left: 1rem;
    letter-spacing: .13rem;
    white-space: nowrap
}

@media screen and (max-width: 767px) {
    .contact-info>.info-row>.text-col p.top {
        font-size: 2.7rem;
        margin-left: 2rem;
        letter-spacing: .13rem
    }
}

.contact-info>.info-row p.bottom {
    color: var(--main-color);
    font-size: 3.75rem;
    margin-left: .8rem;
    letter-spacing: .5rem;
    line-height: 3.5rem;
    text-wrap: nowrap
}

@media screen and (max-width: 767px) {
    .contact-info>.info-row p.bottom {
        font-size: 7rem;
        margin-left: 2.5rem;
        letter-spacing: .4rem;
        line-height: 7rem
    }
}

.contact-info>.contact-button-col {
    width: 41%;
    margin: 2.7rem auto 1.5rem;
    background-color: var(--main-color);
    border-radius: 1rem
}

@media screen and (max-width: 767px) {
    .contact-info>.contact-button-col {
        width: 80%;
        margin: 10rem auto 3rem;
        background-color: var(--main-color);
        border-radius: 1rem
    }
}

.contact-info>.contact-button-col>a {
    color: var(--white-color)
}

.contact-info>.contact-button-col>a .contact-button {
    padding: .8rem 0 .9rem
}

@media screen and (max-width: 767px) {
    .contact-info>.contact-button-col>a .contact-button {
        padding: 3rem 0
    }
}

.contact-info>.contact-button-col>a .contact-button .icon {
    background-image: url("../img/mail.png");
    background-size: cover;
    background-position: center;
    height: 2rem;
    width: 3.1rem;
    margin-left: 1.25rem;
    margin-top: 1rem
}

@media screen and (max-width: 767px) {
    .contact-info>.contact-button-col>a .contact-button .icon {
        height: 4rem;
        width: 6rem;
        margin-left: 3rem;
        margin-top: 1.5rem
    }
}

.contact-info>.contact-button-col>a .contact-button .icon2 {
    background-size: cover;
    background-position: center;
    height: 3.5rem;
    margin-left: 5.3rem
}

@media screen and (max-width: 767px) {
    .contact-info>.contact-button-col>a .contact-button .icon2 {
        height: 6.5rem;
        margin-left: 6rem
    }
}

.contact-info>.contact-button-col>a .contact-button p {
    margin-top: 1.2rem;
    font-size: 1.75rem;
    margin-left: 1.75rem;
    line-height: 1.4rem;
    letter-spacing: .15rem
}

@media screen and (max-width: 767px) {
    .contact-info>.contact-button-col>a .contact-button p {
        margin-top: 1.5rem;
        font-size: 4rem;
        margin-left: 3rem;
        line-height: 3rem;
        letter-spacing: .5rem
    }
}

.contact-info>.contact-button-col-bottom p {
    font-size: 2rem;
    letter-spacing: .1rem
}

@media screen and (max-width: 767px) {
    .contact-info>.contact-button-col-bottom p {
        font-size: 5rem
    }
}

.side-main {
    width: 39%;
    margin-left: 2.1rem
}

@media screen and (max-width: 767px) {
    .side-main {
        width: 100%;
        margin-left: 0
    }
}

.side-main .side-info {
    margin-top: .7rem;
    border-top: solid .6rem var(--main-color);
    border-right: solid 2px var(--main-color);
    border-left: solid 2px var(--main-color);
    border-bottom: solid .6rem var(--main-color);
    background-color: var(--white-color)
}

.side-main .side-info .title {
    margin-top: .7rem
}

@media screen and (max-width: 767px) {
    .side-main .side-info .title {
        margin-top: 5rem
    }
}

.side-main .side-info .title h3 {
    font-size: .9rem;
    letter-spacing: .1rem
}

@media screen and (max-width: 767px) {
    .side-main .side-info .title h3 {
        font-size: 6rem;
        letter-spacing: .5rem
    }
}

.side-main .side-info .text {
    margin-top: .5rem
}

@media screen and (max-width: 767px) {
    .side-main .side-info .text {
        margin-top: 3.5rem
    }
}

.side-main .side-info .text p {
    font-size: .75rem;
    letter-spacing: .06rem
}

@media screen and (max-width: 767px) {
    .side-main .side-info .text p {
        font-size: 4.5rem;
        letter-spacing: .1rem
    }
}

.side-main .side-info .btn1 {
    margin: 1rem auto 1.35rem;
    width: 85%
}

@media screen and (max-width: 767px) {
    .side-main .side-info .btn1 {
        margin: 5rem auto;
        width: 80%
    }
}

.side-main .side-info .btn1 p {
    padding: .8rem 0rem;
    margin-right: .4rem
}

@media screen and (max-width: 767px) {
    .side-main .side-info .btn1 p {
        padding: 2rem 0rem;
        margin-right: 0rem;
        font-size: 4rem
    }
}

.side-main .side-info .btn1 .tri {
    left: 82%
}

@media screen and (max-width: 767px) {
    .side-main .side-info .btn1 .tri {
        width: 2rem;
        height: 2.7rem
    }
}

.side-main .side-info .btn1:hover .tri {
    left: 84%
}

@media screen and (max-width: 767px) {
    .side-main .side-info .btn1:hover .tri {
        left: 83%
    }
}

.side-main .side-info .tel-box {
    margin-bottom: .75rem
}

@media screen and (max-width: 767px) {
    .side-main .side-info .tel-box {
        margin-bottom: 5rem
    }
}

.side-main .side-info .tel-box h3 {
    line-height: .3rem;
    font-size: 1.1rem;
    color: var(--main-color);
    letter-spacing: .2rem
}

@media screen and (max-width: 767px) {
    .side-main .side-info .tel-box h3 {
        line-height: 3rem;
        font-size: 6rem;
        letter-spacing: .3rem
    }
}

.side-main .side-info .tel-box h3 img {
    width: 1.4rem;
    margin-right: .2rem
}

@media screen and (max-width: 767px) {
    .side-main .side-info .tel-box h3 img {
        width: 7.5rem;
        margin-right: 1rem
    }
}

.side-main .side-info .tel-box p {
    color: var(--main-color);
    font-size: .65rem;
    letter-spacing: .06rem;
    margin-top: .5rem
}

@media screen and (max-width: 767px) {
    .side-main .side-info .tel-box p {
        font-size: 3.5rem;
        letter-spacing: .1rem
    }
}

.side-main .side-info .tel-box p a {
    text-decoration: none !important
}

.side-main .side-choose .title {
    margin: 1.1rem 0 .6rem
}

@media screen and (max-width: 767px) {
    .side-main .side-choose .title {
        margin: 10rem 0 5rem
    }
}

.side-main .side-choose .title h3 {
    font-size: .9rem;
    letter-spacing: .11rem
}

@media screen and (max-width: 767px) {
    .side-main .side-choose .title h3 {
        font-size: 6rem;
        letter-spacing: .5rem
    }
}

.side-main .side-choose .title p {
    font-size: .8rem;
    margin-top: .3rem
}

@media screen and (max-width: 767px) {
    .side-main .side-choose .title p {
        font-size: 3.5rem;
        margin-top: 1.5rem
    }
}

.side-main .side-choose .side-choose-btn.btn1 {
    background-color: #84d34a
}

@media screen and (max-width: 767px) {
    .side-main .side-choose .side-choose-btn.btn1 {
        width: 85%;
        margin: 5rem auto;
        padding: 2rem
    }
}

.side-main .side-choose .side-choose-btn.btn1 .btn-area {
    padding-bottom: .9rem
}

.side-main .side-choose .side-choose-btn.btn1 .btn-area h4 {
    color: var(--white-color);
    margin-left: 2.6rem;
    padding-top: .75rem;
    font-size: 1rem;
    letter-spacing: .1rem
}

@media screen and (max-width: 767px) {
    .side-main .side-choose .side-choose-btn.btn1 .btn-area h4 {
        margin-left: 8rem;
        font-size: 5rem
    }
}

.side-main .side-choose .side-choose-btn.btn1 .btn-area .icon {
    background-image: url("../img/sidebar-icon1.png");
    background-size: cover;
    background-position: center;
    height: 1.3rem;
    width: 1.4rem;
    top: .7rem;
    left: .75rem
}

@media screen and (max-width: 767px) {
    .side-main .side-choose .side-choose-btn.btn1 .btn-area .icon {
        height: 4.1rem;
        width: 4.1rem;
        top: 2.5rem;
        left: 2rem
    }
}

.side-main .side-choose .side-choose-btn.btn1 .btn-area .text {
    margin-left: .75rem;
    margin-top: .3rem
}

.side-main .side-choose .side-choose-btn.btn1 .btn-area .text p {
    font-size: .7rem;
    letter-spacing: .1rem;
    color: var(--white-color)
}

@media screen and (max-width: 767px) {
    .side-main .side-choose .side-choose-btn.btn1 .btn-area .text p {
        font-size: 3rem;
        letter-spacing: .1rem
    }
}

.side-main .side-choose .side-choose-btn.btn1 .btn-area .tri {
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    width: .5rem;
    height: .7rem;
    top: 1.1rem;
    left: 7.5rem;
    background-color: var(--white-color);
    transition: .5s
}

@media screen and (max-width: 767px) {
    .side-main .side-choose .side-choose-btn.btn1 .btn-area .tri {
        width: 2.5rem;
        height: 2.7rem;
        top: 3.5rem;
        left: 32rem
    }
}

.side-main .side-choose .side-choose-btn.btn1 .btn-area:hover .tri {
    left: 7.7rem
}

@media screen and (max-width: 767px) {
    .side-main .side-choose .side-choose-btn.btn1 .btn-area:hover .tri {
        left: 33rem
    }
}

.side-main .side-choose .side-choose-btn.btn2 {
    background-color: #dd9250;
    margin-top: .6rem
}

@media screen and (max-width: 767px) {
    .side-main .side-choose .side-choose-btn.btn2 {
        width: 85%;
        margin: 5rem auto;
        padding: 2rem
    }
}

.side-main .side-choose .side-choose-btn.btn2 .btn-area {
    padding-bottom: .9rem
}

.side-main .side-choose .side-choose-btn.btn2 .btn-area h4 {
    color: var(--white-color);
    margin-left: 2.6rem;
    padding-top: .75rem;
    font-size: 1rem;
    letter-spacing: .1rem
}

@media screen and (max-width: 767px) {
    .side-main .side-choose .side-choose-btn.btn2 .btn-area h4 {
        margin-left: 8rem;
        font-size: 5rem
    }
}

.side-main .side-choose .side-choose-btn.btn2 .btn-area .text {
    margin-left: .4rem;
    margin-top: .3rem
}

.side-main .side-choose .side-choose-btn.btn2 .btn-area .text p {
    font-size: .62rem;
    letter-spacing: .1rem;
    color: var(--white-color)
}

@media screen and (max-width: 767px) {
    .side-main .side-choose .side-choose-btn.btn2 .btn-area .text p {
        font-size: 3rem;
        letter-spacing: .1rem
    }
}

.side-main .side-choose .side-choose-btn.btn2 .btn-area .icon {
    background-image: url("../img/sidebar-icon2.png");
    background-size: cover;
    background-position: center;
    height: 1.6rem;
    width: 1.2rem;
    top: .65rem;
    left: .9rem
}

@media screen and (max-width: 767px) {
    .side-main .side-choose .side-choose-btn.btn2 .btn-area .icon {
        height: 5.1rem;
        width: 4.1rem;
        top: 2.5rem;
        left: 2rem
    }
}

.side-main .side-choose .side-choose-btn.btn2 .btn-area .tri {
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    width: .5rem;
    height: .7rem;
    top: 1.1rem;
    left: 7.5rem;
    background-color: var(--white-color);
    transition: .5s
}

@media screen and (max-width: 767px) {
    .side-main .side-choose .side-choose-btn.btn2 .btn-area .tri {
        width: 2.5rem;
        height: 2.7rem;
        top: 3.5rem;
        left: 32rem
    }
}

.side-main .side-choose .side-choose-btn.btn2 .btn-area:hover .tri {
    left: 7.7rem
}

@media screen and (max-width: 767px) {
    .side-main .side-choose .side-choose-btn.btn2 .btn-area:hover .tri {
        left: 33rem
    }
}

.side-main .side-category {
    margin-top: 1.2rem
}

@media screen and (max-width: 767px) {
    .side-main .side-category {
        margin-top: 10rem
    }
}

.side-main .side-category h3 {
    font-size: 1rem
}

@media screen and (max-width: 767px) {
    .side-main .side-category h3 {
        font-size: 6rem;
        letter-spacing: .5rem
    }
}

.side-main .side-category .category-view {
    margin-top: .5rem
}

@media screen and (max-width: 767px) {
    .side-main .side-category .category-view {
        gap: 4%;
        margin-top: 5rem
    }
}

.side-main .side-category .category-view .category-col {
    border: solid 1px var(--black-color);
    background-color: var(--white-color);
    margin-bottom: .76rem;
    width: 100%
}

@media screen and (max-width: 767px) {
    .side-main .side-category .category-view .category-col {
        width: 48%;
        margin-bottom: 3.5rem
    }
}

.side-main .side-category .category-view .category-col h4 {
    font-size: 1rem;
    padding: .5rem
}

@media screen and (max-width: 767px) {
    .side-main .side-category .category-view .category-col h4 {
        font-size: 3.5rem;
        padding: 2.5rem 0rem
    }
}

.side-main .side-category .category-view .category-col .arrow {
    width: .7rem;
    height: .7rem;
    border-top: solid 1.5px var(--black-color);
    border-right: solid 1.5px var(--black-color);
    transform: rotate(45deg);
    top: 1rem;
    right: 1.4rem;
    transition: .5s
}

@media screen and (max-width: 767px) {
    .side-main .side-category .category-view .category-col .arrow {
        width: 2.5rem;
        height: 2.5rem;
        top: 4rem;
        right: 2.5rem
    }
}

.side-main .side-category .category-view .category-col:hover .arrow {
    right: 1.2rem
}

.side-main .other {
    margin-top: 1.6rem
}

@media screen and (max-width: 767px) {
    .side-main .other {
        gap: 4%
    }
}

.side-main .other .other-col {
    background-color: var(--main-color);
    margin-bottom: .85rem;
    width: 100%
}

@media screen and (max-width: 767px) {
    .side-main .other .other-col {
        width: 48%;
        margin-bottom: 3.5rem
    }
}

.side-main .other .other-col h4 {
    color: var(--white-color);
    font-size: 1rem;
    padding: .5rem
}

@media screen and (max-width: 767px) {
    .side-main .other .other-col h4 {
        font-size: 3.5rem;
        padding: 2.5rem 0rem
    }
}

.side-main .other .other-col .arrow {
    width: .7rem;
    height: .7rem;
    border-top: solid 1.5px var(--white-color);
    border-right: solid 1.5px var(--white-color);
    transform: rotate(45deg);
    top: 1rem;
    right: 1.4rem;
    transition: .5s
}

@media screen and (max-width: 767px) {
    .side-main .other .other-col .arrow {
        width: 2.5rem;
        height: 2.5rem;
        top: 4rem;
        right: 2.5rem
    }
}

.side-main .other .other-col:hover .arrow {
    right: 1.2rem
}

.side-main .line {
    margin-top: 1rem;
    border: solid 3px #beb9b9;
    background-color: #ededed;
    border-radius: 15px;
    padding-bottom: .4rem
}

.side-main .line .line-row {
    width: 82%;
    margin: .9rem auto 0
}

@media screen and (max-width: 767px) {
    .side-main .line .line-row {
        width: 80%;
        margin: 4rem auto 0
    }
}

.side-main .line .line-row .line-icon {
    background-image: url("../img/LINE.png");
    background-size: cover;
    background-position: center;
    height: 3rem;
    width: 3.1rem
}

@media screen and (max-width: 767px) {
    .side-main .line .line-row .line-icon {
        height: 10.7rem;
        width: 10.8rem
    }
}

.side-main .line .line-row .text {
    margin-left: .5rem
}

@media screen and (max-width: 767px) {
    .side-main .line .line-row .text {
        margin-left: 2.5rem
    }
}

.side-main .line .line-row .text p {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: .15rem
}

@media screen and (max-width: 767px) {
    .side-main .line .line-row .text p {
        font-size: 4rem;
        line-height: 10rem;
        letter-spacing: .1rem
    }
}

.side-main .line .btn1 {
    margin: .65rem auto;
    width: 81%
}

@media screen and (max-width: 767px) {
    .side-main .line .btn1 {
        margin: 2.5rem auto 4rem;
        width: 80%
    }
}

.side-main .line .btn1 p {
    font-size: .75rem;
    background-color: #00c94a;
    padding: .3rem 0 .3rem 1.1rem;
    letter-spacing: .17rem
}

@media screen and (max-width: 767px) {
    .side-main .line .btn1 p {
        font-size: 4rem;
        padding: 2rem 0 2rem 7rem
    }
}

.side-main .line .btn1 .tri {
    left: 85%
}

@media screen and (max-width: 767px) {
    .side-main .line .btn1 .tri {
        width: 2.5rem;
        height: 2.7rem
    }
}

.side-main .line .btn1:hover .tri {
    left: 87%
}

@media screen and (max-width: 767px) {
    .side-main .line .btn1:hover .tri {
        left: 86%
    }
}

.main2 {
    background-color: #f6efce;
    padding-bottom: 3.8rem;
    margin-top: 7.7rem
}

.main2 .title-row {
    padding-top: 2.3rem;
    margin-right: 2.5rem
}

@media screen and (max-width: 767px) {
    .main2 .title-row {
        padding-top: 5rem
    }
}

.main2 .title-row .title-col.col1 {
    margin-right: .2rem;
    gap: .1rem
}

.main2 .title-row .title-col.col1 p {
    font-size: 1.6rem;
    font-style: italic !important
}

@media screen and (max-width: 767px) {
    .main2 .title-row .title-col.col1 p {
        font-size: 5rem
    }
}

.main2 .title-row .title-col p {
    font-size: 2.2rem;
    font-style: italic !important
}

@media screen and (max-width: 767px) {
    .main2 .title-row .title-col p {
        font-size: 5rem
    }
}

.main2 .title-row .title-col p.text1,
.main2 .title-row .title-col p.text3 {
    margin-top: .4rem
}

.main2 .title-row .title-col p.text2,
.main2 .title-row .title-col p.text4 {
    margin-top: .8rem;
    margin-left: -0.1rem
}

.main2 .title-row .title-col.col2 p {
    color: #ff0087;
    background: linear-gradient(transparent 70%, #fff100 70%)
}

.main2 .title-row .title-col.col3 p {
    letter-spacing: .2rem
}

.main2 .title-row .dot {
    width: .6rem;
    height: .6rem;
    background-color: #ff0087;
    border-radius: .5rem
}

@media screen and (max-width: 767px) {
    .main2 .title-row .dot {
        width: 1.6rem;
        height: 1.6rem;
        border-radius: 1rem
    }
}

.main2 .title-row .dot.dot1 {
    top: 2rem;
    left: 19.8rem
}

@media screen and (max-width: 767px) {
    .main2 .title-row .dot.dot1 {
        top: 3.5rem;
        left: 41rem
    }
}

.main2 .title-row .dot.dot2 {
    top: 2rem;
    left: 22.1rem
}

@media screen and (max-width: 767px) {
    .main2 .title-row .dot.dot2 {
        top: 3.5rem;
        left: 46rem
    }
}

.main2 .text {
    margin-top: .75rem
}

@media screen and (max-width: 767px) {
    .main2 .text {
        margin-top: 3.5rem
    }
}

.main2 .text p {
    font-size: .95rem;
    letter-spacing: .04rem
}

@media screen and (max-width: 767px) {
    .main2 .text p {
        font-size: 3.5rem;
        letter-spacing: .1rem
    }
}

.main2 .btn-row {
    margin-top: 1.8rem;
    gap: 2%
}

.main2 .btn-row .btn-col {
    width: 30.5%
}

@media screen and (max-width: 767px) {
    .main2 .btn-row .btn-col {
        width: 70%;
        margin: 3rem auto
    }
}

.main2 .btn-row .btn-col .btn {
    background-color: var(--main-color);
    height: 3.9rem;
    border-radius: 2rem
}

@media screen and (max-width: 767px) {
    .main2 .btn-row .btn-col .btn {
        border-radius: 8rem;
        height: 15rem
    }
}

.main2 .btn-row .btn-col .btn p {
    color: var(--white-color)
}

.main2 .btn-row .btn-col.col1 p.phone {
    font-size: 1.4rem;
    letter-spacing: .25rem;
    padding-top: .4rem
}

@media screen and (max-width: 767px) {
    .main2 .btn-row .btn-col.col1 p.phone {
        font-size: 4.5rem;
        letter-spacing: .5rem;
        padding-top: 1.5rem
    }
}

.main2 .btn-row .btn-col.col1 p.time {
    font-size: .65rem;
    letter-spacing: .05rem;
    margin-top: .2rem
}

@media screen and (max-width: 767px) {
    .main2 .btn-row .btn-col.col1 p.time {
        font-size: 3rem;
        letter-spacing: .1rem;
        margin-top: 0
    }
}

.main2 .btn-row .btn-col.col2 p,
.main2 .btn-row .btn-col.col3 p {
    font-size: 1rem;
    line-height: 3.9rem;
    letter-spacing: .02rem
}

@media screen and (max-width: 767px) {

    .main2 .btn-row .btn-col.col2 p,
    .main2 .btn-row .btn-col.col3 p {
        font-size: 4rem;
        line-height: 15rem;
        letter-spacing: .1rem
    }
}

.main3>.title {
    padding-top: 6.9rem;
    margin-left: 2rem
}

@media screen and (max-width: 767px) {
    .main3>.title {
        padding-top: 15rem;
        margin-left: 0rem
    }
}

.main3>.title h3 {
    color: var(--main-color);
    font-size: 2.5rem;
    letter-spacing: .4rem
}

@media screen and (max-width: 767px) {
    .main3>.title h3 {
        font-size: 6rem;
        letter-spacing: .5rem
    }
}

.main3>.title p {
    font-size: .9rem;
    margin-top: .7rem;
    letter-spacing: .1rem
}

@media screen and (max-width: 767px) {
    .main3>.title p {
        font-size: 3rem;
        margin-top: .5rem
    }
}

.main3 .box {
    margin-top: 1.9rem;
    border-radius: 15px;
    border: solid 2px var(--main-color);
    padding-bottom: 1.9rem;
    z-index: 1;
    background-color: var(--white-color)
}

@media screen and (max-width: 767px) {
    .main3 .box {
        margin-top: 7rem
    }
}

.main3 .box .person .title {
    margin-top: 1.2rem
}

@media screen and (max-width: 767px) {
    .main3 .box .person .title {
        margin: 5rem
    }
}

.main3 .box .person .title h3 {
    font-size: 1.65rem;
    letter-spacing: .1rem
}

@media screen and (max-width: 767px) {
    .main3 .box .person .title h3 {
        font-size: 4.5rem;
        letter-spacing: .5rem
    }
}

.main3 .box .person .desc {
    background-color: var(--main-color);
    width: 94%;
    margin: .7rem auto 0;
    border-radius: 5px
}

.main3 .box .person .desc p {
    color: var(--white-color);
    font-size: .9rem;
    letter-spacing: .09rem;
    padding: .65rem 0
}

@media screen and (max-width: 767px) {
    .main3 .box .person .desc p {
        font-size: 3rem;
        letter-spacing: .1rem;
        padding: 1.5rem
    }
}

.main3 .box .person .proof-row {
    width: 90.5%;
    margin: .85rem auto 0;
    gap: 6.6%
}

@media screen and (max-width: 767px) {
    .main3 .box .person .proof-row {
        width: 95%;
        margin: 5rem auto;
        gap: 4%
    }
}

.main3 .box .person .proof-row .proof-col {
    width: 20%;
    margin-bottom: .8rem
}

@media screen and (max-width: 767px) {
    .main3 .box .person .proof-row .proof-col {
        width: 48%;
        margin-bottom: 3.5rem
    }
}

.main3 .box .person .proof-row .proof-col p {
    font-size: .7rem;
    margin-bottom: .3rem
}

@media screen and (max-width: 767px) {
    .main3 .box .person .proof-row .proof-col p {
        font-size: 3.5rem;
        margin-bottom: 2rem
    }
}

.main3 .box .person .proof-row .proof-col .bg-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 5.5rem;
    width: 8.8rem
}

@media screen and (max-width: 767px) {
    .main3 .box .person .proof-row .proof-col .bg-img {
        height: 17rem;
        width: 25rem;
        margin: auto
    }
}

.main3 .box .person .proof-row .proof-col .bg-img.img1 {
    background-image: url("../img/p1.png")
}

.main3 .box .person .proof-row .proof-col .bg-img.img2 {
    background-image: url("../img/p2.png")
}

.main3 .box .person .proof-row .proof-col .bg-img.img3 {
    background-image: url("../img/p3.png")
}

.main3 .box .person .proof-row .proof-col .bg-img.img4 {
    background-image: url("../img/p4.png")
}

.main3 .box .person .proof-row .proof-col .bg-img.img5 {
    background-image: url("../img/p5.png")
}

.main3 .box .person .proof-row .proof-col .bg-img.img6 {
    background-image: url("../img/p6.png")
}

.main3 .box .person .proof-row .proof-col .bg-img.img7 {
    background-image: url("../img/p7.png")
}

.main3 .box .org .title {
    margin-top: 1.8rem
}

@media screen and (max-width: 767px) {
    .main3 .box .org .title {
        margin-bottom: 5rem
    }
}

.main3 .box .org .title h3 {
    font-size: 1.65rem;
    letter-spacing: .1rem
}

@media screen and (max-width: 767px) {
    .main3 .box .org .title h3 {
        font-size: 4.5rem;
        letter-spacing: .5rem
    }
}

.main3 .box .org .desc {
    background-color: var(--main-color);
    width: 94%;
    margin: .7rem auto 0;
    border-radius: 5px
}

.main3 .box .org .desc p {
    color: var(--white-color);
    font-size: .9rem;
    letter-spacing: .08rem;
    padding: .69rem 0
}

@media screen and (max-width: 767px) {
    .main3 .box .org .desc p {
        font-size: 3rem;
        letter-spacing: .1rem;
        padding: 1.5rem
    }
}

.main3 .box .org .proof-row {
    width: 73.5%;
    margin: .85rem auto 0;
    gap: 3.5%
}

@media screen and (max-width: 767px) {
    .main3 .box .org .proof-row {
        width: 93%;
        margin: 5rem auto 0;
        gap: 4%
    }
}

.main3 .box .org .proof-row .proof-col.col1 {
    width: 32%
}

@media screen and (max-width: 767px) {
    .main3 .box .org .proof-row .proof-col.col1 {
        width: 48%
    }
}

.main3 .box .org .proof-row .proof-col.col2 {
    width: 33%
}

@media screen and (max-width: 767px) {
    .main3 .box .org .proof-row .proof-col.col2 {
        width: 48%;
        margin-bottom: 2rem
    }
}

.main3 .box .org .proof-row .proof-col.col3 {
    width: 28%
}

@media screen and (max-width: 767px) {
    .main3 .box .org .proof-row .proof-col.col3 {
        width: 48%;
        margin-bottom: 2rem
    }
}

.main3 .box .org .proof-row .proof-col p {
    font-size: .7rem
}

@media screen and (max-width: 767px) {
    .main3 .box .org .proof-row .proof-col p {
        font-size: 2.5rem;
        margin-bottom: 3rem
    }
}

.main3 .box .org .proof-row .proof-col .bg-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: .3rem auto 0
}

.main3 .box .org .proof-row .proof-col .bg-img.img1 {
    background-image: url("../img/p8.png");
    height: 5rem;
    width: 5rem
}

@media screen and (max-width: 767px) {
    .main3 .box .org .proof-row .proof-col .bg-img.img1 {
        height: 15.5rem;
        width: 15.5rem
    }
}

.main3 .box .org .proof-row .proof-col .bg-img.img2 {
    background-image: url("../img/p9.png");
    height: 5.75rem;
    width: 7rem
}

@media screen and (max-width: 767px) {
    .main3 .box .org .proof-row .proof-col .bg-img.img2 {
        height: 13.5rem;
        width: 21.5rem
    }
}

.main3 .box .org .proof-row .proof-col .bg-img.img3 {
    background-image: url("../img/p10.png");
    height: 6.25rem;
    width: 7rem
}

@media screen and (max-width: 767px) {
    .main3 .box .org .proof-row .proof-col .bg-img.img3 {
        height: 12.5rem;
        width: 19.5rem
    }
}

.main3 .box .org .caution {
    width: 95%;
    margin: -1rem auto 0
}

@media screen and (max-width: 767px) {
    .main3 .box .org .caution {
        margin: 5rem auto
    }
}

.main3 .box .org .caution .text1 {
    margin-top: .5rem
}

@media screen and (max-width: 767px) {
    .main3 .box .org .caution .text1 {
        margin-top: 0
    }
}

.main3 .box .org .caution .text1 p {
    font-size: .7rem;
    letter-spacing: .07rem
}

@media screen and (max-width: 767px) {
    .main3 .box .org .caution .text1 p {
        font-size: 2.5rem;
        letter-spacing: .1rem
    }
}

.main3 .box .org .caution .text2 {
    margin-top: .85rem
}

@media screen and (max-width: 767px) {
    .main3 .box .org .caution .text2 {
        margin-top: 0
    }
}

.main3 .box .org .caution .text2 p {
    font-size: .7rem;
    letter-spacing: .07rem;
    line-height: 1.25rem
}

@media screen and (max-width: 767px) {
    .main3 .box .org .caution .text2 p {
        font-size: 2.5rem;
        letter-spacing: .1rem;
        line-height: 3.5rem
    }
}

.main5 {
    padding: 3.2rem 0 1rem
}

.main5 .bg-img1 {
    background-image: url("../img/a1.png");
    background-size: cover;
    background-position: center;
    height: 9rem;
    width: 42.3rem;
    top: 0rem;
    left: 0rem
}

.main5 .btn-area {
    margin: 2.1rem auto 0;
    gap: 0 2%
}

@media screen and (max-width: 767px) {
    .main5 .btn-area {
        gap: 5rem 0;
        width: 75%;
        margin: 5rem auto 0
    }
}

.main5 .btn-area a {
    width: 100%
}

.main5 .btn-area a .btn-col {
    background-size: cover;
    background-position: center;
    height: 16.25rem
}

@media screen and (max-width: 767px) {
    .main5 .btn-area a .btn-col {
        height: 36.5rem
    }
}

.main5 .btn-area a .btn-col.col1 {
    background-image: url("../img/choose1.jpg")
}

.main5 .btn-area a .btn-col.col1 h3 {
    padding-left: .8rem
}

.main5 .btn-area a .btn-col.col1 p {
    padding: 0 0 1.5rem .9rem
}

.main5 .btn-area a .btn-col.col2 {
    background-image: url("../img/choose2.jpg")
}

.main5 .btn-area a .btn-col.col2 h3 {
    padding-left: .4rem
}

.main5 .btn-area a .btn-col.col2 p {
    padding: 0 0 .2rem .4rem
}

.main5 .btn-area a .btn-col .btn-content {
    bottom: 0rem;
    left: 0rem;
    width: 100%;
    background: linear-gradient(transparent 0%, #333 100%)
}

.main5 .btn-area a .btn-col .btn-content h3 {
    font-size: 1.5rem;
    letter-spacing: .2rem;
    color: var(--white-color);
    line-height: 3.2rem
}

@media screen and (max-width: 767px) {
    .main5 .btn-area a .btn-col .btn-content h3 {
        font-size: 4.5rem;
        line-height: 7.5rem
    }
}

.main5 .btn-area a .btn-col .btn-content p {
    color: var(--white-color);
    font-size: .8rem;
    letter-spacing: .1rem;
    line-height: 1.4rem
}

@media screen and (max-width: 767px) {
    .main5 .btn-area a .btn-col .btn-content p {
        font-size: 2.5rem;
        line-height: 4.5rem
    }
}

.main5 .text-bottom {
    margin-top: .8rem
}

@media screen and (max-width: 767px) {
    .main5 .text-bottom {
        width: 75%;
        margin: 1.5rem auto 0
    }
}

.main5 .text-bottom p {
    font-size: .85rem;
    letter-spacing: .05rem
}

@media screen and (max-width: 767px) {
    .main5 .text-bottom p {
        font-size: 2.5rem
    }
}

.possible {
    padding-left: 15.8rem;
    padding-top: 2.3rem;
    background-color: var(--background-color)
}

@media screen and (max-width: 767px) {
    .possible {
        padding-left: 0;
        padding-top: 10rem
    }
}

.possible .bg-img1 {
    background-image: url("../img/a1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 11.4rem;
    width: 46.95rem;
    top: -0.7rem;
    left: 0
}

@media screen and (max-width: 767px) {
    .possible .bg-img1 {
        height: 20rem;
        width: 93rem;
        top: 0rem;
        left: 0
    }
}

.possible .bg-img2 {
    background-image: url("../img/a2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 13rem;
    width: 19rem;
    left: -1rem;
    top: 76rem
}

@media screen and (max-width: 767px) {
    .possible .bg-img2 {
        height: 13rem;
        width: 43rem;
        left: 0rem;
        top: 96rem
    }
}

.possible .bg-img3 {
    background-image: url("../img/a7.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 23.5rem;
    width: 23.5rem;
    right: 23.7rem;
    top: 105.75rem
}

@media screen and (max-width: 767px) {
    .possible .bg-img3 {
        height: 40.5rem;
        width: 40.5rem;
        right: -5.3rem;
        top: 205rem
    }
}

.possible .possible-col {
    z-index: 1;
    width: 56.3%;
    padding-bottom: 5.8rem
}

@media screen and (max-width: 767px) {
    .possible .possible-col {
        width: 90%;
        margin: auto
    }
}

.possible .possible-col>.title {
    margin-top: 2.2rem;
    margin-left: 6.5rem
}

.possible .possible-col>.title h3 {
    color: var(--main-color);
    font-size: 2.75rem;
    letter-spacing: .17rem
}

@media screen and (max-width: 767px) {
    .possible .possible-col>.title h3 {
        font-size: 6rem;
        letter-spacing: .5rem
    }
}

.possible .possible-col .box {
    margin-top: 2.2rem;
    border-radius: 15px;
    border: solid 2px var(--main-color);
    padding-bottom: 2.6rem;
    background-color: var(--white-color)
}

.possible .possible-col .box .box-row {
    margin-top: 2rem;
    margin-left: 1.3rem;
    gap: 1.3rem
}

@media screen and (max-width: 767px) {
    .possible .possible-col .box .box-row {
        gap: 7rem;
        width: 90%;
        margin: 5rem auto
    }
}

.possible .possible-col .box .box-row .bg-img {
    background-image: url("../img/en1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 15.5rem;
    width: 14rem
}

@media screen and (max-width: 767px) {
    .possible .possible-col .box .box-row .bg-img {
        height: 25rem;
        width: 25rem
    }
}

.possible .possible-col .box .box-row .bg-img .text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%
}

.possible .possible-col .box .box-row .bg-img .text p {
    font-size: 1.8rem;
    letter-spacing: .15rem
}

@media screen and (max-width: 767px) {
    .possible .possible-col .box .box-row .bg-img .text p {
        font-size: 3rem;
        letter-spacing: .15rem
    }
}

.possible .possible-col .box .bottom-text {
    margin-top: .5rem
}

.possible .possible-col .box .bottom-text h3 {
    font-size: 1.9rem;
    margin-left: 7.7rem;
    letter-spacing: .13rem
}

@media screen and (max-width: 767px) {
    .possible .possible-col .box .bottom-text h3 {
        font-size: 5rem;
        margin-left: 5rem;
        width: 95%;
        letter-spacing: .15rem
    }
}

.possible .possible-col .box .bottom-text .content {
    margin-top: 1.2rem
}

@media screen and (max-width: 767px) {
    .possible .possible-col .box .bottom-text .content {
        width: 90%;
        margin: 5rem auto
    }
}

.possible .possible-col .box .bottom-text .content p {
    font-size: .95rem;
    letter-spacing: .06rem;
    line-height: 1.6rem
}

@media screen and (max-width: 767px) {
    .possible .possible-col .box .bottom-text .content p {
        font-size: 2.5rem;
        letter-spacing: .1rem;
        line-height: 4.5rem
    }
}

.possible .possible-col .main2 {
    margin-top: 4.9rem
}

.possible .possible-col .main3>.title {
    margin-top: -3.6rem;
    margin-left: 2rem
}

.choose {
    padding-left: 15.8rem;
    padding-top: 5rem
}

@media screen and (max-width: 767px) {
    .choose {
        padding-top: 10rem;
        padding-left: 0
    }
}

.choose .choose-col {
    width: 56.3%;
    padding-bottom: 5.1rem
}

@media screen and (max-width: 767px) {
    .choose .choose-col {
        width: 100%
    }
}

.choose .choose-col .main5 {
    padding: 1.4rem 0 1rem
}

.fix-footer {
    width: 100%;
    background-color: rgba(0, 0, 0, .6588235294);
    position: fixed;
    bottom: 0;
    z-index: 100
}

.fix-footer .footer-row {
    padding: 2rem 0 2.1rem
}

.fix-footer .footer-row .free-col {
    margin-left: 8.9%;
    width: 33.7%
}

.fix-footer .footer-row .free-col>p {
    color: var(--white-color);
    margin-left: 7.3rem;
    font-size: 1rem;
    letter-spacing: .15rem
}

.fix-footer .footer-row .free-col .contact-button-col {
    background-color: var(--black-color);
    margin-top: .6rem;
    border-radius: 1rem
}

.fix-footer .footer-row .free-col .contact-button-col .contact-button {
    padding: 0rem 0rem 1rem 5.3rem
}

.fix-footer .footer-row .free-col .contact-button-col .contact-button .icon {
    background-image: url(../img/free.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 2.3rem;
    width: 4rem;
    margin-top: 1.2rem
}

.fix-footer .footer-row .free-col .contact-button-col .contact-button p {
    color: var(--white-color);
    margin-left: 2.2rem;
    font-size: 2.5rem;
    letter-spacing: .25rem;
    margin-top: .5rem
}

.fix-footer .footer-row .web-contact-col {
    margin-left: 12.9%;
    width: 40.7%;
    margin-top: 2.1rem
}

.fix-footer .footer-row .web-contact-col>.contact-button-col {
    width: 100%;
    background-color: var(--main-color);
    border-radius: 1rem
}

@media screen and (max-width: 767px) {
    .fix-footer .footer-row .web-contact-col>.contact-button-col {
        width: 80%;
        margin: 10rem auto 3rem;
        background-color: var(--main-color);
        border-radius: 1rem
    }
}

.fix-footer .footer-row .web-contact-col>.contact-button-col>a {
    color: var(--white-color)
}

.fix-footer .footer-row .web-contact-col>.contact-button-col>a .contact-button {
    padding: .8rem 0 .9rem
}

@media screen and (max-width: 767px) {
    .fix-footer .footer-row .web-contact-col>.contact-button-col>a .contact-button {
        padding: 3rem 0
    }
}

.fix-footer .footer-row .web-contact-col>.contact-button-col>a .contact-button .icon {
    background-image: url("../img/mail.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 2rem;
    width: 3.1rem;
    margin-left: 1.25rem;
    margin-top: 1rem
}

@media screen and (max-width: 767px) {
    .fix-footer .footer-row .web-contact-col>.contact-button-col>a .contact-button .icon {
        height: 4rem;
        width: 6rem;
        margin-left: 3rem;
        margin-top: 1.5rem
    }
}

.fix-footer .footer-row .web-contact-col>.contact-button-col>a .contact-button .icon2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 3.5rem;
    margin-left: 5.3rem
}

@media screen and (max-width: 767px) {
    .fix-footer .footer-row .web-contact-col>.contact-button-col>a .contact-button .icon2 {
        height: 6.5rem;
        margin-left: 6rem
    }
}

.fix-footer .footer-row .web-contact-col>.contact-button-col>a .contact-button p {
    margin-top: 1.2rem;
    font-size: 1.75rem;
    margin-left: 1.75rem;
    line-height: 1.4rem;
    letter-spacing: .15rem
}

@media screen and (max-width: 767px) {
    .fix-footer .footer-row .web-contact-col>.contact-button-col>a .contact-button p {
        margin-top: 1.5rem;
        font-size: 4rem;
        margin-left: 3rem;
        line-height: 3rem;
        letter-spacing: .5rem
    }
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-flex {
    display: flex !important
}

.d-grid {
    display: grid !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-grid {
        display: grid !important
    }
}

@media screen and (min-width: 1921px) {
    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-grid {
        display: grid !important
    }
}

.text-center {
    text-align: center !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .text-md-center {
        text-align: center !important
    }
}

@media screen and (min-width: 1921px) {
    .text-md-center {
        text-align: center !important
    }
}

.text-start {
    text-align: left !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .text-md-start {
        text-align: left !important
    }
}

@media screen and (min-width: 1921px) {
    .text-md-start {
        text-align: left !important
    }
}

.text-end {
    text-align: right !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .text-md-end {
        text-align: right !important
    }
}

@media screen and (min-width: 1921px) {
    .text-md-end {
        text-align: right !important
    }
}

.justify-content-start {
    justify-content: flex-start !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .justify-content-md-start {
        justify-content: flex-start !important
    }
}

@media screen and (min-width: 1921px) {
    .justify-content-md-start {
        justify-content: flex-start !important
    }
}

.justify-content-end {
    justify-content: flex-end !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .justify-content-md-end {
        justify-content: flex-end !important
    }
}

@media screen and (min-width: 1921px) {
    .justify-content-md-end {
        justify-content: flex-end !important
    }
}

.justify-content-center {
    justify-content: center !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .justify-content-md-center {
        justify-content: center !important
    }
}

@media screen and (min-width: 1921px) {
    .justify-content-md-center {
        justify-content: center !important
    }
}

.justify-content-between {
    justify-content: space-between !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .justify-content-md-between {
        justify-content: space-between !important
    }
}

@media screen and (min-width: 1921px) {
    .justify-content-md-between {
        justify-content: space-between !important
    }
}

.justify-content-around {
    justify-content: space-around !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .justify-content-md-around {
        justify-content: space-around !important
    }
}

@media screen and (min-width: 1921px) {
    .justify-content-md-around {
        justify-content: space-around !important
    }
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }
}

@media screen and (min-width: 1921px) {
    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }
}

.align-items-start {
    align-items: flex-start !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .align-items-md-start {
        align-items: flex-start !important
    }
}

@media screen and (min-width: 1921px) {
    .align-items-md-start {
        align-items: flex-start !important
    }
}

.align-items-end {
    align-items: flex-end !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .align-items-md-end {
        align-items: flex-end !important
    }
}

@media screen and (min-width: 1921px) {
    .align-items-md-end {
        align-items: flex-end !important
    }
}

.align-items-center {
    align-items: center !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .align-items-md-center {
        align-items: center !important
    }
}

@media screen and (min-width: 1921px) {
    .align-items-md-center {
        align-items: center !important
    }
}

.align-items-baseline {
    align-items: baseline !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .align-items-md-baseline {
        align-items: baseline !important
    }
}

@media screen and (min-width: 1921px) {
    .align-items-md-baseline {
        align-items: baseline !important
    }
}

.align-items-stretch {
    align-items: stretch !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .align-items-md-stretch {
        align-items: stretch !important
    }
}

@media screen and (min-width: 1921px) {
    .align-items-md-stretch {
        align-items: stretch !important
    }
}

.flex-column {
    flex-direction: column !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .flex-md-column {
        flex-direction: column !important
    }
}

@media screen and (min-width: 1921px) {
    .flex-md-column {
        flex-direction: column !important
    }
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
}

@media screen and (min-width: 1921px) {
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
}

.flex-row {
    flex-direction: row !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .flex-md-row {
        flex-direction: row !important
    }
}

@media screen and (min-width: 1921px) {
    .flex-md-row {
        flex-direction: row !important
    }
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
}

@media screen and (min-width: 1921px) {
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
}

.flex-wrap {
    flex-wrap: wrap !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
}

@media screen and (min-width: 1921px) {
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
}

@media screen and (min-width: 1921px) {
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
}

.text-wrap {
    text-wrap: wrap !important;
    white-space: wrap !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .text-md-wrap {
        text-wrap: wrap !important;
        white-space: wrap !important
    }
}

@media screen and (min-width: 1921px) {
    .text-md-wrap {
        text-wrap: wrap !important;
        white-space: wrap !important
    }
}

.text-nowrap {
    text-wrap: nowrap !important;
    white-space: nowrap !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .text-md-nowrap {
        text-wrap: nowrap !important;
        white-space: nowrap !important
    }
}

@media screen and (min-width: 1921px) {
    .text-md-nowrap {
        text-wrap: nowrap !important;
        white-space: nowrap !important
    }
}

.position-relative {
    position: relative !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .position-md-relative {
        position: relative !important
    }
}

@media screen and (min-width: 1921px) {
    .position-md-relative {
        position: relative !important
    }
}

.position-absolute {
    position: absolute !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .position-md-absolute {
        position: absolute !important
    }
}

@media screen and (min-width: 1921px) {
    .position-md-absolute {
        position: absolute !important
    }
}

.position-fixed {
    position: fixed !important
}

@media screen and (min-width: 768px)and (max-width: 1920px) {
    .position-md-fixed {
        position: fixed !important
    }
}

@media screen and (min-width: 1921px) {
    .position-md-fixed {
        position: fixed !important
    }
}

header {
    padding: .9rem 0 .8rem
}

@media screen and (max-width: 767px) {
    header {
        padding: 0rem
    }
}

header .header-top {
    margin: 0 3.8rem
}

header .header-top .logo-box {
    width: 15.3rem;
    margin-top: .95rem;
    margin-left: 3.6rem
}

header .header-top .logo-box .logo-area>span {
    position: absolute;
    text-indent: -9999px;
    display: block
}

header .header-top .header-right {
    margin-right: 4.2rem;
    margin-top: .1rem
}

header .header-top .header-right .tel-box {
    width: 17.5rem;
    margin-right: .8rem
}

header .header-top .header-right .tel-box p {
    font-size: .65rem;
    letter-spacing: .095rem;
    margin-left: .1rem;
    line-height: .4rem
}

header .header-top .header-right .tel-box h3 {
    font-size: 1.75rem;
    letter-spacing: .24rem;
    color: var(--main-color)
}

header .header-top .header-right .tel-box h3 img {
    width: 2.85rem;
    margin-right: .3rem;
    margin-top: .7rem
}

header .header-top .header-right .header-contact {
    width: 10.3rem;
    background-color: var(--main-color);
    color: var(--white-color);
    padding: .9rem 0;
    border-radius: 1.5rem
}

header .header-top .header-right .header-contact h3 {
    font-size: .9rem;
    letter-spacing: .1rem;
    margin-left: 1.6rem
}

header .header-top .header-right .header-contact p {
    font-size: 1rem;
    letter-spacing: .04rem;
    margin-top: .2rem
}

header .header-top .header-right .header-contact .tri {
    transition: .5s;
    width: .5rem;
    height: .7rem;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%)
}

header .header-top .header-right .header-contact:hover .tri {
    left: 82.5%
}

header .header-row {
    margin: .6rem 3.8rem 1rem
}

header .header-row ul#Main1>li:nth-of-type(1) {
    width: 25%
}

header .header-row ul#Main1>li:nth-of-type(1) a {
    padding-right: .7rem
}

header .header-row ul#Main1>li:nth-of-type(2) {
    width: 25%
}

header .header-row ul#Main1>li:nth-of-type(3) {
    width: 25%
}

header .header-row ul#Main1>li:nth-of-type(3) a {
    padding-left: 1.5rem
}

header .header-row ul#Main1>li:nth-of-type(4) {
    width: 19.8%
}

header .header-row ul#Main1>li:nth-of-type(5) {
    width: 25%
}

header .header-row ul#Main1>li:nth-of-type(5) a {
    padding-left: .9rem
}

header .header-row ul#Main1>li {
    padding: .3rem 0
}

header .header-row ul#Main1>li a {
    font-weight: bold;
    letter-spacing: .1rem;
    line-height: 1.5rem;
    gap: .25rem
}

header .header-row ul#Main1>li a .logo-mark {
    background-image: url("../img/logo2.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 1rem;
    width: 1.6rem
}

header .header-row ul#Main1>li a .tri {
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: .7rem;
    height: .5rem;
    background-color: var(--black-color)
}

header .header-row ul#Main1>li p {
    font-size: 1rem;
    letter-spacing: .1rem;
    margin-top: 0rem
}

header .header-row ul#Main1>li .sub-menu {
    display: block;
    padding-top: .5rem;
    box-shadow: none;
    width: 100%
}

header .header-row ul#Main1>li .sub-menu li {
    width: 100%;
    transition: .5s;
    opacity: .75;
    background-color: var(--white-color)
}

header .header-row ul#Main1>li .sub-menu li a {
    padding: 1.05rem 0;
    width: 100%
}

header .header-row ul#Main1>li .sub-menu li a .logo-mark {
    display: none
}

header .header-row ul#Main1>li .sub-menu li:not(:first-child) {
    border-top: solid 1px var(--black-color)
}

header .header-row ul#Main1>li .sub-menu li:hover {
    opacity: 1
}

header .header-row ul#Main1>li:not(:last-child) {
    border-right: solid 1px var(--black-color)
}

header .header-top-sp {
    z-index: 9999;
    background-color: var(--background-color)
}

@media screen and (max-width: 767px) {
    header .header-top-sp {
        padding: 3rem;
        width: 100%
    }
}

header .header-top-sp .logo-area {
    width: 45rem
}

header .header-top-sp .logo-area h1 span {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden
}

header .header-top-sp .header-icon {
    width: 7rem;
    height: 7rem
}

header .header-top-sp .header-icon i {
    font-size: 7rem
}

header .menu-col {
    position: fixed;
    transition: .5s;
    transform: translateX(1000px);
    overflow: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 15.5rem;
    background-color: #fff;
    z-index: 5;
    background-color: var(--background-color)
}

header .menu-col.active {
    transform: translateX(0px)
}

header .menu-col li {
    border-top: solid 1px var(--main-color)
}

header .menu-col li a {
    line-height: 6rem;
    gap: 2.5rem;
    padding: 5rem 0
}

header .menu-col li a .logo-mark {
    background-image: url("../img/logo2.png");
    background-size: cover;
    background-position: center;
    height: 4rem;
    width: 6.5rem
}

header .menu-col li a .tri {
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 3.5rem;
    height: 2.5rem;
    margin-top: 1rem;
    background-color: var(--black-color)
}

header .menu-col li a p {
    font-size: 5rem;
    letter-spacing: .5rem
}

header .menu-col li .sub-menu {
    display: block;
    box-shadow: none;
    margin-left: 0
}

header .menu-col li .sub-menu li {
    transition: .5s
}

header .menu-col li .sub-menu li a {
    padding: 2rem 0;
    width: 100%
}

header .menu-col li .sub-menu li a .logo-mark {
    display: none
}

header .menu-col li .sub-menu li a p {
    font-size: 4.5rem
}

header .menu-col li .sub-menu li:not(:first-child) {
    border-top: none
}

.site-footer {
    background-color: var(--black-color)
}

.site-footer .footer-main {
    width: 70%;
    margin: auto;
    padding: 3.5rem 0 3.4rem
}

@media screen and (max-width: 767px) {
    .site-footer .footer-main {
        width: 90%;
        padding: 15rem 0 25rem
    }
}

.site-footer .footer-main .footer-info {
    width: 26.8rem
}

@media screen and (max-width: 767px) {
    .site-footer .footer-main .footer-info {
        width: 50rem
    }
}

.site-footer .footer-main .footer-info .footer-logo {
    width: 12.5rem;
    margin-left: .4rem
}

@media screen and (max-width: 767px) {
    .site-footer .footer-main .footer-info .footer-logo {
        width: 40rem;
        margin-left: 0
    }
}

.site-footer .footer-main .footer-info .footer-address {
    margin-left: .6rem;
    margin-top: .5rem;
    line-height: 1.5rem;
    letter-spacing: .12rem
}

@media screen and (max-width: 767px) {
    .site-footer .footer-main .footer-info .footer-address {
        margin-top: 5rem;
        margin-left: 0
    }
}

.site-footer .footer-main .footer-info .footer-address p {
    color: var(--white-color);
    font-size: .9rem
}

@media screen and (max-width: 767px) {
    .site-footer .footer-main .footer-info .footer-address p {
        font-size: 3rem
    }
}

.site-footer .footer-main .footer-info .footer-address p.text1 {
    letter-spacing: .05rem
}

.site-footer .footer-main .footer-info .footer-address p.text2,
.site-footer .footer-main .footer-info .footer-address p.text3 {
    line-height: 1.45rem
}

@media screen and (max-width: 767px) {

    .site-footer .footer-main .footer-info .footer-address p.text2,
    .site-footer .footer-main .footer-info .footer-address p.text3 {
        line-height: 5rem;
        margin-top: 1.5rem
    }
}

.site-footer .footer-main .footer-info .footer-address p.text3 {
    margin-top: 1rem
}

@media screen and (max-width: 767px) {
    .site-footer .footer-main .footer-info .footer-address p.text3 {
        margin-top: 3rem
    }
}

.site-footer .footer-main .footer-col {
    margin-top: .9rem;
    margin-left: 4.6rem;
    width: 38rem
}

@media screen and (max-width: 767px) {
    .site-footer .footer-main .footer-col {
        margin-top: 7.5rem;
        margin-left: 0rem;
        width: 100%
    }
}

.site-footer .footer-main .footer-col .footer-menu1 ul li a {
    color: var(--white-color);
    font-size: 1rem;
    letter-spacing: .08rem
}

@media screen and (max-width: 767px) {
    .site-footer .footer-main .footer-col .footer-menu1 ul li a {
        font-size: 2.5rem;
        letter-spacing: .1rem
    }
}

.site-footer .footer-main .footer-col .footer-menu2 {
    margin-top: 1.4rem
}

@media screen and (max-width: 767px) {
    .site-footer .footer-main .footer-col .footer-menu2 {
        margin-top: 3rem
    }
}

.site-footer .footer-main .footer-col .footer-menu2 ul li a {
    color: var(--white-color);
    font-size: 1rem;
    letter-spacing: .08rem
}

@media screen and (max-width: 767px) {
    .site-footer .footer-main .footer-col .footer-menu2 ul li a {
        font-size: 2.5rem;
        letter-spacing: .1rem
    }
}

.site-footer .footer-main .footer-col .copyright {
    margin-top: 6.6rem
}

@media screen and (max-width: 767px) {
    .site-footer .footer-main .footer-col .copyright {
        margin-top: 10rem
    }
}

.site-footer .footer-main .footer-col .copyright p {
    color: #fff;
    font-size: .7rem;
    letter-spacing: .11rem
}

@media screen and (max-width: 767px) {
    .site-footer .footer-main .footer-col .copyright p {
        font-size: 2.5rem;
        letter-spacing: .01rem
    }
}

.sp-fix-footer {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6588235294);
    position: fixed;
    bottom: 0;
    z-index: 100
}

.sp-fix-footer .footer-row {
    padding: 2.5rem;
    gap: 4%
}

.sp-fix-footer .footer-row .free-col {
    color: #fff;
    font-size: 2.5rem;
    width: 48%
}

.sp-fix-footer .footer-row .free-col .contact-button-col {
    background-color: #000;
    border-radius: 1rem;
    margin-top: 1rem
}

.sp-fix-footer .footer-row .free-col .contact-button-col .contact-button {
    padding: 0rem 0rem 1rem 3.3rem;
    gap: 2rem;
    height: 10rem
}

.sp-fix-footer .footer-row .free-col .contact-button-col .contact-button .icon {
    background-image: url(../img/free.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 3.5rem;
    width: 6rem;
    margin-top: 3.5rem
}

.sp-fix-footer .footer-row .free-col .contact-button-col .contact-button p {
    color: #fff;
    font-size: 5.5rem;
    line-height: 10rem
}

.sp-fix-footer .footer-row .web-contact-col {
    width: 48%
}

.sp-fix-footer .footer-row .web-contact-col p {
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: .5rem
}

.sp-fix-footer .footer-row .web-contact-col>.contact-button-col {
    margin-top: 1rem;
    background-color: var(--main-color);
    border-radius: 1rem
}

.sp-fix-footer .footer-row .web-contact-col>.contact-button-col>a {
    color: var(--white-color)
}

.sp-fix-footer .footer-row .web-contact-col>.contact-button-col>a .contact-button {
    padding: 0rem 0rem 0rem 4rem;
    gap: 3rem;
    height: 10rem
}

.sp-fix-footer .footer-row .web-contact-col>.contact-button-col>a .contact-button .icon {
    background-image: url("../img/mail.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 4rem;
    width: 5.5rem;
    margin-top: 3rem
}

.sp-fix-footer .footer-row .web-contact-col>.contact-button-col>a .contact-button .icon2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 6.5rem
}

.sp-fix-footer .footer-row .web-contact-col>.contact-button-col>a .contact-button p {
    font-size: 4rem;
    line-height: 10rem;
    letter-spacing: .5rem
}

.top-header-slider .swiper-slide .top-mv {
    background-size: cover;
    background-position: center;
    height: 56.5rem;
    width: 100%;
    margin-top: .5rem
}

@media screen and (max-width: 767px) {
    .top-header-slider .swiper-slide .top-mv {
        height: 167rem
    }
}

.video-wrap {
    position: relative;
    display: inline-block
}

.video-wrap .video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .5);
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2rem;
    pointer-events: none;
    transition: opacity .3s ease;
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .video-wrap .video-overlay {
        width: 13rem;
        height: 13rem;
        font-size: 5rem
    }
}

.video-wrap.playing .video-overlay {
    opacity: 0;
    visibility: hidden
}

.top-header-bottom .content {
    margin-top: .3rem;
    gap: .8rem
}

@media screen and (max-width: 767px) {
    .top-header-bottom .content {
        gap: 3rem;
        padding: 3rem 0
    }
}

.top-header-bottom .content .logo-mark {
    background-image: url("../img/logo2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 2.6rem;
    width: 4.3rem;
    margin-top: .3rem
}

@media screen and (max-width: 767px) {
    .top-header-bottom .content .logo-mark {
        height: 4.5rem;
        width: 7.7rem;
        margin-top: .5rem
    }
}

.top-header-bottom .content h2 {
    font-size: 4.2rem;
    letter-spacing: .3rem
}

@media screen and (max-width: 767px) {
    .top-header-bottom .content h2 {
        font-size: 7rem;
        letter-spacing: .5rem
    }
}

.top-contact-info {
    background-color: var(--background-color);
    margin-top: .5rem;
    padding-top: 2.6rem;
    padding-bottom: 3.75rem
}

@media screen and (max-width: 767px) {
    .top-contact-info {
        margin-top: 0rem;
        padding: 10rem 0
    }
}

.top-contact-info>.logo {
    background-image: url("../img/logo2.png");
    background-size: cover;
    background-position: center;
    height: 2.2rem;
    width: 3.7rem;
    margin: auto
}

@media screen and (max-width: 767px) {
    .top-contact-info>.logo {
        height: 5rem;
        width: 8rem
    }
}

.top-contact-info>.text {
    width: 27.5%;
    margin: 2rem auto
}

@media screen and (max-width: 767px) {
    .top-contact-info>.text {
        width: 70%;
        margin: 5rem auto
    }
}

.top-contact-info>.text>h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: .16rem
}

@media screen and (max-width: 767px) {
    .top-contact-info>.text>h2 {
        font-size: 4rem;
        line-height: 6rem
    }
}

.top-contact-info>.text>.border1 {
    border-top: solid 1.5px var(--main-color);
    width: 2rem;
    transform: rotate(45deg);
    bottom: 1rem
}

@media screen and (max-width: 767px) {
    .top-contact-info>.text>.border1 {
        width: 8rem;
        bottom: 3.5rem
    }
}

.top-contact-info>.text>.border2 {
    border-top: solid 1.5px var(--main-color);
    width: 2rem;
    transform: rotate(-45deg);
    bottom: 1rem;
    right: 0
}

@media screen and (max-width: 767px) {
    .top-contact-info>.text>.border2 {
        width: 8rem;
        bottom: 3.5rem
    }
}

.top-contact-info>.info-row {
    width: 42%;
    margin: 3.4rem auto 2rem
}

@media screen and (max-width: 767px) {
    .top-contact-info>.info-row {
        width: 70%;
        margin: 10rem auto 5rem
    }
}

.top-contact-info>.info-row>.icon {
    background-image: url("../img/free2.png");
    background-size: cover;
    background-position: center;
    height: 5rem;
    width: 8.7rem;
    margin-left: 1.2rem
}

@media screen and (max-width: 767px) {
    .top-contact-info>.info-row>.icon {
        height: 8.4rem;
        width: 15rem;
        margin-left: 0rem;
        margin-top: 3rem
    }
}

.top-contact-info>.info-row>.text-col p.top {
    font-size: .9rem;
    margin-left: 1rem;
    letter-spacing: .21rem
}

@media screen and (max-width: 767px) {
    .top-contact-info>.info-row>.text-col p.top {
        font-size: 2.7rem;
        margin-left: 2rem;
        letter-spacing: .13rem
    }
}

.top-contact-info>.info-row p.bottom {
    color: var(--main-color);
    font-size: 4rem;
    margin-left: .8rem;
    letter-spacing: .4rem;
    line-height: 3rem;
    text-wrap: nowrap
}

@media screen and (max-width: 767px) {
    .top-contact-info>.info-row p.bottom {
        font-size: 7rem;
        margin-left: 2.5rem;
        letter-spacing: .4rem;
        line-height: 7rem
    }
}

.top-contact-info>.contact-button-col {
    width: 41%;
    margin: 2.4rem auto .6rem;
    background-color: var(--main-color);
    border-radius: 1rem
}

@media screen and (max-width: 767px) {
    .top-contact-info>.contact-button-col {
        width: 80%;
        margin: 10rem auto 3rem;
        background-color: var(--main-color);
        border-radius: 1rem
    }
}

.top-contact-info>.contact-button-col>a {
    color: var(--white-color)
}

.top-contact-info>.contact-button-col>a .contact-button {
    padding: .8rem 0 .9rem
}

@media screen and (max-width: 767px) {
    .top-contact-info>.contact-button-col>a .contact-button {
        padding: 3rem 0
    }
}

.top-contact-info>.contact-button-col>a .contact-button .icon {
    background-image: url("../img/mail.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 2rem;
    width: 3.1rem;
    margin-left: 1.25rem;
    margin-top: 1rem
}

@media screen and (max-width: 767px) {
    .top-contact-info>.contact-button-col>a .contact-button .icon {
        height: 4rem;
        width: 6rem;
        margin-left: 3rem;
        margin-top: 1.5rem
    }
}

.top-contact-info>.contact-button-col>a .contact-button .icon2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 3.5rem;
    margin-left: 5.3rem
}

@media screen and (max-width: 767px) {
    .top-contact-info>.contact-button-col>a .contact-button .icon2 {
        height: 6.5rem;
        margin-left: 6rem
    }
}

.top-contact-info>.contact-button-col>a .contact-button p {
    margin-top: 1.2rem;
    font-size: 1.75rem;
    margin-left: 1.75rem;
    line-height: 1.4rem;
    letter-spacing: .15rem
}

@media screen and (max-width: 767px) {
    .top-contact-info>.contact-button-col>a .contact-button p {
        margin-top: 1.5rem;
        font-size: 4rem;
        margin-left: 3rem;
        line-height: 3rem;
        letter-spacing: .5rem
    }
}

.top-contact-info>.contact-button-col-bottom p {
    font-size: 2rem
}

@media screen and (max-width: 767px) {
    .top-contact-info>.contact-button-col-bottom p {
        font-size: 5rem
    }
}

.top-mv2 .mv2-bg {
    background-image: url("../img/topmv.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 45.2rem;
    margin-top: .8rem
}

@media screen and (max-width: 767px) {
    .top-mv2 .mv2-bg {
        padding: 5rem 0 10rem;
        height: initial;
        margin-top: 0
    }
}

.top-mv2 .mv2-bg p.text1 {
    padding-top: 5.6rem;
    font-size: 2rem;
    margin-left: 2rem;
    letter-spacing: .1rem
}

@media screen and (max-width: 767px) {
    .top-mv2 .mv2-bg p.text1 {
        padding-top: 7rem;
        font-size: 6rem;
        margin-left: 0;
        letter-spacing: initial
    }
}

.top-mv2 .mv2-bg p.text2 {
    /* font-size: 11rem;
    line-height: 11.5rem; */
    font-size: 7rem;
    line-height: 9.5rem;
    margin-left: 2rem;
    letter-spacing: .1rem;
    color: #c0901d
}

@media screen and (max-width: 767px) {
    .top-mv2 .mv2-bg p.text2 {
        /* font-size: 22rem; */
        font-size: 12rem;
        letter-spacing: .5rem;
        margin-left: 0;
        line-height: initial
    }
}

.top-mv2 .mv2-bg p.text3 {
    font-size: 2.5rem;
    margin-left: 2rem;
    margin-top: .7rem
}

@media screen and (max-width: 767px) {
    .top-mv2 .mv2-bg p.text3 {
        font-size: 6rem;
        letter-spacing: .5rem;
        margin-top: 3rem;
        margin-left: 0
    }
}

.top-mv2 .mv2-bg p.text4 {
    font-size: 1.6rem;
    margin-top: 2.6rem;
    letter-spacing: .2rem;
    margin-left: .5rem
}

@media screen and (max-width: 767px) {
    .top-mv2 .mv2-bg p.text4 {
        font-size: 5rem;
        margin-top: 5rem;
        letter-spacing: .5rem;
        margin-left: 0
    }
}

.top-mv2 .mv2-bg p.text4 .logo {
    background-image: url("../img/logo4.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 2.2rem;
    width: 16rem;
    margin-right: .5rem
}

@media screen and (max-width: 767px) {
    .top-mv2 .mv2-bg p.text4 .logo {
        height: 6.2rem;
        width: 45rem;
        margin-right: 1.5rem
    }
}

.top-mv2 .mv2-bg p.text4 .big {
    font-size: 1.8rem;
    margin-bottom: .67rem
}

@media screen and (max-width: 767px) {
    .top-mv2 .mv2-bg p.text4 .big {
        font-size: 5.5rem;
        margin-bottom: .5rem
    }
}

.top-mv2 .mv2-bg p.text4 .huge {
    font-size: 2.5rem;
    letter-spacing: -0.2rem;
    margin-bottom: .6rem
}

@media screen and (max-width: 767px) {
    .top-mv2 .mv2-bg p.text4 .huge {
        font-size: 8rem;
        letter-spacing: 0rem;
        margin-bottom: 1.5rem
    }
}

.top-mv2 .mv2-bg .content-row {
    gap: 1.05rem
}

@media screen and (max-width: 767px) {
    .top-mv2 .mv2-bg .content-row {
        gap: 5rem;
        margin-top: 3rem
    }
}

.top-mv2 .mv2-bg .content-row .content-col {
    border: solid 1.5px var(--main-color);
    background-color: var(--white-color);
    height: 10.85rem;
    border-radius: 6rem;
    width: 10.85rem
}

@media screen and (max-width: 767px) {
    .top-mv2 .mv2-bg .content-row .content-col {
        height: 28rem;
        border-radius: 14rem;
        width: 28rem
    }
}

.top-mv2 .mv2-bg .content-row .content-col h3 {
    font-size: 1.25rem;
    margin-top: 1.9rem;
    letter-spacing: .2rem
}

@media screen and (max-width: 767px) {
    .top-mv2 .mv2-bg .content-row .content-col h3 {
        font-size: 3rem;
        margin-top: 3rem;
        letter-spacing: 0rem
    }
}

.top-mv2 .mv2-bg .content-row .content-col p {
    font-size: .75rem;
    letter-spacing: .05rem
}

@media screen and (max-width: 767px) {
    .top-mv2 .mv2-bg .content-row .content-col p {
        font-size: 2.2rem
    }
}

.top-mv2 .mv2-bg .content-row .content-col.col1 .icon {
    background-image: url("../img/icon1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 2rem;
    width: 2.15rem;
    margin: .6rem auto .6rem
}

@media screen and (max-width: 767px) {
    .top-mv2 .mv2-bg .content-row .content-col.col1 .icon {
        height: 6.4rem;
        width: 7rem;
        margin: 1.5rem auto 1rem
    }
}

.top-mv2 .mv2-bg .content-row .content-col.col2 .icon {
    background-image: url("../img/icon2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 2.3rem;
    width: 2.15rem;
    margin: .5rem auto .4rem
}

@media screen and (max-width: 767px) {
    .top-mv2 .mv2-bg .content-row .content-col.col2 .icon {
        height: 7.9rem;
        width: 7.1rem;
        margin: .5rem auto
    }
}

.top-mv2 .mv2-bg .content-row .content-col.col3 .icon {
    background-image: url("../img/icon3.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 2rem;
    width: 2.5rem;
    margin: .6rem auto .6rem
}

@media screen and (max-width: 767px) {
    .top-mv2 .mv2-bg .content-row .content-col.col3 .icon {
        height: 6rem;
        width: 7.5rem;
        margin: 1.3rem auto
    }
}

.top-about-us {
    background-color: var(--background-color);
    padding: 5.8rem 0 4.2rem
}

@media screen and (max-width: 767px) {
    .top-about-us {
        padding: 15rem 0
    }
}

.top-about-us .bg-img1 {
    background-image: url("../img/a1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 11.4rem;
    width: 47rem;
    top: -0.7rem;
    left: 0
}

@media screen and (max-width: 767px) {
    .top-about-us .bg-img1 {
        height: 20rem;
        width: 93rem;
        top: 2rem;
        left: 0
    }
}

.top-about-us .bg-img2 {
    background-image: url("../img/a2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 9.4rem;
    width: 14.6rem;
    right: 4rem;
    top: 4.75rem
}

@media screen and (max-width: 767px) {
    .top-about-us .bg-img2 {
        height: 11rem;
        width: 35rem;
        right: 3.6rem;
        top: 78rem
    }
}

.top-about-us .top-about-us-row .col1 {
    width: 63.25%;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .top-about-us .top-about-us-row .col1 {
        width: 100%
    }
}

.top-about-us .top-about-us-row .col1 .img1 {
    background-image: url("../img/top-about1.jpg");
    background-size: cover;
    background-position: center;
    height: 28.4rem;
    width: 15.7rem;
    margin-left: 7.4rem
}

@media screen and (max-width: 767px) {
    .top-about-us .top-about-us-row .col1 .img1 {
        height: 47.5rem;
        width: 26rem;
        margin-left: 7.5rem;
        margin-top: 2.5rem
    }
}

.top-about-us .top-about-us-row .col1 .img2 {
    background-image: url("../img/top-about2.jpg");
    background-size: cover;
    background-position: center;
    height: 28.4rem;
    width: 15.65rem;
    margin-left: 1.5rem;
    margin-top: 2.6rem
}

@media screen and (max-width: 767px) {
    .top-about-us .top-about-us-row .col1 .img2 {
        height: 47.5rem;
        width: 26rem;
        margin-left: 3.5rem;
        margin-top: 8rem
    }
}

.top-about-us .top-about-us-row .col1 .img3 {
    background-image: url("../img/top-about3.jpg");
    background-size: cover;
    background-position: center;
    height: 28.4rem;
    width: 15.6rem;
    margin-left: 1.6rem
}

@media screen and (max-width: 767px) {
    .top-about-us .top-about-us-row .col1 .img3 {
        height: 46.5rem;
        width: 26rem;
        margin-left: 3.5rem;
        margin-top: 2.5rem
    }
}

.top-about-us .top-about-us-row .col2 {
    width: 36.75%
}

@media screen and (max-width: 767px) {
    .top-about-us .top-about-us-row .col2 {
        width: 90%;
        margin: auto
    }
}

.top-about-us .top-about-us-row .col2 h2 {
    margin-top: 1.2rem;
    color: var(--main-color);
    font-size: 2.55rem;
    letter-spacing: .37rem;
    line-height: 3.5rem
}

@media screen and (max-width: 767px) {
    .top-about-us .top-about-us-row .col2 h2 {
        margin-top: 5rem;
        font-size: 7rem;
        letter-spacing: .5rem;
        line-height: 10.5rem
    }
}

.top-about-us .top-about-us-row .col2 p:not(.text2) {
    line-height: 1.6rem;
    letter-spacing: .12rem
}

@media screen and (max-width: 767px) {
    .top-about-us .top-about-us-row .col2 p:not(.text2) {
        font-size: 4.5rem;
        line-height: 6rem
    }
}

.top-about-us .top-about-us-row .col2 p.text1 {
    font-size: .9rem
}

@media screen and (max-width: 767px) {
    .top-about-us .top-about-us-row .col2 p.text1 {
        font-size: 3rem
    }
}

.top-about-us .top-about-us-row .col2 p.text2 {
    font-size: 1.4rem;
    margin-top: 1.1rem;
    color: var(--red-color);
    letter-spacing: .18rem;
    line-height: 2.4rem
}

@media screen and (max-width: 767px) {
    .top-about-us .top-about-us-row .col2 p.text2 {
        margin-top: 4.5rem;
        font-size: 4.5rem;
        line-height: 7rem
    }
}

.top-about-us .top-about-us-row .col2 p.text3 {
    margin-top: .4rem;
    font-size: .9rem
}

@media screen and (max-width: 767px) {
    .top-about-us .top-about-us-row .col2 p.text3 {
        font-size: 4rem;
        margin-top: 2rem
    }
}

.top-about-us .top-about-us-row .col2 p.text4 {
    margin-top: 1.5rem;
    font-size: .9rem
}

@media screen and (max-width: 767px) {
    .top-about-us .top-about-us-row .col2 p.text4 {
        font-size: 4rem;
        margin-top: 2rem
    }
}

.top-about-us .top-about-us-row .col2 p.text5 {
    margin-top: 1.7rem;
    font-size: .9rem
}

@media screen and (max-width: 767px) {
    .top-about-us .top-about-us-row .col2 p.text5 {
        font-size: 4rem;
        margin-top: 2rem
    }
}

.top-about-us .top-about-us-row .col2 .button {
    margin-top: 1.7rem;
    width: 13.5rem
}

@media screen and (max-width: 767px) {
    .top-about-us .top-about-us-row .col2 .button {
        width: 50%;
        margin: 10rem auto 5rem
    }
}

.top-about-us .top-about-us-row .col2 .button p {
    padding: .8rem 0 .8rem 3rem;
    font-size: .9rem
}

@media screen and (max-width: 767px) {
    .top-about-us .top-about-us-row .col2 .button p {
        font-size: 3rem;
        letter-spacing: .5rem;
        padding: 3rem 3rem 3rem 11.5rem
    }
}

@media screen and (max-width: 767px) {
    .top-about-us .top-about-us-row .col2 .button .tri {
        width: 1.8rem;
        height: 2rem;
        left: 80%
    }

    .top-about-us .top-about-us-row .col2 .button:hover .tri {
        left: 81%
    }
}

.top-genre {
    padding-top: 4.5rem
}

@media screen and (max-width: 767px) {
    .top-genre {
        padding: 15rem 0
    }
}

.top-genre .bg-img1 {
    background-image: url("../img/a2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 9.8rem;
    width: 14.5rem;
    top: 8.9rem;
    left: -2.5rem
}

@media screen and (max-width: 767px) {
    .top-genre .bg-img1 {
        height: 9.4rem;
        width: 30rem;
        top: 23.7rem;
        left: -10rem
    }
}

.top-genre .bg-img2 {
    background-image: url("../img/a3.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 17.5rem;
    width: 20.3rem;
    right: 0rem;
    top: 0rem
}

@media screen and (max-width: 767px) {
    .top-genre .bg-img2 {
        height: 35rem;
        width: 43rem;
        right: 0rem;
        top: 0rem
    }
}

.top-genre .genre-main {
    width: 97.5%;
    margin: 2.55rem auto
}

@media screen and (max-width: 767px) {
    .top-genre .genre-main {
        margin: 5rem auto
    }
}

.top-genre .genre-main .genre-row {
    gap: .475rem;
    margin-bottom: .45rem
}

@media screen and (max-width: 767px) {
    .top-genre .genre-main .genre-row {
        gap: 1.5rem;
        margin-bottom: 1.5rem
    }
}

@media screen and (max-width: 767px) {
    .top-genre .genre-main .genre-row .genre-col1 {
        width: 48rem
    }
}

.top-genre .genre-main .genre-row .genre-col1 .genre-img1 {
    background-size: cover;
    background-position: center;
    height: 23.45rem;
    width: 24rem;
    filter: brightness(0.75);
    transition: .5s
}

@media screen and (max-width: 767px) {
    .top-genre .genre-main .genre-row .genre-col1 .genre-img1 {
        height: 48rem;
        width: 48rem
    }
}

.top-genre .genre-main .genre-row .genre-col1 .genre-img1:hover {
    filter: brightness(1)
}

.top-genre .genre-main .genre-row .genre-col1 .genre-img1.cat1 {
    background-image: url("../img/genre1.jpg")
}

.top-genre .genre-main .genre-row .genre-col1 .genre-img1.cat10 {
    background-image: url("../img/genre10.jpg")
}

.top-genre .genre-main .genre-row .genre-col1 .genre-img1.cat13 {
    background-image: url("../img/genre13.jpg")
}

.top-genre .genre-main .genre-row .genre-col1 .genre-img1.cat14 {
    background-image: url("../img/genre14.jpg")
}

.top-genre .genre-main .genre-row .genre-col1 .genre-img1.cat17 {
    background-image: url("../img/genre17.jpg")
}

.top-genre .genre-main .genre-row .genre-col1 .genre-img1 .text {
    z-index: 1;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.top-genre .genre-main .genre-row .genre-col1 .genre-img1 .text h3 {
    color: var(--white-color);
    font-size: 1.75rem;
    letter-spacing: .1rem
}

@media screen and (max-width: 767px) {
    .top-genre .genre-main .genre-row .genre-col1 .genre-img1 .text h3 {
        font-size: 4rem;
        letter-spacing: 1.5rem
    }
}

@media screen and (max-width: 767px) {
    .top-genre .genre-main .genre-row .genre-col2 {
        width: 48rem
    }
}

.top-genre .genre-main .genre-row .genre-col2 .genre-img1 {
    background-size: cover;
    background-position: center;
    height: 11.5rem;
    width: 24rem;
    margin-bottom: .4rem;
    filter: brightness(0.75);
    transition: .5s
}

@media screen and (max-width: 767px) {
    .top-genre .genre-main .genre-row .genre-col2 .genre-img1 {
        height: 23.25rem;
        width: 48rem;
        margin-bottom: 1.5rem
    }
}

.top-genre .genre-main .genre-row .genre-col2 .genre-img1:hover {
    filter: brightness(1)
}

.top-genre .genre-main .genre-row .genre-col2 .genre-img1.cat2 {
    background-image: url("../img/genre2.jpg")
}

.top-genre .genre-main .genre-row .genre-col2 .genre-img1.cat4 {
    background-image: url("../img/genre4.jpg")
}

.top-genre .genre-main .genre-row .genre-col2 .genre-img1.cat6 {
    background-image: url("../img/genre6.jpg")
}

.top-genre .genre-main .genre-row .genre-col2 .genre-img1.cat8 {
    background-image: url("../img/genre8.jpg")
}

.top-genre .genre-main .genre-row .genre-col2 .genre-img1.cat11 {
    background-image: url("../img/genre11.jpg")
}

.top-genre .genre-main .genre-row .genre-col2 .genre-img1.cat15 {
    background-image: url("../img/genre15.jpg")
}

.top-genre .genre-main .genre-row .genre-col2 .genre-img1.cat18 {
    background-image: url("../img/genre18.jpg")
}

.top-genre .genre-main .genre-row .genre-col2 .genre-img1 .text {
    z-index: 1;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.top-genre .genre-main .genre-row .genre-col2 .genre-img1 .text h3 {
    color: var(--white-color);
    font-size: 1.75rem;
    letter-spacing: .1rem
}

@media screen and (max-width: 767px) {
    .top-genre .genre-main .genre-row .genre-col2 .genre-img1 .text h3 {
        font-size: 4rem;
        letter-spacing: 1.5rem
    }
}

.top-genre .genre-main .genre-row .genre-col2 .genre-img2 {
    background-size: cover;
    background-position: center;
    height: 11.5rem;
    width: 24rem;
    filter: brightness(0.75);
    transition: .5s
}

@media screen and (max-width: 767px) {
    .top-genre .genre-main .genre-row .genre-col2 .genre-img2 {
        height: 23.25rem;
        width: 48rem
    }
}

.top-genre .genre-main .genre-row .genre-col2 .genre-img2:hover {
    filter: brightness(1)
}

.top-genre .genre-main .genre-row .genre-col2 .genre-img2.cat3 {
    background-image: url("../img/genre3.jpg")
}

.top-genre .genre-main .genre-row .genre-col2 .genre-img2.cat5 {
    background-image: url("../img/genre5.jpg")
}

.top-genre .genre-main .genre-row .genre-col2 .genre-img2.cat7 {
    background-image: url("../img/genre7.jpg")
}

.top-genre .genre-main .genre-row .genre-col2 .genre-img2.cat9 {
    background-image: url("../img/genre9.jpg")
}

.top-genre .genre-main .genre-row .genre-col2 .genre-img2.cat12 {
    background-image: url("../img/genre12.jpg")
}

.top-genre .genre-main .genre-row .genre-col2 .genre-img2.cat16 {
    background-image: url("../img/genre16.jpg")
}

.top-genre .genre-main .genre-row .genre-col2 .genre-img2.cat19 {
    background-image: url("../img/genre19.jpg")
}

.top-genre .genre-main .genre-row .genre-col2 .genre-img2 .text {
    z-index: 1;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.top-genre .genre-main .genre-row .genre-col2 .genre-img2 .text h3 {
    color: var(--white-color);
    font-size: 1.75rem;
    letter-spacing: .1rem
}

@media screen and (max-width: 767px) {
    .top-genre .genre-main .genre-row .genre-col2 .genre-img2 .text h3 {
        font-size: 4rem;
        letter-spacing: 1.5rem
    }
}

@media screen and (max-width: 767px)and (max-width: 767px) {
    .top-genre .genre-main .genre-row .genre-col2 .genre-img2 .text h3.small {
        font-size: 3rem
    }
}

.top-purchase {
    padding: 5.5rem 0 2.8rem
}

.top-purchase .bg-img1 {
    background-image: url("../img/a4.png");
    background-size: cover;
    background-position: center;
    height: 21.5rem;
    width: 18rem;
    top: 2rem;
    right: 0rem
}

.top-purchase .bg-img2 {
    background-image: url("../img/a5.png");
    background-size: cover;
    background-position: center;
    height: 12rem;
    width: 12rem;
    bottom: 0rem;
    left: 0rem
}

@media screen and (max-width: 767px) {
    .top-purchase .bg-img2 {
        width: 20rem;
        height: 20rem
    }
}

.top-purchase .item-card .title {
    margin-top: .5rem
}

.top-purchase .item-card .title h3 {
    font-size: .7rem;
    letter-spacing: .01rem;
    line-height: 1.2rem
}

@media screen and (max-width: 767px) {
    .top-purchase .item-card .title h3 {
        font-size: 3rem;
        letter-spacing: .5rem;
        line-height: 4.2rem
    }
}

.top-purchase .item-card .price p {
    font-size: .65rem;
    letter-spacing: .04rem
}

@media screen and (max-width: 767px) {
    .top-purchase .item-card .price p {
        font-size: 3rem;
        letter-spacing: .5rem
    }
}

.top-purchase .item-card .price p span {
    font-size: 1.1rem;
    margin-left: .3rem;
    letter-spacing: .14rem
}

@media screen and (max-width: 767px) {
    .top-purchase .item-card .price p span {
        font-size: 5rem;
        margin-left: 1.5rem;
        letter-spacing: .5rem
    }
}

.top-purchase .item-card .category {
    margin-top: .75rem
}

@media screen and (max-width: 767px) {
    .top-purchase .item-card .category {
        margin-top: 1.5rem
    }
}

.top-purchase .item-card .category p {
    font-size: .65rem
}

@media screen and (max-width: 767px) {
    .top-purchase .item-card .category p {
        font-size: 2.5rem
    }
}

.top-purchase .achievements-swiper-button-prev {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 1.5rem;
    top: 35%;
    left: 9%;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--black-color)
}

.top-purchase .achievements-swiper-button-prev::after {
    font-size: 1rem
}

.top-purchase .achievements-swiper-button-next {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 1.5rem;
    top: 35%;
    right: 9%;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--black-color)
}

.top-purchase .achievements-swiper-button-next::after {
    font-size: 1rem
}

.top-purchase .achievements {
    width: 73.5%;
    margin: 2.5rem auto
}

@media screen and (max-width: 767px) {
    .top-purchase .achievements {
        width: 90%;
        margin: 10rem auto;
        overflow: visible
    }
}

.top-purchase .button {
    margin: 5rem auto;
    width: 19.75rem
}

@media screen and (max-width: 767px) {
    .top-purchase .button {
        width: 50%
    }
}

.top-purchase .button p {
    padding: 1.05rem 0 1.05rem 4rem;
    font-size: .9rem;
    letter-spacing: .13rem
}

@media screen and (max-width: 767px) {
    .top-purchase .button p {
        font-size: 3rem;
        letter-spacing: .5rem;
        padding: 3rem 3rem 3rem 7rem
    }
}

.top-purchase .button .tri {
    left: 77%
}

@media screen and (max-width: 767px) {
    .top-purchase .button .tri {
        width: 1.8rem;
        height: 2rem;
        left: 90%
    }
}

.top-purchase .button:hover .tri {
    left: 79%
}

@media screen and (max-width: 767px) {
    .top-purchase .button:hover .tri {
        left: 91%
    }
}

.top-choose {
    background-color: var(--background-color);
    padding: 5.1rem 0 1rem
}

@media screen and (max-width: 767px) {
    .top-choose {
        padding: 15rem 0
    }
}

.top-choose .bg-img1 {
    background-image: url("../img/a1.png");
    background-size: cover;
    background-position: center;
    height: 10rem;
    width: 47rem;
    top: 0rem;
    left: 0rem
}

@media screen and (max-width: 767px) {
    .top-choose .bg-img1 {
        height: 20rem;
        width: 93rem;
        top: 0rem;
        left: 0
    }
}

.top-choose .btn-area {
    width: 67.7%;
    margin: 2.2rem auto 0;
    gap: 0 2%
}

@media screen and (max-width: 767px) {
    .top-choose .btn-area {
        gap: 5rem 0;
        width: 75%;
        margin: 5rem auto 0
    }
}

.top-choose .btn-area a {
    width: 100%
}

.top-choose .btn-area a .btn-col {
    background-size: cover;
    background-position: center;
    height: 16.1rem
}

@media screen and (max-width: 767px) {
    .top-choose .btn-area a .btn-col {
        height: 36.5rem
    }
}

.top-choose .btn-area a .btn-col.col1 {
    background-image: url("../img/top1.jpg")
}

.top-choose .btn-area a .btn-col.col2 {
    background-image: url("../img/top2.jpg")
}

.top-choose .btn-area a .btn-col .btn-content {
    bottom: 0rem;
    left: 0rem;
    width: 100%;
    background: linear-gradient(transparent 0%, #333 100%)
}

.top-choose .btn-area a .btn-col .btn-content h3 {
    font-size: 1.5rem;
    letter-spacing: .1rem;
    color: var(--white-color);
    line-height: 2.6rem;
    padding-left: 1.5rem;
    padding-bottom: .2rem
}

@media screen and (max-width: 767px) {
    .top-choose .btn-area a .btn-col .btn-content h3 {
        font-size: 4.5rem;
        line-height: 7.5rem;
        padding-bottom: 0
    }
}

.top-choose .btn-area a .btn-col .btn-content p {
    color: var(--white-color);
    font-size: .75rem;
    letter-spacing: .14rem;
    line-height: 1.45rem;
    padding: 0 0 1.2rem 1.5rem
}

@media screen and (max-width: 767px) {
    .top-choose .btn-area a .btn-col .btn-content p {
        font-size: 2.5rem;
        line-height: 4.5rem
    }
}

.top-choose .text-bottom {
    width: 68%;
    margin: .7rem auto 0
}

@media screen and (max-width: 767px) {
    .top-choose .text-bottom {
        width: 75%;
        margin: 1.5rem auto 0
    }
}

.top-choose .text-bottom p {
    font-size: .9rem
}

@media screen and (max-width: 767px) {
    .top-choose .text-bottom p {
        font-size: 2.5rem
    }
}

.top-info {
    background-color: var(--background-color);
    padding: 1.2rem 0 3.2rem;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .top-info {
        padding: 15rem 0
    }
}

.top-info .bg-img1 {
    background-image: url("../img/a2.png");
    background-size: cover;
    background-position: center;
    height: 4.3rem;
    width: 14.4rem;
    top: 6.5rem;
    right: 4rem
}

@media screen and (max-width: 767px) {
    .top-info .bg-img1 {
        height: 9rem;
        width: 30.4rem;
        top: 5.5rem;
        right: 3.5rem
    }
}

.top-info .info-row {
    width: 68%;
    margin: 2.2rem auto
}

@media screen and (max-width: 767px) {
    .top-info .info-row {
        width: 90%;
        margin: 5rem auto
    }
}

.top-info .info-row .info-img {
    background-image: url("../img/top3.jpg");
    background-size: cover;
    background-position: center;
    height: 26rem;
    width: 49.25%
}

@media screen and (max-width: 767px) {
    .top-info .info-row .info-img {
        width: 100%;
        height: 70.5rem
    }
}

.top-info .info-row .info-col {
    margin-left: 4.5%;
    width: 46.25%
}

@media screen and (max-width: 767px) {
    .top-info .info-row .info-col {
        margin-left: 0;
        width: 100%
    }
}

.top-info .info-row .info-col .logo {
    background-image: url("../img/logo.png");
    background-size: cover;
    background-position: center;
    height: 2.4rem;
    width: 12.5rem;
    margin-top: 3.8rem
}

@media screen and (max-width: 767px) {
    .top-info .info-row .info-col .logo {
        height: 6.7rem;
        width: 35rem;
        margin-top: 5rem
    }
}

.top-info .info-row .info-col .text {
    margin-top: .8rem
}

@media screen and (max-width: 767px) {
    .top-info .info-row .info-col .text {
        margin-top: 3rem
    }
}

.top-info .info-row .info-col .text p {
    font-size: .8rem;
    line-height: 1.55rem;
    letter-spacing: .09rem
}

@media screen and (max-width: 767px) {
    .top-info .info-row .info-col .text p {
        font-size: 3rem;
        line-height: 5rem;
        letter-spacing: 0
    }
}

.top-info .info-row .info-col .text p.text2 {
    margin-top: 1rem
}

@media screen and (max-width: 767px) {
    .top-info .info-row .info-col .text p.text2 {
        margin-top: 3rem
    }
}

.top-info .info-row .info-col .text p.text3 {
    color: var(--red-color);
    font-size: .9rem;
    margin-top: .1rem;
    letter-spacing: .08rem
}

@media screen and (max-width: 767px) {
    .top-info .info-row .info-col .text p.text3 {
        font-size: 4.5rem;
        margin-top: 2rem;
        letter-spacing: .5rem
    }
}

.top-info .info-row .info-col .text p.text4 {
    font-size: .9rem;
    margin-top: .3rem;
    letter-spacing: .03rem;
    line-height: 1.4rem
}

@media screen and (max-width: 767px) {
    .top-info .info-row .info-col .text p.text4 {
        font-size: 3rem;
        line-height: 5rem;
        letter-spacing: .1rem;
        margin-top: 3rem
    }
}

.top-info .info-row .info-col .text p.text5 {
    font-size: .9rem;
    margin-top: .7rem;
    letter-spacing: .1rem;
    line-height: 1.4rem;
    color: var(--blue-color);
    border-bottom: solid 1px var(--blue-color);
    width: 35%
}

@media screen and (max-width: 767px) {
    .top-info .info-row .info-col .text p.text5 {
        font-size: 3rem;
        margin-top: 3rem;
        letter-spacing: .1rem;
        line-height: 5.5rem
    }
}

.top-info .info-row .info-col .text p.text5 a span {
    padding-left: .8rem
}

.top-reason {
    padding: 6.6rem 0 2.9rem
}

@media screen and (max-width: 767px) {
    .top-reason {
        padding: 15rem 0 5rem
    }
}

.top-reason .bg-img1 {
    background-image: url("../img/a6.png");
    background-size: cover;
    background-position: center;
    height: 24rem;
    width: 14.5rem;
    top: 1.05rem;
    left: 0rem
}

@media screen and (max-width: 767px) {
    .top-reason .bg-img1 {
        height: 48rem;
        width: 30rem;
        top: 7.5rem;
        left: 0rem
    }
}

.top-reason .reason-row {
    width: 77%;
    margin: 2.5rem auto;
    gap: 1%
}

@media screen and (max-width: 767px) {
    .top-reason .reason-row {
        width: 80%;
        margin: 10rem auto
    }
}

.top-reason .reason-row .reason-col {
    width: 33%
}

@media screen and (max-width: 767px) {
    .top-reason .reason-row .reason-col {
        width: 100%;
        margin-bottom: 5rem
    }
}

.top-reason .reason-row .reason-col .img-box {
    height: 16.2rem
}

@media screen and (max-width: 767px) {
    .top-reason .reason-row .reason-col .img-box {
        height: 49rem
    }
}

.top-reason .reason-row .reason-col .img-box .bg-img {
    background-size: cover;
    background-position: center;
    height: 15.6rem;
    width: 95%;
    z-index: 1;
    right: .5rem
}

@media screen and (max-width: 767px) {
    .top-reason .reason-row .reason-col .img-box .bg-img {
        height: 49rem;
        width: 95%;
        right: 2rem
    }
}

.top-reason .reason-row .reason-col .img-box .bg-img.img1 {
    background-image: url("../img/top4.jpg")
}

.top-reason .reason-row .reason-col .img-box .bg-img.img2 {
    background-image: url("../img/top5.jpg")
}

.top-reason .reason-row .reason-col .img-box .bg-img.img3 {
    background-image: url("../img/top6.jpg")
}

.top-reason .reason-row .reason-col .img-box .bg-color {
    background-color: var(--main-color);
    width: 95%;
    height: 15.7rem;
    bottom: 0;
    right: 0
}

@media screen and (max-width: 767px) {
    .top-reason .reason-row .reason-col .img-box .bg-color {
        height: 47rem;
        width: 95%;
        bottom: -2rem
    }
}

.top-reason .reason-row .reason-col.col1 .reason-title {
    /* width: 41%; */
    width: 48%;
    margin: 1rem auto .75rem
}

@media screen and (max-width: 767px) {
    .top-reason .reason-row .reason-col.col1 .reason-title {
        width: 90%;
        margin: 5rem auto
    }
}

.top-reason .reason-row .reason-col.col2 .reason-title {
    width: 65%;
    margin: 1rem auto .75rem
}

@media screen and (max-width: 767px) {
    .top-reason .reason-row .reason-col.col2 .reason-title {
        width: 90%;
        margin: 5rem auto
    }
}

.top-reason .reason-row .reason-col.col3 .reason-title {
    width: 65%;
    margin: 1rem auto .75rem
}

@media screen and (max-width: 767px) {
    .top-reason .reason-row .reason-col.col3 .reason-title {
        width: 90%;
        margin: 5rem auto
    }
}

.top-reason .reason-row .reason-col .reason-title {
    margin-top: 1rem;
    background-color: var(--main-color);
    color: var(--white-color);
    gap: .5rem;
    padding: .2rem 0
}

@media screen and (max-width: 767px) {
    .top-reason .reason-row .reason-col .reason-title {
        gap: 2.5rem
    }
}

.top-reason .reason-row .reason-col .reason-title h4 {
    font-size: 1.15rem;
    letter-spacing: .1rem
}

@media screen and (max-width: 767px) {
    .top-reason .reason-row .reason-col .reason-title h4 {
        font-size: 4rem
    }
}

.top-reason .reason-row .reason-col .reason-title .icon {
    background-image: url("../img/flower.png");
    background-size: cover;
    background-position: center;
    height: 1rem;
    width: 1rem
}

@media screen and (max-width: 767px) {
    .top-reason .reason-row .reason-col .reason-title .icon {
        width: 3rem;
        height: 3rem
    }
}

.top-reason .reason-row .reason-col .reason-text p {
    font-size: .75rem;
    letter-spacing: .14rem;
    margin-left: .6rem;
    line-height: 1.5rem
}

@media screen and (max-width: 767px) {
    .top-reason .reason-row .reason-col .reason-text p {
        font-size: 3.5rem;
        letter-spacing: .1rem;
        margin-left: 0rem;
        line-height: 6rem
    }
}

.site-footer {
    padding-bottom: 11.5rem
}

@media screen and (max-width: 767px) {
    .site-footer {
        padding-bottom: 0
    }
}