@charset "UTF-8";
html {
    width: 100%;
}
body {
    font-family: "Sen", "Zen Kaku Gothic New", serif;
    background: #FFF0DD;
    color: #220C0C;
    font-weight: 400;
    width: 100%;
}
.eb-garamond {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
:root {
    --green: #185C00;
    --text-green: #185C00;
    --bg-green: #185C00;
    --cream: #FFF0DD;
    --text-cream: #FFF0DD;
    --bg-cream: #FFF0DD;
    --eb-garamond: "EB Garamond", serif;
}
.green {
    color: #185C00;
}
.cream {
    color: #FFF0DD !important;
}
/* ───────────── 
	Common
───────────── */
/* ローディング画面 */
#loading {
    width: 100vw;
    height: 100vh;
    transition: all .5s;
    transition-delay: .25s;
    background-color: var(--cream);
    /* 以下のコードを追加 */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loaded {
    opacity: 0;
    visibility: hidden;
}
.spinner {}
.spinner img {
    width: 100px;
    height: auto;
}
/**/
.container {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}
header {
    width: 100%;
    display: flex;
    background: #FFF0DD;
    align-items: center;
    justify-content: space-between;
    z-index: 97;
    transition: all 0.4s ease-in-out; /* 0.3秒で変化 */
}
header.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
    transform: translateY(0);
    opacity: 1;
}
header h1 {
    padding: 19px 0 19px 60px;
}
header h1 img {
    width: 86px;
    height: auto;
}
header.m_fixed h1 img {
    display: none;
}
header h1 img.fixed {
    display: none;
}
header.m_fixed h1 img.fixed {
    display: inline-block;
}
header .sub {
    align-self: center;
}
header .inner_right {
    position: relative;
    display: flex;
}
header .inner_right .horse {
    display: block;
    width: 57px;
    height: 57px;
    ;
}
header.m_fixed .inner_right .horse {
    display: none;
}
header .inner_right .horse.fixed {
    display: none
}
header.m_fixed .inner_right .horse.fixed {
    display: block;
    width: 57px;
    height: 57px;
}
header .inner_right .line {
    display: block;
    margin-top: 6px;
    margin-right: 100px;
    margin-left: 15px;
    width: 1px;
    height: 46px;
    background: #E0CBB0;
}
/*menu*/
.menu_box {
    position: relative;
    height: 65px;
}
/*
.menu_box.active {
    position: fixed !important;
	z-index: 102;
}
*/
.menu {
    height: 20px;
    position: absolute;
    right: 29px;
    top: 10px;
    width: 50px;
    z-index: 99;
    color: #185C00;
}
.menu.active {
    position: fixed !important;
    top: 10px !important;
    right: 29px !important;
}
.menu__line {
    background: #185C00;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
}
.menu__line--center {
    top: 9px;
}
.menu__line--bottom {
    bottom: 0;
}
.menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
    background: #FFF0DD;
}
.menu__line--center.active {
    transform: scaleX(0);
}
.menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
    background: #FFF0DD;
}
.menu__small {
    color: #185C00;
    position: absolute;
    bottom: 0;
    right: 32px;
    font-size: 20px;
}
/*gnav*/
.gnav {
    background: url("../img/texture_1.png") repeat;
    display: none;
    height: 100%;
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 98;
    top: 0;
}
.gnav__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.gnav__menu__item {
    margin: 15px 0;
    text-align: center;
}
.gnav__menu__item a {
    color: #FFF0DD;
    font-size: 2.5em;
    font-weight: ;
    padding: 40px;
    text-decoration: none;
    transition: .5s;
}
.gnav__menu__item a:hover {}
/* Footer */
footer {
    background: url("../img/texture_1.png") repeat;
}
.footer_1 {
    display: flex;
    justify-content: flex-start;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 120px;
}
.footer_1 ul {}
.footer_1 ul li {
    float: left;
    padding-right: 1em;
}
.footer_1 ul li a {
    font-family: var(--eb-garamond);
    font-weight: 400;
    color: var(--cream);
    font-size: 16px;
}
.footer_1 img {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 144px;
    height: 144px;
}
.footer_2 {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 40px;
    color: var(--cream);
}
.footer_2 .copyright {
    font-family: var(--eb-garamond);
    font-weight: 400;
    font-size: 14px;
}
.footer_2 ul {}
.footer_2 ul li {
    font-size: 14px;
    float: right;
    margin-left: 1em;
}
.footer_2 img.pc {
    display: block;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 625px;
    height: 14.48px;
}
.footer_2 img.sp {
    display: none;
}
/* h1,h2,h3 */
.box {
    text-align: center;
}
.box.h1 h1 {
    font-family: var(--eb-garamond);
    font-size: 100px;
    font-weight: 400;
    line-height: 70px;
    color: var(--green);
    margin-bottom: 100px;
}
.box.h1 h1::before {
    content: '';
    background-image: url("../img/icon_3.png");
    background-size: 12px 12px;
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 70px;
}
.box.h1 h1::after {
    content: '';
    background-image: url("../img/icon_3.png");
    background-size: 12px 12px;
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 70px;
}
@media (max-width: 1020px) {
    header h1 {
        padding: 19px 0 19px 30px;
    }
    header h1 img {
        width: 86px;
        height: auto;
    }
    header .sub {
        display: none;
    }
    .box.h1 h1 {
        font-family: var(--eb-garamond);
        font-size: 50px;
        font-weight: 400;
        line-height: 70px;
        color: var(--green);
        margin-bottom: 50px;
        text-align: center;
    }
    .box.h1 h1::before {
        content: '';
        background-image: url("../img/icon_3.png");
        background-size: 11px 11px;
        background-position: center center;
        background-repeat: no-repeat;
        display: block;
        width: 100%;
        height: 20px;
    }
    .box.h1 h1::after {
        content: '';
        background-image: url("../img/icon_3.png");
        background-size: 11px 11px;
        background-position: center center;
        background-repeat: no-repeat;
        display: block;
        width: 100%;
        height: 30px;
    }
    /* Footer */
    footer {
        background: url("../img/texture_1.png") repeat;
        padding-bottom: 40px;
    }
    .footer_1 {
        display: flex;
        justify-content: flex-start;
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        padding: 70px 30px 70px;
        flex-flow: column;
    }
    .footer_1 ul {}
    .footer_1 ul li {
        float: none;
        padding-right: none;
        display: block;
        margin-bottom: 0;
    }
    .footer_1 ul li a {
        font-family: var(--eb-garamond);
        font-weight: 400;
        color: var(--cream);
        font-size: 28px;
    }
    .footer_1 img {
        position: absolute;
        top: -55px;
        left: 50%;
        transform: translateX(-50%);
        width: 110px;
        height: auto;
    }
    .footer_2 {
        display: flex;
        justify-content: flex-start;
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 30px 40px;
        color: var(--cream);
        flex-flow: column;
        flex-direction: column-reverse;
    }
    .footer_2 .copyright {
        font-family: var(--eb-garamond);
        font-weight: 400;
        font-size: 14px;
    }
    .footer_2 ul {
        margin-bottom: 30px;
    }
    .footer_2 ul li {
        font-size: 20px;
        float: none;
        margin-left: 0;
    }
    .footer_2 img.pc {
        display: none;
    }
    .footer_2 img.sp {
        display: block;
        position: absolute;
        top: inherit;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 310px;
        height: 14.48px;
    }
}
/* ───────────── 
	Top
───────────── */
/* First View */
.top_1 {
    background: url("../img/texture_1.png") repeat;
    height: 100vh;
    position: relative;
}
header.header_top_1 {
    background: none;
}
header.header_top_1 .sub {
    display: none;
}
header.header_top_1 .menu {
    height: 20px;
    position: absolute;
    right: 29px;
    top: 10px;
    width: 50px;
    z-index: 99;
    color: var(--text-cream);
}
header.header_top_1 .menu__line {
    background: var(--bg-cream);
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
}
header.header_top_1 .menu__line--center {
    top: 9px;
}
header.header_top_1 .menu__line--bottom {
    bottom: 0;
}
header.header_top_1 .menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
    background: #FFF0DD;
}
header.header_top_1 .menu__line--center.active {
    transform: scaleX(0);
}
header.header_top_1 .menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
    background: #FFF0DD;
}
header.header_top_1 .menu__small {
    color: var(--text-cream);
    position: absolute;
    bottom: 0;
    right: 32px;
    font-size: 20px;
}
.top_1_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.top_1_icon img {
    width: 31px;
}
.top_1_icon.left {
    left: 50px;
}
.top_1_icon.right {
    right: 50px;
}
.top_1_copy {
    position: absolute;
    bottom: 60px;
    left: 55px;
    color: var(--cream);
}
.top_1_copy h2 {
    font-size: 60px;
    font-weight: 400;
    line-height: 72px;
    margin-bottom: 25px;
}
.top_1_copy span {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
/* Top Slider */
.top_1_slider_outer {
    position: absolute;
    /*
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	*/
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    width: 420px;
    z-index: 96;
}
.top_1_slider {
    position: relative;
}
.slick-num {
    position: absolute;
    right: -100px;
    bottom: 200px;
    display: flex;
    flex-flow: column;
    color: var(--cream);
    font-family: var(--eb-garamond);
}
.slick-num {
    position: absolute;
    right: -47px;
    bottom: 128px;
    color: var(--cream);
    font-family: var(--eb-garamond);
    font-size: 14px;
}
.slick-num .inner {
    display: flex;
    flex-flow: column;
    text-align: center;
}
.slick-num .inner small {
    font-size: .9em;
    margin: -8px 0;
}
.slider-progress {
    width: 120px;
    height: 1px;
    background: #80907B;
    transform: rotate(90deg);
    position: absolute;
    right: -100px;
    bottom: 60px;
}
.slider-progress .progress {
    width: 0%;
    height: 1px;
    background: var(--cream);
}
/* Scroll */
.top_1_scroll {
    position: absolute;
    bottom: 63px;
    right: 57px;
    color: var(--cream);
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}
.top_1_scroll span {
    transform: rotate(90deg);
    display: inline-block;
    font-size: 14px;
    font-family: var(--eb-garamond);
    font-weight: 200;
    height: 84px;
    margin-right: 2px;
}
.top_1_scroll img {
    width: 14px;
}
@media (min-width: 1201px) and (max-width: 1300px) {
    .top_1_slider_outer {
        position: absolute;
        bottom: 65px;
        left: 64%;
        transform: translateX(-64%);
        width: 420px;
        z-index: 96;
    }
}
@media (min-width: 1201px) and (min-height:1020px) {
    .top_1_slider_outer {
        position: absolute;
        bottom: inherit;
        width: 420px;
        z-index: 96;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        zoom: 1.25;
    }
}
@media (min-width: 1021px) and (max-width: 1200px) {
    .top_1_slider_outer {
        position: absolute;
        bottom: 65px;
        left: 64%;
        transform: translateX(-64%);
        width: 420px;
        z-index: 96;
    }
    .top_1_copy {
        zoom: 0.8;
    }
}
@media (max-width: 1020px) {
    .top_1 {
        background: url("../img/texture_1.png") repeat;
        height: 830px;
        min-height: 100vh;
        position: relative;
    }
    .top_1_icon {
        position: absolute;
        top: 18%;
        transform: translateY(-50%);
    }
    .top_1_icon img {
        width: 31px;
    }
    .top_1_icon.left {
        left: 25px;
    }
    .top_1_icon.right {
        right: 25px;
    }
    .top_1_copy {
        position: absolute;
        bottom: 85px;
        left: 30px;
        color: var(--cream);
    }
    .top_1_copy h2 {
        font-size: 40px;
        font-weight: 500;
        line-height: 48px;
        margin-bottom: 5px;
    }
    .top_1_copy span {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
    }
    .top_1_slider_outer {
        position: absolute;
        bottom: 240px;
        left: 50%;
        transform: translateX(-50%);
        width: 85%;
        max-width: 360px;
        z-index: 96;
    }
    .slick-num {
        position: absolute;
        right: 0px;
        bottom: -86px;
        color: var(--cream);
        font-family: var(--eb-garamond);
        font-size: 14px;
    }
    .slick-num .inner {
        display: flex;
        flex-flow: column;
        text-align: center;
    }
    .slick-num .inner small {
        font-size: .9em;
        margin: -8px 0;
    }
    .slider-progress {
        width: 120px;
        height: 1px;
        background: #80907B;
        transform: rotate(90deg);
        position: absolute;
        right: -54px;
        bottom: -152px;
    }
    .slider-progress .progress {
        width: 0%;
        height: 1px;
        background: var(--cream);
    }
    /* Scroll */
    .top_1_scroll {
        position: absolute;
        bottom: 22px;
        right: inherit;
        left: 30px;
        color: var(--cream);
        display: flex;
        flex-flow: column;
        align-items: flex-end;
    }
    .top_1_scroll span {
        transform: rotate(0);
        display: inline-block;
        font-size: 14px;
        font-family: var(--eb-garamond);
        font-weight: 200;
        height: auto;
        margin-right: 2px;
    }
    .top_1_scroll img {
        display: none;
    }
}
/* statment */
.top_2 {
    background-image: url("../img/bg_top_2.png");
    background-size: cover;
    text-align: center;
    color: var(--cream);
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}
.top_2_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../img/bg_top_2_2.png");
    background-size: 535px 485px;
    background-repeat: no-repeat;
    text-align: center;
    color: var(--cream);
    display: flex;
    width: 535px;
    height: 485px;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.top_2_intro {
    font-size: 14px;
    margin-bottom: 14px;
}
.top_2 h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.top_2_icon {
    margin-bottom: 18px;
}
.top_2_icon img {
    width: 14px;
}
.top_2 h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
}
@media (max-width: 1020px) {
    .top_2 {
        background-image: url("../img/bg_top_2_s1.png");
        background-attachment: inherit;
    }
    .top_2_inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-image: url("../img/bg_top_2_s2.png");
        background-size: 320px 475px;
        background-repeat: no-repeat;
        text-align: center;
        color: var(--cream);
        display: flex;
        width: 320px;
        height: 475px;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        padding: 0 20px;
    }
    .top_2 h2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 27px;
    }
    .top_2 h2 br {
        display: none;
    }
}
/* Our Specialties */
.top_3 {
    margin-top: 180px;
    margin-bottom: 80px;
    padding: 0 30px;
}
.top_3_inner {
    position: relative;
    margin-bottom: 30px;
}
.top_3_inner.last::after {
    content: '';
    background: url("../img/bg_top_3_1.png") center top no-repeat;
    background-size: 1306.5px 24px;
    height: 24px;
    width: 100%;
    display: block;
    clear: both;
    margin-top: 30px;
}
.top_3_title::before {
    content: '';
    background: url("../img/bg_top_3_1.png") center top no-repeat;
    background-size: 1306.5px 24px;
    height: 24px;
    width: 100%;
    display: block;
    clear: both;
}
.top_3_title::after {
    content: '';
    background: url("../img/bg_top_3_1.png") center top no-repeat;
    background-size: 1306.5px 24px;
    height: 24px;
    width: 100%;
    display: block;
    clear: both;
}
.top_3_title.no-after::after {
    display: none; /* 非表示に切り替え */
}
.top_3_title_inner {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: 40px auto;
}
.top_3_title_inner h2 {
    font-size: 30px;
    color: var(--green);
    font-weight: 600;
}
.top_3_title_inner h2 .num {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 25px;
    vertical-align: middle;
    font-weight: 500;
}
.top_3_title_inner h2 .line {
    display: inline-block;
    border: 1px solid #C0C0C0;
    height: 50px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 2px;
    vertical-align: middle;
}
.top_3_title_inner h2 .jp {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2px;
    vertical-align: middle;
}
.top_3_title_inner .btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
}
.top_3_title_inner .btn .open {
    display: none;
}
.top_3_title_inner .btn.active .close {
    display: inline-block;
}
.top_3_title_inner .btn.active .open {
    display: inline-block;
}
.top_3_title_inner .btn.active .close {
    display: none;
}
.top_3_title_inner .btn img {
    width: 50px;
}
.top_3_title_inner .btn.active img {
    transform: rotate(45deg);
}
.top_3_title_inner .btn.active img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 255, 0.5); /* 半透明の青 */
    border-radius: 50%; /* 擬似要素も正円に */
    pointer-events: none; /* クリックを透過 */
}
@keyframes loop_top_3_float_1 {
    0% {
        transform: rotate(0);
    }
    10% {
        transform: rotate(20deg);
    }
    50% {
        transform: rotate(20deg);
    }
    60% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.top_3_float_1 {
    position: absolute;
    top: -60px;
    left: 30%;
    width: 336px;
    animation: loop_top_3_float_1 infinite;
    animation-timing-function: ease-in-out;
    animation-duration: 4.5s;
    animation-delay: 1000ms;
    opacity: 0;
    transform: translateY(100px); /* 下に50pxオフセット */
    transition: all 0.5s ease-in-out;
}
.top_3_float_1.no2 {
    top: -25px;
    left: 31%;
    width: 286px;
    animation-delay: 1500ms;
}
.top_3_float_1.active {
    opacity: 1;
    transform: translateY(0); /* 元の位置に戻る */
}
.top_3_cont {
    max-width: 1300px;
    margin: 24px auto 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}
.top_3_cont p {
    font-size: 18px;
    font-weight: 500;
    width: 400px;
    margin-bottom: 5px;
}
.top_3_cont p img {
    width: 52px;
    display: block;
    margin-bottom: 16px;
}
.top_3_cont .img_box {
    display: flex;
    align-items: center;
}
.top_3_cont .img_box:before {
    content: '';
    background: url("../img/bg_top_3_2.png") center top no-repeat;
    background-size: 10px 390px;
    height: 390px;
    width: 10px;
    display: block;
    clear: both;
    display: inline-block;
    margin-right: 10px;
}
.top_3_cont .img_box:after {
    content: '';
    background: url("../img/bg_top_3_2.png") center top no-repeat;
    background-size: 10px 390px;
    height: 390px;
    width: 10px;
    display: block;
    clear: both;
    display: inline-block;
    margin-left: 10px;
}
.top_3_cont .img_box img {
    width: 488px;
    padding: 12px;
    border: 1px solid #185C00;
}
@media (max-width: 1020px) {
    .top_3 {
        margin-top: 60px;
        margin-bottom: 80px;
    }
    .top_3_inner {
        position: relative;
        margin-bottom: 30px;
    }
    .top_3_inner.last::after {
        content: '';
        background: url("../img/bg_top_3_s2.png") center top no-repeat;
        background-size: 329px 17px;
        height: 24px;
        width: 100%;
        display: block;
        clear: both;
        margin-top: 30px;
    }
    .top_3_title::before {
        content: '';
        background: url("../img/bg_top_3_s2.png") center top no-repeat;
        background-size: 329px 17px;
        height: 24px;
        width: 100%;
        display: block;
        clear: both;
    }
    .top_3_title::after {
        content: '';
        background: url("../img/bg_top_3_s2.png") center top no-repeat;
        background-size: 329px 17px;
        height: 24px;
        width: 100%;
        display: block;
        clear: both;
    }
    .top_3_title.no-after::after {
        display: none; /* 非表示に切り替え */
    }
    .top_3_title_inner {
        display: flex;
        justify-content: space-between;
        max-width: 390px;
        margin: 15px auto 20px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .top_3_title_inner h2 {
        font-size: 20px;
        color: var(--green);
        font-weight: 600;
        max-width: 250px;
        line-height: 28px;
    }
    .top_3_title_inner h2 .lh {
        line-height: 24px;
        display: block;
    }
    .top_3_title_inner h2 .num {
        display: none;
    }
    .top_3_title_inner h2 .line {
        display: none;
    }
    .top_3_title_inner h2 .jp {
        display: block;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 2px;
        vertical-align: middle;
        color: #000;
    }
    .top_3_title_inner .btn {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        font-size: 12px;
        flex-direction: row-reverse;
    }
    .top_3_title_inner .btn .open {
        display: none;
        transform: rotate(90deg);
        margin-left: -15px;
        width: 42px;
        text-align: center;
    }
    .top_3_title_inner .btn .close {
        display: inline-block;
        transform: rotate(90deg);
        margin-left: -15px;
        width: 42px;
        text-align: center;
    }
    .top_3_title_inner .btn.active .open {
        display: inline-block;
    }
    .top_3_title_inner .btn.active .close {
        display: none;
    }
    .top_3_title_inner .btn img {
        width: 50px;
    }
    .top_3_title_inner .btn.active img {
        transform: rotate(45deg);
    }
    .top_3_title_inner .btn.active img::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 255, 0.5); /* 半透明の青 */
        border-radius: 50%; /* 擬似要素も正円に */
        pointer-events: none; /* クリックを透過 */
    }
    @keyframes loop_top_3_float_1 {
        0% {
            transform: rotate(0);
        }
        10% {
            transform: rotate(20deg);
        }
        50% {
            transform: rotate(20deg);
        }
        60% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(0deg);
        }
    }
    .top_3_float_1 {
        position: absolute;
        top: 227px;
        left: inherit;
        right: 28px;
        width: 174px;
        animation: loop_top_3_float_1 infinite;
        animation-timing-function: ease-in-out;
        animation-duration: 4.5s;
        animation-delay: 1000ms;
        opacity: 0;
        transform: translateY(100px); /* 下に50pxオフセット */
        transition: all 0.5s ease-in-out;
    }
    .top_3_float_1.no2 {
        top: -47px;
        left: 30px;
        width: 190px;
        animation-delay: 1500ms;
    }
    
    .top_3_float_1.active {
        opacity: 1;
        transform: translateY(0); /* 元の位置に戻る */
    }
    .top_3_cont {
        max-width: 100%;
        margin: 24px auto 0;
        display: flex;
        flex-flow: column;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;
        position: relative;
    }
    .top_3_cont p {
        display: block;
        font-size: 18px;
        font-weight: 500;
        width: auto;
        max-width: 100%;
        margin-bottom: 5px;
        margin-top: 50px;
        margin-left: 30px;
        margin-right: 30px;
    }
    .top_3_cont p img {
        width: 52px;
        display: block;
        margin-bottom: 16px;
    }
    .top_3_cont .img_box {
        display: flex;
        align-items: center;
        margin: 0 auto;
        flex-flow: column;
    }
    .top_3_cont .img_box:before {
        display: none;
    }
    .top_3_cont .img_box:after {
        content: '';
        background: url("../img/bg_top_3_s1.png") center bottom no-repeat;
        background-size: 319.9px 9.9px;
        height: 9.9px;
        width: 319.9px;
        display: block;
        margin-left: 0 !important;
        margin-top: 18px;
    }
    .top_3_cont .img_box img {
        width: calc(100% - 60px);
        padding: 8px;
        border: 1px solid #185C00;
        margin: 0 30px;
    }
}
@media (max-width: 480px) {
    .top_3_title_inner {
        display: flex;
        justify-content: space-between;
        max-width: 380px;
        margin: 15px auto 20px;
        padding-left: 10px;
        padding-right: 0px;
    }
    .top_3_cont p {
        display: block;
        font-size: 18px;
        font-weight: 500;
        width: auto;
        max-width: 100%;
        margin-bottom: 5px;
        margin-top: 50px;
        margin-left: 0;
        margin-right: 0;
    }
    .top_3_cont .img_box img {
        width: calc(100% - 0px);
        padding: 8px;
        border: 1px solid #185C00;
        margin: 0 30px;
    }
}
/* もっと知る*/
@media (min-width: 769px) {
    .top_4_wrap {
        padding: 0 30px;
    }
}
.top_4 {
    background: #E0CBB0;
    border-radius: 10px;
    max-width: 1306.5px;
    margin: 0 auto 140px;
    padding: 40px 40px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: 30px solid transparent; /* 余白分のスペース */
    outline-offset: 30px; /* 外側の余白 */
}
.top_4 p {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: var(--green);
    margin-left: 30px;
}
/*
.top_4_btn {
	background: url("../img/bg_btn_top_4.png") no-repeat;
	background-size:100% ;
	width: 400px;
	height: 144px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	color: var(--cream);
	padding-top:33px;
	font-size: 20px;
	font-weight: 700;
	transition: .5s;
}
*/
.top_4_btn {
    background: linear-gradient(90deg, #185C00 59.12%, #589741 140.63%);
    border-radius: 8px;
    width: 400px;
    padding: 30px 0;
    color: var(--cream);
    font-size: 20px;
    font-weight: 700;
    transition: .5s;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.75) 0px 25px 50px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    position: relative;
}
.top_4_btn::after {
    content: '';
    background: url("../img/icon_5.png") center center no-repeat;
    width: 36px;
    height: 10.72px;
    background-size: 36px 10.72px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    display: inline-block;
    transition: .5s;
}
.top_4_btn:hover {
    opacity: .8;
}
.top_4_btn:hover::after {
    translate: 5px;
}
@media (max-width: 768px) {
    .top_4 {
        background: #E0CBB0;
        border-radius: 10px;
        max-width: 100%;
        margin: 0 30px 100px;
        padding: 30px 20px 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-flow: column;
    }
    .top_4 p {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        color: var(--green);
        margin-bottom: 20px;
        margin-left: 0;
        text-align: center;
    }
    .top_4 .top_4_btn {
        max-width: 400px;
        width: 100%;
        font-size: 18px;
    }
}
/* Gallery */
.top_5 {
    margin-bottom: 200px;
}
.top_5_inner {
    max-width: 1306.5px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.top_5_inner img {
    width: 100%;
    height: auto;
    max-width: 408px;
    margin: 0 10px;
}
@media (max-width: 1020px) {
    .top_5 {
        margin-bottom: 100px;
    }
    .top_5_inner {
        max-width: 1306.5px;
        display: flex;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        flex-flow: column;
    }
    .top_5_inner img {
        width: calc(100% - 60px);
        height: auto;
        max-width: 408px;
        margin: 0 30px 30px;
        ;
    }
}
/* Lineup */
.top_6_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px 60px;
    background: url("../img/bg_top_6_1.png") no-repeat;
    background-position: center bottom;
    background-size: 1303.9px 9.9px;
    margin-bottom: 90px;
    max-width: 1303.9px;
    margin: 0 auto 90px;
}
.top_6_inner.last {
    background: url("../img/bg_top_3_1.png") no-repeat;
    background-position: center bottom;
    background-size: 1306.5px 24px;
    flex-direction: row-reverse;
    padding: 0 100px 85px;
}
.top_6_inner .info {
    width: 400px;
}
.top_6_inner .info h2 {
    font-size: 40px;
    color: var(--green);
    line-height: 44px;
    margin-bottom: 16px;
}
.top_6_inner .info h2 span {
    font-size: 16px;
    display: block;
    font-weight: 600;
    margin-bottom: -10px;
}
.top_6_inner .info h3 {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 32px;
}
.top_6_btn {
    background: url("../img/bg_btn_top_4.png") no-repeat;
    background-size: 100%;
    width: 296px;
    height: 75px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: var(--cream);
    padding-top: 23px;
    font-size: 16px;
    font-weight: 700;
    transition: .5s;
}
.top_6_btn:hover {
    opacity: .8;
}
.top_6_inner .img_box {}
.top_6_inner .img_box img {
    width: 500px;
}
@media (max-width: 1020px) {
    .top_6_inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px 60px;
        background: url("../img/bg_top_3_s1.png") no-repeat;
        background-position: center bottom;
        background-size: 319.9px 9.9px;
        margin-bottom: 40px;
        flex-flow: column;
        flex-direction: column-reverse;
        width: 100%;
    }
    .top_6_inner.last {
        background: url("../img/bg_top_3_s2.png") no-repeat;
        background-position: center bottom;
        background-size: 329px 17px;
        padding: 0 30px 85px;
        flex-direction: column-reverse;
    }
    .top_6_inner .info {
        width: 100%;
    }
    .top_6_inner .info h2 {
        font-size: 40px;
        color: var(--green);
        line-height: 44px;
        margin-bottom: 16px;
    }
    .top_6_inner .info h2 span {
        font-size: 16px;
        display: block;
        font-weight: 600;
        margin-bottom: -10px;
    }
    .top_6_inner .info h3 {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 32px;
    }
    .top_6_btn {
        background: url("../img/bg_btn_top_4.png") no-repeat;
        background-size: 100%;
        width: 315px;
        height: 80px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        color: var(--cream);
        padding-top: 27px;
        font-size: 16px;
        font-weight: 700;
        transition: .5s;
        margin: 0 auto;
    }
    .top_6_btn:hover {
        opacity: .8;
    }
    .top_6_inner .img_box {
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }
    .top_6_inner .img_box img {
        max-width: 100%;
    }
}
/* 商品一覧をみる */
.top_7 {
    margin-bottom: 120px;
}
.top_7::after {
    content: '';
    background: url("../img/bg_top_3_1.png") no-repeat;
    background-position: center bottom;
    background-size: 1306.5px 24px;
    flex-direction: row-reverse;
    width: 100%;
    height: 24px;
    display: block;
    margin: 60px auto;
}
.top_7_inner {
    background: #E0CBB0;
    border-radius: 10px;
    max-width: 1306.5px;
    margin: 0 auto 90px;
    padding: 40px 40px 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.top_7_inner p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--green);
    margin-bottom: 0;
    margin-right: 100px;
}
.top_7_inner img {
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 440px;
}
@media (max-width: 1020px) {
    .top_7 {
        margin-bottom: 80px;
    }
    .top_7::after {
        content: '';
        background: url("../img/bg_top_3_s2.png") no-repeat;
        background-position: center bottom;
        background-size: 329px 17px;
        flex-direction: row-reverse;
        width: 100%;
        height: 24px;
        display: block;
        margin: 35px auto;
    }
    .top_7_inner {
        background: #E0CBB0;
        border-radius: 10px;
        max-width: 1306.5px;
        margin: 0 30px 10px;
        padding: 40px 20px 160px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        flex-flow: column;
    }
    .top_7_inner p {
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        color: var(--green);
        margin-bottom: 25px;
        margin-right: 0;
    }
    .top_7_inner img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 338px;
    }
    .top_7_inner .top_4_btn {
        width: 100%;
        max-width: 400px;
        font-size: 18px;
        margin-bottom: 80px;
    }
}
/* ───────────── 
	Lineup
───────────── */
.top_1.under_1 {
    background: url("../img/bg_under_1.png") center center repeat;
    height: 100vh;
    position: relative;
    background-size: cover;
}
.under_1_title_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.under_1_title_box h1 {
    color: var(--cream);
    font-size: 60px;
    text-align: center;
}
.under_1_title_box h1 span {
    color: var(--cream);
    font-size: 24px;
    display: block;
}
@media (max-width: 1020px) {
    .under_1 .top_1_scroll {
        left: 50%;
        transform: translateX(-50%);
        bottom: 45px;
    }
}
.lineup_1 {
    margin-top: 80px;
}
.lineup_1.artesanal {
    margin-top: 100px;
}
.lineup_1::before {
    content: '';
    background: url("../img/bg_top_3_1.png") center top no-repeat;
    background-size: 1306.5px 24px;
    height: 24px;
    width: 100%;
    display: block;
    clear: both;
    margin-bottom: 45px;
}
.lineup_1 .box.h1 h1 {
    margin-bottom: 30px;
}
.lineup_1 .box.h1 p {
    font-size: 24px;
    line-height: 36px;
    color: var(--green);
    margin-bottom: 60px;
}
.lineup_1 .box.h1 .txt {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 60px;
    text-align: center;
    margin-top: -30px;
}
.lineup_1 .box.h1 .txt img {
    width: 52px;
    height: auto;
    display: inline-block;
    margin-bottom: 20px;
}
.lineup_1 .box.h1 .txt span {
    display: block;
    padding: 0 30px;
    max-width: 800px;
    margin: 0 auto;
}
/* Item */
.lineup_1_item {
    border: 1px dashed #185C00;
    margin: 0 auto 40px;
    padding: 30px 36px;
    max-width: 1306px;
    width: 100%;
    border-radius: 10px;
    display: grid;
    grid-template-rows: max-content 1fr auto;
    grid-template-columns: 1.75fr 1fr 1.75fr auto;
}
.lineup_1_item:nth-child(odd) {
    grid-template-rows: max-content 1fr auto;
    grid-template-columns: 1.75fr 1fr 1.75fr auto;
}
.lineup_1_item .info {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    margin-bottom: 30px;
    padding-right: 70px;
}
.lineup_1 .lineup_1_item:nth-child(odd) .info {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
    margin-bottom: 30px;
    padding-left: 70px;
    padding-right: 0;
}
.lineup_1_item .info h2 {
    color: var(--green);
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 12px;
}
.lineup_1_item .info h2 span {
    font-size: 16px;
    display: block;
    margin-bottom: 2px;
    line-height: 20px;
}
.lineup_1_item .info .txt {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}
.lineup_1_item .info .property {
    font-size: 14px;
    line-height: 24px;
}
.lineup_1_item .info .property span {
    display: inline-block;
    border: 1px solid #C0C0C0;
    height: 16px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 2px;
    vertical-align: middle;
}
.lineup_1_item .buy {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    padding-right: 70px;
}
.lineup_1 .lineup_1_item:nth-child(odd) .buy {
    grid-row: 2 / 3;
    grid-column: 3 / 4;
    padding-left: 70px;
    padding-right: 0;
}
.lineup_1_item .buy span {
    color: var(--green);
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}
.lineup_1_item .buy a {
    transition: .5s;
}
.lineup_1_item .buy ul {}
.lineup_1_item .buy ul li {
    margin-bottom: 10px;
}
.lineup_1_item .buy ul li a {
    transition: .5s;
}
.lineup_1_item .img_item {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    margin-right: 40px;
    padding-left: 40px;
    background: url("../img/bg_item_1.png") top left no-repeat;
    background-size: 9.9px 511.9px;
}
.lineup_1 .lineup_1_item:nth-child(odd) .img_item {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    margin-right: 0;
    padding-left: 0;
    margin-left: 40px;
    padding-right: 40px;
    background: url("../img/bg_item_1.png") top right no-repeat;
    background-size: 9.9px 511.9px;
}
.lineup_1_item .img_item img {
    margin-top: -35px;
    margin-bottom: -35px;
}
.lineup_1.artesanal .lineup_1_item .img_item img {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 25px;
}
.lineup_1_item .lineup_1_item_inner {
    grid-row: 1 / 3;
    grid-column: 3 / 4;
}
.lineup_1 .lineup_1_item:nth-child(odd) .lineup_1_item_inner {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}
.lineup_1_item .chart {
    text-align: center;
    margin-bottom: 10px;
}
.lineup_1_item .chart h3 {
    font-size: 18px;
    color: var(--green);
    margin-bottom: 10px;
}
.lineup_1_item .chart .inner {
    background: #FAE8D1;
    padding: 20px;
    border-radius: 10px;
}
.lineup_1_item .chart img {
    max-width: 300px;
    max-height: 280px;
}
.lineup_1_item .aroma {}
.lineup_1_item .aroma h3 {
    font-size: 18px;
    color: var(--green);
    margin-bottom: 10px;
    text-align: center;
}
.lineup_1_item .aroma ul {
    display: flex;
}
.lineup_1_item .aroma ul li {
    background: #FAE8D1;
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
    margin-right: 10px;
    text-align: center;
    flex-basis: 25%;
}
.lineup_1_item .aroma ul li:last-child {
    margin-right: 0;
}
.lineup_1_item .aroma ul li img {
    width: 52px;
    margin-bottom: 10px;
}
.lineup_1_item .aroma ul li span {
    display: block;
    font-size: 11px;
    line-height: 14px;
}
.top_4_lineup {
    margin-top: 60px;
}
.bar::after {
    content: '';
    background: url("../img/bg_top_3_1.png") center top no-repeat;
    background-size: 1306.5px 24px;
    height: 24px;
    width: 100%;
    display: block;
    clear: both;
    margin-top: 30px;
}
.bar_lineup_1 {
    margin-top: -50px;
    margin-bottom: 80px;
}
@media (min-width: 1021px) {
    /* Accordion */
    .lineup_1_item_inner .btn_2 {
        display: none;
    }
}
@media (max-width: 1020px) {
    .lineup_1::before {
        content: '';
        background: url("../img/bg_top_3_s2.png") center top no-repeat;
        background-size: 329px 17px;
        height: 24px;
        width: 100%;
        display: block;
        clear: both;
        margin-bottom: 20px;
    }
    .lineup_1 .box.h1 h1 {
        margin-bottom: 0px;
    }
    .lineup_1 .box.h1 p {
        font-size: 18px;
    }
    .lineup_1 .box.h1 h1::before {
        content: '';
        background-image: url("../img/icon_3.png");
        background-size: 11px 11px;
        background-position: center left;
        background-repeat: no-repeat;
        display: inline-block;
        width: 30px;
        height: 30px;
    }
    .lineup_1 .box.h1 h1::after {
        content: '';
        background-image: url("../img/icon_3.png");
        background-size: 11px 11px;
        background-position: center right;
        background-repeat: no-repeat;
        display: inline-block;
        width: 30px;
        height: 30px;
    }
    /* Item */
    .lineup_1_item {
        border: 1px dashed #185C00;
        margin: 0 10px 40px;
        padding: 30px 0 0;
        max-width: 1306px;
        width: calc(100% - 20px);
        border-radius: 10px;
        display: grid;
        grid-template-rows: max-content max-content max-content 1fr auto;
        grid-template-rows: auto;
        grid-template-columns: 1.75fr 1fr 1.75fr auto;
        grid-template-columns: auto;
    }
    .lineup_1_item:nth-child(odd) {
        grid-template-rows: auto;
        grid-template-columns: auto;
    }
    .lineup_1_item .info {
        grid-row: 2 / 3;
        grid-column: 1 / 2;
        margin-bottom: 30px;
        padding-right: 0;
        padding: 0 15px;
    }
    .lineup_1 .lineup_1_item:nth-child(odd) .info {
        grid-row: 2 / 3;
        grid-column: 1 / 2;
        margin-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
        padding: 0 15px;
    }
    .lineup_1_item .info h2 {
        color: var(--green);
        font-size: 30px;
        font-weight: 500;
        line-height: 34px;
        margin-bottom: 15px;
    }
    .lineup_1_item .info h2 span {
        font-size: 16px;
        display: block;
        margin-bottom: -4px;
        line-height: 20px;
    }
    .lineup_1_item .info .txt {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .lineup_1_item .info .property {
        font-size: 14px;
        line-height: 24px;
    }
    .lineup_1_item .info .property span {
        display: inline-block;
        border: 1px solid #C0C0C0;
        height: 16px;
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 2px;
        vertical-align: middle;
    }
    .lineup_1_item .buy {
        grid-row: 4 / 5;
        grid-column: 1 / 2;
        padding-right: 0;
        padding: 10px;
    }
    .lineup_1 .lineup_1_item:nth-child(odd) .buy {
        grid-row: 4 / 5;
        grid-column: 1 / 2;
        padding-left: 0;
        padding-right: 0;
        padding: 10px;
    }
    .lineup_1_item .buy span {
        color: var(--green);
        font-size: 18px;
        display: block;
        margin-bottom: 10px;
    }
    .lineup_1_item .buy a {
        transition: .5s;
    }
    .lineup_1_item .buy ul {}
    .lineup_1_item .buy ul li {
        margin-bottom: 10px;
        text-align: center;
    }
    .lineup_1_item .buy ul li a {
        transition: .5s;
    }
    .lineup_1_item .buy ul li a img {
        max-width: 360px;
        width: 100%;
        height: auto;
    }
    .lineup_1_item .img_item {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
        margin-right: 0;
        padding-left: 0;
        background: none;
        background-size: 0;
        text-align: center;
    }
    .lineup_1 .lineup_1_item:nth-child(odd) .img_item {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
        margin-right: 0;
        padding-left: 0;
        margin-left: 0;
        padding-right: 0;
        background: none;
        background-size: 0;
        text-align: center;
    }
    .lineup_1_item .img_item img {
        margin-top: 0px;
        margin-bottom: 0px;
        max-height: 400px;
        width: auto;
    }
    .lineup_1.artesanal .lineup_1_item .img_item img {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0;
        max-height: 360px;
    }
    .lineup_1_item .lineup_1_item_inner {
        grid-row: 3 / 4;
        grid-column: 1 / 2;
    }
    .lineup_1 .lineup_1_item:nth-child(odd) .lineup_1_item_inner {
        grid-row: 3 / 4;
        grid-column: 1 / 2;
    }
    .lineup_1_item .chart {
        text-align: center;
        margin-bottom: 0;
        position: relative;
    }
    .lineup_1_item .chart h3 {
        font-size: 18px;
        color: var(--green);
        margin-bottom: 0;
        text-align: left;
        padding-left: 15px;
        padding-bottom: 15px;
        padding-top: 15px;
        border-bottom: 1px dashed #185C00;
    }
    .lineup_1_item .chart .inner {
        background: #FAE8D1;
        padding: 20px;
        border-radius: 0;
    }
    .lineup_1_item .chart img {
        max-width: 100%;
        max-height: 280px;
        width: auto;
        height: auto;
    }
    .lineup_1_item .aroma {
        position: relative;
        border-bottom: 1px dashed #185C00;
    }
    .lineup_1_item .aroma h3 {
        font-size: 18px;
        color: var(--green);
        margin-bottom: 0px;
        text-align: left;
        padding-left: 15px;
        padding-bottom: 15px;
        padding-top: 15px;
        border-bottom: 1px dashed #185C00;
    }
    .lineup_1_item .aroma ul {
        display: flex;
        flex-wrap: wrap;
        padding: 10px 10px 0;
    }
    .lineup_1_item .aroma ul li {
        background: #FAE8D1;
        padding: 10px 10px 10px 10px;
        border-radius: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        text-align: center;
        flex-basis: calc(50% - 5px);
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .lineup_1_item .aroma ul li:nth-child(2) {
        margin-right: 0;
    }
    .lineup_1_item .aroma ul li:last-child {
        margin-right: 0;
    }
    .lineup_1_item .aroma ul li img {
        width: 30px;
        margin-bottom: 0;
        margin-right: 10px;
    }
    .lineup_1_item .aroma ul li span {
        display: inline-block;
        font-size: 11px;
        line-height: 14px;
    }
    /* Accordion */
    .lineup_1_item_inner .btn_2 {
        position: absolute;
        top: 6px;
        right: 5px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        font-size: 10px;
        flex-direction: row-reverse;
        z-index: 100;
    }
    .lineup_1_item_inner .btn_2 .open {
        display: inline-block;
        transform: rotate(90deg);
        margin-left: -15px;
        width: 30px;
        text-align: center;
    }
    .lineup_1_item_inner .btn_2 .close {
        display: none;
        transform: rotate(90deg);
        margin-left: -15px;
        width: 30px;
        text-align: center;
    }
    .lineup_1_item_inner .btn_2.active .open {
        display: none;
    }
    .lineup_1_item_inner .btn_2.active .close {
        display: inline-block;
    }
    .lineup_1_item_inner .btn_2 img {
        width: 50px;
        transform: rotate(45deg);
    }
    .lineup_1_item_inner .btn_2.active img {
        transform: rotate(0deg);
    }
    .lineup_1_item_inner .btn_2.active img::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 255, 0.5); /* 半透明の青 */
        border-radius: 50%; /* 擬似要素も正円に */
        pointer-events: none; /* クリックを透過 */
    }
    .bar::after {
        content: '';
        background: url("../img/bg_top_3_s2.png") center top no-repeat;
        background-size: 329px 17px;
        height: 24px;
        width: 100%;
        display: block;
        clear: both;
    }
}
/* ───────────── 
	About
───────────── */
.top_1.under_1_about {
    background: url("../img/bg_under_2.png") center center repeat;
    height: 100vh;
    position: relative;
    background-size: cover;
}
.about_1 {
    background: #185c00;
}
.about_1_1 {
    max-width: 1306px;
    padding: 40px 0 0;
    margin: 0 auto;
}
.about_1_1::before {
    content: '';
    background: url("../img/bg_about_1.png") center top no-repeat;
    background-size: 1306.5px 24px;
    height: 24px;
    width: 100%;
    display: block;
    clear: both;
}
.about_1_1_inner {
    position: relative;
    height: 600px;
}
.about_1_1_inner::before {
    content: '';
    background: url("../img/icon_1.png") center top no-repeat;
    background-size: 31.3px 77px;
    height: 77px;
    width: 31.3px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.about_1_1_inner::after {
    content: '';
    background: url("../img/icon_1.png") center top no-repeat;
    background-size: 31.3px 77px;
    height: 77px;
    width: 31.3px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.about_1_1_frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../img/bg_about_2.png");
    background-size: 466px 485px;
    background-repeat: no-repeat;
    text-align: center;
    color: var(--cream);
    display: flex;
    width: 466px;
    height: 485px;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.about_1_1_frame h1 {
    font-size: 16px;
    padding: 0 100px;
}
.box.h1.box_about {
    margin-bottom: 70px;
}
.box.h1.box_about::before {
    content: '';
    background: url("../img/bg_about_1.png") center top no-repeat;
    background-size: 1306.5px 24px;
    height: 24px;
    width: 100%;
    display: block;
    clear: both;
    margin-bottom: 70px;
}
.box.h1.box_about h1 {
    font-family: var(--eb-garamond);
    font-size: 100px;
    font-weight: 400;
    line-height: 80px;
    color: var(--green);
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box.h1.box_about h1::before {
    content: '';
    background-image: url("../img/icon_6.png");
    background-size: 12px 12px;
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 70px;
}
.box.h1.box_about h1::after {
    content: '';
    background-image: url("../img/icon_6.png");
    background-size: 12px 12px;
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 70px;
}
.box.h1.box_about p {
    font-size: 24px;
    line-height: 36px;
    margin-top: -70px;
}
/* */
.about_2_1 {
    width: 1200px;
    height: 920px;
    position: relative;
    margin: 0 auto;
    color: var(--cream);
}
.about_2_1 .m1 {
    position: absolute;
    top: 0;
    left: 60px;
}
.about_2_1 .m1 img {
    width: 445px;
    padding: 5px;
    border: 1px solid #FFF0DD;
}
.about_2_1 .m1 span.num {
    position: absolute;
    font-family: var(--eb-garamond);
    font-weight: 400;
    font-size: 100px;
    line-height: 100px;
    color: var(--cream);
    left: 210px;
    top: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_2_1 .m1 span.num::before {
    content: '';
    background-image: url("../img/icon_6.png");
    background-size: 12px 12px;
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
}
.about_2_1 .m1 span.num::after {
    content: '';
    background-image: url("../img/icon_6.png");
    background-size: 12px 12px;
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
}
.about_2_1 .m2 {
    position: absolute;
    top: 0px;
    left: 580px;
}
.about_2_1 .m2 h2 {
    font-size: 30px;
    line-height: 36px;
}
.about_2_1 .m2 h2 span {
    font-size: 20px;
    display: block;
}
.about_2_1 .m3 {
    position: absolute;
    top: 100px;
    left: 610px;
}
.about_2_1 .m3 img {
    width: 53px;
    height: auto;
    margin-bottom: 10px;
}
.about_2_1 .m3 p {
    width: 410px;
    margin-bottom: 20px;
}
.about_2_1 .c2 {
    width: 410px;
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 14px;
}
.about_2_1 .c2 span {
    width: 1px;
    height: 100px;
    padding-left: 10px;
    margin-right: 20px;
    border-right: 1px dashed #B1A28F;
}
.about_2_1 .m4 {
    position: absolute;
    top: 370px;
    left: 610px;
    width: 410px;
}
.about_2_1 .m5 {
    position: absolute;
    top: 560px;
    left: 440px;
}
.about_2_1 .m5 .img_1 {
    width: 284px;
    height: auto;
}
.about_2_1 .m5 span {
    position: absolute;
    left: -170px;
    top: -120px;
}
.about_2_1 .m5 span img {
    width: 256px;
    height: auto;
}
/* */
.about_2_2 {
    width: 1200px;
    height: 940px;
    position: relative;
    margin: 0 auto;
    color: var(--cream);
}
.about_2_2 .m1 {
    position: absolute;
    top: 0;
    left: 680px;
}
.about_2_2 .m1 img {
    width: 400px;
    padding: 5px;
    border: 1px solid #FFF0DD;
}
.about_2_2 .m1 span.num {
    position: absolute;
    font-family: var(--eb-garamond);
    font-weight: 400;
    font-size: 100px;
    line-height: 100px;
    color: var(--cream);
    left: -110px;
    top: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_2_2 .m1 span.num::before {
    content: '';
    background-image: url("../img/icon_6.png");
    background-size: 12px 12px;
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
}
.about_2_2 .m1 span.num::after {
    content: '';
    background-image: url("../img/icon_6.png");
    background-size: 12px 12px;
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
}
.about_2_2 .m2 {
    position: absolute;
    top: 0px;
    left: 80px;
}
.about_2_2 .m2 h2 {
    font-size: 30px;
    line-height: 36px;
}
.about_2_2 .m2 h2 span {
    font-size: 20px;
    display: block;
}
.about_2_2 .m3 {
    position: absolute;
    top: 130px;
    left: 195px;
}
.about_2_2 .m3 img {
    width: 53px;
    height: auto;
    margin-bottom: 10px;
}
.about_2_2 .m3 p {
    width: 410px;
    margin-bottom: 20px;
}
.about_2_2 .c2 {
    width: 410px;
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 14px;
}
.about_2_2 .c2 span {
    width: 1px;
    height: 145px;
    padding-left: 10px;
    margin-right: 20px;
    border-right: 1px dashed #B1A28F;
}
.about_2_2 .m4 {
    position: absolute;
    top: 440px;
    left: 195px;
    width: 410px;
}
.about_2_2 .m5 {
    position: absolute;
    top: 540px;
    left: 320px;
}
.about_2_2 .m5 .img_1 {
    width: 171px;
    height: auto;
}
.about_2_2 .m5 span {
    position: absolute;
    left: -420px;
    top: -275px;
}
.about_2_2 .m5 span img {
    width: 336px;
    height: auto;
}
/* */
.about_2_3 {
    width: 1200px;
    height: 580px;
    position: relative;
    margin: 0 auto;
    color: var(--cream);
}
.about_2_3 .m1 {
    position: absolute;
    top: 0;
    left: 60px;
}
.about_2_3 .m1 img {
    width: 580px;
    padding: 5px;
    border: 1px solid #FFF0DD;
}
.about_2_3 .m1 span.num {
    position: absolute;
    font-family: var(--eb-garamond);
    font-weight: 400;
    font-size: 100px;
    line-height: 100px;
    color: var(--cream);
    left: 360px;
    top: 339px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_2_3 .m1 span.num::before {
    content: '';
    background-image: url("../img/icon_6.png");
    background-size: 12px 12px;
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
}
.about_2_3 .m1 span.num::after {
    content: '';
    background-image: url("../img/icon_6.png");
    background-size: 12px 12px;
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
}
.about_2_3 .m2 {
    position: absolute;
    top: 0px;
    left: 685px;
}
.about_2_3 .m2 h2 {
    font-size: 30px;
    line-height: 36px;
}
.about_2_3 .m2 h2 span {
    font-size: 20px;
    display: block;
}
.about_2_3 .m3 {
    position: absolute;
    top: 120px;
    left: 720px;
}
.about_2_3 .m3 img {
    width: 53px;
    height: auto;
    margin-bottom: 10px;
}
.about_2_3 .m3 p {
    width: 410px;
    margin-bottom: 20px;
}
/* */
.about_3 {
    background: url("../img/bg_about_3.png") center center no-repeat;
    background-size: cover;
    background-position: fixed;
    height: 388px;
}
/* */
.about_4 {
    background: #221A0C;
    padding-top: 100px;
}
/* */
.about_5_1 {
    width: 1200px;
    height: 740px;
    position: relative;
    margin: 0 auto;
    color: var(--cream);
}
.about_5_1 .m1 {
    position: absolute;
    top: 0;
    left: 130px;
}
.about_5_1 .m1 img {
    width: 526px;
    padding: 5px;
    border: 1px solid #5C5144;
}
.about_5_1 .m1 span {
    position: absolute;
    right: -180px;
    top: 500px;
}
.about_5_1 .m1 span img {
    border: none;
    width: 328px;
}
.about_5_1 .m3 {
    position: absolute;
    top: 110px;
    left: 725px;
}
.about_5_1 .m3 img {
    width: 53px;
    height: auto;
    margin-bottom: 10px;
}
.about_5_1 .m3 p {
    width: 410px;
    margin-bottom: 20px;
}
/* */
.about_6_1 {
    width: 1200px;
    height: 590px;
    position: relative;
    margin: 0 auto;
    color: var(--cream);
}
.about_6_1 .m1 {
    position: absolute;
    top: 35px;
    left: 540px;
}
.about_6_1 .m1 img {
    width: 680px;
    padding: 5px;
    border: 1px solid #5C5144;
}
.about_6_1 .m1 span {
    position: absolute;
    right: -180px;
    top: 500px;
}
.about_6_1 .m1 span img {
    border: none;
    width: 328px;
}
.about_6_1 .m3 {
    position: absolute;
    top: 0px;
    left: 80px;
}
.about_6_1 .m3 img {
    width: 53px;
    height: auto;
    margin-bottom: 10px;
}
.about_6_1 .m3 p {
    width: 410px;
    margin-bottom: 20px;
}
/* */
.about_7_1 {
    width: 1200px;
    height: 780px;
    position: relative;
    margin: 0 auto;
    color: var(--cream);
}
.about_7_1 .m1 {
    position: absolute;
    top: 0;
    left: 180px;
}
.about_7_1 .m1 img {
    width: 397px;
    padding: 5px;
    border: 1px solid #5C5144;
}
.about_7_1 .m1 span {
    position: absolute;
    right: -180px;
    top: 500px;
}
.about_7_1 .m1 span img {
    border: none;
    width: 328px;
}
.about_7_1 .m3 {
    position: absolute;
    top: 30px;
    left: 660px;
}
.about_7_1 .m3 img {
    width: 53px;
    height: auto;
    margin-bottom: 10px;
}
.about_7_1 .m3 p {
    width: 410px;
    margin-bottom: 20px;
}
/* */
.about_8 {
    background: #FFF0DD;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.about_8 .m1 {
    max-width: 700px;
    width: 50%;
}
.about_8 .m2 {
    flex: 1;
}
.about_8 .m2_box {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
.about_8 .h1_outer {
    font-family: var(--eb-garamond);
    font-weight: 400;
    font-size: 100px;
    line-height: 100px;
    color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_8 .h1_outer::before {
    content: '';
    background-image: url("../img/icon_3.png");
    background-size: 12px 12px;
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
}
.about_8 .h1_outer::after {
    content: '';
    background-image: url("../img/icon_3.png");
    background-size: 12px 12px;
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
}
.about_8 .sub {
    color: var(--green);
    padding: 20px 0 0;
    font-size: 24px;
    text-align: center;
}
.about_8 .icon {
    width: 52px;
    height: auto;
    margin-bottom: 20px;
}
.about_8 p {
    text-align: left;
    margin-bottom: 1em;
}
/* */
.about_9 {
    background: #000;
    padding: 150px 100px;
    margin-bottom: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1020px) {
    .about_1 {
        background: #185c00;
        width: 100%;
        overflow-x: hidden;
    }
    .about_1_1 {
        max-width: 1306px;
        padding: 40px 0 0;
        margin: 0 auto;
    }
    .about_1_1::before {
        content: '';
        background: url("../img/bg_about_5.png") center top no-repeat;
        background-size: 329px 17px;
        height: 24px;
        width: 100%;
        display: block;
        clear: both;
    }
    .about_1_1_inner {
        position: relative;
        height: 600px;
    }
    .about_1_1_inner::before {
        content: '';
        background: url("../img/icon_1.png") center top no-repeat;
        background-size: 31.3px 77px;
        height: 77px;
        width: 31.3px;
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        display: none;
    }
    .about_1_1_inner::after {
        content: '';
        background: url("../img/icon_1.png") center top no-repeat;
        background-size: 31.3px 77px;
        height: 77px;
        width: 31.3px;
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        display: none;
    }
    .about_1_1_frame {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-image: url("../img/bg_about_4.png");
        background-size: 320px 475px;
        background-repeat: no-repeat;
        text-align: center;
        color: var(--cream);
        display: flex;
        width: 320px;
        height: 475px;
        justify-content: center;
        align-items: center;
        flex-flow: column;
    }
    .about_1_1_frame h1 {
        font-size: 16px;
        padding: 0 30px;
    }
    .box.h1.box_about {
        margin-bottom: 70px;
    }
    .box.h1.box_about::before {
        content: '';
        background: url("../img/bg_about_5.png") center top no-repeat;
        background-size: 329px 17px;
        height: 24px;
        width: 100%;
        display: block;
        clear: both;
        margin-bottom: 50px;
    }
    .box.h1.box_about h1 {
        font-family: var(--eb-garamond);
        font-size: 40px;
        font-weight: 400;
        line-height: 40px;
        color: var(--green);
        margin-bottom: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .box.h1.box_about h1::before {
        content: '';
        background-image: url("../img/icon_6.png");
        background-size: 12px 12px;
        background-position: left center;
        background-repeat: no-repeat;
        display: inline-block;
        width: 40px;
        height: 70px;
    }
    .box.h1.box_about h1::after {
        content: '';
        background-image: url("../img/icon_6.png");
        background-size: 12px 12px;
        background-position: right center;
        background-repeat: no-repeat;
        display: inline-block;
        width: 40px;
        height: 70px;
    }
    .box.h1.box_about p {
        font-size: 18px;
        line-height: 27px;
        margin-top: -70px;
    }
    /* */
    .about_2_1 {
        width: 100%;
        max-width: 360px;
        height: auto;
        position: relative;
        margin: 0 auto;
        color: var(--cream);
        padding: 0 30px;
    }
    .about_2_1 .m1 {
        position: relative;
        top: auto;
        left: auto;
    }
    .about_2_1 .m1 img {
        width: 265px;
        padding: 5px;
        border: 1px solid #FFF0DD;
    }
    .about_2_1 .m1 span.num {
        position: absolute;
        font-family: var(--eb-garamond);
        font-weight: 400;
        font-size: 60px;
        line-height: 100px;
        color: var(--cream);
        left: 150px;
        top: 214px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about_2_1 .m1 span.num::before {
        content: '';
        background-image: url("../img/icon_6.png");
        background-size: 9px 9px;
        background-position: left center;
        background-repeat: no-repeat;
        display: inline-block;
        width: 30px;
        height: 30px;
    }
    .about_2_1 .m1 span.num::after {
        content: '';
        background-image: url("../img/icon_6.png");
        background-size: 9px 9px;
        background-position: right center;
        background-repeat: no-repeat;
        display: inline-block;
        width: 30px;
        height: 30px;
    }
    .about_2_1 .m2 {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 30px;
    }
    .about_2_1 .m2 h2 {
        font-size: 24px;
        line-height: 29px;
    }
    .about_2_1 .m2 h2 span {
        font-size: 16px;
        display: block;
    }
    .about_2_1 .m3 {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 20px;
        max-width: 280px;
    }
    .about_2_1 .m3 img {
        width: 53px;
        height: auto;
        margin-bottom: 10px;
    }
    .about_2_1 .m3 p {
        width: 100%;
        margin-bottom: 20px;
    }
    .about_2_1 .c2 {
        width: 100%;
        margin-bottom: 5px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        font-size: 12px;
        flex-flow: column;
    }
    .about_2_1 .c2 span {
        width: 100%;
        height: 1px;
        padding-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
        border-right: none;
        border-bottom: 1px dashed #B1A28F;
    }
    .about_2_1 .m4 {
        position: relative;
        top: auto;
        left: auto;
        width: 270px;
        margin-left: 60px;
        padding-right: 0;
    }
    .about_2_1 .m5 {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .about_2_1 .m5 .img_1 {
        width: 320px;
        height: auto;
    }
    .about_2_1 .m5 span {
        position: absolute;
        left: 190px;
        top: -80px;
    }
    .about_2_1 .m5 span img {
        width: 200px;
        height: auto;
    }
    /* */
    .about_2_2 {
        width: 100%;
        max-width: 360px;
        height: auto;
        position: relative;
        margin: 0 auto;
        color: var(--cream);
        padding-left: 80px;
        margin-top: 140px;
    }
    .about_2_2 .m1 {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 35px;
    }
    .about_2_2 .m1 img {
        width: 217px;
        padding: 5px;
        border: 1px solid #FFF0DD;
    }
    .about_2_2 .m1 span.num {
        position: absolute;
        font-family: var(--eb-garamond);
        font-weight: 400;
        font-size: 60px;
        line-height: 100px;
        color: var(--cream);
        left: 103px;
        top: -50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about_2_2 .m1 span.num::before {
        content: '';
        background-image: url("../img/icon_6.png");
        background-size: 9px 9px;
        background-position: left center;
        background-repeat: no-repeat;
        display: inline-block;
        width: 30px;
        height: 30px;
    }
    .about_2_2 .m1 span.num::after {
        content: '';
        background-image: url("../img/icon_6.png");
        background-size: 9px 9px;
        background-position: right center;
        background-repeat: no-repeat;
        display: inline-block;
        width: 30px;
        height: 30px;
    }
    .about_2_2 .m2 {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 30px;
    }
    .about_2_2 .m2 h2 {
        font-size: 24px;
        line-height: 29px;
    }
    .about_2_2 .m2 h2 span {
        font-size: 16px;
        display: block;
    }
    .about_2_2 .m3 {
        position: relative;
        top: auto;
        left: auto;
    }
    .about_2_2 .m3 img {
        width: 53px;
        height: auto;
        margin-bottom: 30px;
    }
    .about_2_2 .m3 p {
        width: 275px;
        margin-bottom: 20px;
    }
    .about_2_2 .c2 {
        width: 100%;
        margin-bottom: 5px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        font-size: 12px;
        flex-flow: column;
    }
    .about_2_2 .c2 span {
        width: 100%;
        height: 1px;
        padding-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
        border-right: none;
        border-bottom: 1px dashed #B1A28F;
    }
    .about_2_2 .m4 {
        position: relative;
        top: auto;
        left: auto;
        width: 275px;
        margin-bottom: 60px;
    }
    .about_2_2 .m5 {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 80px;
        margin-left: 20px;
    }
    .about_2_2 .m5 .img_1 {
        width: 171px;
        height: auto;
    }
    .about_2_2 .m5 span {
        position: absolute;
        left: 90px;
        top: 5px;
    }
    .about_2_2 .m5 span img {
        width: 176px;
        height: auto;
    }
    /* */
    .about_2_3 {
        width: 100%;
        height: auto;
        position: relative;
        margin: 0 auto;
        color: var(--cream);
        padding: 0 30px;
        max-width: 380px;
    }
    .about_2_3 .m1 {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 40px;
    }
    .about_2_3 .m1 img {
        width: 100%;
        padding: 5px;
        border: 1px solid #FFF0DD;
    }
    .about_2_3 .m1 span.num {
        position: absolute;
        font-family: var(--eb-garamond);
        font-weight: 400;
        font-size: 60px;
        line-height: 100px;
        color: var(--cream);
        left: -4px;
        top: 166px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about_2_3 .m1 span.num::before {
        content: '';
        background-image: url("../img/icon_6.png");
        background-size: 9px 9px;
        background-position: left center;
        background-repeat: no-repeat;
        display: inline-block;
        width: 30px;
        height: 30px;
    }
    .about_2_3 .m1 span.num::after {
        content: '';
        background-image: url("../img/icon_6.png");
        background-size: 9px 9px;
        background-position: right center;
        background-repeat: no-repeat;
        display: inline-block;
        width: 30px;
        height: 30px;
    }
    .about_2_3 .m2 {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 30px;
    }
    .about_2_3 .m2 h2 {
        font-size: 24px;
        line-height: 29px;
    }
    .about_2_3 .m2 h2 span {
        font-size: 16px;
        display: block;
    }
    .about_2_3 .m3 {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 80px;
    }
    .about_2_3 .m3 img {
        width: 53px;
        height: auto;
        margin-bottom: 30px;
    }
    .about_2_3 .m3 p {
        width: 320px;
        margin-bottom: 20px;
    }
    /* */
    .about_3 {
        background: url("../img/bg_about_6.png") center center no-repeat;
        background-size: cover;
        background-position: fixed;
        height: 600px;
    }
    /* */
    .about_4 {
        background: #221A0C;
        padding-top: 100px;
    }
    .box.h1.box_about p.aj {
        margin-top: -100px;
        margin-bottom: -30px;
    }
    /* */
    .about_5_1 {
        width: 100%;
        height: auto;
        position: relative;
        margin: 0 auto;
        color: var(--cream);
        padding: 0 30px 100px;
        max-width: 360px;
    }
    .about_5_1 .m1 {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 40px;
    }
    .about_5_1 .m1 img {
        width: 100%;
        padding: 5px;
        border: 1px solid #5C5144;
    }
    .about_5_1 .m1 span {
        position: absolute;
        right: auto;
        left: 85px;
        top: 590px;
    }
    .about_5_1 .m1 span img {
        border: none;
        width: 183px;
    }
    .about_5_1 .m3 {
        position: relative;
        top: auto;
        left: auto;
    }
    .about_5_1 .m3 img {
        width: 53px;
        height: auto;
        margin-bottom: 30px;
    }
    .about_5_1 .m3 p {
        width: 320px;
        margin-bottom: 20px;
    }
    /* */
    .about_6_1 {
        width: 100%;
        height: auto;
        position: relative;
        margin: 0 auto;
        color: var(--cream);
        padding: 0 30px;
        max-width: 360px;
    }
    .about_6_1 .m1 {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 40px;
    }
    .about_6_1 .m1 img {
        width: 100%;
        padding: 5px;
        border: 1px solid #5C5144;
    }
    .about_6_1 .m1 span {
        position: absolute;
        right: -180px;
        top: 500px;
    }
    .about_6_1 .m1 span img {
        border: none;
        width: 328px;
    }
    .about_6_1 .m3 {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 50px;
    }
    .about_6_1 .m3 img {
        width: 53px;
        height: auto;
        margin-bottom: 10px;
    }
    .about_6_1 .m3 p {
        width: 320px;
        margin-bottom: 20px;
    }
    /* */
    .about_7_1 {
        width: 100%;
        height: auto;
        position: relative;
        margin: 0 auto;
        color: var(--cream);
        padding: 0 30px 70px;
        max-width: 360px;
    }
    .about_7_1 .m1 {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 40px;
    }
    .about_7_1 .m1 img {
        width: 100%;
        padding: 5px;
        border: 1px solid #5C5144;
    }
    .about_7_1 .m1 span {
        position: absolute;
        right: -180px;
        top: 500px;
    }
    .about_7_1 .m1 span img {
        border: none;
        width: 328px;
    }
    .about_7_1 .m3 {
        position: relative;
        top: auto;
        left: auto;
    }
    .about_7_1 .m3 img {
        width: 53px;
        height: auto;
        margin-bottom: 20px;
    }
    .about_7_1 .m3 p {
        width: 320px;
        margin-bottom: 20px;
    }
    /* */
    .about_8 {
        background: #FFF0DD;
        display: block;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        padding-top: 180px;
    }
    .about_8 .m1 {
        max-width: 480px;
        width: 100%;
        margin: 0 auto;
    }
    .about_8 .m2 {
        flex: 1;
    }
    .about_8 .m2_box {
        max-width: 360px;
        margin: 0 auto;
        text-align: left;
        margin-bottom: 80px;
    }
    .about_8 .h1_outer {
        font-family: var(--eb-garamond);
        font-weight: 400;
        font-size: 60px;
        line-height: 100px;
        color: var(--green);
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 50%;
        top: 25px;
        transform: translateX(-50%);
    }
    .about_8 .h1_outer::before {
        content: '';
        background-image: url("../img/icon_3.png");
        background-size: 12px 12px;
        background-position: left center;
        background-repeat: no-repeat;
        display: inline-block;
        width: 40px;
        height: 40px;
    }
    .about_8 .h1_outer::after {
        content: '';
        background-image: url("../img/icon_3.png");
        background-size: 12px 12px;
        background-position: right center;
        background-repeat: no-repeat;
        display: inline-block;
        width: 40px;
        height: 40px;
    }
    .about_8 .sub {
        color: var(--green);
        padding: 20px 0 0;
        font-size: 16px;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 105px;
        transform: translateX(-50%);
    }
    .about_8 .icon {
        width: 52px;
        height: auto;
        margin-bottom: 20px;
        margin-top: 50px;
    }
    .about_8 p {
        text-align: left;
        margin-bottom: 1em;
    }
    /* */
    .about_9 {
        background: #000;
        padding: 60px 20px;
        margin-bottom: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
