@charset "utf-8";
html {
/*  font-size: 62.5%;*/
  font-size: 70%;
}
body{
	background:#fff;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	padding-bottom:139px;
	
}
@media screen and (max-width: 980px) {
body{
	padding-bottom:135px;
	}
}
@media screen and (min-width: 980px) {
.sp_break{
	display:none;
	}
}
@media screen and (max-width: 980px) {
.sp_break{
	display:block;
	}
}

/*--------------------------------------------------------

	ラッパー

----------------------------------------------------------*/
#wrapper{
	width:100%;
	margin: 0 auto;
	background:url(../images/remake/w_bg.png) no-repeat 0% 0% #fff fixed;
	background-size:cover;
	max-width:100%;
}
.detail_contents{

	max-width:1280px;
	margin: 0 auto;
	padding:20px;
}

@media screen and (max-width: 980px) {
.detail_contents{
	width:93%;
	padding:0px;
	}
}
/*--------------------------------------------------------

	スクロール促す

----------------------------------------------------------*/
a.scr{
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 11px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 980px) {
a.scr{
  padding: 10px 10px 50px;
	  right: 5px;
	}
}

a.scr::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}
@media screen and (max-width: 980px) {
a.scr::after {
  height: 40px;
	}
}
a.scr::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*--------------------------------------------------------

	メインビジュアル

----------------------------------------------------------*/
#main_v{
	/*background: url(../images/remake/sub.png) no-repeat 3% 85% ,  url(../images/remake/h_bg.png) no-repeat 50% 60% ;
	background-size: 25% ,cover;
	*/
		background:
		url(../images/remake/sub.png) no-repeat 95% 50% ,
		url(../images/remake/sub02.png) no-repeat 5% 95% ,
		linear-gradient(150deg, #84C7A6 0%, #C5C1FF 60%, #F6A381 100%) ;

	padding:100px 0  50px 0;
	position:relative;
	max-width:100%;
}


.flame_top p{
	text-align:center;
	margin:-50px 0 0px;
}

@media screen and (max-width: 980px) {
#main_v{
	background:
	url(../images/remake/sub.png) no-repeat 80% 5% ,
	url(../images/remake/sub02.png) no-repeat 5% 50% ,
	linear-gradient(-170deg, #84C7A6 0%, #C5C1FF 60%, #F6A381 100%);
	background-size: 40% ,20%;
	padding:120px 0  30px 0;
	}
}
#main_v h1{
	position:absolute;
	left:40px;
	top:20px;
}
#main_v h1 img{
	max-width:70%;
}
.main_v{
	width:1280px;
	margin: 0 auto;
	max-width:100%;
}
#main_v img{
	max-width:100%;
	}
@media screen and (max-width: 980px) {
.main_v{
	width:90%;
	}
}

.mv_text{
	color:#fff;
	text-align:center;
	line-height:1.3;
	filter: drop-shadow(5px 5px 5px  rgba(0,0,0,0.3));
}

@media screen and (max-width: 980px) {
.mv_text img{
	font-size:1.3em;
	max-width:100%;
	}
}
.mv_text02{
	text-align:center;
	margin-top:60px;
filter: drop-shadow(25px 25px 0px  rgba(226,56,69,1));

}
.flex{
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
	margin-bottom:20px;

}
@media screen and (max-width: 980px) {
.flex img{
	max-width:100%;
	}
}


.box{
	box-sizing:border-box;
	list-style: none;
	width:30%;
	text-align:center;
	filter: drop-shadow(5px 5px 5px  rgba(255,255,255,0.3));
}

@media screen and (max-width: 980px) {
.box{
	margin: 0 10px;
	width:40%;
	}
}

.box02{
	box-sizing:border-box;
	list-style: none;
	text-align:center;
}
.box02 ul{
/*	background:rgba(255,255,255,1);*/
	margin: 0 auto;
	margin-top:10px;
	display:flex;
	justify-content:center;

}
.box02 ul li{
	margin:10px 10px;
	background:rgba(255,255,255,.9);
	padding:7px 15px 7px 15px;
	font-size:1.5rem;
	width:35%;
	border-radius:100px;

}
.box02 ul li span{
	color:#E23845;
	font-size:2.5rem;
}
@media screen and (max-width: 980px) {
.box02 ul{
	display:block;
}
.box02 ul li{
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:10px;
	background:rgba(255,255,255,.9);
	padding:7px 15px 7px 15px;
	font-size:1.5rem;
	width:80%;

	border-radius:10px;
	}
.box02 ul li span{
	color:#E23845;
	font-size:2rem;
	}
}



/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box , .box02{
  opacity: 0;
}

/*==================================================
ふわっ
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


.first_text{
	text-align:center;
	font-size:5.6rem;
	line-height:1.2;
	padding:18px 0 ;
/*	background:rgba(248,117,157,1);*/
	color:#ff0;


}
.first_text span{
	display:block;
	font-size:3.5rem;
	color:#fff;
}

@media screen and (max-width: 980px) {
.first_text{
	font-size:3rem;
	}
.first_text span{
	font-size:1.6rem;
	}
}
/*--------------------------------------------------------

	キャンペーン

----------------------------------------------------------*/
.cp__main{
	background:#f9f9f9 url(../images/remake/cp_bg.png) no-repeat 95% 50% fixed;
	background-size:cover;
	padding:10px 0  60px 0;
	max-width:100%;
}

@media screen and (max-width: 980px) {
.cp__main{
	padding:60px 0  0px 0;
		}
}

.cp_detail{
	max-width: 980px;
	margin: 0 auto;
	background:#fff;
	padding:30px 40px 30px 40px;
}
@media screen and (max-width: 980px) {
.cp_detail{
	max-width: 95%;
	padding:30px 10px 30px 10px;
}
}
.present_main{
	text-align:center;
}
@media screen and (max-width: 980px) {
.present_main img{
	max-width:100%;
	}
}


/*-------------------ポイントプレゼント----------------*/
.total_point{
	width:75%;
	margin: 0 auto;
	display:flex;
	justify-content:center;
}




.total_point li{
	margin: 0 10px;
	font-size:3.5rem;
	line-height:1.1;
	text-align:center;
}
.total_point li:nth-child(1){
	padding:25px 0 ;
}
.total_point li:nth-child(2){

	font-size:10rem;
	color:#DF80B0;
}
.total_point li:nth-child(3){
	padding:25px 0 ;
	text-align:left;
}
.triangle3{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #F21279;
  margin: 0 auto;
}
/*-------------------テーブル----------------*/
.cp_detail table{
	width:80%;
	margin:15px auto;
	font-size:2rem;
	text-align:center;
}
@media screen and (max-width: 980px) {
.cp_detail table{
	width:100%;
	font-size:1.3rem;
	margin-bottom:20px;

	}
}
.cp_detail table caption{
	text-align:center;
		background:#555;
	color:#fff;
	border-radius:100px;
	padding:5px 0 ;
	margin-bottom:15px;
}
.cp_detail table td{
	font-size:2.5rem;
}

@media screen and (max-width: 980px) {
.cp_detail table td{
	font-size:1.7rem;
	}

}
.card__days{
	display:block;
	font-size:1.4rem;
}
.card__days002{
	display:block;
	font-size:1.4rem;
	width:75%;
	margin: 40px auto 30px;

}

@media screen and (max-width: 980px) {
.card__days{
	display:block;
	font-size:1.3rem;
	margin-bottom:10px;
	line-height:1.2;
	}
}

/*-------------------もれなく----------------*/
.present_border{
	width:70%;
	border:2px solid #DF80B0;
	padding:20px 20px 0 20px;
	margin:60px auto 0px;
	font-size:2rem;
}

@media screen and (max-width: 980px) {
.present_border{
	width:85%;
	font-size:1.5rem;
	margin:30px auto 0px;
	}
}

.present_name{
	background:#DF80B0;
	color:#fff;
	padding:7px 0 ;
	width:50%;
	margin:0px auto;
	margin-top:-45px;
	text-align:center;
}
@media screen and (max-width: 980px) {
.present_name{
	width:100%;
	margin-top:-40px;
	}
}

.cp_name{
		font-size:3rem;
		margin:25px auto;
		text-align:center;
}

@media screen and (max-width: 980px) {
.cp_name{
		font-size:2rem;
		line-height:1.2;
	}
}

.cp_name span{
	color:#F21279;
	font-weight:bold;
	font-size:4rem;
}
@media screen and (max-width: 980px) {
.cp_name span{
	font-size:5rem;
	display:block;
	}
}
.plus_icon{
	font-size:5rem;
	margin:0px auto -20px;
	text-align:center;
	color:#003D89;
}
@media screen and (max-width: 980px) {
.plus_icon{
	margin:0px auto 0px;


	}

}
/*-------------------条件クリア----------------*/
.conditions{

}
.conditions div{
	background:#FBEEF4;
	padding:30px 10px;
	margin: 10px 0px 10px 0;

}

@media screen and (max-width: 980px) {
.conditions div{
	padding:20px 10px;
	margin: 10px 0px 10px 0;
	}
}

.conditions_name{
	text-align:center;
	color:#DF80B0;
	position:relative;
	font-size:2.3rem;
	margin: 0px auto 20;
	
}
@media screen and (max-width: 980px) {
.conditions_name{
	font-size:1.6rem;
	}
}


.conditions div dl{
	text-align:center;
	padding:15px 0 ;
	border-bottom:1px solid #ccc;
}

@media screen and (max-width: 980px) {
.conditions div dl{
	padding:15px 0 ;
	line-height:1.2;
}

}

.point_num_sub{
	font-size:2.8rem;
	color:#F21279;
	font-weight:bold;
}
@media screen and (max-width: 980px) {
.point_num_sub{
	font-size:3rem;
	}

}
.conditions .div_list{
	display:flex;
	justify-content:center;
	background:#fff;
}

@media screen and (max-width: 980px) {
.conditions .div_list{
	display:block;
	}
}

.conditions div .div_list ul{
	margin:0 10px;
	background:#fff;
	text-align:center;
	width:55%;
	padding:0px;
}

@media screen and (max-width: 980px) {
.conditions div .div_list ul{
	margin:0px 0px;
	width:95%;
	padding:5px;
	}
}

.conditions div .div_list ul li:nth-child(1){
	font-size:1.5rem;
	background:#DF80B0;
	color:#fff;
	padding:7px 0 ;
}





.num002{
	margin-bottom:-30px;
}



@media screen and (max-width: 980px) {
.num002{
	margin-bottom:-10px;
	position:relative;
	}

}
/*-------------------付与時期----------------*/
.fuyoziki{
	font-size:1.2rem;
	padding:10px 0 20px 0;
	width:75%;
	margin:0px auto;
}

@media screen and (max-width: 980px) {
.fuyoziki{
	width:85%;

	}
}
.fuyoziki02{
	font-size:1.2rem;
	padding:5px 0 0px 0;
	margin:-30px auto 0;
	width:70%;
}
.fuyoziki03{
	width:100%;
	text-align:center;
	font-size:1.2rem;
}
.fuyoziki04{
	width:100%;
	text-align:center;
	font-size:1.2rem;
	margin:-20px  auto 0;

}
/*--------------------------------------------------------

	共通デザイン

----------------------------------------------------------*/

a{
	text-decoration:none;
}

a:hover{
	opacity:.8;
  transition: .5s;
}

/*---h2---*/

.contents_subtitle{
	font-size:50px;
	max-width: 1100px;
	margin: 0 auto;
	font-weight:bold;
	text-align:center;
	text-shadow:3px 3px 3px #f9f9f9;
	margin-top:120px;
	margin-bottom:30px;

}
@media screen and (max-width: 980px) {
.contents_subtitle{
	font-size:26px;
	width:90%;
	margin-top:20px;
	}

}
.first_no{
	margin-top:60px;
}

@media screen and (max-width: 980px) {
.first_no{
	margin-top:0px;
	}
}

/*---h3---*/
.subtitle{
	max-width: 1100px;
	margin:30px auto;
	font-size:3.5rem;
	font-weight:bold;
	padding:0 0 25px 0 ;
	margin-top:120px;
	text-align:center;
	color:#E182B2;
	position: relative;



	
}
@media screen and (max-width: 980px) {
.subtitle{
	font-size:2rem;
	margin:0px auto;
	}
}


.subtitle:before {
  position: absolute;
  bottom: 80px;
  left: calc(45% - 0px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
	background:#E182B2;
}
@media screen and (max-width: 980px) {
.subtitle:before {
  left: calc(50% - 50px);
	}
}

.title_no01{
	background:url(../images/remake/m_icon01.png) no-repeat 300px 50% ;
	padding:10px 0 ;
	background-size:3%;
}
.title_no02{
	background:url(../images/remake/m_icon02.png) no-repeat 310px 50% ;
	padding:10px 0 ;
	background-size:3%;
}
.title_no03{
	background:url(../images/remake/m_icon03.png) no-repeat 300px 50% ;
	padding:10px 0 ;
	background-size:2.5%;
}
.title_no04{
	background:url(../images/remake/m_icon04.png) no-repeat 300px 50%;
	padding:10px 0 ;
	background-size:3%;
}
@media screen and (max-width: 980px) {
.title_no01{
	background:url(../images/remake/m_icon01.png) no-repeat 20px 50% ;
	padding:20px 0;
	background-size:8%;
}
.title_no02{
	background:url(../images/remake/m_icon02.png) no-repeat 20px 50% ;
	padding:20px 0;
	background-size:7%;
}
.title_no03{
	background:url(../images/remake/m_icon03.png) no-repeat 20px 50% ;
	padding:20px 0; 
	background-size:7%;
}
.title_no04{
	background:url(../images/remake/m_icon04.png) no-repeat 20px 50% ;
	padding:20px 0 ;
	background-size:7%;
}
}



/*---h4---*/
.contents_main_title{
	font-size:2.6rem;
	font-weight:bold;
	text-align:center;
	padding:15px 0 ;
	margin:30px 0 30px 0;
	background:#FEF5F9;
/*	color:#E182B2;*/
	position: relative;


}

@media screen and (max-width: 980px) {
.contents_main_title{
	font-size:1.7rem;
  line-height:1.2;
	margin:0px 0 30px 0;
	}
}



.contents_main_title:before {
  left: -20px;
  border-left-width: 15px;
  border-left-color: transparent;
}
@media screen and (max-width: 980px) {
.contents_main_title:before {
  left: -10px;
  border-left-width: 10px;
   z-index:-1;
	}

}

.contents_main_title:after {
  right: -28px;
  border-right-width: 15px;
  border-right-color: transparent;
}
@media screen and (max-width: 980px) {
.contents_main_title:after {
  border-right-width: 10px;
  right: -10px;
     z-index:-1;
	}
}
.contents_main_title span {
  position: relative;
  display: block;
}
.common_coment{
	width:80%;
	margin:0px auto;
	margin-top:0px;
	font-size:16px;

	
}

.common_coment a{
	text-decoration:underline;
}

@media screen and (max-width: 980px) {
.common_coment{
	width:90%;
	font-size:14px;
	}
}
.contents_main{
/*	border:2px #DF80B0 solid;*/
	padding:10px 40px 40px 40px;
	/*background:  #FEF5F9;*/
	background:#fff;
	width:75%;
	margin: 0 auto;
	margin-top:30px;
	margin-bottom:60px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	

}
@media screen and (max-width: 980px) {
.contents_main{
	width:90%;
	padding:20px 10px;
	}
}


.lyout{
	display:inline-block;
	margin-bottom:5px;
}
/*---改行---*/
.annotation{
	display:block;
	font-size:1.5rem;
	margin-top:10px;
	padding-left:1em;
	text-indent:-1em;
}
@media screen and (max-width: 980px) {
.annotation{
	font-size:1.3rem;
	}
}
.annotation_list{
	font-size:1.3rem;
	width:80%;
	margin: 0 auto;
	margin-top:10px;
}
@media screen and (max-width: 980px) {
.annotation_list{
	width:90%;
	font-size:1rem;
	}
}
.annotation_list li{
	list-style:disc;
}
/*--------------------------------------------------------

	装飾他

----------------------------------------------------------*/

.block_effect{
	display:block;
}

.under_line{
	position:relative;
	padding: 1rem 1rem;
}

.under_line:after{
 position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #DF80B0, #DF80B0 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #DF80B0, #DF80B0 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.font-large{
	font-size:2.5rem;
}
@media screen and (max-width: 980px) {
.font-large{
	font-size:1.3em;
	}
}

.yellow{
background: linear-gradient(transparent 80%, #ff0 80%);
}
.yellow03{
background: linear-gradient(transparent 70%, #F21379 70%);
}

/*--------------------------------------------------------

	スライダー(他のCPバナー)

----------------------------------------------------------*/
.slider{
	width:600px;
	margin: 0 auto;
	margin-top:10px;
}
@media screen and (max-width: 980px) {
.slider{
	width:90%;
	}
.slider img{
	max-width:100%;
	}
}
.slider ul li{
	text-align:center;
}
.another_cp{
 background-color: #fff;
  background-image:
    radial-gradient(rgba(200,200,200,.1) 30%, transparent 30%);
  background-size: 20px 20px;
	padding:45px 0;
}
@media screen and (max-width: 980px) {
.another_cp{
	padding:25px 0 10px 0;
	}
}

.another_title{
	margin-top: 0 ;
	font-size:3rem;
}
@media screen and (max-width: 980px) {
.another_title{
	font-size:1.3em;


	}
}
/*--------------------------------------------------------

	アンカーリンクボタン

----------------------------------------------------------*/
.anclink_btn_box{
	margin-top:20px;
	margin-bottom:80px;
}


.anclink_btn{
	justify-content:center;
	display:flex;
}

@media screen and (max-width: 980px) {
.anclink_btn{
	flex-wrap :wrap;
	}
}
.anclink_btn li{
	text-align:center;
	margin:0 10px 0 5px;
}

@media screen and (max-width: 980px) {
.anclink_btn li{
	width: 45%;

	margin:10px 5px;
	}
.anclink_btn li img{
	max-width:100%;
	}
}

.anclink_btn li a{
	filter: drop-shadow(3px 3px 3px rgba(100,20,20,0.4));

}











/*--------------------------------------------------------

	アコーディオン

---------------------------------------------------------*/
.accordion {
  width: 82%;
  max-width: 100%;
  margin: 0 auto;
  margin-top:60px;
}
@media screen and (max-width: 980px) {
.accordion {
  width: 100%;
	}
}
/*------------------------------

ここからアコーディオンのCSS

------------------------------*/
/* チェックボックスは非表示 */
.accordion-hidden{
  display: none;
}

/* Question部分 */
.accordion-open {
  display: block;
  padding: 10px;
  background :#E23845;
  cursor: pointer;
  margin: 5px 0;
  font-size:3rem;
  color:#fff;
  text-align:center;
  position: relative;/* 変更部分 */
}
@media screen and (max-width: 980px) {
.accordion-open {
	font-size:1.6rem;
	}
}


/* 開閉状態を示すアイコン+の作成 */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #FBECF3;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* 一本は縦にして+を作る */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* Answer部分 */
.accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;/* 表示速度の設定 */
  pointer-events: none;
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  padding: 10px;
  font-weight: 700;
  background:#FBECF3;
}

/*--------------------------------------------------------

	キューボ
	
----------------------------------------------------------*/
.qb_box_main{
	width:100%;
	justify-content:center; 
	flex-wrap:wrap;
	display:flex;
}

.qb_box_main img{
	max-width:100%;
}

@media screen and (max-width: 980px) {
.qb_box_main{
	width:100%;
	display:block;
	}

}


.qb_box_main::after {
	display: block;
	content:"";
	width:48%;
}
.qb_box{
	width:40%;
	margin:15px 20px;
	background:#fff;
	padding:20px 20px 20px 20px;
/*	border:1px solid #E23845;*/
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



@media screen and (max-width: 980px) {
.qb_box{
	width:85%;
	margin: 0 auto;
	margin-bottom:15px;
	margin-top:15px;
	padding:20px 25px;
	}
}

.qb_box ul{
	display:flex;
}


.qb_box li:nth-child(1){
  font-size:1.2rem;
  	width:75%;
}
.qb_box li:nth-child(2){

}
.qb_box li:nth-child(2) img{
	max-width:100%;
}

.qb_box_title{
	color:#E23845;
  font-size:2.2rem;
	margin-bottom:10px;
}
@media screen and (max-width: 980px) {
.qb_box_title{
	font-size:1.7em;
	}
}
.qb_box li:nth-child(2){
	text-align:center;
	padding:20px;
}
@media screen and (max-width: 980px) {
.qb_box li:nth-child(1){
	width:70%;
	}
.qb_box li:nth-child(2){
	padding:0 0px 0 20px;
	width:30%;
	text-align:right;
	}
}
/*--------------------------------------------------------

	ANAの箇所
	
----------------------------------------------------------*/
.ana_border ul{
	display:flex;
}

@media screen and (max-width: 980px) {
.ana_border ul{
	display:block;
	}
}

.ana_border ul li{
	margin: 0 20px;
}

.ana_border ul li img{
	max-width:220px;
}
@media screen and (max-width: 980px) {
.ana_border ul li img{
	max-width:60%;
	}
}
.ana_border ul li:nth-child(2){
	font-size:1.6rem
	}

@media screen and (max-width: 980px) {
.ana_border ul li{
	margin:0px 0;
	}
.ana_border ul li:nth-child(1){
	text-align:center;
	margin-bottom:20px;
	}
.ana_border ul li:nth-child(2){
	font-size:1.2rem
	}

}

.ana_lbl{
	margin-top:30px;
	text-align:center;
	color:#003D89;
	font-size:2rem;

	
}
@media screen and (max-width: 980px) {
.ana_lbl{
	font-size:1.2rem;
	}
}

.point_img{
	margin-top:10px;
	text-align:center;
}



.ana_border table{
	width:60%;
	margin: 0 auto;
	border:1px solid #ccc;
	background:#fff;
	margin-top:10px;
	font-size:1.8rem;
}
@media screen and (max-width: 980px) {
.ana_border table{
	width:100%;
	}
}

.ana_border table th{
	color:#fff;
	padding:10px;
	text-align:center;
}
.ana_border table th:nth-child(1){
	background:#003D89;
}
.ana_border table th:nth-child(2){
	background:#E23845;
}

.ana_border table td{
	border:1px solid #ccc;
	padding:20px 0px;
	text-align:center;
}
.aft, .ber{
  position: relative;
  display: inline-block;

}

.aft:after{
content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 4px #5bc0de;
  border-right: solid 4px #5bc0de;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -80px;
  margin-top: -10px;
}
@media screen and (max-width: 980px) {
.aft:after{
  width: 10px;
  height: 10px;
  right: -15px;

}

}

.ber:after{
content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 4px #5bc0de;
  border-left: solid 4px #5bc0de;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: -95px;
  margin-top: -10px;
}
@media screen and (max-width: 980px) {
.ber:after{
  width: 10px;
  height: 10px;
  left: -20px;
	}
}
/*--------------------------------------------------------

	ANAカードのみの装飾

----------------------------------------------------------*/
.ana_zone{
	color:#003D89;
	background:#fff;
}
.ana_border{
	border:2px solid #003D89;
	background:#F4FAFF;
	
}


.ana_zone:before {
  left: -20px;
  border-left-width: 15px;
  border-left-color: transparent;
}
@media screen and (max-width: 980px) {
.ana_zone:before {
  left: -10px;
  border-left-width: 10px;
	}
}
.ana_zone:after {
  right: -20px;
  border-right-width: 15px;
  border-right-color: transparent;
}
@media screen and (max-width: 980px) {
.ana_zone:after {
  right: -10px;
  border-right-width: 10px;
	}
.ana_border img{
	max-width:50%;
	}	
}
.ana_zone span {
  position: relative;
  display: block;
}
/*--------------------------------------------------------

	電車をおトクで便利に

----------------------------------------------------------*/
.e_box{
/*	display:flex;*/
	width:60%;
	margin: 0 auto;
	background:#fff;
	margin-top:20px;
	padding:20px 0 10px 0;
	
	border:1px solid #DF80B0;
}
@media screen and (max-width: 980px) {
.e_box{
	display:block;
	width:100%;
	}
}

.cardicon{
	background:url(../images/remake/card.png) no-repeat 95% 50% #fff;
	background-size:22%;
}
@media screen and (max-width: 980px) {
.cardicon{
	background:url(../images/remake/card.png) no-repeat 95% 100% #fff;
	background-size:22%;
	}
}
.e_box dl {
	padding:0 20px;
	text-align:center;

}
.e_box dd {
	font-size:1.3rem;
}

@media screen and (max-width: 980px) {
.e_box dd {
	padding:0 0 0px 0;
	}
}

@media screen and (max-width: 980px) {
.e_box dl {
	padding:0 20px 0px 20px;
	}
}

.e_box .bottom_no{
	padding-bottom:0;
}

.e_box dt {
	font-size:1.7rem;
	margin-bottom:10px;
	border-bottom:1px solid #000;
}
.howto{
	text-align:center;
	margin:0px 0;
}
@media screen and (max-width: 980px) {
.howto{
	font-size:1.4rem;
	}
}
.e_box dd:nth-child(3) {
	color:#E23845;
	font-size:2rem;
	text-align:center;
	margin:-10px auto 10px;

}

@media screen and (max-width: 980px) {
.e_box dd:nth-child(3) {
	font-size:1rem;
	margin-bottom:0px;
	}
}

.e_box dd:nth-child(4) {
	color:#fff;
	font-size:3rem;
	text-align:center;
	letter-spacing:-1px;
	background:#E23845;
	border-radius:100px;
	position:relative;
	width:60%;
	margin:0 auto 30px;
}
@media screen and (max-width: 980px) {
.e_box dd:nth-child(4) {
	font-size:2rem;
	padding-top:0px;
	}
}
.e_box_amu{
	width:80%;
	margin: 0 auto;
	background:#fff;
	margin-top:20px;
	padding:10px 20px;
	
	border:1px solid #DF80B0;
}

.e_box_amu dl{
	padding:20px 0;
}

.e_box_amu dt{
	font-size:2rem;


}
@media screen and (max-width: 980px) {
.e_box_amu dt{
	font-size:1.5rem;
	}
}

.e_box_amu dd{
	font-size:1.7rem;
}
@media screen and (max-width: 980px) {
.e_box_amu dd{
	font-size:1.2rem;
	}
}
/*--------------------------------------------------------

	JRグループ限定特典

----------------------------------------------------------*/
.img_photo{
	display:flex;
	width:80%;
	margin: 0 auto;
	margin-top:30px;
	margin-bottom:70px;
}
@media screen and (max-width: 980px) {
.img_photo{
	width:100%;
	}
}

.img_photo li{
	margin-right:25px;
}
@media screen and (max-width: 980px) {
.img_photo li{
	margin-right:10px;
	}
}
.img_photo li:last-child{
	margin-right:0px;
}

.img_photo img{
	max-width:100%;
/*	box-shadow:10px 10px 0px #f1f1f1;*/
	border:4px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/*--------------------------------------------------------

	カードの詳細

----------------------------------------------------------*/
.card-detail{
	max-width:100%;
	margin: 0 auto
	padding:25px 0;
	
}



.table-box {
	border-bottom:1px solid #ccc;
	margin: 0 auto;
	font-size:1.3rem;
	background:#fff;
	width:100%;
	margin-bottom:10px;
}
@media screen and (max-width: 980px) {
.table-box {
	font-size:1.2rem;
	width:100%;
	}

}
.table-box th{
	padding:20px;
	border-right:1px solid #ccc;
	vertical-align:top;
	font-weight:bold;
	border-top:1px solid #ccc;
}

@media screen and (max-width: 980px) {
.table-box th{
	display:block;
	border:none;
	padding:10px;
	width:90%;
	margin: 0 auto;
	background:#FCE9EF;
	font-family: "ヒラギノ角ゴ Pro W6";
	font-size:1.3rem;
	}
}

.table-box .top-border{
	border-top:none;
}

.table-box td{
	padding:20px;
	border-top:1px solid #ccc;
	vertical-align:top;
}

@media screen and (max-width: 980px) {
.table-box td{
	display:block;
	padding:10px 0 40px 0px;
	width:90%;
	border:none;
	margin: 0 auto;
	}
}

.etc , .qp , .fa, .myj , .myjc{
	margin:10px 0;
	padding-left:30px;
}
.etc{
	background:url(../images/remake/etc.png) no-repeat 0 50% ;
}
.qp{
	background:url(../images/remake/qp.png) no-repeat 0 50% ;
}
.fa{
	background:url(../images/remake/family.png) no-repeat 0 50% ;
}
.myj{
	background:url(../images/remake/myj.png) no-repeat 0 50% ;
}
.myjc{
	background:url(../images/remake/myjc.png) no-repeat 0 50% ;
}
.arrow_myj {
	padding-right: 20px;
	background: url(../images/remake/arrow_blank.png) 100% 50% /10px auto no-repeat ;
	text-decoration:underline;
	
}

.arrow_myj02 a{
	background: url(../images/remake/arrow_blank.png) 100% 50% /10px auto no-repeat ;
	text-decoration:underline;
	display:block;
	width:21%;
	font-size:1.3rem;
}
@media screen and (max-width: 980px) {
.arrow_myj02 a{
	display:block;
	width:100%;
	background: url(../images/remake/arrow_blank.png) 215px 50% /10px auto no-repeat ;
	font-size:1.1rem;
	}
}
@media screen and (max-width: 980px) {
.arrow_myj {
	padding-right: 20px;
	background: url(../images/remake/arrow_blank.png) 100% 50% /10px auto no-repeat;
	}
}

.mm{
	font-size:1.7rem;
}

.m-break{
	display:block;
	margin-bottom:20px;
}

.m-break02{
	font-size:1.2rem;
	margin-top:5px;
	display:block;
}
@media screen and (max-width: 980px) {
.mm{
	font-size:1.4rem;
	}
.m-break02{
	font-size:1rem;
	}
}
.gold--text{
	display:block;
	color:#666;
	font-size:0.9em;
}

.second_text{
	text-align:center;
	font-size:3.6rem;
	line-height:1.2;
	padding:30px 0 ;
	color:#E23845;
}
.second_text span{
	display:block;
	font-size:3rem;
		color:#000;
	}
@media screen and (max-width: 980px) {
.second_text{
	font-size:3rem;
	}
.second_text span{
	font-size:1.4rem;

	}
}

.card-detail ul{
	display:flex;
	justify-content:center;
}
.card-detail ul li{
	margin:0 20px 0px 0;
	text-align:center;
}
.card--name{
	margin-top:10px;
	font-size:1.5rem;
	display:block;
	text-align:center;
}

@media screen and (max-width: 980px) {
.card-detail ul li img{
	max-width:70%;
	text-align:center;
	}
.card--name{
	font-size:1.1rem;
	}
}

/*--------------------------------------------------------

	テーブル下のコメント

----------------------------------------------------------*/
.table_comment{
	caption-side:bottom;
	font-size:1.4rem;
	margin-top:0px;

}
@media screen and (max-width: 980px) {
.table_comment{
	font-size:1.1em;
	}
}
.table_comment a{
	display:block;
	margin-top:10px;
	width:20%;
}
@media screen and (max-width: 980px) {
.table_comment a{
	width:100%;
	}
}


.table_comment_list{
	background:#666;
	color:#fff;
	margin-top:30px;
	padding:10px;
	margin-bottom:10px;
		font-size:1.7rem;
}

@media screen and (max-width: 980px) {
.table_comment_list{
	font-size:1.4rem;
	}
}

.table_comment_list_main{
	font-size:1.3rem;
	width:95%;
	margin: 0 auto;
	
}

@media screen and (max-width: 980px) {
.table_comment_list_main{
	font-size:1.1rem;
	width:90%;
	margin: 0 auto;
	}
}


.table_comment_list_main li{
	margin:10px 0 ;
	list-style:disc;
}
.table_comment_list_main li span{
	font-size:1em;
		display:block;
}
@media screen and (max-width: 980px) {
.table_comment_list_main li:last-child{
		line-height:1.2;
	}
.table_comment_list_main li span{
	margin-top:5px;
	display:block;
	}
}
/*--------------------------------------------------------

	キャンペーン注意事項

----------------------------------------------------------*/
.cp_detail_list{
	font-size:1.3rem;
	width:95%;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:120px;
}


@media screen and (max-width: 980px) {
.cp_detail_list{
	font-size:1.2rem;
	width:90%;
	margin: 0 auto;
	}
}
.cp_detail_list li{
	margin:5px 0 ;
	list-style:disc;
}
.cp_detail_list .list-none{
	list-style:none!important;
	margin-top:30px;
}
.cp_detail_list .list-none_sub{
	list-style:none!important;

}

.cp_detail_list li .cp_detail_list_sub li{
	margin-left:0px;
	list-style:none!important;
	margin-bottom:10px;
}
.cp_detail_list li .cp_detail_list_sub span{
	display:block;
}
/*--------------------------------------------------------

	フッターデザイン
	
----------------------------------------------------------*/



#footer{
	background:#FEF5F9;
	display:flex;
	justify-content:center;
	padding-bottom:40px;
	position:relative;
	padding-top:60px;
	box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
	
}

@media screen and (max-width: 980px) {
#footer{
	display:block;
	padding-top:30px;
	margin-top:120px;
	}
}


.jcb_contact{
	width:40%;
	border-right:1px solid #E12D67;
	padding-right:30px;
}
@media screen and (max-width: 980px) {
.jcb_contact{
	width:90%;
	margin: 0 auto;
	border-bottom:1px solid #E12D67;
	border-right:none;
	padding-right:0px;
	padding-bottom:30px;
	}
}



.jcb_contact_cp{
	padding-left:30px;
}
@media screen and (max-width: 980px) {
.jcb_contact_cp{
	padding-left:0px;
	width:90%;
	margin: 0 auto;
	padding-top:20px;
	}
}

.jcb_contact dd{
	font-size:1.3rem;
}
.footer_bold{
	display:block;
	margin-top:15px;
	font-size:1.7rem;

}

.jcb_contact .link_list{
	display:flex;
}

@media screen and (max-width: 980px) {
.jcb_contact .link_list{
	display:block;
	margin-top:10px;
	}
}

.jcb_contact .link_list li {
	margin:0px 15px 0 0;
	padding-right: 20px;
	background: url(../images/remake/arrow_blank.png) 100% 50% /10px auto no-repeat;
}

.jcb_contact .link_list li a{
	text-decoration:underline;
}

@media screen and (max-width: 980px) {
.jcb_contact .link_list li {
	margin:0px 0px 0 0;
	font-size:1em;
	background:none;
	}
}

.jcb_contact .number_list{
	font-size:2rem;
}
.font_small{
	font-size:1.3rem;
	display:block;
	margin-bottom:10px;
}
@media screen and (max-width: 980px) {
.font_small{
	font-size:1rem;
	}
}
.jcb_contact_cp .call_number{
	font-size:3rem;
	color:#ED6F9A;

}
.jcb_contact_cp .call_number_sub{
	font-size:2.3rem;
	color:#ED6F9A;
}

@media screen and (max-width: 980px) {
.jcb_contact_cp .call_number{
	font-size:3.2rem;
	display:block;
	margin-bottom:5px;

	}
}
.call_sma{
	font-size:1.3rem;
	margin-left:5px;
}



.jcb_contact_cp li:nth-child(2){
	margin:0px 0;

}
.jcb_contact_cp .contact_lbl{
	color:#ED6F9A;
	padding:3px 0px;
	font-size:1.4rem;
}
@media screen and (max-width: 980px) {
.jcb_contact_cp .contact_lbl{
	padding:3px 0px;
	font-size:1.6rem;
	}
}

.contact_number{
	border:1px solid #ED6F9A;
	text-align:center;
	width:40%;
}

@media screen and (max-width: 980px) {
.contact_number{
	width:40%;
	}
}
.contact_lbl_nums{
	background:#ED6F9A;
	color:#fff;
	padding:5px;
	display:block;
	text-align:center;
	font-size:1.1rem;
}





.num__list_num{
	width:100%;
	margin-bottom:10px;
	color:#ED6F9A;
}
.call_number_sub02{
	color:#ED6F9A;
	font-size:1.6rem;
}

.num__list_num li{
	font-size:1.5rem;
}

























.pagetop{
	position:absolute;
	right:0;
	top:0;

}
.pagetop img{
	max-width:60%;
	
}

.update{
	margin-top:30px;
	font-size:1.3em;
}
@media screen and (max-width: 980px) {
.update{
	margin-top:30px;
	font-size:1.3em;
	text-align:right;
	}
}
.jcb_contact_cp_title{
	font-size:2rem;
	margin-bottom:20px;

	padding:3px 0px;
}
@media screen and (max-width: 980px) {
.jcb_contact_cp_title{
	font-size:1.6rem;
	margin-bottom:10px;
	background:#ED6F9A;
	color:#fff;
	padding:3px 10px;
	text-align:left;
	}
}
.cp___title{
	font-size:26px;
}
@media screen and (max-width: 980px) {
.cp___title{
	font-size:20px;
}
}

/*----------リンク変更-------------*/
.myj_link {
	margin-top:10px;
}
.myj_link a{
	background:url(../images/arrow_blank.png) no-repeat 100% 50% ;
	padding-right:13px;
	background-size:10px;
	font-size:1.4rem;
	text-decoration:underline;
}
@media screen and (max-width: 980px) {
.myj_link a{
	font-size:1.1rem;
	
	}
.jcb__link a{
	background:url(../images/arrow_blank.png) no-repeat 100% 50% ;
	padding-right:13px;
	background-size:10px;
	font-size:1.4rem;
	text-decoration:underline;
}

}














/*--------------------------------------------------------

コピーライト
	
----------------------------------------------------------*/
.copyright{
	background:#E12D67;
	color:#fff;
	padding:3px 5px;
	font-size:1.3rem;
	text-align:center;
}



/*--------------------------------------------------------

貼り付けボタン装飾
	
----------------------------------------------------------*/



.fix-text{
	font-size:1.3rem;
	color:#fff;
	line-height:1.15;
	margin-bottom:15px;
}

@media screen and (max-width: 980px) {
.fix-text{
	font-size:1rem;
	margin-bottom:5px;
	}
}

.fix-text a{
	color:#fff;
	text-decoration:underline;
}


#fixed_btn{
	width:100%;
	/*background:#ff00ff;*/
		position: fixed;
		bottom: 0px;
		left:0;
		z-index:3;
	padding:20px 0 10px 0;
background-color: rgba(0,0,0,0.6);
	text-align: center;
}
@media screen and (max-width: 980px) {
#fixed_btn{
	padding:10px 0 10px 0;
	}
}
.fix{
	width:100%;
	padding:0px 0 ;
	margin: 0 auto;
	position:relative;
}


.fix li{
	width:35%;
	padding:0px 0 ;
	margin: 0 auto;
	display:inline-block;
	margin-right:15px;
}

@media screen and (max-width: 980px) {
.fix li{
	width:95%;
	display:;block;
	margin-right:0px;
	margin-top:5px;
	}
}

.fix	a{
	display:block;
	font-size:1.4rem;
	padding:12px 10px;
	color:#fff;
	margin: 0 auto;
	font-weight:bold;
	text-decoration:none;
	border-radius:100px;
}
@media screen and (max-width: 980px) {
.fix	a{
	font-size:1.2rem;
	padding:6px 10px;
	}
}


.fix li:nth-child(1){
	background:#F8759D;
	border-radius:100px;
}

.fix li:nth-child(2){
	background:#003D89;
	border-radius:100px;
}

.fix li a:hover{
	background:#E23845;
 transition-property: all;
	transition: 0.3s linear;
}
.arrow_r {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	color: #333;
	text-decoration: none;
}
.arrow_r:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -4px;
	transform: rotate(45deg);
}
.point_img img{
	max-width:70%;
}
@media screen and (max-width: 980px) {
.point_img img{
	max-width:95%;
	}
}

.slet{
	background:#007DFB;
	text-align:center;
	padding:2em 0;
}

.slet a{
	color:#fff;
	font-size:1.6rem;
	font-weight:700;
	padding:0 1.5em;
}
.slet a:hover{
	color:#ff0;
}
.arrow_r {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
  text-decoration: none;
}
.arrow_r:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -4px;
  transform: rotate(45deg);
}
@media screen and (max-width: 980px) {
.slet a{
	color:#fff;
	font-size:1.3rem;
	font-weight:700;
	padding:0 1.2em;
}
}
.balloon2 {
  margin: 0em 0;
  padding: 0px 5px;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
	position:absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	background:#F21279!important;
}
@media screen and (max-width: 980px) {
.balloon2 {
  margin: 0em auto 10px;
  padding: 20px 10px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  border: solid 3px #F21279;
  box-sizing: border-box;
	position:static;
	right:0;
	top:0px;
	background:#F21279!important;
	}
}


.ppt .mod {
	padding:10px 0 ;
	line-height:1.2;
	text-align:center;
	font-weight:700;
	background:#F21279!important;
	color:#fff;
	margin: 0px auto 10px;
	display:block;

}
.ppt{
	position:relative;
}

.biccamera_color{
 color:#ED1B24;
}
.biccamera_border{
	border:2px solid #ED1B24;
	background:#FEEFF0;
}
/*--------------------------------------------------------

貼り付けボタン装飾
	
----------------------------------------------------------*/



.fix-text{
	font-size:1.3rem;
	color:#fff;
	line-height:1.15;
	margin-bottom:15px;
}

@media screen and (max-width: 980px) {
.fix-text{
	font-size:1rem;
	margin-bottom:5px;
	}
}

.fix-text a{
	color:#fff;
	text-decoration:underline;
}


#fixed_btn{
	width:100%;
	/*background:#ff00ff;*/
		position: fixed;
		bottom: 0px;
		left:0;
		z-index:3;
	padding:20px 0 10px 0;
background-color: rgba(0,0,0,0.6);
	text-align: center;
}
@media screen and (max-width: 980px) {
#fixed_btn{
	padding:10px 0 10px 0;
	}
}
.fix{
	width:100%;
	padding:0px 0 ;
	margin: 0 auto;
	position:relative;
}


.fix li{
	width:35%;
	padding:0px 0 ;
	margin: 0 auto;
	display:inline-block;
	margin-right:15px;
	line-height:1.2;
}

@media screen and (max-width: 980px) {
.fix li{
	width:95%;
	display:;block;
	margin-right:0px;
	margin-top:5px;
	}
}

.fix	a{
	display:block;
	font-size:1.4rem;
	padding:12px 10px;
	color:#fff;
	margin: 0 auto;
	font-weight:bold;
	text-decoration:none;
	border-radius:100px;
}
@media screen and (max-width: 980px) {
.fix	a{
	font-size:1.2rem;
	padding:6px 10px;
	}
}


.fix li:nth-child(1){
	background:#F8759D;
	border-radius:100px;
}

.fix li:nth-child(2){
	background:#003D89;
	border-radius:100px;
}

.fix li a:hover{
	background:#E23845;
 transition-property: all;
	transition: 0.3s linear;
}
.arrow_r {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	color: #333;
	text-decoration: none;
}
.arrow_r:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 5%;
	margin-top: -4px;
	transform: rotate(45deg);
}
.point_img img{
	max-width:70%;
}
@media screen and (max-width: 980px) {
.point_img img{
	max-width:95%;
	}
}

/*ポップアップここから*/
.popup_wrap input {
  display: none;
}
.yubi{
  cursor:pointer
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999!important;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;

}

.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 30px 5px 15px;
  box-sizing: border-box;
  background: #fff;

  line-height: 1.4em;
  transition: 0.5s;
}

.close_btn {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.Card{
	max-width:90%;
	margin: 0 auto;
	padding:20px 15px;
}
.pop_jyoken{
	max-width:100%;
	margin: 0 auto;
	background:#f9f9f9;
	padding:20px 15px;
	margin:20px auto 0 ;
}






/*----------------------------fixedカード詳細---------------------------------*/
.cardBtn{
	display:flex;
	justify-content:center;
	max-width:980px;
	margin: 0 auto;
	align-items:center;
}
@media all and (min-width: 320px) and (max-width: 801px) {
.cardBtn{
	max-width:100%;
	}
}

.cardBtn li{
	margin:0 50px 0 0;
	font-size:1.5em;
	background:#E12D67;
	font-weight:700;
}
@media all and (min-width: 320px) and (max-width: 801px) {
.cardBtn li{
	margin:0 0px 0 0;
	font-size:1em;
	display:block;
	font-weight:700;
	width:47%;
	}
}

.five__txt{
	font-size:.9em;
	color:#ff0;	
}
@media all and (min-width: 320px) and (max-width: 801px) {
.five__txt{
	font-size:.5em;
	}
}

.five__txt::before{
	content:"＼";
}
.five__txt::after{
	content:"／";
}

@media all and (min-width: 320px) and (max-width: 801px) {
.five__txt::before{
	content:"＼";
	display:none;
}
.five__txt::after{
	content:"／";
	display:none;
	}
}
.cardBtn .fix-top01 {
	display:block;
	padding:14px 30px !important;
	color:#fff!important;
	background:#E85988;
}
@media all and (min-width: 320px) and (max-width: 801px) {
.cardBtn .fix-top01 {
	padding:12px 15px !important;

	}
}

.cardBtn .fix-top02 {
	display:block;
	padding:14px 30px !important;
	color:#fff!important;
}
@media all and (min-width: 320px) and (max-width: 801px) {
.cardBtn .fix-top02 {
	padding:12px 15px !important;

	}
}

.cardBtn .fix-top01:hover , .cardBtn .fix-top02:hover{
	opacity:.8;
}


/*-----------------------------右側の詳細---------------------------------------*/
.Card_detail{
	display:flex;
	align-items:center;
}
.Card_detail img{
	max-width:150px;
}
.camera_card{
	display:flex;
	padding:10px 0 ;
	align-items:center;
	margin:10px 0 ;
}
@media all and (min-width: 320px) and (max-width: 801px) {
.camera_card{
	display:block;
	}
.cardImg{
	max-width:35%;
	}
.Card_detail img{
	max-width:100%;
	}
}
.cardTxt{
	width:100%;
}

.camera_card li {
	margin: 0 10px 0 10px;
	font-size:1.2em;
	position:relative;
}
.Biccamera_btn{
	display:inline-block;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
@media all and (min-width: 320px) and (max-width: 801px) {
.Biccamera_btn{
	position: static;
	top: 0%;
	right: 0%;
	transform: translateY(-0%);
	-webkit-transform: translateY(-0%);
	-ms-transform: translateY(-0%);
	}
}

.Biccamera_btn a{
	display:block;
	background:#E60012;
	padding:10px 30px;
	color:#fff;
	margin: 0 auto;
	border-radius:5px;
	text-align:center;
}
.Biccamera_btn a:hover{
	opacity:.5;
}	

.camera_card li:nth-child(1){
	width:400px;
}

.camera_card li:nth-child(2){
	width:120px;
}
@media all and (min-width: 320px) and (max-width: 801px) {
.camera_card li:nth-child(2){
	margin:10px 10px 0;
	}
}
.borderless{
	border-top:1px solid #ccc;
	margin:10px 0 0 ;
	padding:10px 0 0 ;
}
@media all and (min-width: 320px) and (max-width: 801px) {
.camera_card li:nth-child(1){
	width:90%;
	margin:10px auto 10px
}

.camera_card li:nth-child(2){
	width:90%;
	margin: 0 auto;
	}
}
/*
.camera_card{
	display:flex;
	padding:10px 0 ;
	align-items:center;
	flex-wrap:wrap;
	margin:10px 0 ;
	justify-content: space-between;;
}
@media all and (min-width: 320px) and (max-width: 801px) {
.camera_card{
	display:block;
	padding:10px 0 ;
	margin:10px auto 0 ;
	}
}

.camera_card li img{
	max-width:150px;
}
.camera_card li {
	margin: 0 10px 0 10px;
	font-size:1.2em;
	position:relative;
}
@media all and (min-width: 320px) and (max-width: 801px) {
.camera_card li {
	}
}



.Biccamera_btn{
	display:inline-block;
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	
}
.Biccamera_btn a{
	display:block;
	background:#E60012;
	padding:10px 30px;
	color:#fff;
	margin: 0 auto;
	border-radius:5px;
	text-align:center;
}
.Biccamera_btn a:hover{
	opacity:.5;
}	

.camera_card li:nth-child(2){
	width:500px;
}

.camera_card li:nth-child(3){
	width:90px;
}
@media all and (min-width: 320px) and (max-width: 801px) {
.camera_card li:nth-child(2){
	width:90%;
	margin:10px auto 20px
}

.camera_card li:nth-child(3){
	width:70%;
	margin: 0 auto;
	}
}



*/
/*-----------------------------左側の詳細---------------------------------------*/
.main_card_title_sub{
	font-size:1.6em;
	font-weight:700;
	margin:0px auto 20px;
	text-align:center;
}
.pop_jyoken ol{
	max-width:95%;
	margin: 0 auto;
}
.pop_jyoken li{
	text-align:left;
	margin:5px 0 0 ;
	font-size:1.2em;
	list-style-type:none;
	line-height:1.5;
}
.pop_jyoken li::before{
	content:"";
}

.pop_jyoken ol span{
	display:block;
	margin:10px 0 0;
}
.pop_jyoken ol a{
	color:#FB3682;
	margin:10px 0 0 ;
	text-decoration:underline;
}

.card_1day{
	text-align:left;
	font-size:1.1em;
	margin:10px auto 10px;
	max-width:90%;
}

.main_card {
	margin: 0 auto;
	text-align:center;
}
.main_card img{
	max-width:500px;
}
@media all and (min-width: 320px) and (max-width: 801px) {
.main_card img{
	max-width:90%;
	}
}

.main_card_btn{
	max-width:50%;
	margin: 30px auto 10px;
}
@media all and (min-width: 320px) and (max-width: 801px) {
.main_card_btn{
	max-width:90%;
	margin: 30px auto 10px;
	}
}

.main_card_btn a{
	display:block;
	background:#E60012;
	padding:20px 10px;
	color:#fff;
	font-size:1.65em;
	text-align:center;
	border-radius:10px;
}

@media all and (min-width: 320px) and (max-width: 801px) {
.main_card_btn a{
	font-size:1.3em;
	padding:10px 10px;

	}
}



.numberless{
	background:#f8f8f8;
	padding:60px 0 120px;
}










/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 80px;
  padding-bottom: 40px;
  background-color: #fff;
/*  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
  max-width: 1040px;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 80px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 80px;
  font-size: 25px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

@media all and (min-width: 320px) and (max-width: 800px) {
.tabs {
  max-width: 95%;
  	margin:40px auto 0 ;
}
.tab_item {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
	margin:0px 0 0 ;
	}
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px ;
  clear: both;
  overflow: hidden;
}
@media all and (min-width: 320px) and (max-width: 800px) {
.tab_content {
  display: none;
  padding: 40px 20px ;
  clear: both;
  overflow: hidden;
	}

}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}


.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 250px!important;
  margin-bottom:-50px;
}

@media all and (min-width: 320px) and (max-width: 800px) {
.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 350px!important;
  margin-bottom:-50px;
	}
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  width: 100%;
  height: 100%;
  text-align: center;
}


/* ページネーション */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px!important;

}

.slidermain_text{
	font-size:1.4em;
	text-align:center;
	font-weight:700;
}


.slidermain_text .span_s{
	font-size:1.6em;
	display:block;
}
@media all and (min-width: 320px) and (max-width: 800px) {
.slidermain_text{
	font-size:1.2em;
	text-align:center;
	font-weight:700;
	}
.slidermain_text .span_s{
	font-size:1.3em;
	display:block;
	}
}

.slidermain_img{
	text-align:center;
	margin:20px 0  30px;
}



.swiper-slide_detail{
	display:flex;
/*	align-items:center;*/
	justify-content:center;
}
@media all and (min-width: 320px) and (max-width: 800px) {
.swiper-slide_detail{
	display:block;
/*	align-items:center;*/
	justify-content:center;
	}
}

.text_slider{
	padding:20px 20px 0 20px;
	margin-left:20px;
	width:550px;
	border-top:1px solid #5AB4BD;
}
@media all and (min-width: 320px) and (max-width: 800px) {
.text_slider{
	padding:20px 0px 20px;
	margin-left:0px;
	width:100%;
	border-top:none;
	}
.img_slider img{
	max-width:40%;
}
}

.text_slider_step{
	background:#5AB4BD;
	padding:5px 30px;
	color:#fff;
	font-size:1.8em;
	font-weight:800;
	max-width:30%;
	border-radius:100px;
}
@media all and (min-width: 320px) and (max-width: 800px) {
.text_slider_step{
	font-size:1.5em;

	margin: 0 auto;

	}
}


.text_slider_title{
	font-size:2em;
	font-weight:700;
	text-align:left;
	padding: 10px 0px 0;
}
@media all and (min-width: 320px) and (max-width: 800px) {
.text_slider_title{
	font-size:1.6em;
	}
}

.text_slider dl{
	text-align:left;
	padding: 10px 0px 0;
}
.text_slider dt{
	font-size:1.5em;
}
@media all and (min-width: 320px) and (max-width: 800px) {
.text_slider dt{
	font-size:1.3em;
	}
}

.text_slider dd{
	font-size:1.3em;
	margin:5px 0 0 ;
}
.text_slider dd a{
	text-decoration:underline;
	color:#000;
}

.mobasoku_title_box{
	max-width:95%;
	margin: 30px auto 0;
	background:#fcfcfc;
	padding:20px;
}
@media all and (min-width: 320px) and (max-width: 800px) {
.mobasoku_title_box{
	max-width:100%;
	padding:10px 10px;
	}
}

.mobasoku_box_title{
	font-size:1.4em;
	font-weight:800;
}
.mobasoku_box_title_text{
	font-size:1.3em;
	margin:10px 0  20px;
}
.mobasoku_box_title_text span{
	font-size:1em;
	display:block;
	color:#f00;
}
.mobasoku_title_box li{
	padding-left:1em;
	text-indent:-1em;
		font-size:1.1em;
		margin:5px 0 ;
}
.mobasoku_title_box li::before{
	content:"※";
}

.sample-slider [class^="swiper-button-"]::after{
    content: "";
}
/* 前への矢印カスタマイズ */
.swiper-button-prev:after {
  border-bottom: 10px solid transparent;
  border-right: 10px solid #5AB4BD;
  border-top: 10px solid transparent;
}
/* 次への矢印カスタマイズ */
.swiper-button-next:after {
  border-bottom: 10px solid transparent;
  border-left: 10px solid #5AB4BD;
  border-top: 10px solid transparent;
}

.mo_title_new{
	text-align:center;
	font-size:2.5em;
	margin: 0 0 20px;
	font-weight:800;
}

@media all and (min-width: 320px) and (max-width: 800px) {
.mo_title_new{
	text-align:center;
	font-size:1.8em;
	margin: 0 0 0px;
	}
}

.fixed_btn_text{
	font-size:1.3em;
	text-align:center;
	margin: 0 auto 10px;
}
.fixed_btn_text a{
	text-decoration:underline;
	color:#fff;
}
@media screen and (max-width: 980px) {
.fixed_btn_text{
	font-size:.8em;

	}
}

.top_comment_first{
	text-align:center;
	font-size:3.3em;
	font-weight:700;
	margin: 0 0 10px;
	color:#fff;
}
.top_comment_first .span_text{
	color:#FFFF00;
	font-weight:900;
	display:inline-block;
	padding:0 5px;
	font-size:1.8em;
	
}
@media all and (min-width: 320px) and (max-width: 800px) {
.top_comment_first{
	font-size:2em;

	}
.top_comment_first span{
	font-size:1.3em;
	
	}
}

.flex_jyoken{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin: 0 0 10px;
}
.flex_jyoken div{
	background:#f8f8f8;
	padding:20px 15px;
	margin:5px 5px;
	width:43%;
	
}
.jyoken_new{
	font-size:.8em;
}
.jyoken_newsp{
	display:block;
	font-size:.7em;
}


.pointUp{
	text-align:center;
	margin:20px auto 0px;
	font-size:1.4em;
}

@media all and (min-width: 320px) and (max-width: 800px) {
.pointUp{
	font-size:1.3em;
	}

}