@charset "utf-8";


body {
	/***	フォント関連設定	***/
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 112.5%;	/* 18px */
	font-size: 125%;	/* 20px */
	line-height: 1.7;

	/***	背景＆文字色設定	***/
	background: url(../images/bg.jpg) center center / 100% auto fixed;
	color: #222;
	
	font-feature-settings: "palt";
	text-align: justify;
}

@media (max-aspect-ratio: 3000/2001) {
	body {
		background: url(../images/bg.jpg) center center / auto 100% fixed;
	}
  }

h1 {	
}

h2 {
	margin: 2.5em auto;
	text-align: center;
}

a {cursor: pointer;}

img {
	display: block;	/*	ブロック要素としてふるまう：中揃えで表示	*/
	margin: 0 auto;
	max-width: 100%;
}

strong {
	font-weight: bold;
}

#wrapper {
	margin: 0 auto;
	margin-right: 14%;
	width: 40%;
	max-width: 480px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	background: #fff;
}

footer {
	margin: 0 auto;
	padding: 1em 0;
	background: #3772a9;
	color: #fff;
	text-align: center;
	font-size: 75%;
}

footer a {
	color: #fff;
	text-decoration: underline;
}

footer a:hover {
	color: #fff;
}

address {
	font-style: normal;
}



/***	テキスト装飾設定	***/

.large {
	font-size: 120%;
}

.xlarge {
	font-size: 144%;
}

.xxlarge {
	font-size: 172.8%;
}

.small {
	font-size: 82.5%;
}

.xsmall {
	font-size: 62.5%;
}

.xxsmall {
	font-size: 56.25%;
}

.u {
	text-decoration: underline;
}

.red {
	color: red;
}

.highlight {
	background-color: #fff266;
}

.redhigh {
	color: red;
	background-color: #fff266;
}


/***	画像右寄せ設定	***/

.pic_right {
	float: right;
	margin: 10px -15px 10px 10px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}


/***	PC・スマホ改行設定	***/

.pconly {
	display: block;
}

.sponly {
	display: none;
}



/*
 *		class-name
 */

.class-name {
}

.wrap_class-name {
	margin: 0 auto;
	width:820px;
	max-width: 96%;
}

.con_class-name {
}

.con_class-name p {
}


/*
 *		cta
 */

.cta01 {	/***	高さ指定不要：ボタン高さ＋2em	***/
	padding: 1em 0;
	background: #e7edf2;
}

.cta01 a img {
	width: calc( 450 / 480 * 100% );	/***	幅480pxの時、ボタン幅450px	***/
}

.cta02 {	/***	高さ指定不要：ボタン高さ＋2em	***/
	padding: 1em 0;
	background: #3772a9;
}

.cta02 a img {
	width: calc( 450 / 480 * 100% );	/***	幅480pxの時、ボタン幅450px	***/
}

.cta03 {	/***	高さ指定不要：ボタン高さ＋2em	***/
	padding: 1em 0;
	background: #fffcf0;
}

.cta03 a img {
	width: calc( 450 / 480 * 100% );	/***	幅480pxの時、ボタン幅450px	***/
}

.btn {
	display: block;
	animation-name: btn-animation;
	animation-iteration-count: infinite;
	animation-duration: 2s;
}

.btn:hover {
	animation-duration: 0.8s;
}



/*
 *		pc_objects
 */

.pc_logo {
	position: fixed;
	top: 1em;
	left: 1em;
}

.pc_contents {
	position: fixed;
	top: calc( 50% - 240px );
	right: 55%;
	width: 40%;
	max-width: 480px;
}

.pc_cta {
	padding-top: calc( 380 / 480 * 100% );
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	background: url(../images/pc_content.jpg) top center / 100% auto no-repeat;
	aspect-ratio: 480 / 480;
}

.pc_cta .btn img {
	width: calc( 450 / 480 * 100% );
}

.pc_cta .btn {
	animation: none;
}

.pc_cta .btn:hover {
	opacity: 0.5;
}





/***	常時表示ボタン設定	***/

 .flbtn {
	position: fixed;
	bottom: 0.5em;
	right: 0.5em;
}

.flbtn a {
	display: block;
	width: 240px;
	height: calc( 240 / 450 * 142px );
	background: url(../images/button.png) no-repeat;
	background-size: 100%;
	text-indent: -9999px;

	animation-name: btn-animation;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	animation-delay: 0.6s;

	filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}

@keyframes btn-animation {
	0% {
		transform: translateY(0.75em);
	}

	50% {
		transform: translateY(-0.25em);
	}

	100% {
		transform: translateY(0.75em);
	}
}


@media screen and (max-width: 1200px) {	/***	幅1200px以下に適用	***/

	.pc_contents {
		width: 40vw;
		height: 40vw;
	}
	


}


@media screen and (max-width: 979px) {	/***	幅979px以下に適用	***/


	footer {
		position: relative;
	}

	.xlarge {
		font-size: 125%;
	}

	.xxlarge {
		font-size: 150%;
	}

	/***	PC・スマホ改行設定	***/

	.pconly {
		display: none;
	}

	.sponly {
		display: block;
	}

	#wrapper {
		margin: 0 auto;
		width: initial;
	}

	.flbtn {
		display: none;
	}


	.pc_objects {
		display: none;
	}


}


@media screen and (max-width: 479px) {

	footer {
		font-size: 66%;
	}

	
}


@media screen and (max-width: 599px) {	/***	幅599px以下に適用：スマホ	***/}

/*
 *		特商法
 */

.page_laws #wrapper {
	margin: 0 auto 2em;
	padding: 3em;
	width: 800px;
	max-width: 100%;
	background: #fff;
	font-size: 75%;
}

.page_laws #wrapper h2 {
	margin: 0 auto;
	font-size: 2em;
	text-align: center;
}

.page_laws #wrapper h3 {
	margin-top: 2em;
	font-size: 1.25em;
}

.page_laws #wrapper h4 {
	margin-top: 2em;
}

.page_laws table {
	margin: 1.5em auto;
	width: 720px;
	max-width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	background: #ccc;
}

.page_laws th {
	padding: 0.5em;
	width: 28%;
	border-top: 1px solid #fff;
	background-color: #EBEBEB;
}

.page_laws td {
	padding: 0.5em;
	font-size: 0.8em;
	background-color: #FFFFFF;
}

@media screen and (max-width: 599px) {/*特商法*/

	.page_laws #wrapper {
		padding: 0;
	}

	.page_laws table {
		margin-top: 0;
		width: 98vw;
	}

	.page_laws th,
	.page_laws td {
		display: block;
		width: 100%;
	}
}