@charset "UTF-8";

@import url("https://use.typekit.net/uax0rmf.css");

/*******************
Initial setting
*******************/
#cpWrap *{-webkit-box-sizing: border-box;box-sizing: border-box;}
#cpWrap { margin-bottom: 30px; color:#000;}
@media screen and (min-width: 940px) { #cpWrap{margin-bottom:20px;} }
#cpWrap img{
	border:none;
    height: auto;}
#cpWrap img[src$=".svg"] {
    width: 100%;
}

#cpWrap ul{list-style-type:none;}

#cpWrap a {
	text-decoration: underline;
	color: #000;
}

#cpWrap a:hover {
	text-decoration: none;
	opacity: 0.9;
}


/*******************
Layout
*******************/
body {overflow-y: scroll;}
#cpWrap{
	padding: 0;
	margin-bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	font-size: 16px;
}

#cpWrap img {
	width: 100%;
}

#cpWrap #cpContainer{
	width: 100%;
	max-width: 1540px;
	margin: 0 auto 30px;
}

@media screen and (min-width: 940px) {
.pc_no {
	display: none !important;
}
}


@media screen and (max-width: 940px) {
	#cpWrap{
		font-size: 10px;
	}
	.sp_no {
		display: none !important;
	}
	#cpWrap #cpContainer{
	margin: 0 auto 20px;
}
}

/*******************
mv
*******************/


#mv_area {
	text-align: center;
	line-height: 0.5;
}

#mv_area {
	background: url(/campaign/athleticmaster/images/mv_pc.png) center center;
	background-size: 1600px;
    width: 100%;
    height: 454px;
}

#mv_area figure{
	position: relative;
}

@media screen and (max-width: 940px) {
	#mv_area {
	background: url(/campaign/athleticmaster/images/mv_sp.png) center center;
	background-size: 800px;
    width: 100%;
    height: 300px;
	}
		#mv_area figure > img{
		width: 100%;
	}
}

/*******************
about
*******************/

.aboutCp {
	text-align: center;
	color: #fff;
	padding: 60px 0 80px;
	background:-webkit-gradient(radial, center center, 0, center center, 100, from(#871a21), to(#270000));
    background:-webkit-radial-gradient(center, circle cover, #871a21 0%, #270000 100%);
    background:-moz-radial-gradient(center, circle cover, #871a21 0, #270000 100%);
    background:-o-radial-gradient(center, circle cover, #871a21 0, #270000 100%);
    background:radial-gradient(#871a21 0, #270000 100%);
}

.aboutCp h3 {
	font-family: din-condensed, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 1;
}

.aboutCp p {
	font-size: 16px;
	line-height: 2em;
}

.aboutCp p.date {
	font-family: din-condensed, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	margin-bottom: 40px;
	line-height: 1;
}

.aboutCp .day {
	font-size: 26px;
    position: relative;
    bottom: 3px;
}

.aboutCp a {
	position: relative;
	font-size: 20px;
	color: #000;
	padding: 20px 0;
	width: 400px;
	background: #fff;
	margin: 50px auto 0;
	display: block;
	text-decoration: none !important;
}

.aboutCp a:after {
	position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 11px;
    background: url(/campaign/athleticmaster/images/arrow.png) center / contain no-repeat;
    content: '';
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media screen and (max-width: 800px) {
	.aboutCp {
		padding: 50px 0;
	}
	.aboutCp h3 {
		font-size: 27px;
	}

	.aboutCp p {
		display: block;
		padding: 0 25px;
	}

	.aboutCp p.date {
		font-size: 36px;
		padding: 0;
	}

	.aboutCp .day {
		font-size: 23.4px;
	}

	.aboutCp a {
		font-size: 17px;
		width: 78.6%;
		margin-top: 40px;
	}

	.aboutCp a:after {
		right: 15px;
    	width: 15px;
    	height: 8.5px;
	}
}

/*******************
statement
*******************/

.statement {
	text-align: center;
	padding: 80px 0;
}

.statement h4 {
	font-size: 30px;
	margin-bottom: 40px;
	font-weight: normal;
}

.statement p {
	font-size: 18px;
	line-height: 2.2222222;
}

@media screen and (max-width: 800px) { 
	.statement {
		text-align: center;
		padding: 75px 0;
	}

	.statement h4 {
		font-size: 28px;
		line-height: 1.7;
	}

	.statement p {
		font-size: 16px;
		line-height: 1.875;
	}
	.sp_br:before {
		content: "\A" ;
		white-space: pre ;
	}
}


/*******************
mens
*******************/

#mens .item_ttl {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	border-bottom: 1px solid #000;
}

#mens .item_ttl h4.tit_01 {
	display: block;
	text-align: center;
	height: 350px;
	width: 50%;
	background-color: #000;
	color: #fff;
	font-family: din-condensed, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 70px;
	line-height: 350px;
	vertical-align: middle;
}

#mens .menskv {
	width: 50%;
	margin: 0 auto;
    padding: 0;
}

#mens .menskv img {
	max-width: 800px;
	height: 100%;
    overflow-x: hidden;
	object-fit: cover;
	font-family: "object-fit:cover; object-position: 100% 100%;";
	object-position: 100% 100%;
}

#mens .mens_list .pro_list li {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 450px;
    overflow-y: hidden;
	border-bottom: 1px solid #000;
}

#mens .mens_list .pro_list li img {
	width: 50%;
	object-fit: cover;
	font-family: "object-fit:cover; object-position: 0 0;";
	object-position: 0 0;
}

#mens .mens_list .pro_list li.right img {
	order: 2;
}

#mens .mens_list .pro_list li .pro_info {
	width: 50%;
	padding: 100px 80px;
}

#mens .mens_list .pro_list li .pro_info p.name {
	font-family: din-condensed, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 50px;
	margin-bottom: 30px;
}

#mens .mens_list .pro_list li .pro_info p.comment {
	font-size: 16px;
	line-height: 2;
}

.coorde_list {
	background-color: #f3f3f3;
	padding: 80px 0 20px;
}

.coorde_list dl{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 940px;
    margin: 0 auto 60px;
}
.coorde_list > dl.right{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	margin-top: -356px;
}

.coorde_list > dl dt,
.coorde_list > dl dd{ 
	width: 440px;
}

.coorde_list > dl dd{
	padding: 40px 0 40px 40px;
	font-size: 14px;
	line-height: 2em;
	font-weight: normal;
	background-color: #fff;
}

.coorde_list > dl.right dd{
-ms-flex-item-align: end;
    align-self: flex-end;
}

.coorde_list dl dd p.coorde_ttl {
	font-family: din-condensed, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	margin-bottom: 30px;
}

.coorde_list dl dd ul li {
	font-size: 14px;
	height: 32px;
}

.coorde_list dl dd a .buybtn {
    display: inline-block;
    width: 60px;
    height: 20px;
    margin-left: 20px;
    background: #000;
    color: #fff;
    font-size: 16px;
	font-family: din-condensed, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	font-weight: 300;
	font-style: normal;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    letter-spacing: 2px;
}
a:hover .buybtn {
	background: #ccc !important;
	color: #3c3c3c !important;
}

@media screen and (max-width: 800px) { 
	#mens .item_ttl {
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	#mens .item_ttl h4.tit_01 {
		width: 100%;
		height: 175px;
		font-size: 50px;
		line-height: 175px;
	}
	#mens .menskv {
		width: 100%;
		margin: 0 auto;
	    overflow-x: hidden;
	    padding: 0;
		position: relative;
	    right: 0;
	    margin-left: 0;
	    height: calc(100vw * 0.4667);
	}

	#mens .mens_list .pro_list li {
		height: auto;
	}
	#mens .mens_list .pro_list li img {
		width: 100%;
		object-fit: contain;
		object-position: 0 0;
		height: calc(100vw / 4 * 3);
		order: 1;
	}

	#mens .mens_list .pro_list li.right img {
		order: 1;
	}

	#mens .mens_list .pro_list li .pro_info {
		width: 100%;
		padding: 35px 20px;
		order: 0;
	}

	#mens .mens_list .pro_list li .pro_info p.name {
		font-size: 35px;
		margin-bottom: 20px;
	}

	#mens .mens_list .pro_list li .pro_info p.comment {
		font-size: 12px;
		line-height: 1.666666;
	}
	.coorde_list {
		padding: 50px 0 0;
	}

	.coorde_list p.coorde_title {
		font-size: 35px;
		padding: 0 0 20px;
		font-family: din-condensed, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
		font-weight: 400;
		font-style: normal;
		text-align: center;
	}
	.coorde_list dl{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
	}
	.coorde_list > dl.right{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-top: 0;
	}
	.coorde_list > dl.right dd{
		-ms-flex-item-align: auto;
		    -ms-grid-row-align: auto;
		    align-self: auto;
		
	}

	.coorde_list > dl dt,
	.coorde_list > dl dd{ width: 100%; line-height: 0;}
	.coorde_list > dl dd{
		padding: 35px 20px;
		font-size: 12px;
		line-height: 1.8em;
	}
	.coorde_list dl dd ul li {
		font-size: 12px;
		height: 28px;
	}
	.coorde_list dl dd a .buybtn {
		float: right;
		margin-left: 10px;
		width: 50px;
	}
	.coorde_list dl dd a {
		clear: right;
	}
}



/*******************
ladies
*******************/

#ladies .item_ttl {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	border-bottom: 1px solid #000;
}

#ladies .item_ttl h4.tit_02 {
	display: block;
	text-align: center;
	height: 350px;
	width: 50%;
	background-color: #000;
	color: #fff;
	font-family: din-condensed, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 70px;
	line-height: 350px;
	vertical-align: middle;
}


#ladies .ladieskv {
	width: 50%;
	margin: 0 auto;
    padding: 0;
}

#ladies .ladieskv img {
	max-width: 800px;
	height: 100%;
    overflow-x: hidden;
	object-fit: cover;
	font-family: "object-fit:cover; object-position: 100% 100%;";
	object-position: 100% 100%;
}

@media screen and (max-width: 800px) { 
	#ladies .item_ttl h4.tit_02 {
		width: 100%;
		height: 175px;
		font-size: 50px;
		line-height: 175px;
	}
	#ladies .ladieskv{
		width: 100%;
		margin: 0 auto;
	    overflow-x: hidden;
	    padding: 0;
		position: relative;
	    left: 0;
	    margin-left: 0;
	    height: calc(100vw * 0.4667);
	}
	#ladies .coorde_list {
		padding: 20px 0 0;
	}
}

/*******************
other
*******************/

#other {
	background-color: #f3f3f3;
}

#other h4.tit_03 {
	display: block;
	text-align: center;
	height: 120px;
	width: 100%;
	background-color: #000;
	color: #fff;
	font-family: din-condensed, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 70px;
	line-height: 120px;
	vertical-align: middle;
}

#other .other_list {
	width: 940px;
	margin: 0 auto;
	padding: 80px 0;
	text-align: center;
}

#other .other_list .item_list2c,
#other .other_list .item_list4c {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 2.285;
}

#other .other_list .item_list2c li {
	width: 440px;
	margin-bottom: 40px;
}

#other .other_list .item_list4c li {
	width: 220px;
}

#other .other_list .item_list2c li img,
#other .other_list .item_list4c li img {
	margin-bottom: 20px;
}

#other .other_list a .buybtn {
    display: inline-block;
    width: 80px;
    height: 30px;
    margin-top: 15px;
    background: #000;
    color: #fff;
    font-size: 20px;
	font-family: din-condensed, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	font-weight: 300;
	font-style: normal;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    letter-spacing: 2px;
}

#other .other_list a:hover .buybtn {
	background: #ccc;
	color: #3c3c3c;
}

@media screen and (max-width: 800px) { 
	#other h4.tit_03 {
		width: 100%;
		height: 90px;
		font-size: 50px;
		line-height: 90px;
	}
	#other .other_list {
		width: 100%;
		padding: 50px 20px 10px;
	}

	#other .other_list .item_list2c,
	#other .other_list .item_list4c {
	    font-size: 12px;
	    line-height: 1.333333;
	}

	#other .other_list .item_list2c li {
		width: 100%;
		margin-bottom: 40px;
	}

	#other .other_list .item_list4c li {
		width: 45%;
		margin-bottom: 40px;
	}

	#other .other_list .item_list2c li img,
	#other .other_list .item_list4c li img {
		margin-bottom: 20px;
	}
	#other .other_list a .buybtn {
    width: 120px;
    height: 35px;
    margin-top: 20px;
    color: #fff;
    font-size: 23px;
    line-height: 35px;
	}
}

/*******************
overview
*******************/


#overview a {
  color: #b72033;
  text-decoration: underline;
}

#overview a:hover {
  text-decoration: none;
}


#overview {
  background-color: #f3f3f3;
  clear: left;
}
.terms_area h4{
  font-size: 38px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  height: 120px;
	background:-webkit-gradient(radial, center center, 0, center center, 100, from(#871a21), to(#270000));
    background:-webkit-radial-gradient(center, circle cover, #871a21 0%, #270000 100%);
    background:-moz-radial-gradient(center, circle cover, #871a21 0, #270000 100%);
    background:-o-radial-gradient(center, circle cover, #871a21 0, #270000 100%);
    background:radial-gradient(#871a21 0, #270000 100%);
}
.terms_area h4 .subtitle {
  font-size: 28px;
  line-height: 120px;
    margin-right: 20px;
  vertical-align: middle;
	font-family: din-condensed, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.overview_txt .txt {
	text-align: center;
	font-size: 18px;
	line-height: 1.777777;
}

.overview_txt .attention {
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
}

.prize {
	width: 940px;
	margin: 60px auto 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.prize li {
	width: 445px;
	margin-bottom: 60px;
}

.ml36 {margin-right: 36px;}

.prize li dl dt {
	height: 70px;
	font-size: 32px;
	line-height: 70px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-weight: 700;
	background:-webkit-gradient(radial, center center, 0, center center, 100, from(#871a21), to(#270000));
    background:-webkit-radial-gradient(center, circle cover, #871a21 0%, #270000 100%);
    background:-moz-radial-gradient(center, circle cover, #871a21 0, #270000 100%);
    background:-o-radial-gradient(center, circle cover, #871a21 0, #270000 100%);
    background:radial-gradient(#871a21 0, #270000 100%);
}

.prize li dl dd {
	background-color: #fff;
	padding: 40px 50px 30px;
	min-height: 450px;
}

.prize li:nth-child(3) dl dd,
.prize li:nth-child(4) dl dd {
	min-height: auto;
}
	
.prize li:nth-child(3) dl dd div,
.prize li:nth-child(4) dl dd div {
	margin-bottom: 0;
}

.prize li dl dd div {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.prize li dl dd div {
	margin-bottom: 30px;
	font-weight: 700;
}

.prize li dl dd div p {
	font-size: 22px;
	line-height: 1.2;
}

.prize li dl dd div p.number {
	color: #bb192f;
	font-size: 36px;
	align-self: flex-end;
}

.prize li dl dd div p .small {
	font-size: 20px;
}

.prize li dl dd p.attention {
	font-size: 12px;
	text-align: left;
	line-height: 1.2;
}

.overview_txt {
  width: 940px;
  margin: 0 auto;
  padding: 80px 0;
}

.overview_txt dl.overview_dl {
  border-bottom: 1px solid #b72033;
  padding-bottom: 30px;
  clear: left;
  display: inline-block;
  margin-top: 30px;
  width: 100%;
}

.overview_txt dl.overview_dl:after {
  display: block;
  clear: left;
}

.overview_txt dl.overview_dl dt.terms_dt {
  width: 140px;
  color: #fff;
  font-size: 18px;
  background-color: #b72033;
  text-align: center;
  padding: 10px 0;
  margin-right: 40px;
  float: left;
}

.overview_txt dl.overview_dl dd.terms_dd {
  width: 760px;
  line-height: 1.6em;
  float: left;
  margin-top: 8px;
}

.shop {
  display: block;
  width: 340px;
  float: left;
}

.view_attention {
  display: block;
  padding: 15px 0;
}

.scroll {
  border: 1px solid #bfbfbf;
  margin: 0 auto;
  padding: 30px 30px 0;
  background: #fff;
  height: 340px;
  overflow-y: scroll;
  overflow-x: hidden;
  line-height: 1.7;
  font-size: 90%;
}


@media screen and (max-width: 800px) { 
	.terms_area h4{
		font-size: 25px;
		color: #fff;
		margin: 0 auto;
		text-align: center;
		height: 90px;
		padding: 20px 0;
	}
	.terms_area h4 .subtitle {
		font-size: 20px;
		line-height: 1.2em;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.overview_txt {
	  width: 100%;
	  margin: 0 auto;
	  padding: 50px 20px;
	}
	.overview_txt .txt {
		font-size: 15px;
		line-height: 1.8666666;
	}

	.overview_txt .attention {
		font-size: 12px;
		line-height: 1.3333333;
		margin-top: 20px;
	}
	.prize {
		width: 100%;
		margin: 50px auto 0;
	}

	.prize li {
		width: 100%;
		margin-bottom: 20px;
	}
	.prize li dl dt {
		height: 50px;
		font-size: 25px;
		line-height: 50px;
	}

	.prize li dl dd {
		background-color: #fff;
		padding: 25px 20px;
		min-height: auto;
	}
	.prize li dl dd div {
		margin-bottom: 25px;
	}

	.prize li:nth-child(3) dl dd div,
	.prize li:nth-child(4) dl dd div {
		margin-bottom: 0;
	}

	.prize li dl dd div p {
		font-size: 18px;
		line-height: 1.2;
	}

	.prize li dl dd div p.number {
		font-size: 30px;
	}

	.prize li dl dd div p .small {
		font-size: 18px;
	}

	.prize li dl dd p.attention {
		font-size: 10px;
		line-height: 1.2;
	}
	.overview_txt dl.overview_dl {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.overview_txt dl.overview_dl dt.terms_dt {
		width: 100%;
	}
	.overview_txt dl.overview_dl dd.terms_dd {
		width: 100%;
		font-size: 15px;
		line-height: 1.6;
		padding: 25px 0;
	}
}

/*******************
checkbox
*******************/

.checkbox {
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  font-weight: bolder;
}

.checkbox label{
  display: block;
  margin: 40px 0;
}

.checkbox-input{
  display: none;
}
.checkbox-parts{
  padding-left: 40px;
  position:relative;
  margin-right: 20px;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox-input:checked + .checkbox-parts{
  color: #009a9a;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}


.check_txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.check_txt a{
  text-decoration: underline;
  color: #000;
}

.check_txt a:hover {
  text-decoration: none;
}

.b_btn {
  padding-bottom: 70px;
  text-align: center;
}

.b_btn input {
  background: url(/campaign/athleticmaster/images/btn_pc.png) no-repeat center top;
  background-size: 440px 70px;
  margin: 0 auto;
  text-align: center;
  text-indent: -9999px;
  border-style: none;
  width: 440px;
  height: 70px;
  cursor: pointer;
}

.b_btn a:hover p {
  opacity: 0.8;
}

.scroll h3 {
  font-size: 133% !important;
  padding: 0 0 30px !important;
  text-align: center;
  color: #b72033;
}

.scroll .txt_list01 dl.cp_terms dt {
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 2px dotted #b72033;
}

.scroll .txt_list01 dl.cp_terms dd {
  margin: 0 0 40px;
}

.scroll .attention {
  font-size: 84%;
}

.small {
  font-size: 84%;
}

.red {
  color: #b72033;
}

.bold {
  font-weight: bold;
}

.mb30 {
  margin-bottom: 30px;
}

.ml20 {
  margin-left: 20px;
}

@media screen and (max-width: 800px) { 
	.checkbox {
		font-size: 16px;
	}
	.checkbox-parts::before {
		width: 16px;
    	height: 16px;
    	top: 0;
	}
	.checkbox-parts {
		padding-left: 30px;
	}
	.check_txt {
		font-size: 12px;
		display: block;
		padding: 0 20px;
	}
	.b_btn {
		width: 100%;
		padding: 0 20px 50px;
	}
	.b_btn input {	
	  background-size: 100%;
	  width: 100%;
	  height: calc((100vw - 40px) * 0.149);
	}
}











