/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,small{
	display: block;
}
ul, li, summary{
    list-style-type: none;
}
summary::-webkit-details-marker {
  display:none;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 200;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input,textarea,button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
global element
--------------------------------*/
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	background: #000;
	font-size: 24px;
	color: #fff;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
}
a,button{
	transition: .3s;
}
a:hover,button:hover{
	opacity:.6;
}
.wrap{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	position: relative;
	background: #000;
	overflow: hidden;
    padding-bottom: 100px;
}
.content-img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
.pc{
    display:block;
}
.sp{
    display:none;
}
/*--------------------------------
Header
--------------------------------*/
@-webkit-keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

@keyframes zoomUp { /* 1.15倍させる指定 */
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}
swiper-container{
  position: relative;
    padding: 0 !important;
}
.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img { /* ８秒かけて拡大させる */
    -webkit-animation: zoomUp 6s linear 0s;
    animation: zoomUp 6s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.swiper-img {
    background-size: cover; 
    background-position: top center; /* 背景画像は中央を軸に表示させる */
    height: 1000px; /* 600pxの高さで表示させる */
}
.top_logo{
    position: absolute;
    top:0;
    left: 0;
    right: -20px;
    z-index: 10;
    padding: 20px;
    
}
.btn_area{
    position: absolute;
    bottom:10px;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 45px;    
}
.sub-top{
	position: relative;
	text-align: center;
}
.sub-top .logo{
	padding: 0;
	height: 88px;
}
.logo-link{
	padding: 2% 0;
	height: 88px;
	display: block;
}
/*--------------------------------
Contents
--------------------------------*/
.content{
	padding: 0;
}
.heading{
	padding: 4% 0;
}
.heading .heading-txt{
	padding: 4%;
	font-size: 1.2em;
	background: #750404;
	text-align: center;
	font-family: serif;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	align-item: center;
	justify-content: center;
}
.sub-head-txt{
	padding: 4% 0;
	color: #9079b8;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
}

.intro .general-item{
	padding: 7% 8%;
    background:#fff;
    color:#000;
}
.intro .general-txt{
	font-size: 1em;
}

.general .heading{
	padding: 0;
}
.general-item{
	padding: 8%;
}
.general-item h3{
	margin: 0 0 4%;
	padding: 2% 0;
	color: #d1a954;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 4px solid #ddd;
}
.general-item h4{
	margin: 0 0 4%;
	padding: 2% 0;
	color: #d1a954;
	font-size: 1.1em;
}
.general-txt,.general-item p{
	padding: 0 0 4%;
	line-height: 1.8;
}
.general .general-txt,.general .general-item p{
	font-size: .9em;
}
.hl-txt{
	color: #d30987;
	font-size: 1.1em;
	font-weight: bold;
}
.wrap .lpprtitle{
	margin: 10px;
}
.fetic_imgarea{
    position: relative;
}
.linktxt{
    position: absolute;
    bottom: 0;
    z-index: 10;
}
.feticont p{
    text-align: right;
}
.line{
    margin-top: -8%;
}
/*--------------------------------
Button
-------------------------------*/

.btn-fix{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	z-index: 20;
    opacity: 0;
    visibility: hidden;
    padding: 20px; 45px;
}
.active{
  opacity: 1;
  visibility: visible;
}

.btn-row{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	z-index: 20;
    padding: 20px; 45px;
}
.reg-btn{
	margin: 0 auto;
	display: block;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 4% 4%;
	text-align: center;
	background: #666;
	color: #fff;
}
.gnav-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gnav-item{
	width: 33%;
	text-align: center;
}
.nav-link{
	padding: 4% 0;
	color: #fff;
	display: block;
	font-size: .9em;
	text-decoration: underline;
}
.copy{
	padding: 4% 0;
	font-size: .9em;
	line-height: 1.2;
}
/*--------------------------------
POPUP
--------------------------------*/
.popup{
	padding: 16px 16px 76px 16px;
	background: #f0f0f0;
}
.popup .primary-heading{
	padding: 0 8px;
	line-height: 44px;
	font-size: 1.2em;
	background: #fc4683;
	color: #fff;
	border-radius: 4px 4px 0 0;
}
.popup-content{
	padding: 16px;
	background: #fff;
	border-radius: 0 0 4px 4px;
}
.popup-content h3{
	padding: 0 0 8px;
	font-size: 1em;
	color: #fc4683;
}
.popup-content p{
	padding: 0 0 16px;
	font-size: .9em;
	line-height: 1.2;
	color: #333;
}
.close-btn{
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.close{
	line-height: 60px;
	background: rgba(0,0,0,.75);
	color: #fff;
	text-align: center;
	display: block;
	position: relative;
}
.close::before,.close::after{
	margin: auto 0;
	width: 2px;
	height: 32px;
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	left: 44px;
	bottom: 0;
	transform-origin: center;
}
.close::before{
	transform: rotate(45deg);
}
.close::after{
	transform: rotate(-45deg);
}
/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-in{
0% {opacity: 0;filter: blur(4px);}
100% {opacity: 1;filter: blur(0);}
}
@keyframes slide-in{
0% {opacity: 0;filter: blur(4px);transform: translate3d(50px,0,0);}
100% {opacity: 1;filter: blur(0);transform: translate3d(0,0,0);}
}
@keyframes slide-down{
0% {opacity: 0;filter: blur(4px);transform: translate3d(0,-50px,0);}
100% {opacity: 1;filter: blur(0);transform: translate3d(0,0,0);}
}
@media screen and (max-width:767px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 16px;
	}
    .pc{
    display:none;
}
.sp{
    display:block;
}
	/*--------------------------------
	Contents
	--------------------------------*/
	.swiper-img {
        height: 600px; /* 600pxの高さで表示させる */
    }
    .top_logo{
        right: -10px;
        padding: 20px 10px;
    }
    .btn_area{
        padding: 20px;
    }
    .logo-link {
    padding: 5% 0;
    }
	/*--------------------------------
	Footer
	--------------------------------*/
	.gnav-item{
		width: 100%;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.nav-link{
		padding: 4% 0;
	}
	.copy{
		padding: 4% 0;
		font-size: .8em;
	}
}
@media screen and (max-width:400px) {
    .wrap{
        padding-bottom: 70px;
    }
   	.swiper-img {
        height: 500px; /* 600pxの高さで表示させる */
    }
    .general-item {
    padding: 6%;
}
    .general-txt, .general-item p{
        font-size: .9em;
    }
}
@media screen and (max-width:320px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 13px;
	}
}