@charset "UTF-8";

/*-------------------------
gm2025 ルピシア グラン・マルシェ
-------------------------*/
/* mindBEMding */

/*import
-------------------------------------*/
@import "flow.css";


/*variables
-------------------------------------*/
:root {
  /*--red: #b81c22; */
  --red: #c7290a;
  --bg-orange: #ea5514;
  --bgl-orange: #f3d193;
  --l-orange: #fde2b1;
  --ll-orange: #faedd4;
  --qa-orange: #f6dbb2;
  --yellow: #fad552;
  --light-brown: #aa8d64;
  --brown: #6a3906;
  --qa-brown: #e6dfc1;
  --dark-brown: #3d2309;
  --bg-beige: #ffffe4;
  --qa-beige: #f4f2e6;
  --dark-beige: #f2ebce;
  --footer-beige: #ded1a4;
  --qa-white: #fbfaf6;
  --l-green: #c4d567;
  --ll-green: #d2e18a;
  --y-green:#60a439;
  --green: #1b5330;
  scroll-behavior: smooth;
}




/*common
-------------------------------------*/
span {
  display: inline-block;
  max-width: 100%;
}

li {
  list-style-type: none;
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

a.underline,
a:visited .underline {
  text-decoration: underline;
}

.mincho {
    font-family: "Sawarabi Mincho", serif;
}

.body {
  width: auto;
  position: relative;
  left: 0;
  margin-left: 0;
  background: var(--bg-beige);
  font-size: 18px;
  font-family: "Sawarabi Gothic", sans-serif;
}

.body__section {
  margin: 0 auto;
  max-width: 1000px;
  padding: 60px 0;
  text-align: center;
}

.sp-only {
  display: none !important;
}

.breadcrumbs {
  display: block;
  text-align: start;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  color: var(--brown);
  font-size: 16px;
}

.to-top {
  display: none;
}

/* title, texts */
.section-title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: start;
}

.section-title {
  font-family: "Sawarabi Mincho", serif;
  font-weight: bold;
  font-size: 36px;
  color: var(--brown);
  padding-bottom: 16px;
}

.section-title--withimg {
  padding: 0;
}

.section-title-img {
  padding-right: 16px;
}

.lead-text {
  padding-top: 20px;
  padding-bottom: 30px;
}

.lead-text__link {
  padding: 0 10px;
  text-decoration: underline;
}

.sml-text {
  padding: 10px 0;
  font-size: 16px;
  text-align: start;
}

.big-text {
  padding: 4px 10px;
  font-weight: bold;
  font-size: 24px;
}

.big-text--highlight {
  background: var(--yellow);
  color: var(--red);
  display: inline-block;
}

.big-text--red {
  color: var(--red);
}

.text-link {
  text-decoration: underline !important;
  padding: 10px 0px;
  text-align: center;
  display: block;
}

/* buttons */
.button-wrap {
  position: relative;
}

.button-big {
  font-size: 1.3rem;
  padding: 12px 38px 12px 38px;
  position: relative;
  float: none;
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-big__arrow {
  position: absolute;
  right: 12px;
  font-size: 18px;
}

.button-big--white {
  background-color: white;
  color: #333;
  border: 2px solid #333;
}

.button-big--red {
  background-color: var(--red);
  color: white;
  border: none;
}

.button-big--dark-beige {
  background-color: var(--dark-beige);
}

.button-big--brown {
  background-color: var(--light-brown);
}

.button-big--grey {
  background-color: grey;
  color: white;
  opacity: 0.5;
  pointer-events: none;
}

.button-big--dark-brown {
  background-color: var(--brown);
  color: white;
  border: none;
}

.button-sml {
  padding: 12px 24px 12px 24px;
  position: relative;
  float: none;
  display: flex;
  min-width: 250px;
  border-radius: 6px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1.2;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.button-sml__arrow {
  position: absolute;
  right: 8px;
  font-size: 12px;
}

.button-sml--white {
  background-color: white;
  color: var(--red);
  border: 2px solid var(--red);
}

.button-sml--red {
  background-color: var(--red);
  color: white;
  border: 2px solid var(--red);
}

.button-sml--brown {
  background-color: var(--brown);
  color: white;
  border: 2px solid var(--brown);
}

.button-sml--disabled {
  background-color: var(--red);
  color: white;
  border: 3px solid var(--red);
  opacity: 0.5;
}

.button-sml--grey {
  background-color: gray;
  color: white;
  border: 3px solid gray;
  opacity: 0.5;
}

.button-sml--disabled,
.button-sml--grey {
  opacity: 0.5 !important;
}

.sns-links {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.sns-links__item {
  color: #220000;
}

.sns-links__icon {
  font-size: 40px;
  margin: 0 20px;
}

.sns-links--sp-no-stick,
.sns-links--sticky {
  position: fixed !important;
  height: 0;
  margin: 0;
  bottom: 200px;
  right: 12px;
  margin-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  z-index: 10;
  flex-direction: column;
}

.sns-links__item--sticky {
  height: 40px;
  width: 40px;
  background: #220000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  margin-bottom: 6px;
}

.sns-links__icon--sticky {
  font-size: 24px;
  line-height: 40px !important;
  margin: 0;
  display: inline-block;
  color: white;
}

.sns-links__fb {
  font-size: 30px !important;
  position: relative;
  top: 5px;
}

.back-to-top {
  z-index: 100;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-size: 1.5rem;
  box-sizing: border-box;
}

.back-to-top__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  background: #220000;
  color: #fff;
}

/* others */
.text-divider {
  font-size: 24px;
  font-weight: bold;
  color: var(--brown);
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-divider--start {
  padding-top: 60px;
  padding-bottom: 20px;
}

.text-divider--start::before {
  content: "●";
  padding-right: 6px;
  font-size: 20px;
}

.text-divider--start::after {
  content: "";
  height: 2px;
  background: var(--brown);
  flex: 1;
  margin-left: 20px;
}

.text-divider--center {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin: 20px auto;
  width: 60%;
}

.text-divider--center::before,
.text-divider--center::after {
  content: "";
  height: 4px;
  background-color: #e5dfc4;
  flex-grow: 1;
}

.text-divider--center::before {
  margin-right: 2rem;
}

.text-divider--center::after {
  margin-left: 2rem;
}

/* header
-------------------------------------*/

.header {
  background: var(--dark-brown);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px 10px 20px;
  width: 100%;
  box-sizing: border-box;
}

.header__logo {
  height: 20px;
}

.header__buttons {
  display: inline-flex;
  padding-left: 20px;
}

.header-link {
  font-weight: bold;
  font-size: 15px;
  padding: 4px 15px;
}

.header-link--menu {
  display: none;
}

.header-link--menu.active {
  display: block;
}

.header-link__text {
  color: #ffffff;
}

.header-link__icon {
  color: #ffffff;
  font-size: 40px;
  vertical-align: middle;
}

.header-link__text:hover {
  border-bottom: solid 1px #fff;
}

.sp-menu {
  position: fixed !important;
  z-index: 11;
  display: none;
  width: 100%;
  background: var(--bg-beige);
  padding-top: 50px;
  position: relative;
  height: 500px;
}

.sp-menu__link-wrap {
  text-align: center;
  padding-top: 20px;
}

.sp-menu__text {
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}

.sp-menu__link {
  font-size: 16px;
  padding-top: 20px;
}

.sp-menu__dial {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.navi-wrap {
  height: auto;
  padding: 20px 0;
  background: var(--dark-beige);
  position: relative;
  z-index: 1;
}

.navi-items {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.navi-items__link {
  padding-right: 0;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.navi-items__link--active {
  color: #e86036;
  padding: 0 7px;
}

.navi-items__link--active span {
  border-bottom: dashed 2px #e86036;
}

.navi-items__text {
  color: #333 !important;
}

.navi-items__arrow {
  color: #e86036;
  font-size: 30px;
  vertical-align: middle;
  padding: 0 7px;
}
.btn_radius {
  border-radius: 4px;
  overflow: hidden;
}
.main-image-wrapper {
  background: var(--bg-orange);
  /* background: url(../assets/index/pc/bg-paper.png),var(--bg-orange); */
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 30px;

  text-align: center;
  /* background-size: cover;
  background-position: 50%; */
  /* ヘッダー高さ調整 */
  /* margin-bottom: -54px; */
}

.main-image {
  z-index: -1;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-top: 20px;
}

.main-image__img {
  max-width: 100%;
  position: relative;
  /* bottom: -30px; */
}

.tooltip {
  color: white;
  font-weight: normal;
  opacity: 0.7;
  font-size: clamp(8px, 3.5vw, 14px);
}

.main-image__tooltip {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -54px;
  width: max-content;
}

.tooltip__title {
  background: var(--brown);
  padding: 8px 10px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.tooltip__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: var(--brown) transparent transparent transparent;
  position: relative;
  top: -1px;
  left: 50%;
  transform: translate(-50%);
}
/* コンテンツ内のボタン配置
-------------------------------------*/
.content__reserve {
  text-align: center;
}
.content__reserve-btn {
  max-width: 300px;
  width: 70%;
  position: relative;
  margin: 50px auto 80px;
}
.content__tooltip {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: max-content;
}


/* footer
-------------------------------------*/
.footer-top-background {
  background: var(--footer-beige);
  /* background: var(--bg-orange); */
  text-align: center;

}

.footer-top {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 30px 12px;
}

.footer-top__dial {
  width: 100%;
}

.footer-button-wrap__button:not(:last-child) {
  margin-bottom: 10px;
}

.footer-top__recruit-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  box-sizing: border-box;
}

.recruit__title {
  font-weight: bold;
  color: #222;
  border-bottom: 1px solid #222;
  text-align: start;
  margin-bottom: 8px;
}

.recruit__button {
  margin-top: 12px;
  width: 100%;
  border-radius: 0;
  font-weight: normal;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.recruit__button:last-child {
  margin-left: 20px;
}

.recruit__button:first-child {
  margin-right: 20px;
}

.recruit__button-wrap {
  display: flex;
  justify-content: space-between;
}

.recruit__button-arrow {
  font-size: 12px;
}

.footer-bottom-background {
  background: var(--dark-brown);
}

.footer-bottom {
  max-width: 1000px;
  color: white;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-links__link {
  width: 100%;
  display: flex;
  font-size: 16px;
  justify-content: center;
  position: relative;
}

.footer-links__link:not(:nth-last-child(2))::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  transform: translate(-50%);
  top: 4px;
  width: 1px;
  height: 14px;
  background-color: white;
}

.footer-links__link a {
  color: white;
}

.footer-bottom__copyright {
  margin-top: 30px;
}

/* modal
-------------------------------------*/

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
  font-size: 1.1rem;
}

.modal-title {
  text-align: center;
  margin-bottom: 12px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.1s ease-out;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.1s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-container:has(div.change_reserv):before {
  height: 46%;
}
.close-button {
  display: block;
  width: 30px;
  height: 30px;
  top: -60px;
  right: -50px;
  margin: 20px !important;
  opacity: 0.9;
}

.close-button:active {
  top: -60px;
}

.close-button::before,
.close-button::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* 棒の幅（太さ） */
  height: 35px; /* 棒の高さ */
  background: #fff;
}

.close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal {
  background: var(--bg-beige) !important;
}

.modal__child:first-child {
  margin-bottom: 24px;
}

.modal-box {
  padding: 12px 16px;
}

.modal-box--orange {
  background: #f8d98d;
}

.modal-box--white {
  background: #fff;
  border: 1px solid #f8d98d;
  box-sizing: border-box;
}

.modal-box__title {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 12px;
}

.modal-box__text {
  font-size: 0.95rem;
  text-align: center;
}

.modal-box__text--sml {
  font-size: 0.8rem;
  text-align: start;
}

.modal-box__note {
  font-size: 0.8rem;
  text-align: center;
}

.modal-box__button {
  max-width: 300px;
  margin: 16px auto 12px;
  font-size: 0.95rem;
}

/* index section: ライブ配信ボタン
-------------------------------------*/

.live-button-wrap {
  position: fixed;
  top: 200px;
  left: 0;
  z-index: 2 !important;
}

.live-button {
  background: var(--bg-orange);
  padding: 16px 28px;
  display: flex;
  flex-direction: column;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.live-modal-wrap:hover {
  z-index: 2 !important;
  opacity: 1 !important;
}

.live-button:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.live-button__text {
  font-size: 20px;
  color: white;
  font-weight: bold;
  writing-mode: vertical-rl;
  margin: 12px 0;
}

/*index section: イントロ
-------------------------------------*/
.index-intro-background {
  background: var(--bg-beige);
  position: relative;
  overflow: hidden;
}

.index-intro-background__img-wrap {
  overflow: hidden;
  top: 260px;
  width: 1700px;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.index-intro-background__img {
  position: relative;
  width: 100%;
  z-index: 0;
}

.index-intro__funparts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto;
  padding: 20px 0;
  max-width: 1000px;
}

.funparts__each {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
}

.funparts__each img {
  padding: 0 10px;
  box-sizing: border-box;
}

.index-intro__atgm {
  margin-top: 40px;
}

.index-intro-atgm__desc {
  text-align: start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.index-intro-atgm__img {
  padding-right: 20px;
  max-width: 100%;
}

/*index section: 新着情報
-------------------------------------*/
.index-news-background {
  background: #ffffff;
}

.index-news__list {
  margin: 20px;
}

.index-news__member-button {
  margin: 30px 0;
  max-width: 100%;
}

.index-news__share {
  text-align: center;
}

.newinfo__each {
  display: flex;
  flex-wrap: wrap;
  text-align: start;
  padding: 16px 16px;
  border-bottom: 2px solid #ddd;
}

.newinfo__date {
  font-weight: bold;
  flex: 1;
}

.newinfo__title {
  flex: 5;
}

.newinfo__title--red {
  color: var(--red);
}

.newinfo__new-badge {
  background: var(--red);
  padding: 2px 4px;
  color: white;
  display: inline;
  font-size: 16px;
  margin-right: 5px;
}

/*index section: 開催情報
-------------------------------------*/
.index-guide-background {
 background: url(//www.lupicia.co.jp/gm/2025/assets/index/bg_gm_01.jpg),var(--bg-beige) repeat top center;
   background-blend-mode: multiply; 


  /* background: var(--bg-beige); */
  text-align: center;
}

.index-guide__illust {
  max-width: 100%;
}

.index-guide__text {
  padding-bottom: 20px;
}

.index-guide__caution {
  margin-bottom: 20px;
}
.index-guide__att {
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 14px;
}

.special {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: var(--dark-beige);
  padding: 32px;
}

.special__wrap {
  display: flex;
  text-align: start;
  align-items: flex-start;
  padding: 0 16px;
}

.special__wrap:not(:last-child) {
  border-right: 3px dashed var(--light-brown);
}

.sp-one {
  flex: 3;
}

.sp-two {
  flex: 2;
}

.special__img {
  height: auto;
  margin-right: 16px;
  padding-top: 10px;
}

.special__title {
  font-size: 30px;
  font-weight: bold;
  color: var(--brown);
  margin-bottom: 12px;
}

.schedule {
  background: white;
  border: 1px solid var(--light-brown);
}

.schedule__venue {
  padding: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.schedule__venue:not(:last-child) {
  border-bottom: 1px solid var(--light-brown);
}

.schedule__title {
  text-align: start;
  font-size: 22px;
  font-weight: bold;
  flex: 2;
}

.schedule__text {
  text-align: start;
  font-size: 20px;
  flex: 7;
}

.schedule__button-wrap {
  flex: 3;
}

.schedule__button {
  margin-bottom: 10px;
}

.schedule__notice {
  padding-top: 10px;
  text-align: start;
}

/*index section: ブース紹介
-------------------------------------*/
.index-welcome-background {
  background: url(../assets/index/pc/intro_bg.png), var(--bg-beige);
  /* background: url(../assets/index/pc/welcom_bg.png), #fde2b1; */
  /* background:  url(//www.lupicia.co.jp/gm/2024/assets/booth/welcom_bg.png),var(--bg-beige); */
  /* url(//www.lupicia.com/page/gm/img/2022/bg_gm_01.jpg) repeat top center; */
  background-repeat: no-repeat, repeat;
  background-position: top center;
  text-align: center;
  padding-top: 50px;
}
.fuki_ttl {
  position: relative;
  display: inline-block;
  margin: 1.5em auto;
  padding: 15px 40px;
  max-width: 90%;
  color: #FFF;
  font-size: clamp(16px, 5vw, 26px);
  font-family: "Sawarabi Mincho", serif;
  background: var(--brown);
  line-height: 1.2;
}
.fuki_ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid var(--brown);
}

.booth_wrap,
.booth_wrap_2 {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
}
.booth {
  width: 48%;
  max-width: 420px;
  margin: 10px;
  background: rgba(255,255,255,.7);
  position: relative;
}
.booth_new {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 5px 7px 3px;
  color: #fff;
  background: var(--red);
  font-size: 14px;
  font-weight: bold;

}
.booth_icon {
  position: absolute;
  top: 10px;
  left: -10px;
  height: auto;
}
.booth_icon img {
  width: 140px;
}
.booth_img {
  width: 100%;
}
.booth_img img {
  width: 100%;
}
.booth_txt {
  padding: 10px 20px 20px;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.6;
  text-align: left;
}
.booth_ttl {
  font-family: "Sawarabi Mincho", serif;
  color: var(--brown);
  padding: 15px 5px 0;
  font-size: clamp(18px, 2.8vw, 20px);
  text-align: center;
}

/*index section: ようこそ & LIVE
-------------------------------------*/

.midokoro_list {
  display: flex;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  flex-wrap: wrap;
}
.midokoro_list li {
  width: 48%;
  margin: 20px 1%;
}
.midokoro_list li img {
  width: 100%;
}

.index-welcome__img {
  margin-top: 40px;
  width: 100%;
}

.index-welcome__live {
  border: 1px solid var(--light-brown);
  margin-top: 40px;
}

.live-link__hr {
  border-top: dashed 1px var(--brown);
  margin: 0;
}

.live-link {
  display: flex;
  padding: 24px 0;
  flex-wrap: wrap;
  position: relative;
}

.live-link__title {
  padding: 20px;
}

.live-header {
  background: var(--brown);
  text-align: start;
  padding: 4px 12px;
  color: white;
  margin: 0;
}

.live-link-wrap {
  padding: 0 60px;
}

.live-link-bg {
  background: white;
  padding: 8px 16px;
  margin-bottom: 32px;
}

.live-link__onair {
  display: flex;
  align-items: center;
  background: var(--red);
  color: white;
  padding: 4px 12px;
  position: absolute;
  width: 130px;
  justify-content: space-between;
  font-weight: bold;
  z-index: 1;
  left: 12px;
  top: 16px;
}

.live-link__archive {
  display: flex;
  align-items: center;
  background: white;
  color: #666;
  border: 1px solid #666;
  padding: 4px 12px;
  position: absolute;
  justify-content: space-between;
  font-weight: bold;
  z-index: 1;
  left: 12px;
  top: 16px;
}

.live-link__sumbnail {
  flex: 2;
  padding-top: 8px;
}

.live-link__desc {
  flex: 2.5;
  text-align: start;
  margin-left: 24px;
}

.live-link__schedule {
  font-size: 22px;
  color: #dc5f1a;
}

.live-link__livename {
  font-size: 20px;
}

.live-link__guest {
  display: flex;
  align-items: start;
  padding-top: 12px;
}

.live-link__guest-desc {
  font-size: 14px;
}

.live-link__guest-name {
  font-weight: bold;
  font-size: 16px;
}

.live-link__guest-img {
  padding-right: 16px;
}

.live-link__sumbnail img {
  width: 100%;
}

.live-link__text {
  font-size: 16px;
  padding: 0;
  width: 100%;
}

.live-howto {
  background: white;
  border: 3px solid #e6dfc1;
  padding: 28px;
  margin: 40px 0 60px;
  text-align: start;
}

.live-howto__title {
  font-size: 24px;
  text-align: start;
}

.live-howto__desc {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  background: #f3f4f5;
  padding: 20px;
  flex-wrap: wrap;
}

.live-howto__icon {
  display: flex;
  align-items: flex-start;
  flex: 1;
}

.live-howto__icon:nth-child(odd) {
  margin-right: 12px;
}

.live-howto__desc-inner {
  display: flex;
  align-items: flex-start;
  margin-top: 12px;
  width: 100%;
}

.live-howto__text {
  margin: 0 12px;
}

.live-howto__note {
  margin: 16px 0 10px;
  font-size: 0.9rem;
}

/*index section: 決済方法
-------------------------------------*/
.index-payment-background {
  background: white;
  text-align: center;
}

.index-payment__img {
  margin-top: 40px;
  width: 100%;
}

/*index section: ＠グランマルシェ
-------------------------------------*/
.index-atgm-background {
  background: var(--bg-beige);
  text-align: center;
}

.index-atgm__title {
  max-width: 100%;
}

.index-atgm__points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.index-atgm__link-wrap {
  margin-top: 24px;
}

.index-atgm__button {
  margin-top: 24px;
}

.atgm-points__each {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
}

.atgm-points__each img {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}

.index-atgm__button {
  margin-top: 24px !important;
}

/*開催情報
-------------------------------------*/

.guide__caution {
  margin-bottom: 20px;
}

.guide-schedule {
  background: white;
  border: 1px solid var(--light-brown);
  padding: 24px;
  text-align: start;
}

.guide-schedule__notice {
  margin-top: 20px;
}

.menu-wrap {
  position: relative;
}

.guide__menu {
  margin-top: 40px;
}

.menu {
  display: flex;
  justify-content: center;
  background: #f8d98d;
  border-radius: 6px;
  padding: 8px 12px;
}

.menu__link {
  padding: 0 20px 0 14px;
  color: var(--brown);
  font-weight: bold;
  display: flex;
  /*justify-content: center; */
  align-items: center;
  box-sizing: border-box;
  position: relative;
}


.menu__link a {
  color: var(--brown);
}

.menu__link--disabled a {
  color: var(--light-brown);
}

.menu__link:not(:last-child)::after {
  content: "";
  height: 60%;
  width: 2px;
  position: absolute;
  right: 0;
  top: 20%;
  background-color: var(--brown);
}

.menu__tooltip {
  width: 150px;
  position: absolute;
  top: -50px;
  left: -5px;
}

.schedule-info__date {
  font-size: 30px;
  font-weight: bold;
}

.schedule-info__detail {
  font-size: 24px;
}

.schedule-info__button {
  margin: 20px auto 0 0;
  max-width: 300px;
}

.notice-box {
  padding: 20px;
  border-radius: 8px;
  border: 3px solid var(--red);
}

.notice-box__title {
  color: var(--red);
  font-weight: bold;
  margin-bottom: 10px;
}

.notice-box__text {
  font-size: 16px;
}

.notice-box__text:not(:last-child) {
  margin-bottom: 20px;
}

.notice-box__link {
  text-align: start;
}

.guide-schedule__caution {
  color: var(--red);
  line-height: 2;
  margin-top: 20px;
}

.guide-access {
  background: white;
  border: 1px solid var(--light-brown);
  padding: 24px;
  text-align: start;
}

.guide-access__title {
  font-size: 24px;
  font-weight: bold;
}

.guide-access__detail {
  font-size: 20px;
  margin-bottom: 10px;
}

.guide-access__map {
  margin-bottom: 20px;
}

.guide-access__notice {
  margin-top: 20px;
}

/* Shuttle bus */

.guide-bus {
  background: white;
  border: 1px solid var(--light-brown);
  padding: 20px;
  text-align: start;
  margin-top: 40px;
}

.guide-bus__title {
  font-size: 24px;
  font-weight: bold;
}

.guide-bus__text {
  font-size: 18px;
  margin-bottom: 10px;
}

.gmap__title {
  font-size: 18px;
  margin-bottom: 10px;
}

.gmap__map {
  margin-bottom: 32px;
  max-width: 600px;
}

.guide-bus__table {
  margin: 32px 0;
}

.guide-bus__gmap {
  margin-top: 32px;
}

.timetable__date {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.timetable__title {
  font-size: 20px;
  margin-bottom: 10px;
}

.timetable__table {
  display: flex;
  align-items: start;
  margin-bottom: 24px;
}

.timetable__img:nth-child(odd) {
  margin-right: 32px;
}

/* hall map */

.guide-hallmap {
  background: white;
  border: 1px solid var(--light-brown);
  padding: 20px;
  text-align: start;
}

.guide-hallmap__title {
  font-size: 24px;
  font-weight: bold;
}

.guide-hallmap__text {
  font-size: 18px;
  margin-bottom: 50px;
}

.guide-hallmap__button {
  margin: 0;
  width: 300px;
}

.guide-hallmap__map {
  margin: 30px 0;
  width: 60%;
}

.guide-hallmap__map__big {
  margin: 30px 0;
  /*width: 60%; 縦長の時*/
  width: 100%; /*横長の時*/
}

.hallmap-button__tooltip {
  position: absolute;
  width: 150px;
  top: -40px;
  left: 70px;
}

/* live */

.guide-live {
  background: white;
  border: 1px solid var(--light-brown);
  padding: 24px;
  text-align: start;
}

.guide-live__wrap {
  padding: 24px 0;
}

.guide-live__title {
  font-size: 1.4rem;
}

/*Q&A
-------------------------------------*/

.qa {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}

.qa__header {
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid black;
  text-align: start;
  padding-top: 50px;
}

.qa__wrap {
  text-align: start;
  padding-top: 60px;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.qa__title {
  font-size: 20px;
  /* background: var(--m-orange); */
  padding: 40px 20px 15px;
}

.qa__q {
  font-weight: bold;
  background: var(--bgl-orange);
  padding: 15px 20px;
}

.qa__a {
  background: var(--ll-orange);
  padding: 15px 20px 20px;
  font-size: 16px;
}

.qa-payment__img {
  width: 100%;
}
.qa .link {
  text-decoration: underline;
}

/*LIVE動画
-------------------------------------*/

.video {
  max-width: 1000px;
}

.video__corner-title {
  background: var(--dark-brown);
  padding: 8px 20px;
  color: white;
  font-weight: bold;
  font-weight: 20px;
  text-align: start;
}

.video__highlight {
  margin-bottom: 80px;
}

.live-card-wrap {
  width: 33.3%;
  padding: 14px;
  box-sizing: border-box;
}

.live-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: white;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 8px;
  overflow: hidden;
  position: relative;
  justify-content: space-between;
  box-sizing: border-box;
  height: 100%;
}

.sumbnails {
  display: flex;
  flex-wrap: wrap;
  height: initial;
  position: relative;
  text-align: start;
  padding: 20px;
  padding-bottom: 40px;
}

.live-card__img {
  width: 100%;
  text-align: center;
}

.live-card__playbtn-layer {
  width: 100%;
  position: absolute;
}

.live-card__desc {
  font-size: 14px;
  margin: 12px;
  text-align: start;
}

.live-card__text {
  font-weight: bold;
}

.video__radio-niseko {
  margin-top: 30px;
}

.radio-niseko {
  background-color: #e6dfc1;
  padding: 30px;
  text-align: start;
}

.rn_triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 50px;
  border-color: transparent transparent #e6dfc1 transparent;
  margin-left: 200px;
}

.reporter {
  display: flex;
  padding-bottom: 16px;
}

.reporter-each {
  width: 100%;
  display: flex;
  align-items: start;
}

.reporter__face {
  margin-right: 12px;
  width: auto;
  height: 150px;
}

.reporter__name {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 12px;
}

.reporter__text {
  padding-top: 8px;
  flex: 1;
}

.sumbnail {
  width: auto;
  height: 200px;
}

.radio-niseko__desc {
  display: flex;
  justify-content: center;
}

.rn-desc__title {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 8px;
}

.rn-desc__whats {
  margin-left: 0;
  padding: 20px;
  background-color: var(--bg-beige);
  display: flex;
}

.rn-desc__info {
  margin-left: 0 !important;
  display: flex;
  align-items: flex-end;
  background-color: var(--bg-beige);
  margin-top: 16px;
}

.rn-desc__img {
  width: 46%;
  height: auto;
}

.rn-desc__link-wrap {
  padding-left: 12px;
  font-size: 16px;
}

.rn-desc__text {
  font-size: 14px;
  width: 60%;
  padding-right: 20px;
  box-sizing: border-box;
}

.rn-desc__link {
  margin-left: 0 !important;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
}

.rn-desc__linkimg {
  padding-right: 8px;
  box-sizing: border-box;
  width: 130px;
  height: auto;
}

.rn-desc__linktext {
  width: 100%;
  font-size: 12px;
}

.yt-link {
  text-align: center;
  padding-left: 16px;
}

.yt-link__text {
  display: block;
  margin-top: 12px;
  text-decoration: underline !important;
}

/* ---
Tablet 
-----*/
@media screen and (max-width: 1000px) {
  .body__section {
    margin: 0 auto;
    max-width: 1000px;
    padding: 60px 16px;
    text-align: center;
  }

  .footer-top__dial {
    width: 70%;
  }

  .main-image-wrapper {
    margin-bottom: -10vw;
  }

  .main-image {
    padding-bottom: 100px;
  }

  .navi-wrap {
    padding: 10px 0;
  }

  .navi-items {
    padding: 0 30px;
  }

  .navi-items__link {
    font-size: 16px;
  }

  .section-title {
    font-size: 30px;
  }

  .footer-dialarea__dial {
    width: 70%;
    margin-right: 20px;
  }

  .footer-top {
    justify-content: center;
  }

  .footer-top__recruit-wrap {
    padding: 40px 12px;
  }

  .index-intro-background__img-wrap {
    top: 180px;
    width: 1300px;
  }

  .schedule__venue {
    flex-wrap: wrap;
    padding: 10px;
  }

  .schedule__title {
    flex: none;
    width: 30%;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 6px;
  }

  .schedule__text {
    flex: none;
    width: 70%;
    font-size: 16px;
  }

  .schedule__button-wrap {
    flex: none;
    width: 70%;
    max-width: 400px;
    margin-left: auto;
    margin-top: 10px;
  }

  .live-link {
    padding: 10px;
  }

  .sp-one {
    display: flex;
    flex-wrap: wrap-reverse;
  }

  /*LIVE動画
-------------------------------------*/
  .video__highlight {
    margin-bottom: 40px;
  }

  .live-card-wrap {
    width: 50%;
    padding: 6px;
  }

  .sumbnails {
    padding: 10px 0;
    padding-bottom: 20px;
    margin: 0 -6px;
  }

  .radio-niseko {
    padding: 16px;
  }

  .reporter__face {
    width: 110px;
    height: 110px;
  }

  .reporter__text {
    padding: 0;
    font-size: 14px;
  }

  .reporter__name {
    font-size: 16px;
  }

  .radio-niseko__desc {
    flex-wrap: wrap;
  }

  .rn-desc__whats {
    margin-left: 0;
    padding: 16px;
    background-color: var(--bg-beige);
    display: block;
  }

  .rn-desc__img {
    width: 50%;
    padding-right: 12px;
  }

  .rn-desc__text {
    font-size: 14px;
    width: 100%;
    padding-right: 0;
    box-sizing: border-box;
  }

  .rn-desc__title {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .rn-desc__link-wrap {
    padding: 0;
    font-size: 14px;
    width: 100%;
  }

  .rn-desc__linkimg {
    width: 100%;
  }

  .rn-desc__linktext {
    width: 100%;
  }

  .yt-link {
    padding-left: 0;
    padding-top: 16px;
  }

  .sumbnail {
    width: 70%;
    height: auto;
  }
}

@media screen and (max-width: 750px) {
  .main-image-wrapper {
    background-size: contain;
    background-repeat: no-repeat,repeat;
  }
}


/* -------
SmartPhone
---------*/
@media screen and (max-width: 520px) {
  /*common
-------------------------------------*/
  .body {
    font-size: 16px;
    padding-top: 50px;

  }

  .section-title {
    font-size: clamp(18px, 5.8vw, 28px);
    padding: 20px 0;
  }

  .section-title-wrap {
    padding-top: 30px;
    overflow: hidden;
  }

  .section-title--withimg {
    padding-top: 0;
  }

  .section-img {
    width: 50%;
  }

  .lead-text {
    text-align: start;
    font-size: 16px;
  }

  .lead-text__link {
    padding: 0;
  }

  .sml-text {
    padding: 10px 0;
    font-size: 14px;
    /* text-align: center; */
  }

  .big-text {
    font-size: 20px;
    max-width: 100%;
  }

  .text-link {
    font-size: 16px;
    text-align: start;
  }

  .body__section {
    padding: 12px 10px;
    box-sizing: border-box;
  }

  .text-divider {
    font-size: 20px;
    padding-top: 30px;
    text-align: left;
  }

  .text-divider--start::before {
    font-size: 16px;
  }

  .text-divider--start::after {
    height: 2px;
  }

  .text-divider--center {
    font-size: 18px;
    margin: 0 auto;
    width: 90%;
    padding-top: 20px;
  }

  .text-divider--center::before {
    margin-right: 0.5rem;
    height: 3px;
  }

  .text-divider--center::after {
    margin-left: 0.5rem;
    height: 3px;
  }

  /* button */

  .button-big {
    width: 90%;
    font-size: 16px;
    padding: 12px 6px;
    border-radius: 6px;
    margin: 0 auto;
  }

  .button-sml {
    font-size: 16px;
    padding: 12px 8px;
    border-radius: 6px;
    min-width: auto;
  }

  .button-sml--white {
    border: 2px solid var(--red);
  }

  .button-sml--red {
    border: 2px solid var(--red);
  }

  .button-sml--brown {
    border: 2px solid var(--brown);
  }

  .sns-links {
    flex-wrap: wrap;
  }

  .sns-links__icon {
    font-size: clamp(18px, 10vw, 40px);
  }

  .sns-links--sp-no-stick {
    position: relative !important;
    flex-direction: row;
    justify-content: end;
    top: 20px;
    bottom: initial;
    padding: 0;
    padding-bottom: 24px;
  }

  .sns-links--sticky {
    position: sticky !important;
    flex-direction: row;
    justify-content: end;
    top: 60px;
    bottom: initial;
    padding: 20px 10px;
    margin-bottom: 30px;
    margin-top: 0;
  }

  .sns-links--sticky {
    position: sticky !important;
    flex-direction: row;
    justify-content: end;
    top: 60px;
    bottom: initial;
    padding-top: 20px;
    margin-bottom: 30px;
    margin-top: 0;
  }

  .sns-links__icon--sticky {
    font-size: 24px;
  }
/* 各会場ページナビ　*/
.menu__link {
  padding: 0 10px 0 16px;
}

.menu__link::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 3px solid var(--light-brown);
  border-right: 3px solid var(--light-brown);
  transform: rotate(135deg);
  position: absolute;
  left: 0;
  top: 20%;
}
.menu__link:not(:last-child)::after {
  content: none;
}
.menu__tooltip {
  left: -3px;

}


.guide__menu {
  margin: 40px 0;
}
  /* modal */
  .mfp-container {
    padding: 30px 12px ;
  }

  .close-button {
    right: -24px;
  }

  .modal-box__title {
    font-size: 1.1rem;
    text-align: start;
  }

  .modal-box__text {
    font-size: 0.9rem;
    text-align: start;
  }

  .modal-box__note {
    font-size: 0.75rem;
    text-align: start;
  }

  .modal-box__button {
    font-size: 0.85rem;
    max-width: 240px;
    line-height: 0.8;
  }

  /*header
-------------------------------------*/
  .header {
    padding: 8px 16px;
    position: fixed;
    top: 0;
    z-index: 12;
    box-sizing: border-box;
    height: 50px;
  }

  .header-link__icon {
    font-size: 34px;
  }

  .header__buttons {
    display: none;
  }

  .header-link {
    padding: 0;
  }

  .main-image-wrapper {
    /* background: url("///d3f82ewtjow4zj.cloudfront.net/img_cache/cojp/gm/2023/assets/index/sp/bg_mainimg2023_sp.png")
      no-repeat top center;
    text-align: center;
    background-size: cover;
    background-position: 50%;
    position: relative; */
    background: var(--bg-orange);
    /* ヘッダー高さ調整 */
    height: auto;
    margin-bottom: -32px;
  }
  .main-image {
    padding-bottom: 10px;
  }
  .main-image__reserve {
    /* position: absolute;
    top: 88%;
    top: 80%;
    left: 50%;
    transform: translate(-50%); */
    width: 100%;
    padding-bottom: 60px;
  }

  .main-image__reserve-btn {
    max-width: 300px;
    width: 70%;
  }

  .main-image__tooltip {
    top: -60%;
    width: max-content;
  }

  .breadcrumbs {
    display: none;
  }

  .to-top {
    display: block;
    color: var(--light-brown);
    width: 100%;
    padding: 6px;
    font-size: 14px;
    box-sizing: border-box;
  }

  .main-image__img {
    max-width: 100%;
    position: relative;
    bottom: 0px;
  }
/*index section: ブース紹介
-------------------------------------*/
.index-welcome-background {
  background-position: top right;
  background-size: 330%;
}
.booth_wrap,
.booth_wrap_2,
.booth_exp {
  flex-wrap: wrap;
  width: 100%;
}
.booth {
  width: auto;
  margin: 10px 0 ;
}

  /* midokoro 
  _____________________________*/
  .midokoro_list li {
    width: 90%;
    margin: 20px 5%;
  }

  /*footer
-------------------------------------*/

  .footer-top__button-wrap {
    flex: none;
    width: 80%;
  }

  .footer-top {
    justify-content: center;
    flex-wrap: wrap-reverse;
    padding-bottom: 0;
  }

  .footer-top__dial {
    width: 100%;
  }

  .footer-dialarea__dial {
    margin: 0;
    margin-top: 20px;
    width: 100%;
  }

  .footer-top__recruit-wrap {
    width: 100%;
    padding: 30px 12px;
  }

  .footer-top__recruit {
    width: 100%;
    max-width: 300px;
    margin: 20px 0;
  }

  .recruit__title {
    margin-bottom: 0;
  }

  .recruit__button:last-child {
    margin-left: 0;
  }

  .recruit__button:first-child {
    margin-right: 0;
  }

  .recruit__button-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .recruit__button {
    margin: 0;
    margin-top: 12px;
    width: 100%;
    border-radius: 0;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .footer-links__link {
    width: 50%;
    font-size: 16px;
  }

  .footer-links__link::after {
    content: "";
    display: none !important;
  }

  /* index section: ライブ配信モーダル
-------------------------------------*/

  .live-button-wrap {
    position: sticky;
    width: 85%;
    margin-left: auto;
    margin-top: 30px;
    top: 50px;
    padding-top: 20px;
  }

  .live-button {
    background: var(--green);
    padding: 4px 8px 4px 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
    box-sizing: border-box;
    width: 100%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .live-button:hover {
    opacity: 0.8;
    transition: 0.3s;
  }

  .live-button__text {
    font-size: 18px;
    color: white;
    font-weight: bold;
    writing-mode: horizontal-tb;
    margin: 12px 0;
  }

  .live-button__mov-ic {
    width: 30px;
  }

  .live-button__play-ic {
    width: 24px;
    margin-right: 8px;
  }

  /*navi
-------------------------------------*/
  .navi-items {
    flex-wrap: wrap;
    padding: 0;
  }

  .navi-wrap {
    padding: 0;
  }

  .navi-items__link {
    font-size: 14px;
  }

  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: inherit !important;
  }

  /*index section: イントロ
-------------------------------------*/
  .index-intro-img img {
    width: 100%;
    max-width: 1000px;
  }


  .funparts__each {
    width: 50%;
  }

  .funparts__each img {
    width: 100%;
  }
  .index-guide__att {
    text-align: left;
    font-size: 13px;
  }
  /*index section:　最新情報
-------------------------------------*/
  .newinfo__title {
    width: 100%;
    flex: none;
    font-size: 14px;
  }

  .newinfo__each {
    padding: 12px 0;
    border-bottom: 1px solid #999;
  }

  .index-news__list {
    margin: 0;
    margin-bottom: 20px;
  }

  .newinfo__new-badge {
    font-size: 14px;
  }

  /*index section:　開催情報
  -------------------------------------*/

  .section-title-img {
    width: 120px;
    max-width: 40%;
    padding-bottom: 20px;
    box-sizing: border-box;
  }

  .special {
    flex-wrap: wrap;
    padding: 20px;
  }

  .special__wrap {
    width: 100%;
    flex-flow: row-reverse;
    padding: 0;
  }

  .special__wrap:not(:last-child) {
    border: none;
  }

  .sp-one,
  .sp-two {
    flex: none;
  }

  .sp-two {
    padding-top: 16px;
  }

  .special__title {
    font-size: 20px;
    margin: 0;
  }

  .special__text-wrap {
    width: 50%;
  }

  .special__text {
    font-size: 16px;
  }

  .special__img {
    margin-right: 0;
    margin-left: 10px;
    width: 50%;
  }

  .schedule {
    border: 1px solid var(--light-brown);
  }

  .schedule__venue {
    flex-wrap: wrap;
    padding: 10px;
  }

  .schedule__venue:not(:last-child) {
    border-bottom: 1px solid var(--light-brown);
  }

  .schedule__title {
    flex: none;
    width: 30%;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 6px;
  }

  .schedule__text {
    flex: none;
    width: 70%;
    font-size: 16px;
  }

  .schedule__button-wrap {
    flex: none;
    width: 70%;
    margin-left: auto;
    margin-top: 10px;
  }

  /*index section:　ようこそ & LIVE
-------------------------------------*/

  .live-link {
    padding: 0;
  }

  .live-link__title {
    padding-bottom: 0;
  }

  .live-link-bg {
    margin-top: -20px;
  }

  .live-link__sumbnail {
    flex: none;
    width: 100%;
  }

  .live-link__text {
    margin-top: 10px;
    padding-left: 0;
  }

  .index-payment__img {
    margin: 0;
  }

  .index-welcome__live-wrap {
    padding-top: 30px;
    margin-top: -30px;
  }

  .index-welcome__live {
    padding: 12px;
  }

  .live-header {
    margin-bottom: 20px;
  }

  .live-link-wrap {
    padding: 0;
  }

  .live-link__onair {
    width: 120px;
    left: 12px;
    top: -4px;
  }

  .live-link__archive {
    left: 12px;
    top: -4px;
  }

  .live-link__desc {
    margin: 0;
    margin-top: 20px;
  }

  .live-link__schedule {
    font-size: 20px;
  }

  .live-link__livename {
    font-size: 16px;
  }

  .live-link__guest {
    padding-top: 18px;
  }

  .live-link__guest-name {
    font-size: 14px;
  }

  .live-link__guest-img {
    padding-top: 8px;
  }

  .reporter {
    flex-wrap: wrap;
    padding: 0;
  }

  .reporter-each {
    width: 100%;
    display: flex;
    align-items: start;
    margin-bottom: 12px;
  }

  .reporter__face {
    width: 120px;
    height: 120px;
  }

  .rn-desc__title {
    padding-top: 20px;
  }

  .live-howto {
    padding: 16px;
    margin-bottom: 20px;
  }

  .live-howto__title {
    font-size: 20px;
  }

  .live-howto__desc {
    padding: 0 10px;
  }

  .live-howto__desc-inner {
    flex-wrap: wrap;
  }

  .live-howto__icon {
    flex: auto;
    align-items: center;
    margin: 8px 0;
  }

  .live-howto__icon:nth-child(odd) {
    margin: 8px 0;
  }

  .live-howto__text {
    margin: 0 6px;
    font-size: 14px;
  }

  .rn-desc__linkimg {
    padding: 4px 0;
  }

  .live-link__hr {
    margin: 20px 0;
  }

  /*開催情報
-------------------------------------*/

  .guide-schedule,
  .guide-access,
  .guide-hallmap {
    padding: 12px;
  }

  .menu {
    flex-wrap: wrap;
  }

  .tooltip__triangle--sp-rotate {
    top: -2.3em;
    left: 43%;
    transform: rotate(180deg);
  }

  .menu__link {
    width: 50%;
  }

  .menu__link:nth-child(even)::after {
    content: none;
  }

  .menu__tooltip {
    top: initial;
    bottom: -40px;
  }

  .schedule-info__date {
    font-size: 18px;
  }

  .schedule-info__detail {
    font-size: 18px;
  }

  .schedule-info__button {
    padding: 6px;
  }

  .guide-access__map {
    width: 100%;
  }

  .guide-access__title {
    font-size: 20px;
    font-weight: bold;
  }

  .guide-access__detail {
    font-size: 16px;
  }

  .notice-box {
    padding: 10px;
    border: 2px solid var(--red);
  }

  /* Shuttle bus */
  .guide-bus {
    padding: 12px;
  }

  .guide-bus__title {
    font-size: 18px;
  }

  .guide-bus__text {
    font-size: 16px;
  }

  .gmap__title {
    font-size: 16px;
  }

  .gmap__map {
    margin-bottom: 24px;
    max-width: 600px;
  }

  .guide-bus__table {
    margin: 24px 0;
  }

  .guide-bus__gmap {
    margin-top: 24px;
  }

  .timetable__date {
    font-size: 16px;
  }

  .timetable__title {
    font-size: 16px;
  }

  .timetable__date:nth-child(even) {
    margin-top: 24px;
  }

  .timetable__table {
    flex-wrap: wrap;
  }
  .timetable__table img {
    width: 100%;
  }


  .timetable__img:nth-child(odd) {
    margin-bottom: 24px;
  }

  /* hall map */
  .guide-hallmap {
    background: white;
    border: 1px solid var(--light-brown);
    padding: 20px;
    text-align: start;
  }

  .guide-hallmap__title {
    font-size: 16px;
  }

  .guide-hallmap__text {
    font-size: 16px;
  }

  .guide-hallmap__button {
    padding: 6px;
  }

  .guide-hallmap__map {
    margin: 16px 0;
    width: 100%;
  }

  .hallmap-button__tooltip {
    left: 50%;
    transform: translate(-50%, 0%);
  }

  /*Q&A
-------------------------------------*/
  .qa {
    text-align: start;
  }

  .qa__wrap {
    padding-top: 0;
  }

  .qa__header {
    font-size: 1.1em;
    padding: 50px 0 0 0;
    margin-bottom: 3%;
  }

  .qa__title {
    font-size: 18px;
    padding: 20px 10px 4px;
  }

  .qa__q {
    font-size: 16px;
    padding: 4px 10px;
  }

  .qa__a {
    font-size: 16px;
    padding: 4px 10px 10px;
  }

  .qa-payment__img {
    width: 100%;
  }

  /*LIVE動画
-------------------------------------*/
  .sumbnail {
    width: 100%;
  }

  .rn-desc__img {
    width: 100%;
  }

  .rn-desc__link {
    display: block;
  }

  .rn-desc__linkimg {
    width: 40%;
  }
}

.fa-x-twitter:before {
  content: "𝕏";
  font-family: unset;
  font-weight: bold;
}

  /*創業30周年特別企画
-------------------------------------*/
.special_off {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.special_off_icon {
  width: 20%;
  margin-right: 2%;
  text-align: center;
}
.special_off_icon img {
  width: 100%;
  max-width: 180px;
  margin: auto;

}
.special_off_txt {
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  color: var(--brown);
  line-height: 1.4;
}
.special_off_strong {
  color: var(--red);
  font-weight: bold;
  font-size: 40px;
}
.special_off_red {
  color: var(--red);
  font-weight: bold;
  font-size: 24px;
}
.special_off_sm {
  font-size: 18px;
}
@media screen and (max-width: 520px) {
  .special_off_icon {
    width: 100%;
    max-width: 140px;
    margin-bottom: 20px;
  }
  .special_off_txt {
    text-align: center;
    font-size: 20px;
  }
  .special_off_strong {
    font-size: 36px;
  }
  .special_off_red {
    font-size: 24px;
  }
  .special_off_sm {
    font-size: 18px;
  }

}

  /*アルバイト募集
-------------------------------------*/
.staff-background {
  padding-bottom: 80px!important;
}
#staff h4.mi_ttl {
  padding-bottom: 2px;
  margin-bottom: 10px; 
  border-bottom: 1px solid var(--bg-orange);
}
#staff .link {
  text-decoration: underline;
}
.workList,
.workList_num {
  padding-left: 30px;
  padding-bottom: 15px;
}
.workList li {
  list-style-type: disc;
}
.workList_num li {
  list-style-type:decimal;
  font-size: 14px;
}
.boshu_place {
  margin: 50px auto 20px;
}
.boshu_placeList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.btn_boshu_place li {
  display: block;
  margin: 5px;
  width: 30%;
  max-width: 200px;
}
.btn_boshu_place {
  display: block;
  padding: 10px;
  margin: 5px;
  background: var(--bgl-orange);
  width: 100%;
  max-width: 200px;
  border-radius: 5px;
  color: var(--brown);
  font-weight: bold;
}

  /*2025 会場限定オリジナルカップ
-------------------------------------*/
.cupBlock {
  box-sizing: border-box;
  width: 100%;
  margin: 50px auto 0;
  padding: 30px;
  max-width: 800px;
  text-align: center;
  background: url(//www.lupicia.com/page/gm/img/2022/bg_gm_01.jpg),var(--yellow) repeat top center;
  background-blend-mode: soft-light;
  border-radius: 20px;
}
.cupBlock_ttl {
  display: block;
  width: 400px;
  height: 50px;
  line-height: 50px;
  background-color: var(--y-green);
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: -50px auto 30px;
  clip-path: polygon(
        0 0,
        100% 0,
        96% 50%,
        100% 100%,
        0 100%,
        4% 50%
      );
}
.cupBlock_att {
  margin: 20px auto 40px;
  text-align: center;
}


.original_cup {

  width: 100%;
  display: flex;
  padding: 0;
  margin: 0;
  color: var(--brown);

}
.original_cup_img {
  width: 40%;
}
.original_cup_img img {
  width: 200px;
  border-radius: 50%;
}
.original_cup_detail {
  margin-left: 20px;
  text-align: left;
}
.original_cup_ttl {
  font-size: 20px;
  margin-top: 10px;
}
.original_cup_ttl span {
  font-size: 16px;

}
.original_cup_spec {
  margin-top: 10px;
  font-size: 16px;
}
.original_cup_att {
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (max-width: 520px) {
  .cupBlock {
    border-radius: 0;
    margin: 0;
    padding: 10px 10px 80px;
  }
  .cupBlock_ttl {
    display: block;
    width: 280px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    margin: -20px auto 10px;
  }

  .original_cup {
    width: 90%;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .original_cup_ttl {
    margin-top: -20px;
  }
  .original_cup_img,
  .original_cup_detail {
    width: 100%;
    margin: 10px;
    padding: 10px;
  }
}

  /*2025 会場限定特典プレゼント
-------------------------------------*/
.presentBlock {
  box-sizing: border-box;
  width: 100%;
  margin: 80px auto 0;
  padding: 30px;
  max-width: 800px;
  text-align: center;
  background: url(//www.lupicia.com/page/gm/img/2022/bg_gm_01.jpg),var(--l-orange) repeat top center;
  background-blend-mode: soft-light;
  border-radius: 20px;
}
.presentBlock_ttl {
  display: block;
  width: 400px;
  height: 50px;
  line-height: 50px;
  background-color: var(--brown);
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: -50px auto 30px;
  clip-path: polygon(
        0 0,
        100% 0,
        96% 50%,
        100% 100%,
        0 100%,
        4% 50%
      );
}
.presentBlock_att {
  margin: 20px auto 40px;
  text-align: center;
}


.kaijo_present {

  width: 100%;
  display: flex;
  padding: 0;
  margin: 0;
  color: var(--brown);

}
.kaijo_present_img {
  width: 40%;
}
.kaijo_present_img img {
  width: 200px;
  border-radius: 50%;
}
.kaijo_present_detail {
  margin-left: 20px;
  text-align: left;
}
.kaijo_present_ttl {
  font-size: 20px;
  margin-top: 10px;
}
.kaijo_present_ttl span {
  font-size: 16px;

}
.kaijo_present_spec {
  margin-top: 10px;
  font-size: 16px;
}
.kaijo_present_att {
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (max-width: 520px) {
  .presentBlock {
    border-radius: 0;
    margin: 0;
    padding: 10px 10px 80px;
  }
  .presentBlock_ttl {
    display: block;
    width: 280px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    margin: -20px auto 10px;
  }

  .kaijo_present {
    width: 90%;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .kaijo_present_ttl {
    margin-top: -20px;
  }
  .kaijo_present_img,
  .kaijo_present_detail {
    width: 100%;
    margin: 10px;
    padding: 10px;
  }
}

 /*2025 横浜会場限定　
-------------------------------------*/
.yokohamaBlock {
  box-sizing: border-box;
  width: 100%;
  margin: 50px auto 80px;
  padding: 30px;
  max-width: 800px;
  text-align: center;
  background: rgba(255,255,255, .7);
  border-radius: 20px;
}
.yokohamaBlock_ttl {
  display: block;
  width: 500px;
  height: 50px;
  line-height: 50px;
  background-color: var(--l-orange);
  color: var(--brown);
  font-size: 26px;
  font-family: "Sawarabi Mincho", serif;
  text-align: center;
  margin: -50px auto 30px;
  clip-path: polygon(
        0 0,
        100% 0,
        96% 50%,
        100% 100%,
        0 100%,
        4% 50%
      );
}

.yokohama_high {
  width: 100%;
  display: flex;
  padding: 0;
  margin: 0;
  color: var(--brown);
}
.yokohama_high_img {
  width: 40%;
}
.yokohama_high_img img {
  width: 200px;
  border-radius: 50%;
}
.yokohama_high_detail {
  margin-left: 20px;
  text-align: left;
}
.yokohama_high_ttl {
  font-size: 24px;
  margin-top: 10px;
  font-family: "Sawarabi Mincho", serif;
}
.yokohama_high_ttl span {
  font-size: 16px;
  display: block;
}
.yokohama_high_txt {
  margin-top: 10px;
  font-size: 16px;
}
.yokohama_high_att {
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (max-width: 520px) {
  .yokohamaBlock {
    border-radius: 0;
    margin: 50px 0;
    padding: 10px 10px 20px;
  }
  .yokohamaBlock_ttl {
    display: block;
    width: 350px;
    height: 40px;
    line-height: 40px;
    font-size: 19px;
    margin: -30px auto 10px;
  }

  .yokohama_high {
    width: 94%;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .yokohama_high_ttl {
    margin-top: -20px;
  }
  .yokohama_high_img,
  .yokohama_high_detail {
    width: 100%;
    margin: 10px;
    padding: 10px 0;
  }
}

 /*2025 横浜初冬会場限定　
-------------------------------------*/
.yokohama_wWrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  display: flex;
  margin: 20px auto 80px;

}
.yokohama_wBlock_ttl {
  display: block;
  width: 500px;
  height: 50px;
  line-height: 50px;
  background-color: var(--l-orange);
  color: var(--brown);
  font-size: 26px;
  font-family: "Sawarabi Mincho", serif;
  text-align: center;
  margin: 30px auto 10px;
  clip-path: polygon(
        0 0,
        100% 0,
        96% 50%,
        100% 100%,
        0 100%,
        4% 50%
      );
}
.yokohama_wBlock {
  width: 48%;
  max-width: 420px;
  margin: 10px;
  padding: 30px;
  text-align: center;
  background: rgba(255,255,255, .7);

}

.yokohama_w {
  width: 100%;
  padding: 0;
  margin: 0;
  color: var(--brown);
}
.yokohama_w_img {
  width: 100%;
  text-align: center;
}
.yokohama_w_img img {
  width: 200px;
  border-radius: 50%;
  margin: 0px auto 20px;
}
.yokohama_w_detail {
  text-align: left;
}
.yokohama_w_ttl {
  font-size: 26px;
  margin-top: 10px;
  font-family: "Sawarabi Mincho", serif;
  text-align: center;
}
.yokohama_w_ttl span {
  font-size: 18px;
  display: block;
}
.yokohama_w_txt {
  margin-top: 10px;
  font-size: 16px;
}
.yokohama_w_txt a {
  margin-top: 10px;
  font-size: 16px;
  text-decoration: underline;
  color: var(--brown);
}
.yokohama_w_att {
  margin-top: 10px;
  font-size: 13px;
}
@media screen and (max-width: 520px) {
  .yokohama_wWrap {
    display: block;
    margin: 20px 0 50px;
  }
  .yokohama_wBlock {
    width: 100%;
    border-radius: 0;
    margin: 10px 0;
    padding: 10px 10px 20px;
    box-sizing: border-box;
  }
  .yokohama_wBlock_ttl {
    display: block;
    width: 350px;
    height: 40px;
    line-height: 40px;
    font-size: 19px;
    margin: 30px auto 10px;
  }

  .yokohama_w {
    width: 94%;
    margin: 0;
  }
  .yokohama_w_ttl {
    margin-top: -20px;
  }
  .yokohama_w_ttl span {
    font-size: 16px;
  }
  .yokohama_w_img,
  .yokohama_w_detail {
    width: 100%;
    margin: 10px;
    padding: 10px 0;
  }
}


  /*2025 アプリクーポン
-------------------------------------*/
.couponBlock {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 30px auto 0;
  padding: 20px 15px;
  max-width: 800px;
  text-align: center;
  background: var(--dark-beige);
  border-radius: 20px;
}
.couponBlock:before {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid var(--dark-beige);
}
.couponBlock_ttl {
 font-size: 18px;
}
.couponBlock_txt {
  margin: 20px auto 0;
  text-align: left;
}



  /*2025 横浜会場限定　つながるマルシェ
-------------------------------------*/
.tsunagaru {
  background: white;
  border: 1px solid var(--light-brown);
  padding: 20px;
  text-align: start;
}
.tsunagaru_txt {
  padding: 20px;
}
.tsunagaruList {
  width: 98%;
  margin: 20px 1%;
}
.tsunagaruList_item {
  display: flex;
  border-bottom: 1px solid var(--light-brown);
  align-items: center;
}
.tsunagaruList_item:last-child {
  border-bottom: none;

}
.tsunagaruList_item_img {
  width: 200px;
  margin-right: 20px;
}
.tsunagaruList_item_img img {
  width: 200px;
}
.tsunagaruList_item_detail {
  padding: 20px;
}
.tsunagaruList_item_ttl {
  font-size: 22px;
  padding-bottom: 10px;
}
.tsunagaruList_item_ttl span {
  font-size: 16px;
}
.tsunagaruList_item_ttl span a {
  text-decoration: underline;
}
.tsunagaruList_item_txt {
  font-size: 17px;
}
.tsunagaruList_item_goods {
  margin-top: 20px;
  font-size: 17px;
}
.tsunagaruList_item_goods span {
  font-weight: bold;
  color: var(--brown);
}
@media screen and (max-width: 520px) {
  .tsunagaru_txt {
    padding: 10px 0;
  }
  .tsunagaruList {
    width: 100%;
    margin: 20px 0;
  }
  .tsunagaruList_item {
    flex-direction: column;
    border-bottom: 1px solid var(--light-brown);
    align-items: center;
  }
  .tsunagaruList_item_img {
    width: 180px;
    margin: 10px;
  }
  .tsunagaruList_item_detail {
    padding: 10px;
  }
  .tsunagaruList_item_ttl {
    font-size: 22px;
    text-align: center;
    padding-bottom: 10px;

  }
  .tsunagaruList_item_ttl span {
    font-size: 14px;
  }

}
  /*2025 横浜会場限定　高級茶試飲
-------------------------------------*/
.f-18 {
  font-size: 18px;
}
.tasting {
  background: white;
  border: 1px solid var(--light-brown);
  padding: 30px;
  text-align: start;
}
.tasting_price {
  font-weight: bold;
  font-size: 24px;
  color: var(--brown);
}
.tasting_list_ttl {
  padding: 20px 0 7px;
  border-bottom: 1px dashed var(--bgl-orange);
  font-size: 24px;
}
.tasting_img {
  float: left;
  margin: 0 20px 20px 0;
  width: 250px;
}
.tastingList {
  margin: 10px 20px;
}
.tastingList li {
  list-style-type: disc;
  margin: 5px 10px 5px 30px;
}
.tastingList li span.tea_k {
  display: inline-block;
  width: 50px;
  padding: 3px 5px;
  background: var(--light-brown);
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin-right: 7px;
  border-radius: 5px;
}
.tasting_att {
  font-size: 14px;
}
@media screen and (max-width: 520px) {
  .tasting_img {
    clear: both;
    display: block;
    margin: 0 5% 20px;
    width: 90%;

  }
  .tastingList {
    margin: 10px 0;
  }
  .tastingList li span.tea_k {
    padding: 2px 3px;
  }
  .tastingList li {
    list-style-type: none;
    margin: 5px;
  }
}


 /*2025 闘茶コーナー告知
-------------------------------------*/
.tochaBlock {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  max-width: 800px;
  text-align: center;
  background: url(//www.lupicia.com/page/gm/img/2022/bg_gm_01.jpg),var(--yellow) repeat top center;
  background-blend-mode: soft-light;
  border-radius: 20px;
}
.tochaBlock_ttl {
  display: block;
  width: 480px;
  height: 50px;
  line-height: 50px;
  background-color: var(--y-green);
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: -50px auto 30px;
  clip-path: polygon(
        0 0,
        100% 0,
        96% 50%,
        100% 100%,
        0 100%,
        4% 50%
      );
}
.tochaBlock_att {
  margin: 20px auto 40px;
  text-align: center;
}
.tocha_notice {
  width: 100%;
  display: flex;
  padding: 0;
  margin: 0;
  color: var(--brown);

}
.tocha_notice_img {
  width: 50%;
}
.tocha_notice_img img {
  width: 300px;
}
.tocha_notice_detail {
  margin-left: 20px;
  text-align: left;
}

.tocha_notice_spec {
  margin-top: 10px;
  font-size: 16px;
}
.tocha_notice_att {
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (max-width: 520px) {
  .tochaBlock {
    border-radius: 0;
    margin: 0;
    padding: 10px 5px 20px;
  }
  .tochaBlock_ttl {
    display: block;
    width: 320px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    margin: -20px auto 10px;
  }

  .tocha_notice {
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .tocha_notice_img,
  .tocha_notice_detail {
    width: 100%;
    margin: 10px;
    padding: 10px;
  }
}

 /*2025 新作のお茶追加
-------------------------------------*/

.index-new-tea {
  width: 100%;
  max-width: 1000px;
  padding: 100px 15px;
  margin: 0 auto;
}
.index-new-tea_ttl {
  text-align: center;
  font-family: "Sawarabi Mincho", serif;
  font-weight: bold;
  font-size: 33px;
  color: var(--brown);
}
.index-new-tea_lead {
  text-align: center;
  padding: 10px 20px;
}
.new-teaList {
  display: flex;
  justify-content: center;
}
.new-teaList li {
  width: 30%;
  margin: 1%;
}
.new-teaList_img {
  width: 100%;
  position: relative;
}
.new-teaList_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: var(--red);
}
.new-teaList_icon--oo {
  background: rgb(88, 92, 8);
}
.new-teaList_img img {
  width: 100%;
}
.new-teaList-ruby {
  font-size: 13px;
  color: var(--light-brown);
  padding: 10px 0 0;
}
.new-teaList-ttl {
  font-size: 22px;
  color: var(--brown);
  padding: 0 0 7px;
  border-bottom: dotted 1px var(--light-brown);
}
.new-teaList-txt {
  padding: 10px 0 0 0;
}
@media screen and (max-width: 520px) {
  .index-new-tea {
    width: 98%;
    padding: 100px 1% 80px;
  }
  .index-new-tea_ttl {
    font-size: 26px;

  }
  .new-teaList {
  display: block;
  }
  .new-teaList li {
    width: 98%;
    margin: 1%;
  }
  .new-teaList-txt {
    padding: 10px 0 30px;
  }
}