@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: #000;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  line-height: 1.4;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.summer2026 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 1.3333333333vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background: #ABE5F6;
}
@media screen and (max-width: 767px) {
  .summer2026 {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}
.summer2026::before {
  content: "";
  position: fixed;
  width: 70%;
  height: 60%;
  background: url(../img/main-bg.png) no-repeat;
  background-size: contain;
  background-position: right top;
  top: 0;
  right: 0;
}
.summer2026 header {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .summer2026 header {
    position: absolute;
  }
}

.lect_logo {
  text-align: left;
  padding: 20px;
  width: 140px;
}
@media screen and (max-width: 767px) {
  .lect_logo {
    padding: 10px;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .lect_logo img {
    width: 100px;
  }
}

.pc-flex {
  position: relative;
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 1450px) {
  .pc-flex {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1040px) {
  .pc-flex {
    justify-content: center;
  }
}

.left__dec {
  position: fixed;
}
.left__dec img {
  width: 100%;
}
.left__dec--t1 {
  width: 2%;
  left: 4%;
  top: 45%;
  transform: rotate(50deg);
}
.left__dec--c1 {
  opacity: 0.5;
  width: 5%;
  left: 10%;
  top: 25%;
  animation: floatY 3s ease-in-out infinite;
}
.left__dec--k1 {
  width: 2%;
  left: 25%;
  top: 10%;
}
.left__dec--c2 {
  opacity: 0.8;
  width: 5%;
  left: 20%;
  top: 65%;
  animation: floatY 2.4s ease-in-out infinite;
}

.pc-flex01 {
  width: 500px;
}
@media screen and (max-width: 1450px) {
  .pc-flex01 {
    width: 0;
  }
}

.mainarea {
  max-width: 767px;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1254901961);
  border-bottom: 10px solid #0035B0;
}
@media screen and (max-width: 767px) {
  .mainarea {
    width: 100%;
    box-shadow: none;
  }
}

.fv {
  position: relative;
  overflow: hidden;
  padding: 20vh 0;
  text-align: center;
  background: url(../img/fv-bg.png) #00B1E5 no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .fv {
    padding: 18vh 0 8vh;
  }
}
.fv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 55px;
  background: url(../img/event-top.png) repeat-x;
  background-size: contain;
  background-position: bottom;
  bottom: 0;
  left: 0;
}
.fv__ttl {
  position: relative;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__ttl {
    width: 75%;
  }
}
.fv__line {
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .fv__line {
    width: 80%;
    margin: 1em auto;
  }
}
.fv__txt {
  color: #fff;
  font-size: 1.3em;
  line-height: 2.8em;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .fv__txt {
    font-size: 1.1em;
    line-height: 2.2;
  }
}
.fv__txt span.bold {
  font-weight: 500;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .fv__txt span.bold {
    font-size: 1.1em;
  }
}
.fv__dec {
  position: absolute;
}
.fv__dec--t1 {
  width: 7%;
  left: 5%;
  top: 10%;
  transform-origin: center center;
  animation: kakuShake 2s steps(1, end) infinite;
}
@media screen and (max-width: 767px) {
  .fv__dec--t1 {
    top: 15%;
  }
}
.fv__dec--c1 {
  width: 6%;
  left: 23%;
  top: 15%;
  animation: floatY 3s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .fv__dec--c1 {
    width: 3%;
    top: 10%;
  }
}
.fv__dec--t2 {
  width: 4%;
  right: 12%;
  top: 10%;
  transform-origin: center center;
  animation: kakuShake 1.6s steps(1, end) infinite;
}
@media screen and (max-width: 767px) {
  .fv__dec--t2 {
    top: 12%;
  }
}
.fv__dec--c2 {
  width: 2%;
  left: 25%;
  bottom: 20%;
  animation: floatY 2s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .fv__dec--c2 {
    width: 2%;
    left: 12%;
    bottom: 45%;
  }
}
.fv__dec--dec {
  width: 10%;
  right: 8%;
  bottom: 25%;
  animation: floatY 2.4s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .fv__dec--dec {
    width: 12%;
    right: 5%;
    bottom: 45%;
  }
}
.fv__dec--t4 {
  width: 8%;
  right: 8%;
  bottom: 10%;
  transform: rotate(60deg);
  transform-origin: center center;
  animation: kakuShake 2.4s steps(1, end) infinite;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes kakuShake {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  20% {
    transform: translateX(-3px) rotate(-5deg);
  }
  40% {
    transform: translateX(3px) rotate(5deg);
  }
  60% {
    transform: translateX(-2px) rotate(-3deg);
  }
  80% {
    transform: translateX(2px) rotate(3deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}
.con {
  position: relative;
  padding: 80px 0 140px;
}
@media screen and (max-width: 767px) {
  .con {
    padding: 60px 0 100px;
  }
}
.con__wrap {
  width: 95%;
  margin: 0 auto;
  max-width: 600px;
}
.con__ttl {
  position: relative;
  text-align: center;
  width: 85%;
  margin: 0 auto;
  max-width: 560px;
}
.con__ttl img {
  position: relative;
  z-index: 2;
}
.con__ttl::before {
  width: 15%;
  height: 80%;
}
.con__copy {
  width: 95%;
  margin: 0 auto;
  border-top: 10px dotted #0035B0;
  color: #0035B0;
  text-align: center;
  margin-top: 1em;
  padding-top: 1em;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 3px;
}
.con__copy p {
  line-height: 1.8;
}
.con__copy span.marker {
  background: linear-gradient(transparent 60%, #FFF33F 60%);
}
.con__kikan {
  width: 95%;
  margin: 0 auto;
  margin-top: 1em;
  text-align: center;
  font-size: 1.2em;
  letter-spacing: 3px;
  background: #0035B0;
  color: #fff;
  padding: 2px;
}
.con__list {
  margin-top: 2em;
  display: grid;
  gap: 30px 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .con__list {
    gap: 16px 10px;
  }
}
.con__btn {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .con__btn {
    margin-top: 40px;
  }
}
.con__btn a {
  position: relative;
  display: block;
  border: 3px solid #0035B0;
  text-align: center;
  padding: 1em 0.5em;
  background: #fff;
  color: #0035B0;
  font-size: 1.4em;
  letter-spacing: 2px;
  border-radius: 8px;
  font-weight: 500;
  box-shadow: 4px 4px 0 #86A8FC;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .con__btn a {
    border-width: 2px;
    font-size: 1.2em;
  }
}
.con__btn a::before {
  content: "";
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  background: url(../img/c-yellow.png) no-repeat;
  background-size: contain;
  z-index: -1;
  left: 30%;
  top: 15%;
}
.con__btn a::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1.2em;
  background: url(../img/arrow-blue.svg) no-repeat;
  background-size: contain;
  right: 0.7em;
  top: 35%;
  transition: all 0.3s;
}
.con__btn a:hover {
  box-shadow: none;
}
.con__btn a:hover::after {
  right: 0.5em;
}

.event {
  background: #ACD1FF;
  background: url(../img/event-bg.png), linear-gradient(0deg, rgb(172, 209, 255) 0%, rgb(255, 233, 234) 90%);
  background-size: cover;
  background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
  .event {
    background-size: contain;
  }
}
.event::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 55px;
  background: url(../img/gourmet-top.png) repeat-x;
  background-size: contain;
  background-position: bottom;
  bottom: 0;
  left: 0;
}
.event__ttl::before {
  content: "";
  position: absolute;
  background: url(../img/t-pink.png) no-repeat;
  background-size: contain;
  left: 18%;
  opacity: 0.2;
  transform-origin: center center;
  animation: kakuShake 3s steps(1, end) infinite;
}
.event__item {
  grid-column: 1/3;
}
.event__item a {
  display: block;
  background: #fff;
  padding: 1em;
  border-radius: 24px;
  box-shadow: 0 0 5px #86A8FC;
}
@media screen and (max-width: 767px) {
  .event__item a {
    border-radius: 16px;
  }
}
.event__item a:hover {
  box-shadow: none;
}
.event__item a:hover .event__item__img img {
  transform: scale(1.1);
}
.event__item__img {
  margin-bottom: 8px;
  overflow: hidden;
}
.event__item__img img {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 767px) {
  .event__item__img img {
    height: 200px;
    border-radius: 16px;
  }
}
.event__item__day {
  background: #0035B0;
  display: inline-block;
  color: #fff;
  font-size: 1.1em;
  padding: 2px 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .event__item__day {
    font-size: 1em;
  }
}
.event__item__ttl {
  color: #0035B0;
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .event__item__ttl {
    font-size: 1.2em;
  }
}

.gourmet {
  background: #E8F8FC;
  background: url(../img/gourmet-bg.png), #E8F8FC;
  background-size: cover;
  background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
  .gourmet {
    background-size: contain;
  }
}
.gourmet::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 55px;
  background: url(../img/apparel-top.png) repeat-x;
  background-size: contain;
  background-position: bottom;
  bottom: 0;
  left: 0;
}
.gourmet__ttl::before {
  content: "";
  position: absolute;
  background: url(../img/c-yellow.png) no-repeat;
  background-size: contain;
  left: 0;
  opacity: 0.6;
  transform-origin: center center;
  animation: floatY 1.6s ease-in-out infinite;
}

.apparel {
  background: #A4E3F4;
  background: url(../img/apparel-bg.png), #A4E3F4;
  background-size: cover;
  background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
  .apparel {
    background-size: contain;
  }
}
.apparel__ttl::before {
  content: "";
  position: absolute;
  background: url(../img/apparel-ttldec.png) no-repeat;
  background-size: contain;
  left: -6%;
  top: -20%;
  transform-origin: center bottom;
  animation: kakuShake 3s steps(1, end) infinite;
}

.arrow-circle {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #0035B0;
  overflow: hidden;
  cursor: pointer;
  right: 1em;
}
.arrow-circle .arrow {
  position: absolute;
  width: 0.5em;
  transition: transform 0.5s ease;
  transform: rotate(90deg);
}
.arrow-circle .arrow-1 {
  transform: rotate(90deg) translate(1px, -2px);
}
.arrow-circle .arrow-2 {
  transform: rotate(90deg) translateX(-48px);
}

.item {
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 5px #86A8FC;
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .item {
    border-radius: 10px;
  }
}
.item:hover {
  box-shadow: none;
}
.item a {
  position: relative;
  display: block;
  padding: 1em;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .item a {
    padding: 1em 0.5em;
  }
}
.item a .arrow-circle {
  position: relative;
  width: 3em;
  height: 3em;
  right: 0;
}
.item a .arrow-circle .arrow {
  width: 1em;
  transform: none;
}
.item a .arrow-circle .arrow-1 {
  transform: translate(2px, 0);
}
.item a .arrow-circle .arrow-2 {
  transform: translateX(-48px);
}
.item a:hover {
  box-shadow: none;
}
.item a:hover .arrow-1 {
  transform: translateX(48px);
}
.item a:hover .arrow-2 {
  transform: translate(2px, 0);
}
.item__img {
  margin-bottom: 8px;
}
.item__comment {
  text-align: center;
  margin-bottom: 8px;
}
.item__ttl {
  color: #0035B0;
  font-size: 1.1em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 4px;
}
.item__ttl--apparel {
  text-align: left;
  margin-bottom: 0;
}
.item__price {
  margin-top: 8px;
  text-align: right;
  font-size: 1.4em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .item__price {
    font-size: 1.3em;
  }
}
.item__price span.small {
  font-size: 0.65em;
}
.item__price--apparel {
  margin-bottom: 12px;
  margin-top: 0;
  line-height: 1;
}
.item__arrow {
  text-align: right;
  margin-top: auto;
}

.notice {
  padding: 40px 0;
  background: #fff;
  text-align: left;
  color: #1D1C1C;
}
.notice p {
  width: 95%;
  margin: 0 auto;
  font-size: 0.9em;
}

#footer-top {
  background: #eeeeee;
  padding: 10px 0;
  text-align: center;
  font-size: 0.9em;
}

.topbtn {
  display: inline-block;
  padding-top: 0;
  position: fixed;
  bottom: 16px;
  right: 15px;
  z-index: 9999;
}
.topbtn::before {
  animation: scroll 3.5s infinite;
  border: solid #231815;
  border-width: 0 0 1px 1px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: rotate(135deg);
  width: 20px;
  height: 20px;
}
.topbtn a {
  text-decoration: none;
  color: #231815;
}

@keyframes scroll {
  0% {
    transform: rotate(135deg) translate(0, 0);
  }
  80% {
    transform: rotate(135deg) translate(-20px, 20px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.pc-flex02 {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 1040px) {
  .pc-flex02 {
    display: none;
  }
}
.pc-flex02__inner {
  margin-left: 1em;
  display: flex;
}
.pc-flex02__menu {
  position: fixed;
  top: 18%;
  max-width: 340px;
  width: 100%;
}
@media screen and (max-width: 1120px) {
  .pc-flex02__menu {
    max-width: 300px;
  }
}
@media screen and (max-width: 1040px) {
  .pc-flex02__menu {
    display: none;
  }
}
.pc-flex02__menu .pc-menu-btn {
  width: 100%;
  margin: 0 auto 1.2em;
  text-align: center;
}
.pc-flex02__menu .pc-menu-btn a {
  position: relative;
  display: block;
  padding: 1em 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 3px #C1C1C1;
  border: 2px solid #0035B0;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 1px;
  color: #0035B0;
  z-index: 2;
}
.pc-flex02__menu .pc-menu-btn a::before {
  content: "";
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  z-index: -1;
  top: 15%;
}
.pc-flex02__menu .pc-menu-btn a:hover {
  box-shadow: none;
}
.pc-flex02__menu .pc-menu-btn a:hover .arrow-1 {
  transform: rotate(90deg) translateX(48px);
}
.pc-flex02__menu .pc-menu-btn a:hover .arrow-2 {
  transform: rotate(90deg) translate(1px, -2px);
}
.pc-flex02__menu .pc-menu-btn--event a::before {
  background: url(../img/t-pink.png) no-repeat;
  background-size: contain;
  opacity: 0.4;
  left: 30%;
}
@media screen and (max-width: 1040px) {
  .pc-flex02__menu .pc-menu-btn--event a::before {
    left: 25%;
  }
}
.pc-flex02__menu .pc-menu-btn--gourmet a::before {
  background: url(../img/c-yellow.png) no-repeat;
  background-size: contain;
  opacity: 0.6;
  left: 20%;
}
@media screen and (max-width: 1040px) {
  .pc-flex02__menu .pc-menu-btn--gourmet a::before {
    left: 15%;
  }
}
.pc-flex02__menu .pc-menu-btn--apparel a::before {
  background: url(../img/s-blue.png) no-repeat;
  background-size: contain;
  left: 20%;
}
@media screen and (max-width: 1040px) {
  .pc-flex02__menu .pc-menu-btn--apparel a::before {
    left: 15%;
  }
}
.pc-flex02__menu .pc-menu-btn--point a::before {
  background: url(../img/k-orange.png) no-repeat;
  background-size: contain;
  left: 20%;
}
@media screen and (max-width: 1040px) {
  .pc-flex02__menu .pc-menu-btn--point a::before {
    left: 10%;
  }
}
.pc-flex02__menu .pc-menu-btn--point a .arrow-circle {
  background: #0035B0;
}
.pc-flex02__menu .pc-menu-btn--point a .arrow-circle .arrow {
  position: absolute;
  width: 0.5em;
  transition: transform 0.5s ease;
}
.pc-flex02__menu .pc-menu-btn--point a .arrow-circle .arrow-1 {
  transform: translate(2px, -2px);
}
.pc-flex02__menu .pc-menu-btn--point a .arrow-circle .arrow-2 {
  transform: translateX(-48px);
}
.pc-flex02__menu .pc-menu-btn--point a:hover {
  box-shadow: none;
}
.pc-flex02__menu .pc-menu-btn--point a:hover .arrow-1 {
  transform: translateX(48px);
}
.pc-flex02__menu .pc-menu-btn--point a:hover .arrow-2 {
  transform: translate(2px, -2px);
}
.pc-flex02__menu .pc-menu-btn--line a {
  border: 2px solid #009E41;
  color: #009E41;
}
.pc-flex02__menu .pc-menu-btn--line a .arrow-circle {
  background: #009E41;
  border-color: #009E41;
}
.pc-flex02__menu .pc-menu-btn--line a .arrow-circle .arrow {
  position: absolute;
  width: 0.5em;
  transition: transform 0.5s ease;
}
.pc-flex02__menu .pc-menu-btn--line a .arrow-circle .arrow-1 {
  transform: translate(2px, -2px);
}
.pc-flex02__menu .pc-menu-btn--line a .arrow-circle .arrow-2 {
  transform: translateX(-48px);
}
.pc-flex02__menu .pc-menu-btn--line a:hover {
  box-shadow: none;
}
.pc-flex02__menu .pc-menu-btn--line a:hover .arrow-1 {
  transform: translateX(48px);
}
.pc-flex02__menu .pc-menu-btn--line a:hover .arrow-2 {
  transform: translate(2px, -2px);
}

.menu-sp {
  display: none;
}
@media screen and (max-width: 1040px) {
  .menu-sp {
    position: relative;
    display: grid;
    gap: 0 8px;
    grid-template-columns: repeat(2, 1fr);
    width: 95%;
    margin: 0 auto;
    max-width: 550px;
    margin-top: 40px;
  }
}
.menu-sp .pc-menu-btn {
  margin-bottom: 1em;
}
.menu-sp .pc-menu-btn a {
  font-size: 0.9em;
  border-radius: 8px;
}
.menu-sp .pc-menu-btn a .arrow-circle {
  width: 1.2em;
  height: 1.2em;
  right: 0.5em;
  border-width: 1px;
  top: 30%;
}
.menu-sp .pc-menu-btn a .arrow-circle .arrow {
  width: 0.4em;
}

.right__dec {
  position: fixed;
}
.right__dec img {
  width: 100%;
}
.right__dec--c1 {
  width: 1%;
  right: 24%;
  top: 60%;
  animation: floatY 3s ease-in-out infinite;
}
.right__dec--k1 {
  width: 4%;
  right: 6%;
  top: 72%;
}

/*アニメーション*/
.anime-l {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateX(-40px);
}

.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 1.2s;
  transform: translateY(50px);
}

.anime-b2 {
  opacity: 0;
  visibility: hidden;
  transition: 1.2s;
  transform: translateY(50px);
  transition-delay: 0.4s;
}

.anime-o {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s;
}

.anime-o2 {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s;
  transition-delay: 0.4s;
}

.anime-o3 {
  opacity: 0;
  visibility: hidden;
  transition: 3.5s;
  transition-delay: 1.6s;
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}