﻿@charset "UTF-8";
body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,li,brockquote,pre,table,caption,address,form,object,img,span,a,strong,em,q,ins,del,site,code,dfn,abbr,acronym,section,header,footer,nav,aside,article,address,figure,hgroup,menu{margin:0;padding:0}
body{color:#000;text-align:center;word-break:break-all;font-size:1em;margin:0;padding:0;background:url("../img/bg_body.jpg") repeat;line-height:2em;font-family: 'Noto Sans JP', sans-serif;}
@media screen and (max-width:767px) {
body{font-size:.85em;line-height:2em;background-size: cover;}
}

ul{list-style-position:outside;list-style-type:none}
li a{border:none}
ol li{margin-bottom:5px}
table{border-collapse:collapse;font-size:100%}
img,a{border:none}
address,em,cite{font-style:normal}
a{overflow:hidden;outline:none;text-decoration:underline;color:#333}
a:visited{text-decoration:underline}
a:hover{text-decoration:none}
.nobr{white-space:nowrap}
.clearboth{clear:both;width:0;height:0;margin:0;padding:0}
.txt-s{font-size:80%}
.txt-red{color:#c00}
.txt-brown,.txt-brown a{color:#963}
.img-10{width:10%}
.img-20{width:20%}
.img-30{width:30%}
.img-40{width:40%}
.img-50{width:50%}
.img-60{width:60%}
.img-70{width:70%}
.img-80{width:80%}
.img-90{width:90%}
.img-100{width:100%}
.img-10 img,.img-20 img,.img-30 img,.img-40 img,.img-50 img,.img-60 img,.img-70 img,.img-80 img,.img-90 img,.img-100 img{width:100%}
.mt5{margin-top:5px}
.mt10{margin-top:10px}
.mt15{margin-top:15px}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.mt40{margin-top:40px}
.mb5{margin-bottom:5px}
.mb10{margin-bottom:10px}
.mb15{margin-bottom:15px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px}
.mr5{margin-right:5px}
.mr10{margin-right:10px}
.mr15{margin-right:15px}
.mr20{margin-right:20px}
.mr30{margin-right:30px}
.mr40{margin-right:40px}
.ml5{margin-left:5px}
.ml10{margin-left:10px}
.ml15{margin-left:15px}
.ml20{margin-left:20px}
.ml30{margin-left:30px}
.ml40{margin-left:40px}
.m5{margin:5px}
.m10{margin:10px}
.m15{margin:15px}
.m20{margin:20px}
.m30{marginp:30px}
.pt5{padding-top:5px}
.pt10{padding-top:10px}
.pt15{padding-top:15px}
.pt20{padding-top:20px}
.pt30{padding-top:30px}
.pt40{padding-top:40px}
.pb5{padding-bottom:5px}
.pb10{padding-bottom:10px}
.pb15{padding-bottom:15px}
.pb20{padding-bottom:20px}
.pb30{padding-bottom:30px}
.pb40{padding-bottom:40px}
.p5{padding:5px}
.p10{padding:10px}
.p15{padding:15px}
.p20{padding:20px}
.p30{padding:30px}
.p40{padding:40px}
figure img{width:100%;height:auto;vertical-align:bottom}
.txt-mincho {font-family: 'Sawarabi Mincho', sans-serif;}
.txt-center{text-align:center}
.txt-right{text-align:right}
.txt-s{font-size:.8em;line-height:1.4em;}
.txt-non{display:none}
.float-right{float:right}
.float-left{float:left}
.absmiddle{vertical-align:middle}
.pagetop-txt{display:none}
.txt-pink {color:#e62f82}
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/
.txt-attention{text-indent:-1em;margin-left:1em}
.txt-long {display: inline-block;-moz-transform:scale( 4, 1 ); -webkit-transform:scale( 4, 1 ); -o-transform:scale( 4, 1 );-ms-transform:scale( 4, 1 );transform:scale( 4, 1 );-moz-transform-origin:left top;-webkit-transform-origin:left top;-o-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;}
.txt-long2 {display: inline-block;-moz-transform:    scale( 2, 1 );-webkit-transform: scale( 2, 1 );-o-transform:scale( 2, 1 );-ms-transform:scale( 2, 1 );transform:scale( 2, 1 );-moz-transform-origin:left top; -webkit-transform-origin: left top;-o-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;
}

/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#fff;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:150px;
}

/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

#pagetotop {}
#appears-block{position:relative;width:100%;height:auto;margin:auto;background:url("../img/bg_body.jpg") repeat;opacity:0}
#container {opacity:0;}

/*MAIN*/


/* Slider */
#main {width:100%;margin:0 0 40px}
#main-in {width:1000px;margin:auto;position:relative}
.img-main {width:100%;z-index:0}
.txt-main {position:absolute;left:0;top:0;width:100%;z-index:1}
.tit-main {position:absolute;left:0;top:0;width:100%;z-index:2}
@media screen and (max-width:1000px) {
#main-in {width:auto;}
}

/*MAINBOTTOM*/

#main-bottom {margin-top:0;z-index:888}
#main-bottom-in {padding:0 0 60px}

/*BOOKBNR*/
.book-bnr {width:400px;margin:25px auto 15px;}
@media screen and (max-width:400px) {
.book-bnr {width:90%;margin:10px auto;}
}

/*BOTTOM*/
.txt-director {width:300px;margin:auto;}
ul.list-tit {letter-spacing:-.4em;width:960px;margin:25px auto 10px;}
ul.list-tit li {letter-spacing:normal;display:inline-block;/display:inline;/zoom:1;vertical-align:middle;padding:0;}
ul.list-tit li:nth-child(1){width:70%;}
ul.list-tit li:nth-child(2){width:30%;}
.txt-koukai {width:700px;margin:20px auto 0;}
.txt-credit {width:auto;margin:15px auto;font-size:.6em;color:#e60044;line-height:1.9em}

@media screen and (max-width:959px) {
ul.list-tit {width:auto;}
}
@media screen and (max-width:767px) {
.img-nabe{display:block;width:40%;margin:0 auto 20px}
ul.list-tit li:nth-child(1){width:100%;}
ul.list-tit li:nth-child(2){display:none;width:0}
.txt-koukai {width:70%;margin:30px auto 30px;}
}
@media screen and (max-width:699px) {
.txt-credit {width:100%;margin:10px auto 30px;line-height:1.5em;font-size:.5em;}
}

/*BTNSNS*/
#sns-block{}
.btn-sns {display:block;margin:20px auto 0;width:142px;}
.btn-sns li {height:auto;margin-right:6px;display:inline-block;/display:inline;/zoom:1;vertical-align:top;width:auto;letter-spacing:normal;}

.btn-sns li a {font-size:1.2em;display:block;color:#fff;text-align:center;text-decoration:none;width:35px;height:35px;border-radius:50%;line-height:35px;}
.btn-sns li.btn-insta a {background:#e73b89;color:#fff;}
.btn-sns li.btn-fb a {background:#e73b89;color:#fff;margin-right:5px}
.btn-sns li.btn-twitter a {background:#e73b89;color:#fff;}
.btn-sns li.btn-trailer a {background:#e73b89;color:#fff;}
.btn-sns li a i {color:#fff;}
#g-nav .btn-sns {text-align:left;margin:10px auto 0;}
#g-nav .btn-sns li a {font-size:1.2em;display:block;color:#fff;text-align:center;text-decoration:none;width:35px;height:35px;border-radius:50%;line-height:35px;}
#g-nav .btn-sns li.btn-insta a {background:#fff;color:#e62f82;}
#g-nav .btn-sns li.btn-fb a {background:#fff;color:#e62f82;margin-right:5px}
#g-nav .btn-sns li.btn-twitter a {background:#fff;color:#e62f82;}
#g-nav .btn-sns li.btn-trailer a {background:#fff;color:#e62f82;}
#g-nav .btn-sns li a i {color:#e62f82;}

@media screen and (max-width:679px) {
.btn-sns {letter-spacing:normal;display:block;width:auto;margin:0 auto 20px;}
.btn-sns li:last-child{margin-right:0;}
}


/*TIMELINE*/
#timeline-block{clear:both;width:100%;margin:40px auto 60px;}
#timeline-block-in{width:900px;height:auto;margin:auto;}
#timeline-block-in ul{letter-spacing: -.4em;}
#timeline-block-in ul li {display:inline-block;/display:inline;/zoom:1;vertical-align:top;width:45%;padding:0;margin-right:5%; letter-spacing: normal;boder:1px solid #dadada}
.fb-page {
    display:block !important;
    width:100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    height:600px;
}
#timeline-block-in ul li h2{font-size:1em;margin-bottom:10px;font-family: 'Roboto', sans-serif;letter-spacing:.1em;color:#ccc;line-height:1.4em}
#timeline-block-in ul li h2 i{font-size:1.2em;}
#timeline-block-in ul li:last-child {margin-right:0}
#timeline-block-in ul li div.timeline-in {height:500px;overflow-y:auto;}
@media screen and (max-width:999px) {
#timeline-block-in{width:auto;margin:0 10px;}
}
@media screen and (max-width:479px) {
#timeline-block-in ul li {width:80%;display:block;margin-right:0;margin:0 auto 60px;}
#timeline-block-in ul li:last-child {margin:0 auto 60px;}
}


/*SNSSHARE*/
.list-sns{height:auto;margin:5px auto 0;z-index:8;width:auto;letter-spacing:-.4em;}
.list-sns li{display:inline-block;/display:inline;/zoom:1;vertical-align:top;letter-spacing:normal;margin-right:5px;}
.list-sns li.fb-share2 {padding-top:8px;}
.list-sns li.twitter-share,.list-sns li.line-share,.list-sns li.eiga-share,.list-sns li.filmarks-share{padding-top:11px}
.list-sns li.fb-share2{padding-top:9px;height:20px}
.list-sns li.fb-share{padding-top:-3px;}
.list-sns li.eiga-share {width:105px;overflow-x: hidden}
.fb-like > span {
	width: 105px !important;
}
.fb-like iframe {
	width: 105px !important;
}
fb-share2
@media screen and (max-width:999px) {
.list-sns li.fb-share {padding-top:4px;margin-right:0}
.list-sns li.fb-share0 {margin-right:0}

.list-sns li.twitter-share,.list-sns li.line-share,.list-sns li.eiga-share,.list-sns li.eiga-share,{padding-top:4px}
}
@media screen and (max-width:679px) {
.list-sns{margin-top:10px;}
.list-sns {letter-spacing:normal;display:block;width:auto;margin:auto;}
}
/*PHOTO*/
#photo-block {margin-top:30px}
/*INTRO*/
#intro {width:100%;}
#intro #intro-in {width:100%;background-color:#ffffff;}
#intro #intro-in #intro-in-in {width:100%;margin:auto;padding:60px 0}
#intro #intro-in #intro-in-in .intro-01 {width:960px;margin:0 auto 60px;}
#intro #intro-in #intro-in-in .intro-02  {width:960px;margin:auto;}

#intro #intro-in #intro-in-in h2 {margin-bottom:30px;font-size:1.4em;text-align:center;line-height:1.4em;letter-spacing:.07em;font-weight:normal;font-family: 'Shippori Mincho', serif;}
#intro #intro-in #intro-in-in h2 span.txt-s {font-size:.6em}
#intro #intro-in #intro-in-in .catch-intro {font-size:1.5em;line-height:1.6em;margin-bottom:20px;text-align:left;font-family: 'Shippori Mincho', serif;color:#e73c89}
#intro #intro-in #intro-in-in .txt-intro {text-align:left;padding:0;width:auto;}
#intro #intro-in #intro-in-in p {margin-bottom:1.5em;}
.txt-sign {margin:-80px 0 0 auto;width:30%;}
#intro #intro-in #intro-in-in .btn-message {letter-spacing:-.4em;width:700px;margin:auto;}
#intro #intro-in #intro-in-in .btn-message li {letter-spacing:normal;display:inline-block;/display:inline;/zoom:1;vertical-align:top;letter-spacing:normal;vertical-align:bottom;width:46%;margin:2%;font-weight:bold;font-family: 'Shippori Mincho', serif;font-size:1.1em}
#intro #intro-in #intro-in-in .btn-message li a {display:block;background:#eeebe7;padding:7px 0;border-radius:40px;text-decoration:none;transition:0.8s}
#intro #intro-in #intro-in-in .btn-message li a span.txt-s{font-size:.8em;}
#intro #intro-in #intro-in-in .btn-message li a:hover {background:#faf9f8}

@media screen and (max-width:960px) {
#intro #intro-in #intro-in-in .intro-01 {width:auto;margin:0 25px 60px;}
#intro #intro-in #intro-in-in .intro-02  {width:auto;margin:0 25px;}
}

@media screen and (max-width:700px) {
#intro #intro-in #intro-in-in .catch-intro {font-size:1.1em;line-height:2em;font-weight:bold}
#intro #intro-in #intro-in-in .btn-message {width:100%;}
.txt-sign {margin:-40px 0 0 auto;}
#intro #intro-in #intro-in-in .btn-message li {width:48%;margin:1%;}
.txt-sign {width:40%;}
}


/*TITLE*/
#title {}
#title #title-in {padding:80px 0 80px;text-align:left;width:960px;margin:auto;position:relative;}
#title #title-in h2 {margin-bottom:30px;font-size:1.4em;text-align:center;line-height:1.4em;letter-spacing:.07em;font-weight:normal;font-family: 'Shippori Mincho', serif;}
#title #title-in h2 span.txt-s {font-size:.6em}
#title #title-in .title-box {margin:0 auto 50px;width:auto;background:#fff;color:#000;}
#title #title-in .title-box .title-up {padding:30px 30px 20px;}
#title #title-in .title-box .title-bottom {padding:0 30px 30px;}
.img-title-main {width:55%;margin-right:3%;display:inline-block;/display:inline;/zoom:1;vertical-align:top;letter-spacing:normal;vertical-align:middle;}
.tit-title-main {width:40%;display:inline-block;/display:inline;/zoom:1;vertical-align:top;letter-spacing:normal;vertical-align:middle;text-align:center;}
.txt-title-tokubetsu {font-size:.9em;margin-bottom:5px}
.tit-title-main h3 {font-size:1.8em;font-family:'Shippori Mincho', serif;color:#e62f82;margin-bottom:30px;}
.txt-title-catch {font-size:1.2em;font-family:'Shippori Mincho', serif;color:#e62f82;margin-bottom:0;}
.txt-title-prize {width:95%;margin:auto}
.tit-title-main .tit-about {font-size:.9em;letter-spacing:.1em}
#title #title-in .title-box .title-up ul {letter-spacing:-.4em;padding:25px 0 0}
#title #title-in .title-box .title-up ul li {display:inline-block;/display:inline;/zoom:1;vertical-align:middle;width:24%;letter-spacing:normal;margin-right:1%}
#title #title-in .title-box .title-up ul li:last-child {margin-right:0}
.txt-title {line-height:1.8em;}
.txt-title-credit {font-size:.7em;line-height:1.5em;color:#666;margin-top:10px;}
@media screen and (max-width: 959px) {
#title #title-in{margin:0 25px 0;width:auto;}
}
@media screen and (max-width:686px) {
.img-title-main {width:100%;margin-right:0;margin-bottom:10px;display:block}
.tit-title-main {width:100%;display:block;}
#title #title-in .title-box .title-up ul li {width:49%;margin-right:1%;margin-bottom:5px;}
#title #title-in .title-box .title-up ul li:last-child {margin-right:1%}
.tit-title-main h3 {margin-top:10px;}
.txt-title-prize {width:100%;margin:auto}
}

/*PROFILE*/
#profile {position:relative;height:auto;position:relative;height:auto;background:url("../img/bg_body2.jpg");}
#profile #profile-in {width:960px;padding:60px 0 80px;margin:auto;}
#profile #profile-in h2 {margin-bottom:30px;font-size:1.4em;text-align:center;line-height:1.4em;letter-spacing:.07em;font-weight:normal;font-family: 'Shippori Mincho', serif;}
#profile #profile-in h2 span.txt-s {font-size:.6em}
.img-profile {width:250px;margin:0 auto 30px;font-size:.6em;line-height:.6em;text-align:right;}
.img-profile figure {margin-bottom:5px;}
#profile #profile-in h3{margin-bottom:15px;font-size:1.5em;text-align:center;line-height:1.6em;font-family:'Shippori Mincho', serif;letter-spacing: .05em;font-weight:normal}
.txt-profile {text-align:left;font-size:.9em}
@media screen and (max-width:960px) {
#profile #profile-in {width:auto;margin:0 25px;}
}


/*BOOK*/
#book {position:relative;height:auto;position:relative;height:auto;}
#book #book-in {width:960px;padding:60px 0 60px;margin:auto;}
#book #book-in h2 {margin-bottom:30px;font-size:1.4em;text-align:center;line-height:1.4em;letter-spacing:.07em;font-weight:normal;font-family: 'Shippori Mincho', serif;}
#book #book-in h2 span.txt-s {font-size:.6em}
#book #book-in ul {letter-spacing:-.4em;margin-top:30px;}
#book #book-in ul li {letter-spacing:normal;display:inline-block;/display:inline;/zoom:1;vertical-align:bottom;letter-spacing:normal;vertical-align:middle;text-align:left;}
#book #book-in ul li:first-child {margin-right:5%;width:44%}
#book #book-in ul li:last-child {width:50%}
.txt-book-catch {font-size:1.2em;font-family:'Shippori Mincho', serif;}
#book #book-in h3{margin-bottom:5px;font-size:1.8em;line-height:1.8em;font-family:'Shippori Mincho', serif;letter-spacing: .05em;font-weight:normal}
.txt-book-about {font-family:'Shippori Mincho', serif;font-size:.9em;margin-bottom:30px;line-height:1.4em}
.txt-book-about2 {font-size:.8em;line-height:1.5em;margin-bottom:5px}
.txt-book {text-align:left;font-size:.9em;}
.btn-book {margin-top:60px;}
.btn-book a {display:inline-block;background:#e5dfd7;padding:15px 30px;width:auto;text-decoration:none;font-family:'Shippori Mincho', serif;font-weight:bold;transition:0.5s}
.btn-book a:hover {background:#eeeae5;}
@media screen and (max-width:960px) {
#book #book-in {width:auto;margin:0 25px;}
}
@media screen and (max-width:767px) {
#book #book-in ul li {display:block;}
#book #book-in ul li:first-child {margin-right:0;width:65%;margin:auto}
#book #book-in ul li:last-child {width:auto;margin:30px 0;}
.txt-book-catch {text-align:center;}
#book #book-in h3{text-align:center;}
.txt-book-about {text-align:center;}
.txt-book-about2 {text-align:center;}
#book #book-in {padding:60px 0;}
.btn-book {margin-top:20px;text-align:center}
.btn-book a {margin:auto}
}

/*PHOTO*/
.list-img01 {letter-spacing:-.4em;}
.list-img01 li {width:25%;display:inline-block;/display:inline;/zoom:1;vertical-align:top;letter-spacing:normal;vertical-align:bottom;}
.list-img01 img {width:100%;vertical-align:bottom;height:auto;}
@media screen and (max-width: 767px) {
.list-img01 li {width:50%;}
}

.list-img02 {letter-spacing:-.4em;}
.list-img02 li {width:50%;display:inline-block;/display:inline;/zoom:1;vertical-align:top;letter-spacing:normal;vertical-align:bottom;}
.list-img02 img {width:100%;vertical-align:bottom;height:auto;}
@media screen and (max-width: 767px) {
.list-img02 li {width:100%;}
}

/*PHOTO*/
#photo-block {margin-bottom:0;padding-bottom:0}


/*THEATER*/
#theater {width:100%;position:relative;z-index:1;margin-top:-36px;padding-top:36px;}
#theater #theater-in {width:100%;color:#000;padding:60px 0 60px;}
#theater #theater-in #theater-in-in {width:960px;margin:auto;padding:30px 0 60px;text-align:center;}
#theater #theater-in #theater-in-in h2 {margin-bottom:30px;font-size:1.4em;text-align:center;line-height:1.4em;letter-spacing:.07em;font-weight:normal;font-family: 'Shippori Mincho', serif;}
#theater #theater-in #theater-in-in h2 span.txt-s {font-size:.6em}
#theater #theater-in #theater-in-in h3 {margin-bottom:30px;font-size:1.3em;text-align:center;line-height:1.4em;letter-spacing:.07em;font-weight:normal;font-family: 'Shippori Mincho', serif;}
#theater #theater-in #theater-in-in .txt-theater-koukai{width:800px;margin:0 auto 15px;}
#theater #theater-in #theater-in-in .txt-theater-ticket {font-weight:bold;font-size:1.6em;text-align:center;margin-bottom:15px;line-height:1.4em;font-family: 'Shippori Mincho', serif;}
#theater #theater-in #theater-in-in .txt-theater-ticket span.txt-s  {font-size:.7em;font-family: 'Shippori Mincho', serif;}
#theater #theater-in .btn-theater-ticket a {display:inline-block;width:auto;padding:7px 30px;background:#b10d0d;color:#fff;text-decoration:none;border-radius:10px;text-align:center;font-size:1.2em;font-weight:bold;letter-spacing:.1em;margin-bottom:30px;}
#theater #theater-in .txt-theater-day {font-size:1.1em;margin-bottom:30px;}
.txt-genzai {margin-bottom:30px;}
#theater #theater-in .theater-event {width:auto;margin:0 auto 20px;background:#fff}
#theater #theater-in .theater-event .theater-event-in{padding:30px 35px;line-height:1.6em;text-align:left;}
#theater #theater-in .theater-event .theater-event-in h3 {font-size:1.4em;text-align:center;font-family: 'Shippori Mincho', serif;margin-bottom:25px;}
#theater #theater-in .theater-event .theater-event-in p{margin-bottom:1em;}
#theater #theater-in h4{margin-bottom:15px;font-size:1.4em;text-align:center;line-height:1.4em;font-family: 'Shippori Mincho', serif;}


#theater #theater-in #theater-in-in ul.list-btn {text-align:center;margin:30px auto 50px;letter-spacing:-.4em;width:860px}
#theater #theater-in #theater-in-in ul.list-btn li {width:15%;display:inline-block;/display:inline;/zoom:1;letter-spacing:normal;vertical-align:middle;margin-right:1%;line-height:1.4em}
#theater #theater-in #theater-in-in ul.list-btn li a {display:block;text-decoration:none;background:#bcb2a9;color:#fff;padding:8px 0; border-radius:30px;}
#theater #theater-in #theater-in-in ul.list-btn li:last-child {margin-right:0}
@media screen and (max-width:960px) {
#theater #theater-in #theater-in-in {width:auto;margin:0 25px}
}
@media screen and (max-width:859px) {
#theater #theater-in #theater-in-in ul.list-btn {margin:30px 0 60px;width:auto}
#theater #theater-in #theater-in-in ul.list-btn li {width:30%;margin-bottom:10px}
#theater #theater-in #theater-in-in ul.list-btn li:nth-of-type(3n) {margin-right:0}
}
@media screen and (max-width:799px) {
#theater #theater-in #theater-in-in .txt-theater-koukai{width:auto;}
}

.table-theater {width:960px;margin:0 auto 60px;color:#fff;border-collapse: separate;}
.table-theater th,.table-theater td {padding:10px 10px;text-align:center;font-size:14px;margin:0;}
@media screen and (max-width: 959px) {
.table-theater {width:auto;margin:0 25px 60px;}
}
@media screen and (max-width: 360px) {
.table-theater th,.table-theater td {padding:15px 0;font-size:0.7em;line-height:1em;}
}
.table-theater td {background:#000;color:#000;background:#fff}
.table-theater th {background:#bcb2a9;font-weight:normal;color:#fff}
.th01 {width:21%;}
.th02 {width:35%;}
.td02 {text-align:left!important;}
.th03 {width:22%;}
.th04 {width:22%;}
.img-theater {width:960px;margin:auto;}
.table-theater td.txt-left{text-align:left;}
@media screen and (max-width:959px) {
.table-theater {width:100%;margin:0 0 60px;}
#theater #theater-in #theater-in-in {width:auto;margin:0 25px;}
#theater #theater-in .txt-theater-catch{font-size:1.6em;}
}
@media screen and (max-width: 360px) {
.table-theater th,.table-theater td {padding:15px 0;font-size:0.7em;line-height:1em;}
}

/*FOOTER*/
#footer {background-position:top center;padding-bottom:30px;background-size:100%;  position:relative;}
.footer-logo {width:150px;margin:auto;padding:60px 0 20px}
.footer-kokai {width:600px;margin:auto;padding:0 0 30px}
#footer .btn-sns li.btn-insta a {background:#c8c0b4;color:#fff;}
#footer .btn-sns li.btn-fb a {background:#c8c0b4;color:#fff;margin-right:5px}
#footer .btn-sns li.btn-twitter a {background:#c8c0b4;color:#fff;}
#footer .btn-sns li.btn-trailer a {background:#c8c0b4;color:#fff;}
@media screen and (max-width:560px) {
.footer-logo {width:30%;padding:60px 0 20px}
.footer-kokai {width:60%;}
}
/*MENU*/
#g-nav{position:fixed;z-index:999;top:0;left:-100%;width:max(30%,400px);height:100vh;background-color:#e62f82;transition:all .6s}
#g-nav.panelactive{left:0}
#g-nav-list{overflow:auto;-webkit-overflow-scrolling:touch;width:100%;height:100vh;position:relative;display:flex;align-items:center;padding:3rem;flex-direction:column}

#g-nav ul{position:relative;z-index:999;width:100%;margin-top:30px}
#g-nav li{list-style:none;text-align:left;font-size:.9em}
#g-nav li a{color:#DBDBDB;text-decoration:none;padding:0;display:block;text-transform:uppercase;letter-spacing:.1em;font-weight:600;margin-bottom:.9rem;font-style:normal;font-size:clamp(.9rem,1.027rem + 0.26vw,1.2rem);font-family:'Shippori Mincho', serif;}
#g-nav li a:hover{color:#fff}
.underline{position:absolute;bottom:-2px;left:0;display:block;width:0;height:1px;background-color:#fff}
.list_item a{position:relative;display:inline-block}
@media screen and (max-width: 767px) {
#g-nav li a{color:#DBDBDB;text-decoration:none;padding:0;display:block;text-transform:uppercase;letter-spacing:0;font-size:clamp(.9rem,1.027rem + 0.26vw,1.2rem)}
#g-nav{width:max(50%,200px)}
#g-nav-list{width:100%;padding:2rem}

}
.openbtn{position:fixed;z-index:5555;top:0;left:0;cursor:pointer;width:60px;height:60px;color:hsla(0,0%,0%,1.00);background-color:#e62f82}
.openbtn svg{width:60px;height:60px}
.nc-int-icon{fill:#fff}
@media screen and (max-width: 767px) {
.openbtn{width:60px;height:50px}
.openbtn svg{width:60px;height:50px}
}
.top-bt{position:fixed;width:40px;height:auto;z-index:888;right:10px;bottom:10px}

/* Slider */
.slick-slider{position: relative;display: block;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: block;}
.slick-track:before,.slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}


/*MODAAL*/
.modaal-noscroll{overflow:hidden}
.modaal-accessible-hide{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);padding:0!important;border:0!important;height:1px!important;width:1px!important;overflow:hidden}
.modaal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9998;opacity:0}
.modaal-wrapper{display:block;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;overflow:auto;opacity:1;box-sizing:border-box;-webkit-overflow-scrolling:touch;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.modaal-wrapper *{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden}
.modaal-wrapper .modaal-close{border:none;padding:0;-webkit-appearance:none}
.modaal-wrapper .modaal-close:hover{opacity:0.8}
.modaal-wrapper.modaal-start_none{display:none;opacity:1}
.modaal-wrapper.modaal-start_fade{opacity:0}
.modaal-wrapper [tabindex="0"]{outline:none!important}
.modaal-wrapper.modaal-fullscreen{overflow:hidden}
.modaal-outer-wrapper{display:table;position:relative;width:100%;height:100%}
.modaal-fullscreen .modaal-outer-wrapper{display:block}
.modaal-inner-wrapper{display:table-cell;width:100%;height:100%;position:relative;vertical-align:middle;text-align:center;padding:80px 25px}
.modaal-fullscreen .modaal-inner-wrapper{padding:0;display:block;vertical-align:top}
.modaal-container{position:relative;display:inline-block;width:100%;margin:auto;text-align:center;color:#000;max-width:1000px;border-radius:0;box-shadow:0 4px 15px rgba(0,0,0,0.2);cursor:auto}
.modaal-container.is_loading{height:100px;width:100px;overflow:hidden}
.modaal-fullscreen .modaal-container{max-width:none;height:100%;overflow:auto;position:relative}
.modaal-close{position: fixed;right:0;top:0; text-align:right;color:#fff;cursor:pointer;opacity:1;width:50px;margin:auto;height:50px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;background-image:url(../img/close-icon.png);background-repeat:no-repeat;background-position:right;background-size:contain;background-color:hsla(0,0%,0%,0)}
.modaal-close:focus,.modaal-close:hover{outline:none}
.modaal-close:focus:before,.modaal-close:focus:after,.modaal-close:hover:before,.modaal-close:hover:after{background:#e60044}
.modaal-close:before,.modaal-close:after{display:block;content:" ";position:absolute;background:#fff;-webkit-transition:background .2s ease-in-out;transition:background .2s ease-in-out}
.modaal-fullscreen .modaal-close{background:#afb7bc;right:10px;top:10px}
.modaal-content-container{padding:30px}
@media screen and (max-width: 767px) {
.modaal-content-container{padding:10px}
}
.modaal-confirm-wrap{padding:30px 0 0;text-align:center;font-size:0}
.modaal-confirm-btn{font-size:14px;display:inline-block;margin:0 10px;vertical-align:middle;cursor:pointer;border:none;background:transparent}
.modaal-confirm-btn.modaal-ok{padding:10px 15px;color:#fff;background:#555;border-radius:3px;-webkit-transition:background .2s ease-in-out;transition:background .2s ease-in-out}
.modaal-confirm-btn.modaal-ok:hover{background:#2f2f2f}
.modaal-confirm-btn.modaal-cancel{text-decoration:underline}
.modaal-confirm-btn.modaal-cancel:hover{text-decoration:none;color:#2f2f2f}
.modaal-instagram .modaal-container{width:auto;background:transparent;box-shadow:none!important}
.modaal-instagram .modaal-content-container{padding:0;background:transparent}
.modaal-instagram .modaal-content-container > blockquote{width:1px!important;height:1px!important;opacity:0!important}
.modaal-instagram iframe{opacity:0;margin:-6px!important;border-radius:0!important;width:1000px!important;max-width:800px!important;box-shadow:none!important;-webkit-animation:instaReveal 1s linear forwards;animation:instaReveal 1s linear forwards}
.modaal-image .modaal-inner-wrapper{padding-left:140px;padding-right:140px;text-align:right;}
.modaal-image .modaal-container{width:auto;max-width:100%}
.modaal-gallery-wrap{position:relative;color:#fff}
.modaal-gallery-item{display:none}
.modaal-gallery-item img{display:block}
.modaal-gallery-item.is_active{display:block}
.modaal-gallery-label{position:absolute;left:0;width:100%;margin:20px 0 0;font-size:18px;text-align:center;color:#fff}
.modaal-gallery-label:focus{outline:none}
.modaal-gallery-control{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:1;cursor:pointer;color:#fff;width:50px;height:50px;background:rgba(0,0,0,0);border:none;border-radius:100%;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.modaal-gallery-control.is_hidden{opacity:0;cursor:default}
.modaal-gallery-control:focus,.modaal-gallery-control:hover{outline:none;background:#fff}
.modaal-gallery-control:focus:before,.modaal-gallery-control:focus:after,.modaal-gallery-control:hover:before,.modaal-gallery-control:hover:after{background:#afb7bc}
.modaal-gallery-control span{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);padding:0!important;border:0!important;height:1px!important;width:1px!important;overflow:hidden}
.modaal-gallery-control:before,.modaal-gallery-control:after{display:block;content:" ";position:absolute;top:16px;left:25px;width:4px;height:18px;border-radius:4px;background:#fff;-webkit-transition:background .2s ease-in-out;transition:background .2s ease-in-out}
.modaal-gallery-control:before{margin:-5px 0 0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.modaal-gallery-control:after{margin:5px 0 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.modaal-gallery-next-inner{left:100%;margin-left:40px}
.modaal-gallery-next-outer{right:45px}
.modaal-gallery-prev:before,.modaal-gallery-prev:after{left:22px}
.modaal-gallery-prev:before{margin:5px 0 0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.modaal-gallery-prev:after{margin:-5px 0 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.modaal-gallery-prev-inner{right:100%;margin-right:40px}
.modaal-gallery-prev-outer{left:45px}
.modaal-video-wrap{margin:auto 50px;position:relative}
@media screen and (max-width: 767px) {
.modaal-video-wrap{margin:auto 10px;position:relative}
}
.modaal-video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;box-shadow:0 0 10px rgba(0,0,0,0.3);background:#000;max-width:1300px;margin-left:auto;margin-right:auto}
.modaal-video-container iframe,.modaal-video-container object,.modaal-video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}
.modaal-iframe .modaal-content{width:100%;height:100%}
.modaal-iframe-elem{width:100%;height:100%;display:block}
.modaal-loading-spinner{background:none;position:absolute;width:200px;height:200px;top:50%;left:50%;margin:-100px 0 0 -100px;-webkit-transform:scale(0.25);-ms-transform:scale(0.25);transform:scale(0.25)}
.modaal-loading-spinner > div{width:24px;height:24px;margin-left:4px;margin-top:4px;position:absolute}
.modaal-loading-spinner > div > div{width:100%;height:100%;border-radius:15px;background:#fff}
.modaal-loading-spinner > div:nth-of-type(1) > div{-webkit-animation:modaal-loading-spinner 1s linear infinite;animation:modaal-loading-spinner 1s linear infinite;-webkit-animation-delay:0;animation-delay:0}
.modaal-loading-spinner > div:nth-of-type(2) > div,.modaal-loading-spinner > div:nth-of-type(3) > div{-ms-animation:modaal-loading-spinner 1s linear infinite;-moz-animation:modaal-loading-spinner 1s linear infinite;-webkit-animation:modaal-loading-spinner 1s linear infinite;-o-animation:modaal-loading-spinner 1s linear infinite}
.modaal-loading-spinner > div:nth-of-type(1){-ms-transform:translate(84px,84px) rotate(45deg) translate(70px,0);-webkit-transform:translate(84px,84px) rotate(45deg) translate(70px,0);transform:translate(84px,84px) rotate(45deg) translate(70px,0)}
.modaal-loading-spinner > div:nth-of-type(2) > div{-webkit-animation:modaal-loading-spinner 1s linear infinite;animation:modaal-loading-spinner 1s linear infinite;-webkit-animation-delay:.12s;animation-delay:.12s}
.modaal-loading-spinner > div:nth-of-type(2){-ms-transform:translate(84px,84px) rotate(90deg) translate(70px,0);-webkit-transform:translate(84px,84px) rotate(90deg) translate(70px,0);transform:translate(84px,84px) rotate(90deg) translate(70px,0)}
.modaal-loading-spinner > div:nth-of-type(3) > div{-webkit-animation:modaal-loading-spinner 1s linear infinite;animation:modaal-loading-spinner 1s linear infinite;-webkit-animation-delay:.25s;animation-delay:.25s}
.modaal-loading-spinner > div:nth-of-type(4) > div,.modaal-loading-spinner > div:nth-of-type(5) > div{-ms-animation:modaal-loading-spinner 1s linear infinite;-moz-animation:modaal-loading-spinner 1s linear infinite;-webkit-animation:modaal-loading-spinner 1s linear infinite;-o-animation:modaal-loading-spinner 1s linear infinite}
.modaal-loading-spinner > div:nth-of-type(3){-ms-transform:translate(84px,84px) rotate(135deg) translate(70px,0);-webkit-transform:translate(84px,84px) rotate(135deg) translate(70px,0);transform:translate(84px,84px) rotate(135deg) translate(70px,0)}
.modaal-loading-spinner > div:nth-of-type(4) > div{-webkit-animation:modaal-loading-spinner 1s linear infinite;animation:modaal-loading-spinner 1s linear infinite;-webkit-animation-delay:.37s;animation-delay:.37s}
.modaal-loading-spinner > div:nth-of-type(4){-ms-transform:translate(84px,84px) rotate(180deg) translate(70px,0);-webkit-transform:translate(84px,84px) rotate(180deg) translate(70px,0);transform:translate(84px,84px) rotate(180deg) translate(70px,0)}
.modaal-loading-spinner > div:nth-of-type(5) > div{-webkit-animation:modaal-loading-spinner 1s linear infinite;animation:modaal-loading-spinner 1s linear infinite;-webkit-animation-delay:.5s;animation-delay:.5s}
.modaal-loading-spinner > div:nth-of-type(6) > div,.modaal-loading-spinner > div:nth-of-type(7) > div{-ms-animation:modaal-loading-spinner 1s linear infinite;-moz-animation:modaal-loading-spinner 1s linear infinite;-webkit-animation:modaal-loading-spinner 1s linear infinite;-o-animation:modaal-loading-spinner 1s linear infinite}
.modaal-loading-spinner > div:nth-of-type(5){-ms-transform:translate(84px,84px) rotate(225deg) translate(70px,0);-webkit-transform:translate(84px,84px) rotate(225deg) translate(70px,0);transform:translate(84px,84px) rotate(225deg) translate(70px,0)}
.modaal-loading-spinner > div:nth-of-type(6) > div{-webkit-animation:modaal-loading-spinner 1s linear infinite;animation:modaal-loading-spinner 1s linear infinite;-webkit-animation-delay:.62s;animation-delay:.62s}
.modaal-loading-spinner > div:nth-of-type(6){-ms-transform:translate(84px,84px) rotate(270deg) translate(70px,0);-webkit-transform:translate(84px,84px) rotate(270deg) translate(70px,0);transform:translate(84px,84px) rotate(270deg) translate(70px,0)}
.modaal-loading-spinner > div:nth-of-type(7) > div{-webkit-animation:modaal-loading-spinner 1s linear infinite;animation:modaal-loading-spinner 1s linear infinite;-webkit-animation-delay:.75s;animation-delay:.75s}
.modaal-loading-spinner > div:nth-of-type(7){-ms-transform:translate(84px,84px) rotate(315deg) translate(70px,0);-webkit-transform:translate(84px,84px) rotate(315deg) translate(70px,0);transform:translate(84px,84px) rotate(315deg) translate(70px,0)}
.modaal-loading-spinner > div:nth-of-type(8) > div{-webkit-animation:modaal-loading-spinner 1s linear infinite;animation:modaal-loading-spinner 1s linear infinite;-webkit-animation-delay:.87s;animation-delay:.87s}
.modaal-loading-spinner > div:nth-of-type(8){-ms-transform:translate(84px,84px) rotate(360deg) translate(70px,0);-webkit-transform:translate(84px,84px) rotate(360deg) translate(70px,0);transform:translate(84px,84px) rotate(360deg) translate(70px,0)}
@media only screen and (min-width: 1400px) {
.modaal-video-container{padding-bottom:0;height:731px}
}
@media only screen and (max-width: 1140px) {
.modaal-image .modaal-inner-wrapper{padding-left:25px;padding-right:25px}
.modaal-gallery-control{top:auto;bottom:20px;-webkit-transform:none;-ms-transform:none;transform:none;background:rgba(0,0,0,0.2)}
.modaal-gallery-control:before,.modaal-gallery-control:after{background:#fff}
.modaal-gallery-next{left:auto;right:20px}
.modaal-gallery-prev{left:20px;right:auto}
}
@media screen and (max-width: 900px) {
.modaal-instagram iframe{width:500px!important}
}
@media only screen and (max-width: 600px) {
.modaal-instagram iframe{width:280px!important}
}
@media screen and (max-height: 1100px) {
.modaal-instagram iframe{width:700px!important}

}
@media screen and (max-height: 1000px) {
.modaal-inner-wrapper{padding-top:60px;padding-bottom:60px}
.modaal-instagram iframe{width:600px!important}
}
@media screen and (max-height: 900px) {
.modaal-instagram iframe{width:500px!important}
.modaal-video-container{max-width:900px;max-height:510px}
}
@media only screen and (max-height: 820px) {
.modaal-gallery-label{display:none}
}
@keyframes instaReveal {
0%{opacity:0}
100%{opacity:1}
}
@-webkit-keyframes instaReveal {
0%{opacity:0}
100%{opacity:1}
}
@-webkit-keyframes modaal-loading-spinner {
0%{opacity:1;-ms-transform:scale(1.5);-webkit-transform:scale(1.5);transform:scale(1.5)}
100%{opacity:.1;-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes modaal-loading-spinner {
0%{opacity:1;-ms-transform:scale(1.5);-webkit-transform:scale(1.5);transform:scale(1.5)}
100%{opacity:.1;-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}
}


/*COLORBOX*/
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999}
#cboxWrapper{max-width:none}
#cboxOverlay{position:fixed;width:100%;height:100%}
#cboxMiddleLeft,#cboxBottomLeft{clear:left}
#cboxContent{position:relative}
#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box}
#cboxTitle{margin:0}
#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}
#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}
.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}
.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}
#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}
#cboxOverlay{background:url(../img/overlay.png) 0 0 repeat #000;z-index:5;background-color:#000}
#colorbox{outline:0}
#cboxContent{margin-top:0;overflow:visible;padding:50px 0}
#cboxError{padding:50px;border:1px solid #ccc}
#cboxTitle{position:absolute;top:-22px;left:0;color:#000}
#cboxCurrent{position:absolute;top:-22px;right:205px;text-indent:-9999px}
#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;text-indent:-9999px;width:0;height:0;position:absolute}
#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active,#cboxClose{outline:0}
#cboxPrevious{background-position:0 0;right:44px}
#cboxPrevious:hover{background: url(../img/btn_cbox_p_over.png) top left no-repeat;}
#cboxNext{background-position:-25px 0;right:22px}
#cboxNext:hover{background-position:-25px -25px;background: url(../img/btn_cbox_n_over.png) top left no-repeat;}
#cboxClose{background:url(../img/cbox_close.png) 0 0 no-repeat;top:0;right:0;height:44px;width:44px;z-index:100000}
#cboxClose:hover{background-position:0 0;filter:alpha(opacity=70);-moz-opacity:.7;opacity:.7}
.cboxSlideshow_on #cboxPrevious,.cboxSlideshow_off #cboxPrevious{right:66px}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px;right:44px}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0;right:44px}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px}
#cboxOverlay{background:url(../img/overlay.png) top center repeat #000;z-index:999!important}
#cboxOverlay #colorbox{z-index:100}
.cboxIframe{width:100%;height:100%!important}
#cboxContent{padding:0}
#cboxClose{background:url(../img/cbox_close.png) 0 0 no-repeat;right:0;top:0;height:70px;width:70px;position:fixed;z-index:100000}

#cboxPrevious {top:45%;width:40px;height:40px;background:#000;left:0px;background: url(../img/btn_cbox_p.png) top left no-repeat;text-indent:-9999px;}
#cboxNext {top:45%;width:40px;height:40px;background:#000;right:0px;background: url(../img/btn_cbox_n.png) top left no-repeat;text-indent:-9999px;}
@media screen and (min-width:959px) {
.modal-content {max-width:1020px;}
}
@media screen and (max-width:767px) {
#cboxPrevious {left:-30px;}
#cboxNext {right:-30px;}
}


#backtotop{bottom:10px;height:35px;position:fixed!important;right:10px;width:35px;text-indent:-9999px;z-index:10000}
#backtotop a{background:url(../img/btn_backtotop.png) no-repeat scroll 0 0 transparent;display:block;height:35px;width:35px}
#backtotop a:hover{background:url(../img/btn_backtotop.png) no-repeat scroll 0 -35px transparent}


@media screen and (min-width:768px) {
.pc-only{display:inline-block}
.sp-only{display:none}
}

@media screen and (min-width: 0px) and (max-width:767px) {
.pc-only{display:none}
.sp-only{display:inline-block}
}

