@charset "UTF-8";

/* ------------------------- :root環境変数設定 ------------------------------ */

:root {
	--scrollbar_width: 0px;
	--content_min_w: 375px;
}

/* ------------------------- ページ基本共通設定 ------------------------------ */
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	backface-visibility: hidden;
	min-height: 0%;
}

*:after, *:before {
	background-position: left top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.gc-touch * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	touch-callout: none;
	user-select: none;
}

::-webkit-input-placeholder {
	color: #999999;
	opacity: 1;
}

::-moz-placeholder {
	color: #999999;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #999999;
}

:focus::-webkit-input-placeholder {
	opacity: 1;
	color: transparent;
}

:focus:-moz-placeholder {
	opacity: 1;
	color: transparent;
}

:focus::-moz-placeholder {
	opacity: 1;
	color: transparent;
}

:focus:-ms-placeholder {
	opacity: 1;
	color: transparent;
}

html,
body {
	overscroll-behavior: none;
}

body {
	font-size: 1rem;
	font-family: source-han-serif-jp-subset, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 2;
	color: #000000;
	min-width: var(--content_min_w);
	background-color: #ffffff;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: underline;
	color: inherit;
}

.gc-normal a:hover {
	text-decoration: none;
}

.source-han-serif{
	font-family: source-han-serif-jp-subset, sans-serif;
}

.garamond-premier-pro{
	font-family: "garamond-premier-pro", serif;
	font-weight: 400;
	font-style: normal;
}

.m-link_underline{
	text-decoration: underline;
}

.gc-normal .m-link_underline:hover{
	text-decoration: none;
}

/**/

.t-sitewrap {
	
}

/* #sitewrap,#sitecontent, .t-sitewrap, .t-sitecontent */

#sitewrap{
	
}

#sitewrap #sitecontent{
	
}

.t-sitewrap{
}

.t-sitecontent{
	background-color: #ffffff;
}

.t-sitecontent{
	overflow: clip;
}

.t-first_load{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 200vh;
	background-color: #fff;
	z-index: 99999;
}


/**/
/* ================= .m-main_content_wrap ================= */
/**/

:root{
	--bw: 1080px;
	--bp: 60px;
}

@media screen and (max-width: 900px) {
	:root{
		--bp: 40px;
	}
}

@media screen and (max-width: 700px) {
	:root{
		--bp: 20px;
	}
}

.m-main_content_wrap{
	padding: 0 var(--bp);
}

.m-main_content{
	max-width: var(--bw);
	margin: 0 auto;
}

/**/
/* ================= .m-title ================= */
/**/

.m-title01{
	font-size: 24px;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 55px;
	line-height: 1;
}

@media screen and (max-width: 900px) {
	.m-title01{
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 700px) {
	.m-title01{
		margin-bottom: 45px;
	}
}

.m-title01:last-child{
	margin-bottom: 0;
}

.m-title01 > *{
	display: block;
}

.m-title01 .m-text01{
	font-weight: 500;
	margin: 0 0 10px 0;
	line-height: 1.4;
}

.m-title01 .m-text01:last-child{
	margin-bottom: 0;
}

.m-title01 .m-text02{
	font-family: "garamond-premier-pro", serif;
	font-size: 19px;
	opacity: 0.69;
	line-height: 1;
}


/**/
/* ================= .m-btn_wrap ================= */
/**/

.m-btn_wrap{
	position: relative;
	background-color: #ffffff;
	position: relative;
	display: flex;
	flex-direction: column;
}

.m-btn_wrap .m-btn{
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  cursor: pointer;
}


.m-btn_wrap .m-btn.no_hover{
	opacity: 1 !important;
	transition: none !important;
	cursor: default !important;
}

.m-btn_wrap .m-btn_text{
  position: relative;
  line-height: 1.43;
  display: inline-block;
}

.m-btn_wrap .m-btn_img{
  position: absolute;
  top: 50%;
  right: 15px;
  height: 0;
  display: flex;
  align-items: center;
  line-height: 0;
}

.m-btn_wrap .m-btn_img:first-child{
  margin-left: 0;
}

.m-btn_wrap .m-btn_img:last-child{
  margin-right: 0;
}

.m-btn_wrap .m-btn a{
	text-decoration: none !important;
	color: inherit;
}

/* .m-btn_wrap.type01 .m-btn */

.m-btn_wrap.type01{
}

.m-btn_wrap.type01,
.m-btn_wrap.type01 .m-btn{
	border-radius: 4px;
}

.m-btn_wrap.type01 .m-btn{
	font-size: 16px;
	font-weight: 600;
	padding: 0.5em 0.5em;
	transition: opacity 0.4s ease 0s;
	color: #fff;
	background-color: #4A4A4A;
	border: 1px solid #4A4A4A;
	min-height: 4.56em;
}

.gc-normal .m-btn_wrap.type01 .m-btn:hover{
	opacity: 0.7;
}

/* =================================================== */
/**/
/* ページ共通の機能モジュール */
/**/
/* =================================================== */

/**/
/* ================= .m-link_block ================= */
/**/
.m-link_block {
	display: block;
	text-decoration: none !important;
}

/**/
/* ================= .m-imghover ================= */
/**/
.m-imghover {
	text-decoration: none !important;
	transition: opacity 0.4s ease 0s;
}
.gc-normal .m-imghover:hover {
	opacity: 0.7;
}

/**/
/* ================= .m-img_thumb ================= */
/**/

.m-img_thumb{
	position: relative;
	overflow: hidden;
	padding-bottom: 66.6%;
}
.m-img_thumb img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
}

/**/
/* ================= .m-delay_img_obj ================= */
/**/
.m-delay_img_obj {
	opacity: 0;
}
.m-delay_img_obj.gc-load_active {
	opacity: 1;
}

/**/
/* ================= .m-window_content ================= */
/**/

.m-window_content {
	position: relative;
	width: calc(100vw - var(--scrollbar_width) );
	left: 50%;
	margin: 0 0 0 calc(-50vw + var(--scrollbar_width) * 0.5);
}
@media screen and (max-width: 375px) {
	.m-window_content {
		width: 375px;
		margin: 0 0 0 -187.5px;
	}
}

/**/
/* ================= .m-zoom_content_wrap ================= */
/**/

.m-zoom_content_wrap {
	overflow: hidden;
}

.m-zoom_content{
	
}

/**/
/* ================= .m-img_obj ================= */
/**/

.m-img_obj {
	display: inline-block;
	vertical-align: bottom;
	line-height: 0;
	position: relative;
}

.m-img_obj img[width] {
	max-width: none;
}

.m-img_obj .m-img_obj_default {
	display: block;
	position: relative;
	z-index: 1;
	transition: opacity 0.4s ease 0s;
}
.m-img_obj .m-img_obj_hover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.4s ease 0s;
}

/* .m-hover_change */

.m-hover_change {
	cursor: pointer;
}
.gc-normal #sitewrap a:hover .m-img_obj .m-img_obj_hover,
.gc-normal .m-hover_change:hover .m-img_obj .m-img_obj_hover {
	opacity: 1;
}
.gc-normal #sitewrap a:hover .m-img_obj .m-img_obj_default,
.gc-normal .m-hover_change:hover .m-img_obj .m-img_obj_default {
	opacity: 0;
}

/**/
/* ================= .m-row ================= */
/**/

.m-row {
	--row_x: 10px;
	--row_y: 10px;
	--row_w: auto;
	--row_wrap: wrap;
	display: flex;
	flex-wrap: var(--row_wrap);
	margin: 0  calc( var(--row_x) * -1 )  calc( var(--row_y) * -1 ) 0;
}

.m-row > .m-col {
	padding: 0 var(--row_x) var(--row_y) 0;
	width: var(--row_w);
	display: flex;
	flex-direction: column;
}


.m-row > .m-col > .m-col_content {
	flex-grow: 1;
}

@media screen and (min-width:951px) {
	.m-row[style*="--pc_row_w"] > .m-col {
		width: var(--pc_row_w);
	}
	
	.m-row[style*="--pc_row-x"] {
		margin-right: calc(var(--pc_row-x) * -1);
	}

	.m-row[style*="--pc_row-y"] {
		margin-bottom: calc(var(--pc_row-y) * -1);
	}

	.m-row[style*="--pc_row-x"] > .m-col {
		padding-right: calc(var(--pc_row-x));
	}

	.m-row[style*="--pc_row-y"] > .m-col {
		padding-bottom: calc(var(--pc_row-y));
	}
}

@media screen and (max-width: 900x) and (min-width: 701px) {
	.m-row[style*="--pad_row_w"] > .m-col {
		width: var(--pad_row_w);
	}
	
	.m-row[style*="--pad_row_x"] {
		margin-right: calc(var(--pad_row_x) * -1);
	}

	.m-row[style*="--pad_row_y"] {
		margin-bottom: calc(var(--pad_row_y) * -1);
	}

	.m-row[style*="--pad_row_x"] > .m-col {
		padding-right: calc(var(--pad_row_x));
	}

	.m-row[style*="--pad_row_y"] > .m-col {
		padding-bottom: calc(var(--pad_row_y));
	}
}

@media screen and (max-width:700px) {
	.m-row[style*="--sp_row_w"] > .m-col {
		width: var(--sp_row_w);
	}
	.m-row[style*="--sp_row_x"] {
		margin-right: calc(var(--sp_row_x) * -1);
	}

	.m-row[style*="--sp_row_y"] {
		margin-bottom: calc(var(--sp_row_y) * -1);
	}

	.m-row[style*="--sp_row_x"] > .m-col {
		padding-right: calc(var(--sp_row_x));
	}

	.m-row[style*="--sp_row_y"] > .m-col {
		padding-bottom: calc(var(--sp_row_y));
	}
}

/**/
/* ================= .m-flex_text ================= */
/**/

.m-flex_text {
	--data_x: 10px;
	--data_line: 1.43em;
	display: inline-flex;
	vertical-align: bottom;
	line-height: var(--data_line);
}

.m-flex_text > * {
	margin-right: var(--data_x);
}

.m-flex_text > *:last-child {
	margin-right: 0;
}

.m-flex_text > .m-flex_text_lead {
	line-height: inherit;
}

.m-flex_text > .m-flex_text_img {
	line-height: 0;
	display: inline-flex;
	align-items: center;
}

.m-flex_text > .m-flex_text_img img[width] {
	max-width: none;
}

.m-flex_text > .m-flex_text_img {
	height: var(--data_line);
}

@media screen and (min-width:951px) {
	.m-flex_text[style*="--pc_data_line"] {
		line-height: var(--pc_data_line);
	}

	.m-flex_text[style*="--pc_data_x"] > * {
		margin-right: var(--pc_data_x);
	}

	.m-flex_text[style*="--pc_data_line"] > .m-flex_text_img {
		height: var(--pc_data_line);
	}
}

@media screen and (max-width: 900x) and (min-width: 701px) {
	.m-flex_text[style*="--pad_data_line"] {
		line-height: var(--pad_data_line);
	}

	.m-flex_text[style*="--pad_data_x"] > * {
		margin-right: var(--pad_data_x);
	}

	.m-flex_text[style*="--pad_data_line"] {
		height: var(--pad_data_line);
	}
}

@media screen and (max-width:700px) {
	.m-flex_text[style*="--sp_data_line"] {
		line-height: var(--sp_data_line);
	}

	.m-flex_text[style*="--sp_data_x"] > * {
		margin-right: var(--sp_data_x);
	}

	.m-flex_text[style*="--sp_data_line"] {
		height: var(--sp_data_line);
	}
}

/**/
/* ================= .m-list ================= */
/**/
.m-list {
	--data_y: 0px;
	margin: 0;
}

.m-list:first-child {
	margin-top: 0;
}

.m-list:last-child {
	margin-bottom: 0;
}

.m-list > li {
	position: relative;
	margin-bottom: var(--data_y);
}

.m-list > li:last-child {
	margin-bottom: 0;
}

@media screen and (min-width:951px) {
	.m-list[style*="--pc_data_y"] li {
		margin-bottom: var(--pc_data_y);
	}
}

@media screen and (max-width: 900x) and (min-width: 701px) {
	.m-list[style*="--pad_data_y"] li {
		margin-bottom: var(--pad_data_y);
	}
}

@media screen and (max-width:700px) {
	.m-list[style*="--sp_data_y"] li {
		margin-bottom: var(--sp_data_y);
	}
}

/* .m-list.type_number */
.m-list.type_number {
	counter-reset: section;
}

.m-list.type_number > li {
	counter-increment: number;
	padding: 0 0 0 1.2em;
}

.m-list.type_number > li:before {
	content: counter(number, decimal) ".";
	position: absolute;
	top: 0;
	left: 0;
}

/* .m-list.type_checkmark */
.m-list.type_checkmark > li {
	padding: 0 0 0 1.0em;
}

.m-list.type_checkmark > li:before {
	content: "\0203b";
	position: absolute;
	top: 0;
	left: 0;
}

/* .m-list.type_point */
.m-list.type_point > li {
	padding: 0 0 0 1.0em;
}

.m-list.type_point > li:before {
	content: "\030fb";
	position: absolute;
	top: 0;
	left: 0;
}

/* .m-list.type_circle */
.m-list.type_circle{
	--c_color: inherit;
	--c_padding: 1.8em;
}
.m-list.type_circle > li {
	padding: 0 0 0 var(--c_padding);
}

.m-list.type_circle > li:before {
	content: "\025cf";
	position: absolute;
	top: 0;
	left: 0;
	color: var(--c_color);
}

/* .m-list.type_square */

.m-list.type_square > li {
	padding: 0 0 0 20px;
}

.m-list.type_square > li:before {
	content: "";
	display: block;
	position: absolute;
	top: calc(1em - 5px);
	left: 0;
	width: 10px;
	height: 10px;
	background: #000;
}

/* ---------------------------------------------- .m-scroll_content_zone ----------------------------------------------*/

.drag_scroll{
	cursor: grab;
}

.m-scroll_content_zone{
	
}

.m-scroll_content_area{
	position: relative;
	overflow: hidden;
}

.m-scroll_content_wrap{
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.m-scroll_content{
	display: inline-block;
	vertical-align: bottom;
	cursor: grab;
}

.m-scroll_content_bar_area{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 60px 0 0 0;
}

.m-scroll_content_bar_wrap{
	margin: 0 auto;
	max-width: 100%;
}

.m-scroll_content_bar{
	position: relative;
	height: 13px;
}

.m-scroll_content_bar_obj{
	position: absolute;
	top: 50%;
	left: 0;
	height: 7px;
	margin: -3.5px 0 0 0;
	width: 50%;
	z-index: 2;
	cursor: grab;
	padding: 0 3px;
}

.m-scroll_content_bar_obj:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #FA8C28;
	border-radius: 9999px;
}

.m-scroll_content_bar_border{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #BFBFBF;
	border-radius: 9999px;
}

@media screen and (max-width: 830px) {
	.m-scroll_content_bar_area{
		margin: 30px 0 0 0;
	}
}

/* ---------------------------------------------- .gc-vert_scroll ----------------------------------------------*/

.gc-drag_scroll{
	cursor: grab;
}

/* ---------------------------------------------- .gc-vert_scroll ----------------------------------------------*/

.gc-vert_scroll{

}

/* ---------------------------------------------- .m-accordion ----------------------------------------------*/

.m-accordion{

}

.m-accordion_switch{
	cursor: pointer;
}

.m-accordion_content{
	display: none;
}

.m-accordion.gc-active .m-accordion_active_obj{
	display: none;
}

.m-accordion:not(.gc-active) .m-accordion_active_none{
	display: none;
}