<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.maindesign .insert-container {
	margin: 50px 0;
}
.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}
.maindesign .mt-leave {
	margin-top: 30px;
}
.maindesign .flyer {
	position: relative;
}
.maindesign .flyer--link {
	position: absolute;
	display: block;
	transition: 0.25s;
}
.maindesign .flyer--link:hover {
	background-color: rgba(255,0,0,0.25);
}
.maindesign .flyer--link img {
	width: 100%;
	height: 100%;
	display: block;
}
.maindesign .flyer--link-01-01 {
	top: 80%;
    left: 0;
    width: 50%;
    height: 10%;
}
.maindesign .flyer--link-01-02 {
	top: 80%;
    left: 50%;
    width: 50%;
    height: 10%;
}
.maindesign .flyer--link-01-03 {
	top: 90%;
    left: 0;
    width: 50%;
    height: 10%;
}
.maindesign .flyer--link-01-04 {
	top: 90%;
    left: 50%;
    width: 50%;
    height: 10%;
}

.maindesign .flyer--link-02-01 {
	top: 27%;
    left: 0%;
    width: 33.5%;
    height: 37%;
}
.maindesign .flyer--link-02-02 {
	top: 27%;
    left: 33.5%;
    width: 31%;
    height: 37%;
}
.maindesign .flyer--link-02-03 {
	top: 27%;
	left: 64.5%;
	width: 35.5%;
	height: 37%;	
}






@media screen and (max-width:767px) {
	.maindesign .insert-container {
		margin: 30px 0;
	}
	.maindesign .mt-leave {
		margin-top: 15px;
	}
}

@media screen and (max-width:767px) {
    .pc-only#html2{
        display: block !important;
    }
    .sp-only#html5{
        display: none !important;
    }
}

.maindesign .btn_list a{
max-width:600px;
margin:10px auto 20px;
flex-direction: column;
        line-height: 1.2;
        height: 60px;
}
.maindesign .btn_list a span{
font-size:0.8em;
}

@media screen and (max-width:767px) {
.maindesign .btn_list a{
        height: 50px;
}
.maindesign .btn_list a span{
font-size:0.5em;
}
}
#store-device-html2 .youtube-link{
    display: none;
}</pre></body></html>