@charset "UTF-8";
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

@media (max-width: 540px) {
    html {
        font-size: 55.5%;
    }
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
    margin: 0;
    padding: 0;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

body {
    font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
}

[type="button"],
[type="reset"],
[type="submit"],
a,
a img,
button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    color: #333333;
    background-image: url(../img/00_cmn/bg.jpg);
    background-size: calc(100% / 7);
    background-position: center center;
}

@media (max-width: 840px) {
    body {
        background-size: calc(100% / 5);
    }
}

@media (max-width: 540px) {
    body {
        line-height: 1.75;
    }
}

body.-noscroll {
    overflow: hidden;
}

a {
    color: inherit;
    display: block;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

main {
    overflow-x: clip;
}

main.-blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
    display: block;
}

::-moz-selection {
    color: #fff;
    background-color: #796135;
}

::selection {
    color: #fff;
    background-color: #796135;
}

::-webkit-scrollbar {
    width: 15px;
}

@media (max-width: 540px) {
    ::-webkit-scrollbar {
        width: 5px;
    }
}

::-webkit-scrollbar-track {
    background-color: #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #9d7e44;
}

.scroll {
    visibility: hidden;
}

.grecaptcha-badge {
    visibility: hidden;
}

/*==================================================================================================
	共通
==================================================================================================*/
.cmn {
    margin: clamp(60px, 12vw, 150px) auto;
    padding: 0 5%;
    position: relative;
}

.cmn_inner {
    margin: 0 auto;
    position: relative;
}

.cmn_inner.-xxl {
    max-width: 1600px;
}

.cmn_inner.-xl {
    max-width: 1400px;
}

.cmn_inner.-lg {
    max-width: 1024px;
}

.cmn_inner.-md {
    max-width: 840px;
}

.cmn_inner.-sm {
    max-width: 700px;
}

.cmn_inner.-xs {
    max-width: 540px;
}

.cmn_pagehead {
    padding: 200px 5% 0;
}

@media (max-width: 840px) {
    .cmn_pagehead {
        padding: 150px 5% 0;
    }
}

@media (max-width: 540px) {
    .cmn_pagehead {
        padding: 120px 5% 0;
    }
}

.cmn_pagehead_inner {
    max-width: 1600px;
    margin: 0 auto;
}

.cmn_pagehead_ttl .sub {
    font-size: clamp(2.2rem, 3vw, 2.4rem);
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0.35em;
}

.cmn_pagehead_ttl .sub::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 10px;
    height: 10px;
    background-color: #9d7e44;
}

.cmn_pagehead_ttl .main {
    font-family: futura-pt, sans-serif;
    font-size: clamp(7.2rem, 10vw, 15rem);
    line-height: 1;
    margin-left: -0.075em;
    word-break: break-all;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

@media (max-width: 540px) {
    .cmn_pagehead_ttl .main {
        font-size: 13vw;
    }
}

.cmn_pagehead_ttl .main::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 100%;
    width: 100%;
    background-color: #333333;
}

.cmn_pagehead_ttl .main.-animate::before {
    -webkit-animation: pagehead-bg 0.75s ease-out forwards;
    animation: pagehead-bg 0.75s ease-out forwards;
}

@-webkit-keyframes pagehead-bg {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}

@keyframes pagehead-bg {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}

.cmn_pagehead .breadcrumb_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cmn_pagehead .breadcrumb_item {
    position: relative;
}

.cmn_pagehead .breadcrumb_item:not(:last-child) {
    margin-right: 30px;
}

.cmn_pagehead .breadcrumb_item:not(:last-child)::after {
    content: "\f0142";
    font-family: "icomoon";
    position: absolute;
    top: 47.5%;
    right: -25px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #9d7e44;
}

.cmn_pagehead .breadcrumb_link {
    display: block;
    font-family: futura-pt, sans-serif;
}

.cmn_secttl .main {
    font-family: futura-pt, sans-serif;
    font-size: clamp(7.2rem, 10vw, 15rem);
    line-height: 1;
    font-weight: 400;
    -webkit-text-stroke: clamp(1px, 0.25vw, 3px) #9d7e44;
    text-stroke: clamp(1px, 0.25vw, 3px) #9d7e44;
    color: transparent;
    margin-left: -0.05em;
    padding-right: 0.015em;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.cmn_secttl .main::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 85%;
    width: 100%;
    background-color: #564525;
}

.cmn_secttl .main.-animate::before {
    -webkit-animation: secttl-bg 0.75s ease-out forwards;
    animation: secttl-bg 0.75s ease-out forwards;
}

@-webkit-keyframes secttl-bg {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}

@keyframes secttl-bg {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}

.cmn_secttl .sub {
    display: block;
    font-size: clamp(2.2rem, 3vw, 2.4rem);
    font-weight: 700;
    margin-top: -0.35em;
}

.cmn_morebtn, .cmn_backbtn {
    width: 180px;
    max-width: 100%;
    font-family: futura-pt, sans-serif;
    font-size: clamp(2.2rem, 3vw, 2.4rem);
    font-weight: 500;
    border-bottom: 1px solid #9d7e44;
    padding: 2.5px 5px;
    -webkit-transition: none;
    transition: none;
    color: #9d7e44;
    position: relative;
    margin-top: 2em;
}

.cmn_morebtn span:nth-child(1), .cmn_backbtn span:nth-child(1) {
    -webkit-transition-delay: 0.03s;
    transition-delay: 0.03s;
}

.cmn_morebtn span:nth-child(2), .cmn_backbtn span:nth-child(2) {
    -webkit-transition-delay: 0.06s;
    transition-delay: 0.06s;
}

.cmn_morebtn span:nth-child(3), .cmn_backbtn span:nth-child(3) {
    -webkit-transition-delay: 0.09s;
    transition-delay: 0.09s;
}

.cmn_morebtn span:nth-child(4), .cmn_backbtn span:nth-child(4) {
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
}

.cmn_morebtn span:nth-child(5), .cmn_backbtn span:nth-child(5) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.cmn_morebtn span:nth-child(6), .cmn_backbtn span:nth-child(6) {
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
}

.cmn_morebtn span:nth-child(7), .cmn_backbtn span:nth-child(7) {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
}

.cmn_morebtn span:nth-child(8), .cmn_backbtn span:nth-child(8) {
    -webkit-transition-delay: 0.24s;
    transition-delay: 0.24s;
}

.cmn_morebtn span:nth-child(9), .cmn_backbtn span:nth-child(9) {
    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}

.cmn_morebtn span:nth-child(10), .cmn_backbtn span:nth-child(10) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.cmn_morebtn::before, .cmn_backbtn::before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #9d7e44;
    bottom: -1px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.cmn_morebtn::after, .cmn_backbtn::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 35px;
    height: 35px;
    background-color: #9d7e44;
    -webkit-mask-image: url(../img/00_cmn/arrow.svg);
    mask-image: url(../img/00_cmn/arrow.svg);
}

@media (max-width: 540px) {
    .cmn_morebtn::after, .cmn_backbtn::after {
        width: 25px;
        height: 25px;
    }
}

.cmn_morebtn:hover, .cmn_backbtn:hover {
    color: #9d7e44;
}

.cmn_morebtn:hover::before, .cmn_backbtn:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.cmn_morebtn:hover::after, .cmn_backbtn:hover::after {
    top: calc(50% - 10px);
    background-color: #564525;
}

.cmn_morebtn:hover span, .cmn_backbtn:hover span {
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em);
}

.cmn_morebtn_inner, .cmn_backbtn_inner {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cmn_morebtn_inner span, .cmn_backbtn_inner span {
    position: relative;
    display: inline-block;
    margin-right: 0.05em;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.cmn_morebtn_inner span::after, .cmn_backbtn_inner span::after {
    content: attr(data-text);
    position: absolute;
    top: 1.5em;
    left: 0;
}

.cmn_morebtn::after {
    right: 10px;
    -webkit-transition: 0.5s right, 0.5s top, 0.5s background-color;
    transition: 0.5s right, 0.5s top, 0.5s background-color;
}

.cmn_morebtn:hover::after {
    right: 0px;
}

.cmn_backbtn {
    width: 120px;
    margin-inline: auto;
}

.cmn_backbtn::after {
    -webkit-mask-image: url(../img/00_cmn/arrow_back.svg);
    mask-image: url(../img/00_cmn/arrow_back.svg);
    left: 10px;
    -webkit-transition: 0.5s left, 0.5s top, 0.5s background-color;
    transition: 0.5s left, 0.5s top, 0.5s background-color;
}

.cmn_backbtn:hover::after {
    left: 0px;
}

.cmn_backbtn_inner {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cmn_news_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #aaa;
    padding: 2.5em calc(1.5em + 10px) 2.5em 1.5em;
    position: relative;
}

@media (max-width: 840px) {
    .cmn_news_link {
        padding: 1.5em calc(2.5% + 20px) 1.5em 2.5%;
    }
}

.cmn_news_link::before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1.5px;
    background: #9d7e44;
    bottom: -1px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
    -webkit-transition: -webkit-transform 0.75s;
    transition: -webkit-transform 0.75s;
    transition: transform 0.75s;
    transition: transform 0.75s, -webkit-transform 0.75s;
    /*変形の時間*/
}

.cmn_news_link::after {
    content: "\f0142";
    font-family: "icomoon";
    position: absolute;
    top: 52.5%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 0.5s right;
    transition: 0.5s right;
}

.cmn_news_link:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    /*ホバー後、x軸方向に1（相対値）伸長*/
    -webkit-transform-origin: left top;
    transform-origin: left top;
    /*左から右に向かう*/
}

.cmn_news_link:hover::after {
    right: 0px;
}

.cmn_news_date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: futura-pt, sans-serif;
    min-width: 80px;
}

@media (max-width: 540px) {
    .cmn_news_date {
        min-width: 70px;
    }
}

.cmn_news_date .year {
    line-height: 1;
}

.cmn_news_date .month {
    font-size: clamp(2.8rem, 3.6vw, 3.2rem);
    line-height: 1;
    margin-top: 0.05em;
}

.cmn_news_content {
    padding-left: 1.5em;
}

.cmn_news_content .category_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cmn_news_content .category_item {
    font-size: 1.4rem;
    border: 1px solid #333333;
    line-height: 1.2;
    padding: 0.05em 0.5em;
}

.cmn_news_content .category_item:not(:last-child) {
    margin-right: 0.5em;
}

.cmn_news_ttl {
    display: block;
    margin-top: 0.35em;
}

.cmn_news_nopost {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 840px) {
    .cmn_news_nopost {
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 3em 0 0;
    }
}

.cmn_event_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 50px;
}

.cmn_event_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.cmn_event_link:hover .cmn_event_eyecatch img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cmn_event_eyecatch {
    width: 95%;
    overflow: hidden;
    position: relative;
}

@media (max-width: 540px) {
    .cmn_event_eyecatch {
        width: 100%;
    }
}

.cmn_event_eyecatch .eyecatch_wrap {
    position: relative;
    aspect-ratio: 1/1;
}

.cmn_event_eyecatch .eyecatch_wrap.-closed::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(51, 51, 51, 0.8);
}

.cmn_event_eyecatch .eyecatch_wrap.-closed::after {
    content: "- 受付終了-";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #fff;
    font-size: 2rem;
}

@media (max-width: 540px) {
    .cmn_event_eyecatch .eyecatch_wrap.-closed::after {
        font-size: 1.8rem;
    }
}

.cmn_event_eyecatch .eyecatch_wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    aspect-ratio: 1/1;
}

.cmn_event_content {
    margin-top: -20px;
    margin-right: -20px;
    margin-left: auto;
    width: 97.5%;
    position: relative;
    z-index: 10;
}

@media (max-width: 540px) {
    .cmn_event_content {
        margin-right: 0;
        width: 90%;
    }
}

.cmn_event_content .info_list {
    margin-top: 1em;
}

.cmn_event_content .info_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0.5em 0;
}

.cmn_event_content .info_item .ttl {
    background-color: #333;
    color: #fff;
    font-size: 1.4rem;
    width: 70px;
    margin-right: 12.5px;
    display: block;
    text-align: center;
}

.cmn_event_content .info_item .txt {
    width: calc(100% - 87.5px);
    font-family: futura-pt, sans-serif;
    line-height: 1.2;
}

.cmn_event_ttl {
    display: inline-block;
    font-size: clamp(2.2rem, 3vw, 2.4rem);
    font-weight: 700;
    line-height: 1.5;
    background-color: #fff;
    padding: 0.15em 0.25em;
}

.cmn_event_nopost {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 840px) {
    .cmn_event_nopost {
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 3em 0 0;
    }
}

.cmn_story_link {
    display: block;
    position: relative;
    aspect-ratio: 1 / 1;
}

.cmn_story_link::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-color: #e7dbc6;
    -webkit-transition: 0.5s background-color;
    transition: 0.5s background-color;
}

.cmn_story_link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 30px);
    height: 50%;
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.5)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 35%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 35%, rgba(255, 255, 255, 0.5) 100%);
}

.cmn_story_link:hover::before {
    background-color: #c8ae7f;
}

.cmn_story_img {
    display: block;
    margin-top: 0;
    width: 80%;
    margin-left: auto;
    position: relative;
}

.cmn_story_img img {
    -o-object-fit: contain;
    object-fit: contain;
}

.cmn_story_catch {
    position: absolute;
    bottom: 0.5em;
    left: 0em;
    color: #333333;
    font-size: min(2.6vw,4.2rem);
    font-family: ta-oonishi, sans-serif;
    letter-spacing: -0.05em;
    line-height: 1.25;
    z-index: 10;
    text-shadow: 0 0 15px #fff;
}

@media (max-width: 1024px) {
    .cmn_story_catch {
        font-size: 4.6vw;
        left: 0.25em;
    }
}

@media (max-width: 540px) {
    .cmn_story_catch {
        font-size: 6.4vw;
    }
}

.cmn_article_head {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
}

.cmn_article_head .category_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0.5em 0;
}

.cmn_article_head .category_item {
    font-size: 1.4rem;
    border: 1px solid #333333;
    line-height: 1.2;
    padding: 0.05em 0.5em;
}

.cmn_article_head .category_item:not(:last-child) {
    margin-right: 0.5em;
}

.cmn_article_head .info_list {
    margin-top: 0.5em;
}

.cmn_article_head .info_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0.5em 0;
}

.cmn_article_head .info_item .ttl {
    background-color: #333;
    color: #fff;
    font-size: 1.4rem;
    width: 70px;
    margin-right: 12.5px;
    display: block;
    text-align: center;
}

.cmn_article_head .info_item .txt {
    width: calc(100% - 87.5px);
    font-family: futura-pt, sans-serif;
    line-height: 1.2;
}

.cmn_article_closed {
    font-size: 2rem;
    font-weight: 500;
    display: inline-block;
    background-color: #333333;
    color: #fff;
    padding: 0 1em;
}

@media (max-width: 540px) {
    .cmn_article_closed {
        font-size: 1.8rem;
    }
}

.cmn_article_date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-family: futura-pt, sans-serif;
}

.cmn_article_date .year {
    line-height: 1.3;
    padding-right: 0.15em;
}

.cmn_article_date .month {
    font-size: clamp(2.8rem, 3.6vw, 3.2rem);
    line-height: 1;
    margin-top: 0.05em;
}

.cmn_article_ttl {
    font-size: clamp(2.8rem, 3.6vw, 3.2rem);
    font-weight: 500;
    line-height: 1.6;
}

.cmn_article_content {
    margin: 1.25em 0;
}

.cmn_pagenation {
    padding: 30px 0 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cmn_pagenation .page-numbers {
    display: inline-block;
    width: 35px;
    padding: 4.5px 0px;
    margin: 0 0px;
    font-family: futura-pt, sans-serif;
    font-size: clamp(2.2rem, 3vw, 2.4rem);
}

.cmn_pagenation .page-numbers:not(.dots) {
    color: #4d4d4d;
}

.cmn_pagenation .page-numbers.current {
    -webkit-text-stroke: 1px #9d7e44;
    text-stroke: 1px #9d7e44;
    color: transparent;
}

.cmn_pagenation .prev,
.cmn_pagenation .next {
    width: 35px;
    padding: 4.5px 0px;
    position: relative;
}

.cmn_pagenation .prev::after,
.cmn_pagenation .next::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "icomoon";
    position: absolute;
    font-size: 2rem;
    font-weight: 500;
}

.cmn_pagenation .prev::after {
    content: "\f0141";
}

.cmn_pagenation .next::after {
    content: "\f0142";
}

/*==================================================================================================
	ヘッダー
==================================================================================================*/
.hd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 110;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.hd_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 15px auto 0;
    padding: 0px 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 80px;
}

@media (max-width: 840px) {
    .hd_inner {
        height: 65px;
        margin: 10px auto 0;
        padding: 0px 10px;
    }
}

@media (max-width: 540px) {
    .hd_inner {
        height: 50px;
    }
}

.hd_logo {
    position: relative;
    z-index: 1000;
}

.hd_logo a img {
    width: 260px;
    padding: 12.5px 7.5px;
    -webkit-transition: none;
    transition: none;
}

@media (max-width: 840px) {
    .hd_logo a img {
        width: 220px;
        padding-left: 0px;
    }
}

@media (max-width: 540px) {
    .hd_logo a img {
        width: 180px;
        padding: 15px 5%;
        padding-left: 0px;
    }
}

.hd_logo a:hover {
    opacity: 0.7;
}

.hd_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 5%;
}

.hd_btn {
    width: 260px;
    height: 80px;
    background: -webkit-linear-gradient(45deg, #45a8d6, #9fc8d6);
    background: linear-gradient(45deg, #45a8d6, #9fc8d6);
    /*グラデーションを定義*/
    background-size: 200% 200%;
    /*サイズを大きくひきのばす*/
    -webkit-animation: bggradient 5s ease infinite;
    animation: bggradient 5s ease infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-right: 15px;
    font-size: clamp(3.2rem, 4.6vw, 4.8rem);
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    color: #fff;
    -webkit-transition: none;
    transition: none;
}

.hd_btn.-blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

@-webkit-keyframes bggradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes bggradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 840px) {
    .hd_btn {
        height: 65px;
        width: 180px;
    }
}

@media (max-width: 540px) {
    .hd_btn {
        height: 50px;
        width: 120px;
        margin-right: 10px;
        font-size: 2.4rem;
    }
}

.hd_btn::before {
    position: absolute;
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
}

.hd_btn::after {
    content: "\f0142";
    position: absolute;
    font-family: "icomoon";
    font-size: 2rem;
    top: 50%;
    right: 5%;
    color: #fff;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 0.5s right;
    transition: 0.5s right;
}

.hd_btn:hover {
    color: #fff;
}

.hd_btn:hover::after {
    right: calc(5% - 5px);
}

.hd_menu .menu_btn {
    position: relative;
    cursor: pointer;
    width: 80px;
    height: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
    border: 1px solid #333333;
    -webkit-transition: none;
    transition: none;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

@media (max-width: 840px) {
    .hd_menu .menu_btn {
        width: 65px;
        height: 65px;
    }
}

@media (max-width: 540px) {
    .hd_menu .menu_btn {
        width: 50px;
        height: 50px;
    }
}

.hd_menu .menu_btn span {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35%;
    height: 1px;
    background: #333333;
}

.hd_menu .menu_btn span:nth-child(1) {
    top: 22.5%;
}

.hd_menu .menu_btn span:nth-child(2) {
    top: 35%;
}

.hd_menu .menu_btn span:nth-child(3) {
    top: 47.5%;
}

.hd_menu .menu_btn span:nth-child(4) {
    height: 0px;
    top: 50%;
}

.hd_menu .menu_btn span:nth-child(4)::after {
    content: "MENU";
    position: absolute;
    font-size: 1.8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: futura-pt, sans-serif;
    font-weight: 500;
}

@media (max-width: 540px) {
    .hd_menu .menu_btn span:nth-child(4)::after {
        font-size: 1.6rem;
    }
}

.hd_menu .menu_btn.-active {
    background-color: transparent;
}

.hd_menu .menu_btn.-active:hover {
    opacity: 1;
}

.hd_menu .menu_btn.-active span {
    background-color: #333333;
}

.hd_menu .menu_btn.-active span:nth-child(1) {
    top: 35%;
    left: 33.5%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hd_menu .menu_btn.-active span:nth-child(2) {
    background: transparent;
}

.hd_menu .menu_btn.-active span:nth-child(3) {
    top: 35%;
    left: 33.5%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hd_menu .menu_btn.-active span:nth-child(4) {
    height: 0px;
    top: 50%;
}

.hd_menu .menu_btn.-active span:nth-child(4)::after {
    content: "CLOSE";
}

.hd_menu .menu_body {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(218, 218, 218, 0.9);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    pointer-events: none;
}

.hd_menu .menu_body.-active {
    opacity: 1;
    z-index: 998;
    pointer-events: auto;
}

.hd_menu .menu_inner {
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 100%;
    padding: 0 5%;
}

.hd_menu .menu_content {
    margin: 120px auto 50px;
    max-width: 700px;
    height: 80%;
    overflow-y: auto;
    position: relative;
}

@media (max-width: 840px) {
    .hd_menu .menu_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 80%;
    }
}

@media (max-width: 540px) {
    .hd_menu .menu_content {
        margin: 100px auto 100px;
    }
}

.hd_menu .menu_nav {
    width: 100%;
    margin: 30px 0;
}

.hd_menu .menu_nav .nav_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 430px;
    height: auto;
}

@media (max-width: 840px) {
    .hd_menu .menu_nav .nav_list {
        max-height: none;
    }
}

.hd_menu .menu_nav .nav_item {
    width: 45%;
}

@media (max-width: 540px) {
    .hd_menu .menu_nav .nav_item {
        width: 97.5%;
    }
}

.hd_menu .menu_nav .nav_link {
    display: block;
    padding: 1.25em 0;
    position: relative;
}

@media (max-width: 540px) {
    .hd_menu .menu_nav .nav_link {
        padding: 1em 0;
    }
}

.hd_menu .menu_nav .nav_link .main {
    display: block;
    color: #4d4d4d;
    font-family: futura-pt, sans-serif;
    font-size: clamp(2.8rem, 3.6vw, 3.2rem);
    line-height: 1;
    -webkit-transition: 0.5s color;
    transition: 0.5s color;
}

.hd_menu .menu_nav .nav_link .sub {
    display: block;
}

.hd_menu .menu_nav .nav_link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    -webkit-transition: 0.5s right, 0.5s top, 0.5s background-color;
    transition: 0.5s right, 0.5s top, 0.5s background-color;
    background-color: rgba(77, 77, 77, 0.7);
    -webkit-mask-image: url(../img/00_cmn/arrow.svg);
    mask-image: url(../img/00_cmn/arrow.svg);
}

@media (max-width: 840px) {
    .hd_menu .menu_nav .nav_link::after {
        width: 17.5px;
        height: 17.5px;
    }
}

.hd_menu .menu_nav .nav_link:hover .main {
    color: #9d7e44;
}

.hd_menu .menu_nav .nav_link:hover::after {
    right: 0px;
    top: calc(50% - 10px);
    background-color: #9d7e44;
}

.hd_menu .menu_entry {
    width: 100%;
    background: -webkit-linear-gradient(45deg, #45a8d6, #9fc8d6);
    background: linear-gradient(45deg, #45a8d6, #9fc8d6);
    /*グラデーションを定義*/
    background-size: 200% 200%;
    /*サイズを大きくひきのばす*/
    -webkit-animation: bggradient 5s ease infinite;
    animation: bggradient 5s ease infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    font-size: clamp(3.2rem, 4.6vw, 4.8rem);
    padding: 0.5em 0.15em;
}

@media (max-width: 540px) {
    .hd_menu .menu_entry {
        width: calc(100% - 15px);
    }
}

@keyframes bggradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.hd_menu .menu_entry::before {
    position: absolute;
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
}

.hd_menu .menu_entry::after {
    content: "\f0142";
    position: absolute;
    font-family: "icomoon";
    font-size: 2rem;
    top: 50%;
    right: 5%;
    color: #fff;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 0.5s right;
    transition: 0.5s right;
}

.hd_menu .menu_entry .en {
    font-size: calc($fs-lg * 1.2);
    line-height: 1.4;
}

.hd_menu .menu_entry .ja {
    font-size: clamp(2.2rem, 3vw, 2.4rem);
    margin-top: -0.65em;
    font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
}

.hd_menu .menu_entry:hover {
    color: #fff;
}

.hd_menu .menu_entry:hover::after {
    right: calc(5% - 5px);
}

.hd_menu .menu_other {
    margin-top: 30px;
}

@media (max-width: 540px) {
    .hd_menu .menu_other {
        width: calc(100% - 15px);
    }
}

.hd_menu .menu_other .other_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hd_menu .menu_other .other_item {
    margin: 0.25em 0;
}

.hd_menu .menu_other .other_item:not(:last-child) {
    margin-right: 15px;
}

.hd_menu .menu_other .other_link {
    line-height: 1.3;
    position: relative;
    padding: 0 17.5px 0 0;
}

.hd_menu .menu_other .other_link::after {
    content: "\f0142";
    font-family: "icomoon";
    position: absolute;
    top: 52.5%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 0.5s right;
    transition: 0.5s right;
}

.hd_menu .menu_other .other_link:hover {
    opacity: 0.5;
}

.hd_menu .menu_other .other_link:hover::after {
    right: -3px;
}

.hd_menu .menu_other .other_link.-corporate::after {
    content: "\f0327";
}

.hd_menu .menu_other .other_link.-corporate:hover::after {
    right: 0;
}

/*==================================================================================================
	フッター
==================================================================================================*/
.ft {
    margin-top: clamp(60px, 12vw, 150px);
    overflow: hidden;
    padding-top: 50px;
}

.ft.-blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

@media (max-width: 540px) {
    .ft {
        padding-bottom: 50px;
    }
}

.ft_inner {
    padding: 0px 0;
}

.ft_entry {
    background-color: #fff;
    padding: 0 5%;
}

.ft_entry .entry_inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: calc(clamp(100px, 12vw, 150px) * 0.25) 0 calc(clamp(100px, 12vw, 150px) * 0.6);
}

.ft_entry .entry_txtanim {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 -7.5% 0;
}

@media (max-width: 840px) {
    .ft_entry .entry_txtanim {
        margin-top: 0px;
    }
}

.ft_entry .entry_txtanim span {
    color: #d7d7d7;
    font-size: 10rem;
    font-family: neonoir, sans-serif;
    font-weight: 400;
    white-space: nowrap;
    padding: 0 50px 0 0;
    margin-top: -0.75em;
    line-height: 1.4;
    -webkit-animation: marquee-left 25s linear infinite;
    animation: marquee-left 25s linear infinite;
    position: relative;
}

@-webkit-keyframes marquee-left {
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes marquee-left {
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@media (max-width: 840px) {
    .ft_entry .entry_txtanim span {
        font-size: 10vw;
        -webkit-animation: marquee-left 15s linear infinite;
        animation: marquee-left 15s linear infinite;
    }
}

@media (max-width: 540px) {
    .ft_entry .entry_txtanim span {
        font-size: 12vw;
    }
}

.ft_entry .entry_ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ft_entry .entry_ttl .main {
    margin-left: 0;
    -webkit-text-stroke: clamp(1px, 0.25vw, 3px) #333333;
    text-stroke: clamp(1px, 0.25vw, 3px) #333333;
}

.ft_entry .entry_ttl .main::before {
    background-color: #333333;
}

.ft_entry .entry_txt {
    font-size: clamp(2.2rem, 3vw, 2.4rem);
    text-align: center;
    font-weight: 500;
    margin: 1.5em 0 2.5em;
}

@media (max-width: 540px) {
    .ft_entry .entry_txt {
        font-size: 1.8rem;
    }
}

.ft_entry .entry_btn {
    width: 100%;
}

@media (max-width: 840px) {
    .ft_entry .entry_btn {
        margin-top: 30px;
    }
}

.ft_entry .entry_btn .btn_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ft_entry .entry_btn .btn_item {
    width: calc(100% / 2 - 12.5px);
}

@media (max-width: 540px) {
    .ft_entry .entry_btn .btn_item {
        width: 100%;
    }
    .ft_entry .entry_btn .btn_item:nth-child(2) {
        margin-top: 10px;
    }
}

.ft_entry .entry_btn .btn_link {
    display: block;
    text-align: center;
    position: relative;
    font-size: clamp(2.2rem, 3vw, 2.4rem);
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    padding: 1.25em 0.25em;
}

.ft_entry .entry_btn .btn_link.-newgrad {
    background: -webkit-linear-gradient(45deg, #2084b8, #9fc8d6);
    background: linear-gradient(45deg, #2084b8, #9fc8d6);
}

.ft_entry .entry_btn .btn_link.-career {
    background: -webkit-linear-gradient(45deg, #e16c0c, #e9bc74);
    background: linear-gradient(45deg, #e16c0c, #e9bc74);
}

.ft_entry .entry_btn .btn_link::before {
    position: absolute;
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
}

.ft_entry .entry_btn .btn_link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    -webkit-transition: 0.5s right, 0.5s top, 0.5s background-color;
    transition: 0.5s right, 0.5s top, 0.5s background-color;
    background-color: #fff;
    -webkit-mask-image: url(../img/00_cmn/arrow.svg);
    mask-image: url(../img/00_cmn/arrow.svg);
}

@media (max-width: 840px) {
    .ft_entry .entry_btn .btn_link::after {
        width: 17.5px;
        height: 17.5px;
    }
}

.ft_entry .entry_btn .btn_link:hover {
    color: #fff;
}

.ft_entry .entry_btn .btn_link:hover::after {
    right: 10px;
    top: calc(50% - 10px);
    background-color: #fff;
}

.ft_entry .entry_form {
    margin: 0 auto;
    max-width: calc($screen-md + 40px);
}

.ft_entry .entry_form .form_ttl {
    font-size: calc($fs-lg * 1.2);
    font-weight: 500;
    color: #9d7e44;
    font-family: futura-pt, sans-serif;
    margin-bottom: 0.25em;
    position: relative;
    display: block;
    line-height: 1.4;
}

.ft_entry .entry_form .form_ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
    width: calc(100% - 3em);
    height: 1px;
    background-color: #9d7e44;
}

.ft_entry .entry_form .form_item:not(:last-child) {
    margin-bottom: 1.25em;
}

.ft_entry .entry_form .form_item .label {
    display: block;
    padding: 5px 0px 10px;
}

.ft_entry .entry_form .form_item .label.-required::after {
    content: "必須";
    color: #fff;
    background-color: #9d7e44;
    font-size: 1.2rem;
    padding: 0px 12.5px;
    margin-left: 10px;
}

.ft_entry .entry_form .form_item .input {
    width: 100%;
    padding: 0.5em;
    color: #333333;
    background-color: transparent;
    border: 1px solid #4d4d4d;
    height: 50px;
    border-radius: 2.5px;
}

.ft_entry .entry_form .form_item .input#c_age {
    width: 80px;
    margin-right: 0.5em;
    max-width: calc(100% - 30px);
}

.ft_entry .entry_form .form_item .textarea {
    resize: none;
    width: 100%;
    padding: 0.5em;
}

.ft_entry .entry_form .form_item .radio_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -0.15em;
}

.ft_entry .entry_form .form_item .radio_item:not(:last-child) {
    margin-right: 1em;
}

.ft_entry .entry_form .form_item .select {
    width: 100%;
    padding: 0.5em;
    color: #333333;
    background-color: transparent;
    border: 1px solid #4d4d4d;
    height: 50px;
    border-radius: 2.5px;
}

.ft_entry .entry_form .form_item#addition_field_01, .ft_entry .entry_form .form_item#addition_field_02, .ft_entry .entry_form .form_item#addition_field_03 {
    display: none;
}

.ft_entry .entry_form .form_agree {
    margin-top: 50px;
}

.ft_entry .entry_form .form_agree .agree_link {
    text-decoration: underline;
    color: #9d7e44;
    display: inline-block;
}

.ft_entry .entry_form .form_agree .agree_check {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ft_entry .entry_form .form_agree .agree_check #agree {
    margin-right: 10px;
}

.ft_entry .entry_form .form_btn {
    width: 180px;
    max-width: 100%;
    font-weight: 500;
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    padding: 2.5px 5px;
    -webkit-transition: none;
    transition: none;
    color: #ccc;
    position: relative;
    margin: 50px auto 0;
    display: block;
    -webkit-transition: 0.5s color,0.5s border-bottom;
    transition: 0.5s color,0.5s border-bottom;
}

.ft_entry .entry_form .form_btn span:nth-child(1) {
    -webkit-transition-delay: 0.03s;
    transition-delay: 0.03s;
}

.ft_entry .entry_form .form_btn span:nth-child(2) {
    -webkit-transition-delay: 0.06s;
    transition-delay: 0.06s;
}

.ft_entry .entry_form .form_btn span:nth-child(3) {
    -webkit-transition-delay: 0.09s;
    transition-delay: 0.09s;
}

.ft_entry .entry_form .form_btn span:nth-child(4) {
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
}

.ft_entry .entry_form .form_btn span:nth-child(5) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.ft_entry .entry_form .form_btn span:nth-child(6) {
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
}

.ft_entry .entry_form .form_btn span:nth-child(7) {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
}

.ft_entry .entry_form .form_btn span:nth-child(8) {
    -webkit-transition-delay: 0.24s;
    transition-delay: 0.24s;
}

.ft_entry .entry_form .form_btn span:nth-child(9) {
    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}

.ft_entry .entry_form .form_btn span:nth-child(10) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.ft_entry .entry_form .form_btn::before {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #9d7e44;
    bottom: -1px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.ft_entry .entry_form .form_btn::after {
    content: "";
    position: absolute;
    top: 30%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 35px;
    height: 35px;
    -webkit-transition: 0.5s right, 0.5s top, 0.5s;
    transition: 0.5s right, 0.5s top, 0.5s;
    background-color: #ccc;
    -webkit-mask-image: url(../img/00_cmn/arrow.svg);
    mask-image: url(../img/00_cmn/arrow.svg);
}

@media (max-width: 540px) {
    .ft_entry .entry_form .form_btn::after {
        width: 25px;
        height: 25px;
    }
}

.ft_entry .entry_form .form_btn.-active {
    border-bottom: 1px solid #9d7e44;
    color: #9d7e44;
}

.ft_entry .entry_form .form_btn.-active::after {
    background-color: #9d7e44;
}

.ft_entry .entry_form .form_btn.-active:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.ft_entry .entry_form .form_btn.-active:hover::after {
    right: 0px;
    top: calc(30% - 10px);
    background-color: #564525;
}

.ft_entry .entry_form .form_btn.-active:hover span {
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em);
}

.ft_entry .entry_form .form_btn_inner {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ft_entry .entry_form .form_btn_inner span {
    position: relative;
    display: inline-block;
    margin-right: 0.05em;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.ft_entry .entry_form .form_btn_inner span::after {
    content: attr(data-text);
    position: absolute;
    top: 1.5em;
    left: 0;
}

.ft_entry .entry_form input[type="radio"],
.ft_entry .entry_form input[type="checkbox"] {
    accent-color: #9d7e44;
}

.ft_main {
    margin: 50px auto 0;
    padding: 0 5%;
}

.ft_main .main_inner {
    max-width: 1600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ft_info {
    width: 340px;
}

@media (max-width: 840px) {
    .ft_info {
        width: 100%;
    }
}

.ft_logo {
    max-width: 340px;
    margin-bottom: 20px;
}

@media (max-width: 540px) {
    .ft_logo {
        width: 220px;
    }
}

.ft_btn {
    width: calc(100% - 340px);
    padding-left: 10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1400px) {
    .ft_btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-left: 5%;
    }
}

@media (max-width: 840px) {
    .ft_btn {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
}

.ft_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 55%;
}

@media (max-width: 1400px) {
    .ft_nav {
        width: 100%;
    }
}

.ft_nav .nav_list {
    width: calc(100% / 2 - 10px);
    margin-left: 10px;
}

.ft_nav .nav_link {
    display: inline-block;
    padding: 2.5px 0 2.5px 20px;
    position: relative;
}

.ft_nav .nav_link::before {
    content: "";
    position: absolute;
    width: 12.5px;
    height: 0.9px;
    background-color: rgba(51, 51, 51, 0.5);
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.ft_nav .nav_link:hover {
    color: #9d7e44;
}

.ft_link {
    width: 45%;
    padding-left: 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 1400px) {
    .ft_link {
        width: 400px;
        max-width: 100%;
        margin-top: 30px;
        padding-left: 0%;
    }
}

@media (max-width: 840px) {
    .ft_link {
        margin: 30px auto 0;
    }
}

.ft_link .banner_item {
    margin-bottom: 15px;
}

.ft_link .banner_link {
    position: relative;
}

.ft_link .banner_link::after {
    content: "\f0327";
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 0.5s right, 0.5s top;
    transition: 0.5s right, 0.5s top;
    font-size: 2rem;
}

.ft_link .banner_link:hover {
    opacity: 0.8;
}

.ft_link .banner_link:hover::after {
    top: calc(50% - 5px);
    right: 25px;
}

.ft_link .banner_link.-corporate::after {
    color: #fff;
}

.ft_link .banner_link.-blog::after {
    color: #333333;
}

.ft_link .sns_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ft_link .sns_item:not(:last-child) {
    margin-right: 10px;
}

.ft_link .sns_link {
    width: 45px;
    height: 45px;
    background-color: #333333;
    -webkit-mask-position: center;
    mask-position: center;
}

.ft_link .sns_link.-x {
    -webkit-mask-image: url(../img/00_cmn/ft_x.svg);
    mask-image: url(../img/00_cmn/ft_x.svg);
}

.ft_link .sns_link.-insta {
    -webkit-mask-image: url(../img/00_cmn/ft_insta.svg);
    mask-image: url(../img/00_cmn/ft_insta.svg);
}

.ft_link .sns_link.-tiktok {
    -webkit-mask-image: url(../img/00_cmn/ft_tiktok.svg);
    mask-image: url(../img/00_cmn/ft_tiktok.svg);
}

@media (max-width: 540px) {
    .ft_link .sns_link {
        width: 35px;
        height: 35px;
    }
}

.ft_link .sns_link:hover {
    background-color: #9d7e44;
}

.ft_bottom {
    padding: 0 5%;
}

.ft_bottom .bottom_inner {
    border-top: 1px solid #d7d7d7;
    max-width: 1600px;
    margin: 30px auto 0;
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 840px) {
    .ft_bottom .bottom_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.ft_otherinfo {
    width: calc(100% - 310px);
    padding-right: 5%;
}

@media (max-width: 840px) {
    .ft_otherinfo {
        width: 100%;
        padding-right: 0;
        margin-top: 15px;
    }
}

.ft_recaptcha {
    display: block;
    font-size: 1rem;
    line-height: 1.3;
}

.ft_copy {
    display: block;
    margin-top: 10px;
}

.ft_othernav {
    margin-top: -2.5px;
    width: 310px;
}

@media (max-width: 840px) {
    .ft_othernav {
        width: 100%;
    }
}

.ft_othernav .othernav_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ft_othernav .othernav_item:nth-child(1) {
    margin-right: 15px;
}

.ft_othernav .othernav_link {
    line-height: 1.3;
    position: relative;
    padding: 0 17.5px 0 0;
}

.ft_othernav .othernav_link::after {
    content: "\f0142";
    font-family: "icomoon";
    position: absolute;
    top: 52.5%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 0.5s right;
    transition: 0.5s right;
}

.ft_othernav .othernav_link:hover {
    opacity: 0.5;
}

.ft_othernav .othernav_link:hover::after {
    right: -3px;
}

.floating {
    position: fixed;
    width: 150px;
    height: 150px;
    bottom: 0;
    right: 0;
    z-index: 100;
}

@media (max-width: 840px) {
    .floating {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 540px) {
    .floating {
        display: none;
    }
}

.floating a:hover {
    opacity: 0.7;
}

.floating_mb {
    position: fixed;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    right: 0;
    z-index: 100;
}

@media (min-width: 541px) {
    .floating_mb {
        display: none;
    }
}

.floating_mb a {
    position: relative;
    display: block;
}

.floating_mb a:hover {
    opacity: 0.7;
}

.floating_mb a .bg {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 80px;
}

.floating_mb a .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    padding: 5px 15px;
}
