@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

:where(html) {
  font-size: 62.5%;
  line-height: 1.5;
  font-feature-settings: "palt";
  min-width: 320px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
:where(html)::-webkit-scrollbar {
  display: none;
}
:where(html)[lang=ja] {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

:where(button) {
  all: unset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
:where(button):focus-visible {
  outline: auto;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(a) {
  color: inherit;
  text-decoration: none;
}

:where(svg, video, canvas, iframe, picture) {
  display: block;
}

:where(img) {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

.header {
  height: 360px;
  position: relative;
  z-index: 0;
  padding-inline: 50px;
}
@media screen and (max-width: 767px) {
  .header {
    padding-inline: min(calc(40 / 750 * 100vw), 40px);
    height: min(calc(500 / 750 * 100vw), 500px);
  }
}
.header::before {
  content: "";
  background: url(/ex/switch-frlg/assets/images/header-bg.jpg) repeat top center/auto 720px;
  position: absolute;
  display: block;
  inset: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .header::before {
    background-position: top left;
    background-size: auto min(calc(996 / 750 * 100vw), 996px);
  }
}
.header.--hero {
  padding-bottom: 100px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header.--hero .adjust_sp {
    display: flex;
    align-items: center;
    height: 100dvh;
    margin-top: max(calc(-100 / 750 * 100vw), -100px);
  }
}
.header.--hero::before {
  position: fixed;
}
@media screen and (max-width: 767px) {
  .header.--hero {
    padding-inline: min(calc(75 / 750 * 100vw), 75px);
  }
  .header.--hero .button {
    margin-top: min(calc(16 / 750 * 100vw), 16px);
    padding-left: min(calc(110 / 750 * 100vw), 110px);
    padding-block: min(calc(28 / 750 * 100vw), 28px);
    border-width: min(calc(7 / 750 * 100vw), 7px);
  }
}
.header.--hero ~ * {
  position: relative;
}
.header.--hero .youtube {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .header.--hero .youtube {
    margin-top: min(calc(120 / 750 * 100vw), 120px);
  }
}
.header .switch__logo {
  width: 90px;
  height: 90px;
  margin-left: -50px;
}
@media screen and (max-width: 767px) {
  .header .switch__logo {
    width: min(calc(100 / 750 * 100vw), 100px);
    height: min(calc(100 / 750 * 100vw), 100px);
    margin-left: max(calc(-75 / 750 * 100vw), -75px);
  }
}
.header__gamelogo {
  max-width: 962px;
  margin-inline: auto;
}
.header__gamelogo--s {
  max-width: 486px;
  margin: 15px auto 18px;
}
@media screen and (max-width: 767px) {
  .header__gamelogo {
    width: min(calc(428 / 750 * 100vw), 428px);
    margin-top: max(calc(-22 / 750 * 100vw), -22px);
  }
}
.header__date {
  margin: 15px auto 0;
  max-width: 940px;
  border: 2px solid black;
  border-width: 2px 0;
  padding: 0 0 10px;
  color: #e20000;
  text-align: center;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__date {
    margin-top: min(calc(20 / 750 * 100vw), 20px);
    border-width: min(calc(2 / 750 * 100vw), 2px) 0;
    padding: 0 0 min(calc(15 / 750 * 100vw), 15px);
  }
}
.header__date p {
  margin-block: 9px;
  letter-spacing: 2px;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .header__date p {
    margin-block: min(calc(8 / 750 * 100vw), 8px);
    letter-spacing: min(calc(2 / 750 * 100vw), 2px);
    line-height: 2;
  }
}
.header__date .num {
  font-size: 5rem;
  line-height: 1;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 767px) {
  .header__date .num {
    font-size: min(calc(46 / 750 * 100vw), 46px);
    line-height: 1;
    top: min(calc(2 / 750 * 100vw), 2px);
  }
}
.header__date .m {
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .header__date .m {
    font-size: min(calc(36 / 750 * 100vw), 36px);
    line-height: 1;
  }
}
.header__date .s {
  font-size: 3.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .header__date .s {
    font-size: min(calc(30 / 750 * 100vw), 30px);
    line-height: 1;
  }
}
.header__text {
  font-size: 1.8rem;
  line-height: 3.1111111111;
  text-align: center;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .header__text {
    font-size: min(calc(32 / 750 * 100vw), 32px);
    line-height: 1.5625;
    margin: min(calc(18 / 750 * 100vw), 18px) max(calc(-10 / 750 * 100vw), -10px) 0;
  }
}
.header .box {
  padding: 32px 50px;
  max-width: 1080px;
  width: 100%;
}
.header .box--borderS {
  padding: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header .box--borderS {
    padding: 0 !important;
    height: min(calc(200 / 750 * 100vw), 200px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header .box:has(.header__title) {
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .header .box {
    padding: min(calc(50 / 750 * 100vw), 50px);
  }
}
.header .button {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .header .button {
    width: 424px;
  }
}
.header .button[target=_blank]::after {
  width: 0.5em;
  height: 0.5em;
}
.header .share {
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .header .share {
    margin-top: min(calc(30 / 750 * 100vw), 30px);
  }
}
.header__title {
  text-align: center;
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .header__title {
    font-size: min(calc(48 / 750 * 100vw), 48px);
    line-height: 1.4583333333;
  }
}

.site-footer {
  background: black;
  color: white;
  text-align: center;
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .site-footer {
    padding: min(calc(60 / 750 * 100vw), 60px) 0 min(calc(150 / 750 * 100vw), 150px);
  }
}
.site-footer p {
  font-size: 1.2rem;
  line-height: 1.5;
  line-height: 1.75;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .site-footer p {
    font-size: min(calc(24 / 750 * 100vw), 24px);
    line-height: 1.75;
    margin-top: min(calc(80 / 750 * 100vw), 80px);
  }
}
.site-footer p + p {
  margin-top: 1em;
}
.site-footer .official {
  font-size: 16px;
  text-decoration: underline;
}
.site-footer .official::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/ex/switch-frlg/assets/images/ic_link.png) no-repeat center/contain;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 767px) {
  .site-footer .official {
    font-size: min(calc(24 / 750 * 100vw), 24px);
  }
  .site-footer .official::before {
    width: min(calc(24 / 750 * 100vw), 24px);
    height: min(calc(24 / 750 * 100vw), 24px);
    margin-right: min(calc(10 / 750 * 100vw), 10px);
    top: min(calc(4 / 750 * 100vw), 4px);
  }
}
.site-footer .pagetop {
  display: block;
  width: 52px;
  height: 52px;
  background: white;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .site-footer .pagetop {
    bottom: min(calc(40 / 750 * 100vw), 40px);
    right: min(calc(40 / 750 * 100vw), 40px);
    width: min(calc(80 / 750 * 100vw), 80px);
    height: min(calc(80 / 750 * 100vw), 80px);
  }
}
.site-footer .pagetop::before {
  content: "";
  display: block;
  width: 16px;
  height: 28px;
  position: absolute;
  inset: 0;
  margin: auto;
  background: url(/ex/switch-frlg/assets/images/ic_arrow.png) no-repeat center/contain;
  transform: rotate(-90deg);
  filter: drop-shadow(-2px 3px 0 rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .site-footer .pagetop::before {
    width: min(calc(23 / 750 * 100vw), 23px);
    height: min(calc(41 / 750 * 100vw), 41px);
  }
}

html:has(.modal.is-visible) {
  overflow: hidden !important;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 420ms ease;
  pointer-events: none;
}
.modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.modal__inner {
  width: min(calc(1080 / 750 * 100vw), 1080px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .modal__inner {
    width: min(calc(1240 / 750 * 100vw), 1240px);
    padding-inline: 80px;
  }
}
.modal__inner iframe {
  width: 100%;
  height: 100%;
}
.modal__content {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #000;
}
.modal__close {
  position: absolute;
  top: max(calc(-90 / 750 * 100vw), -90px);
  right: 0;
  width: min(calc(80 / 750 * 100vw), 80px);
  height: min(calc(80 / 750 * 100vw), 80px);
  background: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .modal__close {
    width: min(calc(120 / 750 * 100vw), 120px);
    height: min(calc(120 / 750 * 100vw), 120px);
    top: max(calc(-140 / 750 * 100vw), -140px);
    right: min(calc(20 / 750 * 100vw), 20px);
  }
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(calc(31 / 750 * 100vw), 31px);
  height: min(calc(5 / 750 * 100vw), 5px);
  background-color: black;
}
@media screen and (max-width: 767px) {
  .modal__close::before, .modal__close::after {
    width: min(calc(60 / 750 * 100vw), 60px);
    height: min(calc(8 / 750 * 100vw), 8px);
  }
}
.modal__close::before {
  transform: rotate(90deg);
}

.share {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .share {
    gap: min(calc(20 / 750 * 100vw), 20px);
  }
}
.share > a {
  display: block;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .share > a {
    width: min(calc(60 / 750 * 100vw), 60px);
  }
}
.share > a::after {
  display: none !important;
}

*:not(.line1) + .heading-2 {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  *:not(.line1) + .heading-2 {
    margin-top: min(calc(60 / 750 * 100vw), 60px);
  }
}

.heading-2 {
  background: linear-gradient(90deg, #fa8b56 0%, #cbe24f 100%);
  border-radius: 20px;
  padding: 22px 44px;
  position: relative;
  min-height: 120px;
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.12em;
  z-index: 1;
  margin-inline: -30px;
}
@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: min(calc(40 / 750 * 100vw), 40px);
    line-height: 1.5;
    margin-inline: 0;
    letter-spacing: 0.06em;
    padding: min(calc(30 / 750 * 100vw), 30px) min(calc(60 / 750 * 100vw), 60px);
    min-height: min(calc(200 / 750 * 100vw), 200px);
  }
}
.heading-2::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  inset: 5px 20px;
  background: white;
  border-radius: 18px;
}
@media screen and (max-width: 767px) {
  .heading-2::before {
    inset: min(calc(10 / 750 * 100vw), 10px) min(calc(30 / 750 * 100vw), 30px);
  }
}
.heading-2 + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .heading-2 + * {
    margin-top: min(calc(60 / 750 * 100vw), 60px);
  }
}

.heading-3 {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 600;
  margin-top: 30px;
  color: white;
  background: #58a345;
  position: relative;
  padding: 10px 20px 10px 130px;
}
@media screen and (max-width: 767px) {
  .heading-3 {
    font-size: min(calc(32 / 750 * 100vw), 32px);
    line-height: 1.25;
    margin-top: min(calc(40 / 750 * 100vw), 40px);
    padding: min(calc(20 / 750 * 100vw), 20px) min(calc(20 / 750 * 100vw), 20px) min(calc(20 / 750 * 100vw), 20px) min(calc(180 / 750 * 100vw), 180px);
  }
}
.heading-3 + * {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .heading-3 + * {
    margin-top: min(calc(30 / 750 * 100vw), 30px);
  }
}
.heading-3 span {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 10px 30px 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  filter: drop-shadow(10px 0 0 #adc52b);
  z-index: 0;
}
.heading-3 span::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #f3631f;
  clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .heading-3 span {
    padding: min(calc(10 / 750 * 100vw), 10px) min(calc(50 / 750 * 100vw), 50px) min(calc(10 / 750 * 100vw), 10px) min(calc(20 / 750 * 100vw), 20px);
    filter: drop-shadow(min(calc(10 / 750 * 100vw), 10px) 0 0 #adc52b);
  }
  .heading-3 span::before {
    clip-path: polygon(0% 0%, calc(100% - min(calc(30 / 750 * 100vw), 30px)) 0%, 100% 50%, calc(100% - min(calc(30 / 750 * 100vw), 30px)) 100%, 0% 100%);
  }
}

.button__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .button__container {
    margin-top: min(calc(60 / 750 * 100vw), 60px);
    gap: min(calc(40 / 750 * 100vw), 40px);
  }
}
.button {
  transition: opacity 0.2s ease;
  display: block;
  min-width: 300px;
  margin-inline: auto;
  border: 2px solid black;
  padding: 20px;
  border-radius: 1000px;
  text-align: center;
  position: relative;
  background: white;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 600;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .button {
    width: 100%;
    font-size: min(calc(28 / 750 * 100vw), 28px);
    line-height: 1;
  }
}
.button:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .button {
    min-width: auto;
    padding: min(calc(34 / 750 * 100vw), 34px) min(calc(80 / 750 * 100vw), 80px) min(calc(34 / 750 * 100vw), 34px) min(calc(80 / 750 * 100vw), 80px);
    border-width: min(calc(2 / 750 * 100vw), 2px);
  }
}
.button::before {
  content: "";
  display: block;
  width: 12px;
  height: 21px;
  position: absolute;
  inset: 0 auto 0 55px;
  margin: auto;
  background: url(/ex/switch-frlg/assets/images/ic_arrow.png) no-repeat center/contain;
  filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .button::before {
    width: min(calc(21 / 750 * 100vw), 21px);
    height: min(calc(33 / 750 * 100vw), 33px);
    inset: 0 auto 0 min(calc(50 / 750 * 100vw), 50px);
  }
}
.button--large {
  width: 424px;
  border-width: 4px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .button--large {
    font-size: 2.8rem;
    line-height: 1;
    width: -moz-max-content;
    width: max-content;
    border-width: min(calc(4 / 750 * 100vw), 4px);
    font-size: min(calc(32 / 750 * 100vw), 32px);
    line-height: 1;
  }
}
.button--long {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .button--long {
    width: 100%;
  }
}
.button--return {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .button--return {
    padding: min(calc(30 / 750 * 100vw), 30px) min(calc(150 / 750 * 100vw), 150px);
    width: -moz-max-content;
    width: max-content;
  }
}
.button--return::before {
  transform: rotate(180deg);
}
.button.shadow {
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.2);
}

.appear {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 420ms ease, transform 420ms ease;
}
.appear--fade-up {
  transform: translateY(32px);
}
.appear--slide-left {
  transform: translateX(-28px);
}
.appear--zoom {
  transform: scale(0.92);
}
.appear--fade {
  transform: translateY(0);
}
.appear.is-visible {
  opacity: 1;
  transform: none;
}

.box {
  background: white;
  border: min(calc(8 / 750 * 100vw), 8px) solid black;
  border-radius: min(calc(100 / 750 * 100vw), 100px) min(calc(30 / 750 * 100vw), 30px) min(calc(100 / 750 * 100vw), 100px) min(calc(30 / 750 * 100vw), 30px);
  position: relative;
  padding: 50px;
  max-width: 1080px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .box {
    padding: min(calc(72 / 750 * 100vw), 72px) min(calc(40 / 750 * 100vw), 40px);
  }
}
.box::before {
  content: "";
  position: absolute;
  inset: min(calc(4 / 750 * 100vw), 4px);
  border: min(calc(2 / 750 * 100vw), 2px) solid #859095;
  border-radius: min(calc(90 / 750 * 100vw), 90px) min(calc(20 / 750 * 100vw), 20px) min(calc(90 / 750 * 100vw), 90px) min(calc(20 / 750 * 100vw), 20px);
  pointer-events: none;
}
.box--borderS {
  border-radius: min(calc(80 / 750 * 100vw), 80px) min(calc(20 / 750 * 100vw), 20px) min(calc(80 / 750 * 100vw), 80px) min(calc(20 / 750 * 100vw), 20px);
}
.box--borderS::before {
  border-radius: min(calc(66 / 750 * 100vw), 66px) min(calc(9 / 750 * 100vw), 9px) min(calc(66 / 750 * 100vw), 66px) min(calc(9 / 750 * 100vw), 9px);
}

.textbox {
  background: #F0F3F5;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .textbox {
    padding: min(calc(40 / 750 * 100vw), 40px);
  }
}
.textbox--heading {
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .textbox--heading {
    font-size: min(calc(32 / 750 * 100vw), 32px);
    line-height: 1.75;
  }
}
.textbox--text {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .textbox--text {
    font-size: min(calc(28 / 750 * 100vw), 28px);
    line-height: 1.75;
    margin-top: min(calc(10 / 750 * 100vw), 10px);
  }
}

.youtube {
  position: relative;
  max-width: min(calc(640 / 750 * 100vw), 640px);
  margin: auto;
}
.youtube__start {
  position: relative;
  padding: 0;
  border: 4px solid white;
}
.youtube__start::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.youtube__start {
  z-index: 1;
}
.youtube__start::after {
  content: "";
  display: block;
  width: min(calc(108 / 750 * 100vw), 108px);
  height: min(calc(108 / 750 * 100vw), 108px);
  border-radius: 50%;
  background: url(/ex/switch-frlg/assets/images/movie-play.png) no-repeat center center/contain;
  position: absolute;
  inset: 0;
  margin: auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .youtube__start::after {
    width: min(calc(129 / 750 * 100vw), 129px);
    height: min(calc(129 / 750 * 100vw), 129px);
  }
}
.youtube__start:hover img {
  opacity: 0.8;
}
.youtube__start img {
  transition: opacity 0.2s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.youtube .ytplayer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.youtube .ytplayer iframe {
  width: 100%;
  height: 100%;
}
.youtube:has(iframe) .youtube__start {
  opacity: 0;
  pointer-events: none;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-block: 40px 0;
}
.columns + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .columns {
    margin-block: min(calc(60 / 750 * 100vw), 60px) 0;
    gap: min(calc(20 / 750 * 100vw), 20px);
  }
  .columns + * {
    margin-top: min(calc(60 / 750 * 100vw), 60px);
  }
}
.columns__item {
  flex: 1 1 calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .columns__item {
    flex: 1 1 calc(50% - min(calc(20 / 750 * 100vw), 20px));
  }
}
@media screen and (max-width: 767px) {
  .columns.columns--sp1 .columns__item {
    flex: 0 1 min(calc(492 / 750 * 100vw), 492px);
    margin-inline: auto;
  }
}
.columns.columns--type2 {
  max-width: 678px;
  margin-inline: auto;
}

.text {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .text {
    font-size: min(calc(32 / 750 * 100vw), 32px);
    line-height: 1.75;
  }
}
.text.wide {
  margin-inline: -30px;
  font-size: 1.8rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .text.wide {
    margin-inline: 0;
    font-size: min(calc(32 / 750 * 100vw), 32px);
    line-height: 1.75;
  }
}

.note {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .note {
    margin-top: min(calc(15 / 750 * 100vw), 15px);
  }
}
.note > li {
  font-size: 1.4rem;
  line-height: 1.75;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .note > li {
    font-size: min(calc(24 / 750 * 100vw), 24px);
    line-height: 1.75;
  }
}

.dot > li {
  font-size: 1.6rem;
  line-height: 1.75;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .dot > li {
    font-size: min(calc(28 / 750 * 100vw), 28px);
    line-height: 1.75;
  }
}

.link {
  text-decoration: underline;
  display: inline-block;
  margin-top: 0.5em;
  font-size: 1.6rem;
  line-height: 1.75;
}
.link::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background: url(/ex/switch-frlg/assets/images/ic_link.png) no-repeat center/contain;
  vertical-align: middle;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

a[target=_blank]::after {
  content: "";
  width: 0.7em;
  height: 0.7em;
  display: inline-block;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 11 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(1,0,0,1,-590.99992,-4184.999612)"><path id="長方形-24" serif:id="長方形 24" d="M593,4193.001L593,4185L601,4185L601,4193.001L593,4193.001ZM600,4186L594,4186L594,4192L600,4192L600,4186ZM598,4195L591,4195L591,4188L592,4188L592,4194L598,4194L598,4195Z" style="fill: black;"/></g></svg>') no-repeat center/contain;
          mask: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 11 11" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g transform="matrix(1,0,0,1,-590.99992,-4184.999612)"><path id="長方形-24" serif:id="長方形 24" d="M593,4193.001L593,4185L601,4185L601,4193.001L593,4193.001ZM600,4186L594,4186L594,4192L600,4192L600,4186ZM598,4195L591,4195L591,4188L592,4188L592,4194L598,4194L598,4195Z" style="fill: black;"/></g></svg>') no-repeat center/contain;
  margin-left: 0.5em;
  vertical-align: middle;
}

a.textlink {
  text-decoration: underline;
}
a.textlink:hover {
  text-decoration: none;
}

picture {
  display: block;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.section {
  background: #fff;
}
.section__inner {
  max-width: 900px;
  margin-inline: auto;
  padding: 80px 30px 100px;
}
@media screen and (max-width: 767px) {
  .section__inner {
    padding: min(calc(100 / 750 * 100vw), 100px) min(calc(40 / 750 * 100vw), 40px);
  }
}

.section:has(.line1),
.section:has(.line2) {
  position: relative;
  overflow: hidden;
}
.section:has(.line1) .section__inner,
.section:has(.line2) .section__inner {
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .section:has(.line1) .section__inner,
  .section:has(.line2) .section__inner {
    padding-bottom: min(calc(160 / 750 * 100vw), 160px);
  }
}

.line1 {
  width: 100%;
  height: 60px;
  background: #71cba1 url(/ex/switch-frlg/assets/images/grass.png) repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .line1 {
    height: min(calc(60 / 750 * 100vw), 60px);
  }
}
.line1::before {
  content: "";
  display: block;
  width: 227px;
  height: 64px;
  position: absolute;
  left: 0;
  bottom: 13px;
  background: url(/ex/switch-frlg/assets/images/line1--l.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .line1::before {
    bottom: min(calc(13 / 750 * 100vw), 13px);
    width: min(calc(227 / 750 * 100vw), 227px);
    height: min(calc(65 / 750 * 100vw), 65px);
  }
}
.line1::after {
  content: "";
  display: block;
  width: 254px;
  height: 92px;
  position: absolute;
  right: -10px;
  bottom: 9px;
  background: url(/ex/switch-frlg/assets/images/line1--r.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .line1::after {
    right: max(calc(-10 / 750 * 100vw), -10px);
    bottom: min(calc(9 / 750 * 100vw), 9px);
    width: min(calc(254 / 750 * 100vw), 254px);
    height: min(calc(92 / 750 * 100vw), 92px);
  }
}

.line2 {
  width: 100%;
  height: 60px;
  background: #71cba1 url(/ex/switch-frlg/assets/images/grass.png) repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .line2 {
    height: min(calc(60 / 750 * 100vw), 60px);
  }
}
.line2::before {
  content: "";
  display: block;
  width: 160px;
  height: 112px;
  position: absolute;
  left: -1px;
  bottom: 0;
  background: url(/ex/switch-frlg/assets/images/line2--l.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .line2::before {
    bottom: 0;
    width: min(calc(160 / 750 * 100vw), 160px);
    height: min(calc(112 / 750 * 100vw), 112px);
  }
}
.line2::after {
  content: "";
  display: block;
  width: 224px;
  height: 96px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(/ex/switch-frlg/assets/images/line2--r.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .line2::after {
    right: 0;
    bottom: 0;
    width: min(calc(224 / 750 * 100vw), 224px);
    height: min(calc(96 / 750 * 100vw), 96px);
  }
}

.product-info__heading {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .product-info__heading {
    font-size: min(calc(40 / 750 * 100vw), 40px);
    line-height: 1;
  }
}

.product-info__table {
  margin-top: 45px;
  border-bottom: 1px solid black;
}
@media screen and (max-width: 767px) {
  .product-info__table {
    border-bottom-width: min(calc(2 / 750 * 100vw), 2px);
    margin-top: min(calc(45 / 750 * 100vw), 45px);
  }
}
.product-info__table dl {
  border-top: 1px solid black;
  padding: 16px 4px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .product-info__table dl {
    border-top-width: min(calc(2 / 750 * 100vw), 2px);
  }
}
.product-info__table dl dt {
  width: 150px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 600;
}
.product-info__table dl dt::before {
  content: "";
  display: block;
  margin-top: var(--leading-trim);
}
.product-info__table dl dt::after {
  content: "";
  display: block;
  margin-bottom: var(--leading-trim);
}
@media screen and (max-width: 767px) {
  .product-info__table dl dt {
    width: min(calc(160 / 750 * 100vw), 160px);
    flex-shrink: 0;
    font-size: min(calc(28 / 750 * 100vw), 28px);
    line-height: 1.75;
  }
}
.product-info__table dl dd {
  flex: 1 1 auto;
}
.product-info__table dl dd::before {
  content: "";
  display: block;
  margin-top: var(--leading-trim);
}
.product-info__table dl dd::after {
  content: "";
  display: block;
  margin-bottom: var(--leading-trim);
}
.product-info__table dl dd p {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .product-info__table dl dd p {
    font-size: min(calc(28 / 750 * 100vw), 28px);
    line-height: 1.75;
  }
}

.button.product-info__button {
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .button.product-info__button {
    width: auto;
  }
}
.button.product-info__button + p {
  margin-top: 30px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7222222222;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .button.product-info__button + p {
    margin-top: min(calc(30 / 750 * 100vw), 30px);
    font-size: min(calc(32 / 750 * 100vw), 32px);
    line-height: 1.625;
  }
}

.return-top {
  background: #71cba1 url(/ex/switch-frlg/assets/images/grass.png) repeat center/60px;
  background-image: url(/ex/switch-frlg/assets/images/return-top--l.png), url(/ex/switch-frlg/assets/images/return-top--r.png), url(/ex/switch-frlg/assets/images/grass.png);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: left top, right bottom, center;
  background-size: 373px, 316px, 60px;
  padding-block: 60px 40px;
}
@media screen and (max-width: 767px) {
  .return-top {
    background-image: url(/ex/switch-frlg/assets/images/return-top--l_sp.png), url(/ex/switch-frlg/assets/images/return-top--r_sp.png), url(/ex/switch-frlg/assets/images/grass.png);
    background-size: min(calc(344 / 750 * 100vw), 344px), min(calc(200 / 750 * 100vw), 200px), min(calc(60 / 750 * 100vw), 60px);
    padding-block: min(calc(100 / 750 * 100vw), 100px);
  }
}
.return-top p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 600;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .return-top p {
    font-size: min(calc(28 / 750 * 100vw), 28px);
    line-height: 1.75;
    margin-top: min(calc(50 / 750 * 100vw), 50px);
  }
}
.return-top .share {
  margin-top: 10px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .return-top .share {
    margin-top: min(calc(25 / 750 * 100vw), 25px);
    gap: min(calc(20 / 750 * 100vw), 20px);
  }
}
.return-top .share a {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .return-top .share a {
    width: min(calc(60 / 750 * 100vw), 60px);
  }
}

.top .special__img {
  max-width: 532px;
}
.top .product-info {
  background-color: #71CBA1;
  background-image: url(/ex/switch-frlg/assets/images/top/product-info--l.png), url(/ex/switch-frlg/assets/images/top/product-info--r.png), url(/ex/switch-frlg/assets/images/grass.png);
  background-position: left, right, top;
  background-size: auto 100%, auto 100%, 60px;
  background-repeat: no-repeat, no-repeat, repeat;
}
@media screen and (max-width: 767px) {
  .top .product-info {
    background-image: url(/ex/switch-frlg/assets/images/top/product-info--l--sp.png), url(/ex/switch-frlg/assets/images/top/product-info--r--sp.png), url(/ex/switch-frlg/assets/images/grass.png);
    background-position: left, right, top;
    background-size: auto 100%, auto 100%, min(calc(60 / 750 * 100vw), 60px);
    background-repeat: no-repeat, no-repeat, repeat;
  }
  .top .product-info .section__inner {
    padding-bottom: min(calc(320 / 750 * 100vw), 320px);
  }
}
.top .product-info picture {
  max-width: 673px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .top .product-info picture {
    margin-top: min(calc(30 / 750 * 100vw), 30px);
    max-width: min(calc(476 / 750 * 100vw), 476px);
  }
}

.lineup .lineup__pic--1 {
  margin: 17px 14px 0;
}
@media screen and (max-width: 767px) {
  .lineup .lineup__pic--1 {
    margin-top: min(calc(20 / 750 * 100vw), 20px);
  }
  .lineup .lineup__pic--1 .columns__item {
    flex-basis: 100%;
  }
}
.lineup .lineup__pic--2 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .lineup .lineup__pic--2 {
    margin-top: min(calc(42 / 750 * 100vw), 42px);
  }
  .lineup .lineup__pic--2 .columns__item {
    flex-basis: 100%;
  }
}
.lineup .lineup__pic--3 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .lineup .lineup__pic--3 {
    margin-top: min(calc(50 / 750 * 100vw), 50px);
  }
}
.lineup .lineup__pic--4 {
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .lineup .lineup__pic--4 .columns__item {
    flex: 1 1 calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .lineup .lineup__pic--4 {
    gap: min(calc(60 / 750 * 100vw), 60px);
  }
}
.lineup .product-info__box {
  margin-top: 75px;
}

.braille .braille__pic--1 {
  margin: 30px -30px 0;
}
@media screen and (max-width: 767px) {
  .braille .braille__pic--1 {
    margin: min(calc(40 / 750 * 100vw), 40px) 0 0;
  }
}
/*# sourceMappingURL=style.css.map */
