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

/* Base */
.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 > *: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[data-type="blk"] {
  background-color: #000;
  color: #ccc;
}
section[data-type="gray"] {
  background-color: #e6e6e6;
  color: #333;
}
section.introduction {
  -webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
  background-color: rgba(45, 45, 45, 0.4);
}

/* Campaign Theme */
body {
  background-color: #1e1e1e;
	color: #ccc;
}

/* Main Visual */
.hdg-main {
  width: 100%;
  margin: 0;
  padding: 80px 50px;
  position: relative;
  display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #000000 url("../img/hdg_main_bg02.jpg") center center;
  background-size: cover;
}
.hdg-main .goto-logo {
  position: absolute;
	top: 20px;
	right: 25px;
	width: 140px;
}
.hdg-main > .m-img {
  width: 100%;
	max-width: 150px;
}
.hdg-main > h1 {
  width: 100%;
	max-width: 780px;
	margin-top: 50px;
}
.hdg-main > h1 > img {
  width: 100%;
}
.hdg-main .hdg-main-lead {
  text-align: center;
	color: #fff;
  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;
  font-size: 2.5rem;
	margin-top: 55px;
	line-height: 1.5;

}
.hdg-main .hdg-main-period {
  width: 100%;
	max-width: 700px;
	margin-top: 30px;
}
.hdg-main .hdg-main-period > img {
  width: 100%;
}
.hdg-main .m-list-btn {
  width: 100%;
	max-width: 780px;
	margin-top: 50px;
}
.hdg-main .m-img {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .hdg-main {
		padding: 40px 15px;
  }
  .hdg-main .goto-logo {
    position: absolute;
    top: 0;
    right: 5px;
    width: 18vw;
  }
  .hdg-main > .m-img {
    max-width: 25vw;
  }
  .hdg-main > h1 {
    margin-top: 30px;
  }
  .hdg-main .hdg-main-lead {
    margin-top: 30px;
    font-size: 1.4rem;
  }
  .hdg-main .hdg-main-period {
    margin-top: 25px;
    max-width: 600px;
  }
  .hdg-main .m-list-btn {
    margin-top: 25px;
  }
}

/* YouTube API */
.main-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 50px;
  overflow: hidden;
	border: 3px solid #a1a1a1;
}
.main-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .main-video {
    margin-bottom: 30px;
  }
}

/* Hedding h2 */
.hdg-sec-lv2 {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #f2f2f2;
  padding-bottom: 50px;
	flex-grow: 2;
}
.hdg-sec-lv2::before, .hdg-sec-lv2::after {
  content: '';
  display: block;
  width: 100%;
  max-width: 230px;
  height: 3px;
  background-color: #f2f2f2;
  flex-shrink: 2;
}
.hdg-sec-lv2[data-type="white"] {
  color: #fff;
}
.hdg-sec-lv2[data-type="white"]::before, .hdg-sec-lv2[data-type="white"]::after {
  background-color: #fff;
}
.hdg-sec-lv2[data-type="blk"] {
  color: #333;
}
.hdg-sec-lv2[data-type="blk"]::before, .hdg-sec-lv2[data-type="blk"]::after {
  background-color: #333;
}
.hdg-sec-lv2 h2 {
  font-size: 3.2rem;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2rem;
  padding-left: 0.2rem;
  margin: 0 30px;
  flex-grow: 2;
}
.hdg-sec-lv2 h2 > span {
  display: inline-block;
}
.hdg-sec-lv2 + * {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv2  {
    padding-bottom: 30px;
  }
	.hdg-sec-lv2 h2 {
    font-size: 2rem;
		letter-spacing: 0.1rem;
    margin: 0 20px;
  }
  .hdg-sec-lv2::before, .hdg-sec-lv2::after {
    max-width: 12vw;
  }
}

/* Hedding h3 */
.hdg-sec-lv3 {
  margin: 30px 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.hdg-sec-lv3::before, .hdg-sec-lv3::after {
  content: '';
  flex-grow: 1;
  height: 2px;
  background: #cccccc;
  display: block;
}
.hdg-sec-lv3-inner {
  padding: 0 25px;
  text-align: center;
}
.hdg-sec-lv3-inner h3 {
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8em;
  letter-spacing: 0.1em;
}
.hdg-sec-lv3-inner p {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  margin-top: 0;
}

/* Background */
#bg-star {
  position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -5;
	/*background: transparent;*/
	background: #000;
}
#bg-star2 {
  position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -15;
	background: #000 cover;
}


/* Lead Section */
#lead-section {
  background-color: transparent;
}
.m-about-flex {
  width: 100%;
	display: flex;
}
.m-about-flex-l, .m-about-flex-r {
  width: 50%;
}
.m-about-flex-l {
  padding: 20px;
	background-color: rgba(26,47,95,0.6);
	color: #f2f2f2;
}
.m-about-flex-l h2 {
  color: #fff;
	font-size: 2.4rem;
	margin-top: 0;
	letter-spacing: 0.2rem;
	font-family: Helvetica, Helvetica Neue, Arial, "sans-serif";
	font-weight: 400;
	position: relative;
}
.m-about-flex-l h2::before {
  content: '';
  height: 1px;
  width: 100%;
  background: #4d4d4d;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.m-about-flex-l h2::after {
  content: '';
  height: 1px;
  width: 25%;
  background: #c4c4c4;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.m-about-flex-l h2 > span {
  font-size: 2.8rem;
}
.m-about-flex-l h2 + p {
  margin-top: 20px;
}
.m-about-flex-r {
  background: #000 url("../img/img_megastar_01.jpg") right bottom;
	background-size: cover;
	height: auto;
}
@media screen and (max-width: 767px) {
  .m-about-flex {
    flex-direction: column-reverse;
  }
  .m-about-flex-l, .m-about-flex-r {
    width: 100%;
  }
  .m-about-flex-l {
    padding: 10px;
  }
  .m-about-flex-l h2 {
    font-size: 1.8rem;
  }
  .m-about-flex-l h2 > span {
    font-size: 2.2rem;
  }
  .m-about-flex-r {
    height: 55vw;
  }
}

/* Overview */
#overview {
  background: #222;
}
#overview .m-hdg-lv2 .m-hdg{
border-left: 3px solid #f2f2f2;
}

/* Contents List */
.m-contents-list {
  margin-left: -50px;
	display: flex;
}
.m-contents-list li {
  width: 33.3%;
	padding-left: 50px;
	text-align: center;
}
.m-contents-list-inner {
  position: relative;
}
.m-contents-list-img {
  width: 100%;
	padding: 0 25px;
}
.m-contents-list-img-inner {
  border-radius: 50%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 10px #000;
}
.m-contents-list-inner:hover .m-contents-list-img-inner {
	box-shadow: 0 0 0 #000;
}
.m-contents-list-img-inner > div {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,255,255,.75);
	text-align: center;
	opacity: 0;
	transition-duration: .5s;
	padding: 30px;
}
.m-contents-list-img-inner > div > p {
  font-size: 2rem;
	color: #f2f2f2;
	letter-spacing: 0.2rem;
	font-family: Helvetica, Helvetica Neue, Arial, "sans-serif";
	font-weight: 400;
}
.m-contents-list-img-inner > div > img {
  width: 100%;
	transform: scale(0.8) rotate(-2deg);
	opacity: 0;
	transition-duration: .5s;
}
.m-contents-list-inner:hover .m-contents-list-img-inner > div > img {
  transform: scale(1.0) rotate(0) !important;
	opacity: 1;
	transition-duration: .5s;
}
.m-contents-list-inner:hover .m-contents-list-img-inner > div {
	opacity: 1;
	transition-duration: .5s;
}
.m-contents-list-img img {
  width: 100%;
	border-radius: 50%;
	transition-duration: .5s;
}
.m-contents-list-inner:hover .m-contents-list-img img {
  transform: scale(1.2) rotate(2deg);
  transition-duration: 0.5s;
}
.m-contents-list-inner h3 {
  margin-top: 25px;
}
.m-contents-list-inner h3 a {
  color: #f2f2f2;
	font-size: 2rem;
	letter-spacing: 0.2rem;
	font-family: Helvetica, Helvetica Neue, Arial, "sans-serif";
	font-weight: 400;
}
.m-contents-list-inner h3 a:hover {
  opacity: 1;
	text-decoration: none;
}
.m-contents-list-inner h3 a::after {
  content: '';
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.m-contents-list-inner h3 span {
	font-size: 2.4rem;
}
.m-contents-list-inner hr {
	height: 2px;
	background-color: #ccc;
	margin: 5px auto 10px;
	width: 0;
	transition-duration: .5s;
}
.m-contents-list-inner:hover hr {
	width: 70px;
	transition-duration: .5s;
}
.m-contents-list-inner a {
  color: #ccc;
	letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .m-contents-list {
    margin-left: 0;
    flex-direction: column;
  }
  .m-contents-list li {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
  .m-contents-list li:first-child {
    margin-top: 0px;
  }
  .m-contents-list-img {
    padding: 0 15px;
		max-width: 60vw;
		margin: 0 auto;
  }
  .m-contents-list-img img {
    max-width: 60vw;
  }
  .m-contents-list-inner h3 {
    margin-top: 15px;
  }
  .m-contents-list-inner h3 a {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }
  .m-contents-list-inner h3 span {
    font-size: 2.2rem;
  }
  .m-contents-list-inner hr {
    height: 2px;
    width: 60px;
  }
}

/* Modal Contents */
.m-modal {
  color: #ccc;
}
.m-modal .m-hdg-lv2 .m-hdg {
  color: #f2f2f2;
	border-left: 3px solid #f2f2f2;
}
.m-modal-content {
  background: #333;
}
.m-modal-content-hdg {
  display: flex;
	width: 100%;
	align-items: center;
	margin-top: 50px;
}
.modal-hdg-l {
  width: 30%;
	max-width: 200px;
	padding-right: 20px;
}
.modal-hdg-l img {
  width: 100%;
	border-radius: 50%;
	margin-top: 30px;
}
.modal-hdg-r {
  width: 70%;
}
.modal-hdg-r h2 {
  color: #f2f2f2;
	font-size: 3rem;
	letter-spacing: 0.3rem;
	font-family: Helvetica, Helvetica Neue, Arial, "sans-serif";
	font-weight: 400;
	position: relative;
}
.modal-hdg-r h2 span {
  font-size: 3.6rem;
}
.modal-hdg-r h2 + p {
  margin-top: 25px;
}
.modal-hdg-r h2::before {
  content: '';
  height: 1px;
  width: 100%;
  background: #4d4d4d;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.modal-hdg-r h2::after {
  content: '';
  height: 1px;
  width: 25%;
  background: #c4c4c4;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.m-modal-lead  {
  text-align: right;
	margin-top: 45px;
	margin-bottom: 45px;
  color: #f2f2f2;
	font-size: 1.6rem;
	font-weight: 500;
}
.m-modal-lead > span {
	padding: 8px;
	border: 2px solid #ccc;
}
.m-modal-grid {
  display: flex;
	margin-left: -20px;
}
.m-modal-grid-content {
  width: 50%;
	padding-left: 20px;
}
.m-modal-grid-content img {
  width: 100%;
}
@media screen and (max-width: 767px) {

  .modal-hdg-l {
    width: 100px;
		padding-left: 0;
  }
  .modal-hdg-l img {
    width: 100%;
    border-radius: 50%;
  }
  .modal-hdg-r {
    width: 100%;
		margin-top: 15px;
  }
  .modal-hdg-r h2 {
    font-size: 1.8rem;
  }
  .modal-hdg-r h2 span {
    font-size: 2.2rem;
  }
  .modal-hdg-r h2 + p {
    margin-top: 20px;
  }
  .m-modal-lead  {
    text-align: left;
    margin-top: 35px;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 8px;
    border: 2px solid #ccc;
  }
  .m-modal-lead > span {
    padding: 0;
    border: none;
  }
  .m-modal-grid {
    margin-left: -10px;
  }
  .m-modal-grid-content {
    padding-left: 10px;
  }
}

/* FadeIn Animation */
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 500ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.hdg-main > * {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 500ms;
}
.hdg-main.loaded > * {
	opacity : 1;
	transform : translate(0, 0);
}
.hdg-main.loaded > *:nth-child(2) {
	transition-delay: .2s;
}
.hdg-main.loaded > *:nth-child(3) {
	transition-delay: .4s;
}
.hdg-main.loaded > *:nth-child(4) {
	transition-delay: .6s;
}
.hdg-main.loaded > *:nth-child(5) {
	transition-delay: .8s;
}
.hdg-main.loaded > *:nth-child(6) {
	transition-delay: 1s;
}
.hdg-main.loaded > *:nth-child(7) {
	transition-delay: 1.2s;
}
.hdg-main.loaded > *:nth-child(8) {
	transition-delay: 1.4s;
}
.m-contents-list > .fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 500ms;
}
.m-contents-list > .fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
@media screen and (min-width: 768px) {
  .m-contents-list > .fadein.scrollin:nth-child(2) {
    transition-delay: .2s;
  }
  .m-contents-list > .fadein.scrollin:nth-child(3) {
    transition-delay: .4s;
  }
}

/* Sample List */
.slick-sample-list {
  width: 100%;
  margin-top: 30px;
  opacity: 0;
  transition: .5s .5s;
}
.slick-sample-list.slick-initialized {
  opacity: 1;
}
.slick-sample-list li {
  text-align: center;
  font-size: 1.5rem;
  width: 100%;
}
.slick-sample-list li img {
  display: block;
  width: 100%;
  padding: 0 3px;
  margin-bottom: 12px;
}
.slick-sample-list .slick-slide:not(.slick-center) img {
  -webkit-filter: grayscale(75%) blur(1px);
  filter: grayscale(75%) blur(1px);
  -webkit-transform: scale(.85,.85);
  transform: scale(.85,.85);
  transition: 0.5s;
}
.slick-sample-list .slick-slide:not(.slick-center) {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .slick-sample-list li img {
    padding: 0 1px;
  }
}

/* Fee */
.m-tbl .fee-table tbody td {
  text-align: center;
}
.m-price-red {
  text-align: right;
	font-family: Garamond, "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;
  font-size: 2.4rem;
  font-weight: normal;
	color: #990000;
}
.m-price-red > span {
  font-size: 1.4rem;
}
.m-price-blue {
  text-align: right;
	font-family: Garamond, "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;
  font-size: 2.4rem;
  font-weight: normal;
	color: #003399;
}
.m-price-blue > span {
  font-size: 1.4rem;
}
section[data-type="gray"] .m-tbl tbody tr > * {
  border-right: 1px solid #e6e6e6;
}
@media screen and (min-width: 768px) {
  section[data-type="gray"] .m-tab .m-tab-list > li > a.is-current, .m-tab .m-tab-list > li > label.is-current {
    background: #e6e6e6;
  }
}

/* RADO */
section.rado {
  background: #222;
}
.rado .footer {
  background: #222;
	border: none;
}
.rado .footer ._in {
  padding: 30px 0;
}
.footer * {
	font-family: Garamond, "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;
}

/* Button */
.disable {
  pointer-events: none;
	background: #a1a1a1;
}