@charset "UTF-8";
/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

/* RESET HTML5 */
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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html.hidden {
  overflow: hidden;
}

html {
  width: 100%;
  height: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-color: #000;
  color: #fff;
  position: relative;
  font-weight: 500;
  font-family: "FP-KoburinaGoStdN-W1", "Lato", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  letter-spacing: 0;
  line-height: 180%;
}

/*
body.en{
	font-family: 'HCo Gotham SSm', 'Lato', 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 300;
}
*/
@font-face {
  font-family: "HCo Gotham SSm";
  src: url("./fnt/GothamSSm-Light_Web.woff2") format("woff2"), url("./fnt/GothamSSm-Light_Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/***
* common
*/
html, body {
  height: 100%;
  font-weight: 300;
  margin: 0;
  font-family: "HCo Gotham SSm", "FP-KoburinaGoStdN-W1", "Hiragino Sans", "sans-serif";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* GENERAL */
a:link, a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

a {
  outline: none;
}

/* CLEARFIX */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
  border-radius: 0;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
  border-radius: 0;
}

.mfp-bg {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: fixed !important;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  background-color: #efe9db;
  background-color: #fff;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.98;
}

.mfp-fade2.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-title {
  padding-right: 0;
  mix-blend-mode: difference;
  background-blend-mode: difference;
  color: #000;
  text-align: center;
  padding-top: 10px;
  overflow: visible;
  font-size: 12px;
}
.mfp-title .headline {
  line-height: 20px;
  font-size: 20px;
  height: 50px;
}
.mfp-title .headline .worrd .char {
  line-height: 20px;
  font-size: 20px;
}

.mfp-img {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  z-index: 3;
}

.mfp-img.show {
  opacity: 1;
}

img.mfp-img {
  padding: 40px 0 60px 0;
}

.mfp-bottom-bar {
  margin-top: -46px;
}

.mfp-counter {
  mix-blend-mode: difference;
  background-blend-mode: difference;
  color: #333;
  display: none;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  mix-blend-mode: difference;
  background-blend-mode: difference;
  color: #000;
  right: 24px;
}

.mfp-container {
  background-color: #fff;
  height: auto;
}

html.hidden, body.hidden {
  overflow: hidden;
}

.popupBox {
  text-align: center;
}
.popupBox a {
  color: #000;
}
.popupBox .img {
  margin-bottom: 20px;
  position: relative;
}
.popupBox .img img {
  max-width: 100%;
  max-height: 80vh;
}
.popupBox .caption a {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #333;
  text-decoration: none;
}
.popupBox .caption a .ttl {
  text-decoration: underline;
}
.popupBox .caption a .price {
  text-decoration: none;
  padding-top: 5px;
}

.fontLoad {
  display: none;
}

#opening {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.onlyPc {
  display: block;
}

.onlySp {
  display: none;
}

/***
* layout
*/
/* header */
#header {
  width: 100%;
  position: fixed;
  z-index: 7777;
  font-size: 11px;
}

#nav {
  width: auto;
  height: auto;
  position: absolute;
  top: 26px;
  left: 33px;
  background: none;
  text-align: left;
  visibility: visible;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

#nav ul {
  position: relative;
  top: 0;
  margin-top: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

#nav li {
  float: left;
  margin-right: 22px;
  /*  line-height: 1;*/
}

#nav li:last-child {
  margin-right: 0;
}

#nav li ul {
  position: absolute;
  padding-top: 35px;
  line-height: 1.833;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

#nav li#navWorks:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

#nav ul ul {
  font-size: 11px;
}

#nav li li {
  float: none;
}

#logo {
  width: 178px;
  margin: 0 auto;
  padding-top: 30px;
}

#btnLanguage {
  margin-top: 0;
  position: absolute;
  top: 26px;
  right: 33px;
}

#btnLanguage li {
  display: none;
}

#btnLanguage li.active {
  display: inline-block;
}

/*
.enBtn{
	position: fixed;
	right: 30px;
	top: 30px;
	top: 25px;
	z-index: 10;	
	z-index: 2000;

	a{
		font-size: 16px;
		font-family: 'HCo Gotham SSm', 'Lato', 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-weight: 300;
		letter-spacing: 0;		

		transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-delay: 0.4s;	
		font-size: 12px;	

		&:hover{
			transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
			opacity: 0.6;
			animation-delay: 0s;	
		}	
	}
}
*/
body.popuped .enBtn a {
  color: #000;
}

/*

header{
	position: fixed;
	top: 30px;
	left: 0;
	width: 100%;
	z-index: 100;

	font-size: 16px;

	.contentBox a{
		color: #fff;
	}

	.info{
		float: left;
		font-family: 'HCo Gotham SSm', 'Lato', 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-weight: 300;
		letter-spacing: 0;
		font-size: 12px;
		margin-top: -5px;

		a{
			transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);

			&:hover{
				opacity: 0.6;
			}			
		}

	}
	.en{
		float: right;
		font-family: 'HCo Gotham SSm', 'Lato', 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-weight: 300;
		letter-spacing: 0;
		font-size: 12px;
		margin-top: -5px;
	}

	.logo{
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0%);

		svg{
			fill: #fff !important;

			//max-width: 80%;
		}
	}
}
*/
.contentBox {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 2;
}

#infoBox {
  padding-top: 90px;
  max-width: 605px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  text-align: center;
}
#infoBox a {
  color: #000;
}
#infoBox #hd_logo2 {
  color: #000;
}
#infoBox .close {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 30px;
  height: 30px;
  text-align: left;
  text-indent: -9999px;
  background-image: url(../images/ico_close.png);
  background-repeat: no-repeat;
  background-size: 21px auto;
  background-position: center center;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#infoBox .close:hover {
  opacity: 0.6;
}
#infoBox .logo {
  margin-bottom: 52px;
}
#infoBox .flowerBox {
  margin-bottom: 49px;
  margin-bottom: 32px;
}
#infoBox .ttl {
  font-size: 18px;
  margin-bottom: 34px;
  letter-spacing: 0;
}
#infoBox .subTtl {
  text-align: center;
  font-size: 14px;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
  letter-spacing: 0.02em;
}
#infoBox .desp {
  text-align: left;
  font-size: 14px;
  line-height: 175%;
  letter-spacing: 0;
  text-align: center;
}
#infoBox .desp p {
  margin-bottom: 23px;
  letter-spacing: 0.018em;
}
#infoBox .desp p:last-child {
  margin-bottom: 0px;
}
#infoBox .desp span.gotham {
  font-family: "HCo Gotham SSm", "Lato", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 300;
  letter-spacing: 0.03em;
}
#infoBox .contact {
  font-size: 14px;
  font-family: "HCo Gotham SSm", "Lato", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 10px;
}
#infoBox .mail {
  text-align: center;
  font-size: 14px;
  padding-bottom: 72px;
  font-family: "HCo Gotham SSm", "Lato", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}
#infoBox .mail a {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#infoBox .mail a:hover {
  opacity: 0.6;
}
#infoBox .name {
  font-size: 14px;
  margin-top: -11px;
  margin-bottom: 70px;
}
#infoBox .profile {
  font-size: 14px;
  margin-bottom: 23px;
  font-family: "HCo Gotham SSm", "Lato", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}
#infoBox .nameEn {
  margin-top: -10px;
  font-size: 14px;
  margin-bottom: 5px;
  font-family: "HCo Gotham SSm", "Lato", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}
#infoBox .instagram {
  margin-bottom: 32px;
  padding-top: 20px;
}
#infoBox .instagram a {
  background-image: url(../images/ico_instagram.png);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: left center;
  display: inline-block;
  text-align: left;
  padding-left: 25px;
  font-family: "HCo Gotham SSm", "Lato", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#infoBox .instagram a:hover {
  opacity: 0.6;
}
#infoBox section {
  padding-bottom: 40px;
}

body.en #infoBox {
  max-width: 620px;
}
body.en #infoBox .desp {
  letter-spacing: 0;
}

#btnPlay {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  border: 1px solid white;
  border-radius: 100px;
  text-align: center;
  vertical-align: middle;
  line-height: 110px;
  font-size: 14px;
  font-family: "HCo Gotham SSm", "Lato", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 300;
  display: block;
  letter-spacing: 0;
  z-index: 90;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#btnPlay p {
  margin-right: -2px;
}
#btnPlay:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

#controlBox {
  position: fixed;
  left: 0;
  bottom: 30px;
  bottom: 24px;
  z-index: 30;
  display: none;
  width: 100%;
}
#controlBox #controlConteiner {
  position: absolute;
  width: 50%;
  width: calc(50% + 6px);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  text-align: center;
}
#controlBox #controlConteiner .pause {
  float: left;
  margin-right: 20px;
}
#controlBox #controlConteiner .pause a {
  background-image: url(../images/btn_pause.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  display: inline-block;
}
#controlBox #controlConteiner .pause.active a {
  background-image: url(../images/btn_play.svg);
}
#controlBox #controlConteiner .seekBar {
  width: calc(100% - 30px);
  width: calc(100% - 115px);
  width: calc(100% - 121px);
  float: left;
  margin-right: 25px;
  position: relative;
}
#controlBox #controlConteiner .seekBar .way {
  height: 20px;
  width: 100%;
  cursor: pointer;
}
#controlBox #controlConteiner .seekBar .way .line {
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 3;
  height: 1px;
  width: 0px;
  background-color: #fff;
}
#controlBox #controlConteiner .seekBar .way .lineBg {
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 3;
  height: 1px;
  width: 100%;
  background-color: #fff;
  opacity: 0.5;
}
#controlBox #controlConteiner .sound {
  float: left;
  margin-right: 10px;
  margin-right: 16px;
  margin-top: -1px;
  /*
  			a{
  				background-image:url(../images/btn_sound.png);
  				background-image:url(../images/btn_sound_on.svg);
  				background-repeat:no-repeat;
  				background-size: 20px 20px;
  				background-position: center center;	
  				width: 20px;
  				height: 20px;
  				text-indent: -9999px;
  				display: inline-block;
  				animation: soundAnime 0.6s infinite alternate;

  				@keyframes soundAnime {
  					0% {
  						background-size: 20px 18px;
  					}
  					100% {
  						background-size: 20px 16px;
  					}
  				}	
  			}
  */
}
#controlBox #controlConteiner .sound a {
  width: 20px;
  height: 20px;
  display: inline-block;
}
#controlBox #controlConteiner .sound a svg {
  color: #fff;
}
#controlBox #controlConteiner .sound a path {
  fill: #fff;
}
#controlBox #controlConteiner .sound a #Line_1 {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
#controlBox #controlConteiner .sound a #Line_2 {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
#controlBox #controlConteiner .sound a #Line_3 {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
#controlBox #controlConteiner .sound a #Line_4 {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
#controlBox #controlConteiner .sound a #Line_5 {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
#controlBox #controlConteiner .sound a #Line_6 {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
#controlBox #controlConteiner .sound a #Line_7 {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  50% {
    -webkit-transform: scaleY(0.7);
            transform: scaleY(0.7);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  50% {
    -webkit-transform: scaleY(0.7);
            transform: scaleY(0.7);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
#controlBox #controlConteiner .sound.active a {
  /*
  					background-image:url(../images/btn_sound_off.svg);
  					background-repeat:no-repeat;
  					background-size: 20px 20px;
  					background-position: center center;	
  */
}
#controlBox #controlConteiner .sound.active a #Line_1 {
  -webkit-animation: none;
          animation: none;
  fill: #7E7E7E;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#controlBox #controlConteiner .sound.active a #Line_2 {
  -webkit-animation: none;
          animation: none;
  fill: #7E7E7E;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#controlBox #controlConteiner .sound.active a #Line_3 {
  -webkit-animation: none;
          animation: none;
  fill: #7E7E7E;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#controlBox #controlConteiner .sound.active a #Line_4 {
  -webkit-animation: none;
          animation: none;
  fill: #7E7E7E;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#controlBox #controlConteiner .sound.active a #Line_5 {
  -webkit-animation: none;
          animation: none;
  fill: #7E7E7E;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#controlBox #controlConteiner .sound.active a #Line_6 {
  -webkit-animation: none;
          animation: none;
  fill: #7E7E7E;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#controlBox #controlConteiner .sound.active a #Line_7 {
  -webkit-animation: none;
          animation: none;
  fill: #7E7E7E;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#controlBox #controlConteiner .sound.active a #Line_1 {
  -webkit-transform: scaleY(0.85);
      -ms-transform: scaleY(0.85);
          transform: scaleY(0.85);
}
#controlBox #controlConteiner .sound.active a #Line_2 {
  -webkit-transform: scaleY(0.4166666667);
      -ms-transform: scaleY(0.4166666667);
          transform: scaleY(0.4166666667);
}
#controlBox #controlConteiner .sound.active a #Line_3 {
  -webkit-transform: scaleY(0.2777777778);
      -ms-transform: scaleY(0.2777777778);
          transform: scaleY(0.2777777778);
}
#controlBox #controlConteiner .sound.active a #Line_4 {
  -webkit-transform: scaleY(0.625);
      -ms-transform: scaleY(0.625);
          transform: scaleY(0.625);
}
#controlBox #controlConteiner .sound.active a #Line_5 {
  -webkit-transform: scaleY(0.2941176471);
      -ms-transform: scaleY(0.2941176471);
          transform: scaleY(0.2941176471);
}
#controlBox #controlConteiner .sound.active a #Line_6 {
  -webkit-transform: scaleY(0.3846153846);
      -ms-transform: scaleY(0.3846153846);
          transform: scaleY(0.3846153846);
}
#controlBox #controlConteiner .sound.active a #Line_7 {
  -webkit-transform: scaleY(0.85);
      -ms-transform: scaleY(0.85);
          transform: scaleY(0.85);
}
#controlBox #controlConteiner .fullscreen {
  float: left;
  margin-top: -1px;
}
#controlBox #controlConteiner .fullscreen a {
  background-image: url(../images/btn_fullscreen.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  display: inline-block;
}
#controlBox #controlConteiner .fullscreen.active a {
  background-image: url(../images/btn_fullscreen_off.svg);
}
#controlBox .close {
  float: right;
  margin-right: 40px;
  margin-right: 25px;
}
#controlBox .close a {
  background-image: url(../images/btn_close.svg);
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: center center;
  width: 22px;
  height: 20px;
  text-indent: -9999px;
  display: inline-block;
}

#switchBox {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 20;
}
#switchBox .newBtn {
  float: left;
  white-space: nowrap;
  margin-right: 10px;
  margin-top: 17px;
  cursor: pointer;
  letter-spacing: 0;
  display: none;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#switchBox .newBtn:hover {
  opacity: 0.6;
}
#switchBox .newBtn .icoNewTx {
  font-family: "HCo Gotham SSm", "Lato", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 300;
  float: left;
  line-height: 150%;
  font-size: 12px;
  margin-right: 4px;
}
#switchBox .newBtn .icoNew {
  float: left;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 100px;
  text-align: center;
  line-height: 14.5px;
}
#switchBox .newBtn .icoNew img {
  vertical-align: middle;
}
#switchBox .arrBox {
  float: left;
}
#switchBox .arrBox p {
  float: left;
  margin-left: 12px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  text-align: center;
  line-height: 47px;
}
#switchBox .arrBox p:hover {
  opacity: 0.6;
}
#switchBox .arrBox p img {
  vertical-align: middle;
}

.progress-ring {
  position: absolute;
  left: -5px;
  top: -5px;
}

.progress-ring__circle {
  -webkit-transition: 0.35s stroke-dashoffset;
  -o-transition: 0.35s stroke-dashoffset;
  transition: 0.35s stroke-dashoffset;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke-Dasharray: 157 157;
  stroke-dashoffset: 157;
}

.progress-ring__circle.noMotion {
  -webkit-transition: 0s stroke-dashoffset;
  -o-transition: 0s stroke-dashoffset;
  transition: 0s stroke-dashoffset;
}

/*
@keyframes stroke-dashoffset {
0% { stroke-dashoffset: 2000; }
100% { stroke-dashoffset: 2000; }
}
*/
#captionBox {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 10;
  font-family: "FP-KoburinaGoStdN-W1", "Lato", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#captionBox .ttl {
  font-size: 18px;
  margin-bottom: 7px;
}
#captionBox .despBox {
  margin-bottom: 15px;
}
#captionBox .desp {
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.05em;
}
#captionBox .numberBox {
  font-family: "HCo Gotham SSm", "Lato", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 300;
}
#captionBox .numberBox span {
  margin-right: 4px;
}

body.en #captionBox {
  font-family: "HCo Gotham SSm", "Lato", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 300;
}
body.en #captionBox .ttl {
  letter-spacing: 0.02em;
}
body.en #captionBox .desp {
  letter-spacing: 0.01em;
}

main {
  width: 100%;
  height: 100%;
  position: relative;
}

#movieBox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#movieBox #blackBg {
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
#movieBox video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

body.fullscreenMode #movieBox video {
  top: 0%;
  left: 0%;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  width: 100%;
}

#fadeInOutBg {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  /*
  	top: 50%;
  	left: 50%;
      transform: translate(-50%,-50%);
  */
  z-index: 15;
  background-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  background-color: #fff;
  background-color: #eee;
  background-color: #000;
  display: none;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 896px) {
  /* btnMenu */
  #btnMenu {
    display: block;
    width: 30px;
    height: 20px;
    padding: 21px 18px 15px;
    color: #000;
    font-size: 1.5em;
    cursor: pointer;
    position: fixed;
    top: -1px;
    left: 0;
    z-index: 6666;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .bars.active {
    background: transparent !important;
  }

  .bars.active:before, .bars.active:after {
    background: #000;
    top: 0;
    width: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .bars.active:before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .bars.active:after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .bars {
    width: 100%;
    height: 1px;
    margin-top: 0.3em;
    background: #000;
    background-color: #fff;
    position: relative;
    display: block;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .bars:before {
    top: -7px;
  }

  .bars:after {
    top: 7px;
  }

  .bars:before, .bars:after {
    width: 100%;
    height: 1px;
    background: #000;
    background-color: #fff;
    position: absolute;
    left: 0;
    content: "";
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  #closeOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3333;
    display: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  #closeOverlay.active {
    display: block;
  }

  #logo {
    width: 180px;
    margin: 0 auto;
    padding-top: 18px;
  }

  #btnLanguage {
    position: relative;
    margin-top: 20px;
    top: 0;
    right: 0;
  }

  #btnLanguage li {
    display: inline-block;
  }

  #nav a {
    color: #000;
  }

  /* header */
  #header {
    width: 100%;
    position: fixed;
    z-index: 7777;
    font-size: 20px;
  }

  #nav {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }

  #nav.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }

  #nav ul {
    position: relative;
    top: 50%;
    margin-top: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }

  #nav.active ul {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }

  #nav ul ul {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 16px;
    padding-top: 0;
  }

  #nav li {
    float: none;
    line-height: 2.1;
    margin-right: 0;
  }

  .onlyPc {
    display: none;
  }

  .onlySp {
    display: block;
  }

  .enBtn {
    right: 17px;
    top: 15px;
    top: 12px;
  }
  /*
  header{
  	font-size: 14px;
  	top: 15px;

  	.logo{
  		left: 52%;
  		padding-top: 3px;
  		margin-left: -3px;

  		svg{
  			width: calc(100vw - 180px);
  			width: 150px;
  		}
  	}

  	.info{
  		margin-top: -3px;
  	}
  }
  */
  .contentBox {
    padding-left: 17px;
    padding-right: 17px;
  }

  #captionBox {
    left: 17px;
    bottom: 20px;
  }
  #captionBox .despBox {
    margin-bottom: 25px;
    /*
    		mask-image: linear-gradient(0deg, transparent 0, transparent 30px, rgba(0,0,0,1));

    		max-height: 100px;
    */
    max-height: 110px;
    overflow: scroll;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
  }
  #captionBox .despBox::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }
  #captionBox .desp {
    font-size: 12px;
    padding-bottom: 17px;
  }

  #switchBox {
    right: 17px;
    bottom: 15px;
  }

  #controlBox {
    bottom: 20px;
  }

  .mfp-close-btn-in .mfp-close {
    left: 20px;
    top: 18px;
  }

  #infoBox .logo {
    margin-bottom: 40px;
  }
  #infoBox .logo svg {
    width: calc(100vw - 130px);
  }
  #infoBox #flower {
    width: 50px;
  }
  #infoBox .flowerBox {
    margin-bottom: 53px;
  }
  #infoBox .ttl {
    margin-bottom: 35px;
  }
  #infoBox .name {
    margin-bottom: 75px;
  }
  #infoBox .contact {
    margin-bottom: 10px;
  }
  #infoBox .instagram {
    padding-top: 25px;
  }

  #overArea {
    padding-left: 20px;
    padding-right: 20px;
  }

  #controlBox .close {
    margin-right: 20px;
  }
  #controlBox #controlConteiner {
    left: 20px;
    width: calc(100vw - 110px);
    -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  #controlBox #controlConteiner .fullscreen.active a {
    background-image: url(../images/btn_fullscreen.svg);
  }

  #movieBox {
    background-color: #000;
  }
  #movieBox.fullcreen video {
    width: 100%;
  }
  #movieBox video {
    height: 100%;
  }

  #btnJp {
    margin-right: 10px;
  }
}
@media (orientation: landscape) and (max-width: 896px) {
  /*
  header{
  	font-size: 14px;
  	top: 20px;

  	.logo{
  		left: 52%;

  		svg{
  			width: calc(100vw - 460px);
  			//width: 267px;
  		}
  	}
  }
  */
  .enBtn {
    top: 20px;
    top: 17px;
  }

  #infoBox .logo svg {
    width: 60%;
  }

  #infoBox #flower {
    width: 65px;
  }
  #infoBox .logo {
    margin-bottom: 15px;
  }
  #infoBox .flowerBox {
    margin-bottom: 40px;
  }

  #overArea {
    padding-left: 20px;
    padding-right: 20px;
  }

  #movieBox video {
    height: auto;
    width: 100%;
  }
}