@charset "utf-8";
/*--------------------------------------------------------------
>>> RAYMIX CSS:
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1. RESET
--------------------------------------------------------------*/
html{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,figure{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-size:inherit;font-weight:inherit;}
legend{color:#000}
*{zoom: 1;}
img{vertical-align: bottom;}
:focus{outline:none;}
/*--------------------------------------------------------------
2. BASIC
--------------------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:100%;
	font-size: 1.4rem;
	color:#383838;
	background:#fff;
	position: relative;
	line-height: 1.5;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
img {
	width:100%;
	max-width:100%;
	height:auto;
}
h2 {
	font-size: 2.5rem;
	margin: 3px 0;
}
h3 {
	font-size: 2.5rem;
}
.ctr {
	text-align: center;
}
.right {
	text-align: right;
}
.txt_m {
	font-size: 2.6rem;
	line-height: 1em;
	font-weight: normal;
}
.txt_s {
	font-size: 1.5rem;
	font-weight: normal;
	vertical-align: 20%;
}
.bld {
	font-weight: 700;}
.mgt {
	margin-top: 10px;
}
.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 768px){
	
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
	img {
		width:100%;
		max-width:100%;
		height:auto;
	}
}

/*--------------------------------------------------------------
3. STYLE
--------------------------------------------------------------*/
.mv {
	width: 100%;
	height: auto;
}
.content {
	margin: 20px auto;
	width: 90%;
}
.wig {
	margin-top: 50px;
	margin-bottom: 30px;
	border-bottom: 2px dotted #999;
	padding-bottom: 20px;
}
.wig:last-child {
	border-bottom: none;
}
.numb_wrap {
	width: 100%;
	height: auto;
	border-bottom: 2px solid #383838;
	display: flex;
	justify-content:center;
	align-items:center;
	padding-bottom: 5px;
}
.icon_w {
	width: 60px;
	height: auto;
	margin-right: 5px;
}
.icon {
	width: 50px;
	height: auto;
	margin-right: 5px;
}
.item_numb {
	font-size: 4rem;
	font-weight: 500;
	line-height: 1;
}
.item_numb .sp_small {
	font-size: 60%;
	font-weight: bold;
}
.numb_s {
	font-size: 60%;
}
.logo {
	width: 100px;
	margin-left: auto;
	font-weight: 600;
}
.logo_w {
	width: 150px;
	margin-left: auto;
	font-weight: 600;
}
.item_inner {
	margin: 0 auto;
	width: 100%;
}
.title_wrap {
	padding-left: 10px;
	margin: 10px 0;
}
.title_wrap h2 {
	font-weight: 700;
	display: block;
	width: 100%;
	padding-bottom: 8px;
	background-image: linear-gradient(to right, #333, #333 2px, transparent 2px);
	background-size: 6px 2px;
	background-position: left bottom;
	background-repeat: repeat-x;
  }

.parts li {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0;
}
.parts li.mg {
	margin: 20px;
}
.size {
	border-radius: 5px;
	background: #cbcbcb;
	padding: 10px;
	width: 60%;
	height: auto;
	margin: 10px;
	font-size: 1.3rem;
	text-align: center;
	vertical-align: middle;
}
.normal {
	margin: 30px;
	text-align: center;
}
.normal li {
	display: block;
	/* vertical-align: middle; */
}

.normal .numb {
	font-size: 2.2em;
	font-weight: 500;
	line-height: 1;
}
.normal .numb.sp_small {
	font-size: 2em;
}
.normal .txtbox {
	padding: 8px;
	line-height: 1rem;
	background: #383838;
	color: #fff;
	font-size: 1rem;
	width: 80%;
	margin: 0 auto;
}

.normal .mgl {
	margin-left: 20px;
}
.normal .mgt {
	margin-top: 10px;
}
.set {
	width: 100%;
	margin-top: 30px;
}
.set li {
	display: block;
	width: 100%;
	margin: 0;
}
.set_bar {
	background-color: #61cff5;
	color: #fff;
	display: flex;
	justify-content:center;
	align-items:center;
	box-sizing: border-box;
}
.set_bar .numb {
	padding: 5px;
	font-weight: 800;
	font-size: 1.2em;
	line-height: 2.6rem;
	width: 50%;
}
.set_bar .right {
	padding: 5px;
	margin-left: auto;
}

.discount {
	background: #f28c30;
	padding: 5px;	
	width: 60px;
	height: 60px;
	border-radius: 60px;	
	margin-left: auto;
	margin-top: 0;
	display: flex;
    align-items: center;
	position:relative;
}
.discount .inner {
	width: 60px;
	line-height: 1.3;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	position:absolute;
	top: 50%;
 	-webkit-transform : translateY(-50%);
  	transform : translateY(-50%);
}
.price {
	font-size: 3.4rem;
	font-weight: 500;
	color: #555;
	padding: 10px;
	background-color: #fae8e0;
	margin-bottom: 10px;
	display: flex;
	padding-left: 20px;
	justify-content:center;
	align-items:center;
}
.price .txt_m {
	color: #383838;
}
.price .txt_s.bl {
	color: #383838;
}
.stand {
	width: 100%;
	text-align: center;
	line-height: 1.5;
}
.stand li {
	border: 1px solid #383838;
	display: block;
	height: auto;
	padding: 10px;
	margin-bottom: 20px;
}
.box {
	width: 30px;
	height: 30px;
	background-color: #CDE5BF;
}
.stand .title h2 {
	font-size: 20px;
}
.stand_img {
	margin: 5px;
}
.stand img {
	width: 100px;
}
.stand .info {
	margin-bottom: 10px;
}
.stand .txtbox {
	padding: 2px;
	font-size: 12px;
}
.stand .price {
	text-align: center;
	background-color: white;
	margin-bottom: 0;
}
footer {
	margin-top: 80px;
	background-color: #f2ac49;
	padding: 20px;
	position: relative;
}
.point {
	width: 60%;
	height: auto;
	margin-top: -60px;
}

.logo_txt {
	text-align: center;
	color: #ffff66;
}
.micol .logo {
	width: 200px;
	margin: 30px;
}
.micol .txt_m {
	font-size: 3rem;
	font-weight: 600;
	line-height:1.5;
}
.register {
	padding: 20px;
	margin-top: 30px;
	max-width: 1140px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
.register h3 {
	font-size: 2.2rem;
	color: #fff;
	margin: 20px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px;
}
.qr {
	width: 180px;
	margin: 20px;
}
.hp {
	font-size: 2rem;
	color: #fff;
}
.hp a {
	color: #ffff66;
}
/* タブレット */
@media screen and (min-width: 600px) and (max-width: 899px) {
	

	.parts li {
		margin: 10px 15px;
	}
}

@media screen and (min-width: 900px){

	.body {
		font-size: 1.2rem;
	}

	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
	.content {
		max-width: 1140px;
	}
	.numb_wrap {
	padding-bottom: 5px;
	}
	.icon_w {
		width: 70px;
	}
	.icon {
		width: 60px;
	}
	.normal {
	margin: 0;
	text-align: left;
	}
	.normal li {
		display: inline-block;
		margin: 0 5px 0 0;
		vertical-align: middle;
	}
	.normal li:nth-child(1) {
		margin-left: 5px;
	}
	.normal li:nth-child(3) {
		margin-right: 0;
	}
	.normal .mgt {
		margin-top: 0;
	}
	.normal .txtbox {
		width: auto;
	}
	.price {
		margin-bottom: 30px;
	}
	.set {
		margin-top: 0;
	}
	.set li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 4px;
	}
	.wig {
	margin-bottom: 80px;
	padding-bottom: 0;
	}
	.parts li {
		margin: 10px 5px;
	}
	.parts li:nth-child(4) {
	margin-top: -10px;
	}
	.item_numb .sp_small {
	font-size: 80%;
	}
	.stand li {
	display: inline-block;
	width: 30%;
	height: auto;
	vertical-align: top;
	margin-bottom: 0;
	}
	.stand .txtbox {
	font-size: 10px;
	}
	.stand .info {
	height: 70px;
	margin-bottom: 0;
	}
	footer {
	padding: 50px;
	}
	.point {
		width: 35%;
		margin-top: -90px;
	}
	.point .inner {
		font-size: 1.8rem;
		width: 150px;
	}
	.register h3 {
		width: 40%;
		margin: 20px auto;
		white-space: nowrap;
	}
}