@charset "shift_jis";

/* general */
#container > .warp {
	position: relative;
	z-index: 1;
	background-color: #f9f9f8;
}
#header {
	/*position: fixed;*/
	/*left: 0;*/
	/*top: 0;*/
	/*width: 100%;*/
}
@media (max-width: 640px) {
	#headerWrap {
		margin-bottom: 0;
	}
}
@media (min-width: 641px) {
	#headerWrap {
		margin-bottom: 0;
	}
}
/* movie */
#mv-player {
	/*position: fixed;*/
	/*left: 0;*/
	/*z-index: -1;*/
	/*top: 140px;*/
	width: 100%;
	background-color: #000;
}
#mv-player-wrap {
	position: relative;
	/*width: 100%;*/
	width: 1220px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 16 / 9;
	height: auto;
}
#mv-player-main {
	width: 100%;
	vertical-align: bottom;
	transition: opacity 0.7s ease-in-out;
	opacity: 0;
}
#mv-player-main._active {
	opacity: 1;
}
/*
#mv-player-loading {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#mv-player-scroll {
	position: fixed;
	right: 80px;
	width: 54px;
	height: 71px;
	z-index: 100;
	background-image: url(/images/scroll.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	transition: opacity 0.7s;
	opacity: 0;
}
*/
#mv-player-scroll._active {
	opacity: 1;
}
#mv-player-btn {
	position: absolute;
	left: 50%;
	z-index: 1;
	margin-left: -130px;
	transition: opacity 0.7s;
	opacity: 0;
	pointer-events: none;
}
#mv-player-btn._active {
	opacity: 1;
	pointer-events: inherit;
}
#mv-player-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 50px;
    margin: 0 auto;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    font-size: 14px;
}
#mv-player-btn a:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 18px;
    width: 8px;
    height: 8px;
    display: block;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
}
#mv-player-spacer {
	width: 1px;
	display: none;
}
@media (min-width: 0px) and (max-width: 640px) {
#mv-player-wrap {
	position: relative;
	width: 1220px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 16 / 9;
	height: auto;
	margin-top: 0 !important;
}
#mv-player {
	top: 121px;
}
#mv-player-scroll {
	right: 20px;
	width: 34px;
}
#mv-player-btn {
	margin-left: -75px;
}
#mv-player-btn a {
	width: 150px;
    height: 32px;
    font-size: 12px;
}
#mv-player-btn a:before {
    top: 15px;
    right: 15px;
    width: 6px;
    height: 6px;
}
}

/* statement */
#mv-statement {
	margin-bottom: 60px;
	background-color: #f1f1f1;
}
.mv-statement-wrap {
	width: 960px;
	margin: 0 auto;
	padding: 90px 0 90px;
}
.mv-statement-content {
	padding: 0 3px;
	text-align: left;
}
.mv-statement-content p {
	font-size: 18px;
	line-height: 2.2;
	text-align: center;
}
.mv-statement-content p br._sp {
	display: none;
}
.mv-statement-copy {
	margin-top: 36px;
	padding-left: 24px;
	font-size: 40px;
	text-align: center;
	letter-spacing: 0.08em;
}

/*.mv-satement-btn {
	margin-top: 60px;
}
.mv-satement-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 50px;
    margin: 0 auto;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    font-size: 14px;
}
.mv-satement-btn a:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 18px;
    width: 8px;
    height: 8px;
    display: block;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
}*/
@media (min-width: 0px) and (max-width: 640px) {
#mv-statement {
	margin-bottom: 0;
}
.mv-statement-wrap {
	width: 100%;
	margin: 0;
	padding: 46px 0 40px;
}
.mv-statement-content {
	padding: 0 20px 0 30px;
}
.mv-statement-content p {
	font-size: 3.3vw;
	line-height: 2;
	letter-spacing: -0.04em;
}
.mv-statement-content p br._sp {
	display: inherit;
}
.mv-statement-copy {
	margin-top: 20px;
	padding-left: 0;
	font-size: 6.6vw;
	letter-spacing: 0.02em;
}


/*.mv-satement-btn {
	margin-top: 30px;
	padding: 0 30px;
}
.mv-satement-btn a {
    width: 100%;
    height: 50px;
    font-size: 124%;
}
.mv-satement-btn a:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 18px;
    width: 8px;
    height: 8px;
    display: block;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
}*/
}


/* ãƒ¢ãƒ¼ãƒ?ãƒ« */
.modal-overlay {
	align-items: center;
	background: rgba(0,0,0,.6);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 20000;
}

.modal-container {
	position: relative;
	background-color: #000;
	max-width: 1280px;
	width: 80%;
	box-shadow: 0 0 50px rgba(0,0,0,0.1);
}
@media (min-width: 0px) and (max-width: 640px) {
.modal-container {
	width: 100%;
}
}

.modal-close {
	position: absolute;
	right: 0;
	top: -30px;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}
.modal-close:focus {
	border: none;
	outline: none;
}
.modal-close::before {
 	content: "\2715";
	font-size: 20px;
	color: #fff;
}
@media (min-width: 0px) and (max-width: 640px) {
.modal-close {
	right: 8px;
}
}

.modal-content {
	position: relative;
}

#modal-player-main {
	width: 100%;
	vertical-align: bottom;
}

.modal-open {
  display: block;
  margin: 100px auto;
}

.box01 {
  background-color: #ccc;
  height: 200px;
  margin: 0 auto;
  width: 80%;
}

.box02 {
  background-color: #ccc;
  height: 200px;
  margin: 0 auto;
  width: 80%;
}

/* ãƒ¢ãƒ¼ãƒ?ãƒ«ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal-overlay {
  animation: mmfadeIn .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal-container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-overlay {
  animation: mmfadeOut .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}