@media screen and (max-width: 768px) {
  /*---------------header---------------------------*/
html { font-size: 16px; }
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  h1 {
    font-size: 1.5rem;
    font-family: "Sawarabi Gothic";
    font-weight: 500;
    line-height: 1.7;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
  }
  h2 {
    font-size: 30px;
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    line-height: 2;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
  }
  h3 {
    font-size: 22px;
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    padding: 0;
  }
  h4 {
    font-size: 1rem;
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    padding: 0;
  }
  h5 {
    font-size:1rem;
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    padding: 0;
	color:#FFFFFF;
  }
  h6 {
    font-size: 1.563vw;
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    padding: 0;
	  
  }
  .header .menu_btn {
    display: block;
  }
  .header .header-reservation {
    display: none;
  }
  .header .menu_btn {
    z-index: 200;
    position: absolute;
    right: 5%;
    top: 35%;
    text-align: center;
  }
  .overlay-content ul li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    font-style: bold;
    line-height: 1.7;
    text-align: center;
    margin: 15px;
    font-family: "Zen Maru Gothic";
  }
  .overlay-content ul li:last-child a {
    display: inline-block;
    padding: 16px 80px;
    border-radius: 30px;
    color: #ffffff;
    background-color: #f08700;
    font-family: "Sawarabi Gothic";
  }
  .overlay {
    width: 100% !important;
  }
  .menu_btn .menu_container {
    display: inline-block;
    cursor: pointer;
    /*     margin-top: 10px; */
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 31px;
    height: 2px;
    transition: 0.4s;
    background-color: #FFFFFF;
  }
  .bar2 {
    margin: 6px 0;
  }
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-2px, 0px);
    background-color: white;
  }
  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-12px, -10px);
    background-color: white;
  }
  .overlay {
    display: none;
  }
  .overlay {
    height: 500px;
    width: 0%;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    background-color: #000000;
    overflow-x: hidden;
    transition: 0.5s;
  }
  .overlay-content {
    position: relative;
    top: 8%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  .overlay-content ul li {
    list-style: none;
    position: relative;
    background-image: linear-gradient(to right, #ffffff, #ffffff);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    -webkit-transition: background-size 0.5s ease;
    transition: background-size 0.5s ease;
  }

  .overlay-content ul li:hover {
    background-size: 100% 2px;
  }

  .overlay-content ul {
    margin: 90px 20px;
    padding: 0;
  }
  .overlay-content ul li a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    font-style: bold;
    line-height: 1.7;
    text-align: center;
    margin: 15px;
    font-family: "Sawarabi Gothic";
  }
  .overlay a {
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    text-align: left;
    padding: 15px;
  }

  .overlay a:hover,
  .overlay a:focus {
    color: #f1f1f1;
  }
  .overlay .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    color: #fff;
    cursor: pointer;
    z-index: 1000; /* Ensure it's on top of other content */
  }
  .overlay .closebtn:hover {
    color: #f1f1f1;
  }
  .header.scrolled {
    background-color: black !important;
    transition: background-color 0.3s ease;
  }

  .header.scrolled .navigation ul li a {
    color: white;
  }
  .header.scrolled .menu_btn .bar1,
  .header.scrolled .menu_btn .bar2,
  .header.scrolled .menu_btn .bar3 {
    background-color: white !important;
  }
  .header.scrolled .header-logo img {
    filter: invert(1);
  }
  /* 	.header.scrolled .container .header-reservation a{
		background-color:white;
		color:#000000;
	} */
  .header {
    width: 100%;
    height: auto;
    position: fixed;
    background-color: #000000;
    margin: 0 auto;
    opacity: 1;
    z-index: 9999;
  }
  .header .container {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    height: 100px;
  }
  .header .container .navigation ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    gap: 100px;
  }
  .header .container .header-logo {
    width: 20%;
    height: auto;
    position: relative;
    z-index: 50;
  }
  .header .container .header-logo img {
    width: 75.17px;
    height: 82px;
	filter: invert(1);
  }
  /*------------top-section-------------*/
  .top-section img.top-img {
    display: none;
  }
  .top-section {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 128px;
  }
  .top-section .top-section-container {
    position: relative;
    max-width: 95%;
    height: auto;
    background: url(../img/top/FV.svg) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
  }
  .top-section .top-section-container .fv-boxes .fv-box img {
    width: 100vw;
    height: auto;
    top: 0%;
    position: relative;
    opacity: 1;
  }
  .top-section .top-section-container .top-text {
    position: absolute;
    display: inline-block;
    z-index: 1;
    left: 0%;
	top:63%;
  }
  .top-section .top-text .top-text-first {
    display: inline-block;
  }
  .top-section .top-text .top-text-first h1 {
    font-weight: 400;
    margin-bottom: 8px;
    display: inline-block;
    padding: 2px 0px 2px 4px;
    background-color: #000000;
    font-size: 1.3rem;
  }
  .top-section .top-text .top-text-first div.title-content {
    background-color: #000000;
    padding: 2px 0px 2px 4px;
  }
  .top-section .top-text .top-text-first div.title-content p {
    font-family: "Sawarabi Gothic";
    font-size:0.75rem;
    line-height: 160%;
  }
  .top-section .top-text .top-text-first div.title-content p span {
    font-size: 2.604vw !important;
    font-style: normal;
  }
  .top-section .top-text .top-price {
    font-size:0.75rem !important;
    color: #000000;
    background-color: #FFFFFF;
    margin-top: 8px;
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    text-align: left;
    display: table;
    padding: 2px  0px 2px 4px;
  }
  .top-section .top-section-title {
    width: 95%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 10% auto 3%;
  }
  .top-section .top-section-title p {
    font-size: 1rem;
    font-family: "Sawarabi Gothic";
    color: #C2A666;
  }
  .top-section .top-section-title span {
    font-size: 2.083vw !important;
    font-weight: 400;
    font-family: "Sawarabi Gothic";
    line-height: 1.7;
    color: #c2a666;
  }
  .top-section-content {
    max-width: 95%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto 20%;
    gap: 15%;
  }
  .top-section-content img:first-child {
    display: none;
  }
  .top-section-content img:nth-child(2) {
    position: relative;
    width: 627.0935668945312px;
    height: 355.6650390625px;
    border-radius: 8px;
  }
  .top-section-content .top-section-content-left {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    margin: 5% auto;
  }
  .top-section-content .top-section-content-left div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin: 0 8%;
  }
  .top-section-content .top-section-content-left div h1 {
    font-family: "Sawarabi Gothic";
    display: inline-block;
    font-weight: 400;
    font-size:1.25rem;
    line-height: 1;
    color: #ffffff;
    background-color: #000000;
  }
  .top-section-content .top-section-content-left p {
    font-family: "Sawarabi Gothic";
    font-size: 0.75rem;
    line-height: 2;
    color:#FFFFFF;
    text-align: justify;
    margin: 0px 8%;
  }
  .top-section-content .top-section-content-left div span {
    margin-top: 14px;
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 3.906vw;
    line-height: 1;
    color: #ffffff;
    background-color: #000000;
  }
  .top-section-content img {
    width: 90%;
/*     height: 450px; */
    border-radius: 8px;
    object-fit: cover;
    margin: 4% 0%;
  }
  .top-section-content .think-img {
    display: none;
  }
  .top-section-content .think-img-sp {
    display: block;
  }
  /*-----------feature-section--------------*/
  .feature-section {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../img/top/bk.png) center center no-repeat;
    background-size: cover;
/* 	border:1px solid #ffffff; */
    /* z-index: -1; */
  }
  .feature-section .feature-container {
    margin: 0 auto;
    padding: 90px 4px 4px;
    text-align: center;
  }
  .feature-section .feature-container .feature-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .feature-section .feature-container .feature-title h1 {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.7;
    color: #FFFFFF;
  }
  .feature-section .feature-container .feature-title p {
    font-family: "Sawarabi Gothic";
    font-size: 0.75rem;
    color: #C2A666;
  }
  .feature-section .feature-container .feature-content {
    /* max-width: 84%; */
    display: grid;
    grid-template-rows: 1fr 1fr;
    position: relative;
    margin: 40px auto 80px;
    gap: 32px;
  }
  .feature-section .feature-container .feature-content .feature-box {
    background: #000000;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    padding: 4.25vw;
    position: relative;
    gap: 6%;
    border-radius: 8px;
/*     min-width: 330px; */
  }
  .feature-section .feature-container .feature-content .feature-box img {
    width: 25vw;
    height: 23vw;
    object-fit: cover;
    border-radius: 8px;
  }
  .feature-section
    .feature-container
    .feature-content
    .feature-box
    .feature-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 35px 0px;
  }
  .feature-section
    .feature-container
    .feature-content
    .feature-box
    .feature-text
    h3 {
    font-family: "Sawarabi Gothic";
    font-size: 1rem;
    color: #FFFFFF;
    text-align: left;
    font-weight: 400;
    line-height: 1.85;
  }
  .feature-section
    .feature-container
    .feature-content
    .feature-box
    .feature-text
    p {
    font-family: "Sawarabi Gothic";
    font-size: 0.75rem;
    line-height: 1.8;
    color: #FFFFFF;
    text-align: left;
  }
  .feature-section
    .feature-container
    .feature-content
    .feature-box
    .point-number {
    position: absolute;
    top: 8%;
    right: 2%;
    font-size:0.5rem;
    color: #C2A666;
    font-weight: 300;
    font-style: italic;
    line-height: 170%;
    font-family: "Sansation";
  }
  .feature-section
    .feature-container
    .feature-content
    .feature-box
    .point-number
    span {
    font-size:1rem;
    /*     line-height: 1.7; */
    font-family: "Sansation";
  }
  /*----------------price-section------------------*/
  .price-section {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #000000;
  }
  .price-section .price-container {
    max-width: 100%;
    height: auto;
    position: relative;
    margin: 10% 2%;
/*     min-width: 305px; */
  }
  .price-section .price-container .price-top {
    width: 100%;
    height: auto;
    position: relative;
    /* 	min-width:305px; */
  }
  .price-section .price-container .price-top .price-top-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /* gap: 48%; */
    padding: 20px 0px;
  }
  .price-section
    .price-container
    .price-top
    .price-top-header
    .price-top-header-left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 2.604vw;
  }
  .price-section
    .price-container
    .price-top
    .price-top-header
    .price-top-header-left
    h1 {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    color: #FFFFFF;
  }
  .price-section
    .price-container
    .price-top
    .price-top-header
    .price-top-header-left
    span {
    font-family: "Sansation Light";
    font-weight: 300;
    font-size: 0.625rem;
    color: #FFFFFF;
    font-style: italic;
  }
  .price-section .price-container .price-top .price-top-header a {
    padding: 6px 24px;
    border-radius: 100px;
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 0.75rem;
    background-color: #FFFFFF;
    color:#000000;
  }
  .price-section .price-container .price-top .price-top-mid {
    width: 100%;
    height: auto;
    position: relative;
  }
  .price-section .price-container .price-top .price-top-mid .price-top-mid-1 {
    max-width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #565656;
    padding: 4% 0px;
    gap: 4vw;
  }
  .price-section
    .price-container
    .price-top
    .price-top-mid
    .price-top-mid-1
    .price-top-mid-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
/*     gap: 2vw; */
  }
  .price-section
    .price-container
    .price-top
    .price-top-mid
    .price-top-mid-1
    .price-top-mid-left
    img {
    width: 12vw;
/*     height: 50px; */
    object-fit: contain;
  }
  .price-section
    .price-container
    .price-top
    .price-top-mid
    .price-top-mid-1
    .price-top-mid-left
    p {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #FFFFFF;
	white-space:nowrap;
  }
	.title-text {
        display: block;
    }
    .title-text:contains("4回チケット") {
        white-space: pre-wrap;
    }
    .title-text:contains("4回チケット"):after {
        content: "4回\nチケット";
    }
	 .price-section
    .price-container
    .price-top
    .price-top-mid
    .price-top-mid-1
    .price-top-mid-left
	.price-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
	}
  .price-section .price-container .price-top .price-top-mid .price-top-mid-1 p {
    font-family: "Sansation";
    font-weight: 400;
    font-size:0.875rem;
    line-height: 20px;
    color: #FFFFFF;
	white-space:pre-wrap;
  }
.price-section .price-container .price-top .price-top-mid .price-top-mid-1 .price-content p{
	font-size:0.75rem;	
	line-height:7vw;
}
	 .price-section
    .price-container
    .price-top
    .price-top-mid
    .price-top-mid-1
    .price-top-mid-left
	.price-content p:last-of-type{
    width: 48vw;
    position: relative;
    white-space: normal;
	}
	  .price-section
    .price-container
    .price-top
    .price-top-mid
    .price-top-mid-1
    .price-top-mid-left
	.price-content p:last-of-type:hover{
		position:relative;
		cursor:pointer;
	}	
 .price-section
    .price-container
    .price-top
    .price-top-mid
    .price-top-mid-1:nth-of-type(5)
    .price-top-mid-left
	.price-content p:last-of-type::after{
	content: "";	
	width:20px; 
	height:30px;
    background: url(../img/top/price-hover.png) center center /contain no-repeat;
    position: absolute;
    right: 14vw;
    top: -8.1vw;
	width:17vw;
	height:7vw;
	}
  .price-section
    .price-container
    .price-top
    .price-top-mid
    .price-top-mid-1
    p
    span {
    font-size: 2.344vw;
  }
  .price-section
    .price-container
    .price-top
    .price-top-mid
    .price-top-mid-1:last-child {
    border-bottom: 1px solid #565656;
  }
  .price-section .price-container .price-top .price-top-bottom {
    max-width: 100%;
    height: auto;
    position: relative;
    padding: 2.604vw;
    margin: 2.604vw auto;
    background-color: #f7f7f7;
  }
  .price-section .price-container .price-top .price-top-bottom h2,
  .price-section .price-container .price-top .price-top-bottom p {
    font-size: 2.344vw;
    font-weight: 400;
    font-family: "Sawarabi Gothic";
    line-height: 1.5;
    color: #000000;
  }
  .price-section .price-container .price-bottom {
    max-width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0px 28px;
  }
  .price-section .price-container .price-bottom .price-bottom-header-left {
    max-width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 25px;
  }
  .price-section .price-container .price-bottom .price-bottom-header-left h1 {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.7;
    color: #FFFFFF;
  }
  .price-section .price-container .price-bottom .price-bottom-header-left span {
    font-family: "Sansation Light";
    font-weight: 300;
    font-size:0.625rem;
    color: #FFFFFF;
    font-style: italic;
    padding-bottom: 1px;
  }
  .price-section .price-container .price-bottom a {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size:0.75rem;
    line-height: 1;
    color: #FFFFFF;
    padding: 5px 30px;
  }
  .price-section .price-container .price-bottom a::after {
    content: url(../img/arrow_sp.png);
    position: absolute;
    right: 1%;
    top: 33%;
	filter:invert(1);
  }
  .price-section .price-container .price-bottom-notification {
    max-width: 100%;
    height: auto;
    position: relative;
  }
  .price-section
    .price-container
    .price-bottom-notification
    .price-bottom-notification-1 {
    max-width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0px;
    border-top: 1px solid #565656;
  }
	.price-section
    .price-container
    .price-bottom-notification
	.price-bottom-notification-1:last-child{
	border-bottom:1px solid #565656;
	} 
  .price-section
    .price-container
    .price-bottom-notification
    .price-bottom-notification-1
    .price-bottom-notification-1-left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* gap: 20px; */
    max-width: 45%;
  }
  .price-section
    .price-container
    .price-bottom-notification
    .price-bottom-notification-1
    .price-bottom-notification-1-left
    .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
  }
  .price-section
    .price-container
    .price-bottom-notification
    .price-bottom-notification-1
    .price-bottom-notification-1-left
    .content
    p {
    font-family: "Sansation";
    font-size: 2.453vw;
    font-weight: 400;
    color: #000000;
    max-width: 100%;
    white-space: nowrap;
  }
  .price-section
    .price-container
    .price-bottom-notification
    .price-bottom-notification-1
    .price-bottom-notification-1-left
    .content
    h1 {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 24px;
    color: #FFFFFF;
  }
  .price-section
    .price-container
    .price-bottom-notification
    .price-bottom-notification-1
    p {
    max-width: 50%;
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 0.5rem;
    line-height: 24px;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .price-section
    .price-container
    .price-bottom-notification
    .price-bottom-notification-1
    img {
    width: 10vw;
/*     height: 71px; */
    object-fit: contain;
  }
  .price-section img.price-img {
    display: none;
  }
  .price-section img.price-img-bottom {
    display: none;
  }
  /*---------------------category-section----------------------*/
  .category-section {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../img/top/bk.png) center center no-repeat;
    background-size: cover;
  }
  .category-section .container {
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 10% 3%;
  }
  .category-section .container .category-title {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
  }
  .category-section .container .category-title::before {
    content: url("../img/Vector-4.png");
    position: absolute;
    left: 41%;
    top: 0%;
  }
  .category-section .container .category-title h1 {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 4.167vw;
    line-height: 1.7;
    color: #FFFFFF;
    margin: 20px 0px;
  }
  .category-section .container .category-content {
    height: auto;
    position: relative;
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 50px;
    max-width: 100%;
    padding: 2%;
  }
  .category-section .container .category-content .category-content-left {
    max-width: 100%;
    height: auto;
    position: relative;
    display: grid;
  }
  .category-section .container .category-content .category-content-left div {
    /* width: 100%; */
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 0px !important;
  }
  .category-section .container .category-content .category-content-left img {
    max-width: 100%;
/*     height: 350px; */
    object-fit: contain;
    border-radius: 8px;
    position: relative;
  }
  .category-section
    .container
    .category-content
    .category-content-left
    .category-text {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 10px;
    margin-top: 10px;
  }
  .category-section
    .container
    .category-content
    .category-content-left
    .category-text
    > p {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 24px;
    color: #FFFFFF;
  }
  .category-section
    .container
    .category-content
    .category-content-left
    .category-text
    .category-text-detail {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
  }
  .category-section
    .container
    .category-content
    .category-content-left
    .category-text
    .category-text-detail
    > img {
    width: 10px;
    height: 10px;
    object-fit: contain;
  }
  .category-section
    .container
    .category-content
    .category-content-left
    .category-text
    .category-text-detail
    > span {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size:0.75rem;
    line-height: 20px;
    color: #FFFFFF;
  }
  /*-----------------information-section-----------------*/
  .information-section {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #000000;
    padding: 10% 0% 0%;
  }
  .information-section .store-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 12%;
  }
  .information-section .store-info h2 {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size:1.5rem;
    line-height: 1.7;
    color: #FFFFFF;
  }
  .information-section .store-info h2::before {
    content: url("../img/Vector-4.png");
    position: absolute;
    left: 43%;
    top: -25%;
  }
  .information-section .store-info > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin: 25px auto;
  }
  .information-section .store-info p {
    font-weight: 400;
    font-family: "Sawarabi Gothic";
    font-size: 0.75rem;
    line-height: 28px;
    color: #FFFFFF;
  }
  .information-section .store-info p:nth-child(1) {
    margin-left: 44px;
  }
  .information-section .store-info p:nth-child(4) {
    margin-left: 44px;
  }
  .information-section .store-info p:nth-child(5) {
    margin-left: 44px;
  }
  .information-section .map {
    max-width: 100%;
    height: auto;
    position: relative;
    padding: 0% 2%;
  }
  .information-section .map > iframe {
    width: 100%;
    height: 645px;
  }
  .information-section .map > img.map-img {
    position: absolute;
    width: 71px;
    height: 71px;
    top: 37%;
    right: 53%;
  }
  /*-----------footer-------------------*/
  .footer {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #000000;
    margin: 0 auto;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .footer .footer-container {
    padding: 10% 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
	border-top: 1px solid #565656;
  }
  .footer .footer-container .footer-left {
    display: inline-block;
    text-align: center;
  }
  .footer .footer-container .footer-left img {
    width: 22vw;
/*     height: 135px; */
    object-fit: contain;
  }
  .footer .footer-container .footer-left p {
    display: none;
    font-weight: 400;
    font-size: 12px;
    font-family: "Sawarabi Gothic";
    line-height: 28px;
    color: #ffffff;
  }
  .footer .footer-container .footer-right {
    /* width: 50%; */
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .footer .footer-container .footer-right .footer-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 68px;
  }
  .footer .footer-container .footer-right .footer-link {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 100px;
  }
	.footer .footer-container .footer-right .footer-link a img{
		width:8vw;
	}
  .footer .footer-container .footer-right .footer-nav a {
    font-weight: 400;
    font-family: "Sawarabi Gothic";
    font-size:1rem;
    line-height: 1;
    color: #ffffff;
  }
  .footer .footer-container .footer-right .footer-bottom-text {
    font-weight: 400;
    font-size: 0.75rem;
    font-family: "Sawarabi Gothic";
    line-height: 28px;
    color: #ffffff;
    text-align: center;
  }
  /*--------------introduction-section----------------*/
  .introduction-FV {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
  }
  .introduction-FV .content-wrapper {
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
  .introduction-FV .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .introduction-FV .text h1 {
    margin-bottom: 10px;
  }

  .introduction-FV .text h4 {
    margin: 0 !important;
  }

  .introduction-FV .image-container {
    flex: 1;
  }

  .introduction-FV .image-container img {
    max-width: 100%;
    height: 78vw;
    border-radius: 8px;
    object-fit: cover;
    margin: 8% auto;
  }
  /*------------service-section---------------------*/
  .service-section {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .service-section .service-container {
    width:98%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 8% 0%;
  }
  .service-section .service-header {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .service-section .service-header-title {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 8px;
  }
  .service-section .service-header-title > img {
    width: 8.333vw;
/*     height: 10px; */
    object-fit: cover;
  }
  .service-section .service-header-title > h1 {
    margin: 0;
  }
  .service-section .service-header > h3 {
    font-size:2.604vw !important;
  }
  .service-section .service-details {
	width:98%;
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 24px;
  }
  .service-section .service-details .service-item {
    display: flex;
    flex-direction: row;
    /*     justify-content: space-between; */
    align-items: center;
    position: relative;
    border-radius: 8px;
    padding: 2.604vw;
    border: 2px solid #c2a666;
    gap: 4%;
  }
  .service-section .service-details .service-item img {
    width: 21vw;
    height: 19vw;
    border-radius: 8px;
	object-fit:cover;
  }
  .service-section .service-details .service-item p:first-child {
    font-family: "Sansation";
    position: absolute;
    font-weight: 300;
    font-style: italic;
    font-size:0.5rem;
    line-height: 170%;
    color: #c2a666;
    top: 3%;
    right: 2%;
  }
  .service-section .service-details .service-item p:first-child span {
    font-size:1rem;
  }
  .service-section .service-details .service-item .item-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 10px;
  }
  .service-section .service-details .service-item .item-container > p {
    font-weight: 400;
    font-family: "Sawarabi Gothic";
    font-size:0.75rem;
/*     line-height: 0.75rem; */
    word-break: normal;
  }
  /*-------------traniner-section----------------*/
  .trainer-section {
    width: 100%;
    height: auto;
    position: relative;
  }
  .trainer-section .trainer-container {
    height: auto;
    display: grid;
    grid-template-rows: 1fr;
    align-items: center;
    padding: 0px 0% 15rem 0%;
    gap: 14rem;
  }

  .trainer-section .trainer-container .trainer-item {
    width: 100%;
    position: relative;
    max-width: auto;
    height: auto;
  }
  .trainer-section .trainer-container .trainer-item .trainer-item-detail-1{
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: #6D5D39;
    position: absolute;
    z-index: 1;
    bottom: -20%;
    left: 0%;
    padding: 10px;
    overflow: visible;
    gap: 0.5rem;
  }
  .trainer-section .trainer-container .trainer-item .trainer-item-img {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
  }
  .trainer-section .trainer-container .trainer-item img {
    width: 100%;
    position: relative;
    object-fit: cover;
  }
  .trainer-section .trainer-container .trainer-item .trainer-item-detail {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color:#6D5D39;
    position: absolute;
    z-index: 1;
    bottom: -10rem;
    left: 0%;
    padding: 0.5rem;
    overflow: visible;
    gap: 0.5rem;
    /* margin: 0% 13%; */
  }
.trainer-section .trainer-container .trainer-item .trainer-item-detail-1 .trainer-item-detail-title {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        gap: 4%;
        border-bottom: 1px solid #FFFFFF;
}

  .trainer-section .trainer-container .trainer-item .trainer-item-detail  .trainer-item-detail-title h2 {
    font-size: 1.5rem;
    color: #ffffff;
  }
   ul{
    font-size: 0.75rem;
    color: #FFFFFF;
    margin: 0;
	padding-left: 1.4rem;
  }
  .trainer-subtitle{
    font-size: 0.75rem;
  }
  .trainner-item-title-content-wm {
        display: inline-grid;
    }
.trainer-section .trainer-container .trainer-item .trainer-item-detail .trainer-item-detail-title {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        gap: 4%;
        border-bottom: 1px solid #FFFFFF;
    }
  .trainer-section .trainer-container .trainer-item .trainer-item-detail-1  .trainer-item-detail-title  p,
  .trainner-item-title-content-wm {
    font-family: "Sawarabi Gothic" !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
    line-height: 22.3px !important;
    color: #ffffff !important;
  }
    .trainer-section .trainer-container .trainer-item .trainer-item-detail-1 p:last-of-type{
        font-size: 0.75rem;
        line-height: 24px;
        font-family: "Sawarabi Gothic";
        color: #ffffff;
        text-align: justify;
}
  .trainer-section .trainer-container .trainer-item > p {
    font-size: 32px;
    font-family: "Sansation";
    font-weight: 300;
    line-height: 1.7;
    font-style: italic;
    color: #FFFFFF;
    position: absolute;
    top: -5%;
    left: 5%;
    writing-mode: vertical-rl;
    text-align: center;
    /* transform: rotate(180deg); */
    z-index: 9999999;
  }
  .trainer-section .trainer-container .trainer-item-title {
    display: none;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    top: -10%;
  }
  .trainer-section .trainer-item-title-sp {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 2%;
  }
  .trainer-section .trainer-item-title-sp h1 {
    font-size: 40px;
    position: relative;
    font-family: "Sansation";
    font-weight: 300;
    line-height: 1.5;
    font-style: italic;
    color: #000000;
  }
  .trainer-section .trainer-item-title-sp h2 {
    font-family: "Sansation";
    font-weight: 300;
    line-height: 1.5;
    font-style: italic;
    color: #000000;
    position: relative;
    font-size: 40px;
  }
  .trainer-section .trainer-item-title-sp h3 {
    font-family: "Sansation";
    font-weight: 300;
    line-height: 1.5;
    font-style: italic;
    color: #000000;
    position: relative;
    font-size: 40px;
  }
  .trainer-section .trainer-container .trainer-item-title h1 {
    font-size: 50px;
    font-family: "Sansation";
    font-weight: 300;
    line-height: 1.5;
    font-style: italic;
    color: #000000;
  }
  .trainer-section .trainer-container .trainer-item-title p {
    font-size: 24px;
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    line-height: 1.7;
    font-style: italic;
    color: #000000;
  }

  .trainer-section .trainer-container .trainer-item-2 {
    width: 100%;
    position: relative;
    max-width: auto;
    height: auto;
    /* top: 15%; */
  }
  .trainer-section .trainer-container .trainer-item-2 .trainer-item-img {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
  }
  .trainer-section .trainer-container .trainer-item-2 img {
    width: 100%;
    height: 550px;
    position: relative;
    object-fit: cover;
  }
  .trainer-section .trainer-container .trainer-item-2 .trainer-item-detail {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: #000000;
    position: absolute;
    z-index: 1;
    top: 75.5%;
    left: 0%;
    padding: 10px;
    overflow: visible;
    gap: 5px;
    /* margin: 0% 13%; */
  }
  .trainer-section .trainer-container .trainer-item-2 .trainer-item-detail h2 {
    font-size: 28px;
    color: #ffffff;
  }
  .trainer-section .trainer-container .trainer-item-2 .trainer-item-detail p {
    font-family: "Sawarabi Gothic" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 22.3px !important;
    color: #ffffff !important;
  }
  .trainer-section
    .trainer-container
    .trainer-item-2
    .trainer-item-detail
    .p:last-child {
    font-size: 17px;
  }
  .trainer-section .trainer-container .trainer-item-2 > p {
    font-size: 20.44px;
    font-family: "Sansation";
    font-weight: 300;
    line-height: 1.7;
    font-style: italic;
    color: #000000;
    position: absolute;
    top: -8%;
    right: 5%;
    writing-mode: vertical-rl;
    text-align: center;
    /* transform: rotate(180deg); */
    z-index: 9999999;
  }
  .trainer-section > img.image-1 {
    display: none;
    width: 100%;
    height: 500px;
    position: absolute;
    transform: rotate(-7.2deg);
    top: -80%;
    right: -25%;
  }
  .trainer-section img.image-2 {
    display: none;
    width: 100%;
    height: 500px;
    position: absolute;
    transform: rotate(27deg);
    top: -48%;
    left: -35%;
  }
  /*-----------gallery-section------------------*/
  .gallery-section {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../img/introduction/bk.png) center center no-repeat;
    background-size: cover;
	z-index:1;
  }
  .gallery-section .gallery-container {
    max-width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .gallery-section .gallery-container .gallery-container-body {
    max-width: 100%;
    width: 95%;
    gap: 40px;
    /* display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 8%;
    position: relative; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 12% auto;
  }
  .gallery-section .gallery-container .gallery-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .gallery-section .gallery-container .gallery-title > div {
    text-align: center;
  }
  .gallery-section .gallery-container .gallery-title > div > img {
    width: 60px;
    height: auto;
    object-fit: cover;
  }
  .gallery-section .gallery-container .gallery-content {
    width: 90%;
    position: relative;
    display: inline-block;
    border-radius: 10px;
  }
  .gallery-section .gallery-container .gallery-content img {
    width: 100%;
    height: 436px;
    object-fit: cover;
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .gallery-section .gallery-container .gallery-content .gallery-content-text {
    background-color: #ffffff;
    width: auto;
    height: auto;
    padding: 20px 22px;
  }
  .gallery-section
    .gallery-container
    .gallery-content
    .gallery-content-text
    h5.text-1 {
    line-height: 24px;
    color:#000000;
    font-size:0.9rem;
  }
  .gallery-section
    .gallery-container
    .gallery-content
    .gallery-content-text
    h5.text-2 {
    line-height: 20px;
    font-size: 1rem !important;
	color:#000000;
  }
  .gallery-section
    .gallery-container
    .gallery-content
    .gallery-content-text
    h5.text-2
    span {
    font-size: 22px !important;
    line-height: 20px !important;
    color: #c2a666;
  }
  .gallery-section .gallery-container .gallery-container-body .gallery-index {
    font-family: "Sansation";
    font-weight: 300;
    font-style: italic;
    font-size: 50px;
    line-height: 1.5;
    color: #ffffff;
    position: absolute;
    top: 16%;
    right: 10%;
  }
  /*--------------------FAQ-section----------------*/
  .fag-section {
    width: 100%;
    height: auto;
    position: relative;
    padding: 16% 0% 16% 0%;
  }
  .fag-section .fag-container {
    /* max-width: 48%; */
    height: auto;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
/*     gap: 40px; */
    padding: 0% 2%;
  }
  .fag-section .fag-container .fag-header {
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 18px;
  }
  .fag-section .fag-container .fag-header h5 {
    color: #c2a666;
    padding: 10px 0px;
  }
  .fag-section .fag-container .fag-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0% 2%;
  }
  .fag-section .fag-container .fag-content .fag-item {
    display: flex;
    max-width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 16px 0px;
    gap: 20px;
    border-top: 1px solid #0000001a;
  }
  .fag-section .fag-container .fag-content .fag-item img {
    width: 71px;
    height: 71px;
    object-fit: cover;
  }
  .fag-section .fag-container .fag-content .fag-item .fag-item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 8px;
  }
  .fag-section
    .fag-container
    .fag-content
    .fag-item
    .fag-item-content
    .fag-item-content-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 10px;
  }
  .fag-section
    .fag-container
    .fag-content
    .fag-item
    .fag-item-content
    .fag-item-content-title
    h4 {
    font-family: "Sansation";
    line-height: 24px;
    color:#FFFFFF;
  }
  .fag-section
    .fag-container
    .fag-content
    .fag-item
    .fag-item-content
    .fag-item-content-body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 10px;
  }
  .fag-section
    .fag-container
    .fag-content
    .fag-item
    .fag-item-content
    .fag-item-content-body
    h4 {
    font-family: "Sansation";
    line-height: 24px;
    /* font-weight: 300; */
  }
  .fag-section
    .fag-container
    .fag-content
    .fag-item
    .fag-item-content
    .fag-item-content-body
    p {
    font-family: "Sawarabi Gothic";
    font-size: 0.75rem;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
  }
  .fag-section img.vector {
    width: 32%;
    height: auto;
    position: absolute;
    /* transform: rotate(-7.2deg); */
    top: -2%;
    right: 0%;
  }
  /*--------------notification-section------------------*/
  .notification-section {
    width: 100%;
    height: auto;
    position: relative;
    padding:125px 0% 10% 0%;
  }
  .notification-section .notification-container {
    /* max-width: 55%; */
    height: auto;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0% 4%;
  }
  .notification-section .notification-container .notification-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .notification-section
    .notification-container
    .notification-header
    img.header-img {
    width: 10.417vw;
/*     height: 10px; */
    object-fit: cover;
  }
  .notification-section .notification-container .notification-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 8%;
  }
  .notification-section
    .notification-container
    .notification-content
    .notification-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 16%;
    padding:2% 1%;
    border-top: 1px solid #565656;
  }
	 .notification-section
    .notification-container
    .notification-content
	.notification-item:nth-of-type(5){
	border-bottom: 1px solid #565656;	
	}
  .notification-section
    .notification-container
    .notification-content
    .notification-item
    .notification-item-title {
    display: flex;
    width: 100%;
    flex: 1;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    gap: 2%;
    padding-bottom: 12px;
    /* border: 1px solid red; */
  }
  .notification-section
    .notification-container
    .notification-content
    .notification-item
    .notification-item-title
    img {
    width: 10.5vw;
/*     height: 71px; */
    object-fit: cover;
  }
  .notification-section
    .notification-container
    .notification-content
    .notification-item
    .notification-item-title
    .notification-item-subtitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    gap: 4px;
  }
  .notification-section
    .notification-container
    .notification-content
    .notification-item
    .notification-item-title
    .notification-item-subtitle
    h6 {
    font-family: "Sansation";
    line-height: 24px;
    color: #00000080;
  }
  .notification-section
    .notification-container
    .notification-content
    .notification-item
    .notification-item-title
    .notification-item-subtitle
    h4 {
    line-height: 24px;
    color:#FFFFFF;
  }
  .notification-section
    .notification-container
    .notification-content
    .notification-item
    p {
    font-weight: 400;
    font-family: "Sawarabi Gothic";
    font-size: 0.75rem;
    line-height:240%;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* arrow notificaton */

  .pagination {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    flex-wrap: wrap;
  }

  .page-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 7.031vw;
    height: 7.031vw;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 500;
    transition: 0.3s;
    font-size: 2.083vw;
  }

  .start {
    position: relative;
    color: #000000;
    display: block;
  }

  .start::after {
    content: "";
    width: 1.302vw;
    height: 1.302vw;
    border: 0px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(225deg);
    position: absolute;
    top: 37%;
    left: 3.125vw;
  }

  .end {
    position: relative;
    color: #000000;
    display: block;
  }

  .end::after {
    content: "";
    width: 1.302vw;
    height: 1.302vw;
    border: 0px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(45deg);
    position: absolute;
    top: 37%;
    right: 3.125vw;
  }
  .pagination .prev,
  .pagination .next {
    display: none;
  }
  .page-btn:hover.start::after,
  .page-btn:hover.end::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .page-btn:hover {
    background-color: #000000;
    color: #fff;
  }

  .page-btn.active {
    background-color: #FFFFFF;
    color: #000000;
  }

  a.disabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  /*-------------single---------------*/
  .single-top {
    max-width: 100%;
    height: auto;
    padding: 4% 3% 4% 3%;
	margin-top:125px;
  }
  .single-top .container {
    /* max-width: 75%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin: 0 auto;
    gap: 7.031vw;
  }
  .single-top .breadcrumb {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    gap: 8px;
  }
  .single-top .post-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .single-top .breadcrumb a {
    font-weight: 400;
    font-family: "Sawarabi Gothic";
    font-size: 1.823vw;
    line-height: 100%;
    color: #808080;
  }
  .single-top .breadcrumb p {
    font-weight: 400;
    font-family: "Sawarabi Gothic";
    font-size: 2.865vw;
    line-height: 100%;
    color: #808080;
    margin-top: -2px;
  }
  .single-top .post-container p {
    font-family: "Sansation";
    font-weight: 400;
    font-size: 1.823vw;
    line-height: 24px;
    color: #FFFFFF;
  }
  .single-top .post-container a {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size:2.453vw;
    line-height: 100%;
    color: #c2a666;
    position: relative;
    padding: 1% 3%;
  }
  .single-top .post-container a::after {
    content: "";
	width: 1.302vw;
    height: 1.302vw;
    border: 0px;
    border-top: 2px solid #C2A666;
    border-right: 2px solid #C2A666;
    transform: rotate(45deg);
    position: absolute;
    right: -2%;
    top: 30%;
  }
  .item-content {
    /* max-width: 75%; */
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
    gap: 40px;
    padding: 0 3%;
  }
  .item-content h2 {
    font-size: 3.125vw;
  }
  .item-content img {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
  .item-content p {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 1.823vw !important;
    line-height: 480%;
    color: #FFFFFF;
  }
  .item-event {
    /* max-width: 75%; */
    height: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin: 56px auto;
    padding: 0 3%;
  }
  .item-event a {
    font-family: "Sawarabi Gothic";
    font-weight: 400;
    font-size: 2.453vw;
    line-height: 100%;
    color: #c2a666;
    position: relative;
    padding: 1% 3%;
  }
  .item-event a::after {
    content: "";
	width: 1.302vw;
    height: 1.302vw;
    border: 0px;
    border-top: 2px solid #C2A666;
    border-right: 2px solid #C2A666;
    position: absolute;
	transform: rotate(45deg);
    right: -2%;
    top: 30%;
  }
}
