@charset "utf-8";
*:before, *:after {
	box-sizing: border-box;
}

html, body, header, article, section, footer, div, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, p, a, figure, img, hr {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: 'Lucida Grande','Hiragino kaku Gothic ProN', Meiryo, sans-serif;
	width: 100%;
	background: gray;
	color: #666666;
	font-size: 1.3rem;
	line-height: 25px;
	margin-top:56px;
}

#ja {
	position: relative;
}

header, article, section, footer {
	width: 100%;
	background-color: #ffffff;
}

header {
	width: 100%;
	margin: 0 auto;
	position: fixed;
    top: 0;
	height:56px;
	background-color: #ffffff;
	z-index: 10001;
}

article {
	clear: both;
	margin: 0 auto;
	margin-top: 56px;
}

section {
	margin-top: 0px;
	padding: 56px 0;
}

h1 {
	float: left;
}

h2 {
	font-size: 2.7rem;
	line-height: 30px;
	color: #f7501e;
	font-weight: 1000;
}

h3 {
	padding: 0 0 16px 0;
	font-size: 2.0rem;
}

h5 {
	font-size: 1.4rem;
}

img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

a {
	text-decoration: none;
}

a img {
	display: block;
}

a p {
	text-align: center;
}

hr {
	border: none;
	height: 1px;
	background: #ffffff;
	color: #ffffff;
}

.wrap {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

.logo {
	margin: 0;
	margin-top: 16px;
	margin-left: 8px;
	width: auto;
	height: 24px;
}

.app_box1 img, .app_box2 img {
	float: right;
	margin: 0;
	margin-top: 12px;
	margin-right: 8px;
	width: auto;
	height: 32px;
}

.__display_none {
	display: none;
}

.padding_none {
	padding: 0;
}

#main_visual > div > img {
	width: 100%;
}

#store_link {
	cursor: pointer;
}

/* モーダルCSS */
.qr_area {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
    
.wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	width: 100%;
	max-width: 800px;
	background-color: #fff;
}

.qr_box {
	display: flex;
	margin: 0 auto;
	text-align: center;
}

.qr_box > div {
	width: 50%;
	padding: 24px;
}
  
.qr_box img {
	max-width: 200px;
}

.dw_button {
	width: auto;
	margin-top: 8px;
}

.closeModal {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	cursor: pointer;
}

.close_button {
	display: block;
	width: 150px;
	height: 40px;
	background-color: #f7501e;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 44px;
	margin: 24px auto 40px auto;
	cursor: pointer;
}






.h2_underline {
	width: 35px;
	height: 3px;
	background-color: #f7501e;
	margin: 16px auto;
}

.about_text {
	height: 225px;
	padding: 40px 5%;
	background-color: #F4F4F4;
}

.about_img1 {
	height: 225px;
	padding: 30px;
	background-image: url(../images/about_img1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.about_img1 p {
	display: block;
	width: 180px;
	height: 32px;
	color: #ffffff;
	font-weight: 700;
	line-height: 26px;
	border-style: solid;
	border-color: #ffffff;
	margin: auto;
}

.about_img1 img {
	width: 20px;
	margin: 7px auto;

}

.about_acc {
	margin: 0 auto;
	text-align: left;
	max-width: 900px;
}

.about_acc dt {
	margin: 0 15px;
	padding: 20px 0 20px 0;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #e6e2e6;
	font-size: 2.0rem;
	font-weight: 700;
	position: relative;
}

.about_acc dt:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 9px;
  height: 9px;
  border-top: solid 2px #8d8d8d;
  border-right: solid 2px #8d8d8d;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.about_acc dt.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.about_acc dd {
	display: none;
	margin: 0px 15px;
	padding: 16px 16px 30px 16px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #e6e2e6;
	background: #F4F4F4;
}

.flex_service {
	display: flex;
	margin: 32px auto 0 auto;
	max-width: 900px;
}

.flex_service > div {
	align-self: center;
}

.more_service{
	width: 60%;
	padding-left: 16px;
	font-weight: 700;
	text-align: left;
}

.lab_subsc {
	color: #f7501e;
}

.lab_subsc:before {
	content: "有料";
	font-weight: 700;
	margin-right: 7px;
	color: #ffffff;
	background-color: #f7501e;
	padding: 0 5px;
	border-radius: 5px;
}

.more_btn {
	width: 150px;
	height: 40px;
	background-color: #f7501e;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 44px;
	margin-top: 16px;
}

.for_logo {
	margin: 0 auto 16px 0;
}

.scsho {
	padding: 0 16px;
	width: 40%;
}

.service_underline {
	height: 1px;
	background-color:#E6E2E6;
	margin: 32px 16px 0 16px;
}

.accordion {
	padding: 56px 16px;
}
  
.accordion__container {
	border-top: solid 1px #E6E2E6;
}
  
.accordion__title {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #e6e2e6;
	padding: 20px 0 20px 0;
	text-align: left;
	position: relative;
	cursor: pointer;
	user-select: none;
}
  
.accordion__title::before, .accordion__title::after {
	content: '';
	display: block;
	background-color: #B5B3B5;
	position: absolute;
	top: 50%;
	width: 15px;
	height: 2px;
	right: 25px;
}
  
.accordion__title::after {
	transform: rotate(90deg);
	transition-duration: .3s;
}
    
.accordion__title.is-active::before {
	opacity: 0;
}
  
.accordion__title.is-active::after {
	transform: rotate(0);
}
  
.accordion__content {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	padding: 0 1.5em;
	line-height: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition-duration: .2s;
}
  
.accordion__content.is-open {
	padding: 16px 16px 30px 16px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #e6e2e6;
	background: #F8FAFC;
	line-height: normal; /* numberに書き換える*/
	height: auto;
	opacity: 1;
}

.background_g {
	background: #f8fafc;
}

.background_g p {
	line-height: 32px;
}

.background_g > div > div {
	padding: 16px;
	position: relative;
}

.about_product {
	width: 100%;
	object-fit: cover;
}

.pageHeader_signup2 {
	display: block;
	width: 150px;
	height: 40px;
	background-color: #f7501e;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 44px;
	position: absolute;
	margin: 0 auto;
	bottom: 50px;
	left: 0;
	right: 0;
}

.comingsoon > div {
	display: block;
	width: 150px;
	height: 40px;
	background-color: #666666;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 44px;
	position: absolute;
	margin: 0 auto;
	bottom: 50px;
	left: 0;
	right: 0;
}

.comingsoon > img {
	opacity: 50%;
}

.qaContainer {
	margin: 0 auto;
	text-align: left;
}

.qaContainer dt {
	padding: 15px 35px 15px 30px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #e6e2e6;
	text-indent: -25px;
	font-size: 1.4rem;
	font-weight: 700;
	position: relative;
}

.qaContainer dt:before {
	content: "Q.";
	font-weight: 700;
	margin-right: 7px;
}

.qaContainer dt:after {
	content: "";
	position: absolute;
	right: 8px;
	top: 38%;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 9px;
	height: 9px;
	border-top: solid 2px #8d8d8d;
	border-right: solid 2px #8d8d8d;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.qaContainer dt.open:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 45%;
}

.qaContainer dd {
	display: none;
	padding: 17px 15px 30px 31px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #e6e2e6;
	background: #ffffff;
	text-indent: -25px;
}

.qaContainer dd:before {
	content: "A.";
	color: #f7501e;
	font-weight: 700;
	font-size: 1.4rem;
	margin-right: 7px;
}

.qa_link {
	color: #009bbe;
	font-weight: 700;
}

.offer {
	max-width: 768px;
	margin: 0 auto;
}

.offer p {
	font-size: 1.4rem;;
	text-align: left;
}

.offer p.note {
	margin-top: 12px;
	font-size: 1.2rem;
	line-height: 20px;
}

.background_w {
	background-color: #ffffff;
	padding: 16px;
	margin-top: 16px;
}

.background_w > h3 {
	padding: 0;
	color: #f7501e;
	text-align: center;
}

.btn_orange {
	display: block;
	width: 80%;
	max-width: 500px;
	margin: 8px auto 16px auto;
	padding: 8px 10px 8px 10px;
	background-color: #F7501E;
	font-weight: 700;
	border-radius: 8px;
}

.btn_orange img {
	width: 30%;
	max-width: 100px;
}

.btn_orange p {
	color: #ffffff;
	text-align: center;
	font-size: 1.6rem;;
	padding: 0;
}

span.url_text {
	word-break: break-all;
	background: rgba(26,26,77,0.1);
	-moz-user-select: text;
	-ms-user-select: text;
	-webkit-user-select: text;
	-webkit-touch-callout: text;
	font-weight: 700;
}

footer {
	width: 100%;
	font-size: 1.0rem;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
	background: #000000;
}

/**
 * MediaQuery Break Point
 *      - 479	：スマホ(縦)
 *  480 - 767	：スマホ(横)・ファブレット
 *  768 - 		：タブレット・PC
**/


@media screen and (min-width: 360px) {

	.logo {
		margin: 0;
		margin-top: 13px;
		margin-left: 8px;
		width: auto;
		height: 30px;
	}
	
	.app_box1 img, .app_box2 img {
		float: right;
		margin: 0;
		margin-top: 8px;
		margin-right: 8px;
		width: auto;
		height: 40px;
	}
	
	.app_box3, .app_box4 {
		float: right;
	}
	
	.app_box3 img, .app_box4 img {
		margin: 0;
		margin-top: 8px;
		margin-right: 8px;
		width: auto;
		height: 40px;
	}
	
	.__display_none {
		display: none;
	}
	
}

@media screen and (min-width: 480px) {

	.about_product {
		width: 100%;
		max-width: 600px;
		object-fit: cover;
	}
	
}

@media screen and (min-width: 768px) {

	#main_visual .slick-slide:not(.slick-center) {
		filter: grayscale(100%) brightness(30%);
		transition: 0.2s linear;
	}
		
	.wrap {
		width: 100%;
		max-width: initial;
		margin: 0 auto;
		text-align: center;
	}
	
	.about_box1 {
		max-width: 900px;
		margin: auto;
	}

	.more_service {
		width: 50%;
	}

	.scsho {
		width: 50%;
	}

	.flex_reverse {
		flex-direction : row-reverse;
	}

	.service_underline {
		margin: 48px 16px;
	}	

	.qaContainer {
		max-width: 768px;
		margin: 0 auto;
		text-align: left;
	}

	.qaContainer dd {
		padding: 17px 30px 40px 45px;
	}

	.background_g > div {
		display: flex;
		margin: 0 auto;
	}

	.background_g > div > div {
		padding: 20px 0px;
		margin: 0 auto;
		position: relative;
	}

	.product_shot {
		max-width: 80%;
	}

}