@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
body {
  color: #808080;
  font-family: "M PLUS Rounded 1c", "Noto Serif JP";
  font-weight: 400;
  line-height: 1.8;
}

a {
  color: #808080;
  text-decoration: none;
}

ul {
  list-style: none;
}

.scrollanime {
  opacity: 0;
}

/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  transform: translateY(-100px);
}

.downup {
  transform: translateY(100px);
}

@keyframes move {
  100% {
    transform: translate3d(0, 0, -1000px);
  }
}
.underline-before {
  display: block;
  text-align: right;
  opacity: 0;
}

.underline-after {
  display: block;
  text-align: right;
  animation: line 1s forwards;
}

@keyframes line {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    border-bottom: solid 1px;
  }
}
.cond_view > .container {
  margin: 8rem auto;
  height: auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cond_view img {
  max-width: 800px;
  width: 90%;
}
.cond_view p {
  font-size: .9rem;
  font-weight: 400;
  width: 80%;
  margin: 2rem auto;
}

.cond_view2 > .container {
  height: auto;
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cond_view2 img {
  max-width: 800px;
  width: 100%;
}
.cond_view2 p {
  font-size: .9rem;
  font-weight: 400;
  width: 80%;
  margin: 2rem auto;
}

.cond_view h3 {
  font-weight: 600;
  font-size: 1.3rem;
}

.cond_view img {
  max-width: 360px;
  width: 100%;
}

.cond_view3 > .container {
  height: auto;
  width: 90%;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cond_view3 img {
  max-width: 240px;
}
.cond_view3 p {
  font-size: .9rem;
  font-weight: 400;
  width: 80%;
  margin: 2rem auto;
}
.cond_view3 span {
  display: flex;
  justify-content: center;
  font-size: .7rem;
}

.cond_ition {
  text-align: left;
  padding: 0.8rem 1rem;
  margin: auto;
  color: #5d627b;
  background: white;
  border-top: solid 5px #5d627b;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.cond_bold {
  display: block;
  text-align: right;
  font-weight: 600;
}

.cond_bold2 {
  display: block;
  text-align: left;
  font-weight: 600;
}

section .topview {
  object-fit: contain;
  overflow: hidden;
}

.top_view .container {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  position: relative;
  width: 100%;
  height: 100vh;
  justify-content: center;
}

.about_view .container {
  width: 100%;
  height: auto;
  padding: 2rem;
  display: flex;
  flex-direction: row;
}

.al {
  display: flex;
  width: 50%;
  padding: 2rem;
  justify-content: center;
  align-items: center;
}

.ar {
  display: flex;
  width: 50%;
  margin-right: 4rem;
  padding: 2rem;
  justify-content: flex-start;
  align-items: center;
}

.al h2 {
  font-weight: 200;
}

.ar p {
  font-weight: 200;
}

.about_view img {
  width: 100%;
  max-width: 80%;
  display: flex;
  margin: auto;
}

.second_view .container {
  width: 100%;
  height: auto;
  padding: 2rem;
  display: flex;
  flex-direction: row;
}

.second_view img {
  width: 100%;
  max-width: 80%;
  display: flex;
  margin: auto;
}

.seclink {
  font-weight: 600;
  border-bottom: 1px solid;
  display: block;
  justify-content: flex-end;
  text-align: right;
}

.i_view .container {
  width: 100%;
  height: 600px;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.i_view img {
  width: 100%;
  max-width: 480px;
}

.il {
  display: flex;
  width: 50%;
  padding: 2rem;
  justify-content: center;
  align-items: center;
}

.ir {
  display: flex;
  width: 50%;
  padding: 2rem;
  justify-content: flex-start;
  align-items: center;
}

.ir1 {
  font-size: 1.4rem;
}

.s_view .container {
  width: 100%;
  height: 600px;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.s_view img {
  width: 100%;
  max-width: 480px;
}
.s_view p {
  font-size: .8rem;
}

.recp h2 {
  font-weight: 200;
  font-size: 1.1rem;
  display: flex;
  justify-content: center;
}

.recp .tm1 {
  max-width: 800px;
  width: 80vw;
  margin: auto;
}

.recp .container {
  height: auto;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rr {
  max-width: 800px;
  width: 80vw;
  margin: auto;
}

.sptop-slide_img {
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-name: slideAnime;
  animation-timing-function: ease;
  display: block;
  min-height: 100vh;
  object-fit: contain;
  opacity: 0;
  width: 80%;
  margin: 0 auto;
}

.sptop-slide_item:nth-of-type(1) .sptop-slide_img {
  animation-delay: 0s;
}

.sptop-slide_item:nth-of-type(2) .sptop-slide_img {
  animation-delay: 5s;
}

.sptop-slide_item:nth-of-type(3) .sptop-slide_img {
  animation-delay: 10s;
}

@keyframes slideAnime {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  49% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateY(-10%);
  }
}
/* ------ sptop erea ------- */
.sptop {
  height: 100vh;
  max-height: 600px;
  overflow: hidden;
  position: relative;
}

.sptop_inner {
  margin: 0 auto;
  width: 1100px;
}

/* ------ sptop title ------- */
.sptop-slide_item {
  bottom: 0;
  height: 100%;
  position: absolute;
  right: 0%;
  width: 100%;
  opacity: .7;
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #909090;
  font-size: 6px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  translate: -50%, -50%;
  inset: 50% auto auto 50%;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -1.5rem;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5rem;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
#header {
  background-color: white;
  height: 100px;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding: 30px 4%;
  display: flex;
  align-items: center;
}

.logot {
  width: 100%;
  max-height: 60px;
}

header ul {
  display: flex;
}

header li {
  margin: 0 0 0 1.5rem;
  font-size: .9rem;
}

header nav {
  margin: 0 0 0 auto;
}

.copyright {
  text-align: center;
  font-size: .7rem;
  margin-top: auto;
  margin-bottom: 2rem;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateX(100px);
  right: 5px;
  bottom: 30px;
  height: 50px;
  text-decoration: none;
  font-weight: bold;
  transform: rotate(180deg);
  font-size: 80%;
  line-height: 1.5rem;
  color: #darkgrey;
  padding: 0 0 0 25px;
  border-top: solid 1px;
}

#page-top a {
  color: darkgrey;
}

#page-top::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  border-top: solid 1px;
  transform-origin: left top;
}

/*　左の動き　*/
#page-top.LeftMove {
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*　右の動き　*/
#page-top.RightMove {
  animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(100px);
  }
}
@media screen and (min-width: 960px) {
  .sp_menu {
    display: none;
  }

  .recp .tm2 {
    display: none;
  }

  .catchcopyfade {
    display: none;
  }

  .scroll-btn {
    display: none;
  }

  .tvt {
    display: none;
  }

  .info dt {
    clear: left;
    float: left;
  }

  .info dd {
    margin-left: 0.5rem;
  }

  .sponly {
    display: none;
  }

  .cond_view3 span {
    font-size: .8rem;
  }
}
@media screen and (max-width: 959px) {
  .h_nav {
    display: none;
  }

  .info {
    font-size: .8rem;
    height: 24rem;
  }

  .cond_view p {
    font-size: .8rem;
  }

  .cond_view2 p {
    font-size: .8rem;
  }

  .cond_view3 p {
    font-size: .8rem;
  }

  .tvt {
    width: 200px;
    font-size: 1.1rem;
    font-weight: 200;
    position: absolute;
    left: 7%;
    bottom: 7vh;
    background: white;
    padding: 0 2% 0 2%;
  }

  .recp .tm1 {
    display: none;
  }

  .recp .container {
    height: auto;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .recp .tm1 {
    max-width: 400px;
    width: 80vw;
    margin: auto;
  }

  .recp .tm2 {
    max-width: 400px;
    width: 80vw;
    margin: auto;
  }

  .about_view .container {
    width: 100%;
    height: auto;
    padding: 2rem;
    display: flex;
    flex-direction: column;
  }

  .al {
    display: flex;
    width: 100%;
    padding: 2rem;
    justify-content: center;
    align-items: center;
  }

  .ar {
    display: flex;
    width: 100%;
    margin-right: 0;
    padding: 2rem;
    justify-content: center;
    align-items: center;
  }

  .al h2 {
    font-weight: 200;
    font-size: 1.2rem;
  }

  .ar p {
    font-weight: 200;
    font-size: .8rem;
  }

  .second_view .container {
    width: 100%;
    height: 800px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
  }

  .sponly {
    margin-top: 2rem;
  }

  section .topview {
    object-fit: contain;
    overflow: hidden;
  }

  .top_view .container {
    display: flex;
    flex-direction: column;
    margin-top: -6rem;
    position: relative;
    width: 100%;
    height: 100vh;
  }

  .i_view .container {
    width: 100%;
    height: auto;
    margin-top: 8rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .i_view img {
    display: flex;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
  }

  .il {
    display: flex;
    width: 100%;
    padding: 0;
    justify-content: center;
    align-items: center;
  }

  .ir {
    display: flex;
    width: 100%;
    max-width: 80%;
    margin-top: 3rem;
    padding: 2rem;
    justify-content: center;
    align-items: center;
    font-size: .8rem;
  }

  .ir1 {
    font-size: 1.2rem;
  }

  .s_view .container {
    width: 100%;
    height: auto;
    margin-top: 8rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .s_view img {
    width: 100%;
    max-width: 80%;
  }

  .recp {
    margin-top: 6rem;
  }

  .rr {
    font-size: .7rem;
    margin-bottom: 4rem;
  }

  .cond_view p {
    font-size: .8rem;
  }

  .cond_view h3 {
    font-weight: 600;
    font-size: 1rem;
  }

  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    bottom: -120%;
    left: 0;
    width: 100%;
    height: 100%;
    /*ナビの高さ*/
    background: white;
    opacity: .9;
    /*動き*/
    transition: all 0.6s;
  }

  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    bottom: 0;
  }

  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ナビゲーション*/
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: .9rem;
  }

  /*リストのレイアウト設定*/
  #g-nav li {
    list-style: none;
    text-align: center;
  }

  #g-nav li a {
    text-decoration: none;
    padding: 1rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: .1rem;
  }

  /*========= ボタンのためのCSS ===============*/
  .openbtn1 {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 16px;
    right: 14px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  /*×に変化*/
  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
  }

  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }

  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  .sptop-slide_img {
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-name: slideAnime;
    animation-timing-function: ease;
    display: block;
    min-height: 100vh;
    object-fit: contain;
    opacity: 0;
    width: 100%;
  }

  .sptop-slide_item:nth-of-type(1) .sptop-slide_img {
    animation-delay: 0s;
  }

  .sptop-slide_item:nth-of-type(2) .sptop-slide_img {
    animation-delay: 5s;
  }

  .sptop-slide_item:nth-of-type(3) .sptop-slide_img {
    animation-delay: 10s;
  }

  @keyframes slideAnime {
    0% {
      opacity: 0;
    }
    16% {
      opacity: 1;
    }
    33% {
      opacity: 1;
    }
    49% {
      opacity: 0;
    }
    100% {
      opacity: 0;
      transform: translateX(-10%);
    }
  }
  /* ------ sptop erea ------- */
  .sptop {
    height: 100vh;
    overflow: hidden;
    position: relative;
  }

  .sptop_inner {
    margin: 0 auto;
    width: 1100px;
  }

  /* ------ sptop title ------- */
  .sptop-slide_item {
    bottom: 0;
    height: 100%;
    position: absolute;
    right: -10%;
    width: 110%;
    opacity: .7;
  }
}

/*# sourceMappingURL=info.css.map */
