@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 / 1920 * 100vw);
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}

body {
  position: relative;
  font-family: "Zen Kaku Gothic Antique", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #131428;
  background-color: #e8dfd6;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 2rem;
    font-size: max(2rem, 14px);
  }
}
body img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
body a,
body button {
  display: block;
  color: currentColor;
  word-wrap: break-word;
  line-break: anywhere;
}
@media screen and (min-width: 768px) {
  body a,
  body button {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  body a:hover,
  body button:hover {
    opacity: 0.7;
  }
}

section,
main,
header,
footer {
  position: relative;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

@supports (aspect-ratio: 1) {
  .main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.main > * {
  overflow: hidden;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(650 / 750 * 100%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .inner {
    width: calc(1400 / 1920 * 100%);
    max-width: 1400px;
  }
}

.main p,
.main dd {
  line-height: 1.642;
}
.main p a,
.main dd a {
  display: inline;
  color: #e60012;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
/* =====================================================================
    color定義
======================================================================*/
/* パターン1（ベージュ・青） */
:root {
  --color-bg: #e9b19a;
  --color-text: #6579be;
}

/* パターン2（ピンク・緑） */
.theme-pattern2 {
  --color-bg: #f2cff0;
  --color-text: #295a23;
}

/* パターン3（ラベンダー・オレンジ） */
.theme-pattern3 {
  --color-bg: #b0afd7;
  --color-text: #f44901;
}

/* パターン4（水色・赤） */
.theme-pattern4 {
  --color-bg: #ccf3f5;
  --color-text: #f12c36;
}

/* パターン5（黄色・ネイビー） */
.theme-pattern5 {
  --color-bg: #f4eb65;
  --color-text: #1a485f;
}

/* パターン6（明るいピンク・明るい青） */
.theme-pattern6 {
  --color-bg: #fbeeff;
  --color-text: #4579c4;
}

/* パターン7（白・ボルドー） */
.theme-pattern7 {
  --color-bg: #ffffff;
  --color-text: #812f39;
}

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

.vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.btn01 {
  position: relative;
  display: block;
  text-align: center;
  padding: 1.3em;
  padding-right: 3em !important;
  width: 100%;
  font-size: 107%;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  background-color: #131428;
  border-radius: 3em;
}
@media screen and (min-width: 768px) {
  .btn01 {
    margin: 0 auto;
    padding: 1.5em;
    font-size: 100%;
    max-width: 30em;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
  }
  .btn01:hover {
    opacity: 1;
    color: #131428;
    background-color: #e8dfd6;
  }
}
.btn01::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.3em;
  width: 1.2em;
  height: 1.2em;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><g><path d="M25.6,34.4c-.3,0-.6-.2-1-.4-.5-.5-.6-1.4,0-1.9l5.8-5.8h-14.1c-.7,0-1.4-.6-1.4-1.4s.6-1.4,1.4-1.4h14.2l-5.8-5.8c-.5-.5-.5-1.4,0-1.9s1.4-.5,1.9,0l8,8.1c.5.5.5,1.4,0,1.9l-8,8.1c-.2.2-.6.4-1,.4h0Z"/><path d="M25,50C11.2,50,0,38.8,0,25S2.6,12,7.3,7.3C12,2.6,18.3,0,25,0c13.8,0,25,11.2,25,25s-11.2,25-25,25ZM25,2.1C12.4,2.1,2.1,12.4,2.1,25s10.3,22.9,22.9,22.9,22.9-10.3,22.9-22.9S37.6,2.1,25,2.1Z"/></g></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><g><path d="M25.6,34.4c-.3,0-.6-.2-1-.4-.5-.5-.6-1.4,0-1.9l5.8-5.8h-14.1c-.7,0-1.4-.6-1.4-1.4s.6-1.4,1.4-1.4h14.2l-5.8-5.8c-.5-.5-.5-1.4,0-1.9s1.4-.5,1.9,0l8,8.1c.5.5.5,1.4,0,1.9l-8,8.1c-.2.2-.6.4-1,.4h0Z"/><path d="M25,50C11.2,50,0,38.8,0,25S2.6,12,7.3,7.3C12,2.6,18.3,0,25,0c13.8,0,25,11.2,25,25s-11.2,25-25,25ZM25,2.1C12.4,2.1,2.1,12.4,2.1,25s10.3,22.9,22.9,22.9,22.9-10.3,22.9-22.9S37.6,2.1,25,2.1Z"/></g></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
}

/* =====================================================================
*    header
* =================================================================== */
.header {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.5rem;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header {
    padding-top: 3rem;
  }
}
.header.is-active .nav {
  right: 0;
}
.header > * {
  margin: 0 calc(5 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .header > * {
    margin: 0 calc(8 / 1920 * 100%);
  }
}
.header h1 {
  position: relative;
  margin-left: calc(14 / 750 * 100%);
  width: calc(151 / 750 * 100%);
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .header h1 {
    margin-left: calc(40 / 1920 * 100%);
    width: calc(122 / 1920 * 100%);
  }
}
.header-sns {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  padding: 1.1em;
  font-size: 2rem;
  width: 5em;
  height: 5em;
  background-color: #e8dfd6;
  border: 1px solid;
  border-radius: 50%;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .header-sns {
    font-size: 1.4rem;
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }
  .header-sns:hover {
    opacity: 1;
    background-color: #e60012;
  }
}
.header-sns svg {
  width: 1.8em;
  height: 1.8em;
}
.header-btn {
  position: relative;
  text-align: center;
  padding: 0.5em;
  width: 6em;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #ffffff;
  background-color: #131428;
  border: 0.15em solid #ffffff;
  border-radius: 3em;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .header-btn {
    padding: 0.9em;
    width: 11em;
    font-size: 1.8rem;
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }
  .header-btn:hover {
    opacity: 1;
    background-color: #e60012;
  }
}

.btn-menu {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: calc(14 / 750 * 100%);
  width: 5em;
  height: 5em;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border: 1px solid;
  border-radius: 50%;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .btn-menu {
    background-color: #e8dfd6;
  }
}
@media screen and (min-width: 768px) {
  .btn-menu {
    margin-right: calc(32 / 1920 * 100%);
    font-size: 1.4rem;
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }
  .btn-menu:hover {
    opacity: 1;
    background-color: #e60012;
  }
}

.nav {
  position: absolute;
  top: 0;
  right: -100vw;
  padding-top: 15rem;
  width: 100%;
  max-height: 100vh;
  font-size: 3.2rem;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #e8dfd6;
  -webkit-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
  border: 1px solid;
}
.nav::-webkit-scrollbar {
  width: 2rem;
}
.nav::-webkit-scrollbar-track {
  background: rgb(195.34375, 172, 148.65625);
  border-radius: 3rem;
}
.nav::-webkit-scrollbar-thumb {
  background: rgb(217.3375, 202.6, 187.8625);
  border-radius: 3rem;
}
@media screen and (min-width: 768px) {
  .nav {
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
    right: -60vw;
    padding-top: 13rem;
    width: 50%;
    font-size: 2.6rem;
  }
}
.nav .nolink a {
  opacity: 0.5;
  pointer-events: none;
}
.nav li a {
  position: relative;
  z-index: 1;
}
.nav li a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.nav li a:hover {
  opacity: 1;
}
.nav li a:hover::before {
  width: 100%;
}
.nav-menu {
  border-top: 1px solid;
}
.nav-menu li {
  border-bottom: 1px solid;
}
.nav-menu li a {
  width: 100%;
  padding: 6rem calc(100 / 750 * 100%);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.227;
}
@media screen and (min-width: 768px) {
  .nav-menu li a {
    padding: 6rem 9.375%;
  }
}
.nav-menu li:nth-child(1) a::before {
  background-color: #e9b19a;
}
.nav-menu li:nth-child(2) a::before {
  background-color: #6579be;
}
.nav-menu li:nth-child(3) a::before {
  background-color: #f2cff0;
}
.nav-menu li:nth-child(4) a::before {
  background-color: #f4eb65;
}
.nav-menu li:nth-child(5) a::before {
  background-color: #ccf3f5;
}
.nav-menu02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-menu02 li {
  width: 50%;
}
.nav-menu02 li:first-child {
  border-right: 1px solid;
}
.nav-menu02 li a {
  text-align: center;
  padding: 9rem 0 7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.227;
}
@media screen and (min-width: 768px) {
  .nav-menu02 li a {
    padding: 11rem 0;
    font-size: 84%;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .nav-menu02 li a:hover {
    color: #f4eb65;
  }
  .nav-menu02 li a::before {
    background-color: #1a485f;
  }
}
.nav-menu02 li a::after {
  content: "";
  position: relative;
  display: block;
  margin: 0.7em auto 0;
  width: 1em;
  height: 1em;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><g><path d="M25.6,34.4c-.3,0-.6-.2-1-.4-.5-.5-.6-1.4,0-1.9l5.8-5.8h-14.1c-.7,0-1.4-.6-1.4-1.4s.6-1.4,1.4-1.4h14.2l-5.8-5.8c-.5-.5-.5-1.4,0-1.9s1.4-.5,1.9,0l8,8.1c.5.5.5,1.4,0,1.9l-8,8.1c-.2.2-.6.4-1,.4h0Z"/><path d="M25,50C11.2,50,0,38.8,0,25S2.6,12,7.3,7.3C12,2.6,18.3,0,25,0c13.8,0,25,11.2,25,25s-11.2,25-25,25ZM25,2.1C12.4,2.1,2.1,12.4,2.1,25s10.3,22.9,22.9,22.9,22.9-10.3,22.9-22.9S37.6,2.1,25,2.1Z"/></g></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><g><path d="M25.6,34.4c-.3,0-.6-.2-1-.4-.5-.5-.6-1.4,0-1.9l5.8-5.8h-14.1c-.7,0-1.4-.6-1.4-1.4s.6-1.4,1.4-1.4h14.2l-5.8-5.8c-.5-.5-.5-1.4,0-1.9s1.4-.5,1.9,0l8,8.1c.5.5.5,1.4,0,1.9l-8,8.1c-.2.2-.6.4-1,.4h0Z"/><path d="M25,50C11.2,50,0,38.8,0,25S2.6,12,7.3,7.3C12,2.6,18.3,0,25,0c13.8,0,25,11.2,25,25s-11.2,25-25,25ZM25,2.1C12.4,2.1,2.1,12.4,2.1,25s10.3,22.9,22.9,22.9,22.9-10.3,22.9-22.9S37.6,2.1,25,2.1Z"/></g></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .nav-menu02 li a::after {
    display: inline-block;
    top: -0.1em;
    margin: 0 0 0 1em;
    vertical-align: middle;
  }
}

/* =====================================================================
*    pickup
* =================================================================== */
.pickup-content a {
  font-size: 92%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1.5rem 4rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1.5rem 4rem 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .pickup-content a {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .pickup-content a:hover {
    opacity: 1;
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
.pickup-content a > p {
  position: relative;
  top: -0.25em;
  left: -0.25em;
}
.pickup-content a > p span {
  padding: 0.1em 0.5em;
  color: #295a23;
  background-color: #f2cff0;
}
.pickup-content figure {
  position: relative;
}
.pickup-content figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 6.3492063492%;
  width: 87.3015873016%;
}
.pickup-content figure figcaption span {
  padding: 0.1em;
  font-weight: 900;
  line-height: 2;
  color: #f44901;
  background-color: #ffffff;
}
.pickup-content-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11.1111111111% 6.3492063492%;
}
.pickup-content-bottom::after {
  content: "";
  display: inline-block;
  width: 9rem;
  height: 3rem;
  background: url(../images/common/text_more.svg) no-repeat center/contain;
}
.pickup-content-bottom h3 {
  font-size: 170%;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  color: #f44901;
}
.pickup-content-bottom h3 small {
  font-size: 70%;
}
.pickup-content.talks a > p span {
  color: #506ed7;
  background-color: #f5e500;
}
.pickup-content.schedule a > p span {
  color: #e9b19a;
  background-color: #6579be;
}
.pickup-content.benefits a > p span {
  color: #f12c36;
  background-color: #ccf3f5;
}

/* =====================================================================
*    footer
* =================================================================== */
.footer {
  padding: 20rem 0 8rem;
  color: #1a485f;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 7rem 0 5rem;
  }
}
.footer-box {
  margin: 0 auto;
  padding: 10rem calc(50 / 650 * 100%);
  width: calc(550 / 650 * 100%);
  border-radius: 6rem;
  background: url(../images/common/bg_pattern01.jpg) repeat top center/144rem auto;
}
@media screen and (min-width: 768px) {
  .footer-box {
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) {
  .footer-box {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 6rem 0;
    width: 100%;
    border-radius: 13.5rem;
  }
}
@media screen and (min-width: 768px) {
  .footer-box dl {
    margin-right: calc(60 / 1400 * 100%);
    width: calc(500 / 1400 * 100%);
    min-width: 300px;
  }
}
.footer-box dl dt {
  width: 15.1rem;
}
.footer-box dl dd {
  margin-top: 0.7em;
  line-height: 1.642;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .footer-box dl dd {
    font-size: 90%;
  }
}
.footer-box-btn {
  margin-top: 12rem;
  background-color: #e60012;
}
@media screen and (min-width: 768px) {
  .footer-box-btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    font-size: 2rem;
    width: calc(440 / 1400 * 100%);
  }
  .footer-box-btn:hover {
    color: #ffffff;
    background-color: #131428;
  }
}

.copyright {
  margin-top: 8rem;
  text-align: center;
  font-weight: 900;
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .copyright {
    margin-top: 5rem;
    font-size: 1.6rem;
  }
}

.follow-content {
  display: none;
  position: fixed;
  bottom: 0;
  right: 3rem;
  z-index: 10;
}
.follow-btn {
  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;
  font-size: 10rem;
}
@media screen and (min-width: 768px) {
  .follow-btn {
    font-size: 7rem;
  }
}
.follow-btn > * {
  position: relative;
  margin: 0.1em 0;
}
.follow-btn > *::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .follow-btn > *:hover {
    opacity: 1;
  }
  .follow-btn > *:hover::after {
    opacity: 1;
  }
}
.follow-btn .btn-pagetop {
  width: 1em;
}
.follow-btn .btn-pagetop::after {
  background-image: url(../images/common/btn_pagetop_h.svg);
}
.follow-btn .btn-home {
  width: 1.04em;
}
.follow-btn .btn-home::after {
  background-image: url(../images/common/btn_home_h.svg);
}

/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed !important;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
}
.popup-area {
  display: -webkit-box;
  display: -ms-flexbox;
  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(69, 121, 196, 0.7);
}
@media screen and (min-width: 768px) {
  .popup-bg {
    cursor: pointer;
  }
}
.popup-inner {
  position: relative;
  margin: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: calc(650 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .popup-inner {
    width: 80%;
    max-width: 1140px;
  }
}
.popup-list {
  position: relative;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: #131428;
}
.popup-list > li {
  position: relative;
  display: none;
  margin: 0 auto;
  padding: 12rem calc(40 / 650 * 100%);
  line-height: 1.642;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .popup-list > li {
    padding: 8rem calc(65 / 1200 * 100%);
  }
}/*# sourceMappingURL=base.css.map */