@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  font-size: calc(10 / 750 * 100vw);
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1600 * 100vw);
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 10px;
  }
}

.gDef-top-banner {
  background-color: #ffffff;
}

.gDef-top-banner,
#gDefFooter {
  position: relative;
  z-index: 1;
}

.gDef-wrapper {
  overflow: initial;
}

.wrapper {
  position: relative;
  font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #464646;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .wrapper {
    font-size: 2.2rem;
    font-size: max(2.2rem, 14px);
  }
}
.wrapper section,
.wrapper main,
.wrapper header,
.wrapper footer,
.wrapper aside {
  position: relative;
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.wrapper a,
.wrapper button {
  display: block;
  color: currentColor;
  word-wrap: break-word;
  line-break: anywhere;
}
@media screen and (min-width: 768px) {
  .wrapper a,
  .wrapper button {
    transition: opacity 0.3s ease;
    backface-visibility: hidden;
  }
  .wrapper a:hover,
  .wrapper button:hover {
    opacity: 0.7;
  }
}

.main > * {
  overflow: hidden;
}
.main p,
.main dd {
  line-height: 1.8;
}
.main p a,
.main dd a {
  display: inline;
  text-decoration: underline;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(650 / 750 * 100%);
  z-index: 2;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .inner {
    padding: 0 calc(70 / 1140 * 100%);
    width: 90%;
    max-width: 1140px;
  }
}
@media screen and (min-width: 1140px) {
  .inner {
    padding: 0 70px;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
/* =====================================================================
    共通
======================================================================*/
.ff-en {
  font-family: "M PLUS 1p", sans-serif;
}

.movie-embed {
  position: relative;
  padding-top: 56.25%;
}
.movie-embed iframe,
.movie-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-ttl {
  text-align: center;
  margin-bottom: 8rem;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  color: #0b84ff;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .sec-ttl {
    margin-bottom: 5rem;
    font-size: 5rem;
  }
}

.btn01 {
  margin: 8rem auto 0;
  width: calc(600 / 650 * 100%);
  font-size: 120%;
}
@media screen and (min-width: 768px) {
  .btn01 {
    width: calc(600 / 1000 * 100%);
    font-size: 136%;
  }
}
.btn01 a {
  position: relative;
  text-align: center;
  padding: 1em 2.3em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.08em;
  border-radius: 3em;
  background: linear-gradient(90deg, #0fa6e8 0%, #61cbff 100%);
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .btn01 a:hover {
    opacity: 1;
  }
  .btn01 a:hover::before {
    opacity: 1;
  }
}
.btn01 a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(270deg, #0fa6e8 0%, #61cbff 100%);
  transition: opacity 0.5s ease;
  opacity: 0;
}
.btn01 a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  width: 1em;
  height: 1em;
  background: url(../images/common/icon_arrow.png) no-repeat center/contain;
}

/* =====================================================================
*    header
* =================================================================== */
.nav {
  padding: 4rem 0;
  background: linear-gradient(90deg, #0fa6e8 0%, #61cbff 100%);
}
@media screen and (min-width: 768px) {
  .nav {
    display: flex;
    align-items: center;
    padding: 3rem 0;
  }
}
.nav-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .nav-menu {
    margin-bottom: 0;
    flex: 1;
    flex-wrap: nowrap;
  }
}
.nav-menu li {
  position: relative;
  margin: 0 calc(30 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .nav-menu li {
    margin: 0 12rem 0 0;
  }
  .nav-menu li:last-child {
    margin-right: 0;
  }
}
.nav-menu li a {
  position: relative;
  text-align: center;
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .nav-menu li a {
    line-height: 0.9;
  }
}
@media screen and (min-width: 768px) {
  .nav-menu li a {
    font-size: 2.6rem;
  }
  .nav-menu li a::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -0.7em;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0.23em;
    background-color: #fff47f;
    border-radius: 0.2em;
    transition: width 0.3s ease;
  }
  .nav-menu li a:hover {
    opacity: 1;
  }
  .nav-menu li a:hover::after {
    width: 1.538em;
  }
}
.nav-menu li.nolink a {
  pointer-events: none;
  opacity: 0.6;
}
.nav-sns {
  display: flex;
  justify-content: center;
  font-size: 11rem;
}
@media screen and (min-width: 768px) {
  .nav-sns {
    margin: 0 2rem;
    font-size: 6.4rem;
  }
}
.nav-sns li {
  margin: 0 0.1em;
  width: 1em;
  height: 1em;
}
@media screen and (min-width: 768px) {
  .nav-sns li {
    margin: 0 0.15em;
  }
}
.nav-sns li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.nav-sns li a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}
@media screen and (min-width: 768px) {
  .nav-sns li a:hover {
    opacity: 1;
  }
  .nav-sns li a:hover::before {
    transform: rotate(180deg);
  }
}
.nav-sns li a svg {
  position: relative;
  width: 40%;
  height: 40%;
  fill: #464646;
}
.nav-sns li.nav-sns-x a:before {
  background: linear-gradient(to bottom, #a7e2ff 0%, #ffffff 100%);
}
.nav-sns li.nav-sns-instagram a:before {
  background: linear-gradient(to bottom, #ffeb9d 0%, #ffffff 100%);
}
.nav-sns li.nav-sns-tiktok a:before {
  background: linear-gradient(to bottom, #ffdae0 0%, #ffffff 100%);
}

/* =====================================================================
    topics-article
======================================================================*/
.topics-article {
  margin-left: -1.5384615385%;
  width: calc(670 / 650 * 100%);
}
@media screen and (min-width: 768px) {
  .topics-article {
    margin-left: -7%;
    width: calc(1140 / 1000 * 100%);
  }
}
.topics-article-contents {
  position: relative;
  padding: 6rem calc(40 / 650 * 100%);
  background-color: #ffffff;
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .topics-article-contents {
    padding: 5rem calc(50 / 1140 * 100%);
  }
}
.topics-article-contents::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(90deg, #ff748d 0%, #ffd34a 100%);
  border-radius: 2.2rem;
  z-index: -1;
}
.topics-article-contents > *:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .topics-article-contents > *:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.contents-ttl{
  color: #29aded;
  font-size: 130%;
  display: block;
  line-height: 1.5;
}
.topics-article-contents .img-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .topics-article-contents .img-list {
    margin-left: -5%;
    width: 110%;
  }
}
.topics-article-contents .img-list li {
  margin: 1%;
  width: 47%;
}
@media screen and (min-width: 768px) {
  .topics-article-contents .img-list li {
    margin: 0 1% 1% 0;
    width: 24.2%;
  }
  .topics-article-contents .img-list li:nth-child(4n), .topics-article-contents .img-list li:last-child {
    margin-right: 0;
  }
  .topics-article-contents .img-list li:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}

/* =====================================================================
*    footer
* =================================================================== */
.follow-content {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.pagetop {
  position: relative;
  right: 3rem;
}
.pagetop a {
  position: relative;
  margin-left: auto;
  width: 11rem;
  height: 11rem;
  background: linear-gradient(68deg, #ff7999 0%, #ffe659 100%);
  border-radius: 50%;
}
.pagetop a::after {
  content: "";
  position: absolute;
  display: block;
  top: 42%;
  left: 50%;
  width: 30%;
  height: 30%;
  border-top: 0.6rem solid #f0faff;
  border-right: 0.6rem solid #f0faff;
  border-radius: 0.3rem;
  transform: translateX(-50%) rotate(315deg);
}
@media screen and (min-width: 768px) {
  .pagetop a {
    transition-property: transform;
  }
  .pagetop a:hover {
    opacity: 1;
    transform: translateY(-1rem);
  }
}

.copyright {
  position: relative;
  padding: 6rem 0;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.8rem;
  color: #ffffff;
  letter-spacing: 0;
  background-color: #29aded;
}
.copyright::before {
  content: "";
  position: absolute;
  display: block;
  top: -1.4rem;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background: url(../images/common/img_wave03.svg) repeat-x center/auto 100%;
}

/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed !important;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
}
.popup-area {
  display: flex;
  padding: 120px 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
}
.popup-area::-webkit-scrollbar {
  width: 0;
}
.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(166, 227, 255, 0.7);
}
@media screen and (min-width: 768px) {
  .popup-bg {
    cursor: pointer;
  }
}
.popup-inner {
  position: relative;
  margin: auto;
  align-self: flex-start;
  width: calc(650 / 750 * 100%);
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .popup-inner {
    width: 80%;
    max-width: 1140px;
  }
}
@media screen and (max-width: 767px) {
  .popup-movie .popup-inner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .popup-movie .popup-inner {
    max-width: 120vh;
  }
}
.popup-close {
  position: absolute;
  top: -1.3em;
  right: 0;
  width: 1em;
  height: 1em;
  font-size: 10rem;
  background: linear-gradient(68deg, #ff7999 0%, #ffe659 100%);
  border-radius: 50%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .popup-close {
    top: -0.5em;
    right: -0.5em;
    font-size: 8rem;
  }
}
.popup-close::after {
  content: "×";
  position: absolute;
  top: 49%;
  left: 50%;
  font-size: 60%;
  color: #f0faff;
  transform: translate(-50%, -50%);
}
.popup-list {
  position: relative;
  width: 100%;
  height: 100%;
}
.popup-list::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(90deg, #ff748d 0%, #ffd34a 100%);
  border-radius: 2.2rem;
}
.popup-list > li {
  position: relative;
  display: none;
  margin: 0 auto;
  padding: 8rem calc(50 / 650 * 100%);
  background: #ffffff;
  border-radius: 2rem;
  line-height: 1.8;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .popup-list > li {
    padding: 8rem calc(70 / 1140 * 100%);
  }
}/*# sourceMappingURL=base.css.map */