@charset "UTF-8";
/* CSS Document */

/*
Theme Name: ultra pay 3.0
Author: ULTRA Inc. Fuyu Nagao
Author URI: https://ultra-pay.co.jp/
Description: ultra pay カードのホームページ ABテスト用（top_b)
*/

/*---------------------------
*共通
---------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html{
	font-size: 62.5%;
}
body{
	color:#37474f;
	font-family: 'Noto Sans JP', "Noto Sans CJK JP",'Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif;	
	font-size: 1.4rem;
	-webkit-font-smoothing:antiliased;
	-moz-osx-font-smoothing:grayscale;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
}
img{
	max-width:100%;
	height: auto;
}
a{
	color: #37474f;
	text-decoration: none;
}
.text_center{
	text-align: center;
}
.text_green{
  color: #20D0B8;
}
.text_white{
  color: #fff;
}
.text_green_underline{
  color: #20D0B8;
  text-decoration: underline;
}
.yellow_line{
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FEEF00 0%) repeat scroll 0 0;
}
.text_link{
  color: #20D0B8;
	text-decoration: underline;	
}
.text_link:hover{
  opacity: 0.5;
}
.pc{
	display: none;
}
.btn_1{
  display: block;
  color: #fff;
  background-color: #20D0B8;
  border-radius: 22px;
  width: 188px;
  text-align: center;
  margin: 0 auto 60px;
  height: 44px;
  line-height: 44px;
}
.btn_1:hover{
  opacity: 0.5;
  transform: scale(0.95);
}
.hover_basic:hover{
  transform: scale(0.95);
  opacity: 0.5;
}
.bg_gray{
  background-color: rgba(46, 90, 80, 0.05);
}
.bg_white{
  background-color: #fff;
}
.inner{
  margin: 0 auto;
  padding-right: 6%;
  padding-left: 6%;
}
.pb_40{
  padding-bottom: 40px;
}
.pb_60{
  padding-bottom: 60px;
}
.pb_100{
  padding-bottom: 100px;
}
.fadein {
  opacity : 0;
  transform: translateY(30px);
  transition: all 1.5s;
}
.fadein_x{
  opacity : 0;
  transform: translateX(-40px);
  transition: all 1.5s;  
}
.hidden{
  overflow: hidden;
}
.relative{
	position: relative;
}
section[id],
div[id] {
	scroll-margin-top: 65px;
}
/*---------------------------
*header
---------------------------*/
.header{
  position: fixed;
  width: 100%;
  z-index: 500;
  top: 0;
  background-color: #fff;
}
.header_title{
  display: flex;
  justify-content: space-between;
  height: 65px;
}
.header_logo{
  display: inline-block;
  width: 102px;
  margin-top: 17px;
  margin-left: 23px;
}
/*Menuボタン*/
.menu_trigger,
.menu_trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu_trigger {
  position: relative;
  width: 20px;
  height: 16px;
  margin-top: 25px;
  margin-right: 23px;
}
.menu_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #203e38;
  border-radius: 4px;
}
.menu_trigger span:nth-of-type(1) {
  top: 0;
}
.menu_trigger span:nth-of-type(2) {
  top: 7px;
}
.menu_trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.menu_trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}
/*Menuコンテンツ*/
.header_nav{
  position: absolute;
  font-weight: 700;
  text-align: center;
  top: 65px;
  display: none;
  right: 0%;
  width: 100%;
  background-color: #fff;
  opacity: 0.97;
  padding-top: 74px;
}
.header_nav_list li a{
  display: block;
  padding-bottom: 16px;  
  margin-bottom: 30px;
}
.header_nav_list li a:hover{
  color:  #20D0B8;   
}
.header_nav_list li a.current{
  position: relative;
  display: inline-block;
}
.header_nav_list li a.current:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 36px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #20d0b8;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
.header_nav_app{
  margin-top: 50px;
  margin-bottom: 115px;
}
.header_nav_app li a img{
  width: 156px;
  text-align: center;
  margin-bottom: 16px;
}

/*---------------------------
*top page
---------------------------*/
/*Main Visual*/
.home_sec_mainvisual, .home_sec_sixpoint, .home_sec_scene, .home_sec_steps, .home_sec_reason, .home_sec_pickup{
  letter-spacing: 0.1em;
  line-height: 1.66;
}
.home_inner_sp{
  padding: 0 4.27%;
}
.home_sec_mainvisual{
  position: relative;	
  margin-top: 65px;
  padding-bottom: 80px;
  background-color: #F3F5F4;
}
.home_h1{
  position: absolute;
  z-index: 100;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);	
	width: 343px;
}
.home_h1 span{
  display: block;
	width: 140px;
  font-size: 2.2rem;
	font-weight: 900;
	color: #fff;
	background-color: #20D0B8;
	margin: auto;
	text-align: center;
	border-radius: 100px;
  letter-spacing: 0.01em;	
}
.home_h1 img.sp{
	margin-top: 10px;
}
.home_h1 .home_note{
	text-align: center;
}

.home_notes{
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
	text-align: center;
}

.h_circle1,.h_circle2,.h_circle3,.h_circle4,.h_circle4,.h_circle5{
  position: absolute;	
	border-radius: 50%;
	background-color: #20D0B8;
}
.h_circle1{
  width: 280px;
	height: 280px;
  left: 57%;	
}
.h_circle2{
  width: 190px;
	height: 190px;
  right: 83%;
	top: 235px;
}
.h_topimg_cellphone{
  position: absolute;
	top: 435px;
  left: 50%;
	width: 310px;
	height: 400px;
  object-fit: cover;
  max-width: none;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.h_mainvisual_second{
	margin-top: 765px;
}
.home_h2{
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.48;
  text-align: center;
}
.h_topimg2_wrap{
  position: relative;
  margin-top: 200px;
}
.h_topimg_mock1{
  position: absolute;
  width: 252px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.h_circle3{
	height: 247px;
	width: 247px;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: -90px;
}
.h_circle_s1{
	position: absolute;
	width: 82px;
	top: -135px;
}
.top_2_textwrap{
  padding-top: 200px;
	padding-bottom: 50px;
}
.top_2_notes{
  display: block;
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight:normal;
}
.home_h3{
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.55;
}
.home_sec_mainvisual h3{
  margin-bottom: 20px;
}
.home_sec_mainvisual .home_h3{
  margin-bottom: 30px;
}
.h_topimg3_wrap{
  position: relative;
  margin-top: 200px;
}
.h_circle4{
	height: 252px;
	width: 252px;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: -90px;
}
.h_topimg_cellphone2{
  position: absolute;	
  width: 200px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.top_3_textwrap{
  padding-top: 220px;  
}

.h_top_4_wrap{
	margin-top: 180px;
}
.h_topimg4_wrap{
  position: relative;
  margin-top: 200px;	
}
.h_circle5{
	height: 252px;
	width: 252px;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: -90px;
}
.h_circle_s2{
	position: absolute;
	width: 82px;
	top: 173px;
	right: 16px;
	transform: rotate(-75deg);
}
.h_topimg_cellphone3{
  position: absolute;
  width: 240px;	
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.top_4_textwrap{
	padding-top: 180px;
}
.h_kome{
  font-size: 1.2rem;
  margin-top: 40px;
  line-height: 1.625;
  letter-spacing: 0.06em;
}
.h_kome p{
	text-indent: -2.3em;
  padding-left: 2.3em;
}
.h_top_4_wrap .h_kome{
  padding: 0 ;
	margin-top: 14px;
}

/*6つのポイント*/
.home_sec_sixpoint{
  background-color: #F3F5F4;
  padding-bottom: 84px;
}
.home_sec_sixpoint h2{
  margin-bottom: 30px;
}
.home_sec_sixpoint li{
  background-color: #fff;
	border-radius: 20px;
	margin-top: 30px;
}
.home_sec_sixpoint h3{
  margin-bottom: 25px;
  margin-top: 20px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 900;
}
.h_six_img{
	display: block;
	object-fit: contain;	
	height: 210px;
	width: auto;
	margin: auto;
}
.h_sixpoint_textwrap p{
	padding: 0 40px 30px;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.5px;
}

/*使えるお店*/
.home_sec_shop{
  background-color: #F3F5F4;
  padding-bottom: 84px;
}
.h_shop_container{
	background-color: #fff;
	border-radius: 20px;
	margin-top: 30px;
}
.home_sec_shop .sp.img_shop{
	display: block;
}
.home_sec_shop .img_shop{
	object-fit: contain;
	height: 210px;
	width: auto;
	margin: auto;
}
.h_shop_container h3{
  margin-bottom: 25px;
  margin-top: 20px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 900;
}
.h_shop_container h3 .small{
	font-size: 1.0rem;
}
.h_shop_textwrap{
	padding: 0 40px 30px;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.5px;
}
.h_shop_textwrap .country{
	padding-top: 8px;
	padding-bottom: 20px;
}
.h_shop_textwrap .text_link{
	font-weight: 700;
}

/*理由（生活便利）*/
.home_sec_scene{
  background-color: #F3F5F4; 
}
.h_scene_img1{
	display: block;
	width: 197px;
	padding-left: 20px;
	margin: 30px auto 45px;
}
.h_scene_textwrap_wrap{
	margin-top: -46px;
}
.h_scene_textcontainer{
	position: relative;
	background-color: #fff;
	border-radius: 20px 20px 20px 0px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	padding: 48px 8px 46px 16px;
	max-width: 400px;
  margin: 0 auto 14px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.44;
}
.h_scene_textcontainer::before{
	content: "";
	position: absolute;
	top: -32px;
	left: 11px;
	width: 33px;	
	height: 84px;
	background-image: url(img/home/top_quote.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.h_scene_triangle{
	width: 0;
	height: 0;
	border-left: 81px solid transparent;
	border-right: 81px solid transparent;
	border-top: 37px solid #21D0B9;
	margin: 40px auto 0;
}
.h_scene_img2{
  display: block;
	width: 340px;
	height: auto;
	margin: 10pt auto 20px;
}
.h_scene_text{
	text-align: center;
	font-weight: 700;
}
.h_scene_text .up{
	font-size: 1.8rem;
	margin-bottom: 6px;
}
.h_scene_text .down{
	font-size: 2.2rem;
}
/*始め方*/
.home_sec_steps{
  background-color: #F3F5F4;
  padding-top: 80px;
}
.home_sec_steps h2{
  margin-bottom: 30px;
}
.h_steps_wrap{
	background-color: #fff;
	margin-right: 4.27%;
	border-top-right-radius: 30px;
	letter-spacing: 0.02em;
}
.steps_img{
	display: block;
	margin: auto;
	width: 207px;
	height: auto;
}
.h_steps_inner_wrap{
	border-left: 2px solid #20D0B8;
	margin-left: 4.27%;	
	text-align: left;
	font-weight: 700;	
}
.home_steps_order{
	padding-bottom: 40px;
}
.h_steps_wrap h3{
	position: relative;
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1.4;
  text-align: left;
	padding-left: 16px;
}
.h_steps_wrap h3 .pt{
	padding-top: 3px;
	display: block
}
.h_steps_wrap h3::before{
	content: "";
	position: absolute;
	top: 0px;
	left: -11px;
	width: 20px;	
	height: 20px;
	border-radius: 50%;
	background-color: #20D0B8;
}
.home_steps_text,.home_steps_textorder,.home_steps_kome{
	font-size: 1.4rem;
  padding-right: 10px;
  margin-left: 10px;
	margin-top: 30px;
}
.home_steps_textorder{
	text-indent: -1.5em;
  padding-left: 1.5em;	
}
.home_steps_kome{
	font-weight: 500;
	text-indent: -1.2em;
	padding-left: 1.2em;
}
.h_steps_wrap .h_download_sp{
	margin: 20px 0 0 6px;
}
/*安心な理由*/
.home_sec_reason{
  background-color: #F3F5F4;
  padding: 90px 4.27% 80px; 
}
.home_sec_reason_wrap{
  background-color: #fff;
  padding: 30px 15% 20px; 
}
.home_sec_reason h2{
  margin-bottom: 30px;
}
.home_sec_reason li{
	padding-bottom: 30px;
}
.h_reason_img{
  display: block;
	margin: auto;
}
.home_sec_reason .img1{
  width: 40px;
	margin-bottom: 28px;
}
.home_sec_reason .img2{
  width: 39px;
	margin-bottom: 11px;
}
.home_sec_reason .img3{
  width: 46px;
	margin-bottom: 12px;
}
.home_sec_reason h3{
  margin-bottom: 10px;
  text-align: center;
}
.home_sec_reason p{
	font-size: 1.4rem;
	line-height: 2;
}
/*あれこれ抜粋*/
.home_sec_pickup{
	background-color: #F3F5F4;
}
.home_sec_pickup h2{
  margin-bottom: 26px;
}
.h_pickup_textwrap{
  padding: 26px 5.2% 20px;
	height: 245px;
}
.home_sec_pickup .h_kiji_title{
  font-size: 2.0rem;
  font-weight: 900;
  line-height: 1.55;  
  margin-bottom: 12px;
}
.carousel {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	margin: 0 auto 0px;
}
.carousel-container {
	display: flex;
}
.carousel-item {
  background-color: #fff;
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.12);	
	min-width: 277px;
	box-sizing: border-box;
	margin-left: 12px;
}
.carousel-item img {
	width: 100%;
	display: block;
}

 /*よくあるご質問*/
.home_sec_qa{
  background-color: #F3F5F4;
  padding-bottom: 100px;
}
.home_sec_qa #qa{
	scroll-margin-top: 65px; 
}
.home_sec_qa h2{
	padding-top: 80px;	
}
.home_sec_qa li{
  background-color: #fff;
	border-radius: 20px;
	margin-top: 30px;
	padding: 32px 19px 30px;
}
.home_sec_qa .question{
	margin-bottom: 8px;
	display: flex;
}
.home_sec_qa .question.q{
	font-size: 1.6rem;
}
.home_sec_qa .qa_icon{
	width: 30px;
	height: 30px;
	margin-right: 8px;
}
.home_sec_qa .text{
	font-weight: 700;
	line-height: 2.1;
	flex: 1;
	margin-top: -3px;
}
.home_sec_qa .text_link{
	padding-left: 36px;
	padding-top: 8px;
	display: block;
	font-weight: 700;
}
.home_sec_qa .btn_1{
	width: 270px;
	height: 60px;
	border-radius: 100px;
	line-height: 60px;
	font-size: 1.7rem;
	font-weight: 700;
	margin-top: 30px;	
	letter-spacing: 0.1em;
	margin-bottom: 0;
}
.home_sec_qa .btn_arrow{
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 4px;	
	margin-bottom: 2px;
}

 /*ダウンロード*/
.home_sec_download{
	background-color: #20D0B8;
	padding: 30px 4.27% 44px;
}
.home_sec_download .home_h2{
	color: #fff;
}
.h_circle6{
  position: absolute;
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
  width: min(264px, 80vw);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #fff;	
}
.home_sec_download .img_app{
	position: absolute;	
	display: block;
  width: 208px;
	right: 0;
	left: 0;	
  margin: auto;
}
.home_sec_download .img_app::before{
	background-color: #fff;
	width: 264px;
	height: 264px;
	border-radius: 50%;
	background-position: center;
}
.h_download_title_wrap{
	display: flex;
	color: #fff;
	font-weight: 900;
	font-size: 2.2rem;
	line-height: 1.55;
	margin-bottom: 16px;
	padding-top: 390px;
}
.h_download_title_wrap .icon_img{
	display: block;
	width: 70px;
	height: 100%;
	margin-right: 14px;
}
.home_sec_download .text_2{
	font-size: 1.4rem;
	color: #fff;
	margin-bottom: 30px;
	line-height: 1.5;
}
.home_sec_download .download_wrap{
  display: flex;	
	justify-content: center;
}
.home_sec_download .download_wrap li:first-of-type{
  margin-right: 12px;
}
.home_sec_download .download_wrapd .icon{
  width: 340px;
}
 /*SPのみ固定ストアリンク*/
.home_fixed_download_wrap{  
	position: fixed;
	bottom: 3px;
	background-color: rgba(255,255,255,0.8);
	padding: 6px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	max-width: 320px;
  width: 100%;
	border-radius: 5px;
}
.h_download_sp{
  display: flex;
	justify-content: center;
	max-width: 320px;
  margin: auto;
}
.h_download_sp li:first-of-type{
  margin-right: 12px;
}
.h_download_sp .icon{
  height: auto;
}

/*---------------------------
*Footer
---------------------------*/
.footer_nav_container{
  display: flex;
  flex-wrap: wrap;
  padding: 70px 22px 38px 22px;
}
.footer_nav{
  font-size: 1.2rem;
  font-weight: 300;
  color: #546e7a;
  padding-right: 30px;  
  padding-bottom: 28px;
}
.footer_nav p{
  font-weight: 700;
  padding-bottom: 28px;
}
.footer_nav ul li{
  padding-bottom: 28px;
}
.footer_nav ul li a{
  color: #546e7a;
}
.footer_nav ul li a:hover{
  color: #20D0B8;
  opacity: 0.9;
}
.footer_logo_wrap{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0px 22px 40px;
}
.home .footer_logo_wrap{
  margin-bottom: 68px;/*topスマホ版のみインストールボタン固定の余白確保*/
}
.single-arekore .footer_logo_wrap{
  margin-bottom: 95px;/*あれこれスマホ版のみインストールボタン固定の余白確保*/
}
.footer_logo{
  width: 116px; 
  margin-bottom: -5px;  
}
.footer_logo_small{
  font-size: 1.2rem;
  color: #546e7a;
}
/*---------------------------
*下層ページ
---------------------------*/
/*共通*/
.sub_section_title{
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 40px;
}
.sub_section_mg{
  line-height: 2.4;
  padding-bottom: 60px;
}
/*--カードの種類ページ--*/
.sub_top{
  text-align: center;
  color: #fff;
  margin-top: 65px;
  height: 53.3vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.spec_top_visual{
  background-image: url("img/SP_card_header.png");
}
.sub_top h1{
  padding-top: 68px;
  font-size: 2.4rem;
  font-weight: 700;
}
.sub_top p{
  font-size: 1.2rem;
  line-height: 1.5;
  padding-top: 16px;
}
.sub_spec{
  padding-top: 85px;
  padding-bottom: 20px;
}
.sub_spec img{
  display: block;
  margin: auto;
}
.sub_section_title{
  padding-top: 60px;
}
.caution_sotona{
	font-size: 1.2rem;
	display: block;
	margin-top: 30px;
	line-height: 1.7;
	text-indent: -1.0em;
	padding-left: 1.0em;
}
.caution_sotonap_1,
.caution_sotonap_2{
	color: #ff0000;
	font-size: 1.1rem;
	line-height: 1.5;
	border: 2px solid #ff0000;
	padding: 8px;
	margin-top: -50px;
	margin-bottom: 36px;
	border-radius: 4px;
	background-color: #fff;
}
.caution_sotonap_2_wrap{
	padding: 0 8px;
}
.caution_sotonap_2{
	position: relative;
	margin-top: -28px;
	margin-bottom: 6px;
	margin-left: auto;
	max-width: 480px;
}
.caution_sotonap_2:before{
	content: "";
	position: absolute;
	bottom: -19px;
	right: 8%;
	border: 8px solid transparent;
	border-top: 15px solid #FFF;
	z-index: 3;
}
.caution_sotonap_2:after{
		content: "";
		position: absolute;
		bottom: -21px;
		right: 8%;
		border: 8px solid transparent;
		border-top: 13px solid #ff0000;
		z-index: 2;
}
.spec_table{
  font-size: 1.1rem;
  text-align: center;
  vertical-align: center;
  line-height: 1.5;
}
.spec_table th, .spec_table td{
  border: solid 1px #E2E7E6;
  border-collapse: collapse;
  width: 25vw;
  vertical-align: middle;
}
.spec_table td{
  padding: 15px 13px;
}
.spec_table_kome{
  font-size: 1.0rem;
  color: #173833;
  padding-top: 15px;
  line-height: 1.6;
	text-indent: -2.6em; 
	padding-left: 2.6em;
}
.spec_table_kome .payeasy{
	display: inline-block;
	border: solid 1px #17474F;
	padding: 5px;
	text-indent: 0;
	margin-top: 5px;
}
.spec_table .spec_table_none{
  border-top: none;
  border-left: none;
}
.spec_card_name p{
  padding-top: 10px;
}
.spec_digina{
  background: #BFB6D7;
}
.spec_sotona{
  background: #65C5DC;
}
.spec_sotonaplus{
  background: #EF8047;
	position: relative;
}
.spec_sotonaplus:after{
	content: "";
  background: rgba(0,0,0,.45);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.spec_table th{
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
}
.spec_table tr td:first-of-type{
  font-weight: 700;
}
.spec_card_bg{
  background-color: #fff;
  border-radius: 5px;
  margin: 8px;
}
.spec_card_bg img{
  display: block;
  margin: 8px auto;
}
.section_download{
  background-color: #37474f;
  padding-top: 56px;
  padding: 56px 0px;
}
.download_title{
  text-align: center;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.33;
  color: #fff;
  padding-bottom: 40px;
}
/*アプリへのリンク*/
.app_link{
  display: flex;
  justify-content:center;
  margin: 0 auto;
  width: 350px;
}
.sp .app_link li:first-of-type{
  margin-right: 16px;
}

.app_link li a img:hover{
  transform: scale(0.95);
  opacity: 0.5;
}

/*--規約類ページ--*/
.rule_all{
  margin-top: 65px;
  padding-top: 65px;
}
.rule_title{
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: solid 1px; 
  border-color: rgba(69,90,100,0.12);
  line-height: 1.5;
}
.rule_container, .rule_container2{
  font-weight: 300;
  line-height: 2;
  font-size: 1.2rem;
}
.rule_container h3{
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.rule_container h3:not(:first-of-type){
	margin-top: 60px;
}
.rule_container ol{
  list-style-type: decimal;
  padding-left: 4%;
}
.rule_container .maru_num{
  list-style-type: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.rule_container .rome_num{
  list-style-type: none;
  padding-left: 2em;
  text-indent: -2em;
}
.rule_container .revision_wrap{
	margin-top: 80px;
	margin-bottom: 100px;
}
/*カード使用上の注意事項*/
.rule_attention_ul{
	padding-left: 1.4em;
  list-style: disc;
}

/*--404ページ--*/
.error_404{
  margin-top: 65px;
  padding-top: 50px;
  text-align: center
}
.error_404 p{
  line-height: 2;
  padding-bottom: 30px;
}
.error_404 p:first-of-type{
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 30px;
  color: #20D0B8;
}

@media screen and (min-width:768px){
  .sp{
    display: none;
  }
  .pc{
    display: block;
  }
  .btn_1{
    font-size: 1.8rem;
    width: 220px;
  }
  .inner{
    padding-right: 0;
    padding-left: 0;
  }
  .pc_inner{
    max-width: 1290px;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  } 
  .flex_between{
    display: flex;
    justify-content: space-between;
  }
  .flex_rv{
    display: flex;
    flex-direction: row-reverse;
  }
  .flex_center{
    display: flex;
    justify-content: center;
  }
	section[id],
	div[id] {
		scroll-margin-top: 80px;
	}
  /*---------------------------
  *Header
  ---------------------------*/
  .header_title{
    height: 80px;
  }
  .header_logo{
    width: 137px;
    margin-top: 20px;
    margin-left: 0;
  }
  .menu_trigger{
    display: none;
  }
  .header_nav{
    position: static;
    display: block;
    top: 0px;
    right: 10%;
    width: auto;
    padding-top: 0;
  }
  .header_nav_list{
    display: flex;
    position: static;
  }
  .header_nav_list li a{
    font-size: 2.0rem;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 31px;
    margin-left: 64px;
    margin-bottom: 0;
  }
  .header_nav_list li a.current:before{
    width: 80px;
    height: 4px;     
  }
  
/*---------------------------
	*Top page
	---------------------------*/
  .home_inner_sp{
    max-width: none;
    width:auto;
    padding: 0;
  }
  .home_inner_pc{
    max-width: 1060px;
    padding-left: 30px;
    margin: auto;
  }
  .home_sec_mainvisual, .home_sec_sixpoint, .home_sec_scene, .home_sec_steps, .home_sec_reason, .home_sec_pickup{
    font-size: 1.6rem;
  }
  .home_sec_mainvisual{
    margin-top: 80px;
    padding-bottom: 105px;
  }
  .home_h1{
		width: 494px;
		left: auto;
		transform: unset;
		top: 90px;
  }
	.home_h1 img.pc{
		max-width: 413px;
	}
  .home_h1 span{
		font-size: 3.4rem;
		width: 230px;
		border-radius: 100px;
		margin-left: 0;
		margin-bottom: 20px;
  }
  .home_notes{
    font-size: 1.4rem;
		margin-top: 20px;
  }
	.home_sec_mainvisual .h_download_pc{
    position: absolute;
    top: 515px;
    z-index: 100;	
	}
  .h_download_pc{
    display: flex;		
    width: auto;
    max-width: 470px;
  }
  .h_download_pc li:first-of-type{
    margin-right: 10px;
  } 
	.h_download_box{
		max-width: 213px;
		padding: 10px;
		background-color: #fff;
		border-radius: 8px;
	}
	.h_download_box.second{
		max-width: 250px;
	}	
	.h_download_text{
		font-size: 1.4rem;
		font-weight: 700;
		margin-bottom: 10px;
		text-align: center;
	}
	.h_download_wrap{
		display: flex;
	}
	.h_download_wrap .qr{
		width: 55px;
		margin-left: 10px;
	}
	.h_download_wrap .icon{
		height: auto;
		width: auto;
	}
  .h_circle1{
    width: 784px;
		height: 784px;
    margin-top: -400px;
    left: 47%;
  }
  .h_circle2{
    width: 560px;
		height: 560px;
    right: 91%;
		top: 240px;
  }
  .h_topimg_cellphone{
		width: 507px;
		height: auto;
		left: 75%;
		top: 375px;
  }	
	.h_mainvisual_second{
		margin-top: 600px;
	}
  .home_h2{
    font-size: 3.6rem;
  }
  .home_h3{
    font-size: 3.2rem;
  }
  .h_mainvisual_second h2{
    margin-top: 300px;
		position: relative;
		z-index: 1;
  }
  .h_top2_wrap{
		display: flex;
    justify-content: flex-start;
  }
  .top_2_textwrap{
    width: 500px;
    padding: 106px 0 0;
  }
  .h_topimg2_wrap{
    margin-top: 300px;
  }
  .topimg_circle3wrap{
    width: 500px;
  }
  .h_topimg_mock1{
    width: 380px;
  }
	.h_circle3{
		height: 380px;
		width: 380px;
		top: -160px;
	}
	.h_circle_s1{
		width: 126px;
		top: -335px;
		left: -15%;
	}
  .h_top_3_wrap{
    display: flex;
    margin: 60px auto 0;
  }
  .h_topimg3_wrap{
    width: 500px;
  }
	.h_circle4{
		width: 388px;
		height: 388px;
	}
  .h_topimg_cellphone2{
		width: 315px;
		top: 83px;
  }
  .top_3_textwrap{
    padding: 150px 0 0 50px;
    width: 570px;
  }
  .h_top_4_wrap{
    margin: 180px auto 0;
    display: flex;
    justify-content: flex-start; 		
  }
	.h_topimg4_wrap{
		width: 500px;
		height: 500px;
	}
	.h_circle5{
		height: 380px;
		width: 380px;
		top: -160px;
	}
	.h_topimg_cellphone3{
		width: 380px;
	}
	.h_circle_s2{
		width: 133px;
		position: static;
		margin: -310px 1000px 0px;
	}	
  .top_4_textwrap{
    width: 500px;
		padding-top: 90px;
  }
  .h_kome{
    font-size: 1.2rem;
  }
  .h_top_4_wrap .h_kome{
		padding-left: 0;
  }
  /*------HOME各Section------*/
  /*6つのポイント*/	
  .home_sec_sixpoint{
    padding-bottom: 88px;
  }
  .home_sec_sixpoint h2{
    margin-bottom: 50px;
  }
	.h_sixpoint_container{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
  .h_sixpoint_container li{
		width: 300px;
		margin-right: 10px;
  }
  .home_sec_sixpoint .h_kome{
    max-width: 1030px;
    padding-left: 30px;
    margin: 40px auto 0;
  } 
	
	/*使えるお店*/
	.home_sec_shop{
		padding-bottom: 0;
	}	
	.home_sec_shop .home_h2{
		margin-bottom: 52px;
	}
	.home_sec_shop .home_inner_pc{
		border-radius: 70px;
		max-width: 900px;
		padding-left: 0;
	}
	.home_sec_shop .h_shop_container .fadein{
		display: flex;
		flex-direction: row-reverse;
	}
	.home_sec_shop .sp.img_shop{
		display: none;
	}	
	.home_sec_shop .pc.img_shop{
		display: block;
		height: 451px;
	}	
	.h_shop_container h3{
		font-size: 3.2rem;
		margin-top: 90px;
		margin-bottom: 18px;
	}
	.h_shop_container h3 .small{
		font-size: 2.0rem;
	}
	.h_shop_textwrap{
		font-size: 1.8rem;
		text-align: center;
	}
	.h_shop_textwrap .bold{
		font-weight: 700;
	}	
	.h_shop_textwrap .text_link{
		font-size: 1.7rem;
		line-height: 1.7;
	}
	.h_shop_textwrap .country{
		padding-top: 6px;
    padding-bottom: 8px;
	}
	
  /*理由（生活便利）*/
  .home_sec_scene{
    padding-top: 140px;
    padding-bottom: 160px;
  }
   .h_secne_1{
    display: flex;
    padding-top: 120px;
    justify-content: flex-end;
		align-items: flex-end;
  }
  .h_scene_imgwarp, .h_scene_textwrap_wrap{
    width: 500px;
  }
	.h_scene_textwrap_wrap{
		margin-top: 0;
	}
	.h_scene_textcontainer{
		margin-left: 0;
		padding-left: 25px;
	}
	.h_scene_textcontainer::before{
		left: 25px;
	} .h_scene_textcontainer:last-of-type{
		margin-bottom: 0;
	}
  .h_scene_img1{
    width: 368px;
    margin: 0;
  }
  .h_scene_2{
		display: flex;
		justify-content: flex-end;
		flex-direction: row-reverse;
		margin-top: 80px;
  }
  .h_scene_text{
    padding-top: 150px;
  }	
	.h_scene_text .up{
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
	.h_scene_text .down{
		font-size: 4.0rem;
	}	
   .h_scene_img2{
    height: 500px;
		width: auto;
    margin: 0 0 0 -50px;     
  }
  
  /*始め方*/
  .home_sec_steps{
    padding-bottom: 97px;
		padding-top: 0;
  }
  .h_steps_wrap{
		padding-top: 56px;
		padding-left: 12vw;
		padding-right: 0;
		margin-right: 10%;
  }
	.h_steps_wrap h3{
		font-size: 2.6rem;
		padding-left: 30px;
	}
	.h_steps_wrap h3::before{
		left: -46px;
		top: -2px;
		width: 30px;
		height: 30px;
	}
.home_steps_text,.home_steps_textorder,.home_steps_kome{
		font-size: 1.8rem;
		margin-left: 30px;
	}
	.home_steps_text{
		padding: 0;
	}
  .h_steps_wrap .steps_img{
    width: 290px;
  }
	.home_steps_order{
		display: flex;
	}
	.home_steps_order .container{
		width: 570px;
	}
	.home_steps_order	.steps_img_pc{
		display: block;
		width: 269px;
		margin-top: -60px;
	}
	.home_steps_order .h_download_pc{
		margin-top: 30px;
		margin-left: 20px;
	}
  
  /*安心な理由*/
  .home_sec_reason{
    padding: 0px 0 108px;
  }
	.home_sec_reason_wrap{
 		padding: 0;
		max-width: 1000px;		
	}
	.h_reason_flex{
		background-color: #fff;
	}
  .home_sec_reason h2{
    margin-bottom: 90px;
  }
  .home_sec_reason li{
    margin-bottom: 0;
  }
  .h_reason_flex{
    display: flex;
    justify-content: space-evenly;
  }
  .h_reason_flex li{
    width: 306px;
    padding: 40px 32px 49px;
		margin-bottom: 0;
		position: relative;
  }
	.h_reason_flex li::after{
		position: absolute;
		content: "";
		display: inline-block;
		width: 1px;
		height: 272px;
		background-color: #707070;
		top: 125px;
		right: -11px;
	}
	.h_reason_flex li:last-of-type::after{
		display: none;
	}
	.h_reason_flex .line_wrap{
		padding: 100px 0 0;
		width: 1px;
	}	
	.h_reason_flex .line{
		width: 1px;
		height: 308px;
		margin-top: 16px;
		background-color: #707070;
	}
  
  /*あれこれ抜粋*/
  .home_sec_pickup{
    padding: 0 0 140px;
  }
  .home_sec_pickup h2{
    margin-bottom: 90px;
  }
	.home_sec_pickup .home_inner_pc{
		padding-left: 0;
		justify-content: space-between;	
	}
	.carousel{
		overflow-x: auto;
		padding-bottom: 14px;
	}
	.carousel-item{
		margin-left: 0;
		max-width: 320px;
	}
	.carousel-item:not(:last-of-type){
		margin-right: 8px;
	}	
  .h_pickup_textwrap{
    padding: 30px;
		height: 235px;
  }  
  .h_kiji_title{
    margin-bottom: 16px;
  }
	
	/*よくあるご質問*/
	.home_sec_qa{
		padding-bottom: 240px;
	}
	.home_sec_qa h2{
		padding-top: 0;
	}	
	.home_sec_qa .question{
		font-size: 1.6rem;
	}
	.home_sec_qa .home_inner_pc{
		max-width: 930px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.home_sec_qa li .text{
		letter-spacing: 0.1em;
	}
	.home_sec_qa .btn_1{
		margin-top: 46px;
	}
	
  /*ダウンロード*/
	.home_sec_download{
		padding-top: 88px;
		padding-bottom: 198px;
	}
	.home_sec_download .home_h2{
		margin-bottom: 46px;
	}
	.home_sec_download .relative{
		width: 350px;
		margin-top: 0;
	}
	.home_sec_download .h_download_container{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-evenly;
		margin-top: 0px;
	}
	.h_download_title_wrap{
		display: block;
		margin: 0;
	}
	.h_circle6{
		width: 350px;
		height: 350px;
		top: 50px;
	}
	.home_sec_download .img_app{
		width: 295px;
		height: auto;
		top: -60px;		
	}
	.home_sec_download .icon_img{
		width: 100px;
		margin: 0 auto 20px;
	}
	.h_download_title_wrap{
		font-size: 3.2rem;
		text-align: center;
		margin-bottom: 20px;
		padding-top: 0;
	}
	.home_sec_download .text_2{
		font-size: 1.6rem;
		text-align: center;
		font-weight: 900;
	}
	.home_sec_download .h_download_pc{
		margin: auto;
	}
  /*---------------------------
  *Footer
  ---------------------------*/
  .footer_nav_container{
    padding: 80px 0 60px;
    font-size: 1.8rem;
  }
  .footer_nav{
    padding-right: 108px;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .footer_logo_wrap{
    margin: 0 0 110px;
  }
  .footer_logo_small{
    margin: auto;
    font-size: 1.4rem;
  }
  .footer_logo{
    width: 137px;
    margin-bottom: 10px;
  }
  
  /*---------------------------
  *下層ページ
  ---------------------------*/
  /*ｰｰ共通ｰｰ*/	
  .sub_section_title{
    font-size: 4.8rem
  }
  .sub_section_mg{
    font-size: 1.8rem;
    max-width: 426px;
    line-height: 2.0;    
  } 
  /*ｰｰカード仕様ページｰｰ*/
  .sub_top{
    height: 26vw;
    background-image: url("img/PC_header_BG_card.png");
  }
  .sub_top h1{
    font-size: 4.8rem;
    padding-top: 9vw;
  }
  .sub_top p{
    font-size: 2.4rem;
    padding-top: 30px;
  }
  .sub_spec{
    padding-top: 160px;
    padding-bottom: 160px;
  }
	.caution_sotona{
		font-size: 1.4rem;
	}
	.caution_sotonap_1,
	.caution_sotonap_2{
		font-size: 1.4rem;
		max-width: 410px;		
	} 
	.caution_sotonap_2{
		max-width: 600px;
	}	
	.spec_detail{
    padding-top: 100px;
    padding-bottom: 300px;
  }
  .spec_table{
    font-size: 1.8rem;
  }
  .spec_card_name{
    padding-right: 20px;
    padding-left: 20px;
  }
  .spec_card_name p{
    padding-top: 30px;
    padding-bottom: 20px;
  }  
  .spec_table th{
    font-size: 3.0rem;
  }
  .spec_table td{
    padding: 20px 40px;
  }
  .spec_card_bg{
    max-width: 294px;
    margin: 0 auto 20px;
  }
  .spec_table .spec_table_none{
    width: 15%;
  }
	.spec_table .asta{
		font-size: 1.4rem;
	}
  .spec_table_kome{
    font-size: 1.6rem;
    padding-top: 40px;
  }
	.spec_table_kome .payeasy{
		padding-right: 15px;
		font-size: 1.2rem;
	}
  .section_download{
    padding: 72px 0px;
  }
	.section_download .app_link{
		background-color: #fff;
		border-radius: 10px;
	}
  .download_title{
    font-size: 4.0rem;
  }
  .app_link{
		display: flex;
    width: 900px;
		padding: 28px 40px;
  }
	.app_link .spec_box{
		display: flex;
		margin-top: 8px;
	}
	.app_link .spec_box .qr{
		margin-left: 22px;
		width: 100px;
		height: 100px;
	}
	.app_link .border{
		width: 2px;
    height: 110px;
    background: #CECECE;
		margin: auto 36px;
	}
	.app_link .app_store{
		width: 220px;
	}
	.app_link .google_play{
		width: 275px;
	}	
	
  /*ｰｰ規約類ページｰｰ*/
  .rule_all{
    margin-top: 160px;
  }
  .rule_title{
    font-size: 4.8rem;
    padding-bottom: 30px;
  }  
  .rule_container,.rule_container2{
    font-size: 2.4rem;
  }
  .rule_container h3{
    font-size: 3.0rem;
    margin-bottom: 80px;
  }
	.rule_container h3:not(:first-of-type){
		margin-top: 100px;
	}	
  
}

@media screen and (min-width:768px) and ( max-width:1024px) {
  
  
  /****header****/
  .header_nav_list li a{
    font-size: 1.9rem;
    margin-left: 22px;
  }
  
  /****トップページ****/  
	.home_h1{
		font-size: 4.0rem;
	}
  .h_topimg_cellphone{
    width: 50%;
  }
	.home_h1 img.pc{
		max-width: 413px;
	}	

  /****カード仕様ページ****/  
  .sub_top h1{
    font-size: 3.0rem;
  }
  .sub_top p{
    font-size: 1.5rem;
  }
  .rule_container ol .maru_num{
    text-indent: -2.3rem;
  }
	.app_link{
		width: 740px;
	}
	.app_link .border{
		height: 90px;
	}
	.app_link .spec_box .qr{
		width: 75px;
		height: 75px;
	}
  
  
}








/*****************************/
/*--テンポラリー（CP用一時CSS）--*/
/*****************************/
/*@media screen and (max-width: 767px){
	.img_cpbn_1_20250825{
		display: block;				
		margin: 0px auto 60px;
		padding: 0 8px;	
    position: relative;		
		z-index: 1;		
	}
	.img_cpbn_2_20250825{
		display: block;			
		margin: 0px auto 60px;
		padding: 0 8px;		
	}
}
@media screen and (min-width:768px){
	.img_cpbn_1_20250825{
		display: block;		
		width: 650px;
    margin: 65px auto -210px;
    padding: 0;
    position: relative;		
		z-index: 1;
	}
	.img_cpbn_2_20250825{
		display: block;		
    width: 96%;		
		max-width: 1060px;		
		margin: 0px auto 30px;	
		padding: 40px 0 0;
	}
	.img_cpbn_1_20250825:hover,.img_cpbn_2_20250825:hover{
		transform: scale(0.99);
		opacity: 0.7;
		
	}
	
	
}*/
