@charset "UTF-8";
body {
  width: 100%;
  height: 100%;
  background-color: #000; }

#s_wrap *::-moz-selection {
  background: #ad0000;
  /* Safari */ }

#s_wrap *::selection {
  background: #ad0000;
  /* Safari */ }

#s_wrap *::-moz-selection {
  background: #ad0000;
  /* Firefox */ }

@media (min-width: 320px) {
  #s_wrap {
    font-size: calc(0.9375rem + ((1vw - 3.2px) * 0.4464)); } }

@media (min-width: 768px) {
  #s_wrap {
    font-size: 17px; } }

a {
  color: red; }

img {
  width: 100%;
  height: auto; }

@font-face {
  font-family: "MyFont";
  src: url(../font/onryou2.woff) format("woff"); }

@font-face {
  font-family: "MyFont2";
  src: url(../font/hui.woff) format("woff"); }

#footer {
  color: #fff;
  margin: 150px  0 50px; }
  #footer .logo {
    text-align: center; }
    #footer .logo img {
      max-width: 100px; }

#s_wrap {
  color: white;
  position: relative;
  line-height: 1.5;
  font-family: "MyFont2"; }
  #s_wrap::after {
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), color-stop(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: linear-gradient(0.25turn, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)); }
  #s_wrap::before {
    background-image: url(../img/bg-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 108px;
    content: "";
    z-index: -1; }

.first {
  background: url(../img/bg.jpg) center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .first p {
    font-size: 5vw;
    color: red;
    letter-spacing: 1vw;
    font-family: "MyFont";
    text-shadow: 0px 0px 1px #000,0px 0px 2px #000,0px 0px 3px #000; }
    @media screen and (max-width: 425px) {
      .first p {
        font-size: 12vw; } }

.container {
  padding: 2rem; }
  @media screen and (max-width: 768px) {
    .container {
      padding: 1rem; } }

.maxW {
  max-width: 1420px;
  margin: auto; }

.ttl {
  font-weight: bold;
  color: red;
  text-align: center; }

.ttl2 {
  color: red;
  font-size: 1.5rem;
  letter-spacing: 5px;
  padding: 1rem 5% 1rem 5rem;
  position: relative;
  display: inline-block;
  margin: 2rem 0; }
  @media screen and (max-width: 425px) {
    .ttl2 {
      font-size: 9vw;
      padding: 0rem 0% 0rem 3rem; } }

.ic_woman {
  background-image: url(../img/woman.png);
  background-size: auto 100%;
  background-repeat: no-repeat; }

.ic_movie {
  background-image: url(../img/movie.png);
  background-size: auto 100%;
  background-repeat: no-repeat; }

.ic_sound {
  background-image: url(../img/sound.png);
  background-size: auto 100%;
  background-repeat: no-repeat; }

.ic_gallery {
  background-image: url(../img/gallery.png);
  background-size: auto 100%;
  background-repeat: no-repeat; }

.border-gradation {
  border-bottom: 1px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(red), to(#000));
  -webkit-border-image: -webkit-linear-gradient(left, red 0%, #000 100%);
  -o-border-image: -o-linear-gradient(left, red 0%, #000 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(red), to(#000));
  border-image: linear-gradient(to right, red 0%, #000 100%);
  border-image-slice: 1; }

.nikki {
  background-image: url(../img/diary_bg2.png), url(../img/diary_bg.jpg);
  background-position: bottom right , center;
  background-repeat: no-repeat, repeat;
  background-size: auto 90% , contain;
  color: #160000;
  padding: 5rem 1rem;
  position: relative;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 6.4rem 2rem rgba(0, 0, 0, 0.9) inset;
  box-shadow: 0px 0px 6.4rem 2rem rgba(0, 0, 0, 0.9) inset;
  text-align: center; }
  .nikki > div {
    max-width: 1100px;
    margin: auto; }
    .nikki > div p {
      margin-bottom: 5px; }
  .nikki .ttl {
    color: #ca0000;
    text-decoration: underline;
    font-weight: bold; }

.target {
  text-align: center; }
  .target ul li {
    display: inline-block;
    width: calc(100% / 5.4);
    margin: 0 0 1rem; }
    @media screen and (max-width: 768px) {
      .target ul li {
        width: calc(100% / 3.4); } }
    .target ul li a img {
      max-width: 30%; }
      @media screen and (max-width: 768px) {
        .target ul li a img {
          max-width: 50%; } }
    .target ul li .name {
      margin: 1rem 0; }

.gallery {
  background: url(../img/wave.png), #000;
  background-position: center;
  background-repeat: repeat-x;
  background-size: contain;
  -webkit-box-shadow: 0 0 2rem 2rem #000;
  box-shadow: 0 0 2rem 2rem #000;
  margin: 2rem 0; }
  .gallery .ttl2 {
    margin-bottom: 1rem; }
  .gallery .maxW {
    padding: 2rem; }
    @media screen and (max-width: 768px) {
      .gallery .maxW {
        padding: 1rem; } }
  .gallery .flexW {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      .gallery .flexW {
        display: block; } }
  .gallery .txt {
    margin: 0 0 1rem; }
  .gallery .movie {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0; }
    .gallery .movie a {
      display: inline-block;
      margin-bottom: 1rem; }
      .gallery .movie a img {
        width: auto;
        max-height: 500px; }
    .gallery .movie video {
      width: auto;
      max-height: 500px; }
  .gallery .imgG {
    text-align: center; }
    .gallery .imgG li {
      display: inline-block;
      max-width: 100px; }
      @media screen and (max-width: 768px) {
        .gallery .imgG li {
          max-width: 80px; } }
  .gallery audio {
    display: block;
    margin: 0 auto 10px; }

.jkBox {
  text-align: center; }
  .jkBox .jusyou {
    color: #fff;
    margin-bottom: 2rem;
    font-size: 3rem;
    display: inline-block;
    background-color: #a41117; }
    @media screen and (max-width: 768px) {
      .jkBox .jusyou {
        font-size: 5vw; } }
  .jkBox .ttl2 {
    font-size: 50px;
    padding: 0; }
    .jkBox .ttl2 span {
      border-bottom: 2px solid; }
    @media screen and (max-width: 768px) {
      .jkBox .ttl2 {
        font-size: 5vw; } }
  .jkBox .jk {
    max-width: 1070px;
    margin: auto; }
    .jkBox .jk img {
      -webkit-box-shadow: 0 0 1.5rem .8rem #000;
      box-shadow: 0 0 1.5rem .8rem #000; }
  .jkBox .data {
    margin: 2rem 0 0; }

.buy p {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  font-size: 2.5rem;
  background: url(../img/buy_bg.png) no-repeat center;
  background-size: 100%;
  background-position: center .6rem;
  position: relative; }
  .buy p:hover a {
    color: red; }
  .buy p a {
    color: #fff;
    display: inline-block;
    width: 100%;
    text-decoration: none; }

#spotLightCover {
  position: fixed;
  overflow: hidden;
  pointer-events: none;
  top: 0;
  width: 100vw;
  height: 100vh; }

.spotLight {
  display: none; }

.lightSwitch {
  position: fixed;
  top: 10px;
  left: 10px;
  height: 37px;
  width: 37px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../img/flashlightOn.png) no-repeat center;
  background-size: 70%;
  background-color: rgba(255, 0, 0, 0.5);
  padding: 5px;
  z-index: 2; }
  .lightSwitch:hover {
    cursor: pointer; }
  .lightSwitch.turntOff {
    background-image: url(../img/flashlightOff.png); }

.show {
  display: block;
  position: absolute;
  top: 9vw;
  left: 7vh;
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9) 70%);
  -webkit-box-sizing: none;
  box-sizing: none;
  pointer-events: none; }

canvas {
  width: 100%;
  height: 100vh;
  position: absolute; }

.fadeOut {
  opacity: 0; }

.fadeIn {
  opacity: 1;
  -webkit-transition: 3.0s;
  -o-transition: 3.0s;
  transition: 3.0s; }

/*************************************
* ハンバーガーメニュー
*************************************/
/*
.toggleMenu {
	display: block;
 position: fixed;
 right: 13px;
 top: 13px;
 width: 45px;
 height: 42px;
 cursor: pointer;
 z-index: 3;
	span {
		display: block;
		position: absolute;
		width: 70%;
		color:red;
		border-bottom: solid 3px rgba(255, 0, 0, 0.8);
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		padding-top: 5px;
		right: 7px;
		&:nth-child(1) {
			top: 3px;
		}
		&:nth-child(2) {
			top: 13px;
		}
		&:nth-child(3) {
			top: 23px;
		}
		&:nth-child(4) {
			border: none;
			top: 28px;
			left: 5px;
			font-size: 12px;
			font-weight: bold;
		}
	}
	&.active{
		span{
			&:nth-child(1) {
				top: 15px;
				left: 4px;
				-webkit-transform: rotate(-45deg);
				-moz-transform: rotate(-45deg);
				transform: rotate(-45deg);
			}
			&:nth-child(2),
			&:nth-child(3){
				top: 15px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
			}
		}

	}
}



#navigation{
 ul{
	li{
	 padding: 0 5px;
	 display: block;
	 &:hover a{
		color:#000;
	 }
	 a{
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none;
	 }
	}
 }
}

.pc_nav{
 position: fixed;
 z-index:1;
 width: 100%;
 margin: 0px 0 0 0;
 background-color: rgba(#000, .8);
 padding: 10px 0;
 // border-bottom:1px solid red;
 ul{
	justify-content:center;
	display: flex;
	li{
	margin: 0 1%;
	display: block;
	}
 }
}

.sp_nav {
 position: fixed;
 top: 0;
 right:0;
 width: 150px;
 transform: translateX(100%);
 z-index: 2;
 padding-top: 50px;
 transition: all 0.2s;
 background-color: rgba(#000, .8);
 ul{
	padding:1rem;
	li{
	 margin-bottom: 5px;
	 font-size: 1.2rem;
	}
 }
}
.sp_nav.active {
	transform: none;
}

*/
