@charset "utf-8";
html {}
body {
  background-color: #FFFFFF;
  min-width: 980px;
  -webkit-text-size-adjust: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
a:link {
  color: #000000;
  transition: .3s;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #0099CC;
  text-decoration: underline;
}
a:active {
  color: #999999;
  text-decoration: none;
}
a.btn img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -ms-filter: 'alpha(opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
a:hover.btn img {
  -ms-filter: 'alpha(opacity=60)';
  filter: alpha(opacity=30);
  -moz-opacity: 0.40;
  opacity: 0.40;
}
a {
  outline: none;
}
::selection {
  background: #000000;
  color: #FFFFFF;
}
::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}
::-webkit-selection {
  background: #000000;
  color: #FFFFFF;
}
strong {
  font-weight: bold;
}
.pc {
  display: inherit !important;
}
.sp {
  display: none !important;
}
#wrapper {
  overflow: hidden
}
/*--HEADER-------------*/
header {
  height: 500px;
  background-color: #000;
  background-image: url(../../images/bg.jpg);
  background-position: center center;
  background-size: cover;
  color: #FFF;
  position: relative;
  overflow: hidden;
}
header h1 {
  position: absolute;
  left: 45px;
  top: 35px;
  z-index: 1
}
header .logo_pref {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1
}
header .read {
  text-align: center;
  padding-top: 107px;
  position: relative;
  z-index: 1
}
header #video_bg_pc {
position: absolute;
right: 0;
bottom: 0;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
width: 100%;
height: auto;
z-index: 0;
display: block
}
header #video_bg_sp {
display: none
}
/*--OUTLINE-------------*/
#outline {
  background-color: #fff100;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
#outline p.exp {
  font-size: 18px;
  line-height: 2.5;
  padding-bottom: 3em;
  letter-spacing: 0.15em;
}
#outline p.read {
  font-size: 31px;
  line-height: 2;
  padding-bottom: 3em;
  letter-spacing: 0.05em;
}
ul#data {}
ul#data li {
  display: inline;
  margin-left: 20px;
  margin-right: 20px;
}
ul#data li img {
  width: 300px;
  height: auto;
  margin-bottom: 30px;
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: #000;
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 760px;
}
.modal__content .closebtn {
  position: absolute;
  right: -32px;
  top: -32px;
}
/*--PHOTO-------------*/
#Photo {}
#Photo ul li {
  height: 180px;
  width: calc(100% / 5);
  float: left;
  position: relative;
  background-position: center center;
  background-size: cover;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}
#Photo ul li span {
  font-size: 9px;
  text-align: right;
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #FFF;
  line-height: 1.2;
}
/*--MOVIE-------------*/
#movie_wrap {
  background-color: #000;
  background-image: url(../../images/bg.jpg);
  background-position: center center;
  background-size: cover;
  color: #FFF;
  padding-top: 100px;
}
.contents {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
.contents:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}
.contents .ttl {
  text-align: center;
  font-size: 28px;
  padding-bottom: 80px;
}
.contents .ttl span {
  font-size: 20px;
}
.contents h2 {
  font-size: 28px;
  border-left: 5px solid #fff100;
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 40px;
}
ul.mov_list {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
ul.mov_list li {
  width: 340px;
  height: 250px;
  position: relative;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
}
ul.mov_list li:nth-child(3n) {
  margin-right: 0px;
}
ul.mov_list li iframe {
  width: 340px !important;
  height: 190px !important;
  position: relative;
  z-index: 1;
}
ul.mov_list li span {
  display: block;
  width: 340px;
  height: 190px;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  cursor: pointer
}
ul.mov_list li .cap{
width: 100%;
line-height: 3;
font-size: 18px;
text-align: center
}
ul.mov_list li .thumbnail img {
  width: 100%;
  height: auto;
  transition: .3;
}
ul.mov_list li span img:hover {
  opacity: .8;
}
.mov_01 .mov_list {
  margin-top: -70px;
}
ul.mov_list li.player5_1 {
  width: 760px !important;
  height: 428px !important;
  margin-right: 0px !important;
}
ul.mov_list li.player5_1 iframe {
  width: 760px !important;
  height: 428px !important;
}
ul.mov_list li.player5_1 span {
  width: 760px !important;
  height: 428px !important;
}
.mov_01, .mov_02 {
  margin-bottom: 80px;
  border-bottom: 1px solid #FFF100;
  padding-bottom: 50px;
}
/*--FOOTER-------------*/
footer {
  background-color: #000;
  clear: both;
  color: #FFF;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 60px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}
footer ul {
  padding-bottom: 30px;
}
footer li {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
}
footer li:first-child {
display: block
}
footer .logo_pref{
  padding-bottom: 30px;
}




































@media screen and (max-width: 479px) {
html {}
body {
  background-color: #FFFFFF;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
a:link {
  color: #000000;
  transition: .3s;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #0099CC;
  text-decoration: underline;
}
a:active {
  color: #999999;
  text-decoration: none;
}
a.btn img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -ms-filter: 'alpha(opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
a:hover.btn img {
  -ms-filter: 'alpha(opacity=60)';
  filter: alpha(opacity=30);
  -moz-opacity: 0.40;
  opacity: 0.40;
}
a {
  outline: none;
}
::selection {
  background: #000000;
  color: #FFFFFF;
}
::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}
::-webkit-selection {
  background: #000000;
  color: #FFFFFF;
}
strong {
  font-weight: bold;
}
.pc {
  display: none !important;
}
.sp {
  display: inherit !important;
}
#wrapper {
  overflow: hidden
}
/*--HEADER-------------*/
header {
  height: 100vh;
  background-color: #000;
  background-image: url(../../images/bg.jpg);
  background-position: center center;
  background-size: cover;
  color: #FFF;
  position: relative
}
header h1 {
  position: absolute;
  left: 20px;
  top: 15px;
}
header h1 img{
width: 120px;
height: auto;
}
header .logo_pref {
  position: absolute;
  right: 20px;
  top: 20px;
}
header .logo_pref img{
width: 70px;
height: auto;
}
header .read {
  text-align: center;
  padding-top: 32vh;
}
header .read img{
width: 80%;
height: auto;
}
header #video_bg_pc {
position: absolute;
right: 0;
bottom: 0;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
width: 100%;
height: auto;
z-index: 0;
display: none
}
header #video_bg_sp {
position: absolute;
right: 0;
bottom: 0;
top: 0;
left: -61vh;
min-width: auto;
min-height: 100%;
width: auto;
height: 100%;
z-index: 0;
display: block
}
/*--OUTLINE-------------*/
#outline {
  background-color: #fff100;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
#outline p.exp {
  font-size: 14px;
  line-height: 2.5;
  padding-bottom: 3em;
  letter-spacing: 0.05em;
  padding-left: 0.8em;
}
#outline p.read {
  font-size: 24px;
  line-height: 2;
  padding-bottom: 3em;
  letter-spacing: 0.05em;
}
ul#data {
width: 90%;
margin-left: auto;
margin-right: auto;
}
ul#data li {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
}
ul#data li img {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}
ul#data li a{
pointer-events: none;
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: #000;
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 760px;
}
.modal__content .closebtn {
  position: absolute;
  right: -32px;
  top: -32px;
}
/*--PHOTO-------------*/
#Photo {}
#Photo ul li:first-child,
#Photo ul li:last-child{
display: none;
}
#Photo ul li {
  height: 100px;
  width: calc(100% / 3);
  float: left;
  position: relative;
  background-position: center center;
  background-size: cover;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}
#Photo ul li span {
  font-size: 9px;
  position: absolute;
  right: 2px;
  bottom: 2px;
  color: #FFF;
}
/*--MOVIE-------------*/
#movie_wrap {
  background-color: #000;
  background-image: url(../../images/bg.jpg);
  background-position: center center;
  background-size: cover;
  color: #FFF;
  padding-top: 50px;
}
.contents {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.contents:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}
.contents .ttl {
  text-align: center;
  font-size: 18px;
  padding-bottom: 40px;
  line-height: 2.2;
}
.contents .ttl span {
  font-size: 16px;
  display: block;
}
.contents h2 {
  font-size: 20px;
  border-left: 5px solid #fff100;
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 40px;
}
ul.mov_list {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
ul.mov_list li {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 80px;
}
ul.mov_list li:before {
    content:"";
    display: block;
    padding-top: 55%;
}
ul.mov_list li:nth-child(3n) {
  margin-right: 0px;
}
ul.mov_list li iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
ul.mov_list li iframe:before {
    content:"";
    display: block;
    padding-top: 55%; /* 高さを幅の55%に固定 */
}
ul.mov_list li span {
  display: block;
  width: 100%;
  height: auto;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  cursor: pointer
}
ul.mov_list li .cap{
width: 100%;
line-height: 3;
font-size: 18px;
text-align: center;
position: absolute;
}
ul.mov_list li .thumbnail img {
  width: 100%;
  height: auto;
  transition: .3;
}
ul.mov_list li span img:hover {
  opacity: .8;
}
.mov_01 .mov_list {
  margin-top: 0px;
}
ul.mov_list li.player5_1 {
  width: 100% !important;
  height: auto !important;
  margin-right: 0px !important;
}
ul.mov_list li.player5_1 iframe {
  width: 100% !important;
  height: auto !important;
}
ul.mov_list li.player5_1 span {
  width: 100% !important;
  height: auto !important;
}
.mov_01, .mov_02 {
  margin-bottom: 40px;
  border-bottom: 1px solid #FFF100;
  padding-bottom: 25px;
}
/*--FOOTER-------------*/
footer {
  background-color: #000;
  clear: both;
  color: #FFF;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 60px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 11px;
}
footer ul {
  padding-bottom: 50px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
footer li {
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
}
footer li img{
width: 100%;
height: auto
}
}