@charset "UTF-8";
/*!
Theme Name: デザートピア2
Version: 1.0.0
*/
/* box-sizing: border-box;を設定 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* フォントサイズの拡大を防ぐ */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

/* デフォルトのマージンを削除、作成するCSSの制御を改善するため */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* リストのスタイルを削除、これはデフォルトのスタイルが削除されることを示唆します */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* bodyのデフォルトを設定 */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* 見出しやインタラクティブ要素のline-heightを設定 */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* 見出しのテキスト折り返しをbalanceに設定 */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* classを持たないa要素はデフォルトのスタイルを継承 */
a {
  text-decoration: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* 画像の扱いを簡単にする */
img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}

/* inputやbuttonなどのfontは継承 */
input,
button,
textarea,
select {
  font: inherit;
}

/* rows属性のないtextareasが小さくならないようにする */
textarea:not([rows]) {
  min-height: 10em;
}

/* アンカーされている要素には余分なスクロールマージンが必要 */
:target {
  scroll-margin-block: 5ex;
}

/*----- LINKS -----*/
a:hover,
a:active {
  outline: 0;
}

a[href^="tel:"] {
  cursor: default;
}

.eng-font {
  font-family: "Roboto", sans-serif !important;
}

br.forPC {
  display: inline;
}

br.forSP {
  display: none;
}

@media only screen and (max-width: 768px) {
  br.forPC {
    display: none;
  }
  br.forSP {
    display: inline;
  }
}
/*----- IMAGES -----*/
img {
  max-width: 100%;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
}

/*----- MISC -----*/
::-moz-selection {
  background: #cedae3;
  color: #050e1a;
  text-shadow: none;
}
::selection {
  background: #cedae3;
  color: #050e1a;
  text-shadow: none;
}

::-webkit-selection {
  background: #cedae3;
  color: #050e1a;
  text-shadow: none;
}

::-moz-selection {
  background: #cedae3;
  color: #050e1a;
  text-shadow: none;
}

/*----- FONTS -----*/
@font-face {
  font-family: "Corporate Logo Rounded";
  src: url("./fonts/Corporate-Logo-Rounded_fixed.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Memoir Round";
  src: url("./fonts/memoir-round.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.corp {
  font-family: "Corporate Logo Rounded", system-ui, sans-serif;
}

.memoir {
  font-family: "Memoir Round", system-ui, sans-serif;
}

/*----- WP CORE -----*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Document
========================================================================== */
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  height: 100%;
  font-family: "游ゴシック Medium", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #1d1d1d;
  background: #efefef;
  line-height: 1.5;
  letter-spacing: 1.4px;
  padding: 0;
  margin: 0;
  position: relative;
}

main {
  position: relative;
  z-index: 10;
}

/* Sections
========================================================================== */
/* Header
========================================================================== */
.headerSect {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  width: 95%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.headerSect__lang {
  position: relative;
  padding: 0 10px 10px;
}
.headerSect__lang::before, .headerSect__lang::after {
  position: absolute;
  top: 0;
  height: 100%;
  content: "";
  pointer-events: none;
}
.headerSect__lang::before {
  left: 0;
  width: 100%;
  background-image: url("./img/common/lang-l.webp"), url("./img/common/lang-r.webp");
  background-position: left bottom, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%;
  z-index: 2;
}
.headerSect__lang::after {
  left: 10px;
  width: calc(100% - 20px);
  background-image: url("./img/common/lang-c.webp");
  background-position: center bottom;
  background-size: auto 100%;
  background-repeat: repeat-x;
  z-index: 1;
}
.headerSect__lang ul {
  position: relative;
  z-index: 10;
  list-style: none;
  margin: 0;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #523c34;
  font-family: "Corporate Logo Rounded", system-ui, sans-serif;
  letter-spacing: 0;
  font-size: clamp(14px, 10.3225806452px + 0.0096774194 * 100vw, 20px);
  line-height: 1;
}
.headerSect__lang ul li {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerSect__lang ul li:not(:last-child)::after {
  content: "";
  display: block;
  margin: 0 0.5em;
  height: 1em;
  width: 3px;
  border-radius: 50px;
  background-color: #523c34;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.headerSect__lang ul li.wpml-ls-current-language {
  color: #f9ff4c;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 132, 9, 0.9));
          filter: drop-shadow(0px 0px 5px rgba(255, 132, 9, 0.9));
}
.headerSect__menu {
  position: relative;
  padding: 0;
}
.headerSect__menu--btn {
  width: 43px;
  height: 43px;
  border: 0;
  margin-top: 15px;
  background-image: url("./img/common/menu.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  position: relative;
  z-index: 2;
}
.headerSect__menu--btn::before, .headerSect__menu--btn::after {
  position: absolute;
  height: 3px;
  left: 50%;
  content: "";
  pointer-events: none;
  width: calc(100% - 20px);
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 240ms;
  transition: -webkit-transform 240ms;
  transition: transform 240ms;
  transition: transform 240ms, -webkit-transform 240ms;
  pointer-events: none;
}
.headerSect__menu--btn::before {
  top: calc(50% - 4px);
}
.headerSect__menu--btn::after {
  top: calc(50% + 4px);
}
.headerSect__menu--btn.open::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}
.headerSect__menu--btn.open::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}
.headerSect__menu--list {
  position: absolute;
  top: 50px;
  right: -10px;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: clamp(0px, 5vw, 30px) clamp(0px, 10vw, 60px);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 4.5vw, 30px);
  background-color: #dbedf1;
  border-radius: clamp(0px, 5vw, 30px);
  border: 4px solid #88ceeb;
  color: #523c34;
  letter-spacing: 0;
  font-size: clamp(22px, 15.8709677419px + 0.0161290323 * 100vw, 32px);
  line-height: 1;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 480ms, -webkit-filter 240ms;
  transition: opacity 480ms, -webkit-filter 240ms;
  transition: filter 240ms, opacity 480ms;
  transition: filter 240ms, opacity 480ms, -webkit-filter 240ms;
  pointer-events: none;
}
.headerSect__menu--list.open {
  opacity: 1;
  pointer-events: auto;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}
.headerSect__menu--list::after {
  content: "";
  display: block;
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  border-radius: clamp(0px, 3vw, 24px);
  border: 2px solid #97e8f2;
  position: absolute;
  top: 3px;
  left: 3px;
  pointer-events: none;
}
.headerSect__menu--list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  letter-spacing: -3px;
}
.headerSect__menu--list li a::before {
  content: "";
  background-image: url("./img/common/arrow.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 32/27;
  display: block;
  width: 0.8em;
}

/* Common
========================================================================== */
.wrapper {
  position: relative;
  overflow: hidden;
}

.content__title {
  position: absolute;
  top: clamp(-80px, -13vw, 0px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 410px;
  width: 80%;
  height: clamp(0px, 15vw, 90px);
  border-radius: clamp(20px, 7.7419354839px + 0.0322580645 * 100vw, 40px) clamp(20px, 7.7419354839px + 0.0322580645 * 100vw, 40px) 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(30px, 15.3846153846px + 0.0384615385 * 100vw, 40px);
  letter-spacing: 0;
}
.content__title span {
  position: relative;
  z-index: 10;
}
.content__title span::before {
  content: "";
  position: absolute;
  bottom: clamp(-7px, -0.5vw, 0px);
  left: 0;
  width: 100%;
  height: 1px;
}
.content__title::before, .content__title::after {
  content: "";
  position: absolute;
}
.content__title::before {
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2px);
  z-index: 7;
  border-radius: clamp(15px, 2.7419354839px + 0.0322580645 * 100vw, 35px) clamp(15px, 2.7419354839px + 0.0322580645 * 100vw, 35px) 0 0;
}
.content__title::after {
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  z-index: 5;
  border-radius: clamp(20px, 7.7419354839px + 0.0322580645 * 100vw, 40px) clamp(20px, 7.7419354839px + 0.0322580645 * 100vw, 40px) 0 0;
}

/* Hero
========================================================================== */
#hero {
  position: relative;
  z-index: 1;
  background-color: #90edf4;
  background-image: url("./img/hero/bg-hero-02.webp"), url("./img/hero/bg-hero-01.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center center;
  background-attachment: scroll, scroll;
}
#hero.main {
  background-size: 100% 56%, cover;
}
#hero.sub {
  background-size: 100% 28%, cover;
}

.heroSect {
  position: relative;
  width: 100%;
  max-width: 1900px;
  margin: auto;
  pointer-events: none;
}
.heroSect--sub {
  max-width: 1280px;
}
.heroSect .mainlogo {
  width: 50%;
  max-width: 890px;
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
@media (max-width: 1900px) {
  .heroSect .mainlogo {
    top: 8vw;
  }
}
@media (max-width: 768px) {
  .heroSect .mainlogo {
    width: 80%;
    top: 20vw;
  }
}
.heroSect .storelink {
  position: absolute;
  bottom: 0;
  left: calc(50% - 330px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 381px;
  max-width: 800px;
  z-index: 10;
  aspect-ratio: 381/398;
  padding: 50px 40px 0;
  pointer-events: all;
  background-image: url("./img/hero/appboard.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1900px) {
  .heroSect .storelink {
    width: 20.1vw;
    left: calc(50% - 17.4vw);
    padding: 2.6vw 2.1vw 0;
  }
}
@media (max-width: 768px) {
  .heroSect .storelink {
    width: 40vw;
    left: 1vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding: 5.5vw 4vw 0;
  }
}
.heroSect .storelink__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1900px) {
  .heroSect .storelink__inner {
    gap: 1.1vw;
  }
}

/* Common
========================================================================== */
#information {
  background-color: #64c9b5;
  position: relative;
  padding: clamp(0px, 25vw, 150px) 0 clamp(0px, 25vw, 150px);
  background-image: url("./img/bg/bg-green.webp");
  background-position: 50% 0%;
}

/* introductionSect
========================================================================== */
.informationSect {
  font-family: "Corporate Logo Rounded", system-ui, sans-serif;
  position: relative;
  z-index: 0;
  width: 95%;
  max-width: 640px;
  margin: 0 auto;
}
.informationSect.subSect {
  max-width: 840px;
}
.informationSect .content__title {
  color: #fff;
  background-color: #ffae40;
  z-index: 10;
}
.informationSect .content__title span::before {
  background-color: #fff;
}
.informationSect .content__title::before {
  border: dashed #fff;
  border-width: 4px 4px 0 4px;
  pointer-events: none;
}
.informationSect .content__title::after {
  content: "";
  background-color: #ffae40;
  pointer-events: none;
}
.informationSect__Cont {
  position: relative;
  background-color: #c19c68;
  border: 2px solid #d8b077;
  border-radius: clamp(15px, 5.8064516129px + 0.0241935484 * 100vw, 30px);
  z-index: 15;
  padding: 45px 8px 8px;
}
.informationSect__Cont::before {
  content: attr(data-text) "";
  position: absolute;
  top: 15px;
  right: 20px;
  letter-spacing: 0;
  color: #fff;
}
.informationSect__Cont::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 196px;
  height: auto;
  z-index: 15;
  background-image: url("./img/information/clip.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 196/62;
}
.informationSect__Cont .news--wrap {
  position: relative;
  background-color: #fffce7;
  border-radius: clamp(7px, -0.9677419355px + 0.0209677419 * 100vw, 20px);
  padding: 35px 20px;
}
.informationSect__Cont .news--wrap.single {
  padding: clamp(0px, 5vw, 35px);
}
.informationSect__Cont .news--wrap::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  z-index: 7;
  border-radius: clamp(5px, -2.9677419355px + 0.0209677419 * 100vw, 18px);
  border: dashed #d8b68a;
  pointer-events: none;
}
.informationSect__Cont .news--wrap .pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Corporate Logo Rounded", system-ui, sans-serif;
  margin-top: 25px;
}
.informationSect__Cont .news--wrap .morelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  line-height: 1.3;
  text-decoration: none;
  background-color: #ffae40;
  position: relative;
  padding: 10px 40px;
  border-radius: 50px;
  font-size: clamp(20px, 17.5483870968px + 0.0064516129 * 100vw, 24px);
  letter-spacing: 0;
  -webkit-transition: background-color 360ms, color 360ms;
  transition: background-color 360ms, color 360ms;
}
.informationSect__Cont .news--wrap .morelink::before {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 3px dotted #fff;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
}
.informationSect__Cont .news--wrap .news--item {
  display: block;
  color: #bf9976;
  padding: clamp(0px, 5vw, 10px) 5px;
  letter-spacing: 0;
  border-bottom: dotted 2px rgba(191, 153, 118, 0.25);
}
.informationSect__Cont .news--wrap .news--content {
  font-size: clamp(16px, 14.7741935484px + 0.0032258065 * 100vw, 18px);
  margin-top: clamp(0px, 5vw, 30px);
  color: #bf9976;
  line-height: 1.6;
}
.informationSect__Cont .news--wrap .news--content h4 {
  font-size: clamp(24px, 20.3225806452px + 0.0096774194 * 100vw, 30px);
  font-weight: bold;
  margin-top: 1em;
}
.informationSect__Cont .news--wrap .news--content h5 {
  font-size: clamp(20px, 17.5483870968px + 0.0064516129 * 100vw, 24px);
  font-weight: bold;
  margin-top: 1em;
}
.informationSect__Cont .news--wrap .news--content h6 {
  font-size: clamp(18px, 16.7741935484px + 0.0032258065 * 100vw, 20px);
  font-weight: bold;
  margin-top: 1em;
}
.informationSect__Cont .news--wrap .news--content a {
  text-decoration: underline;
}
.informationSect__Cont .news--wrap .news--content blockquote {
  position: relative;
  padding: 2em 2.5em 2em 2.5em;
  background-color: #151515;
}
.informationSect__Cont .news--wrap .news--content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 0em;
  left: 0.5em;
  width: 1.5em;
  height: 1.5em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M21.8%2012H18V9c0-1.7%201.3-3%203-3h.4c.6%200%201.1-.5%201.1-1.1V2.6c0-.6-.5-1.1-1.1-1.1H21c-4.1%200-7.5%203.4-7.5%207.5v11.2c0%201.2%201%202.2%202.2%202.2h6c1.2%200%202.2-1%202.2-2.2v-6C24%2013%2023%2012%2021.8%2012zM8.2%2012H4.5V9c0-1.7%201.3-3%203-3h.4C8.5%206%209%205.5%209%204.9V2.6c0-.6-.5-1.1-1.1-1.1h-.4C3.4%201.5%200%204.9%200%209v11.2c0%201.2%201%202.2%202.2%202.2h6c1.2%200%202.2-1%202.2-2.2v-6c.1-1.2-.9-2.2-2.2-2.2z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  content: "";
}
.informationSect__Cont .news--wrap .news--content blockquote p {
  margin-top: 0;
}
.informationSect__Cont .news--wrap .news--content blockquote cite {
  display: block;
  color: #737373;
  font-size: 0.8em;
  text-align: right;
}
.informationSect__Cont .news--wrap .news--content hr {
  border: none;
  border-top: 1px solid #fff;
  margin: 5rem 0;
  -webkit-filter: drop-shadow(0 0 2px #41efff) drop-shadow(0 0 10px #41efff);
          filter: drop-shadow(0 0 2px #41efff) drop-shadow(0 0 10px #41efff);
}
.informationSect__Cont .news--wrap .news--content p {
  font-weight: normal;
  font-size: clamp(16px, 13.5483870968px + 0.0064516129 * 100vw, 20px);
  line-height: 2.2;
}
.informationSect__Cont .news--wrap .news--content p ~ p {
  margin-top: 1em;
}
.informationSect__Cont .news--wrap .news--content p ~ h2, .informationSect__Cont .news--wrap .news--content p ~ h3, .informationSect__Cont .news--wrap .news--content p ~ h4 {
  margin-top: 1.5em;
}
.informationSect__Cont .news--wrap .news--content div.wp-caption p {
  font-size: clamp(12px, 10.7741935484px + 0.0032258065 * 100vw, 14px);
}
.informationSect__Cont .news--wrap .news--content ul, .informationSect__Cont .news--wrap .news--content ol {
  padding-left: 2em;
}
.informationSect__Cont .news--wrap .news--content table, .informationSect__Cont .news--wrap .news--content td, .informationSect__Cont .news--wrap .news--content th {
  border: 1px solid #666666;
  border-collapse: collapse;
}
.informationSect__Cont .news--wrap .news--content table.txleft, .informationSect__Cont .news--wrap .news--content td.txleft, .informationSect__Cont .news--wrap .news--content th.txleft {
  text-align: left;
}
.informationSect__Cont .news--wrap .news--content table.txcenter, .informationSect__Cont .news--wrap .news--content td.txcenter, .informationSect__Cont .news--wrap .news--content th.txcenter {
  text-align: center;
}
.informationSect__Cont .news--wrap .news--content table.txright, .informationSect__Cont .news--wrap .news--content td.txright, .informationSect__Cont .news--wrap .news--content th.txright {
  text-align: right;
}
.informationSect__Cont .news--wrap .news--content th {
  background-color: #444444;
}
.informationSect__Cont .news--wrap .news--content table {
  width: 100%;
  font-size: 90%;
}
.informationSect__Cont .news--wrap .news--content td, .informationSect__Cont .news--wrap .news--content th {
  padding: 5px;
}
.informationSect__Cont .news--wrap .news--content dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 0 70%;
  grid-template-columns: 30% 70%;
  width: 100%;
  gap: 0;
  border-top: 1px solid #666666;
}
@media screen and (max-width: 768px) {
  .informationSect__Cont .news--wrap .news--content dl {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.informationSect__Cont .news--wrap .news--content dl dt {
  padding: 10px;
  border-bottom: 1px solid #666;
}
.informationSect__Cont .news--wrap .news--content dl dd {
  padding: 10px;
  margin-left: 0;
  border-bottom: 1px solid #666;
}
.informationSect__Cont .news--wrap .news--meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: clamp(14px, 12.7741935484px + 0.0032258065 * 100vw, 16px);
}
.informationSect__Cont .news--wrap .news--meta.new::before {
  content: "NEW";
  font-size: clamp(10px, 8.7741935484px + 0.0032258065 * 100vw, 12px);
  display: inline-block;
  background-color: #d85757;
  color: #fff;
  padding: 0 5px;
  margin-right: 10px;
}
.informationSect__Cont .news--wrap .news-title {
  margin-top: 5px;
  font-size: clamp(20px, 17.5483870968px + 0.0064516129 * 100vw, 24px);
}

#pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 2.5vw, 15px);
  font-family: "Corporate Logo Rounded", system-ui, sans-serif;
  margin-top: 25px;
  font-size: clamp(20px, 17.5483870968px + 0.0064516129 * 100vw, 24px);
}
#pagination .no-more {
  opacity: 0.5;
  pointer-events: none;
}
#pagination .prev a,
#pagination .next a,
#pagination .prev i,
#pagination .next i {
  background-color: #ffae40;
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  clip-path: polygon(90% 0, 75% 50%, 90% 100%, 10% 50%);
}
#pagination .next {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0px, 1.5vw, 10px);
}
#pagination ul li {
  line-height: 1;
}
#pagination ul li a, #pagination ul li span.current {
  position: relative;
  width: 2em;
  aspect-ratio: 1/1;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffae40;
  border-radius: 500px;
  color: #fff;
}
#pagination ul li a::before, #pagination ul li span.current::before {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px dotted #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 500px;
}
#pagination ul li span.current {
  background-color: #ffe640;
  color: #a99510;
}

/* Deco
========================================================================== */
#information .deco {
  position: absolute;
  pointer-events: none;
}
#information .deco.num01 {
  width: 150px;
  max-width: 731px;
  z-index: 5;
  top: -140px;
  right: calc(100% + 0px);
}
@media (max-width: 1280px) {
  #information .deco.num01 {
    display: none;
  }
}
#information .deco.num02 {
  width: 249px;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 30px);
}
@media (max-width: 768px) {
  #information .deco.num02 {
    display: none;
  }
}
#information .deco.num03 {
  width: 178px;
  z-index: 5;
  bottom: 0;
  right: calc(50% + 240px);
}
@media (max-width: 630px) {
  #information .deco.num03 {
    left: -99px;
    right: inherit;
  }
}
#information .deco.num04 {
  width: 182px;
  z-index: 5;
  bottom: 0;
  left: calc(50% + 240px);
}
@media (max-width: 630px) {
  #information .deco.num04 {
    right: -106px;
    left: inherit;
  }
}
#information .deco.num05 {
  width: 218px;
  z-index: 5;
  bottom: 0;
  right: calc(50% + 380px);
}
@media (max-width: 630px) {
  #information .deco.num05 {
    right: 90%;
    width: 34.06vw;
  }
}
#information .deco.num06 {
  width: 184px;
  z-index: 5;
  bottom: 0;
  left: calc(50% + 350px);
}
@media (max-width: 630px) {
  #information .deco.num06 {
    width: 28.75vw;
    left: 75%;
  }
}

/* Common
========================================================================== */
#introduction {
  background-color: #8ad2df;
  position: relative;
  background-image: url("./img/bg/bg-blue.webp");
  background-position: 50% 0%;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
  z-index: 5;
}
#introduction::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 5;
  border-bottom: 4px dashed #4a9885;
}

/* introductionSect
========================================================================== */
.introductionSect {
  width: 85%;
  max-width: 950px;
  margin: 0 auto;
  padding: clamp(0px, 7vw, 50px) 0 clamp(0px, 10vw, 80px);
}
.introductionSect .content__title {
  color: #4a9885;
  background-color: #8ad2df;
  z-index: 10;
}
.introductionSect .content__title span::before {
  background-color: #4a9885;
}
.introductionSect .content__title::before {
  border: dashed #4a9885;
  border-width: 4px 4px 0 4px;
}
.introductionSect .content__title::after {
  content: "";
  background-image: url("./img/bg/bg-blue.webp");
  background-position: 50% 0%;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 8px) calc(100% - 12px), calc(100% - 8px) 100%, calc(0% + 8px) 100%, calc(0% + 8px) calc(100% - 12px), 0 calc(100% - 12px));
}
.introductionSect__slide {
  position: relative;
  z-index: 10;
}
.introductionSect__slide .swiper-area {
  position: relative;
  border-radius: clamp(20px, 7.7419354839px + 0.0322580645 * 100vw, 40px);
  padding: clamp(5px, 1.935483871px + 0.0080645161 * 100vw, 10px);
}
.introductionSect__slide .swiper-area .swiper {
  border-radius: clamp(10px, 1.4193548387px + 0.0225806452 * 100vw, 24px);
}
.introductionSect__slide .swiper-area .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
.introductionSect__slide .swiper-button-prev, .introductionSect__slide .swiper-button-next {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: min(15vw, 150px);
  height: min(15vw, 150px);
  cursor: pointer;
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("./img/introduction/arrow.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.introductionSect__slide .swiper-button-prev {
  left: -75px;
}
@media (max-width: 1000px) {
  .introductionSect__slide .swiper-button-prev {
    left: -5vw;
  }
}
.introductionSect__slide .swiper-button-next {
  right: -75px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 1000px) {
  .introductionSect__slide .swiper-button-next {
    right: -5vw;
  }
}
.introductionSect__slide .swiper-pagination {
  position: relative;
  margin-top: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(0px, 2.5vw, 15px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-filter: drop-shadow(0 3px 3px hwb(0 0% 100%/0.5));
          filter: drop-shadow(0 3px 3px hwb(0 0% 100%/0.5));
  z-index: 10;
}
.introductionSect__slide .swiper-pagination .swiper-pagination-bullet {
  width: clamp(0px, 10vw, 51px);
  height: auto;
  aspect-ratio: 51/42;
  cursor: pointer;
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  background-image: url("./img/introduction/pagination.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
}
.introductionSect__slide .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url("./img/introduction/pagination--on.webp");
}
.introductionSect__youtube {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(0px, 10vw, 50px);
}
.introductionSect__youtube--wrap {
  position: relative;
  width: 100%;
  padding: clamp(0px, 3vw, 35px);
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  z-index: 2;
}
.introductionSect__youtube--wrap::before, .introductionSect__youtube--wrap::after {
  content: "";
  position: absolute;
  width: 45%;
  height: auto;
  z-index: -1;
  background-image: url("./img/introduction/deco.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 756/668;
  z-index: 5;
  pointer-events: none;
}
.introductionSect__youtube--wrap::before {
  top: 0;
  left: 0;
}
.introductionSect__youtube--wrap::after {
  bottom: 0;
  right: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.introductionSect__youtube--wrap iframe {
  border: clamp(0px, 1.5vw, 6px) solid #56be66;
  border-radius: 3px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.introductionSect__youtube--bg {
  width: 100%;
  height: 100%;
  background-image: url("./img/introduction/movie.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  z-index: 0;
}

/* Deco
========================================================================== */
#introduction .deco {
  position: absolute;
  pointer-events: none;
}
#introduction .deco.num01 {
  width: 95%;
  max-width: 731px;
  z-index: 5;
  top: -100px;
  right: calc(50vw + 15%);
}
@media (max-width: 1280px) {
  #introduction .deco.num01 {
    display: none;
  }
}
#introduction .deco.num02 {
  width: clamp(150px, 74px + 0.2 * 100vw, 274px);
  z-index: 5;
  bottom: -25px;
  left: -150px;
}
@media (max-width: 768px) {
  #introduction .deco.num02 {
    display: none;
  }
}
#introduction .deco.num03 {
  width: 15%;
  max-width: 103px;
  z-index: 5;
  bottom: 0;
  left: clamp(-30px, -30px - 2vw, -50px);
}
#introduction .deco.num04 {
  width: 150%;
  max-width: 1611px;
  z-index: 5;
  bottom: 0;
  left: calc(50% + 700px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1300px) {
  #introduction .deco.num04 {
    width: 120vw;
    left: calc(50% + 55vw);
  }
}

/* Footer
========================================================================== */
.footer {
  padding-top: clamp(0px, 12vw, 50px);
  color: #7ebbbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0px, 10vw, 30px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Corporate Logo Rounded", system-ui, sans-serif;
  letter-spacing: 0;
  background-image: url("./img/bg/bg-footer.webp");
  background-position: 50% calc(100% + 1px);
  background-repeat: repeat-x;
  padding-bottom: clamp(0px, 15vw, 100px);
}
@media (max-width: 768px) {
  .footer {
    background-size: 126%;
  }
}
.footer__game-detail {
  font-size: clamp(16px, 12.3225806452px + 0.0096774194 * 100vw, 22px);
  text-align: center;
}
.footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__links li {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__links li:not(:last-child)::after {
  content: "/";
  margin: 0 clamp(0px, 1.5vw, 10px);
}
.footer__links li a {
  color: #ff945e;
  text-decoration: none;
  -webkit-transition: color 240ms;
  transition: color 240ms;
  font-size: clamp(14px, 10.3225806452px + 0.0096774194 * 100vw, 20px);
}
.footer__links li a:hover {
  color: #de662a;
}
.footer__copyright {
  max-width: 95%;
  text-align: center;
  font-size: clamp(12px, 9.5483870968px + 0.0064516129 * 100vw, 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 5vw, 30px);
}
.footer__copyright--legal-notice {
  color: #c7c7c7;
}