@charset "utf-8";
/* CSS Document */

/* Base */
body.noscroll{
  overflow: hidden;
}
.l-content-body, .l-wrapper, .l-content, .l-content-main {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.t-mode-rwd .l-content-main {
  padding: 0 !important;
}
.t-mode-rwd .l-header {
  z-index: -100;
}
.t-mode-rwd.is-sticky .l-header {
  z-index: 1001;
}
.article-inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 70px 15px;
}
.article-inner[data-type="wide"] {
	max-width: 1350px;
}
.article-inner > *:first-child {
  margin-top: 0;
}
.article-inner > *:last-child {
  margin-bottom: 0;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .t-mode-rwd .l-content-body[data-type="full"] .l-content-main {
    padding: 0 !important;
  }
  .l-footer {
    margin-top: -1px;
  }
}
@media screen and (min-width: 768px) {
  .l-content-related[data-type="full"] {
    max-width: 1000px;
    float: none;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 15px 100px;
  }
  .t-mode-rwd[data-type="simple"] .l-content {
    margin-top: -110px;
  }
}
@media screen and (max-width: 767px) {
  html[lang="ja"] .m-header-logo {
    margin-left: 0 !important;
    left: 12px !important;
  }
  .l-content-body[data-type="full"] {
    margin: 0;
  }
  .l-content-related[data-type="lp"] {
    margin: 0;
  }
  .t-mode-rwd[data-type="simple"] .l-wrapper {
    padding-top: 0;
  }
  .article-inner {
    padding: 55px 10px;
  }
  .t-mode-rwd[data-type="simple"] .l-footer {
    position: relative;
    z-index: 5;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}

/* Section Color */
section {
  background-color: transparent;
  color: #ccc;
}
section#campaign {
  background-color: rgba(0,0,0,.4);
	color: #ccc;
}
section#history {
  background-color: #fff;
  color: #333;
}
section#message {
  background: url("../img/img_message_bg.jpg") bottom center;
	background-size: cover;
	color: #333;
}
section#episode {
  background: url("../img/img_episode_bg.jpg") bottom center;
	background-size: cover;
	color: #333;
}
section#menu {
  background: url("../img/img_menu_bg.jpg") bottom center;
	background-size: cover;
	color: #f2f2f2;
}
section[data-type="blk"] {
  background-color: #1e1e1e;
  color: #FFF;
	text-align: center;
}
section[data-type="gray"] {
  background-color: #444;
  color: #FFF;
}
section.introduction {
  -webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
  background-color: rgba(45, 45, 45, 0.4);
}


/* Main Visual */
.hdg-main {
  width: 100%;
  margin: 0;
	padding: 0;
	background: #000;
	position: relative;
}
.hdg-main h1, #hdg-main-video {
  width: 100%;
  margin: 0 0 -6px;
	padding: 0;
}
#video-btn {
  position: absolute;
	right: 50px;
	bottom: 50px;
	display: none;
	width: 80px;
}
.finished #video-btn {
 	display: inline-block;
}
@media screen and (max-width: 767px) {
  #video-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 45px;
  }
}

/* Hedding h2 */
.hdg-sec-lv2 {
  font-size: 4.4rem;
  font-weight: 400;
	letter-spacing: 0.2rem;
	text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
	font-family: 'Adobe Garamond Pro', garamond, serif;
}
.hdg-sec-lv2[data-type="wh"] > h2 {
  color: #fff;
}
.hdg-sec-lv2::after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background: #ccc;
  margin: 25px 0 50px;
}
.hdg-sec-lv2 + * {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv2 {
    font-size: 2.8rem;
		letter-spacing: 0.1rem;
  }
  .hdg-sec-lv2::after {
    margin: 20px 0 40px;
  }
}

/* Hedding h3 */
.hdg-sec-lv3 {
  text-align: center;
  color: #333;
	margin-bottom: 26px;
}
.hdg-sec-lv3 h3 {
  font-size: 3.3rem;
  letter-spacing: 0.2rem;
  font-family: "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
}
.hdg-sec-lv3 h3 > span {
  display: inline-block;
}
.hdg-sec-lv3 + * {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv3  {
    margin-bottom: 30px;
  }
	.hdg-sec-lv3 h3 {
    font-size: 3.0rem;
		letter-spacing: 0.1rem;
  }
}


/* PC Menu */
.m-grid-menu {
	margin-left: -20px;
}
.m-grid-menu li.slick-slide {
  padding-left: 20px;
}


/* SP Menu */
.burger-btn-wrap {
  position: fixed;
	right: 10px;
	top: 10px;
	z-index: 2000;
}    
.burger-btn{
  display: block;      
  width: 39px;      
  height: 39px;      
  position: relative;      
  z-index: 4000;
  border:none;    
}    
.bar{      
  width: 20px;      
  height: 1px;        
  display: block;      
  position: absolute;      
  left: 50%;      
  transform: translateX(-50%);      
  background-color: #fff;    
}    
.bar_top{   
  top: 10px;
}
.bar_mid{    
  top: 50%;
  transform: translate(-50%,-50%);
}
.bar_bottom{
  bottom: 10px;
}
.burger-btn.close .bar_top{      
  transform: translate(-50%,10px) rotate(45deg);      
  transition: transform .3s;    
}    
.burger-btn.close .bar_mid{      
  opacity: 0;       
  transition: opacity .3s;    
}    
.burger-btn.close .bar_bottom{      
  transform: translate(-50%,-8px) rotate(-45deg);      
  transition: transform .3s;    
}
.sp-nav-wrapper{      
  display: none;
  width: 100vw;      
  height: 100vh;      
  position: fixed;      
  top: 0;      
  left: 0;       
  z-index: 2;
	background: rgba(10,10,10,.75);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}
.sp-nav-wrapper ul {
  display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.sp-nav-wrapper ul > li {
  margin-top: 30px;
}
.sp-nav-wrapper ul > li:first-child {
  margin-top: 0;
}
.sp-nav-wrapper ul li a {
  text-align: center;
	line-height: 2.5;
	letter-spacing: 0.5rem;
	color: #f2f2f2;
	font: normal normal normal 23px/23px Garamond Premier Pro, garamond, serif;
}


/* Message */
.message-box {
  width: 40%;
	max-width: 800px;
	padding: 0 0 0 120px;
}
.message-box-inner {
  padding: 110px 15px;
	background: rgba(255,255,255,.75);
	font-size: 1.7rem;
  letter-spacing: 0.2rem;
	line-height: 2;
  font-family: "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
	min-width: 600px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .message-box {
    width: 50%;
    max-width: 800px;
    padding: 0;
  }
  .message-box-inner {
    padding: 60px 15px;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .message-box {
    width: 100%;
    padding: 0 0 60vw;
  }
  .message-box-inner {
    padding: 40px 10px;
		max-width: 100vw;
		min-width: 320px;
		font-size: 1.2rem;
  }
}


/* Episode */
.m-grid-episode {
  display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -20px;
}
.m-grid-episode-content {
  width: 33.3%;
	padding-left: 20px;
	margin-top: 50px;
}
.m-grid-episode-content:nth-child(-n+3) {
	margin-top: 0;
}
.episode-img {
  transform: skewY(-3deg);
	overflow: hidden;
}
.episode-img > img {
  transform: skewY(3deg) scale(1.2);
}
.episode-detail {
  padding: 30px 15px;
	background: #fff;
	transform: skewY(-3deg);
	position: relative;
}
.episode-detail > * {
  transform: skewY(3deg);
}
.episode-detail > *:first-child {
  margin-top: 0;
}
.episode-detail h3 {
  font-size: 1.9rem;
}
.episode-detail p {
  text-align: right;
	margin-top: 18px;
}
.episode-detail .episode-btn {
  position: absolute;
	right: 20px;
	top: -25px;
	width: 47px;
	transform: skewY(3deg);
}
.m-modal-content {
  max-width: 1000px;
	width: 100%;
	line-height: 1.8;
}
.m-modal-content > *:last-child {
}
.m-modal-flex {
  display: flex;
}
.m-modal-content > .m-modal-flex + * {
  margin-top: 30px;
}
.m-modal-content > *:nth-last-child(2) {
  margin: 30px 0 50px;
}
.m-modal-flex-img {
  background: url("../img/img_episode_01.jpg") center center;
	background-size: cover;
	width: 100%;
}
.m-modal-flex-img[data-type="2"] {
  background: url("../img/img_episode_02.jpg") center center;
	background-size: cover;
}
.m-modal-flex-img[data-type="3"] {
  background: url("../img/img_episode_03.jpg") center center;
	background-size: cover;
}
.m-modal-flex-img[data-type="4"] {
  background: url("../img/img_episode_04.jpg") center center;
	background-size: cover;
}
.m-modal-flex-img[data-type="5"] {
  background: url("../img/img_episode_05.jpg") center center;
	background-size: cover;
}
.m-modal-flex-img[data-type="6"] {
  background: url("../img/img_episode_06.jpg") center center;
	background-size: cover;
}
.m-modal-flex-img[data-type="7"] {
  background: url("../img/img_episode_07.jpg") center center;
	background-size: cover;
}
.m-modal-flex-img[data-type="8"] {
  background: url("../img/img_episode_08.jpg") center center;
	background-size: cover;
}
.m-modal-flex-img[data-type="9"] {
  background: url("../img/img_episode_09.jpg") center center;
	background-size: cover;
}
.m-modal-flex-detail {
  padding-left: 20px;
	position: relative;
	width: auto;
	min-width: 200px;
}
.m-modal-flex-detail h2 {
  font: normal normal normal 26px/26px Garamond Premier Pro, garamond, serif;
	margin-top: 15px;
	text-align: right;
}
.m-modal-flex-detail h2 em {
  font: italic normal normal 65px/49px Adobe Garamond Pro, garamond, serif;
	letter-spacing: 0.5rem;
}
.m-modal-flex-detail h2 span {
  font: italic normal normal 80px/49px Adobe Garamond Pro, garamond, serif;
}
.m-modal-flex-detail .name {
  padding-left: 13px;
	border-left: 6px solid #ccc;
	font-size: 1.7rem;
	margin-top: 50px;
}
.m-modal-flex-detail .title {
	text-align: right;
	margin-left: -100%;
	font-size: 2.6rem;
	letter-spacing: 0.26rem;
	margin: 70px 0 40px -100vw;
}
.m-modal-flex-detail .title span {
  padding: 8px 0 6px 12px;
	background: #fff;
}
@media screen and (max-width: 767px) {
  .m-grid-episode {
    flex-direction: column;
    margin: 0;
  }
  .m-grid-episode-content {
    width: 100%;
    padding-left: 0px;
    margin-top: 50px;
  }
  .m-grid-episode-content:nth-child(-n+3) {
    margin-top: 50px;
  }
  .m-grid-episode-content:first-child {
    margin-top: 0px;
  }
  .m-modal-flex {
    flex-direction: column-reverse;
  }
  .m-modal-flex-detail {
    padding-left: 0;
    display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
  }
  .m-modal-flex-detail h2 {
    font: normal normal normal 22px/22px Garamond Premier Pro, garamond, serif;
    margin-top: 0;
    text-align: right;
		width: 50%;
		padding-right: 10px;
  }
  .m-modal-flex-detail h2 em {
    font: italic normal normal 30px/22px Adobe Garamond Pro, garamond, serif;
    letter-spacing: 0.5rem;
  }
  .m-modal-flex-detail h2 span {
    font: italic normal normal 40px/22px Adobe Garamond Pro, garamond, serif;
  }
  .m-modal-flex-detail .name {
    padding-left: 10px;
    border-left: 4px solid #ccc;
    font-size: 1.4rem;
    margin-top: 0;
		width: 50%;
  }
  .m-modal-flex-detail .title {
    text-align: right;
    margin-left: 0;
    font-size: 2rem;
    letter-spacing: 0.1rem;
    margin: 20px 0 0;
		width: 100%;
  }
  .m-modal-flex-detail .title span {
    padding: 0;
    background: #fff;
  }
	.m-modal-flex-img {
    padding-bottom: 58.3%;
		margin-top: 20px;
  }
  .m-modal-content {
    padding: 30px 15px 15px;
	}
}


/* Campaign */
.camaign-bg {
  position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url("../img/img_campaign_bg.jpg") center center;
	background-size: cover;
	z-index: -10
}
.m-campaign-box {
  margin-top: 70px;
  padding: 50px 0 0 50px;
	position: relative;
}
.m-campaign-box-inner {
  display: flex;
	background: rgba(45,45,45,.6);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}
.m-campaign-box-img {
  width: calc(50% - 10px);
	margin: -50px 0 0 -50px;
	padding-bottom: 30px;
}
.m-campaign-box-detail {
  padding: 20px 20px 40px;
	width: 60%;
}
.m-campaign-box-detail .number {
  margin: -50px 0 20px 0;
	text-align: right;
	color: #f2f2f2;
	font: italic normal normal 65px/49px Adobe Garamond Pro, garamond, serif;
	letter-spacing: 6.5px;
}
.m-campaign-box-detail .number span {
  font: italic normal normal 80px/49px Adobe Garamond Pro, garamond, serif;
}
.m-campaign-box-detail h3 {
  font-size: 2rem;
	color: #f2f2f2;
	letter-spacing: 0.1rem;
}
.m-campaign-box-detail h3 + p {
  margin-top: 20px;
}
.campaign-btn {
  display: inline-block;
	position: absolute;
	right: 20px;
	bottom: -12px;
}
.campaign-btn a {
  color: #fff;
	background: #7e7e7e;
	border-radius: 2px;
	padding: 10px 30px 9px 28px;
	font-size: 1.4rem;
	letter-spacing: 0.2rem;
	position: relative;
}
.campaign-btn a:hover {
  text-decoration: none;
}
.campaign-btn a::after {
  width: 5px;
  height: 9px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 16px;
  background-position: -30px -10px;
  background-image: url(/resource/img/icn_sprite.svg);
  content: '';
}
@media screen and (max-width: 767px) {
  .m-campaign-box {
    margin-top: 70px;
    padding: 0;
  }
  .m-campaign-box-inner {
    flex-direction: column;
  }
  .m-campaign-box-img {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }
  .m-campaign-box-detail {
    padding: 20px 20px 40px;
    width: 100%;
  }
  .m-campaign-box-detail .number {
    display: none;
  }
  .m-campaign-box-detail h3 {
    font-size: 1.7rem;
  }
  .m-campaign-box-detail h3 + p {
    margin-top: 16px;
  }
  .campaign-btn {
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: -12px;
  }
  .campaign-btn a {
    color: #fff;
    background: #666;
		border-radius: 2px;
    padding: 10px 30px;
  }
}

/* GILT */
.campaign-box-gilt {
  margin-top: 100px;
	background: rgba(255,255,255,.75);
	padding: 30px;
	color: #333;
}
.campaign-box-gilt .m-img {
  max-width: 400px;
}
.campaign-box-gilt .m-box-inner {
  border: 1px solid #a1a1a1;
}

@media screen and (max-width: 767px) {
  .campaign-box-gilt {
    margin-top: 70px;
    padding: 20px;
  }
}


