@charset "utf-8";

/* common
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

/* a:link,
a:visited {
	color: #665c5c;
	text-decoration: underline;
	font-size: 30px;
} */

/* a:hover,
a:active {
	color: #fd8a32;
	text-decoration: underline;
} */

.impact {
	font-size: 20pt;
	font-weight: bold;
}

.impact2 {
	color: red;
}

.impact3 {
	background: yellow;
	color: #000;
}

.impact5 {
	background: #173B50;
	padding: 2px 5px;
	color: #fff;
}

.impact6 {
	background: #f4f4f4;
	padding: 3px;
	line-height: 1.1;
}

.impact7 {
	background: #B60000;
	padding: 2px 5px;
	color: #fff;
}

.style2 {
	color: #FF0000
}

.style3 {
	color: #333333
}

.style4 {
	color: #000000
}


img {
	border: none;
}

.video {
	width: 900px;
	height: 500px;
	border-radius: 80px;
	border: 8px solid #fff;
}

.delete-line {
	margin-top: -1px;
}



/* animation
---------------------------------------------*/
.feedInUp_Off {
	opacity: 0;
	transform: translate(0, 30px);
	-webkit-transform: translate(0, 30px);
	transition: 1.5s;
}

.feedInUp_On {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

/* layout
---------------------------------------------*/


/*TopIntro-Start*/
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	min-width: 1002px;

	/* 背景画像の設定 */
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top center;

	-webkit-text-size-adjust: none;

	text-align: center;
	font-size: 18px;
	font-family: 'meiryo', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #383d5c;
}

/* ---------------------------------------------------------------------------------------
コンテンツの内容(画像での埋め込み）
-----------------------------------------------------------------------------------------*/

#head1 {
	background: url("../lib/images/header_1.png") no-repeat top center;
	height: 1389px;
}

#head2 {
	background: url("../lib/images/header_2.png") no-repeat top center;
	height: 1216px;
}

#head3 {
	background: url("../lib/images/header_3.png") no-repeat top center;
	height: 869px;
}

#head4 {
	background: url("../lib/images/header_4.png") no-repeat top center;
	height: 1539px;
}

#head5 {
	background: url("../lib/images/header_5.png") no-repeat top center;
	height: 2444px;
}

#head6 {
	background: url("../lib/images/header_6.png") no-repeat top center;
	height: 305px;
}

#head7 {
	background: url("../lib/images/header_7.png") no-repeat top center;
	height: 1096px;
}

#head8 {
	background: url("../lib/images/header_8.png") no-repeat top center;
	height: 1933px;
}

#head9 {
	background: url("../lib/images/header_9.png") no-repeat top center;
	height: 1227px;
}

#head10 {
	background: url("../lib/images/header_10.png") no-repeat top center;
	height: 860px;
}

#head11 {
	background: url("../lib/images/header_11.png") no-repeat top center;
	height: 1267px;
}

#head12 {
	background: url("../lib/images/header_12.png") no-repeat top center;
	height: 654px;
}

#head13 {
	background: url("../lib/images/header_13.png") no-repeat top center;
	height: 2088px;
}

#head14 {
	background: url("../lib/images/header_14.png") no-repeat top center;
	height: 1130px;
}


/* ---------------------------------------------------------------------------
コンテナー
---------------------------------------------------------------------------- */
.container {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
}

.text {
	text-align: left;
	width: 850px;
	margin: 0 auto;
}

.text-white {
	text-align: left;
	width: 850px;
	margin: 0 auto;
	color: #fff;
}

.texts2 {
	text-align: left;
	width: 750px;
	position: relative;
	margin-top: 170px;
	margin-left: 400px;
}

.texts3 {

	text-align: left;
	width: 850px;
	margin-top: 250px;
	margin-left: 170px;
}

.text-center {
	text-align: center
}


/* -------------------------------------------------------
コンテンツを囲むラッパークラス 
---------------------------------------------------------*/
.big-container {
	text-align: left;
	width: 1200px;
	margin: 0 auto;
}

.container-center {
	margin: 0 auto;
}

.white {
	color: #fff;
}

.text-center {
	text-align: center;
}

#footer {
	background-color: none;
	font-family: '筑紫A丸ゴシック';
	font-size: 20px;
	font-weight: 500;
}

ol,
ul {
	list-style-position: inside;
	padding-left: 10px;
}

ol li,
ul li {
	text-align: left;
}

/* --------------------------------------------------------------------
form
-----------------------------------------------------------------------*/

.mail {
	display: block;
	max-width: 900px;
	width: 100%;
	height: 120px;
	font-size: 20px;
	border-radius: 10px;
	margin-bottom: 15px;
	margin-top: 20px;
	text-align: center;
	border: solid 3px #fcc786;
	margin: 20px auto 15px;
	box-sizing: border-box;
}


/* #form {
	background: url("../images/form.png") no-repeat top center;
	height: 390px;
	margin-top: 40px;
} */

.form {
	position: relative;
}

.wrap {
	background-image: url("../images/wrap.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position: 50% 0%;
}

.wrap-form {
	background-image: url("../images/wrap-form.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position: 50% 0%;
}

/* --------------------------------------------------------------------
btn 
-----------------------------------------------------------------------*/
.btn {
	margin-top: 35px;
	visibility: visible;
	animation-duration: 3s;
	animation-iteration-count: 1000;
	animation-name: pulse;
	width: 87%;
}

.btn__side-animation {
	margin-top: 20px;
	margin-left: -2%;
	visibility: visible;
	animation-duration: 2s;
	animation-iteration-count: 1000;
	animation-name: shake;
}

.btn-off {
	visibility: visible;
	animation-duration: 2s;
	animation-iteration-count: 1000;
	animation-name: pulse;
}

.read-btn {
	margin-top: 60px;
	width: 40%;
}

/* ボタンのマウスオーバーで明るくする */
.btn:hover {
	filter: brightness(120%);
}

/* ---------------------------------------------------------------------------
btn-position
---------------------------------------------------------------------------- */

#head2 .btn {
	margin-top: 105px;
}

#head9 .btn {
	margin-top: 950px;
}

#head12 .btn {
	margin-top: 20px;
}

.fixed-bottom-button {
	position: fixed;
	bottom: 20px;
	left: -15px;
	right: 15px;
	width: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, transform 0.4s ease;
	transform: translateY(30px);
	max-width: 1970px;
	margin: 0 auto;
	text-align: center;
}

.fixed-bottom-button.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.fixed-bottom-button .container {
	margin: 0 auto;
	position: relative;
	padding: 0px 15px;
	width: 100%;
	display: inline-block;
}

.fixed-bottom-button .background {
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	bottom: -26px;
	background-color: rgba(255, 255, 255, 0.65);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	z-index: -1;
	margin: 0 auto;
}

.fixed-bottom-button img.btn {
	width: 90%;
	max-width: 984px;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* ---------------------------------------------------------------------------
video-position
---------------------------------------------------------------------------- */

#head7 .video1 {
	margin-top: 0px;
}

#head7 .video2 {
	margin-top: 30px;
}

/* --------------------------------------------------------------------
footer 
-----------------------------------------------------------------------*/

#footer {
	margin-top: -430px;
	padding: 30px 0;
	margin-bottom: 100px;
	color: #665c5c;
	font-size: 3;
	background-color: none;
	font-family: 筑紫A丸ゴシック;
}

#footer a {
	font-size: 32px;
	text-decoration: none;
	color: #665c5c;
	font-weight: 550;
}

#footer small {
	display: block;
	margin-bottom: 5px;
}

#footer small:last-child {
	margin-bottom: 0px;
}

#footer small a:hover {
	color: #fff;
	opacity: 0.7;
}