@charset "utf-8";
ul {
    list-style-type: none;
}

.mainvl {
  margin-top: 80px;
  line-height: 0;
}
@media screen and (max-width: 480px) {
  .mainvl {
    margin-top: 60px;
  }
}

/* ---------------------event240422共通----------------------- */
.post-body p .event240422{
	margin: 0;
}
.event240422 {
  padding-top: 0px;
}
.event240422 > img{
	width: 100%;
}
.event240422 .inner{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto !important;
}


/* read
------------------------------------------------------- */
.read {
	line-height: 0;
}

/* item
------------------------------------------------------- */
.item {
	background: url(img/bg.png) no-repeat;
	background-size: cover;
	padding: 5% 0;
}
.item .itmbox {
	margin-bottom: 30px
}
.item .itmbox h2 {
	margin-bottom: 20px;
}
.item .itmbox .note {
	font-size: .8em;
	color: #fff;
	margin-top: 5px;
}
.item .itemfl ul {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	gap: 20px 0;
}
.item .itemfl ul li {
	width: 48%;
}
.item .itemfl-dl ul {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}
.item .item-btn {
	width: 70%;
	margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .item .itemfl ul {
    flex-direction: column;
    gap: 20px 0;
  }
  .item .itemfl ul li {
    width: 100%;
  }
  .item .inner .news {
    padding-top: 10px;
  }
}

/* lineup
------------------------------------------------------- */
.lineup {
	background: url(img/lineup_bg.png) no-repeat;
	background-size: cover;
	padding: 5% 0;
}
.lineup .lineup_ttl {
  width: min(250/480*100vw,250px);
  margin: auto;
}
.lineup ul.lineup-list {
	display: flex;
  justify-content: center;
  flex-wrap: wrap;
	gap: 20px 0;
	padding-top: 3%;
}
.lineup ul.lineup-list li {
  width: 50%;
}
.lineup ul.lineup-list li p {
	line-height: 0;
}
.lineup .inner ul > p {
	padding-top: 3%;
}
.lineup-bnr {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.lineup-bnr li {
	width: 48%;
}
@media screen and (max-width: 896px) {
  .lineup ul.lineup-list li {
    width: 100%;
  }
  .lineup .inner .news {
    margin-top: 10px;
  }
}

/* special
------------------------------------------------------- */
.special {
	background: #fbf6f3;
	padding: 0 0 5%;
}
.special h2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	margin-top: 3%;
}
.special h2 span {
	color: #b7512e;
	font-size: .8em
}
.special .normal {
	text-align: center;
	margin: 10px 0 20px;
}
.special dl div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #000;
	padding: 10px 0;
}
.special dl div dt {
	background: #fff;
	width: 20%;
	text-align: center;
	margin-left: 1em;
	padding: 5px 0;
}
.special dl div dd {
	width: 75%;
}
.special dl div dd span {
	font-size: 0.7em;
    font-weight: 400;
}
.special .btn {
	width: 70%;
	margin: 20px auto 0;
}
.special .car {
	width: 80%;
	margin: 20px auto 0;
}

/* lineup
------------------------------------------------------- */


/* aタグhover
------------------------------------------------------- */
.event240422 a:hover img{
	opacity: 0.7;
}

/* btn
------------------------------------------------------- */
.event240422 .news {
	width: 90%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	font-size: 18px;
	align-items: center;
	padding-top: 30px;
}
.event240422 .item .news {
	justify-content: center;
}
.event240422 .news div {
	width: 49%;
}
.event240422 .news div {
	width: 49%;
}
.event240422 .news p.button1 a,
.event240422 .news p.button2 a {
	box-sizing: border-box;
	padding: 15px 40px;
	border-radius: 30px;
	font-size: 20px;
	background-color: #b00a0b;
	color: #fff !important;
	text-decoration: none !important;
	display: block;
	text-align: center;
}
.event240422 .btn-deco1 a::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 22px;
	background-image: url("img/btn-shop.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.event240422 .btn-deco2 a::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 14px;
	background-image: url("img/btn-sijo.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
	vertical-align: middle;
}
.event240422 .news p.button1 a,
.event240422 .news p.button2 a{
	transition: ease all 0.3s;
}
.event240422 .news p.button1 a:hover,
.event240422 .news p.button2 a:hover{
	background: #D05B2B;
}

@media screen and (max-width: 896px) {
	.event240422 .news{
		padding: 1px 0;
		display: flex;
		flex-direction: column;
		gap: 10px 0;
	}
	.event240422 .news div{
		width: 100%;
	}
	.event240422 .news p.button1 a,
	.event240422 .news p.button2 a{
		font-size: 1.1em;
	}
}

@media screen and (max-width: 480px) {
	.impreza .btn {
		padding: 4% 0 1%;
	}
	.lineup {
		padding: 7% 0;
	}
	.lineup ul {
		gap: 10px 0;
		padding-top: 5%;
	}
	.lineup-bnr {
		margin-top: 5px;
		flex-wrap: wrap;
	}
	.lineup-bnr li {
		width: 100%;
	}
	.special h2 {
		font-size: 1.4rem;
	}
	.special .btn {
		width: 100%;
		margin: 10px auto 0;
	}
	.item {
		padding: 7% 0;
	}
	.item .itmbox h2 {
    	margin-bottom: 10px;
	}
	.item .itmbox {
	    margin-bottom: 20px;
	}
	.item .item-btn {
	    width: 100%;
	}
}



/* インスタ */
.insta {
  background-color: #fff;
  text-align: center;
  padding: 50px 0;
  /* margin-bottom: 7%; */
  width: 90%;
  max-width: 1100px;
  margin: 1% auto 0;
}
.insta-list-cover {
  overflow-y: hidden;
    margin: 0 auto;
    height: 421px;
}
  .insta h2 {
    width: 85%;
      margin: 0 auto;
    text-align: center;
    font-size: 2rem !important;
    padding-bottom: 10px !important;
  }
  .insta > p {
    width: 85%;
      margin: 0 auto;
    text-align: center;
  }

  .insta-list {
      column-count: 3;
      width: 85%;
      margin: 0 auto;
      padding: 3% 0;
  }

  .insta-list .item-insta {
      break-inside: avoid;
      gap: 20px;
      width: 100%;
  }

  /*インスタのminwidthを強制的に変更*/

  iframe.instagram-media.instagram-media-rendered {
      min-width: 100% !important;
  }
  /*ボタン*/

  .btn2 {
      width: 60%;
      margin: 0 auto;
  }

  .btn2 a {
      text-decoration: none;
      display: block;
      background: #1662A3;
      border: 2px solid #1662A3;
      text-align: center;
      color: #fff;
      font-weight: 400;
      font-size: 1.1em;
      padding: 15px 0;
      transition: ease all 0.3s;
      letter-spacing: 2px;
      margin: 5% 0 0;
  }

  .btn2 a:hover {
      background: #fff;
      color: #1662A3;
  }

  .btn2 {
      width: 60%;
      margin: 0 auto;
      position: relative;
  }

  .btn2::after {
      content: '';
      border: 0;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      display: inline-block;
      width: 10px;
      height: 10px;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%) rotate(45deg);
  }


  .btn2:hover::after {
      border-top: solid 2px #1662A3;
      border-right: solid 2px #1662A3;
  }

@media screen and (max-width: 896px) {
  .btn2 a {
    margin: 5% 0 30px;
  }
}

@media screen and (max-width: 480px) {
  /* インスタ */
  .insta {
    padding: 30px 0;
  }
  .insta h2 {
    font-size: 1.5rem !important;
    width: 100% !important;
  }
  .insta-list-cover {
    width: 90%;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0 auto;
    height: 410px;
    margin-bottom: 5%;
  }
  .insta-list {
    column-count: 3;
    width: 900px;
    padding: 7% 0;
  }
  .btn2 {
    width: 100%;
    margin: 0 auto;
  }
}

.banner {
  width: 100%;
}
.banner .banner-cnt img {
  display: block;
  vertical-align: bottom;
}