@charset "UTF-8";

/*common
===============================*/
#main{
	box-sizing: border-box;
	color:333333;
	font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;;
	font-weight:600;
}
#main img{
	vertical-align:top;
  pointer-events: none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}
.flexBox {
	display: flex;
}
.spOnly {
	display: none;
}
.secInner {
	max-width: 1570px;
	margin: 0 auto;
}
.secInner h3 {
	margin-bottom: 40px;
	text-align: center;
}
.cyanTxt {
	color: #29cdda;
}
.pinkTxt {
	color: #ff2f77;
}
@media screen and (min-width: 768px) and (max-width:1569px) {
	.secInner {
		max-width: 100%;
		margin: 0 20px;
	}
}
@media screen and (max-width:767.98px) {
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
	.secInner {
		max-width: 100%;
		margin: 0 5px;
	}
	.secInner h3 {
		margin: 36px 0 20px;
		padding: 0 20px;
	}
}
/*=============================*/


/*kvArea
===============================*/
.kvArea h1 {
	margin: 0 10px;
}
/*.kvArea img {
	max-width: none;
}*/
/*=============================*/


/*courseArea
===============================*/
.courseArea {
	position: relative;
	margin: 95px 0;
	padding: 32px 0 34px;
	background: #ff2f78;
	overflow-x: clip;
	-weblit-overflow-x: clip;
	-ms-overflow-x: clip;
	filter: drop-shadow(2px 8px 4px rgba(170, 170, 170, 0.8));
}
.courseArea::before {
	position: absolute;
	content: '';
	width: 110%;
	height: 50px;
	top: -49px;
	left: -55px;
	background: url("../img/bgParts_01.png");
	background-repeat: repeat-x;
	transform: scaleY(-1);
}
.courseArea::after {
	position: absolute;
	content: '';
	width: 110%;
	height: 50px;
	bottom: -49px;
	background: url("../img/bgParts_01.png");
	background-repeat: repeat-x;
}
.courseArea h2 {
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	text-shadow:
    0 3px 0 #ff2f77,
    0px 4.5px 0 #f8ff2f;
}
.courseArea ul {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
	padding: 27px 70px;
	background: #fff;
}
.courseArea ul::before {
	position: absolute;
	content: '';
	top: 18px;
	left: 20px;
	width: 20px;
	height: 19px;
	background: url("../img/bgParts_02.png") no-repeat;
}
.courseArea ul::after {
	position: absolute;
	content: '';
	top: 18px;
	right: 20px;
	width: 20px;
	height: 19px;
	background: url("../img/bgParts_02.png") no-repeat;
}
.courseArea li {
	position: relative;
	display: flex;
	padding: 30px 0 35px;
	border-top: 1px solid #ff2f78;
	border-bottom: 1px solid #ff2f78;
}
.courseArea li:nth-of-type(n+2) {
	border-top: none;
}
.courseArea li::before {
	position: absolute;
	content: '';
	bottom: -10px;
	left: -49px;
	width: 20px;
	height: 19px;
	background: url("../img/bgParts_02.png") no-repeat;
}
.courseArea li::after {
	position: absolute;
	content: '';
	bottom: -10px;
	right: -49px;
	width: 20px;
	height: 19px;
	background: url("../img/bgParts_02.png") no-repeat;
}
.courseArea .crs_num01 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 81px;
	height: 35px;
	padding: 8px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	background: #ff2f77;
}
.courseArea .crs_tit01 {
	width: 100%;
}
.courseArea .crs_tit01 a {
	color: #333333;
	font-size: 2.4rem;
	font-weight: bold;
}
.courseArea .titPriceWrap {
	width: 100%;
	margin-left: 20px;
}
.courseArea .priceWrap {
	width: 50%;
	margin-left: 20px;
	text-align: right;
}
.courseArea .crs_txt01 {
	font-size: 1.4rem;
	letter-spacing: -1px;
}
.courseArea .fuelSurcharge {
	margin: 5px 0;
	font-size: 1.2rem;
	letter-spacing: -1px;
}
.courseArea .crs_price01 {
	color: #d82838;
	font-size: 2.8rem;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.courseArea .crs_tit01 a:hover {
		color: #cc0d21;
	}
}

/*btn*/
.courseArea .btnwrap {
	margin-top: 27px;
	text-align: center;
}
.courseArea button {
	background: #fff;
	border: 3px solid #ff2f77;
	border-radius: 50px;
	filter: drop-shadow(5px 5px 0px rgba(247, 255, 47, 1));
}
.courseArea button a {
	position: relative;
	display: block;
	width: 100%;
	padding: 12px 135px;
	color: #ff2f77;
	font-size: 2.6rem;
	font-weight: bold;
}
.courseArea button a::after {
	position: absolute;
	content: '→';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	top: 50%;
	right: 27px;
	transform: translateY(-50%);
	color: #fff;
	font-size: 2.7rem;
	font-weight: bold;
	background: #ff2f77;
	border-radius: 50%;
}
@media screen and (min-width: 768px) {
	.courseArea button {
		transition: all .3s;
	}
	.courseArea button:hover {
		filter: drop-shadow(0px 0px 0px rgba(247, 255, 47, 1));
		transform: translate(5px, 5px);
		transition: all .3s;
	}
	.courseArea button a span {
		display: inline-block;
		transition: all .6s;
	}
	.courseArea button a:hover span {
		transition: all .6s;
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
	.courseArea button a:hover span:nth-of-type(1) {
		-webkit-transition-delay: .02s;
		transition-delay: .02s;
	}
	.courseArea button a:hover span:nth-of-type(2) {
		-webkit-transition-delay: .04s;
		transition-delay: .04s;
	}
	.courseArea button a:hover span:nth-of-type(3) {
		-webkit-transition-delay: .06s;
		transition-delay: .06s;
	}
	.courseArea button a:hover span:nth-of-type(4) {
		-webkit-transition-delay: .08s;
		transition-delay: .08s;
	}
	.courseArea button a:hover span:nth-of-type(5) {
		-webkit-transition-delay: .1s;
		transition-delay: .1s;
	}
	.courseArea button a:hover span:nth-of-type(6) {
		-webkit-transition-delay: .12s;
		transition-delay: .12s;
	}
	.courseArea button a:hover span:nth-of-type(7) {
		-webkit-transition-delay: .14s;
		transition-delay: .14s;
	}
	.courseArea button a:hover span:nth-of-type(8) {
		-webkit-transition-delay: .16s;
		transition-delay: .16s;
	}
	.courseArea button a:hover span:nth-of-type(9) {
		-webkit-transition-delay: .18s;
		transition-delay: .18s;
	}
	.courseArea button a:hover span:nth-of-type(10) {
		-webkit-transition-delay: .2s;
		transition-delay: .2s;
	}
	.courseArea button a:hover span:nth-of-type(11) {
		-webkit-transition-delay: .22s;
		transition-delay: .22s;
	}
	.courseArea button a:hover span:nth-of-type(12) {
		-webkit-transition-delay: .24s;
		transition-delay: .24s;
	}
	.courseArea button a:hover span:nth-of-type(13) {
		-webkit-transition-delay: .26s;
		transition-delay: .26s;
	}
	.courseArea button a:hover span:nth-of-type(14) {
		-webkit-transition-delay: .28s;
		transition-delay: .28s;
	}
}

@media screen and (max-width:767.98px) {
	.courseArea {
		margin: 29px 0;
		padding: 20px 0 35px;
	}
	.courseArea::before {
		width: 100%;
		left: 0;
		background-size: 12%;
	}
	.courseArea::after {
		width: 100%;
		background-size: 12%;
	}
	.courseArea h2 {
		margin: 5px 0 25px;
		padding: 0 20px;
	}
	.courseArea ul {
		margin-top: 17px;
    padding: 9px 24px;
	}
	.courseArea ul::before {
		top: 5px;
    left: 5px;
		width: 9px;
		height: 8px;
		background-size: contain;
	}
	.courseArea ul::after {
		top: 5px;
    right: 5px;
		width: 9px;
		height: 8px;
		background-size: contain;
	}
	.courseArea li,
	.courseArea .flexBox {
		display: block;
	}
	.courseArea li {
		padding: 10px 0;
	}
	.courseArea li::before {
		position: absolute;
		content: '';
		bottom: -4px;
		left: -19px;
		width: 9px;
		height: 8px;
		background-size: contain;
	}
	.courseArea li::after {
		position: absolute;
		content: '';
		bottom: -4px;
		right: -19px;
		width: 9px;
		height: 8px;
		background-size: contain;
	}
	.courseArea .titPriceWrap {
		margin: 10px 0 0 0;
	}
	.courseArea .priceWrap {
    width: 100%;
		margin: 15px 0 0 0;
		line-height: 1.4;
	}
	.courseArea .crs_num01 {
		display: inline-block;
		width: auto;
		height: auto;
		padding: 2px 8px 1px;
		font-size: 1.8rem;
	}
	.courseArea .crs_tit01 a {
		font-size: 1.5rem;
	}
	.courseArea .crs_txt01 {
		font-size: 1.1rem;
	}
	.courseArea .fuelSurcharge {
		font-size: 1rem;
	}
	.courseArea .crs_price01 {
		font-size: 2.2rem;
	}
	
	/*btn*/
	.courseArea .btnwrap {
    margin-top: 20px;
	}
	.courseArea button {
		width: 90%;
    border: 2px solid #ff2f77;
	}
	.courseArea button a {
		padding: 11px 10px 11px 0;
    font-size: 2rem;
	}
	.courseArea .btnwrap:nth-of-type(2) button a {
		font-size: 1.5rem;
	}
	.courseArea button a::after {
    width: 30px;
    height: 29px;
    right: 10px;
    font-size: 1.8rem;
	}
}
@media screen and (max-width:359px) {
	.courseArea button a {
    font-size: 1.8rem;
	}
	.courseArea .btnwrap:nth-of-type(2) button a {
		font-size: 1.2rem;
	}
}
/*=============================*/


/*pointArea
===============================*/
.pointArea {
	position: relative;
}
.pointArea::after {
	position: absolute;
	content: '';
	bottom: -130px;
	left: 50%;
	transform: translateX(-50%);
  max-width: 1880px;
  width: 100%;
	height: 97px;
	background: url("../img/bgParts_07.png") no-repeat;
}
.pointArea .secInner {
	max-width: 1803px;
	margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width:1802px) {
	.pointArea .secInner {
		max-width: 100%;
		margin: 0 20px;
	}
}
.pointArea h3 {
	position: relative;
	z-index: 0
}
.pointArea h3::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 475px;
	height: 77px;
	background: url("../img/bgParts_06.png") no-repeat;
	z-index: -1;
}
.pointArea h3::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 475px;
	height: 77px;
	background: url("../img/bgParts_06.png") no-repeat;
	z-index: -1;
}
.pointArea .flexBox {
	justify-content: center;
    gap:30px;
}
.pointArea .oneBlock {
	max-width: 575px;
	width: 100%;
	margin-right: 15px;
	padding: 38px 25px 25px 25px;
	border: 2px solid #21cbd8;
	border-radius: 30px;
	box-shadow: 0 7px 0 #21cbd8;
}
.pointArea .oneBlock:nth-of-type(3n) {
	margin-right: 0;
}
.pointArea .oneBlock .singleImg {
	display: flex;
	justify-content: center;
	margin: 25px auto 30px;
}
.pointArea .oneBlock .swiper {
	max-width: 460px;
	width: 100%!important;
	margin: 25px auto 30px;
	border-radius: 24px;
	overflow: hidden;
}
.pointArea .oneBlock figure img {
	border-radius: 24px;
}
.pointArea .titBox {
	display: flex;
}
.pointArea .numTxt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65px;
	height: 65px;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	background: #21cbd8;
	border-radius: 50%;
}
.pointArea .oneBlock_tit {
	max-width: 81%;
	margin-left: 15px;
	color: #21cbd8;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: -2px;
}
.pointArea .oneBlock > p {
	max-width: 520px;
	padding: 16px 15px;
	font-size: 1.8rem;
	background: #e4f6f7;
	border-radius: 20px;
}

@media screen and (min-width:768px) and (max-width:1439px) {
	.pointArea .oneBlock_tit {
    max-width: 75%;
	}
}
@media screen and (max-width:767.98px) {
	.pointArea::after {
		bottom: -65px;
		width: 313px;
		height: 51px;
		background: url("../img/bgParts_06.png") no-repeat;
		background-size: contain;
	}
	.pointArea h3::before,
	.pointArea h3::after {
		display: none;
	}
	.pointArea .secInner {
		max-width: 100%;
		margin: 0 5px;
	}
	.pointArea .flexBox {
		display: block;
	}
	.pointArea .oneBlock {
		max-width: 100%;
		margin-right: 15px;
		padding: 15px;
		border: 1px solid #21cbd8;
		box-shadow: 0 4px 0 #21cbd8;
	}
	.pointArea .oneBlock:nth-of-type(n+2) {
		margin-top: 25px;
	}
	.pointArea .numTxt {
		width: 26px;
		height: 26px;
		font-size: 1.2rem;
	}
	.pointArea .oneBlock_tit {
		max-width: 88%;
		margin-left: 4px;
		font-size: 1.6rem;
		letter-spacing: -2px;
	}
	.pointArea .oneBlock > p {
		max-width: 100%;
		padding: 10px 12px;
		font-size: 1.4rem;
		background: #e4f6f7;
		border-radius: 20px;
	}
	.pointArea .oneBlock .swiper,
	.pointArea .oneBlock .singleImg {
		margin: 15px 0 20px;
	}
}

/*=============================*/


/*imgArea_01
===============================*/
.imgArea_01 {
	position: relative;
	margin-top: 160px;
}
.imgArea_01::before {
	position: absolute;
	content: '';
	top: -20px;
	width: 100%;
	height: 20px;
	background: url("../img/bgParts_03.png");
}
.imgArea_01::after {
	position: absolute;
	content: '';
	bottom: -20px;
	width: 100%;
	height: 20px;
	background: url("../img/bgParts_03.png");
}
.imgArea_01 figure {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.imgArea_01 figure img {
	position: relative;
	z-index: 5;
}
.imgArea_01 figure::before {
	content: "";
  position: absolute;
	width: 110%;
  height: 110%;
  top: -10%;
  left: -5%;
  background-size: cover;
  background-image: url("../img/img_01.jpg");
  background-repeat: inherit;
  background-position: inherit;
  filter: blur(8px);
	z-index: 4;
}
.imgArea_01 figure span {
	position: relative;
	display: inline-block;
}
.imgArea_01 figure span::after {
	content: "";
  position: absolute;
	width: 442px;
  height: 235px;
  top: 34px;
  right: -50px;
  background: url("../img/bubbleTxt_01.png") no-repeat;
	transform: rotate(10deg);
	z-index: 5;
}

@media screen and (max-width:767.98px) {
	.imgArea_01 {
		margin-top: 80px;
	}
	.imgArea_01::before {
    top: -10px;
    background-repeat: repeat-x;
    background-size: 35%;
	}
	.imgArea_01::after {
		bottom: -17px;
    background-repeat: repeat-x;
    background-size: 35%;
	}
	.imgArea_01 figure span::after {
		display: none;
	}
	.imgArea_01 .figureWrap {
		position: relative;
	}
	.imgArea_01 .figureWrap::after {
		content: "";
		position: absolute;
    width: 151px;
    height: 81px;
    top: -30px;
    right: 10px;
		background: url("../img/bubbleTxt_02.png") no-repeat;
    background-size: contain;
		transform: rotate(10deg);
		z-index: 5;
	}
}
@media screen and (min-width:600px) and (max-width:767.98px) {
	.imgArea_01 .figureWrap::after {
    top: 3%;
    right: 10%;
	}
}
@media screen and (min-width:429px) and (max-width:599px) {
	.imgArea_01 .figureWrap::after {
    top: -20px;
    right: 25px;
	}
}
@media screen and (max-width:359px) {
	.imgArea_01 .figureWrap::after {
    top: -35px;
    right: -5px;
	}
}
/*=============================*/


/*morePointArea
===============================*/
.morePointArea {
	position: relative;
	margin-top: 160px;
	padding-bottom: 77px;
	background: #ff2f77;
}
.morePointArea .morePointWrap {
	padding: 37px 0 31px;
	background: url("../img/bg_01.jpg");
}
.morePointArea h2 span {
	position: relative;
}
.morePointArea h2 span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -50px;
	transform: translateY(-50%);
	width: 26px;
	height: 28px;
	background: url("../img/titIcon_01.png") no-repeat;
}
.morePointArea h2 span::after {
	position: absolute;
	content: '';
	top: 50%;
	right: -50px;
	transform: translateY(-50%);
	width: 26px;
	height: 28px;
	background: url("../img/titIcon_01.png") no-repeat;
}
.morePointArea .bubbleTxt {
	position: absolute;
	top: -72px;
	left: 50%;
	padding: 12px 22px;
	color: #ffd737;
	font-size: 3.2rem;
	font-weight: bold;
	transform: translateX(-50%);
	background: #ff2f77;
	border: 3px solid #fff;
	border-radius: 27px;
}
.morePointArea .bubbleTxt::before {
	position: absolute;
  content: '';
  bottom: -45px;
  left: 50%;
	transform: translateX(-50%);
  border: 21px solid transparent;
  border-top: 24px solid #fff;
}
.morePointArea .bubbleTxt::after {
  position: absolute;
  content: '';
  bottom: -36px;
  left: 50%;
	transform: translateX(-50%);
  border: 17px solid transparent;
  border-top: 20px solid #ff2f77;
}
.morePointArea h2 {
	margin: 0;
	padding: 25px 0;
	color: #fff;
	font-size: 3.2rem;
	text-align: center;
}
.morePointArea .flexBox {
	justify-content: space-between;
}
.morePointArea .oneBlock {
	position: relative;
	width: 734px;
	padding: 28px 45px 37px 30px;
	background: #fff;
	border: 2px solid #bac1c1;
	border-radius: 30px;
	box-shadow: 0 7px 0 #bac1c1;
}
.morePointArea .oneBlock.wid100 {
	width: 100%;
	margin-top: 70px;
}
.morePointArea .flexBox .oneBlock {
	margin-right: 15px;
}
.morePointArea .flexBox .oneBlock:nth-of-type(2n) {
	margin-right: 0;
}
.morePointArea .titBox {
	display: flex;
	justify-content: space-between;
}
.morePointArea .numBlock {
	position: absolute;
	top: 0;
	left: 32px;
	padding: 20px 7px 0 5px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #ff2f77;
}
.morePointArea .numBlock::before {
	position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  border: 20px solid transparent;
  border-left: 40px solid #ff2f77;
}
.morePointArea .numBlock::after {
	position: absolute;
  content: '';
  bottom: -20px;
  right: 0;
  border: 20px solid transparent;
  border-right: 40px solid #ff2f77;
}
.morePointArea .archTxt {
	line-height: 1;
	letter-spacing: -1.5px;
}
.morePointArea .numTxt {
	font-size: 3rem;
}
.morePointArea .oneBlock_tit {
	min-height: 80px;
	margin-left: 95px;
	color: #ff2f77;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: -2px;
}
.morePointArea .oneBlock_tit .smallTit {
	font-size: 2.2rem;
}
.morePointArea .txtArea {
	width: 100%;
}
.morePointArea .oneBlock.wid100 .txtArea {
	width: 59%;
}
.morePointArea .txtArea .innerBlock:nth-of-type(n+2) {
	margin-top: 20px;
}
.morePointArea .roundTxt {
	margin-top: 15px;
	padding: 13px 16px;
	font-size: 1.8rem;
	background: #fff0f5;
	border-radius: 25px;
}
.morePointArea .roundTxt_tit {
	font-size: 2.2rem;
}
.morePointArea .roundTxt .pinkTxt:nth-of-type(n+2) {
	font-size: 2.6rem;
	font-weight: bold;
}

/*imgArea_02*/
.imgArea_02 {
	margin-top: 20px;
	padding: 40px 0 30px;
	text-align: center;
	background: rgb(255, 255, 255, .5);
}

/*swiper*/
.morePointArea .oneBlock .thumbnailSlider {
	margin-left: 25px;
}
.morePointArea .oneBlock .swiper {
	max-width: 555px;
	width: 100%!important;
	margin: 0 auto 30px;
	overflow: hidden;
}
.morePointArea .oneBlock .swiper.slider_01 {
	border-radius: 24px;
}
.morePointArea .oneBlock figure img {
	border-radius: 24px;
}

@media print, screen and (min-width: 768px) {
}
@media screen and (max-width:767.98px) {
	.morePointArea {
		margin-top: 100px;
    padding-bottom: 35px;
	}
	.morePointArea h2 span::before,
	.morePointArea h2 span::after {
		display: none;
	}
	.morePointArea .bubbleTxt {
    position: absolute;
    top: -60px;
    left: 50%;
    padding: 12px 18px;
    font-size: 2.1rem;
    font-weight: bold;
    border: 2px solid #fff;
    border-radius: 15px;
	}
	.morePointArea .bubbleTxt::before {
    position: absolute;
    content: '';
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    border: 15px solid transparent;
    border-top: 19px solid #fff;
	}
	.morePointArea .bubbleTxt::after {
    position: absolute;
    content: '';
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    border: 13px solid transparent;
    border-top: 16px solid #ff2f77;
	}
	.morePointArea h2 {
    margin: 0;
    padding: 20px 0;
    font-size: 2.1rem;
	}
	.morePointArea .flexBox {
		display: block;
	}
	.morePointArea .oneBlock {
    width: 100%;
		padding: 17px 10px 20px;
		border-radius: 20px;
    box-shadow: 0 4px 0 #bac1c1;
	}
	.morePointArea .oneBlock:nth-of-type(n+2) {
		margin-top: 30px;
	}
	.morePointArea .oneBlock.wid100 {
    margin-top: 30px;
	}
	.morePointArea .oneBlock_tit {
		min-height: 70px;
		margin-left: 85px;
    font-size: 1.6rem;
	}
	.morePointArea .oneBlock_tit .smallTit {
    font-size: 1.2rem;
	}
	.morePointArea .numBlock {
    left: 15px;
    padding: 20px 7px 0 5px;
	}
	.morePointArea .archTxt {
		letter-spacing: -0.5px;
    font-size: 1.2rem;
	}
	.morePointArea .numTxt {
    font-size: 2.4rem;
	}
	.morePointArea .numBlock::before,
	.morePointArea .numBlock::after {
  	border: 17px solid transparent;
    bottom: -18px;
	}
	.morePointArea .numBlock::before {
		border-left: 40px solid #ff2f77;
	}
	.morePointArea .numBlock::after {
  	border-right: 40px solid #ff2f77;
	}
	.morePointArea .txtArea {
    margin-left: 0;
	}
	.morePointArea .roundTxt {
		padding: 8px 16px;
    font-size: 1.4rem;
		border-radius: 30px;
	}
	.morePointArea .titBox {
    display: block;
	}
	.morePointArea .oneBlock.wid100 .txtArea {
    width: 100%;
	}
	.morePointArea .txtArea .innerBlock:nth-of-type(n+2) {
    margin-top: 22px;
	}
	.morePointArea .txtArea .innerBlock:nth-of-type(n+2) .oneBlock_tit {
    margin-left: 0;
    padding: 0 10px;
	}
	.morePointArea .roundTxt_tit {
		font-size: 1.3rem;
	}
	.morePointArea .roundTxt .pinkTxt:nth-of-type(n+2) {
		font-size: 1.6rem;
	}
	.morePointArea .oneBlock .thumbnailSlider {
    margin: 15px 0 0 0;
	}
	.morePointArea .oneBlock .swiper {
    max-width: 100%;
    margin: 0 auto 10px;
	}
	
	/*imgArea_02*/
	.imgArea_02 {
		padding: 40px 10px 30px;
	}
}
@media screen and (max-width:359px) {
}
/*=============================*/


/*cappadociaArea
===============================*/
.cappadociaArea {
	position: relative;
	padding: 70px 0 160px;
	background-color: #f2fdff;
	overflow: hidden;
	z-index: 0;
}
.cappadociaArea::before {
	position: absolute;
	content: '';
	top: 118px;
	left: 3px;
	width: 133px;
	height: 699px;
	background: url("../img/bgParts_04.png") no-repeat;
	z-index: -1;
}
.cappadociaArea::after {
	position: absolute;
	content: '';
	top: 215px;
	right: 29px;
	width: 126px;
	height: 461px;
	background: url("../img/bgParts_05.png") no-repeat;
	z-index: -1;
}
.cappadociaArea h3 {
	margin-bottom: 118px;
}
.cappadociaArea .oneBlock {
	position: relative;
	padding: 46px;
	background: #fff;
	border: 4px solid #29cdda;
	border-radius: 28px;
}
.cappadociaArea .oneBlock::before {
	position: absolute;
	content: '';
	bottom: -96px;
	left: -160px;
	width: 326px;
	height: 386px;
	background: url("../img/oneBlockParts_01.png") no-repeat;
	z-index: -2;
}
.cappadociaArea .oneBlock::after {
	position: absolute;
	content: '';
	top: -58px;
	right: -153px;
	width: 232px;
	height: 233px;
	background: url("../img/oneBlockParts_02.png") no-repeat;
	z-index: -2;
}
.cappadociaArea .oneBlock_tit {
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 25px 70px 15px;
	color: #fff;
	font-size: 2.4rem;
	background: #29cdda;
	border-radius: 100px 100px 0 0;
}
.cappadociaArea .oneBlock .flexBox {
	justify-content: space-between;
}
.cappadociaArea .txtArea {
	width: 850px;
	margin-left: 60px;
	padding: 40px 35px;
	background: #e4f6f7;
	border-radius: 24px;
}
.cappadociaArea .txtArea > p:not(.txtArea_tit) {
	margin-top: 10px;
	font-size: 1.8rem;
}
.cappadociaArea .txtArea_tit {
	font-size: 3.2rem;
	font-weight: bold;
}

/*swiper*/
.cappadociaArea .thumbnailSlider {
	font-size: 3.2rem;
}
.cappadociaArea .oneBlock .swiper {
	max-width: 555px;
	width: 100%!important;
	margin: 0 auto 30px;
	overflow: hidden;
}
.cappadociaArea .oneBlock .swiper.slider_02 {
	border-radius: 24px;
}
.cappadociaArea .oneBlock figure img {
	border-radius: 24px;
}

@media screen and (max-width:767.98px) {
	.cappadociaArea {
    padding: 0 0 67px;
	}
	.cappadociaArea::before,
	.cappadociaArea::after {
		display: none;
	}
	.cappadociaArea .flexBox {
		display: block;
	}
	.cappadociaArea h3 {
    margin-bottom: 62px;
	}
	.cappadociaArea .oneBlock {
    padding: 20px 10px;
    border: 2px solid #29cdda;
    border-radius: 20px;
	}
	.cappadociaArea .oneBlock::before {
		bottom: -55px;
    left: 0;
    width: 86px;
    height: 102px;
		background-size: contain;
	}
	.cappadociaArea .oneBlock::after {
		top: -45px;
    right: 0;
    width: 65px;
    height: 65px;
		background-size: contain;
	}
	.cappadociaArea .oneBlock_tit {
    top: -45px;
    padding: 12px 45px 10px;
    font-size: 1.4rem;
	}
	.cappadociaArea .oneBlock .swiper {
    max-width: 100%;
    margin: 0 auto 10px;
	}
	.cappadociaArea .txtArea {
    width: 100%;
    margin-left: 0;
    padding: 10px;
	}
	.cappadociaArea .txtArea_tit {
    font-size: 1.6rem;
	}
	.cappadociaArea .txtArea > p:not(.txtArea_tit) {
    font-size: 1.4rem;
	}
}
/*=============================*/


/*istanbulArea
===============================*/
.istanbulArea {
	position: relative;
	padding: 70px 0 160px;
	background-color: #fff0f5;
	overflow: hidden;
	z-index: 0;
}
.istanbulArea::before {
	position: absolute;
	content: '';
	top: 118px;
	left: 3px;
	width: 133px;
	height: 699px;
	background: url("../img/bgParts_04.png") no-repeat;
	z-index: -1;
}
.istanbulArea::after {
	position: absolute;
	content: '';
	top: 215px;
	right: 29px;
	width: 126px;
	height: 461px;
	background: url("../img/bgParts_05.png") no-repeat;
	z-index: -1;
}
.istanbulArea h3 {
	margin-bottom: 118px;
}
.istanbulArea .oneBlock {
	position: relative;
	padding: 46px;
	background: #fff;
	border: 4px solid #ff377e;
	border-radius: 28px;
}
.istanbulArea .oneBlock::before {
	position: absolute;
	content: '';
	bottom: -96px;
	left: -160px;
	width: 326px;
	height: 386px;
	background: url("../img/oneBlockParts_01.png") no-repeat;
	z-index: -2;
}
.istanbulArea .oneBlock::after {
	position: absolute;
	content: '';
	top: -58px;
	right: -153px;
	width: 232px;
	height: 233px;
	background: url("../img/oneBlockParts_02.png") no-repeat;
	z-index: -2;
}
.istanbulArea .oneBlock_tit {
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 25px 70px 15px;
	color: #fff;
	font-size: 2.4rem;
	background: #ff377e;
	border-radius: 100px 100px 0 0;
}
.istanbulArea .oneBlock .flexBox {
	justify-content: space-between;
}
.istanbulArea .txtArea {
	width: 850px;
	margin-left: 60px;
	padding: 40px 35px;
	background: #fff0f5;
	border-radius: 24px;
}
.istanbulArea .txtArea > p:not(.txtArea_tit) {
	margin-top: 10px;
	font-size: 1.8rem;
}
.istanbulArea .txtArea_tit {
	font-size: 3.2rem;
	font-weight: bold;
}

/*swiper*/
.istanbulArea .thumbnailSlider {
	font-size: 3.2rem;
}
.istanbulArea .oneBlock .swiper {
	max-width: 555px;
	width: 100%!important;
	margin: 0 auto 30px;
	overflow: hidden;
}
.istanbulArea .oneBlock .swiper.slider_03 {
	border-radius: 24px;
}
.istanbulArea .oneBlock figure img {
	border-radius: 24px;
}


@media screen and (max-width:767.98px) {
	.istanbulArea {
    padding: 0 0 67px;
	}
	.istanbulArea::before,
	.istanbulArea::after {
		display: none;
	}
	.istanbulArea .flexBox {
		display: block;
	}
	.istanbulArea h3 {
    margin-bottom: 62px;
	}
	.istanbulArea .oneBlock {
    padding: 20px 10px;
    border: 2px solid #ff377e;
    border-radius: 20px;
	}
	.istanbulArea .oneBlock::before {
		bottom: -55px;
    left: 0;
    width: 86px;
    height: 102px;
		background-size: contain;
	}
	.istanbulArea .oneBlock::after {
		top: -45px;
    right: 0;
    width: 65px;
    height: 65px;
		background-size: contain;
	}
	.istanbulArea .oneBlock_tit {
    top: -45px;
    padding: 12px 45px 10px;
    font-size: 1.4rem;
	}
	.istanbulArea .oneBlock .swiper {
    max-width: 100%;
    margin: 0 auto 10px;
	}
	.istanbulArea .txtArea {
    width: 100%;
    margin-left: 0;
    padding: 10px;
	}
	.istanbulArea .txtArea_tit {
    font-size: 1.6rem;
	}
	.istanbulArea .txtArea > p:not(.txtArea_tit) {
    font-size: 1.4rem;
	}
}

/*=============================*/


/*aircraftArea
===============================*/
.aircraftArea {
	position: relative;
	padding: 70px 0 160px;
	background-color: #f2fdff;
	overflow: hidden;
	z-index: 0;
}
.aircraftArea::before {
	position: absolute;
	content: '';
	top: 118px;
	left: 3px;
	width: 133px;
	height: 699px;
	background: url("../img/bgParts_04.png") no-repeat;
	z-index: -1;
}
.aircraftArea::after {
	position: absolute;
	content: '';
	top: 215px;
	right: 29px;
	width: 126px;
	height: 461px;
	background: url("../img/bgParts_05.png") no-repeat;
	z-index: -1;
}
.aircraftArea .oneBlock {
	position: relative;
	padding: 46px;
	background: #fff;
	border: 4px solid #29cdda;
	border-radius: 28px;
}
.aircraftArea .oneBlock::before {
	position: absolute;
	content: '';
	bottom: -96px;
	left: -160px;
	width: 326px;
	height: 386px;
	background: url("../img/oneBlockParts_01.png") no-repeat;
	z-index: -2;
}
.aircraftArea .oneBlock::after {
	position: absolute;
	content: '';
	top: -58px;
	right: -153px;
	width: 232px;
	height: 233px;
	background: url("../img/oneBlockParts_02.png") no-repeat;
	z-index: -2;
}
.aircraftArea .oneBlock_tit {
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 25px 70px 15px;
	color: #fff;
	font-size: 2.4rem;
	background: #29cdda;
	border-radius: 100px 100px 0 0;
}
.aircraftArea .oneBlock .flexBox {
	justify-content: space-between;
}
.aircraftArea .txtArea {
	width: 850px;
	margin-left: 60px;
	padding: 40px 35px;
	background: #e4f6f7;
	border-radius: 24px;
}
.aircraftArea .txtArea > p:not(.txtArea_tit) {
	margin-top: 10px;
	font-size: 1.8rem;
}
.aircraftArea .txtArea_tit {
	font-size: 3.2rem;
	font-weight: bold;
}

/*swiper*/
.aircraftArea .thumbnailSlider {
	font-size: 3.2rem;
}
.aircraftArea .oneBlock .swiper {
	max-width: 555px;
	width: 100%!important;
	margin: 0 auto 30px;
	overflow: hidden;
}
.aircraftArea .oneBlock .swiper.slider_04 {
	border-radius: 24px;
}
.aircraftArea .oneBlock figure img {
	border-radius: 24px;
}

@media screen and (max-width:767.98px) {
	.aircraftArea {
    padding: 0 0 67px;
	}
	.aircraftArea::before,
	.aircraftArea::after {
		display: none;
	}
	.aircraftArea .flexBox {
		display: block;
	}
	.aircraftArea h3 {
    margin-bottom: 20px;
		padding: 0 75px;
	}
	.aircraftArea .oneBlock {
    padding: 20px 10px;
    border: 2px solid #29cdda;
    border-radius: 20px;
	}
	.aircraftArea .oneBlock::before {
		bottom: -55px;
    left: 0;
    width: 86px;
    height: 102px;
		background-size: contain;
	}
	.aircraftArea .oneBlock::after {
		top: -45px;
    right: 0;
    width: 65px;
    height: 65px;
		background-size: contain;
	}
	.aircraftArea .oneBlock_tit {
    top: -45px;
    padding: 12px 45px 10px;
    font-size: 1.4rem;
	}
	.aircraftArea .oneBlock .swiper {
    max-width: 100%;
    margin: 0 auto 10px;
	}
	.aircraftArea .txtArea {
    width: 100%;
    margin-left: 0;
    padding: 10px;
	}
	.aircraftArea .txtArea_tit {
    font-size: 1.6rem;
	}
	.aircraftArea .txtArea > p:not(.txtArea_tit) {
    font-size: 1.4rem;
	}
}
/*=============================*/


/*bottomArea
===============================*/
.bottomArea {
	padding: 35px 0;
	background: #fff3f7;
}
.bottomArea .btnwrap {
	text-align: center;
}
.bottomArea button {
	position: relative;
	background: #ff2f77;
	border: none;
	border-radius: 50px;
	z-index: 0;
}
.bottomArea .btnOverlay_under {
  position: relative;
	display: inline-block;
}
.bottomArea .btnOverlay_under::before {
	position: absolute;
  content: '';
  top: 0px;
  left: 3px;
  width: 101%;
  height: 114%;
  background: #fff;
  border: 4px solid #ff2f77;
  border-radius: 60px;
}
.bottomArea button .btnParts_01::before {
  position: absolute;
  content: '';
  top: -17px;
  left: 14px;
  width: 36px;
  height: 26px;
  background: url("../img/btnParts_01.png") no-repeat;
}
.bottomArea button .btnParts_01::after {
  position: absolute;
  content: '';
  top: -23px;
  right: 80px;
  width: 41px;
  height: 46px;
  background: url("../img/btnParts_03.png") no-repeat;
}
.bottomArea button .btnParts_02::before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 63px;
  width: 43px;
  height: 43px;
  background: url("../img/btnParts_02.png") no-repeat;
}
.bottomArea button .btnParts_02::after {
  position: absolute;
  content: '';
  bottom: 16px;
  right: -16px;
  width: 36px;
  height: 26px;
  background: url("../img/btnParts_01.png") no-repeat;
	transform: rotate(40deg);
}
.bottomArea button a {
  display: block;
  width: 100%;
  padding: 25px 175px;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 3px 0 #ff2f77, 0px 4.5px 0 #f8ff2f;
}
@media screen and (min-width: 768px) {
	.bottomArea button a span:not(.btnParts_01):not(.btnParts_02) {
		display: inline-block;
		transition: all .6s;
	}
	.bottomArea button a:hover span {
		transition: all .6s;
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
	.bottomArea button a:hover span:nth-of-type(1) {
		-webkit-transition-delay: .02s;
		transition-delay: .02s;
	}
	.bottomArea button a:hover span:nth-of-type(2) {
		-webkit-transition-delay: .04s;
		transition-delay: .04s;
	}
	.bottomArea button a:hover span:nth-of-type(3) {
		-webkit-transition-delay: .06s;
		transition-delay: .06s;
	}
	.bottomArea button a:hover span:nth-of-type(4) {
		-webkit-transition-delay: .08s;
		transition-delay: .08s;
	}
	.bottomArea button a:hover span:nth-of-type(5) {
		-webkit-transition-delay: .1s;
		transition-delay: .1s;
	}
	.bottomArea button a:hover span:nth-of-type(6) {
		-webkit-transition-delay: .12s;
		transition-delay: .12s;
	}
	.bottomArea button a:hover span:nth-of-type(7) {
		-webkit-transition-delay: .14s;
		transition-delay: .14s;
	}
	.bottomArea button a:hover span:nth-of-type(8) {
		-webkit-transition-delay: .16s;
		transition-delay: .16s;
	}
	.bottomArea button a:hover span:nth-of-type(9) {
		-webkit-transition-delay: .18s;
		transition-delay: .18s;
	}
	.bottomArea button a:hover span:nth-of-type(10) {
		-webkit-transition-delay: .2s;
		transition-delay: .2s;
	}
	.bottomArea button a:hover span:nth-of-type(11) {
		-webkit-transition-delay: .22s;
		transition-delay: .22s;
	}
	.bottomArea button a:hover span:nth-of-type(12) {
		-webkit-transition-delay: .24s;
		transition-delay: .24s;
	}
	.bottomArea button a:hover span:nth-of-type(13) {
		-webkit-transition-delay: .26s;
		transition-delay: .26s;
	}
	.bottomArea button a:hover span:nth-of-type(14) {
		-webkit-transition-delay: .28s;
		transition-delay: .28s;
	}
}

@media screen and (max-width:767.98px) {
	.bottomArea {
		padding: 35px 5px;
	}
	.bottomArea .btnwrap {
    margin-top: 0;
	}
	.bottomArea .btnOverlay_under {
    width: 98%;
	}
	.bottomArea .btnOverlay_under::before {
		width: 100%;
  	height: 110%;
		border: 2px solid #ff2f77;
	}
	.bottomArea button {
		width: 98%;
    padding: 15px 20px;
	}
	.bottomArea button .btnParts_01::before {
		position: absolute;
		content: '';
		top: -7px;
		left: 6px;
		width: 18px;
		height: 13px;
		background-size: contain;
	}
	.bottomArea button .btnParts_01::after {
		position: absolute;
		content: '';
		top: -11px;
		right: 40px;
		width: 20px;
		height: 23px;
		background-size: contain;
	}
	.bottomArea button .btnParts_02::before {
		position: absolute;
		content: '';
		bottom: -2px;
		left: 31px;
		width: 21px;
		height: 21px;
		background-size: contain;
	}
	.bottomArea button .btnParts_02::after {
		position: absolute;
		content: '';
		bottom: 8px;
		right: -8px;
		width: 18px;
		height: 13px;
		background-size: contain;
	}
	.bottomArea button a {
		padding: 0;
		font-size: 1.8rem;
	}
}
@media screen and (min-width: 768px) {
	.bottomArea .btnOverlay_under,
	.bottomArea .btnOverlay_under button,
	.bottomArea .btnOverlay_under::before {
		transition: all .3s;
	}
	.bottomArea .btnOverlay_under:hover::before {
    width: 100%;
    height: 100%;
		transform: translateY(-4px);
		transition: all .3s;
	}
	.bottomArea .btnOverlay_under:hover button {
		transform: translate(10px, 10px);
		transition: all .3s;
	}
}
/*=============================*/



/*swiper
======================================================*/
main section .swiper .swiper-button-prev {
  left: 0;
}
main section .swiper .swiper-button-next {
  right: 0;
}
main section .swiper .swiper-button-next, 
main section .swiper .swiper-button-prev {
  top: 60%;
	transform: translateY(-50%);
  width: 45px;
  height: 380px;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.4);
  opacity: .8;
}
@media screen and (max-width:767.98px) {
	main section .swiper .swiper-button-next, 
	main section .swiper .swiper-button-prev {
		width: 40px;
	}
}

/*figcaption*/
figure figcaption {
	position: absolute;
  bottom: 0;
  right: 5px;
	font-family: 'Noto Sans JP',YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  text-align: right;
  color: #ffffff;
  padding: 4px;
  font-weight: 400;
  border-radius: 0 0 5px 5px;
  font-size: 1.3rem;
  overflow-wrap: break-word;
  line-height: 1.1;
  text-shadow: 1px 1px 2px #333, -1px 1px 2px #333, 1px -1px 2px #333;
}
.swiper-wrapper figure figcaption {
  right: 48px;
}
@media screen and (max-width:767.98px) {
	.swiper-wrapper figure figcaption {
		right: 40px;
	}
}

/*thumbnail*/
.thumbnailSlider div.swiper-slide {
	cursor: pointer;
	opacity: .5;
}
.thumbnailSlider .slider-thumbnail_01,
.thumbnailSlider .slider-thumbnail_02,
.thumbnailSlider .slider-thumbnail_03,
.thumbnailSlider .slider-thumbnail_04 {
	margin-top: 4px;
	padding: 0 3px;
}
.thumbnailSlider .slider-thumbnail_01 .swiper-wrapper,
.thumbnailSlider .slider-thumbnail_02 .swiper-wrapper,
.thumbnailSlider .slider-thumbnail_03 .swiper-wrapper,
.thumbnailSlider .slider-thumbnail_04 .swiper-wrapper {
	justify-content: center;
}
.thumbnailSlider .slider-thumbnail_01 .swiper-slide,
.thumbnailSlider .slider-thumbnail_02 .swiper-slide,
.thumbnailSlider .slider-thumbnail_03 .swiper-slide,
.thumbnailSlider .slider-thumbnail_04 .swiper-slide {
	width:calc(100% / 4 - 1px)!important;
	margin-right: 3px;
	border-radius: 13px;
}
.thumbnailSlider .swiper-slide:last-of-type {
	margin-right: 0;
}
.thumbnailSlider .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}
.thumbnailSlider .swiper-slide img {
	border-radius: 10px;
}
/*====================================================*/


/*other
===============================*/
.-pagetop .-pagetop_btn {
	width: 50px;
	font-size: large;
	line-height: 2;
}
.-pagetop .-pagetop_btn a {
	display: inline-block;
	height: 50px;
}
@media screen and (max-width:767.98px) {
	.Footer {
    margin-top: 20px;
	}
}

/*-------scrollanimation-------*/
.scroll_up {
  transition: 1.5s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
.fadeIn{
animation-name:fadeInAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.rweb2404{
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    margin-top: 15px;
}
.rweb2404 a{
    font-size: 1.6rem;
    font-weight: bold;
    
}
.rweb2404 a:hover{
   text-decoration: underline;
}