@charset "UTF-8";
.container{
  width: 100%!important;
}
.pane-left-menu + .pane-main{
  width: 100%!important;
}
main > div{
  width: 100%!important;
}
.block-category--pager-top {
  display: none;
}
.block-product--list{
  border-top: none;
  padding: 0 40px;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:767px) {
  .block-product--list{
    padding: 0 20px 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.pane-right-menu{
  padding: 0 40px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.slick-track:after, .slick-track:before {
  content: "";
  display: table
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  padding: 4px;
  border: 1px solid #ccc;
  background-color: #fff
}
.pane-main {
  width: 100%;
  padding-bottom: 0!important
}
@media screen and (max-width:767px) {
  .pane-main {
    padding-bottom: 100px!important
  }
}
.js-scroll-photo img {
  transition: 0.3s cubic-bezier(0, 0.93, 0.23, 1);
  width: 100%!important;
  height: 100%!important;
  transform-origin: center center
}
@media screen and (max-width:767px) {
  .js-scroll-photo img {
    height: 100vh!important;
    height: 100svh!important
  }
}
.js-scroll-photo.is-fixed img {
  position: fixed!important;
  width: 100%!important;
  height: 100%!important
}
@media screen and (max-width:767px) {
  .js-scroll-photo.is-fixed img {
    height: 100vh!important;
    height: 100svh!important
  }
}
.js-scroll-photo.is-absolute img {
  position: absolute!important
}
.wrapper {
  min-width: auto!important
}
html {
  scroll-behavior: smooth
}
footer.pane-footer {
  z-index: 11;
  position: relative;
  background: #fff;
  padding-bottom: 1px
}
@media screen and (max-width:1000px) {
  footer.pane-footer .block-page-top {
    bottom: 80px!important
  }
}
@media screen and (max-width:767px) {
  footer.pane-footer .block-page-top {
    display: none!important
  }
}
@media screen and (max-width:1000px) {
  footer .container {
    overflow-y: scroll
  }
}
.ani-fadein {
  opacity: 0
}
.ani-fadein.is-active {
  animation: ani-fadein 0.65s cubic-bezier(0.2, 0.3, 0.65, 1.01) both
}
@keyframes ani-fadein {
  0% {
    filter: blur(12px);
    opacity: 0
  }
  to {
    filter: blur(0px);
    opacity: 1
  }
}
.ani-fadeinB {
  opacity: 0
}
.ani-fadeinB.is-active {
  animation: ani-fadeinB 0.85s cubic-bezier(0.2, 0.3, 0.65, 1.01) both
}
@keyframes ani-fadeinB {
  0% {
    opacity: 0;
    transform: translateY(4rem)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
.ani-scaleIn {
  opacity: 0
}
.ani-scaleIn.is-active {
  animation: ani-scaleIn 0.65s cubic-bezier(0.2, 0.3, 0.65, 1.01) both
}
@keyframes ani-scaleIn {
  0% {
    transform: scale(1.05);
    opacity: 0
  }
  to {
    transform: scale(1);
    opacity: 1
  }
}
@keyframes ani-btnUp {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(40px)
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0)
  }
}
@keyframes ani-btnDown {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0)
  }
  to {
    opacity: 0;
    transform: translateX(-50%) translateY(40px)
  }
}
.icyaroma_lp {
  position: relative;
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #232a2e;
  font-feature-settings: normal;
  background: #eef3f6;
  margin: 0
}
.icyaroma_lp * {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0
}
.icyaroma_lp h1, .icyaroma_lp h2, .icyaroma_lp h3, .icyaroma_lp h4, .icyaroma_lp h5, .icyaroma_lp h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  border: none
}
.icyaroma_lp a {
  opacity: 1;
  transition: all 0.3s ease
}
@media (any-hover:hover) {
  .icyaroma_lp a:hover {
    opacity: 0.7
  }
}
.icyaroma_lp img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  vertical-align: baseline!important
}
.icyaroma_lp section {
  position: relative
}
.icyaroma_lp button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none
}
.icyaroma_lp ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.icyaroma_lp .cf:after {
  content: "";
  display: block;
  clear: both
}
.icyaroma_lp a {
  opacity: 1;
  transition: 0.3s cubic-bezier(0, 0.93, 0.23, 1);
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease
}
@media (any-hover:hover) {
  .icyaroma_lp a:hover {
    opacity: 0.7;
    opacity: 0.7
  }
}
.icyaroma_lp p.txt {
  font-size: 15px;
  line-height: 1.86;
  letter-spacing: 0.09em;
  color: #FFFFFF
}
@media screen and (max-width:600px) {
  .icyaroma_lp br.view-pc {
    display: none
  }
}
.icyaroma_lp br.view-smd {
  display: none
}
@media screen and (max-width:767px) {
  .icyaroma_lp br.view-smd {
    display: inline
  }
}
.icyaroma_lp br.view-sp {
  display: none
}
@media screen and (max-width:600px) {
  .icyaroma_lp br.view-sp {
    display: inline
  }
}
@media screen and (max-width:1000px) {
  .icyaroma_lp .md-none {
    display: none
  }
}
@media screen and (max-width:767px) {
  .icyaroma_lp .smd-none {
    display: none
  }
}
@media screen and (max-width:600px) {
  .icyaroma_lp .sp-none {
    display: none
  }
}
.icyaroma_lp .sec-ttl {
  font-family: "Marcellus", "Helvetica", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Arial, serif;
  font-size: 35.7px;
  font-weight: 400;
  line-height: 1.37;
  color: #00a39d;
  text-align: center
}
.icyaroma_lp .lp-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.icyaroma_lp .lp-bg .lp-bg__inner {
  position: sticky;
  top: 130px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 130px)
}
@media screen and (max-width:767px) {
  .icyaroma_lp .lp-bg .lp-bg__inner {
    top: 98px;
    height: calc(var(--initial-vh) - 98px)
  }
}
@media screen and (max-width:600px) {
  .icyaroma_lp .lp-bg .lp-bg__inner {
    display: none
  }
}
.icyaroma_lp .lp-bg .lp-bg__inner:after, .icyaroma_lp .lp-bg .lp-bg__inner:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background-position: center;
  background-size: cover;
  pointer-events: none
}
.icyaroma_lp .lp-bg .lp-bg__inner:before {
  top: 0;
  aspect-ratio: 1600/470;
  background-image: url(/img/usr/event/icyaroma-2026/bg_pc_top.png)
}
.icyaroma_lp .lp-bg .lp-bg__inner:after {
  bottom: 0;
  aspect-ratio: 1600/300;
  background-image: url(/img/usr/event/icyaroma-2026/bg_pc_btm.png)
}
.icyaroma_lp .lp-fixed_btn {
  display: none;
  position: fixed;
  left: 50%;
  bottom: 30px;
  width: 82.6%;
  max-width: 310px;
  background: #ffffff;
  border: 1px solid #00a39d;
  border-radius: 100vmax;
  margin: 0 auto;
  opacity: 0;
  transform: translateX(-50%);
  z-index: 10
}
@media screen and (max-width:767px) {
  .icyaroma_lp .lp-fixed_btn {
    display: block
  }
  .icyaroma_lp .lp-fixed_btn.is-active {
    animation: ani-btnUp 0.6s cubic-bezier(0.13, 0.7, 0.32, 0.99) forwards
  }
  .icyaroma_lp .lp-fixed_btn.is-none {
    animation: ani-btnDown 0.45s cubic-bezier(0.13, 0.7, 0.32, 0.99) forwards
  }
}
.icyaroma_lp .lp-fixed_btn .lp-contents_nav .lp-contents_nav_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em 1em;
  font-family: "Marcellus", "Helvetica", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Arial, serif;
  font-size: 15px;
  line-height: 1.2;
  padding: 1em 2em
}
.icyaroma_lp .lp-fixed_btn .lp-contents_nav .lp-contents_nav_list li a {
  display: block;
  position: relative;
  width: 100%;
  color: #00a39d;
  text-align: center;
  opacity: 0.5
}
.icyaroma_lp .lp-fixed_btn .lp-contents_nav .lp-contents_nav_list li a.is-current {
  opacity: 1
}
.icyaroma_lp .lp-kv {
  position: relative;
  width: 100%;
  height: calc(100dvh - 130px)
}
@media screen and (min-width:768px) {
  .icyaroma_lp .lp-kv {
    min-height: 800px
  }
}
@media screen and (max-width:767px) {
  .icyaroma_lp .lp-kv {
    height: calc(var(--initial-vh) - 98px)
  }
}
@media screen and (max-width:600px) {
  .icyaroma_lp .lp-kv {
    background-image: url(/img/usr/event/icyaroma-2026/bg_kv_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
  }
}
.icyaroma_lp .lp-kv .lp-kv__inner {
  position: relative;
  width: 100%;
  height: 100%
}
@media screen and (max-width:767px) {
  .icyaroma_lp .lp-kv .lp-kv__inner {
    padding-top: 8vw;
    padding-bottom: 19.6vw
  }
}
@media screen and (max-width:600px) {
  .icyaroma_lp .lp-kv .lp-kv__inner {
    padding-bottom: 22.9333333333vw
  }
}
.icyaroma_lp .lp-kv .lp-kv__inner .lp-kv_img {
  position: relative;
  width: 69.6875vw;
  height: calc(100% - 7.0625vw);
  margin-inline: auto;
  overflow: hidden
}
@media screen and (max-width:1200px) {
  .icyaroma_lp .lp-kv .lp-kv__inner .lp-kv_img {
    width: 90%
  }
}
@media screen and (max-width:767px) {
  .icyaroma_lp .lp-kv .lp-kv__inner .lp-kv_img {
    width: 96vw;
    height: 100%;
    margin: 0 0 0 auto
  }
}
.icyaroma_lp .lp-kv .lp-kv__inner .lp-kv_img .lp-kv_img__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: ani-scaleIn 1.05s 0.5s cubic-bezier(0.2, 0.3, 0.65, 1.01) both
}
.icyaroma_lp .lp-kv .lp-kv__inner .lp-kv_img .lp-kv_img__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.icyaroma_lp .lp-kv .lp-kv__inner .lp-kv_logo {
  position: absolute;
  top: 18.125vw;
  left: 22.9375vw;
  width: 19.5625vw;
  animation: ani-fadein 0.65s 0.85s cubic-bezier(0.2, 0.3, 0.65, 1.01) both
}
@media screen and (max-width:1200px) {
  .icyaroma_lp .lp-kv .lp-kv__inner .lp-kv_logo {
    top: 24.1666666667vw;
    left: 15vw;
    width: 26.0833333333vw
  }
}
@media screen and (max-width:767px) {
  .icyaroma_lp .lp-kv .lp-kv__inner .lp-kv_logo {
    left: 50%;
    width: 44.2666666667vw;
    transform: translateX(-50%)
  }
}
.icyaroma_lp .lp-kv .lp-kv__inner .lp-kv_catch {
  position: absolute;
  bottom: 40px;
  left: 18.0625vw;
  width: 47vw;
  animation: ani-fadein 0.55s 1.5s cubic-bezier(0.2, 0.3, 0.65, 1.01) both
}
@media screen and (max-width:1200px) {
  .icyaroma_lp .lp-kv .lp-kv__inner .lp-kv_catch {
    left: 5.5%
  }
}
@media screen and (max-width:767px) {
  .icyaroma_lp .lp-kv .lp-kv__inner .lp-kv_catch {
    bottom: 20px;
    width: 53.0666666667vw
  }
}
.icyaroma_lp .lp-kv .lp-kv__inner .lp-kv_date {
  position: absolute;
  bottom: 30px;
  right: 18.625vw;
  width: 9.53125vw;
  animation: ani-fadein 0.55s 1.5s cubic-bezier(0.2, 0.3, 0.65, 1.01) both
}
@media screen and (max-width:1200px) {
  .icyaroma_lp .lp-kv .lp-kv__inner .lp-kv_date {
    right: 8.5%;
    width: 12.7083333333vw
  }
}
@media screen and (max-width:767px) {
  .icyaroma_lp .lp-kv .lp-kv__inner .lp-kv_date {
    width: 22.9333333333vw
  }
}
.icyaroma_lp .lp-kv .lp-kv__inner .lp-kv_btn {
  position: absolute;
  bottom: 30px;
  left: 53vw;
  animation: ani-fadein 0.55s 1.5s cubic-bezier(0.2, 0.3, 0.65, 1.01) both
}
@media screen and (max-width:767px) {
  .icyaroma_lp .lp-kv .lp-kv__inner .lp-kv_btn {
    display: none
  }
}
.icyaroma_lp .lp-kv .lp-kv__inner .lp-kv_btn a {
  display: block;
  position: relative;
  width: 15.625vw;
  font-size: max(0.9375vw, 12px);
  line-height: 1.2;
  color: #00a39d;
  text-align: center;
  border: 1px solid #00a39d;
  border-radius: 100vmax;
  padding: 1em 4em
}
@media screen and (max-width:1200px) {
  .icyaroma_lp .lp-kv .lp-kv__inner .lp-kv_btn a {
    width: auto;
    font-size: 15px
  }
}
.icyaroma_lp .lp-kv .lp-kv__inner .lp-kv_btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 2em;
  aspect-ratio: 6/1;
  border-bottom: 1px solid #00a39d;
  border-right: 1px solid #00a39d;
  transform: translateY(-50%) skew(45deg, 0);
  pointer-events: none
}
.icyaroma_lp .lp-container {
  position: relative
}
.icyaroma_lp .lp-container .lp-container__inner {
  position: relative;
  display: flex;
  width: 100%
}
.icyaroma_lp .lp-container .lp-container_left, .icyaroma_lp .lp-container .lp-container_right {
  position: sticky;
  top: 130px;
  flex: 1;
  height: calc(100vh - 130px);
  z-index: 2
}
@media screen and (max-width:767px) {
  .icyaroma_lp .lp-container .lp-container_left, .icyaroma_lp .lp-container .lp-container_right {
    display: none
  }
}
.icyaroma_lp .lp-container .lp-container_left {
  min-height: 670px
}
.icyaroma_lp .lp-container .lp-container_left .lp-side {
  position: relative;
  height: 100%;
  padding-bottom: 7.25vw
}
.icyaroma_lp .lp-container .lp-container_left .lp-side .lp-side_bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(/img/usr/event/icyaroma-2026/img_side.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden
}
.icyaroma_lp .lp-container .lp-container_left .lp-side .lp-side_logo {
  position: absolute;
  top: 17.7777777778%;
  left: 50%;
  width: 15.1875vw;
  transform: translateX(-50%)
}
@media screen and (max-width:1200px) {
  .icyaroma_lp .lp-container .lp-container_left .lp-side .lp-side_logo {
    width: 20.25vw
  }
}
.icyaroma_lp .lp-container .lp-container_left .lp-side .lp-side_catch {
  position: absolute;
  bottom: 4.4444444444%;
  left: 16.3265306122%;
  width: 46.3673469388%
}
.icyaroma_lp .lp-container .lp-container_left .lp-side .lp-side_date {
  position: absolute;
  bottom: 6.6666666667%;
  right: 13.0612244898%;
  width: 19.2653061224%
}
.icyaroma_lp .lp-container .lp-container_main {
  position: relative;
  width: 100%;
  margin-inline: auto;
  z-index: 3
}
@media screen and (min-width:601px) {
  .icyaroma_lp .lp-container .lp-container_main {
    max-width: 375px
  }
}
.icyaroma_lp .lp-container .lp-container_right .lp-contents_nav {
  width: 80%;
  height: 100%;
  display: grid;
  place-content: center;
  margin: 0 auto 0 0;
  padding: 0 5%
}
@media screen and (max-width:1000px) {
  .icyaroma_lp .lp-container .lp-container_right .lp-contents_nav {
    width: 100%
  }
}
.icyaroma_lp .lp-container .lp-container_right .lp-contents_nav .lp-contents_nav_list {
  font-family: "Marcellus", "Helvetica", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Arial, serif;
  font-size: 20px;
  line-height: 1.4
}
.icyaroma_lp .lp-container .lp-container_right .lp-contents_nav .lp-contents_nav_list li:not(:first-child) {
  margin-top: 1.5em
}
.icyaroma_lp .lp-container .lp-container_right .lp-contents_nav .lp-contents_nav_list li a {
  color: #232a2e;
  opacity: 0.5
}
.icyaroma_lp .lp-container .lp-container_right .lp-contents_nav .lp-contents_nav_list li a.is-current {
  opacity: 1
}
.icyaroma_lp .lp-concept {
  background: #48b7e0;
  background: linear-gradient(90deg, #a4d681 6%, #48b7e0 100%);
  padding: 110px 0
}
.icyaroma_lp .lp-concept .lp-concept__inner {
  width: 80%;
  margin-inline: auto
}
.icyaroma_lp .lp-concept .lp-concept__inner .lp-concept_ttl {
  color: #ffffff;
  text-align: left
}
.icyaroma_lp .lp-concept .lp-concept__inner .lp-concept_desc {
  font-size: 17.5px;
  line-height: 2;
  color: #ffffff;
  margin-top: 2.5em
}
.icyaroma_lp .lp-concept .lp-concept_img {
  margin-top: 70px
}
.icyaroma_lp .lp-aroma {
  width: 100%;
  background-color: #ffffff;
  background-image: url(/img/usr/event/icyaroma-2026/bg_aroma.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding: 120px 0 50px
}
.icyaroma_lp .lp-aroma .lp-aroma_intro {
  position: relative;
  width: 80%;
  margin-inline: auto
}
.icyaroma_lp .lp-aroma .lp-aroma_intro .lp-aroma_intro_subttl {
  font-family: "Shippori Mincho B1", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.6;
  color: #00a39d;
  text-align: center;
  margin-top: 1.25em
}
.icyaroma_lp .lp-aroma .lp-aroma_intro .lp-aroma_intro_desc {
  font-size: 17px;
  line-height: 2.1;
  color: #232a2e;
  text-align: center;
  margin-top: 2em
}
.icyaroma_lp .lp-aroma .lp-aroma_intro .lp-aroma_intro_desc p:not(:first-child) {
  margin-top: 0.5em
}
.icyaroma_lp .lp-aroma .lp-aroma_ingredients {
  position: relative;
  width: 88%;
  background-image: url(/img/usr/event/icyaroma-2026/bg_aroma_ingredients.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin: 130px auto 0;
  padding: 25px 5% 30px
}
.icyaroma_lp .lp-aroma .lp-aroma_ingredients .lp-aroma_ingredients_ttl {
  font-family: "Shippori Mincho B1", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center
}
.icyaroma_lp .lp-aroma .lp-aroma_ingredients .lp-aroma_ingredients_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px 8%;
  margin-top: 20px
}
.icyaroma_lp .lp-aroma .lp-aroma_ingredients .lp-aroma_ingredients_list .lp-aroma_ingredients_list__item {
  width: 46%
}
.icyaroma_lp .lp-aroma .lp-aroma_ingredients .lp-aroma_ingredients_list .lp-aroma_ingredients_list__item .item-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden
}
.icyaroma_lp .lp-aroma .lp-aroma_ingredients .lp-aroma_ingredients_list .lp-aroma_ingredients_list__item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.icyaroma_lp .lp-aroma .lp-aroma_ingredients .lp-aroma_ingredients_list .lp-aroma_ingredients_list__item .item-img {
  border-radius: 100vmax
}
.icyaroma_lp .lp-aroma .lp-aroma_ingredients .lp-aroma_ingredients_list .lp-aroma_ingredients_list__item .item-ttl {
  font-size: 12.5px;
  line-height: 1.6;
  text-align: center;
  margin-top: 0.5em
}
.icyaroma_lp .lp-aroma .lp-aroma_ingredients .lp-aroma_ingredients_list .lp-aroma_ingredients_list__item .item-ttl.--note {
  font-size: 12px
}
.icyaroma_lp .lp-lineup {
  background: #ffffff;
  padding: 80px 0 0
}
.icyaroma_lp .lp-lineup .lp-lineup_list .lp-lineup_list__item {
  position: relative;
  padding: 30px 6% 0
}
.icyaroma_lp .lp-lineup .lp-lineup_list .lp-lineup_list__item:not(:first-child) {
  margin-top: 85px
}
.icyaroma_lp .lp-lineup .lp-lineup_list .lp-lineup_list__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #83ceea;
  background: linear-gradient(90deg, #d0e5c1 6%, #83ceea 100%);
  transform: skew(0, -20deg);
  transform-origin: top right;
  pointer-events: none;
  opacity: 0.35
}
.icyaroma_lp .lp-lineup .lp-lineup_list .lp-lineup_list__item .item-img {
  position: relative;
  width: 80%;
  max-width: 250px;
  background: #ffffff;
  margin-inline: auto;
  padding: 10px
}
.icyaroma_lp .lp-lineup .lp-lineup_list .lp-lineup_list__item .item-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 7px 7px 7px 0px #147882;
  mix-blend-mode: multiply;
  opacity: 0.15;
  pointer-events: none
}
.icyaroma_lp .lp-lineup .lp-lineup_list .lp-lineup_list__item .item-img.is-new:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 63.5px;
  aspect-ratio: 1/1;
  background-image: url(/img/usr/event/icyaroma-2026/img_lineup_new.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(30%, -30%);
  pointer-events: none
}
.icyaroma_lp .lp-lineup .lp-lineup_list .lp-lineup_list__item .item-ttl {
  position: relative;
  font-family: "Shippori Mincho B1", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  color: #232a2e;
  letter-spacing: -0.05em;
  margin-top: 1.5em
}
.icyaroma_lp .lp-lineup .lp-lineup_list .lp-lineup_list__item .item-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 1em;
  font-size: 12.5px;
  line-height: 1.6;
  color: #232a2e;
  vertical-align: baseline;
  margin-top: 1.5em
}
.icyaroma_lp .lp-lineup .lp-lineup_list .lp-lineup_list__item .item-info .num {
  display: inline-block;
  font-size: 15.8px
}
.icyaroma_lp .lp-lineup .lp-lineup_list .lp-lineup_list__item .item-desc {
  width: 92%;
  margin: 50px auto 0
}
.icyaroma_lp .lp-lineup .lp-lineup_list .lp-lineup_list__item .item-desc .item-desc_ttl {
  font-size: 18px;
  line-height: 1.6;
  color: #00a39d
}
.icyaroma_lp .lp-lineup .lp-lineup_list .lp-lineup_list__item .item-desc .item-desc_txt {
  font-size: 15px;
  line-height: 2;
  margin-top: 1em
}
.icyaroma_lp .lp-lineup .lp-lineup_list .lp-lineup_list__item .item-point {
  position: relative;
  background: #48b7e0;
  background: linear-gradient(90deg, #a4d681 6%, #48b7e0 100%);
  margin-top: 30px;
  padding: 30px 8%
}
.icyaroma_lp .lp-lineup .lp-lineup_list .lp-lineup_list__item .item-point .item-point_ttl {
  width: 55%;
  max-width: 175px;
  margin-inline: auto
}
.icyaroma_lp .lp-lineup .lp-lineup_list .lp-lineup_list__item .item-point .item-point_list {
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  margin-top: 20px
}
.icyaroma_lp .lp-lineup .lp-lineup_list .lp-lineup_list__item .item-point .item-point_list li {
  position: relative
}
.icyaroma_lp .lp-lineup .lp-lineup_list .lp-lineup_list__item .item-point .item-point_list li:not(:first-child) {
  border-top: 2px dashed #ffffff;
  margin-top: 1em;
  padding-top: 1em
}
.icyaroma_lp .lp-lineup .lp-lineup_list .lp-lineup_list__item .item-point .item-point_list li span {
  position: relative;
  display: block;
  padding-left: 1.75em
}
.icyaroma_lp .lp-lineup .lp-lineup_list .lp-lineup_list__item .item-point .item-point_list li span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.25em;
  left: 0;
  height: 1em;
  aspect-ratio: 18/15;
  background-image: url(/img/usr/event/icyaroma-2026/img_lineup_check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none
}
.icyaroma_lp .lp-lineup .lp-lineup_list .lp-lineup_list__item .item-btn {
  margin: 40px auto 0
}
.icyaroma_lp .lp-lineup .lp-lineup_list .lp-lineup_list__item .item-btn a {
  display: block;
  position: relative;
  width: 250px;
  font-size: 15px;
  line-height: 1.2;
  color: #00a39d;
  text-align: center;
  background: #ffe528;
  border-radius: 100vmax;
  margin-inline: auto;
  padding: 1em 4em
}
.icyaroma_lp .lp-lineup .lp-lineup_list .lp-lineup_list__item .item-btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 2em;
  aspect-ratio: 6/1;
  border-bottom: 1px solid #00a39d;
  border-right: 1px solid #00a39d;
  transform: translateY(-50%) skew(45deg, 0);
  pointer-events: none
}
.icyaroma_lp .lp-about {
  background: #ffffff;
  padding: 110px 0 60px
}
.icyaroma_lp .lp-about .lp-about_slider {
  margin-top: 30px
}
.icyaroma_lp .lp-about .lp-about_slider .lp-about_slider__item {
  position: relative;
  width: 100%;
  aspect-ratio: 375/270;
  overflow: hidden
}
.icyaroma_lp .lp-about .lp-about_slider .lp-about_slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.icyaroma_lp .lp-about .lp-about_desc {
  font-size: 17px;
  line-height: 2.2;
  width: 77%;
  margin: 50px auto 0
}
.icyaroma_lp .slick-dots {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px 12px;
  width: 100%;
  line-height: 0;
  padding-top: 20px
}
.icyaroma_lp .slick-dots li {
  position: relative;
  display: block;
  line-height: 0;
  text-indent: inherit!important;
  margin: 0
}
.icyaroma_lp .slick-dots li:first-child:last-child {
  display: none
}
.icyaroma_lp .slick-dots li button {
  position: relative;
  font-size: 0;
  line-height: 0;
  width: 10px;
  aspect-ratio: 1/1;
  border: 1px solid #00a39d;
  background-color: #ffffff;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden
}
.icyaroma_lp .slick-dots li.slick-active button {
  background-color: #00a39d
}
@media screen and (min-width:768px) {
  .block-event-page--goods{
    max-width: 1080px;
    padding: 0 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*# sourceMappingURL=icyaroma.css.map */