﻿@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;margin:0;padding:0;background:#fff;line-height:2.2em;font-family: "Zen Kaku Gothic New", sans-serif;font-optical-sizing: auto;font-weight:400;font-size:1.1em;text-align: justify;}
@media screen and (max-width:767px) {
body{font-size:1em;line-height:1.8em}
}
html, body,main { height: 100%; }

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:#000}
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}
/* 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( 3, 1 ); -webkit-transform:scale( 3, 1 ); -o-transform:scale( 3, 1 );-ms-transform:scale( 3, 1 );transform:scale( 3, 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;
}



/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background:#fff;
  z-index: 9999999;
  text-align:center;
  color:#ccc;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
width:100%;
}



/*loadinglogo*/
#splash-logo .splash_logo_loader{position:relative}
#splash-logo .splash_logo_loader .loader-logo{margin:0 auto 25px;width:500px;}

@media screen and (max-width:500px) {
#splash-logo .splash_logo_loader .loader-logo{width:80%;}
}



/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/
.splashbg{
    display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg{
 display:block;
  animation-name:PageAnime;
  animation-duration:1.2s;
  animation-timing-function:ease-in-out;
  animation-fill-mode:forwards;
    content: "";
    position:fixed;
  z-index: 999;
    width: 50%;
    height: 100vh;
    top: 0;
  left: 0;
    transform: translateX(-300%) skewX(-45deg);
    background-color:#f8f7f5;/*伸びる背景色の設定*/
}

@keyframes PageAnime{
  0% {
    transform-origin:left;
    transform:translateX(-300%) skewX(-45deg);
  }
  100% {
    transform-origin:left;
    transform:translateX(500%) skewX(-45deg);
  }
}

/*画面遷移の後現れるコンテンツ設定*/
#container{opacity: 0;position:relative}
@media screen and (max-width:767px) {
#container{background-size:90%;}
}
/*bodyにappearクラスがついたら出現*/
body.appear #container{
  animation-name:PageAnimeAppear;
  animation-duration:1s;
  animation-delay: 0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}


/*MENU*/
#g-nav{position:fixed;z-index:100;top:0;right:-100%;width:max(35%,300px);height:100vh;background-color:#fff;transition:all .6s;}
#g-nav.panelactive{right: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:10;width:100%;margin-top:80px;}
#g-nav li{list-style:none;text-align:left}
#g-nav li a{color:#000;text-decoration:none;padding:0;display:block;text-transform:uppercase;letter-spacing:.1em;font-weight:600;margin-bottom:.6rem;font-style:normal;font-size:1em;transition:0.5s;font-weight:normal}
#g-nav li a:hover{color:#333}
.underline{position:absolute;bottom:-2px;left:0;display:block;width:0;height:1px;background-color:#fff}
.list_item a{position:relative;display:inline-block}
#g-nav ul li ul{margin-top:40px}
#g-nav .btn-sns {letter-spacing:-.4em;width:auto;display:block;text-align:left;}
#g-nav .btn-sns li {height:auto;margin-right:5px;display:inline-block;/display:inline;/zoom:1;vertical-align:top;width:auto;letter-spacing:normal;}
#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;background:#000;color:#e83845;}
#g-nav .btn-sns li a i {color:#ffe900;}
@media screen and (max-width: 767px) {
#g-nav li a{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%,300px)}
#g-nav-list{width:100%;padding:2rem}
}
.openbtn{position:fixed;z-index:300;top:5px;right:5px;cursor:pointer;width:60px;height:60px;color:#000;background-color:#fff;}
.openbtn svg{width:60px;height:60px}
.nc-int-icon{fill:#000;}
@media screen and (max-width: 767px) {
.openbtn{width:60px;height:60px}
.openbtn svg{width:60px;height:60px}
}
.top-bt{position:fixed;width:40px;height:auto;z-index:888;right:10px;bottom:10px}



/*MAIN*/
#main-block {width:100%;position:relative}
#main-block #img-main {width:100%;}
#main-block #txt-main {width:100%;position:absolute;left:0;top:0}


/*MAINBOTTOM*/
#main-bottom-block {width:1200px;margin:30px auto 40px;}
#main-bottom-block #tit-logo {width:800px;margin:30px auto 15px;}
#main-bottom-block #txt-prize {width:680px;margin:0 auto 40px}
#main-bottom-block #bnr-block {width:750px;margin:30px auto 50px;display:flex;}
#main-bottom-block #bnr-block li {width:49%;}
#main-bottom-block #bnr-block li:first-child {margin-right:2%}
#main-bottom-block #bnr-block li#bnr-hawa {border:1px solid #7ac164}
#main-bottom-block #bnr-block li#bnr-statment {border:1px solid #000}
#main-bottom-block #main-bottom-block-in {display:flex;align-items :center;width:900px;margin:30px auto 40px;}
#main-bottom-block #main-bottom-left {width:35%;margin-right:3%;text-align:left}
#main-bottom-block #main-bottom-right{width:62%;}

#main-bottom-block .btn-block{display:flex;flex-wrap: wrap;margin:15px 0 30px}
#main-bottom-block .btn-block #btn-contact{display:inline-block;margin:0 10px 15px 0;width:auto;font-size:.9em;}
#main-bottom-block .btn-block #btn-contact a{text-decoration:none;background:#fff;display:block;padding:2px 0;width:170px;text-align:center;border:1px solid #000}
#main-bottom-block .btn-block #btn-contact a i{color:#000;margin-right:8px}
#main-bottom-block .btn-block #btn-chirashi{display:inline-block;margin:0 15px 15px 0;width:auto;font-size:.9em;}
#main-bottom-block .btn-block #btn-chirashi a{text-decoration:none;background:#fff;display:block;padding:2px 0;width:210px;text-align:center;border:1px solid #000}
#main-bottom-block .btn-block #btn-chirashi a i{color:#000;margin-right:8px}
#txt-credit{font-size:0.8em;line-height:1.5em;text-align:center;font-weight:400}
@media screen and (max-width:1200px) {
#main-bottom-block {width:auto;margin:30px 25px 40px;}
}
@media screen and (max-width:900px) {
#main-bottom-block #main-bottom-block-in {width:auto;margin:30px 0 40px;}
}
@media screen and (max-width:800px) {
#main-bottom-block #tit-logo {width:100%;}
}
@media screen and (max-width:787px) {
#main-bottom-block #bnr-block {width:100%;margin:25px auto 40px;}
#main-bottom-block #main-bottom-block-in {display:block}
#main-bottom-block #main-bottom-left {width:100%;margin-right:0%;margin-bottom:20px}
#main-bottom-block #main-bottom-right{width:100%;}
#txt-credit{text-align:left}
#main-bottom-block #txt-prize {width:90%;margin:0 auto 30px}
}
@media screen and (max-width:580px) {
#main-bottom-block #bnr-block {display:block}
#main-bottom-block #bnr-block li {width:100%;}
#main-bottom-block #bnr-block li:first-child {margin-right:0;margin-bottom:25px;}
}

/*NOTE*/
#note-block {border:1px solid #666;background:#fff;height:300px;overflow-y: auto;text-align:left;width:100%}
#note-block h2 {border-bottom:1px solid #666;font-size:1.2em;padding:10px 0 10px 15px;font-weight:normal}
#note-block #message-box {padding:25px;}
#note-block #message-box p img {display: none;}
#note-block #message-box a.btn {display: block;text-decoration:none;transition: 1.0s ;}
#note-block #message-box a.btn:hover{opacity:50%;}
#note-block #message-box .mu {}
#note-block #message-box .mu img {width: 100%;height: auto}
#note-block #message-box .mu h3 {margin-bottom: 1em;text-align: left;font-weight: normal;border-bottom:1px solid #ccc;padding-bottom:15px;font-size:1em;line-height:1.6em}
#note-block #message-box .mu small {display: block}


/*BTNSNS*/
#sns-block{letter-spacing:-.4em;margin:15px 0 5px;display:flex}
.btn-sns {margin-bottom:10px;width:auto;margin-right:8px;}
.btn-sns li {height:auto;margin-right:5px;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:#000;text-align:center;text-decoration:none;width:40px;height:40px;border-radius:50%;line-height:40px;transform:.5s;background:#dc006e;border:1px solid #666}
.btn-sns .btn-twitter a{background:#fff}
.btn-sns .btn-note a{background:#fff}
.btn-sns .btn-insta a{background:#fff}
.btn-sns li a i {color:#000;}
.btn-sns li a:hover {opacity: 50%}
@media screen and (max-width:860px) {
#sns-block{display:block}
}
@media screen and (max-width:679px) {
.btn-sns {letter-spacing:normal;display:block;width:auto;margin:0 auto 5px;}
.btn-sns li:last-child{margin-right:0;}
}

/*SNSSHARE*/
.list-sns{margin:0px 0 10px;letter-spacing:-.4em;vertical-align:middle;width:auto;}
.list-sns li{display:inline-block;/display:inline;/zoom:1;vertical-align:top;letter-spacing:normal;margin-right:5px;}
.list-sns li.twitter-share,.list-sns li.line-share,.list-sns li.eiga-share{padding-top:10px}
.list-sns li.fb-share{padding-top:1px;width:105px}
.list-sns li.fb-share0{padding-top:-4px;height:20px}
.list-sns li.eiga-share{padding-top:9px;width:100px}
.list-sns li.filmarks-share{padding-top:0px;width:90px}
.fb-like > span {width: 135px !important;}
.fb-like iframe {width: 135px !important;}
@media screen and (max-width:900px) {
.list-sns{display:block;}
.list-sns li.fb-share{padding-top:5px;}
}




/*TRAILER*/
#trailer {background:#666666;position:relative;}
.img-trailer {width:100%;}
#trailer #trailer-in {padding:60px 0}
#trailer h2 {font-size:1.4em;margin-bottom:20px;color:#fff;font-weight:500;letter-spacing:.2em;text-align:center;font-family: "Zen Old Mincho", serif;}
#trailer #trailer-in #trailer-in-in {width:800px;margin:0 auto 30px;}
.youtube-wrap {position: relative;width: 100%;padding-top: 56.25%;}
.youtube-wrap iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
@media screen and (max-width:800px) {
#trailer #trailer-in {padding:40px 0}
#trailer #trailer-in #trailer-in-in {width:90%;}
}

/*INTRO*/
#intro {background:#fff}
#intro #img-intro {width:100%;margin-bottom:40px;}
#intro #intro-in {width:1400px;margin:0 auto 0;}
#intro #intro-in #catch-intro01 {margin:30px 0 15px;width:20%;}
#intro #intro-in #catch-intro02 {margin:30px 0 30px;width:85%;}
#intro #intro-in #txt-intro {padding-bottom:40px;text-align:left;width:1000px;margin:auto;}
#intro #intro-in #txt-intro p {margin-bottom:.5em;text-align: justify;}
#intro #intro-photo {width:100%;margin-bottom:40px;}
#intro #intro-photo ul {display:flex}
#intro #intro-photo ul li {width:33.3333%}
#intro #intro-in .icon-intro {width:15%;float:right;margin:0 0 10px 20px;}
#intro #intro-in .icon-intro2 {width:30%;float:left;margin:0 20px 15px 0;}
#intro #intro-in #txt-intro #catch-intro{font-size:1.4em;font-weight:bold;line-height:1.7em;clear:both;}
.txt-arawareru2 span {opacity:0}
@media screen and (max-width:1400px) {
#intro #intro-in {width:auto;margin:0 25px 0;}
}
@media screen and (max-width:1000px) {
#intro #intro-in #txt-intro {width:auto;}
}
@media screen and (max-width:767px) {
#intro #intro-photo ul {flex-wrap: wrap;}
#intro #intro-photo ul li {width:50%}
#intro #intro-photo ul li:first-child {width:100%}
#intro #intro-in #catch-intro01 {margin:30px 0 15px;width:40%;}
#intro #intro-in #catch-intro02 {margin:30px 0 15px;width:100%;}
}

/*COMMENT*/
#comment {padding:80px 0 80px;background-image:url("../img/bg_comment.jpg");background-size:cover;background-attachment: fixed;background-position:center}
#comment #comment-in {width:1200px;margin:auto;background-image:url("../img/bg_comment_in.png");background-repeat:repeat;padding:30px 0;color:#fff;}
#comment #comment-in h2 {font-size:1.6em;margin-bottom:20px;color:#fff;font-weight:500;letter-spacing:.2em;text-align:center;font-family: "Zen Old Mincho", serif;}
#comment #comment-in .comment-jun{text-align:center;margin-bottom:30px;letter-spacing:.1em}
#comment #comment-in ul {display:flex;flex-wrap: wrap;align-items: flex-start;padding:0 30px;}
#comment #comment-in ul li {width:47%;margin:0 1.5% 35px;}
#comment #comment-in ul li.comment-long{width:97%;}
#comment #comment-in ul li div.txt-comment {text-align:left;line-height:1.6em; text-align: justify;}
#comment #comment-in ul li div.txt-comment p {margin-bottom:0.5em}
#comment #comment-in ul li div.name-comment {font-size:1.2em;text-align:right;line-height:1.2em;font-family: "Zen Old Mincho", serif;}
#comment #comment-in ul li div.name-comment span.katagaki-comment{font-size:.8em;font-family: "Zen Kaku Gothic New", sans-serif;line-height:1em;letter-spacing:.1em}
@media screen and (max-width:1200px) {
#comment #comment-in{width:auto;margin:0 25px;padding:25px }
}
@media screen and (max-width:767px) {
#comment #comment-in ul {display:block;padding:0 25px;}
#comment #comment-in ul li {width:100%;margin:0 0 30px;}
}

/*DIRECTOR*/
#director {width:100%;background:#e9536b;color:#fff;}
#director #director-in {width:1000px;margin:auto;padding:60px 0}
#director #director-in h2 {font-size:1.4em;margin-bottom:40px;font-weight:500;letter-spacing:.1em;text-align:center;font-family: "Zen Old Mincho", serif;}
#director #director-in .img-director {width:450px;margin:0 auto 40px}
#director #director-in .director-message{margin-bottom:30px;}
#director #director-in .director-profile {margin-bottom:30px;}
#director #director-in .director-profile h3 {font-size:1.5em;margin-bottom:7px;font-weight:500;letter-spacing:.05em;font-family: "Zen Old Mincho", serif;}
#director #director-in .director-profile h3 .director-katagaki{font-size:.7em;letter-spacing:0em;}
#director #director-in .director-profile h3 .director-kana{font-size:.65em;letter-spacing:.2em;}
#director #director-in .icon-dorector{width:150px;margin:0 auto 60px;}
@media screen and (max-width:1000px) {
#director #director-in {width:auto;padding:40px 25px}
}
@media screen and (max-width:900px) {
#director #director-in .img-director {width:50%;margin:0 auto 30px}
}
@media screen and (max-width:767px) {
#director #director-in .director-profile h3 {font-size:1.3em;}
}

/*THEATER*/
#theater {padding:60px 0 80px;position:relative;background:#fff}
#theater #theater-in {width:960px;margin:auto;text-align:left;padding-bottom:30px}
#theater a {color:#000;}
#theater #theater-in .muvitike-block{text-align:center;font-size:.9em;line-height:1.4em;color:#333;text-align:left;width:800px;margin:0 auto 50px}
#theater #theater-in .muvitike-block .muvitike-icon{width:250px;margin:0 auto 20px;}
#theater #theater-in h2 {font-size:1.4em;margin-bottom:40px;font-weight:500;letter-spacing:.1em;text-align:center;font-family: "Zen Old Mincho", serif;}
#theater #theater-in h3 {font-size:1.3em;margin-bottom:15px;font-weight:500;letter-spacing:.1em;text-align:center;font-family: "Zen Old Mincho", serif;}
#theater #theater-in .txt-theater-koukai{width:60%;margin:0 auto 40px;}
#theater #theater-in .txt-theater-day {font-size:1.1em;margin-bottom:15px;text-align:center}
.txt-genzai {margin-bottom:30px;}
#theater #theater-in .theater-event {width:auto;margin:0 auto 60px;background:#fff;border:3px solid #dcdddb}
#theater #theater-in .theater-event hr.hr-event {height:1px;background-color: #000;border: none;color: #000000;}
#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.2em;text-align:center;margin-bottom:25px;font-family: "Zen Old Mincho", serif;font-weight:500}
#theater #theater-in .theater-event .theater-event-in p{margin-bottom:1em;}
#theater #theater-in ul.list-btn {text-align:center;margin:30px auto 50px;letter-spacing:-.4em;width:860px}
#theater #theater-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 ul.list-btn li a {display:block;text-decoration:none;background:#666;color:#fff;padding:10px 0;border-radius:30px}
#theater #theater-in ul.list-btn li:last-child {margin-right:0}

#theater #theater-in .table-theater {width:960px;margin:0 auto 60px;color:#fff;border-collapse: separate;font-size:.9em;line-height:1.4em;}
#theater #theater-in .table-theater th,#theater #theater-in .table-theater td {padding:10px 10px;text-align:center;margin:0;border-collapse: separate;}

#theater #theater-in .table-theater td {background:#000;color:#000;background:#fff}
#theater #theater-in .table-theater th {background:#e9536b;font-weight:normal;color:#fff}
#theater #theater-in .table-theater.th01 {width:21%;}
#theater #theater-in .table-theater.th02 {width:35%;}
#theater #theater-in .table-theater.td02 {text-align:left!important;}
#theater #theater-in .table-theater.th03 {width:22%;}
#theater #theater-in .table-theater.th04 {width:22%;}
#theater #theater-in .table-theater.table-theater td.txt-left{text-align:left;}
#theater #theater-in .table-theater td.td01 {background:#f5f5f8}
@media screen and (max-width:960px) {
#theater #theater-in {width:auto;margin:0 25px;}
#theater #theater-in .txt-theater-catch{font-size:1.6em;}
#theater #theater-in .table-theater  {width:100%;margin:0 0 60px;}
}
@media screen and (max-width:859px) {
#theater #theater-in ul.list-btn {margin:30px 0 60px;width:auto;font-size:.8em}
#theater #theater-in ul.list-btn li {width:30%;margin-bottom:10px}
#theater #theater-in ul.list-btn li:nth-of-type(3n) {margin-right:0}
#theater #theater-in .txt-theater-koukai{width:70%;margin:0 auto 30px;}
}
@media screen and (max-width:800px) {
#theater #theater-in .txt-theater-koukai{width:auto;}
#theater #theater-in .muvitike-block{width:100%;margin:0 auto 40px}
}


/*FOOTER*/
#footer{padding:60px 0 40px;text-align:center;background:url("../img/bg_footer.jpg");background-position:center center}
#footer #footer-logo{width:600px;margin:0 auto 30px;}
#footer #sns-block{text-align:center;margin:0 auto 20px;display:block}
#footer #sns-block .btn-sns{text-align:center;display:block;margin:0 auto 0px;}
#footer #sns-block .list-sns{text-align:center;display:block;margin:auto;}
@media screen and (max-width:767px) {
#footer #footer-logo{width:80%;}
}

/*PHOTO*/
.img-photo1{}
.img-photo1 ul {letter-spacing:-.4em}
.img-photo1 ul li {letter-spacing:normal;width:25%;display:inline-block;vertical-align:top;}
@media screen and (max-width:767px) {
.img-photo1 ul li {width:50%;}
}

.img-photo2{}
.img-photo2 ul {display:flex}
.img-photo2 ul li {width:50%;}
@media screen and (max-width:767px) {
.img-photo2 ul {display:block}
.img-photo2 ul li {width:100%;}
}
.img-photo3{}
.img-photo3 ul {letter-spacing:-.4em}
.img-photo3 ul li {letter-spacing:normal;width:33.333333%;display:inline-block;vertical-align:top;}
.img-photo3 ul li:nth-child(1) {display:none}
@media screen and (max-width:767px) {
.img-photo3 ul li:nth-child(1) {display:block;width:100%;}
.img-photo3 ul li:nth-child(3) {display:none;}
.img-photo3 ul li {width:50%;}
}


/*FADE*/
.fadeIn {opacity: 0;-webkit-transition: 1s;transition: 1s;-webkit-transform: translateY(20px);transform: translateY(20px);}
.fadeIn.is-inview {opacity: 1;-webkit-transform: translateY(0px);transform: translateY(0px);}
.img_in_right {overflow: hidden;-webkit-transition: 1s;transition: 1s;opacity: 0;}
.img_in_right img {-webkit-transform: translateX(40px);transform: translateX(40px);-webkit-transition: 1s;transition: 1s;-webkit-clip-path: inset(0 0 0 100%);clip-path: inset(0 0 0 100%);}
.img_in_right.is-inview {opacity: 1;}
.img_in_right.is-inview img {-webkit-clip-path: inset(0);clip-path: inset(0);-webkit-transform: translateX(0px);transform: translateX(0px);}


#backtotop{bottom:5px;height:45px;position:fixed!important;right:5px;width:45px;text-indent:-9999px;z-index:10000}
#backtotop a{background:url(../img/btn_backtotop.png) no-repeat scroll 0 0 transparent;display:block;height:45px;width:45px}
#backtotop a:hover{background:url(../img/btn_backtotop.png) no-repeat scroll 0 -45px transparent}


@media screen and (min-width:768px) {
.pc-only{display:block}
.sp-only{display:none}
}

@media screen and (min-width: 0px) and (max-width:767px) {
.pc-only{display:none}
.sp-only{display:block}
}


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#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;}
#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;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(../../pre/img/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../../pre/img/controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .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 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
