@charset "UTF-8";
body {
  margin: 0 auto;
}
body .background {
  background: url(../img/texture/02-heavy-paper.png);
}

.section-title {
  display: flex;
  align-items: center;
}
.section-title hr {
  display: block;
  margin: 0 5%;
  width: 14%;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #653F33;
  text-align: center;
  margin: 0 auto;
}
#loading .loading-fukidashi {
  position: absolute;
  left: 50%;
  top: 15%;
  transform: translate(-50%, -50%);
}
#loading .loading-fukidashi p {
  font-size: 1rem;
  color: #FFFFFF;
  margin: 0 auto;
}
#loading .loading-fukidashi .fukidashi-img img {
  width: 180px;
  margin-bottom: 5%;
}
#loading .loading-img img {
  position: absolute;
  left: 51%;
  top: 50%;
  height: 50vh;
  transform: translate(-50%, -50%);
}

.hamburger-menu {
  width: 100%;
}
.hamburger-menu ul {
  width: 100%;
  z-index: 9999;
  position: fixed;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  top: 0px;
  right: 0px;
  padding: 20px 0px;
  background-color: rgba(0, 0, 0, 0.8);
  list-style: none;
}
.hamburger-menu ul a:link, .hamburger-menu ul a:visited, .hamburger-menu ul a:hover, .hamburger-menu ul a:active {
  text-decoration: none;
  color: #FFFFFF;
}
.hamburger-menu ul li {
  padding-right: 8%;
}
.hamburger-menu ul li:first-child {
  padding-left: 8%;
  margin-right: auto;
  width: 40px;
}
.hamburger-menu ul li:first-child img {
  width: 300px;
  transform: translate(0px, 2px);
}
.hamburger-menu ul li:nth-child(2) {
  visibility: hidden;
}

.section-top {
  height: 100vh;
  width: auto;
  padding: 40px 80px;
  position: relative;
  background-image: url("../img/top-page/top-img.jpg"), url("../img/top-page/top-shadow.jpg");
  background-size: cover;
  background-position: center;
  /*スクロールダウン全体の場所*/
  /*Scrollテキストの描写*/
  /* 線の描写 */
  /*高さ・位置・透過が変化して線が上から下に動く*/
}
.section-top #slider {
  width: 100%;
  height: 100vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
.section-top .top-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-top .top-logo img {
  max-width: 100%;
}
.section-top .scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 0%);
  /*全体の高さ*/
  height: 50px;
}
.section-top .scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -15px;
  top: -50px;
  /*テキストの形状*/
  color: #FFFFFF;
}
.section-top .scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 120px;
  background: #eee;
  /*線の動き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: 50px;
    opacity: 0;
  }
}

.section-about-lead {
  background: #cdbebb;
  padding: 120px 0;
  align-items: stretch;
}

.section-about-lead_content {
  max-width: 1240px;
  margin: 0 auto;
}

.about-lead-text {
  padding: 20px 0;
}

.about-lead-1st {
  padding: 0 80px;
  display: flex;
  align-items: center;
}
.about-lead-1st .about-lead_text-content {
  width: 400px;
}
.about-lead-1st .about-lead_text-content h1 {
  margin-bottom: 40px;
}
.about-lead-1st #about-lead-1st-vegas {
  height: auto;
  margin-right: 10%;
  width: 400px;
  height: 400px;
  max-width: 100%;
}

.about-lead-2nd {
  display: flex;
  flex-flow: row-reverse;
  align-items: stretch;
  margin-top: 80px;
}
.about-lead-2nd img {
  -o-object-fit: cover;
     object-fit: cover;
}
.about-lead-2nd #about-lead-2nd-vegas {
  display: block;
  width: 400px;
  height: 280px;
  max-width: 100%;
}
.about-lead-2nd #about-lead-3rd-vegas {
  margin: 10% 15% 0 10%;
  display: block;
  width: 260px;
  height: 260px;
  max-width: 100%;
}

.simple_square_btn2 {
  margin-top: 40px;
  margin-left: auto;
  display: block;
  width: 120px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #1B1B1B;
  border: 1px solid #1B1B1B;
  font-size: 0.8rem;
  line-height: 1rem;
}

.simple_square_btn2:hover {
  background: #1B1B1B;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.about-header .menu-bar {
  display: flex;
  justify-content: flex-end;
  z-index: 500;
}
.about-header .menu-bar a {
  list-style: none;
  text-decoration: none;
  color: #000000;
}
.about-header .menu-bar li {
  list-style: none;
  padding-right: 10%;
  font-size: 1.4rem;
}
.about-header .menu-bar li:last-child {
  padding: 0px;
}

.section-menu {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 0;
}
.section-menu h1 {
  text-align: center;
  margin-bottom: 40px;
}
.section-menu .menu_list-title {
  padding: 0 80px;
}
.section-menu .hr2 {
  margin: 0;
  padding-bottom: 24px;
  border-top: 1px solid #A2A2A2;
}
.section-menu ul {
  list-style: none;
}
.section-menu li {
  margin: 100px 80px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.section-menu li .menu-content {
  flex: 1;
}
.section-menu li .menu-img img {
  height: 100%;
  width: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-menu .drink-ol li:first-child {
  display: block;
  margin: 80px;
}
.section-menu .drink-ol li:first-child .menu-content {
  margin-right: 0px;
  max-width: 1240px;
}
.section-menu .food-ul li {
  flex-flow: row-reverse;
}
.section-menu .food-ul li .menu-content {
  margin: 0 0 0 10%;
}
.section-menu p {
  padding-bottom: 24px;
}
.section-menu .remarks {
  margin: 0 80px;
  text-align: right;
  padding-bottom: 0;
}
.section-menu table {
  width: 100%;
}
.section-menu table td {
  text-align: right;
}
.section-menu table th {
  font-weight: 500;
}

.border-bottom {
  border-bottom: 1px solid #baaaa6;
}

.menu-content {
  margin-right: 10%;
}
.menu-content h3 {
  padding-bottom: 24px;
}

.obi {
  height: 600px;
  padding: 0;
  background-image: url("../img/obi.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 10%;
  background-attachment: fixed;
}

.section-access {
  background: #CDBEBB;
  padding: 120px 0 0 0;
}
.section-access h1 {
  margin-bottom: 40px;
}
.section-access .section-access_content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 80px;
}
.section-access .access_content {
  padding-bottom: 120px;
}
.section-access .access_content .PC-access_flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.section-access .access_content .PC-access_flex .PC-access_info {
  padding-right: 15%;
  flex-grow: 1;
}
.section-access .access_content .PC-access_flex p, .section-access .access_content .PC-access_flex table {
  font-size: 0.8rem;
}
.section-access .access_content .PC-access_flex img {
  vertical-align: bottom;
}
.section-access .access_content .PC-access_flex .access_img img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-access .access-logo {
  max-width: 100%;
  display: block;
  padding: 0 0 40px;
}
.section-access img {
  max-width: 400px;
  width: 360px;
  height: auto;
  justify-content: center;
}
.section-access .access_img {
  max-width: 100%;
}
.section-access table {
  width: 100%;
  text-align: left;
}
.section-access table th span {
  font-weight: bold;
}
.section-access table td {
  text-align: right;
}

.map {
  margin: 80px auto 0;
}

.footer {
  background-color: #653F33;
  color: #FFFFFF;
  text-align: center;
  font-size: 0.8rem;
  padding: 10px;
}

.section-about {
  background: linear-gradient(#FFFFFF, #CDBEBB);
}
.section-about .about_content {
  max-width: 1240px;
  margin: 80px auto 0;
  padding: 40px 80px;
}
.section-about .about_content .section-title {
  padding-bottom: 80px;
}
.section-about h2 {
  font-family: "Hina Mincho", serif;
  writing-mode: vertical-rl;
  letter-spacing: 0.2rem;
}
.section-about hr {
  width: 10%;
}
.section-about .about-top_flex {
  display: flex;
  align-items: center;
}
.section-about .about-top_flex .about_top-img {
  flex-basis: 90%;
  vertical-align: bottom;
}
.section-about .about-top_flex .about_top-img img {
  max-width: 100%;
  height: 500px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.section-about .about-top_flex .about-top_text {
  display: grid;
  flex-basis: 10%;
  padding-left: 20px;
}
.section-about .flex {
  display: flex;
  justify-content: center;
}
.section-about .about-title {
  max-width: 1040px;
  width: 40%;
}
.section-about .about-title p {
  font-size: 0.9rem;
}
.section-about .about-title .about_main-content {
  max-width: 1040px;
  margin: 0 auto;
  padding: 80px;
}
.section-about .about_text {
  padding: 0 80px 0 0;
  width: 400px;
}
.section-about .about-1st {
  align-items: center;
  margin-top: 120px;
}
.section-about .about-1st #about-1st-vegas {
  width: 480px;
  height: 480px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-about .about-2nd {
  margin-top: 120px;
  flex-flow: row-reverse;
  align-items: center;
}
.section-about .about-2nd .about_text {
  padding: 0 0 0 80px;
}
.section-about .about-2nd #about-2nd-vegas {
  width: 400px;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-about .about-3rd {
  margin-top: 120px;
  flex-flow: row-reverse;
  align-items: center;
  padding-left: 25%;
  padding-bottom: 80px;
}
.section-about .about-3rd .about_text {
  padding: 0 0 0 80px;
}
.section-about .about-3rd #about-3rd-vegas {
  width: 240px;
  height: 240px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.obi {
  height: 400px;
}

.section-secretstory_wrap {
  background: url(../img/texture/02-heavy-paper.png);
}

.section-secretstory {
  max-width: 1240px;
  padding: 120px 80px;
  margin: 0 auto;
}
.section-secretstory .section-title {
  padding-bottom: 40px;
}
.section-secretstory ul {
  list-style: none;
}
.section-secretstory ul li .secretstory-flex {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
.section-secretstory ul li .secretstory-flex img {
  padding-right: 80px;
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-secretstory ul li .secretstory-flex .secretstory-text {
  max-width: 340px;
}
.section-secretstory ul li .secretstory-flex .secretstory-text h2 {
  font-size: 1.4rem;
}
.section-secretstory ul li .secretstory-flex p {
  padding-top: 30px;
  font-size: 0.8rem;
  line-height: 2rem;
}
.section-secretstory ul .secretstory_EiffelTower .secretstory-text {
  background-image: url("../img/about-page/secret-story/illustration/secretstory-eiffel.png");
  background-size: 120px;
  background-repeat: no-repeat;
  background-position: right 0px bottom 0px;
}
.section-secretstory ul .secretstory_candle .secretstory-text {
  background-image: url("../img/about-page/secret-story/illustration/secretstory-wine.png");
  background-size: 120px;
  background-repeat: no-repeat;
  background-position: right 0px bottom 0px;
}
.section-secretstory ul .secretstory_Tournament .secretstory-text {
  background-image: url("../img/about-page/secret-story/illustration/secretstory-UCC.png");
  background-size: 220px;
  background-repeat: no-repeat;
  background-position: right 0px bottom 0px;
}
.section-secretstory ul .secretstory_Picturebook .secretstory-text {
  background-image: url("../img/about-page/secret-story/illustration/secretstory-flower.png");
  background-size: 120px;
  background-repeat: no-repeat;
  background-position: right 0px bottom 0px;
}
.section-secretstory ul .secretstory_camera .secretstory-text {
  background-image: url("../img/about-page/secret-story/illustration/secretstory-camera.png");
  background-size: 180px;
  background-repeat: no-repeat;
  background-position: right 0px bottom 0px;
}

.section-music {
  background: #CDBEBB;
}
.section-music .section-music_content {
  max-width: 1040px;
  padding: 120px 80px;
  margin: 0 auto;
}
.section-music .section-music_content .music-title-flex {
  margin-top: 40px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.section-music .section-music_content .music-title-flex .music-title-small {
  font-size: 0.8rem;
  color: #6d6868;
  padding-left: 40px;
}
.section-music .section-music_content .music_main-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-music .section-music_content .music {
  padding-left: 80px;
}
.section-music .music-title {
  font-size: 1.2rem;
}

.section-title {
  display: flex;
  align-items: center;
}
.section-title hr {
  display: block;
  margin: 0 5%;
  width: 14%;
}

@media screen and (max-width: 768px) {
  /*　画面サイズが最大920pxまではここを読み込む　*/
  nav #g-nav {
    visibility: visible;
  }
  #g-nav {
    /*========= ナビゲーションのためのCSS ===============*/
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh; /*ナビの高さ*/
    background: #653F33;
    /*動き*/
    transition: all 0.6s;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    top: 0;
  }
  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*ナビゲーション*/
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    display: block;
    z-index: 999;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /*リストのレイアウト設定*/
  #g-nav li {
    list-style: none;
    text-align: center;
  }
  #g-nav li a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .hamburger-menu ul {
    background-color: transparent;
  }
  .hamburger-menu ul a:link, .hamburger-menu ul a:visited, .hamburger-menu ul a:hover, .hamburger-menu ul a:active {
    text-decoration: none;
    color: #FFFFFF;
  }
  .hamburger-menu ul li {
    padding-right: 0px;
  }
  .hamburger-menu ul li:first-child {
    padding-left: 0px;
    visibility: hidden;
  }
  .hamburger-menu ul li:nth-child(2) {
    visibility: visible;
  }
  .openbtn {
    /*ボタン内側の基点となるためrelativeを指定。
    追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
    z-index: 9999;
    position: fixed;
    right: 0px;
    top: 0px;
    background: #000000;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 13px;
  }
  .openbtn span:nth-of-type(2) {
    top: 19px;
  }
  .openbtn span:nth-of-type(3) {
    top: 25px;
  }
  .openbtn span:nth-of-type(3)::after {
    content: "Menu"; /*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top: 5px;
    left: -5px;
    color: #fff;
    font-size: 0.6rem;
    text-transform: uppercase;
  }
  /*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
  .openbtn.active span:nth-of-type(1) {
    top: 14px;
    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: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(3)::after {
    content: "Close"; /*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
    top: 5px;
    left: 4px;
  }
  .section-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .section-title h1 {
    font-size: 2rem;
  }
  .section-title hr {
    display: block;
    margin: 0 3%;
    width: 14%;
  }
  .section-title p {
    font-size: 0.6rem;
  }
  .header {
    display: none;
  }
  .section-top {
    padding: 80px 60px;
  }
  .section-top .scroll {
    display: none;
  }
  .section-about-lead {
    padding: 0;
  }
  .section-about-lead .section-about-lead_content {
    max-width: 400px;
    padding: 80px 0;
  }
  .section-about-lead .section-about-lead_content h1 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .section-about-lead .section-about-lead_content p {
    font-size: 0.8rem;
    line-height: 2rem;
  }
  .section-about-lead .section-about-lead_content .about-lead-1st {
    display: block;
    padding: 0 40px;
  }
  .section-about-lead .section-about-lead_content .about-lead-1st #about-lead-1st-vegas {
    margin-right: 0px;
    width: 600px;
    height: 200px;
    max-width: 100%;
  }
  .section-about-lead .section-about-lead_content .about-lead-1st .about-lead_text-content {
    padding: 60px 0;
    width: auto;
  }
  .section-about-lead .section-about-lead_content .about-lead-1st .about-lead_text-content .simple_square_btn2 {
    margin-top: 40px;
    margin-left: auto;
    display: block;
    width: 100px;
    padding: 0rem 0.4rem;
    text-align: center;
    text-decoration: none;
    color: #1B1B1B;
    border: 1px solid #1B1B1B;
    font-size: 0.6rem;
    line-height: 0.6rem;
  }
  .section-about-lead .section-about-lead_content .about-lead-1st .about-lead_text-content .simple_square_btn2:hover {
    background: #1B1B1B;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
  }
  .section-about-lead .section-about-lead_content .about-lead-2nd {
    display: block;
    margin-top: 0px;
  }
  .section-about-lead .section-about-lead_content .about-lead-2nd #about-lead-2nd-vegas {
    display: block;
    width: 280px;
    height: 200px;
    max-width: 100%;
    margin-left: auto;
  }
  .section-about-lead .section-about-lead_content .about-lead-2nd #about-lead-3rd-vegas {
    display: block;
    width: 180px;
    height: 180px;
    max-width: 100%;
    margin: 80px 0 0 40px;
  }
  .section-menu {
    max-width: 400px;
    padding: 80px 40px;
  }
  .section-menu h1 {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 0;
  }
  .section-menu h2 {
    font-size: 1.8rem;
  }
  .section-menu h3 {
    font-size: 1.2rem;
  }
  .section-menu p {
    font-size: 0.8rem;
  }
  .section-menu .menu-content {
    margin: 0;
  }
  .section-menu .menu_list-title {
    padding: 40px 0 0 0;
  }
  .section-menu .drink-ol li:first-child {
    margin: 0px;
  }
  .section-menu .drink-ol li {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    margin: 80px 0 40px;
  }
  .section-menu .drink-ol li img {
    width: 400px;
    max-width: 100%;
  }
  .section-menu .drink-ol li .menu-content {
    width: 100%;
    padding-top: 40px;
  }
  .section-menu .food-menu .food-ul li:first-child {
    padding-top: 0px;
  }
  .section-menu .food-menu .food-ul li {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    margin: 80px 0;
  }
  .section-menu .food-menu .food-ul li img {
    width: 400px;
    max-width: 100%;
  }
  .section-menu .food-menu .food-ul li .menu-content {
    padding-top: 40px;
    margin: 0;
  }
  .section-menu table {
    font-size: 0.8rem;
  }
  .section-menu .remarks {
    font-size: 0.6rem;
    margin: 0;
  }
  .obi {
    background-image: none;
  }
  .obi::before {
    content: "";
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-image: url("../img/obi.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .section-access {
    padding: 0px;
  }
  .section-access h1 {
    font-size: 2rem;
  }
  .section-access .section-access_content {
    padding: 80px 40px;
    max-width: 400px;
  }
  .section-access .section-access_content .access_content {
    padding-bottom: 0px;
  }
  .section-access .section-access_content .access_content .PC-access_flex {
    display: block;
  }
  .section-access .section-access_content .access_content .PC-access_flex .PC-access_info {
    padding-right: 0px;
  }
  .section-access .section-access_content .access_content .PC-access_flex .access_img {
    padding-top: 60px;
  }
  .section-access .section-access_content .access_content .PC-access_flex .access_img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 400px;
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .map {
    margin: 80px auto 0px;
  }
  .section-about p {
    font-size: 0.8rem;
  }
  .section-about .about_content {
    max-width: 400px;
    padding: 80px 0px;
    margin: 0px;
  }
  .section-about .about_content .section-title {
    padding: 0 40px;
  }
  .section-about .about_content .about-top_flex {
    display: block;
  }
  .section-about .about_content .about-top_flex .about_top-img {
    flex-basis: 0%;
    margin-top: 40px;
  }
  .section-about .about_content .about-top_flex .about_top-img img {
    height: 300px;
    width: 600px;
    max-width: 100%;
    vertical-align: bottom;
  }
  .section-about .about_content .about-top_flex .about-top_text {
    flex-basis: 0%;
  }
  .section-about .about_content .about-top_flex .about-top_text h2 {
    writing-mode: horizontal-tb;
    text-align: right;
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding-top: 40px;
  }
  .section-about .about_content .about_main-content {
    padding: 0 40px 80px;
  }
  .section-about .about_content .about_text {
    padding: 0px;
    width: auto;
  }
  .section-about .flex {
    display: block;
    margin-top: 80px;
  }
  .section-about .flex p {
    padding-bottom: 80px;
  }
  .section-about .about-1st .about-lead_text-content {
    width: auto;
  }
  .section-about .about-1st #about-1st-vegas {
    margin: 0 auto;
    width: 400px;
    height: 260px;
    max-width: 100%;
  }
  .section-about .about-2nd #about-2nd-vegas {
    width: 240px;
    height: 200px;
    margin-right: auto;
  }
  .section-about .about-3rd {
    padding: 0px;
  }
  .section-about .about-3rd #about-3rd-vegas {
    width: 140px;
    height: 140px;
    margin-left: auto;
    max-width: 100%;
  }
  .section-secretstory {
    padding: 60px 0px;
  }
  .section-secretstory h2 {
    font-size: 1.4rem;
  }
  .section-secretstory p {
    font-size: 0.8rem;
  }
  .section-secretstory .section-title {
    padding-left: 40px;
    max-width: 400px;
    margin: 0 auto;
  }
  .section-secretstory .secretstory {
    display: flex;
    overflow-x: scroll;
  }
  .section-secretstory .secretstory .secretstory-flex {
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 800px;
    padding-left: 60px;
    border-radius: 20px;
    box-shadow: 15px 10px 20px rgb(153, 153, 153);
    mix-blend-mode: multiply;
    margin: 40px;
  }
  .section-secretstory .secretstory .secretstory-flex img {
    padding: 0 0 0 80px;
  }
  .section-secretstory .secretstory::-webkit-scrollbar {
    height: 3px;
  }
  .section-secretstory .secretstory::-webkit-scrollbar-track {
    margin: 0 2px;
    background-color: #ccc;
    border-radius: 5px;
  }
  .section-secretstory .secretstory::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .section-music p {
    font-size: 0.8rem;
  }
  .section-music .section-music_content {
    max-width: 400px;
    padding: 60px 40px;
  }
  .section-music .section-music_content .music_main-content {
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .section-music .section-music_content .music-title-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
  }
  .section-music .section-music_content .music-title-flex .music-title {
    padding-right: 10%;
  }
  .section-music .section-music_content .music-title-flex .music-title-small {
    padding-left: 0px;
  }
  .section-music .section-music_content .music {
    padding-left: 0px;
  }
  .section-music .music-flex {
    padding: 60px 0 0;
  }
}/*# sourceMappingURL=style.css.map */