@charset "utf-8";
:root {
    --haze: #ffe6e3;
    --saddle: #4d0000;
    --blaze: #ff2727;
    --blaze-shade-1: #eb0000;
    --blaze-shade-2: #b80000;
    --cloud: white;
    --sunset-shade-1: #ff9780;
    --sunset-shade-2: #ff6158;
    --sunset: #ffbfb1;
    --haze-shade-1: #ffd1c9;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ins {
    background-color: #ff9;
    color: #333;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #333;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
html {
    font-size: 62.5%;
    height: 100%;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}
body {
    background: var(--haze);
    color: var(--saddle);
    font-family: "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, 游ゴシック, Meiryo, メイリオ, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
    height: 100%;
    line-height: 1.85;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
}
a {
    display: block;
    color: var(--saddle);
    max-width: 100%;
    max-height: 100%;
    text-decoration: none;
    outline: none;
}
img {
    display: block;
    height: auto;
    max-width: 100%;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p, figure {
    margin: 0;
    padding: 0;
}
p {
    text-align: justify;
    line-height: 1.75;
}
p + p {
    margin-top: 1em;
}
/*===================================
section
===================================*/
.section {
    padding-bottom: clamp(70px, 9vw, 100px);
    padding-top: clamp(70px, 9vw, 100px);
}
.section:not(._bg) + .section:not(._bg) {
    padding-top: 0px;
}
._bg {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
}
/* img */
._bg_img01 {
    background: url(../img/mv.jpg) center center no-repeat;
    background-size: cover;
    z-index: -1;
}
/* bg bg mask */
._bg_mask {
    position: relative;
}
._bg_mask::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
._bg_mask > * {
    position: relative;
    z-index: 1;
}
._bg_mask_blk::after {
    background-color: rgba(0, 0, 0, .8);
}
._bg_mask_wht::after {
    background-color: rgba(255, 255, 255, .9);
}
/* bg color */
._bg_color01 {
    background: var(--blaze-shade-2);
}
._bg_color02 {
    background: #222;
}
/*===================================
wrap
===================================*/
._inner {
    width: min(84%, 1200px);
    margin: auto;
}
._container + ._container {
    margin-top: 50px;
}
._box + ._box {
    margin-top: 30px;
}
._box_child + ._box_child {
    margin-top: 20px;
}
/*===================================
font
===================================*/
@font-face {
    font-family: 'Bebas Neue';
    src: url("../font/BebasNeue-Regular.ttf") format('truetype');
}
.en_01 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.jp_01 {}
/*===================================
heading
===================================*/
/* heading style */
.heading01 {
    color: var(--blaze-shade-1);
    font-size: 15vw;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1;
    font-weight: 500;
}
.heading02 {}
.heading03 {}
.heading04 {}
.heading05 {}
@media screen and (min-width: 767px) {
    .heading01 {
        font-size: 6vw;
    }
}
@media screen and (min-width: 960px) {}
@media screen and (min-width: 1200px) {}
/*===================================
btn
===================================*/
/* btn wrap */
.btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
* + .btns {
    margin-top: 20px;
}
/* btn base */
.btn {
    border: 1px solid #222;
    color: #222;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    position: relative;
    padding: 10px 40px;
    transition: all 0.3s;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
}
/* btn type */
.btn_type01 {
    border: 1px solid var(--blaze-shade-2);
    border-radius: 100vh;
    background: var(--blaze-shade-2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: min(100%, 300px);
}
.btn_type01:hover {
    background: var(--blaze-shade-1);
    border: 1px solid var(--blaze-shade-1);
    color: #fff;
}
.btn_type01 .cta-primary {
    background-color: var(--blaze-shade-2);
    cursor: pointer;
    border-radius: 50px;
    align-items: center;
    padding: 20px 75px 20px 24px;
    display: flex;
    position: relative;
}
.btn_type01 .cta-primary__icon {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: absolute;
    right: 15px;
}
.btn_type01 .cta-text {
    color: var(--cloud);
    letter-spacing: .02rem;
    font-size: .875rem;
    font-weight: 700;
}
.btn_type01 .cta-text.saddle {
    color: var(--saddle);
}
.cta-arrow {
    align-items: center;
    margin-left: -12px;
    display: flex;
    position: absolute;
}
.cta-circle {
    width: 32px;
    height: 32px;
    border: 2px solid var(--cloud);
    transform-origin: 100%;
    border-radius: 100%;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    transform: translate(0);
}
.cta-circle.blaze {
    border-color: var(--blaze);
}
.btn_type01:hover .cta-arrow, .btn_type01:active .cta-arrow {
    transform: translate3d(3px, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.btn_type01:hover .cta-circle, .btn_type01:active .cta-circle {
    border: 2px solid var(--cloud);
    width: 30px;
    height: 30px;
    transform: translate3d(0px, 0px, 0px) scale3d(0.95, 0.95, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transition: all 0.3s ease;
}
/*===================================
list
===================================*/
._list {}
._list_item {}
._list_item + ._list_item {
    margin-top: 10px;
}
/*===================================
table
===================================*/
/* スクロールバーの表示 */
._scroll-bar {
    overflow-x: auto;
}
._scroll-bar::-webkit-scrollbar {
    height: 8px;
}
._scroll-bar::-webkit-scrollbar-track {
    border-radius: 8px;
    background: rgba(238, 238, 238, 1);
}
._scroll-bar::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: rgba(169, 170, 161, 1);
}
/*===================================
header
===================================*/
/* header */
#header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 60px;
    transition: .3s all;
    z-index: 999;
}
#header.scrolling-down {
    background: var(--blaze-shade-2);
}
#header.scrolling-down.in-specific-section {
    background: none;
}
#header.scrolling-up.in-specific-section {
    background: none;
}
#header.in-specific-section {
    background: none;
}
#header .logo {
    padding: 8%;
    z-index: 99999;
}
#header .logo a img {
    width: 150px;
    transition: .3s all;
}
#header.scrolling-down.in-specific-section .logo a img {
    filter: brightness(0) invert(0);
}
#header.scrolling-down .logo a img {
    filter: brightness(0) invert(1);
}
#header.scrolling-up.in-specific-section .logo a img {
    filter: brightness(0) invert(1);
}
#header:has(#nav.panelactive) .logo a img {
    filter: brightness(0) invert(1);
}
@media screen and (min-width: 767px) {}
@media screen and (min-width: 960px) {}
@media screen and (min-width: 1200px) {
    #header {
        height: 70px;
        overflow: hidden;
    }
    #header .logo {
        background: #fff;
        border-bottom-right-radius: 30px;
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0 4%;
    }
}
/* nav */
#nav {
    position: absolute;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: var(--blaze-shade-2);
    transition: .5s all;
    opacity: 0;
}
#nav.panelactive {
    right: 0;
    opacity: 1;
}
#nav #nav_list {
    opacity: 0;
}
#nav.panelactive #nav_list {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: auto;
    display: flex;
    align-items: center;
    z-index: 999;
    transition: .5s all;
    opacity: 1;
}
#nav #nav_list #menu_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 84%;
    height: 65%;
    margin: 0 auto;
    transition: .5s all;
}
#nav #nav_list #menu_list ._item {
    width: 100%;
    border-left: 5px solid #fff;
    padding-left: 1em;
}
#nav #nav_list #menu_list ._item + ._item {
    margin-top: 2em;
}
#nav #nav_list #menu_list ._item a {
    color: #fff;
    font-size: 10vw;
    font-weight: 500;
    line-height: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
#nav #nav_list #menu_list ._item a span {
    display: block;
    font-size: .3em;
    letter-spacing: .2em;
}
#nav #nav_list #menu_list ._item:last-child {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(84%, 300px);
    margin-top: auto;
}
#nav #nav_list #menu_list ._item:last-child a {
    font-size: .7em;
    line-height: 1.5;
}
#nav #nav_list #menu_list ._item:last-child svg {
    fill: #fff;
    width: 30px;
    height: 30px;
}
@media screen and (min-width: 767px) {
    #nav #nav_list #menu_list ._item a {
        font-size: clamp(1rem, 7.5vw, 4rem);
    }
    #nav #nav_list #menu_list ._item a span {
        font-size: .3em;
    }
}
@media screen and (min-width: 960px) {
    #nav #nav_list #menu_list ._item a {
        font-size: clamp(1rem, 7.5vw, 5rem);
    }
}
@media screen and (min-width: 1200px) {
    #nav {
        top: 0;
        right: 0;
        width: 50%;
        height: 70px;
        opacity: 1;
    }
    #nav #nav_list {
        opacity: 1;
    }
    #nav #nav_list #menu_list {
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        height: 70px;
        gap: 30px;
        padding: 0 4%;
    }
    #nav #nav_list #menu_list ._item {
        border: none;
        padding-left: 0em;
    }
    #nav #nav_list #menu_list ._item a {
        font-size: 1.5vw;
        align-items: center;
    }
    #nav #nav_list #menu_list ._item + ._item {
        margin-top: 0;
    }
    #nav #nav_list #menu_list ._item:last-child {
        display: none;
    }
}
/*===================================
hamburger menu
===================================*/
.nav_openbtn {
    display: block;
    position: absolute;
    right: 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    z-index: 99999;
}
.nav_openbtn .openbtn {
    transition: all .4s;
}
#header.scrolling-down .nav_openbtn span {
    background: #fff;
}
#header.scrolling-down .nav_openbtn.active span {
    background: #fff;
}
#header.scrolling-up .nav_openbtn span {
    background: var(--blaze-shade-2);
}
#header.scrolling-up .nav_openbtn.active span {
    background: #fff;
}
#header.scrolling-down.in-specific-section .nav_openbtn span {
    background: var(--blaze-shade-2);
}
#header.scrolling-down.in-specific-section .nav_openbtn.active span {
    background: #fff;
}
#header.scrolling-up.in-specific-section .nav_openbtn span {
    background: var(--blaze-shade-2);
}
#header.scrolling-up.in-specific-section .nav_openbtn.active span {
    background: #fff;
}
.nav_openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    height: 1px;
    background: var(--blaze-shade-2);
    z-index: 999;
}
.nav_openbtn span:nth-of-type(1) {
    top: 40%;
    width: 40%;
}
.nav_openbtn span:nth-of-type(2) {
    top: 50%;
    width: 50%;
}
.nav_openbtn span:nth-of-type(3) {
    top: 60%;
    width: 40%;
}
.nav_openbtn.active span {
    background: #fff;
}
.nav_openbtn.active span:nth-of-type(1) {
    top: 50%;
    left: 29%;
    transform: rotate(30deg);
    width: 40%;
}
.nav_openbtn.active span:nth-of-type(2) {
    transform: scale(0, 1);
    transform-origin: left top;
}
.nav_openbtn.active span:nth-of-type(3) {
    top: 50%;
    left: 29%;
    transform: rotate(-30deg);
    width: 40%;
}
@media screen and (min-width: 767px) {}
@media screen and (min-width: 960px) {}
@media screen and (min-width: 1200px) {
    .nav_openbtn {
        display: none;
    }
}
/*===================================
main
===================================*/
#main {
    overflow: hidden;
}
@media screen and (min-width: 767px) {}
@media screen and (min-width: 960px) {}
@media screen and (min-width: 1200px) {
    #main.home {
        display: flex;
    }
    #main.home #slider {
        width: 50%;
        height: 100%;
        overflow-y: auto; /* 縦スクロールのみ可能にする */
        position: fixed; /* 位置を固定する */
    }
    #main.home #slider #mv {
        width: 100%;
        height: 100%;
    }
    #main.home #mv .mv_title {
        /*width: 80%;*/
    }
    #main.home #mv .mv_title .title {
        font-size: 3vw;
    }
    #main.home #slider #mv .mv .mv_img {
        width: 100%;
        height: 100vh;
    }
    #main.home #slider #mv .mv .mv_img img {
        height: 100vh;
    }
    #main.home #contents {
        width: 50%;
        margin-left: auto;
        overflow: hidden;
    }
}
/*===================================
footer
===================================*/
#footer {
    background: var(--blaze-shade-2);
    color: #fff;
    padding: 50px 4% 4%;
}
#footer a {
    color: #fff;
}
#footer .footer_logo img {
    margin: 0 auto;
    mix-blend-mode: darken;
    width: min(100%, 150px);
}
#footer .footer_logo p {
    font-size: 10vw;
    line-height: 1.2;
    text-align: center;
    margin-top: 1em;
}
#footer .footer_logo p span {
    display: block;
    font-size: .5em;
}
#footer .footer_link {
    padding-top: 2em;
}
#footer .footer_link ._list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}
#footer .footer_link ._list ._item {
    width: calc((100% - 20px) / 2);
}
#footer .footer_link ._list ._item a {
    font-size: 6vw;
    line-height: 1.2;
    text-align: center;
}
#footer .footer_link ._list ._item a span {
    display: block;
    font-size: .4em;
}
#footer .banner_link ._list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    gap: 10px;
}
/*#footer .banner_link ._list ._item {
    width: calc((100% - 10px) / 2);
}*/
#footer .banner_link ._list ._item a {}
#footer .banner_link ._list ._item a img {
    width: min(100%, 130px);
    height: 80px;
    object-fit: cover;
    margin: 0 auto;
}
#footer .sns_link ._list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4%;
    gap: 20px;
}
#footer .sns_link ._list _item {}
#footer .sns_link svg {
    fill: #fff;
    width: 30px;
    height: 30px;
}
#footer .footer_bottom ._list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
#footer .footer_bottom ._list ._item {
    width: calc(100% / 3);
    text-align: center;
}
#footer .footer_bottom ._list ._item:not(:first-child) {
    border-left: 1px solid #fff;
}
#footer .footer_bottom small {
    font-size: 2.5vw;
    display: block;
    text-align: center;
    margin-top: 2em;
}
@media screen and (min-width: 767px) {
    #footer .footer_link ._list {
        padding-top: 1em;
    }
    #footer .footer_link ._list ._item {
        width: calc((100% - 40px) / 3);
    }
    #footer .footer_link ._list ._item a {
        font-size: 4vw;
    }
    #footer .banner_link ._list {
        padding-top: 2em;
    }
    #footer .banner_link ._list ._item {
        width: calc((100% - 20px) / 3);
    }
}
@media screen and (min-width: 960px) {}
@media screen and (min-width: 1200px) {
    #footer {
        width: 50%;
        margin-left: auto;
    }
    #footer .footer_logo p {
        font-size: 4.5vw;
    }
    #footer .footer_link ._list ._item a {
        font-size: 2vw;
    }
    #footer .footer_bottom small {
        font-size: 1.5vw;
    }
}
/*===================================
page top
===================================*/
#page_top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--blaze-shade-2);
    border-radius: 50%;
    color: #fff;
    font-size: 5vw;
    font-weight: 800;
    text-align: center;
    width: 60px;
    height: 60px;
    transition: all 0.3s;
}
#page_top a span {
    transition: all 0.3s;
}
#page_top a:hover {
    background: var(--blaze-shade-1);
}
#page_top a:hover span {
    transform: translateY(-5px);
}
#page_top {
    position: fixed;
    right: 10px;
    z-index: 2;
    opacity: 0;
    transform: translateY(100px);
}
#page_top.UpMove {
    animation: UpAnime 0.5s forwards;
}
@-webkit-keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#page_top.DownMove {
    animation: DownAnime 0.5s forwards;
}
@-webkit-keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
}
@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(100px);
    }
}
@media screen and (min-width: 767px) {
    #page_top a {
        font-size: 2vw;
    }
}
@media screen and (min-width: 960px) {}
@media screen and (min-width: 1200px) {}