@charset "utf-8";
html, body {
  width: 100%;
  height: 100%;
}
#contents img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
  flex-shrink: 0;
}
a {
  color: #000;
  text-decoration: none;
}
html {
  overflow-x: hidden;
  overflow-y: auto !important;
}
body {
  position: relative;
  color: #fff;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: 1000px;
}

.disabled {
  display: block;
  pointer-events: none;
  opacity: 0.3;
}
.inview {
  opacity: 0;
  transition: 0.3s;
}

.mfp-iframe-scaler iframe {
  box-shadow: none;
  background: none;
}
.mfp-iframe-holder .mfp-content {
  max-width: 831px;
}
.mfp-fade.mfp-bg.mfp-ready {
  transition: all 0.3s ease-out;
}
/* mfp-bg（overlay） */
.mfp-fade.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-bg {
  background-color: #082a09;
}
.mfp-figure:after {
  box-shadow: none;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* mfp-content */
.mfp-wrap {
	width: calc(100% + 17px);
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-figure figure {
  background-color: #fff;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder {
  cursor: auto;
}
.mfp-close, .mfp-close:active {
  position: fixed;
  top: 30px;
  right: 30px;
  font-size: 0;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  cursor: pointer !important;
}
.mfp-close:before, .mfp-close:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #c88e18;
  transition: 0.4s;
}
.mfp-close:before {
  transform: rotateZ(45deg);
}
.mfp-close:hover:before {
}
.mfp-close:after {
  transform: rotateZ(-45deg);
}
.mfp-close:hover:after {
}
.mfp-close img {
  width: 100%;
  height: auto;
}
iframe {
  border: none;
}

.mfp-image-holder .mfp-content {
  max-width: 1000px;
}
img.mfp-img {
  padding: 0;
  background-color: #000;
  border: 1px solid #8d6b30;
  pointer-events: none;
}

#contents {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(/mana30th/assets/common/img/cmn-bg01.jpg) center top no-repeat fixed;
  background-size: cover;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: 'Shippori Mincho', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

canvas {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
}
/* --------------------------------------------------

overlay

-------------------------------------------------- */
#overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(8, 42, 9, 0.8);
  width: 100%;
  height: 100%;
}
#overlay-inner {
  display: flex;
  
}


/* --------------------------------------------------

kv

-------------------------------------------------- */
.kv-catch {
  padding: 50px 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
}
.kv-catch span {
  opacity: 0;
  animation-duration: 4s;
}
.kv-logo {
  margin: 0 auto;
  padding-bottom: 100px;
  width: 560px;
  animation-delay: 1.2s;
  animation-duration: 1.8s;
}


/* --------------------------------------------------

section

-------------------------------------------------- */
.section {
  padding-bottom: 120px;
}
.section-head {
  padding-bottom: 50px;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
}
.section-head i {
  display: block;
  padding-top: 10px;
  font-family: 'Shippori Mincho', serif;
  font-size: 18px;
  letter-spacing: 0.07em;
}


/* --------------------------------------------------

30th Special Program

-------------------------------------------------- */
.program-youtube {
  position: relative;
  margin: 0 auto;
  width: 640px;
  background-color: #082a09;
  border: 1px solid #fff;
}
.program-youtube a {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.program-youtube a:before {
  display: block;
  opacity: 1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/mana30th/assets/home/img/yt-play-ico01.png) center center no-repeat;
  background-size: 80px auto;
  transition: 0.3s;
}
.program-youtube a:hover:before {
  opacity: 0;
  transform: scale(1.1);
}
.program-youtube img {
	opacity: 0.6;
	transition: 0.3s;
}
.program-youtube:hover img {
	opacity: 1;
}


/* --------------------------------------------------

Illustration

-------------------------------------------------- */
.illustraion-list {
  display: flex;
  justify-content: space-between;
}
.illustraion-list-item {
  margin: 0;
  width: 490px;
  text-align: center;
}
.illustraion-list-thumb {
  display: block;
  position: relative;
  background-color: #082a09;
  border: 1px solid #fff;
  overflow: hidden;
}
.illustraion-list-thumb a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.illustraion-list-thumb img {
  transition: 0.3s;
  opacity: 0.7;
}
.illustraion-list-thumb:hover img {
  opacity: 1;
}
.illustraion-list-caption {
  padding-top: 5px;
  font-weight: 500;
  letter-spacing: 0.05em;
}


/* --------------------------------------------------

Creators Comment

-------------------------------------------------- */
.comment-note {
  display: block;
  margin-top: -20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
}
.comment-list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding-top: 50px;
}
.comment-list-item {
  opacity: 0;
  position: relative;
  margin-right: 42px;
  margin-bottom: 30px;
  width: 218px;
  text-align: center;
}
.comment-list-item:nth-of-type(4n) {
	margin-right: 0;
}
.comment-list-name {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  text-align: center;
  transform: translateY(-60%);
  letter-spacing: 0.07em;
}
.comment-list-name i {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.comment-list-item a {
  display: block;
  color: #fff;
  transition: 0.3s;
}
.comment-list-item a:hover {
  transform: scale(1.06);
}
.comment-list-item.fade_on {
  opacity: 1;
}


/* --------------------------------------------------

footer banner

-------------------------------------------------- */
#footer-banner {
  background-color: rgba(3, 23, 4, 0.6);
}
.footer-banner-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0 5px;
}
.footer-banner-item {
  margin-bottom: 25px;
  width: 246px;
  border: 1px solid #fff;
  background-color: #082a09;
}
.footer-banner-item img {
  transition: 0.3s;
}
.footer-banner-item:hover img {
  opacity: 0.7;
}
.footer-banner-item + .footer-banner-item {
  margin-left: 31px;
}


/* --------------------------------------------------

Comment Modal

-------------------------------------------------- */
.comment-modal {
  margin: 60px auto;
  padding: 30px 30px 50px;
  max-width: 1000px;
  background-color: rgba(8, 42, 9, 0.8);
  border: 1px solid #8d6b30;
  box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 30px 0px rgba(3,23,4,0.5);
}
.comment-modal img {
  pointer-events: none;
}
.modal-header {
  margin-bottom: 23px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #8d6b30;
  font-family: 'Shippori Mincho', serif;
}
.modal-header span {
  display: block;
}
.modal-position {
  padding-bottom: 10px;
  color: #c88e18;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.modal-name {
  color: #c88e18;
  font-size: 30px;
  letter-spacing: 0.07em;
  line-height: 1;
}
.modal-name strong {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.modal-name i {
  display: inline-block;
  padding-left: 1.2em;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
}
.modal-charge {
  padding-top: 24px;
  color: #ddd;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.modal-body {
  font-family: 'Noto Sans JP', sans-serif;
}
.modal-body-txt {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.modal-body-txt + .modal-body-txt {
  padding-top: 15px;
}

.modal-image-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 40px;
  width: 680px;
  text-align: center;
}
.modal-image-item:nth-of-type(1) {
  width: 100%;
}
.modal-image-item:nth-of-type(2) {
  width: 298px;
}
.modal-image-item:nth-of-type(3) {
  width: 338px;
}
.modal-image-item:nth-of-type(4) {
  margin: 0 auto;
  width: 500px;
}
.modal-image-item + .modal-image-item {
  padding-top: 40px;
}

/* ----------------------------------------------------------------------------------------------------

ここから1200px以下

---------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1199px) {
}

/* ----------------------------------------------------------------------------------------------------

ここからスマートフォン

---------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .inner {
    margin: 0 5.333333vw;
    max-width: none;
    width: auto;
  }
  
  .mfp-close, .mfp-close:active {
    top: 4vw;
    right: 0;
    width: 10.333333vw;
    height: 10.333333vw;
  }
  #contents {
    background: none;
  }
  .sp-bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(/mana30th/assets/common/img/cmn-bg01.jpg) center top no-repeat;
    background-size: cover;
  }
  .mfp-wrap {
		width: 100%;
	}
  /* --------------------------------------------------

  kv

  -------------------------------------------------- */
  .kv-catch {
    padding: 6.666666vw 0;
    font-size: 4.266666vw;
  }
  .kv-logo {
    padding-bottom: 13.333333vw;
    width: 85.333333vw;
  }


  /* --------------------------------------------------

  section

  -------------------------------------------------- */
  .section {
    padding-bottom: 32vw;
  }
  .section-head {
    padding-bottom: 10.666666vw;
    font-size: 10.666666vw;
    letter-spacing: 0;
  }
  .section-head i {
    padding-top: 2.666666vw;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
  }


  /* --------------------------------------------------

  30th Special Program

  -------------------------------------------------- */
  .program-youtube {
    width: auto;
  }
  .program-youtube a {

  }
  .program-youtube a:before {
    background-size: 13.333333vw auto;
  }
  .program-youtube a:hover:before {
    opacity: 1;
    transform: scale(1);
  }
  .program-youtube:hover img {
		opacity: 0.6;
	}


  /* --------------------------------------------------

  Illustration

  -------------------------------------------------- */
  .illustraion-list {
    display: block;
  }
  .illustraion-list-item {
    width: auto;
  }
  .illustraion-list-item + .illustraion-list-item {
    padding-top: 10.3333333vw;
  }
  .illustraion-list-thumb a {
  }
  .illustraion-list-thumb img {
    opacity: 1;
  }
  .illustraion-list-thumb:hover img {
    opacity: 1;
  }
  .illustraion-list-caption {
    padding-top: 1.333333vw;
    font-size: 3.733333vw;
    letter-spacing: 0.03em;
  }


  /* --------------------------------------------------

  Creators Comment

  -------------------------------------------------- */
  .comment-note {
    margin-top: -5.333333vw;
    font-size: 3.2vw;
  }
  .comment-list {
	  justify-content: space-between;
    padding-top: 13.333333vw;
  }
  .comment-list-item {
	  margin-right: 0;
    margin-bottom: 8vw;
    width: 48%;
  }
  .comment-list-item a:hover {
    transform: scale(1);
  }
  .comment-list-name {
    font-size: 5.333333vw;
  }
  .comment-list-name i {
    font-size: 3.2vw;
  }
  .comment-list-item a {
  }


  .comment-list-item.fade_on {
    opacity: 1;
    transform: translateY(0);
  }


  /* --------------------------------------------------

  footer banner

  -------------------------------------------------- */
  #footer-banner {
  }
  .footer-banner-list {
    padding: 8vw 0 1.333333vw;
  }
  .footer-banner-item {
    margin-bottom: 6.666666vw;
    width: 65.6vw;
  }
  .footer-banner-item img {
  }
  .footer-banner-item:hover img {
    opacity: 1;
  }
  .footer-banner-item + .footer-banner-item {
    margin-left: 0;
  }


  /* --------------------------------------------------

  Comment Modal

  -------------------------------------------------- */
  .comment-modal {
    margin: 16vw auto;
    padding: 5.333333vw 4vw 13.333333vw;
    max-width: none;
    width: auto;
    background-color: rgba(8, 42, 9, 0.8);
  }
  .comment-modal img {
    pointer-events: none;
  }
  .modal-header {
    margin-bottom: 6.133333vw;
    padding-bottom: 8vw;
  }
  .modal-header span {
  }
  .modal-position {
    padding-bottom: 2.666666vw;
    font-size: 3.733333vw;
  }
  .modal-name {
    font-size: 5.333333vw;
    letter-spacing: 0.07em;
  }
  .modal-name strong {
    font-size: 7.333333vw;
  }
  .modal-name i {
    display: block;
    padding-top: 3.2vw;
    padding-left: 0;
    font-size: 4.2vw;
  }
  .modal-charge {
    padding-top: 3.2vw;
    font-size: 3.2vw;
    letter-spacing: 0.03em;
  }
  .modal-body {
  }
  .modal-body-txt {
    font-size: 3.733333vw;
  }
  .modal-body-txt + .modal-body-txt {
    padding-top: 4vw;
  }

  .modal-image-list {
    margin: 0 auto;
    padding-top: 8vw;
    width: auto;
  }
  .modal-image-item:nth-of-type(1) {
    width: 100%;
  }
  .modal-image-item:nth-of-type(2) {
    width: 39.733333vw;
  }
  .modal-image-item:nth-of-type(3) {
    width: 45.066666vw;
  }
  .modal-image-item:nth-of-type(4) {
    margin: 0 auto;
    width: 66.666666vw;
  }
  .modal-image-item + .modal-image-item {
    padding-top: 4.2vw;
  }
}