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

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #222;
	background: #fff;
  background-color: inherit;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  letter-spacing: .025em;
  line-height: 1.8;
  --space-xl: 60px;
  --space-l: 40px;
  --space-m: 32px;
  --space-sm: 24px;
  --space-xs: 16px;
  --color-base: #222;
}

a{
	color: #0066ff;
	text-decoration: none;
  word-break: break-all;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	position: relative;
  overflow:hidden;
  width:96%;
  margin: 1em auto;
}
h1 {
  width: 250px;
  margin: 0 auto;
}
#header .social-box {
  display: none;
}

/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 0;
	text-align: center;
	font-size: 12px;
}

/* 共通
------------------------------------------------------------*/
p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 2;
}
h2,
h3,
h4,
h5,
.bold {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
}
a {
	color: #222;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img{
	width: 100%;
	height: auto;
  vertical-align:top;
}
main {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}
.inner{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 40px;
}
section {
  position: relative;
  margin-bottom: 60px;
}
.break {
  display: inline-block;
}
.center {
  text-align: center;
}
.fs-s {
  font-size: 14px;
}
.right {
  text-align: right;
}
.mb-space-l {
  margin-bottom: var(--spacexl);
}
.note {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.4;
}
.ph-wrap {
  width: fit-content;
  margin-inline: auto;
}
/* contents
------------------------------------------------------------*/
.copy {
  font-size: 14px;
	margin-bottom: 24px;
}
.lead {
  font-weight: 500;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}
.news {
  padding: 40px 20px 20px;
  position: relative;
  margin: 32px 16px 24px;
  border-radius: 16px;
  border: 1px solid #222;
}
.news::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  top: -50px;
  left: 10px;
  margin: auto;
  background: url(../images/mie2504_new-badge.png) no-repeat;
  background-size: contain;
}
.news-list li {
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  margin: 16px 0;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.index {
  margin-bottom: var(--space-xl);
  border-bottom: 1px solid #222;
}
.index-title {
  display: flex;
  align-items: center;
  --text-divider-gap: 1rem;
  font-size: 30px;
  font-weight: 400;
  &::after {
    content: '';
    height: 1px;
    background-color: #222;
    flex-grow: 1;
    margin-left: var(--text-divider-gap);
  }
}
.index-list {
  width: 90%;
  margin-inline: auto;
}
.index-item a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
}
.index-item:not(:last-child) {
  border-bottom: 2px dotted rgb(0, 0, 0);
}
.news-item a:hover,
.index-item a:hover {
  color: #0368b7;
}
.social-box ul {
  display: flex;
  justify-content: center;
}
.social-box .youtube,
.social-box .facebook,
.social-box .insta,
.social-box .tiktok,
.social-box .x {
  width: 20px;
}
.hd-social {
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  display: flex;
  justify-content: center;
}
.hd-social::before,
.hd-social::after {
  background-color: #222;
  content: "";
  height: 2px;
  width: 30%;
}
.hd-social::before {
  margin-right: 15px;
}
.hd-social::after {
  margin-left: 15px;
}
.bg-primary {
  background-image: linear-gradient(134deg, #f7f8fb 53%, #f4e9f1);  
}
.btn-wrap {
  margin-top: 40px;
  margin-bottom: 60px;
}
.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  padding: .8em 1em;
  width: 100%;
  border-radius: 50vh;
  background: #0168b7;
  color: #fff;
  font-weight: 600;
  font-size:clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  text-align: center;
}
.button::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  right: 1em;
  background: url(../images/mie2412_arrow.png) no-repeat;
  background-size: contain;
}
.btn-present {
  width: 82%;
}
.video .btn-wrap {
  margin-top: var(--space-sm);
  margin-bottom: 8px;
}
.btn-video {
  width: 80%;
}
.video .comingsoon {
  font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
  text-align: center;
}
.about {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-image: linear-gradient(90deg, #cff9ff, #b9b6e5);
  gap: 24px;
}
.hd-section {
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  text-align: center;
}
.area-container .area {
  margin-top: 24px;
}
.area-container .area-w {
  padding: 20px 0px 40px;
}
.area-detail {
  display: grid;
  place-content: center;
  place-items: center;
  padding: 20px 0;
}
.hd-area {
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  margin-bottom: 16px;
}
.area-w {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
} 
.area-w > * {
  width: 45%;
}
.area-detail > p {
  width: 80%;
}
.booth-wrap {
  margin-bottom: var(--space-l);
  padding: 90px 20px 40px;
  background: #f7eff5;
}
.hd-booth {
  position: relative;
  width: fit-content;
  margin: 0 auto 20px;
  font-size:clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  &::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 130px;
    height: 106px;
    left: -40px;
    top: -110px;
    background: url(../images/mie2412_balloon.png) no-repeat;
    background-size: contain;
  }
}
.booth {
  padding: var(--space-xs);
  background: #fff;
  border-top: 2px solid #cff9ff;
  border-bottom: 2px solid #cff9ff;
  border-image: linear-gradient(to right, #cff9ff 0%, #b9b6e5 100%) 1;
  + .booth {
    margin-top: var(--space-sm);
  }
}
.theme {
  color: #703a8d;
  font-weight: 700;
  font-size: 18px;
}
.hd-item {
  font-size:clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
  margin-bottom: 16px;
}
.booth-item__img,
.col-w .booth-item__img {
  width: 100%;
  margin: 0 auto 16px;
}
section.mb-xxl {
  margin-bottom: 200px;
}
.event {
  position: relative;
  display: grid;
  gap: var(--space-m);
  background: #0368b7;
  padding: 80px 20px 40px;
  &::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 180px;
    top: 0px;
    left: 0;
    background: url(../images/mie2412_event-bg-blue.png) no-repeat;
    background-size: contain;
  }
}
.event .hd-section,
.event .lead {
  color: #fff;
}
.event-wrap__area {
  position: relative;
  padding: 32px 16px;
  border-radius: 20px;
  background: #fff;
  margin-top: 40px;
  &::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: -24px;
    left: 24px;
  }
  &:first-child::before {
    width: 55px;
    height: 48px;
    background: url(../images/mie2412_num01.png) no-repeat;
    background-size: contain;
  }
  &:last-child::before {
    width: 75px;
    height: 48px;
    background: url(../images/mie2412_num02.png) no-repeat;
    background-size: contain;
  }
}
.space-wrap__img {
  margin-top: var(--space-xs);
}
.space-name {
  padding-bottom: var(--space-xs);
  border-bottom: 1px solid #222;
  font-size: clamp(1.375rem, 1.193rem + 0.91vw, 1.875rem);
  text-align: center;
}
.space-name .sub {
  display: block;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}
.space-schedule {
  margin-top: var(--space-xs);
}
.date {
  margin-top: var(--space-xs);
  margin-bottom: var(--space-xs);
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  line-height: 1.6;
  font-weight: 600;
}
.present {
  padding: 0 20px;
}
.present-wrap {
  display: flex;
  flex-direction: column-reverse;
}
.hd-present img {
  width: 286px;
  margin-bottom: var(--space-sm);
}
.btn-present-s {
  width: 80%;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}
.present-title {
  font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
  margin-bottom: 8px;
}
.present-text {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: var(--space-sm);
}
.deadline {
  font-weight: 600;
  text-align: center;
}
.info {
  position: relative;
  margin-bottom: 60px;
  padding: 40px 0;
  background: #ebebeb;
}
.hd-info {
  position: relative;
  display: block;
  width: fit-content;
  margin: -60px auto 24px;
  padding: 0 2em;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  text-align: center;
  &::before,&::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 2px;
    height: 3.5em;
    background: #222;
  }
  &::before {
    rotate: -30deg;
    left: 0;
  }
  &::after {
    rotate: 30deg;
    right: 0;
  }
}
.btn-mie {
  margin-top: 0px;
  margin-bottom: 8px;
  width: 80%;
  background: #01a29a;
  &::after {
    width: 40px;
    height: 40px;
    background: url(../images/mie2412_arrow-green.png) no-repeat;
    background-size: contain;
  }
}
.video {
  background-image: linear-gradient(134deg, #f1f5ff 53%, #ddf4f2);
  margin: 10px 10px 40px;
  padding: 0 10px 30px;
  border-radius: 16px;
  z-index: 0;
}
.hd-video {
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border: 2px solid #333333;
  background-color: #ffffff;
  top: -24px;
  left: 24px;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
}
.hd-video::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -2;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #333333;
  background-color: #ffffff;
}
.hd-video::after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: -1;
  width: 20px;
  height: 2px;
  transform: rotate(50deg);
  box-sizing: border-box;
  background-color: #333333;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff; /* 背景色と同じ色を指定 */
}
.schedule {
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: fit-content;
  background: #f7eff5;
  color: var(--color-base);
}
.contact {
  margin-top: 30px;
  border-top: 1px solid #222;
}
.contact,
.info-area {
  padding: var(--space-xs);
}
.info-area .share {
  font-size: 17px;
}
/* SNS
------------------------------------------------------------*/
.social-box ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-box .youtube,
.social-box .facebook,
.social-box .insta,
.social-box .tiktok,
.social-box .x {
  width: 32px;
}

.space-wrap__img2 .flex-wrap .col-2 {
  display: flex;
  justify-content: center;
}
.space-wrap__img2 .flex-wrap .col-2 > * {
  width: 50%;
  padding: 16px 0px 8px;
}

/*キャンペーン*/
.campaign {
  background-image: linear-gradient(90deg, #b5243d, #f09285);
  padding: 40px;
}
.campaign .campaign-inner {
  padding: 40px;
  background: #fbf7f5;
}
.campaign .hd-campaign {
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  color: #c5193a;
}
.campaign-copy {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: bold;
}
.campaign-copy::before {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #333333;
}
.campaign-copy::after {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #333333;
}
.campaign .campaign-inner .date {
  background: #f8f0eb;
  display: inline-block;
  color: #603813;
}
.campaign .campaign-info {
  margin-top: 24px;
}
.campaign .btn-campaign {
    margin-top: 24px;
    margin-bottom: 8px;
    width: 70%;
    background: #de5444;
}
.campaign .btn-campaign.button::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 45px;
    height: 45px;
    right: 1em;
    background: url(../images/mie2412_arrow.png) no-repeat;
    background-size: contain;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (min-width: 980px){
  #header {
    width: 100%;
    max-width: 1240px;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  #header .social-box {
   display: inline-block;
   border-top: none;
  }
  .sp { display: none; }
  section {
    margin-bottom: 80px;
  }
  h1 {
    margin: 0;
  }
  #footer .social-box {
   display: none;
  }
	/* contents
	-----------------*/
  .col-2 > * {
    width: 48%;
  }
  .about {
    padding: 40px;
    gap: 32px;
  }
  .news {
    padding: 30px 40px 30px 180px;
    margin: 24px 40px 56px;
  }
  .news::after {
    width: 120px;
    height: 120px;
    top: 0;
    bottom: 0;
    left: 30px;
  }
  .news-list li {
    margin: 8px 0;
  }
  .booth {
    padding: var(--space-sm);
  }
  .area,
  .area-w {
    display: flex;
    justify-content: space-between;
  }
  .area-w {
    padding: 0 60px 40px;
  }  
  .area-w > * {
    width: 30%;
  } 
  .flex-reverse {
    flex-direction: row-reverse;
  }
  .area + .area {
    margin-top: var(--space-l);
  }
  .area > * {
    width: 50%;
  }
  .hd-booth {
    &::before {
      left: -120px;
      top: -70px;
    }
  }
  .area-container .area-w {
    padding: 20px 60px 40px;
  }
  .booth-item {
    display: flex;
    justify-content: space-between;
    gap: var(--space-l);
  }
  .booth-item__img {
    flex-shrink: 0;
    width: 310px;
  }
  .col-w .booth-item__img {
    width: 440px;
  }
  .present-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: inherit;
  }
  .present-text {
    font-size: 18px;
  }
  .event {
    padding: 200px 80px 40px;
  }
  .event-wrap__area {
    padding: var(--space-l);
    border-radius: 40px;
  }
  .event-wrap__area {
    &:first-child::before {
      width: 61px;
      height: 54px;
    }
    &:last-child::before {
      width: 81px;
      height: 54px;
    }
  }
  .space-wrap {
    display: flex;
    justify-content: space-between;
  }
  .space-wrap__content {
    width: 52%;
  }
  .space-wrap__img {
    width: 46%;
  }
  .space-wrap__img2 .flex-wrap .col-2 > * {
    width: 46%;
    padding: 16px 4px 8px;
  }
  .present-img {
    width: 36%;
  }
  .present-content {
    width: 60%;
  }
  .hd-present img {
    width: 426px;
  }
  .video {
    margin: 0px;
    padding: 0 40px 40px;
  }
  .hd-video {
    left: 40px;
  }
  .info {
    margin-bottom: 80px;
    padding: 40px;
  }
  .hd-info {
      &::before, &::after {
          bottom: -20px;
      }
  }
  .btn-video {
    margin-top: var(--space-sm);
    width: 64%;
  }
  .video-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .video-list .btn-video {
    margin-top: var(--space-sm);
    width: 85%;
  }
  .contact {
    margin-top: 70px;
    padding: 20px 40px;
  }
  .present,
  .social-box {
    padding: 0 40px;
  }
  .button::after {
    width: 50px;
    height: 50px;
  }
  .btn-mie {
    margin-top: 20px;
    width: 64%;
  }
  #footer{
  		padding: 0;
  }
}
@media only screen and (max-width: 640px){
  .event {
    padding: 100px 20px 40px;
  }
  .campaign,
  .campaign .campaign-inner {
    padding: 20px;
  }
  .campaign .btn-campaign {
    width: 100%;
    padding: .8em 0;
  }
  .campaign .btn-campaign.button::after {
    width: 30px;
    height: 30px;
    right: .5em;
  }
}
@media only screen and (max-width: 980px) {
  .pc { display: none; }
}
@media only screen and (min-width: 1240px){
  .present,
  .social-box {
    padding: 0;
  }
  .contact {
    padding: 20px 0;
  }
}


.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube-short {
  padding-top: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.youtube-short.youtube iframe,
.youtube iframe {
  width: 100%;
  height: 100%;
}

[data-ruby] {
  position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.3em;
}
rt {
  display: none;
}

/*terace*/
.terace {
    margin-bottom: var(--space-l);
    padding: 40px;
    background: #f7eff5;
}
.terace-inner {
  background: #fff;
  border-radius: 20px;
  padding: 10px 40px 40px;
  margin-top: 20px;
}
.terace .terace-info {
  margin: 20px 0;
}
.terace .terace-info .area {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
}
.terace .terace-info .date {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
}
.terace-copy {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: bold;
}
.terace-copy::before {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #333333;
}
.terace-copy::after {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #333333;
}
.terace .hd-terace {
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  margin-bottom: var(--space-xs);
}
.terace-wrap .button {
  margin-top: 20px;
  width: 64%;
}
.terace-wrap__img {
  width: 60%;
  margin: 0 auto 16px;
}
@media only screen and (min-width: 980px) {
  .terace {
    padding: 40px 80px;
  }
  .terace-info.flex-wrap {
    display: flex;
    justify-content: space-between;
  }
  .terace-info .terace-info__img {
    width: 33%;
  }
}
@media only screen and (max-width: 980px){
  .terace-wrap .button {
    width: 80%;
  }  
}
@media only screen and (max-width: 640px) {
  .terace {
    padding: 20px;
  }
  .terace-inner {
    padding: 10px 20px 20px;
  }
  .terace-wrap__img {
    width: 100%;
  }
}



#slick-slide {
  width: 70%;
  margin: 80px auto;
}
.slider .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.slider .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  opacity: .8;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slider .slick-next {
  right: -30px;
}
.slider .slick-prev {
  left: -30px;
}
.slider .slick-next::before {
  left: 20px;
}
.slider .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.slick-dots {
  text-align: center;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.slick-dots .slick-active button {
  background: #0a467d;
}
@media only screen and (max-width: 640px) {
  #slick-slide {
    width: auto;
    height: 290px;
    margin: 0 20px;
    position: relative;
    overflow: hidden;
  }
  .slider .slick-arrow {
    display: none!important;
  }
}
.message {
  margin-top: 80px;
}
.message .text {
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  text-align: center;
}

div.vid_contents {
width: 40%;
text-align: center;
padding: 40px 0 0;
margin: auto;
}
video.vid_main {
width: 100%;
max-width: 820px;
}
@media only screen and (max-width: 980px) {
  div.vid_contents {
    width: 70%;
  } 
  .message {
    margin-top: 60px;
  }
  .message .text {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 640px) {
  div.vid_contents {
    width: auto;
  }
  .message .text {
    text-align: left;
    padding: 0 30px;
  }
}