@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;
  font-weight: 400;
}

ul {
  list-style: none;
}

#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;
}

.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);
  }
}
.yomikomiin {
  opacity: 0;
  transition: all 1.2s;
}

.yomikomiin.active {
  opacity: 1;
}

.underline-before {
  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;
  }
}
.top_view .container {
  display: grid;
  grid-auto-flow: column;
  margin-top: 180px;
}

.bo {
  font-size: 2vw;
  font-weight: 400;
}

.tvc {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 49vw;
}

.tvt {
  width: 40vw;
  max-width: 440px;
  font-size: 1.8rem;
  font-weight: 200;
}

.tvp {
  width: 40vw;
  max-width: 440px;
  font-size: .9rem;
  line-height: 2.2;
  margin-bottom: 4rem;
}

.tvc img {
  width: 40vw;
  height: 400px;
  max-width: 440px;
  height: 100%;
  object-fit: contain;
}

.i_lust img {
  width: 100%;
  height: 10vh;
}

.tvc_right {
  display: flex;
  flex-direction: column;
  width: 49vw;
  position: relative;
  overflow: hidden;
}

.tvc_right img {
  height: 100%;
  object-fit: contain;
}

.tvc_right .r1 {
  height: 180px;
  max-width: 240px;
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
}

.tvc_right .r2 {
  height: 240px;
  max-width: 270px;
  position: absolute;
  top: 40%;
}

.tvc_right .r3 {
  height: 480px;
  max-width: 390px;
  position: absolute;
  top: 10.8%;
  right: 5%;
}

.about_view .container {
  display: grid;
  grid-auto-flow: column;
  margin-top: 90px;
}

.abc {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 49vw;
}

.link {
  display: block;
  text-align: right;
  border-bottom: 1px solid;
}

.abt {
  width: 40vw;
  max-width: 440px;
  font-size: 1.8rem;
  font-weight: 200;
}

.abp {
  width: 40vw;
  max-width: 440px;
  font-size: .9rem;
  line-height: 2.2;
  margin-bottom: 4rem;
}

.abc_right {
  width: 49vw;
  position: relative;
}

.r4 {
  width: 100%;
  height: auto;
  position: absolute;
  top: -24%;
  padding-right: 2rem;
}

.abcr_box {
  position: absolute;
  bottom: -8%;
  overflow: hidden;
  padding-right: 1.2rem;
  text-align: left;
}

.abc_right a {
  object-fit: cover;
  overflow: hidden;
}

.abc_right ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.abc_right li {
  display: flex;
  width: 50%;
  padding: 1%;
  flex-wrap: wrap;
  object-fit: cover;
  overflow: hidden;
  flex-direction: row;
  align-content: center;
  align-items: center;
  font-size: .7rem;
  font-weight: 200;
}

.abc_right li img {
  width: 100%;
  object-fit: contain;
  overflow: hidden;
}

.abc_right li img:hover {
  transform: scale(1.1, 1.1);
  filter: brightness(70%);
  transition: all .8s;
}

.abc_right img {
  max-height: 380px;
  max-width: 49vw;
  object-fit: scale-down;
}

.alink {
  max-width: 600px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 auto;
}

/*表示するテキストが切り替わる*/
.btntextchange {
  /*テキストの基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  border: 1px solid #555;
  border-radius: 25px;
  min-width: 210px;
  padding: 20px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  outline: none;
  /*アニメーションの指定*/
  transition: all .2s;
}

/*hoverした際の変化*/
.btntextchange:hover {
  background: #333;
  color: #fff;
}

.btntextchange span {
  /*絶対配置でテキストの位置を決める*/
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*アニメーションの指定*/
  transition: all .5s;
  /*ブロック要素にしてテキスト折り返しなし*/
  display: block;
  white-space: nowrap;
}

/*差し替わるテキストの設定*/
.btntextchange span:nth-child(2) {
  opacity: 0;
  /*透過0に*/
}

/*hoverするとテキストが入れ替わる設定*/
.btntextchange:hover span:nth-child(1) {
  opacity: 0;
  /*透過0に*/
}

.btntextchange:hover span:nth-child(2) {
  opacity: 1;
  /*不透明に*/
}

#news {
  margin-top: 12rem;
}

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

.news .container {
  display: flex;
}

.info {
  width: 90vw;
  margin: 1rem auto;
  padding: 0 2rem;
  text-align: left;
  font-size: 1rem;
  overflow: auto;
  height: 30rem;
  background-color: whitesmoke;
}

.tile--custom-scrollbar::-webkit-scrollbar {
  width: 12px;
  background-color: #eff1f5;
}

.tile--custom-scrollbar::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: transparent;
}

.tile--custom-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #515769;
  border: 2px solid #eff1f5;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.info dl {
  padding: 0.5rem 0;
  border-bottom: 1px solid #ccc;
}

.info dt {
  padding-bottom: 0;
  width: 6rem;
  font-weight: 600;
}

.red {
  color: orangered;
  font-weight: 600;
}

.blue {
  color: royalblue;
  font-weight: 600;
}

.hutomoji {
  font-weight: 600;
}

.slide .container {
  margin: 6rem 0 6rem 0;
}

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

.recp .container {
  margin: 6rem 0 6rem 0;
  display: flex;
  justify-content: space-evenly;
}

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

.if .container {
  width: 90vw;
  height: auto;
  margin: auto;
  margin-bottom: 8rem;
  padding: 1rem;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.l1 {
  max-width: 90%;
  margin: 0 auto;
  width: 33%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
}

.c1 {
  max-width: 90%;
  width: 33%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.r1 {
  width: 33%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
}

.i_rogo {
  display: flex;
  height: 100px;
  max-width: 80%;
}

.r_rogo {
  height: auto;
  max-width: 90%;
}

.r1 ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1rem;
  align-items: center;
}

.r1 li {
  margin: 0 6px;
}

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

.fimg {
  width: 100%;
  height: 100%;
}

/*リンクを右下に固定*/
#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);
  }
}
/* スライドする要素 */
.content {
  width: 400px;
  height: 300px;
  margin-right: 2rem;
}

.content:nth-child(1) {
  background: url(../img/sam10.jpg);
  background-size: cover;
}

.content:nth-child(2) {
  background: url(../img/sam15.jpg);
  background-size: cover;
}

.content:nth-child(3) {
  background: url(../img/sam28.jpg);
  background-size: cover;
}

/* スライドレールの枠 */
.wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 340px;
}

/* content4つをまとめたスライドブロック */
.slideshow {
  display: flex;
  -webkit-animation: loop-slide 15s infinite linear 1s both;
  animation: loop-slide 15s infinite linear 1s both;
}

@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 960px) {
  .sp_menu {
    display: none;
  }

  .recp .tm2 {
    display: none;
  }

  .catchcopyfade {
    display: none;
  }

  .sptop {
    display: none;
  }

  .sptitle {
    display: none;
  }

  .scroll-btn {
    display: none;
  }

  .info dt {
    clear: left;
    float: left;
    margin-right: 1rem;
  }

  .info dd {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 959px) {
  .h_nav {
    display: none;
  }

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

  .recp .tm1 {
    display: none;
  }

  .recp .tm2 {
    max-width: 400px;
    width: 90vw;
  }

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

  .bo {
    font-size: 6vw;
    font-weight: 400;
  }

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

  .kie {
    display: none;
  }

  .tvc {
    width: 100vw;
    height: 100vh;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: flex-end;
  }

  .tvp {
    width: 100%;
    max-width: 80vw;
    font-size: .8rem;
    line-height: 2.2;
    margin-bottom: 0;
    position: absolute;
    bottom: -48%;
    left: 10%;
  }

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

  .tvc_right {
    display: none;
  }

  .about_view .container {
    display: flex;
    grid-auto-flow: column;
    flex-direction: column;
    position: relative;
    align-items: center;
    margin: 22rem auto 4rem;
  }

  .abc {
    width: 100%;
  }

  .abt {
    width: 80vw;
    max-width: 80vw;
    font-size: 1.2rem;
    font-weight: 200;
  }

  .abp {
    width: 80vw;
    max-width: 80vw;
    font-size: .8rem;
    line-height: 2.2;
    margin-bottom: 4rem;
  }

  .r4 {
    display: none;
  }

  .btntextchange {
    min-width: 70vw;
  }

  .alink {
    max-width: 70vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }

  .abcr_box {
    position: absolute;
    width: 100%;
    height: 100vh;
    bottom: auto;
    padding-right: 0;
  }

  .abc_right {
    margin-top: -2rem;
    width: 90vw;
    height: 600px;
  }

  .abc_right img {
    height: 24vh;
  }

  .news h2 {
    font-size: 1.1rem;
  }

  .wrap {
    height: 200px;
  }

  .content {
    width: 300px;
    height: 200px;
    margin-right: 2rem;
  }

  .recp .container {
    height: auto;
    margin: 6rem 0 6rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }

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

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

  #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;
  }
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .tvp {
    bottom: -28%;
  }

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

  .l1 {
    width: 80vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    font-size: .9rem;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }

  .i_rogo {
    display: flex;
    margin: auto;
    justify-content: center;
    height: 180px;
    max-width: 80%;
  }

  .c1 {
    width: 80vw;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
  }

  .r1 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .bo {
    font-size: 4vw;
  }
}
@media screen and (max-width: 600px) {
  .tvp {
    bottom: -40%;
  }

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

  .l1 {
    width: 80vw;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    font-size: .9rem;
  }

  .i_rogo {
    display: flex;
    margin: auto;
    justify-content: center;
    height: 180px;
    max-width: 80%;
  }

  .c1 {
    width: 80vw;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: unset;
    font-size: .9rem;
  }

  .r1 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

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