@charset "UTF-8"; @import url(../css/header.css); :root {
    --main-bg-color: #bca04d;
    /*main_color_01*/
    --shade2-bg-color: #bca04d;
    --half-padding: 30px;
    --padding: 60px;
    --quarter-padding: 15px;
    --twice-padding: 120px;
    --quadruple-padding: 240px;
    --byafactororsix-padding: 240px;
    --def-line-height: 20px;
    --mid-line-height: 30px;
    --long-line-height: 40px;
    --window-padding: 50px;
    --vertical-window-padding: 50px;
    --font-family: "source-han-serif-japanese", sans-serif;
    --news-width: 190px;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: normal;
}

#top {
    background-color: #252525;
    color: #fff;
}

.pd-tb {
    padding-top: var(--vertical-window-padding);
    padding-bottom: var(--vertical-window-padding);
}

.pd-b {
    padding-bottom: var(--vertical-window-padding);
}

.mg-b {
    margin-bottom: var(--vertical-window-padding);
}

.pd-lr {
    padding-left: var(--window-padding);
    padding-right: var(--window-padding);
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.mb50 {
    margin-bottom: 50px;
}

.inner {
    /* max-width: 1100px; */
    margin: 0 auto;
}

.inner.flex {
    display: flex;
    align-items: center;
}

.hv {
    transition: 0.5s ease;
}

.hv:hover {
    opacity: 0.7;
    transform: scale(0.95);
}

a.hv {
    transition: 0.5s ease;
}

a.hv:hover {
    opacity: 0.7;
}

.section__ttl-box {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    background: #252525;
}

.section__ttl-box img {
    width: 150px;
}

.section__ttl-box .section__ttl {
    margin-bottom: 20px;
}

.section__ttl {
    text-align: center;
    font-weight: 100;
    font-style: normal;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 50px;
    position: relative;
    font-family: "Playfair Display", serif;
    letter-spacing: 3px;
}

.section__ttl .ja {
    display: block;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    margin-top: 10px;
}

.section__ttl.black {
    color: #000;
}

.btn01 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    font-weight: 700;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, right top, from(#002b60), color-stop(40%, #002b60), to(#0071bc));
    background-image: linear-gradient(90deg, #a9923e 0%, #d7af3a 40%, #bca04d 100%);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

#page_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 69;
    border-radius: 50%;
    background-color: var(--main-bg-color);
    border: 2px solid white;
}

#page_top a::before {
    font-weight: 900;
    content: ">";
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(270deg);
}

/* -- */
/* mv-start */
.mv {
    height: 100vh;
    /* max-height: 900px; */
    margin-bottom: -2px;
}

.mv .mv_vid {
    width: 100%;
    height: 100vh;
}

.mv .mv_vid video {
    /* width: 100%; */
    height: 100vh;
    object-fit: contain;
    /* max-height: 900px; */
}

.mv .inner {
    max-width: 1600px;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 20px 3% 180px;
    background-image: url(../img/top-mv.png);
    background-size: 95%;
    background-position: center;
    background-repeat: no-repeat;
}

.sp {
    display: none;
}

/* mv-end */
/* ttl-txt div */
.ttl-txt_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    gap: 20px;
}

.ttl-txt_div .flex-txt {
    display: flex;
    gap: 20px;
}

.ttl-txt_div .txt01 {
    width: 600px;
}

.ttl-txt_div .txt02, .ttl-txt_div .txt03, .ttl-txt_div .txt04 {
    width: 300px;
}

.ttl-txt_div .ttl01 {
    width: 200px;
}

.ttl-txt_div .ttl02 {
    width: 100px;
}

/* ttl-txt div */
/* news-start */
.top-news .inner {
    max-width: unset;
}

.top-news .news_div {
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
}

.top-news .news_div a {
    display: flex;
    flex-direction: column;
    color: #fff;
    margin: 0 20px;
}

.top-news .news_div a img {
    width: 100%;
    margin-bottom: 20px;
}

.top-news .news_div a .news_icon {
    background: linear-gradient(0deg, rgba(231, 185, 52, 1) 0%, rgba(255, 255, 255, 1) 49%, rgba(231, 185, 52, 1) 100%);
    padding: 5px;
    color: #000;
    width: fit-content;
    font-weight: 600;
    margin-bottom: 20px;
}

.top-news .news_div a p {
    font-size: 18px;
    line-height: 25px;
}

/* news-end */
.logo-txt {
    width: 200px;
}

.ttl-txt {
    width: 150px;
}

/* top interview start */
.top-interview .inner {
    /* max-width: unset; */
    align-items: center;
    display: flex;
    /* padding-left: var(--window-padding); */
    /* padding-right: var(--window-padding); */
}

.top-interview .flex .img_box img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    /* object-position: right; */
}

.top-interview .flex .img_box {
    width: 100%;
    /* position: relative; */
}

.reveal .img_box {
    opacity: 0;
    transition: 1s linear 0s;
}

.reveal.active .img_box {
    opacity: 1;
    transition: 1s linear 0s;
    animation: upfade 1s linear 0s;
}

.reveal2 {
    opacity: 0;
    /* transition: 1s linear 0s; */
    position: relative;
}

.reveal2.active {
    opacity: 1;
    /* transition: 5s linear 0s; */
    animation: upfade 1s linear 0s;
    /* padding: 0px 5px 0px 5px; */
}

@keyframes upfade {
    0% {
        opacity: 0;
        top: 20px;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

.top-interview .flex .txt_box {
    width: 50%;
    /* margin-left: -130px; */
    /* z-index: 1; */
    /* padding-left: 3%; */
    /* padding-right: 3%; */
}

.top-interview .flex .txt_box .section__ttl {
    text-align: start;
    margin-top: 10px;
}

.top-interview .flex .txt_box .btn01 {
    margin: 0 auto 0 0;
}

.top-interview .flex .txt_box p {
    line-height: 25px;
}

.top-interview .flex .txt_box .mb {
    margin-bottom: 20px;
    /* width: 150px; */
}

.top-interview .flex .img_box::after {
    content: "";
    width: 100%;
    height: 100%;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* background: linear-gradient(90deg, rgb(255 255 255 / 0%) 80%, rgba(0, 0, 0, 1) 90%); */
}

.top-interview .flex .img_box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 75%, rgba(0, 0, 0, 1) 97%);
}

.top-daikichi .flex .img_box::before {
    content: unset;
}

.top-daikichi .flex .txt_box .logo-txt {
    margin-bottom: 30px;
}

/* top interview end */
/* top about start */
.top-about {
    margin-top: -230px;
    z-index: 1;
    position: relative;
}

.top-about .inner {
    max-width: unset;
}

.top-about .flex {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.top-about .flex .txt_box {
    width: fit-content;
    position: absolute;
    left: 22%;
    bottom: 30px;
    z-index: 1;
}

.top-about .flex .txt_box .section__ttl {
    text-align: start;
    margin-bottom: 10px;
}

.top-about .flex .txt_box .btn01 {
    margin: 0;
}

.top-about .flex .txt_box .ttl-txt {
    margin-bottom: 20px;
}

.top-about .flex .txt_box p {
    line-height: 25px;
    margin-bottom: 50px;
}

.top-about .flex .logo-txt {
    position: absolute;
    top: 50%;
    left: 17%;
    transform: translate(-50%, -50%);
}

.top-about .flex .img_box {
    width: 67%;
    position: relative;
}

.top-about .flex .img_box::after {
    content: "";
    width: 100%;
    height: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(-90deg, rgb(255 255 255 / 0%) 90%, rgba(0, 0, 0, 1) 100%);
}

.top-about .flex .img_box img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
}

/* top about end */
/* top restaurant start */
.top-restaurant .inner {
    max-width: unset;
}

.top-restaurant .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 100px 0;
}

.top-restaurant .cards .card {
    width: 50%;
}

.top-restaurant .cards .card .img_box img {
    width: 100%;
    /* aspect-ratio: 2 / 1; */
    object-fit: contain;
}

.top-restaurant .cards .card .img_box {
    position: relative;
    margin-bottom: 30px;
}

.top-restaurant .cards .card .img_box::after {
    /* content: ''; */
    position: absolute;
    width: 15%;
    height: 30%;
    background: url(../img/restaurant/icon01.png) no-repeat;
    background-size: contain;
    left: 20px;
    bottom: 20px;
}

.top-restaurant .cards .card02 .img_box::after {
    background: url(../img/restaurant/icon02.png) no-repeat;
    background-size: contain;
}

.top-restaurant .cards .card03 .img_box::after {
    background: url(../img/restaurant/icon03.png) no-repeat;
    background-size: contain;
}

.top-restaurant .cards .card04 .img_box::after {
    background: url(../img/restaurant/icon04.png) no-repeat;
    background-size: contain;
}

.top-restaurant .cards .card05 .img_box::after {
    background: url(../img/restaurant/icon05.png) no-repeat;
    background-size: contain;
}

.top-restaurant .cards .card06 .img_box::after {
    background: url(../img/restaurant/icon06.png) no-repeat;
    background-size: contain;
}

.top-restaurant .cards .card h2, .top-restaurant .cards .card p {
    padding: 0 5%;
}

.top-restaurant .cards .card h2 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 40px;
}

.top-restaurant .cards .card p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 25px;
    /* height: 70px; */
}

.top-restaurant .cards .card .yellow_btn {
    border: #caa946 solid 2px;
    background-color: #000;
    color: #ffffff;
}

/* top restaurant end */
/* top-rec_fran start */
.top-rec_fran .inner {
    max-width: unset;
}

.top-rec_fran ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.top-rec_fran ul li {
    position: relative;
    width: 50%;
    /* padding-right: var(--window-padding); */
}

.top-rec_fran ul li::after {
    content: "";
    position: absolute;
    /* width: 70%; */
    /* height: 70%; */
    /* border: 5px solid transparent; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    transition: all 0.5s ease;
    pointer-events: none;
    display: none;
}

.top-rec_fran ul li:hover::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 70%;
    border: 5px solid #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
    pointer-events: none;
}

.top-rec_fran ul li a {
    /* display: block; */
}

.top-rec_fran ul li a .frame {
    width: 100%;
    overflow: hidden;
}

.top-rec_fran ul li a .frame img {
    width: 100%;
    max-width: 100%;
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.top-rec_fran ul li a .frame img:hover {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}

.top-rec_fran ul li a .ttl01 {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #9f2416;
    color: #fff;
    padding: 10px;
}

.top-rec_fran ul li a .ttl02 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    color: #fff;
    font-size: 30px;
    font-family: "shippori-mincho-b1";
}

/* top-rec_fran end */
.contactbnr {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../img/contactbnr-bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.contactbnr__item--top .section__ttl {
    margin-bottom: 30px;
}

.contactbnr .section__ttl img {
    width: 150px;
    margin-bottom: 20px;
}

.contactbnr .section__ttl .ja {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.contactbnr .inner {
    max-width: 1180px;
}

.contactbnr__item {
    display: flex;
    gap: 50px;
}

.contactbnr__item--left, .contactbnr__item--right {
    width: 50%;
    /* height: 130px; */
}

.contactbnr__item--left a, .contactbnr__item--right a {
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #d9b241;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    /* font-family: math; */
    height: 70px;
    color: black;
    justify-content: center;
}

.contactbnr__item--left a {
    background-position: left;
    background-image: url(../img/icon_phone.png);
    background-repeat: no-repeat;
}

.contactbnr__item--right a {
    background-position: left;
    background-image: url(../img/icon_mail.png);
    background-repeat: no-repeat;
}

.contactbnr__item--left a {
    align-items: center;
    padding: 0 15%;
    display: flex;
}

.contactbnr__item--left a h2 {
    font-weight: 100;
    font-size: 25px;
}

/* footer-sub */
.footer_sub {
    background-color: #000 !important;
    padding: 60px 3% 100px !important;
}

.footer_sub a.footer__nav--link {
    color: #fff;
    font-weight: 100;
}

.footer_sub .footer__item {
    margin-bottom: 30px;
}

.footer_sub p {
    text-align: center;
}

.footer {
    background-color: #c5c5c5;
    padding-top: 60px;
    padding-bottom: 30px;
}

.footer .inner {
    max-width: 1000px;
}

.footer__logobox img {
    max-width: 300px;
    width: 100%;
    padding-bottom: 15px;
}

.footer__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.footer__nav--list {
    display: flex;
    text-align: center;
    line-height: 20px;
    gap: 20px;
}

.footer__nav--list.sp {
    display: none;
}

a.footer__nav--link {
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    font-family: "Yuji Syuku";
}

a.footer__nav--link small {
    font-size: 12px;
    font-family: "source-han-sans-japanese";
}

.lower-mv {
    height: 23vw;
    min-height: 300px;
    background-size: cover;
    background-position: center;
}

.lower-mv .inner {
    height: 100%;
    position: relative;
    display: flex;
    max-width: unset;
}

h2.center.mb20 {
    text-align: center;
    /* font-family: ryo-display-plusn, serif; */
    font-weight: 700;
    font-style: normal;
    color: var(--main-bg-color);
    font-size: 36px;
    letter-spacing: 0.1rem;
    padding-bottom: var(--half-padding);
    padding-top: var(--half-padding);
}

h1.lower-mv__text {
    color: #000;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 50px;
}

h1.lower-mv__text span {
    font-size: 20px;
    text-transform: uppercase;
}

ul.breadcrumb__list.flex {
    display: flex;
    flex-direction: row;
    font-weight: 600;
}

.breadcrumb {
    position: absolute;
    left: 10px;
    bottom: -25px;
}

a.home.hv:after {
    /* content: ">"; */
}

a.home.hv {
    text-decoration: none;
    color: black;
}

a.home.hv:after {
    /* content: ">"; */
    /* padding-right: 10px; */
    /* padding-left: 10px; */
}

p.center.f22.bold.mb20 {
    text-align: center;
    padding-bottom: var(--half-padding);
}

p.center.mb10.daihyou_right {
    text-align: right;
    padding-bottom: var(--half-padding);
}

p.center.f18.daihyou_right {
    text-align: right;
}

span.must {
    display: block;
    background-color: white;
    border: none;
    text-shadow: none;
    padding: revert;
    font-size: 10px;
    color: #cd0808;
    float: none;
    margin: 0px 0px;
    border-radius: unset;
    box-shadow: none;
    background-image: none;
    background-size: 100% 100%;
    font-weight: bold;
    font-size: 16px;
}

p.mb99 a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.right_flex_box {
    width: 50%;
}

.left_flex_box {
    width: 50%;
}

.font-w {
    font-weight: bold;
}

dl.contact__form--item.flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.center.mb70 {
    text-align: center;
    padding-bottom: var(--half-padding);
}

.lower-contact .c-red {
    color: #cd0808;
    font-weight: 600;
}

.lower-contact .section__ttl {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.lower-contact .inner {
    max-width: 900px;
}

.contact__form .submit_wap label a {
    color: #fff;
    text-decoration: underline;
    /* margin-right: 20px; */
}

.entry__form .submit_wap label a {
    color: var(--shade2-bg-color);
    text-decoration: underline;
}

.contact__form .submit_wap .btn01 {
    background-color: var(--shade2-bg-color);
    font-weight: 600;
    color: #fff;
    border: unset;
    padding: 0 7%;
}

.entry__form .submit_wap .btn01 {
    background-color: var(--shade2-bg-color);
    font-weight: 600;
    color: #fff;
    border: unset;
    padding: 0 8%;
    height: 45px;
}

.contact__form {
    display: flex;
    justify-content: center;
}

dl.contact__form--item.flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

dl.contact__form--item.flex dt {
    display: flex;
}

p {
    line-height: var(--def-line-height);
}

.defalt_lineheight {
    line-height: var(--def-line-height);
}

.font-w {
    padding-top: var(--quarter-padding);
    padding-bottom: var(--quarter-padding);
}

dl.contact__form--item.flex .text2 {
    height: 100%;
    width: 100%;
    padding: 12px;
}

dl.contact__form--item.flex .text3 {
    height: 100%;
    width: 100%;
    padding: 12px;
}

textarea.textarea {
    height: 100%;
    width: 100%;
    padding: 12px;
    min-height: 200px;
    border: solid 1px #3339;
    border-radius: 3px;
}

form#mailformpro {
    width: 1000px;
}

form#mailformpro dl dt, form#mailformpro dl dd {
    width: 100%;
}

form#mailformpro dl dd {
    height: 100%;
}

form#mailformpro dl dt {
    display: flex;
    align-content: center;
    align-items: center;
    width: 300px;
}

.lower-mv__text--box {
    display: flex;
    justify-content: center;
    width: 100%;
}

p.t4.mb40 {
    text-align: center;
}

.submit_wap {
    display: flex;
    justify-content: center;
    margin-top: var(--half-padding);
}

.submit_wap .red-txt {
    color: #cd0808;
    line-height: 26px;
    font-weight: 600;
}

.submit_wap.mb50 {
    margin-bottom: 50px;
}

/* entry start */
.entry__form .inner {
    max-width: 900px;
}

form#mailformpro.entry-mailformpro {
    width: unset;
}

.entry_form--item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}

.entry_form--item dd .text {
    height: 100%;
    width: 100%;
    padding: 12px;
}

.entry_form--item dd .number {
    width: 20%;
    height: 100%;
    padding: 12px;
}

.entry_form--item dd .hypen {
    width: 10px;
    height: 2px;
    background-color: #000;
    margin: 0 20px;
}

.entry__form .bb {
    border-bottom: solid 1px #000;
    margin-bottom: 35px;
}

.entry_form--item dd input[type="radio" i] {
    margin: 0;
    height: 20px;
    width: 20px;
}

.entry_form--item dd.flex {
    display: flex;
    align-items: center;
    gap: 30px;
}

.entry_form--item dd.flex2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.entry_form--item dd.radio-wrap .mr {
    margin: 0 35px;
}

.entry_form--item dd.date-wrap .mr {
    margin-right: 20px;
}

.entry_form--item dd.flex2 .label {
    width: 29%;
}

.entry_form--item dd.flex2 .select {
    width: 45%;
    height: 100%;
    padding: 12px;
}

.entry_form--item dd.flex2 .text {
    width: 70%;
}

/* entry end */
@media screen and (max-width: 1400px) {
    .top-about {
        margin-top: -100px;
        z-index: 1;
        position: relative;
    }
}

@media screen and (max-width: 1250px) {
    .top-about {
        margin-top: 0px;
    }

    .top-about .flex .txt_box {
        left: 15%;
    }
}

span.contact_contact {
    font-size: 25px;
}

section.rinen_section {
    background-image: url(../img/rinen.jpg);
    height: 430px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

@keyframes scroll {
    from {
        top: -500px;
    }

    to {
        top: 0;
    }
}

.rinen_section.active img:nth-of-type(1) {
    animation: scroll 2s ease forwards;
}

.rinen_section.active img:nth-of-type(2) {
    animation: scroll 1.5s ease forwards;
}

.rinen_section.active img:nth-of-type(3) {
    animation: scroll 1s ease forwards;
}

.frame img {
    width: 100%;
}

section.rinen_section img {
    height: 300px;
    transition: 0.5s ease;
    position: relative;
    top: -500px;
}

h2.section__ttl.newstitle img {
    width: 150px;
}

a.btm_sec {
    color: white;
    padding: 20px 0px 20px 0px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
}

p.news_title {
    color: black;
    background: #dfdfdf;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 10px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.news_link {
    width: var(--news-width);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.news_single {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

span.news_hiduke {
    font-weight: bold;
}

section.news_sec {
    margin: 50px 0;
    padding: 0 3%;
    justify-content: center;
    text-align: center;
    background: #252525;
}

span.news_hiduke.new:before {
    content: "NEW POST!";
    display: flex;
    font-size: 16px;
    padding-bottom: 15px;
    letter-spacing: 0px;
}

span.ico {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/yajirushi.png);
    background-size: 100%;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

li.reveal2 {
    padding: 0px 5px 0px 5px;
}

.gaiyou_sec_content_one {
    width: 32%;
    align-items: center;
    display: inline-block;
    min-width: 300px;
}

img.txt_gaiyou {
    height: 30px;
    object-fit: contain;
    width: 100%;
    margin-bottom: 15px;
}

img.gaiyou_img {
    width: 99%;
    margin-bottom: 30px;
}

a.gaiyou_sec_text_link {
    color: white;
    line-height: 25px;
}

section.gaiyou_sec {
    display: flex;
    justify-content: space-around;
}

.gaiyou_include {
    display: flex;
    flex-wrap: wrap;
    padding-left: var(--window-padding);
    padding-right: var(--window-padding);
    align-content: flex-start;
    justify-content: space-evenly;
    gap: 24px;
}

a.flex_left_img {
    display: table;
}

@media screen and (max-width: 1295px) {
    .news_single {
        margin-bottom: 25px;
    }

    section.news_sec {
        margin-bottom: -25px;
    }
}

@media screen and (max-width: 1100px) {
    .mv {
        padding-top: 70px;
    }
}

li.link-item {
    line-height: 1.1;
}

.zoomhover-img {
    cursor: pointer;
    overflow: hidden;
}

.zoomhover-img img {
    height: auto;
    transition: transform 0.6s ease;
    /* ゆっくり変化させる */
    width: 190px;
    object-fit: cover;
    overflow: hidden;
}

.zoomhover-img:hover img {
    transform: scale(1.1);
    /* 拡大 */
}

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100% !important;
    top: 0px;
    left: 0px;
    background-color: #000;
    z-index: 7000;
}

#loader {
    position: relative;
    width: 100%;
    top: calc(50% - 65px);
    height: 30px;
    text-align: center;
    color: #fff;
    z-index: 2000;
    display: none;
}

#loader img {
    height: auto;
    max-width: 200px;
}

.loader_ani {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ededed 10%, rgba(0, 132, 154, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(0, 132, 154, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(0, 132, 154, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(0, 132, 154, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(0, 132, 154, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader_ani:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.loader_ani:after {
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/*-- loading bar --*/
#loadingBar {
    width: 100%;
    height: 1px;
    margin: 30px 0 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.brighten img {
    -webkit-filter: brightness(80%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 0.5s ease;
}

.gaiyou_sec_content_one.brighten.img.black img {
    -webkit-filter: brightness(75%);
    filter: grayscale(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 0.5s ease;
}

.brighten img:hover {
    -webkit-filter: brightness(100%);
}

.gaiyou_sec_content_one.brighten.img.black img:hover {
    -webkit-filter: brightness(100%);
    filter: grayscale(0%);
}

img.txt_gaiyou {
    -webkit-filter: brightness(100%) !important;
    filter: grayscale(0%) !important;
}

/*
body {
    background-image: url(../img/bg-image.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}*/
section.news_sec.blk {
    background: black;
}

.section__ttl-box.blk {
    background: black;
}

article {
    overflow: hidden;
}

@charset "UTF-8"; @import url(../css/sub.css); @import url(../css/header.css); :root {
    --main-bg-color: #bca04d;
    /*main_color_01*/
    --shade2-bg-color: #bca04d;
    --half-padding: 30px;
    --padding: 60px;
    --quarter-padding: 15px;
    --twice-padding: 120px;
    --quadruple-padding: 240px;
    --byafactororsix-padding: 240px;
    --def-line-height: 20px;
    --mid-line-height: 30px;
    --long-line-height: 40px;
    --window-padding: 50px;
    --vertical-window-padding: 50px;
    --font-family: "source-han-serif-japanese", sans-serif;
    --news-width: 190px;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    font-family: var(--font-family);
    font-weight: 400;
    font-style: normal;
}

#top {
    background-color: #252525;
    color: #fff;
}

.pd-tb {
    padding-top: var(--vertical-window-padding);
    padding-bottom: var(--vertical-window-padding);
}

.pd-b {
    padding-bottom: var(--vertical-window-padding);
}

.mg-b {
    margin-bottom: var(--vertical-window-padding);
}

.pd-lr {
    padding-left: var(--window-padding);
    padding-right: var(--window-padding);
}

.mb50 {
    margin-bottom: 50px;
}

.inner {
    /* max-width: 1100px; */
    margin: 0 auto;
}

.inner.flex {
    display: flex;
    align-items: center;
}

.hv {
    transition: 0.5s ease;
}

.hv:hover {
    opacity: 0.7;
    transform: scale(0.95);
}

a.hv {
    transition: 0.5s ease;
}

a.hv:hover {
    opacity: 0.7;
}

.section__ttl-box {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    background: #25252500;
}

.section__ttl-box img {
    width: 150px;
}

.section__ttl-box .section__ttl {
    margin-bottom: 20px;
}

.section__ttl {
    text-align: center;
    font-weight: 100;
    font-style: normal;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 50px;
    position: relative;
    font-family: "Playfair Display", serif;
    letter-spacing: 3px;
}

.section__ttl .ja {
    display: block;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    margin-top: 10px;
}

.section__ttl.black {
    color: #fff0;
}

.btn01 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    font-weight: 700;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, right top, from(#002b60), color-stop(40%, #002b60), to(#0071bc));
    background-image: linear-gradient(90deg, #a9923e 0%, #d7af3a 40%, #bca04d 100%);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

#page_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 69;
    border-radius: 50%;
    background-color: var(--main-bg-color);
    border: 2px solid white;
}

#page_top a::before {
    font-weight: 900;
    content: ">";
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(270deg);
}

/* -- */
/* mv-start */
.mv {
    height: 100vh;
    /* max-height: 900px; */
    margin-bottom: -2px;
}

.mv .mv_vid {
    width: 100%;
    height: 100vh;
    text-align: center;
    display: flex;
    justify-content: center;
}

.mv .mv_vid video {
    /* width: 100%; */
    height: 100vh;
    object-fit: contain;
    /* max-height: 900px; */
}

.mv .inner {
    max-width: 1600px;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 20px 3% 180px;
    background-image: url(../img/top-mv.png);
    background-size: 95%;
    background-position: center;
    background-repeat: no-repeat;
}

.sp {
    display: none;
}

/* mv-end */
/* ttl-txt div */
.ttl-txt_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    gap: 20px;
}

.ttl-txt_div .flex-txt {
    display: flex;
    gap: 20px;
}

.ttl-txt_div .txt01 {
    width: 600px;
}

.ttl-txt_div .txt02, .ttl-txt_div .txt03, .ttl-txt_div .txt04 {
    width: 300px;
}

.ttl-txt_div .ttl01 {
    width: 200px;
}

.ttl-txt_div .ttl02 {
    width: 100px;
}

/* ttl-txt div */
/* news-start */
.top-news .inner {
    max-width: unset;
}

.top-news .news_div {
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
}

.top-news .news_div a {
    display: flex;
    flex-direction: column;
    color: #fff;
    margin: 0 20px;
}

.top-news .news_div a img {
    width: 100%;
    margin-bottom: 20px;
}

.top-news .news_div a .news_icon {
    background: linear-gradient(0deg, rgba(231, 185, 52, 1) 0%, rgba(255, 255, 255, 1) 49%, rgba(231, 185, 52, 1) 100%);
    padding: 5px;
    color: #000;
    width: fit-content;
    font-weight: 600;
    margin-bottom: 20px;
}

.top-news .news_div a p {
    font-size: 18px;
    line-height: 25px;
}

/* news-end */
.logo-txt {
    width: 200px;
}

.ttl-txt {
    width: 150px;
}

/* top interview start */
.top-interview .inner {
    width: 100%;
    align-items: center;
    display: flex;
    /* padding-left: var(--window-padding); */
    /* padding-right: var(--window-padding); */
    flex-direction: column;
    /* padding: 0% 0.25% 0% 0.25%; */
    gap: 35px;
    padding: 4px;
}

.top-interview .flex .img_box img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    /* object-position: right; */
    padding-bottom: 30px;
}

.top-interview .flex .img_box {
    max-width: 100%;
    /* position: relative; */
}

.reveal .img_box {
    opacity: 0;
    transition: 1s linear 0s;
}

.reveal.active .img_box {
    opacity: 1;
    transition: 1s linear 0s;
    animation: upfade 1s linear 0s;
}

.reveal2 {
    opacity: 0;
    /* transition: 1s linear 0s; */
    position: relative;
}

.reveal2.active {
    opacity: 1;
    /* transition: 5s linear 0s; */
    animation: upfade 1s linear 0s;
    /* padding: 0px 5px 0px 5px; */
}

@keyframes upfade {
    0% {
        opacity: 0;
        top: 20px;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

.top-interview .flex .txt_box {
    width: 100%;
    /* margin-left: -130px; */
    /* z-index: 1; */
    /* padding-left: 3%; */
    /* padding-right: 3%; */
}

.top-interview .flex .txt_box .section__ttl {
    text-align: start;
    margin-top: 10px;
}

.top-interview .flex .txt_box .btn01 {
    margin: 0 auto 0 0;
}

.top-interview .flex .txt_box p {
    line-height: 25px;
}

.top-interview .flex .txt_box .mb {
    margin-bottom: 30px;
    /* width: 150px; */
}

.top-interview .flex .img_box::after {
    content: "";
    width: 100%;
    height: 100%;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* background: linear-gradient(90deg, rgb(255 255 255 / 0%) 80%, rgba(0, 0, 0, 1) 90%); */
}

.top-interview .flex .img_box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 75%, rgba(0, 0, 0, 1) 97%);
}

.top-daikichi .flex .img_box::before {
    content: unset;
}

.top-daikichi .flex .txt_box .logo-txt {
    margin-bottom: 30px;
}

/* top interview end */
/* top about start */
.top-about {
    margin-top: -230px;
    z-index: 1;
    position: relative;
}

.top-about .inner {
    max-width: unset;
}

.top-about .flex {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.top-about .flex .txt_box {
    width: fit-content;
    position: absolute;
    left: 22%;
    bottom: 30px;
    z-index: 1;
}

.top-about .flex .txt_box .section__ttl {
    text-align: start;
    margin-bottom: 10px;
}

.top-about .flex .txt_box .btn01 {
    margin: 0;
}

.top-about .flex .txt_box .ttl-txt {
    margin-bottom: 20px;
}

.top-about .flex .txt_box p {
    line-height: 25px;
    margin-bottom: 50px;
}

.top-about .flex .logo-txt {
    position: absolute;
    top: 50%;
    left: 17%;
    transform: translate(-50%, -50%);
}

.top-about .flex .img_box {
    width: 67%;
    position: relative;
}

.top-about .flex .img_box::after {
    content: "";
    width: 100%;
    height: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(-90deg, rgb(255 255 255 / 0%) 90%, rgba(0, 0, 0, 1) 100%);
}

.top-about .flex .img_box img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
}

/* top about end */
/* top restaurant start */
.top-restaurant .inner {
    max-width: unset;
}

.top-restaurant .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 100px 0;
}

.top-restaurant .cards .card {
    width: 50%;
}

.top-restaurant .cards .card .img_box img {
    width: 100%;
    /* aspect-ratio: 2 / 1; */
    object-fit: contain;
}

.top-restaurant .cards .card .img_box {
    position: relative;
    margin-bottom: 30px;
}

.top-restaurant .cards .card .img_box::after {
    /* content: ''; */
    position: absolute;
    width: 15%;
    height: 30%;
    background: url(../img/restaurant/icon01.png) no-repeat;
    background-size: contain;
    left: 20px;
    bottom: 20px;
}

.top-restaurant .cards .card02 .img_box::after {
    background: url(../img/restaurant/icon02.png) no-repeat;
    background-size: contain;
}

.top-restaurant .cards .card03 .img_box::after {
    background: url(../img/restaurant/icon03.png) no-repeat;
    background-size: contain;
}

.top-restaurant .cards .card04 .img_box::after {
    background: url(../img/restaurant/icon04.png) no-repeat;
    background-size: contain;
}

.top-restaurant .cards .card05 .img_box::after {
    background: url(../img/restaurant/icon05.png) no-repeat;
    background-size: contain;
}

.top-restaurant .cards .card06 .img_box::after {
    background: url(../img/restaurant/icon06.png) no-repeat;
    background-size: contain;
}

.top-restaurant .cards .card h2, .top-restaurant .cards .card p {
    padding: 0 5%;
}

.top-restaurant .cards .card h2 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 40px;
}

.top-restaurant .cards .card p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 25px;
    /* height: 70px; */
}

.top-restaurant .cards .card .yellow_btn {
    border: #caa946 solid 2px;
    background-color: #000;
    color: #ffffff;
}

/* top restaurant end */
/* top-rec_fran start */
.top-rec_fran .inner {
    max-width: unset;
}

.top-rec_fran ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.top-rec_fran ul li {
    position: relative;
    width: 50%;
    /* padding-right: var(--window-padding); */
}

.top-rec_fran ul li::after {
    content: "";
    position: absolute;
    /* width: 70%; */
    /* height: 70%; */
    /* border: 5px solid transparent; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    transition: all 0.5s ease;
    pointer-events: none;
    display: none;
}

.top-rec_fran ul li:hover::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 70%;
    border: 5px solid #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
    pointer-events: none;
}

.top-rec_fran ul li a {
    /* display: block; */
}

.top-rec_fran ul li a .frame {
    width: 100%;
    overflow: hidden;
}

.top-rec_fran ul li a .frame img {
    width: 100%;
    max-width: 100%;
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.top-rec_fran ul li a .frame img:hover {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}

.top-rec_fran ul li a .ttl01 {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #9f2416;
    color: #fff;
    padding: 10px;
}

.top-rec_fran ul li a .ttl02 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    color: #fff;
    font-size: 30px;
    font-family: "shippori-mincho-b1";
}

/* top-rec_fran end */
.contactbnr {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../img/contactbnr-bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.contactbnr__item--top .section__ttl {
    margin-bottom: 30px;
}

.contactbnr .section__ttl img {
    width: 150px;
    margin-bottom: 20px;
}

.contactbnr .section__ttl .ja {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.contactbnr .inner {
    max-width: 1180px;
}

.contactbnr__item {
    display: flex;
    gap: 50px;
}

.contactbnr__item--left, .contactbnr__item--right {
    width: 100%;
    /* height: 130px; */
    font-family: "source-han-serif-japanese", sans-serif;
}

.contactbnr__item--left a, .contactbnr__item--right a {
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #d9b241;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    /* font-family: math; */
    height: 70px;
    color: black;
    justify-content: center;
    font-weight: 400;
}

.contactbnr__item--left a {
    background-position: left;
    background-image: url(../img/icon_phone.png);
    background-repeat: no-repeat;
}

.contactbnr__item--right a {
    background-position: left;
    background-image: url(../img/icon_mail.png);
    background-repeat: no-repeat;
}

.contactbnr__item--left a {
    align-items: center;
    padding: 0 15%;
    display: flex;
}

.contactbnr__item--left a h2 {
    font-weight: 100;
    font-size: 25px;
}

/* contactbnr sub */
.contactbnr_sub {
    background: url(../img/bg-contactbnr.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.contactbnr_sub .section__ttl {
    font-size: 33px;
    font-family: unset;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    line-height: 40px;
}

.contactbnr_sub .section__ttl-box {
    margin-top: 0;
}

.contactbnr_sub .section__ttl span {
    font-size: 16px;
    letter-spacing: unset;
}

.contactbnr_sub .section__ttl-box .logo {
    margin-bottom: 20px;
    width: 120px;
}

.contactbnr_sub .inner {
    max-width: 1000px;
}

.contactbnr_sub-inner {
    display: flex;
    gap: 50px;
}

.contactbnr_sub-inner .contactbnr_sub--contact, .contactbnr_sub-inner .contactbnr_sub--mail {
    width: 50%;
    height: 15vh;
    padding: 6px;
    background: #fff;
}

.contactbnr_sub-inner .contactbnr_sub--contact a, .contactbnr_sub-inner .contactbnr_sub--mail a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    background: #fff;
    height: 100%;
    border: solid 2px #000;
    color: #000;
}

.contactbnr_sub--contact {
    font-size: 27px;
}

.contactbnr_sub--mail {
    font-size: 20px;
}

.contactbnr_sub--contact a span {
    font-size: 16px;
}

.page_top {
    background-color: #d9b241;
    padding: 60px 3%;
    text-align: center;
}

.page_top a {
    color: #000;
    border-bottom: solid 2px;
    font-family: auto;
    font-weight: 600;
    font-size: 20px;
}

.footer {
    background-color: #c5c5c5;
    padding-top: 60px;
    padding-bottom: 30px;
}

@media screen and (max-width: 1180px) {
    .footer {
        padding-bottom: 70px;
    }
}

.footer .inner {
    max-width: 1000px;
}

.footer__logobox img {
    max-width: 300px;
    width: 100%;
    padding-bottom: 15px;
}

.footer__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 0 3%;
}

.footer__nav--list {
    display: flex;
    text-align: center;
    line-height: 30px;
    padding-bottom: 5px;
    gap: 20px;
}

.footer__nav--list.sp {
    display: none;
}

a.footer__nav--link {
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    font-family: "Yuji Syuku";
}

a.footer__nav--link small {
    font-size: 12px;
    font-family: "source-han-sans-japanese";
    display: none;
}

.lower-mv {
    height: 23vw;
    min-height: 300px;
    background-size: cover;
    background-position: center;
}

.lower-mv .inner {
    height: 100%;
    position: relative;
    display: flex;
    max-width: unset;
}

h2.center.mb20 {
    text-align: center;
    /* font-family: ryo-display-plusn, serif; */
    font-weight: 700;
    font-style: normal;
    color: var(--main-bg-color);
    font-size: 36px;
    letter-spacing: 0.1rem;
    padding-bottom: var(--half-padding);
    padding-top: var(--half-padding);
}

h1.lower-mv__text {
    color: #fff;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 50px;
}

h1.lower-mv__text span {
    font-size: 20px;
    text-transform: uppercase;
}

ul.breadcrumb__list.flex {
    display: flex;
    flex-direction: row;
    font-weight: 600;
}

.breadcrumb {
    position: absolute;
    left: 10px;
    bottom: -25px;
}

a.home.hv:after {
    /* content: ">"; */
}

a.home.hv {
    text-decoration: none;
    color: black;
}

a.home.hv:after {
    /* content: ">"; */
    /* padding-right: 10px; */
    /* padding-left: 10px; */
}

p.center.f22.bold.mb20 {
    text-align: center;
    padding-bottom: var(--half-padding);
}

p.center.mb10.daihyou_right {
    text-align: right;
    padding-bottom: var(--half-padding);
}

p.center.f18.daihyou_right {
    text-align: right;
}

span.must {
    display: block;
    background-color: #B73F51;
    border: none;
    text-shadow: none;
    color: #fff;
    float: none;
    font-size: 14px;
    font-weight: 100;
    padding: 4px 10px 5px;
    border-radius: 6px;
    margin-right: 10px;
}

span.must.hide {
    opacity: 0;
}

p.mb99 a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.right_flex_box {
    width: 50%;
}

.left_flex_box {
    width: 50%;
}

.font-w {
    font-weight: bold;
}

dl.contact__form--item.flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

dl.contact__form--item.flex.align-top {
    align-items: start;
}

.center.mb70 {
    text-align: center;
    padding-bottom: var(--half-padding);
}

.lower-contact .c-red {
    color: #cd0808;
    font-weight: 600;
}

.lower-contact .section__ttl {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.lower-contact p {
    line-height: 30px;
}

.lower-contact .inner {
    max-width: 900px;
}

.contact__form .submit_wap label a {
    color: #fff;
    text-decoration: none;
    /* margin-right: 20px; */
    border-bottom: 1px solid;
}

.entry__form .submit_wap label a {
    color: var(--shade2-bg-color);
    text-decoration: underline;
}

.contact__form .submit_wap .btn01 {
    background-color: var(--shade2-bg-color);
    font-weight: 600;
    color: #000;
    border: unset;
    padding: 0 7%;
    border-radius: 0;
}

.entry__form .submit_wap .btn01 {
    background-color: var(--shade2-bg-color);
    font-weight: 600;
    color: #fff;
    border: unset;
    padding: 0 8%;
    height: 45px;
}

.contact__form {
    display: flex;
    justify-content: center;
}

dl.contact__form--item.flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    /* flex-direction: column; */
}

dl.contact__form--item.flex dt {
    display: flex;
}

p {
    line-height: var(--def-line-height);
}

.defalt_lineheight {
    line-height: var(--def-line-height);
    line-height: 2.5;
}

.font-w {
    padding-top: var(--quarter-padding);
    padding-bottom: var(--quarter-padding);
}

dl.contact__form--item.flex .text2 {
    height: 100%;
    width: 100%;
    padding: 12px;
}

dl.contact__form--item.flex .text3 {
    height: 100%;
    width: 100%;
    padding: 12px;
}

textarea.textarea {
    height: 100%;
    width: 100%;
    padding: 12px;
    min-height: 200px;
    border: solid 1px #3339;
    border-radius: 3px;
}

form#mailformpro {
    width: 1000px;
}

form#mailformpro dl dt, form#mailformpro dl dd {
    width: 100%;
}

form#mailformpro dl dd {
    height: 100%;
}

form#mailformpro dl dt {
    display: flex;
    align-content: center;
    align-items: center;
    width: 350px;
}

.lower-mv__text--box {
    display: flex;
    justify-content: center;
    width: 100%;
}

p.t4.mb40 {
    text-align: center;
}

.submit_wap {
    display: flex;
    justify-content: center;
    margin-top: var(--half-padding);
}

.submit_wap .red-txt {
    color: #cd0808;
    line-height: 26px;
    font-weight: 600;
}

.submit_wap.mb50 {
    margin-bottom: 50px;
}

/* entry start */
.entry__form .inner {
    max-width: 900px;
}

form#mailformpro.entry-mailformpro {
    width: unset;
}

.entry_form--item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}

.entry_form--item dd .text {
    height: 100%;
    width: 100%;
    padding: 12px;
}

.entry_form--item dd .number {
    width: 20%;
    height: 100%;
    padding: 12px;
}

.entry_form--item dd .hypen {
    width: 10px;
    height: 2px;
    background-color: #000;
    margin: 0 20px;
}

.entry__form .bb {
    border-bottom: solid 1px #000;
    margin-bottom: 35px;
}

.entry_form--item dd input[type="radio" i] {
    margin: 0;
    height: 20px;
    width: 20px;
}

.entry_form--item dd.flex {
    display: flex;
    align-items: center;
    gap: 30px;
}

.entry_form--item dd.flex2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.entry_form--item dd.radio-wrap .mr {
    margin: 0 35px;
}

.entry_form--item dd.date-wrap .mr {
    margin-right: 20px;
}

.entry_form--item dd.flex2 .label {
    width: 29%;
}

.entry_form--item dd.flex2 .select {
    width: 45%;
    height: 100%;
    padding: 12px;
}

.entry_form--item dd.flex2 .text {
    width: 70%;
}

/* entry end */
@media screen and (max-width: 1400px) {
    .top-about {
        margin-top: -100px;
        z-index: 1;
        position: relative;
    }
}

@media screen and (max-width: 1250px) {
    .top-about {
        margin-top: 0px;
    }

    .top-about .flex .txt_box {
        left: 15%;
    }
}

span.contact_contact {
    font-size: 25px;
}

section.rinen_section {
    background-image: url(../img/rinen.jpg);
    height: 430px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 33px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.frame img {
    width: 100%;
}

section.rinen_section img {
    height: 300px;
}

h2.section__ttl.newstitle img {
    width: 150px;
}

a.btm_sec {
    color: white;
    padding: 20px 0px 20px 0px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
}

p.news_title {
    color: black;
    background: #dfdfdf;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 10px;
    height: 125px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.news_link {
    width: var(--news-width);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0 auto;
}

.news_single {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

span.news_hiduke {
    font-weight: bold;
}

section.news_sec {
    margin: 50px 0;
    padding: 0 3%;
    justify-content: center;
    text-align: center;
    background: #25252500;
}

span.news_hiduke.new:before {
    content: "NEW POST!";
    display: flex;
    font-size: 16px;
    padding-bottom: 15px;
    letter-spacing: 0px;
}

span.ico {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/yajirushi.png);
    background-size: 100%;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

li.reveal2 {
    padding: 0px 5px 0px 5px;
}

.gaiyou_sec_content_one {
    width: 32%;
    align-items: flex-start;
    display: inline-block;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

img.txt_gaiyou {
    height: 30px;
    object-fit: contain;
    width: 100%;
    margin-bottom: 15px;
}

img.gaiyou_img {
    width: 99%;
    margin-bottom: 30px;
}

a.gaiyou_sec_text_link {
    color: white;
    line-height: 25px;
}

section.gaiyou_sec {
    display: flex;
    justify-content: space-around;
}

.gaiyou_include {
    display: flex;
    flex-wrap: wrap;
    padding-left: var(--window-padding);
    padding-right: var(--window-padding);
    align-content: flex-start;
    justify-content: space-evenly;
    gap: 24px;
}

a.flex_left_img {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1295px) {
    .news_single {
        margin-bottom: 25px;
        width: calc(100% / 5);
        text-align: center;
    }

    section.news_sec {
        margin-bottom: -25px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        max-width: 1100px;
        margin: 45px auto 0;
    }
}

@media screen and (max-width: 1080px) {
    .news_single {
        width: calc(100% / 4);
    }

    section.news_sec {
        max-width: 900px;
    }
}

@media screen and (max-width: 850px) {
    .news_single {
        width: calc(100% / 3);
    }

    section.news_sec {
        max-width: 700px;
    }
}

@media screen and (max-width: 1100px) {
    .mv {
        padding-top: 70px;
    }
}

li.link-item {
    line-height: 1.1;
}

.zoomhover-img {
    cursor: pointer;
    overflow: hidden;
}

.zoomhover-img img {
    height: auto;
    transition: transform 0.6s ease;
    /* ゆっくり変化させる */
    width: 190px;
    object-fit: cover;
    overflow: hidden;
}

.zoomhover-img:hover img {
    transform: scale(1.1);
    /* 拡大 */
}

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100% !important;
    top: 0px;
    left: 0px;
    background-color: #000;
    z-index: 7000;
}

#loader {
    position: relative;
    width: 100%;
    top: calc(50% - 65px);
    height: 30px;
    text-align: center;
    color: #fff;
    z-index: 2000;
    display: none;
}

#loader img {
    height: auto;
    max-width: 200px;
}

.loader_ani {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ededed 10%, rgba(0, 132, 154, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(0, 132, 154, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(0, 132, 154, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(0, 132, 154, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(0, 132, 154, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader_ani:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.loader_ani:after {
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/*-- loading bar --*/
#loadingBar {
    width: 100%;
    height: 1px;
    margin: 30px 0 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.brighten img {
    /* -webkit-filter: brightness(80%); */
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 0.5s ease;
}

.brighten img:hover {
    -webkit-filter: brightness(100%);
}

/*
body {
    background-image: url(../img/bg-image.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}*/
section.news_sec.blk {
    background: black;
}

.section__ttl-box.blk {
    background: #252525;
    margin-bottom: 0px;
    margin-top: 0px;
}

article {
    overflow: hidden;
    background-image: url(../img/background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: bottom; */
    /* background: black; */
    color: white;
}

section.blksection {
    background: #252525 !important;
}

.section__ttl-box.blk.top {
    padding-top: 50px;
}

.section__ttl-box.blk.btm {
    padding-bottom: 50px;
}

a.contactbnr__tel.hv {
    position: relative;
}

section#top-interview {
    display: flex;
    justify-content: center;
    padding-left: var(--window-padding);
    padding-right: var(--window-padding);
}

a.btn01.hv.yellow_btn {
    margin-top: 50px;
}

@media screen and (max-width: 1100px) {
    .lower-mv__text--box {
        padding-top: 75px;
    }
}

p.news_title {
    overflow-y: hidden;
}

iframe {
    width: 100%;
}

span.katagaki {
    width: 45%;
}

.descline {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.descline {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    gap: 35px;
}

@media screen and (min-width: 769px) {
    br.sponly {
        display: none;
    }
}

section.sub-interview {
    /* margin-bottom: -100px; */
}

a.footer__nav--link {
    border-right: 1px solid;
    padding-right: 15px;
}

nav.footer__nav.flex {
    /* border-top: 1px solid black; */
    /* border-bottom: 1px solid black; */
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    /* padding-left: 15%; */
    /* padding-right: 15%; */
    /* padding: 30px 0 20px; */
    max-width: 1000px;
    margin: auto;
}

footer.footer.pd-lr {
    padding-right: 0;
    padding-left: 0;
}

.footer .inner {
    max-width: none;
}

.footer__logo {
    padding: 2% 0% 0% 0%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__logo img {
    width: 300px;
    /* padding: 10% 10% 0% 0%; */
}

p.copyright {
    font-size: 15px;
    color: black;
    font-family: math;
}

li.footer__nav--item {
    white-space: pre;
}

.inner.flex iframe {
    height: 350px;
    background-image: url(../img/interview/img01-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 1499px) {
    br .bigonly {
        display:none;
    }
}

span.min_fon {
    font-size: 12px;
}

li.post.post-page.current-item {
    line-height: 10px;
}

.hidden-pc {
    display: none ;
}

.hidden-sp {
    display: block ;
}

.pt-100 {
    padding-top: 100px;
}

.top_100oku {
    padding: 80px 3% 60px;
}

.top_100oku .inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top_100oku_imagewrap {
    background: #FFF;
    padding: 20px;
    box-sizing: border-box;
    /* width: 100%; */
    /* max-width: 400px; */
    /* margin: 0 auto; */
    width: 280px;
}

.top_100oku_imagewrap img {
    display: block;
    width: 100%;
}

.top_100oku_textwrap {
    width: calc(100% - 320px);
}

.top_100oku_textwrap h2 {
    font-size: 26px;
    margin: 0 0 30px;
}

.top_100oku_textwrap p {
    line-height: 1.8;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .top_100oku {
        padding: 40px 3% 10px;
    }

    .top_100oku .inner {
        justify-content: center;
    }

    .top_100oku_imagewrap {
        max-width: 280px;
        padding: 20px;
    }

    .top_100oku_imagewrap img {
    }

    .top_100oku_textwrap {
        width: 100%;
        margin: 30px auto 0;
    }

    .top_100oku_textwrap h2 {
        font-size: 22px;
        text-align: center;
    }

    .top_100oku_textwrap p {
        text-align: center;
        font-size: 14px;
    }
}

.tenpo_num_ttl {
    width: 100%;
    margin: 0 auto 16px;
    text-align: center;
    font-size: 22px;
}