@charset "utf-8";
/* reset
=============================================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
  list-style: none;
  font-style: inherit;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
  background:transparent;
}
html {
	height: 100%;
}
input, select {
	vertical-align:middle;
}
em {
  font-weight: bold;
}



/* Base
=============================================================================*/
body {
	height: 100%;
  margin: auto;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #FFF5F2;
	line-height: 1.8;
  text-align: center;
  color: #1b1b1b;
  transition: 1s;
}
img {
  vertical-align: bottom;
  height:auto;
  max-width:100%;
	/* max-height: 640px; */
}
#wrapper {
  margin: auto;
  width: 100%;
	min-width: 320px;
	max-width: 840px;
	overflow: hidden;
	position: relative;
	padding-top: 45px;
  min-height: 100%;
  transition: .3s;
	background: #fff;
}
section {
  position: relative;
	margin-bottom: 80px;
}
figure {
  margin: 0 auto 40px;
  text-align: center;
}
video {
	max-width: 100%;
}
@media screen and (min-width: 768px) {
	img {
		max-height: 580px;
	}
}
@media screen and (max-width: 767px) {
	#wrapper {
		padding-top: 27px;
	}
	section {
		/* padding: 0 4%; */
		margin-bottom: 55px;
	}
	figure.w90 {
		width: 90%;
	}
	figure.h35 img {
		height: 35px;
		width: auto;
	}
}
@media screen and (min-width: 641px){
	html {
		font-size: 25px;
	}
	.d-desktop-none {
		display: none;
	}
	.d-mobile-none {
		display: block;
	}
}
@media screen and (min-width:321px) and (max-width:640px){
	html {
		font-size: 18px;
	}
	.d-desktop-none {
		display: block;
	}
	.d-mobile-none {
		display: none;
	}
}
@media screen and (max-width:320px){
	html {
		font-size: 16px;
	}
	.d-desktop-none {
		display: block;
	}
	.d-mobile-none {
		display: none;
	}
}



/* text
=============================================================================*/
h2 {
	position: relative;
	font-size: 40px;
	font-weight: 700;
	background: #FF7700;
	color: #fff;
	padding: 7px 55px;
	margin-bottom: 30px;
	display: inline-block;
	white-space: nowrap;
}
h2::before, h2::after {
	content: '';
	background: url(../images/head-object.png) no-repeat;
	background-size: contain;
	position: absolute;
	width: 45px;
	height: 86px;
	bottom: 0;
	top: 0;
	margin: auto;
}
h2::before { left: -45px; }
h2::after { right: -45px; transform: scale(-1,1); }
@media screen and (max-width: 767px) {
	h2 {
		font-size: 20px;
		padding: 7px 5px;
	}
	h2::before, h2::after {
		width: 27px;
		height: 50px;
	}
	h2::before { left: -26px; }
	h2::after { right: -26px; }
}
h3 {
	width: 90%;
	margin: 0 auto 30px;
	background: #FFEFE1;
	border-top: solid 3px #FF7700;
	border-bottom: solid 3px #FF7700;
	font-size: 30px;
	padding: 7px 0;
}
h3.lh1-3,
h3.lh1-5 {
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
	h3 {
    border-top: solid 2px #FF7700;
    border-bottom: solid 2px #FF7700;
    font-size: 20px;
	}
}
h4 {
	font-size: 30px;
	line-height: 2.33333;
	font-weight: 700;
	display: grid;
	grid-template-columns: 260px 1fr;
	align-items: center;
	width: 85%;
	margin: 0 auto 40px;
	background: #F1F7FF;
	border-radius: 5px;
}
h4 .head1 {
	display: inline-block;
	background: #001FCC;
	color: #fff;
	border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 767px) {
	h4 {
		font-size: 20px;
		grid-template-columns: 1fr;
	}
	h4 .head1 {
		border-radius: 5px 5px 0 0;
	}
}
h5 {
	font-size: 38px;
	font-weight: 700;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
h5::before {
	content: '';
	background: url(../images/head-stripe.svg) no-repeat;
	background-size: contain;
	position: absolute;
	width: 711px;
	height: 11px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	h5 {
		font-size: 20px;
	}
	h5::before {
		width: 95%;
		height: 12%;
	}
}



/* text
=============================================================================*/
.text {
	position: relative;
  font-weight: normal;
	margin-bottom: 30px;
	z-index: 1;
}
.textBlue {
	color: #001FCC;
}
.textRed {
	color: #FE0050;
}
.textOrange {
	color: #FF7700;
}
small {
  font-size: 14px;
  line-height: 1.6;
}
.caption {
  font-size: 14px;
  line-height: 1.6;
  display: inline-block;
}
.caption.block {
  margin-top: 20px;
}
mark {
	background: #FFFABB;
	padding: 7px 10px;
}
mark.markBlue {
	background: #001FCC;
	color: #fff;
}
mark.markRed {
	background: #FE0050;
	color: #fff;
}
.num {
	background: #ECEFFF;
	color: #001FCC;
	font-weight: 700;
	min-width: 48px;
	height: 48px;
	display: inline-block;
	font-size: 30px;
	line-height: 43px;
	padding: 0 13.5px 0 14px;
	text-align: center;
	border: solid 3px #001FCC;
	border-radius: 6px;
	margin-right: 20px;
	box-sizing: border-box;
}
.line {
	border-bottom: solid 1.5px;
}
.img-note {
	font-size: 20px;
	text-align: right;
	width: 80%;
	margin: 0 auto 30px;
}
.note {
	font-size: 20px;
	width: 90%;
	margin: 0 auto 30px;
	text-align: right;
}
@media screen and (max-width: 767px) {
	mark {
    padding: 7px 0;
	}
	.text {
		padding: 0 4%;
	}
	.caption {
		font-size: 12px;
	}
	.num {
		min-width: 38px;
		height: 38px;
		font-size: 20px;
		line-height: 33px;
		padding: 0 8.5px 0 9px;
		border: solid 2px #001FCC;
		margin-right: 15px;
	}
	.img-note {
		font-size: 16px;
	}
	.note {
		font-size: 16px;
	}
}



/* font-size
=============================================================================*/
.fs20{ font-size: 20px; }
.fs28{ font-size: 28px; }
.fs30{ font-size: 30px; }
.fs40{ font-size: 40px; }
.fs60{ font-size: 60px; }
@media screen and (max-width: 767px) {
	.fs20{ font-size: 16px; }
	.fs28{ font-size: 20px; }
	.fs30{ font-size: 20px; }
	.fs40{ font-size: 26px; }
	.fs60{ font-size: 40px; }
}

/* line-height
=============================================================================*/
.lh1-2{ line-height: 1.2; }
.lh1-3{ line-height: 1.3; }
.lh1-5{ line-height: 1.5; }
.lh2{ line-height: 2; }
@media screen and (max-width: 767px) {
	.lh2-1_sp{ line-height: 2.1; }
}

/* Spacing
=============================================================================*/
.mB0{ margin-bottom: 0 !important; }
.mB20{ margin-bottom: 20px !important; }
.mB40{ margin-bottom: 40px !important; }
.mB50{ margin-bottom: 50px !important; }
.mB60{ margin-bottom: 60px !important; }
.mB80{ margin-bottom: 80px !important; }


/* max-height
=============================================================================*/
@media screen and (min-width: 768px) {
	img.mh850 {
		max-height: 850px;
	}
	img.mh750 {
		max-height: 750px;
	}
	img.mh650 {
		max-height: 650px;
	}
	img.mh530 {
		max-height: 530px;
	}
	img.mh500 {
		max-height: 500px;
	}
	img.mh465 {
		max-height: 465px;
	}
}



/* checkList
=============================================================================*/
.checkList {
	margin: 0 auto 25px;
	text-align: left;
	display: inline-block;
}
.checkList li {
	position: relative;
	font-size: 30px;
	line-height: 1.6;
	margin: 0 0 3px;
}
.checkList li:last-child {
	margin: 0;
}
@media screen and (max-width: 767px) {
	.checkList li {
		font-size: 20px;
	}


}
.checkList2 {
	background: #F1F7FF;
	padding: 25px 45px;
	border-radius: 10px;
	border: solid 3px #001FCC;
	display: block;
	width: calc(80% - 45px * 2);
	margin: 0 auto 33px;
}
.checkList2 li {
	padding-left: 50px;
	margin-bottom: 10px;
}
.checkList2 li::before {
	content: "";
	background: url(../images/icon-check.svg) no-repeat;
	background-size: contain;
	width: 34px;
	height: 34px;
	position: absolute;
	left: 0;
	top: 6px;
}
@media screen and (max-width: 767px) {
	.checkList2 {
    padding: 20px 25px;
    border: solid 2px #001FCC;
    width: calc(80% - 25px * 2);
	}
	.checkList2 li {
    padding-left: 35px;
    margin-bottom: 8px;
	}
	.checkList2 li::before {
		width: 24px;
		height: 24px;
		top: 5px;
	}
}
.checkList3 {
	background: #FFF5F2;
	padding: 25px 45px;
	border-radius: 10px;
	border: solid 3px #FE0050;
	display: block;
	width: calc(80% - 45px * 2);
	margin: 0 auto 33px;
}
.checkList3 li {
	padding-left: 50px;
	margin-bottom: 10px;
}
.checkList3 li::before {
	content: "";
	background: url(../images/icon-check-red.svg) no-repeat;
	background-size: contain;
	width: 34px;
	height: 34px;
	position: absolute;
	left: 0;
	top: 6px;
}
@media screen and (max-width: 767px) {
	.checkList3 {
    padding: 20px 25px;
    border: solid 2px #FE0050;
    width: calc(80% - 25px * 2);
	}
	.checkList3 li {
    padding-left: 35px;
    margin-bottom: 8px;
	}
	.checkList3 li::before {
		width: 24px;
		height: 24px;
		top: 5px;
	}
}


/* pointList
=============================================================================*/
.pointList {
	margin: 0 auto 33px;
	background: #F1F7FF;
	padding: 30px;
	border-radius: 10px;
	text-align: left;
	box-sizing: border-box;
	border: solid 3px #001FCC;
	width: 85%;
}
.pointList li {
	line-height: 1.6;
	margin: 0 0 20px 1em;
	text-indent: -1em;
}
.pointList li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.pointList {
		padding: 20px 15px;
		border: solid 2px #001FCC;
	}
}


/* voicelist
=============================================================================*/
.voicelist {
	margin-bottom: 30px;
}
.voicelist li {
	position: relative;
	background: #FFF3F7;
	border: solid 2px #FFA6C2;
	width: 85%;
	margin: 0 auto;
	border-radius: 50px;
}
.voicelist li:not(:last-child) {
	margin-bottom: 60px;
}
.voicelist li .name {
	background: #FE0050;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding: 5px 40px;
	border-radius: 30px;
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 150px;
}
.voicelist li .head {
	background: #fff;
	border-radius: 50px 50px 0 0;
	border-bottom: solid 2px #FFA6C2;
	font-size: 40px;
	line-height: 1.4;
	color: #FE0050;
	font-weight: 700;
	padding: 50px 50px 35px;
}
.voicelist li .head.left span {
	text-align: left;
	display: inline-block;
	font-size: 45px;
}
.voicelist li .text {
	padding: 40px 50px 50px;
	text-align: left;
	font-size: 30px;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.voicelist li {
		border-radius: 40px;
	}
	.voicelist li .name {
		top: -22px;
	}
	.voicelist li .head {
		border-radius: 40px 40px 0 0;
		font-size: 20px;
		padding: 40px 30px 25px;
	}
	.voicelist li .head.left span {
		font-size: 20px;
	}
	.voicelist li .text {
		padding: 20px 30px 30px;
		font-size: 18px;
	}
}

/* colorlist
=============================================================================*/
.colorlist{
	max-width:900px;
	margin:0 auto;
}
.colorlist .item{
	display:flex;
	align-items:center;
	width: 67%;
	margin: 0 auto 40px;
}
.colorlist .box{
	min-width:220px;
	padding: 6px 0;
	margin-right: 20px;
	text-align:center;
	color:#fff;
	font-size:22px;
	font-weight:700;
}
.colorlist .box.rose{ background:#FF5C4C; }
.colorlist .box.marron{ background:#660000; }
.colorlist .box.gray{ background:#666666; }

.colorlist .text{
	margin:0;
	font-size:25px;
	font-weight: 700;
	line-height:1.7;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.colorlist .item{
		display:block;
		width: 90%;
		margin-bottom: 30px;
	}
	.colorlist .box{
		margin-right: 0;
		margin-bottom: 12px;
		font-size:20px;
		padding: 2px 0;
	}
	.colorlist .text{
		font-size:18px;
	}
}

/* boxStripe
=============================================================================*/
.boxStripe {
	position: relative;
	width: 90%;
	margin: 0 auto 60px;
	padding: 40px 0;
}
.boxStripe::after {
	content: "";
	background: url(../images/bg-boxStripe.jpg) no-repeat;
	background-size: contain;
	width: 755px;
	height: 426px;
	position: absolute;
	left: 16px;
	top: -12px;
	z-index: 0;
}
.boxStripe::before {
	content: "";
	border: solid 4px #FF7700;
	width: 750px;
	height: 386px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.boxStripe {
		padding: 30px 0;
	}
	.boxStripe::after {
		width: 100%;
		height: 102%;
		background-repeat: repeat-y;
	}
	.boxStripe::before {
		border: solid 3px #FF7700;
		width: 99%;
		height: 91%;
	}
	.boxStripe .text .fs30 {
		font-size: 18px;
	}


}

/* boxPink
=============================================================================*/
.boxPink {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 40px 0;
	background: #FFF3F7;
	border: dashed 2px #FE0050;
}




/* btn
=============================================================================*/
.btn {
  width: 600px;
  margin: 55px auto 0;
}
@media screen and (max-width: 767px) {
  .btn {
		width: 95%;
		margin: 35px auto 0;
  }
}
@-webkit-keyframes animate1 {
	0% { -webkit-transform: skewX(9deg);}
	10% { -webkit-transform: skewX(-8deg);}
	20% { -webkit-transform: skewX(7deg);}
	30% { -webkit-transform: skewX(-6deg);}
	40% { -webkit-transform: skewX(5deg);}
	50% { -webkit-transform: skewX(-4deg);}
	60% { -webkit-transform: skewX(3deg);}
	70% { -webkit-transform: skewX(-2deg);}
	80% { -webkit-transform: skewX(1deg);}
	90% { -webkit-transform: skewX(0deg);}
	100% { -webkit-transform: skewX(0deg);}
}

@keyframes animate1 {
	0% { transform: skewX(9deg);}
	10% { transform: skewX(-8deg);}
	20% { transform: skewX(7deg);}
	30% { transform: skewX(-6deg);}
	40% { transform: skewX(5deg);}
	50% { transform: skewX(-4deg);}
	60% { transform: skewX(3deg);}
	70% { transform: skewX(-2deg);}
	80% { transform: skewX(1deg);}
	90% { transform: skewX(0deg);}
	100% { transform: skewX(0deg);}
}

@-webkit-keyframes animate2 {
	0% { -webkit-transform: translateX(0px);}
	45% { -webkit-transform: translateX(20px); }
	50% { -webkit-transform: translateX(25px); }
	55% { -webkit-transform: translateX(20px); }
	95% { -webkit-transform: translateX(0px); }
	100% { -webkit-transform: translateX(0px); }
}

@keyframes animate2 {
	0% { transform: translateX(0px);}
	45% { transform: translateX(20px); }
	50% { transform: translateX(25px); }
	55% { transform: translateX(20px); }
	95% { transform: translateX(0px); }
	100% { transform: translateX(0px); }
}

.animate{
	-webkit-animation-duration:2s;
	animation-duration:2s;

	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);

	-webkit-animation-name: animate1;
	animation-name: animate1;
	z-index:1;
}



/* title_box
=============================================================================*/
.title_box {
	margin: 0 0 40px;
}
.title_box h1 {
  font-size: 30px;
  line-height: 1.55;
  padding-bottom: 14px;
	border-bottom: 3px solid #FF7700;
	width: 90%;
	margin: 0 auto;
}
.title_box h1 mark {
	display: block;
	font-size: 50px;
	font-weight: 700;
	background: none;
	padding: 0;
}
.title_box h1 .text1 {
	font-size: 40px;
	margin-top: 2px;
	display: block;
}
.title_box h1 .text2 {
	font-size: 30px;
	margin-top: 20px;
	display: block;
}
.pr {
  color: #8f8f8f;
  font-size: 12px;
  text-align: right;
	width: 85%;
	margin: 20px auto;
}
@media screen and (max-width: 767px) {
	.title_box {
	  padding: 0 4%;
	}
	.title_box h1 mark {
    font-size: 30px;
	}
	.title_box h1 .text1 {
		font-size: 25px;
    line-height: 1.28em;
    margin-top: 8px;
	}
	.title_box h1 .text2 {
		font-size: 22px;
		margin-top: 10px;
	}
}


/* footerCta btn
=============================================================================*/
.footer__cta__btn {
  position: fixed;
	bottom: 5px;
	right: 10px;
  cursor: pointer;
  transition: .3s;
	max-width:400px;
	z-index:100;
  opacity: 0;
  visibility: hidden;
}
.footer__cta__btn.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px){
	.footer__cta__btn {
		width: 80vw;
		height:auto;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media screen and (min-width: 1422px){
	.footer__cta__btn {
		left: calc(50% + 310px);
	}
}



/* footer
=============================================================================*/
.footer {
  padding: 30px 0;
  font-size: .6em;
  font-weight: normal;
  color: #8f8f8f;
}
