﻿
/* ============================================================
reset
============================================================ */

*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
word-break: break-all;
word-wrap: break-word;
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-size: 16px;
line-height: 1.3;
scroll-behavior: smooth;
}
body {
padding: 0;
margin: 0;
background: #fff;
color: #000;
font-family: sans-serif;
font-weight: normal;
width: 100%;
height: 100%;
min-height: 100vh;
text-rendering: optimizeSpeed;
-webkit-font-smoothing: antialiased;
}
li{
list-style: none;
}
ul::before,
ul::after,
ol::before,
ol::after,
dl::before,
dl::after {
display: none;
}
img,
picture,
svg,
video {
vertical-align: bottom;
display: block;
max-width: 100%;
}
a {
color: #000;
}

/* ============================================================
root
============================================================ */

:root {

/* base */
--font_base: 'Noto Sans JP',sans-serif;
--font_en: 'Inter','Noto Sans JP',sans-serif;
--font_size_base: clamp(13px, 1.38vw, 16px);
--area_in_width: 1040px;
--size_5-10: clamp(5px, 1.11vw, 10px);
--size_6-10: clamp(6px, 1.11vw, 10px);
--size_7-10: clamp(7px, 1.11vw, 10px);
--size_10-20: calc(var(--size_5-10) * 2);
/* color */
--btn_bg_c: linear-gradient(to right, #FFCC31, #F79C38);
--btn_txt_c: var(--lt_c);
--lt_c: #FFFFFF;
--dk_c: #000000;
--base_c: #30484A;
--base_lt_c: #5F807E;
--base_dk_c: #132122;
--main_c: #FFCC31;
--main_lt_c: #FDF2B7;
--main_dk_c: #F79C38;
--sub_c: #FFFFFF;
--sub_lt_c: #FFFFFF;
--sub_dk_c: #FFFFFF;
/* color bg case */
--bglt_txt_c: var(--dk_c);
--bglt_link_c: var(--main_c);
--bglt_line_c: rgba(0,0,0,0.2);
--bgdk_txt_c: var(--lt_c);
--bgdk_link_c: var(--main_c);
--bgdk_line_c: rgba(255,255,255,0.2);
/* day */
--d1_c: rgba(255,255,255,1);
--d2_c: rgba(255,255,255,1);
--d3_c: rgba(255,255,255,1);
--d4_c: rgba(255,255,255,1);
--d5_c: rgba(255,255,255,1);
/* cate */
--c1_c: rgba(255,255,255,1);
--c2_c: rgba(255,255,255,1);
--c3_c: rgba(255,255,255,1);
--c4_c: rgba(255,255,255,1);
--c5_c: rgba(255,255,255,1);
/* parts area */
--area_space: calc(var(--size_6-10) * 5);
--area_box_space: calc(var(--size_6-10) * 6);
/* parts box */
--box_bg_c: var(--lt_c);
--box_bgdk_c: var(--dk_c);
--box_space: calc(var(--size_7-10) * 3);
--box_gap: calc(var(--size_7-10) * 2);
--box_corner: calc(var(--size_7-10) * 1);
--box_shadow: 0 0 10px rgba(0, 0, 0, 0.2);
--box_ss_space: calc(var(--size_7-10) * 2);
--box_ss_gap: calc(var(--size_7-10) * 1);
--box_ss_corner: calc(var(--size_7-10) * 0.6);
--box_ss_shadow: 0 0 10px rgba(0, 0, 0, 0.0);
--box_ll_space: calc(var(--size_6-10) * 4);
--box_ll_gap: calc(var(--size_6-10) * 3);
--box_ll_corner: calc(var(--size_6-10) * 3);
--box_ll_shadow: 0 0 10px rgba(0, 0, 0, 0.0);
/* parts icon */
--cross_icon: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" %3E%3Cpath d="M70.55 32.35 67.72 29.52 50.04 47.2 32.37 29.52 29.54 32.35 47.22 50.03 29.54 67.71 32.37 70.54 50.04 52.86 67.72 70.54 70.55 67.71 52.87 50.03 70.55 32.35z" fill="%23fff"  /%3E%3C/svg%3E') no-repeat center / contain;
--burger_icon: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" %3E%3Cpath d="M72,32H28v-4h44v4ZM72,48H28v4h44v-4ZM72,68H28v4h44v-4Z" fill="%23ddd"  /%3E%3C/svg%3E') no-repeat center / contain;
--fb_icon_w: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" %3E%3Cpath d="M73.09,55.83l2.75-17.96h-17.23v-11.66c0-4.91,2.41-9.7,10.13-9.7h7.84V1.21s-7.11-1.21-13.91-1.21c-14.19,0-23.47,8.6-23.47,24.17v13.69h-15.78v17.96h15.78v44.17h19.42v-44.17h14.48Z" fill="%23ffffff" /%3E%3C/svg%3E') no-repeat center / contain;
--x_icon_w: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" %3E%3Cpath d="M59.31,42.34L95.74,0h-8.63l-31.63,36.77L30.21,0H1.08l38.2,55.6L1.08,100h8.63l33.4-38.83,26.68,38.83h29.14l-39.62-57.66h0ZM47.49,56.09l-3.87-5.54L12.82,6.5h13.26l24.85,35.55,3.87,5.54,32.31,46.21h-13.26l-26.36-37.71h0Z" fill="%23ffffff"  /%3E%3C/svg%3E') no-repeat center / contain;
--fb_icon: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" %3E%3Cpath d="M73.09,55.83l2.75-17.96h-17.23v-11.66c0-4.91,2.41-9.7,10.13-9.7h7.84V1.21s-7.11-1.21-13.91-1.21c-14.19,0-23.47,8.6-23.47,24.17v13.69h-15.78v17.96h15.78v44.17h19.42v-44.17h14.48Z" fill="%23000000" /%3E%3C/svg%3E') no-repeat center / contain;
--x_icon: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" %3E%3Cpath d="M59.31,42.34L95.74,0h-8.63l-31.63,36.77L30.21,0H1.08l38.2,55.6L1.08,100h8.63l33.4-38.83,26.68,38.83h29.14l-39.62-57.66h0ZM47.49,56.09l-3.87-5.54L12.82,6.5h13.26l24.85,35.55,3.87,5.54,32.31,46.21h-13.26l-26.36-37.71h0Z" fill="%23000000"  /%3E%3C/svg%3E') no-repeat center / contain;
--btn_arrow: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100"%3E%3Cpath d="M34.44 24.54 37.27 21.72 62.73 47.17 65.56 50 62.73 52.83 62.73 52.83 37.27 78.28 34.44 75.46 59.9 50 34.44 24.54Z" fill="%23ffffff"  /%3E%3C/svg%3E') no-repeat center / contain;
--prev_arrow: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" %3E%3Cpath d="M65.6 24.57 62.77 21.75 37.32 47.2 34.49 50.03 37.32 52.86 37.32 52.86 62.77 78.31 65.6 75.49 40.14 50.03 65.6 24.57Z" fill="%23cccccc"  /%3E%3C/svg%3E') no-repeat center / contain;
--next_arrow: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" %3E%3Cpath d="M34.44 24.54 37.27 21.72 62.73 47.17 65.56 50 62.73 52.83 62.73 52.83 37.27 78.28 34.44 75.46 59.9 50 34.44 24.54Z" fill="%23cccccc"  /%3E%3C/svg%3E') no-repeat center / contain;
--prev_arrow_w: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" %3E%3Cpath d="M65.6 24.57 62.77 21.75 37.32 47.2 34.49 50.03 37.32 52.86 37.32 52.86 62.77 78.31 65.6 75.49 40.14 50.03 65.6 24.57Z" fill="%23fff"  /%3E%3C/svg%3E') no-repeat center / contain;
--next_arrow_w: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" %3E%3Cpath d="M34.44 24.54 37.27 21.72 62.73 47.17 65.56 50 62.73 52.83 62.73 52.83 37.27 78.28 34.44 75.46 59.9 50 34.44 24.54Z" fill="%23fff"  /%3E%3C/svg%3E') no-repeat center / contain;
--top_arrow_w: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" %3E%3Cpath d="M24.54 65.56 21.72 62.73 47.17 37.27 50 34.44 52.83 37.27 52.83 37.27 78.28 62.73 75.46 65.56 50 40.1 24.54 65.56Z" fill="%23fff"  /%3E%3C/svg%3E') no-repeat center / contain;
}

/* ============================================================
base
============================================================ */

/* css base */
html {
font-size: var(--fontsize_base);
}
body {
font-family: var(--font_base);
font-size: var(--fontsize_base);
background: var(--lt_c);
color: var(--bglt_txt_c);
}
a {
color: var(--bglt_link_c);
}
body.dk {
background: var(--dk_c);
color: var(--bgdk_txt_c);
}
body.dk a {
color: var(--bgdk_link_c);
}

/* ============================================================
layout
============================================================ */

/* wrap */
#wrap {
min-width: 320px;
padding-top: 80px;
overflow: hidden;
background: var(--dk_c);
}
@media screen and (max-width: 768px) {
#wrap {
min-width: 320px;
padding-top: 60px;
}
}
/* wrap type_bg_image */
#wrap.bg_image {
background: var(--dk_c) url("../images/visual_bg.jpg") no-repeat center top / 100% auto;
background-attachment: fixed;
}
@media screen and (max-width: 768px) {
#wrap.bg_image {
background-image: url("../images/visual_bg_sp.jpg");
}
}
#wrap .area {
position: relative;
clear: both;
display: block;
z-index: 10;
padding: var(--area_space) 0;
}
#wrap .area_in {
display: flex;
flex-flow: column;
row-gap: var(--area_space);
position: relative;
margin: 0 auto;
padding: 0 20px;
width: 100%;
max-width: var(--area_in_width);
}
.area_txt {
font-size: 1rem;
line-height: 1.6;
}
.area_txt b {
font-weight: 500;
font-size: 1.2rem;
display: inline-block;
margin-bottom: 0.3rem;
}
.pc {
display: block;
}
.sp {
display: none;
}
@media screen and (max-width: 768px) {
.pc {
display: none;
}
.sp {
display: block;
}
}
/* contents */
.contents {
}
.contents.type_top {
}
.contents.type_bottom {
}
body:not(.active) #wrap #header.dk {
background: none;
box-shadow: none;
}
#wrap .contact_area.dk {
background: none;
}
@media screen and (max-width: 768px) {
#wrap #visual .area_in,
#visual .area_in img {
aspect-ratio: 800 / 600;
}
}

.contents.type_01 {
background: linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.5));;
}
.contents.type_02 {
background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5));;
}
.contents.type_bottom {
background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,1));;
}



/* ============================================================
effect
============================================================ */

/* effect */
.effectdelay {
opacity: 0;
transition: 0.8s;
}
.effectdelay.effect_active {
opacity: 1;
transform: translateY(0);
}
.effect {
opacity: 0;
transition: 1.2s;
transform: translateY(-70px);
}
.effect.effect_active {
opacity: 1;
transform: translateY(0);
}

/* ============================================================
header
============================================================ */

/* header */
#wrap #header {
position: fixed;
background: var(--lt_c);
box-shadow: var(--box_shadow);
top: 0;
left: 0;
min-width: 320px;
width: 100%;
height: 80px;
z-index: 999;
transition: 0.2s;
padding: 0;
}
#wrap #header.dk {
background: var(--dk_c);
color: var(--bgdk_txt_c);
}
@media screen and (max-width: 768px) {
#wrap #header.area {
height: 60px;
}
}
#header * {
transition: 0.2s;
}
#header .area_in {
height: 100%;
max-width: 100%;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: stretch;
padding: 0;
}
#header .branding {
position: relative;
align-self: center;
display: flex;
padding-left: 10px;
flex: 0 1 clamp(260px, 30vw, 300px);
}
#header .logo a {
display: flex;
height: 100%;
}
#header .logo img {
width: 100%;
max-width: clamp(100px, 9.02vw, 130px);
aspect-ratio: 360 / 120;
}
@media screen and (max-width: 768px) {
#header .area_in {
padding-left: 0;
padding-right: 50px;
}
}

/* ============================================================
menu
============================================================ */

/* menu */
#menubtn {
display: none;
position: absolute;
width: 50px;
height: 100%;
right: 0;
top: 0;
cursor: pointer;
transition: .3s;
background: var(--burger_icon);
z-index: 99999;
}
#menubtn.active {
background: var(--cross_icon);
}
@media screen and (max-width: 768px) {
#menubtn {
display: block;
}
}
.menu li a {
display: inline-block;
text-decoration: none;
font-weight: bold;
text-align: center;
}
@media screen and (min-width: 768px) {
#menu {
flex: 1 0 0%;
display: flex;
column-gap: 20px;
align-items: center;
padding: 0 20px;
}
#menu ul.menu {
flex: 1 0 0%;
display: flex;
flex-flow: row wrap;
justify-content: flex-end;
align-items: center;
font-size: 0.8rem;
gap: 5px 30px;
}
#menu ul.menu li a {
width: 100%;
height: 100%;
padding: 0;
color: var(--bglt_txt_c);
}
#header.dk #menu ul.menu li a {
color: var(--bglt_txt_c);
}
#header.dk #menu ul.menu li a {
color: var(--bgdk_txt_c);
}
#menu ul.menu li a:hover {
color: var(--main_c)!important;
}
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
#menu {
padding: 0 10px;
}
#menu ul.menu  {
font-size: 0.8rem;
gap: 5px 20px;
}
}
@media screen and (max-width: 768px) {
#menu {
position: fixed;
left: 100%;
top: 0;
height: 100%;
width: 100%;
padding: 60px 20px 0;
transition: all 0.3s linear;
z-index: 100;
border-right: none;
height: 100%;
display: flex;
flex-flow: column nowrap;
row-gap: 20px;
background: var(--dk_c);
}
#menu.active {
left: 0;
}
#menu ul.menu {
display: block;
}
#menu ul.menu li a {
display: block;
width: 100%;
height: auto;
padding: 0;
text-align: center;
padding: 10px;
color: var(--bgdk_txt_c);
}
}
/* menu button */
#button .button_box > a.comp {
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 40px;
border-radius: 20px;
padding: 5px;
font-weight: 600;
font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
#button {
flex: 0 1 150px;
height: 100%;
}
#button .button_box {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
#button .button_box > a.comp {
transition: .3s;
background: var(--btn_bg_c);
color: var(--lt_c);
border-radius: 999px;
}
#button .button_box > a.comp:hover {
opacity: 0.7;
}
}
@media screen and (max-width: 768px) {
#button .button_box > a.comp {
background: var(--lt_c);
color: var(--bglt_txt_c);
border-radius: 999px;
}
}
#button .button_box > a.comp.contact_end {
background: #999!important;
}
/* menu sns */
#menu .sns {
display: flex;
justify-content: center;
column-gap: 20px;
}
#menu .sns a span {
display: inline-block;
text-indent: -9999px;
width: 30px;
height: 30px;
}
#menu .sns .fb span {
background: var(--fb_icon_w);
background: var(--fb_icon);
}
#menu .sns .x span {
background: var(--x_icon_w);
background: var(--x_icon);
}
@media screen and (max-width: 768px) {
#menu .sns .fb span {
background: var(--fb_icon_w);
}
#menu .sns .x span {
background: var(--x_icon_w);
}
}
@media screen and (min-width: 768px) {
#menu .menu.snswrap {
position: relative;
padding-right: 100px;
}
#menu .menu.snswrap .sns {
position: absolute;
right: 0;
}
}

/* ============================================================
footer
============================================================ */

/* footer */
#footer {
background: var(--lt_c);
color: var(--bglt_txt_c);
}
#footer.dk {
background: var(--dk_c);
color: var(--bgdk_txt_c);
}
#footer .area_in {
display: flex;
flex-flow: column;
gap: var(--box_gap);
font-size: 0.9rem;
}
.ftext {
text-align: center;
line-height: 1.6;
font-size: 0.8rem;
}
.copy {
text-align: center;
font-size: 0.8rem;
}
/* footer nav */
#nav {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: stretch;
line-height: 1;
gap: 40px;
}
#nav li {
position: relative;
}
#nav li:not(:last-child)::before {
content: "";
display: block;
width: 1px;
height: 100%;
background: var(--bglt_line_c);
position: absolute;
right: -20px;
top: 50%;
transform: translate(0,-50%);
}
#nav li a {
display: inline-block;
text-decoration: none;
color: var(--bglt_txt_c);
}
#footer.dk #nav li:not(:last-child)::before {
background: var(--bgdk_line_c);
}
#footer.dk #nav li a {
color: var(--bgdk_txt_c);
}
#nav li.sns {
display: none;
}
@media screen and (min-width: 768px) {
#nav li a:hover {
text-decoration: underline;
}
}
@media screen and (max-width: 768px) {
#nav {
gap: 0;
flex-flow: column wrap;
justify-content: flex-start;
}
#nav li:not(:last-child)::before {
width: 100%;
height: 1px;
top: inherit;
bottom: 0;
right: inherit;
left: 0;
transform: none;
}
#nav li a {
display: block;
padding: 20px 0;
text-decoration: none;
}
}
.footer_link {
text-align: center;
color: var(--bglt_txt_c);
}
.footer_link a {
color: var(--bglt_txt_c);
}
#footer.dk .footer_link,
#footer.dk .footer_link a {
color: var(--bgdk_txt_c);
}

/* ============================================================
fixedui
============================================================ */





/* ============================================================
contact
============================================================ */

/* contact */
#wrap .contact_area {
color: var(--bglt_txt_c);
}
#wrap .contact_area.dk {
color: var(--bgdk_txt_c);
}
#wrap .contact_area .area_in {
gap: var(--box_gap);
}
.contact_btn_wrap {
display: flex;
flex-flow: column;
gap: var(--box_gap);
}
.contact_txt {
display: block;
text-align: center;
font-size: 0.8rem;
line-height: 1.6;
color: var(--bglt_txt_c);
}
.contact_btn_box {
display: flex;
align-items: center;
}
/* contact btn */
#wrap .area .contact_btn {
position: relative;
display: flex;
width: 100%;
max-width: 500px;
height: calc(var(--size_7-10) * 8);
border-radius: 999px;
font-weight: 500;
font-size: 1.5rem;
margin: 0 auto;
align-items: center;
justify-content: center;
text-decoration: none;
text-align: center;
color: var(--btn_txt_c);
transition: .3s;
background: var(--btn_bg_c);
box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.contact_btn span {
display: inline-block;
}
#wrap .area .contact_btn.contact_end {
background: #999;
}
@media screen and (max-width: 600px) {
.contact_btn {
width: 100%;
max-width: 100%;
height: calc(var(--size_7-10) * 8);
font-size: 1.3rem;
}
}
.contact_btn::before {
content: "";
display: block;
position: absolute;
right: 10px;
top: 50%;
width: calc(var(--size_7-10) * 4);
height: auto;
aspect-ratio: 1 / 1;
background: var(--btn_arrow);
transform: translate(0,-50%);
}
@media screen and (min-width: 768px) {
.contact_btn:not(.contact_end)::after {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
display: block;
background: rgba(255,255,255,0.0);
transition: .3s;
visibility: inherit;
pointer-events: none;
width: 100%;
max-width: 500px;
height: calc(var(--size_7-10) * 8);
border-radius: 999px;
}
.contact_btn:hover::after {
background: rgba(255,255,255,0.2);
}
}

/* ============================================================
effect
============================================================ */

/* effect */
.effectdelay {
opacity: 0;
transition: 0.8s;
}
.effectdelay.effect_active {
opacity: 1;
transform: translateY(0);
}
.effect {
opacity: 0;
transition: 1.2s;
transform: translateY(-70px);
}
.effect.effect_active {
opacity: 1;
transform: translateY(0);
}

/* ============================================================
title
============================================================ */

/* title */
.base_tit {
display: flex;
flex-flow: column;
justify-content: flex-start;
align-items: center;
}
.area.dk .base_tit {
color: var(--bgdk_txt_c);
}
.base_tit span {
font-weight: 700;
font-family: var(--font_en);
font-size: 2.5rem;
}
.base_tit b {
position: relative;
font-weight: 600;
font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
.base_tit span {
font-size: 2rem;
}
.base_tit b {
font-size: 1.2rem;
}
}
/* 中央配置 en大大 jp小 */
.base_tit span {
font-size: 4rem;
font-weight: 400;
letter-spacing: 0.1rem;
}
.base_tit b {
font-size: 1.5rem;
font-weight: 500;
}
@media screen and (max-width: 768px) {
.base_tit span {
font-size: 3rem;
letter-spacing: 0;
}
}
@media screen and (max-width: 500px) {
.base_tit span {
font-size: 2.5rem;
letter-spacing: 0;
}
}/* fixedui pagetop */
#pagetop {
position: fixed;
right: 10px;
bottom: -100px;
transition: .3s;
opacity: 0;
z-index: 100;
}
#pagetop.active {
bottom: 10px;
opacity: 0.9;
}
#pagetop:hover {
opacity: 0.6;
}
#pagetop a {
display: block;
width: calc(var(--size_7-10) * 6);
height: calc(var(--size_7-10) * 6);
border-radius: 999px;
text-indent: -9999px;
background: rgba({{css_dl_rgb_c}},.8);
}
#pagetop a:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: calc(var(--size_7-10) * 4);
aspect-ratio: 1 / 1;
object-fit: cover;
transform: translate(-50%,-50%);
background: var(--top_arrow_w);
}/* fixedui bottom_btn */
/* 正方形画像ボタン */
#pagetop {
display: none!important;
}
.bottom_btn {
display: flex;
flex-flow: column;
position: fixed;
right: -600px;
bottom: 10px;
z-index: 99;
transition: .3s;
gap: 10px;
}
body.effect_active .bottom_btn {
right: 10px;
}
.bottom_btn > * {
position: relative;
display: flex;
height: calc(var(--size_5-10) * 10);
border-radius: 999px;
aspect-ratio: 1 / 1;
transition: .3s;
z-index: 2;
}
.bottom_btn > *::before,
.bottom_btn > *::after {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
transition: .3s;
}
.bottom_btn .button img {
width: 100%;
height: 100%;
aspect-ratio: 1 / 1;
}/* pc時ホバー */
@media screen and (min-width: 768px) {
.bottom_btn > *:hover {
transform: translate(0,-10px);
}
.bottom_btn > *::after {
background: rgba(255,255,255,0.3);
border-radius: 999px;
opacity: 0;
z-index: 3;
}
.bottom_btn > *:hover::after {
opacity: 1;
}
}/* スマホ時そのまま縮小 */
@media screen and (max-width: 768px) {
.bottom_btn > * {
height: calc(var(--size_7-10) * 8);
}
}/* 背景回転アニメーション */
.bottom_btn > *::before {
background: url(../images/bottom_btn_item.png) no-repeat center center / contain;
animation: bottom_btn_rotate 30s linear infinite;
z-index: 1;
}
@keyframes bottom_btn_rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}/* bottom_list */
.bottom_list {
display: flex;
flex-flow: column nowrap;
align-items: flex-end;
position: fixed;
right: -600px;
bottom: 10px;
z-index: 99;
transition: .3s;
grid-row-gap: 5px;
}
body.effect_active .bottom_list {
right: 0;
}
.bottom_list li {
}
.bottom_list li > * {
display: flex;
height: 50px;
align-items: center;
font-weight: 400;
padding: 5px 0 5px 20px;
border-radius: 5px 0 0 5px;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
text-decoration: none;
color: #fff;
background: var(--bgD0-D0-2);
}
	@media screen and (min-width: 768px) {
	.bottom_list li > * {
	min-width: 200px;
	}
	}
.bottom_list li:nth-child(1) > * {
background: var(--main_c);
}
.bottom_list li:nth-child(2) > * {
background: var(--sub_c);
}
.bottom_list li:nth-child(3) > * {
background: var(--gra_mainsub-r_c);
background: linear-gradient(to right, var(--main_c), var(--sub_c));
}
.bottom_list .daybar {
padding: 0;
gap: 0;
align-items: center;
}
.bottom_list .daybar b {
display: inline-block;
font-weight: 400;
font-family: var(--font_en);
border-right: 1px solid rgba(255,255,255,0.5);
font-size: 1.2rem;
padding-right: 10px;
margin-right: 10px;
}
.bottom_list a.comp b {
border: none;
font-size: 1.1rem;
font-weight: 400;
}
.bottom_list .daybar em {
opacity: 0;
font-style: normal;
font-weight: normal;
padding-right: 0;
transform: translate(-100px,0);
opacity: 0;
font-size: 0;
transition: .3s;
}
@media screen and (min-width: 768px) {
.bottom_list li > *:hover b {
border-color: rgba(255,255,255,0.5);
}
.bottom_list li > *:hover em {
transform: translate(0,0);
opacity: 1;
font-size: 1.1rem;
font-weight: 300;
padding-left: 10px;
margin-left: 10px;
padding-right: 10px;
border-left: 1px solid rgba(255,255,255,0.5);
}
}
@media screen and (max-width: 768px) {
#wrap #footer {
padding-bottom: 100px;
}
.bottom_list {
display: flex;
flex-flow: row wrap;
position: fixed;
width: 100%;
right: 0;
bottom: -100px;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
gap: 0;
}
.bottom_list li {
flex: 1 0 33.33%;
gap: 0;
}
body.effect_active .bottom_list {
right: 0;
bottom: 0;
}
.bottom_list li > * {
display: flex;
height: 60px;
justify-content: center;
align-items: center;
font-weight: 400;
text-decoration: none;
border-radius: 0;
color: #fff;
position: relative;
z-index: 1;
padding: 5px;
}
.bottom_list .daybar em {
display: none;
}
.bottom_list .daybar b {
margin: 0;
text-align: center;
display: grid;
line-height: 1;
}
.bottom_list .daybar b span:nth-child(1) {
font-size: 0.8rem;
font-weight: bold;
}
.bottom_list .daybar b span:nth-child(2) {
font-size: 1.2rem;
font-weight: bold;
}
.bottom_list a.comp b {
font-size: 1rem;
font-weight: bold;
}
.bottom_list .daybar {
justify-content: center;
}
.bottom_list .daybar b {
border: none;
padding-right: 0;
margin-right: 0;
flex: 1 0 100%;
}
}
@media screen and (max-width: 500px) {
.bottom_list .daybar b {
font-size: 1rem;
}
.bottom_list .daybar span {
font-size: 1.2rem;
}
.bottom_list li:nth-child(3) > * {
font-size: 0.9rem;
text-align: center;
}
}
/* bottom_list end */

/* ============================================================
visual
============================================================ */

/* visual */
#wrap #visual {
padding: 0;
background: none;

}
#wrap #visual .area_in {
padding: 0;
margin: 0 auto;
background: url("../images/visual.png") no-repeat center center / contain;
aspect-ratio: 1200 / 630;
max-width: 1000px;
width: 100%;
height: auto;
}
#visual .area_in img {
aspect-ratio: 1200 / 630;
max-width: 1000px;
width: 100%;
height: auto;
opacity: 0;
}
#wrap #visual.area {
padding: var(--area_space) 0;
}

/* ============================================================
lead
============================================================ */

/* lead */
#lead_area.dk {
color: var(--bgdk_txt_c);
}
#lead_area.dk a {
color: var(--bgdk_link_c);
}
.lead_tit {
font-size: 1.5rem;
}
.lead_txt {
font-size: 1rem;
line-height: 1.8;
}
@media screen and (max-width: 768px) {
.lead_tit {
font-size: 1.5rem;
}
}
/* lead box */
.lead_box {
width: 100%;
display: flex;
flex-flow: column;
border-radius: var(--box_corner);
background: var(--box_bg_c);
line-height: 1.6;
box-shadow: var(--box_shadow);
gap: var(--box_gap);
padding: var(--box_space) var(--area_box_space);
text-align: left;
}
.lead_box.dk {
background: var(--box_bgdk_c);
color: var(--bgdk_txt_c);
}
/* lead acobox */
.acobox {
display: flex;
flex-flow: column;
position: relative;
}
.acobox .acoini {
display: block;
}
.acobox:not(.active)::before {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 2;
background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}
.acobox .acobtn {
align-self: center;
display: inline-block;
background: var(--box_bgdk_c);
color: var(--bgdk_txt_c);
display: flex;
font-weight: 600;
cursor: pointer;
font-size: .9rem;
padding: 0 20px;
border-radius: 999px;
transition: .3s;
margin-top: 10px;
position: relative;
z-index: 4;
color: rgba(0,0,0,1);
}
.lead_box.dk .acobox .acobtn {
background: var(--lt_c);
color: var(--bglt_txt_c);
}
.acobox .acobtn:hover {
opacity: 0.7;
}
.acobox .acobtn .close {
display: inline-block;
}
.acobox .acobtn.active .open {
display: none;
}
.acobox .acobtn:not(.active) .close {
display: none;
}
.acobox .acocont {
overflow: hidden;
}

/* ============================================================
benefits
============================================================ */

/* benefits */
#benefits_area.dk {
color: var(--bgdk_txt_c);
}
#benefits_area.dk a {
color: var(--bgdk_link_c);
}
.benefits_box {
width: 100%;
display: flex;
flex-flow: column;
gap: var(--box_gap);
border-radius: var(--box_corner);
box-shadow: var(--box_shadow);
padding: var(--box_space);
text-align: center;
line-height: 1.6;
font-size: 1.3rem;
font-weight: 700;
background: var(--box_bg_c);
}
.benefits_box.dk {
background: var(--box_bgdk_c);
color: var(--bgdk_txt_c);
}
.benefits_box span {
}
.benefits_box b {
color: var(--main_c);
}
.benefits_box em {
font-style: normal;
font-size: 1.1rem;
}

/* ============================================================
program
============================================================ */

/* program */
.program {
}
.program .t {
font-family: var(--font_en);
}
.program .i,
.program .m {
display: flex;
padding: 5px 10px;
align-items: center;
background: var(--main_c);
color: var(--bglt_txt_c);
font-size: 0.8rem;
border-radius: calc(var(--box_ss_corner) / 2);
font-weight: 500;
}
.program .data {
display: flex;
flex-flow: row wrap;
gap: var(--box_ss_gap);
}
.program .program_in {
display: flex;
flex-flow: column;
gap: var(--box_ss_gap);
}
.program .title {
display: flex;
flex-flow: row wrap;
gap: var(--box_ss_gap);
}
.program .title b {
display: block;
flex: 1 0 100%;
font-size: 1.5rem;
font-weight: 500;
}
.program .gaiyou {
font-weight: 500;
line-height: 1.6;
font-size: 1rem;
word-break: break-word;
}
.program .layout_box {
display: flex;
flex-flow: row wrap;
gap: var(--box_gap);
}
.program .layout {
display: flex;
gap: var(--box_gap);
}
.program .photo {
width: 200px;
aspect-ratio: 1 / 1;
overflow: hidden;
border-radius: 999px;
align-self: flex-start;
}
.program .photo img {
width:100%;
height:100%;
display:block;
object-fit:cover;
}
.program .info {
flex: 1 0 0%;
display: flex;
flex-flow: column;
gap: var(--box_gap);
align-self: center;
}
.program .txt {
font-weight: 400;
display: flex;
flex-flow: column;
}
.program .txt .name {
font-size: 1.3rem;
font-weight: 500;
}
.program .txt .com b {
display: block;
}
.program .txt .name small {
display: inline-block;
margin-left: 0.1rem;
}
.program .logoimg img {
max-width: 150px;
}
.program .txt.prof {
font-weight: 400;
line-height: 1.6;
font-size: 0.9rem;
}
	@media screen and (max-width: 500px) {
    .program .layout_box .layout {
    flex: 1 0 100%;
    flex-flow: row wrap;
    }
    .program .info {
    flex: 1 0 100%;
    }
    .program .photo {
    margin: 0 auto;
    }
    .program .photo img {
    object-fit: cover;
    }
    }

/* ============================================================
timetable
============================================================ */

/* timetable */
#timetable_area.dk {
color: var(--bgdk_txt_c);
}
#timetable_area.dk a {
color: var(--bgdk_link_c);
}
.timetable_box {
display: flex;
flex-flow: column;
gap: var(--box_gap);
color: var(--bglt_txt_c);
}
.timetable_box a {
color: var(--bglt_link_c);
}
.timetable_box.dk {
color: var(--bgdk_txt_c);
}
.timetable_box.dk a {
color: var(--bgdk_link_c);
}
.timetable_txt {
font-size: 0.9rem;
text-align: center;
}
.timetable_body {
display: flex;
flex-flow: column;
gap: var(--box_ss_space);
width: 100%;
}
.timetable_box > .timetable > .timetable_body > .program {
display: flex;
flex-flow: row wrap;
gap: var(--box_gap);
border-radius: var(--box_corner);
}
.timetable_box .program > .time {
flex: 0 1 15%;
background: var(--base_c);
padding: calc(var(--box_gap) / 2);
display: flex;
align-items: center;
justify-content: center;
}
.program > .program_popup,
.program > .nolink {
flex: 1 0 0%;
}
@media screen and (max-width: 768px) {
.timetable_box .program > .time {
flex: 1 0 100%;
}
.program > .program_popup,
.program > .nolink {
flex: 1 0 100%;
}
}
.timetable_box .program_popup,
.timetable_box .nolink {
display: flex;
flex-flow: column nowrap;
background: var(--lt_c);
border-radius: var(--box_ss_corner);
padding: var(--box_ss_space);
height: 100%;
gap: var(--box_ss_gap);
}
.timetable_box.dk .program_popup,
.timetable_box.dk .nolink {
background: var(--dk_c);
}
.program_popup {
cursor: pointer;
transition: .3s;
position: relative;
}
.program_popup .program_in {
height: 100%;
}
.program_popup .layout {
flex: 1 0 100%;
}
	@media screen and (min-width: 768px) {
	.program_popup:hover {
	opacity: 0.7;
    transform: translate(0,-10px);
	}
	.program_popup .layout {
    transition: .6s;
    }
	}
	@media screen and (max-width: 768px) {
    .timetable .program_wrap.col3 > .program {
    flex: 1 0 100%;
    }
    .timetable .program > .program_popup,
    .timetable .program > .nolink {
    height: auto;
    padding: var(--box_ss_space);
    }
    }
.timetable .pop_next,
.timetable .pop_prev {
display: none;
}
.timetable .program .photo {
flex: 0 1 100px;
max-width: 100px;
}
.timetable .program > .time + .program_popup .time,
.timetable .program > .time + .nolink .time {
display: none;
}
.timetable .program .gaiyou {
display: none;
}
.timetable .program .logoimg {
display: none;
}
.timetable .program .txt.prof {
display: none;
}
.timetable .program .title b {
}
.timetable .program .txt .com {
}
.timetable .program .txt .job {
}
.timetable .program .txt .name {
}

/* ============================================================
popup
============================================================ */

/* popup */
.popup_contents {
display: none;
}
.popup_contents.active {
display: flex;
position: fixed;
inset: 0;
z-index: 100000;
width: 100vw;
height: 100dvh;
padding: 50px;
background: rgba(0,0,0,.9);
align-items: center;
justify-content: center;
overflow-y: auto;
cursor: pointer;
}
.popup_contents::before {
content: "";
display: block;
width: 50px;
height: auto;
aspect-ratio: 1 / 1;
position: absolute;
right: 0;
top: 0;
background: var(--cross_icon);
z-index: 1111;
}
@media screen and (max-width: 768px) {
.popup_contents::before {
width: 30px;
right: -5px;
top: -5px;
}
}
.popup_contents.active .popup_box {
display: flex;
align-items: center;
justify-content: center;
width: min(100%, 1000px);
height: auto;
height: 100%;
max-height: 100%;
}
.popup_box_in {
width: 100%;
display: flex;
flex-flow: column;
width: 100%;
max-width: 900px;
max-height: calc(100dvh - 100px);
margin: 0 auto;
max-height: 100%;
font-weight: 400;
overflow-y: auto;
background: #fff;
padding: var(--box_space);
gap: var(--box_ss_gap);
border-radius: var(--box_corner);
box-shadow: var(--box_shadow);
cursor: default;
}
body.modal_open {
overflow: hidden;
}
.pop_prev,
.pop_next {
position: fixed;
top: 50%;
z-index: 100001;
display: block;
width: 50px;
height: auto;
aspect-ratio: 1 / 1;
cursor: pointer;
text-indent: -9999px;
transition: .3s;
}
.pop_prev {
left: 10px;
background: var(--prev_arrow_w);
}
.pop_next {
right: 10px;
background: var(--next_arrow_w);
}
.pop_prev:hover,
.pop_next:hover {
opacity: .7;
}
@media screen and (max-width: 768px) {
.popup_contents.active {
padding: 20px;
align-items: flex-start;
overflow: hidden;
}
.popup_contents.active .popup_box {
width: 100%;
max-height: none;
}
.popup_box_in {
max-height: calc(100dvh - 40px);
}
.pop_prev {
left: 0;
width: 40px;
transform: translate(-25%, 0);  }
.pop_next {
right: 0;
width: 40px;
transform: translate(25%, 0);
}
}

/* ============================================================
sponsor
============================================================ */

/* sponsor */
#sponsor_area.dk {
color: var(--bgdk_txt_c);
}
#sponsor_area.dk a {
color: var(--bgdk_link_c);
}
.sponsor_box {
width: 100%;
display: flex;
flex-flow: column;
border-radius: var(--box_corner);
background: #fff;
padding: var(--area_box_space);
gap: var(--box_space);
box-shadow: var(--box_shadow);
}
.sponsor_box .logolist_box {
display: flex;
flex-flow: column;
gap: var(--box_gap);
}
.sponsor_box .bar {
font-size: 0.9rem;
text-align: center;
}
.sponsor_box .bar span {
display: inline-block;
background: var(--base_c);
border-radius: 999px;
line-height: 1;
padding: 5px 20px;
}
.sponsor_txt {
text-align: center;
}
/* sponsor logolist */
.logolist {
width: 100%;
justify-content: center;
display: flex;
flex-flow: row wrap;
gap: var(--box_gap);
margin: 0 auto;
text-align: center;
}
.logolist li a {
color: var(--txt_c);
}
.logolist li {
flex: 0 1 calc(33.33% - (var(--size_20) * 3 / 2));
text-align: center;
}
.logolist li img {
max-width: 80%;
margin: 0 auto;
}
	@media screen and (max-width: 768px) {
	.logolist li {
    flex: 0 1 calc(50% - (var(--size_20) / 2));
	}
	}
	@media screen and (max-width: 500px) {
	.logolist li {
	flex: 1 0 100%;
	}
    .logolist li img {
    width: 80%;
    max-width: 200px;
    }
	}

/* ============================================================
overview
============================================================ */

/* overview */
#overview_area.dk {
color: var(--bgdk_txt_c);
}
#overview_area.dk a {
color: var(--bgdk_link_c);
}
.overview_box {
width: 100%;
display: flex;
flex-flow: column;
border-radius: var(--box_corner);
padding: var(--area_box_space);
gap: var(--box_space);
box-shadow: var(--box_shadow);
background: var(--box_bg_c);
}
.overview_box.dk {
background: var(--box_bgdk_c);
color: var(--box_bgdk_c);
}
.overview_txt {
text-align: center;
font-size: 0.8rem;
}
/* dlist */
.dlist {
display: flex;
flex-flow: column;
gap: var(--box_gap);
}
.dlist a {
color: var(--txt_c);
}
.dlist dl {
flex: 1 0 100%;
display: flex;
flex-flow: row wrap;
gap: var(--box_gap);
font-size: 0.9rem;
}
.overview_box.dk .dlist a {
color: var(--bgdk_txt_c);
}
.overview_box.dk .dlist dl {
color: var(--bgdk_txt_c);
}
.dlist dl:not(:first-child) {
padding-top: var(--box_gap);
border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.overview_box.dk .dlist dl:not(:first-child) {
border-color: var(--bgdk_line_c);
}
.dlist dl dt {
flex: 0 1 calc(var(--size_7-10) * 20);
font-weight: bold;
line-height: 1.6;
}
.dlist dl dd {
line-height: 1.6;
flex: 1 0 0%;
}
.dlist dl dd .layout {
display: flex;
flex-flow: row wrap;
gap: var(--box_gap);
}
.dlist dl dd .info {
flex: 1 0 0%;
}
.dlist dl dd .image {
flex: 0 1 40%;
width: 100%;
max-width: 400px;
margin-top: var(--box_gap);
}
@media screen and (max-width: 500px) {
.dlist dl dd .info {
flex: 1 0 100%;
}
.dlist dl dd .image {
flex: 1 0 100%;
}
}
.dlist dl dd .map {
width: 100%;
aspect-ratio: 16 / 9;
margin-top: var(--box_gap);
}
.dlist dl dd .map iframe {
width: 100%;
height: 100%;
border: 0;
display: block;
}
.dlist dl dd hr {
display: block;
border: none;
height: 1px;
background: rgba(0, 0, 0, 0.2);
margin: var(--box_gap) 0;
}
	@media screen and (max-width: 768px) {
	.dlist {
	}
	.dlist dl {
    flex-flow: column;
	}
    .dlist dl dt {
    flex: 1 0 auto;
    }
	}
#wrap .contact_area {
padding: 0;
}
.sponsor_box,
.overview_box,
.lead_box,
.benefits_box {
position: relative;
border-radius: 0;
border-top: 1px solid var(--main_c);
}
.sponsor_box::before,
.sponsor_box::after,
.overview_box::before,
.overview_box::after,
.lead_box::before,
.lead_box::after,
.benefits_box::before,
.benefits_box::after {
content: "";
display: block;
position: absolute;
top: 0;
height: 100%;
width: 1px;
background: linear-gradient(to top, rgba(255,204,49,0), rgba(255,204,49,1));
}
.sponsor_box::before,
.overview_box::before,
.lead_box::before,
.benefits_box::before {
left: 0;
}
.sponsor_box::after,
.overview_box::after,
.lead_box::after,
.benefits_box::after {
right: 0;
}
.timetable_box > .timetable > .timetable_body > .program {
gap: 0;
}
.timetable_box .program > .time {
border-radius: 0;
background: rgba(255,255,255,0.1);
}
.timetable_box .program_popup,
.timetable_box .nolink {
border-radius: 0;
}




















