<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Scss Document */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
}
a:hover {
  opacity: 0.7 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
  width: 100%;
}

html, body {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.75;
  color: #000000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  background: #000;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body.add_overray {
  overflow: hidden;
}

svg {
  fill: currentColor;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.tb {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tb {
    display: block !important;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.bodoni {
  font-family: "Bodoni Moda", serif;
  font-weight: 700;
  font-style: normal;
}

.bodoni-m {
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  font-style: normal;
}

.mont {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0.1;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1100ms;
  transition: all 1100ms;
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
}
@media screen and (max-width: 768px) {
  .fadein {
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}

@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein2 {
  opacity: 0.1;
  -webkit-transform: translate(0, 250px);
          transform: translate(0, 250px);
  -webkit-transition: all 800ms;
  transition: all 800ms;
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
}
@media screen and (max-width: 768px) {
  .fadein2 {
    -webkit-transform: translate(0, 80px);
            transform: translate(0, 80px);
  }
}

.fadein2.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}

@keyframes fadeIn3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein3 {
  opacity: 0.1;
  -webkit-transform: translate(400px, 100px);
          transform: translate(400px, 100px);
  -webkit-transition: all 1200ms;
  transition: all 1200ms;
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
}
@media screen and (max-width: 768px) {
  .fadein3 {
    -webkit-transform: translate(50px, 50px);
            transform: translate(50px, 50px);
  }
}

.fadein3.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}

@keyframes fadeIn4 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn4 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein4 {
  opacity: 0.1;
  -webkit-transform: translate(-500px, 100px);
          transform: translate(-500px, 100px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
}
@media screen and (max-width: 768px) {
  .fadein4 {
    -webkit-transform: translate(100px, 50px);
            transform: translate(100px, 50px);
  }
}

.fadein4.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}

@-webkit-keyframes hurueru {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: none;
            transform: none;
  }
  75% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes hurueru {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: none;
            transform: none;
  }
  75% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
.fwari {
  display: block;
}
.fwari:hover {
  -webkit-animation: hurueru 0.9s infinite;
          animation: hurueru 0.9s infinite;
}

#cursor {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #4D4D4D;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  pointer-events: none;
  z-index: 10000001;
}
#cursor.active {
  -webkit-transform: scale(0);
          transform: scale(0);
}

#stalker {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
  pointer-events: none;
  z-index: 10000000;
  border: 1px solid #4D4D4D;
}
#stalker.active {
  width: 100px;
  height: 100px;
  background: rgba(77, 77, 77, 0.3);
  border: none;
}

::-moz-selection {
  background: #fff;
}

::selection {
  background: #fff;
}

header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: #000;
  width: 116px;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  header {
    width: 75px;
  }
}

#main {
  background: #000;
  position: relative;
  height: 100vh;
  background: url("../img/top/img_main_pc.jpg") center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #main {
    background: url("../img/top/img_main_sp.jpg") no-repeat left center;
    background-size: cover;
  }
}
#main .content {
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 480px;
}
@media screen and (max-width: 768px) {
  #main .content {
    width: 220px;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}
#main .main_txt {
  width: 500px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #main .main_txt {
    width: 100%;
  }
}
#main .main_txt img {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
}
#main .logo_txt {
  width: 100%;
  margin: auto;
  /*img{
  	filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.6));
  }*/
}
#main .txt_ex {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
#main .txt_ex h2 {
  font-size: 1.4rem;
  line-height: 1.2;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding: 0 30px 10px;
}
@media screen and (max-width: 768px) {
  #main .txt_ex h2 {
    padding: 0 10px 10px;
  }
}
#main .txt_ex p {
  font-size: 1.2rem;
  position: relative;
  padding: 0 30px 0;
}
@media screen and (max-width: 768px) {
  #main .txt_ex p {
    padding: 0 10px;
  }
}
#main .txt_ex p::after {
  position: absolute;
  content: url("../img/top/ico_arrow.svg");
  width: 10px;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#txtscroll {
  background: url("../img/common/txt_org.svg") repeat-y;
  position: fixed;
  z-index: 3;
  width: 7%;
  height: 100vh;
  top: 75px;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#footer {
  background: #000;
  background-size: cover;
  color: #fff;
  padding-bottom: 50px;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  #footer {
    background-size: contain;
  }
}
#footer .footer_inner {
  margin: 0 auto 0;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner {
    margin: 0 auto;
    padding-top: 40px;
  }
}
#footer .footer_inner .project {
  margin: 0 auto 60px;
  text-align: center;
}
#footer .footer_inner .project a {
  display: block;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
}
#footer .footer_inner .footer_content {
  width: 88%;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  margin: 35px auto 35px;
}
#footer .footer_inner .footer_content h4 {
  width: 14%;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_content h4 {
    width: 40%;
  }
}
#footer .footer_inner .footer_content ul {
  padding: 0 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 86%;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_content ul {
    width: 60%;
    display: block;
  }
}
#footer .footer_inner .footer_content ul li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .footer_content ul li {
    width: 100%;
  }
}
#footer .footer_inner .footer_logo {
  text-align: center;
  margin: 60px auto 25px;
  width: 116px;
}
#footer .footer_inner .footer_copy {
  text-align: center;
  font-size: 1.4rem;
}

.gallery_lead-img {
  width: 60%;
  position: relative;
  margin: 0 auto 65px;
  border: 5px solid #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .gallery_lead-img {
    margin: 0 auto 50px;
    width: 80%;
  }
}

#gallery aside, #gallery2 aside {
  font-size: 1.2rem;
  text-align: right;
  margin: 20px 6.6% 20px auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #gallery aside, #gallery2 aside {
    margin: 10px 10px 40px auto;
  }
}
#gallery p, #gallery2 p {
  line-height: 2;
  margin-bottom: 110px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #gallery p, #gallery2 p {
    margin-bottom: 90px;
  }
}
#gallery p span, #gallery2 p span {
  display: block;
  margin-top: 20px;
}
#gallery .gallery_lead-txt, #gallery2 .gallery_lead-txt {
  width: 86%;
  text-align: center;
  z-index: 2;
  margin: 3em auto;
  padding: 0.5em 0;
  line-height: 3;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_lead-txt, #gallery2 .gallery_lead-txt {
    line-height: 2;
    font-size: 1.3rem;
  }
}
#gallery .gallery_01, #gallery2 .gallery_01 {
  width: 100%;
  margin: 0 auto;
}
#gallery .gallery_02, #gallery2 .gallery_02 {
  width: 83.3%;
  margin-left: 16.7%;
  margin-bottom: 100px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_02, #gallery2 .gallery_02 {
    width: 85.3%;
    margin-left: 14.7%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
#gallery .gallery_03, #gallery2 .gallery_03 {
  width: 83.3%;
  margin-bottom: 100px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_03, #gallery2 .gallery_03 {
    width: 85.3%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
#gallery .gallery_04, #gallery2 .gallery_04 {
  width: 100%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_04, #gallery2 .gallery_04 {
    margin: 0 auto 30px;
  }
}
#gallery .gallery_2_3, #gallery2 .gallery_2_3 {
  width: 100%;
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_2_3, #gallery2 .gallery_2_3 {
    display: block;
    margin-bottom: 50px;
    width: 100%;
  }
}
#gallery .gallery_2_3 img, #gallery2 .gallery_2_3 img {
  height: auto;
}
#gallery .gallery_2_3 img:nth-child(1), #gallery2 .gallery_2_3 img:nth-child(1) {
  width: 58%;
}
#gallery .gallery_2_3 img:nth-child(2), #gallery2 .gallery_2_3 img:nth-child(2) {
  width: 39%;
  margin-top: 22.6%;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_2_3 img:nth-child(1), #gallery2 .gallery_2_3 img:nth-child(1) {
    margin-bottom: 10px;
    width: 80%;
  }
  #gallery .gallery_2_3 img:nth-child(2), #gallery2 .gallery_2_3 img:nth-child(2) {
    width: 70%;
    margin-left: 30%;
    margin-top: 0;
  }
}
#gallery #gallery_4, #gallery2 #gallery_4 {
  width: 80%;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 110px;
  padding-top: 53%;
  background: url("../img/top/img_gallery-22.jpg") 50% 0 no-repeat fixed;
  background-size: cover;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  #gallery #gallery_4, #gallery2 #gallery_4 {
    padding-top: 80%;
    margin-bottom: 50px;
    background: url("../img/top/img_gallery-22.jpg") center no-repeat;
    background-size: cover;
  }
}
#gallery #gallery_4 figure, #gallery2 #gallery_4 figure {
  position: absolute;
  top: 50%;
  left: -10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 383px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #gallery #gallery_4 figure, #gallery2 #gallery_4 figure {
    width: 40%;
    max-width: 310px;
    height: auto;
  }
}
#gallery #gallery_4 figure img, #gallery2 #gallery_4 figure img {
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
}
#gallery .gallery_5_6, #gallery2 .gallery_5_6 {
  width: 66%;
  margin-left: auto;
  margin-right: 5.4%;
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_5_6, #gallery2 .gallery_5_6 {
    width: 64%;
    padding: 0;
    margin: 0 auto 50px;
    display: block;
  }
}
#gallery .gallery_5_6 img, #gallery2 .gallery_5_6 img {
  width: 49.5%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_5_6 img, #gallery2 .gallery_5_6 img {
    width: 100%;
    margin-bottom: 10px;
  }
}
#gallery .gallery_7, #gallery2 .gallery_7 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_7, #gallery2 .gallery_7 {
    margin-bottom: 7%;
  }
}
#gallery .gallery_8_9, #gallery2 .gallery_8_9 {
  width: 82%;
  margin: 200px auto 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_8_9, #gallery2 .gallery_8_9 {
    margin: 50px auto;
    width: 100%;
  }
}
#gallery .gallery_8_9 img, #gallery2 .gallery_8_9 img {
  width: 49%;
  height: auto;
}
#gallery .gallery_8_9 img:nth-child(1), #gallery2 .gallery_8_9 img:nth-child(1) {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_8_9 img:nth-child(1), #gallery2 .gallery_8_9 img:nth-child(1) {
    padding-top: 50px;
  }
}
#gallery .gallery_8_9_2, #gallery2 .gallery_8_9_2 {
  width: 82%;
  margin: 200px auto 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_8_9_2, #gallery2 .gallery_8_9_2 {
    margin: 50px auto;
    width: 100%;
  }
}
#gallery .gallery_8_9_2 img, #gallery2 .gallery_8_9_2 img {
  width: 49%;
  height: auto;
}
#gallery .gallery_8_9_2 img:nth-child(2), #gallery2 .gallery_8_9_2 img:nth-child(2) {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_8_9_2 img:nth-child(2), #gallery2 .gallery_8_9_2 img:nth-child(2) {
    padding-top: 50px;
  }
}
#gallery .gallery_10, #gallery2 .gallery_10 {
  width: 90%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_10, #gallery2 .gallery_10 {
    margin-bottom: 30px;
  }
}
#gallery .gallery_11_13, #gallery2 .gallery_11_13 {
  width: 100%;
  margin: 130px auto 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_11_13, #gallery2 .gallery_11_13 {
    margin: 110px auto 40px;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#gallery .gallery_11_13 .g11, #gallery2 .gallery_11_13 .g11 {
  width: 33.6%;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_11_13 .g11, #gallery2 .gallery_11_13 .g11 {
    width: 50%;
  }
}
#gallery .gallery_11_13 .g12, #gallery2 .gallery_11_13 .g12 {
  width: 64.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_11_13 .g12, #gallery2 .gallery_11_13 .g12 {
    display: block;
    width: 47%;
  }
}
#gallery .gallery_11_13 .g12 img:nth-child(1), #gallery2 .gallery_11_13 .g12 img:nth-child(1) {
  width: 57.8%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: auto;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_11_13 .g12 img:nth-child(1), #gallery2 .gallery_11_13 .g12 img:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
}
#gallery .gallery_11_13 .g12 img:nth-child(2), #gallery2 .gallery_11_13 .g12 img:nth-child(2) {
  width: 39%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  height: auto;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_11_13 .g12 img:nth-child(2), #gallery2 .gallery_11_13 .g12 img:nth-child(2) {
    width: 69%;
    margin-left: auto;
    display: block;
  }
}
#gallery .gallery_14, #gallery2 .gallery_14 {
  width: 83.3%;
  margin-left: 16.7%;
  margin-bottom: 100px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_14, #gallery2 .gallery_14 {
    width: 85.3%;
    margin-left: 14.7%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
#gallery .gallery_15_16, #gallery2 .gallery_15_16 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_15_16, #gallery2 .gallery_15_16 {
    margin-bottom: 10px;
  }
}
#gallery .gallery_15_16 img:nth-child(1), #gallery2 .gallery_15_16 img:nth-child(1) {
  width: 41.3%;
  height: auto;
}
#gallery .gallery_15_16 img:nth-child(2), #gallery2 .gallery_15_16 img:nth-child(2) {
  width: 56.6%;
  height: auto;
}
#gallery .gallery_17txt, #gallery2 .gallery_17txt {
  position: relative;
  margin: 0 auto 120px;
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_17txt, #gallery2 .gallery_17txt {
    margin: 0 auto 55px;
    padding-bottom: 0;
  }
}
#gallery .gallery_17txt .gallery_17, #gallery2 .gallery_17txt .gallery_17 {
  width: 38%;
  position: relative;
  z-index: 2;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#gallery .gallery_17txt .gallery_txt, #gallery2 .gallery_17txt .gallery_txt {
  width: 32.5%;
  position: absolute;
  bottom: 0;
  right: 3%;
  z-index: 1;
}
#gallery .gallery_18, #gallery2 .gallery_18 {
  width: 90%;
  margin: 0 auto 0 10%;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_18, #gallery2 .gallery_18 {
    width: 86%;
    margin: 0 auto 0 14%;
  }
}
#gallery .gallery_19, #gallery2 .gallery_19 {
  width: 90%;
  margin: 0 10% 0 auto;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_19, #gallery2 .gallery_19 {
    width: 86%;
    margin: 0 14% 0 auto;
  }
}
#gallery .gallery_end, #gallery2 .gallery_end {
  width: 100%;
  margin: 300px auto 210px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_end, #gallery2 .gallery_end {
    margin: 150px auto 45px;
  }
}
#gallery .gallery_20_22, #gallery2 .gallery_20_22 {
  position: relative;
  padding-top: 87.666%;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_20_22, #gallery2 .gallery_20_22 {
    position: static;
    padding-top: 0;
  }
}
#gallery .gallery_20_22 .gallery_20, #gallery2 .gallery_20_22 .gallery_20 {
  position: absolute;
  width: 27.4%;
  left: 14%;
  top: 26.333%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_20_22 .gallery_20, #gallery2 .gallery_20_22 .gallery_20 {
    position: static;
    top: auto;
    right: auto;
    width: 44.5%;
  }
}
#gallery .gallery_20_22 .gallery_21_22, #gallery2 .gallery_20_22 .gallery_21_22 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px auto 30px;
}
#gallery .gallery_20_22 .gallery_21, #gallery2 .gallery_20_22 .gallery_21 {
  position: absolute;
  width: 56.6666%;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_20_22 .gallery_21, #gallery2 .gallery_20_22 .gallery_21 {
    position: relative;
    width: 86.14%;
    top: auto;
    left: auto;
    margin-left: 13.86%;
    margin-top: -88px;
  }
}
#gallery .gallery_20_22 .gallery_22, #gallery2 .gallery_20_22 .gallery_22 {
  position: absolute;
  width: 31.9333%;
  right: 24.7333%;
  top: 45%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_20_22 .gallery_22, #gallery2 .gallery_20_22 .gallery_22 {
    position: static;
    top: auto;
    right: auto;
    width: 52%;
    margin-top: 80px;
  }
}
#gallery .gallery_23, #gallery2 .gallery_23 {
  margin: -13% auto 130px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_23, #gallery2 .gallery_23 {
    margin-bottom: 55px;
  }
}
#gallery .gallery_24_26, #gallery2 .gallery_24_26 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_24_26, #gallery2 .gallery_24_26 {
    margin-bottom: 55px;
    text-align: center;
    display: block;
  }
}
#gallery .gallery_24_26 figure, #gallery2 .gallery_24_26 figure {
  width: 33.3333333333%;
}
#gallery .gallery_24_26 figure:nth-child(2), #gallery2 .gallery_24_26 figure:nth-child(2) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_24_26 figure:nth-child(2), #gallery2 .gallery_24_26 figure:nth-child(2) {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #gallery .gallery_24_26 figure, #gallery2 .gallery_24_26 figure {
    margin: 0 auto;
    width: 56%;
  }
}
#gallery .gallery_24_26 figure img, #gallery2 .gallery_24_26 figure img {
  height: auto;
}
#gallery .gallery_main, #gallery2 .gallery_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#gallery .gallery_main div, #gallery2 .gallery_main div {
  width: 35%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_main div, #gallery2 .gallery_main div {
    width: 80%;
  }
}
#gallery .gallery_main div:nth-child(2), #gallery2 .gallery_main div:nth-child(2) {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_main div:nth-child(2), #gallery2 .gallery_main div:nth-child(2) {
    width: 80%;
    margin: 0 0 0 auto;
  }
}
#gallery .gallery_main div:nth-child(3), #gallery2 .gallery_main div:nth-child(3) {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_main div:nth-child(3), #gallery2 .gallery_main div:nth-child(3) {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #gallery .gallery_main div:nth-child(4), #gallery2 .gallery_main div:nth-child(4) {
    width: 80%;
    margin: 0 0 0 auto;
  }
}
#gallery .gallery_w1330, #gallery2 .gallery_w1330 {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_w1330, #gallery2 .gallery_w1330 {
    margin: 0 auto 30px;
  }
}
#gallery .gallery_w80, #gallery2 .gallery_w80 {
  width: 80%;
  max-width: 1330px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_w80, #gallery2 .gallery_w80 {
    margin: 0 auto 30px;
  }
}
#gallery .gallery_20-21, #gallery2 .gallery_20-21 {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_20-21, #gallery2 .gallery_20-21 {
    margin: 0 auto 30px;
  }
}
#gallery .gallery_20-21 figure, #gallery2 .gallery_20-21 figure {
  width: 90%;
  margin: 0 0 0 auto;
}
#gallery .gallery_20-21 figure:nth-child(2n), #gallery2 .gallery_20-21 figure:nth-child(2n) {
  margin: 0 auto 0 0;
}
#gallery .gallery_narabi1, #gallery2 .gallery_narabi1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1330px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_narabi1, #gallery2 .gallery_narabi1 {
    margin: 0 auto 10%;
  }
}
#gallery .gallery_narabi1 figure, #gallery2 .gallery_narabi1 figure {
  width: 49%;
}
#gallery .gallery_narabi1 figure:nth-child(2n), #gallery2 .gallery_narabi1 figure:nth-child(2n) {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_narabi1 figure:nth-child(2n), #gallery2 .gallery_narabi1 figure:nth-child(2n) {
    padding-top: 7%;
  }
}
#gallery .gallery_narabi2, #gallery2 .gallery_narabi2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_narabi2, #gallery2 .gallery_narabi2 {
    margin: 0 auto 10%;
  }
}
#gallery .gallery_narabi2 figure, #gallery2 .gallery_narabi2 figure {
  width: 49%;
}
#gallery .gallery_narabi3, #gallery2 .gallery_narabi3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_narabi3, #gallery2 .gallery_narabi3 {
    margin: 0 auto 10%;
  }
}
#gallery .gallery_narabi3 figure, #gallery2 .gallery_narabi3 figure {
  width: 49%;
}
#gallery .gallery_narabi3 figure:first-child, #gallery2 .gallery_narabi3 figure:first-child {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_narabi3 figure:first-child, #gallery2 .gallery_narabi3 figure:first-child {
    padding-top: 7%;
  }
}

#gallery2 {
  position: relative;
  z-index: 4;
  background: #000;
  margin-bottom: 0;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  #gallery2 {
    padding-bottom: 100px;
    padding-top: 60px;
  }
}
#gallery2 .gallery_11_13 {
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  #gallery2 .gallery_11_13 {
    margin: 20px auto 0;
  }
}

#styling {
  position: relative;
  z-index: 4;
  background: #000;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #styling {
    padding-bottom: 20px;
  }
}
#styling .ms_txt {
  width: 72%;
  margin: 0 9% -50px 19%;
  padding-top: 180px;
}
@media screen and (max-width: 768px) {
  #styling .ms_txt {
    padding-top: 55px;
    margin-bottom: 40px;
  }
}
#styling .animation_area {
  position: relative;
  z-index: 4;
}
#styling .dummy_area {
  position: absolute;
  left: 0;
  top: 0;
}
#styling .dummy_area {
  -webkit-animation: key2 1s;
          animation: key2 1s;
  display: inline-block;
  height: 100%;
  background-color: #fff;
  -webkit-transform: rotate(0.0001deg);
  transform: rotate(0.0001deg);
  outline: 1px solid transparent;
}
@-webkit-keyframes key2 {
  0% {
    left: 0;
    width: 0px;
    height: 100%;
  }
  50% {
    left: 0;
    width: 100.1%;
    height: 100%;
  }
  100% {
    left: 100%;
    width: 0px;
    height: 100%;
  }
}
@keyframes key2 {
  0% {
    left: 0;
    width: 0px;
    height: 100%;
  }
  50% {
    left: 0;
    width: 100.1%;
    height: 100%;
  }
  100% {
    left: 100%;
    width: 0px;
    height: 100%;
  }
}
#styling .styling_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 9%;
  color: #fff;
  margin-bottom: 80px;
}
#styling .styling_box:nth-child(3) {
  padding-right: 0;
  padding-left: 9%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #styling .styling_box:nth-child(3) {
    display: block;
    margin-bottom: 80px;
    padding: 0;
  }
}
#styling .styling_box:nth-child(3) .styling_img {
  margin-top: 73px;
}
@media screen and (max-width: 768px) {
  #styling .styling_box:nth-child(3) .styling_img {
    width: 80%;
    margin-left: 20%;
    margin-top: 0;
  }
}
#styling .styling_box:nth-child(2) .styling_item {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  #styling .styling_box:nth-child(2) .styling_item {
    margin-top: 0;
  }
}
#styling .styling_box:nth-child(4) {
  margin-bottom: 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #styling .styling_box:nth-child(4) {
    padding-bottom: 40px;
  }
}
#styling .styling_box:nth-child(4) .styling_img {
  margin-top: 73px;
}
@media screen and (max-width: 768px) {
  #styling .styling_box:nth-child(4) .styling_img {
    margin-top: 0;
  }
}
#styling .styling_box:nth-child(5) {
  padding-right: 0;
  padding-left: 9%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #styling .styling_box:nth-child(5) {
    display: block;
    margin-bottom: 80px;
    padding: 0;
  }
}
#styling .styling_box:nth-child(5) .styling_img {
  margin-top: 73px;
}
@media screen and (max-width: 768px) {
  #styling .styling_box:nth-child(5) .styling_img {
    width: 80%;
    margin-left: 20%;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #styling .styling_box {
    display: block;
    margin-bottom: 80px;
    padding: 0;
  }
}
#styling .styling_box .styling_img {
  width: 52%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #styling .styling_box .styling_img {
    width: 80%;
    margin-bottom: 35px;
  }
}
#styling .styling_box .styling_img p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #styling .styling_box .styling_img p {
    font-size: 3.4rem;
  }
}
#styling .styling_box .styling_item {
  width: 44%;
}
@media screen and (max-width: 768px) {
  #styling .styling_box .styling_item {
    width: 92%;
    margin: 0 auto;
  }
}
#styling .styling_box .styling_item h3 {
  font-size: 2rem;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
  line-height: 1;
}
#styling .styling_box .styling_item h3::after {
  content: "";
  background: #fff;
  bottom: 0;
  left: 0;
  width: 50px;
  position: absolute;
  height: 1px;
}
@media screen and (max-width: 768px) {
  #styling .styling_box .styling_item h3::after {
    width: 25px;
  }
}
#styling .styling_box .styling_item p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #styling .styling_box .styling_item p {
    margin-top: 20px;
  }
}
#styling .styling_box .styling_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#styling .styling_box .styling_item ul li {
  width: 48%;
  margin-bottom: 75px;
}
#styling .styling_box .styling_item ul li:nth-child(3), #styling .styling_box .styling_item ul li:nth-child(4) {
  margin-bottom: 0;
}
#styling .styling_box .styling_item ul li:nth-child(5) {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  #styling .styling_box .styling_item ul li:nth-child(5) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #styling .styling_box .styling_item ul li {
    margin-bottom: 40px;
  }
}
#styling .styling_box .styling_item ul li p {
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #styling .styling_box .styling_item ul li p {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
#styling .styling_box .styling_item ul li figure {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#styling .styling_box .styling_item ul li figure:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
#styling .styling_box .styling_item ul li figure:active {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
#styling .styling_box .styling_item ul li a:hover {
  opacity: 1 !important;
}

#backstage {
  position: relative;
  z-index: 1;
}
#backstage .slide {
  height: 830px !important;
}
@media screen and (max-width: 768px) {
  #backstage .slide {
    height: 350px !important;
  }
}
#backstage .slide figure, #backstage .slide img {
  width: auto !important;
  height: 830px !important;
}
@media screen and (max-width: 768px) {
  #backstage .slide figure, #backstage .slide img {
    height: 350px !important;
  }
}

@-webkit-keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}
@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}
.border {
  content: "";
  position: absolute;
  opacity: 0;
}
.border.top, .border.bottom, .border.right, .border.left {
  width: 0;
  height: 0;
}
.border.top {
  border-top: 1px solid #fff;
  right: -1px;
  top: -1px;
}
.border.bottom {
  border-bottom: 1px solid #fff;
  left: -1px;
  bottom: 0;
}
.border.right {
  border-right: 1px solid #fff;
  right: -1px;
  top: 0;
}
.border.left {
  border-left: 1px solid #fff;
  left: -1px;
  bottom: -1px;
}
.border.top, .border.bottom {
  -webkit-animation: stroke-width 1.8s cubic-bezier(0.22, 1, 0.36, 1);
          animation: stroke-width 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.border.right, .border.left {
  -webkit-animation: stroke-height 1.8s cubic-bezier(0.22, 1, 0.36, 1);
          animation: stroke-height 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.border.is-animation {
  opacity: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}

#ex {
  padding: 180px 0;
  width: 100%;
  position: relative;
  z-index: 4;
  color: #fff;
  background: #1A1A1A;
}
@media screen and (max-width: 768px) {
  #ex {
    padding: 60px 0;
  }
}
#ex .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 7% 85px 11%;
  position: relative;
  width: 91%;
  margin-right: 9%;
}
@media screen and (max-width: 768px) {
  #ex .content {
    display: block;
    padding: 50px 0 50px;
  }
}
#ex .content h2 {
  font-size: 8rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #ex .content h2 {
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    font-size: 3.6rem;
    z-index: 4;
    padding: 0 5%;
    margin-bottom: 30px;
    text-align: center;
  }
}
#ex .content .ex_inner {
  width: 85%;
}
@media screen and (max-width: 768px) {
  #ex .content .ex_inner {
    width: 100%;
  }
}
#ex .content .ex_inner figure {
  max-width: 835px;
  margin: 0 auto;
}
#ex .content .ex_inner dl {
  padding: 30px 0 30px;
  color: #B3B3B3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ex .content .ex_inner dl {
    padding: 0 5% 35px;
  }
}
#ex .content .ex_inner dl dt {
  font-size: 4rem;
  margin-bottom: 10px;
}
#ex .content .ex_inner dl dt span {
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #ex .content .ex_inner dl dt {
    margin-bottom: 30px;
    font-size: 2.4rem;
    line-height: 1.3;
  }
  #ex .content .ex_inner dl dt span {
    font-size: 2rem;
  }
}
#ex .content .ex_inner dl dd {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #ex .content .ex_inner dl dd {
    font-size: 1.5rem;
  }
}
#ex .content .ex_inner .ex_prace {
  line-height: 1;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #ex .content .ex_inner .ex_prace {
    padding: 15px 0;
    width: 90%;
    margin: 0 auto;
    line-height: 1.2;
  }
}
#ex .content .ex_inner .ex_prace h3 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
#ex .content .ex_inner .ex_prace p {
  font-size: 1.4rem;
}
#ex .content .ex_inner .ex_prace .ex_prace-big {
  font-size: 3.4rem;
  margin-bottom: 0.5em;
  margin-top: 0.25em;
}
@media screen and (max-width: 768px) {
  #ex .content .ex_inner .ex_prace .ex_prace-big {
    font-size: 2rem;
  }
}
#ex .content .ex_inner .ex_prace .ex_prace-big span {
  font-size: 80%;
}
#ex .content .ex_inner .ex_prace .mb025em {
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  #ex .content .ex_inner .ex_intro {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
#ex .content .ex_inner .ex_intro p {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #ex .content .ex_inner .ex_intro p {
    width: 100%;
    margin-top: 35px;
    line-height: 2;
  }
}
#ex .content .ex_inner .ex_com {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #ex .content .ex_inner .ex_com {
    display: block;
    width: 90%;
    margin: 30px auto 0;
  }
}
#ex .content .ex_inner .ex_com .com_txt {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #ex .content .ex_inner .ex_com .com_txt {
    width: 100%;
  }
}
#ex .content .ex_inner .ex_com .com_txt h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #ex .content .ex_inner .ex_com .com_txt h3 {
    font-size: 1.8rem;
  }
}
#ex .content .ex_inner .ex_com .com_txt p {
  line-height: 2;
}
#ex .content .ex_inner .ex_com figure {
  width: 27%;
}
@media screen and (max-width: 768px) {
  #ex .content .ex_inner .ex_com figure {
    width: 60%;
    margin: 20px auto 0;
  }
}

#present {
  position: relative;
  background: #1A1A1A;
  z-index: 4;
  padding-bottom: 115px;
}
@media screen and (max-width: 768px) {
  #present {
    padding-bottom: 60px;
  }
}
#present .content {
  padding: 20px 9% 70px 4.5%;
  color: #fff;
  width: 91%;
  margin-left: 9%;
}
@media screen and (max-width: 768px) {
  #present .content {
    padding: 20px 0 40px;
  }
}
#present .content .present_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #present .content .present_flex {
    display: block;
    width: 86%;
    margin: 0 auto;
  }
}
#present .content figure {
  width: 53%;
}
@media screen and (max-width: 768px) {
  #present .content figure {
    width: 100%;
  }
}
#present .content .present_txt {
  width: 40%;
  min-width: 425px;
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  #present .content .present_txt {
    width: 100%;
    min-width: auto;
    padding: 40px 0 0;
  }
}
#present .content .present_txt h3 {
  font-size: 8rem;
  margin-bottom: 40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #present .content .present_txt h3 {
    font-size: 4rem;
    margin-bottom: 10px;
  }
}
#present .content .present_txt p {
  margin-bottom: 20px;
}
#present .content .present_txt p span {
  font-size: 2.2rem;
  width: 100%;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #present .content .present_txt p span {
    font-size: 1.4rem;
  }
}
#present .content .present_txt p.present_para {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #present .content .present_txt aside {
    font-size: 1.3rem;
  }
}
#present .content .present_txt a {
  display: block;
  width: 200px;
  font-size: 1.8rem;
  line-height: 39px;
  height: 40px;
  margin-top: 50px;
  border: 1px solid #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #present .content .present_txt a {
    margin: 45px auto 0;
  }
}
#present .content .present_txt a:hover {
  background: #fff;
  color: #000000;
}
#present .content .present_txt .finish {
  display: block;
  font-size: 1.8rem;
  margin-top: 50px;
  color: #C1272D;
  padding: 10px 20px;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #present .content .present_txt .finish {
    margin: 45px auto 0;
    font-size: 1.4rem;
    padding: 10px;
  }
}
#present .content .present_txt .present_txt-img {
  margin-bottom: 30px;
}
#present .cautions {
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #present .cautions {
    width: 86%;
    margin: 30px auto 0;
  }
}
#present .cautions h3 {
  font-size: 2.2rem;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #present .cautions h3 {
    font-size: 2rem;
    padding-bottom: 10px;
    text-align: center;
  }
}
#present .cautions p {
  line-height: 2;
}

#mv {
  padding: 90px 0 140px 9%;
  width: 100%;
  position: relative;
  z-index: 4;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 768px) {
  #mv {
    padding: 80px 0 80px 9%;
  }
}
#mv .content {
  padding: 80px 9% 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #mv .content {
    padding: 50px 0 50px;
  }
}
#mv .content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#mv .content .flex .youtube {
  width: 88%;
  margin-left: 0;
}
#mv .content h2 {
  font-size: 8rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #mv .content h2 {
    font-size: 4rem;
    position: relative;
    z-index: 4;
    margin-right: 9%;
  }
}
#mv .content .youtube {
  width: 88%;
  margin-left: 12%;
}
@media screen and (max-width: 768px) {
  #mv .content .youtube {
    margin-left: auto;
  }
}
#mv .content .iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
#mv .content .iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#mv .content p {
  font-size: 1.8rem;
  color: #B3B3B3;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #mv .content p {
    margin-bottom: 40px;
  }
}

#band {
  width: 100%;
  padding-right: 9%;
  position: relative;
  z-index: 4;
  color: #fff;
  background: #000;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #band {
    padding: 0 9% 50px 0;
  }
}
#band .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 70px 11%;
}
@media screen and (max-width: 768px) {
  #band .content {
    display: block;
    padding: 0 0 60px;
  }
}
#band .content h2 {
  font-size: 8rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  line-height: 1;
  white-space: nowrap;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #band .content h2 {
    font-size: 4rem;
    margin-left: 9%;
    position: relative;
    z-index: 4;
    margin-top: -50px;
    padding-top: 10px;
  }
}
#band .content .band_inner {
  width: 85%;
}
@media screen and (max-width: 768px) {
  #band .content .band_inner {
    width: 100%;
    margin-top: -50px;
  }
}
#band .content .band_inner p {
  width: 74%;
  padding: 70px 0 60px;
}
@media screen and (max-width: 768px) {
  #band .content .band_inner p {
    width: 88%;
    padding: 50px 0 80px;
    margin-left: 6%;
    padding-right: 6%;
    border-bottom: 1px solid #fff;
  }
}
#band .content .band_inner .profile span {
  font-size: 2.2rem;
  display: block;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #band .content .band_inner .profile span {
    font-size: 2rem;
  }
}
#band .content .band_inner .tour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #band .content .band_inner .tour {
    padding-left: 9%;
    padding-top: 30px;
  }
}
#band .content .band_inner .tour h2 {
  margin: 0 9% 0 0;
}
@media screen and (max-width: 768px) {
  #band .content .band_inner .tour h2 {
    margin-top: -30px;
  }
}
#band .content .band_inner .tour dl dt {
  font-size: 2.2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #band .content .band_inner .tour dl dt {
    font-size: 2rem;
  }
}</pre></body></html>