* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.color:before {
  background-color:white;
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  width:100%;
  height:100%;
  background-size:contain;}

  
img {
  -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
  }
  


a{
  color:black;
  text-decoration: none;
}
.kotei{
  width: 20%;
  z-index: 100;
  height:-webkit-fill-available;
  position: fixed;
}
.t-s{
  width:fit-content;
  font-size: 0.8rem;
  color: rgb(0, 0, 0);
  font-family: 'Helvetica', Arial, 'TazuganeGothicStdN-Book', 'Tazugane Info StdN Book', 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}
.nav {
  margin-top: 60px;
  z-index:100;
  width:fit-content;
}

/* 通常時はホバー時の文字を非表示にする */
a .hover1{
  display: none;
  }
  
  /* ホバー時は通常時の文字を非表示にする */
a:hover .sample2{
  display: none;
  }
  
  /* ホバー時に、ホバー時の文字を表示する */
  a:hover .hover1{
  display: inline;
  text-decoration: none;
  font-family: 'Helvetica', Arial, 'TazuganeGothicStdN-Book', 'Tazugane Info StdN Book', 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
  font-weight: normal;
  font-size: 0.8rem;
  }
  
.sample2{
  font-family: 'Helvetica', Arial, 'TazuganeGothicStdN-Book', 'Tazugane Info StdN Book', 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
  font-weight: normal;
  font-size: 0.8rem;
    text-decoration: underline;
}

.nav {
  font-weight: normal;
  font-family:'Helvetica', Arial, 'TazuganeGothicStdN-Book', 'Tazugane Info StdN Book', 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
}
.nav li {
  list-style: none;
  width: fit-content;
}
.nav a {
  text-decoration: none;
  font-size: 20px;
}


h4{
margin-bottom: 0px;
font-weight: normal;
}
.media{
  margin-bottom: 0px;            
}

.setutu{
  width: 100%;
  height: auto;
}

.nyu { 
  width: fit-content;
  text-align: center;
  border: solid 1px;
  padding: 10px;
  margin-bottom: 20px;
}
.nyu:hover { opacity: 0.5;
}

 .flex {
    /* 中の要素( = .flex-item ) を横並びのカラムレイアウトで表示 */
    display: flex;
    /* 折返し表示 */
    flex-wrap: wrap;
}

.flex-item {
 /* 幅を25%として4カラムで表示 */
    width: 100%;
/* 画像をflex-item枠内の中央に配置 */
    align-items: center;
    justify-content: center;
}

.flex-item img {
    width: 100%;
    height: auto;    
}


@media screen and (min-width:701px){
  .flex-item{
    width:100%;
    margin-bottom: 0px;
  }
  .media{
    width: 100%;
  }


  .sumaho{
    display: none;
  }

}



@media screen and (max-width:700px){
  .flex-item{
    width:100%;
    margin-bottom: 0px;
  }

  .kotei{
    display: none;
  }
}
/*

## 2. 画面サイズ600 〜 900px
- 2カラムにしてみる

@media screen and (min-width: 600px) and (max-width: 900px) {
}

*/
.media {
    font-feature-settings: 'palt';
    -webkit-text-size-adjust: 100%;
}  

p:hover.PC { opacity: 0.5;
}
p.PC { 
  width: fit-content;
  text-align: center;
  border: solid 1px;
  padding: 10px;
  margin-bottom: 20px;
}
p:hover.phone { opacity: 0.5;
}

  p.phone { width: fit-content;
    text-align: center;
    border: solid 1px;
    padding: 10px;
    margin-bottom: 20px; }

.nendai{
  display: block;
  margin-bottom: 0px;
    -webkit-text-size-adjust: 100%;
}
.setumei {
font-feature-settings: 'palt';
-webkit-text-size-adjust: 100%;
}


.English{
  margin-bottom: 30px;
  padding-bottom: 30px;
  transform: scale(.94,1);
  color: rgb(0, 0, 0);
  transform-origin: top right;
  letter-spacing: 0.12em;
  font-feature-settings: 'palt';
  text-align: justify;
  -webkit-text-size-adjust: 100%;
  font-family: 'AppliedSansPro-Cn', 'Noto Sans', 'Noto Sans JP', helvetica;
  font-style: normal;
  font-weight: normal;
  line-height: 180%;
 
}
.cau{
  margin-bottom: 20px;
  font-size: 5px;
  transform: scale(.94,1);
  color: rgb(0, 0, 0);
  transform-origin: top left;
  letter-spacing: 0.12em;
  font-feature-settings: 'palt';
  text-align: justify;
  -webkit-text-size-adjust: 100%;
  font-family: 'AppliedSansPro-Cn', 'Noto Sans', 'Noto Sans JP', helvetica;
  font-style: normal;
  font-weight: normal;
  line-height: 180%; 
}
.setumei{
  text-align: justify;
  margin-bottom: 0px;
  -webkit-text-size-adjust: 100%;
}

/* ここからスマートフォン */
@media screen and (max-width:700px){
  
  .setutu{
    width: 100%;
    height: auto;
  }
  .Atama{
    height:40px;
    width: auto;
    z-index: 1;
    clear: both;
  }
.main{
  margin-bottom: 10px;
}

  h1{
    list-style: none;
    position: relative;
    z-index: 1;
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    margin-left: auto;
    font-feature-settings: 'palt';
    font-size: 2rem;
    padding-right:20px;
  }
  .English{
    margin-bottom:20px;
    margin-block-end:1rem;
    margin-bottom: 30px;
    padding-bottom: 30px;
    color: rgb(0, 0, 0);
    border-bottom: solid 1px;
  }

  
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 25px;
    height:20px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color:rgb(0, 0, 0);
    border-radius: 0px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 8.35px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-button{
    text-decoration: none;
    list-style: none;
  }

  /*
  
  2. ボタンのスタイル ( 押した後 )
  ref. https://www.nxworld.net/tips/10-css-hamburger-menu-icon-design-and-effect.html
  
  */
  .menu-trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background-color:blue;
    border-radius: 0px;
    transition: all .4s;
  }
  .is-menu_open .menu-trigger span:nth-of-type(1) {
    transform: translateY(0px) scale(0);
  }
  .is-menu_open .menu-trigger span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .is-menu_open .menu-trigger span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .is-menu_open .menu-trigger span:nth-of-type(3) {
    transform: translateY(-20px) scale(0);
  }
  
  .nav{
    display: none;
  }
 
  
  .menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    align-items: center;
    display: flex;
    width: 100%;
  }
 
  .menu-button {
    padding: 22px 20px 20px 20px;
    list-style: none;
    z-index: 12;}
  
  
  .menu-content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 320px;
    height: 100vh;
    background-color:white;
    -webkit-overflow-scrolling: touch;
  
    transform: translateX(-100%);
    transition: all .3s ease;
  }
  
  .menu-content ul {
    text-align:left;
    margin: 70px 0px 0px;
    padding: 0;
  }
  
  .menu-content li {
    list-style: none;
    width: fit-content;
    font-family:'Helvetica', Arial, 'TazuganeGothicStdN-Book', 'Tazugane Info StdN Book', 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
  }
  
 
  
  .menu-content a {
    display: block;
    margin: 5px 5px 0px 20px;
    font-size: 1rem;
  }
  
  
  .is-menu_open .menu-content {
    transform: translateX(0%);
    overflow: scroll;
  }
  
  
}
 
  .nav{
    margin-top: 36px;
    margin-left: 30px;
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  }
  .flex{
    float: left;
    width:100%;
  }
  .main{
    display:inline-block;
    width: 100%;
    padding: 0px 20px 20px 20px;
    padding-bottom: 32px;
  }
  .flex-item{
    color: rgb(0, 0, 0);
    max-width:100%;
    float: left;
  }
  
.contentWrapper{
  margin: 0px auto auto 0px;
    width: 100%;
    font-size: 0.8rem;
    letter-spacing: .1em;
    color: rgb(0, 0, 0);
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    font-family: 'Helvetica', Arial, 'TazuganeGothicStdN-Book', 'Tazugane Info StdN Book', 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
    -webkit-font-smoothing: antialiased;
  
}

span.maru{
  display: inline-block;
    font-size: 30px;
    width: fit-content;
    height: fit-content;
    position: relative;
    top: 3px;
    text-decoration: none;
}



@media screen and (max-width:700px){
  .main{
    display:inline-block;
    width: 100%;
    padding: 0px 20px;
    padding-bottom: 100px;
  }
h1{
  font-family: 'Helvetica', Arial, 'TazuganeGothicStdN-Book', 'Tazugane Info StdN Book', 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
    overflow-wrap: break-word;
    hyphens: auto;
    font-size: 16px;
}
  p.sample img{
    width:150px;
    margin-top: 9.3px;
  }
  .photo{
    margin-bottom:0px;
  }
  .flex{
    margin-right:0px;
  }
  .main{
    padding-bottom: 0px;
    margin-top: 30px;
  }
  .hako1{
    position: relative;
  }
 

}



@media screen and (min-width:2000px){

  .flex{
    width: 100%;
    margin:0 auto;
    float: none;
  }
}

#loader-bg {
  background-color:#ffffff;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 200;
}
#loader-bg img {
  left: 50%;
  position: fixed;
  top: 50%;
  width: 300px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 200;
}


.footer img{
  width: 100%;
  height: auto;
}
.nazo{
    width: 80%;
    margin-top: 0px;
    z-index: 100;
    height: auto;
}
.nazo2{
  width: 100%;
  margin-top: 10px;
  z-index: 100;
  height: auto;
}
.nazo2 img{
  width: 100%;
  float: right;
}
.by{
  margin-top:5px;
}
.nazo3 a{
  margin-left: 5px;
  text-decoration: underline;
}
.nazo3 a:hover{
  text-decoration: none;
}
.nazo3{
  width: 100%;
  font-size: 0.7rem;
  color:rgb(0, 0, 0);
  text-align:left;
  position: relative;
  font-family: 'Helvetica', Arial, 'TazuganeGothicStdN-Book', 'Tazugane Info StdN Book', 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
  z-index: 100;
  height: auto;
}

#view_time{
  display: contents;
    width: 100%;
    text-align: right;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-weight: normal;
    font-family: 'Helvetica', Arial, 'TazuganeGothicStdN-Book', 'Tazugane Info StdN Book', 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
    font-weight: normal;
    color: rgb(0, 0, 0);
  }

  .slick-slide{
    width: 100%;
  }
 .slick-slide img {
    width:100%;
  }

  .footer2{
    display: flex;
    width: 100%;
  }

  
  
  @media screen and (max-width:700px){
   
    .sign{
      display: none;
    }
    .sign2{
      font-size: 10px;
      width:fit-content;
      margin: 0 0 0 auto;
    }

    .mail{
      display: none;
      width: fit-content;
      }
    
    .t-s {
      width: 80%;
      font-size: 1rem;
      color: rgb(0, 0, 0);
      font-family: 'Helvetica', Arial, 'TazuganeGothicStdN-Book', 'Tazugane Info StdN Book', 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
      font-weight: normal;
      margin-left: 20px;
      margin-bottom: 20px;
  }
  .footer2{
    width: 100%;
    align-items: center;
  }
  .footer2 img{
    width: 100%;
    height: auto;
  }
  }


  #page_top img{
    width:100%;
    height:auto;
  }
  
  #page_top{
    width:100px;
    height:auto;
    position: fixed;
    right:20px;
    bottom: -300px;
  }
  
  
  
.nazo2{
  position: relative;
}
.window{
  position: absolute;
left: 0;
top: 0;
width:100%;
}
.window img{
  width: 100%;
}

.bx{
  margin-top: 20px;
  margin-bottom: 20px;
}
  @media screen and (min-width:701px){
    #page_top{
      width:100px;
      height:auto;
      position: fixed;
      right:2vw;
      bottom:-300px;
    }

    .flex-item{
      width: 100%;
    }

  
  }
  
  img{
    vertical-align:top;
  }


  .menu2 {
    width: fit-content;
      margin-right: 10px;
  }
  
  .menu2 a {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-family: a-otf-futo-go-b101-pr6n, "Helvetica Neue", Helvetica, 游ゴシック体, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
  label {
    background-color: white;
    display: block;
    width: 100px;
    border: solid 1px;
    padding: 5px;
    line-height: 1;
    overflow: hidden;
    /* margin-bottom: 10px; */
    color: rgb(0, 0, 0);
    cursor: pointer;
    font-family: a-otf-futo-go-b101-pr6n, "Helvetica Neue", Helvetica, 游ゴシック体, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
  input {
    display: none;
  }
  
  .menu2 ul {
    border-left: solid 1px;
      border-bottom: solid 1px;
      border-right: solid 1px;
    font-size: 0.8rem;
    color: rgb(0, 0, 0);
    padding: 0;
    /* width: 90%; */
    width: 100px;
    overflow: hidden;
    /* margin: 0 auto; */
    list-style: none;
  }
  
  .menu2 li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  #menu_bar01:checked ~ #links01 li,
  #menu_bar02:checked ~ #links02 li,
  #menu_bar03:checked ~ #links03 li {
    height:auto;
    opacity: 1;
    box-sizing:border-box;
    border-bottom:1px solid;
    background-color: white;
  }
  
  #menu_bar01 ~ #links01,
  #menu_bar02 ~ #links02,
  #menu_bar03 ~ #links03 {
     border-bottom:0px solid;
  }
  
  .menu2 a:hover{
    text-decoration: line-through;
  }
  .label a:hover{
    text-decoration: line-through;
  }
  
  .tobi{
    text-decoration: underline;
  }
  .tobi:hover{
    text-decoration:none;
  }
  
  span.ad{
    text-decoration: underline;
  }
  span.ad:hover{
    text-decoration: none;
  }
  .hako1{
    display: flex;
    position: fixed;
    z-index: 2;
    margin-bottom: 20px;
  }
  
  .menu2 ul a{
    margin-top: 5px;
    padding: 0 5px 0px;
      margin-bottom: 5px;
  }

  /*

2. ボタンのスタイル ( 押した後 )
ref. https://www.nxworld.net/tips/10-css-hamburger-menu-icon-design-and-effect.html

*/
.menu-trigger img::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: all .4s;

}

.is-menu_open .menu-trigger img {
  -webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
transition: all .4s;

}

.click .menu-trigger img {
  -webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
transition: all .4s;

}
.menu-button img{
  width: 100%;
}

.oo{
  margin-top: 0px;
}

.sale{
  color: rgb(0, 0, 0);
  margin-bottom: 0px;
  font-weight: normal;
}

p.sale-b{
 width: fit-content;
    text-decoration: line-through;
    border: solid 1px;
    padding: 10px;
    margin-bottom: 20px;
}

p:hover.sale-b { opacity: 0.5;}

.kotei{
  font-size:16px;
  height: fit-content;
}
h2{
  font-size: 16px;
  font-weight: normal;
}


.center{
  width: 100px;
  left: 0%;
  top: 50%;
  width: 100px;
  position: fixed;
  transform: rotateZ(90deg);
  margin: auto;
}
.center2{
  width: 100px;
  right: 0%;
  top: 50%;
  width: 100px;
  position: fixed;
  transform: rotateZ(90deg);
  margin: auto;
}
.center img{
  width: 100%;
}
.center2 img{
  width: 100%;
}
.web{
  text-decoration: underline;
}

.flex video{
  width: 100%;
}

.name{
    color: black;
    font-size: 13px;
    display: flex;
    position: absolute;
    float: right;
    margin-left: 100%;
    height: 150px;
    height: -webkit-fill-availablemax-content;
    z-index: 1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-between;
}

.mei{
  display: block;
  padding-bottom:2vw;
  white-space: nowrap;
}

@media screen and (max-width:700px){
  .name{
    display: none;
  }}

  @media screen and (min-width:701px){
    .mv,.mv-wrap,.video,.mv-bg{
      display: none;
    }}

@media screen and (max-width:700px){
/* ここから */
.mv {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
 
/* 全体を囲う要素 */
.mv-wrap {
  position: relative;
  /* 背景画像の高さ */
  height: 90vh;
}
 
video {
  /* 背景画像の高さ */
  /* 高さを維持したまま全体を表示させる */
  width: 100vw;
    object-fit: cover;
    object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
 
.mv-bg {
  height: 100vh;
  /* 背景画像の高さ */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.mv-txt {
  color: #fff;
  font-size: 50px;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* レイヤー背景の上に乗せる */
  z-index: 3;
  margin: auto;
  text-align: center;
}}


@media screen and (min-width:701px){
  .contentWrapper{
    width:100%;
    display: flex;
    margin-top: 20px;
  }
  .English{
    margin-top: 0px;
    border-bottom:none;
  }
  
  .sale{
    margin-top: 0px;
  }

  .flex{
    margin:0 auto;
    float: none;
  }
  .footer2{
    display: none;
  }
  .main{
    margin: 0px 10vw 0px 0px;
    position: relative;
    top: 36px;
    width: 70%;
    float: right;
  }
  .sign2{
    display: none;
  }
  .sign{
    font-size: 10px;
  }
  .mail2{
  display: none;
  width: fit-content;
  }
  .sale{margin-top: 0px;}
  h4{margin-top: 10px;}
  .nendai{margin-top: 10px;
    margin-bottom: 10px;}
  .sale-b{margin-top: 10px;}
  .space{
    margin-top: 10px;
  }
  h4,.nendai,.sale-b,.sale,.PC,.phone{
    transform-origin: top left;
    transform: scale(.94,1);
    letter-spacing: 0.12em;
    font-feature-settings: 'palt';
    -webkit-text-size-adjust: 100%;
    font-family: 'AppliedSansPro-Cn', 'Noto Sans', 'Noto Sans JP', helvetica;
    font-style: normal;
    font-weight: normal;
  }
}

@media screen and (max-width:700px){
  .sale{margin-top: 20px;}
  h4{margin-top: 20px;}
  .nendai{margin-top: 20px;
  margin-bottom: 20px;
  }
  .sale-b{margin-top: 20px;}
  .English{
    border-bottom: none;
    transform-origin:top left;
    line-height: 200%;
  }
  .space{
    margin-top: 20px;
  }
  #view_time{
    display: none;
  }

  .fvsp{
    margin-top: 72px;
    height:90vh; /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../assets/images/image1.jpg);
  }
}

@media screen and (max-width:900px){
  .footer{
    display: none;
  }
}
@media screen and (min-width:901px){
  .footer{
    width: fit-content;
    position: fixed;
    left: 0px;
    bottom: 36px;
    float: left;
    font-size: 20px;
    line-height: 24px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0px 0px 0px 30px;
  }}

  .marquee_area {
    overflow: hidden;
    position: absolute;
    display: block;
    border-top: 1px solid;
    border-bottom: 1px solid;

    height: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    bottom: 0px;
    background:white;
  }
  .marquee_area2 {
    overflow: hidden;
    display: block;
    position: absolute;
    border-top: 1px solid;
    border-bottom: 1px solid;
   
    height:  30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    top: 65px;
    background:white;
  }
  
  .marquee_item {
    width: 100%;
    margin-top: 2px;
    animation-name: marquee;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  @keyframes marquee {
    0% { transform: translate(100%, 0); }
    100% { transform: translate(-300px, 0); }
  }

  .side-l{
    display: flex;
    flex-direction: column;
    width: 20px;
    height: 100%;
    position: absolute;
    border-right: solid 1px;
    justify-content: space-between;
    left: 0px;
    background:white;
    top:65px;
  }
  .fvi img{
    width: 100%;
    height: 100%;
  }
  .fvi {
    display: block;
    width: 100%;
    height: fit-content;
  }
  .fvi2 img{
    width: 100%;
    height: 100%;
  }
  .fvi2 {
    display: block;
    width: 100%;
    height: fit-content;
  }
  .side-R{
    display: flex;
    flex-direction: column;
    width: 20px;
    height: 100%;
    position: absolute;
    border-left: solid 1px;
    justify-content: space-between;
    right: 0px;
    top:65px;
    background:white;
  }
  .yajirushi{
    width: fit-content;
    position: absolute;
    bottom: 30px;
    right: 20px;
  }
  .scroll{
    font-size: 70px;
    color: #fff;
  }