@charset "utf-8";


/* ziaino
---------------------------------------- */

p {
	font-size: 15px;
}
p.justify {
	text-align: justify;
}
.buy {
    box-sizing: border-box;
    width: 242px;
	height: 43px;
    border-radius:3px;
    background: #E85109;
    padding: 11px 5px;
    font-size: 13px;
	margin-right: 0;
	
}
a.buy:visited {
	background-color: #E85109;
	}
.sp_flex {
	display: flex;
	justify-content: space-between;
}
.bold{
	font-weight: bold;
}
.sup{
	color: #CC0000;
}
@media screen and (max-width:640px){
	.sp_flex {
		flex-direction: column;
	}
	.buy {
		font-size: 16px;
	}

}

/* #sec_01
---------------------------------------- */
#sec_01 {
	margin-bottom: 20px;
}
#sec_01 img{
	margin-bottom: 10px;
}
#sec_01 p {
	text-align: center;
	margin-bottom: 10px;
	font-size: 16px;	
}
@media screen and (max-width:640px){
	#sec_01 {
		margin-bottom: 10px;
	}
	#sec_01 {
		margin: 0 -10px;
}
}
/* sec_02 
---------------------------------------- */
#sec_02 {
	margin-bottom: 50px;
}

@media screen and (max-width:640px){
	#sec_02 {
		margin-bottom: 40px;
	}
	#sec_02 img.sp{
		max-width: 349px;
    	margin: 0 auto;
	}

}
/* sec_03
---------------------------------------- */
#sec_03 {
	margin-bottom:50px;
}
#sec_03>.taisyou{
	font-size: clamp(16px,1.8vw,18px);
	border-bottom:1px solid #CCCCCC;
	padding-bottom:18px;
}
#sec_03>.hinban_text>p{
	font-size:15px;
	line-height:26.5px;
}
#sec_03>.taisyou>span {
	font-size: clamp(13px,1.8vw,15px);
}
#sec_03 div.hinban_text {
	display:flex;
	align-items:center;
	justify-content:space-around;
	margin-top:17px;
}
#sec_03 div.hinban_text img{
	max-width:337px;
	margin-right: 10px;
}
#sec_03 img.hinban_img {
	margin-left: 30px;
	max-width: 379px;
	height: auto;
}
#sec_03 img.attention_img{
	display: block;
	width:508px;
	text-align:center;
	margin:36px auto;
}
#sec_03 img.attention_img_sp{
	display:none;
}
span.marker {
	background: linear-gradient(transparent 60%, rgba(255,224,0,0.3) 40%);  
}
#sec_03 p {
	line-height: 1.4;
}
@media screen and (max-width:640px){
	#sec_03 {
		margin-bottom: 20px;
	}
	#sec_03>.taisyou{
		padding-bottom:5px;
		margin:0 10px;
	}
	#sec_03>.hinban_text>p{
		line-height:23px;
		padding-bottom:15px;
		text-align:justify;
	}
	#sec_03>.hinban_text>p>span{
		line-height: 25px;
	}
	#sec_03 div.hinban_text {
		display:block;
	    margin: 15px auto;
        width: calc(100% - 25px);
	}
	#sec_03 div.hinban_text img{
		max-width:337px;
		margin:0 auto;
	}
	#sec_03 img.attention_img_sp{
		display:block;
		width:331px;
		padding: 36px 0 28px;
		margin:0 auto;
	}
	#sec_03 img.attention_img{
		display:none;
	}
}
/* sec_04
---------------------------------------- */

/* チェックボックス */
.checkBtn {
    display: none;
}
#label-container .inner{
	border-top:2px solid #ffffff;
	height:60px;
    padding-top: 10px;
}
/* ラベル */
#label-container {
	display: flex;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#tab1Label {
	width: 50%;
    height:60px;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	cursor: pointer;
}
#tab1Label .inner{
	border-top:2px solid #07569F;
}
#tab1Label img{
	max-width: 229px;
	margin: 0 auto;
}

#tab2Label {
	width: 50%;
    height:60px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	cursor: pointer;
}
#tab2Label img{
	max-width: 113px;
	margin: 0 auto;
}

/* tab1タブ */
#left-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /*background-color: rgb(186, 238, 255);*/
    border-bottom: none;
    transition: 0.2s;
}

/* tab2タブ */
#right-container {
    display: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
     /*background-color: pink;*/
    border-bottom: none;
    transition: 0.2s;
}

.sec_04 h3 img{
	width: 672px;
    margin: 0 auto;
}
.sec_04>.parts-container>h3{
	padding:48px 0 28px;
} 
ul.ziaino_parts__item{
	display:flex;
	flex-wrap: wrap;
	gap:12px;
	margin-bottom: 38px;
}
ul.ziaino_parts__item li {
        max-width: calc(50% - 12px); /* gapの分を考慮して最大幅を設定 */
    }
#left-container ul li p{
	padding-top: 14px;
}
ul.ziaino_parts__item li img{
	width: 100%;
	max-width:160px;
}
img.koukan_text.pc {
	width: 522px;
	margin: 0 auto 30px;
}
div.koukan_content {
	display: flex;
	justify-content: space-between;
}
#right-container ul li p{
	padding-top: 14px;
}

.koukan_movie {
	width: 50%;
	max-width: 410px;
	height: auto;
}
@media screen and (max-width:640px){
	.sec_04>.parts-container{
		width: calc(100% + 20px);
		margin: -10px;
	}
	.ziaino_parts__item>li>P{
		font-size: 12px;
	}
	.sec_04 h3 img{
		width: 340px;
		margin: 0 auto;
	}
	.sec_04>.parts-container>h3{
		padding:30px 0 20px;
	} 
	#tab1Label{
		border-left:none;
	}
	#tab2Label{
		border-right:none;
	}
	#tab1Label img{
		max-width: 110px;
		margin: 0 auto;
	}
	#tab2Label img{
		max-width: 95px;
		margin: 0 auto;
	}
	#left-container ul.ziaino_parts__item {
		flex-wrap: wrap; 
        margin: 0 15px;
		padding-top:10px;
	}
	#left-container ul li p{
		padding-top: 7px;
        line-height: 1.4em;
	}
	#right-container ul.ziaino_parts__item {
		flex-wrap: wrap; 
        margin: 0 15px;
		padding-top:10px;
	}
	#right-container ul li p{
		padding-top: 7px;
        line-height: 1.4em;
	}
	.koukan_movie {
		width:100%;
		max-width: 410px;
		margin: 0 auto 10px;
	}
	.sec_04 div.koukan_content {
		flex-direction: column;
	}

	 ul.ziaino_parts__item li {
        flex: 1 0 33.333%; /* スマホ画面3列2行 */
        max-width: calc(33.333% - 8px); /* gapの分を考慮して最大幅を設定 */
    }
}
 
/* sec_05
---------------------------------------- */
.sec_05{
	background-color:#E5F1F1;
	padding:30px;
}
.sec_05 h3{
	max-width:659px;
	margin: 0 auto;
	padding-bottom: 34px;
}
.sec_05 .oshirase_container{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

/* チェックボックス */
.checkBtn2 {
    display: none;
}
/* ラベル */
#label-container2 {
	display: flex;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
	gap:18px;
}

#underLabel {
	/*color:#ffffff;*/
	display: block;
	color:#ffffff;
	font-weight: bold;
	/*font-size: 15px;*/
	font-size: clamp(12px,1.8vw,15px);
	border: 1px solid #07569F;
	background-color:#07569F;
    transition: 0.3s;
	width: 50%;
    height: 36px;
	line-height: 36px;
	cursor: pointer;
}
#underLabel:hover{
	background-color:#07569F;
	color:#ffffff;
}
#underLabel img{
	max-width: 202px;
}

#moreLabel {
	/*color:#ffffff;*/
	font-weight: normal;
	font-size: clamp(12px,1.8vw,15px);
	color:#07569F;
	border: 1px solid #07569F;
	background-color:#ffffff;
    transition: 0.3s;
	width: 50%;
    height: 36px;
	line-height: 36px;
	cursor: pointer;
}
#moreLabel:hover{
	background-color:#07569F;
	color:#ffffff;
}
#moreLabel img{
	max-width: 202px;
}

/* underタブ */
#left-container2 {
    width:100%;
    margin: 0 auto;
    text-align: center;
    background-color:#E5F1F1;
    border-bottom: none;
    transition: 0.2s;
}
#left-container2 img{
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
}

/* overタブ */
#right-container2 {
    display: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color:#E5F1F1;
    border-bottom: none;
    transition: 0.2s;
	
}
#right-container2 img{
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
}

/* ラベル JDU35*/
#label-container3 {
	display: flex;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
	gap:18px;
}

#under2Label {
	display: block;
	color:#ffffff;
	font-weight: bold;
	/*font-size: 15px;*/
	font-size: clamp(12px, 1.8vw, 15px);
	border: 1px solid #07569F;
	background-color:#07569F;
    transition: 0.3s;
	width: 50%;
    height: 36px;
	line-height: 36px;
	cursor: pointer;
}
#under2Label:hover{
	background-color:#07569F;
	color:#ffffff;
}
#under2Label img{
	max-width: 202px;
}

#more2Label {
	font-weight: normal;
	/*font-size: 15px;*/
	font-size: clamp(12px,1.8vw,15px);
	color:#07569F;
	border: 1px solid #07569F;
	background-color:#ffffff;
    transition: 0.3s;
	width: 50%;
    height: 36px;
	line-height: 36px;
	cursor: pointer;
}
#more2Label:hover{
	background-color:#07569F;
	color:#ffffff;
}
#more2Label img{
	max-width: 202px;
}

/* underタブ */
#left-container3 {
    width:100%;
    margin: 0 auto;
    text-align: center;
    background-color:#E5F1F1;
    border-bottom: none;
    transition: 0.2s;
}
#left-container3 img{
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
}

/* overタブ */
#right-container4 {
    display: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color:#E5F1F1;
    border-bottom: none;
    transition: 0.2s;
}
#right-container4 img{
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
}
@media screen and (max-width:640px){
	.sec_05 {
		margin:35px calc(50% - 50vw) 0;
		padding:30px 0 40px;
		}
	.sec_05 h3{
		max-width: 330px;	
		}
	.sec_05 .oshirase_container {
		margin: 0 auto;
		width: calc(100% - 50px);
		}
	#label-container2 {
		text-align: center;
		gap:0;
		}
	#label-container3 {
		text-align: center;
		gap:0;
		}
	.sec_05 h3 {
		padding-bottom:20px;
	}
	#right-container4 img{
		max-width:720px;
	}
	#left-container2 img{
		max-width:720px;
	}
	#right-container4 img{
		max-width:720px;
	}
}


/* sec_06
---------------------------------------- */
.sec_06 {
	margin-bottom: 60px;
}
.sec_06 h4{
	margin-bottom:13px;
	background-color: #E5F1F1;
    font-size: clamp(16px,1.8vw,18px);
	text-align:center;
	padding: 10px 0;
}
.sec_06>p.hinban{
	font-size: clamp(15px,1.8vw,18px);
	/*font-size: 18px;
    font-weight: bold;*/
    text-align: center;
    padding-bottom: 20px;
	margin-top: -5px;
}
.sec_06>.set_box>h4>span{
	font-size: clamp(16px,1.8vw,18px);
}
.sec_06 .item_wrap ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 73px;
	grid-row-gap: 16px;
}
.sec_06 .item_wrap ul li.set_box__item{
	display: flex;
	align-items: center;
	gap:24px;
}
.item_wrap ul li.set_box__item img{
	width: 100px;
}
.sec_06 .set_box__item a.item{
	color:#1795C9;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline #1795C9;
	-webkit-text-decoration:underline #1795C9;
}
.sec_06 .set_box__item p.detail{
	padding-top:9px!important;
	font-size: clamp(13px,1.8vw,15px);
	/*font-size:15px;*/
}
.sec_06 .flex_box{
	padding-top:20px; 
}
.sec_06 h3{
	max-width:481px;
	padding:34px 0 10px;
	margin: 0 auto;
}

.sec_06 .item_wrap>ul.item_4pieceset{
	display: flex;
	justify-content: space-between;
}
.sec_06 .item_wrap>ul.item_4pieceset>li{
	width:calc(100% - 398px);
}

.sec_06 div.flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 60px);
	margin-bottom:30px;
}
.sec_06 div.flex_box p{
	font-size:15px;
}
.sec_06 .sup{
	font-size: 15px;
}
.sec_06 .space{
	padding-left: 18px;
}
.sec_06 .bold{
	font-weight: bold;
	font-size:22px;
}
.sec_06 span.red{
	font-size:22px;
	color:#CC0000;
}

@media screen and (max-width:640px){	
	div.ziaino_hinban {
		flex-direction: column;
}
	img.hinban_img {
		width: 100%;
		max-width: 410px;
		margin: 0 auto;
		display: block;
	}
	.sec_06 h4{
		margin-bottom:20px;
		padding: 5px 0;
	}
	.sec_06 .set_box__item p.detail{
	padding-top:3px!important;
	line-height: 1.3em;
	}
	.sec_06 .set_box__item p.detail span.zeinuki{
		font-size:10px!important;
	}
	.sec_06 h3 {
		padding: 34px 10px 10px;
	}
	.item_wrap ul li.set_box__item img{
		width: 200px;
	}
	.sec_06 .item_wrap ul li.set_box__item{
		flex-direction: column;
		align-items: flex-start;
		gap:10px;
	}
	.sec_06 .item_wrap ul{	
		grid-column-gap: 20px;
		margin: 0 15px;
	}
	.sec_06 div.flex_box p {
		padding-bottom:10px;
		line-height: 25px;
	}
	.sec_06 div.flex_box {
		flex-direction: column;
		width:100%;
		margin-bottom:40px;
	}
	.sec_06 .space {
    	padding-left:0;
	}
	.buy {
		margin-right: auto;
	}
	.sec_06 .item_wrap>ul.item_4pieceset {
		justify-content: center;
	}
	.sec_06 .item_wrap>ul.item_4pieceset>li {
		width: 100%;
	}

}
/* sec_07
---------------------------------------- */
.sec_07 {
	margin-bottom: 70px;
	background-color:#E5EEEE;
	padding:30px 35px 35px;
}
.sec_07 .koukan_content{
	display:flex;
	gap:22px;
}
.sec_07 .koukan_movie p{
	text-align: center;
	padding-top: 4px;
}
.sec_07 .koukan_movie>iframe{
	width:380px;
	height: 214px;
} 
.sec_07 div.border_box {
	border: 1px #ddd solid;
	padding: 10px 30px 10px 20px;
	max-width: 250px;
	margin: 15px 0 20px;
}
div.right_content {
	width: calc(100% - 250px);
	max-width: 560px;
}

span.red {
	color: #c00;
}
.sec_07 .sup .red {
	position: absolute;
	right: 0;
}
@media screen and (max-width:1110px){
	.sec_07 .koukan_movie>iframe{
		width:90%;
	} 
}
@media screen and (max-width:640px){
	.sec_07 {
		padding:30px 0 35px;
		margin-bottom:40px;
		width: calc(100% + 20px);
        margin-left: -10px;
	}
	.sec_07 .koukan_content{
    	flex-direction: column;
	}
	.sec_07 h3>img{
		width:100%;
		max-width: 208px;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	.sec_07 .koukan_movie>iframe{
		width:100%;
		height: 214px;
		margin-bottom: 0;
		padding: 0 25px;
	}
	
}



/* sec_08
---------------------------------------- */

#main .login_wrap{
	clear:both;
	float:none;
	box-sizing: border-box;
	width:100%;
	margin-bottom:50px;
	padding:25px 0 25px 0;
	background-color:#E9E9E9;
	text-align:center;
}
#main .login_wrap p{
	font-size:16px;
	text-align:center;
	width:100%;
	margin-bottom:15px;
	line-height:150%;
}
#main .login_wrap p strong{
	font-weight:bolder;
	color:#07569F;
}
#main .login_wrap .btn_area{
	box-sizing:border-box;
	width:calc(100% - 50px);
	max-width:760px;
	margin:0 auto;
}
#main .login_wrap a{
	clear:none;
	display:block;
	width:46%;
	max-width:350px;
	font-size:18px;
}
#main .login_wrap .btn_area a.entry{
	float:left;
}
#main .login_wrap .btn_area a.login{
	float:right;
}
#main .login_wrap a.login{
	background-color:#66BC82;
}
@media screen and (max-width:640px){
	#sec_08 {
		margin: 0 -10px;
	}
	#main .login_wrap{
		margin:0 0 30px 0;
		padding:15px 10px 20px;
	}
	#main .login_wrap p{
		font-size:13px;
		line-height:140%;
	    text-align: justify;
        margin-bottom:15px;
		padding: 0 15px;
	}
	#main .login_wrap .btn_area{
		box-siging:border-box;
		width:calc(100% - 40px);
		margin:0 auto;
	}
	#main .login_wrap a{
		width:48%;
		font-size:16px;
	}
	#main .login_wrap p strong span{
		 line-height: 2em;
	}
}
/* sec_09
---------------------------------------- */
#sec_09 {
	border: 1px solid #35579B;
	padding: 50px 0 46px 0;
	margin-right:calc(50% - 50vw);
	margin-left: -250px;
	max-width:1100px;
}
#sec_09 .sec_09__wrap{
	width: calc(100% - 158px);
	display: flex;
    gap:48px;
    justify-content: center;
    margin: 0 auto;
}
#sec_09 div.sec_09__text{
	width: calc(100% - 357px);
}
#sec_09 h3 img{
	text-align: center;
	max-width: 487px;
	margin-top: 3px;
}
.ziaino_link_logo_sp{
	display:none;
}
#sec_09 p{
	padding-top: 20px;
	width: 600px;
}
#sec_09 .sec_09__img{
	max-width: 300px;
}
#sec_09 div.sec_09__text>ul{
	padding:25px 0;
	line-height:1.7em;
}
#sec_09 div.sec_09__text>ul>li::before {
  	content: "●";
	color: #35579B;
}
#sec_09 .btn_ziaino {
    clear: both;
    display: block;
    text-align: center;
    font-size: 14px;
	font-weight: bold;
    background-color: #35579B;
    color: #FFF !important;
    width:300px;
	height: 43px;
	line-height: 43px;
    max-width: 300px;
    min-width: 100px;
    border-radius: 3px;
    transition: all 0.6s;
    background-repeat: no-repeat;
    background-size: 23px auto;
    background-position: center right 14px;
    border: none;
	text-decoration:none;
}

@media screen and (max-width:1113px){
	.ziaino_link_logo{
		display:none;
	}
	.ziaino_link_logo_sp{
		display:block;
	}
	#sec_09 {
		margin:0 auto 50px;
		width:calc(100% - 30px);
		padding:30px 20px 46px 20px;
	}	
	#sec_09 .sec_09__wrap{
		flex-wrap: wrap;
	}
	#sec_09 p{
		width: 300px;
		padding-top:0;
	}
	#sec_09 h3 img.ziaino_link_logo_sp{
		max-width: 300px;
		width: 65%;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	#sec_09 img.ziaino_link_img{
		max-width:300px;
	}
	#sec_09 div.sec_09__text{
		width:300px;
	}
	#sec_09 .btn_ziaino{
    	margin: 0 auto;
	}
	#sec_09 .sec_09__wrap{
		gap:20px;
	}
	#sec_09 div.sec_09__text>ul{
    	padding: 10px 0 25px;
	}
	#sec_09 .btn_ziaino {
		max-width: 250px;
		min-width: 100px;
	}
}



