@charset "utf-8";

body .sp-item {
	display: none;
}

body .pc-item {
  display: block;
}

@media screen and (max-width: 640px) {
	body {
		min-width: inherit;
		height:100%;
	}

	body .sp-item {
		display: block;
	}

	body .pc-item {
		display: none;
	}

	body .sp-item img {
		width:100%;
	}
}

/* ----------------------------------------------------
    共通
---------------------------------------------------- */

body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	color:#000;
	text-align: center;
	overflow-x: hidden;
	max-width: 1024px;
	margin: 0 auto;
}

img {
	margin: 0 auto;
	width: 100%;
}

video {
	width: 100%;
}

p {
	font-feature-settings: "palt";
}

.sentence {
	margin-top: 40px;
}

.sentence p {
	margin-top: 40px;
}

.sentence p:first-of-type {
	margin-top: 0;
}

.inner {
	width: 724px;
	margin: 0 auto;
}

.marker {
	color: #000;
	background: rgb(255,255,100);
	background: linear-gradient(0deg, rgba(255,255,100,1) 70%, rgba(255,255,255,0) 70%);
	padding-bottom: 3px;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
	img {
		max-width: 100%;
	}

	body {
		width: 100%;
	}

	.inner {
		width: 94%;
	}
}

/* ----------------------------------------------------
    CTA
---------------------------------------------------- */
.btn .btn-line-pc {
	transition: all .2s; /*ボタン透過にかける秒数*/
}
.btn .btn-line-pc:hover {
	opacity: 0.8; /*ボタン透過*/
}

/* @media screen and (max-width: 640px) {} */

/* ----------------------------------------------------
    header
---------------------------------------------------- */


/* @media screen and (max-width: 640px) {} */

/* ----------------------------------------------------
    sec01
---------------------------------------------------- */


/* @media screen and (max-width: 640px) {} */

/* ----------------------------------------------------
    sec02
---------------------------------------------------- */


/* @media screen and (max-width: 640px) {} */

/* ----------------------------------------------------
    sec03
---------------------------------------------------- */


/* @media screen and (max-width: 640px) {} */


/* ----------------------------------------------------
    sec04
---------------------------------------------------- */


/* @media screen and (max-width: 640px) {} */


/* ----------------------------------------------------
    sec05
---------------------------------------------------- */


/* @media screen and (max-width: 640px) {} */


/* ----------------------------------------------------
    sec06
---------------------------------------------------- */


/* @media screen and (max-width: 640px) {} */


/* ----------------------------------------------------
    sec07
---------------------------------------------------- */


/* @media screen and (max-width: 640px) {} */


/* ----------------------------------------------------
    sec08
---------------------------------------------------- */


/* @media screen and (max-width: 640px) {} */


/* ----------------------------------------------------
    sec09
---------------------------------------------------- */


/* @media screen and (max-width: 640px) {} */


/* ----------------------------------------------------
    sec10
---------------------------------------------------- */


/* @media screen and (max-width: 640px) {} */


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


/* @media screen and (max-width: 640px) {} */

/* ここから書いていきましょう */
/* ----------------------------------------------------
cta
---------------------------------------------------- */

.cta-pc,
.cta-sp{
	position: relative;
}

.btn-pc{
	position: absolute;
	width: 650px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 70px;
}


.btn-sp{
	position: absolute;
	width: 93%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 2%;
}

.btn-pc:hover,
.btn-sp:hover{
	opacity: 0.7;
	cursor: pointer;
}


/* ----------------------------------------------------
ボタンの動きをつける
---------------------------------------------------- */
html { scroll-behavior: smooth;}

.btn-pc,
.btn-sp{
	transition: all .2s;
}


/* ----------------------------------------------------
footer
---------------------------------------------------- */
footer{
	background-color: #624524;
	text-align: center;
	padding: 15px 10px;
	font-size: 14px;
	color: #ffffff;
	margin-top: 15px;
}

footer a{
	color: #ffffff;
	text-decoration: none;
}

footer a:hover{
	color: #f0f0f0;
	text-decoration: none;
}

footer a:visited{
	color: #ffffff;
	text-decoration: none;
}