<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


.contents .full_screen,.contents .multi_screen{
	height:100%;
	background-size: cover;
    background-position: 50% 50%;
	float:left;
	position: relative;
	top:0;
	left:0;
	overflow: hidden;
	z-index:9;
	background-color:#000;
}
.contents .full_screen{
	width:100%;
}
.contents .multi_screen{
	width:50%;
}

.contents00 .full_screen{background-image:url(../img/index/page0_01.jpg);}

.contents01 .multi01{background-image:url(../img/index/page1_01.jpg);}
.contents01 .multi02{background-image:url(../img/index/page1_02.jpg);}

.contents02 .multi01{background-image:url(../img/index/page2_01.jpg);}
.contents02 .multi02{background-image:url(../img/index/page2_02.jpg);}

.contents03 .full_screen{background-image:url(../img/index/page3_01.jpg);}

.contents04 .multi01{background-image:url(../img/index/page4_01.jpg);}
.contents04 .multi02{background-image:url(../img/index/page4_02.jpg);}

.start{
	width: 120px;
    height: 120px;
    background-image: url(https://gigaplus.makeshop.jp/padrol/img/index/start.png);
    background-size: 100%;
    background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin:-60px 0 0 -60px;
	z-index: 10;
	/*pointer-events: none;*/
	transition:.5s;
}
.start:hover{
	opacity:.5;
	transition:.5s;
}
.full_screen video {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.multi_screen video {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@supports ( object-fit: cover )  {
	video {
		height: 100%;
		width: 100%;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		transform: translateX(0) translateY(0);
	}
}

.overlay {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: transparent url(../img/index/pattern.png)repeat top left;
}

.overlay_01 {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: transparent url(../img/index/pattern_01.png)repeat top left;
}
.overlay_02 {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: transparent url(../img/index/pattern_02.png)repeat top left;
}
.overlay_03 {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: transparent url(../img/index/pattern_03.png)repeat top left;
}
.overlay_04 {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: transparent url(../img/index/pattern_04.png)repeat top left;
}
.overlay_05 {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: transparent url(../img/index/pattern_05.png)repeat top left;
}
.overlay_06 {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: transparent url(../img/index/pattern_06.png)repeat top left;
}
.overlay_07 {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: transparent url(../img/index/pattern_07.png)repeat top left;
}
.overlay_08 {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: transparent url(../img/index/pattern_08.png)repeat top left;
}
.overlay_09 {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: transparent url(../img/index/pattern_09.png)repeat top left;
}

iframe.youtube {
	min-width: 200vw;
    min-height: 200vh;
    z-index: 1;
    position: absolute;
    top: -50%;
    left: -150%;
    background-color: #000;
}

.contents .link {
	width: 250px;
    padding: 15px;
    border: 1px solid #474747;
    box-sizing: border-box;
    position: absolute;
    left: 80px;
    bottom: 50px;
    z-index: 99;
    background-color: #000;
    cursor: pointer;
    transition: .5s;
	opacity:0.8;
    box-shadow: 0 1px 5px rgba(0,0,0,0.5), 0 1px 5px rgba(0,0,0,0.5);
}
.contents .link:hover{
	opacity:0.7;
	transition:.5s;
}
.contents .link p{
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500;
    text-align: left;
	margin: 0;
}
.contents .link p span {
    font-size: 12px;
}


/* art
---------------------------------------------------------------------------------------------------------------------*/
.art_title {
	width:100%;
    text-align: center;
    margin: 10% 0 3% 0;
}
.art_title p{
	font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 2px;
	color:#000;
}

.art {
    width: 100%;
    /* height: 100%; */
    margin: auto;
    /* padding: 5% 0; */
    overflow: hidden;
    position: relative;
    background-color: #fff;
    z-index: 1;
}
.slider {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.slider img {
    width: 100%;
    margin: auto;
}
.slider .text_area{
	width: 100%;
    padding-left: 7%;
    height: 80px;
    margin: 20px auto 0 auto;
    position: relative;
}
.slider img.no_img {
	width: 30px;
    margin: 0;
    padding: 0;
    float: left;
    position: absolute;
    top: 0;
    left:7%;
}
.slider .slide_title {
	font-family:Century Gothic,メイリオ, Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', sans-serif;
	font-size: 20px;
    line-height: 1;
    font-weight: bold;
	letter-spacing: 0;
    text-align: left;
    position: relative;
    left: 40px;
    top: 0;
}
.slider .slide_scent {
	font-family:Century Gothic,メイリオ, Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', sans-serif;
    font-size: 10px;
	line-height: 1;
    position: relative;
    left: 40px;
    top: 0;
    text-align: left;
}
.slider .slide_description {
	font-family:Century Gothic,メイリオ, Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', sans-serif;
	font-size: 10px;
    line-height: 1.5;
    position: relative;
    left: 0;
    top: 5px;
    text-align: left;
}
.art .new {
	font-size: 12px;
    line-height: 12px;
    width: 45px;
    padding: 2px 0;
    text-align: center;
    color: #fff;
    background-color: #55a7b9;
    position: absolute;
    top: 3px;
    left: 145px;
}

.contents{ background-color:#fff;}
.art .text_area{ display:none; }
.fp-viewing-4 #fp-nav span, .fp-viewing-4 #fp-nav span{background: #333 !important; transition:.5s;}

.slick-slide img{ transform:scale(.7,.7); opacity:.5; transition:.5s;}
.slick-active img{ transform:scale(.8,.8); opacity:.7; transition:.5s;}
.slick-center { transform:scale(1,1); transition:.5s;}
.slick-center img{ transform:scale(1.1,1.1); opacity:1; transition:.5s;}
.slick-center .text_area{ animation:slide_text 1s ease-in-out alternate;display:block;color: #000;}
@keyframes slide_text {0%{opacity:0;display:block;}80%{opacity:1;}100%{opacity:1;}}

/* footer
---------------------------------------------------------------------------------------------------------------------*/
footer{
	background-color: #fff;
}
footer .top_link{
    top: 30px;
}
footer .top_link .arrow{
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
footer .top_link p{
	color:#000;
}
.footer_menu{
	top: 30px;
}
.footer_menu li a{
	color:#000;
}
hr.footer_line {
	display:none;
}

.footer_bg{
	display:block;
    padding-bottom: 35px;
    background-color: #000;
}


.index_footer, .index_footer .fp-tableCell{ height:auto !important;}
footer{ display:none;}
footer .fp-tableCell{ height:300px !important;}

@media screen and (max-width:1280px) {/*---------------------------------------------------------------------------------------------------------------------*/
}
@media screen and (max-width:1024px) {/*---------------------------------------------------------------------------------------------------------------------*/
}
@media screen and (max-width: 768px) {/*---------------------------------------------------------------------------------------------------------------------*/
}
@media screen and (max-width: 480px) {/*---------------------------------------------------------------------------------------------------------------------*/

/* art
---------------------------------------------------------------------------------------------------------------------*/

.contents00 .full_screen{background-image:url(../img/index/page0_01_sp.jpg);}
.art {
    width: 100%;
    padding: 10% 4%;
}
.slick-center img{ transform:scale(1,1); opacity:1; transition:.5s;}


.contents .link {
    width: 80%;
    left: 10%;
    bottom: 60px;
    z-index: 99;
}

.contents .link p {
    font-size: 16px;
    text-align: left;
}
.contents .link p span {
    font-size: 14px;
}

footer {
	height: 120px;
}

.menu-trigger span {
    background-color: #dfdfdf !important;
}

footer .top_link {
    display: none;
}
.footer_menu {
    display: none;
}
}
@media screen and (max-width: 375px) {/*---------------------------------------------------------------------------------------------------------------------*/
}
@media screen and (max-width: 320px) {/*---------------------------------------------------------------------------------------------------------------------*/
}































</pre></body></html>