@charset "utf-8";

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #F3EEE7;
  color: #000;
  position: relative;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
}

.fs-small {

}
.fs-medium {
  font-size: 18px !important;
}


/*-----------------------------------------------------------------
		header
-----------------------------------------------------------------*/
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header-lp-black {
  background-color: transparent !important;
}

.header-option-list {
  height: 50px;
}
.l-header-inner {
  width: 100%;
  max-width:1000px;
  margin: 0 auto;
  padding: 0 15px;
}
.header-lp-left {
  width: 100px;
}
.l-header a {
  display: block;
}
.header-logo img {
  width: 100%;
}

/* 言語切り替え */
.header-option-list .option-list-item.select-lng {
  height: 25px;
  margin-right: 0;
  line-height: 25px;
}
.header-option-list .option-list-item::before {
  width: 20px;
  line-height: 25px;
}
.header-option-list .option-list-item.select-lng i {
  width: 15px;
  line-height: 25px;
}

/* SNS */
.l-header-lp-snsList li span {
  font-size: 25px;
  height: 25px;
  width: 25px;
}
.icon-twitter::before {
  content: "";
  width: 25px;
  height: 25px;
  background: #fff url(../images/common/i_x_gr.svg) no-repeat center center;
  background-size: 22px auto;
  display: block;
  border-radius: 25px;
}

main {
  max-width: 1048px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

@media screen and (max-width: 767px) {
main {
  padding: 0 16px 40px;
}
}


/*-----------------------------------------------------------------
		MV
-----------------------------------------------------------------*/
.hero {
  min-height: 800px;
  padding: 49px 15px 0;
  background: url(../images/jms2025/mv_bottom.png) no-repeat center bottom, url(../images/jms2025/mv_dot.png) repeat center center, url(../images/jms2025/mv_bg.jpg) no-repeat center center;
  background-size: 2000px auto, 1514px auto, cover;
  display: flex;
}

.hero h1 {
  max-width: 1104px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
.hero {
  min-height: 400px;
  padding: 60px 8px 0;
  background: url(../images/jms2025/mv_bottom_sp.png) no-repeat center bottom, url(../images/jms2025/mv_dot.png) repeat center center, url(../images/jms2025/mv_bg.jpg) no-repeat center center;
  background-size: 100% auto, 757px auto, cover;
}
}

@media screen and (min-width: 2000px) {
.hero {
  background: url(../images/jms2025/mv_bottom.png) no-repeat center bottom, url(../images/jms2025/mv_dot.png) repeat center center, url(../images/jms2025/mv_bg.jpg) no-repeat center center;
  background-size: 100% auto, 1514px auto, cover;
}
}


/*-----------------------------------------------------------------
		Intro
-----------------------------------------------------------------*/
.intro {
  max-width: 830px;
  margin: 0 auto 80px;
  padding: 24px 16px 0;
  font-size: 18px;
  line-height: 2;
  position: relative;
}

/* リード文 */
.intro .container {
  max-width: fit-content;
  margin: 0 auto;
}

.intro .container p {
  margin-bottom: 16px;
  line-height: 2;
}

.intro .container p strong,
.intro .sticker-info p strong {
  font-size: 24px;
}

/* ステッカー */
.sticker-info {
  margin-bottom: 65px;
  border: 3px dashed #D0B58F;
  padding: 24px;
  position: relative;
}
.sticker-info p {
  line-height: 2;
}
.sticker-info p.note {
  font-size: 14px;
  margin-bottom: 0;
}

.sticker-image {
  position: absolute;
  max-width: 274px;
  bottom: 0;
  right: 44px;
}

@media screen and (max-width: 767px) {
.intro {
  margin: 0 auto 40px;
  padding: 0;
}

.intro .container p {
  font-size: 14px;
}

.intro .container p strong {
  font-size: 18px;
}

.sticker-info {
  padding: 16px 16px 180px 16px;
}
.sticker-info p {
  font-size: 14px;
}
.intro .sticker-info p strong {
  font-size: 16px;
}

.sticker-info p.note {
  font-size: 12px;
}

.sticker-image {
  max-width: 240px;
  right: 16px;
}
}



/*-----------------------------------------------------------------
		DL
-----------------------------------------------------------------*/
.download {
  padding: 24px;
  background-color: #ECDCC5;
  border-radius: 8px;
  position: relative;
}
.download-bottom {
  margin-top: 104px;
}

.download h2 {
 max-width: 370px;
}
.download h2 span {
  width: 100%;
  line-height: 1;
  display: block;
  font-size: 32px;
  margin: 8px 0;
}

.download p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.download p span {
  display: inline-block;
}

.download-content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
    align-items: center;
}

.download-qr {
  width: 100px;
  margin-right: 8px;
}
.download-qr img {
  border-radius: 8px;
}

.download-link {
  max-width: 263px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  padding: 0 16px 0 16px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  flex-grow: 1;
  height: 100px;
  background: #E62E8B url(../images/jms2025/arrow_forward.svg) no-repeat right 8px center;
  background-size: 24px auto;
}

.download-link:hover {
    background-color: #c42073;
}

.download-image {
  position: absolute;
  width: 100%;
  max-width: 324px;
  bottom: 0;
  right: 30px;
}

.notes {
    margin-top: 24px;
}

.notes p {
  padding-left: 14px;
  text-indent: -14px;
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.2;
}


@media screen and (max-width: 900px) {
.download-image {
  max-width: 35%;
  bottom: 0;
  right: 10px;
}
}


@media screen and (max-width: 767px) {
.date-range {
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.date-separator {
    display: none;
}

.date-end .date-large {
    font-size: 32px;
}

.download {
    padding: 12px;
}

.download-buttons {
  flex-direction: column;
  width: 100%;
}

.download-link {
  font-size: 18px;
  height: 100px;
  padding: 15px;
  width: calc(100% - 108px);
  box-sizing: border-box;
}

.notes p {
  font-size: 12px;
}
  
.download-image {
  display: none;
}
  
.download p {
  font-size: 14px;
}

.sticker-info {
  margin-bottom: 32px;
}
  
}




.download-app {
  background-color: #ECDCC5;
  padding: 2rem;
  border-radius: 8px;
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 80px;
}

.download-content {
    flex: 1;
}

.download-content h2 {
    margin: 0 0 1rem 0;
}

.download-buttons {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.download-buttons .button {
    background-color: #E62E8B;
    color: #fff;
    padding: 1rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: bold;
}

.app-preview {
    width: 324px;
    height: 366px;
}

.notes {
    font-size: 0.875rem;
    margin-top: 2rem;
}



/* ===========================================
 * タブ切り替え
 * ======================================== */
.tab_list_wrap {
  margin-bottom: 44px;
  position: relative;
}
.tab_list {
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  border-radius: 15px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.tab {
  width: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 68px;
  color: #fff;
  background: #333;
  position: relative;
}
.tab:hover {
  opacity: 0.8;
}

.tab_event {
  border-radius: 8px 0 0 8px;
}
.tab_map {
  border-radius: 0 8px 8px 0;
}

.tab_event.is-active {
  background: #0070BC;
}
.tab_event.is-active:before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 16px;
  background-color: #0070BC;
  content: '';
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab_map.is-active {
  background: #13A149;
}
.tab_map.is-active:before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 16px;
  background-color: #13A149;
  content: '';
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}


@media screen and (max-width: 767px) {
.tab_list_wrap {
  margin-bottom: 32px;
}

.tab_list {
  font-size: 18px;
}
.tab {
  line-height: 48px;
}
}


.content {
  display: none;
}
.content.is-show {
  display: block;
}


/*-----------------------------------------------------------------
		参加施設一覧
-----------------------------------------------------------------*/
.facilities {
  display: grid;
  gap: 1rem;
}

.facility-card {
  margin-bottom: 16px;
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.facility-card img {
    width: 380px;
    object-fit: cover;
}

.facility-info {
    padding: 1.5rem;
    flex: 1;
}

.facility-info h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

.facility-info h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

.facility-info p {
    font-size: 16px;
    line-height: 1.5;
}

.tags {
    display: flex;
    gap: 0.5rem;
    margin: 1rem 0;
}

.tags .tag {
  padding: 0 12px;
  color: #fff;
  line-height: 32px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: bold;
}
.tags .tag + .tag {
  margin-left: 8px;
}

.tag-odaiba {
  background-color: #E62E8B;
}
.tag-benefits {
  background-color: #0070BC;
}
.tag-sticker {
  background-color: #F35620;
}

.map-link {
  line-height: 32px;
  background-color: #333;
  color: #fff;
  margin-left: auto;
  padding: 0 12px;
  border-radius: 4px;
  font-size: 16px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
.facility-card {
  flex-wrap: wrap;
}

.facility-card img {
  width: 100%;
}

.facility-info h3 {
  font-size: 20px;
   line-height: 1.2;
}

.facility-info h4 {
  font-size: 16px;
}

.facility-info p {
    font-size: 14px;
}

.tags {
  margin: 1rem 0 0;
}

.tags .tag {
  padding: 0 8px;
  line-height: 28px;
  border-radius: 16px;
  font-size: 12px;
}
.tags .tag + .tag {
  margin-left: 2px;
}

.map-link {
  line-height: 28px;
  padding: 0 8px;
  font-size: 12px;
}
}

.ls-narrow {
  letter-spacing: -0.08rem;
}


/*-----------------------------------------------------------------
		参加施設一覧
-----------------------------------------------------------------*/
.map h2 {
  margin-bottom: 24px;
  line-height: 1;
  font-size: 32px;
  text-align: center;
}

.map-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.map-list::before{
  content:"";
  display: block;
  width: calc((100% - 24px) / 4);
  order:1;
}
.map-list::after{
  content:"";
  display: block;
  width: calc((100% - 24px) / 4);
}

.map-list li {
  width: calc((100% - 24px) / 4);
  margin-bottom: 16px;
}

.map-all {
  margin-bottom: 24px;
}


.map-img {
  margin-bottom: 8px;
}

.map-list li p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}


@media screen and (max-width: 767px) {
.map h2 {
  line-height: 1;
  font-size: 24px;
}

.map-all {
  overflow-x: scroll;
/*  min-width: 444px;*/
  min-height: 400px;
}
.map-all-inner {
  width: 100%;
  height: auto;
}
.map-all-inner img {
  vertical-align: bottom;
  height: 520px;
  width: auto;
}

.map-list::before{
  width: calc(50% - 4px);
}
.map-list::after{
  width: calc(50% - 4px);
}

.map-list li {
  width: calc(50% - 4px);
}

.map-list li p {
  font-size: 12px;
}
}


/*-----------------------------------------------------------------
		フッター
-----------------------------------------------------------------*/
.l-footer,
.l-footer-navi {
  background-color: #EBE1D5 !important;
}

.l-footer-inner {
  max-width: 1030px;
  padding: 10px 15px !important;
}

.copyright {
  color: #333 !important;
}

@media screen and (max-width: 767px) {
 .l-footer-navi {
    padding-bottom: 0;
  }
}
