@charset "utf-8";

@font-face {
  font-family: 'Bolton';
  font-style: normal;
  font-weight: normal;
  src: local('Bolton'), url('font/Bolton.woff') format('woff');
}

@font-face {
	font-family: 'decnodi';
	src: url('font/decnodi.eot');
	src: local('decnodi'), url('font/decnodi.woff') format('woff'), url('font/decnodi.ttf') format('truetype');
}
/************************************************

@common.css

(c) ULM Co.,Ltd. - https://www.ulm-design.com
==========

0.html5doctor.com Reset Stylesheet v1.6.
1.html,body
2.#wrapper
3.#header
  3.1 nav
4.#main
  4.1 banner
  4.2 SNS
5.#footer
6.#preloader
7.Modules
8.iziModal
  8.1 iziModal custom

************************************************/
/* 0.html5doctor.com Reset Stylesheet v1.6.1 + box-sizing:border-box */
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}ins,mark{background-color:#ff9;color:#000}body{line-height:1}li,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote::after,blockquote::before,q::after,q::before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}*,*::before,*::after{box-sizing:border-box}

/*-------------------------------

1.html,body

-------------------------------*/
html {}

body {
  width: 100%;
  /* min-width: 1280px; */
  color: #444;
  font: 13px/1em "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-display: swap;
  letter-spacing: 2px;
  line-height: 2;
  word-break: break-all;
  word-wrap: break-word;

  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  
  background: #fff url("../img/ova/bg_pc.jpg") center top no-repeat fixed;
  background-size: cover;
  position: relative;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.w100 {
  width: 100%;
}

a {
  cursor: pointer;
  transition: all ease .4s;
  text-decoration: none;
}

a:hover {
  opacity: .6;
}

#main {
  display: flex;
}

/* nav */

.pc-nav {
  position: fixed;
  width: 220px;
  height: 100vh;
  padding: 80px 2% 2%;
  border-right: double 4px #c4ab64;
}

.nav-btn {
  margin: 70px auto 0;
  display: block;
}

/* main */
.contents-wrapper {
  width: calc(100% - 220px);
  position: absolute;
  right: 0;
  text-align: center;
}

.mv {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 3%;
}

.logo {
  width: 60%;
  position: absolute;
  bottom: 5%;
}

.visual {
  width: 100%;
}

.ttl {
  width: 600px;
  margin: 0 auto 5%;
  padding: 2% 0 0;
}

.frame {
  width: 40px;
  position: fixed;
  z-index: 2;
}

#wrapper .frame:nth-child(1) {
  transform: rotate( 90deg );
  top: 3px;
  left: 10px;
}

#wrapper .frame:nth-child(2) {
  transform: rotate( 180deg );
  top: 3px;
  right: 10px;
}

#wrapper .frame:nth-child(3) {
  /* transform: rotate( 90deg ); */
  bottom: 3px;
  left: 10px;
}

#wrapper .frame:nth-child(4) {
  transform: rotate( -90deg );
  bottom: 3px;
  right: 10px;
}

.bnr-event {
  width: 300px;
  display: block;
  margin: 0 auto 2%;
}

/* story */
.story-ttl {
  font-size: 22px;
  letter-spacing: 5px;
  margin: 0 0 45px;
}

.story-ph-box {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin: 0 auto 50px;
  justify-content: space-between;
  max-width: 800px;
}

.story-ph {
  width: 49%;
  margin: 1% 0 0;
}

.story-txt {
  font-size: 18px;
  text-align: left;
  display: inline-block;
  margin: 30px 30px 10px;
}

.staff-list {
  text-align: left;
  font-size: 13px;
  margin: 0 30px 30px;
  padding: 10px 10px 0;
  border-top: double 3px #b7b2ab;
}

.story-txt-box {
  display: inline-block;
  position: relative;
  width: 50%;
  margin: 0 0 5%;
}

.story-txt-box:before , .story-txt-box:after { 
  content:'';
  width: 100%;
  height: 6vw;
  position: absolute;
  display: inline-block;
}

.story-txt-box:before {
  border-left: solid 2px #c4ab64;
  top: -20px;
  left: 0;
}

.story-txt-box:after {
  border-right: solid 2px #c4ab64;
  bottom: -20px;
  right: 0;
}

.border-box:before , .border-box:after { 
  content:'';
  width: 21vw;
  height: 100%;
  position: absolute;
  display: inline-block;
}

.border-box:before {
  border-top: solid 2px #c4ab64;
  top:0;
  left: -20px;
}

.border-box:after {
  border-bottom: solid 2px #c4ab64;
  bottom:0;
  right: -20px;
}


/* BD DVD */
.dvd-ttl {
color: #c4ab64;
font-size: 22px;
}

.package-img {
  width: 30%;
  max-width: 550px;
  margin: 3% auto;
}

.detail-box {
  margin: 0 0 4%;
}

.detail-ttl {
  color: #c4ab64;
  font-size: 17px;
  margin: 0 0 1%;
}

.detail-contents {
  font-size: 20px;
  line-height: 2.2;
}

.min-txt {
  font-size: 15px;
}

.tokuten-contents {
  font-size: 20px;
  line-height: 1.4;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 0 5%;
  padding: 0 0 9px;
}

.tokuten-contents:after {
  content:'';
  border-bottom: double 4px  #c4ab64;
  width: 190px;
  position: absolute;
  bottom: 0;
}

.tokuten-img-box {
  display: flex;
  justify-content: space-around;
  margin: 0 auto 1%;
  max-width: 1000px;
}

.tokuten-img {
  margin: 0 auto;
  width: 40%;
  max-width: 450px;
}

.tokuten-txt {
  font-size: 16px;
  margin: 0 auto 3%;
}

.caution {
  color: #666;
}

#hojin-tokuten .ttl {
  margin: 6% auto 4%;
}

#hojin-tokuten .tokuten-contents {
  margin: 0 0 3%;
}

.hojin-ttl {
  background: #c4ab64;
  color: #fff;
  margin: 1% auto 3%;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
}

.buy-btn {
  display: block;
  color: #444;
  font-size: 1.3em;
  border: solid 1px #444;
  margin: 0 auto 70px;
  padding: 2px 0;
  width: 200px;
}

.buy-btn:hover {
  background-color: #444;
  color: #fff;
  opacity: 1;
}

.drop-shadow {
  box-shadow: -4px 5px 24px -10px rgba(0,0,0,0.6);
  border: solid 1px #eee;
}

.bold {
  font-size: 18px;
  font-weight: bold;
}

.store-list {
  font-size: 15px;
  margin: 0 auto 2%;
}

#footer {
  margin: 5% auto 0;
  padding: 3% 0 1%;
  background: #151515;
}

#footer p {
  color: #fff;
}


.top-link {
  width: 300px;
  display: block;
  margin: 0 auto 2%;
}

#cc {
  color: #fff;
}

.movie {
  width: 50%;
  margin: 0 auto 5%;
  aspect-ratio: 16 / 9;
}
.movie iframe {
  width: 100%;
  height: 100%;
}


/* 配信情報 */
#haishin {
  width: 1000px;
  margin: 80px auto 0;
}

#haishin .tokuten-contents {
  margin: 0 0 3%;
}

.haishin-txt {
  font-size: 16px;
}

.haishin-link-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 30px auto;
}

.haishin-link  {
  color: #444;
  font-size: 13px;
  width: 200px;
  height: 60px;
  border: solid 1px #444;
  /* display: inline-block; */
  /* padding: 15px 5px; */
  margin: 0 10px 30px;
  line-height: 60px;
  overflow: hidden;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.haishin-link:hover {
  color: #fff;
  background: #444;
  border: solid 1px #444;
  opacity: 1;
}

.haishin-link span {
  font-size: 50%;
  margin-top: -22%;
  letter-spacing: 0.5px;
}




/************************************************

SP

************************************************/
@media all and (max-width:896px) {
  
  html {
    width: 100%;
    overflow-x: hidden;
    background: #f3f3f3;
  }
  
  body {
    min-width: 100%;
    position: relative;
    z-index: 1;
    background: none;
    overflow-x: hidden;
  }
  
  body::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    background: #fff url("../img/ova/bg_sp.jpg") center top no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
  
  #wrapper {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  .frame {
    width: 30px;
  }

  .contents-wrapper {
    width: 100%;
    position: relative;
  }

  .logo {
    width: 87%;
  }

  .ttl {
    width: 100%;
    margin: 0 auto 5%;
    padding: 10% 0 0;
  }

  .bnr-event {
    width: 70%;
    margin: 7% auto 0;
  }
  
  .story-ttl {
    font-size: 1.3em;
    margin: 0 0 6%;
  }

  .story-ph-box {
    width: 80%;
    margin: 0 auto 30px;
  }

  .story-ph {
    margin: 0;
}

  .story-txt {
    font-size: 1.1em;
    margin: 5% 5% 0;
}

  .story-txt-box {
    width: 80%;
    margin: 0 0 15%;
  }

  .staff-list {
    font-size: 11px;
    margin: 5%;
  }

  .story-txt-box:before, .story-txt-box:after {
    height: 20%;
  }

  .border-box:before, .border-box:after {
    width: 80%;
  }

  .story-txt-box:before {
    border-left: solid 1px #c4ab64;
    top: -12px;
    left: 0;
  }
  
  .story-txt-box:after {
    border-right: solid 1px #c4ab64;
    bottom: -12px;
  }
  
  .border-box:before {
    border-top: solid 1px #c4ab64;
    top:0;
    left: -12px;
  }
  
  .border-box:after {
    border-bottom: solid 1px #c4ab64;
    bottom:0;
    right: -12px;
  }

  .dvd-ttl {
    font-size: 1.3em;
  }
  
  .package-img {
    width: 40%;
    margin: 3% auto 10%;
  }

  .detail-ttl {
    font-size: 1.2em;
    margin: 0;
  }

  .detail-contents {
    font-size: 1.4em;
    padding: 0 7%;
  }

  .min-txt {
    font-size: .6em;
  }

  .detail-box {
    margin: 0 0 7%;
  }

  .tokuten-contents {
    font-size: 1.4em;
    margin: 2% 0 9%;
    padding: 0 7% 12px;
  }

  .tokuten-img-box {
    justify-content: space-around;
    margin: 0 auto 1%;
    flex-direction: column;
    align-content: center;
  }

  .tokuten-img {
    margin: 0 auto 5%;
    width: 60%;
  }

  .tokuten-txt {
    font-size: 1em;
    margin: 0 5% 8%;
  }

  .caution {
    margin: 0 5%;
    font-size: 10px;
    text-align: left;
    display: inline-block;
  }

  #hojin-tokuten .ttl {
    margin: 16% auto 11%;
  }

  #hojin-tokuten .tokuten-contents {
    margin: 2% 0 7%;
  }

  .hojin-ttl {
    margin: 0 6% 9%;
    font-size: 1.2em;
  }

  .buy-btn {
    width: auto;
    display: inline-block;
    margin: 0 auto 15%;
    padding: 0 16%;
  }

  .bold {
    font-size: 1.2em;
  }

  .store-list {
    font-size: 1em;
    margin: 0 7% 7%;
  }

  #footer {
    margin: 12% auto 0;
    padding: 11% 5% 5%;
  }

  .top-link {
    width: 70%;
    margin: 0 auto 6%;
  }

  #footer p {
    font-size: 11px;
  }

  #cc {
    font-size: 10px;
  }

  #wrapper .frame:nth-child(2) {
    display: none;
  }

  #drawer-btn {
    z-index: 100;
    top: 10px;
    right: 10px;
    display: block;
    position: fixed;
  }

  #drawer-line-box {
    width: 28px;
    height: 17px;
    margin: 0 auto;
  }

  .drawer-line {
    width: 100%;
    height: 1px;
    background: #c4ab64;
    display: block;
    margin: 0 0 7px 2px;
    transition: all .5s;
    transform: rotate(0);
  }

  #drawer-container {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 50;
    top: 0px;
    left: 0px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    opacity: 0;
    background: url("../img/ova/nav/bg_sp.png") no-repeat center;
    background-size: cover;
    padding: 50px 0 0 0;
  }

  #drawer-container-inner {
    width: 100%;
    padding: 6% 27%;
    position: relative;
    z-index: 1;
  }

  .deco {
    margin: 20% auto 0;
  }

  #drawer-container .open {
    display: block;
    opacity: 1;
  }

  .open .drawer-line:nth-child(1){
    transform: rotate(405deg) translate(6px,5px);
  }

  .open .drawer-line:nth-child(2){
    opacity:0;
  }

  .open .drawer-line:nth-child(3){
    transform: rotate(-405deg) translate(6px,-6px);
  }

  .movie {
    width: 80%;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
  }

  #haishin {
    width: 100%;
    margin: 3% auto 0;
  }

  #haishin .ttl {
    /* margin: 0 auto 8%; */
  }

  .mihodai {
    width: 90%;
    margin: 0 auto;
  }

  .haishin-txt {
    font-size: 1em;
  }

  #haishin .tokuten-contents {
    margin: 13% 0 5%;
  }

  .haishin-link {
    color: #444;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    width: 46%;
    margin: 2%;
  }

  .haishin-link span {
    font-size: .7em;
  }

  .haishin-att {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }

}