@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&family=Zen+Old+Mincho&display=swap");
.for_sp {
  display: none;
}

.for_pc {
  display: block;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.zen {
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 1000px) {
  .for_sp {
    display: inline-block;
  }
  .for_pc {
    display: none;
  }
}
#RthCustomizeW {
  width: 950px !important;
}

#RthCustomizeW {
  position: relative;
  background-color: #fff;
  color: #343434;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0 auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

#RthCustomizeW img {
  vertical-align: bottom;
  max-width: 100%;
}

#RthCustomizeW .ta_r {
  text-align: right;
}

#RthCustomizeW .ta_c {
  text-align: center;
}

#RthCustomizeW a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#RthCustomizeW a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#RthCustomizeW a:active,
#RthCustomizeW a:hover,
#RthCustomizeW a:hover img {
  opacity: 0.5;
}

#RthCustomizeW li {
  list-style: none;
}

#RthCustomizeW img {
  vertical-align: bottom;
  max-width: 100%;
}

#RthCustomizeW a {
  color: unset;
  cursor: pointer;
  text-decoration: none;
}

#RthCustomizeW a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#RthCustomizeW img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#RthCustomizeW a:active,
#RthCustomizeW a:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

div#htlMainContent #RthCustomizeW h1#pageTitle {
  text-align: center;
  padding-right: 0;
}

#htlMainContent input[type=submit] {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

#rt_top {
  position: relative;
}

/***************************************************** pc */
#RthCustomizeW a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#RthCustomizeW img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#RthCustomizeW a:active,
#RthCustomizeW a:hover,
#RthCustomizeW a:hover img {
  opacity: 0.5;
}

.showup {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
}

.upview {
  -moz-animation: showup 0.6s linear 0s 1 normal forwards;
  -webkit-animation: showup 0.6s linear 0s 1 normal forwards;
  -o-animation: showup 0.6s linear 0s 1 normal forwards;
  -ms-animation: showup 0.6s linear 0s 1 normal forwards;
}

.upview.uv2 {
  -moz-animation: showup 0.6s linear 0.3s 1 normal forwards;
  -webkit-animation: showup 0.6s linear 0.3s 1 normal forwards;
  -o-animation: showup 0.6s linear 0.3s 1 normal forwards;
  -ms-animation: showup 0.6s linear 0.3s 1 normal forwards;
}

.upview.uv3 {
  -moz-animation: showup 0.6s linear 0.6s 1 normal forwards;
  -webkit-animation: showup 0.6s linear 0.6s 1 normal forwards;
  -o-animation: showup 0.6s linear 0.6s 1 normal forwards;
  -ms-animation: showup 0.6s linear 0.6s 1 normal forwards;
}

.upview.uv4 {
  -moz-animation: showup 0.6s linear 0.9s 1 normal forwards;
  -webkit-animation: showup 0.6s linear 0.9s 1 normal forwards;
  -o-animation: showup 0.6s linear 0.9s 1 normal forwards;
  -ms-animation: showup 0.6s linear 0.9s 1 normal forwards;
}

.upview.uv5 {
  -moz-animation: showup 0.6s linear 1.2s 1 normal forwards;
  -webkit-animation: showup 0.6s linear 1.2s 1 normal forwards;
  -o-animation: showup 0.6s linear 1.2s 1 normal forwards;
  -ms-animation: showup 0.6s linear 1.2s 1 normal forwards;
}

.showdown {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
}

.downview {
  -moz-animation: showdown 0.6s linear 0s 1 normal forwards;
  -webkit-animation: showdown 0.6s linear 0s 1 normal forwards;
  -o-animation: showdown 0.6s linear 0s 1 normal forwards;
  -ms-animation: showdown 0.6s linear 0s 1 normal forwards;
}

.downview.dv2 {
  -moz-animation: showdown 0.6s linear 0.3s 1 normal forwards;
  -webkit-animation: showdown 0.6s linear 0.3s 1 normal forwards;
  -o-animation: showdown 0.6s linear 0.3s 1 normal forwards;
  -ms-animation: showdown 0.6s linear 0.3s 1 normal forwards;
}

.downview.dv3 {
  -moz-animation: showdown 0.6s linear 0.6s 1 normal forwards;
  -webkit-animation: showdown 0.6s linear 0.6s 1 normal forwards;
  -o-animation: showdown 0.6s linear 0.6s 1 normal forwards;
  -ms-animation: showdown 0.6s linear 0.6s 1 normal forwards;
}

.downview.dv4 {
  -moz-animation: showdown 0.6s linear 0.9s 1 normal forwards;
  -webkit-animation: showdown 0.6s linear 0.9s 1 normal forwards;
  -o-animation: showdown 0.6s linear 0.9s 1 normal forwards;
  -ms-animation: showdown 0.6s linear 0.9s 1 normal forwards;
}

.showleft {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
}

.leftview {
  -moz-animation: showleft 1s linear 0s 1 normal forwards;
  -webkit-animation: showleft 1s linear 0s 1 normal forwards;
  -o-animation: showleft 1s linear 0s 1 normal forwards;
  -ms-animation: showleft 1s linear 0s 1 normal forwards;
}

.showright {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}

.rightview {
  -moz-animation: showright 1s linear 0s 1 normal forwards;
  -webkit-animation: showright 1s linear 0s 1 normal forwards;
  -o-animation: showright 1s linear 0s 1 normal forwards;
  -ms-animation: showright 1s linear 0s 1 normal forwards;
}

.wrap,
#page {
  width: 100%;
  position: relative;
}

/* common
---------------------------------------------------------------------- */
.mainw,
.mainw_pc {
  width: 950px;
}

.img100 {
  width: 100%;
}

.img100 img {
  width: 100%;
}

/* keyframe
---------------------------------------------------------------------- */
@-webkit-keyframes imgfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes showup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes showdown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes showleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes showright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* Anime
---------------------------------------------------------------------- */
.feadAnime {
  position: relative;
}

.feadAnime > * {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: 1;
  opacity: 0;
  height: 100%;
  width: 100%;
}

.feadAnime > *:nth-child(1) {
  position: relative;
}

.feadAnime > *:nth-child(2) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.feadAnime > *:nth-child(3) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*--------fv_head*/
.fv_head {
  margin-top: 205px;
  text-align: center;
}
.fv_head .sub_ttl {
  font-size: 28px;
  line-height: 1.5714285714;
}
.fv_head p {
  margin-top: 24px;
}

/*--------mv*/
.mv {
  height: 380px;
  position: relative;
  overflow: hidden;
}
.mv .mv_img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 0;
}
.mv .mv_img img {
  width: 100%;
}
.mv .mv_ttl {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  letter-spacing: 0.2em;
}
.mv .mv_ttl span {
  display: block;
}
.mv .mv_ja {
  padding: 170px 0 0;
  font-size: 40px;
}
.mv .mv_en {
  margin-top: 10px;
  font-size: 22px;
}

/*---------info*/
.info {
  text-align: center;
  font-size: 18px;
  line-height: 1.8888888889;
  margin-top: 68px;
}/*# sourceMappingURL=contents.css.map */