@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
}
html,body{
	width: 100%;
	height: 100%;
}
body {
	position: relative;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Sans",Meiryo,sans-serif;
	font-weight: normal;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-size: 4vw;
	line-height: 6vw;
	letter-spacing: 0.01em;
	background: #fff;
	color: #3c1e0c;
}
.fadeIn {
	animation: fadeIn 2s;
}
video{
	width: 100%;
	height: auto;
	display: block;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.blinking{
	-webkit-animation:blink 1.5s infinite;
    -moz-animation:blink 1.5s infinite;
    animation:blink 1.5s infinite;}
.blinking2{
	-webkit-animation:blink 1.5s infinite 1s;
    -moz-animation:blink 1.5s infinite 1s;
    animation:blink 1.5s infinite 1s;}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
	color: #1b1a1a;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
img{
	display:block;
	width: 100%;
	height: auto;
}
.text_s{
	font-size: 2.2vw;
	line-height: 3.6vw;
}
@media screen and (min-width: 750px) {
.text_s{
	font-size: 12px;
	line-height: 20px;
}
}
.text_center{
	text-align: center!important;
}
.text_left{
	text-align: left!important;
}
.text_normal{
	font-weight: normal!important;
}
.pc{
	display: none;
}
.sp{
	display: block;
}
@media screen and (min-width: 750px) {
.pc{
	display: block;
}
.sp{
	display: none;
}
}
.container{
	max-width: 750px;
	margin: 0 auto;
	overflow: hidden;
}
.thx_wrap{
	background: #f7f0db;
	min-height: 100%;
}
.relative{
	position: relative;
	z-index: 1;
}
/*************** fv ***************/
.cv_bt{
	position: relative;
	z-index: 1;
	max-width: 674px;
	width: 89.8666667%;
	margin: 5% auto 8%;
}
.cv_bt_text{
	position: absolute;
	z-index: 2;
	max-width: 370px;
	width: 54.89614243%;
	left: 0;
	right: 0;
	margin: auto;
	top: -15%;
}
.cv_bt a{
	position: relative;
	z-index: 1;
	display: block;
	background: url("../img/cv_bt.webp")no-repeat center center;
	background-size: cover;
	border-radius: 3vw;
	transition: .2s;
	overflow: hidden;
	padding: 24.925816023% 0 0;
	box-shadow: 0 1.5vw 0 0 #019d4c;
}
.cv_bt a:hover{
	background: url("../img/cv_bt_over.webp")no-repeat center center;
	background-size: cover;
}
.cv_bt a::after {
	animation: 2.5s 0s shine linear infinite;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.7) 100%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-25deg);
	width: 50%;
}
@keyframes shine {
	20% {
		left: 150%;
	}
	100% {
		left: 150%;
	}
}
.c1_01{
	margin: 0 0 6%;
}
.footer_wrap{
	width: 100%;
	text-align: center;
	padding: 6% 0 33%;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	margin: 0 0 0;
	color: #fff;
	background: #662d3a;
	}
.footer_wrap a{
	font-size: 10px;
	margin: 0 2%;
	color: #fff;
	font-weight: 600;}
.footer_wrap a:hover{
	text-decoration: underline;}
.copyright{
	color: #fff!important;
	margin: 2% 0 0 0;}
@media only screen and (min-width: 769px) {
.footer_wrap{
	padding:32px 0 180px;
	}
}
/*********** footer_btn ***********/
.btm_bnr {
	max-width: 480px;
	width: 88.133333%;
	box-sizing: border-box;
	text-align: center;
	padding: 0 0;
	position: fixed;
	bottom: -200px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.btm_bnr a{
	position: relative;
	display: block;
	background: url("../img/cv_bt.webp")no-repeat center center;
	background-size: cover;
	padding: 24.925816023% 0 0;
	transition: .2s;
	border-radius: 3vw;
	overflow: hidden;
	box-shadow: 0 1.5vw 0 0 #019d4c;
}
.btm_bnr a:hover{
	background: url("../img/cv_bt_over.webp")no-repeat center center;
	background-size: cover;
}
.is-in .btm_bnr {
	bottom: 12px;
}
@media screen and (min-width: 750px) {
.cv_bt a{
	border-radius: 16px;
	box-shadow: 0 8px 0 0 #019d4c;
}
.btm_bnr a{
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 8px 0 0 #019d4c;
}
}

.toggle {
	display: none;
}
.Label {
	display: block;
	cursor: pointer;
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	padding:0 20px;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:32px 20px;
	transition: all .1s;
}
/************************************
******フォーム
************************************/
.textfield{
	width: 90%;
	display: block;
	padding: 20px 10px;
	border-radius: 5px;
	box-shadow: 0 0 12px 1px rgba(255,183,198,0.9)inset;
	border: 2px solid #ce95a1;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.04em;
	margin: 3% auto 0;
	text-align: center;}
input::placeholder {
  color: #f795ab;}
input:-ms-input-placeholder {
  color: #f795ab;}
input::-ms-input-placeholder {
  color: #f795ab;}
.btn_wrap{
	max-width: 674px;
	width: 89.8666667%;
	margin: 2% auto 8%;
}
input[type="submit"]{
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	background: url("../img/cv_bt.webp")no-repeat center center;
	background-size: cover;
	border-radius: 12px;
	transition: .2s;
	overflow: hidden;
	padding: 24.925816023% 0 0;
	box-shadow: 0 1.5vw 0 0 #019d4c;
	font-size: 0;
	border: none;
	outline: none;
}
input[type="submit"]:hover{
	background: url("../img/cv_bt_over.webp")no-repeat center center;
	background-size: cover;
}
input[type="button"]::after {
	animation: 2.5s 0s shine linear infinite;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.7) 100%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-25deg);
	width: 50%;
}
.thx_bt_wrap{
	position: relative;
	z-index: 1;
	max-width: 674px;
	width: 89.8666667%;
	margin: 0 auto;
	padding: 12% 0 12%;
}
.thx_bt_text{
	position: absolute;
	z-index: 2;
	max-width: 463px;
	width: 68.69436%;
	top: 7%;
	left: 0;
	right: 0;
	margin: auto;
}
.thx_bt_wrap a{
	position: relative;
	z-index: 1;
	display: block;
	background: url("../img/thx_bt.webp")no-repeat center center;
	background-size: cover;
	border-radius: 3vw;
	transition: .2s;
	overflow: hidden;
	padding: 24.925816023% 0 0;
	box-shadow: 0 1.5vw 0 0 #019d4c;
}
.thx_bt_wrap a:hover{
	background: url("../img/thx_bt_over.webp")no-repeat center center;
	background-size: cover;
}
.thx_bt_wrap a::after {
	animation: 2.5s 0s shine linear infinite;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.7) 100%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-25deg);
	width: 50%;
}
.thx_footer{
	padding-bottom: 7%!important;
}
@media only screen and (min-width: 769px) {
.thx_footer{
	padding:32px 0 38px;
	}
}