@charset "utf-8";

/*　　ヘッダー
-------------------------------------------------------*/
.nav-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
 
@media screen and (min-width: 768px) and (max-width: 1023px){
}

@media screen and (max-width: 767px){
}

@media screen and (max-width: 767px) and (orientation : landscape) {
}







/*　　コンテンツ
-------------------------------------------------------*/
.img-spacer {
	display: block;
}
img {
	display: block;
}
.cnt-main .swiper-pagination {
	display: none;
}
.cnt-este {
	position: relative;
	background-color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	display: inline-block;	
}
.cnt-este .swiper-wrapper {
  align-items: stretch;
}
.cnt-este .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.cnt-este .inner-este {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cnt-este .inner-este .is-anim {
  transition: .6s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  transform: translateY(0px);
}
.cnt-este .swiper-button-prev {
	display: none;
}
.cnt-este .swiper-button-next {
  display: block;
  width: 30px;
  height: 40px;
  background-image: none;
  z-index: 10000;
}

.cnt-este2 {
	position: relative;
	background-color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	padding: 5px;
	margin: 10px 0;
	display: inline-block;	
}
.cnt-este2 .swiper-wrapper {
  align-items: stretch;
}
.cnt-este2 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.cnt-este2 .inner-este {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.cnt-este2 .swiper-slide div {
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(50px);
}
.cnt-este2 .swiper-slide .is-anim {
  transition: .6s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  transform: translateY(0px);
}
.cnt-este2 .swiper-button-prev {
	display: none;
}
.cnt-este2 .swiper-button-next {
  display: block;
  width: 50px;
  height: 50px;
  background-image: none;
  z-index: 10000;
}
.cnt-dekirukana .inner-dekirukana {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#fukidasi01 {
	position: absolute;
	top: 6.2%;
	left: 2%;
	width: 49.733333333333%;
	z-index: 10;
	transition: .6s ease-out 0s;
}
#fukidasi02 {
	position: absolute;
	top: 2.5%;
	left: 46.4%;
	width: 48.8%;
	z-index: 11;
	transition: .6s ease-out .2s;
}
#fukidasi03 {
	position: absolute;
	top: 38.4%;
	right: 56.8%;
	width: 46.8%;
	z-index: 13;
	transition: .6s ease-out .4s;
}
#fukidasi04 {
	position: absolute;
	top: 37.6%;
	left: 60.666666666667%;
	width: 42.8%;
	z-index: 14;
	transition: .6s ease-out .6s;
}
#fukidasi05 {
	position: absolute;
	top: 51.8%;
	left: 21.6%;
	width: 58%;
	z-index: 15;
	transition: .6s ease-out .8s;
}
.mov-fukidasi {
	opacity: 0;
}
.mov-fukidasi-act {
	transform: translateY(20px);
	opacity: 1;
}
.fukidasi-woman {
	position: absolute;
	top: 27.688504326329%;
	left: 31.066666666667%;
	width: 40.933333333333%;
	z-index: 12;
}



.cnt-saiyouritsu {
}
.cnt-bosyu {
	padding-bottom: 15px;
	background-color: #ffe6e9;
}
.cnt-bosyu .inner-bosyu {
	margin: 20px 15px 0;
	padding: 10px;
	background-color: #fff;
	border-radius: 8px;
}
.cnt-bosyu .inner-bosyu .tit-bosyu01 {
	margin-top: 15px;
	font-size: 16px;
	color: #901525;
	font-weight: bold;
	padding: 8px 15px;
	background-color: #ffeef3;
}
.cnt-bosyu .inner-bosyu .table-bosyu {
	width: 100%;
}
.cnt-bosyu .inner-bosyu .table-bosyu td {
	vertical-align: top;
	padding-top: 10px;
}
#slider-t {
	margin-top: 10px;
}
#slider-t.slider-pro { 
	font-family: 'Open Sans', Arial;
}
#slider-t.slider-pro .sp-selected-thumbnail {
	border: none;
	opacity:0.7; filter: alpha(opacity=70); -ms-filter: "alpha( opacity=70 )";
}

.cnt-mensetsu {
}
.cnt-keredo {
}
.cnt-merit01 {
}
#tit-merit01 {
	display: block;
	margin: 0;
}
@keyframes tada { 
    0% {transform: scale(1);} 
    10%, 20% {transform: scale(0.9) rotate(-3deg);} 
    30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);} 
    40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);} 
    100% {transform: scale(1) rotate(0);} 
} 
.mov-tada { 
	animation-name: tada;
	animation-play-state: running;
	animation-duration: 2s;
	animation-fill-mode: both;
	animation-iteration-count: 1; 
}
.cnt-merit01 .inner-merit {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#merit-detail {
	position: absolute;
	top: 0;
	margin: 0 auto;
}
@keyframes bounceIn { 
    0% { 
        opacity: 0; 
        transform: scale(.5); 
    } 

    50% { 
        opacity: 1; 
        transform: scale(1.05); 
    } 

    70% { 
        transform: scale(.9); 
    } 

    100% {
				opacity: 1;  
        transform: scale(1); 
    } 
} 
.mov-bounceIn-off {
	opacity: 0;
}
.mov-bounceIn { 
    animation-name: bounceIn;
		animation-play-state: running;
		animation-duration: 2s; 
    animation-fill-mode: both; 
    animation-iteration-count: 1; 
}
.cnt-episode {
}
.cnt-merit2 {
}
.cnt-campaign {
}
.cnt-flow {
	padding-bottom: 30px;
	background-color: #cbf5fb;
}
.cnt-flow .inner-flow {
	margin: 20px 15px 0;
	padding: 30px 10px;
	background-color: #fff;
	border-radius: 8px;
}
.cnt-flow .inner-flow .tit-flow01 {
	margin-top: 30px;
	padding: 8px 15px;
	font-size: 16px;
	border-top: 1px solid #77c5d1;
	border-bottom: 1px solid #77c5d1;
	color: #46a0ae;
	font-weight: bold;
}
.cnt-flow .inner-flow .tit-flow01 .step {
	color: #7f96e4;
	font-weight: bold;
	margin-right: 15px;
}
.cnt-faq .tit-faq01 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	padding: 8px 10px;
	text-align: center;
	background-color: #e8e8cd;
}
.cnt-faq .table-faq .txt01 {
	padding: 10px 0 10px;
	color: #e4236c;
	font-size: 18px;
	font-weight: bold;
}
.cnt-faq .table-faq .txt02 {
	padding: 10px 0 10px 10px; 
}
.cnt-faq .table-faq .txt02 h4 {
	margin-bottom: 5px;
	color: #e4236c;
	font-size: 18px;
	font-weight: bold;
}




.btn01 {
	display: block;
	padding: 15px;
	text-align: center;
	color: #fff;
	background-color: #00c402;
	background-image: url(../images/arrow_01.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.btn01:hover {
	color: #fff;
	background-color: #009502;
}



/*　　お問い合わせフォーム
-------------------------------------------------------*/
.cnt-contact {
	background-color: #e8e8cd;
	padding-bottom: 30px;
}
.cnt-contact .tit-contact {
	position: relative;
	color: #fff;
	text-align: center;
	padding: 10px;
	background-color: #783b1e;
	border-radius: 8px;
	behavior: url(/js/PIE.htc);
}
.table02 {
	width: 100%;
}
.table02 tr {
	border-bottom: 1px dotted #ccc;
}
.table02 tr.no-line {
	border-bottom: 0;
}
.table02 td {
	padding: 10px 5px;
	text-align: left;
}

.contactForm {
	margin: 25px 0 0;
	padding: 10px;
	background-color: #fff;
}
.contactForm .pan {
	display: none;
}
.contactForm dl {
	overflow:hidden;
	zoom:1;
	font-weight: 500;
	border-bottom: 1px solid #000;
}
.contactForm .top {
	border-top: 1px solid #ccc;
}
.contactForm dl dt { padding: 10px 0 0; font-size: 16px; font-size: 1.6rem; font-weight: 500;} 
.contactForm dl dd { padding: 10px 0;} 
.contactForm dl dd input { margin:-1px 3px 2px 0; padding: 3px; font-size: 16px; font-size: 1.6rem; vertical-align:middle; border: 1px solid #ccc;}
.contactForm dl dd select {
	font-size: 16px; font-size: 1.6rem;
	line-height:1.6;
	padding: 3px;
	background: #f5f5f5;
	border: 1px solid #ccc;
}

.contactForm dl dd .select1 { font-size: 16px; font-size: 1.6rem; width: 50%; line-height:1.6; padding: 3px; border: 1px solid #ccc;}
.contactForm dl dd .select2 { font-size: 16px; font-size: 1.6rem; width: 60px; line-height:1.6; padding: 3px; border: 1px solid #ccc;}
.contactForm dl dd .size1 { font-size: 16px; font-size: 1.6rem; width: 10%; line-height:1.6; padding: 3px;}
.contactForm dl dd .size2 { font-size: 16px; font-size: 1.6rem; width: 20%; line-height:1.6; padding: 3px;}
.contactForm dl dd .size3 { font-size: 16px; font-size: 1.6rem; width: 30%; line-height:1.6; padding: 3px;}
.contactForm dl dd .size4 { font-size: 16px; font-size: 1.6rem; width: 40%; line-height:1.6; padding: 3px;}
.contactForm dl dd .size5 { font-size: 16px; font-size: 1.6rem; width: 50%; line-height:1.6; padding: 3px;}
.contactForm dl dd .size6 { font-size: 16px; font-size: 1.6rem; width: 60%; line-height:1.6; padding: 3px;}
.contactForm dl dd .size7 { font-size: 16px; font-size: 1.6rem; width: 70%; line-height:1.6; padding: 3px;}
.contactForm dl dd .size8 { font-size: 16px; font-size: 1.6rem; width: 80%; line-height:1.6; padding: 3px;}
.contactForm dl dd .size9 { font-size: 16px; font-size: 1.6rem; width: 90%; line-height:1.6; padding: 3px;}
.contactForm dl dd .size10 { font-size: 16px; font-size: 1.6rem; width: 100%; line-height:1.6; padding: 3px;}
.contactForm dl dd .size-set { font-size: 16px; font-size: 1.6rem; width: 30%; line-height:1.6; padding: 3px;}
.contactForm dl dd textarea { padding: 3px; font-size: 16px; font-size: 1.6rem;}
.contactForm dl dd .size-add { font-size: 16px; font-size: 1.6rem; width: 100%; height: 100px; padding: 3px; border: 1px solid #ccc;}
.contactForm dl dd .size-question { font-size: 16px; font-size: 1.6rem; width: 100%; height: 150px; padding: 3px; border: 1px solid #ccc;}
.contactForm dl dd .radio1 { margin-left:15px; margin-right: 5px;}
.contactForm .btn-box {
	padding-top: 30px;
	border-top: 1px solid #ccc !important;
	text-align: center;
}
.contactForm .btn-send {
	position: relative;
	-webkit-appearance: none;
	font-size: 20px; font-size: 2.0rem;
	font-weight: 700;
	padding: 18px;
	width: 80%;
	margin: 0 5px 0;
	cursor: pointer;
	border:none;
	color:#fff;
	background: linear-gradient(#be555f, #762028);
	border-radius: 8px;
	behavior: url(/js/PIE.htc);
}
.contactForm .btn-send:hover { background: linear-gradient(#e3848e, #95313a);}
.contactForm .btn-send2 {
	position: relative;
	-webkit-appearance: none;
	font-size: 20px; font-size: 2.0rem;
	font-weight: 700;
	padding: 18px;
	width: 40%;
	margin: 0 5px 0;
	cursor: pointer;
	border:none;
	color:#fff;
	background: linear-gradient(#be555f, #762028);
	border-radius: 8px;
	behavior: url(/js/PIE.htc);
}
.contactForm .btn-send2:hover { background: linear-gradient(#e3848e, #95313a);}
.btn-back {
	display: block;
	position: relative;
	padding: 18px;
	width: 80%;
	margin: 0 auto;
	font-size: 20px; font-size: 2.0rem;
	font-weight: 700;
	text-align: center;
	color:#fff;
	background: linear-gradient(#be555f, #762028);
	border-radius: 8px;
	behavior: url(/js/PIE.htc);
}
.btn-back:hover { background: linear-gradient(#e3848e, #95313a);}

/*.stickyBtn{
  position: fixed;
  top: 40%;
	right:15px;
	font-size: 14px;
	z-index: 100;
}
.stickyBtn a{
	display: block;
	padding: 15px;
	text-align: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
	color: #fff;
	background-color: #00c402;
	border-radius: 8px;
}
.stickyBtn a:hover{
	opacity: 0.85;
}*/

