@charset "UTF-8";
/*!!!! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします  */
@import url("https://fonts.googleapis.com/css2?family=Bevan:ital@0;1&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #333333;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  background-color: #000;
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  img {
    border: 0;
    max-width: 100%;
    height: auto;
  }
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a img {
  border: none;
}

i {
  padding: 0 5px;
}

ul {
  letter-spacing: -1em;
}
ul li {
  letter-spacing: 0;
  list-style: none;
}

.pc {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.tablet {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .tablet {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .tablet {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .sp {
    display: block;
  }
}

.ssp {
  display: none;
}
@media only screen and (max-width: 600px) {
  .ssp {
    display: block;
  }
}

/*PC改行加える*/
.br-pc {
  display: inherit;
}
@media only screen and (max-width: 1024px) {
  .br-pc {
    display: none;
  }
}

/*PC改行無効*/
.br_sp {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .br_sp {
    display: block;
  }
}

.br_ssp {
  display: none;
}
@media only screen and (max-width: 600px) {
  .br_ssp {
    display: block;
  }
}

/*ズームイン表示*/
.zoomin {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}

.mv01 {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

/*フェードイン表示*/
.fadein {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}

.fadein:not(:target) {
  opacity: 1\9 ;
  /*IE9対策*/
}

.mv02 {
  opacity: 1;
}

/*移動＋フェードイン表示*/
.fadeup {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.fadeup:not(:target) {
  opacity: 1\9 ;
  /*IE9対策*/
}

.mv07 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

@media print {
  .zoomin, .fadein, .fadeup {
    opacity: 1;
  }
}
/************************************

wrapper

************************************/
.wrapper {
  max-width: 1200px;
  width: 84%;
  margin: 0 auto;
}
.wrapper::after {
  content: "";
  display: block;
  clear: both;
}
/************************************

header

************************************/
header {
  display: none;
}
@media print {
  header {
    position: relative;
  }
}
header.fixed {
  width: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#000000CB), color-stop(44%, #000000CC), to(#00000000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #000000CB 0%, #000000CC 44%, #00000000 100%) 0% 0% no-repeat padding-box;
  padding: 2%;
}
@media only screen and (max-width: 1024px) {
  header.fixed {
    padding: 3%;
  }
}
@media only screen and (max-width: 600px) {
  header.fixed {
    padding: 4%;
  }
}
header .logo {
  width: 300px;
}
@media only screen and (max-width: 1024px) {
  header .logo {
    width: 240px;
  }
}

/************************************

PageUP

************************************/
#pageup {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 5px;
  right: 5px;
  z-index: 10;
  font-size: 8px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pageup.none {
  display: none;
}
#pageup a {
  width: 50px;
  padding: 36px 0 4px 0;
  position: relative;
  display: block;
  text-decoration: none;
  line-height: 100%;
  color: #fff;
}
#pageup a::before {
  position: absolute;
  top: 26px;
  left: 0px;
  right: 0;
  margin: auto;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

/************************************

main

************************************/
main {
  display: block;
}

section {
  padding: 6rem 0;
}
@media only screen and (max-width: 1024px) {
  section {
    padding: 4rem 0;
  }
}

.midashi {
  text-align: center;
  margin: 0 0 2.4rem;
  font-weight: normal;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1024px) {
  .midashi {
    font-size: 14px;
  }
}
.midashi .eng {
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  font-size: 3rem;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .midashi .eng {
    font-size: 2.2rem;
  }
}

.bt {
  text-align: center;
}
.bt a, .bt .nolink {
  display: inline-block;
  border: 1px solid #fff;
  font-size: 14px;
  padding: 15px 50px 15px 65px;
  border-radius: 2em;
  background-image: url("../images/common/bt_yaji.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 15px center;
}
.bt a:hover, .bt .nolink:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.bt .nolink {
  opacity: 0.5;
}

#sponsors .sponsers_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*
  &::after {
    content: "";
    flex: auto;
  }*/
}
@media only screen and (max-width: 600px) {
  #sponsors .sponsers_list {
    display: block;
  }
}
#sponsors .sponsers_list li {
  width: 32.3%;
  margin: 0.5%;
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  #sponsors .sponsers_list li {
    width: 49%;
  }
}
@media only screen and (max-width: 480px) {
  #sponsors .sponsers_list li {
    width: 80%;
    margin: 5px auto;
  }
}
#sponsors .sponsers_list li a {
  width: 100%;
  height: 0;
  padding-top: 26.3%;
  display: block;
  position: relative;
}
#sponsors .sponsers_list li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#sponsors .sponsers_list li .noimage {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sponsors .sponsers_list li .noimage .text {
  display: inline-block;
  text-align: left;
}
#sponsors .bt {
  margin-top: 2rem;
}

#about {
  padding: 7rem 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
}
#about .wrapper {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3rem 5%;
}
#about h3 {
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: normal;
  margin-bottom: 1rem;
}
#about p {
  text-align: center;
  line-height: 1.8;
}
@media only screen and (max-width: 1024px) {
  #about p {
    text-align: left;
  }
}
#about .info {
  margin: 3rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#about .info dt, #about .info dd {
  padding: 8px;
  margin: 0 0 15px;
}
#about .info dt {
  width: 25%;
  text-align: center;
  background: transparent -webkit-gradient(linear, left top, right top, from(#15347D), color-stop(99%, #005B97)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #15347D 0%, #005B97 99%) 0% 0% no-repeat padding-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 600px) {
  #about .info dt {
    width: 100%;
  }
}
#about .info dd {
  width: 75%;
  padding-left: 15px;
}
@media only screen and (max-width: 600px) {
  #about .info dd {
    width: 100%;
    padding: 0;
  }
}

#cruise {
  padding: 0 0 6rem;
  background-color: #002B49;
}
#cruise .image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0;
  padding-top: 40%;
  margin-bottom: 2rem;
  background-image: url("../images/mapping/cruise_ph.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #cruise .image {
    background-image: url("../images/mapping/cruise_ph@2x.jpg");
  }
}
#cruise .image::before {
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 0;
  padding-top: 7%;
  background-image: url("../images/mapping/namisen_navy.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  content: "";
}
#cruise .wrapper {
  max-width: 1000px;
}
#cruise .data {
  text-align: center;
  margin-bottom: 2rem;
}
#cruise .data .data2 {
  display: inline-block;
  width: 440px;
}
@media only screen and (max-width: 600px) {
  #cruise .data .data2 {
    width: 100%;
  }
}
#cruise .data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
}
#cruise .data dt, #cruise .data dd {
  padding: 5px;
  margin-bottom: 10px;
}
#cruise .data dt {
  width: 120px;
  border: 1px solid #fff;
}
@media only screen and (max-width: 600px) {
  #cruise .data dt {
    width: 80px;
  }
}
#cruise .data dd {
  width: calc(100% - 120px);
  text-align: left;
  padding-left: 15px;
}
@media only screen and (max-width: 600px) {
  #cruise .data dd {
    width: calc(100% - 80px);
  }
}
#cruise p {
  line-height: 1.8;
  margin-bottom: 2rem;
}

#access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  background-color: #002B49;
}
#access .map {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #access .map {
    width: 100%;
    height: 50vw;
  }
}
#access .map iframe {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
#access .info {
  width: 50%;
  padding: 5%;
}
@media only screen and (max-width: 768px) {
  #access .info {
    width: 100%;
    padding: 10% 8%;
  }
}
#access .midashi {
  text-align: left;
}
#access h3 {
  font-weight: normal;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
#access dl {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#access dl dt {
  border: 1px solid #fff;
  width: 100px;
  text-align: center;
}
#access dl dd {
  width: calc(100% - 100px);
  padding-left: 7px;
}
#access ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 3px;
}
#access ul li::before {
  position: absolute;
  top: 0;
  left: 0px;
  content: "●";
}

#side {
  position: fixed;
  z-index: 5;
  right: 0;
  top: 70px;
  width: 130px;
}
@media only screen and (max-width: 1024px) {
  #side {
    top: auto;
    bottom: 0;
    right: auto;
    left: 10px;
    width: 240px;
  }
}

footer {
  padding: 6rem 0 4rem;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  footer {
    padding: 4rem 0;
  }
}
footer h3 {
  font-weight: normal;
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
}
@media only screen and (max-width: 600px) {
  footer h3 {
    font-size: 1rem;
  }
}
footer p {
  font-size: 0.95rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 600px) {
  footer p {
    font-size: 0.9rem;
  }
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.85rem;
  margin: 0 0 2rem;
}
@media only screen and (max-width: 600px) {
  footer ul {
    display: block;
  }
}
footer ul li {
  padding: 0 20px;
  border-right: 1px solid #fff;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  footer ul li {
    border: 1px solid #fff;
    margin: 5px 0;
    border-radius: 2em;
  }
  footer ul li a {
    display: block;
    padding: 5px;
  }
}
footer ul li:last-child {
  border-right: none;
}
@media only screen and (max-width: 600px) {
  footer ul li:last-child {
    border-right: 1px solid #fff;
  }
}
footer .copyright {
  font-size: 11px;
  letter-spacing: 0.1em;
}

#error {
  text-align: center;
}
#error h2 {
  font-weight: normal;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
#error p {
  display: inline-block;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 3rem;
}

#policy {
  max-width: 1000px;
  margin: 0 auto;
}
#policy article {
  text-align: left;
  margin: 0 0 2rem;
}
#policy h3 {
  font-size: 1.2rem;
  text-align: left;
}
#policy ol {
  margin: 1rem 0 1rem 1.3rem;
}
#policy ol li {
  margin-bottom: 10px;
}
#policy p {
  line-height: 1.6;
}

/*!------------------------------------*\
Base
\*!------------------------------------*/
.drawer-nav {
  position: fixed;
  z-index: 1000;
  top: 0;
  overflow: hidden;
  width: 100vw;
  color: #333333;
  height: 100%;
  background-color: #000;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*!------------------------------------*\
Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -100vw;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  left: 15px;
}

/*!------------------------------------*\
Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 1004;
  top: 7px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 30px;
  padding-top: 14px;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-left: 10ox;
  background-color: transparent;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*!------------------------------------*\
accessibility
\*!------------------------------------*/
/*!
* Only display content to screen readers
* See: http://a11yproject.com/posts/how-to-hide-content
*/
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
* Use in conjunction with .sr-only to only display content when it's focused.
* Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
* Credit: HTML5 Boilerplate
*/
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
Container
\*!------------------------------------*/
.drawer-menu {
  padding: 60px 8% 30px;
}

.drawer-menu h2 {
  max-width: 400px;
  width: 90%;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1024px) {
  .drawer-menu h2 {
    max-width: 300px;
  }
}

.drawer-menu .project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}
.drawer-menu .project li {
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .drawer-menu .project li {
    width: 100%;
  }
}
.drawer-menu .project li a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 70%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  .drawer-menu .project li a {
    padding-top: 45%;
  }
}
.drawer-menu .project li:nth-child(1) a {
  background-image: url("../images/top/kv_mapping-sp.jpg");
}
.drawer-menu .project li:nth-child(2) a {
  background-image: url("../images/top/kv_christmas-sp.jpg");
}
.drawer-menu .project li span.name {
  display: block;
  position: absolute;
  background-color: #000;
  bottom: 20px;
  left: 0;
  padding: 7px 14px;
  font-size: 13px;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  .drawer-menu .project li span.name {
    bottom: 10px;
  }
}
.drawer-menu .project li:nth-child(1) span.name {
  background: transparent -webkit-gradient(linear, left top, right top, from(#15347D), color-stop(99%, #005B97)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #15347D 0%, #005B97 99%) 0% 0% no-repeat padding-box;
}
.drawer-menu .project li:nth-child(2) span.name {
  background: transparent -webkit-gradient(linear, left top, right top, from(#AA0000), color-stop(99%, #680000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #AA0000 0%, #680000 99%) 0% 0% no-repeat padding-box;
}
.drawer-menu .project li .eng {
  font-family: "Roboto", sans-serif;
  display: block;
  font-size: 1.3rem;
  font-weight: lighter;
}
.drawer-menu .project.small li a {
  padding-top: 30%;
}
.drawer-menu .project.small li:nth-child(1) a {
  background-position: center 70%;
}
.drawer-menu .project.small li:nth-child(2) a {
  background-position: center 70%;
}

.drawer-menu h3 {
  color: #fff;
  text-align: center;
  margin: 3rem 0 1.2rem;
  font-weight: normal;
  font-size: 0.8rem;
}
.drawer-menu h3 .eng {
  font-family: "Roboto", sans-serif !important;
  display: block;
  font-weight: lighter;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1024px) {
  .drawer-menu h3 .eng {
    font-size: 1.4rem;
  }
}

.drawer-menu .main, .drawer-menu .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.drawer-menu .main li, .drawer-menu .sub li {
  width: 23%;
  margin: 1%;
  font-size: 16px;
  text-align: left;
  position: relative;
  padding-left: 1rem;
}
@media only screen and (max-width: 1024px) {
  .drawer-menu .main li, .drawer-menu .sub li {
    width: 31.3%;
  }
}
@media only screen and (max-width: 600px) {
  .drawer-menu .main li, .drawer-menu .sub li {
    width: 48%;
    font-size: 14px;
    margin: 7px 1%;
  }
}
.drawer-menu .main li a, .drawer-menu .sub li a {
  display: block;
  padding: 0px 0;
}
.drawer-menu .main li a::before, .drawer-menu .sub li a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  color: #fff;
  font-family: "FontAwesome";
  content: "-";
}

.drawer-menu .main {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #999;
}
.drawer-menu .main li {
  font-size: 0.8rem;
}
.drawer-menu .main li .eng {
  font-family: "Roboto", sans-serif !important;
  display: inline-block;
  font-weight: lighter;
  font-size: 1.2rem;
  margin-right: 5px;
}
@media only screen and (max-width: 600px) {
  .drawer-menu .main li .eng {
    display: block;
  }
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#top #kv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  #top #kv {
    /* 横向きの場合のスタイル */
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  #top #kv {
    /* 縦向きの場合のスタイル */
    height: 70vw;
  }
}
@media only screen and (max-width: 600px) {
  #top #kv {
    height: 150vw;
  }
}
#top #kv .title {
  position: absolute;
  width: 30vw;
  max-width: 470px;
  top: 5vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
@media only screen and (max-width: 600px) {
  #top #kv .title {
    width: 50vw;
    top: 35vw;
  }
}
#top #kv .title .sen {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#top #kv .title h1 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#top #kv .kv_l, #top #kv .kv_r {
  width: 50%;
  height: 100vw;
  position: relative;
}
@media only screen and (max-width: 600px) {
  #top #kv .kv_l, #top #kv .kv_r {
    width: 100%;
    height: 75vw;
  }
}
#top #kv .kv_l a, #top #kv .kv_r a {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 600px) {
  #top #kv .kv_l a, #top #kv .kv_r a {
    height: 75vw;
  }
}
#top #kv .kv_l a::before, #top #kv .kv_r a::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0.3;
  content: "";
}
@media only screen and (max-width: 600px) {
  #top #kv .kv_l a::before, #top #kv .kv_r a::before {
    height: 75vw;
  }
}
#top #kv .kv_l .ph, #top #kv .kv_r .ph {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  #top #kv .kv_l .ph, #top #kv .kv_r .ph {
    height: 75vw;
  }
}
#top #kv .kv_l .ph img, #top #kv .kv_r .ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#top #kv .kv_l:hover img, #top #kv .kv_r:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 1;
}
#top #kv .kv_r {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#top #kv nav {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  #top #kv nav {
    position: static;
  }
}
#top #kv nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top #kv nav li {
  width: 40%;
  background-repeat: no-repeat;
  background-size: 23vw;
  margin: 5%;
}
@media only screen and (max-width: 600px) {
  #top #kv nav li {
    position: absolute;
    width: 90%;
  }
}
#top #kv nav a {
  display: block;
}
#top #kv nav h2 {
  width: 15vw;
}
@media only screen and (max-width: 600px) {
  #top #kv nav h2 {
    width: 30vw;
  }
}
#top #kv nav li:nth-child(1) {
  background-image: url("../images/top/kv_yaji_l.svg");
  background-position: left center;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media only screen and (max-width: 600px) {
  #top #kv nav li:nth-child(1) {
    bottom: auto;
    top: 2%;
    background-image: url("../images/top/kv_yaji_r.svg");
    background-position: 35vw center;
  }
}
#top #kv nav li:nth-child(1) h2 {
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 600px) {
  #top #kv nav li:nth-child(1) h2 {
    margin: 0 auto 0 0;
  }
}
#top #kv nav li:nth-child(2) {
  background-image: url("../images/top/kv_yaji_r.svg");
  background-position: right center;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media only screen and (max-width: 600px) {
  #top #kv nav li:nth-child(2) {
    background-image: url("../images/top/kv_yaji_l.svg");
    background-position: 10% center;
    top: auto;
    bottom: 2%;
  }
}
#top #kv nav li:nth-child(2) h2 {
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 600px) {
  #top #kv nav li:nth-child(2) h2 {
    margin: 0 0 0 auto;
  }
}
#top #about {
  padding: 7rem 0;
  background-image: url("../images/top/about_ph.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#top #about .wrapper {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3rem 5%;
}
#top #about p {
  text-align: center;
  line-height: 1.8;
}
@media only screen and (max-width: 1024px) {
  #top #about p {
    text-align: left;
  }
}
#top #boshu {
  background-color: #002B49;
  padding: 6rem 0;
}
#top #boshu p.ssp {
  text-align: center;
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
}
@media only screen and (max-width: 600px) {
  #top #boshu .hyo {
    width: 100%;
    overflow-x: scroll;
  }
}
#top #boshu table {
  border: 1px solid #000;
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
  color: #000;
  font-size: 0.95rem;
}
@media only screen and (max-width: 600px) {
  #top #boshu table {
    width: 800px;
  }
}
#top #boshu table th, #top #boshu table td {
  font-weight: normal;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 10px;
  text-align: center;
}
#top #boshu table thead th {
  text-align: center;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#CCE0F4), color-stop(17%, #C2D9F0), color-stop(45%, #A9C9E5), color-stop(81%, #80AED4), to(#679ECA)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #CCE0F4 0%, #C2D9F0 17%, #A9C9E5 45%, #80AED4 81%, #679ECA 100%) 0% 0% no-repeat padding-box;
  vertical-align: top;
}
#top #boshu table thead th .no {
  display: block;
  background-color: #000;
  color: #fff;
  width: 36px;
  font-size: 20px;
  line-height: 1;
  padding: 5px;
  margin: 0 auto 3px;
}
#top #boshu table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
#top #boshu table tbody th {
  text-align: left;
}
#top #boshu .chui {
  text-align: center;
  margin: 1rem 0 0;
  font-size: 0.85rem;
}
#top #boshu .chui p {
  display: inline-block;
  text-align: left;
}
#top #boshu .dl {
  margin: 1.5rem 0 0;
  text-align: center;
}
#top #boshu .dl p {
  margin: 0 0 1rem;
  display: inline-block;
}
#top #boshu .dl .bt a {
  margin: 5px 10px;
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#p_news #kv {
  padding: 0;
  height: 250px;
  overflow: hidden;
  background-image: url("../images/news/news_title.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #p_news #kv {
    background-image: url("../images/news/news_title@2x.jpg");
  }
}
@media only screen and (max-width: 1024px) {
  #p_news #kv {
    height: 180px;
  }
}
@media only screen and (max-width: 600px) {
  #p_news #kv {
    height: 150px;
    background-image: url("../images/news/news_title-sp@2x.jpg");
  }
}
#p_news #kv .title {
  width: 240px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px 0;
}
#p_news #kv .title .midashi {
  margin: 0;
}

.news_list {
  max-width: 1100px;
  margin: 0 auto 3rem;
  border-bottom: 1px solid #666;
  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;
}
.news_list dt, .news_list dd {
  border-top: 1px solid #666;
  padding: 18px 0;
}
.news_list dt {
  width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .news_list dt {
    width: 100%;
    padding-bottom: 6px;
  }
}
.news_list dt a {
  width: 240px;
  display: block;
  text-align: center;
  font-size: 14px;
  margin-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .news_list dt a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 600px) {
  .news_list dt a {
    width: 180px;
  }
}
.news_list dt a span {
  border-radius: 2em;
  padding: 6px;
  display: block;
  background: transparent -webkit-gradient(linear, left top, right top, from(#4D4D4D), color-stop(99%, #303030)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #4D4D4D 0%, #303030 99%) 0% 0% no-repeat padding-box;
}
.news_list dt a.cat_mapping span {
  background: transparent -webkit-gradient(linear, left top, right top, from(#15347D), color-stop(99%, #005B97)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #15347D 0%, #005B97 99%) 0% 0% no-repeat padding-box;
}
.news_list dt a.cat_xmas span {
  background: transparent -webkit-gradient(linear, left top, right top, from(#AA0000), color-stop(99%, #680000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #AA0000 0%, #680000 99%) 0% 0% no-repeat padding-box;
}
.news_list dt .day {
  width: 90px;
  font-size: 14px;
  padding-top: 5px;
}
@media only screen and (max-width: 1024px) {
  .news_list dt .day {
    font-size: 13px;
  }
}
.news_list dd {
  width: calc(100% - 360px);
  font-size: 0.95rem;
  padding-top: 21px;
}
@media only screen and (max-width: 1024px) {
  .news_list dd {
    width: 100%;
    border-top: none;
    padding-top: 0;
  }
}
.news_list dd a:hover {
  text-decoration: underline;
}

#archives {
  padding-top: 4rem;
  padding-bottom: 0;
}
#archives .cat_t {
  text-align: center;
  margin: 0 0 3rem;
}
#archives .cat_t h2 {
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.navi {
  width: 100%;
}

.wp-pagenavi {
  text-align: center;
  font-size: 13px;
  padding: 20px 0;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .wp-pagenavi {
    text-align: center;
    font-size: 12px;
  }
}
.wp-pagenavi a {
  padding: 10px;
  text-decoration: none;
}
.wp-pagenavi span {
  padding: 10px;
}
.wp-pagenavi .page:hover {
  color: #777777;
}
.wp-pagenavi .current {
  font-weight: bold;
  font-size: 14px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  padding: 5px 15px;
  margin: 0 2px;
  border-radius: 3px;
  position: relative;
}
.wp-pagenavi .first::before, .wp-pagenavi .last::before, .wp-pagenavi .previouspostslink::before, .wp-pagenavi .nextpostslink::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wp-pagenavi .first, .wp-pagenavi .last {
  background-color: #777777;
  color: #fff;
}
.wp-pagenavi .first {
  padding: 5px 15px 5px 25px;
}
.wp-pagenavi .first::before {
  left: 10px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.wp-pagenavi .last {
  padding: 5px 25px 5px 15px;
}
.wp-pagenavi .last::before {
  right: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  border: 1px solid #777777;
  color: #777777;
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
  background-color: #777777;
  color: #fff;
}
.wp-pagenavi .previouspostslink {
  padding: 5px 15px 5px 25px;
}
.wp-pagenavi .previouspostslink::before {
  left: 10px;
  border-bottom: 1px solid #777777;
  border-left: 1px solid #777777;
}
.wp-pagenavi .previouspostslink:hover::before {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.wp-pagenavi .nextpostslink {
  padding: 5px 25px 5px 15px;
}
.wp-pagenavi .nextpostslink::before {
  right: 10px;
  border-top: 1px solid #777777;
  border-right: 1px solid #777777;
}
.wp-pagenavi .nextpostslink:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .wp-pagenavi .pages, .wp-pagenavi .extend {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .wp-pagenavi .pages, .wp-pagenavi .extend, .wp-pagenavi .first, .wp-pagenavi .last {
    display: none;
  }
}

#nav_bottom {
  padding-bottom: 0;
}
#nav_bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#nav_bottom li {
  width: 50%;
  position: relative;
  overflow: hidden;
}
#nav_bottom li img {
  width: 100%;
  display: block;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#nav_bottom li img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 1;
}
#nav_bottom .ttl {
  position: absolute;
  top: 5%;
  left: 5%;
  display: block;
  font-size: 14px;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  #nav_bottom .ttl {
    font-size: 11px;
  }
}
#nav_bottom .eng {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  display: block;
  font-weight: lighter;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  #nav_bottom .eng {
    font-size: 1.3rem;
  }
}
#nav_bottom .about {
  margin-top: 2.5rem;
  text-align: center;
}
#nav_bottom .about a {
  border: 1px solid #fff;
  display: inline-block;
  padding: 15px 50px;
}
#nav_bottom .about a:hover {
  background: #666;
}

#single {
  padding-top: 5rem;
  padding-bottom: 0;
}
#single .wrapper {
  max-width: 1000px;
}
#single .ttl {
  text-align: center;
  margin-bottom: 0.8rem;
  padding-bottom: 1rem;
  position: relative;
}
#single .ttl::before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0px;
  margin: auto;
  width: 120px;
  height: 1px;
  background-color: #fff;
  content: "";
}
#single .ttl h1 {
  display: inline-block;
  text-align: left;
  font-weight: normal;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1024px) {
  #single .ttl h1 {
    font-size: 1.4rem;
  }
}
#single .data {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 600px) {
  #single .data {
    font-size: 12px;
  }
}
#single .data .day, #single .data .cat {
  margin: 0 10px;
}
#single .data .cat a {
  display: inline-block;
  padding: 5px 13px;
  border-radius: 2em;
  margin: 2px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#4D4D4D), color-stop(99%, #303030)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #4D4D4D 0%, #303030 99%) 0% 0% no-repeat padding-box;
}
#single .data .cat a.cat_mapping {
  background: transparent -webkit-gradient(linear, left top, right top, from(#15347D), color-stop(99%, #005B97)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #15347D 0%, #005B97 99%) 0% 0% no-repeat padding-box;
}
#single .data .cat a.cat_xmas {
  background: transparent -webkit-gradient(linear, left top, right top, from(#AA0000), color-stop(99%, #680000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #AA0000 0%, #680000 99%) 0% 0% no-repeat padding-box;
}
#single .nav_single {
  clear: both;
  text-align: center;
  font-size: 13px;
  margin-top: 5rem;
}
#single .nav_single a {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 5px;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 3px;
  position: relative;
}
#single .nav_single a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#single .nav_single a:hover {
  background: #777777;
  color: #fff;
}
#single .nav_single a.top {
  background: #777777;
  color: #fff;
}
#single .nav_single a:nth-child(1) {
  padding: 10px 20px 10px 30px;
}
#single .nav_single a:nth-child(1)::before {
  left: 10px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
#single .nav_single a:nth-child(1):hover::before {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
#single .nav_single a:nth-child(1).top {
  background: #777777;
  color: #fff;
  padding: 10px 20px;
}
#single .nav_single a:nth-child(1).top::before {
  display: none;
}
#single .nav_single a:nth-child(3) {
  padding: 10px 30px 10px 20px;
}
#single .nav_single a:nth-child(3)::before {
  right: 10px;
  border-top: 1px solid #777777;
  border-right: 1px solid #777777;
}
#single .nav_single a:nth-child(3):hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.honbun h2 {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .honbun h2 {
    font-size: 1.2rem;
  }
}
.honbun h3 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .honbun h3 {
    font-size: 1.1rem;
  }
}
.honbun h4 {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .honbun h4 {
    font-size: 1rem;
  }
}
.honbun h5 {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.honbun h6 {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.honbun p {
  margin-bottom: 1.5rem;
  line-height: 1.8;
}
.honbun ul, .honbun ol {
  margin-bottom: 1.5rem;
  margin-left: 1rem;
  line-height: 1.6;
}
.honbun ul li, .honbun ol li {
  margin-bottom: 5px;
}
.honbun ul li {
  list-style: disc;
}
.honbun ol li {
  list-style: decimal;
}
.honbun blockquote {
  margin-bottom: 1.5rem;
  border: 1px solid #ddd;
  padding: 3% 5% 0.5rem;
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#mapping #kv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 0;
  background-image: url("../images/mapping/kv_ph.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #mapping #kv {
    background-image: url("../images/mapping/kv_ph@2x.jpg");
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  #mapping #kv {
    /* 横向きの場合のスタイル */
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  #mapping #kv {
    /* 縦向きの場合のスタイル */
    height: 70vw;
  }
}
@media only screen and (max-width: 600px) {
  #mapping #kv {
    height: 100vw;
    background-image: url("../images/mapping/kv_ph-sp@2x.jpg");
  }
}
#mapping #kv::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0.3;
  content: "";
}
@media only screen and (max-width: 600px) {
  #mapping #kv::before {
    height: 75vw;
  }
}
#mapping #kv .title {
  width: 40vw;
  max-width: 470px;
  margin: auto;
  z-index: 3;
}
@media only screen and (max-width: 600px) {
  #mapping #kv .title {
    width: 50vw;
    top: 35vw;
  }
}
#mapping #kv .title .sen {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#mapping #kv .title h1 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#mapping #about {
  background-image: url("../images/mapping/about_ph.jpg");
}
#mapping #about .schedule {
  margin-top: 3rem;
}
#mapping #about .schedule h3 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 2rem;
}
#mapping #about .schedule h3::before {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  margin: auto;
  width: 120px;
  height: 2px;
  background-color: #fff;
  content: "";
}
#mapping #about .schedule .hyo {
  background-color: #666;
  height: 300px;
}
#mapping #archives {
  padding-bottom: 2rem;
}
@media only screen and (max-width: 1024px) {
  #mapping #archives {
    padding-bottom: 3rem;
  }
}
#mapping #archives .wrapper {
  max-width: 94%;
  width: 94%;
}
#mapping #archives .midashi {
  margin-bottom: 4rem;
}
#mapping #archives article {
  position: relative;
  margin: 0 0;
  padding-top: 18%;
  background-image: url("../images/mapping/archives_ph1.jpg");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: left top;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #mapping #archives article {
    background-image: url("../images/mapping/archives_ph1@2x.jpg");
  }
}
@media only screen and (max-width: 1024px) {
  #mapping #archives article {
    padding-top: 38%;
    background-size: 90%;
    background-image: url("../images/mapping/archives_ph1-sp.jpg");
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 600px) {
  #mapping #archives article {
    padding-top: 45%;
  }
}
#mapping #archives article .image {
  width: 80%;
}
#mapping #archives article .text {
  background: #fff;
  color: #000;
  padding: 4% 5%;
  width: 50%;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 1024px) {
  #mapping #archives article .text {
    width: 70%;
  }
}
@media only screen and (max-width: 600px) {
  #mapping #archives article .text {
    width: 85%;
    padding: 7%;
  }
}
#mapping #archives article .movie {
  width: 50%;
  -webkit-transform: translate(5%, -30%);
          transform: translate(5%, -30%);
}
@media only screen and (max-width: 1024px) {
  #mapping #archives article .movie {
    width: 70%;
    -webkit-transform: translate(5%, -5%);
            transform: translate(5%, -5%);
  }
}
@media only screen and (max-width: 600px) {
  #mapping #archives article .movie {
    width: 85%;
  }
}
#mapping #archives article .movie .movie-area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#mapping #archives article .movie .movie-area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#mapping #archives article h3 {
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 0.7rem;
}
#mapping #archives article h3 small {
  display: block;
  font-size: 0.9rem;
}
#mapping #archives article dl {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.9rem;
}
#mapping #archives article dt, #mapping #archives article dd {
  padding: 3px;
  margin: 0 0 3px;
}
#mapping #archives article dt {
  background: transparent -webkit-gradient(linear, left top, right top, from(#15347D), color-stop(99%, #005B97)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #15347D 0%, #005B97 99%) 0% 0% no-repeat padding-box;
  color: #fff;
  width: 90px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #mapping #archives article dt {
    width: 80px;
  }
}
#mapping #archives article dd {
  width: calc(100% - 90px);
  padding-left: 12px;
}
@media only screen and (max-width: 1024px) {
  #mapping #archives article dd {
    width: calc(100% - 80px);
  }
}
#mapping #archives article p {
  line-height: 1.6;
  font-size: 0.95rem;
}
#mapping #archives article:nth-child(even) {
  background-position: right top;
  background-image: url("../images/mapping/archives_ph2.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #mapping #archives article:nth-child(even) {
    background-image: url("../images/mapping/archives_ph2@2x.jpg");
  }
}
@media only screen and (max-width: 1024px) {
  #mapping #archives article:nth-child(even) {
    background-image: url("../images/mapping/archives_ph2-sp.jpg");
  }
}
#mapping #archives article:nth-child(even) .text {
  margin: 0 auto 0 0;
}
#mapping #archives article:nth-child(even) .movie {
  -webkit-transform: translate(-5%, -30%);
          transform: translate(-5%, -30%);
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 1024px) {
  #mapping #archives article:nth-child(even) .movie {
    -webkit-transform: translate(-5%, -5%);
            transform: translate(-5%, -5%);
  }
}
#mapping #archives article:last-child {
  margin-bottom: 0;
}
#mapping #sponsors {
  padding-bottom: 0;
}

/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#xmas {
  background-color: #650000;
}
#xmas .eng {
  font-family: "Bevan", serif;
}
#xmas #kv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 0;
  background-image: url("../images/xmas/kv_back.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #xmas #kv {
    background-image: url("../images/xmas/kv_back@2x.jpg");
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  #xmas #kv {
    /* 横向きの場合のスタイル */
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  #xmas #kv {
    /* 縦向きの場合のスタイル */
    height: 70vw;
  }
}
@media only screen and (max-width: 600px) {
  #xmas #kv {
    height: 141vw;
    background-image: url("../images/xmas/kv_back-sp@2x.jpg");
  }
}
#xmas #kv .title {
  position: absolute;
  top: 25vh;
  left: 0;
  right: 0;
  width: 75vh;
  margin: auto;
  z-index: 3;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  #xmas #kv .title {
    /* 縦向きの場合のスタイル */
    top: 18vw;
    width: 55vw;
  }
}
@media only screen and (max-width: 600px) {
  #xmas #kv .title {
    width: 72vw;
    top: 40vw;
  }
}
#xmas #kv .title h1 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#xmas #news {
  background-image: url("../images/xmas/news_back.png");
  background-repeat: no-repeat;
  background-position: right top;
}
#xmas #news dl {
  border-bottom: 1px solid #ffffff50;
}
#xmas #news dt, #xmas #news dd {
  border-top: 1px solid #ffffff50;
}
#xmas #news dt a.cat_xmas span {
  background: #000;
}
#xmas #about {
  background-image: url("../images/xmas/about_ph.jpg");
  background-size: cover;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  #xmas #about {
    /* 縦向きの場合のスタイル */
    background-image: url("../images/xmas/about_ph-sp@2x.jpg");
  }
}
@media only screen and (max-width: 600px) {
  #xmas #about {
    background-image: url("../images/xmas/about_ph-sp@2x.jpg");
  }
}
#xmas #about .info dt {
  background: transparent -webkit-gradient(linear, left top, right top, from(#AA0000), color-stop(99%, #680000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #AA0000 0%, #680000 99%) 0% 0% no-repeat padding-box;
  border-radius: 1rem;
}
#xmas #cruise {
  background-color: #005800;
  position: relative;
}
#xmas #cruise .image::before {
  background-image: url("../images/xmas/namisen_green.svg");
}
#xmas #cruise .container {
  position: relative;
  z-index: 1;
}
#xmas #cruise .ill1 {
  position: absolute;
  right: 5%;
  top: 0%;
  width: 25%;
}
#xmas #cruise .ill2 {
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 40%;
}
@media only screen and (max-width: 600px) {
  #xmas #cruise .ill2 {
    width: 60%;
  }
}
#xmas #access {
  background-color: #000000;
}
#xmas footer {
  background-color: #000;
}
#xmas .drawer-menu .project li span.name .eng {
  font-family: "Roboto", sans-serif;
}
/*# sourceMappingURL=common.css.map */