@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;
	padding: 0 8px;
}

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;
	/* width: 20%; */
	/* margin: 0 auto; */
}

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;
}

/* .app_box3, .app_box4 {
	float: right;
} */

/* .app_box3 img, .app_box4 img {
	margin: 0;
	margin-top: 12px;
	margin-right: 8px;
	width: auto;
	height: 32px;
} */

.__display_none {
	display: none;
}

.padding_none {
	padding: 0;
	background-color:#1A1A1A;
}

.padding_none img {
	max-width: 768px;
}

.h2_underline {
	width: 35px;
	height: 3px;
	background-color: #f7501e;
	margin: 16px auto;
}

.athletech_func {
	padding: 16px;
}

.athletech_func h4 {
	max-width: 768px;
	margin: 0 auto;
	margin-top: 24px;
	font-size: 1.8rem;
}

.athletech_func div {
	width: 100%;
	background: #f8fafc;
}

.athletech_func div .func_wrap, .athletech_func div .func_wrap_v {
	max-width: 768px;
	margin: 0 auto;
	margin-bottom: 8px;
	padding: 8px 0;
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-around;
}

.func_wrap figure, .func_wrap figcaption, .func_wrap button {
	flex-grow: 0;
	flex-basis: 50%;
}

.func_wrap figure img {
	width: calc( 100% - 16px );
	text-align: center;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.4));
}

.func_wrap figcaption {
	padding: 4px 8px;
	line-height: 18px;
}

.func_wrap span {
	font-size: 1.1rem;
	line-height: 12px;
}

.lab_subsc:before {
	content: "有料";
	font-weight: 700;
	font-size: 1.3rem;
	margin-right: 7px;
	color: #ffffff;
	background-color: #f7501e;
	padding: 0 5px;
	border-radius: 5px;
	vertical-align:  middle;
}

.pa_8 {
	padding: 8px;
	text-align: center;
}

/* .note_func {
	font-size: 1.1rem;
	line-height: 15px;
	margin-bottom: 16px;
} */

.about_lab span {
	font-size: 1.4rem;
	font-weight: 700;
}

.about_acc, .about_lab {
	margin: 0 15px;
	text-align: left;
}

.about_acc dt, .about_lab {
	padding: 16px 0;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #e6e2e6;
	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;
	padding: 16px 16px 30px 16px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #e6e2e6;
	background: #F4F4F4;
}

.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;
}

.background_tp {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	background-color: #1a1a4d;
	background-attachment: fixed;
	background-image: url("../images/baseball/bg.png");
	background-size: 14px 20px;
	position: relative;
	margin-top: 32px;
}

.background_tp:before {
	content: "";
	display: block;
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
	/* z-index: -1; */
	/* width: 100%; */
	height: 400px;
	background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.0) 40%, rgba(26,26,77,0.0) 45%, rgba(26,26,77,1.0) 100%);
}

.background_tp > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 16px 0;
}

.background_tp p {
	color: #ffffff;
}

.tp_logo {
	width: 80%;
	max-width: 400px;
	margin: 8px auto;
}

.tp_img {
	max-width: 700px;
	margin: auto;
}

.more_btn_w {
	width: 150px;
	height: 40px;
	background-color: #ffffff;
	color: #16164D;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 44px;
	margin: 16px auto;
}

.accordion{
	padding: 56px 16px;
}
  
.accordion__container {
	border-top: solid 1px #E6E2E6;
	/* width: 300px;
	margin: 0 auto; */
}
  
.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;
}

.qaContainer {
	margin: 0 auto;
	text-align: left;
}

.qaContainer dt {
	/* margin: 0 15px; */
	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;
	/* margin: 0px 15px; */
	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: 410px) {
	.background_tp:before {
		height: 440px;
	}	
}

@media screen and (min-width: 480px) {

	/* .athletech_func h4 {
		text-align: left;
	} */

	.athletech_func div.func_wrap {
		flex-direction: row;
		text-align: left;
	}

	.func_wrap figcaption {
		padding: 16px;
		line-height: 18px;
	}

	.about_product {
		width: 100%;
		max-width: 600px;
		object-fit: cover;
	}
	
	.background_tp:before {
		height: 500px;
	}	

}

@media screen and (min-width: 580px) {
	.background_tp:before {
		height: 600px;
	}	
}

@media screen and (min-width: 768px) {
		
	.wrap {
		width: 100%;
		max-width: initial;
		margin: 0 auto;
		text-align: center;
	}
	
	.about_box1 {
		max-width: 900px;
		margin: auto;
	}

	.athletech_func {
		margin: 32px 16px;
		padding: 0;
		background: #f8fafc;
	}	

	.athletech_func div .func_wrap_v {
		flex-direction: column;
	}

	.func_wrap_v figcaption {
		padding: 10px 2px;
	}

	.about_mar {
		margin: 0 auto;
		max-width: 768px;
	}
	
	.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;
	}

}