@charset "utf-8";

:root{
  --font-size-h2-en: clamp(2.313rem, 1.069rem + 4.98vw, 4.25rem);
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-black: 800;
  --font-en: "skolar-sans-latin-compressed", sans-serif;
  --color-base: #f8bd4c;
  --color-sub: #00577d;
  --color-accent: #ff5a12;
  --color-green: #22c463;
  --color-black: #231815;
  --color-primary: #807878;
  --color-header-pc: #4f4949;
  --color-bg-gray: #F9F8F8;
  --color-border: #B6B1B1;
  --color-border-img: #ECEAEA;
  --color-border-title: #FCC800;
  --color-red: #E8380D;
  --color-orange: #ED6D35;
  --space-side: 12px;
  --space-inner-side: 8px;
  --height-footer-gnavi: 95px;
  --size-btn-scrolltop: clamp(3.125rem, 1.484rem + 7.5vw, 5rem);
  --hover-animation: .4s cubic-bezier(.25, .46, .45, .94);
  --hover-opacity: 70%;
  --hover-color: #8D8686;
  --border-radius: 10px;
  -webkit-text-size-adjust: 100%;
  /* font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-family: "Noto Sans JP", sans-serif; */
}

html {
  height: -webkit-fill-available;
}
body {
  color: var(--color-black);
  background-color: var(--color-base);
}
.header_pc_gnavi {
  color: var(--color-header-pc);
}
.text_navi_list .font_en:not([href="/e_kenet/"] .text_navi_list .font_en),
.text_uppercase {
  text-transform: uppercase;
}

.main_area {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.u-pc-visual {
  display: flex;
  background: var(--color-base);
}
.u-pc-left,
.u-pc-right {
  position: fixed;
  top: 0;
  min-width: 500px;
  pointer-events: none;
}
.u-pc-left img,
.u-pc-right img {
  max-width: inherit;
  min-height: 100vh;
}
@media (max-width: 1400px) {
  .u-pc-left img,
  .u-pc-right img {
    display: none;
  }
  .main_area {
    box-shadow: 0 0 8px 0 rgba(58, 40, 0, 0.5);
  }
}
.u-pc-left {
  right: calc(50% + 300px);
}
.u-pc-right {
  left: calc(50% + 300px);
}
.main_area * {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.l-container {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  font-size: 62.5%;
  background: var(--color-base);
  overflow: hidden;
}
@media (min-width: 1400.001px) {
  .p-event::before,
  .l-body h1 {
    display: none;
  }
  }
.p-event {
  position: relative;
  padding-bottom: 90px;
  text-align: center;
  background: var(--color-sub);
}
.p-event::before {
  content: "";
  position: absolute;
  top: -114px;
  left: -102px;
  z-index: 100;
  width: 259px;
  height: 146px;
  background: url("../img/illust-01.svg") no-repeat 0 0 / contain;
}
.p-event::after {
  content: "";
  position: absolute;
  right: 50px;
  bottom: -60px;
  width: 154px;
  height: 143px;
  background: url("../img/illust-02.svg") no-repeat 0 0 / contain;
}
.event-title {
  position: relative;
  display: flex;
  justify-content: center;
  padding-block: 40px;
}
.event-title::before {
  content: "";
  position: absolute;
  inset: -50px auto auto;
  z-index: 1;
  display: block;
  width: 250px;
  height: 250px;
  margin: auto;
  border-radius: 500px;
  background: var(--color-sub);
}
.event-title img {
  position: relative;
  z-index: 10;
  width: 140px;
}
.event-title + p {
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
  color: #fff;
  font-size: 2.2em;
  font-weight: 600;
  letter-spacing: 2px;
}
.event-list {
  width: calc(100% - 80px);
  margin-inline: auto;
  padding: 30px;
  border-radius: 30px;
  background-color: #fff;
}
.event-list li a {
  position: relative;
  display: flex;
  padding: 20px 0 20px 1.8em;
  color: var(--color-sub);
  font-size: 3.1em;
  font-weight: 600;
  text-align: left;
}
.event-list li a::before,
.event-list li a::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 20px;
  width: 4px;
  height: 18px;
  margin: auto;
  border-radius: 9999px;
  background-color: var(--color-accent);
  transform-origin: 50% calc(100% - 1px);
}
.event-list li a::before {
  transform: rotate(45deg);
}
.event-list li a::after {
  transform: rotate(-45deg);
}
.event-list li::after {
  background: radial-gradient(circle farthest-side, var(--color-accent), var(--color-accent) 30%, transparent 30%, transparent);
  background-size: 20px;
  content: '';
  display: inline-block;
  height: 20px;
  width: 100%;
}
@media (max-width: 600px) {
  .l-container {
    font-size: 42.5%;
  }
  .p-event::before {
    top: -19vw;
    left: -17vw;
    width: 43vw;
  }
  .p-event::after {
    width: 26vw;
    right: 8.3vw;
  }
  .event-list {
    width: 86.6%;
    padding-inline: 5%;
  }
  .event-list li a::before, .event-list li a::after {
    height: 12px;
    left: 18px;
  }
}

.p-fair,
.p-campaign {
  padding-bottom: 60px;
  background-image: radial-gradient(circle, #ff5a12 5px, transparent 5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 26px 10px;
}
.p-fair {
  text-align: center;;
}
.fair-title {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  padding: 90px 45px 0;
}
.p-fair .salecard_lists {
  display: flex;
  margin-left: -1.5rem !important;
}
.p-fair .splide__arrow {
  width: 50px;
  height: 50px;
  opacity: 1;
}
.p-fair .splide__arrow svg,
.p-fair .splide__pagination li {
  display: none;
}
/* 前の矢印 */
.p-fair .splide__arrow--prev{
  left: 100px;
  background: url("../img/arrow-prev.png") 0 0 / cover no-repeat;
}
/* 次の矢印 */
.p-fair .splide__arrow--next{
  right: 100px;
  background: url("../img/arrow-next.png") 0 0 / cover no-repeat;
}
.js-slider + a {
  display: inline-block;
  height: 50px;
  margin: 50px auto 0;
}
.js-slider + a img {
  height: 100%;
}
.p-campaign {
  position: relative;
  padding-block: 30px 80px;
}
.campaign-title {
  margin-bottom: 40px;
}
.campaign-bg {
  position: relative;
  z-index: 1;
}
.campaign-bg .u-border {
  position: absolute;
  inset: 30px 0 0;
  width: calc(86.6% + 27px);
  margin: auto;
  border-top: 5px solid var(--color-accent);
  border-bottom: 5px solid var(--color-accent);
}
.campaign-bg::before {
  content: "";
  position: absolute;
  inset: 30px 0 0;
  z-index: -1;
  width: 86.6%;
  margin: auto;
  border: 5px solid var(--color-accent);
  background: #fff;
}
.campaign-bg span {
  position: relative;
  display: block;
  width: 360px;
  height: 60px;
  margin: 0 auto 40px;
  color: #fff;
  font-size: 2.6em;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  background-color: var(--color-accent);
}
.campaign-bg span::before {
  position: absolute;
  top: 0;
  left: -20px;
  content: '';
  border-width: 30px 20px 30px 0;
  border-style: solid;
  border-color: transparent var(--color-accent) transparent transparent;
}
.campaign-bg span::after {
  position: absolute;
  top: 0;
  right: -20px;
  content: '';
  border-width: 30px 0 30px 20px;
  border-style: solid;
  border-color: transparent transparent transparent var(--color-accent);
}
.prize-list {
  margin-bottom: 50px;
  padding: 0 65px 5px;
}
.prize-list::before,
.prize-list::after {
  content: '';
  position: absolute;
  top: 15px;
  width: 5px;
  height: 100%;
  background-color: var(--color-accent);
}
.prize-list::before {
  left: 6.8%;
}
.prize-list::after {
  right: 6.8%;
}
.prize-list li {
  margin-bottom: 80px;
}
.prize-list dl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.prize-list dt img {
  width: 95px;
}
.prize-list dd {
  width: calc(100% - 115px);
  margin-left: 20px;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.6;
}
.prize-list li:nth-child(5) p {
  padding-inline: 80px;
}
.prize-list li:nth-child(6) p {
  margin-bottom: 100px;
  padding-inline: 100px;
}
.howto-area {
  position: relative;
  margin-inline: 40px;
  border-radius: 20px;
  text-align: center;
}
.howto-area::before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: -47px;
  display: block;
  width: 111px;
  height: 141px;
  background: url("../img/illust-03.svg") 0 0 / 100% no-repeat;
}
.howto-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 115px;
  color: #fff;
  font-size: 3.6em;
  font-weight: 600;
  border-radius: 20px 20px 0 0;
  background-color: var(--color-accent);
}
.howto-list {
  padding-block: 55px;
  border-radius: 0 0 20px 20px;
  background: #fff;
}
.howto-list li + li {
  position: relative;
  padding-top: 160px;
}
.howto-list li + li::before {
  content: "";
  position: absolute;
  inset: 30px 0 auto 0;
  display: block;
  width: 80%;
  height: 55px;
  margin: auto;
  background: url("../img/mark-arrow.svg") center 0 / contain no-repeat;
}
.howto-list dt {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.howto-list li:nth-child(1) dt::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 75px;
  display: block;
  width: 65px;
  height: 100px;
  background: url("../img/step1-bg.svg") 0 0 / 100% no-repeat;
}
.howto-list li:nth-child(2) dt::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 60px;
  display: block;
  width: 91px;
  height: 116px;
  background: url("../img/step2-bg.svg") 0 0 / 100% no-repeat;
}
.howto-list dt img {
  height: 68px;
}
.howto-list .step-text {
  padding-inline: 6px;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.85;
  background: linear-gradient(transparent 50%,#ffef2f 0%);
}
.howto-list .step-note {
  display: inline-block;
  margin-block: 25px;
  font-size: 1.7em;
  font-weight: 600;
}
.howto-list .step-button {
  display: inline-block;
  width: 350px;
  height: 60px;
  margin-bottom: 60px;
  color: #fff;
  font-size: 2.8em;
  font-weight: 600;
  line-height: 60px;
  border-radius: 100px;
  background: var(--color-green);
}

.p-other {
  position: relative;
  padding-block: 70px 100px;
}
.p-other::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -60px;
  right: -60px;
  display: block;
  width: 256px;
  height: 175px;
  background: url("../img/illust-04.svg") 0 0 / 100% no-repeat;
}
.p-other::after {
  content: "";
  position: absolute;
  z-index: 5;
  left: -72px;
  bottom: 5px;
  display: block;
  width: 256px;
  height: 175px;
  background: url("../img/illust-05.svg") 0 0 / 100% no-repeat;
}
.other-list {
  position: relative;
  z-index: 1;
}
.other-list li {
  width: 520px;
  max-width: 100%;
  margin: 0 auto 50px;
  padding-bottom: 50px;
  border-radius: 30px;
  border: 5px solid #fff;
  background: #fff;
  overflow: hidden;
}
.other-list li:last-child {
  margin-bottom: 0;
}
.other-list .title {
  margin-block: 40px;
  color: var(--color-sub);
  font-size: 3em;
  font-weight: 600;
  text-align: center;
}
.other-list .title + p {
  display: flex;
  justify-content: center;
  height: 38px;
  margin-bottom: 40px;
}
.other-list .title + .lh2 {
  height: 107px;
}
.other-list .title + p img,
.other-list a img {
  height: 100%;
}
.other-list a {
  display: block;
  width: fit-content;
  height: 50px;
  margin-inline: auto;
}
.main_area footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 10 / 3;
  background: #fff;
}
.main_area footer::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: -109px;
  right: 39px;
  display: block;
  width: 216px;
  height: 128px;
  background: url("../img/illust-06.svg") 0 0 / 100% no-repeat;
}
.main_area footer img {
  height: min(30px, 5vw);
}

@media (max-width: 600px) {
  .p-fair .salecard_lists {
    margin-left: -1rem !important;
  }
  .p-fair .splide__arrow {
    width: 8vw;
    height: 8vw;
  }
  .p-fair .splide__arrow--prev {
    left: 16vw;
  }
  .p-fair .splide__arrow--next {
    right: 16vw;
  }
  .js-slider + a {
    height: 38px;
  }
  .campaign-bg span {
    width: 60%;
    height: 50px;
    font-size: 3.2em;
    line-height: 50px;
    transform: translateY(7.5px);
  }
  .campaign-bg span::before {
    border-width: 25px 20px 25px 0;
  }
  .campaign-bg span::after {
    border-width: 25px 0 25px 20px;
  }
  .prize-list {
    padding-inline: 12.2%;
  }
  .prize-list dt img {
    width: 17vw;
  }
  .prize-list dd {
    width: calc(100% - 21vw);
    margin-left: 4vw;
  }
  .prize-list li:nth-child(5) p {
    padding-inline: 17vw;
  }
  .prize-list li:nth-child(6) p {
    padding-inline: 19vw;
  }
  .howto-area {
    margin-inline: 6.6%;
    font-size: 110%;
  }
  .howto-list dt img {
    height: 50px;
  }
  .howto-list .step-button {
    width: 80%;
  }
  .other-list li {
    width: 86.8%;
  }
  .howto-list li:nth-child(1) dt::after {
    width: 10.9vw;
    top: 3vw;
    right: 10vw;
  }
  .howto-list li:nth-child(2) dt::after {
    width: 15vw;
    top: -5vw;
    left: 7vw;
  }
  .howto-area::before {
    width: min(24vw, 111px);
    left: -6vw;
  }
  .p-other::before {
    width: 44vw;
    top: -11vw;
    right: -11vw;
  }
  .p-other::after {
    width: 42vw;
    height: 23vw;
    left: -12vw;
    bottom: 16vw;
  }
  .other-list .title + p {
    height: 27px;
  }
  .other-list .title + .lh2 {
    height: 72px;
  }
  .other-list a {
    height: 38px;
  }
  .main_area footer::before {
    top: -18vw;
    right: 5vw;
    width: 36vw;
  }
}

