@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: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .wrapper {
    font-size: 1.8rem;
    font-size: max(1.8rem, 14px);
  }
}
.wrapper::before {
  content: "";
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../images/common/bg_pattern-sp.jpg) repeat-y center/100% auto;
  z-index: -1;
}
@media screen and (orientation: landscape) {
  .wrapper::before {
    background-image: url(../images/common/bg_pattern-pc.jpg);
  }
}
.wrapper::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/img_noise.gif) repeat center/30rem auto;
  opacity: 0.2;
  pointer-events: none;
  z-index: 9999;
}
.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 {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .wrapper a:hover,
  .wrapper button:hover {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}

.main > * {
  overflow: hidden;
}
.main p,
.main dd {
  line-height: 1.777;
}
.main p a,
.main dd a {
  display: inline;
  -webkit-text-decoration: underline 2px #3048bf;
          text-decoration: underline 2px #3048bf;
}
@media screen and (min-width: 768px) {
  .main p a,
  .main dd a {
    -webkit-transition-property: color;
    transition-property: color;
  }
  .main p a:hover,
  .main dd a:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    color: #3048bf;
  }
}

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

@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: "Poppins", 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%;
}

a.yt_popup {
  position: relative;
}
a.yt_popup::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8.8rem;
  height: 8.8rem;
  background: url(../images/common/icon_play.svg) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  a.yt_popup:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  a.yt_popup:hover::after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.sec-ttl {
  margin: 0 auto 12rem;
}
@media screen and (min-width: 768px) {
  .sec-ttl {
    margin-bottom: 9rem;
    width: calc(540 / 1280 * 100%);
  }
}

.btn1 {
  text-align: center;
  margin-top: 8rem;
}
.btn1 a {
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 0.7em 2em;
  min-width: 46rem;
  font-size: 114%;
  line-height: 1.3;
  color: #ffffff;
  background: -webkit-gradient(linear, right top, left top, from(#203080), to(#3048bf));
  background: linear-gradient(270deg, #203080 0%, #3048bf 100%);
  border-radius: 3em;
}
@media screen and (min-width: 768px) {
  .btn1 a {
    min-width: 36rem;
  }
}
.btn1 a::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 0.2em);
  right: 1.5em;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #f2ff00;
  border-right: 2px solid #f2ff00;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.btn1.ff-en a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.comment-group {
  position: relative;
}
.comment-group::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #ffffff;
}
.comment-group dt {
  position: relative;
  top: 1.1em;
  text-align: center;
  padding: 0.5em 2em;
  margin: 0 auto;
  width: 12em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 114%;
  line-height: 1.3;
  color: #ffffff;
  background: -webkit-gradient(linear, right top, left top, from(#203080), to(#3048bf));
  background: linear-gradient(270deg, #203080 0%, #3048bf 100%);
  border-radius: 3em;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .comment-group dt {
    font-size: 122%;
  }
}
.comment-group dd {
  padding: 2.8em 1.8em 2em;
  border-top: 1px solid #ffffff;
}
.comment-group dd strong {
  color: #f2ff00;
}

.accordion dt {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .accordion dt {
    cursor: pointer;
  }
  .accordion dt:hover {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
.accordion dt::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 0.2em);
  right: 1em;
  width: 0.38em;
  height: 0.38em;
  border-top: 2px solid #f2ff00;
  border-right: 2px solid #f2ff00;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.accordion dt.is-active::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.accordion dd .right {
  text-align: right;
}

/* =====================================================================
*    header
* =================================================================== */
.header-date {
  padding: 2.7rem 0;
  background-color: #2a2c33;
}
@media screen and (min-width: 768px) {
  .header-date {
    padding: 3.2rem 0;
  }
}
.header-date img {
  margin: 0 auto;
  width: calc(526 / 640 * 100%);
}
@media screen and (min-width: 768px) {
  .header-date img {
    width: calc(787 / 1080 * 100%);
  }
}
.header-banner {
  padding: 2.5rem 0;
  background: -webkit-gradient(linear, right top, left top, from(#203080), to(#2a2c33));
  background: linear-gradient(270deg, #203080 0%, #2a2c33 100%);
  -o-border-image: linear-gradient(90deg, #203080 0%, #2a2c33 100%) 1/1px 0 1px 0;
     border-image: -webkit-gradient(linear, left top, right top, from(#203080), to(#2a2c33)) 1/1px 0 1px 0;
     border-image: linear-gradient(90deg, #203080 0%, #2a2c33 100%) 1/1px 0 1px 0;
}

@media screen and (min-width: 768px) {
  .nav {
    padding: 4rem 0;
    background-color: #2a2c33;
  }
}
.nav > .inner {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nav > .inner {
    z-index: initial;
  }
}
@media screen and (min-width: 768px) {
  .nav > .inner {
    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;
    max-width: 1280px;
  }
}
.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4rem 0;
  background-color: #2a2c33;
}
@media screen and (min-width: 768px) {
  .nav-menu {
    -webkit-box-flex: 0.85;
        -ms-flex: 0.85;
            flex: 0.85;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
  }
}
.nav-menu li {
  position: relative;
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nav-menu li:nth-child(n+5) {
    margin-top: 6rem;
  }
  .nav-menu li:nth-child(4n)::after {
    display: none;
  }
}
.nav-menu li::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 1px;
  height: 50%;
  -o-border-image: linear-gradient(45deg, transparent 0%, #f2ff00 50%, transparent 100%) 1/0 1px 0 0;
     border-image: linear-gradient(45deg, transparent 0%, #f2ff00 50%, transparent 100%) 1/0 1px 0 0;
}
.nav-menu li img {
  margin: 0 auto;
  width: 91.8918918919%;
}
@media screen and (min-width: 768px) {
  .nav-menu li img {
    width: 54.347826087%;
  }
}
.nav-menu li.nolink a {
  pointer-events: none;
  opacity: 0.4;
}
.nav-date {
  position: absolute;
  text-align: center;
  top: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.nav-date span {
  display: block;
  padding: 0.2em 1em;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #203080;
  white-space: nowrap;
}
.nav-sns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7rem 0;
}
@media screen and (max-width: 767px) {
  .nav-sns::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 16, 26, 0.8);
    mix-blend-mode: hard-light;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  .nav-sns {
    padding: 0 calc(30 / 1280 * 100%);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(280 / 1280 * 100%);
  }
}
.nav-sns li {
  margin: 0 calc(66 / 750 * 100%);
  width: 3.8rem;
  height: 3.8rem;
}
@media screen and (min-width: 768px) {
  .nav-sns li {
    margin: 0 10.7142857143%;
    width: 24px;
    height: 24px;
  }
}
.nav-sns li a,
.nav-sns li svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}

/* =====================================================================
*    article-list
* =================================================================== */
@media screen and (min-width: 768px) {
  .article-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .article-list li {
    width: calc(304 / 1080 * 100%);
    margin: 0 calc(44 / 1080 * 100%) 8rem 0;
  }
}
.article-list h4 {
  position: relative;
  line-height: 1.777;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.article-list-img,
.article-list figure {
  margin-bottom: 1.2em;
}
.article-list h4 {
  margin-bottom: 1.2em;
}
.article-list-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 92%;
  color: #3048bf;
  letter-spacing: 0.05em;
}
.article-list-date p {
  position: relative;
  margin-left: 0.2em;
  line-height: 1;
}
.article-list-date p::before {
  content: "/";
  display: inline-block;
  margin-right: 0.2em;
}

/* =====================================================================
*    banner
* =================================================================== */
.banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-list li {
  margin-top: 2rem;
  width: calc(540 / 640 * 100%);
}
.banner-list li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .banner-list li {
    margin: 2rem calc(20 / 1080 * 100%) 0 0;
    width: calc(380 / 1080 * 100%);
  }
  .banner-list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .banner-list li:nth-child(2n), .banner-list li:last-child {
    margin-right: 0;
  }
}

/* =====================================================================
*    footer
* =================================================================== */
.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-sns li {
  margin: 0 6.5rem;
  width: 3rem;
}

.follow-content {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.follow-bnr {
  margin-bottom: 2rem;
}
.follow-bnr-close {
  position: absolute;
  top: -2rem;
  left: -2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 1;
}
.follow-bnr-close::after {
  content: "×";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  font-family: Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #000000;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .follow-bnr-close {
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }
  .follow-bnr-close:hover {
    opacity: 0.7;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}
.follow-bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.follow-bnr-list a {
  width: 19rem;
}

.pagetop a {
  position: relative;
  margin-left: auto;
  width: 9rem;
  height: 9rem;
  color: #203080;
  background-color: #f2ff00;
  border-radius: 50%;
}
.pagetop a::after {
  content: "";
  position: absolute;
  display: block;
  top: 45%;
  left: 50%;
  width: 20%;
  height: 20%;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translateX(-50%) rotate(315deg);
          transform: translateX(-50%) rotate(315deg);
}

.copyright {
  padding: 8rem 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#203080), to(#2a2c33));
  background: linear-gradient(90deg, #203080 0%, #2a2c33 100%);
}

/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed !important;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
}
.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(19, 29, 76, 0.9);
}
@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(640 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .popup-inner {
    width: 90%;
    max-width: 1080px;
  }
}
.popup-movie {
  z-index: 99999;
}
@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: -4em;
  right: 0;
  width: 3em;
  height: 3em;
  z-index: 3;
}
.popup-close::before, .popup-close::after {
  content: "";
  display: block;
  width: 1px;
  margin: 0 auto;
  padding-top: 90%;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup-close::after {
  position: absolute;
  top: 51%;
  left: 0;
  right: 0;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.popup-list {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 2.4rem;
}
.popup-list > li {
  position: relative;
  display: none;
  margin: 0 auto;
  padding: 7rem;
  line-height: 1.777;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .popup-list > li {
    padding: 4rem calc(60 / 1080 * 100%);
  }
}
.popup-comment dt {
  text-align: center;
  margin-bottom: 3rem;
  font-family: "Poppins", sans-serif;
  font-size: 140%;
  font-weight: 700;
  color: #203080;
}

/* =====================================================================
    print
======================================================================*//*# sourceMappingURL=base.css.map */