@charset "utf-8";

:root {
  --base-header-color: #ffffff;
  --base-header-bgcolor: #3f3f3f;
  --base-header-hover-color: #1f85ac;
  --base-header-menu-color: #ffffff;
  --base-header-menu-bgcolor: #4154aa;
  --base-footer-color: #ffffff;
  --base-footer-bgcolor: #717173;
  --base-text-color: #484848;
  --base-list-boder-color: #9d9d9d;
  --base-title-color: #484848;
  --base-title-color-man: #19a0ff;

  --base-name-color-man: #19a0ff;


  --base-box-boder-color: #3f3f3f;
  --base-box-title-s-color: #ffffff;
  --base-box-title-color: #3f3f3f;

  --base-box-title-bgcolor: #3f3f3f;
  --base-subbox-boder-color: #a9abab;
  --base-subbox-title-color: #000000;
  --base-subbox-title-bgcolor: #b5d4ff;
  --base-btn-color: #ffffff;
  --base-btn-bgcolor: #9eb0ff;
  
  --base-buybtn-color: #ffffff;
  --base-buybtn-bgcolor: #f8738b;
  
  --base-cancelbtn-color: #ffffff;
  --base-cancelbtn-bgcolor: #ff8181;

  
  --base-link-color: #1a63ff;
  --base-pagelink-color: #007bff;
  --base-pagelink-bgcolor: #007bff;

  --base-card-title-bgcolor: #f79dff;
  --base-card-title-bgcolor-man: #19a0ff;
  --base-card-name-color: #eb66a9;
  --base-card-name-color-man: #19a0ff;

  

}

body{
	color: #eb84ff;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
	
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  color:var(--base-text-color);
  line-height: 1.7;
	/*color: #4154aa*/
}
html{
	font-size:62.5%;
}

.font-serif{
	font-family: 'Noto Serif JP', serif;
}

.font-sans-serif{
	font-family: 'Noto Sans JP', sans-serif;
}

img{
  max-width: 100%;
  line-height: 0 ;
	vertical-align: bottom;
	
		pointer-events: none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	user-select:none;
}
*{ box-sizing: border-box;}
table{border-collapse:collapse;border-spacing:0;}
a{outline:none !important;}
a:focus{outline:none !important;}
a:link{color: var(--base-text-color); text-decoration:none;}
a:visited{color: var(--base-text-color); text-decoration:none;}
a:active{color: var(--base-text-color); text-decoration:none;}


h1,h2,h3,h4{
	color: var(--base-title-color);;
	margin-bottom: 0.5em;
}

h2{
	font-size: 2.4rem;
}
h4,
h3{
	font-size: 2.2rem;
}
p{
	margin-bottom: 1em;
}

ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

.w100{
  width: 100%;
}

.hidden-title{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0px none;
}

.color-accent{
	color:#40B7BD;
}

.relative{
	position: relative;
}
.bold{
	font-weight: bold;
}
section{
	position: relative;
	overflow: hidden;
}

.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}



.mb0{
	margin-bottom: 0 !important;
}

.mb1{
	margin-bottom: 1em !important;
}

.mb2{
	margin-bottom: 2em !important;
}

.mb3{
	margin-bottom: 3em !important;
}

.mb4{
	margin-bottom: 4em !important;
}

.mb5{
	margin-bottom: 5em !important;
}

.rmb{
	margin-bottom: 9vw !important;
}

.mt1{
	margin-top: 1em !important;
}

.mt2{
	margin-top: 2em !important;
}

.mt3{
	margin-top: 3em !important;
}

.mt4{
	margin-top: 4em !important;
}

.mt5{
	margin-top: 5em !important;
}

.pt0{
	padding-top: 0 !important;
}

.pt0{
	padding-top: 0 !important;
}

.pt1{
	padding-top: 1 !important;
}

.pt2{
	padding-top: 2 !important;
}

.pt3{
	padding-top: 3 !important;
}

.pt4{
	padding-top: 4 !important;
}

.pt5{
	padding-top: 5 !important;
}

.pb0{
	padding-bottom: 0 !important;
}

.pb1{
	padding-bottom: 1 !important;
}

.pb2{
	padding-bottom: 2 !important;
}

.pb3{
	padding-bottom: 3 !important;
}
.pb4{
	padding-bottom: 4 !important;
}
.pb5{
	padding-bottom: 5 !important;
}


section{
	padding: 30px 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 hover
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.over input,
.over a{
  text-decoration: none;
}

#page-top > img:hover,
.over input:hover,
.over a:hover,
.over li a:hover{
	filter: alpha(opacity=70);
	moz-opacity: 0.5;
	opacity: 0.5;
  transition: opacity 0.3s;
  text-decoration: none;
}

.txt-c{text-align:center;}
.txt-r{text-align:right;}
.txt-l{text-align:left;}

#page-top > img{
	cursor: pointer;
}

header{
	position: relative;
}

.page-404{
	padding: 80px 16px;
}

.page-404 h2{
	font-size: 2rem;
	margin-bottom: 1em;
}

.eff-fadeup {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
	transition: opacity .8s, transform .8s;
}


.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
	background: url('../image/fixed-bg2.jpeg') center/cover no-repeat;
  z-index: -1;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
	.eff-fadeleft{
		opacity: 0;
		transform: translate(-150px, 0);
		-webkit-transform: translate(-150px, 0);
		transition: opacity .8s, transform .8s;
	}
	
	.eff-faderight{
		opacity: 0;
		transform: translate(150px, 0);
		-webkit-transform: translate(150px, 0);
		transition: opacity .8s, transform .8s;
	}
}


@media screen and (max-width: 768px) {
	.eff-faderight,
	.eff-fadeleft{
		opacity: 0;
		transform: translate(0, 60px);
		-webkit-transform: translate(0, 60px);
		transition: opacity .8s, transform .8s;
	}
}

.faderight,
.fadeleft,
.fadeup {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

@-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-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

}
/*
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
	-webkit-animation: zoomUp 10s linear 0s;
	animation: zoomUp 10s linear 0s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards ;
}
*/

.slide-img img{
  display: block;
  width: 100%;
}



.slide-img-top img{
	width: 100%;
  height: 500px;
	object-fit: cover;
}

.top-sub-img{
	padding: 0 4px;

}

.top-sub-img img{ 
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.alert-danger{
	color: #ff2a2a;
}


.glass-box {
  background: rgba(255, 255, 255, 0.01); /* 白くて少し透ける背景 */
  backdrop-filter: blur(10px);          /* 背景のぼかし */
  -webkit-backdrop-filter: blur(10px);  /* Safari対応 */
  border-radius: 16px;                  /* 角を丸く */
  border: 1px solid rgba(255, 255, 255, 0.15); /* 境界線も薄く */
  padding: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);  /* ふわっと浮かせる */
}

@media screen and (max-width: 768px) {
	.slide-img-top img{
		 height: 300px;
	}
}
.swiper-button-prev,
.swiper-button-next {
    color: #0073aa; /* 矢印の色 */
    background-color: #ffffff; /* ボタンの背景を白に */
    border-radius: 50%; /* 丸い形にする */
    padding: 10px; /* ボタンの余白 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* ボタンの影 */
    width: 40px; /* ボタンの幅 */
    height: 40px; /* ボタンの高さ */
    display: flex; /* ボタン内のアイコンを中央揃え */
    align-items: center;
    justify-content: center;
}

/* ホバー時のスタイル */
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #f0f0f0; /* ホバー時の背景色 */
    color: #005a8c; /* ホバー時の矢印の色 */
}

.swiper-button-next::after, .swiper-button-prev::after{
	font-size: 14px !important;
}


/* ボタンの位置調整 */
.swiper-button-prev {
    left: 5px; /* 左ボタンの位置 */
}

.swiper-button-next {
    right: 5px; /* 右ボタンの位置 */
}


@media screen and (max-width: 768px) {
	.page-slider{
		max-width: 100%;
	}
}

.page-slider .swiper {
  width: 100%;
  height: 100%;
}

.page-slider .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#page-top{
	display: block;
	width: 48px;
	height: 48px;
	position: fixed;
	right: 20px;
	bottom: -50px;
	z-index: 10;	
}

.bg{
	background-color: rgba(243, 249, 255, 0.95);
}
.breadcrumbs{
	font-size: 14px;
}

.breadcrumbs a{
	color: #1F85AC;
}

.breadcrumbs br{
	display: none;
}

.fbc-page .fbc-wrap .fbc-items li:first-child {
	padding: 0 !important;
}

.border{
	border: 1px solid rgba(123, 191, 255, 1);
}

.shadow{
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

blockquote{
  background: rgba(243, 249, 255, 0.95);
  padding: 1em;
  border-left: solid 4px #004e98;
	position: relative;
}


.wlink a:link{color: #FFF; text-decoration:none;}
.wlink a:visited{color: #FFF; text-decoration:none;}
.wlink a:active{color: #FFF; text-decoration:none;}


header::before,
.box .box-title,
.plan-list .sub-title,
footer{
	background: #b0fffa;
	background: linear-gradient(90deg, rgba(176, 255, 250, 1) 0%, rgba(255, 150, 246, 1) 100%, rgba(255, 94, 94, 1) 33%);
	background-image: url('../image/base_bg6.jpeg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

header::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  opacity: 1;
  z-index: -1;
}

.plan-list.list-bg .sub-title{
	background-image:	none;
}

.plan-list.list-bg .list-text{

  background-image: url('../image/title-frame.png');
  background-position: center top;
  background-size:contain;
  background-repeat: no-repeat;	
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 PC
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/


@media screen and (min-width: 769px) {
  .sp{display:none !important;}
  .inner{
    max-width: 1032px;
    padding: 0px 16px;
    margin: 0 auto;
  }
  
	.anc{
	  margin-top:-60px;
	  padding-top:60px;
	}  
  
  main{
		padding-top: 60px;
  }
  header{
	  width: 100%;
  /*  background-color: var(--base-header-bgcolor);*/


    position: fixed;
    z-index: 999;
    color: var(--base-header-color);
  }
	
  .header-area{
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  position: relative;
	  height: 60px;
	  width: 100%;
  }
  .header-area .logo{
  	padding: 0 16px;
		line-height: 1.3em;
		font-size: 2.8rem;
		display: flex;
		align-items: center;
  }
  .header-area .logo img{
	 	width: 120px;
	 	margin-right: 10px;
	}
  
  .header-area .logo .sub-title{
		font-size: 1.2rem;
		line-height:1.4em;
		display: block;
	}
	
  .header-area .logo .title{
  	font-size: 2rem;
		line-height: 1.2em;
		text-align: center;
	}	
  
  .header-area a{
	  display: block;
	  color: var(--base-header-color);
		text-decoration: none;
  }

	header .nav > ul{
		display: flex;
		justify-content:space-between;
		align-items: center;
		font-size: 1.3rem;
	  height: 60px;
	  margin: 0;
	 	margin-right: 10px;
	}
	
	header .nav > ul > li > a{
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: 400;
		text-decoration: none;
		transition: color .3s;
		padding: 0 1em;
		position: relative;
		transition: background-color .3s,color .3s;
	  height: 60px;
	}



	header .nav ul li span:hover,
	header .nav ul li a:hover{
		background-color: var(--base-header-hover-color);

	}

	.drop-menu {
	  position: relative;
	}

	header .drop-menu-list {
		background-color: #001d68;
	  display: block;
	  right: 0;
	  position: absolute;
	  top: 100%;
	  visibility: hidden;
	  width: max-content;
	  z-index: 1;
	}
	
	header .drop-menu:hover .drop-menu-list{
		visibility: visible;
	}
	header .drop-menu .drop-menu-list a{
	  padding: 1em 2em;
	}
	
	header .drop-menu .drop-menu-list a:hover{
	}

	footer{
	/*	background-color: var(--base-footer-bgcolor);*/

  	
		padding: 40px 0 20px;
		font-size: 1.3rem;
		color: var(--base-footer-color);
	}
	
	footer a{
		font-weight: 300;
		color: var(--base-footer-color) !important;
	}
	footer a:hover{
		opacity: .6;
	}

	
	footer .info-area{
		width: 50%;
		align-self: center;
	}
	
	
  footer .logo{
  	color: #F5F0F0;
		line-height: 1.3em;
		font-size: 2.8rem;
		display: flex;
		align-items: center;
  }

  footer .logo img{
	 	width: 80px;
	 	margin-right: 10px;
	 	
	}   
  
  footer .logo .sub-title{
		font-size: 1.2rem;
		line-height:1.4em;
		display: block;
	}
	
  footer .logo .title{
  	font-size: 2rem;
		line-height: 1.2em;
		text-align: center;
	}	
  
	
	

	footer .info-area p{
		font-weight: 300;
		font-size: 1.4rem;
		margin-bottom: .5em;
	}

	footer p.title{
		font-size: 2.4rem;
		margin-bottom: .5em;
	}

	footer .links-wrap{
		display: flex;
		justify-content:space-between;
		margin-bottom: 2em;
	}
	footer nav{
		width: 25%;
		border-left: 1px solid #9f9f9f;
		padding-left: 1em;		
	}



	footer li{
		margin-bottom: 0.5em;
	}
	footer li a{
		transition: background-color .3s,color .3s;
	}
	footer li a:hover{
		color: #84CAF5;
	}

	footer .copy{
		font-size: 1.2rem;
		color: var(--base-footer-color);
		text-align: center;
	}

}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 SP
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

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



  body img{width:100%;}
  .pc{display:none !important;
  }
	.anc{
	  margin-top:-50px;
	  padding-top:50px;
	}
	
	main{
		padding-top: 60px;
	}
  .inner{
    padding: 0 4vw;
    margin: 0 auto;
  }
  
  section{
    overflow: hidden;
  }
  
  header{
    width: 100%;
    height: 60px;
 /*   background-color: var(--base-header-bgcolor);*/
    position: fixed;
    z-index: 999;
    color: var(--base-header-color);
  }

	
	.header-area{
		display: flex;
		align-items: center;
		justify-content: space-between;
	  height: 60px;
	  position: relative;
	}

  .header-area .logo{
  	padding: 0 16px;
		line-height: 1.3em;
		font-size: 2.8rem;
		display: flex;
		align-items: center;
    color: var(--base-header-color);
  }
  
  .header-area .logo img{
	 	width: 120px;
	 	margin-right: 10px;
	}  
  
  .header-area .logo .sub-title{
		font-size: 1.2rem;
		line-height:1.4em;
		display: block;
	}
	
  .header-area .logo .title{
  	font-size: 2rem;
		line-height: 1.2em;
		text-align: center;
	}	
  
  .header-area a{
	   display: block;
		text-decoration: none;
  }

  .btn-menu{
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-right: 16px;
  }

  
  .btn-menu span{
    position: absolute;
    width: 32px;
    height: 2px;
    background-color: var(--base-header-color);
    -webkit-transition: transform .4s;
    transition: transform .4s;
  }
  .btn-menu span:nth-of-type(1){
    top:4px;
  }
  .btn-menu span:nth-of-type(2){
    top:calc(50% - 1px);
  }
  .btn-menu span:nth-of-type(3){
    bottom:4px;
  }
  .btn-menu.active span:nth-of-type(1) {
    transform: translateY(11px) rotate(-315deg);
  }
  .btn-menu.active span:nth-of-type(2) {
    opacity: 0;
    transition:opacity 0.3s ease-in-out;
  }
  .btn-menu.active span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }


  header .nav{
    display: block;
    position: absolute;
    transition: 0.5s ease-in-out;
    overflow: hidden;
		width: 100%;
    left:0;
    top:60px;
    background-color: var(--base-header-menu-bgcolor);
    white-space: nowrap;
    max-height: 0;
    overflow-y: auto;
 }
  
  header .nav .inner{
    padding: 2em 0;
  }

  header .nav.active{
    max-height: 100vh;
  }

  header .nav > ul > li{
    text-align: center;
  }
  header .nav > ul > li > a {
		display: block;
    text-decoration: none;
    color: var(--base-header-menu-color);
    padding: 1.5em 0;
    font-weight: bold;
    line-height: 1;
    border-bottom: 1px solid #bebebe;
  }


	footer{
	/*	background-color: var(--base-footer-bgcolor);*/
		padding: 0 0;
		color: var(--base-footer-color);

	}
	
	footer a:hover,
	footer a{
		color: var(--base-footer-color) !important;
		font-weight: 300;
		text-decoration: none;
	}	
	footer .links-wrap{
		display: block;
	}
	
	footer .info-area{
		text-align: center;
		margin-bottom: 2em;
	}
	
  footer .logo{
  	color: #F5F0F0;
		line-height: 1.3em;
		font-size: 2.8rem;
  }
  
  footer .logo img{
	 	width: 80px;
	 	margin-bottom: 10px;
	}  
  
  footer .logo .sub-title{
		font-size: 1.2rem;
		line-height:1.4em;
		display: block;
	}
	
  footer .logo .title{
  	font-size: 2rem;
		line-height: 1.2em;
		text-align: center;
	}	
  

	footer nav a{
		display: block;
		padding: 1em 0.5em;
		
	}	

	footer .info-area p{
		font-weight: 300;
		font-size: 1.4rem;
		margin-bottom: .5em;
	}

	footer p.title{
		font-size: 2.4rem;
		margin-bottom: .5em;
	}
	

	footer li{
		border-bottom: 1px solid #FFF;
		padding: 1em .5em
	}
	footer .copy{
		font-size: 3vw;
		color: var(--base-footer-color);
		text-align: center;
		padding-top: 1em;
	}

	footer .copy{
		padding: 1em;
		margin: 0;
	}

}



.btn{
  position: relative;
  display: inline-block;
  padding: 10px 2em;
  border-radius: 10px;
  transition: background-color .3s;
  margin-bottom: 1em;
  background-color: var(--base-btn-bgcolor);
  border:1px solid var(--base-btn-bgcolor);
  line-height: 1em;
}
.btn span{
  position: relative;
  line-height: 24px;
  color: var(--base-btn-color);
  transition: color .3s;
}

.btn:hover{
  background-color: #FFF;

}
.btn:hover span{
  color: var(--base-btn-bgcolor);

}



/* form */
.sns-btn{
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  transition: opacity .3s,color .3s;
  margin-bottom: 1em;

}
.sns-btn:hover{
  opacity: 0.5;
}

.sns-btn span{
  position: relative;
  line-height: 24px;
  
}

.sns-btn span:before{
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: -30px;
  top: calc(50% - 12px);
}


.btn-apple{
  background-color: #000;
  font-weight: bold;

}

.btn-daccount span,
.btn-line span,
.btn-apple span{
	color: white;
}



.btn-google{
	color: #000 !important;
  font-weight: bold;
  border: 1px solid;
}

.btn-line{
  background-color: #06C755;
	color: #000;
  font-weight: bold;

}
.btn-daccount{
  background-color: #CC0033;
	color: #000;
  font-weight: bold;

}


.sns-btn.btn-line span:before{
  width: 32px;
  height: 32px;
  left: -36px;
  top: calc(50% - 16px);
}


.btn-email{
	color: #000;
  font-weight: bold;
  border: 1px solid;
}

.btn-apple span:before{
  background: url("../image/icon_apple.png") no-repeat;
  background-size:contain; 
}

.btn-google span:before{
  background: url("../image/icon_google.png") no-repeat;
  background-size:contain; 
}

.btn-line span:before{
  background: url("../image/icon_line.png") no-repeat;
  background-size:contain; 
}


.btn-email span:before{
  background: url("../image/icon_email.png") no-repeat;
  background-size:contain; 
}

.btn-daccount span:before{
  background: url("../image/icon_daccount.png") no-repeat;
  background-size:contain; 
}


.mail-input-wrap{
	border-top:1px solid #c0c0c0;
	padding-top: 1em;
}



.form-group {
  margin-bottom: 1em;
  text-align: left;
}

.form-group label{
	width: 100%;
}
.form-group input{
	width: 100%;
}

.radio-group input{
	width: auto;
	margin-left: 2em;
	margin-right: .5em
}
.readonly-input[readonly] {
  background-color: #e8e8e8 !important;
  color: #333;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
	
}

.input-group input{
	width: calc(100% - 50px);
}

.input-group input{
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.input-group-prepend {
	display: flex;
	margin-right: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  width: 50px;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
	border-radius: 8px;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}


.form{
	border: 1px solid #ced4da;
}

.form input[type='submit'],
.form input[type='text'],
.form button,
.form select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.form textarea {
  resize: vertical;
}

.form select,
.form textarea,
.form input[type=number],
.form input[type=tel],
.form input[type=password],
.form input[type=email],
.form input[type=text]{
	max-width: 100%;
	font-size: 1.6rem;
	padding: .5em 1em;
	border: 1px solid #ced4da;
	background-color: #FFF;
	border-radius: 8px;

}
.form input[type='submit']{
	text-align: center;
	color: #FFF;
	width: 300px !important;
	max-width: 100% !important;
	font-size: 2rem !important;
	padding: 1em 0.5em !important;
	background-color: #ced4da;
	border: 1px solid #ced4da;
}

.section-login{
	padding: 100px 0;
	text-align: center;
}
.section-login .card{
	max-width: 800px;
	margin: 0 auto;
}


.form,
.card{
	border-radius: 12px;
	border: 1px solid #ced4da;
	padding: 3em 1em 1em 1em;
	position: relative;
}


.form{
	border: none;
}

.plan-list .buy-btn,
.box .btn,
.form .btn,
.card .btn{
	text-align: center;
  display: block;
  font-size: 1.8rem;
  width: 100%;
  background-color: var(--base-btn-bgcolor);
  color: var(--base-btn-color);
  border-radius: 10px;
  border:2px solid !important;
  padding: 0.6em 1em !important;
  font-weight: bold;
  transition: all .3s;
  margin-top: 1em;
  margin-bottom: 0;
  text-decoration: none;
}



.box .buy-btn,
.plan-list .buy-btn{
  background-color: var(--base-buybtn-bgcolor);
  color: var(--base-buybtn-color);
}

.plan-list .btn:hover,
.plan-list .btn:hover span,
.box .btn:hover span,
.box .btn:hover,
.form .btn:hover,
.card .btn:hover{
  background-color: #fff;
  color: var(--base-btn-bgcolor) !important;
  text-decoration: none;
}

.box .buy-btn:hover span,
.box .buy-btn:hover,
.plan-list .buy-btn:hover{
  color: var(--base-buybtn-bgcolor) !important;
}


.form .btn,
.box .btn{
	max-width: 16em;
	margin: 0 auto;
}
.box .btn-l{
	max-width: 20em;
}

.plan-list .btn-wrap{
	padding: 0 16px;
}

.plan-list .btn{
	width: 100%;
	margin: 0 auto;
}

.form .form-title,
.card .card-title{
	text-align: center;
	font-size: 1.8rem;
	position: absolute;
	top:-0.8em;
	left: 0;
	width: 100%;
	
}
.form .form-title span,
.card .card-title span{
	background-color: #FFF;
	border-radius: 8px;
	padding: .5em 1em;
	
}

.box{
	border-radius: 12px;
	/*border: 1px solid var(--base-box-boder-color);*/
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.01); /* 白くて少し透ける背景 */
  backdrop-filter: blur(10px);          /* 背景のぼかし */
  -webkit-backdrop-filter: blur(10px);  /* Safari対応 */
	overflow: hidden;
}


.box .box-title{
	text-align: center;
/*	background-color: var(--base-box-title-bgcolor);*/
	color:var(--base-box-title-color);
	font-size: 1.8rem;
	margin-bottom: 0;
	padding: .3em;

	text-shadow:1px 1px 0px var(--base-box-title-s-color), -1px -1px 0 var(--base-box-title-s-color),
              -1px 1px 0 var(--base-box-title-s-color), 1px -1px 0 var(--base-box-title-s-color),
              0px 1px 0 var(--base-box-title-s-color),  0-1px 0 var(--base-box-title-s-color),
              -1px 0 0 var(--base-box-title-s-color), 1px 0 0 var(--base-box-title-s-color);
	
}
.box .box-title span{
	
}
.box .box-body{
	padding: 1em;
}

.box .sub-box{
	border: 1px solid var(--base-subbox-boder-color);
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 1em;
}

.box .box-list .sub-box:not(:last-child){
	margin-bottom: 20px;
}

.box .sub-box .sub-title{
	text-align: center;
	padding: .2em;
	color: var(--base-subbox-title-color);
	background-color: var(--base-subbox-title-bgcolor);
}

.box .sub-box .sub-description{
	padding: 1em;
	margin-bottom: 1em;
}

.box-body li{
	margin-bottom: 2em;
}


/* chat list */

.chat-list-box {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.chat-list-box .img{
	width: 20%;
}

.chat-list-box .text-box{
	width: calc(80% - 20px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}


.chat-list-box .swiper-container{
	overflow: hidden;
}


.chat-list-box .swiper-pagination{
	position: relative;
	bottom: 0px !important;
}

.chat-list-box .prfile{
	margin-bottom: 1em;
	font-size: 1.4rem;
}


.chat-list-box .prfile span{
	display: inline-block;
	font-weight: bold;
}
.chat-list-box .prfile br{
	margin-bottom: .5em;
}

@media screen and (max-width: 768px) {
	.chat-list-box {
		display: block;
	}
	
	.chat-list-box .text-box,
	.chat-list-box .img{
		width: 100%;
	}

}


/* chat カード */


.section-chat-list .swiper-container{
	overflow:hidden;
}

.section-plan h2,
.section-image-contents h3,
.section-chat-list h3{
	font-size: 2.4rem;
	color: var(--base-box-title-color);
	padding: 0.3em;
	border-radius: 12px;
	text-align: center;
	text-shadow:1px 1px 0px var(--base-box-title-s-color), -1px -1px 0 var(--base-box-title-s-color),
              -1px 1px 0 var(--base-box-title-s-color), 1px -1px 0 var(--base-box-title-s-color),
              0px 1px 0 var(--base-box-title-s-color),  0-1px 0 var(--base-box-title-s-color),
              -1px 0 0 var(--base-box-title-s-color), 1px 0 0 var(--base-box-title-s-color);
}


.section-chat-list .swiper-slide{
	overflow: visible !important;
	padding: 10px;
}
.chat-swiper{
	margin-bottom: 50px;
}


.section-chat-list .swiper-slide {
  backface-visibility: visible !important;
  transform: none !important;
/*	border-radius: 10px;*/
}
.chat-card-top{
	
	display: flex;
  align-items: stretch;
}
.chat-card-outer.is-flipped {
  transform: rotateY(180deg);
}
.flip-btn{
	position: absolute;
	right: 12px;
	top:12px;
	width: 30px;
	height: 30px;
	font-size: 20px;
	display: block;
	line-height: 30px;
}

.chat-card-outer{
	 /* border-radius: 12px;*/
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}


.chat-card-front,
.chat-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background: #fff;
  top: 0;
  left: 0;
	overflow: hidden;
	
  background-image: url('../image/fixed-bg1.jpeg');
  background-position: center top;
  background-size: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;

}
.chat-card-front{
	position: relative;
  padding-top: calc(30% / 2 + 20px);
  padding-bottom: 4%;
  padding-left: 4%;
  padding-right: 4%;
	/*aspect-ratio: 768 / 1385;*/
}
.chat-card-back {
  transform: rotateY(180deg);
  padding: 2%;
  padding-top: 50px;
  z-index: 2;
}
.slider-list .img,
.slider-list .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.chat-card-back img{
	width: 100%;
	height: 100%;
	object-fit: cover;
  display: block;
}
.chat-card-back .swiper-slide{
	overflow: hidden;
	border-radius: 0;
	width: 100%;
	height: 100%;
}
.chat-card-back .slider-list{
	height: 100%;
}
.chat-card-back .img{
	overflow: hidden;
}
.chat-card-outer{
	text-align: center;
	font-size: 15px;
	position: relative;
	transform-origin: center center;
  transition: transform .8s;
	perspective: 1000px;
  transform-style: preserve-3d;
	width:100%;
  height: 100%;
 /* aspect-ratio: 768 / 1385;*/
}

@media screen and (max-width: 768px) {
	.chat-card-outer{
	  width: calc(50% - 10px);
	  width:100%;
	}
}


.chat-card-outer .chat-card{
	/*border: 1px solid var(--base-subbox-title-bgcolor);*/
  padding-top: calc(20% / 2 + 20px);
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
	background-color: rgba(255,  255,  255, 1);
  border-radius: 8px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;


}

.chat-card-outer .icon-img{
  position: absolute;
  top: 0;
  left: 50%;
  width: 30%;
  aspect-ratio: 1 / 1; /* 正方形 */
  transform: translate(-50%, -50%); /* 中央に配置＆半分上に出す */
  border-radius: 50%;
  background: #eee;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  border: 2px solid var(--base-card-title-bgcolor);
}

.chat-card-outer.sex-1 .icon-img{
  border: 2px solid var(--base-card-title-bgcolor-man);
}


.chat-card-outer .chat-card-info{
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	text-align: left;
}

.chat-card-outer .chat-card-info > div{
	margin-bottom: 1em;
}

.chat-card-outer .chat-card-info .width-max{
	width: 100% !important;
	margin-bottom: 1.5em;
}
.chat-card-outer .sub-title {
	background-color: var(--base-card-title-bgcolor);
	font-weight: bold;
	color: #FFF;
	border-radius: .5em;;
	margin-bottom: .5em;
	text-align: center;
}

.chat-card-outer.sex-1 .sub-title {
	background-color: var(--base-card-title-bgcolor-man);
}

.chat-card-outer .name{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
	color: var(--base-card-name-color);
}

.chat-card-outer.sex-1 .name{
	color: var(--base-card-name-color-man);
}


.chat-card-outer .name > span{
	font-size: 16px;
	font-weight: normal;
}

.chat-card-outer .slider-list{
	overflow: hidden;
}
.chat-category{
	position: relative !important;
}



.chat-swiper .swiper-button-prev,
.chat-swiper .swiper-button-next { display:block; }




/* サイズ・色を変更 */
.chat-swiper .swiper-button-prev::after,
.chat-swiper .swiper-button-next::after {
    font-size: 32px;   /* 大きさ */
    color: #fff;       /* 矢印色 */
		content: "";
}

/* 円形ボタンにする例 */
.chat-swiper .swiper-button-prev,
.chat-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 100%;
		overflow: hidden;
		z-index: 10;
	  background-position: center;
	  background-size: cover;
	  background-repeat: no-repeat;
		top:inherit;
		bottom:8px;
	  
}
.chat-swiper .swiper-button-prev{
	  background-image: url('../image/arrow_l.png');
		left: 8px;
		margin-top: 0;
}
.chat-swiper .swiper-button-next{
	  background-image: url('../image/arrow_r.png');
		margin-top: 0;
		right: 8px;
}

/* ホバー時に色を変える */
.chat-swiper .swiper-button-prev:hover,
.chat-swiper .swiper-button-next:hover {
	opacity: .5;
}
.swiper-button-prev,
.swiper-button-next{
	transition: opacity 0.5s;

}

.swiper-button-disabled{
	opacity: 0 !important;	
}

/*
.chat-box{
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
*/


.page-chat main,
body.page-chat{
	margin: 0;
	padding: 0;
}
.chat-box .sub-title {
	border-radius: 0;
}
.chat-box .sub-description{
	text-align: left;
}

@media screen and (max-width: 768px) {
	
	.chat-card-outer{
		display: block;
	}
	.chat-card-outer > li{
		width: 100%;
		padding-top: calc(30% / 2 + 20px);
	}
	
	.chat-card-outer .chat-card-info > div{
		width: 100%;
	}
}









main{
/*	min-height: calc(100vh - 80px);*/
}

.contents-list{
	display: flex;
	flex-wrap: wrap;
	gap: 20px; /* 画像の隙間を作る */
	width: 100%;
	justify-content: center;
	padding: 10px 0 30px;;
}

.contents-list > li{
  width: calc(25% - 20px); 
	position: relative;
}

.contents-list > li.wide{
  width: calc(50% - 10px); 
}

.contents-list img{
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  border: 5px solid #ffffff;
}
.contents-list a{
	display: block;
	position: relative;
}

.contents-list .like-btn{
	position: absolute;
	right: 4px;
	bottom: 4px;	
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 8px;
	padding: 0 .5em;
	z-index: 2;
}
.contents-list .like-btn i{
	color: #ff3a3a;
}

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

	.contents-list > li{
	  width: calc(50% - 10px);
	}
	
	.contents-list > li.wide{
	  width: 100%; 
	}
	
}


.pagination {
    display: flex;
   /* justify-content: center; */
    list-style: none;
    padding: 0;
		flex-wrap: wrap;
}

.page-item {
    margin: 0 5px 10px;
    width: 3em;
    text-align: center;
}

.page-link {
    display: block;
    padding: 8px 12px;
    color: var(--base-pagelink-color) !important;
    background-color: #fff;
    border: 1px solid;
    border-radius: 5px;
    transition: 0.3s;
}

.page-link:hover {
    background-color: var(--base-pagelink-bgcolor);
    color: var(--base-pagelink-bgcolor);
    text-decoration: none;
    color: #FFF !important;
}

.page-item.active .page-link {
    background-color: var(--base-pagelink-bgcolor);
    color: #FFF !important;
    font-weight: bold;
}

.page-item.disabled .page-link {
    color: #ccc;
    pointer-events: none;
    background-color: var(--base-pagelink-color);
}

.categories{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.section-visual .text-box{
	width: 100%;
	text-align: left;
	display: block;
	position: absolute;
	top:80%;
	left: 10%;
	transform: translate(0%, -50%);
  text-shadow: 0px 4px 6px rgba(0, 17, 124, 0.8);
  font-weight: bold;
	padding-bottom: 1em;
	line-height: 1.8em;
}
.section-visual h2{
	color: #fafdff;
	font-size: 4rem;
	line-height: 1.8em;
	padding: 0;
}

.section-visual h2 span{
	font-size: 150%;
}

/*
.main-slider .swiper-slide {
	  position: relative;
}
.slide-img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
*/
@media screen and (max-width: 768px) {
	.section-visual h2{
		font-size: 6vw;
	}
}

.section-info .title{
	text-align: center;
	margin-bottom: 2em;
}

.section-info a{
	color: var(--base-link-color);
}
.list-info dl{
	display: flex;
	flex-wrap: wrap;
}
.list-info dt{
	width: 18em;
	border-bottom: 1px solid var(--base-list-boder-color);
	padding: 0.5em 0;
}
.list-info dd{
	width: calc(100% - 18em);
	border-bottom: 1px solid var(--base-list-boder-color);
	padding: 0.5em 0;
}

.section-info{
	padding: 50px;
}

@media screen and (max-width: 768px) {
	.section-info{
		padding: 2vw 0;
	}

	.list-info dt{
		width: 100%;
		border-bottom: none;
		background-color: #ececec;
		padding: 0 1em;
		
	}
	.list-info dd{
		width: 100%;
		padding: 1em 1em 1em;
	}	
	
}


.section-catchphrase{
	text-align: center;
	padding-top: 100px;
}
.section-catchphrase .dec-box{
	position: relative;
}
.section-catchphrase .dec01{
	width: 100%;
	height: auto;
}
.section-catchphrase .dec02,
.section-catchphrase .dec03,
.section-catchphrase .dec04{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}



.section-catchphrase h2{
	padding-top: 2em;
	font-size: 3.8rem;
	text-align: center;	
	color: #4b8dff;
	font-weight: bold;
}

.section-catchphrase p{
	font-size: 2.4rem;
}
.section-contact{
	padding: 50px 0;
	
}

.section-contact h2{
	text-align: center;
	margin-bottom: 2em;
}

.section-contact .form-label{
	width: 10em;
	display: inline-block;
}


.section-contact .form-group input,
.section-contact .form-group textarea{
	width: calc(100% - 11em);
	padding: .5em 1em;
}

.section-contact .required{
	font-size: 10px;
	background-color: #ff3535;
	color: #FFF;
	margin-left: 1em;
	line-height: 1em;
	padding: 0 0.2em;
	border-radius: 4px;
	position: relative;
	top:-2px;
}

@media screen and (max-width: 768px) {
	.section-contact .form-label,
	.section-contact .form-group input,
	.section-contact .form-group textarea{
		width: 100%;
	}

}

.section-contact .alert-success{
	margin-bottom: 3em;
	text-align: center;
}


.chat-area .chat-box{
  display: flex;
  margin-bottom: 1em;
}

.chat-area .chat-box.chat-caster{
	justify-content: flex-end;
}

.chat-area .chat-bubble{
  position: relative;
  margin: 0;
  padding: .4em .8em;
  border-radius: 20px;
  color: #333;
  font-size: .9em;
}

.section-chat{
	background-color: #aac8ec;
	padding-bottom: 30px;
	min-height: 100vh;
	padding: 80px 10px 0;
}
.section-chat .inner{
	padding: 0;
}
.chat-wrap{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.chat-area{
	overflow-y: auto;
	padding-bottom: 60px;
	margin-top: auto;
}
.chat-box .chat-message{
	max-width: 80%;
	display: flex;
}

.chat-box .chat-icon{
	width: 50px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 10px;
}

.chat-box .time{
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	font-size: 12px;
}


.chat-target .chat-bubble{
  background-color: #fff;
  margin-right: .5em;
}

.chat-caster .chat-bubble{
  background-color: #30e852;
  margin: 0 10px 0 .5em;
}

.chat-bubble.chat-bubble::before {
  position: absolute;
  top: -15px;
  width: 20px;
  height: 30px;
  content: '';
}

.chat-target .chat-bubble::before {
  left: -10px;
  border-radius: 0 0 0 15px;
  box-shadow: -3px -15px 0 -7px white inset;
}



.chat-caster .chat-bubble::before {
  right: -10px;
  border-radius: 0 0 15px 0;
  box-shadow: 3px -15px 0 -7px #30e852 inset;
}


.section-chat textarea.form-control {
  resize: none; 
  overflow-y: hidden;
  min-height: 40px;
  max-height: 200px;
}

.chat-date{
	font-size: 12px;
	background-color: #999999;
	color: #FFF;
	margin: 0 auto;
	padding: 0 .5em;
	border-radius: 8px;

  text-align: center;
  display: block;
  width: fit-content;

}

#sendButton:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.section-chat .input-area{
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 1em;
	background-color: #FFF;
}
.input-text{
	position: relative;
	width: calc(100% - 110px);;
}
.input-text textarea{
	width: 100%;
	padding: .2em .5em; 
}

.input-btn {
	width: 100px;
	display: flex;
	flex-direction: column;
}

.input-btn button{
  margin-top: auto;
  margin-bottom: 0;
  padding: 7px 2em;
  
}

.input-num{
	position: absolute;
	right: 4px;
	bottom: -12px;
	font-size: 10px;
}

.section-chat .input-area textarea{
	background-color: #f2f2f2;
}

#messageInput{
	border-radius: 8px;
	overflow: hidden;
}


#stickyInputArea {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.1);
  z-index: 800;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 背景半透明 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  max-width: 300px;
}

.news-list > li{
	display: flex;
	border-bottom: 1px solid #d4d4d4;
	width: 100%;
	margin-bottom: 1em;
}

.news-list .date{
	font-weight: normal;
	font-size: 14px;
	width: 100px;
}

.news-list .text{
	width: calc(100% - 100px);
}

.news-list h4,
.news-list h3{
	font-weight: normal;
	font-size: 16px;	
}
.plan-list{
	display: flex;
	justify-content: center;
	gap: 10px; 
	flex-wrap: wrap;

}

.plan-list > li{
	width: calc(33.3% - 10px);
	
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.01); /* 白くて少し透ける背景 */
  backdrop-filter: blur(10px);          /* 背景のぼかし */
  -webkit-backdrop-filter: blur(10px);  /* Safari対応 */
  border-radius: 16px;                  /* 角を丸く */
  border: 1px solid rgba(255, 255, 255, 0.15); /* 境界線も薄く */
/*	border: 1px solid #e9e9e9;*/

}
.plan-list .list-img{
	border-radius: 10px;
	overflow: hidden;
}
.plan-list .list-img:hover{
	opacity: .5;
  transition: opacity 0.3s;
  
}

.plan-list .list-text{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 1em;
/*	border: 1px solid var(--base-box-boder-color);*/
	border-radius: 10px;
	overflow: hidden;

	
}

.plan-list .sub-title{
	text-align: center;
/*	background-color: var(--base-box-title-bgcolor);*/
	color: var(--base-box-title-color);
	font-weight: bold;
	padding: .2em;
	text-shadow:1px 1px 0px var(--base-box-title-s-color), -1px -1px 0 var(--base-box-title-s-color),
              -1px 1px 0 var(--base-box-title-s-color), 1px -1px 0 var(--base-box-title-s-color),
              0px 1px 0 var(--base-box-title-s-color),  0-1px 0 var(--base-box-title-s-color),
              -1px 0 0 var(--base-box-title-s-color), 1px 0 0 var(--base-box-title-s-color);
	
	
}
.plan-list .sub-description{
	padding: 1em;
}

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

	.plan-list > li{
		width: 100%;
	}

}


.section-payment-select .form-group,
.section-payment .form-group {
  margin-bottom: 1rem;
}

.section-payment-select .label,
.section-payment .label {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 500;
  font-size: 13px;
}
.section-payment-select input,
.section-payment input{
color: #464646 !important

}

.section-payment-select .form-control,
.section-payment .form-control {
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#card-elements-row {
  display: flex;
  gap: 1rem;
}

#card-errors {
  color: red;
  margin-top: 0.5rem;
}


.section-payment button[type="submit"] {
  padding: 0.5rem 1rem;
  background: #0070f3;
  border: none;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
}

.section-payment button[type="submit"]:hover {
  background: #005ac1;
}

.section-payment-select .card-box,
.section-payment .card-box{
  display: flex;
  padding: 50px 0;
}
.section-payment-select .card-box > div,
.section-payment .card-box > div{
	width: 50%;
}

.section-payment-select .card-box .left-box,
.section-payment .card-box .left-box{
	padding-right: 1em;
	border-right: 1px solid #e1e1e1;
}
.section-payment-select .card-box .right-box,
.section-payment .card-box .right-box{
	padding-left: 1em;
}

.section-payment-select .card-box .left-box a,
.section-payment .card-box .left-box a{
	font-size: 13px;
}

.section-payment-select h2,
.section-payment h2{
	font-size: 16px;
	font-weight: 500;
}

.section-payment-select .right-box h3,
.section-payment .right-box h3{
	font-weight: bold;
}
.section-payment-select p,
.section-payment p{
	font-size: 14px;
	font-weight: 500;
}

.section-payment-select .card-brand-box,
.section-payment .card-brand-box{
	position: relative;
}

.section-payment .brand-container{
	position: absolute;
	top:50%;
	right: 4px;
	transform: translate(0, -50%);
	padding: 0;
	margin: 0;	
}

.section-payment .brand-logo {
  height: 22px !important;
	padding-bottom: 2px;
}

.section-payment .yen{
	font-size: 200%;
	margin-right: 10px;
}

@media screen and (max-width: 768px) {
	.section-payment-select .card-box,
	.section-payment .card-box{
  	display: block;
  }
	.section-payment-select .card-box > div,
	.section-payment .card-box > div{
		width: 100%;
	}

	.section-payment-select .card-box .left-box,
	.section-payment .card-box .left-box{
		padding-right: 0;
		border-right: none;

	}
	.section-payment-select .card-box .right-box,
	.section-payment .card-box .right-box{
		padding-lefgt: 0;
	}
}

.btn.btn-cancel{
	background-color: var(--base-cancelbtn-bgcolor) !important;
	max-width: 8em !important;
	display: inline-block;
	color: var(--base-cancelbtn-color) !important;
	
}
.btn.btn-cancel:hover{
	color: var(--base-cancelbtn-bgcolor) !important;
	background-color: var(--base-cancelbtn-color) !important;
}

.card_logo{
	width: 20px;
	margin :0 3px;
}
.carrier_logo{
	width: auto;
	height: 12px;
	margin :0 3px;
}
.payment-btn{
	display: flex;
	width: 100%;
	justify-content: space-between;
  align-items: center;
	background-color: #FFF;
	padding: 12px 12px;
}
.payment-btn:hover{
  background-color: var(--base-btn-bgcolor);
  border:1px solid var(--base-btn-bgcolor);
}
@media screen and (max-width: 768px) {
	.payment-btn{
		display: block;
	}
	.payment-btn > div{
		display: flex;
		justify-content:center;
	  align-items: center;
		width: 100%;
		margin-bottom: 10px;
		
	}

}

.section-contents{
	padding: 50px 0;
}
.section-contents .inner{
	position: relative;
}
.section-contents .swiper-slide {

 width: 100%;

}

.section-contents .vertical-slider {
  width: 100%;
  height: auto;
	overflow: hidden;
}

.section-contents .swiper-slide img{
	width: 100%;
	pointer-events: none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	user-select:none;

}


@media screen and (min-width: 769px) {

	.vertical-slider-slide {
	  width: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  font-size: 10rem;
	  font-family: "Open Sans", sans-serif;
	  font-weight: bold;
	  color: #fff;
	  padding: 50px 0;
	}

  .contents .swiper-button-prev,
  .contents .swiper-button-next { display:block; }




	/* サイズ・色を変更 */
	.section-contents .swiper-button-prev::after,
	.section-contents .swiper-button-next::after {
	    font-size: 32px;   /* 大きさ */
	    color: #fff;       /* 矢印色 */
			content: "";
	}

	/* 円形ボタンにする例 */
	.section-contents .swiper-button-prev,
	.section-contents .swiper-button-next {
	    width: 40px;
	    height: 40px;
	    border-radius: 100%;
			overflow: hidden;
			z-index: 10;
		  background-position: center;
		  background-size: cover;
		  background-repeat: no-repeat;
	
	}
	.section-contents .swiper-button-prev{
		  background-image: url('../image/arrow_l.png');
			left: 0;
			margin-top: -10px;
	}
	.section-contents .swiper-button-next{
		  background-image: url('../image/arrow_r.png');
			right: 0;
			margin-top: -10px;
		  
	}
	
	/* ホバー時に色を変える */
	.section-contents .swiper-button-prev:hover,
	.section-contents .swiper-button-next:hover {
		opacity: .5;
	}



}






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

	.section-contents .swiper-button-prev,
	.section-contents .swiper-button-next { display:none; }


	.contents main{
	/*	padding: 0;*/
	}
	
	.section-contents .inner{
		padding: 0;

	}
	
	.contents footer{
		display: none;
	}
	
	/* スライダー全体 */
	.section-contents .vertical-slider {
	  width: 100%;
		height: calc(100vh - 60px);
		overflow: hidden;
	}
	
	.section-contents .swiper-slide img{
	  object-fit: cover;
	 /* object-position: top;*/
	  width: 100%;
		height: 100%;
	}
	
	/* スライド */
	.section-contents .vertical-slider-slide {
	  width: 100%;
	  height:100%;
	  display: block;
	}	
	
}