@charset "utf-8";

:root{
	--border_gray: #D4D4D4;
	--text_gray: #717171;
	--bg_dark: #272727;
	--c_red: #D20000;
	--c_slightgray: #717171;
	--c_almostwhite: #F9F9F9;
	--c_al_gray: #4C4948;
}
._centering{
	position: relative;
}
._centering img{
	width: 100%;
  height: 100%;
  object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------------*/

._crop{
	overflow: hidden;
	position: relative;
}
._crop img{
	width: 100%;
  height: 100%;
  object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------------*/

._line_clamp{
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}

/*--------------------------------------------------------------------*/

.pages{
	margin-top: 2em;
}
.pages .area{
	justify-content: center;
}
.pagination{
	text-align: center; 
}
.pagination a,
.pagination .current{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #999;
	min-width: 1.5em;
	height: 1em;
	box-sizing: content-box;
	padding: .5em .5em;
	margin: .25em;
	font-size: 110%;
	display: inline-block;
	line-height: 1;
	overflow: hidden;
}
.pagination span{
	background-color: var(--bg_dark);
	border: 1px solid var(--bg_dark);
	color: #fff;
}
.pagination a:hover{
	opacity: 0.6;
}
.pagination .first-page{
	transform: scale(-1, 1);
}
@media screen and (max-width: 520px){
	.pagination a,
	.pagination .current{
		font-size: 95%;
		min-width: 1em;
		padding: .5em .25em;
	}
}

/*--------------------------------------*/

img{
  max-width: 100%;
}
@media screen and (min-width: 521px){
	._sp{
		display: none !important;
	}
}
@media screen and (max-width: 520px){
	._pc{
		display: none !important;
	}
}
@media screen and (max-width: 520px){
	img{
    
	}
}
/* 装飾 */
.fc_blue{
	color: #3CF !important;
}
.fc_white{
	color: #FFF;
}
.fc_red{
	color: var(--c_red);
}
.fc_link{
	color: #0070A1;
}
.td_underline{
  text-decoration: underline;
}

.fc_orange{
	color: #D9A877;
}
.fc_green{
	color: #8AB879;
}

._tac{
	text-align: center;
}
._tar{
	text-align: right;
}
._tal{
	text-align: left;
}

b._marker{
	background: linear-gradient(transparent 75%, #DDD9C3 25%);
    font-style: normal;
    font-weight: bold;
    padding-bottom: .3em;
}

/*--------------------------------------------------------------------*/

._flex{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
._flex._wrap{
	flex-wrap: wrap;
}
._flex._alstretch{
	align-items: stretch;
}
._flex._alstart{
	align-items: flex-start;
}
._flex._alcenter{
	align-items: center;
}
._flex._alend{
	align-items: flex-end;
}
._flex._jsstart{
	justify-content: flex-start;
}
._flex._jscenter{
	justify-content: center;
}
._flex._jsend{
	justify-content: flex-end;
}
._flex._jsbetween{
	justify-content: space-between;
}
._flex._jsaround{
	justify-content: space-around;
}
._flex._jsevenly{
	justify-content: space-evenly;
}
._flex._fdcolumn{
	flex-direction: column;
}
._flex._fdcreverse{
	flex-direction: column-reverse;
}
._flex._fdrow{
	flex-direction: row;
}
._flex._fdrreverse{
	flex-direction: row-reverse;
}
@media screen and (max-width: 767px){
	._flex._spcolumn_767{
		flex-direction: column;
	}
	._flex._spcolumn_767 > *{
		width: auto;
	}
}
@media screen and (max-width: 520px){
	._flex._spcolumn,
	._flex._spcolumn_520{
		flex-direction: column;
	}
	._flex._spcolumn > *,
	._flex._spcolumn_520 > *{
		width: auto;
	}
}

/*--------------------------------------------------------------------*/

.icon_arrow{
	position: relative;
	padding-right: 1em;
}
.icon_arrow:before{
	display: block;
	content: "";
	width: .4em;
	height: .4em;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotateZ(45deg);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.icon_arrow._down:before{
	transform: rotateZ(135deg);
}
.icon_arrow._left:before{
	transform: rotateZ(225deg);
}
.icon_arrow._up:before{
  top: .2em;
	transform: rotateZ(-45deg);
}
.fc_white .icon_arrow::before,
.fc_white.icon_arrow::before{
  border-color: #fff;
}

/*--------------------------------------*/

a[href*="tel:"]:link{
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 767px){
  a[href*="tel:"]:link{
    pointer-events: auto;
    cursor: pointer;
  }
}

/*--------------------------------------*/

a.emboss,
a > .emboss{
  display: inline-block;
  padding: .5em 2em;
  box-sizing: border-box;
  box-shadow: 0 5px 0px rgba(0,0,0,.4);
  transition: box-shadow .3s, transform .3s;
  cursor: pointer;
}
a.emboss:hover,
a > .emboss:hover{
  box-shadow: 0 0 0px rgba(0,0,0,0) !important;
  transform: translateY(5px);
  opacity: 1;
}

/*--------------------------------------*/

._accordion_button .click{
  width: 1.5em;
  margin-left: .6em;
}
._accordion_button .click::before,
._accordion_button .click::after{
  width: 15px;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: transform .3s;
}
._accordion_button .click::after{
  transform: rotate(90deg);
}
._accordion_button.open .click::after{
  transform: rotate(360deg);
}
._before:before,
._after:after{
	content: "";
	display: block;
	position: absolute;
}
._z2{
  position: relative;
  z-index: 2;
}

/*--------------------------------------*/

a{
	transition: opacity .3s;
	display: inline-block;
	opacity: 1;
}
a:hover{
	opacity: 0.6;
}
a[target="_blank"].external{
  padding-right: 1.25em;
  background-image: url("../img/icons/popup.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: .9em auto;
  font-weight: 500;
}


/*--------------------------------------*/

.ff_inter{
	font-family: "Inter", sans-serif;
}
.ff_figtree{
	font-family: "Figtree", sans-serif;
}
.ff_zen{
	font-family: "Zen Kaku Gothic New", sans-serif;
}

/*--------------------------------------*/

._before,
._after{
	position: relative;
}
._before:before,
._after:after{
	content: "";
	display: block;
	position: absolute;
}

/*--------------------------------------*/

._text{
	line-height: 2;
}
._text p{
	margin-bottom: 1.5em;
}
b._marker{
	background: linear-gradient(transparent 75%, #DDD9C3 25%);
    font-style: normal;
    font-weight: bold;
    padding-bottom: .3em;
}

/*--------------------------------------*/

.fw_t, .fw_thin, .fw_100{
	font-weight: 100;
}
.fw_l, .fw_light, .fw_300{
	font-weight: 300;
}
.fw_r, .fw_regular, .fw_400{
	font-weight: 400;
}
.fw_m, .fw_medium, .fw_500{
	font-weight: 500;
}
.fw_mb, .fw_medium_bold, .fw_600{
	font-weight: 600;
}
.fw_b, .fw_bold, .fw_700{
	font-weight: 700;
}
.fw_bl, .fw_black, .fw_900{
	font-weight: 900;
}

/*--------------------------------------*/

.lh_100{
	line-height: 1;
}
.lh_125{
	line-height: 1.25;
}
.lh_150{
	line-height: 1.5;
}
.lh_175{
	line-height: 1.75;
}
.lh_180{
	line-height: 1.8;
}
.lh_200{
	line-height: 2;
}
.lh_250{
	line-height: 2.5;
}
.lh_300{
	line-height: 3;
}

/*--------------------------------------*/
/*　letter-spacing　*/

.ls_0{
  letter-spacing: 0em;
}
.ls_20{
  letter-spacing: .02em;
}
.ls_40{
  letter-spacing: .04em;
}
.ls_60{
  letter-spacing: .06em;
}
.ls_80{
  letter-spacing: .08em;
}
.ls_100{
  letter-spacing: .1em;
}
.ls_120{
  letter-spacing: .12em;
}


/*--------------------------------------*/
/*　フォントサイズ　*/

.fs_xs{
	font-size: 80%;
}
.fs_s{
	font-size: 90%;
}
.fs_10{
  font-size: 10px;
  font-size: 1rem;
}
.fs_11{
  font-size: 11px;
  font-size: 1.1rem;
}
.fs_12{
  font-size: 12px;
  font-size: 1.2rem;
}
.fs_13{
  font-size: 13px;
  font-size: 1.3rem;
}
.fs_14{
  font-size: 14px;
  font-size: 1.4rem;
}
.fs_15{
  font-size: 15px;
  font-size: 1.5rem;
}
.fs_16{
  font-size: 16px;
  font-size: 1.6rem;
}
.fs_17{
  font-size: 17px;
  font-size: 1.7rem;
}
.fs_18{
  font-size: 18px;
  font-size: 1.8rem;
}
.fs_19{
  font-size: 19px;
  font-size: 1.9rem;
}
.fs_20{
  font-size: 20px;
  font-size: 2rem;
}
.fs_21{
  font-size: 21px;
  font-size: 2.1rem;
}
.fs_22{
  font-size: 22px;
  font-size: 2.2rem;
}
.fs_23{
  font-size: 23px;
  font-size: 2.3rem;
}
.fs_24{
  font-size: 24px;
  font-size: 2.4rem;
}
.fs_25{
  font-size: 25px;
  font-size: 2.5rem;
}
.fs_26{
  font-size: 26px;
  font-size: 2.6rem;
}
.fs_27{
  font-size: 27px;
  font-size: 2.7rem;
}
.fs_28{
  font-size: 28px;
  font-size: 2.8rem;
}
.fs_29{
  font-size: 29px;
  font-size: 2.9rem;
}
.fs_30{
  font-size: 30px;
  font-size: 3rem;
}
.fs_31{
  font-size: 31px;
  font-size: 3.1rem;
}
.fs_32{
  font-size: 32px;
  font-size: 3.2rem;
}
.fs_33{
  font-size: 33px;
  font-size: 3.3rem;
}
.fs_34{
  font-size: 34px;
  font-size: 3.4rem;
}
.fs_35{
  font-size: 35px;
  font-size: 3.5rem;
}
.fs_36{
  font-size: 36px;
  font-size: 3.6rem;
}
.fs_37{
  font-size: 37px;
  font-size: 3.7rem;
}
.fs_38{
  font-size: 38px;
  font-size: 3.8rem;
}
.fs_39{
  font-size: 39px;
  font-size: 3.9rem;
}
.fs_40{
  font-size: 40px;
  font-size: 4rem;
}
.fs_41{
  font-size: 41px;
  font-size: 4.1rem;
}
.fs_42{
  font-size: 42px;
  font-size: 4.2rem;
}
.fs_43{
  font-size: 43px;
  font-size: 4.3rem;
}
.fs_44{
  font-size: 44px;
  font-size: 4.4rem;
}
.fs_45{
  font-size: 45px;
  font-size: 4.5rem;
}
.fs_46{
  font-size: 46px;
  font-size: 4.6rem;
}
.fs_47{
  font-size: 47px;
  font-size: 4.7rem;
}
.fs_48{
  font-size: 48px;
  font-size: 4.8rem;
}
.fs_49{
  font-size: 49px;
  font-size: 4.9rem;
}
.fs_50{
  font-size: 50px;
  font-size: 5rem;
}

/* クッション */
._cushion{
  padding-left: min(6vw, 40px);
  padding-right: min(6vw, 40px);
}

/* インナー */
@media screen and (min-width: 521px){
	.inner800{
		max-width: 800px;
		margin: 0 auto;
	}
	.inner880{
		max-width: 880px;
		margin: 0 auto;
	}
	.inner900{
		max-width: 900px;
		margin: 0 auto;
	}
	.inner920{
		max-width: 920px;
		margin: 0 auto;
	}
	.inner940{
		max-width: 940px;
		margin: 0 auto;
	}
	.inner950{
		max-width: 950px;
		margin: 0 auto;
	}
	.inner960{
		max-width: 960px;
		margin: 0 auto;
	}
	.inner980{
		max-width: 980px;
		margin: 0 auto;
	}
	.inner1000{
		max-width: 1000px;
		margin: 0 auto;
	}
	.inner1060{
		max-width: 1060px;
		margin: 0 auto;
	}
	.inner1200{
		width: 1200px;
		max-width: 1200px;
		margin: 0 auto;
	}
}


@media screen and (min-width: 521px){
.anchor{
	margin-top: -100px;
	padding-top: 100px;
}
}
@media screen and (max-width: 520px){
.anchor{
	margin-top: -50px;
	padding-top: 50px;
}
}
.anchor.nooffset{
	margin-top: 0px;
	padding-top: 0px;
}