@charset "UTF-8";

/* ltg-arrange */
.ltg-slide picture img {
    width: 100%;
    height: 100vh;
    height: 100svh;
    margin: 0 auto;
    object-fit: cover;
}

div.swiper-button-prev {
    left: 97px;
    right: auto;
}

/* talon */
.top_slider_out_full {
    width: 100%;
}

.top_slider_in_1920 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.top_slider_in_1366 {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}

.top_slider_in_80center {
    width: 80%;
    max-width: 1366px;
    margin: 0 auto;
}

.top_slider_in_84center {
    width: 84%;
    max-width: 1366px;
    margin: 0 auto;
}

.top_slider_in_90center {
    width: 90%;
    max-width: 1366px;
    margin: 0 auto;
}

.top_slider_in_95center {
    width: 95%;
    max-width: 1366px;
    margin: 0 auto;
}

.section_top_10 {
    height: 100vh;
    height: 100svh;
    /* position: relative; */
    position: fixed;
}

.section_top_11 {
    position: absolute;
    width: 85px;
    height: 100vh;
    height: 100svh;
    background-color: #D25C36;
    top: 0;
    left: 0;
    z-index: 999;
}

.section_top_11>ul {
    list-style: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    margin: 0;
}

.section_top_11>ul>li {
    border-top: 1px solid #FFF;
    text-align: center;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.section_top_11>ul a {
    writing-mode: vertical-rl;
    text-decoration: none;
    color: #FFF;
    letter-spacing: 0.3rem;
}

.section_top_12 {
    position: absolute;
    z-index: 999;
}

.scrolldown1 {
    left: 50%;
    bottom: 22px;
    height: 104px;
}

.scrolldown1 span {
    position: absolute;
    left: -9px;
    top: 20px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    transform: rotate(90deg);
}

.scrolldown1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 104px;
    background: #FFF;
    animation: pathmove 2s ease-in-out infinite;
    opacity: 0;
}

@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }

    70% {
        height: 60px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 50px;
        opacity: 0;
    }
}

.top_dummy1 {
    height: 100vh;
    height: 100svh;
}

.section_top_20 {
    height: 125px;
    /* background-color: #FFF; */
    background-color: #FFF;
    position: relative;
}

.section_top_21 {
    display: flex;
    padding-top: 31px;
}

.section_top_21_1 {
    width: 20%;
}

.section_top_21_1>div {
    display: grid;
    place-items: center;
    height: 100%;
}

.section_top_21_1>div>h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: #5A2720;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

.section_top_21_2 {
    width: 80%;
}

.section_top_30 {
    /* background-color: #FFF; */
    background-color: #F2E0AD;
    position: relative;
}

.section_top_31 {
    display: flex;
    flex-direction: row;
}

.section_top_31_1 {
    width: 34%;
    min-height: 783px;
    background-color: #F2E0AD;
    z-index: 999;
}

.section_top_31_1 h2 {
    font-size: 107px;
    color: #D25C36;
    white-space: nowrap;
    margin-top: 126px;
    margin-left: 31px;
}

.section_top_31_1 h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 36px;
    color: #5A2720;
    margin-top: 44px;
    margin-left: 31px;
}

.section_top_31_1 p {
    font-size: 18px;
    width: 70%;
    margin-top: 31px;
    margin-left: 31px;
    line-height: 200%;
}

.section_top_31_2 {
    width: 33%;
    min-height: 783px;
    background-image: url(../images/top_pic_01.webp);
    background-size: cover;
    text-align: left;
}

.section_top_31_2>div {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    margin-top: 536px;
}

.section_top_31_2 img {
    /* max-width: 100%; */
    height: 43px;
}

.section_top_31_2>p {
    width: 88%;
    margin: 0 auto;
    margin-top: 28px;
    color: #000;
    line-height: 250%;
}

.section_top_31_3 {
    width: 33%;
    min-height: 783px;
    background-image: url(../images/top_pic_02.webp);
    background-size: cover;
}

.section_top_31_3>div {
    text-align: left;
    width: 95%;
    margin: 0 auto;
    margin-top: 536px;
}

.section_top_31_3 img {
    /* max-width: 100%; */
    height: 43px;
}

.section_top_31_3>p {
    width: 88%;
    margin: 0 auto;
    margin-top: 28px;
    color: #000;
    line-height: 250%;
}

.section_top_40 {
    background-color: #FFF;
    position: relative;
}

.section_top_41 {
    display: flex;
    flex-direction: row;
    margin: 0px auto 10px;
    width: 90%;
}

.section_top_41_1 {
    flex-basis: 40%;
    position: relative;
    height: 376px;
}

.section_top_41_1>div {
    text-align: center;
}

.section_top_41_1>div>h3 {
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    display: inline-block;
    font-size: 107px;
    color: #D25C36;
    line-height: 120%;
}

.section_top_41_1>div>p {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #5A2720;
}

.section_top_41_1>div>a {
    margin-left: 190px;
    /*margin-top: 100px;*/
    font-size: 18px;
    font-weight: 500;
    color: #5A2720;
    line-height: 300%;
}

.section_top_41_1>div>a:after {
    content: "";
    display: inline-block;
    width: 52px;
    height: 52px;
    margin: -3px 0 0 5px;
    background: url(../images/btn_arrow3.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.section_top_41_2 {
    flex-basis: 60%;
}

.section_top_41_2>ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 20px;
}

.section_top_41_2>ul>li {
    margin: 0;
}

.section_top_41_2>ul>li>a {
    text-decoration: none;
}

.section_top_50 {
    background-color: #FFF;
    position: relative;
}

.section_top_60 {
    background-color: #D25C36;
    position: relative;
}

.section_top_61 {
    background-color: #D25C36;
}

.section_top_61_0 {
    text-align: center;
    padding-top: 20px;
    position: relative;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.section_top_61_0>h2 {
    font-size: 107px;
    font-weight: 600;
    color: #FFF;
}

.section_top_61_0_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(253%, 63%);
    -webkit-transform: translate(253%, 63%);
    -ms-transform: translate(253%, 63%);
}

.section_top_61_0_1>h3 {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
}

.section_top_61_0_2 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, 37%);
    -webkit-transform: translate(0, 37%);
    -ms-transform: translate(0, 37%);
}

.section_top_61_0_2>a {
    color: #5A2720;
    font-size: 18px;
    font-weight: 500;
}

.section_top_61_0_2>a:after {
    content: "";
    display: inline-block;
    width: 52px;
    height: 52px;
    margin: -3px 0 0 5px;
    background: url(../images/btn_arrow3.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.section_top_62 {
    margin: 0 auto;
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 2.5fr 1.25fr 1.25fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px;
    max-width: 1080px;
    width: 100%;
    height: 540px;
}

.section_top_62>div:nth-child(1) {
    grid-column: 1;
    grid-row: 1/span2;
    height: 540px;
}

.section_top_62>div:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    height: 270px;
}

.section_top_62>div:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
    height: 270px;
}

.section_top_62>div:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
    height: 270px;
}

.section_top_62>div:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
    height: 270px;
}

.section_top_62>div>a>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.section_top_63 {
    position: relative;
}

.section_top_63_1 {
    position: absolute;
    bottom: 37px;
    left: 10px;
    width: 90%;
}

.section_top_63_1>h4 {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.1);
}

.section_top_62>div:nth-child(1)>a>.section_top_63_1 {
    position: absolute;
    bottom: 90px;
    left: 10px;
    width: 90%;
}

.section_top_62>div:nth-child(1)>a>.section_top_63_1>h4 {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.1);
}

.section_top_63_2 {
    position: absolute;
    bottom: 5px;
    left: 10px;
    width: 90%;
}

.section_top_63_2>p {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.1);
}

.section_top_62>div:nth-child(1)>a>.section_top_63_2 {
    position: absolute;
    bottom: 5px;
    left: 10px;
    width: 90%;
}

.section_top_62>div:nth-child(1)>a>.section_top_63_2>p {
    display: inline-block;
    font-size: 80px;
    font-weight: 500;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.1);
    line-height: 100%;
}

.section_top_64 {
    width: 100%;
    height: 140px;
    background-color: #FAF3DF;
}

.section_top_64w {
    width: 100%;
    height: 140px;
    background-color: #FFF;
}

.section_top_64in {
    width: 1366px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.section_top_70 {
    position: relative;
    height: 100px;
    background-color: #FAF3DF;
}

.top_slider2 {
    width: 100%;
}

.top_slider2_conts>img {
    width: 500px;
    height: 386px;
    object-fit: cover;
}

.section_top_1x_end {
    height: 93px;
}

.section_top_51>.swiper-container {
    height: 400px;
}

.news_pic {
    position: absolute;
    bottom: 0;
    left: 65px;
}

.news_pic>img {
    width: 346px;
    height: auto;
}

.new_list {
    display: flex;
    flex-direction: row;
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: solid 1px #EBEBEB;
}

.new_list a {
    text-decoration: none;
}

.new_list_cat {
    width: 102px;
    height: 23px;
    border-radius: 12px;
    background-color: #E29F69;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
}

.new_list_cat a {
    display: grid;
    color: #FFF;
    font-weight: 500;
    font-size: 13px;
    margin-top: 1px;
}

.section_top_41_2>ul>li div {
    /* margin-left: 20px; */
    /* font-size: 19px; */

}

.nav li a,
nav li a {
    color: #5A2720;
    font-weight: 500;
}

.top_icon1 {
    width: 23px;
    margin-bottom: 10px;
}

.top_icon2 {
    width: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

a.margin_center_bt1 {
    position: relative;
    width: 309px;
    height: 57px;
    margin: 0 auto;
    margin-top: 115px;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 17px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(90deg, #D2A336, #D25C36);
}

a.margin_center_bt1:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    top: 16px;
    right: 17px;
    background: url(../images/btn_arrow1.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

a.margin_center_bt1>span {
    top: -2px;
    position: relative;
}

.btn_img_01 {
    position: relative;
    width: 112px;
    bottom: 108px;
    left: 239px;
}

.btn_img_01>img {
    width: 100%;
}

.section_top_20x {
    display: none;
    height: 125px;
    background-color: #FFF;
    position: relative;
}

.top_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 2100;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    padding-top: 14px;
}

.top_fixed>.section_top_21 {
    padding-top: 0;
}

.top_fixed2 {
    display: block;
    background-color: #FFF;
}

.section_top_tmp_menu {
    display: none;
}

.desdi {
    display: block;
}

.desdin {
    display: inline-block;
}

.mobdi {
    display: none;
}

/* レスポンシブ　スマホ対応　*/
@media screen and (max-width: 767px) {
    .vk-mobile-nav {
        padding-top: 90px;
        background-color: #F2E0AD;
    }

    .vk-mobile-nav-menu-btn {
        top: 14px;
        right: 14px !important;
    }

    .scrolldown1 span {
        font-size: 15px;
    }

    .desdi {
        display: none;
    }

    .desdin {
        display: none;
    }

    .mobdi {
        display: block;
    }

    .section_top_11 {
        display: none;
    }

    .section_top_tmp_menu {
        display: flex;
        flex-direction: row;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 66px;
        z-index: 2050;
        background-color: #FFF;
        padding-top: 19px;
    }

    .section_top_tmp_menu>div:nth-child(1) {
        margin-left: 15px;
        margin-right: auto;
    }

    .section_top_tmp_menu>div:nth-child(2) {
        margin-left: auto;
        margin-right: 20px;
    }

    .section_top_tmp_menu>div:nth-child(3) {
        margin-left: 0;
        margin-right: 65px;
    }

    .section_top_tmp_menu h1 {
        font-size: 24px;
        font-weight: 500;
        color: #5A2720;
        letter-spacing: 0.07em;
        font-family: 'Zen Kaku Gothic Antique', sans-serif;    
    }

    .section_top_tmp_menu>div:nth-child(2) img {
        padding-top: 7px;
    }

    .section_top_20 {
        display: none;
    }

    .section_top_31 {
        display: flex;
        flex-direction: column;
    }

    .section_top_31_1 {
        width: 100%;
        min-height: 400px;
        height: 400px;
    }

    .section_top_31_1 h2 {
        font-size: 55px;
        color: #D25C36;
        white-space: nowrap;
        margin-top: 25px;
        margin-left: 16px;
    }

    .section_top_31_1 h3 {
        font-family: 'Noto Serif JP', serif;
        font-size: 22px;
        color: #5A2720;
        margin-top: 0px;
        margin-left: 16px;
    }

    .section_top_31_1 p {
        font-size: 16px;
        width: 90%;
        margin-top: 35px;
        margin-left: 16px;
        line-height: 200%;
    }

    .section_top_31_2 {
        width: 100%;
        min-height: 300px;
        height: 300px;
        background-image: url(../images/top_pic_01_m.webp);
    }

    .section_top_31_3 {
        width: 100%;
        min-height: 300px;
        height: 300px;
        background-image: url(../images/top_pic_02_m.webp);
    }

    a.margin_center_bt1 {
        width: 259px;
        height: 48px;
        margin-top: 40px;
        font-size: 17px;
    }

    a.margin_center_bt1>span {
        top: -6px;
    }

    a.margin_center_bt1:after {
        top: 10px;
        right: 11px;
    }

    .btn_img_01 {
        width: 68px;
        bottom: 82px;
        left: 205px;
    }

    .section_top_31_2>div {
        width: 90%;
        margin-top: 150px;
        margin-left: 4px;
    }

    .section_top_31_2>p {
        width: 95%;
        margin-top: 0px;
        line-height: 200%;
        font-size: 15px;
    }

    .section_top_31_3>div {
        width: 97%;
        margin-top: 150px;
    }

    .section_top_31_3>p {
        width: 95%;
        margin-top: 0px;
        line-height: 200%;
        font-size: 15px;
    }

    .section_top_41 {
        flex-direction: column;
    }

    .section_top_41_1 {
        padding-bottom: 90px;
    }

    .section_top_41_1>div>h3 {
        font-size: 68px;
        margin-top: 33px;
    }

    .section_top_41_1>div>p {
        font-size: 16px;
        padding-bottom: 30px;
    }

    .section_top_41_1>div>a {
        margin-left: 150px;
        padding-top: 45px;
    }

    .section_top_70 {
        height: 50px;
    }

    .news_pic {
        bottom: -10px;
        left: 10px;
    }

    .news_pic>img {
        width: 274px;
        height: auto;
    }

    .new_list {
        flex-wrap: wrap;
    }

    .new_list_cat0 {
        width: 25%;
    }

    .new_list_cat {
        width: 100px;
    }

    .new_list_cat2 {
        width: 90%;
        margin-top: 20px;
    }

    .section_top_1x_end {
        height: 50px;
    }

    .section_top_51>.swiper-container {
        height: 224px;
    }

    .top_slider2_conts>img {
        width: 290px;
        height: 224px;
    }

    .section_top_61_0 {
        margin-bottom: 80px;
    }

    .section_top_61_0>h2 {
        font-size: 68px;
    }

    .section_top_61_0_1 {
        transform: translate(140%, 48%);
        -webkit-transform: translate(140%, 48%);
        -ms-transform: translate(140%, 48%);
    }

    .section_top_61_0_2 {
        transform: translate(-23%, 153%);
        -webkit-transform: translate(-23%, 153%);
        -ms-transform: translate(-23%, 153%);
    }

    .section_top_62 {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 2fr 1fr 1fr;
        height: 750px;
    }

    .section_top_62>div:nth-child(1) {
        grid-column: 1/span2;
        grid-row: 1;
        height: 375px;
    }

    .section_top_62>div:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
        height: 188px;
    }

    .section_top_62>div:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
        height: 188px;
    }

    .section_top_62>div:nth-child(4) {
        grid-column: 1;
        grid-row: 3;
        height: 188px;
    }

    .section_top_62>div:nth-child(5) {
        grid-column: 2;
        grid-row: 3;
        height: 188px;
    }

    .section_top_63_1>h4 {
        font-size: 16px;
    }

    .section_top_63_2>p {
        font-size: 16px;
    }

    .section_top_62>div:nth-child(1)>a>.section_top_63_2>p {
        font-size: 61px;
    }

    .section_top_63_1 {
        bottom: 30px;
    }

    .section_top_62>div:nth-child(1)>a>.section_top_63_1 {
        bottom: 70px;
    }

    .section_top_64 {
        height: 69px;
    }

    .section_top_64w {
        height: 100px;
    }
}