@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 1;
  vertical-align: baseline;
  background: transparent;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN" , "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

html {
  font-size: 62.5%; }

h1, h2, p {
  /*transform: rotate(0.05deg);*/ }

body {
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  width: 100%;
  font-family: A1 Mincho; }
  body.active {
    overflow: hidden;
    position: fixed; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
  transform: rotate(0.05deg);
  text-decoration: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

.cf:after {
  content: " ";
  display: block;
  clear: both; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

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

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.en {
  /*font-family:Gothic Medium BBB;*/
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.2em; }

.sp {
  display: none; }

.pc {
  display: inline-block; }

@media screen and (max-width: 768px) {
  .sp {
    display: inline-block; }

  .pc {
    display: none; } }
/*
.mfp-inline-holder .mfp-content, 
.mfp-ajax-holder .mfp-content{
	width:96vw;
	max-width:1360px;
	height:45vw;
	iframe{
		width:100%!important;
		height:100%!important;
	}
}
.mfp-iframe-holder .mfp-content{
	max-width:1360px;
}
.mfp-content{
	&:before{
		content:"×";
		color:#fff;
		position:absolute;
		top:-40px;
		right:-40px;
		font-size:40px;
		cursor: pointer;
	}
}
*/
button.mfp-close {
  display: none; }

#movie {
  width: calc(100% - 530px);
  height: 100vh;
  position: fixed;
  top: -35vh;
  right: 0;
  overflow: hidden;
  z-index: 1; }
  #movie video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1; }
  #movie .movie_btn {
    position: fixed;
    bottom: 35px;
    right: 35px;
    z-index: 2; }
    #movie .movie_btn a {
      display: block;
      border-radius: 5px;
      background-color: #fff;
      text-align: center;
      line-height: 1;
      padding: 20px 0;
      width: 214px;
      font-family: A1 Mincho; }

#youtube-movie {
  margin: 0 auto;
  width: 100%;
  max-width: 976px;
  /* 最大の横幅 */ }

#youtube-movie-content {
  padding-top: 56.25%;
  position: relative;
  width: 100%; }

#youtube-movie-content iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important; }

.popup-modal-dismiss {
  color: #fff;
  position: absolute;
  top: -40px;
  right: -40px;
  font-size: 40px;
  cursor: pointer; }

#modal-content {
  width: 80%;
  margin: 0;
  padding: 0;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 99999; }

#modal-content .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden; }

#modal-content .inner #player {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

#modal-overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75); }

@media screen and (min-width: 769px) {
  #movie {
    width: calc(100% - 530px);
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 1; }
    #movie video {
      min-width: 100%;
      min-height: 100vh;
      z-index: 1; }
    #movie .movie_btn {
      position: fixed;
      bottom: 35px;
      right: 35px;
      z-index: 2; }
      #movie .movie_btn a {
        display: block;
        border-radius: 5px;
        background-color: #fff;
        text-align: center;
        line-height: 1;
        padding: 20px 0;
        width: 214px;
        font-family: A1 Mincho; } }
#fixed_content {
  background-color: #fff;
  width: 530px;
  z-index: 10;
  min-height: 100vh;
  padding: 160px 40px 100px;
  position: relative;
  z-index: 10; }
  #fixed_content h1 {
    padding-bottom: 100px;
    text-align: center; }
    #fixed_content h1 span {
      display: block;
      text-align: right;
      font-size: 18px;
      font-size: 1.2rem;
      padding-top: 5px;
      line-height: 1.2;
      /*font-family:Gothic Medium BBB;*/ }
  #fixed_content h2 {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1;
    padding-bottom: 40px; }
  #fixed_content p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
	 text-align:justify;
	  letter-spacing: 1px;
    font-family: A1 Mincho; }
  #fixed_content .about {
    padding-bottom: 60px; }
  #fixed_content .contents {
    padding-bottom: 55px; }
    #fixed_content .contents dl {
      display: flex;
      flex-wrap: wrap;
      padding-left: 50px;
      padding-bottom: 35px; }
      #fixed_content .contents dl dt {
        font-size: 16px;
        font-size: 1.6rem;
        width: 30px;
        line-height: 1.5; }
      #fixed_content .contents dl dd {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
        width: calc(100% - 30px);
        padding-left: 10px;
        font-family: A1 Mincho; }
    #fixed_content .contents .time {
      text-align: right;
      font-family: A1 Mincho; }
  #fixed_content .platform p {
    padding-bottom: 25px; }
  #fixed_content .platform a {
    display: block;
    margin-bottom: 50px; }
    #fixed_content .platform a.none {
      opacity: 0.3;
      pointer-events: none; }
    #fixed_content .platform a dl {
      display: flex;
      flex-wrap: wrap;
      -webkit-align-items: center;
      align-items: center; }
      #fixed_content .platform a dl dt {
        width: 250px; }
      #fixed_content .platform a dl dd {
        width: calc(100% - 250px);
        font-size: 16px;
        font-size: 1.6rem;
        padding-left: 1em;
        font-family: A1 Mincho; }
  #fixed_content .contact p {
    padding-bottom: 25px; }
    #fixed_content .contact p a {
      text-decoration: underline; }

@media screen and (max-width: 768px) {
  body {
    padding-top: 52vh; }

  #movie {
    width: 100%;
    height: 87vh; }
    #movie .movie_btn {
      bottom: calc(40 / 768 * 100vw);
      right: calc(40 / 768 * 100vw);
      position: absolute; }
      #movie .movie_btn a {
        padding: 15px 0;
        width: calc(240 / 768 * 100vw);
        font-size: calc(26 / 768 * 100vw); }
    #movie video {
      height: 100%;
      wdith: auto; }

  #fixed_content {
    width: 100%;
    z-index: 10;
    padding: 80px 20px 60px; }
    #fixed_content h1 {
      padding-bottom: 50px; }
      #fixed_content h1 span {
        font-size: 12px;
        font-size: 1.2rem; }
    #fixed_content h2 {
      padding-bottom: 30px; }
    #fixed_content .about {
      padding-bottom: 60px; }
    #fixed_content .contents {
      padding-bottom: 55px; }
      #fixed_content .contents dl {
        padding-left: 20px;
        padding-bottom: 35px; }
        #fixed_content .contents dl dt {
          width: 30px;
          font-size: 14px;
          font-size: 1.4rem; }
        #fixed_content .contents dl dd {
          width: calc(100% - 30px);
          padding-left: 15px;
          font-size: 14px;
          font-size: 1.4rem; }
    #fixed_content .platform {
      padding-bottom: 60px; }
      #fixed_content .platform p {
        padding-bottom: 25px; }
      #fixed_content .platform a {
        margin-bottom: 30px; }
        #fixed_content .platform a dl dt {
          width: 40%; }
        #fixed_content .platform a dl dd {
          width: 60%; }
    #fixed_content .contact p {
      padding-bottom: 25px; } }
