@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main {
    position: relative;
  }

  #content {
    display: none;
  }
  /* ヘッダー */
  .header {
    width: 100%;
    display: flex;
    padding: 1.11vw 17.59vw;
    justify-content: space-between;
    align-items: center;
  }

  .logo {
    width: 2.98vw;
  }

  .glonav {
    display: flex;
    align-items: center;
    gap: 2.65vw;
    color: #4f796f;
    font-size: 1.06vw;
  }

  .glonav a:hover {
    text-decoration: underline;
    text-underline-offset: 0.68vw;
  }

  /* loading */
  .loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 5.2vw);
    background: #466f3b;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .loading_gif {
    width: 26.46vw;
  }
  .fixed {
    overflow: hidden;
  }
  .hidden {
    display: none;
  }
  /* fv */
  .fv {
    position: relative;
  }
  .fv_box {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 0;
  }
  /* about */
  .about {
    background-color: #466f3b;
    padding: 4.7vw 17.59vw 2.45vw;
    color: #fff;
  }

  .about_title {
    font-size: 1.06vw;
    text-decoration: underline;
    text-underline-offset: 0.68vw;
  }

  .about_box {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 3.31vw;
    gap: 2.38vw;
  }
  .about_text_box {
    width: 45.83vw;
  }

  .about_text {
    font-size: 1.59vw;
  }

  .about_text_sub {
    font-size: 0.93vw;
    margin-top: 2.12vw;
  }

  .about_button {
    width: 10.38vw;
    padding: 0.93vw 0 0.93vw 2.65vw;
    border: solid 1px #fff;
    margin-top: 2.65vw;
    display: flex;
    align-items: center;
    position: relative;
  }

  .about_button:hover > img {
    opacity: 1;
  }
  .about_button > img {
    width: 1.59vw;
    margin-left: 0.66vw;
    position: absolute;
    right: 2.65vw;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    overflow: hidden;
  }
  .about_logo {
    width: 11.31vw;
  }

  /* Artist */
  .artist {
    padding: 2.65vw 17.59vw 5.29vw;
  }
  .artist_title {
    font-size: 1.06vw;
    text-decoration: underline;
    text-underline-offset: 0.68vw;
    color: #1f1f1f;
  }

  .artist_area {
    width: 100%;
    margin-top: 2.65vw;
  }
  .artist_row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .artist_row.mt {
    margin-top: 2.12vw;
  }
  .artist_row.second {
    justify-content: center;
    gap: 2.12vw;
  }
  .artist_box {
    width: 13.23vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .artist_icon {
    width: 13.23vw;
    height: 13.23vw;
    margin-bottom: 1.06vw;
  }
  .artist_name {
    font-size: 1.32vw;
    font-weight: bold;
    margin-bottom: 0.79vw;
  }
  .artist_style {
    font-size: 0.93vw;
    margin-bottom: 0.79vw;
    text-align: center;
  }
  .artist_affiliation {
    font-size: 0.93vw;
    margin-bottom: 0.79vw;
  }
  .artist_lang {
    font-size: 0.93vw;
    margin-bottom: 1.06vw;
  }
  .artist_lang.mb {
    margin-bottom: 2.45vw;
  }
  .artist_instagram_icon {
    width: 2.65vw;
    filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(2630%)
      hue-rotate(318deg) brightness(97%) contrast(76%);
  }

  /* price */
  .price {
    padding: 2.65vw 17.59vw 3.31vw;
    background-color: #1f1f1f;
    color: #fff;
  }
  .price_title {
    font-size: 1.06vw;
    text-decoration: underline;
    text-underline-offset: 0.68vw;
    margin-bottom: 2.65vw;
  }

  .price_box {
    display: flex;
    justify-content: space-between;
    gap: 4.76vw;
    flex: 1;
  }

  .price_detail {
    flex: 1;
  }
  .price_text {
    display: flex;
    justify-content: space-between;
    font-size: 0.93vw;
    margin-bottom: 1.59vw;
  }

  .price_sub_text {
    font-size: 0.79vw;
    margin-top: 2.12vw;
    margin-bottom: 1.06vw;
  }

  .price_sub_text_payment {
    font-size: 0.79vw;
    margin-bottom: 2.12vw;
  }

  .refuse {
    padding: 1.06vw 1.32vw;
    border: solid 1px #fff;
    font-size: 0.79vw;
  }

  .refuse_title {
    margin-bottom: 1.06vw;
  }
  .price_image {
    flex: 1;
  }

  /* ギャラリー */
  .gallery {
    padding: 2.65vw 17.59vw 3.31vw;
  }
  .gallery_title {
    font-size: 1.06vw;
    text-decoration: underline;
    text-underline-offset: 0.68vw;
    margin-bottom: 2.65vw;
  }

  /*タブ切り替え全体のスタイル*/
  .tab-area {
    width: 100%;
    margin: 0 auto;
  }
  .tab-btn {
    display: none;
  }
  .tab-list-wrap {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
  }

  .tab-list-wrap > li {
    flex: 1;
  }
  .tab-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.66vw;
    padding: 0.53vw 0;
    text-align: center;
    border: 1px solid #466e3b;
    background: #fff;
    box-sizing: border-box;
    cursor: pointer;
    color: #466e3b;
  }

  .tab-list > .gallery_icon {
    width: 1.59vw;
  }
  #tab-btn1:checked ~ .tab-list-wrap #tab-list1 > .gallery_icon,
  #tab-btn2:checked ~ .tab-list-wrap #tab-list2 > .gallery_icon,
  #tab-btn3:checked ~ .tab-list-wrap #tab-list3 > .gallery_icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }

  #tab-btn1:checked ~ .tab-list-wrap #tab-list1,
  #tab-btn2:checked ~ .tab-list-wrap #tab-list2,
  #tab-btn3:checked ~ .tab-list-wrap #tab-list3 {
    background: #466e3b;
    color: #fff;
  }
  .tab-content {
    margin-top: 2.65vw;
    display: none;
  }
  #tab-btn1:checked ~ .tab-content-wrap #tab-content1,
  #tab-btn2:checked ~ .tab-content-wrap #tab-content2,
  #tab-btn3:checked ~ .tab-content-wrap #tab-content3 {
    display: block;
  }

  .instagram_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.12vw;
  }
  .instagram_Image {
    width: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .zoom_icon {
    position: absolute;
    top: 0.79vw;
    right: 0.79vw;
    width: 24px;
    height: 24px;
  }
  .more-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .more-wrap > button {
    width: 8.13vw;
    border: solid 1px #000;
    padding: 0.79vw 0;
    text-align: center;
    font-size: 1.06vw;
    margin-top: 2.12vw;
  }
  .more-wrap > button:hover {
    background-color: #c7c7c7;
  }
  .more-wrap > a {
    width: 18.25vw;
    border: solid 1px #000;
    padding: 0.79vw 0;
    text-align: center;
    font-size: 1.06vw;
    margin-top: 2.12vw;
  }

  .youtube_wrap {
    display: flex;
    justify-content: space-between;
    gap: 2.38vw;
  }

  .youtube {
    width: 50%;
    aspect-ratio: 16 / 9;
  }
  .youtube iframe {
    width: 100%;
    height: 100%;
    border: solid 1px #1f1f1f;
    border-radius: 12px;
  }
  /* access */
  .access {
    padding: 2.65vw 17.59vw 3.31vw;
  }

  .access_title {
    font-size: 1.06vw;
    text-decoration: underline;
    text-underline-offset: 0.68vw;
    margin-bottom: 2.65vw;
  }

  .access_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4.63vw;
  }

  .access_inner_box {
    display: flex;
    align-items: center;
    gap: 1.32vw;
  }

  .access_image {
    width: 8.93vw;
  }

  /* reservation */
  .reservation {
    width: 100%;
    padding: 2.65vw 17.59vw 5.29vw;
    display: flex;
    justify-content: space-between;
    gap: 2.65vw;
  }

  .reservation_left {
    flex-shrink: 0;
  }
  .reservation_title {
    font-size: 1.06vw;
    text-decoration: underline;
    text-underline-offset: 0.68vw;
    margin-bottom: 2.65vw;
  }

  .reservation_sub_title {
    font-size: 1.06vw;
    font-weight: bold;
  }

  .reservation_title_list {
    font-size: 1.06vw;
    font-weight: bold;
    margin-bottom: 2.12vw;
  }
  .reservation_title_list:not(:first-child) {
    margin-top: 2.65vw;
  }
  .reservation_text {
    font-size: 0.93vw;
  }
  .reservation_text > a {
    text-decoration: underline;
  }
  .reservation_text.mb12 {
    margin-bottom: 0.79vw;
  }
  .reservation_text.mb32 {
    margin-bottom: 0.79vw;
  }

  /* footer */
  .footer {
    width: 100%;
    background-color: #1f1f1f;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.98vw 0;
  }

  .footer.isloading {
    position: absolute;
    bottom: 0;
  }

  /* modal */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
  }

  .modal-content {
    background-color: #f4f4f4;
    width: 34.39vw;
    position: relative;
  }

  .modal-header h1 {
    margin: 1rem 0;
  }

  .modal-header {
    background: #fff;
    padding: 1.32vw;
    display: flex;
    justify-content: space-between;
  }

  .modal-header_left {
    display: flex;
    align-items: center;
    gap: 0.53vw;
  }
  .modal-instagram {
    width: 1.59vw;
    height: 1.59vw;
    filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(2630%)
      hue-rotate(318deg) brightness(97%) contrast(76%);
  }
  .modalClose {
    font-size: 2rem;
    color: #fff;
    position: absolute;
    right: -3.17vw;
    top: -3.97vw;
  }

  .modalClose:hover {
    cursor: pointer;
  }

  .modal-body {
    background-color: #fff;
  }

  .modal-username {
    color: #1f1f1f;
    font-size: 0.93vw;
  }
  .modal-postdate {
    color: #888888;
    font-size: 0.93vw;
  }
  .pc_ja {
    display: block;
  }
  .pc_en {
    display: none;
  }

  /* 英訳トグル */
  .toggle {
    font-family: "Poppins";
    font-size: 0.93vw;
    color: #fff;
    display: flex;
    gap: 0.26vw;
    justify-content: flex-end;
    align-items: center;
    color: #1f1f1f;
  }

  .toggle_button {
    position: relative;
    width: 3.31vw;
    height: 1.85vw;
    border-radius: 50px;
    background: #36622a;
  }

  .toggle_button::after {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 1.32vw;
    height: 1.32vw;
    border-radius: 50%;
    background-color: #dddddd;
    content: "";
    transition: left 0.4s;
  }

  .toggle_button:has(:checked)::after {
    left: 1.6vw;
  }

  .toggle_button input {
    display: none;
  }
}
