@charset "utf-8";

@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){
  
}

/*--------------------------------------*/

/* 装飾 */
.fc_blue{
	color: #3CF;
}
.fc_white{
	color: #FFF;
}
.td_underline{
  text-decoration: underline;
}
._tac{
	text-align: center;
}
._tar{
	text-align: right;
}
._tal{
	text-align: left;
}

/*--------------------------------------------------------------------*/

._flex{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
._flex._wrap{
	flex-wrap: wrap;
}
._flex._alstretch{
	align-items: stretch;
}
._flex._alstart{
	align-items: flex-start;
}
._flex._alend{
	align-items: flex-end;
}
._flex._jsstart{
	justify-content: flex-start;
}
._flex._jsend{
	justify-content: flex-end;
}
._flex._jscenter{
	justify-content: center;
}
._flex._jsbetween{
	justify-content: space-between;
}
._flex._jsaround{
	justify-content: space-around;
}
._flex._jsevenly{
	justify-content: space-evenly;
}
._flex._fdrreverse{
	flex-direction: row-reverse;
}
._flex._fdcreverse{
	flex-direction: column-reverse;
}
._flex.c4 > *{
	width: 24%;
	box-sizing: border-box;
}
._flex.c3 > *{
	width: 31%;
	box-sizing: border-box;
}
._flex.c2 > *{
	width: 48%;
	box-sizing: border-box;
}
@media screen and (min-width: 521px){

}
@media screen and (max-width: 520px){
	._flex._spcolumn{
		flex-direction: column;
	}
	._flex._spcolumn > *{
		width: 100%;
	}
}

/*--------------------------------------*/

.ico_arrow{
	position: relative;
	padding-right: 1em;
}
.ico_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;
}
.ico_arrow._down:before{
	transform: rotateZ(135deg);
}
.ico_arrow._left:before{
	transform: rotateZ(225deg);
}
.ico_arrow._up:before{
  top: .2em;
	transform: rotateZ(-45deg);
}
.fc_white .ico_arrow::before,
.fc_white.ico_arrow::before{
  border-color: #fff;
}

/*--------------------------------------*/

._accordion_button .click{
  width: 1.5em;
  margin-left: .6em;
}
._accordion_button .click::before,
._accordion_button .click::after{
  width: 15px;
  height: 1px;
  background-color: #fff;
  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;
}

/*--------------------------------------*/

a{
	transition: opacity .3s;
}
a:hover{
	opacity: 0.6;
}
a._textlink{
  text-decoration: underline;
}

/*--------------------------------------*/

.ff_noto_serif{
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}

/*--------------------------------------*/

._centering{
	position: relative;
}
._centering img{
	width: 100%;
  height: 100%;
  object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
img{
  max-width: 100%;
}

/*--------------------------------------------------------------------*/

._crop{
	overflow: hidden;
	position: relative;
}
._crop img{
	width: 100%;
  height: 100%;
  object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/*--------------------------------------*/

._before,
._after{
	position: relative;
}
._before:before,
._after:after{
	content: "";
	display: block;
	position: absolute;
}
._z2{
  position: relative;
  z-index: 2;
}

/*--------------------------------------*/
/*　フォントサイズ　*/

.fs_s{
	font-size: 80%;
}
.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);
}

/*--------------------------------------*/

b._marker{
	background: linear-gradient(transparent 75%, #380000 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_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;
}
.ls_200{
  letter-spacing: .2em;
}

/*--------------------------------------*/

/* インナー */
@media screen and (min-width: 751px){
	.inner760{
		max-width: 760px;
		margin: 0 auto;
	}
	.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;
	}
	.inner1100{
		max-width: 1100px;
		margin: 0 auto;
	}
	.inner1060{
		max-width: 1060px;
		margin: 0 auto;
	}
	.inner1200{
		max-width: 1200px;
		margin: 0 auto;
	}
}

/*--------------------------------------------------------------------*/

._video ._frame{
  line-height: 1;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1080px){
  ._video{
    
  }
  ._video ._frame{
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
  }
  ._video ._frame iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}

/*--------------------------------------*/

@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;
}