@charset "UTF-8";

/*
theme Name: GIRLSGIRLS_FESTIVAL
Description:　
*/

@charset "UTF-8";

/* 共通 */
html {
    font-size: 62.5%;
}
@media (min-width: 835px) {
    html {
        font-size: calc(1vw * 100 / 1920);
    }
}    
@media (max-width: 834px) and (min-width: 441px) {
    html {
        font-size: calc(1vw * 100 / 834);
    }
} 
@media (max-width: 440px) {
    html {
        font-size: calc(1vw * 100 / 440);
    }
}   
body {
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    color: #232320;
    font-weight: 500;
}
.top_section_title {
    margin-bottom: 80rem;
    text-align: center;
}
@media (max-width: 834px) {
    .top_section_title {
        margin-bottom: 50rem;
    }
}
@media (max-width: 440px) {
    .top_section_title {
        margin-bottom: 40rem;
    }
}
.top_section_title span {
    font-size: 60rem;
    font-weight: bold;
    letter-spacing: 0.03em;
}
@media (max-width: 834px) {
    .top_section_title span {
        font-size: 50rem;
    }
}
@media (max-width: 440px) {
    .top_section_title span {
        font-size: 32rem;
    }
}
.top_section_title h2 {
    font-size: 25rem;
    letter-spacing: 0.03em;
    margin-top: 5rem;
}
@media (max-width: 834px) {
    .top_section_title h2 {
        font-size: 23rem;
    }
}
@media (max-width: 440px) {
    .top_section_title h2 {
        font-size: 16rem;
    }
}
.common_btn {
    width: 470rem;
    margin: 80rem auto 0;
}
@media (max-width: 834px) {
    .common_btn {
        margin: 50rem auto 0;
    }
}
@media (max-width: 440px) {
    .common_btn {
        margin: 40rem auto 0;
        width: 90%;
    }
}
  .common_btn a {
    background: linear-gradient(200deg, #e14a98 0%, #a9ddff 100%);
    box-shadow: 1px 1px 20px rgb(0, 0, 0, .16);
    font-size: 23rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    text-align: center;
    padding: 40rem;
    color: #fff;
    border-radius: 100rem;
    display: block;
    position: relative;
}
@media (max-width: 834px) {
    .common_btn a {
        padding: 30rem;
        font-size: 20rem;
    }
}
@media (max-width: 440px) {
    .common_btn a {
        padding: 25rem;
        font-size: 16rem;
    }
}
.common_btn a::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 17rem;
    height: 17rem;
    border-top: 4rem solid #fff;
    border-right: 4rem solid #fff;
    transform: translateX(0) rotate(45deg);
    top: 42%;
    right: 10%;
    transition: transform 0.3s ease;
}
@media (max-width: 834px) {
    .common_btn a::after {
        width: 15rem;
        height: 15rem;
        border-top: 3rem solid #fff;
        border-right: 3rem solid #fff;
        top: 40%;
    }
}
@media (max-width: 440px) {
    .common_btn a::after {
        width: 12rem;
        height: 12rem;
        border-top: 2.5rem solid #fff;
        border-right: 2.5rem solid #fff;
    }
}
.common_btn a:hover::after {
    transform: translateX(6px) rotate(45deg);
}
  @media (min-width: 835px) {
    .page_fv_wrapper {
        margin-top: 110rem;
    }
}
@media (min-width: 835px) {
    .page_fv {
        margin-top: 110rem;
        height: calc(var(--vh, 1vh) * 60 - 110rem);
    }
}
.page_fv {
    position: relative;
    width: 100%;
    overflow: hidden;
}
@media (max-width: 834px) {
    .page_fv {
        height: 500rem;
    }
}
@media (max-width: 440px) {
    .page_fv {
        height: 250rem;
    }
}
.page_fv img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;      
}
.page_title {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
@media (max-width: 834px) {
    .page_title {
        top: 28%;
    }
}
@media (max-width: 440px) {
    .page_title {
        top: 19%;
    }
}
@media (max-width: 390px) {
    .page_title {
        top: 21%;
    }
}
@media (max-width: 320px) {
    .page_title {
        top: 29%;
    }
}
.page_title span {
    font-size: 60rem;
    font-weight: bold;
    letter-spacing: 0.03em;
}
@media (max-width: 834px) {
    .page_title span {
        font-size: 44rem;
    }
}
@media (max-width: 440px) {
    .page_title span {
        font-size: 30rem;
    }
}
.page_title h1 {
    font-size: 28rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-top: 5rem;
}
@media (max-width: 834px) {
    .page_title h1 {
        font-size: 22rem;
    }
}
@media (max-width: 440px) {
    .page_title h1 {
        font-size: 18rem;
    }
}
.page_section_title {
    font-size: 46rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-bottom: 60rem;
    margin-left: 35rem;
    position: relative;
    line-height: 1.3;
}
@media (max-width: 834px) {
    .page_section_title {
        font-size: 32rem;
        margin-bottom: 40rem;
    }
}
@media (max-width: 440px) {
    .page_section_title {
        font-size: 22rem;
        margin-bottom: 20rem;
        margin-left: 25rem;
    }
}
.page_section_title::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 25rem;
    height: 25rem;
    background-color: #DA5D93;
    left: -35rem;
    top: 16rem;
}
@media (max-width: 834px) {
    .page_section_title::before {
        width: 20rem;
        height: 20rem;
        top: 11rem;
        left: -30rem;
    }
}
@media (max-width: 440px) {
    .page_section_title::before {
        width: 15rem;
        height: 15rem;
        top: 6rem;
        left: -23rem;
    }
}
/* 共通 */

/* ヘッダー */
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0px 3px 6px rgb(147, 147, 147, .16);
}
.header_content {
    display: flex;
    align-items:center;
    height: 110rem;
	background-color: #fff;
    width: 100%;
}
@media (max-width: 440px) {
    .header_content {
        height: 70rem;
    }
}
.header_link {
    background-color: #DA5D93;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40rem;
    height: 110rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
@media (max-width: 440px) {
    .header_link {
        padding: 0 20rem;
        height: 70rem;
    }
}
.header_link img {
    width: 50rem;
    object-fit: cover;
}
@media (max-width: 440px) {
    .header_link img {
        width: 35rem;
    }
}
.header_link p {
    font-size: 25rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    color: #fff;
    text-align: center;
}
@media (max-width: 440px) {
    .header_link p {
        font-size: 16rem;
    }
}
.header_logo {
    width: 135rem;
    margin: 0 auto;
}
@media (max-width: 440px) {
    .header_logo {
        width: 80rem;
    }
}
.header_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ヘッダー */

/* ハンバーガー */
.open {
    position: fixed;
    top: 30rem;
    right: 6%; 
    z-index: 1000;
    display: flex;
}
@media (max-width: 440px) {
    .open {
        top: 17rem;
		right: 5%; 
    }
}
.open_btn {
    position: relative;
    cursor: pointer;
    width: 50rem;
    height: 50rem;
}
@media (max-width: 440px) {
    .open_btn {
        width: 40rem;
        height: 40rem;
    } 
}
  .open_btn span {
    display: inline-block;
	  transition: 0.2s ease;
	  -webkit-transition: 0.3s ease;
    position: absolute;
    height: 3rem;
    background: #232320;
  }
  @media (max-width: 440px) {
    .open_btn span {
        height: 2rem;
      }
  }
  .open_btn span.change-color_sp {
    background: #232320;
  }
  .open_btn span:nth-of-type(1) {
    top: 6rem;
    width: 50rem;
  }
  @media (max-width: 440px) {
    .open_btn span:nth-of-type(1) {
        width: 40rem;
      }
  }
  .open_btn span:nth-of-type(2) {
    top: 20rem;
    width: 50rem;
  }
  @media (max-width: 440px) {
    .open_btn span:nth-of-type(2) {
        width: 40rem;
        top: 17rem;
      }
  }
  .open_btn span:nth-of-type(3) {
    top: 34rem;
    width: 50rem;
  }
  @media (max-width: 440px) {
    .open_btn span:nth-of-type(3) {
        width: 40rem;
        top: 28rem;
      }
  }
  .open_btn.active span:nth-of-type(1) {
    top: 17rem;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 50rem;
  }
  @media (max-width: 440px) {
    .open_btn.active span:nth-of-type(1) {
        top: 13rem;
        width: 40rem;
      }
  }
  .open_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .open_btn.active span:nth-of-type(3) {
    top: 29.5rem;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 50rem;
  }
  @media (max-width: 1536px) {
    .open_btn.active span:nth-of-type(3) {
        top: 31rem;
      }
  }
  @media (max-width: 1440px) {
    .open_btn.active span:nth-of-type(3) {
        top: 32rem;
      }
  }
  @media (max-width: 1366px) {
    .open_btn.active span:nth-of-type(3) {
        top: 34.5rem;
      }
  }
  @media (max-width: 1280px) {
    .open_btn.active span:nth-of-type(3) {
        top: 34.5rem;
      }
  }
  @media (max-width: 834px) {
    .open_btn.active span:nth-of-type(3) {
        top: 29.5rem;
      }
  }
  @media (max-width: 440px) {
    .open_btn.active span:nth-of-type(3) {
        top: 25rem;
        width: 40rem;
      }
  }
  @media (max-width: 390px) {
    .open_btn.active span:nth-of-type(3) {
        top: 26rem;
      }
  }
  @media (max-width: 375px) {
    .open_btn.active span:nth-of-type(3) {
        top: 27rem;
      }
  }
  @media (max-width: 320px) {
    .open_btn.active span:nth-of-type(3) {
        top: 29rem;
      }
  }
.overlay {
    width: 100%;
    position: fixed;
    top: 0;
	 right: 0;
     background: linear-gradient(200deg, #f5c2d7 0%, #e6f6ff 100%);
    height: 100%;
    z-index: -1;
    display: block;
     transition: right 0.2s ease; 
    margin-top: 110rem;
    padding-top: 100rem;
	display: none;
    overflow-y: auto;
}
@media (max-width: 834px) {
    .overlay {
        padding-top: 0;
        margin-top: 0;
    } 
}
.overlay_content {
    display: flex;
    align-items: center;
    gap: 240rem;
}
@media (max-width: 834px) {
    .overlay_content {
        flex-direction: column;
        gap: 40rem;
    }
}
@media (max-width: 440px) {
    .overlay_content {
        gap: 30rem;
    }
}
.sp_header_list {
    width: 1000rem;
    padding-left: 10%;
    height: 800rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 50rem;
}
@media (max-width: 834px) {
    .sp_header_list {
        width: 90%;
        padding-left: 0;
        margin: 160rem auto 0;
        height: auto;
        gap: 10rem;
    }
}
@media (max-width: 440px) {
    .sp_header_list {
        margin: 100rem auto 0;
        gap: 5rem;
    }
}
.sp_header_item {
    position: relative;
	display:block;
    transition: opacity 0.4s ease; /* フェードの時間とイージング */

}
.sp_header_item:hover {
    opacity: .6;
}
.sp_header_item_en_jp {
    display: flex;
    align-items: center;
    gap: 5rem;
    padding: 15rem 0 15rem 15rem;
}
@media (max-width: 440px) {
    .sp_header_item_en_jp {
        padding: 8rem 0 8rem 10rem;
    }
}
.sp_header_item_en_jp span {
    font-size: 46rem;
    font-weight: 600;
    position: relative;
}
@media (max-width: 834px) {
	.sp_header_item_en_jp span {
    font-size: 36rem;
}
}
@media (max-width: 440px) {
	.sp_header_item_en_jp span {
    font-size: 26rem;
}
}
.sp_header_item_en_jp p {
    font-size: 20rem;
    margin-left: 10rem;
	margin-top: 2rem;
}
@media (max-width: 834px) {
    .sp_header_item_en_jp p {
        font-size: 18rem;
    }
}
@media (max-width: 440px) {
    .sp_header_item_en_jp p {
        font-size: 16rem;
    }
}
.overlay_sec {
    margin-bottom: -200rem;
    width: 500rem;
}
@media (max-width: 834px) {
    .overlay_sec {
        width: 80%;
        margin: 0 auto 40rem;
    }
}
@media (max-width: 440px) {
    .overlay_sec {
        width: 90%;
        margin: 0 auto 20rem;
    }
}
.overlay_image {
    width: 100%;
    margin: 0 auto 30rem;
}
.overlay_image img {
    width:  100%;
    height: 100%;
    object-fit: cover;
}
.overlay_sec_text {
    font-size: 23rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
}
@media (max-width: 834px) {
    .overlay_sec_text {
        font-size: 20rem;
    }
}
@media (max-width: 440px) {
    .overlay_sec_text {
        font-size: 18rem;
    }
}
.overlay_end {
    text-align: center;
    font-size: 23rem;
    letter-spacing: 0.03em;
    margin-top: 15rem;
}
@media (max-width: 834px) {
    .overlay_end {
        font-size: 20rem;
        margin-bottom: 40rem;
    }
}
@media (max-width: 440px) {
    .overlay_end {
        font-size: 16rem;
        padding: 0 5%;
    }
}
/* ハンバーガー */


/* ファーストビュー */
@media (min-width: 835px) {
    .top_fv_wrapper {
        margin-top: 110rem;
    }
}
@media (min-width: 835px) {
    .top_fv {
        margin-top: 110rem;
        height: calc(var(--vh, 1vh) * 100 - 110rem);
    }
}
.top_fv {
    position: relative;
    width: 100%;
    overflow: hidden;
}
@media (max-width: 834px) {
    .top_fv {
        height: 800rem;
    }
}
@media (max-width: 440px) {
    .top_fv {
        height: 550rem;
    }
}
.top_fv img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;      
}
.top_fv_logo {
    width: 1000rem;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    filter: drop-shadow(0 0 10rem rgba(255,255,255,0.5));
    transition: opacity 2s ease, filter 2s ease;
}
.top_fv_logo.show {
    opacity: 1;
    filter: drop-shadow(0 0 0 rgba(0,0,0,0));
}
@media (max-width: 834px) {
    .top_fv_logo {
        width: 700rem;
        top: 36%;
    }
}
@media (max-width: 440px) {
    .top_fv_logo {
        width: 400rem;
    }
}
@media (max-width: 390px) {
    .top_fv_logo {
        top: 39%;
    }
}
@media (max-width: 375px) {
    .top_fv_logo {
        top: 40%;
    }
}
@media (max-width: 320px) {
    .top_fv_logo {
        top: 48%;
    }
}
.top_fv_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ファーストビュー */

/* フッター */
.footer {
    background: linear-gradient(200deg, #e14a98 0%, #a9ddff 100%);
    padding: 80rem 0 30rem 0;
}
@media (max-width: 440px) {
    .footer {
        padding: 50rem 0 30rem 0;
    }
}
.footer_content {
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
}
@media (max-width: 834px) {
    .footer_content {
       flex-direction: column;
    }
}
@media (max-width: 440px) {
    .footer_content {
        width: 90%;
    }
}
.footer_logo_content {
    width: 600rem;
    margin-bottom: 80rem;
}
@media (max-width: 834px) {
    .footer_logo_content {
        width: 100%;
        margin-bottom: 50rem;
    }
}
.footer_logo {
    width: 600rem;
    margin-bottom: 30rem;
}
@media (max-width: 834px) {
    .footer_logo {
        width: 100%;
        margin-bottom: 40rem;
    }
}
.footer_logo img {
    width: 100%;
    object-fit: cover;
}
.footer_logo_text {
    font-size: 25rem;
    letter-spacing: 0.03em;
    line-height: 1.8;
    color: #fff;
}
@media (max-width: 834px) {
    .footer_logo_text {
        font-size: 20rem;
    }
}
@media (max-width: 440px) {
    .footer_logo_text {
        font-size: 18rem;
    }
}
.footer_list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30rem;
    height: 350rem;
    width: 750rem;
}
@media (max-width: 834px) {
    .footer_list {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 25rem;
        height: 250rem;
        width: 100%;
    }
}
@media (max-width: 440px) {
    .footer_list {
        gap: 20rem;
        height: auto;
    }
}
.footer_list a {
    width: 350rem;
    position: relative;
}
@media (max-width: 834px) {
    .footer_list a {
        width: 250rem;
    }
}
@media (max-width: 440px) {
    .footer_list a {
        width: 100%;
    }
}
.footer_list a::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 13rem;
    height: 13rem;
    border-top: 3rem solid #fff;
    border-right: 3rem solid #fff;
    transform: rotate(45deg);
    margin-left: 270rem;
    margin-top: -20rem;
  }
  @media (max-width: 440px) {
    .footer_list a::after {
        width: 11rem;
        height: 11rem;
        border-top: 2rem solid #fff;
        border-right: 2rem solid #fff;
        margin-left: 220rem;
        margin-top: -16rem;
      }
  }
.footer_item {
    font-size: 25rem;
    letter-spacing: 0.03em;
    color: #fff;
}
@media (max-width: 834px) {
    .footer_item {
        font-size: 20rem;
    }
}
@media (max-width: 440px) {
    .footer_item {
        font-size: 18rem;
    }
}
.footer_end {
    text-align: center;
    font-size: 23rem;
    letter-spacing: 0.03em;
    color: #fff;
}
@media (max-width: 834px) {
    .footer_end {
        font-size: 18rem;
        margin-top: 40rem;
    } 
}
@media (max-width: 440px) {
    .footer_end {
        font-size: 16rem;
    } 
}
/* フッター */


/* トップ */
.top_news_wrapper {
    width: 70%;
    margin: 120rem auto;
    position: relative;
    z-index: 1;
}
@media (max-width: 834px) {
    .top_news_wrapper {
        width: 90%;
        margin: 80rem auto;
    }
}
@media (max-width: 440px) {
    .top_news_wrapper {
        width: 90%;
        margin: 60rem auto;
    }
}
.icon_ft {
    position: absolute;
    width: 550rem; 
    height: 550rem;
    top: -10%;
    right: -19%;
    z-index: -1;
    background: linear-gradient(200deg, #f7a9c8 0%, #cfeeff 100%);
    -webkit-mask: url(https://girls-girls-festival.com/wp-content/uploads/2026/03/名称未設定-2-3.png) no-repeat center / contain;
    mask: url(https://girls-girls-festival.com/wp-content/uploads/2026/03/名称未設定-2-3.png) no-repeat center / contain;
    opacity: 0;           
    transition: opacity 2s ease, transform 2s ease; 
    transform: translateX(-50px); 
    }
    @media (max-width: 834px) {
        .icon_ft {
            width: 300rem; 
            height: 300rem;
            right: -5%;
            }
    }
    @media (max-width: 440px) {
        .icon_ft {
            width: 160rem; 
            height: 160rem;
            top: -8%
            }
    }
.icon_sec {
    position: absolute;
    width: 550rem; 
    height: 550rem;
    bottom: -8%;
    left: -17%;
    z-index: -1;
    background: linear-gradient(200deg, #f7a9c8 0%, #cfeeff 100%);
    -webkit-mask: url(https://girls-girls-festival.com/wp-content/uploads/2026/03/名称未設定-1.png) no-repeat center / contain;
    mask: url(https://girls-girls-festival.com/wp-content/uploads/2026/03/名称未設定-1.png) no-repeat center / contain;
    opacity: 0;           
    transition: opacity 2s ease, transform 2s ease; 
    transform: translateX(50px); 
    }
    @media (max-width: 834px) {
        .icon_sec {
            width: 300rem; 
            height: 300rem;
            left: -5%;
            }
    }
    @media (max-width: 440px) {
        .icon_sec {
            width: 160rem; 
            height: 160rem;
            }
    }
    .icon_ft.show,
    .icon_sec.show {
        opacity: 1;
        transform: translateX(0);
    }
.top_news_list {
    display: flex;
    flex-direction: column;
    gap: 60rem;
}
@media (max-width: 834px) {
    .top_news_list {
        gap: 40rem;
    } 
}
@media (max-width: 440px) {
    .top_news_list {
        gap: 25rem;
    } 
}
.top_news_item {
    border-radius: 30rem;
    background: #fff;
    box-shadow: 1px 1px 20px rgb(147, 147, 147, .16);
    padding: 60rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 834px) {
    .top_news_item {
        padding: 40rem;
    }
}
@media (max-width: 440px) {
    .top_news_item {
        padding: 30rem;
    }
}
.top_news_item:hover {
    transform: translateY(-6px);
}
.top_news_day {
    color: #B2B2B2;
    font-weight: bold;
    font-size: 23rem;
    letter-spacing: 0.03em;
}
@media (max-width: 834px) {
    .top_news_day {
        font-size: 21rem;
    }
}
@media (max-width: 440px) {
    .top_news_day {
        font-size: 18rem;
    }
}
.top_news_title {
    font-weight: bold;
    font-size: 32rem;
    line-height: 1.4;
    letter-spacing: 0.03em;
    margin-top: 30rem;
}
@media (max-width: 834px) {
    .top_news_title {
        font-size: 28rem;
        margin-top: 20rem;
    }
}
@media (max-width: 440px) {
    .top_news_title {
        font-size: 18rem;
        margin-top: 15rem;
    }
}
.top_event_bg {
    background: linear-gradient(200deg, #f5c2d7 0%, #e6f6ff 100%);
    position: relative; 
    z-index: 0;
}
.top_event_image_ft {
    position: absolute;
    width: 350rem; 
    left: 20rem;
    bottom: 60rem;
    z-index: 0;
    opacity: 0;           
    transition: opacity 2s ease, transform 2s ease; 
    transform: translateX(50px); 
}
@media (max-width: 834px) {
    .top_event_image_ft {
        width: 300rem; 
        left: 10rem;
        bottom: 20rem;
    }
}
@media (max-width: 440px) {
    .top_event_image_ft {
        width: 160rem; 
    }
}
.top_event_image_sec {
    position: absolute;
    width: 350rem; 
    right: 20rem;
    top: 60rem;
    z-index: 0;
    opacity: 0;           
    transition: opacity 2s ease, transform 2s ease; 
    transform: translateX(-50px); 
}
@media (max-width: 834px) {
    .top_event_image_sec {
        width: 300rem; 
        right: 10rem;
        top: 20rem;
    }
}
@media (max-width: 440px) {
    .top_event_image_sec {
        width: 160rem; 
    }
}
.top_event_image_ft.show,
.top_event_image_sec.show {
    opacity: 0.6;
    transform: translateX(0);
}
.top_event_wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 100rem 0;
    z-index: 1;
    position: relative;
}
@media (max-width: 834px) {
    .top_event_wrapper {
        width: 90%;
        padding: 80rem 0;
    }
}
@media (max-width: 440px) {
    .top_event_wrapper {
        padding: 60rem 0;
    }
}
.top_event_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40rem;
}
@media (max-width: 834px) {
    .top_event_list {
        gap: 30rem;
        justify-content: start;
    }
}
@media (max-width: 440px) {
    .top_event_list {
        gap: 18rem;
        justify-content: start;
    }
}
.top_event_item {
    width: 340rem;
    background-color: #fff;
    border-radius: 30rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 834px) {
    .top_event_item {
        width: 355rem;
    }
}
@media (max-width: 440px) {
    .top_event_item {
        width: 187rem;
    }
}
.top_event_item:hover {
    transform: translateY(-6px);
}
.top_event_content {
    background: linear-gradient(200deg, #e14a98 0%, #a9ddff 100%);
    border-top-left-radius: 30rem;
    border-top-right-radius: 30rem;
    height: 200rem;
}
@media (max-width: 834px) {
    .top_event_content {
        height: 150rem;
    }
}
@media (max-width: 440px) {
    .top_event_content {
        height: 105rem;
    }
}
.top_event_image {
    height: 200rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 834px) {
    .top_event_image {
        height: 150rem;
    }
}
@media (max-width: 440px) {
    .top_event_image {
        height: 105rem;
    }
}
.top_event_image img {
    width: 100rem;
    object-fit: cover;
}
@media (max-width: 834px) {
    .top_event_image img {
        width: 70rem;
    }
}
@media (max-width: 440px) {
    .top_event_image img {
        width: 50rem;
    }
}
.top_event_other_image {
    height: 200rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 834px) {
    .top_event_other_image {
        height: 150rem;
    }
}
@media (max-width: 440px) {
    .top_event_other_image {
        height: 100rem;
    }
}
.top_event_other_image img {
    width: 250rem;
    object-fit: cover;
}
@media (max-width: 834px) {
    .top_event_other_image img {
        width: 180rem;
    }
}
@media (max-width: 440px) {
    .top_event_other_image img {
        width: 130rem;
    }
}
.top_event_item p {
    font-size: 42rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-bottom: 5rem;
    text-align: center;
    margin-top: 40rem;
}
@media (max-width: 834px) {
    .top_event_item p {
        font-size: 36rem;
        margin-top: 25rem;
    }
}
@media (max-width: 440px) {
    .top_event_item p {
        font-size: 24rem;
        margin-top: 20rem;
    }
}
.top_event_item h3 {
    font-size: 25rem;
    color: #B2B2B2;
    font-weight: bold;
    letter-spacing: 0.03em;
    text-align: center;
    padding-bottom: 40rem;
}
@media (max-width: 834px) {
    .top_event_item h3 {
        font-size: 20rem;
        padding-bottom: 25rem;
    }
}
@media (max-width: 440px) {
    .top_event_item h3 {
        font-size: 18rem;
        padding-bottom: 20rem;
    }
}
.x_wrapper {
    margin: 120rem auto;
    width: 70%;
}
@media (max-width: 834px) {
    .x_wrapper {
        margin: 80rem auto;
        width: 90%;
    }
}
@media (max-width: 440px) {
    .x_wrapper {
        margin: 60rem auto;
    }
}
.x_title {
    background: linear-gradient(200deg, #e14a98 0%, #a9ddff 100%);    
    border-radius: 30rem;
    width: 600rem;
    padding: 80rem 40rem;
    margin: 0 auto;
    display: block;
}
@media (max-width: 834px) {
    .x_title {
        width: 500rem;
        padding: 40rem;
    }
}
@media (max-width: 440px) {
    .x_title {
        width: 80%;
        padding: 30rem;
    }
}
.x_logo {
    width: 60rem;
    margin: 0 auto;
}
@media (max-width: 834px) {
    .x_logo {
        width: 40rem;
    }
}
@media (max-width: 440px) {
    .x_logo {
        width: 35rem;
    }
}
.x_logo img {
    width: 100%;
    object-fit: cover;
}
.x_title p {
    font-size: 28rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-top: 20rem;
    text-align: center;
    line-height: 1.4;
}
@media (max-width: 834px) {
    .x_title p {
        font-size: 22rem;
    }
}
@media (max-width: 440px) {
    .x_title p {
        font-size: 19rem;
    }
}
/* トップ */

/* 下層〜開催概要 */
.page_about_wrapper {
    margin: 120rem auto;
    width: 65%;
}
@media (max-width: 834px) {
    .page_about_wrapper {
        margin: 80rem auto;
        width: 90%;
    }
}
@media (max-width: 440px) {
    .page_about_wrapper {
        margin: 60rem auto;
    }
}
.page_about_list {
    display: flex;
    gap: 20rem;
    margin-bottom: 25rem;
}
@media (max-width: 834px) {
    .page_about_list {
        gap: 15rem;
        margin-bottom: 10rem;
    } 
}
@media (max-width: 440px) {
    .page_about_list {
       flex-direction: column;
       gap: 0;
       margin-bottom: 15rem;
    } 
}
.page_about_list dt {
    font-size: 32rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    width: 200rem;
    line-height: 1.8;
}
@media (max-width: 834px) {
    .page_about_list dt {
        font-size: 22rem;
        width: 100rem;
    }
}
@media (max-width: 440px) {
    .page_about_list dt {
        font-size: 18rem;
        width: 100%;
    }
}
.page_about_list dd {
    font-size: 30rem;
    letter-spacing: 0.03em;
    flex: 1;
    line-height: 1.8;
}
@media (max-width: 834px) {
    .page_about_list dd {
        font-size: 22rem;
    }
}
@media (max-width: 440px) {
    .page_about_list dd {
        font-size: 18rem;
    }
}
/* 下層〜開催概要 */

/* 下層〜注意事項 */
.page_guide_wrapper {
    margin: 120rem auto;
    width: 70%;
}
@media (max-width: 834px) {
    .page_guide_wrapper {
        margin: 80rem auto;
        width: 90%;
    } 
}
@media (max-width: 440px) {
    .page_guide_wrapper {
        margin: 60rem auto;
    } 
}
.page_guide_list {
    display: flex;
    flex-direction: column;
    gap: 25rem;
}
@media (max-width: 834px) {
    .page_guide_list {
        gap: 10rem;
    }
}
.page_guide_list li {
    font-size: 30rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
}
@media (max-width: 834px) {
    .page_guide_list li {
        font-size: 20rem;
    }
}
@media (max-width: 440px) {
    .page_guide_list li {
        font-size: 18rem;
    }
}
.page_guide_list_other li,
.page_food_wrapper .page_guide_list li {
    text-indent: 0;
    padding-left: 0;
}
/* 下層〜注意事項 */

/* 下層〜チケット */
.scroll_section {
    display: flex;
    gap: 80rem;
    margin-bottom: 80rem;
}
@media (max-width: 834px) {
    .scroll_section {
        flex-direction: column;
        gap: 20rem;
        margin-bottom: 60rem;
    } 
}
.scroll_section a {
    font-size: 25rem;
    letter-spacing: 0.03em;
    text-decoration: underline;
    position: relative;
    transition: opacity 0.4s ease;
}
@media (max-width: 834px) {
    .scroll_section a {
        font-size: 20rem;
        width: max-content; /* テキスト幅に合わせる */
    }
}
@media (max-width: 440px) {
    .scroll_section a {
        font-size: 18rem;
    }
}
.scroll_section a:hover {
    opacity: .6;
}
.scroll_section a::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 17rem;
    height: 17rem;
    border-top: 3rem solid #DA5D93;
    border-right: 3rem solid #DA5D93;
    transform: translateX(0) rotate(135deg);
    top: 2rem;
    right: -35rem;
    transition: transform 0.3s ease;
}
@media (max-width: 834px) {
    .scroll_section a::after {
        top: -1rem;
        right: -40rem; 
    }
}
@media (max-width: 440px) {
    .scroll_section a::after {
        right: -30rem; 
        width: 14rem;
        height: 14rem;
        border-top: 2rem solid #DA5D93;
        border-right: 2rem solid #DA5D93;
    }
}
/* ページ内外リンク位置調整 */
.link-position {
    top: -170rem;
    display: block;
    position: relative;
}
@media (max-width: 440px) {
    .link-position {
        top: -120rem;
    }
}
/* ページ内外リンク位置調整 */
.page_ticket_wrapper {
    margin: 120rem auto;
    width: 70%;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 100rem;
}
@media (max-width: 834px) {
    .page_ticket_wrapper {
        margin: 80rem auto;
        width: 90%;
        padding-bottom: 80rem;
    }
}
@media (max-width: 440px) {
    .page_ticket_wrapper {
        margin: 60rem auto;
        padding-bottom: 60rem;
    }
}
.page_ticket_list {
    display: flex;
    flex-direction: column;
    gap: 50rem;
}
@media (max-width: 834px) {
    .page_ticket_list {
        gap: 30rem;
    }
}
@media (max-width: 440px) {
    .page_ticket_list {
        gap: 25rem;
    }
}
.page_ticket_item {
    border-radius: 30rem;
    padding: 60rem 80rem;
}
.page_ticket_item:nth-child(1) {
    background: #f9dbe8;
}
.page_ticket_item:nth-child(2) {
    background: #e6f6ff;
}
.page_ticket_item:nth-child(3) {
    background: #ead6ff;
}
@media (max-width: 834px) {
    .page_ticket_item {
        padding: 40rem 60rem;
    }
}
@media (max-width: 440px) {
    .page_ticket_item {
        padding: 30rem 25rem;
    }
}
.page_ticket_item_title {
    font-size: 44rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-bottom: 40rem;
    color: #DA5D93;
}
.page_ticket_item:nth-of-type(1) .page_ticket_item_title {
    color: #DA5D93;
}
.page_ticket_item:nth-of-type(2) .page_ticket_item_title {
    color: #5DB6DA;
}
.page_ticket_item:nth-of-type(3) .page_ticket_item_title {
    color: #B94DFF;
}
@media (max-width: 834px) {
    .page_ticket_item_title {
        font-size: 32rem;
        margin-bottom: 20rem;
    } 
}
@media (max-width: 440px) {
    .page_ticket_item_title {
        font-size: 24rem;
        margin-bottom: 15rem;
    } 
}
.page_ticket_item_text {
    font-size: 28rem;
    letter-spacing: 0.03em;
    line-height: 1.7;
}
@media (max-width: 834px) {
    .page_ticket_item_text {
        font-size: 20rem;
    }
}
@media (max-width: 440px) {
    .page_ticket_item_text {
        font-size: 18rem;
    }
}
.page_ticket_item_memo {
    font-size: 23rem;
    letter-spacing: 0.03em;
    line-height: 1.7;
    color: #B2B2B2;
    margin-top: 15rem;
    display: inline-block;
}
@media (max-width: 834px) {
    .page_ticket_item_memo {
        font-size: 18rem;
        margin-top: 10rem;
    }
}
@media (max-width: 440px) {
    .page_ticket_item_memo {
        margin-top: 5rem;
    }
}
@media (max-width: 440px) {
    .page_ticket_item_memo {
        font-size: 16rem;
    }
}
.page_ticket_item_day {
    font-size: 28rem;
    letter-spacing: 0.03em;
    line-height: 1.7;
    padding: 15rem 40rem;
    background-color: #fff;
    border-radius: 100rem;
    margin-top: 30rem;
}
@media (max-width: 834px) {
    .page_ticket_item_day {
        font-size: 20rem;
        padding: 10rem 30rem;
        margin-top: 20rem;
    }
}
@media (max-width: 440px) {
    .page_ticket_item_day {
        font-size: 18rem;
        margin-top: 15rem;
    }
}
.page_schedule_list {
    /* display: flex;
    flex-direction: column;
    gap: 60rem; */
}
@media (max-width: 834px) {
    .page_schedule_list {
        gap: 30rem;
    }
}
@media (max-width: 440px) {
    .page_schedule_list {
        gap: 35rem;
    }
}
.page_schedule_item {
    margin-bottom: 60rem;
}
.page_schedule_item:last-child {
    margin-bottom: 0;
}
.page_schedule_item_title {
    font-size: 40rem;
    letter-spacing: 0.03em;
    font-weight: 600;
    margin-bottom: 40rem;
}
@media (max-width: 834px) {
    .page_schedule_item_title {
        font-size: 28rem;
        margin-bottom: 20rem;
    }
}
@media (max-width: 440px) {
    .page_schedule_item_title {
        font-size: 20rem;
        margin-bottom: 15rem;
    }
}
.page_schedule_content {
    margin-bottom: 20rem;
    gap: 60rem;
    display: flex;
    align-items: center;
}
@media (max-width: 834px) {
    .page_schedule_content {
        margin-bottom: 5rem;
        gap: 40rem;
    }
}
@media (max-width: 440px) {
    .page_schedule_content {
        flex-direction: column;
        align-items: start;
        margin-bottom: 15rem;
        gap: 0;
    }
}
.page_schedule_content dt {
    font-size: 30rem;
    letter-spacing: 0.03em;
    font-weight: 600;
    line-height: 1.6;
}
@media (max-width: 834px) {
    .page_schedule_content dt {
        font-size: 22rem;
    }
}
@media (max-width: 440px) {
    .page_schedule_content dt {
        font-size: 18rem;
    }
}
.page_schedule_content dd {
    font-size: 30rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
}
@media (max-width: 834px) {
    .page_schedule_content dd {
        font-size: 22rem;
    }
}
@media (max-width: 440px) {
    .page_schedule_content dd {
        font-size: 18rem;
    }
}
.page_schedule_item_memo {
    font-size: 23rem;
    letter-spacing: 0.03em;
    line-height: 1.7;
    color: #B2B2B2;
    display: inline-block;
}
@media (max-width: 834px) {
    .page_schedule_item_memo {
        font-size: 20rem;
    }
}
@media (max-width: 440px) {
    .page_schedule_item_memo {
        font-size: 16rem;
    }
}
.page_guide_last_item {
    font-weight: bold!important;
}
/* 下層〜チケット */

/* 下層〜タイムテーブル */
.page_time_list {
    display: flex;
    flex-direction: column;
}
.page_time_item {
    padding-bottom: 100rem;
    padding-top: 100rem;
    border-bottom: 1px solid #E6E6E6;
}
@media (max-width: 834px) {
    .page_time_item {
        padding-bottom: 80rem;
        padding-top: 80rem;
    }
}
@media (max-width: 440px) {
    .page_time_item {
        padding-bottom: 60rem;
        padding-top: 60rem;
    }
}
.page_time_item:first-child {
    padding-top: 0;
}
.page_time_content {
    margin-bottom: 60rem;
}
@media (max-width: 834px) {
    .page_time_content {
        margin-bottom: 40rem;
    }
}
@media (max-width: 440px) {
    .page_time_content {
        margin-bottom: 35rem;
    }
}
.page_time_content:last-of-type {
    margin-bottom: 0;
}
.page_time_item_title {
    font-size: 30rem;
    letter-spacing: 0.03em;
    font-weight: bold;
    margin-bottom: 20rem;
}
@media (max-width: 834px) {
    .page_time_item_title {
        font-size: 28rem;
    }
}
@media (max-width: 440px) {
    .page_time_item_title {
        font-size: 22rem;
    }
}
.page_time_image {
    width: 100%;
}
.page_time_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 下層〜タイムテーブル */

/* 下層〜出演アーティスト */
.artist_wrapper {
    width: 70%;
    margin: 120rem auto;
}
@media (max-width: 834px) {
    .artist_wrapper {
        width: 90%;
        margin: 80rem auto;
    }
}
@media (max-width: 440px) {
    .artist_wrapper {
        margin: 60rem auto;
    }
}
.artist_list {
    display: flex;
    flex-wrap: wrap;
    gap: 40rem;
}
@media (max-width: 834px) {
    .artist_list {
        gap: 20rem;
    }
}
@media (max-width: 440px) {
    .artist_list {
        gap: 15rem;
    }
}
.artist_item {
    width: 420rem;
    background-color: #fff;
    border-radius: 30rem;
    box-shadow: 1px 1px 20px rgb(147, 147, 147, .16);
    padding-bottom: 30rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 834px) {
    .artist_item {
        width: 365rem;
        padding-bottom: 20rem;
    }
}
@media (max-width: 440px) {
    .artist_item {
        width: 190rem;
        padding-bottom: 20rem;
    }
}
.artist_item:hover {
    transform: translateY(-6px);
}
.artist_image {
    width: 100%;
    height: 240rem;
}
@media (max-width: 834px) {
    .artist_image {
        height: 220rem;
    } 
}
@media (max-width: 440px) {
    .artist_image {
        height: 110rem;
    } 
}
.artist_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 30rem;
    border-top-right-radius: 30rem;
}
@media (max-width: 440px) {
    .artist_image img {
        border-top-left-radius: 20rem;
        border-top-right-radius: 20rem;
    } 
}
.artist_item h2 {
    font-size: 28rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.5;
    text-align: center;
    padding: 30rem 3% 15rem 3%;
}
@media (max-width: 834px) {
    .artist_item h2 {
        font-size: 24rem;
        padding: 20rem 3% 10rem 3%;
    }
}
@media (max-width: 440px) {
    .artist_item h2 {
        font-size: 16rem;
        padding: 15rem 2% 10rem 2%;
    }
}
.artist_day_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15rem;
    padding: 4%;
}
@media (max-width: 834px) {
    .artist_day_list {
        gap: 10rem;
        padding: 3%;
    }
}
@media (max-width: 440px) {
    .artist_day_list {
        gap: 7rem;
        padding: 2%;
    }
}
.artist_day {
    font-size: 25rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    border-radius: 100rem;
    padding: 10rem 30rem;
}
@media (max-width: 834px) {
    .artist_day {
        font-size: 20rem;
        padding: 10rem 25rem;
    }
}
@media (max-width: 440px) {
    .artist_day {
        font-size: 16rem;
        padding: 5rem 15rem;
    }
}
/* 日付色指定 */
.artist_day:nth-child(1) {
    background-color: #a9ddff;
}
.artist_day:nth-child(2) {
    background-color: #B94DFF;
}
.artist_day:nth-child(3) {
    background-color: #e14a98;
}
.artist_day:nth-child(4) {
    background-color: #333;
}
/* 日付色指定 */
.post-categories {
    margin-bottom: 80rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30rem;
}
@media (max-width: 834px) {
    .post-categories {
        margin-bottom: 60rem;
        gap: 20rem;
    }
}
@media (max-width: 440px) {
    .post-categories {
        margin-bottom: 40rem;
        gap: 10rem;
    }
}
.cat-item.current  {
    background: linear-gradient(200deg, #e14a98 0%, #a9ddff 100%);
  }
.cat-item {
    font-size: 28rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #E5E5E5;
    border-radius: 100rem;
    transition: opacity 0.7s ease; 
}
@media (max-width: 834px) {
    .cat-item {
        font-size: 23rem;
    }
}
@media (max-width: 440px) {
    .cat-item {
        font-size: 18rem;
    }
}
.cat-item:hover {
    opacity: .8;
}
.cat-item a {
    padding: 25rem 15rem;
    width: 310rem;
    display: block;
}
@media (max-width: 834px) {
    .cat-item a {
        padding: 15rem;
        width: 140rem;
    } 
}
@media (max-width: 440px) {
    .cat-item a {
        padding: 10rem;
        width: 80rem;
    } 
}
/* 下層〜出演アーティスト  */

/* 下層〜出店飲食店 */
.page_food_wrapper {
    width: 70%;
    margin: 120rem auto;
}
@media (max-width: 834px) {
    .page_food_wrapper {
        width: 90%;
        margin: 80rem auto;
    } 
}
@media (max-width: 440px) {
    .page_food_wrapper {
        margin: 60rem auto;
    } 
}
.page_food_image {
    width: 100%;
}
.page_food_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30rem;
}
.page_food_list {
    display: flex;
    flex-direction: column;
    gap: 70rem;
    margin-top: 80rem;
}
@media (max-width: 834px) {
    .page_food_list {
        gap: 45rem;
        margin-top: 60rem;
    }
}
.page_food_item h2 {
    font-size: 44rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-bottom: 40rem;
}
@media (max-width: 834px) {
    .page_food_item h2 {
        font-size: 28rem;
        margin-bottom: 20rem;
    }
}
@media (max-width: 440px) {
    .page_food_item h2 {
        font-size: 20rem;
        margin-bottom: 15rem;
    }
}
.food_list_image {
    width: 100%;
    margin-bottom: 20rem;
}
.food_list_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30rem;
}
.page_food_item p {
    font-size: 30rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
}
@media (max-width: 834px) {
    .page_food_item p {
        font-size: 20rem;
    }
}
@media (max-width: 440px) {
    .page_food_item p {
        font-size: 18rem;
    }
}
/* 下層〜出店飲食店 */

/* 下層〜アクセス */
.page_access_wrapper {
    width: 70%;
    margin: 120rem auto;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 100rem;
}
@media (max-width: 834px) {
    .page_access_wrapper {
        width: 90%;
        margin: 80rem auto;
        padding-bottom: 80rem;
    }
}
@media (max-width: 440px) {
    .page_access_wrapper {
        margin: 60rem auto;
        padding-bottom: 60rem;
    }
}
.access_place_list {
    display: flex;
    flex-direction: column;
    gap: 50rem;
}
@media (max-width: 440px) {
    .access_place_list {
        gap: 30rem;
    }
}
.access_place_item {
    font-size: 28rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
    margin-bottom: 15rem;
}
.access_place_item:last-child {
    margin-bottom: 0;
}
@media (max-width: 834px) {
    .access_place_item {
        font-size: 20rem;
        letter-spacing: 0.03em;
        line-height: 1.6;
        margin-bottom: 15rem;
    }
}
@media (max-width: 440px) {
    .access_place_item {
        font-size: 18rem;
    }
}
.access_place_address {
    margin-bottom: 10rem;
}
@media (max-width: 440px) {
    .access_place_address {
        margin-bottom: 5rem;
    }
}
.access_place_item a,
.access_ticket_item a,
.area_url a {
   text-decoration: underline;
   display: inline-block;
   margin-bottom: 15rem;
   position: relative;
   color: #DA5D93;
   display: inline-block;
   word-break: break-word; 
   overflow-wrap: break-word;
   max-width: 100%; 
}
@media (max-width: 440px) {
    .access_place_item a,
    .access_ticket_item a,
    .area_url a {
   margin-bottom: 5rem;
}
}
.iframe_content iframe {
    width: 800rem;
    height: 600rem;
    margin-top: 20rem;
}
@media (max-width: 834px) {
    .iframe_content iframe {
        width: 100%;
        height: 400rem;
        margin-top: 20rem;
    }
}
@media (max-width: 440px) {
    .iframe_content iframe {
        height: 280rem;
    }
}
.access_attention {
    font-size: 28rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
}
@media (max-width: 834px) {
    .access_attention {
        font-size: 20rem;
    } 
}
@media (max-width: 440px) {
    .access_attention {
        font-size: 18rem;
    } 
}
.access_text {
    font-size: 28rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
}
@media (max-width: 834px) {
    .access_text {
        font-size: 20rem;
    }
}
@media (max-width: 440px) {
    .access_text {
        font-size: 18rem;
    }
}
.access_title_text {
    font-weight: bold;
    font-size: 34rem;
    letter-spacing: 0.03em;
    margin-bottom: 20rem;
    margin-top: 40rem;
}
@media (max-width: 834px) {
    .access_title_text {
        font-size: 24rem;
        margin-bottom: 15rem;
        margin-top: 30rem;
    }
}
@media (max-width: 440px) {
    .access_title_text {
        font-size: 20rem;
        margin-bottom: 10rem;
    }
}
.access_map_image {
    width: 100%;
    margin-bottom: 40rem;
    margin-top: 40rem;
}
.access_map_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30rem;
}
.page_section_text {
    font-size: 28rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
    margin-bottom: 60rem;
}
@media (max-width: 834px) {
    .page_section_text {
        font-size: 20rem;
        margin-bottom: 40rem;
    }
}
@media (max-width: 440px) {
    .page_section_text {
        font-size: 18rem;
        margin-bottom: 20rem;
    }
}
.access_last_list {
    display: flex;
    flex-direction: column;
    gap: 50rem;
}
@media (max-width: 834px) {
    .access_last_list {
        gap: 40rem;
    } 
}
@media (max-width: 440px) {
    .access_last_list {
        gap: 30rem;
    } 
}
.access_last_item {
    font-size: 28rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
}
@media (max-width: 834px) {
    .access_last_item {
        font-size: 20rem;
    } 
}
@media (max-width: 440px) {
    .access_last_item {
        font-size: 18rem;
    } 
}
.access_ticket_list {
    margin-top: 20rem;
    display: flex;
    flex-direction: column;
    gap: 40rem;
}
@media (max-width: 834px) {
    .access_ticket_list {
        margin-top: 10rem;
        gap: 20rem;
    }
}
.access_ticket_content:first-of-type {
    margin-bottom: 30rem;
}
.access_place_text_ft {
    margin-bottom: 10rem;
}
.access_last_last_list {
    display: flex;
    flex-direction: column;
    gap: 50rem;   
}
@media (max-width: 834px) {
    .access_last_last_list {
        gap: 40rem;   
    }
}
@media (max-width: 440px) {
    .access_last_last_list {
        gap: 30rem;   
    }
}
.access_last_last_item {
    font-size: 28rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
}
@media (max-width: 834px) {
    .access_last_last_item {
        font-size: 20rem;
    } 
}
@media (max-width: 440px) {
    .access_last_last_item {
        font-size: 18rem;
    } 
}
.access_last_title {
    font-weight: bold;
    font-size: 30rem;
    margin-bottom: 5rem;
}
@media (max-width: 834px) {
    .access_last_title {
        font-size: 24rem;
    }
}
@media (max-width: 440px) {
    .access_last_title {
        font-size: 20rem;
    }
}
/* 下層〜アクセス */

/* 下層〜エリアマップ */
.page_area_wrapper {
    width: 70%;
    margin: 120rem auto;
}
@media (max-width: 834px) {
    .page_area_wrapper {
        width: 90%;
        margin: 80rem auto;
    }
}
@media (max-width: 440px) {
    .page_area_wrapper {
        margin: 60rem auto;
    }
}
.area_list {
    display: flex;
    flex-direction: column;
    gap: 50rem;
}
@media (max-width: 834px) {
    .area_list {
        gap: 40rem;
    }
}
@media (max-width: 440px) {
    .area_list {
        gap: 30rem;
    }
}
.area_title {
    font-size: 28rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
    margin-bottom: 20rem;
}
@media (max-width: 834px) {
    .area_title {
        font-size: 24rem;
    } 
}
@media (max-width: 440px) {
    .area_title {
        font-size: 20rem;
    } 
}
.area_image {
    width: 100%;
    margin-bottom: 20rem;
}
.area_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30rem;
}
.area_url {
    font-size: 28rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
}
@media (max-width: 834px) {
    .area_url {
        font-size: 24rem;
    }
}
@media (max-width: 440px) {
    .area_url {
        font-size: 18rem;
    }
}
/* 下層〜エリアマップ */


/* 下層〜お知らせ一覧 */
.page_news_wrapper {
    margin: 120rem auto;
    width: 70%;
}
@media (max-width: 834px) {
    .page_news_wrapper {
        margin: 80rem auto;
        width: 90%;
    } 
}
@media (max-width: 440px) {
    .page_news_wrapper {
        margin: 60rem auto;
    } 
}
/* 下層〜お知らせ一覧 */

/* 下層〜お知らせ詳細 */
.page_single_wrapper {
    width: 70%;
    margin: 250rem auto 120rem;
}
@media (max-width: 834px) {
    .page_single_wrapper {
        width: 90%;
        margin: 180rem auto 80rem;
    } 
}
@media (max-width: 440px) {
    .page_single_wrapper {
        margin: 100rem auto 60rem;
    } 
}
.page_single_date {
    color: #B2B2B2;
    font-size: 25rem;
    letter-spacing: 0.03em;
    margin-bottom: 40rem;
}
@media (max-width: 834px) {
    .page_single_date {
        font-size: 22rem;
        margin-bottom: 20rem;
    }
}
@media (max-width: 440px) {
    .page_single_date {
        font-size: 18rem;
        margin-bottom: 10rem;
    }
}
.page_single_title {
    font-size: 44rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-bottom: 80rem;
    padding-bottom: 80rem;
    border-bottom: 1px solid #E6E6E6;
    line-height: 1.3;
}
@media (max-width: 834px) {
    .page_single_title {
        font-size: 28rem;
        margin-bottom: 40rem;
        padding-bottom: 40rem;
    }
}
@media (max-width: 440px) {
    .page_single_title {
        font-size: 20rem;
        margin-bottom: 20rem;
        padding-bottom: 20rem;
    }
}
.page_single_content {
    margin-top: 60rem;
}
@media (max-width: 834px) {
    .page_single_content {
        margin-top: 40rem;
    }  
}
@media (max-width: 440px) {
    .page_single_content {
        margin-top: 20rem;
    }  
}
.block {
    font-size: 28rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
}
@media (max-width: 834px) {
    .block {
        font-size: 20rem;
    }
}
@media (max-width: 440px) {
    .block {
        font-size: 18rem;
    }
}
/* 下層〜お知らせ詳細 */
