@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

html{
	box-sizing: border-box;
}

body{
	font: 16px/1.5 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: inherit;
	text-decoration: none;
	transition: 0.3s;
}

a:hover{
  text-decoration: none;
}

a:active, a:focus,input:active, input:focus{outline:0;}

img {
  vertical-align: top; /* liとimgの余白をなくす */
}

/* ヘッダー
------------------------------------------------------------*/
#header{
    width:100%;
    height:130px;
}
#header ul{
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 3%;
    align-items: center;
	height: 100px;
	flex-wrap: wrap;
	gap:80px;
	align-content: center;
}
#header ul li{
	flex: 1 1 auto;
}
#header ul li img{
	max-width: 100%; /* 画像がliの幅を超えないように */
    height: auto; /* アスペクト比を維持 */
    display: block; /* inline要素特有の余白を消す */
    margin: 0 auto; /* imgを中央寄せ */
}

li.logo_a-price{
	width: 19%;
}
li.logo_komatsuya{
	width: 14%;
}
li.logo_nisshoku{
	width: 18%;
}
li.logo_sendoba{
	width: 19%;
}

/* フッター
------------------------------------------------------------*/
#footer{
	padding: 30px 0 30px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	  background: transparent linear-gradient(90deg, #C60413 0%, #FF4B5B 100%) 0% 0% no-repeat padding-box;
}

/* 共通
------------------------------------------------------------*/

img{
	width: 100%;
	height: auto;
}


.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}
.main_wrap{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0 20px;
    box-sizing: border-box;
}
/*h2 {
    font-size: 48px;
    color: #fff;
    background-image: linear-gradient(90deg, #c60413, #ff4b5b);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 116px;
}*/
.h2_container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent linear-gradient(90deg, #C60413 0%, #FF4B5B 100%) 0% 0% no-repeat padding-box;
  height: 116px; /* 必要に応じて高さを調整 */
	margin-bottom: 100px;
	padding: 1% 3%;
}

h2 {
	font-size: 48px;
	font-weight: bold;
  margin: 0;
  padding: 0; /* 余白を削除 */
  height: 100%; /* 親要素の高さを引き継ぐ */
  display: flex;
  align-items: center; /* 垂直方向も中央揃え */
  color: white;
	line-height: 1.2;
}
h3{
	color: #E60012;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 50px;
}
.mb_50 {
	margin-bottom: 50px;
}

.mb_100 {
	margin-bottom: 100px;
}




/* SEC01 ファーストビュー
------------------------------------------------------------*/

#sec01{
	background-image: linear-gradient(90deg, #c60413, #ff4b5b);
	clip-path: ellipse(74% 100% at center top); /* 楕円形を利用してU型に切り取る */
	margin-bottom: 100px;
}
#sec01 .main_wrap{
	padding: 80px 0 100px;
}
#sec01 .img_wrap{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	color: #fff;
	align-items: center;
}
h1{
	color: #fff;
	font-size: 76px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 112px;
}
h1.en{
	line-height: 1.2;
}
.sub_copy{
	font-size: 49px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 24px;
}
.free{
	width: 80%;
}
.img_center{
	max-width: 250px;
	margin-right: 16px;
	position: relative;
}
.img_center:before {
    content: "";
    background-image: url("../images/img_sec01_03.svg");
    background-repeat: no-repeat;
    top: -72px;
    right: -242px;
    width: 250px;
    height: 116px;
    display: inline-block;
    position: absolute;
}
.img_center.en:before{
	background-image: url("../images/img_sec01_03_en.svg");
}
.txt_left{
	margin-right: 16px;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 40%;
}
.txt_right{
	max-width: 325px;
}
.dowunload_link{
	display: flex;
	justify-content: center;
	align-items: center;
}
.apple{
	max-width: 130px;
	margin-right: 18px;
	width: 100%;
}
.google{
	max-width: 162px;
	width: 100%;
}
.right_box{
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.dowunload_link_sp{
	display: none;
}

/* SEC02 アンカーリンク
------------------------------------------------------------*/
#sec02{
	margin-bottom: 100px;
}
.btn_box{

	font-size: 29px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-weight: bold;
}
.btn_box a{
		color: #E60012;
	display: flex;
	border: 5px solid #E60012;
border-radius: 999px;
	width: 444px;
	height: 100px;
    align-items: center;
    justify-content: center;
	background-color: #fff;
	
}
.btn_box a:hover{
	color: #fff;
	background-color: #E60012;
}
/* SEC03 A-プライスポイント会員特典／特典1レギュラーポイント制度について
------------------------------------------------------------*/
#sec03{
	background-color: #FAD5D8;
}
.icon_point img{
	max-width: 84px;
}
.point_dtl_box{
	display: flex;
	flex-direction: column;
	align-items: center;
}
#sec03 .icon_plus,#sec04 .icon_plus{
	width: 177px;
}
.icon_point span{
	display: none;
}
p.icon_point {
    margin-bottom: 16px;
}

/* SEC04 A-プライスポイント会員特典／特典2プラチナポイント制度について
------------------------------------------------------------*/
#sec04{
	background-color: #FDEDEE;
	padding: 100px 0;
}
.sec04_txt {
	font-size: 48px;
	font-weight: bold;
}

.annotation {
	font-size: 18px;
}

.sec04_txt02 {
	font-size: 37px;
	font-weight: bold;
}

/* SEC05 ポイントのご利用方法について
------------------------------------------------------------*/
#sec05{
	background-color: #FFFCDE;
	padding: 100px 0;
}
#sec05 h3{
	color: #000;
}
#sec05 img{
	max-width: 445px;
}
#sec05 ul{
	font-size: 30px;
}
#sec05 ul li{
	text-align: left;
	margin-bottom: 18px;
	position: relative;
	margin-left: 30px;
}
#sec05 ul li:before{
	position: absolute;
	content: "・";
	width: 30px;
	height: 30px;
	left: -30px;
}
#sec05 ul li span{
	color: #E60012;
}

/* app A-プライスアプリ会員登録方法について／head 
------------------------------------------------------------*/
#app{
	padding: 0 0 100px;
}
#app .img_wrap{
	display: flex;
	justify-content: space-between;
	max-width: 610px;
	margin: 0 auto;
	align-items: center;
}
.img_smartphone{
	width: 39%;
}
.img_circle{
	width: 59%;
}
.head_copy{
	color: #E60012;
	font-size: 39px;
	font-weight: bold;
	margin-bottom: 18px;
}
#app .free{
	max-width: 400px;
	margin: 0 auto;
	margin-bottom: 86px;
}

/* SEC07 A-プライスアプリ会員登録方法について／新規会員登録特典
------------------------------------------------------------*/
#sec07{
	background-color: #FDEDEE;
	padding: 100px 0;
}
.img_box01{
	max-width: 920px;
	width: 100%;
	margin: 0 auto 70px;
}
.img_box02{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.img_box02 .point{
	width: 28%;
}
.img_box02 .icon_plus{
	width: 4%;
}

/* SEC08 A-プライスアプリ会員登録方法について／会員登録方法
------------------------------------------------------------*/
#sec08{
	text-align: center;
	padding: 100px 20px;
}
.dowunload_frame {
    width: 100%;
    margin: 0 auto 100px;
    max-width: 1000px;
    border: 5px #E60012 solid;
    border-radius: 76px;
    box-sizing: border-box;
	padding: 60px 0 0;
}
.dowunload_frame_txt{
	font-size: 39px;
	font-weight: bold;
	margin-bottom: 60px;
}
.dowunload_store{
	width: 100%;
	max-width: 470px;
	margin: 0 auto 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.apri_qr{
	width: 100%;
	max-width: 460px;
	margin: 0 auto 45px;
}
.dowunload_store .google,.dowunload_store .apple{
	height: 70px;
	width: auto;
	max-width: 100%;
	margin: 0;
}
.dowunload_store img{
	height: 100%;
}

.dowunload{
	width: 100%;
	max-width: 950px;
	margin: 0 auto 100px;
	
}
.dowunload_txt{
	font-size: 39px;
	font-weight: bold;
}
span.marker {
    background: linear-gradient(transparent 50%, #FFF798 50%);
}
.arrow{
	max-width: 111px;
}
#sec08 .annotation{
	margin-bottom: 50px;
}
.how{
	margin-bottom: 50px;
}
.how img{
	max-width: 300px;
}
.how .txt01{
	font-size: 30px;
	margin-top: 0.5rem;
}
.how .txt02{
	font-size: 30px;
	width: 80%;
	margin: 0 auto;
	text-align: left;
	margin-top: 0.5rem;
}
.how p.txt02.center {
    text-align: center;
}
.question{
	background-color: #FDEDEE;
	padding: 70px 0 50px;
	margin-top: -30px;
}

.question p{
	font-size: 39px;
	color: #E60012;
	font-weight: bold;
}
.question .btn_box{
	max-width: 1000px;
	margin: 0 auto;
}
.red_frame {
	width: 100%;
	margin: 100px auto 0;
	max-width: 1000px;
	border: 5px #E60012 solid;
	border-radius: 76px;
	overflow: hidden; /* 角丸の境界外を隠す */
  background-color: #E60012; /* 背景色を親に合わせる */
	box-sizing: border-box;
}
.red_frame_head{
	font-size: 39px;
	font-weight: bold;
	color: #fff;
	background-color: #E60012;
	border-radius: 76px 76px 0 0;
	border: 5px #E60012 solid;
	border-bottom: none;
	padding: 35px 0;
	 width: 100%; /* 必要に応じて調整 */
	}
.back_white{
	background-color: #fff;
	padding: 50px 0;
}
p.number{
	color: #E60012;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	text-align: center;
}
.number:after{
	content: ""; /* 疑似要素を利用して下線を生成 */
  display: block;
  width: 50px; /* 下線の幅（好みに合わせて調整） */
  height: 3px; /* 下線の太さ */
  background-color: #E60012; /* 下線の色 */
  margin: 18px auto 0; /* タイトルからの距離を設定 */
}
p.dowunload_frame_txt span {
    display: inline-block;
}
.how.select{
	display: flex;
	justify-content: center;
}
.how.select img {
    width: 48%;
}
picture {
    width: 100%;
}
/* RESPONSIVE 設定
------------------------------------------------------------*/
@media screen and (max-width: 1250px){
	#sec01{
		clip-path: ellipse(100% 100% at center top);
		margin-bottom: 50px;
	}
	.sub_copy{
	font-size: 35px;
	}
}
@media screen and (max-width: 1000px){
	#sec01 .main_wrap {
    padding: 80px 25px 100px;
}
	h1{
		font-size: 60px;
	}
	.sub_copy {
    font-size: 30px;
}
	.btn_box{
		font-size: 20px;
	}
	.btn_box a{
		width: 350px;
    height: 70px;
	}
	h2{
		font-size: 30px;}
	h3{
		font-size: 25px;
	}
	#sec03 .icon_plus, #sec04 .icon_plus {
    width: 100px;
}
	.sec04_txt {
    font-size: 30px;
}
	.sec04_txt02 {
    font-size: 25px;
}
	#sec05 ul {
    font-size: 20px;
}
	.dowunload_txt {
    font-size: 28px;
}
	.question p {
    font-size: 28px;
}
	.red_frame_head{
		font-size: 28px;
	}
	.how .txt01,.how .txt02 {
    font-size: 20px;
}
	.txt_left{
		width: auto;
	}
}
@media screen and (max-width: 850px){
	#header ul{
		gap:50px;
	}
}
@media screen and (max-width: 768px){
	h1{
		font-size: 30px;
		margin-bottom: 30px;
	}
	#sec01 .img_wrap{
		flex-direction: column;
	}
	.txt_left{
		margin-right: 0;
		margin-bottom: 30px;
	}
	.sub_copy{
		font-size: 22px;
		margin-bottom: 8px;
	}
	.img_center:before{
		content: none;
	}
	#sec01{
		margin-bottom: 50px;
	}
	#sec01 .main_wrap{
		padding: 50px 0 100px;
	}
	.dowunload_link{
		display: none;
	}
	.txt_right {
    min-width: 200px;
    margin-left: -50px;
    z-index: 1;
}
	.img_center{
		margin-right: 0;
	}
	.dowunload_link_sp {
    display: flex;
    align-items: center;
    max-width: 500px;
    justify-content: center;
    width: 90%;
}
	.apple{
		max-width: 200px;
		width: 44%;
	}
	.google{
		max-width: 230px;
		width: 54%;
	}
	.btn_box{
		flex-direction: column;
		font-size: 16px;
	}
	.btn_box a{
		height: auto;
		width: 90%;
		padding: 3% 3%;
		border: 3px solid #E60012;
	}
	.btn_box .btn_01{
		margin-bottom: 16px;
	}
	#sec02{
		margin-bottom: 50px;
	}
	h2{
		font-size: 20px;
	}
	.h2_container{
		height: 70px;
		margin-bottom: 30px;
	}
p.icon_point {
    display: flex;
    justify-content: center;
    align-items: center;
}
	.icon_point span{
		display: block;
		font-size: 20px;
		font-weight: bold;
		color: #E60012;
	}
	p.icon_point img {
    width: 60px;
    margin-right: 10px;
}
	h3 span{
		display: none;
	}
	h3{
		font-size: 20px;
		margin-bottom: 25px;
	}
	#sec03 .icon_plus, #sec04 .icon_plus {
    width: 74px;
}
	.point_dtl_box{
		max-width: 500px;
		margin: 0 auto;
	}
	.mb_50{
		margin-bottom: 25px;
	}
	.mb_100{
		margin-bottom: 50px;
	}
	#sec04{
		padding: 30px 0;
	}
	.sec04_txt{
		font-size: 20px;
	}
	.annotation{
		font-size: 16px;
	}
	.sec04_txt02 {
    font-size: 16px;
}
	#sec05{
		padding: 50px 0;
	}
	#sec05 img {
    max-width: 245px;
}
	#sec05 ul {
    font-size: 16px;
}
	#sec05 ul li {
    margin-left: 16px;
}
	#sec05 ul li:before {
    width: 16px;
    height: 16px;
    left: -16px;
}
	.head_copy{
		font-size: 20px;
		margin-bottom: 10px;
	}
	#app {
    padding: 0 0 50px;
}
	#app .free {
    max-width: 350px;
    margin-bottom: 25px;
}
	#app .img_wrap{
		justify-content: center;
	}
	.img_smartphone {
    width: auto;
}
	.img_circle {
    width: auto;
    margin-left: -50px;
}
	#sec07 {
    padding: 50px 0;
}
	.img_box01{
		margin: 0 auto 50px;
		max-width: 500px;
	}
	.img_box02 {
    flex-direction: column;
}
	.img_box02 .point{
		width: 100%;
		max-width: 250px;
		margin-bottom: 20px;
	}
	.img_box02 .point:last-child{
		margin-bottom: 0;
	}
	.img_box02 .icon_plus {
    width: 63px;
    margin-bottom: 20px;
}
	.dowunload {
    max-width: 500px;
}
	#sec08{
		padding: 50px 20px;
	}
	.dowunload_frame_txt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
	.apri_qr{
		margin: 0 auto 20px;
		max-width: 270px;
	}
	.dowunload_store{
		margin: 0 auto 20px;
		max-width: 300px;
	}
	#sec08 .annotation {
    margin-bottom: 25px;
}
	.dowunload_frame{
		padding: 25px 2% 0;
		max-width: 500px;
		margin: 0 auto 25px;
		border: 3px #E60012 solid;
    border-radius: 30px;
	}
	.dowunload_store img{
		max-width: 90%;
	}
	.dowunload_store .google,.dowunload_store .apple{
		height: auto;
	}
	.dowunload_txt{
		font-size: 20px;
	}
	.arrow{
		max-width: 75px;
	}
	.how .txt01 {
    font-size: 16px;
}
	.how {
    margin-bottom: 25px;
}
	.question p{
		font-size: 20px;
	}
	.red_frame{
		margin: 50px auto 0;
		border-radius: 30px;
		border: 3px #E60012 solid;
	}
	.question{
		padding: 50px 0 50px;
	}
	.red_frame_head{
		font-size: 20px;
		padding: 20px 0;
		border: 3px #E60012 solid;
	}
	p.number{
		font-size: 20px;
	}
	.number:after{
		margin: 10px auto 0;
	}
	.how .txt02{
		font-size: 16px;
	}
	span.marker span {
    display: inline-block;
}
	
}
@media screen and (max-width: 600px){
	#sec01{
		clip-path: ellipse(150% 100% at center top);
	}
	#header ul .logo_a-price{
		flex-basis: 100%;
	}
	#header ul .logo_a-price img{
		max-width: 100px;
	}
	#header ul .logo_komatsuya,
    #header ul .logo_nisshoku,
	#header ul .logo_sendoba{
		flex-basis: calc((100% - (2 * 20px)) / 3);
	}
	#header ul .logo_komatsuya img,
    #header ul .logo_nisshoku img ,
	#header ul .logo_sendoba img{
		max-width: 120px;
		width: 90%;
	}
	#header ul{
		gap:5px;
	}
	.head_copy {
    font-size: 18px;
}
}

@media screen and (max-width: 389px){
	h2{
		font-size: 16px;
		padding: 15px;
	}
	.normal{
		display: none;
	}
	span.marker span {
    display: inline;
}
}

/*英語版*/

.sec04_txt.en{
	line-height: 1.2;
}
span.marker.en span {
   display: inline;
}
p.pro {
	max-width: 350px;
    margin: 0 15px 30px;
}
@media screen and (max-width: 1024px){
	p.pro {
	max-width: 250px;
}
}
@media screen and (max-width: 768px){
	h1 br{
		display: none;
	}
	p.pro {
    font-size: 20px;
    margin-bottom: 10px;
}
}
.lang-nav {
    display: flex;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    justify-content: flex-end;
    gap: .25em;
    align-items: center;
	font-size: 14px;
}

.material-symbols-outlined {
	font-size: 18px !important;
    line-height: 24px !important;
	display: block !important;
}
.lang-nav a:hover{
	opacity: 0.5;
}

.lang-nav-wrap {
	background-color: #ffe8e8;
	padding: 3px 3%;
}
