@charset "utf-8";

/*----------------------------------------------------------------------------------------------
	top
----------------------------------------------------------------------------------------------*/
.loading-sec {
  width: 100%;
  height: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000000002;
}

.loading-sec .ldg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.scene01 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 3s ease 1s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100px;
  background: #ccc;
}

.scroll::after {
  content: "SCROLL";
  display: block;
  color: #ccc;
  transform: rotate(90deg) translateX(-10px) translateY(-15px);
}

.video_wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
}

.video_wrapper>video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}

@media screen and (max-width:768px) {
  .scroll {
    position: absolute;
    bottom: 46px;
  }
}

.l-top_main {
  position: relative;
}

.l-top_point {
  width: 100%;
  padding: 30px 5%;
  width: 100%;
  background: url(../../img/top/top_point_bg.jpg);
  background-size: cover;
}

.p-top_kokuchi {
  text-align: center;
}

.l-top_info {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 100px;
}

.top_info_ttl {
  font-family: 'GillSans-Light', sans-serif;
  text-transform: uppercase;
  font-size: 27px;
  letter-spacing: 0.05em;
  text-align: center;
}

.u-ttl-line::after {
  content: "";
  display: block;
  width: .5px;
  height: 110px;
  background: #000;
  margin-inline: auto;
  margin-top: .5em;
}

.top_info_kokuchi_set {
  display: flex;
  margin-top: 50px;
  gap: 8.3%;
  justify-content: center;
}

.info-column {
  width: 41.7%;
}

.tel-column {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
}

a.cvBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49%;
  color: #fff;
  background: #7f8080;
  padding: 14px 20px 13px;
  letter-spacing: .1em;
}

a.cvBtn i {
  background: no-repeat center center;
  background-size: cover;
  margin-right: 10px;
}

a.cvBtn.reqBtn i {
  width: 19px;
  height: 27px;
  background-image: url(../../img/top/icon_yoyaku.svg);
  background-size: cover;
}

a.cvBtn.onlineBtn i {
  width: 32px;
  height: 20px;
  background-image: url(../../img/top/icon_online.svg);
  background-size: cover;
}

a:hover.cvBtn {
  background: #000;
}

.tel-link {
  width: 100%;
  padding: 30px;
  border: .3px solid #000;
  text-align: center;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tel-txt02 {
  margin-top: 10px;
}

.tel-txt03 {
  margin-top: 10px;
}

.top_infoWrap {
  margin-top: 50px;
}

.top_infoWrap p {
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid#eee;
}

.top_info_sns_ttl {
  margin-top: 60px;
}

.top_info_sns {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.top_info_sns li {
  margin: 0 20px;
  text-align: center;
}


.l-top_design {
  background: url(../../img/top/top_bg01.jpg);
  background-size: cover;
  margin-top: 100px;
  position: relative;
  min-height: calc(75.6vw + 200px);
  padding-top: 200px;
  overflow: hidden;
}

.t-top_id {
  max-width: 607px;
  margin-inline: auto;
  margin-right: 42vw;
}

.top_design_ttl {
  font-size: 30px;
  letter-spacing: 0.05em;
  margin-top: 1em;
}

.top_design_txt {
  font-size: 17px;
  line-height: 2.5;
  margin-top: 2em;
  letter-spacing: 0.05em;
}

.top_design_banner {
  max-width: 500px;
  margin-top: 100px;
}

.top_parth {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45.5vw;
}

.l-top_location {
  margin-top: 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.top_location_kazari {
  position: absolute;
  top: 20px;
  left: 1vw;
  width: 53vw;
  z-index: -1;
}

.top_location_ttl02 {
  font-size: 67px;
  letter-spacing: .15em;
  line-height: 1;
  margin-top: 0.2em;
}

.fs_big {
  display: inline-block;
  font-size: 1.5em;
  transform: translateY(.05em);
}

.top_location_img01 {
  margin-top: 50px;
}

.top_location_ttl03 {
  font-size: 30px;
  letter-spacing: .15em;
  margin-top: 2em;
}

.top_location_txt {
  font-size: 17px;
  line-height: 2.5;
  margin-top: 2em;
  letter-spacing: 0.05em;
}

.p-loop-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 80px;
  gap: 30px;
}

.p-loop-slide {
  display: flex;
  gap: 30px;
  animation: infinity-scroll 80s infinite linear 0.5s both;
}

@keyframes infinity-scroll {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

.p-loop-slide li {
  width: 450px;
}

.l-top-value {
  position: relative;
  margin-top: 100px;
  background: linear-gradient(15deg, rgba(242, 235, 229, 1) 20%, rgba(253, 253, 250, 1)100%);
  overflow: hidden;
  padding: 100px 0;
}

.top-value-set-inneer {
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 10px
}

.top-value-set01 {
  position: relative;
  overflow: hidden;
}

.top-value01-02 {
  position: absolute;
  width: 32vw;
  bottom: 10px;
  right: -8vw;
}

.top-value-set02 {
  position: relative;
  margin-top: 50px;
}

.top-value02-03 {
  position: absolute;
  width: 62.8vw;
  top: 410px;
  left: 0;
}

.top-value02-02 {
  position: absolute;
  width: 47.2vw;
  bottom: -1vw;
  left: .5vw;
}

.top-value-set03 {
  position: relative;
  margin-top: 80px;
}

.top-value03-02 {
  position: absolute;
  width: 33.9vw;
  bottom: 7vw;
  right: 1.5vw;
}

.l-top-resale {
  background: url(../../img/top/top_bg02.jpg);
  background-size: cover;
  text-align: center;
  padding-bottom: 100px;
  overflow: hidden;
}

.top-resale_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  padding: 40px 10px;
  margin-inline: auto;
  font-size: 35px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: .1em;
  text-align: center;
  position: relative;
  background: url(../../img/top/top_bg03.jpg);
  background-size: cover;
  margin-top: -2.3em;
}

.resale02 {
  position: absolute;
  width: 25.3%;
  top: -60px;
  right: -15%;
}

.l-top-resale .u-ttl-line {
  margin-top: 30px;
}

.top-resale-value-set {
  max-width: 1100px;
  margin-inline: auto;
  margin-top: 50px;
  background: linear-gradient(126.31deg, rgba(139, 122, 105, 1) 0%, rgba(154, 137, 119, 1) 4.86%, rgba(175, 157, 139, 1) 9.96%, rgba(244, 230, 216, 1) 30.79%, rgba(250, 238, 231, 1) 35.39%, rgba(235, 224, 214, 1) 40.79%, rgba(223, 212, 199, 1) 46.68%, rgba(229, 217, 206, 1) 50.7%, rgba(244, 233, 224, 1) 56.41%, rgba(250, 238, 231, 1) 58.06%, rgba(247, 235, 227, 1) 58.77%, rgba(204, 188, 175, 1) 68.98%, rgba(177, 160, 143, 1) 76.67%, rgba(167, 149, 131, 1) 80.91%, rgba(172, 154, 136, 1) 84.19%, rgba(187, 169, 149, 1) 88.18%, rgba(211, 192, 172, 1) 92.51%, rgba(217, 198, 177, 1) 93.35%, rgba(182, 162, 148, 1) 100%);
  padding: 90px;
  box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.15);
}

.resale-value-colume {
  width: 100%;
  text-align: center;
}

.resale-value-colume-ttl {
  font-size: 30px;
  color: #fff;
  line-height: 1.1;
  background: #323333;
  padding: 10px 0;
}

.resale-value-colume-lead {
  margin-top: 1.5em;
  line-height: 2;
}

.resale-value01 {
  width: 70%;
  margin-inline: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.resale-value02 {
  width: 75%;
  margin-inline: auto;
  margin-top: 20px;
}

.resale-value_txt {
  font-size: 40px;
  color: #734b23;
  letter-spacing: .1em;
  margin-top: 0.8em;
}

.l-top-contets {
  padding: 100px 0 0;
  overflow: hidden;
}

.slide-sec {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.slide-sec-inner {
  max-width: 1200px;
  width: calc(100% - 120px);
  margin: 0 auto;
}


.slide-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: calc(100% - 60px);
  overflow: hidden;
  margin-inline: auto;
  margin-top: 50px;
}

.slide-item {
  width: calc(calc(100% - 90px) / 4);
}

.slide-item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.slide-item_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.slide-item a figure img {
  transition: 0.4s ease;
  filter: brightness(0.4);
}

.slide-item a:hover figure img {
  filter: brightness(1.0);
  transform: scale(1.1);
}

.link-ttl {
  font-size: 2.2vw;
}

.link-ttl-s {
  font-size: 1vw;
  margin-top: 3px;
}

.slide-item .view {
  font-size: 12px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 60px;
  margin-top: 30px;
}

@media screen and (max-width:768px) {

  /*
	top sp
  --------------------*/

  .l-top_main {
    position: relative;
    background: none;
  }

  .l-top_point {
    width: 100%;
    padding: 30px 8%;
    width: 100%;
  }

  .p-top_kokuchi {
    text-align: center;
  }

  .l-top_info {
    width: 90%;
    margin-inline: auto;
    margin-top: 50px;
  }

  .top_info_ttl {
    font-size: 20px;
    letter-spacing: 0.05em;
    text-align: center;
  }

  .u-ttl-line::after {
    height: 50px;
  }

  .top_info_kokuchi_set {
    display: flex;
    margin-top: 30px;
    gap: 30px;
    flex-direction: column;
  }

  .info-column {
    width: 100%;
  }

  .tel-column {
    width: 100%;
    gap: 10px 2%;
  }

  a.cvBtn {
    display: flex;
    width: 49%;
    padding: 11px 20px 10px;
  }

  .tel-link {
    width: 100%;
    padding: 20px 30px;
    border: .3px solid #000;
    text-align: center;
    font-size: 14px;
    display: block;
  }

  .tel-txt02 {
    margin-top: 10px;
  }

  .tel-txt03 {
    margin-top: 10px;
  }

  .top_infoWrap {
    margin-top: 30px;
  }

  .top_infoWrap p {
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: justify;
    border-bottom: 1px solid#eee;
  }

  .top_info_sns_ttl {
    margin-top: 60px;
  }

  .top_info_sns {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }

  .top_info_sns li {
    margin: 0 20px;
    text-align: center;
  }


  .l-top_design {
    background: url(../../img/top/top_bg01.jpg);
    background-size: cover;
    margin-top: 50px;
    position: relative;
    min-height: calc(75.6vw + 200px);
    padding-top: 50px;
    overflow: hidden;
  }

  .t-top_id {
    max-width: 607px;
    margin-inline: auto;
    margin-right: 0;
    padding: 0 10% 50px;
  }

  .logo_design {
    width: 75%;
    margin-inline: auto;
  }

  .logo_design svg {
    width: 100%;
  }

  .top_design_ttl {
    font-size: 5.85vw;
    letter-spacing: 0.05em;
    margin-top: 1em;
  }

  .top_design_txt {
    font-size: 14px;
    line-height: 2;
    margin-top: 2em;
    letter-spacing: 0.05em;
  }

  .top_design_banner {
    max-width: 500px;
    margin-top: 30px;
  }

  .top_parth {
    position: relative;
    bottom: 0;
    right: 0;
    width: 95vw;
    margin-left: auto;
  }

  .l-top_location {
    margin-top: 0;
    padding-top: 50px;
    overflow: hidden;
  }

  .top_location_kazari {
    position: absolute;
    top: 10px;
    left: 1vw;
    width: 53vw;
  }

  .top_location_ttl02 {
    font-size: 35px;
    letter-spacing: .15em;
    line-height: 1;
    margin-top: 0.2em;
    margin-right: -.8em;
  }

  .top_location_img01 {
    margin-top: 30px;
  }

  .top_location_ttl03 {
    font-size: 20px;
    letter-spacing: .05em;
    margin-top: 2em;
  }

  .top_location_txt {
    font-size: 14px;
    line-height: 2;
    margin-top: 2em;
    letter-spacing: 0.05em;
    text-align: justify;
    padding: 0 5%;
  }

  .p-loop-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 50px;
    gap: 10px;
  }

  .p-loop-slide {
    display: flex;
    gap: 10px;
    animation: infinity-scroll 80s infinite linear 0.5s both;
  }

  .p-loop-slide li {
    width: 60vw;
  }

  .l-top-value {
    position: relative;
    margin-top: 50px;
    overflow: hidden;
    padding: 50px 0;
    background: linear-gradient(15deg, rgba(242, 235, 229, 1) 10%, rgba(253, 253, 250, 1)100%);
  }

  .top-value-set-inneer {
    max-width: 1200px;
    margin-inline: auto;
    padding: 0 10px
  }

  .top-value-set01 {
    position: relative;
  }

  .top-value01-02 {
    position: absolute;
    width: 45vw;
    bottom: -70px;
    right: 50vw;
  }

  .top-value-set02 {
    position: relative;
    margin-top: 50px;
  }

  .top-value02-03 {
    position: absolute;
    width: 82.8vw;
    top: 183vw;
    left: -16vw;
  }

  .top-value02-02 {
    position: absolute;
    width: 67.2vw;
    bottom: -11vw;
    left: 29.5vw;
  }

  .top-value-set03 {
    position: relative;
    margin-top: 70px;
  }

  .top-value03-02 {
    position: absolute;
    width: 40.9vw;
    bottom: 9vw;
    right: 56.5vw;
  }

  .l-top-resale {
    background: url(../../img/top/top_bg02.jpg);
    background-size: cover;
    text-align: center;
    padding-bottom: 50px;
  }

  .top-resale_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    padding: 30px 10px;
    margin-inline: auto;
    font-size: 19px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: .1em;
    text-align: center;
    position: relative;
    background: url(../../img/top/top_bg03.jpg);
    background-size: cover;
    margin-top: -2.3em;
  }

  .resale02 {
    position: absolute;
    width: 28.3%;
    top: -44px;
    right: -7%;
  }

  .l-top-resale .u-ttl-line {
    margin-top: 20px;
  }

  .top-resale-value-set {
    width: 90%;
    margin-inline: auto;
    margin-top: 30px;
    background: linear-gradient(126.31deg, rgba(188, 155, 118, 1) 0%, rgba(244, 230, 216, 1) 13.5%, rgba(250, 238, 231, 1) 35.39%, rgba(235, 224, 214, 1) 40.79%, rgba(223, 212, 199, 1) 46.68%, rgba(229, 217, 206, 1) 50.7%, rgba(244, 233, 224, 1) 56.41%, rgba(250, 238, 231, 1) 58.06%, rgba(244, 231, 221, 1) 63.3%, rgba(224, 207, 189, 1) 82.65%, rgba(217, 198, 177, 1) 93.35%, rgba(205, 191, 181, 1) 100%);
    padding: 30px;
    box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.15);
  }

  .resale-value-colume {
    width: 100%;
  }

  .resale-value-colume-ttl {
    font-size: 16px;
    color: #fff;
    line-height: 1.1;
    background: #323333;
    padding: 10px 5px;
  }

  .resale-value-colume-lead {
    font-size: 13px;
    margin-top: 1em;
    line-height: 1.7;
    text-align: justify;
  }

  .resale-value01 {
    width: 100%;
    margin-inline: auto;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .resale-value02 {
    width: 100%;
    margin-inline: auto;
    margin-top: 15px;
  }

  .resale-value_txt {
    font-size: 20px;
    color: #734b23;
    letter-spacing: .1em;
    margin-top: 1.5em;
  }

  .l-top-contets {
    padding: 50px 0 0;
  }

  .slide-sec {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .slide-sec-inner {
    max-width: 1200px;
    width: calc(100% - 120px);
    margin: 0 auto;
  }


  .slide-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: calc(100% - 20px);
    overflow: hidden;
    margin-inline: auto;
    margin-top: 30px;
  }

  .slide-item {
    width: calc(calc(100% - 10px) / 2);
  }

  .slide-item a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }

  .slide-item_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .slide-item a figure img {
    transition: 0.4s ease;
    filter: brightness(0.4);
  }

  .slide-item a:hover figure img {
    filter: brightness(1.0);
    transform: scale(1.1);
  }

  .link-ttl {
    font-size: 5.2vw;
  }

  .link-ttl-s {
    font-size: 2.5vw;
    margin-top: 3px;
  }

}

/* 211207　top video 追加*/
.video-banner-fix {
  position: fixed;
  right: 80px;
  bottom: 20px;
  z-index: 99999;
}

.video-banner {
  position: relative;
}

.video-banner div {
  position: absolute;
  top: 28%;
  width: 100%;
  text-align: center;
}

video {
  display: block;
}

.main_video {
  padding-top: 66px;
}

.main_video video {
  width: 100%;
}

.mov_inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
.mov_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 641px) {
  .remodal.remodal_drone_menu {
    max-width: 600px;
  }
}

.remodal.remodal_drone_menu {
  padding: 0;
}

.drone_menu {
  max-width: 500px;
  margin: 0 auto;
  padding: 50px 0;
}

.drone_menu img {
  width: 100%;
  height: auto;
}

.drone_menu_list li+li {
  margin-top: 20px;
}

.drone_menu_list li a {
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.drone_menu_list li a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 680px) {
  .video-banner-fix {
    right: 50px;
    bottom: 70px;
  }

  .main_video {
    padding-top: 53px;
  }

  .main_video video {
    width: 100%;
  }

  .remodal.remodal_drone_menu {
    padding: 0;
    background: none;
  }

  .drone_menu {
    padding: 20px;
  }
}

.mvSlider {
  width: 100%;
  height: 80vh;
}

.mvSlide {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0;
  padding-top: 80vh;
  overflow: hidden;
}

.mvSlide .imageHolder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../img/top/top_mv01.jpg) no-repeat center top/cover;
  -webkit-transition: 8s linear 0s;
  transition: 8s linear 0s;
}

.mvSlide.mvSlide-1 .imageHolder {
  background-position: bottom center;
}

.mvSlide.mvSlide-2 .imageHolder {
  background-image: url(../img/mv01.jpg);
  background-position: center center;
}

.mvSlide.mvSlide-3 .imageHolder {
  background-image: url(../img/mv02.jpg);
  background-position: center center;
}

.mvSlide.mvSlide-4 .imageHolder {
  background-image: url(../img/mv03.jpg);
}

.mvSlide.mvSlide-4 .imageHolder {
  background-image: url(../img/mv04.jpg);
}

.mvSlide.is-active.mvSlide-3 .imageHolder {
  /* -webkit-transform: scale(1.2);
          transform: scale(1.2); */
}

@media screen and (max-width:768px) {
  .mainVisual {
    position: relative;
    top: 0;
    left: 0;
    /* z-index: -1; */
    width: 100%;
    height: calc(80vh - 92px);

  }

  .mvSlide {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 0;
    padding-top: calc(80vh - 92px);
    overflow: hidden;
  }

  .mvSlide.mvSlide-1 .imageHolder {
    background-image: url(../../img/top/top_mv01.jpg);
  }

  .mvSlide.mvSlide-2 .imageHolder {
    background-image: url(../img/mv01_sp.jpg);
  }

  .mvSlide.mvSlide-3 .imageHolder {
    background-image: url(../img/mv02_sp.jpg);
  }

  .mvSlide.mvSlide-4 .imageHolder {
    background-image: url(../img/mv03_sp.jpg);
  }

  .mvSlide.mvSlide-4 .imageHolder {
    background-image: url(../img/mv04_sp.jpg);
  }
}




.p-paper_banner {
  max-width: 780px;
  margin: 60px auto 0;
}

.t-top_concept_banner {
  margin-top: 20px;
}

@media screen and (max-width:768px) {

  .p-paper_banner {
    max-width: 424px;
    margin: 30px auto 0;
  }

  .t-top_concept_banner {
    margin-top: 40px;
  }
}

.sns_txt {
  display: block;
  text-align: center;
  font-size: .8em;
  margin-top: 0.5em;
}

.top_select_banner {
  max-width: 780px;
  margin: 60px auto 0;
}

.t-top_soldout {
  position: absolute;
  top: 30px;
  right: 30px;
}

.l-page_banner2 {
  text-align: center;
  margin: 0 auto;
  padding: 100px 10% 0;
  background: #000;
}

.top_online_banner {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  .top_select_banner {
    margin: 20px auto 0;
  }

  .l-page_banner2 {
    padding: 40px 5%;
    background: #000;
  }
}

.banner_notes {
  font-size: 10px;
  margin-top: 5px;
}

.vr_ttl {
  width: clamp(200px, 90%, 499px);
  margin-inline: auto;
  text-align: center;
  margin-top: 80px;
}

.vr_banner {
  width: clamp(300px, 90%, 480px);
  margin-inline: auto;
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.top_vr_txt {
  font-size: 17px;
  text-align: center;
  margin-top: 1em;
}

.top_vr_txt_s {
  font-size: 14px;
  text-align: center;
  margin-top: .2em;
}
.top_kokuchi_v01 {
  text-align: center;
  padding: 60px 5%;
}
@media screen and (max-width:768px) {
  .vr_ttl {
    width: clamp(200px, 90%, 499px);
    margin-inline: auto;
    text-align: center;
    margin-top: 40px;
  }

  .vr_banner {
    width: clamp(300px, 90%, 780px);
    margin-inline: auto;
    margin-top: 15px;
    flex-direction: column;
    display: flex;
    gap: 10px;
  }

  .top_vr_txt {
    font-size: 16px;
    text-align: center;
    margin-top: 1em;
  }
  .top_kokuchi_v01 {
    text-align: center;
    padding: 30px 5%;
  }
}