<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body.load #container { background-image: none; position: relative;}
body.load #contents_main:before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #eee;
    position: fixed;
    top: inherit;
    left: 0;
    z-index: 999;
}
body.load .contents_main,
body.load .contents_main &gt; *,
body.load footer{ visibility: inherit; position: static;}

body.load:before{
    content: "";
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: solid 3px #555;
    border-top: solid 3px #aaa;
    margin-top: 50px;
    margin-left: -15px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    -webkit-transform: rotate( 0deg);
    transform: rotate( 0deg);
    -webkit-animation-name: loading;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: loading;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;    animation-name: loading;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@-webkit-keyframes loading {
0% { -webkit-transform: rotate( 0deg); -moz-transform: rotate( 0deg); transform: rotate( 0deg);}
100% { -webkit-transform: rotate( 360deg); -moz-transform: rotate( 360deg); transform: rotate( 360deg);}
}
@-moz-keyframes loading {
0% { -webkit-transform: rotate( 0deg); -moz-transform: rotate( 0deg); transform: rotate( 0deg);}
100% { -webkit-transform: rotate( 360deg); -moz-transform: rotate( 360deg); transform: rotate( 360deg);}
}
@keyframes loading {
0% { -webkit-transform: rotate( 0deg); -moz-transform: rotate( 0deg); transform: rotate( 0deg);}
100% { -webkit-transform: rotate( 360deg); -moz-transform: rotate( 360deg); transform: rotate( 360deg);}
}



.btn_toprogram{ margin-bottom: 4em;}
.btn_link{ margin: 0.5em 1em; overflow: hidden;}
.btn_link a {
    color: #00a0c6;
    font-size: 0.9em;
    line-height: 30px;
    vertical-align: bottom;
    height: 30px;
    background-color: #fff;
    margin: 0;
    padding: 0 2em;
    border: solid 1px #00a0c6;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    display: inline-block;
}
.btn_link .contents_route{ color: inherit; font-size: inherit;}



.header_logo { position: relative;}
.header_regist { font-size: 0.8em;}
.header_link &gt; ul &gt; li.header_regist a {
    color: #fff;
    background-color: #F0027F;
    padding: 6px 5px;
    -webkit-box-shadow: 1px 1px 0 rgba( 0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 0 rgba( 0, 0, 0, 0.2);
    box-shadow: 1px 1px 0 rgba( 0, 0, 0, 0.2);
 }
 
.btn_regist .regist_attention{ font-size: 0.7em; text-align: center; margin-top: 0.5em;}



h1{
    -webkit-box-shadow: 3px 3px 0 rgba( 0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 0 rgba( 0, 0, 0, 0.1);
    box-shadow: 3px 3px 0 rgba( 0, 0, 0, 0.1);
}

small{ font-size: 0.8em;}



.contents_main &gt; *{ margin-bottom: 2em;}
.contents_main h2{ font-size: 1.1em; font-weight: normal; padding: 0.5em 1em;}
.contents_main h3{ font-weight: normal;}
.contents_main h4{ font-weight: normal; background-color: #333;}



.contents_menu{
    margin-bottom: 1em;
    -webkit-box-shadow: 3px 3px 0 rgba( 0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 0 rgba( 0, 0, 0, 0.1);
    box-shadow: 3px 3px 0 rgba( 0, 0, 0, 0.1);
}
.contents_menu li{
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    width: 20%;
    border: none;
    float: left;
    display: table;
}
.contents_menu li a,
.contents_menu li.menu_logo span{
    font-weight: bold;
    vertical-align: middle;
    height: 50px;
    background-color: #555;
    background-image: linear-gradient( 135deg, rgba( 255, 255, 255, 0.1), rgba( 255, 255, 255, 0.1) 20%, rgba( 255, 255, 255, 0) 50%,    rgba( 255, 255, 255, 0));
    background-image: -moz-linear-gradient( 135deg, rgba( 255, 255, 255, 0.1), rgba( 255, 255, 255, 0.1) 20%, rgba( 255, 255, 255, 0) 50%,    rgba( 255, 255, 255, 0));
    background-image: -webkit-gradient( linear, left top, right bottom, from( rgba( 255, 255, 255, 0.1)), color-stop( 0.2, rgba( 255, 255, 255, 0.1)), color-stop( 0.5, rgba( 255, 255, 255, 0)), to( rgba( 255, 255, 255, 0)));
    border-top: solid 1px #bbb;
    border-left: solid 1px #bbb;
    padding: 0 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
}
.contents_menu li:first-child a{ border-left: none;}
.contents_menu li.menu_logo span{
    background-image: url( ../img/main.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    opacity: 0.4;
}

.contents_menu.menu_scroll{
    -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.contents_menu.menu_scroll li{
    width: 21.5%;
    float: none;
}



.contents_release{
    margin-bottom: 1em;
    padding: 0 1em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
}
.contents_release:after{
    content: "";
    width: 100px;
    height: 10px;
    background-color: rgba( 0, 0, 0, 0.1);
    position: absolute;
    right: 20px;
    bottom: -1px;
    -webkit-box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.1);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
    z-index: 0;
}

.contents_release h2{ padding: 0 0 0.5em 0; position: relative;}
.contents_release h2 p{
    font-size: 0.8em;
    line-height: 24px;
    position: absolute;
    right: 0;
    bottom: 0.5em;
}
.contents_release h2 p:after{ content: "譖ｴ譁ｰ"; margin-left: 0.5em;}

.contents_release ul{
    background-color: #fff;
    border-left: solid 10px #333;
    margin-bottom: 0.5em;
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    position: relative;
    z-index: 1;
}
.contents_release a{ font-size: 0.8em; padding: 0.5em;}

.release_lead{ display: block;}
.release_title{ color: #00a0c6; font-size: 1.2em; text-decoration: underline; margin-right: 0.25em;}



.contents_osusume { margin: 0 1em 2em;}
.contents_osusume h2{ padding: 0.5em 0;}
.contents_osusume li{
    background-color: transparent;
    margin-bottom: 1em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.contents_osusume .osusume_title{ color: #777; font-size: 0.9em;}
.contents_osusume a &gt; div{ width: 100%; height: 100%; display: table;}
.contents_osusume a &gt; div div{ vertical-align: middle; max-width: 1px; display: table-cell;}
.contents_osusume a p{ text-overflow: ellipsis; white-space: nowrap; margin: 0; padding-top: 0.25em; overflow: hidden;}

.contents_promotion{ background-color: transparent; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
.contents_promotion .slides li{ margin-bottom: 0; display: none;}



.contents_movie{}
.contents_movie .contents_list{ margin: 0 1em;}
.contents_movie .contents_list li{ width: 100%; padding-top: 56.25%; position: relative;}
.contents_movie iframe{ position:absolute; top:0; left:0; width:100%; height:100%;}



.contents_field .contents_list{
    -webkit-box-shadow: 3px 3px 0 rgba( 0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 0 rgba( 0, 0, 0, 0.1);
    box-shadow: 3px 3px 0 rgba( 0, 0, 0, 0.1);
}
.contents_field .contents_discription{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.contents_field .contents_route{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.contents_subcategory,
.contents_subcategory_icon{
    color: #fff;
    font-size: 0.9em;
    background-color: #777;
    border-top: none;
    padding: 0.5em 1.3em;
}

.contents_subcategory_icon{
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.contents_subcategory_icon img{ width: 60px; margin-left: 1em; display: block;}
.contents_subcategory_icon p{ padding: 0 1em 0 0.5em;}



.contents_field.temp_01 .contents_img{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.contents_field.temp_01 .contents_list .contents_route { font-size: 0.9em;}



.contents_field.temp_02{ margin-bottom: 1em;}
.contents_field.temp_02 h3{
    font-size: 0.9em;
    font-weight: normal;
    border-top: solid 1px #ccc;
    margin-left: 1.1em;
    padding: 0.5em 0;
}

.contents_field.temp_02 ul{
    background-color: transparent;
    padding: 0 1em 1em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.contents_field.temp_02 li {
    vertical-align: top;
    background-color: #fff;
    width: 47.4%;
    margin-bottom: 1em;
    -webkit-box-shadow: 3px 3px 0 rgba( 0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 0 rgba( 0, 0, 0, 0.1);
    box-shadow: 3px 3px 0 rgba( 0, 0, 0, 0.1);
    display: inline-block;
    position: relative;
}
.contents_field.temp_02 li:nth-child(even){ margin-left: 1em;}
.contents_field.temp_02 li a{ border-bottom: none; margin: 0; padding: 0;}
.contents_field.temp_02 .contents_img { width: 100%;}
.contents_field.temp_02 .contents_text { padding: 1em;}
.contents_field.temp_02 .contents_discription { font-size: 0.9em;}



.contents_field.temp_03{ margin-bottom: 1em;}
.contents_field.temp_03 h3{
    font-size: 0.9em;
    font-weight: normal;
    border-top: solid 1px #ccc;
    margin-left: 1.1em;
    padding: 0.5em 1em 0.5em 0;
}
.contents_field.temp_03 ul{
    background-color: transparent;
    padding: 0 0 1em 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.contents_field.temp_03 li {
    vertical-align: top;
    background-color: #fff;
    min-width: 40%;
    width: 40%;
    -webkit-box-shadow: 3px 3px 0 rgba( 0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 0 rgba( 0, 0, 0, 0.1);
    box-shadow: 3px 3px 0 rgba( 0, 0, 0, 0.1);
}
.contents_field.temp_03 li:first-child { margin-left: 1.1em;}
.contents_field.temp_03 li:nth-of-type(1n+2){ margin-left: 1em;}

.contents_field.temp_03 .contents_img { width: 100%;}
.contents_field.temp_03 .contents_text { padding: 1em;}
.contents_field.temp_03 .contents_discription { font-size: 0.9em;}



.contents_field.temp_04 h3{
    font-size: 0.9em;
    font-weight: normal;
    border-top: solid 1px #ccc;
    margin-left: 1.1em;
    padding: 0.5em 1em 0.5em 0;
}
.contents_field.temp_04 ul {
    padding-bottom: 0.5em;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.contents_field.temp_04 li {
    vertical-align: top;
    min-width: 33%;
    width: 33%;
}

.contents_field.temp_04 li:first-child { margin-left: 1.1em;}
.contents_field.temp_04 li:nth-of-type(n+2) { margin-left: 1em;}
.contents_field.temp_04 li:last-child { padding-right: 1em;}
.contents_field.temp_04 li .contents_img{
    width: 100%;
    margin-right: 0;
    -webkit-box-shadow: 3px 3px 0 rgba( 0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 0 rgba( 0, 0, 0, 0.1);
    box-shadow: 3px 3px 0 rgba( 0, 0, 0, 0.1);
}
.contents_field.temp_04 li .contents_discription { font-size: 0.9em; margin-top: 0.5em;}

.contents_field.temp_04 .release{ overflow: initial}
.contents_field.temp_04 .release:before{ display: none;}
.contents_field.temp_04 .release .contents_img{ overflow: hidden; position: relative;}
.contents_field.temp_04 .release .contents_img:before{
    content: "new";
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    line-height: 85px;
    width: 50px;
    height: 50px;
    background-color: #00a0c6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -25px;
    right: -25px;
}



.contents_pickup{ margin-bottom: 2.5em;}
.contents_pickup .contents_pickup_sub,
#coustomer_regist,
#coustomer_cancel{ display: none;}

.contents_notice{ font-size: 0.8em; padding: 0.5em 1.3em;}
.contents_main h2 + .contents_notice{ color: #777; margin-top: -0.5em; padding: 0 1em 0.5em 1.3em;}

.contents_attention{ color: #777; font-size: 0.8em; text-align: center; margin-bottom: 0.25em;}
.contents_attention small{
    padding: 0 1em;
    display: block;
    font-size: inherit;
    text-align: left;
}

.contents_coming{ padding: 0.75em 1em;}

.release{ overflow: hidden; position: relative;}
.release:before {
    content: "new";
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    line-height: 85px;
    width: 50px;
    height: 50px;
    background-color: #00a0c6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -25px;
    right: -25px;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.corner_menu,
.cosutomer_menu{ display: none;}




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