@charset "utf-8";

/* ****************************************************
Title: layout.css
***************************************************** */



@font-face {
	font-family: 'Montserrat-VF';
	src: url('https://www.veltra.com/jp/special/wp-content/themes/uncode-child/fonts/Montserrat-VF.woff2') format('woff2');
	font-weight: 100 900;
	font-display: swap;
	font-style: normal;
}

.fontMontserrat {
	font-family: Montserrat-VF;
	line-height: 1.2em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

@font-face {
	font-family: 'TAPhilausophy';
	src: url("../fonts/TAPhilausophy-SemiBold.woff2") format('woff2');
	font-weight: 100 900;
	font-display: swap;
	font-style: normal;
}

.fontTAPhilausophy {
	font-family: TAPhilausophy;
	letter-spacing: 0.02em;
	line-height: 1.2em;
	font-weight: 500;
}

/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */

body {
 color: #484848;

	/*font-family: BlinkMacSystemFont, "Segoe UI", Helvetica, "Helvetica Neue", Arial, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
	font-family: BlinkMacSystemFont, "Segoe UI", Helvetica, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
font-size: 15.5px;
	letter-spacing: 0.02em;
	line-height: 1.95em;
	font-weight: 400;
	text-align: center;
	text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
}


#top {
	overflow: hidden;
	/*min-width: 1500px;*/
}

#wrap {
	/*overflow: hidden;*/
	/*width: 640px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	/*min-width: 1000px;*/
}
#wrap.wrap02 {
	background-color: #ffffff;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

a {
	display: inline-block;
}
.relative-wrap {
	position: relative;
}

.contDispN {
	display: none;
}

p, span, dt, dd, th, td, li, h1, h2, h3, h4 {
	max-height: 999999px;
	background-image: url(../img/spacer.gif);
}


/*-----------------------*/

.anc {
	position: relative;
	font-size: 0px;
	line-height: 0px;
}
.ancIn {
	position: absolute;
	/*top: -66px;*/
}

#top {
	/*padding-top: 66px;*/
}

/*-----------------------*/

.pc {
	display: block;
}

.sp {
	display: none;
}

.pcBr {
	display: inline;
}

.spBr {
	display: none;
}

.pcTable {
	display: table !important;
}
.spTable {
	display: none !important;
}

.tabletBr {
	display: none;
}

.contIn1100 {
	box-sizing: border-box;
	width: 1100px;
	max-width: 100%;
	margin: 0px auto;
	position: relative;
}
.contIn1000 {
	box-sizing: border-box;
	width: 1000px;
	max-width: 100%;
	margin: 0px auto;
	position: relative;
}

.contIn1224 {
	box-sizing: border-box;
	width: 1224px;
	max-width: 100%;
	margin: 0px auto;
	position: relative;
}

.radius300 {
	-moz-border-radius: 300px;
	-webkit-border-radius: 300px;
	-o-border-radius: 300px;
	-ms-border-radius: 300px;
	border-radius: 300px;
}
.radius3 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.radius2 {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}


/*タブレット*/
@media screen and (min-width:570px) and (max-width:959px) {

	.tabletBr {
		display: inline;
	}


}


/*スマートフォン*/
@media screen and (max-width:569px) {

/*デバイスwidth、～799px用のスタイルを記入*/

	body {

	/* font-family:	"HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック",  Verdana, Osaka, "MS PGothic", Sans-Serif;*/

	}

	#top {
		/*overflow: hidden;*/
		min-width: 375px;
	}

	#wrap {
		/*overflow: hidden;*/
		width: auto;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 0px;
		/*min-width: 375px;*/
	}

	img {
		/*max-width: 700px;*/
		width: 100%;
		height: auto;
	}

	/*-----------------------*/

	.anc {
		position: relative;
	}
	.ancIn {
		position: absolute;
		/*top: -66px;*/
	}

	#top {
		/*padding-top: 66px;*/
	/*position: relative;
	z-index: 1;
	min-width: 0px;*/
	}

	/*-----------------------*/

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.pcBr {
		display: none;
	}
	.spBr {
		display: inline;
	}

	.pcTable {
		display: none !important;
	}
	.spTable {
		display: table !important;
	}
	
	.tabletBr {
		display: inline;
	}

}


/* -------------------------------------------------------------------- 
 main
-------------------------------------------------------------------- */

.pagetopButton {
	position: fixed;
	bottom: 22px;
	right: 22px;
}
.pagetopButton img {
	width: 33px;
	height: auto;
}
.headerWRap01 {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.headerLogo01 {
	padding: 27px 36px;
	text-align: left;
	opacity: 0;
	transition-duration: 0.3s;
	margin: auto;
}
.headerLogo01.menuOn {
	opacity: 1;
}
.headerLogo01 img {
	display: block;
	width: auto;
	height: 28px;
}

/*-----------------------*/

.mainvisualWrap01 {
	position: relative;
	box-sizing: border-box;
	height: 100vh;
}
.mainvisualCont01 {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 82px 36px 36px 36px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.slickCont01 {
	position: relative;
}
.slickImg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100vh;
}
.slickImg.img01 {
	background-image: url("../img/mainvisual01.jpg");
}
.slickImg.img02 {
	background-image: url("../img/mainvisual02.jpg");
}
.slickImg.img03 {
	background-image: url("../img/mainvisual03.jpg");
}
.slickImg.img04 {
	background-image: url("../img/mainvisual04.jpg");
}
.mainTitWrap01 {
	/*margin-top: 53px;*/
	margin-top: 4.5%;
}
.maintit01 {
	font-size: 194px;
	line-height: 1.0em;
	font-weight: 700;
	color: #FCF2DE;
	margin-top: auto;
}
.mainTit02 {
	text-align: center;
	margin-top: -46px;
}
.mainTit02 img {
	width: auto;
	height: 122px;
}
.mainBox01 {
	margin-top: 25px;
}
.mainBox01 .p01 {
	color: #ffffff;
	font-size: 10px;
	line-height: 1.35em;
	font-weight: 500;
	margin-bottom: 12px;
}
.mainUl01 {
	display: inline-flex;
	align-items: center;
	margin: auto;
}
.mainUl01 li {
	border-left: 1px solid #ffffff;
	padding: 0px 15px 0px 15px;
}
.mainUl01 li:first-child {
	border-left: none;
}
.mainLogo01 img {
	width: auto;
	height: 28px;
}
.mainLogo02 img {
	width: auto;
	height: 44px;
}
.mainSnsWrap01 {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 73px;
}
.mainSnsWrap01 .ul01 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}
.mainSnsWrap01 .li01 {
	color: #FCF2DE;
	font-size: 9px;
	line-height: 1.0em;
	font-weight: 500;
}
.mainSnsWrap01 .li02 {
	margin-left: 18px;
	line-height: 0px;
}
.mainSnsWrap01 .li02 img {
	width: 20px;
	height: auto;
}
.mainSnsWrap01 .li03 {
	margin-left: 23px;
	line-height: 0px;
}
.mainSnsWrap01 .li03 img {
	width: 11px;
	height: auto;
}


.mainSnsWrap01 .li04 {
	margin-left: 23px;
	line-height: 0px;
}
.mainSnsWrap01 .li04 img {
	width: 20px;
	height: auto;
}


.mainBox02 {
	display: flex;
	align-items: flex-end;
	position: absolute;
	left: 36px;
	bottom: 36px;
}
.mainBox02 .img01 img {
	width: auto;
	height: 110px;
}
.mainBox02 .text01 {
	color: #FCF2DE;
	font-size: 10px;
	line-height: 1.0em;
	font-weight: 500;
	padding: 0px 0px 5px 18px;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 1);
}
.mainAncBtn01 {
	position: absolute;
	top: 49px;
	right: 36px;
}
.mainAncBtn01 img {
	width: 196px;
	height: auto;
}

/*---------------------*/

.contBlock01 {
	background-color: #FBF2DF;
	padding: 85px 36px 85px 36px;
}
.contH201 {
	font-size: 28px;
	line-height: 1.5em;
	font-weight: 700;
	margin-bottom: 36px;
	margin-top: auto;
}
.contText01 {
	font-size: 17px;
	line-height: 1.95em;
	font-weight: 500;
}
.movieBoxWrap01 {
	margin: 36px auto 36px auto;
	text-align: center;
}
.movieBoxWrap01 img {
	width: 600px;
	height: auto;
}

/*------モーダルウィンドウ用---------------------------------------*/

#modal-win {
	width: 100%;
	position: absolute;
}
#modal-win-inner {
	/*display: inline-block;*/
	/*box-shadow: 0 0 5px rgba(0, 0, 0, .25);*/
	width: 86%;
	margin: 0 auto;
	position: relative;
	z-index: 9991;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9990;
	cursor: pointer;
}
.click {
	display: none;
}
.clickWrap {
}
.clickClose {
	position: absolute;
	top: -60px;
	right: 60px;
}
.movieYoutubu {
  position: relative;
  /*padding-bottom: 56.25%;*/
	padding-bottom: 48%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  /*max-width: 1300px;*/
	max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.movieYoutubu iframe {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------*/

.contBlock02 {
	background-color: rgba(252, 242, 222, 0.2);
	padding: 125px 36px 89px 36px;
}
.contH3Wrap01 {
	margin-bottom: 72px;
}
.contH302 {
	font-size: 56px;
	line-height: 1.35em;
	font-weight: 700;
	margin-bottom: 18px;
	margin-top: auto;
}

.contUlFlex01 .contText02 {
	font-size: 15.5px;
	line-height: 1.75em;
	font-weight: 500;
	margin: auto;
}

.contText02 {
	font-size: 14px;
	line-height: 1.75em;
	font-weight: 500;
	margin: auto;
}
.ancBoxFlex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ancBoxFlex01 li {
	width: 32.3%;
	margin-bottom: 18px;
}
.ancBoxFlex01 li a {
	display: block;
	position: relative;
}
.ancBoxFlex01 li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}
.ancTit01 {
	color: #ffffff;
	text-align: left;
	margin: auto;
	position: absolute;
	left: 36px;
	bottom: 36px;
	/*text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);*/
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.ancTit01 dt {
	font-size: 18px;
	line-height: 1.0em;
	font-weight: 700;
	margin-bottom: 9px;
}
.ancTit01 dd {
	font-size: 9px;
	line-height: 1.0em;
	font-weight: 600;
}

/*---------------------*/

.contBlock03 {
}
.contBlockIn01 {
	background-color: #FFFAF0;
	padding: 108px 36px 108px 36px;
}
.contParaWrap01 {
}
.parallax-window {
	height: 100vh;
	position: relative;
}
.contCopyWrap01 {
	color: rgba(72, 72, 72, 1);
	font-size: 10px;
	line-height: 1.75em;
	font-weight: 500;
	letter-spacing: 0;
	position: absolute;
	right: 7px;
	bottom: -20px;
}

/*-----------------------*/

.paraImg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100vh;
}
.paraImg01 {
	background-image: url("../img/para_img01.jpg");
}
.paraImg02 {
	background-image: url("../img/para_img02.jpg");
}
.paraImg03 {
	background-image: url("../img/para_img03.jpg");
}
.paraImg04 {
	background-image: url("../img/para_img04.jpg");
}
.paraImg05 {
	background-image: url("../img/para_img05.jpg");
}
.paraImg06 {
	background-image: url("../img/para_img06.jpg");
}

/*-----------------------*/

.contH3Wrap02 {
	text-align: left;
	position: absolute;
	left: 108px;
	bottom: 108px;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.contH301 {
	color: #FCF2DE;
	font-size: 120px;
	line-height: 1.0em;
	font-weight: 700;
	margin-top: auto;
}
.contH3Text01 {
	color: #FCF2DE;
	font-size: 28px;
	line-height: 1.5em;
	font-weight: 700;
}
.contH3Text01 .s01 {
	font-size: 24px;
}
.contUlFlex01 {
}
.contUlFlex01 li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 90px;
}
.contUlFlex01 li .flexBox01 {
	width: 50%;
	position: relative;
}
.contUlFlex01 li .flexBox02 {
	width: 44.2%;
}
.contBoxIn01 {
	text-align: left;
}
.contH401 {
	margin-top: auto;
	margin-bottom: 18px;
}
.contH401 .s01 {
	display: block;
	font-size: 20px;
	line-height: 1.35em;
	font-weight: 700;
	margin-bottom: 9px;
}
.contH401 .s02 {
	display: block;
	font-size: 12px;
	line-height: 1.35em;
	font-weight: 600;
}
.contUlFlex02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
}
.contUlFlex02 li {
	width: 31.4%;
}
.boxIn02 {
	margin-top: 24px;
}
.boxIn02 .contH401 .s01 {
	font-size: 17px;
}
.contBtnWrap01 {
	margin-top: 72px;
}
.contBtn01 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	height: 60px;
	padding: 10px 36px 10px 36px;
	background-color: rgba(251, 184, 0, 1);
	border-radius: 100px;
	font-size: 15.5px;
	line-height: 1.0em;
	font-weight: 700;
}
a.contBtn01:link {	color: #ffffff;	text-decoration: none;}
a.contBtn01:visited {	color: #ffffff;	text-decoration: none;}
a.contBtn01:hover {
	color:#ffffff;
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}
a.contBtn01:active {	color:#ffffff;	text-decoration: none;}

/*------------------------*/

.contBlock04 {
	background-color: #ffffff;
	padding: 108px 36px 108px 36px;
}
.contBannerWrap01 {
	text-align: center;
}
.contBannerWrap01 .banner01 {
	/*width: 793px;*/
	max-width: 793px;
	margin: auto;
}
.contUlFlex03 {
	width: 793px;
	max-width: 793px;
	margin: auto;
}
.contUlFlex03 li {
	display: flex;
	justify-content: space-between;
	margin-top: 72px;
}
.contUlFlex03 li:first-child {
	margin-top: 0px;
}
.contUlFlex03 .ulBox01 {
	width: 28%;
	text-align: center;
}
.contUlFlex03 .ulBox02 {
	width: 67.4%;
	text-align: left;
}
.contBtnWrap02 {
	margin-top: 18px;
}
.contBtn01.btn02 {
	height: 48px;
	padding: 10px 24px 10px 24px;
}
.contTit01 {
	font-size: 40px;
	line-height: 1.0em;
	font-weight: 700;
	color: rgba(251, 184, 0, 1);
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 4px;
}
.contCopy01 {
	font-size: 10px;
	line-height: 1.75em;
	font-weight: 500;
}
.contMt72 {
	margin-top: 72px;
}
.contBannerWrap02 {
	width: 793px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.contBannerWrap02 .contBannerWrap01 {
	width: 48.8%;
	margin: auto;
}
.contBannerWrap02 .contBannerWrap01 .banner01 {
	width: 100%;
	margin: auto;
}
.contBlock05 {
	background-color: rgba(251, 242, 223, 1);
	padding: 108px 36px 108px 36px;
}

/*-------------------------*/

.campaignBlock01 {
	background-image: url("../img/campaign_bg01.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
	padding: 108px 36px 108px 36px;
}
.campaignH3Wrap01 {
	color: #ffffff;
	text-align: center;
	margin-bottom: 36px;
}
.campaignH3Wrap01 .p01 {
	display: inline-block;
	position: relative;
	font-size: 50px;
	line-height: 1.35em;
	font-weight: 700;
}
.campaignH3Wrap01 .p01::before {
	content: "";
	background-image: url("../img/campaign_line_left01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 32px auto;
	width: 32px;
	height: 37px;
	position: absolute;
	left: -114px;
	top: 50%;
	margin-top: -19px;
}
.campaignH3Wrap01 .p01::after {
	content: "";
	background-image: url("../img/campaign_line_right01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 32px auto;
	width: 32px;
	height: 37px;
	position: absolute;
	right: -114px;
	top: 50%;
	margin-top: -19px;
}
.campaignH3Wrap01 .h301 {
	display: block;
	font-size: 40px;
	line-height: 1.35em;
	font-weight: 700;
}
.campaignText01 {
	color: #ffffff;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 700;
}
.campaignImg01 {
	text-align: center;
	margin: 54px auto 54px auto;
}
.campaignImg01 img {
	width: 206px;
	height: auto;
}
.campaignDl01 {
	margin-bottom: 20px;
}
.campaignDl01 dt {
	display: inline-block;
	padding: 3px 5px 3px 5px;
	border: 1px solid #ffffff;
	border-radius: 3px;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.0em;
	font-weight: 700;
	margin-bottom: 10px;
}
.campaignDl01 dd {
	color: #ffffff;
	font-size: 17px;
	line-height: 1.5em;
	font-weight: 700;
}

/*--------------*/

.campaignBox01 {
	margin: 36px auto 36px auto;
}
.contAnc04Ac01 {
	display: flex;
	align-items: center;
	text-align: left;
	background-color: #ffffff;
	border-radius: 100px;
	box-sizing: border-box;
	padding: 4px 18px 4px 18px;
	width: 114px;
	height: 40px;
	margin: 0px auto 0px auto;
	color: #189FAC;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 700;
	position: relative;
	cursor: pointer;
}
.contAnc04Ac01::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #189FAC;
  border-right: solid 1px #189FAC;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}
.contAnc04Ac01.open::after {
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
	margin-top: -3px;
}
.contAnc04AcCont01 {
	display: none;
}
.contAnc04AcCont01 p {
	margin-top: auto;
}
.contAnc04AcCont01 li {
	text-indent: -1em;
	padding-left: 1em;
}
.contAnc04AcContIn {
	margin-top: 40px;
	background-color: #ffffff;
	padding: 70px;
	text-align: left;
	color: #333333;
}
.contH404 {
	font-size: 22px;
	line-height: 1.4em;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: auto;
}
.contAnc04Box02 {
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #CCCCCC;
}
.contAnc04Box02:first-child {
	border-top: none;
}
.contAnc04Box02 dl {
	font-size: 14px;
	line-height: 2.0em;
	font-weight: 500;
	margin: auto;
}
.contAnc04Box02 dd .p02 {
	font-size: 12px;
}
.campaignText02{
	font-size: 14px;
	line-height: 1.75em;
	font-weight: 500;
	color: #ffffff;
}
.contBtnWrap03 {
	margin-top: 36px;
}
.contBtn01.btn03 {
	width: 360px;
	height: 60px;
	padding: 10px 24px 10px 24px;
}

/*-----------------*/

.factsBlock01 {
	padding: 100px 36px 100px 36px;
	/*margin-bottom: 90px;*/
}
.contH305 {
	margin-bottom: 40px;
	margin-top: auto;
}
.contH305 .s01 {
	display: block;
	font-size: 24px;
	line-height: 1.35em;
	font-weight: 700;
}
.contH305 .s02 {
	display: block;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: 500;
	margin-top: 12px;
}
.factsFlex01 {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	line-height: 2.0em;
	font-weight: 600;
	color: #484848;
}
.factsFlexBox01 {
	width: 47%;
	text-align: left;
	font-size: 15.5px;
	line-height: 1.9em;
	font-weight: 500;
}
.factsFlexBox01 li {
	margin-bottom: 1em;
}
.factsFlexBox01 span {
	font-weight: 700;
}
.contText12_175 {
	font-size: 12px;
	line-height: 1.75em;
	font-weight: 500;
}
.contBox01 {
	margin-top: 36px;
}

/*-----------------------*/

.footerContBlock01 {
	padding: 0px 36px 0px 36px;
}
.footerCont01 {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 144px;
}
.footerContLogo01 {
	padding-left: 16px;
}
.footerContLogo01 img {
	width: auto;
	height: 62px;
}
.footerContFlex01 {
	display: flex;
	align-items: center;
}
.footerContFlex01 .box01 {
	text-align: left;
	margin-right: 36px;
}
.footerContFlex01 .box01 .p01 {
	display: block;
	color: #333333;
	font-size: 10px;
	line-height: 1.5em;
}
.footerContFlex01 .box01 .p02 {
	display: block;
	color: #333333;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
}
.footerBottomSns01 {
	display: flex;
	align-items: center;
	margin: auto;
}
.footerBottomSns01 li {
	margin-left: 18px;
}
.footerBottomSns01 li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}
.footerBottomSns01 li:first-child {
	margin-left: 0px;
}
.footerBottomSns01 li img {
	width: auto;
	height: 20px;
}

/*--------------------*/

.imgCopyText01 {
	padding: 108px 36px 108px 36px;
	/*margin-top: 108px;*/
	text-align: center;
}
.imgCopyText01 p {
	margin: auto;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 500;
}



/*タブレット*/
@media screen and (max-width:959px) and (min-width:570px) {

	.mainTitWrap01 {
		margin-top: 20%;
	}
	.maintit01 {
		font-size: 174px;
	}
	.mainTit02 img {
		height: 94px;
	}

	/*---------------*/
	
	.contBlock01 {
		padding: 80px 30px 80px 30px;
	}
	.contBlock02 {
		padding: 80px 30px 80px 30px;
	}
	.contBlockIn01 {
		padding: 80px 30px 80px 30px;
	}
	.contBlock04 {
		padding: 80px 30px 80px 30px;
	}
	.contBlock05 {
		padding: 80px 30px 80px 30px;
	}
	.campaignBlock01 {
		padding: 80px 30px 80px 30px;
	}
	.factsBlock01 {
		padding: 80px 30px 80px 30px;
	}
	.footerContBlock01 {
		padding: 0px 30px 0px 30px;
	}
	.imgCopyText01 {
		padding: 80px 30px 80px 30px;
	}

	/*---------------*/
	
	.ancTit01 {
		left: 30px;
		bottom: 30px;
	}
	.ancTit01 dt {
		font-size: 18px;
		line-height: 1.0em;
		font-weight: 700;
		margin-bottom: 9px;
	}
	.ancTit01 dd {
		font-size: 9px;
		line-height: 1.0em;
		font-weight: 600;
	}

	/*-----------------*/

	.contUlFlex03 {
		width: auto;
	}
	.contBannerWrap02 {
		width: auto;
	}

	.contH3Wrap02 {
		left: 36px;
		bottom: 108px;
	}

}


/*スマートフォン*/
@media screen and (max-width:569px) {

	.pagetopButton {
		position: fixed;
		bottom: 22px;
		right: 22px;
	}
	.pagetopButton img {
		width: 33px;
		height: auto;
	}
	.headerWRap01 {
		width: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 100;
	}
	.headerLogo01 {
		padding: 27px 36px;
		text-align: left;
		opacity: 0;
		transition-duration: 0.3s;
	}
	.headerLogo01.menuOn {
		opacity: 1;
	}
	.headerLogo01 img {
		display: block;
		width: auto;
		height: 26px;
	}

	/*-----------------------*/

	.mainvisualWrap01 {
		position: relative;
		box-sizing: border-box;
		height: 100vh;
	}
	.mainvisualCont01 {
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		padding: 82px 36px 36px 36px;
		position: absolute;
		left: 0px;
		top: 0px;
	}
	.slickCont01 {
		position: relative;
	}
	.slickImg {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		height: 100vh;
	}
	.slickImg.img01 {
		background-image: url("../img/mainvisual01_sp.jpg");
	}
	.slickImg.img02 {
		background-image: url("../img/mainvisual02_sp.jpg");
	}
	.slickImg.img03 {
		background-image: url("../img/mainvisual03_sp.jpg");
	}
	.slickImg.img04 {
		background-image: url("../img/mainvisual04_sp.jpg");
	}
	.mainTitWrap01 {
		/*margin-top: 53px;*/
		margin-top: 42%;
	}
	.maintit01 {
		font-size: 80px;
		line-height: 1.0em;
		font-weight: 700;
		color: #FCF2DE;
		margin-top: auto;
	}
	.mainTit02 {
		text-align: center;
		margin-top: -20px;
	}
	.mainTit02 img {
		width: auto;
		height: 48px;
	}
	.mainBox01 {
		margin-top: 0px;
		width: 100%;
		position: absolute;
		left: 0px;
		bottom: 86px;
	}
	.mainBox01 .p01 {
		color: #ffffff;
		font-size: 10px;
		line-height: 1.35em;
		font-weight: 500;
		margin-bottom: 12px;
	}
	.mainUl01 {
		display: inline-flex;
		align-items: center;
	}
	.mainUl01 li {
		border-left: 1px solid #ffffff;
		padding: 0px 15px 0px 15px;
	}
	.mainUl01 li:first-child {
		border-left: none;
	}
	.mainLogo01 img {
		width: auto;
		height: 28px;
	}
	.mainLogo02 img {
		width: auto;
		height: 44px;
	}
	.mainSnsWrap01 {
		width: 100%;
		position: absolute;
		left: 0px;
		bottom: 40px;
	}
	.mainSnsWrap01 .ul01 {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mainSnsWrap01 .li01 {
		color: #FCF2DE;
		font-size: 9px;
		line-height: 1.0em;
		font-weight: 500;
	}
	.mainSnsWrap01 .li02 {
		margin-left: 18px;
		line-height: 0px;
	}
	.mainSnsWrap01 .li02 img {
		width: 20px;
		height: auto;
	}
	.mainSnsWrap01 .li03 {
		margin-left: 23px;
		line-height: 0px;
	}
	.mainSnsWrap01 .li03 img {
		width: 11px;
		height: auto;
	}

	.mainSnsWrap01 .li04 {
		margin-left: 23px;
		line-height: 0px;
	}
	.mainSnsWrap01 .li04 img {
		width: 20px;
		height: auto;
	}

	.mainBox02 {
		display: flex;
		align-items: flex-end;
		position: absolute;
		left: 14px;
		bottom: 15px;
	}
	.mainBox02 .img01 {
		display: none;
	}
	
	.mainBox02 .img01 img {
		width: auto;
		height: 110px;
	}
	.mainBox02 .text01 {
		color: #FCF2DE;
		font-size: 10px;
		line-height: 1.0em;
		font-weight: 500;
		padding: 0px;
		text-shadow: 1px 1px 6px rgba(0, 0, 0, 1);
	}
	.mainAncBtn01 {
		position: absolute;
		top: 8%;
		right: 32px;
	}
	.mainAncBtn01 img {
		width: 148px;
		height: auto;
	}

	/*---------------------*/

	.contBlock01 {
		background-color: #FBF2DF;
		padding: 72px 30px 72px 30px;
		text-align: left;
	}
	.contH201 {
		font-size: 18px;
		line-height: 1.5em;
		font-weight: 700;
		margin-bottom: 36px;
		margin-top: auto;
	}
	.contText01 {
		font-size: 17px;
		line-height: 1.95em;
		font-weight: 500;
	}
	.movieBoxWrap01 {
		margin: 36px auto 36px auto;
		text-align: center;
	}
	.movieBoxWrap01 img {
		width: 600px;
		height: auto;
	}

	/*------モーダルウィンドウ用---------------------------------------*/

	#modal-win {
		width: 100%;
		position: absolute;
	}
	#modal-win-inner {
		/*display: inline-block;*/
		/*box-shadow: 0 0 5px rgba(0, 0, 0, .25);*/
		width: 96% !important;
		margin: 0 auto;
		position: relative;
		z-index: 9991;
	}
	#modal-bg {
		width: 100%;
		height: 100%;
		background-color: #000000;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9990;
		cursor: pointer;
	}
	.click {
		display: none;
	}
	.clickWrap {
	}
	.clickClose {
		position: absolute;
		top: -55px;
		right: 0px;
	}
	.movieYoutubu {
		position: relative;
		/*padding-bottom: 56.25%;*/
		padding-bottom: 60%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		/*max-width: 1300px;*/
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.movieYoutubu iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	/*----------------------*/

	.contBlock02 {
		background-color: rgba(252, 242, 222, 0.2);
		padding: 72px 30px 72px 30px;
	}
	.contH3Wrap01 {
		margin-bottom: 36px;
	}
	.contH302 {
		font-size: 36px;
		line-height: 1.35em;
		font-weight: 700;
		margin-bottom: 9px;
		margin-top: auto;
	}
	.contText02 {
		font-size: 14px;
		/*line-height: 1.5em;*/
		line-height: 1.75em;
		font-weight: 500;
		margin: auto;
	}
	.ancBoxFlex01 {
		display: block;
		margin: auto;
	}
	.ancBoxFlex01 li {
		width: auto;
		margin-bottom: 0px;
		margin-top: 18px;
	}
	.ancBoxFlex01 li a {
		display: block;
		position: relative;
	}
	.ancBoxFlex01 li a:hover {
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity:0.7;
		transition-duration: 0.3s;
	}
	.ancTit01 {
		color: #ffffff;
		text-align: left;
		margin: auto;
		position: absolute;
		left: 36px;
		bottom: 36px;
	}
	.ancTit01 dt {
		font-size: 18px;
		line-height: 1.0em;
		font-weight: 700;
		margin-bottom: 9px;
	}
	.ancTit01 dd {
		font-size: 9px;
		line-height: 1.0em;
		font-weight: 600;
	}

	/*---------------------*/

	.contBlock03 {
	}
	.contBlockIn01 {
		background-color: rgba(252, 242, 222, 0.2);
		padding: 72px 30px 72px 30px;
	}
	.contParaWrap01 {
	}
	.parallax-window {
		height: 100vh;
		position: relative;
	}
	.contCopyWrap01 {
		color: rgba(72, 72, 72, 1);
		font-size: 10px;
		line-height: 1.75em;
		font-weight: 500;
		/*position: absolute;
		right: 7px;
		bottom: -20px;*/
		position: relative;
		right: 0px;
		bottom: 0px;
		margin: auto;
		text-align: right;
	}

	/*-----------------------*/

	.paraImg {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		height: 100vh;
	}
	.paraImg01 {
		background-image: url("../img/para_img01.jpg");
	}
	.paraImg02 {
		background-image: url("../img/para_img02.jpg");
	}
	.paraImg03 {
		background-image: url("../img/para_img03.jpg");
	}
	.paraImg04 {
		background-image: url("../img/para_img04.jpg");
	}
	.paraImg05 {
		background-image: url("../img/para_img05.jpg");
	}
	.paraImg06 {
		background-image: url("../img/para_img06.jpg");
		background-position: 25% center;
	}

	/*-----------------------*/

	.contH3Wrap02 {
		text-align: left;
		position: absolute;
		left: 30px;
		bottom: 72px;
	}
	.contH301 {
		color: #FCF2DE;
		font-size: 64px;
		line-height: 1.0em;
		font-weight: 700;
		margin-top: auto;
	}
	.contH301.h302 {
		font-size: 48px;
	}

	.contH3Text01 {
		color: #FCF2DE;
		font-size: 20px;
		line-height: 1.5em;
		font-weight: 700;
	}
	.contH3Text01 .s01 {
		font-size: 15px;
	}
	.contUlFlex01 {
	}
	.contUlFlex01 li {
		display: block;
		margin-bottom: 36px;
	}
	.contUlFlex01 li .flexBox01 {
		width: auto;
		position: relative;
	}
	.contUlFlex01 li .flexBox02 {
		width: auto;
		margin-top: 18px;
	}
	.contBoxIn01 {
		text-align: left;
	}
	.contH401 {
		margin-top: auto;
		margin-bottom: 18px;
	}
	.contH401 .s01 {
		display: block;
		font-size: 20px;
		line-height: 1.35em;
		font-weight: 700;
		margin-bottom: 9px;
	}
	.contH401 .s02 {
		display: block;
		font-size: 12px;
		line-height: 1.35em;
		font-weight: 600;
	}
	.contUlFlex02 {
		display: block;
	}
	.contUlFlex02 li {
		width: auto;
		margin-top: 36px;
	}
	.boxIn02 {
		margin-top: 18px;
	}
	.boxIn02 .contH401 .s01 {
		font-size: 17px;
	}
	.contBtnWrap01 {
		margin-top: 54px;
	}
	.contBtn01 {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		height: 60px;
		padding: 10px 24px 10px 24px;
		background-color: rgba(251, 184, 0, 1);
		border-radius: 100px;
		font-size: 15.5px;
		line-height: 1.0em;
		font-weight: 700;
	}
	a.contBtn01:link {	color: #ffffff;	text-decoration: none;}
	a.contBtn01:visited {	color: #ffffff;	text-decoration: none;}
	a.contBtn01:hover {
		color:#ffffff;
		text-decoration: none;
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity:0.7;
		transition-duration: 0.3s;
	}
	a.contBtn01:active {	color:#ffffff;	text-decoration: none;}

	/*------------------------*/

	.contBlock04 {
		background-color: #ffffff;
		padding: 72px 30px 72px 30px;
	}
	.contBannerWrap01 {
		text-align: center;
	}
	.contBannerWrap01 .banner01 {
		/*width: 793px;*/
		max-width: 793px;
		margin: auto;
	}
	.contUlFlex03 {
		width: auto;
		max-width: 793px;
		margin: auto;
	}
	.contUlFlex03 li {
		display: block;
		margin-top: 36px;
	}
	.contUlFlex03 li:first-child {
		margin-top: 0px;
	}
	.contUlFlex03 .ulBox01 {
		width: auto;
		text-align: center;
		margin: auto;
	}
	.contUlFlex03 .ulBox01 img {
		width: 240px;
		height: auto;
	}

	.contUlFlex03 .ulBox02 {
		width: auto;
		text-align: left;
		margin-top: 18px;
	}
	.contUlFlex03 .ulBox02 .contH401 {
		text-align: center;
	}
	
	.contBtnWrap02 {
		margin-top: 18px;
	}
	.contBtn01.btn02 {
		height: 48px;
		padding: 10px 24px 10px 24px;
	}
	.contTit01 {
		font-size: 40px;
		line-height: 1.0em;
		font-weight: 700;
		color: rgba(251, 184, 0, 1);
		width: 100%;
		text-align: center;
		position: absolute;
		left: 0px;
		bottom: 4px;
	}
	.contCopy01 {
		font-size: 10px;
		line-height: 1.75em;
		font-weight: 500;
	}
	.contMt72 {
		margin-top: 72px;
	}
	.contBannerWrap02 {
		width: auto;
		margin: auto;
		display: block;
	}
	.contBannerWrap02 .contBannerWrap01 {
		width: auto;
		margin: 18px auto auto auto;
	}
	.contBannerWrap02 .contBannerWrap01:first-child {
		margin-top: 0px;
	}

	.contBannerWrap02 .contBannerWrap01 .banner01 {
		width: 100%;
		margin: auto;
	}
	.contBlock05 {
		background-color: rgba(251, 242, 223, 1);
		padding: 108px 36px 108px 36px;
	}

	/*-------------------------*/

	.campaignBlock01 {
		background-image: url("../img/campaign_bg01.png");
		background-repeat: repeat-y;
		background-position: center top;
		background-size: 100% auto;
		padding: 65px 14px 72px 14px;
	}
	.campaignH3Wrap01 {
		color: #ffffff;
		text-align: center;
		margin-bottom: 36px;
	}
	.campaignH3Wrap01 .p01 {
		display: inline-block;
		position: relative;
		font-size: 30px;
		line-height: 1.5em;
		font-weight: 700;
	}
	.campaignH3Wrap01 .p01::before {
		content: "";
		background-image: url("../img/campaign_line_left01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 30px auto;
		width: 30px;
		height: 37px;
		position: absolute;
		left: -40px;
		top: 50%;
		margin-top: -19px;
	}
	.campaignH3Wrap01 .p01::after {
		content: "";
		background-image: url("../img/campaign_line_right01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 30px auto;
		width: 30px;
		height: 37px;
		position: absolute;
		right: -40px;
		top: 50%;
		margin-top: -19px;
	}
	.campaignH3Wrap01 .h301 {
		display: block;
		font-size: 21px;
		line-height: 1.35em;
		font-weight: 700;
		margin-top: 5px;
	}
	.campaignText01 {
		color: #ffffff;
		font-size: 16px;
		line-height: 1.5em;
		font-weight: 700;
		margin-top: 24px;
	}
	.campaignImg01 {
		text-align: center;
		margin: 37px auto 34px auto;
	}
	.campaignImg01 img {
		width: 270px;
		height: auto;
	}
	.campaignDl01 {
		margin-bottom: 20px;
	}
	.campaignDl01 dt {
		display: inline-block;
		padding: 8px 15px 8px 15px;
		border: 1px solid #ffffff;
		border-radius: 3px;
		color: #ffffff;
		font-size: 18px;
		line-height: 1.0em;
		font-weight: 700;
		margin-bottom: 13px;
	}
	.campaignDl01 dd {
		color: #ffffff;
		font-size: 18px;
		line-height: 1.5em;
		font-weight: 700;
	}

	/*--------------*/

	.campaignBox01 {
		margin: 24px auto 24px auto;
	}
	.contAnc04Ac01 {
		display: flex;
		align-items: center;
		text-align: left;
		background-color: #ffffff;
		border-radius: 100px;
		box-sizing: border-box;
		padding: 4px 18px 4px 18px;
		width: 114px;
		height: 40px;
		margin: 0px auto 0px auto;
		color: #189FAC;
		font-size: 14px;
		line-height: 1.4em;
		font-weight: 700;
		position: relative;
		cursor: pointer;
	}
	.contAnc04Ac01::after {
		content: '';
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 1px #189FAC;
		border-right: solid 1px #189FAC;
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		top: 50%;
		right: 20px;

		margin-top: -6px;
	}
	.contAnc04Ac01.open::after {
		-ms-transform: rotate(315deg);
		-webkit-transform: rotate(315deg);
		transform: rotate(315deg);
		margin-top: -3px;
	}
	.contAnc04AcCont01 {
		display: none;
	}
	.contAnc04AcCont01 p {
		margin-top: auto;
	}
	.contAnc04AcCont01 li {
		text-indent: -1em;
		padding-left: 1em;
	}
	.contAnc04AcContIn {
		margin-top: 24px;
		background-color: #ffffff;
		padding: 30px;
		text-align: left;
		color: #333333;
	}
	.contH404 {
		font-size: 22px;
		line-height: 1.4em;
		font-weight: 500;
		margin-bottom: 10px;
		margin-top: auto;
	}
	.contAnc04Box02 {
		padding: 20px 0px 20px 0px;
		border-top: 1px solid #CCCCCC;
	}
	.contAnc04Box02:first-child {
		border-top: none;
	}
	.contAnc04Box02 dl {
		font-size: 14px;
		line-height: 2.0em;
		font-weight: 500;
		margin: auto;
	}
	.contAnc04Box02 dd .p02 {
		font-size: 12px;
	}
	.campaignText02{
		font-size: 12px;
		line-height: 1.75em;
		font-weight: 500;
		color: #ffffff;
		text-align: center;
		margin: auto;
	}
	.contBtnWrap03 {
		margin-top: 36px;
	}
	.contBtn01.btn03 {
		width: 315px;
		height: 60px;
		padding: 10px 24px 10px 24px;
		margin: auto;
	}

	/*-----------------*/

	.factsBlock01 {
		padding: 72px 30px 72px 30px;
		/*margin-bottom: 90px;*/
	}
	.contH305 {
		margin-bottom: 40px;
		margin-top: auto;
	}
	.contH305 .s01 {
		display: block;
		font-size: 24px;
		line-height: 1.35em;
		font-weight: 700;
	}
	.contH305 .s02 {
		display: block;
		font-size: 12px;
		line-height: 1.3em;
		font-weight: 500;
		margin-top: 12px;
	}
	.factsFlex01 {
		display: block;
		font-size: 15px;
		line-height: 2.0em;
		font-weight: 600;
	}
	.factsFlexBox01 {
		width: auto;
		text-align: left;
		font-size: 15.5px;
		line-height: 1.9em;
		font-weight: 500;
		margin-top: 36px;
	}
	.factsFlexBox01 li {
		margin-bottom: 1em;
	}
	.factsFlexBox01 span {
		font-weight: 700;
	}
	.contText12_175 {
		font-size: 12px;
		line-height: 1.75em;
		font-weight: 500;
	}
	.contBox01 {
		margin-top: 36px;
	}

	/*-----------------------*/

	.footerContBlock01 {
		padding: 0px 30px 0px 30px;
	}
	.footerCont01 {
		border-top: 1px solid #DDDDDD;
		border-bottom: 1px solid #DDDDDD;
		display: block;
		align-items: center;
		justify-content: space-between;
		height: auto;
		padding: 36px 0px;
	}
	.footerContLogo01 {
		padding-left: 0px;
	}
	.footerContLogo01 img {
		width: auto;
		height: 62px;
	}
	.footerContFlex01 {
		display: block;
	}
	.footerContFlex01 .box01 {
		text-align: center;
		margin-right: 0px;
		margin-top: 18px;
	}
	.footerContFlex01 .box01 .p01 {
		display: block;
		color: #333333;
		font-size: 10px;
		line-height: 1.5em;
	}
	.footerContFlex01 .box01 .p02 {
		display: block;
		color: #333333;
		font-size: 14px;
		line-height: 1.5em;
		font-weight: bold;
	}
	.footerBottomSns01 {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 18px auto auto auto;
	}
	.footerBottomSns01 li {
		margin-left: 0px;
		padding: 0px 9px 0px 9px;
	}
	.footerBottomSns01 li a:hover {
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity:0.7;
		transition-duration: 0.3s;
	}
	.footerBottomSns01 li:first-child {
		margin-left: 0px;
	}
	.footerBottomSns01 li img {
		width: auto;
		height: 20px;
	}

	/*--------------------*/

	.imgCopyText01 {
		padding: 72px 30px 72px 30px;
		/*margin-top: 108px;*/
		text-align: center;
	}
	.imgCopyText01 p {
		margin: auto;
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 500;
	}



}


/* -------------------------------------------------------------------- 
 フッター
-------------------------------------------------------------------- */

    /*@media (min-width:960px) {
        .limit-width { max-width: 1296px; margin: auto;}
    }*/


    .footer-logo {
        margin-bottom: 6px;
    }

    .footer-logo .fluid-svg>div {
        margin-left: 0 !important;
    }

    .footer-logo img {
        width: 130px !important;
        height: 36px !important;
    }

    .footer-social-icons {
        display: inline-block;
    }

    .footer-line-icon {
        padding-left: 18px !important;
        opacity: 0.8;
    }

    .footer-line-icon .fa-container {
        vertical-align: bottom;
    }

    .footer-line-icon img {
        width: 22px !important;
        height: 22px !important;
    }

/*-------------------*/

/*
----------------------------------------------------------

#Skins-Typography


----------------------------------------------------------
*/

/*----------------------------------------------------------
#Satoshi-Variable
----------------------------------------------------------*/
.font-142750 { font-family: Satoshi-Variable !important; }
.btn-custom-typo.font-142750 { font-family: Satoshi-Variable !important; }

/*----------------------------------------------------------
#Stardom-Regular
----------------------------------------------------------*/
.font-791359 { font-family: Stardom-Regular !important; }
.btn-custom-typo.font-791359 { font-family: Stardom-Regular !important; }

/*----------------------------------------------------------
#BespokeStencil-Variable
----------------------------------------------------------*/
.font-174086 { font-family: BespokeStencil-Variable !important; }
.btn-custom-typo.font-174086 { font-family: BespokeStencil-Variable !important; }

/*----------------------------------------------------------
#lust,serif
----------------------------------------------------------*/
.font-806419 { font-family: lust,serif !important; }
.btn-custom-typo.font-806419 { font-family: lust,serif !important; }

/*----------------------------------------------------------
#Montserrat-VF
----------------------------------------------------------*/
.font-151684 { font-family: Montserrat-VF !important; }
.btn-custom-typo.font-151684 { font-family: Montserrat-VF !important; }

/*----------------------------------------------------------
#Font-size: 9px
----------------------------------------------------------*/
.fontsize-497778 { font-size: 9px; }

/*----------------------------------------------------------
#Font-size: 10px
----------------------------------------------------------*/
.fontsize-739168 { font-size: 10px; }

/*----------------------------------------------------------
#Font-size: 11px
----------------------------------------------------------*/
.fontsize-843443 { font-size: 11px; }

/*----------------------------------------------------------
#Font-size: 12px
----------------------------------------------------------*/
.fontsize-160000 { font-size: 12px; }

/*----------------------------------------------------------
#Font-size: 13px
----------------------------------------------------------*/
.fontsize-213350 { font-size: 13px; }

/*----------------------------------------------------------
#Font-size: 15.5px
----------------------------------------------------------*/
.fontsize-340576 { font-size: 15.5px; }

/*----------------------------------------------------------
#Font-size: 18px
----------------------------------------------------------*/
.fontsize-163722 { font-size: 18px; }

/*----------------------------------------------------------
#Font-size: 50px
----------------------------------------------------------*/
.fontsize-155944 { font-size: 50px; }
@media (max-width: 959px) { .fontsize-155944 { font-size: 33.333333333333px; }}
@media (max-width: 320px) { .fontsize-155944 { font-size: 28px; }}

/*----------------------------------------------------------
#Font-size: 56px
----------------------------------------------------------*/
.fontsize-329439 { font-size: 56px; }
@media (max-width: 959px) { .fontsize-329439 { font-size: 37.333333333333px; }}
@media (max-width: 569px) { .fontsize-329439 { font-size: 35px; }}
@media (max-width: 320px) { .fontsize-329439 { font-size: 28px; }}

/*----------------------------------------------------------
#Font-size: 75px
----------------------------------------------------------*/
.fontsize-338686 { font-size: 75px; }
@media (max-width: 959px) { .fontsize-338686 { font-size: 50px; }}
@media (max-width: 569px) { .fontsize-338686 { font-size: 35px; }}
@media (max-width: 320px) { .fontsize-338686 { font-size: 28px; }}

/*----------------------------------------------------------
#Font-size: 100px
----------------------------------------------------------*/
.fontsize-445851 { font-size: 100px; }
@media (max-width: 959px) { .fontsize-445851 { font-size: 66.666666666667px; }}
@media (max-width: 569px) { .fontsize-445851 { font-size: 35px; }}
@media (max-width: 320px) { .fontsize-445851 { font-size: 28px; }}

/*----------------------------------------------------------
#Font-size: 125px
----------------------------------------------------------*/
.fontsize-739966 { font-size: 125px; }
@media (max-width: 959px) { .fontsize-739966 { font-size: 83.333333333333px; }}
@media (max-width: 569px) { .fontsize-739966 { font-size: 35px; }}
@media (max-width: 320px) { .fontsize-739966 { font-size: 28px; }}

/*----------------------------------------------------------
#Font-size: 150px
----------------------------------------------------------*/
.fontsize-160206 { font-size: 150px; }
@media (max-width: 959px) { .fontsize-160206 { font-size: 100px; }}
@media (max-width: 569px) { .fontsize-160206 { font-size: 35px; }}
@media (max-width: 320px) { .fontsize-160206 { font-size: 28px; }}

/*----------------------------------------------------------
#Line-height: .85
----------------------------------------------------------*/
.fontheight-161249 { line-height: .85; }

/*----------------------------------------------------------
#Line-height: .5
----------------------------------------------------------*/
.fontheight-578034 { line-height: .5; }

/*----------------------------------------------------------
#Line-height: 1
----------------------------------------------------------*/
.fontheight-179065 { line-height: 1; }

/*----------------------------------------------------------
#Line-height: 1.2
----------------------------------------------------------*/
.fontheight-296021 { line-height: 1.2; }

/*----------------------------------------------------------
#Line-height: 1.35
----------------------------------------------------------*/
.fontheight-185086 { line-height: 1.35; }

/*----------------------------------------------------------
#Line-height: 1.5
----------------------------------------------------------*/
.fontheight-357766 { line-height: 1.5; }

/*----------------------------------------------------------
#Line-height: 1.75
----------------------------------------------------------*/
.fontheight-524109 { line-height: 1.75; }

/*----------------------------------------------------------
#Line-height: 2
----------------------------------------------------------*/
.fontheight-914957 { line-height: 2; }

/*----------------------------------------------------------
#Line-height: 2.75
----------------------------------------------------------*/
.fontheight-143788 { line-height: 2.75; }

/*----------------------------------------------------------
#Letter-spacing: -0.05em
----------------------------------------------------------*/
.fontspace-111509 { letter-spacing: -0.05em !important; }

/*----------------------------------------------------------
#Letter-spacing: -0.02em
----------------------------------------------------------*/
.fontspace-781688 { letter-spacing: -0.02em !important; }

/*----------------------------------------------------------
#Letter-spacing: 0
----------------------------------------------------------*/
.fontspace-495315 { letter-spacing: 0 !important; }

/*----------------------------------------------------------
#Letter-spacing: 0.02em
----------------------------------------------------------*/
.fontspace-130176 { letter-spacing: 0.02em !important; }

/*----------------------------------------------------------
#Letter-spacing: 0.05em
----------------------------------------------------------*/
.fontspace-122570 { letter-spacing: 0.05em !important; }

/*----------------------------------------------------------
#Letter-spacing: 0.1em
----------------------------------------------------------*/
.fontspace-123243 { letter-spacing: 0.1em !important; }

/*----------------------------------------------------------
#Letter-spacing: .2em
----------------------------------------------------------*/
.fontspace-210350 { letter-spacing: .2em !important; }

/*----------------------------------------------------------
#Letter-spacing: 0.36em
----------------------------------------------------------*/
.fontspace-171580 { letter-spacing: 0.36em !important; }

/*----------------------------------------------------------
#Letter-spacing: .5em
----------------------------------------------------------*/
.fontspace-135905 { letter-spacing: .5em !important; }

/*----------------------------------------------------------
#Letter-spacing: 1em
----------------------------------------------------------*/
.fontspace-238483 { letter-spacing: 1em !important; }

/*----------------------------------------------------------
#Letter-spacing: 2em
----------------------------------------------------------*/
.fontspace-210067 { letter-spacing: 2em !important; }


/*-------------------*/

/*タブレット*/
@media screen and (min-width:570px) and (max-width:959px) {

	.footer-logo {
			text-align: center;
	}
	.main-container .row-container .single-h-padding {
		padding-left: 30px;
		padding-right: 30px;
	}


}


/*スマートフォン*/
@media screen and (max-width:569px) {



}





/*-----*/
