@charset "UTF-8";
body {
		width: 100%;
		margin: 0 auto;
		font-size: 16px;
		font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", Georgia, 游明朝, HGS明朝E, serif;
		font-feature-settings: "pwid" 1;
		-webkit-font-smoothing: subpixel-antialiased;
		-moz-osx-font-smoothing: unset;
		-webkit-text-size-adjust: 100%;
		text-rendering: optimizeLegibility;
		word-wrap: break-word;
		color: #3d3d3d;
}

* {
		box-sizing: border-box;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
}

img {
		vertical-align: top;
		width:100%;
		height:auto;
		display: block;
		margin:0 auto;
}

li {
		list-style: none;
}

a {
		transition: .4s;
		text-decoration:none;
}

a:hover {
		opacity: .6;
}
header, main, footer ul {
		max-width: 580px;
		width: 100%;
		margin: 0 auto;
}

main > img {
		width: 100%;
}

div.lp_absolute{
	position:relative;
	display:block;
	width:100%;
}
.lp_btn{
	position:absolute;
	top:55%;
	left:5%;
	width:90%;
}
.lp_btn2nd{
	top:59%;
}
main form {
		width: 86%;
		display: block;
		margin: 0 auto;
}

main form .submit {
		width: 100%;
		margin: 13% auto;
		display: block;
}

main form .submit img,main form .submit input {
		width: 100%;
}

main .p_mark {
		width: 80%;
		margin: 0 auto 6%;
		display: block;
}

main .p_mark img {
		width: 100%;
}
.form_top{
	font-size: 22px;
	font-weight: bold;
	border-left: 4px solid #d02e67;
  padding-left: 2%;
	margin:5% 5% 2%;
}
.form_secondtop{
	text-align:center;
	font-size:14px;
}

.form_cont {
		font-size: 18px;
		margin-bottom: 2px;
}

.form_cont span {
		color: #d02e67;
		font-size: 13px;
		display: inline-block;
		vertical-align: bottom;
		margin-bottom: 4px;
		padding: 0 4px;
}

#form {
		margin: 16.2px auto;
}

#form .radio-group {
		display: block;
		width: 100%;
		height: 54px;
		padding-bottom: 6%;
		box-sizing: unset;
}

#form .radio-group label {
		cursor: pointer;
		float: left;
		padding: 3.3% 0;
		margin: 0 0 2%;
		font-size: 24px;
		font-weight: 500;
		background: #cbc2c7;
		color: #ffffff;
		text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
		box-shadow: 6px 3px 12px rgba(0, 0, 0, 0.2) inset, 3px 2px 3px rgba(0, 0, 0, 0.1) inset;
		width: 50%;
		line-height: 30px;
		text-align: center;
}

#form .radio-group label:nth-of-type(1) {
		border-radius: 8px 0 0 8px;
}

#form .radio-group label:nth-of-type(2) {
		border-radius: 0 8px 8px 0;
}

#form .radio-group input {
		display: none;
}

#form .radio-group input:checked + label {
		color: #fff;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
		box-shadow: 2px 4px 12px rgba(238, 148, 172, 0.6);
		background: #e56e98;
		background: -moz-linear-gradient(top, #e56e98 0%, #d02e67 100%);
		background: -webkit-linear-gradient(top, #e56e98 0%, #d02e67 100%);
		background: linear-gradient(to bottom, #e56e98 0%, #d02e67 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e56e98', endColorstr='#d02e67',GradientType=0 );
}

#select_form {
		width: 100%;
		margin-bottom: 6%;
}

#select_form select {
		font-size: 22px;
		border-radius: 0;
		border: solid 2px #cdcdcd;
		padding: 2% 4%;
		border-radius: 6px;
		margin-left: 2%;
}

#select_form select:nth-of-type(1) {
		margin-left: 0;
}

#select_form > span {
		font-size: 18px;
		font-weight: bold;
		vertical-align: bottom;
}

#select_form p:nth-of-type(2) {
		color: #d02e67;
		font-size: 14px;
		margin-top: 6px;
}

#name_form {
		position: relative;
		width: 100%;
}

#name_form input {
		width: 100%;
		font-size: 22px;
		border-radius: 0;
		padding: 2% 4%;
		border-radius: 6px;
		color: #3d3d3d !important;
		border: 2px solid #cdcdcd !important;
		-webkit-transition: 0.2s;
		transition: 0.2s;
}

#name_form input:focus {
		color: #3d3d3d !important;
		border: 2px solid rgba(241, 78, 124, 0.4) !important;
}

#name_form #e_name {
		position: absolute;
		bottom: -26px;
		width: 100%;
		text-align: center;
		color: #d02e67;
		font-weight: bold;
		animation: 2s tenmetu ease-in-out infinite;
		-webkit-animation: 2s tenmetu ease-in-out infinite;
}
#pmark {
	width: 30%;
	margin: 20px auto 5px;
}
#pmark>a{
	margin: 24px auto;
}
#footer_icon img{
width:100%;
}
#footer_icon,div.footermenu{
	background-color:aliceblue;
}
#footer_icon{
	display:flex;
	text-align:center;
	padding:0 10px;
}
#fortune_icon{
	width:50%;
	padding:0 5%;
	border-left: 1px solid #e5e5e5;
	margin:auto 0;
}
footer {
		width: 100%;
		display: block;
		text-align: cecnter;
}

footer .footer_list {
		background: #0a3d62;
		width: 100%;
}

footer ul {
		padding: 16px 9% 14px;
		text-align: center;
}

footer li {
		font-size: 15px;
		font-weight: bold;
		line-height: 1.8;
		display: inline-block;
		color: #fff;
		font-weight: 800;
}

footer li a {
		font-weight: 600;
		color: #fff;
		padding-right: 4px;
}

footer #copy {
		background: #072f4b;
		width: 100%;
		padding: 6px 0;
		display: block;
		color: #fff;
		font-size: 12px;
		text-align: center;
}

.howto {
		padding: 7% 3%;
		width: 100%;
}

.popup_content * {
		font-size: 14px !important;
}

.close_btn {
		top: 6px !important;
}

.popup_content {
		margin: 12px 2% !important;
		padding: 16px !important;
		border-radius: 8px !important;
}

.popup_content h1, .popup_content .price-exp h3 {
		font-size: 20px !important;
		margin-bottom: 7% !important;
		border-bottom: 3px solid #d02e67 !important;
}

.popup_content .agreement li {
		padding: 0 !important;
}

.popup_content .corp dt, .popup_content .agreement dt, .popup_content .policy dt, .popup_content .contact h1, .popup_content p.textarea1 {
		border-left: 6px solid #d02e67 !important;
		border-bottom: 1px solid #d02e67 !important;
}

@keyframes tenmetu {
		0% {
				opacity: 1;
		}
		50% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}

@-webkit-keyframes tenmetu {
		0% {
				opacity: 1;
		}
		50% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}

.submit {
		width: 94%;
		margin: 32px auto 32px;
}

.submit img {
		display: block;
		cursor: pointer;
}
*{
font-family:HiraKakuProN-W3,sans-serif;
}
div.FV_whole{
  position:relative;
}
div.FV_whole video{
  width:100%;
}
div.FV_text{
  position:absolute;
  height:100%;
  vertical-align:bottom;
  top:0;
  left:0;
}

.absolute{
  position:absolute;
}
.relative{
  position:relative;
}

div.cont1{
  width:80%;
  margin:5% auto;
  font-size:2rem;
}
div.cont3_1slide{
  width:100%;
  background-image: url(.././img/cont1_bg.jpg);
  background-position: top center;
  background-size: 100% auto;
  padding-top: 27%;
  margin:0 auto;
}
div.cont3_1slide img{
  margin:2% auto;
  width:91%;
  display:block;
  opacity:0;
}

@keyframes cont3_1img_frombottom {
  0% {
      opacity: 0;
      transform: translateY(80px);
  }

  40%{
    opacity:1
    transform: translateY(48x);
  }
  100% {
      opacity: 1;
      transform: translateY(0%);
  }
}
div.btn{
  width:70%;
  margin:auto;
  text-align:center;
  font-size:1.6rem;
}
div.btn p span{
  background:-moz-linear-gradient(white 0% 75% ,pink 75%);
  background:-webkit-linear-gradient(white 0% 75% ,pink 75%);
  background:linear-gradient(white 0% 75% ,pink 75%);
}
div.btn p.cont2{
  border:1px solid pink;
  background-color: pink;
  color:white;
  border-radius:12px;
  margin:30px auto;
  padding:0 50px;
  text-align:center;
  font-size:2rem;
}

div.lp_absolute{
  text-align:center;
}
div.lp_absolute a{
  /*border:1px solid #e56e98;
  background:#e33c5d;
  color:white;
  padding:10px 10%;*/
  font-size:20px;

  border-radius:8px;
  position:absolute;
  width:43%;
}
div.lp_absolute a img{
  box-shadow:2px 4px 12px rgb(238 148 172 / 60%);
}
a.text1{
  top:75%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes text1animation {
  0% {
			width:43%;
  }
  100% {
      opacity: 1;
			width:77%;
  }
}
a.text2{
  top:70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

p.img6text{
  top:12%;
  left:8%;
  font-size:min(7vw,46px);
}

#select_form select{
  font-size:min(5vw,30px);
}
#select_form > span {
    font-size:min(5vw,30px);
    vertical-align: middle;
}

#form .radio-group label {
  box-shadow:none;
  text-shadow:none;
  background:none;
  color:#e56e98;
  border:1px solid #e56e98;
}
#form .radio-group input:checked + label {
  background: #e56e98;
}

main form .submit{
  text-align:center;
}
main form .submit input{
  border:1px solid #e56e98;
  background:#e33c5d;
  color:white;
  width:100%;
  padding:10px 10%;
  font-size:24px;
  box-shadow:2px 4px 12px rgb(238 148 172 / 60%);
  border-radius:8px;
}
