@charset "UTF-8";
html {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  scroll-behavior: smooth;
}

body {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
}

a {
  text-decoration: none;
}

/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
.title1, .setumei1, .title-black {
  opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用） ※左からふわっとに変更
===================================*/
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateX(-25px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateX(-25px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
header {
  /* width: 15vw; */
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  /* background-color: azure; */
  position: absolute;
  z-index: 2;
  /* top: 0;
  right: 0; */
  top: 50px;
  right: 70px;
  /* border-top: 2px solid rgb(221, 221, 221); */
  /* writing-mode: vertical-rl;   */
}

.btn_wrapper{
  display: flex;
  margin: 0 0 0 1vw;
  /* position: absolute;
  z-index: 100;
  left: 1vw;
  
  top: 1vw; */
}
.btn_seni{
  width: 2vw;
  height: 4.25vw;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-bottom: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-orientation: upright;
  font-size: 1.125vw;
  border-radius: 3vh;
}
.btn_seni:hover {
  background-color: #525252;
  color: #fff;
}

.header_title {
  display: none;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.name001 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 20px;
}

.menu_wrapper {
  width: 100%;
  position: relative;
}

.menu_wrapper1 {
  width: 100%;
  /* padding-top: 25px; */
  margin: 0px 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.menu_wrapper1 li {
  letter-spacing: 0.1em;
}

/* header ul {
    position: absolute;
} */
.concept1 {
  margin-left: 0;
}

header li {
  /* position: absolute; */
  list-style: none;
  font-size: 1.5vw;
  display: flex;
  justify-content: space-between;
}

header p {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}

header a {
  font-weight: lighter;
  color: rgb(221, 221, 221);
  display: flex;
  position: relative;
  margin: 0 10px;
  justify-content: space-between;
}

header a::after {
  position: absolute;
  bottom: -25px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: rgb(221, 221, 221);
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

header a:hover::after {
  transform: scale(1, 1);
}

.concept00 {
  /* margin-right: 0; */
}

.menu00 {
  margin-left: 0;
}

#topview {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background-color: black;
}
/* #topview a {
  display: grid;
} */

/* ページトップボタン */
/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d8d8d8;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}

#page-top a:hover {
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
  animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/*====== 9-1-1 縦線が動いてスクロールを促す =======*/
/*スクロールダウン全体の場所*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  right: 2%;
  bottom: 10px;
  /*全体の高さ*/
  height: 100px;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -15px;
  top: -15px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 80px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 150px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 150px;
    opacity: 0;
  }
}
h2 .name00 {
  position: absolute;
  font-size: 2vw;
  font-weight: lighter;
  letter-spacing: 0.25em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  top: 50%;
  padding: 0;
  left: 50%;
  opacity: 1;
  z-index: 4;
  transform: translate(-50%, -50%);
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
h2 .name1 {
  font-size: 5vw;
  font-weight: lighter;
  letter-spacing: 0.25em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  top: 50%;
  padding: 0;
  left: 50%;
  opacity: 1;
  z-index: 3;
  transform: translate(-50%, -50%);
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.titlelogo1 {
  width: 5vw;
  position: absolute;
  display: flex;
  align-items: center;
  top: 50%;
  padding: 0;
  left: 50%;
  opacity: 1;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.acupuncture {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.4vw;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3;
  padding: 0;
  margin-top: 25vw;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

h2 .name1 {
  /* color: #969696; */
  background-image: linear-gradient(90deg, #4e4e4e 49%, #d9d9d9 50%, #404040 52%);
  /* background-image: linear-gradient(90deg, #f8f8f8 0%, #444444 37%, #a7a7a7 49%, #ffffff 50%, #f5f5f5 51%, #8f8f8f 80%, #f7f7f7 100%); */
  -webkit-background-clip: text;
  color: transparent;
  /* -webkit-text-stroke: 0.01px #FFF; */
  position: absolute;
}

.acupuncture {
  /* color: #969696; */
  background-image: linear-gradient(0deg, #525252 0%, #838383 37%, #d7d7d7 47%, #ffffff 50%, #dddddd 53%, #858585 63%, #383838 100%);
  -webkit-background-clip: text;
  color: transparent;
  position: absolute;
}

#slider {
  /* position: relative;
  z-index: 5; */
  opacity: 0.6;
  width: 100%;
  height: 100vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

.s_m_2, .s_2, .s_3, .s_img_1, footer {
  z-index: 5;
}

main {
  background-color: rgb(235, 235, 235);
}

#container0 {
  width: 100%;
  height: 175px;
}

#concept {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.setumei1 {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: static;
  margin: 0 auto;
  line-height: 200%;
  padding: 0 0 175px 0;
  font-size: 1.25vw;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.setumei1 .subtitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: lighter;
  font-size: 2.25vw;
  margin: 0 50px;
}

.setumei1 p {
  display: inline;
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}

.setumei #text {
  font-size: 1.25vw;
}

#concept {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  /* position: static; */
}

#concept_img {
  width: 100%;
  /* position: static; */
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
}

.c_img_1 {
  width: 50%;
  float: left;
}

.c_img_2 {
  width: 50%;
  float: right;
}

.title1 {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: lighter;
  max-width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 2vw;
  padding: 120px;
  margin: 0;
}

.title1:after {
  content: "";
  /* position: absolute; */
  /* bottom: 0; */
  /* left: 20px; */
  /* right: -19px; */
  width: 30%;
  height: 1px;
  /* margin: 0 auto; */
  text-align: center;
  /* background-image: -webkit-linear-gradient(left, transparent, #000 25%, #000 75%, transparent); */
  /* background-image: linear-gradient(to right, #000 25%, #000 75%, transparent); */
  background-image: linear-gradient(to right, #000 10%, #000 25%, transparent);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 1em;
}

.subtitle {
  font-weight: lighter;
  font-size: 2.5vw;
  margin: 0 10px;
}

#tiryou {
  width: 100%;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.setumei2 .subtitle, p {
  padding-left: 120px;
  padding-right: 0;
  margin: auto;
  line-height: 200%;
}

.setumei2 {
  width: 65%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: static;
  font-size: 0.95vw;
}

.setumei2 p {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 210%;
}

.t_img_1 {
  width: 29%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 35%;
  right: 7%;
}

#sinkyusi {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
  /* display: flex; */
  position: relative;
}

.s_img_1 {
  width: 35%;
  padding: 50px 0;
  margin-left: 100px;
  z-index: 2;
  float: left;
}

.setumei3 {
  width: 55%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  font-size: 0.95vw;
  float: right;
}
.setumei3 p {
  /* width: 45%; */
}
.setumei3 h3, p {
  padding-left: 115px;
}

.sinkyusi001 {
  padding-left: 0;
}

.sinkyusi001 {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}

.setumei3 li {
  list-style: none;
}

.setumei3 .subtitle00 {
  font-size: 1.5vw;
  font-weight: lighter;
}

.setumei3 .subtitle01 {
  font-size: 2.5vw;
  font-weight: lighter;
  margin: 0;
}

.setumei3 .subtitle02 {
  font-size: 2.5vw;
  font-weight: lighter;
  /* color: #d8d8d8; */
  margin: 0 30px 30px 0;
}

#sinkyusi_img {
  /* width: 100%; */
  height: 50vw;
  position: relative;
  margin: 200px;
  margin-bottom: 0;
}

.s_1, .s_2, .s_3 {
  margin: 0;
  padding: 0;
}

.s_1 {
  width: 25vw;
}

.s_2 {
  width: 35vw;
  position: absolute;
  left: 45%;
  top: 0;
  /* right: 50%; */
}

.s_3 {
  width: 31vw;
  position: absolute;
  bottom: 0;
  right: 0;
}

#sejutumenu1 {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: static;
  /* margin-bottom: 100px; */
}

.s_m_1 {
  width: 50vw;
  margin-left: 100px;
  float: left;
}

.s_m_0 {
  display: none;
}

.setumei4 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 35%;
  margin-top: 30px;
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.subtitle03 {
  font-size: 2.5vw;
  font-weight: lighter;
  margin: 0 20px;
}

.setumei4 p {
  padding-left: 0;
  margin: 0;
  font-size: 1.05vw;
}

#sejutumenu2 {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  padding-top: 150px;
  /* margin-bottom: 100px; */
}

.container1 {
  padding-top: 150px;
}

.setumei5 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 35%;
  margin-top: 30px;
  float: left;
  flex-direction: column;
  justify-content: flex-end;
}

.setumei5 p {
  padding-left: 0;
  margin: 0;
  font-size: 1.05vw;
}

.s_m_2 {
  width: 50vw;
  margin-left: 100px;
}

.setumei5 h3 {
  margin-right: 0;
}

#sejutu_img {
  /* width: 100%; */
  height: 50vw;
  position: relative;
  margin: 200px 150px;
  margin-bottom: 0;
}

.s_img1 {
  width: 35vw;
  position: absolute;
  top: 2%;
  left: 0%;
}

.s_img2 {
  width: 26vw;
  position: absolute;
  top: 0;
  right: 2%;
}

.s_img3 {
  width: 35vw;
  position: absolute;
  bottom: 0%;
  left: 10%;
}

#container00 {
  position: relative;
  /* width: 100%; */
  height: 150px;
  margin: 0 150px;
}
.btn00 {
  position: absolute;
  font-size: 1.5vw;
  color: #000;
  bottom: 0;
  right: 0%;
}
.btn00:hover {
  color: #b8b8b8;
  /* background: #969696; */
}
#container {
  position: relative;
  /* width: 100%; */
  margin: 0 150px 150px 150px;
  color: #000000;
}


.container {
  content: "";
  /* position: absolute; */
  /* bottom: 0;
  left: 0;
  right: 0; */
  /* width: 80%; */
  height: 1px;
  margin: 0 auto;
  text-align: center;
  background-image: linear-gradient(to right, transparent, #000 25%, #000 75%, transparent);
  background-position: center;
  background-repeat: no-repeat;
  /* margin: 150px 150px; */
  margin-top: 150px;
}

#name {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 150px 0;
  padding-top: 0;
}
.title-black {
  width: 5vw;
  /* position: absolute; */
  padding: 0;
  padding-bottom: 5vw;
  /* opacity: 1; */
  z-index: 3;
}
.name3 {
  display: grid;
  margin: 0 auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: lighter;
  font-size: 4.5vw;
  letter-spacing: 10px;
}

#name p {
  display: flex;
  justify-content: center;
  line-height: 150%;
  padding: 0;
}

#name h2 {
  padding-bottom: 40px;
  margin-bottom: 25px;
}

#name .setumei6 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.05vw;
  line-height: 210%;
}

footer {
  width: 100vw;
  height: 33vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* justify-content:space-around */
  position: relative;
  z-index: 0;
  background-color: rgb(0, 0, 0);
}

footer ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: normal;
  justify-content: space-between;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

footer li {
  display: flex;
  font-size: 1.5vw;
  font-weight: lighter;
  letter-spacing: 0.15em;
}

footer a {
  font-weight: lighter;
  color: #fff;
  display: flex;
  margin: 0 1.5vw;
  justify-content: space-between;
}

footer a:hover {
  color: #9b9b9b;
}

footer .name2 a {
  /* position: absolute; */
  /* color: #d8d8d8; */
  background-image: linear-gradient(0deg, #525252 0%, #838383 37%, #d7d7d7 47%, #ffffff 50%, #dddddd 53%, #858585 63%, #383838 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 3vw;
  align-items: center;
  display: flex;
  letter-spacing: 0.3em;
}

p.name2 {
  padding-left: 0;
  padding-right: 15%;
}

.menutitlelogo2 {
  width: 15vw;
  /* height: fit-content; */
  margin-left: 5vw;
}
footer .footer_wrapper {
  position: absolute;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  top: 50%;
  left: 50%;
  padding-top: 0;
  letter-spacing: 0.35em;
  transform: translateY(-50%) translateX(-50%);
}

footer c {
  color: rgb(221, 221, 221);
  position: absolute;
  bottom: 5%;
  right: 8%;
  font-size: 0.75vw;
}



/* PC用のCSSはメディアクエリの外に記述する */
@media screen and (max-width: 500px) {
  /* 500px以下に適用されるCSS（スマホ用） */
  html {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  /*==================================================
  スタート時は要素自体を透過0にするためのopacity:0;を指定する
  ===================================*/
  .title1, .c_img_1, .c_img_2, .s_1, .s_2, .s_3, .s_m_1, .s_m_2, .s_img1, .s_img2, .s_img3, .container, .btn00, .title-black, .name3, .setumei6 {
    opacity: 0;
  }
  /*==================================================
  動かしたい動き（今回は” ふわっ” を採用） 左からふわっとに変更
  ===================================*/
  .fadeUp {
    -webkit-animation-name: fadeUpAnime;
    animation-name: fadeUpAnime;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @-webkit-keyframes fadeUpAnime {
    from {
      opacity: 0;
      transform: translateX(-15px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      transform: translateX(-15px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  /* h2 .name1 {
    font-size: 13vw;
    background-image: linear-gradient(90deg, #626262 47%, #ebebeb 50%, #464646 54%);
    -webkit-background-clip: text;
    color: transparent;
    position: absolute;
  } */
  
  .acupuncture {
    position: absolute;
    top: 67%;
    left: 50%;
    font-size: 4vw;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 3;
    padding: 0;
    margin-top: 16vw;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header_title {
    margin-bottom: 10vw;
    display: flex;
    align-items: center;
    color: linear-gradient(0deg, #3a3a3a 0%, #969696 37%, #ebebeb 47%, #eeeeee 50%, #c2c2c2 53%, #a5a5a5 63%, #b8751e 100%);
    /* text-shadow: 1px 1px #000000; */
  }
  .header_title .name01, .acupuncture01 {
    padding: 0;
    display: none;
  }
  /* .header_title .name01 {
    display: none;
    font-size: 13vw;
    width: 100%;
    opacity: 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    letter-spacing: 1vh;
    background-image: linear-gradient(90deg, #666666 0%, #585858 37%, #ededed 47%, #ffffff 50%, #ededed 53%, #5c5c5c 63%, #7a7a7a 100%);
    -webkit-background-clip: text;
    color: transparent;
  } */
  .header_title .acupuncture01 {
    display: none;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 4vw;
    background-image: linear-gradient(0deg, #6e6e6e 0%, #8f8f8f 37%, #f1f1f1 47%, #ffffff 50%, #e3e3e3 53%, #cfcfcf 63%, #565656 100%);
    -webkit-background-clip: text;
    color: transparent;
  }
  .btn_wrapper{
    margin: 0;
    display: flex;
    flex-direction: column;

  }
  .btn_seni{
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    border-radius: 3vh;
    width: 15vw;
    height: fit-content;
    font-size: 3vw;
  }
  .btn_seni:last-child {
    margin-right: 1vw;
  }
  .titlelogo {
    width: 10vw;
    height: 45vh;
  }
  .titlelogo1 {
    width: 10vw;
  }
  .scrolldown1 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    right: 5%;
    bottom: 10px;
    /*全体の高さ*/
    height: 100px;
  }
  main p {
    display: flex;
    flex-wrap: no-wrap;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .setumei4, .setumei5 {
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  #container0 {
    width: 100%;
    height: 50px;
  }
  .setumei1 .subtitle {
    font-size: 4.5vw;
    padding-bottom: 30px;
  }
  .setumei1 {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: static;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    align-items: center;
    font-size: 3.2vw;
    padding-bottom: 50px;
  }
  #concept {
    position: static;
    display: grid;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  #concept_img {
    position: static;
    display: grid;
    margin: 0;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  img.c_img_1 {
    width: 100%;
    /* height: fit-content; */
    aspect-ratio: 16/10.5;
    position: static;
  }
  img.c_img_2 {
    width: 100%;
    display: none;
    /* height: fit-content; */
    aspect-ratio: 16/10.5;
    position: static;
  }
  .title1 {
    font-size: 5.5vw;
    padding: 60px 25px 30px;
    display: flex;
    justify-content: center;
  }
  .title1:after {
    display: none;
  }
  .container1 {
    padding-top: 0;
  }
  .setumei2 {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    align-items: center;
    font-size: 3.2vw;
    padding-bottom: 0px;
  }
  .setumei2 p {
    padding-left: 0;
    margin: 0 30px;
  }
  .setumei2 .subtitle {
    font-size: 4.5vw;
    padding: 0 0 30px;
    display: flex;
    justify-content: center;
  }
  .t_img_1 {
    display: none;
  }
  .s_img_1 {
    width: 100%;
    padding: 0;
    margin: 25px 0;
    z-index: 2;
  }
  #sinkyusi {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
  }
  .sinkyusi001 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 30px 0;
  }
  .setumei3 {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .setumei3 p {
    padding-left: 0;
    font-size: 3.2vw;
    margin: 0 25px 0;
  }
  h3.subtitle00 {
    padding: 0 10px;
  }
  .setumei3 .subtitle00 {
    font-size: 5vw;
  }
  h3.subtitle01 {
    padding: 0 10px;
  }
  .setumei3 .subtitle01 {
    font-size: 7vw;
  }
  .setumei3 .subtitle02 {
    font-size: 4.5vw;
    padding-bottom: 30px;
    padding-left: 0;
    margin: 0;
    display: flex;
    justify-content: center;
  }
  #sinkyusi_img {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
  }
  .s_1 {
    display: none;
    position: static;
    width: 100%;
  }
  .s_2 {
    margin-top: 50px;
    position: static;
    width: 100%;
  }
  .s_3 {
    position: static;
    width: 100%;
    margin-bottom: 0px;
  }
  #sejutumenu {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  #sejutumenu1 {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .s_m_1 {
    width: 100%;
    height: fit-content;
    /* aspect-ratio: 16/10.5; */
    margin-left: 0;
    padding: 0 0;
    margin-top: 50px;
    margin-bottom: 20px;
    /* display: none; */
  }
  .s_m_0 {
    width: 100%;
    aspect-ratio: 16/10.5;
    margin-left: 0;
    padding: 0 0;
  }
  .setumei4 {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .setumei4 p {
    font-size: 3.2vw;
    margin: 0 25px;
  }
  .subtitle03 {
    width: 100%;
    font-size: 4.5vw;
    padding-bottom: 30px;
    margin: 0;
    display: flex;
    justify-content: center;
  }
  #sejutumenu2 {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 0 !important;
    display: flex;
    padding-top: 0;
    flex-direction: column-reverse;
  }
  .setumei5 {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .setumei5 p {
    font-size: 3.2vw;
    margin: 0 25px;
  }
  .s_m_2 {
    display: none;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 0;
    margin-left: 0;
    padding: 50px 0 25px;
  }
  #sejutu_img {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
  }
  .s_img1 {
    margin-top: 50px;
    position: static;
    width: 100%;
  }
  .s_img2 {
    display: none;
    position: static;
    width: 100%;
  }
  .s_img3 {
    position: static;
    width: 100%;
    margin-bottom: 0px;
    display: none;
  }
  #container00 {
    /* position: relative; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    margin: 0;
  }
  .btn00 {
    position: static;
    font-size: 4vw;
  }
  #container {
    position: relative;
    /* width: 100%; */
    margin: 0 0;
    color: #000000;
  }
  .container {
    content: "";
    /* position: absolute; */
    /* bottom: 0;
    left: 0;
    right: 0; */
    /* width: 80%; */
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: linear-gradient(to right, transparent, #000 25%, #000 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px 30px 50px;
  }
  .name3 {
    margin: 0 auto;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: lighter;
    font-size: 10vw;
    letter-spacing: 10px;
  }
  p .name3 {
    padding-bottom: 0;
  }
  #name {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
  }
  #name h2 {
    margin: 0 auto;
    /* padding-bottom: 50px; */
  }
  #name p {
    font-size: 3.2vw;
    /* padding-bottom: 25px; */
  }

  #name .setumei6 {
    font-size: 3.2vw;
    margin: 0 30px;
    padding-bottom: 25px;
  }
  .title-black {
    width: 10vw;
    /* position: absolute; */
    padding: 0;
    padding-bottom: 12vw;
    /* opacity: 1; */
    z-index: 3;
  }
  .m-footer {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .container-name {
    /* width: 80%; */
    height: fit-content;
    /* display: flex; */
  }
  /* .name02 {
    background-image: linear-gradient(0deg, #525252 0%, #838383 37%, #d7d7d7 47%, #ffffff 50%, #dddddd 53%, #858585 63%, #383838 100%);
    -webkit-background-clip: text;
    color: transparent;
  } */
  .menutitlelogo2 {
    margin-left: 0;
    width: 150px;
    /* height: 15vh; */
    padding-top: 20vw;
  }
  footer {
    width: 100%;
    /* height: 25vh; */
    display: flex;
    z-index: 0;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  footer li {
    display: none;
  }
  footer .name2 {
    /* width: 100%; */
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    font-size: 7vw;
    margin: 0;
    padding: 0;
    position: absolute;
    color: #d8d8d8;
  }
  /* footer .name2 a {
    font-size: 8vw;
  } */
  /* .container-name a {
    font-size: 20vw;
  } */
  footer c {
    width: 100%;
    /* display: flex;
    justify-content: center; */
  }
  c.c {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    font-size: 3.2vw;
    bottom: 5%;
    right: 1%;
  }
  /* ハンバーガーメニュー */
  /*========= ナビゲーションのためのCSS ===============*/
  .menu_wrapper {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 99;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh; /*ナビの高さ*/
    background: #000000;
    opacity: 0.95;
    /*動き*/
    transition: all 0.6s;
  }
  .menu_wrapper1 {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  /*アクティブクラスがついたら位置を0に*/
  .menu_wrapper.panelactive {
    right: 0;
  }
  /*ナビゲーションの縦スクロール*/
  .menu_wrapper.panelactive .menu_wrapper-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*ナビゲーション*/
  .menu_wrapper ul {
    /*ナビゲーション天地中央揃え*/
    /* position: absolute; */
    z-index: 999;
    top: 50%;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /*リストのレイアウト設定*/
  .menu_wrapper li {
    list-style: none;
    text-align: center;
  }
  .menu_wrapper li a {
    /* width: 100%;
    height: fit-content; */
    border-bottom: 1px solid rgb(77, 77, 77);
    color: #bbb;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 6vw;
    font-weight: right;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    margin: 0;
  }
  
  /*========= ボタンのためのCSS ===============*/
  .openbtn {
    position: fixed;
    z-index: 999; /*ボタンを最前面に*/
    top: 3%;
    right: 4%;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  /*×に変化*/
  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
} /*# sourceMappingURL=style.css.map */ /*# sourceMappingURL=style.css.map */ /*# sourceMappingURL=style.css.map *//*# sourceMappingURL=style.css.map */


/* 以下menuページ部分 */
body {
  width: 100vw;
  background-color:rgb(235, 235, 235);
}
.container2_1 {
  display: flex;
  align-items: center;
  position: relative;
  width: 100vw;
  height: 18.7vw;
  background-color: #000;
}
.m-header {
  width: fit-content;
  height: auto;
  position: absolute;
}
.m-header li {
  font-size: 1.2vw;
}
.menutitlelogo {
  display: flex;
  margin-left: 25%;
}
.name0001 {
  position: absolute;
  width: 15vw;
  left: 1vw;
}
.menu_wrapper001 {
  width: 15vw;
  /* position: absolute; */
  
}
.container-m-1 {
  position: relative;
  width: 100vw;
  height: fit-content;
  border-bottom: 1.5px solid #000000;
}


.container-m-1 p {

}
.m-title01 {

  font-size: 4.25vw;
  writing-mode: vertical-rl;
  /* position: absolute; */
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  /* top: 50%;
  left: 50%; */
  padding: 11%;
  padding-bottom: 0;
  letter-spacing: 0.35em;
  /* transform: translateY(-50%) translateX(-50%); */
}
.m-title02 {
  font-size: 1.25vw;
  /* position: absolute; */
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  text-align: center;
  padding: 0;
  padding-bottom: 11%;
  /* letter-spacing: 0.35em; */
  /* transform: translateY(-50%) translateX(-50%); */
}
.container-m-2 {
  position: relative;
  width: 100vw;
  height: fit-content;
  border-bottom: 1.5px solid #000000;
}
.container-m-2 p {
  padding-left: 0;
}
.container-m-2-2 {
  padding: 10vw 0  0 15vw;
}
/* .container-m-2 p {
  font-weight: lighter;
} */
.m-p_t {
  display: grid;
  width: fit-content;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 7vh;
  margin-top: 2vh;
}
.m-price {
  
}
.m-time {
  
}
.m-title1 {
  margin-right: 5vh;
}
.container-bunsyou1{
  width: 100%;
  height: fit-content;
  margin: 10vw 0 5vw 0;
}
.container-bunsyou1 p{
  font-size: 2vw;
  padding: 0;
  writing-mode: vertical-rl; /* テキストの流れを垂直に */
  text-orientation: mixed; /* 必要に応じて文字の向きを変更 */
}
.container-bunsyou2{
  width: 80%;
  height: fit-content;
  margin: 0 0 3vw 15vw;
}
.container-bunsyou2 p {
  display: flex;
  align-items: center;
  padding-left: 0;
  font-size: 2vw;
}
.container-bunsyou2 p:after {
  border-top: 1px solid;
  content: "";
  color: #999;
  width: 5em; /* 線の長さ */
  margin-left: 5vh;
}
.container-bunsyou3{
  display: flex;
  justify-content: space-evenly;
}
.sejutu-bangoujun1, .sejutu-bangoujun2{
  margin: 0;
  padding-left: 0;
  padding-bottom: 5vw;
  font-size: 1.6vw;
}
.container-gazou01{
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  margin-bottom: 5vw 
}
.container-gazou01 img{
  width: 40%;
  height: auto;
  padding-left: 1vw; 
}
.container-bunsyou4{
  width: 100%;
  display: flex;
  height: fit-content;
  margin-bottom: 15vw;
}
.container-bunsyou4 P{
  font-size: 1.6vw;
  margin: 0 10%;
  padding: 0;
}
.title-line {
  display: flex;
  align-items: center; /* 垂直中心 */
  /* justify-content: center; 水平中心 */
}
.title-line:after {
  border-top: 1px solid;
  content: "";
  color: #999;
  width: 5em; /* 線の長さ */
}
.container-m-2-3 {
  padding: 10vw 0  10vw 15vw;
}
#haikeituki {
  width: fit-content;
  height: fit-content;
  background-color: #000;
  color: #fff;
  font-weight: lighter;
  padding: 0.7vh 2.5vw;
  margin: 0;
  margin-right: 3vw;
}
.m-naiyou {
  display: flex;
  margin-bottom: 5vh;
  align-items: center;
}
.m-naiyou01 {
  display: flex;
  flex-direction: row;
  margin-bottom: 5vh;
}
.m-naiyou01 li {
  list-style: none;
}
.m-naiyou2 {
  display: flex;
  margin-bottom: 0vh;
}
.m-naiyou ul {

}
.m-naiyou li {
  list-style:none;
  height: fit-content;
  line-height: 2.5vh;
}
.m-naiyou2 li {
  list-style:none;
}
.container-price {
  display: flex;
  flex-direction: column;
  width: 67vw;
}
.container-price p {
  font-size: 4vw;
  margin-top: 5vh;
  margin-bottom: 2vw;
}
.price-chart {
  text-align: center;
  margin-bottom: 10vh;
}
.price-chart ,.price-chart td {
  border: 1px solid #999;
  border-collapse: collapse; 
}
.price-chart td {
  font-size: 1.5vw;
  padding: 1vw 0;
}
.container-m-3 {
  position: relative;
  width: 100vw;
  height: fit-content;
  /* border-top: 1.5px solid #000000; */
  border-bottom: 1.5px solid #000000;
}
.m-title03 {
  font-size: 4.25vw;
  writing-mode: vertical-rl;
  /* position: absolute; */
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 11%;
  letter-spacing: 0.35em;
}
.container-naiyou {
  width: 100vw;
  height: fit-content;
}
.container-biyoubari1 {
  padding: 10vw 0 0 15vw;
  display: flex;
  align-items: center;
}
.container-biyoubari1 h3 {
  padding-left: 4vw;
  padding-bottom: 2.5vw;
  font-size: 1.75vw;
}
.container-biyoubari1 p {
  padding-left: 4vw;
  font-size: 0.85vw;
}
.setumei-img1 {
  width: 40vw;
  height: fit-content;
}
.container-biyoubari2 {
  padding: 10vw 0 0 15vw;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
}
.container-biyoubari2 h3 {
  padding-left: 0;
  padding-bottom: 2.5vw;
  /* padding-top: 15vw ; */
  font-size: 1.75vw;
}
.container-biyoubari2 p {
  padding-left: 0;
  padding-bottom: 3vh;
  font-size: 0.85vw;
}
.container-haritiryou {
  display: flex;
}
.setumei-img2 {
  width: 35vw;
  margin-right: 0.5vw;
}
.container-biyoubari3 {
  padding: 10vw 0 5vw 15vw;
  display: flex;
  align-items: flex-start;
}
.container-biyoubari3 h3 {
  padding-left: 4vw;
  padding-bottom: 2.5vw;
  font-size: 1.75vw;
}
.container-biyoubari3 p {
  padding-left: 4vw;
  font-size: 0.85vw;
}
.container-f {
  position: relative;
  display: flex;
  width: 100vw;
  height: 33vh;
  background-color: #000;
}
.menutitlelogo01 {
  width: 13vw;
  height: fit-content;
  position: absolute;
  top: 45%;
  left: 15%;
  display: flex;
}
.footer_wrapper01 {
  position: absolute;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  top: 50%;
  left: 50%;
  padding-top: 0;
  letter-spacing: 0.35em;
  transform: translateY(-50%) translateX(-50%);
}
.m-footer {
  position: relative;
  width: 100vw;
  display: flex;
}
.m-footer li {
  font-size: 1.3vw;
}
.m-footer a {
  margin: 0.85vw;
}

/* .text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
} */
/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown2{
  /*描画位置※位置は適宜調整してください*/
position:absolute;
right:3%;
bottom:10px;
  /*全体の高さ*/
height:100px;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
  /*描画位置*/
position: absolute;
left:-20px;
top: -15px;
  /*テキストの形状*/
color: #000000;
font-size: 0.7rem;
letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown2::after{
content: "";
  /*描画位置*/
position: absolute;
top: 0;
  /*線の形状*/
width: 1px;
height: 100px;
background: #000000;
  /*線の動き1.4秒かけて動く。永遠にループ*/
animation: pathmove 1.4s ease-in-out infinite;
opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:100px;
    opacity: 0;
  }
}

/* PC用のCSSはメディアクエリの外に記述する */
@media screen and (max-width: 500px) {
  /* 500px以下に適用されるCSS（スマホ用） */
  html {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
    /* ハンバーガーメニュー */
  /*========= ナビゲーションのためのCSS ===============*/
  .menu_wrapper001 {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 99;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh; /*ナビの高さ*/
    background: #000000;
    opacity: 0.95;
    /*動き*/
    transition: all 0.6s;
  }
  .menu_wrapper1 {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  /*アクティブクラスがついたら位置を0に*/
  .menu_wrapper001.panelactive {
    right: 0;
  }
  /*ナビゲーションの縦スクロール*/
  .menu_wrapper001.panelactive .menu_wrapper-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*ナビゲーション*/
  .menu_wrapper001 ul {
    /*ナビゲーション天地中央揃え*/
    /* position: absolute; */
    z-index: 999;
    top: 50%;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /*リストのレイアウト設定*/
  .menu_wrapper001 li {
    list-style: none;
    text-align: center;
  }
  .menu_wrapper001 li a {
    /* width: 100%;
    height: fit-content; */
    border-bottom: 1px solid rgb(77, 77, 77);
    color: #bbb;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 6vw;
    font-weight: right;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    margin: 0;
  }
  .title-line:after {
    display: none;
  }
  #haikeituki {
    margin-bottom: 5vw;
  }
  .container2_1 {
    height: 11.5vh;
  }
  .container-m-2-2 {
    display: grid;
    justify-items: center;
    padding: 10vw 0 0 0;
  }
  .container-m-2-3 {
    display: grid;
    justify-items: center;
    padding: 10vw 0 10vw 0;
  }
  .m-title01 {
    font-size: 8vw;
  }
  .m-title1 {
    text-align: center;
    margin-right: 0;
  }
  .m-naiyou{
    width: 85%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .m-naiyou li {
    font-size: 2.85vw;
  }
  .m-naiyou p {
    font-size: 3vw;
  }
  .m-n {
    font-size: 3vw;
  }
  .m-naiyou2 {
    width: 85%;
    display: flex;
    flex-direction: column;
  }
  .m-naiyou2 ul {
    font-size: 2.85vw;
  }
  .m-naiyou01{
    width: 85%;
    margin-bottom: 5vh;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .m-naiyou01 li {
    list-style:none;
    font-size: 3vw;
  }
  .title-line span {
    display: inline-block;
  }
  .m-naiyou01 span {
    display: inline-block;
  }
  .m-naiyou2 span {
    display: inline-block;
  }
  .container-price {
    display: flex;
    flex-direction: column;
    width: 85%;
}
  .container-price p {
    font-size: 7vw;
    /* margin-top: 5vh; */
    margin-bottom: 2vw;
  }
  .price-chart td {
    font-size: 3.5vw;
    /* padding: 1vw 0; */
  }
  .m-title03 {
    font-size: 10vw;
    writing-mode: vertical-rl;
    /* position: absolute; */
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 11%;
    letter-spacing: 0.35em;
  }
  .container-m-3 {
    padding-top: 3vw;
    padding-bottom: 0vw;
  }
  .setumei-img1 {
    width: 100vw;
    /* margin-bottom: 30px; */
    /* height: fit-content; */
  }
  .container-biyoubari1 {
    padding: 10vw 0 0 0;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  .container-biyoubari1 p {
    padding-left: 0;
    /* font-size: 3.5vw; */
}
  .container-haritiryou {
    display: flex;
    flex-direction: column;
  }
  .setumei-img2 {
    width: 100%;
    /* margin-right: 0.5vw; */
  }
  .container-biyoubari2 {
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 5vw;
  }
  .container-biyoubari2 .setumei-bb {
    padding-left: 0;
    /* padding-right: 4vw; */
  }
  .setumei-title {
    padding-top: 10vw;
  }
  .container-biyoubari1 h3 {
    padding-left: 0;
    padding-bottom: 2.5vw;
    padding-top: 5vw;
    font-size: 5vw;
  }
  .container-biyoubari2 h3 {
    padding-left: 0;
    padding-bottom: 2.5vw;
    padding-top: 5vw;
    font-size: 5vw;
  }
  .container-biyoubari3 h3 {
    padding-left: 0;
    padding-bottom: 2.5vw;
    padding-top: 5vw;
    font-size: 5vw;
  }
  .container-biyoubari2 p {
    padding-left: 0;
    padding-bottom: 3vh;
    /* font-size: 3.5vw; */
  }
  .setumeibun {
    font-size: 2.5vw;
    padding-left: 0;
    margin-right: 0 !important;
    margin-left: 0;
  }
  .container-biyoubari2 .setumei-bb {
    width: 85%;
    /* margin-right: 0; */
  }
  .setumei-bb {
    /* width: 85%; */
    /* padding: 0 5vw 5vw 0; */
  }
  .setumei-bb .setumeibun{
    /* width: 85%; */
    font-size: 2.5vw !important;
    padding-bottom: 0 ;
    margin-bottom: 5vw;
  }
  .container-biyoubari3 {
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    padding-bottom: 50px;
    /* margin-top: 30px; */
  }
  .container-biyoubari3  p {
    padding-left: 0;
    /* font-size: 3.5vw; */
  }
  .container-naiyou p {
    font-size: 2.5vw !important;
  }
  .container-dammy00 {
    width: 100%;
    height: 5vw;
  }
  .container-bunsyou1{
    margin: 20vw 0 20vw 0;
  }
  .container-bunsyou1 p{
    font-size: 3.2vw;
  }
  .container-bunsyou2{
    width: 100%;
    margin: 5vw 0 5vw 0;
    padding-left: 0;
  }
  .container-bunsyou2 p{
    font-size: 7vw;
    padding-left: 0;
    margin: 0 0 10vw 0;
    display: flex;
    justify-content: center;
  }
  .container-bunsyou2 p:after{
    display: none;
  }
  .sejutu-bangoujun1, .sejutu-bangoujun2{
    font-size: 3.2vw;
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
  .sejutu-bangoujun1{
    padding-bottom: 0.6vw;
    padding-left: 2vw;
  }
  .container-gazou01{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 15vw;
  }
  .container-gazou01 img{
    width: 100%;
    height: fit-content;
    padding-right: 1vw; 
  }
  .container-bunsyou3{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
  }
  .container-bunsyou4 p{
    font-size: 3.2vw;
    width: 80%;
    margin: 20vw 10vw 15vw 10vw;
  }

}
