/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&display=swap");

/* -----------------------------------------
 *
 * Table of Contents:
 *
 * 0.0 - tags
 * 1.0 - Repeatable Patterns
 * 2.0 - Basic Layout
 * 3.0 - Page setting
 ----------------------------------------- */
/* -----------------------------------------

	0.0 - tags

-----------------------------------------*/
html {
  touch-action: manipulation;
}
body {
  -ms-content-zooming: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #000;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  background-color: #eee;
}

.en {
  font-family: "IBM Plex Sans", sans-serif;
}
a {
  text-decoration: none;
  color: #000;
}

img {
  vertical-align: bottom;
}
a:hover img {
  opacity: 0.8;
}
a img {
  transition: opacity 0.3s ease-out;
}

hr.dash {
  border-top: 1px dashed #aaa;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mb-160 {
  margin-bottom: 160px;
}
.mb-170 {
  margin-bottom: 170px;
}
.mb-180 {
  margin-bottom: 180px;
}
.mb-190 {
  margin-bottom: 190px;
}
.mb-200 {
  margin-bottom: 200px;
}
@media (max-width: 640px) {
  .mb-10 {
    margin-bottom: 1.333333333vw;
  }
  .mb-20 {
    margin-bottom: 2.666666667vw;
  }
  .mb-30 {
    margin-bottom: 4vw;
  }
  .mb-40 {
    margin-bottom: 5.333333333vw;
  }
  .mb-50 {
    margin-bottom: 6.666666667vw;
  }
  .mb-60 {
    margin-bottom: 8vw;
  }
  .mb-70 {
    margin-bottom: 9.333333333vw;
  }
  .mb-80 {
    margin-bottom: 10.66666667vw;
  }
  .mb-90 {
    margin-bottom: 12vw;
  }
  .mb-100 {
    margin-bottom: 13.33333333vw;
  }
  .mb-110 {
    margin-bottom: 14.66666667vw;
  }
  .mb-120 {
    margin-bottom: 16vw;
  }
  .mb-130 {
    margin-bottom: 17.33333333vw;
  }
  .mb-140 {
    margin-bottom: 18.66666667vw;
  }
  .mb-150 {
    margin-bottom: 20vw;
  }
  .mb-160 {
    margin-bottom: 21.33333333vw;
  }
  .mb-170 {
    margin-bottom: 22.66666667vw;
  }
  .mb-180 {
    margin-bottom: 24vw;
  }
  .mb-190 {
    margin-bottom: 25.33333333vw;
  }
  .mb-200 {
    margin-bottom: 26.66666667vw;
  }
}

/* -----------------------------------------
wrapper
-----------------------------------------*/
#wrapper {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  max-width: 750px;
  min-height: 100vh;
  margin: auto;
  padding-bottom: 0;
}

/* -----------------------------------------
gfooter
-----------------------------------------*/
#gfooter-wrap {
  /*position: relative;*/
  z-index: 3000;
  background: #fff;
  color: #333;
  font-size: 80%;
  padding: 20px 0;
  text-align: center;
  line-height: 1.4;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#gfooter-wrap address {
  margin-top: 10px;
  font-style: normal;
}
@media screen and (max-width: 750px) {
  #gfooter-wrap {
    font-size: 2.4vw;
  }
}

/* -----------------------------------------
g-header
-----------------------------------------*/
#g-header-wrap {
  /*position: fixed;*/
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
#g-header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  text-align: left;
  max-width: 750px;
  margin: auto;
}
#g-header .cf {
  background: #fff;
}
#g-header h1 {
  float: left;
  width: 188px;
}

/* -----------------------------------------

	2.0 - Basic Layout

-----------------------------------------*/
#contents {
  margin: 0 auto;
  line-height: 1.6;
  font-size: 26px;
  max-width: 750px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
@media (max-width: 750px) {
  #contents {
    font-size: 3.2vw;
  }
}
#contents img {
  width: 100%;
}
#contents .w-750 {
  max-width: 750px;
  margin: auto;
}
#contents img {
  width: 100%;
}
#contents .w-750 {
  max-width: 750px;
  margin: auto;
}
li {
  list-style-type: none;
}
.fw-b {
  font-weight: 600;
}
.ta-c {
  text-align: center;
}
.mincho {
  font-family: "Noto Serif JP", serif;
}
.attention-footer {
  font-size: 90%;
  margin: 0 0 6em;
}
.btn-top {
  text-align: center;
  font-weight: 500;
  margin-bottom: 3em;
}

.contents-footer {
  width: 76.2666%;
  margin-right: auto;
  margin-left: auto;
  padding: 3.5em 0 0;
}

.link_home {
  position: relative;
  border: 1px solid #707070;
}
.link_home a {
  font-family: "IBM Plex Sans", sans-serif;
  color: #707070;
  display: block;
  font-size: 24px;
  font-weight: 500;
  padding: 5px 5%;
  position: relative;
  text-align: center;
}

.link_home a:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 3%;
  margin-top: -5px;
}

@media screen and (max-width: 750px) {
  .link_home a {
    padding: 2px 5%;
    font-size: 4.5vw;
  }
  .link_home a:after {
    width: 5px;
    height: 5px;
    right: 3%;
    margin-top: -2.5px;
  }
}

:root {
  --common-color1: #a08e7c;
}

.mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

#contents {
  background-image: url("../img/251110/event/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  line-height: 1.4;
  color: #333;
  padding-top: 5em;
  padding-bottom: 5em;
}

/* タブ */
.tab-menu__head {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  width: 88.8%;
  margin: 8% auto 10%;
}

.tab-button {
  cursor: pointer;
}

.tab-menu__main .content {
  display: none;
}

.tab-menu__main .content.is-active {
  display: block;
}

/* 共通コンテンツ */
h1 {
  width: 85.07%;
  margin: 0 auto;
}

.anchor-list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 88.8%;
  margin: 0 auto 10%;
}

.common-banner {
  width: 93.47%;
  margin: 0 auto 10%;
}

.common-content {
  display: flex;
}

.common-content:not(:last-child) {
  margin-bottom: 10%;
}

.osaka-left::before,
.osaka-right::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.038em;
  height: 10.038em;
  margin: 0 auto;
}

.osaka-left::before {
  background-image: url("../img/251110/event/head-osaka.webp");
}

.osaka-right::after {
  background-image: url("../img/251110/event/head-osaka.webp");
}

.tokyo-left::before,
.tokyo-right::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.038em;
  height: 10.231em;
  margin: 0 auto;
}

.tokyo-left::before {
  background-image: url("../img/251110/event/head-tokyo.webp");
}

.tokyo-right::after {
  background-image: url("../img/251110/event/head-tokyo.webp");
}

.common-content__inner {
  position: relative;
  background-color: #fff;
  width: 92.4%;
  padding: 6% 0;
}

.common-content__inner.LINE-only {
  padding: 6% 0 2%;
}

.date {
  display: inline-block;
  background-color: var(--common-color1);
  width: 70%;
  font-size: 32px;
  color: #fff;
  padding: 1% 5%;
}

.date small {
  display: block;
  font-size: 18px;
}

.location {
  font-size: 28px;
  margin-top: 1.5%;
  padding-left: 5%;
}

.image {
  margin-top: 3%;
}

.title {
  background-color: #000;
  width: 95.82%;
  font-size: 33px;
  color: #fff;
  margin-top: 6%;
  margin-left: calc(100% - 95.82%);
  padding: 1.5% 1.5% 1.5% 3%;
  box-sizing: border-box;
}

.common-content__details {
  padding: calc(100% - 95.82%) calc(100% - 95.82%) 0;
  box-sizing: border-box;
}

.description {
  font-size: 28px;
  line-height: 1.8;
}

.description small {
  display: block;
  font-size: 22px;
  font-weight: 200;
  font-family: "Noto Sans JP", sans-serif;
}

.note {
  font-size: 22px;
  font-weight: 200;
  line-height: 1.8;
  margin-top: 2%;
}

.tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  margin-top: 6%;
}

.tel a {
  text-decoration: underline;
  margin-left: 0.5em;
}

.tel::before {
  content: "";
  display: block;
  background-image: url("../img/251110/event/head-tel.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 4.308em;
  height: 0.846em;
  margin-right: 20px;
}

.LINE {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-align: center;
  text-decoration: underline;
}

.LINE::before {
  content: "";
  display: block;
  background-image: url("../img/251110/event/icon-line.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 2.75em;
  height: 2.75em;
  margin: 33px;
}

.common-content__button-details {
  width: 91.49%;
  margin: 0 auto;
}

.button-top {
  width: 84.93%;
  margin: 10% auto 0;
}

.num::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.692em;
  height: 1.731em;
}

.num1::after {
  background-image: url("../img/251110/event/num1.webp");
}

.num2::after {
  background-image: url("../img/251110/event/num2.webp");
}

.num3::after {
  background-image: url("../img/251110/event/num3.webp");
}

.num4::after {
  background-image: url("../img/251110/event/num4.webp");
}

.num5::after {
  background-image: url("../img/251110/event/num5.webp");
}

.num6::after {
  background-image: url("../img/251110/event/num6.webp");
}

.num7::after {
  background-image: url("../img/251110/event/num7.webp");
}

.num8::after {
  background-image: url("../img/251110/event/num8.webp");
}

.num9::after {
  background-image: url("../img/251110/event/num9.webp");
}

.num10::after {
  background-image: url("../img/251110/event/num10.webp");
}

.num11::after {
  background-image: url("../img/251110/event/num11.webp");
}

.num12::after {
  background-image: url("../img/251110/event/num12.webp");
}

.num13::after {
  background-image: url("../img/251110/event/num13.webp");
}

.num14::after {
  background-image: url("../img/251110/event/num14.webp");
}

.num15::after {
  background-image: url("../img/251110/event/num15.webp");
}

.num16::after {
  background-image: url("../img/251110/event/num16.webp");
}

.num17::after {
  background-image: url("../img/251110/event/num17.webp");
}

@media (max-width: 750px) {
  .date {
    font-size: 16px;
  }

  .date small {
    font-size: 10px;
  }

  .location {
    font-size: 14px;
  }

  .title {
    font-size: 16px;
  }

  .description {
    font-size: 14px;
  }

  .description small {
    font-size: 11px;
  }
  
  .note {
    font-size: 11px;
  }

  .LINE {
    font-size: 12px;
  }

  .LINE::before {
    margin: calc(2.75em / 2);
  }
}
