@charset "utf-8";
/* CSS Document */

body {
	min-width:1400px;
	background: #faf9f4;
}

#wrapper a,#page-top a {
	text-decoration: none;
	transition: all 0.3s;
}

#wrapper a:hover,#page-top a:hover{
	opacity: 0.7;
}

#wrapper *{
	box-sizing:border-box;
}

#wrapper img{
	vertical-align: bottom;
}

#wrapper {
	font-family:'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
	max-width:1400px;
	overflow: hidden;
	margin:0 auto;
	font-size:16px;
	line-height:1.8;
	color:#000;
	background: #fff;
}

.txt_orange {
	color: #ff4200;
}

#wrapper .btn_buy,#wrapper .btn_item,#wrapper .btn_orange,#wrapper .btn_red {
	color: #fff;
	border-radius: 50px;
	position: relative;
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	z-index: 2;
}

#wrapper .btn_orange {
    background: #ff4200;
    font-size: 54px;
    width: 640px;
    margin: 45px auto 0;
    padding: 13px 0 18px;
}

#wrapper .btn_orange::after {
	content: "";
	display: block;
	background: url("../img/descente2303_btnicon.png") no-repeat;
	background-size: 100%;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
}

#wrapper .btn_orange:hover {
	cursor: pointer;
}

#wrapper .btn_buy {
    background: #98c400;
    font-size: 30px;
    width:100%;
    margin: 0 auto 0;
    padding: 13px 0 18px;
}

#wrapper .btn_buy::after {
	content: "";
	display: block;
	background: url("../img/descente2303_btnicon.png") no-repeat;
	background-size: 100%;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) ;
}

#wrapper .btn_item {
    background: #98c400;
    font-size: 32px;
    width: 640px;
    margin: 0 auto 0;
    padding: 22px 0 27px;
}

#wrapper .btn_item::after {
	content: "";
	display: block;
	background: url("../img/descente2303_btnicon.png") no-repeat;
	background-size: 100%;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) ;
}

#wrapper .btn_red {
    background: #cc1d20;
    font-size: 32px;
    width:880px;
    margin: 0 auto 70px;
    padding: 22px 0 27px;
}

#wrapper .btn_red::after {
	content: "";
	display: block;
	background: url("../img/descente2303_btnicon.png") no-repeat;
	background-size: 100%;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) ;
}

#wrapper #main_box1 {
	background: #ffc20a;
	position: relative;
}

#wrapper #main #main_logo{
    position: absolute;
    right: 35px;
    top: 20px;
}

#main_box1_1 {
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #bf9107;
}

#main_box1_1 img{
	vertical-align: middle;
}

#main_box1_1 img:first-child{
	margin-right: 20px;
}

#main_box1_2 {
	text-align: center;
	padding: 30px 0 40px;
}

#main_box1_img1 {
	position: absolute;
    top: 446px;
    left: 13px;
}

#main_box1_img2 {
    position: absolute;
    top: 446px;
    right: 10px;
}

#main_box2 {
	display: flex;
	justify-content: left;
	align-items: flex-start;
	background: #f4f4f4;
	padding: 0 0 30px 15px;
}

#main_box2_txt1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
}

#main_box2_txtbox {
	width: 866px;
	margin:55px 0 0 20px;
}

#main_box2 img{
    margin-top: -25px;
    z-index: 1;
}

#main_box2_txt2 {
	margin-top: 30px;
}

#main_box2_txt2 span {
    font-size: 22px;
    display: block;
    font-weight: 700;
}

#check {
	background: #f4f4f4;
	padding-bottom: 80px;
}

#check_title {
    padding: 40px 0 30px;
    background: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
	margin-bottom: 80px;
}

h3 {
    background: #000;
    color: #fff;
    font-size: 24px;
    padding: 10px 0;
    line-height: 1;
	border-radius: 5px;
}

.qa_wrap {
	width: 980px;
	margin: 0 auto;
    text-align: center;
	margin-bottom: 100px;
}

.qa_wrap .qa_txt {
    font-size: 20px;
    line-height: 1.5;
    padding: 40px 0;
}

.qa_wrap .qa_txt p{
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
}

.qa_list li {
	display: inline-block;
	margin: 0 30px;
}

.qa_list li label{
	display: inline-block;
	width: 415px;
	height: 435px;
	border-radius: 10px;
	background: #fff;
	vertical-align: top;
	padding: 23px;
	font-size: 20px;
	line-height: 1.5;
	position: relative;
	cursor: pointer;
}

.qa_list li span{
	display: block;
	margin-top: 30px;
	text-align: left;
}

.qa_list li label::before,
.qa_list li label::after {
  content: "";
  display: block; 
  position: absolute;
}

.qa_list li label::before {
	content: "";
	background: url("../img/descente2303_check_gray.png") no-repeat;
    width: 70px;
    height: 70px;
    background-size: 100%;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
}

.qa_list li label::after {
	border: 7px solid #d8d8d8;
	width: 100%;
	height: 100%;
	border-radius: 15px;
    z-index: 4;
    position: absolute;
    top: -7px;
    left: -7px;
}

.qa_list li:nth-child(1) input:checked + label::after {
	opacity: 1;
	border: 7px solid #b2d200;
}

.qa_list li:nth-child(2) input:checked + label::after {
	opacity: 1;
	border: 7px solid #ff7474;
}

.qa_list li:nth-child(1) input:checked + label::before {
	background: url("../img/descente2303_check_green.png") no-repeat;
}

.qa_list li:nth-child(2) input:checked + label::before {
	background: url("../img/descente2303_check_red.png") no-repeat;
}


input {
	display: none;
}



	

#check .btn_orange {
	font-size: 30px;
	padding: 28px 0;
}

#result1,#result2 {
	background: #ffc20a;
	text-align: center;
}

.result_title img{
	margin-top: -45px;
}

.result_swing_box2_title {
	position: relative;
}

.result_swing_box2_title::before {
	content: "";
	background: url("../img/descente2303_result_icon.png") no-repeat;
	width: 25px;
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    margin-right: 5px;
}

.result_swing {
	display: flex;
	justify-content: center;
	align-items: flex-start;
    border-bottom: 1px solid #bf9107;
	padding-bottom: 35px;
	position: relative;
}

.result_swing_box1 {
	width: 595px;
	padding: 35px;
	border: #e8ae00 8px solid;
	border-radius: 15px;
	background: #fff;
	margin-right: 40px;
}

.result_swing_box1 ul li{
	font-size: 22px;
	text-align: left;
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.result_swing_box1 ul li span{
	font-size: 16px;
}

.result_swing_box2 {
	text-align: left;
	font-size: 18px;
	font-weight: 700;
}

.result_swing_box2_title {
	font-size: 26px;
	padding: 20px 0;
}

.result_swing_box2 .txt_orange{
	font-weight: 800;
}

.result_swing_box2 ul li{
	margin-bottom: 5px;
}

.item {
	background: #fff;
	padding-bottom: 80px;
}

.item_title {
	z-index: 2;
	background: #ffc20a;
	position: relative;
	padding-bottom: 95px;
}

.item_title img{
	margin-top: -140px;
}

.item_inner {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-top: -65px;
	z-index: 2;
	position: relative;
}

.item_info {
	background: #000;
	color: #fff;
	width: 490px;
	border-radius: 10px;
	padding: 40px 40px 55px 40px;
	text-align: left;
	font-weight: 300;
}

.item_name {
	font-size: 36px;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 25px;
}

.item_name span{
	font-size: 20px;
	display: block;
}

.item_detail {
	font-size: 18px;
	margin-bottom: 25px;
}

.item_design {
	font-size: 14px;
	margin-bottom: 35px;
}

.item_text {
    width: 865px;
    margin: 0 auto;
    text-align: left;
    font-size: 17px;
    padding: 40px 0;
}

#copy {
    background: #000;
    padding: 40px 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 40px;
	z-index:8888;
}

#wrapper .spnone {
	display: block !important;
}

#wrapper .spnone2 {
	display: inline-block !important;
}

#wrapper .pcnone {
	display: none !important;
}

#wrapper .pcnone2 {
	display: none !important;
}

a[href^="tel:"] {
	pointer-events: none;
}

@media screen and (max-width : 1450px ){

body {
	min-width: auto;
}

#wrapper {
	width:100%;
	max-width: 1400px;
	    font-size: 1.5vw;
}

#wrapper img{
	width: 100%;
}

#main_box1_1 {
    padding: 2vw 0;
}

#main_box1_img2 {
    width: 30vw !important;
    position: absolute;
    top: 33vw;
    right: 1vw;
}

#main_box1_img1 {
    position: absolute;
    top: 34vw;
    width: 30vw !important;
    left: 1vw;
}

#main_box1_1 img {
	width: 57vw !important;
}

#main_box1_1 img:first-child {
    margin-right: 2vw;
    width: 32vw !important;
}

#main_box1_2 {
    text-align: center;
    padding: 2vw 0 4vw;
}

h1 {
    width: 88%;
    margin: 0 auto;
}

#wrapper #main #main_logo {
    position: absolute;
    right: 2vw;
    top: 1vw;
    width: 9vw;
}

#wrapper .btn_orange {
    font-size: 4vw;
    width: 45%;
    margin: 2vw auto 0;
    padding: 1vw 0 1.5vw;
}

#wrapper .btn_orange::after {
    background: url(../img/descente2303_btnicon.png) no-repeat;
    background-size: 100%;
    width: 4vw;
    height: 4vw;
    right: 2vw;
}

#main_box2 img {
    margin-top: -2vw;
    z-index: 1;
    width: 29vw !important;
}

#main_box2_txtbox {
    width: 63vw;
    margin: 6vw 0 0 2vw;
}

#main_box2_txt1 {
    font-size: 3.7vw;
    line-height: 1.2;
}

#main_box2_txt2 {
    margin-top: 3vw;
}

#main_box2_txt2 span {
	line-height: 1.5;
}

#main_box2 {
    padding: 0 0 5vw 2vw;
}

#check_title {
    padding: 3vw 0 3vw;
    font-size: 2.5vw;
    margin-bottom: 7vw;
}

#check_title img{
	width: 50vw;
}

.result_swing_box1 {
    width: 44vw;
    padding: 3vw;
    margin-right: 3vw;
}

.result_swing_box2 {
    font-size: 1.5vw;
    width: 45vw;
}

.result_swing_box2_title {
    font-size: 2.5vw;
    padding: 1vw 0;
}

.item {
    padding-bottom: 7vw;
}

.item_title img {
    margin-top: -10vw;
}

.item_title {
    padding-bottom:11vw;
}

.item_inner img {
	width: 48vw !important;
}

.item_info {
    width: 41vw;
    padding: 3vw 3vw 4vw;
}

.item_name {
    font-size: 3vw;
    margin-bottom: 2vw;
}

.item_name span {
    font-size: 1.7vw;
}

.item_detail {
    font-size: 1.5vw;
    margin-bottom: 2vw;
}

.item_design {
    font-size: 1.3vw;
    margin-bottom: 2vw;
}

.result_title img {
	width: 90% !important;
}

.item_title img {
	width: 95% !important;
}

	
#check .btn_orange {
	width: 90% !important;
}
	
.result_swing_box1 ul li span {
    font-size: 16px;
    display: block;
}

.item_text {
    width: 80%;
}

#wrapper .btn_red {
	max-width: 880px;
	width: 90%;
	font-size: 2.5vw;
}

}



@media screen and (max-width : 1100px ){


.qa_wrap {
    width: 90%;
    margin-bottom: 10vw;
	max-width: 970px;
}

.qa_list li {
    display: inline-block;
    margin: 0 2vw;
    width: 44%;
}


.qa_list li label {
    display: inline-block;
    width: 100%;
    height: 45vw;
	padding: 3vw;
    font-size: 2vw;
}

.qa_list li label::before {
    content: "";
    background: url(../img/descente2303_check_gray.png) no-repeat;
    width: 7vw;
    height:7vw;
    background-size: 100%;
    bottom: -4vw;
}

.qa_list li:nth-child(1) input:checked + label::before {
    background-size: 100%;
}	
	
.qa_list li:nth-child(2) input:checked + label::before {
    background-size: 100%;
}	
	
.qa_wrap .qa_txt p {
    font-size: 4vw;
    margin-bottom:2vw;
}	
	
.qa_wrap .qa_txt {
    font-size: 2.5vw;
    padding:5vw 0;
	line-height: 1.6;
}	


#wrapper .btn_red {
	font-size: 3.5vw;
}



}

@media screen and (max-width : 1200px ){

}

@media screen and (max-width : 768px ){
	
a[href^="tel:"] {
		pointer-events:auto;
}	
	
body {
	min-width:100%;
	width:100%;
}
	
#wrapper .over1 {
	opacity:1.0 !important;
}

#wrapper {
	min-width: inherit;
	font-size:13px;
	line-height: 1.8;
	width:100%;
}

#wrapper img {
	width:100%;
}

#wrapper .spnone {
	display:none !important;
}
#wrapper .pcnone {
	display: block !important;
}

#main_box2 {
	display: block;
	padding: 0 0 7vw 0;
}

#main_box2 img {
	margin: -2vw auto 0;
    width: 79vw !important;
    position: relative;
}

#main_box2_txt1 {
    font-size: 5vw;
    line-height: 1.2;
}

#main_box2_txtbox {
    width: 90%;
    margin: 4vw auto 0;
}

#main_box2_txt2 span {
    font-size: 14px;
}

#main_box2_txt2 {
    margin-top: 2vw;
}

#wrapper .btn_orange {
    font-size:6vw;
    width: 65%;
    margin: 2vw auto 0;
    padding: 2vw 0 2.5vw;
}

#main_box1_img1 {
    position: absolute;
    top: 31vw;
    width: 24vw !important;
}

#main_box1_img2 {
    width: 25vw !important;
}

#wrapper .btn_orange::after {
    background: url(../img/descente2303_btnicon.png) no-repeat;
    background-size: 100%;
    width: 6vw;
    height: 6vw;
    right: 4vw;
}

#wrapper #main #main_logo {
    position: absolute;
    right: 2vw;
    top: 1px;
    width: 12vw;
}

#check_title img {
    width: 80%;
    margin-bottom: 1vw;
}

#check_title {
    font-size: 3.5vw;
}

h3 {
    font-size: 4vw;
    padding: 2vw 0;
}

.qa_wrap .qa_txt p {
    margin-bottom: 2vw;
	font-size: 5vw;
	text-align: center;
}

.qa_wrap .qa_txt {
    font-size: 3vw;
    padding: 5vw 0 6vw;
    line-height: 1.6;
    text-align: left;
}

.qa_list {
	    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.qa_list li span {
    margin-top: 2vw;
}

.qa_list li label {
    display: inline-block;
    width: 100%;
    height: 51vw;
    padding: 3vw;
    font-size: 2.8vw;
}

.qa_list li label::before {
    content: "";
    background: url(../img/descente2303_check_gray.png) no-repeat;
    width: 10vw;
    height: 10vw;
    background-size: 100%;
    bottom: -5vw;
}

.result_swing {
    display: block;
}

.result_title img {
    margin-top: -3vw;
}

.result_swing_box1 {
    width: 75%;
    padding: 3vw;
    margin: 3vw auto;
}

.result_swing_box1 ul li {
    font-size: 4vw;
}

.result_swing_box1 ul li span {
    font-size: 3.1vw;
}

.result_swing_box2 {
    font-size: 3.5vw;
    width: 90%;
    margin: 0 auto;
}

.result_swing_box2_title {
    font-size: 4.5vw;
}

.result_swing_box2 ul li {
    margin-bottom: 2vw;
    line-height: 1.4;
    text-indent: -1.2em;
    padding-left: 1.2em;
}

.result_swing {
    padding-bottom: 2vw;
}

.item_text {
    width: 85%;
    font-size: 3vw;
    padding: 5vw 0;
}

.item_inner {
    margin-top: -5vw;
	display: block;
}

.item_inner img {
    width: 75vw !important;
}

.item_info {
    width: 85%;
    padding: 5vw 5vw 6vw;
    margin: 0 auto;
}

.item_name {
    font-size: 5vw;
}

.item_name span {
    font-size: 2.7vw;
}

.item_detail {
    font-size: 3vw;
}

.item_design {
    font-size: 12px;
    margin-bottom: 4vw;
}

#wrapper .btn_buy {
    background: #98c400;
    font-size: 5vw;
    width: 100%;
    margin: 0 auto 0;
    padding: 3vw 0 3.5vw;
}

#wrapper .btn_buy::after {
    content: "";
    display: block;
    background: url(../img/descente2303_btnicon.png) no-repeat;
    background-size: 100%;
    width: 7vw;
    height: 7vw;
	right: 4vw;
}

#wrapper .btn_item {
    background: #98c400;
    font-size: 6vw;
    width: 90%;
    margin: 0 auto;
    padding: 3vw 0 4vw;
}

#wrapper .btn_item::after {
    content: "";
    display: block;
    background: url(../img/descente2303_btnicon.png) no-repeat;
    background-size: 100%;
    width: 7vw;
    height: 7vw;
	right: 4vw;
}

.item {
    padding-bottom: 15vw;
}

#wrapper .btn_red {
    font-size: 6vw;
    width: 90%;
    margin: 0 auto 7vw;
    padding: 3vw 0 3.5vw;
	line-height: 1.3;
}

#wrapper .btn_red::after {
    content: "";
    display: block;
    background: url(../img/descente2303_btnicon.png) no-repeat;
    background-size: 100%;
    width: 7vw;
    height: 7vw;
	right: 4vw;
}

#copy {
    padding: 5vw 0;
    font-size: 11px;
}


#check {
    padding-bottom: 15vw;
}


}


@media screen and (max-width : 500px ){

.item_detail {
    font-size: 3.3vw;
}

.item_text {
    font-size: 3vw;
}
}

@media screen and (max-width : 450px ){

#wrapper .spnone2 {
	display: none !important;
}
}
