/*
Last Updated: 2025-02-04
Author: zeal
Theme Name: 
*/
*{
	box-sizing: border-box;
	font-feature-settings: "palt";
}
:root {
	--text12: clamp(1.0rem,1.375vw,1.2rem);
	--text14: clamp(1.2rem,1.625vw,1.4rem);
	--text16: clamp(1.4rem,1.875vw,1.6rem);
	--text18: clamp(1.6rem,2.125vw,1.8rem);
	--text19: clamp(1.6rem,2.1875vw,1.9rem);
	--text20: clamp(1.8rem,2.375vw,2.0rem);
	--text22: clamp(1.9rem,2.5625vw,2.2rem);
	--text24: clamp(2.0rem,2.75vw,2.4rem);
	--text26: clamp(2.1rem,2.9375vw,2.6rem);
	--text30: clamp(2.5rem,3.4375vw,3.0rem);
	--text33: clamp(2.7rem,3.75vw,3.3rem);
	--text36: clamp(2.8rem,4vw,3.6rem);
	--text38: clamp(3rem,4vw,3.8rem);
	--text40: clamp(3rem,4vw,4.0rem);
	--text42: clamp(3rem,4.25vw,4.2rem);
	--text45: clamp(3.3rem,4.875vw,4.5rem);
	--text48: clamp(3.4rem,5vw,4.8rem);
	--text50: clamp(3.6rem,5.25vw,5.0rem);
	--text60: clamp(4rem,6.25vw,6.0rem);
	--text72: clamp(5rem,7.5vw,7.2rem);
	--text75: clamp(5.2rem,7.775vw,7.5rem);
	--text78: clamp(5.2rem,8vw,7.8rem);
	--text80: clamp(5.4rem,8.5vw,8.0rem);
	--text88: clamp(5.6rem,8.75vw,8.8rem);
	--text90: clamp(5.8rem,9vw,9.0rem);

	--text100: clamp(6rem,9.25vw,10.0rem);
	--transition01: 0.4s linear;
	--transition_normal: 0.4s ease-in-out;
	--arrow_yoko: 42 / 77;
	--arrow_tate: 77 / 42;
	--arrow_down: url( 'data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 220.56 120.21"><path class="cls-1" d="m210.56,0c2.56,0,5.12.98,7.08,2.94,3.9,3.91,3.9,10.24-.01,14.14l-100.4,100.21c-3.91,3.9-10.23,3.9-14.14,0L2.93,17.13C-.98,13.22-.98,6.89,2.93,2.99c3.91-3.91,10.24-3.9,14.14,0l93.09,93.09L203.49,2.92c1.95-1.95,4.51-2.92,7.06-2.92Z"/></svg>' ) no-repeat;
	--arrow_up: url( 'data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 220.56 120.21"><path class="cls-1" d="m10,120.21c-2.56,0-5.12-.98-7.08-2.94-3.9-3.91-3.9-10.24.01-14.14L103.34,2.92c3.91-3.9,10.23-3.9,14.14,0l100.15,100.15c3.91,3.91,3.91,10.24,0,14.14-3.91,3.91-10.24,3.9-14.14,0L110.4,24.14,17.06,117.29c-1.95,1.95-4.51,2.92-7.06,2.92Z"/></svg>' ) no-repeat;
	--arrow_left: url( 'data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120.21 220.56"><path class="cls-1" d="m120.21,210.56c0,2.56-.98,5.12-2.94,7.08-3.91,3.9-10.24,3.9-14.14-.01L2.92,117.22c-3.9-3.91-3.9-10.23,0-14.14L103.08,2.93c3.91-3.91,10.24-3.91,14.14,0,3.91,3.91,3.9,10.24,0,14.14L24.14,110.16l93.16,93.33c1.95,1.95,2.92,4.51,2.92,7.06Z"/></svg>' ) no-repeat;
	--arrow_right: url( 'data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120.21 220.56"><path class="cls-1" d="m0,10c0-2.56.98-5.12,2.94-7.08,3.91-3.9,10.24-3.9,14.14.01l100.21,100.4c3.9,3.91,3.9,10.23,0,14.14L17.13,217.63c-3.91,3.91-10.24,3.91-14.14,0-3.91-3.91-3.9-10.24,0-14.14l93.09-93.09L2.92,17.06c-1.95-1.95-2.92-4.51-2.92-7.06Z"/></svg>' ) no-repeat;
	--bg_plaid:linear-gradient(0deg, transparent calc(100% - 1px), #f4f4f4 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f4f4f4 calc(100% - 1px));
	--h_height: 92px;
}
@media screen and (max-width: 899px) {
	:root{
		--h_height: 80px;
	}
}
@media screen and (max-width: 599px) {
	:root{
		--h_height: 62px;
	}
}
.h_height{
	padding-top: var(--h_height);
}
/*----------------------------------------
	全体
----------------------------------------*/

html{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	font-size:62.5%;
	color:  #000;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	font-weight: 500;
}
body{ font-size:1.4rem; font-size: 1.4em; }
p{
	font-feature-settings: "palt";
	line-height: 2;
	letter-spacing: calc(0.001em * 100);
}
address{
	font-style: normal;
}
img{
	vertical-align: bottom;
	backface-visibility: hidden;
	height: auto;
}
a{
	color:#000;
	transition: all 0.3s;
	text-decoration: none;
}
a:hover{
	color: currentColor;
}
.op:hover{ 
	opacity: 0.3;
	color: currentColor;
}
.op img{ transition: all 0.3s; }
#container{ overflow: hidden; }
li{list-style:none; }
.center{ text-align:center; }
.block_center{
	width: fit-content;
	margin-inline: auto;
}
.text_center{
	text-align: center;
}
.m_center{
	margin-inline: auto;
}
.m_l_auto{
	margin-left: auto;
}
.m_t_auto{
	margin-top: auto;
}
.m_r_auto{
	margin-right: auto;
}
.max_respon{
    display: inline;
    margin: 0;
}
.max_450{
	max-width: 450px;
	--inner_frame_w: 450;
}
.max_470{
	max-width: 470px;
	--inner_frame_w: 470;
}
.max_550{
	max-width: 550px;
	--inner_frame_w: 550;
}
.max_680{
	max-width: 680px;
	--inner_frame_w: 680;
}
.max_700{
	max-width: 700px;
	--inner_frame_w: 700;
}
.max_720{
	max-width: 720px;
	--inner_frame_w: 720;
}
.max_730{
	max-width: 730px;
	--inner_frame_w: 730;
}
.max_760{
	max-width: 760px;
	--inner_frame_w: 760;
}
.max_820{
	max-width: 820px;
	--inner_frame_w: 820;
}
.max_850{
	max-width: 850px;
	--inner_frame_w: 850;
}
.max_860{
	max-width: 860px;
	--inner_frame_w: 860;
}
.max_880{
	max-width: 880px;
	--inner_frame_w: 880;
}
.max_930{
	max-width: 930px;
	--inner_frame_w: 930;
}
.max_990{
	max-width: 990px;
	--inner_frame_w: 990;
}

.p_box_30{
	padding: calc(30 / var(--inner_frame_w,1050) * 100%);
}
.p_box_40{
	padding: calc(40 / var(--inner_frame_w,1050) * 100%);
}
.p_box_50{
	padding: calc(50 / var(--inner_frame_w,1050) * 100%);
}
.p_box_75{
	padding: calc(75 / var(--inner_frame_w,1050) * 100%);
}
.p_inner_20{
	padding-inline: calc(20 / var(--inner_frame_w,1050) * 100%);
}
.p_inner_30{
	padding-inline: calc(30 / var(--inner_frame_w,1050) * 100%);
}
.p_inner_40{
	padding-inline: calc(40 / var(--inner_frame_w,1050) * 100%);
}
.p_inner_50{
	padding-inline: calc(50 / var(--inner_frame_w,1050) * 100%);
}
.p_inner_80{
	padding-inline: calc(80 / var(--inner_frame_w,1050) * 100%);
}
.p_inner_100{
	padding-inline: calc(100 / var(--inner_frame_w,1050) * 100%);
}
@media screen and (max-width: 821px) {
	.p_box_75{
		padding: calc(50 / var(--inner_frame_w,1050) * 100%);
	}
	.p_inner_80,
	.p_inner_100{
		padding-inline: 5%;
	}
}
@media screen and (max-width: 599px) {

	p{text-align:left;}
	.sp_text_left{
		text-align: left;
	}
	.sp_center{
		text-align: center;
	}
	.sp_text_center{
		text-align: center;
	}
	.sp_right{
		text-align: right;
	}
	.text_center{
		text-align: left;
	}

}/*END*/
.f_arial{
	font-family: Arial、Helvetica Neue、Helvetica、sans-serif;
}
.f_w100 {
	font-weight: 100;
}
.f_w200 {
	font-weight: 200;
}
.f_w300 {
	font-weight: 300;
}
.f_w400 {
	font-weight: 400;
}
.f_w500 {
	font-weight: 500;
}
.f_w600 {
	font-weight: 600;
}
.f_w700 {
	font-weight: 700;
}
.f_w800 {
	font-weight: 700;
}

.rela{
	position:relative;
}
.abs{
	position:absolute;
}

.z_1{
	z-index: 1;
}
.z_2{
	z-index: 2;
}
.z_3{
	z-index: 3;
}
.z_4{
	z-index: 4;
}
.z_5{
	z-index: 5;
}
.order01{order: 1;}
.order02{order: 2;}
.order03{order: 3;}
.order04{order: 4;}
.order05{order: 5;}

.text_upper{
	text-transform: uppercase;
}
.a_delay01{
	animation-delay: 0.2s;
	--animation_d: 0.2s;
}
.a_delay02{
	animation-delay: 0.4s;
	--animation_d: 0.4s;
}
.a_delay03{
	animation-delay: 0.6s;
	--animation_d: 0.6s;
}
.a_delay04{
	animation-delay: 0.8s;
	--animation_d: 0.8s;
}
.a_delay05{
	animation-delay: 1s;
	--animation_d: 1s;
}
.a_delay06{
	animation-delay: 1.2s;
	--animation_d: 1.2s;
}
.a_delay07{
	animation-delay: 1.4s;
	--animation_d: 1.4s;
}
.t_delay0{
	transition-delay: 0s;
	--transition_d: 0s;
}
.t_delay01{
	transition-delay: 0.2s;
	--transition_d: 0.2s;
}
.t_delay02{
	transition-delay: 0.4s;
	--transition_d: 0.4s;
}
.t_delay03{
	transition-delay: 0.6s;
	--transition_d: 0.6s;
}
.t_delay04{
	transition-delay: 0.8s;
	--transition_d: 0.8s;
}
.t_delay05{
	transition-delay: 1s;
	--transition_d: 1s;
}
.t_delay06{
	transition-delay: 1.2s;
	--transition_d: 1.2s;
}
.t_delay07{
	transition-delay: 1.4s;
	--transition_d: 1.4s;
}

/*----------------------------------------
	text
----------------------------------------*/

.text_bold{ font-weight: bold; }
.text_bold800{ font-weight: 800; }
.text_normal{ font-weight: normal; }
.text_right{text-align:right;}
.text_left{text-align:left;}

.text_10{ font-size:1.0rem !important; }
.text_12{ font-size: var(--text12) }
.text_14{ font-size: var(--text14) }
.text_16{ font-size: var(--text16) }
.text_18{ font-size: var(--text18) }
.text_20{ font-size: var(--text20) }
.text_22{ font-size: var(--text22) }
.text_24{ font-size: var(--text24) }
.text_26{ font-size: var(--text26) }
.text_30{ font-size: var(--text30) }
.text_33{ font-size: var(--text33) }
.text_36{ font-size: var(--text36) }
.text_38{ font-size: var(--text38) }
.text_40{ font-size: var(--text40) }
.text_42{ font-size: var(--text42) }
.text_45{ font-size: var(--text45) }
.text_48{ font-size: var(--text48) }
.text_50{ font-size: var(--text50) }
.text_60{ font-size: var(--text60) }
.text_72{ font-size: var(--text72) }
.text_78{ font-size: var(--text78) }
.text_80{ font-size: var(--text80) }
.text_88{ font-size: var(--text88) }
.text_90{ font-size: var(--text90) }
.text_100{ font-size: var(--text100) }
.lh_34{ line-height: 3.4 !important; }
.lh_32{ line-height: 3.2 !important; }
.lh_30{ line-height: 3 !important; }
.lh_28{ line-height: 2.8 !important; }
.lh_26{ line-height: 2.6 !important; }
.lh_24{ line-height: 2.4 !important; }
.lh_22{ line-height: 2.2 !important; }
.lh_20{ line-height: 2 !important; }
.lh_18{ line-height: 1.8 !important; }
.lh_16{ line-height: 1.6 !important; }
.lh_15{ line-height: 1.5 !important; }
.lh_14{ line-height: 1.4 !important; }
.lh_12{ line-height: 1.2 !important; }
.lh_11{ line-height: 1.1 !important; }
.lh_10{ line-height: 1 !important; }
.ls_1{ letter-spacing: 1px !important; }
.ls_2{ letter-spacing: 2px !important; }
.ls_3{ letter-spacing: 3px !important; }
.ls_4{ letter-spacing: 4px !important; }
.ls_100{letter-spacing: calc(0.001em * 100);}
.ls_200{letter-spacing: calc(0.001em * 200);}
.ls_300{letter-spacing: calc(0.001em * 300);}
.ls_400{letter-spacing: calc(0.001em * 400);}
.ls_500{letter-spacing: calc(0.001em * 500);}

.ls_-1{ letter-spacing: -1px !important; }
.ls_-2{ letter-spacing: -2px !important; }
.ls_-3{ letter-spacing: -3px !important; }
.ls_-4{ letter-spacing: -4px !important; }
@media screen and (max-width: 599px){
	.sp_lh_15{
		line-height: 1.5!important;
	}
	p{ line-height: 1.8; }
}/*END*/

/*----------------------------------------
	layout
----------------------------------------*/
.outline_frame{
	width: 100%;
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
}
.inner_frame{
	width: 100%;
	max-width: 1090px;
	padding-inline: 20px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	--inner_frame_w: 1050;
}
.inner_frame.inner_frame_1100{
	max-width: 1140px;
	--inner_frame_w: 1100;
}
.inner_frame_post{
	width: 100%;
	max-width:750px;
	position: relative;
	box-sizing: border-box;
	margin:0 auto;
	padding-right: 20px;
	padding-left: 20px;
	--inner_frame_w: 750;
}
@media screen and (max-width: 820px){
	.inner_frame,.top_frame{
		padding-right: 3%;
		padding-left: 3%;
	}
	.large_inner_frame{
		padding-right: 3%;
		padding-left: 3%;
	}


}/*END*/

@media screen and (max-width: 599px){
	.inner_frame,.sp_inner_frame,.top_frame{
		padding-right: 5%;
		padding-left: 5%;
	}
}/*END*/


/*----------------------------------------
	画像を中央配置
----------------------------------------*/

.photo_frame{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
	padding: 0;
}
.photo_frame img{
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.hover_zoom img{
	transition: var(--transition_normal);
}
.hover_zoom:hover img{
	scale: 1.1;
}

.photo_frame{ z-index: 1; }/*chrome*/
/* 分岐 */

/*----------------------------------------
	header
----------------------------------------*/
body.open{
	overflow: hidden;
}

header{
	width: 100%;
	z-index: 5;
    /* position: absolute; */
    position: static;
    	padding: 5px 0 15px 0;
}
/* 公開後bodyに就くクラスを指定してTOPページとfullorderのヘッダーのポジションを切ってください */
/* body header,
body header{
    position: static;
} */

.h1_text{
    text-align: right;
    opacity: .5;
    padding: 0;
    font-size: 1.2rem;
    float: none;
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
    color: #000;
    margin: 0;
    position: static;
    padding-right: 2.5%;
}
.header_inner_frame{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    margin-inline: auto;
}
.head_list_frame{
    display: flex;
    align-items: center;
}
.head_link{
    display: inline-block;
    font-size: 1.6rem;
    padding: .5em 1em;
}
@media screen and (max-width: 949px) {
    .head_link{
        display: none;
    }
}

.logo_frame{
    max-width: 294px;
	width: 35%;
}
/*@media screen and (max-width: 768px){*/
	.c-menuBtnFrame{
		width: 50px;
		aspect-ratio: 1;
		position: relative;
	}
	.menutex{
		position: absolute;
		transform: translateX(-50%);
		bottom: 15%;
		left: 50%;
		font-size: clamp(1.2rem,1.375vw,1.3rem);
	}
	.c-menuBtn{
		width: 50px;
		aspect-ratio: 1;
		position: fixed;
		cursor: pointer;
		z-index: 9999;
		background-color: transparent;
		border: none;
	}
	.c-menuBtn span{
		display: inline-block;
		width: 80%;
		height: 1px;
		background-color: #000;
		background-repeat: repeat-x;
		position: absolute;
		left: 10%;
		transition: all 0.6s;
	}
	.c-menuBtn span:nth-child(1){
		top: 25%;
	}
	.c-menuBtn span:nth-child(2){
		top: 45%;
	}
	.open .c-menuBtn{
		background: none;
	}
	.open .c-menuBtn::after{
		bottom: 0;
	}
	.open .c-menuBtn span:nth-child(1){
		transform: rotate(-25deg);
		top: 50%;
	}
	.open .c-menuBtn span:nth-child(2){
		transform: rotate(25deg);
		top: 50%;
	}
	.l-drawer{
		position: fixed;
		background-image: url(../images/common_2025/drawer_bg.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: cover;
		top: 0;
		right: 0;
		width: 100%;
		overflow-y: scroll;
		height: 100vh;
		/* color: #fff; */
		display: flex;
		visibility: hidden;
		opacity: 0;
		/*transform: translateX(100%);*/
		transition: 0.5s ease-in-out;
		z-index: 99;
	}
	.drawer_list_frame{
		background-color: #fff;
		width: 100%;
		height: fit-content;
		padding: calc(100 / 1350 * 100%) 5%;
	}
	.drawer_list{
		/* width: calc(1100 / 1350 * 100%); */
		max-width: 1100px;
		margin-inline: auto;
		display: grid;
		column-gap: 15px;
		grid-template-columns: repeat(3,1fr);
		grid-template-areas:
		"item01 item04 item08"
		"item02 item05 item09"
		"item02 item06 item10"
		"item03 item07 item10"
		;
	}
	@media screen and (max-width: 599px) {
		.drawer_list{
			grid-template-columns: repeat(2,1fr);
			grid-template-areas:
			"item01 item04"
			"item02 item05"
			"item02 item06"
			"item03 item07"
			"item08 item09"
			"item10 item10"
			;
		}

		.h1_text{
			font-size: 1.0rem;
			padding-right: 0;
			text-align: left;
			padding-left: 1.2%;
		}
	}
	.drawer_list a{
		display: inline-block;
		padding: 1.5rem 0;
	}
	.drawer_list > li:nth-of-type(1){
		grid-area: item01;
	}
	.drawer_list > li:nth-of-type(2){
		grid-area: item02;
	}
	.drawer_list > li:nth-of-type(3){
		grid-area: item03;
	}
	.drawer_list > li:nth-of-type(4){
		grid-area: item04;
	}
	.drawer_list > li:nth-of-type(5){
		grid-area: item05;
	}
	.drawer_list > li:nth-of-type(6){
		grid-area: item06;
	}
	.drawer_list > li:nth-of-type(7){
		grid-area: item07;
	}
	.drawer_list > li:nth-of-type(8){
		grid-area: item08;
	}
	.drawer_list > li:nth-of-type(9){
		grid-area: item09;
	}
	.drawer_list > li:nth-of-type(10){
		grid-area: item10;
	}
	.drawer_list_sub{
		margin-left: 2rem;
	}
	.drawer_list_sub > li > a{
		font-size: 1.2rem;
		color: var(--color01);
	}
	.drawer_list_sub.--sub{
		display: flex;
		justify-content: flex-end;
		column-gap: 5%;
	}
	.open .l-drawer{
		visibility: visible;
		opacity: 1;
		transform: translateX(0);
	}
	.open .l-drawer ul li{
		transform: translateX(0);
	}


/*END*/
/*----------------------------------------
	iframe中央配置
----------------------------------------*/

/*iframe比率維持*/
.map{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 50% 0 0;
	text-align: center;
}
.map iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.map{ z-index: 2; }/*chrome対策*/



/*----------------------------------------
	contents concept
----------------------------------------*/
/* ぱんくず */
.pan_nav{
	font-size: var(--text16);
	background-color: transparent;
}
.pan_nav li{ 
	display: inline-block;
}
.pan_nav li a{
	color: var(--color02);
}
.pan_nav li a:after{
	content: ">";
	position: relative;
	font-size: 1.3rem;
	margin-right: 5px;
	margin-left: 6px;
}
/* 共通 */
.top_line{
	border-top: #000 1px solid;
}
.under_line{
	border-bottom: 1px solid #000;
}
.top_line_fff{
	border-top: #fff 1px solid;
}
.under_line_fff{
	border-bottom: 1px solid #fff;
}
.line_all_fff{
	border: 1px solid #fff;
}
.under_line_dots{
	background-image : linear-gradient(to right, #000 1px, transparent 2px);
	background-size: 7px 1px;
	background-repeat: repeat-x; 
	background-position: left bottom;
   	width: 95%;
	margin: 0 auto;
}
.text_white{
	color: #fff;
}
.bg_white{
	background-color: #fff;
}
:root{
	--border_color: #e6e6e6;
	--color01: #416384;
	--color02: #962135;
	--color03: #00224b;
	--color04: #808080;
	--color05: #f2f2f2;
}
/* 頻出背景 */
.bg_color01{ 
	background-color: var(--color01);
	--bg_color: var(--color01);
}
.bg_color02{ 
	background-color: var(--color02);
	--bg_color: var(--color02);
}
.bg_color03{ 
	background-color: var(--color03);
	--bg_color: var(--color03);
}
.bg_color04{ 
	background-color: var(--color04);
	--bg_color: var(--color04);
}
.bg_color05{ 
	background-color: var(--color05);
	--bg_color: var(--color05);
}
/* 頻出文字色 */
.text_color01{color: var(--color01);}
.text_color02{color: var(--color02);}
.text_color03{color: var(--color03);}
.text_color04{color: var(--color04);}
.text_color05{color: var(--color05);}
.bg_img{
	background-image: var(--bg_img);
	background-size: contain;
}
.bg_img[data-bg_color="yellow01"]{
	--bg_img: url(../images/common/yellow01.jpg);
}
.bg_img[data-bg_color="blue01"]{
	--bg_img: url(../images/common/blue01.jpg);
}
.bg_img[data-bg_color="beige01"]{
	--bg_img: url(../images/common/beige01.jpg);
}
.bg_img[data-bg_color="white"]{
	--bg_img: url(../images/common/white.jpg);
}
/* btn */
.btn_link_normal{
	font-size: var(--text16);
	background-color: var(--btn_bg,#fff);
	color: var(--color01);
	max-width: 300px;
	padding: 1.5em 1em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 100vmax;
	border: 1px solid;
}
.btn_link_normal.--center{
	margin-inline: auto;
}
.btn_link_normal_icon{
	width: 1.6rem;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	background-color: currentColor;
	border-radius: 50%;
}
.btn_link_normal_icon::after{
	content: "";
	aspect-ratio: 1;
	display: inline-block;
	width: 50%;
	background-color: var(--btn_bg,#fff);
	border-radius: 50%;
}
.btn_link_normal.--contact{
	--btn_bg: var(--color02);
	color: #fff;
	border-color: var(--color02);
}
.btn_link_normal:hover{
	--btn_bg: var(--color01);
	color: #fff;
}
.btn_link_normal.--contact:hover{
	--btn_bg: #fff;
	color: var(--color02);
	border-color: var(--color02);
}
.text_basic{
	font-size: var(--text14);
	line-height: 2.2;
	color: #000;
}
@media screen and (max-width: 599px) {
	.text_basic{
		line-height: 1.8;
	}
}

/* hover_list */
.list_hover_effect:hover a:not(a:hover){
	filter: brightness(0.3);
}


/* grid,flex */
.flexbox{
	display: flex;
}
@media screen and (max-width: 599px) {
	.flexbox{
		flex-direction: column;
		row-gap: 30px;
	}
}
.al_center{
	align-items: center;
}
.al_end{
	align-items: flex-end;
}
.al_s_end{
	align-self: flex-end;
}
.jsc_sb{
	justify-content: space-between;
}
.jsc_center{
	justify-content: center;
}
.grid_two_auto,
.grid_two,
.grid_three,
.grid_four{
	display: grid;
	column-gap: 3.5%;
	row-gap: 30px;
}
.grid_two_auto{
	grid-template-columns: repeat(2,auto);
}
.grid_two{
	grid-template-columns: repeat(2,1fr);
}
.grid_three{
	grid-template-columns: repeat(3,1fr);
}
.grid_four{
	grid-template-columns: repeat(4,1fr);
}

@media screen and (max-width: 599px) {
	.grid_two_auto,
	.grid_two,
	.grid_three{
		grid-template-columns: repeat(1,1fr);
	}
	.sp_grid_two,
	.grid_four{
		grid-template-columns: repeat(2,1fr);
	}
	.sp_grid_two.grid_two_auto{
		grid-template-columns: repeat(2,auto);
	}
}
.flex_two{
	display: flex;
	justify-content: space-between;
}
.reverse{
	flex-direction: row-reverse;
}
.flex_two > div{
	width: 47.5%;
}
.gap_0{
	gap: 0;
}
.c_gap_1{
	column-gap: 1%;
}
.c_gap_3{
	column-gap: 3%;
}
.c_gap_5{
	column-gap: 5%;
}
.c_gap_7{
	column-gap: 7%;
}
.c_gap_10{
	column-gap: 10%;
}
.row_gap_0{
	row-gap: 0px;
}
.row_gap_60{
	row-gap: 60px;
}
.row_gap_100{
	row-gap: 100px;
}

@media screen and (max-width: 599px) {
	.flex_two,
	.reverse{
		flex-direction: column;
		row-gap: 30px;
	}
	.flex_two > div{
		width: 100%;
	}
	.sp_dis_contents{
		display: contents;
	}
	.row_gap_100{
		row-gap: 50px;
	}
	.sp_row_gap_30{
		row-gap: 30px;
	}
	.sp_row_gap_0{
		row-gap: 0;
	}
	
}
.sp_archive_link_layout{
	display: flex;
	flex-direction: column-reverse;
	position: relative;
}
@media screen and (max-width: 599px) {
	.sp_archive_link_layout{
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.sp_archive_link_layout_text{
		width: 55%;
	}
	.sp_archive_link_layout_img{
		width: 42%;
	}
}

.flex_item590{
	width: calc(590 / var(--inner_frame_w,1050) * 100%);
}
.flex_item580{
	width: calc(580 / var(--inner_frame_w,1050) * 100%);
}
.flex_item410{
	width: calc(410 / var(--inner_frame_w,1050) * 100%);
}
.flex_item350{
	width: calc(350 / var(--inner_frame_w,1050) * 100%);
}
.flex_item310{
	width: calc(310 / var(--inner_frame_w,1050) * 100%);
}
.flex_item500{
	width: calc(500 / var(--inner_frame_w,1050) * 100%);
}
.flex_item540{
	width: calc(540 / var(--inner_frame_w,1050) * 100%);
}
@media screen and (max-width: 599px) {
	.flex_item590,
	.flex_item580,
	.flex_item540,
	.flex_item500,
	.flex_item410,
	.flex_item350,
	.flex_item310{
		width: 100%;
	}
}
.over_item_box745{
	width: calc(745 / 1350 * 100vw);
	max-width: 745px;
}
.over_item_box745[data-item_position="left"]{
	margin-left: clamp(-155px, calc((100vw - (var(--inner_frame_w,1050) * 1px)) / -2) , -20px);
}
.over_item_box655{
	width: calc(655 / 1350 * 100vw);
	max-width: 655px;
}
.over_item_box655[data-item_position="left"]{
	margin-left: clamp(-155px, calc((100vw - (var(--inner_frame_w,1050) * 1px)) / -2) , -20px);
}
.over_item_box650{
	width: calc(650 / 1350 * 100vw);
	max-width: 650px;
}
.over_item_box650[data-item_position="left"]{
	margin-left: clamp(-155px, calc((100vw - (var(--inner_frame_w,1050) * 1px)) / -2) , -20px);
}
@media screen and (max-width: 599px) {
	.over_item_box650,
	.over_item_box650[data-item_position="left"],
	.over_item_box745,
	.over_item_box745[data-item_position="left"],
	.over_item_box655,
	.over_item_box655[data-item_position="left"]{
		width: 100%;
		margin-left: 0;
	}
}
.deco_img{
	width: calc(var(--deco_w) / var(--inner_frame_w,1050) * 100%);
}

.p-topMv{
    display: flex;
    column-gap: 3.5%;
    align-items: center;
    width: 85%;
    margin-inline: auto;
    max-width: 1150px;
}
@media screen and (max-width: 599px) {
	.p-topMv{
		flex-direction: column;
		row-gap: 20px;
	}
}
.p-topMv > div{
    flex: 1;
	width: 100%;
}
@media screen and (max-width: 599px) {
	.p-topMv > div:first-of-type{
		width: 80%;
		margin-inline: auto;
	}
}
/* mv */
.mv_text01{
    margin-left: -3rem;
    width: calc(382 / 450 * 100%);
}
.mv_slide_copy,.mv_slide_ttl{
	position: absolute;
	left: 0%;
	max-width: 500px;
}
.mv_slide_ttl{
	top: 5%;
}
.mv_slide_copy{
	bottom: 5%;
	clip-path: inset(0 100% 0 0);
	transition: clip-path 1s ease-in-out;
}
.swiper-slide-active .mv_slide_copy{
	clip-path: inset(0);
}
.p-topMv__slide{
	position: relative;
}
.top_mv_slider_arrowFrame{
	display: flex;
	align-items: center;
	column-gap: 1rem;
	justify-content: flex-end;
}
.top_mv_slider_arrowFrame .swiper-button-prev,
.top_mv_slider_arrowFrame .swiper-button-next{
	position: static;
	color: #000;
	margin: inherit;
}
.top_mv_slider_arrowFrame .swiper-button-prev::after,
.top_mv_slider_arrowFrame .swiper-button-next::after{
	font-size: 2rem;
}
.p-topMv__imgFrame .swiper-pagination{
	text-align: left;
	margin-left: 13%;
}
.p-topMv__imgFrame .swiper-pagination-bullet-active{
	background-color: var(--color02);
}
.top_news_list{
	display: grid;
	grid-template-columns: auto auto 1fr;
	column-gap: 5%;
	border-top: 1px solid var(--border_color);
}
.top_news_list > li{
	display: contents;
}
.top_news_link{
	display: grid;
	grid-template-columns: subgrid;
	grid-column: span 3;
	padding-top: 3rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid var(--border_color);
}
@media screen and (max-width: 600px) {
	.top_news_link{
		display: flex;
		flex-wrap: wrap;
		column-gap: 3rem;
		row-gap: 1rem;
	}
}
.top_works_slider{
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}
.top_works_slider .swiper-wrapper {
	transition-timing-function: linear;
}
.top_works_slider .swiper-slide {
	max-width: 320px;
	width: 60%;
}
.works_tag_frame{
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.top_pickup_info_frame > div{
	display: flex;
	column-gap: 1.5rem;
	margin-bottom: 1rem;
}
.top_pickup_info_frame dt{
	color: var(--color01);
	align-self: flex-end;
}
.top_pickup_link{
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid var(--border_color);
	padding: 5rem 0;
}
.top_pickup_link_layout{
	display: flex;
	justify-content: space-between;
	column-gap: 2.5rem;
}
@media screen and (max-width: 599px) {
	.top_pickup_link{
		padding: 2.5rem 0;
	}
}
.top_pickup_item:nth-of-type(1) .top_pickup_link,
.top_pickup_item:nth-of-type(2) .top_pickup_link{
	border-top: 1px solid var(--border_color);
}
@media screen and (max-width: 599px) {
	.top_pickup_item:nth-of-type(2) .top_pickup_link{
		border-top: none;
	}
}
.top_pickup_link_layout > div:first-of-type{
	width: calc(200 / 500 * 100%);
	height: fit-content;
}
.top_pickup_link_layout > div:last-of-type{
	width: calc(275 / 500 * 100%);
}
.top_pickup_label_frame{
	/*position: absolute;*/
	left: 0;
	top: 0;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
	gap:2px;
}
.top_pickup_label{
	background-color: #fff;
	border: 1px solid;
	color: var(--color01);
	min-width: 100px;
	padding: .5em;
	font-size: var(--text12);
	text-align: center;
}
.new_icon{
	color: #fff;
	background-color: var(--color02);
	font-size: var(--text14);
	min-width: 60px;
	padding: .5em;
	text-align: center;
}
.top_pickup_link_icon_frame{
	color: var(--color01);
	display: flex;
	justify-content: flex-end;
	column-gap: .5em;
}

@media screen and (max-width: 599px) {
	.top_pickup_label{
		min-width: 50px;
		padding: .3em;
	}
}

/* inc */
.inc_bnr_frame{
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 30px;
}
@media screen and (max-width: 599px) {
	.inc_bnr_frame{
		grid-template-columns: repeat(4,1fr);
		gap: 15px;
	}
}
.inc_contact_frame{
	display: grid;
	grid-template-columns: repeat(2,1fr);
}
@media screen and (max-width: 599px) {
	.inc_contact_frame{
		grid-template-columns: repeat(1,1fr);
		text-align: center;
	}
}

.inc_contact_contents{
	padding: calc(110 / 675 * 100%) 5%;
	text-align: center;
	position: relative;
}
.inc_contact_contents.--tel{
	background-color: #000;
}
.inc_contact_contents.--contact{
	background-color: #e5e5e5;
}
.inc_ttl_icon{
	position: absolute;
	left: 50%;
	top: calc(90 / 675 * 100%);
	transform: translate(-50% , 0);
	width: 1.6rem;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	border-radius: 50%;
}
.inc_contact_contents.--tel .inc_ttl_icon{
	background-color: #fff;
}
.inc_contact_contents.--contact .inc_ttl_icon{
	background-color: #000;
}
.inc_ttl_icon::after{
	content: "";
	aspect-ratio: 1;
	display: inline-block;
	width: 50%;
	border-radius: 50%;
}
.inc_contact_contents.--tel .inc_ttl_icon::after{
	background-color: #000;
}
.inc_contact_contents.--contact .inc_ttl_icon::after{
	background-color: #fff;
}
.foot_inner_frame{
	width: calc(1250 / 1350 * 100%);
	max-width: 1253px;
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
	column-gap: 3%;
}
@media screen and (max-width: 599px) {
	.foot_inner_frame{
		flex-direction: column;
		row-gap: 30px;
	}
}
.foot_info_frame{
	max-width: 400px;
	width: calc(400 / 1253 * 100%);
}
.foot_list_frame{
	max-width: 700px;
	width: calc(700 / 1253 * 100%);
}
@media screen and (max-width: 599px) {
	.foot_info_frame{
		display: contents;
	}
	.foot_list_frame{
		width: 100%;
	}
}
.foot_list{
	display: grid;
	grid-template-columns: repeat(3.1fr);
	grid-template-areas:
	"list01 list03 list08"
	"list01 list04 list08"
	"list01 list05 list08"
	"list01 list06 list08"
	"list02 list07 list08"
	;
}
@media screen and (max-width: 899px) {
	.foot_list{
		grid-template-columns: repeat(2.1fr);
		grid-template-areas:
		"list01 list06"
		"list01 list07"
		"list01 list08"
		"list02 list08"
		"list03 list08"
		"list04 list08"
		"list05 list08"
		;
	}
}
.foot_list > li:nth-of-type(1){
	grid-area: list01;
}
.foot_list > li:nth-of-type(2){
	grid-area: list02;
}
.foot_list > li:nth-of-type(3){
	grid-area: list03;
}
.foot_list > li:nth-of-type(4){
	grid-area: list04;
}
.foot_list > li:nth-of-type(5){
	grid-area: list05;
}
.foot_list > li:nth-of-type(6){
	grid-area: list06;
}
.foot_list > li:nth-of-type(7){
	grid-area: list07;
}
.foot_list > li:nth-of-type(8){
	grid-area: list08;
}
.foot_list a{
	padding: 1.5rem 0;
	line-height: 1.4;
}
.foot_list > li > a{
	display: flex;
	column-gap: 1rem;
	align-items: center;
	position: relative;
	font-size: var(--text14);
}
.foot_link_icon{
	width: 1.6rem;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background-color: #000;
}
.foot_link_icon::after{
	content: "";
	aspect-ratio: 1;
	display: inline-block;
	width: 50%;
	border-radius: 50%;
	background-color: #fff;
}

.foot_list_sub{
	margin-left: 2.4rem;
}
.foot_list_sub.--sub{
	margin-left: 4rem;
}
.foot_list_sub a{
	display: inline-block;
	font-size: var(--text12);
	color: var(--color01);
}
.btn_float_frame{
	max-width: 60px;
	position: fixed;
	bottom: 10%;
	right: 0;
	display: flex;
	flex-direction: column;
	z-index: 10;
}
@media screen and (max-width: 599px) {
	.btn_float_frame{
		right: auto;
		left: 0;
		bottom: 0;
		max-width: none;
		width: 100%;
	}
	.btn_float_item{
		display: flex;
	}
}

/* fullorder */
.fullorder_label{
	max-width: 160px;
	text-align: center;
	font-weight: bold;
	color: var(--color01);
	background-color: #fff;
	padding: .5em;
	line-height: 1;
}