@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');

/*----------------------------------------------------------
フルサイズ設定
---------------------------------------------------------- */
#login_mypage,
#head-wrapper,
#global-navi,
#foot-wrapper,
#main:after {
  display: none;
}
#wrap,
#page-inner {
  padding: 0!important;
}
#body-wrapper {
  border: none!important;
  background: none!important;
}
body.paused *
{
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
/*----------------------------------------------------------
 リセット
---------------------------------------------------------- */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
body {
  margin: 0;
  background: #1b0073;
}
img {
  width: 100%;
  height: auto;
  display: block;
}

/*----------------------------------------------------------
デフォルトCSSの強制解除
---------------------------------------------------------- */
#body {
  width: 100%;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: none;
}
#body-inner {
  width: 100%;
  padding: 0;
  margin: 0;
}
.one-col #centercol {
  width: 100%;
}
#main {
  width: 100%;
  padding: 0;
  margin: 0;
}
#Carea {
  width: 100%;
}

/*----------------------------------------------------------
アニメーション
---------------------------------------------------------- */
.yurayura {
  display: inline-block;
  animation: sway 0.3s ease-in-out infinite;
  transform-origin: center center;
}

@keyframes sway {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(-3deg); }
  50%  { transform: rotate(3deg); }
  75%  { transform: rotate(-3deg); }
  100% { transform: rotate(0deg); }
}

.kataka {
  display: inline-block;
  animation: katakata 0.3s infinite;
}

@keyframes katakata {
  0%   { transform: translateY(0); }
  25%  { transform: translateY(-4px); }
  50%  { transform: translateY(0); }
  75%  { transform: translateY(4px); }
  100% { transform: translateY(0); }
}

.kataka-diagonal {
  display: inline-block;
  animation: katakata-diagonal 0.3s infinite;
}

@keyframes katakata-diagonal {
  0%   { transform: translate(0, 0); }
  25%  { transform: translate(-4px, -4px); }
  50%  { transform: translate(0, 0); }
  75%  { transform: translate(4px, 4px); }
  100% { transform: translate(0, 0); }
}

.zooms {
  display: inline-block;
  animation: katakataZoom 0.3s infinite;
}

@keyframes katakataZoom {
  0%   { transform: scale(1); }
  30%  { transform: scale(1.05); }
  60%  { transform: scale(1); }
  100% { transform: scale(1); }
}

/*----------------------------------------------------------
共通設定
---------------------------------------------------------- */
#present {
  position: relative;
}
section {
  position: relative;
}
.inner {
  position: relative;
  width: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
}


/*----------------------------------------------------------
MAIN VISUAL
---------------------------------------------------------- */.mv {
  padding: 0;
  margin: 0 0 150px 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.mv img {
  display: block;
  width: 100%;
  min-width: 1800px;
  margin: 0 auto;
}

/*----------------------------------------------------------
SECTION 01
---------------------------------------------------------- */
.sect01 {
}
.itemImg {
  position: absolute;
  top: -190px;
  left: 50%;
  max-width: 640px;
  margin-left: -170px;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.gizaImg {
  position: absolute;
  top: -46px;
  right: 50%;
  max-width: 165px;
  margin-right: -598px;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.whiteBox {
  display: flex;
  flex-direction: column;
  background: #fff;
  max-width: 980px;
  margin:0 auto;
  padding: 2rem;
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
  position:relative;
  gap: 20px;
}
.boxUp {
  display: flex;
  flex-direction: column;
  padding: 0 150px 0 300px;
  gap: 10px;
  font-size: 1.2rem;
  font-weight: 500;
}
.boxUp img {
  margin: 0 0 1rem 0;
}
.boxUp h6,
.boxBottom h6  {
  color: #1b0067;
  background: #d0ccdf;
  text-align: center;
  font-weight: bold;
  padding: 1rem;
  border-radius: 5px;
}
.boxInfo {
  display: flex;
  align-items: center;
  color: #1b0067;
  line-height: 1.8rem;
  gap: 20px;
}
.boxInfo h6 {
  width: 190px;
}
.boxBottom {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 40px;
  gap: 10px;
  font-size: 1.2rem;
  font-weight: 500;
}

.boxToritsuke {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 4;
}
.toritsuke {
  margin: -35px -50px 0 0;
}


/*----------------------------------------------------------
SECTION 02
---------------------------------------------------------- */
.sect02 {
  padding: 10rem 0;
}
.swiper-wrap {
  position: relative;
  max-width: 860px;
  margin: auto;
}
.face {
  position: absolute;
  top: -80px;
  right: 0;
  max-width: 150px;
  z-index: 2;
}
.swiper {
  width: 100%;
  max-width: 680px;
  margin: auto;
  overflow: visible;
}
.swiper-slide img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.swiper-wrap .swiper-button-prev,
.swiper-wrap .swiper-button-next {
  width: 35px;
  height: 64px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.swiper-wrap .swiper-button-prev::after,
.swiper-wrap .swiper-button-next::after {
  content: "";
  background: url("../img/arrow-prev.svg") no-repeat center / contain;
  width: 35px;
  height: 64px;
}

.swiper-wrap .swiper-button-next::after {
  background-image: url("../img/arrow-next.svg");
}


/*----------------------------------------------------------
SECTION 03
---------------------------------------------------------- */
.sect03 {
  padding: 5rem 0;
}
.sect03 .oboBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 932px;
  margin: auto;
  padding: 3rem 2rem 2rem 2rem;
  background: #f1588e;
  border-radius: 10px;
  border: 4px solid #f1588e;
  box-shadow: inset 0 0 0 2px #1b0073;
}
.oboBox p {
  color: #1b0073;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6rem;
  padding: 1rem 0 0 0;
  margin: 1rem 0 2rem 0;
  border-top: 2px solid #1b0073;
}
.oboTtl {
  width: 500px;
}
.staff_obo {
  position: absolute;
  top: -185px;
  left: 50%;
  max-width: 500px;
  margin-left: 30px;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.staff_left {
  position: absolute;
  bottom: -50px;
  left: -45px;
  max-width: 220px;
  z-index: 2;
}
.oboBtn img {
  max-width: 480px;
}

/*----------------------------------------------------------
Logo&Copy
---------------------------------------------------------- */
.snsBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 5rem 0;
  gap: 40px;
}
.snsBox a {
 min-width: 0;
}
.snsBox img {
  width: auto;
  max-height: 30px;
}

.logoCopy p.attentionTxt {
  font-size: 1rem;
  display: block;
  margin: 5rem 0;
}
.logoCopy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 70px 0;
}
img.logo {
  max-width: 182px;
}
.logoCopy p.copyright {
  font-size: 0.9rem;
}


/*----------------------------------------------------------
ポップアップモーダル
---------------------------------------------------------- */

.gds-terms-open {
  text-decoration: none!important;
  cursor: pointer;
  color: #ffff54!important;
  font-size: 1rem;
}
.gds-terms-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}
.gds-terms-modal.is-open {
  display: block;
}
.gds-terms-backdrop {
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.45);
}
.gds-terms-dialog {
  color: #111;
  position:relative;
  max-width: min(720px, 92vw);
  max-height: 86vh;
  margin: 6vh auto 0;
  background:#fff;
  border-radius:12px;
  padding: 20px 20px 24px;
  overflow: auto;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
}
.gds-terms-close {
  position: absolute;
  top: 15px;
  right: 20px;
  border: 0;
  background: transparent;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.gds-terms-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gds-terms-dialog h3 {
  font-size: 1.2rem;
  color: #111;
  font-weight: bold;
  text-align: center;
  padding: 1.5rem;
  margin: 0;
  background: #fafafa;
  border: none;
}
.gds-terms-content h4 {
  font-size: 0.9rem;
}
.gds-terms-content ul {
  font-size: 0.8rem;
  margin: 0 0 1rem 1.2rem;
  padding: 0;
  list-style: none;
}
.gds-terms-content li {
  position: relative;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.gds-terms-content li::before {
  content: "・";
  position: absolute;
  left: -1.2em;
  color: "#111";
}