html {
    font-family: "Noto Sans JP", sans-serif;
    background-color: #3e3938;
    font-size: 1px;
}

@media screen and (min-width: 1440px) {
    :root {
        font-size: 1px;
    }
}

@media screen and (min-width:1024px) and ( max-width:1439px) {
    :root {
        font-size: 0.083vw;
    }
}

@media screen and (min-width:376px) and ( max-width:1023px) {
    :root {
        font-size: 0.266vw;
    }
}

@media screen and (max-width: 375px) {
    :root {
        font-size: 1px;
    }
}

body {
    max-width: 750px;
    width: 750px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}

main {
    max-width: 750px;
    overflow: hidden;
}

figure,
figure img {
    width: 100%;
    margin: 0;
}

@media screen and (max-width: 749px) {
    body {
        width: 100%;
        display: block;
        background-color: #3e3938;
        margin: 0 auto;
        position: relative;
        z-index: -1;
    }

    main {
        max-width: 100%;
    }
}

/*  */
.btn_area_01 {
    background: linear-gradient(135deg, #E9E4E4, #DAD7D7);
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 10% 0;
}

.btn_area_01 h2 {
    padding: 0 0 5%;
}

.btn_group_box {
    background-color: #fff;
    border: solid 1px #C1BFAE;
    border-radius: 3px;
    padding: 5%;
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20rem;
}

.btn_group a {
    color: #fff;
    font-size: 18rem;
    font-weight: 600;
    word-break: keep-all;
    text-decoration: none;
    width: 80%;
    aspect-ratio: 1 / 0.2;
    border-radius: 72rem;
    transition: .4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

@media screen and (min-width:1024px) and ( max-width:1439px) {
    .btn_group a {
        font-size: 28rem;
    }
}

@media screen and (min-width: 1440px) {
    .btn_group a {
        font-size: 28rem;
    }
}

.btn_group a span {
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.btn_group a:first-of-type {
    background: linear-gradient(to right, #BEBB93, #8E8A6D);
}

.btn_group a:nth-of-type(2) {
    background: linear-gradient(to right, #FF6A09, #CE4E00);
}

.btn_group a:last-of-type {
    background: linear-gradient(to right, #715D46, #342A1E);
}

.btn_group a:hover {
    border: 3rem solid transparent;
    border-radius: 72rem;
}

.btn_group a:hover span {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}

.btn_group a:first-of-type:hover {
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #BEBB93, #8E8A6D) border-box;
}

.btn_group a:nth-of-type(2):hover {
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #FF6A09, #CE4E00) border-box;
}

.btn_group a:last-of-type:hover {
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #715D46, #342A1E) border-box;
}

.btn_group a:first-of-type:hover span {
    background-image: linear-gradient(to right, #BEBB93, #8E8A6D);
}

.btn_group a:nth-of-type(2):hover span {
    background-image: linear-gradient(to right, #FF6A09, #CE4E00);
}

.btn_group a:last-of-type:hover span {
    background-image: linear-gradient(to right, #715D46, #342A1E);
}

.animation_area {
    background-image: url(images/02_01.png);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 1500 / 3614;
    position: relative;
}

.animation_area .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    width: 98%;
    position: absolute;
    bottom: 0;
    left: 1%;
}

.animation_area .item figure {
    margin: 0;
    flex: 1;
    transform: scale(1.15) translateY(50px);
    opacity: 0;
    transition: all 0.8s ease-out;
}

.animation_area .item figure:not(:first-of-type) {
    margin-left: -2%;
}

.animation_area .item figure:nth-of-type(odd) {
    padding-bottom: 10%;
}

.animation_area .item figure img {
    width: 100%;
    height: auto;
    display: block;
}

.animation_area .item figure.show {
    opacity: 1;
    transform: scale(1.15) translateY(0);
}

.animation_area .item figure:nth-child(1).show {
    transition-delay: 0s;
}

.animation_area .item figure:nth-child(2).show {
    transition-delay: 0.3s;
}

.animation_area .item figure:nth-child(3).show {
    transition-delay: 0.6s;
}

.google_map_area {
    background-color: #fff;
    margin-top: -2px;
    padding: 10% 0;
}

.google_map_area iframe {
    width: 80%;
    display: block;
    margin: 0 auto;
    aspect-ratio: 5 / 3;
}

.slide_area {
    background-image: url(../images/06_02.png);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 1500 / 2948;
    position: relative;
    z-index: 1;
}

.slide_area .splide {
    position: absolute;
    top: 25%;
    left: 0;
    height: 45%;
    width: 100%;
    z-index: 100;
    overflow: hidden;
}

.slide_area .splide .splide-wrapper {
    width: 100%;
    height: 100%;
}

.slide_area .splide .splide-wrapper .splide__track {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.slide_area .splide .splide-wrapper .splide__list {
    height: 100%;
}

.slide_area .splide__slide {
    width: 60%;
    height: 100%;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.slide_area .splide__slide img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.slide_area .splide__arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
}

.splide .splide__arrow {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #FF9933;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 10;
    pointer-events: auto;
    padding: 0;
    opacity: 1.0;
}

.splide .splide__arrow:hover {
    opacity: 0.8;
}

.splide .splide__arrow--next::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #fff;
}

.splide .splide__arrow--prev::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 9px solid #fff;
}

.splide .splide__arrow--prev {
    left: 30em;
}

.splide .splide__arrow--next {
    right: 30em;
}

.splide__pagination .splide__pagination__page {
    background-color: #FF9933;
}

.splide__pagination__page.is-active {
    border: solid 1px #FF9933;
}