@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Inter", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
  position: relative;
  z-index: -9999;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
  position: relative;
  z-index: -9998;
}

.inner-block {
  position: relative;
  max-width: 1040px;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#wrapper {
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  height: 140px;
  background-color: #747474;
  font-weight: bold;
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer {
  width: 100%;
  max-width: 100%;
  height: 30px;
  background-color: #5F6874;
  color: #fff;
}

.c-footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-footer-copyright__text {
  font-size: 12px;
  line-height: 1.1666666667;
  font-weight: 400;
  padding: 7px;
}

/* --------------------------------
c-pagetop
----------------------------------- */
.c-pagetop {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 9999;
}

.c-pagetop-btn {
  background-color: #414141;
  width: 64px;
  height: 64px;
  padding: 30px 12px 12px;
  text-align: center;
  display: block;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-pagetop-btn:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 14px 8px;
  border-color: transparent transparent #ffffff transparent;
}

.c-pagetop-btn:hover {
  opacity: 0.5;
}

.c-pagetop-btn__text {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.2;
}

.c-breadcrumb {
  background-color: #8e9091;
}

.c-btn {
  display: inline-block;
  max-width: 260px;
  width: 100%;
  text-align: center;
  background-color: #E3E3E3;
  color: #3e3e3e;
  border-radius: 50px;
  padding: 14px 10px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 0;
}
.c-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0D3978;
  border-radius: 50px;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.c-btn:hover {
  color: #fff;
}
.c-btn:hover::before {
  opacity: 0.5;
}

.c-btn.is-disabled {
  pointer-events: none;
  opacity: 0.6;
}

.c-genre-btn {
  display: inline-block;
  text-align: center;
  background-color: #FFFFFF;
  color: #3e3e3e;
  border: 1px solid #707070;
  border-radius: 50px;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 0;
}
.c-genre-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2A4197;
  border: 1px solid #2A4197;
  border-radius: 50px;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.c-genre-btn:hover {
  color: #fff;
  opacity: 1;
}
.c-genre-btn:hover::before {
  opacity: 1;
}

.c-title-block {
  width: 100%;
  background-color: #5E6773;
  text-align: center;
}

.c-title {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 15.5px 10px;
}

.c-card {
  width: 100%;
}

.c-card__inner {
  background-color: #fff;
}

/* 動画全体の横幅を指定するためのdiv */
.c-card__video-wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* 動画を囲うdiv */
.c-card__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.119403%;
}

/* YouTube埋め込み用のiframe */
.c-card__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-card__body {
  padding-top: 11px;
  color: #3e3e3e;
}

.c-card__head {
  border-bottom: 1px dashed #707070;
  padding-bottom: 21px;
}

.c-card__title-block {
  padding-bottom: 20px;
}

.c-card__title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}

.c-card__lead-text {
  font-size: 15px;
  line-height: 1.8666666667;
  font-weight: 400;
}

.c-card__content {
  width: 100%;
  display: block;
  margin-top: -17px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/*全体*/
.c-card__text {
  width: 100%;
  max-height: 102px;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-card__text p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  text-align: left;
}

/*グラデーション部分*/
.c-card__text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  pointer-events: none;
  -webkit-transition: 1s;
  transition: 1s;
}

/*input要素は隠しておく*/
.c-card__content input {
  visibility: hidden;
}

/*ボタン部分のスタイル*/
.c-card__content label {
  position: absolute;
  bottom: -13px;
  display: block;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 400;
  padding: 4px 33px;
  right: 0;
  background: #2A4197;
  color: #fff;
  z-index: 9999;
  cursor: pointer;
  text-transform: uppercase;
}

/*閉じている際のボタンのテキスト*/
.c-card__content label:before {
  content: "more";
}

/*開いているときは:checked状態なので、その際はボタンテキストを変える*/
.c-card__content input:checked + label:before {
  content: "close";
}

input[type=checkbox]:checked ~ .c-card__text {
  max-height: 200vh;
}

input[type=checkbox]:checked ~ .c-card__text:before {
  opacity: 0;
}

.c-section__border {
  border-top: 1px solid #B9B9B9;
}

.c-section__inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.c-section__outer--login {
  margin-top: 47px;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.p-mv {
  width: 100%;
}

.p-mv__inner {
  position: relative;
}

.p-mv__img {
  width: 100%;
  position: relative;
}

.p-mv__img::before {
  padding-top: 58.4426667%;
  display: block;
  content: "";
}

.p-mv__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.p-mv__img--PC {
  display: none;
}

.p-mv__button-block {
  position: absolute;
  top: -2%;
  right: 1%;
  z-index: 1;
}

.p-mv__button img {
  width: 100%;
  max-width: 140px;
}

.p-logo {
  width: 100%;
  background: #fff;
}

.p-logo__title-block {
  background-color: #000;
}

.p-logo__title {
  font-size: 16px;
  line-height: 1.75;
}

.p-logo__inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.p-logo__img-block {
  text-align: center;
  padding-top: 17.8px;
  padding-bottom: 17.8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -4px;
}

.p-logo__img {
  position: relative;
  width: calc(25% - 8px);
  margin: 4px;
  margin-bottom: 4px;
}

.p-logo__img::before {
  padding-top: 48.2926829%;
  display: block;
  content: "";
}

.p-logo__img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-logo__img-block.p-logo__img-block--foot {
  padding-top: 23px;
  padding-bottom: 30px;
  margin: -4px;
}

.p-logo__img.p-logo__img--foot {
  position: relative;
  width: calc(33.3333333333% - 8px);
  margin: 4px;
  margin-bottom: 4px;
}

.c-section__inner.p-password__inner {
  max-width: 300px;
}

.p-password__body {
  padding-top: 55px;
}

.p-password__title {
  color: #3e3e3e;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 600;
}

.p-password__form-block {
  margin-top: 14px;
}

.p-password__btn-block {
  margin-top: 24px;
  text-align: center;
}

.p-password__form input[type=text] {
  margin-top: 12px;
  max-width: 300px;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  border: 1px solid #3e3e3e;
  border-radius: 5px;
}

/*--focus--*/
.p-password__form input[type=text]:focus {
  background-color: rgba(149, 176, 203, 0.5);
}

.p-genre__inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.p-video__contents + .p-video__contents {
  margin-top: 64px;
}

.p-video__content {
  margin-top: 20px;
}

.p-video__inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.p-video__card-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.p-event {
  width: 100%;
  padding: 50px 20px;
}

.p-event-login {
  padding-bottom: 30px;
}

.p-event__inner {
  width: 100%;
}

.p-event__img {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.p-event__img::before {
  padding-top: 56.2724551%;
  display: block;
  content: "";
}

.p-event__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.p-event__img--PC-login {
  max-width: 750px;
}

.p-message {
  padding-bottom: 66px;
}

.p-message__inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-message__img {
  width: 100%;
  max-width: 157px;
  position: relative;
  margin: 0 auto;
}

.p-message__img::before {
  padding-top: 131.2101911%;
  display: block;
  content: "";
}

.p-message__img img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.p-message__text-area {
  border-top: 1px solid #707070;
  margin-top: 21px;
}

.p-message__title-block {
  margin-top: 19px;
}

.p-message__title {
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: 600;
  text-align: center;
}

.p-message__text-block {
  padding-top: 18px;
}

.p-message__text {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  text-align: left;
}

.p-message__foot-text-block {
  padding-top: 38px;
}

.p-message__foot-text {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  text-align: right;
}

.p-notice {
  width: 100%;
  margin-top: 47px;
}

.p-notice__inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.p-notice__img {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.p-notice__img::before {
  padding-top: 56.2724551%;
  display: block;
  content: "";
}

.p-notice__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (min-width: 835px) {
  a:hover {
    opacity: 0.8;
  }
  .inner-block {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a,
a::before,
a::after,
button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-footer {
    height: 60px;
  }
  .c-footer-copyright__text {
    padding: 20px;
  }
  .c-pagetop {
    bottom: 41px;
    right: 20px;
  }
  .c-card__head {
    padding-bottom: 13px;
  }
  .c-card__text {
    padding-bottom: 46px;
  }
  .c-section__outer--login {
    margin-top: 214px;
  }
  .p-mv__img::before {
    padding-top: 20.8333333%;
  }
  .p-mv__img--SP {
    display: none;
  }
  .p-mv__img--PC {
    display: block;
  }
  .p-mv__button-block {
    top: 0 !important;
    right: 15% !important;
  }
  .p-mv__button img {
    max-width: 230px !important;
  }
  .p-logo__title {
    font-size: 24px;
    line-height: 1.1666666667;
  }
  .p-logo__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 128px;
    padding-right: 128px;
  }
  .p-logo__img-block {
    padding-top: 38px;
    padding-bottom: 38.5px;
    margin: -4px;
  }
  .p-logo__img {
    width: calc(20% - 8px);
  }
  .p-logo__img-block.p-logo__img-block--foot {
    padding-top: 38px;
    padding-bottom: 65px;
  }
  .p-logo__img.p-logo__img--foot {
    width: calc(25% - 8px);
  }
  .p-logo-login__img-block {
    padding-top: 58px;
    padding-bottom: 34px;
  }
  .p-genre__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 23px;
    padding: 30px 20px;
  }
  .p-video__contents + .p-video__contents {
    margin-top: 0;
  }
  .p-video__content {
    margin-top: 30px;
  }
  .p-video__card-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0;
    margin: -10px;
  }
  .p-video__card {
    width: calc(33.3333333333% - 20px);
    margin: 10px;
    margin-bottom: 55px;
  }
  .p-event {
    padding: 59.5px 20px 60px;
  }
  .p-event-login {
    padding-top: 57px;
    padding-bottom: 58px;
  }
  .p-event__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 128px;
    padding-right: 128px;
  }
  .p-event__img::before {
    padding-top: 56.25%;
  }
  .p-message {
    padding-bottom: 76px;
  }
  .p-message__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 128px;
    padding-right: 128px;
  }
  .p-message__img {
    max-width: 287px;
  }
  .p-message__body {
    padding-left: 24px;
  }
  .p-message__text-area {
    margin-top: 17px;
  }
  .p-message__title-block {
    margin-top: 0;
  }
  .p-message__title {
    text-align: left;
  }
  .p-message__text-block {
    padding-top: 16px;
  }
  .p-message__foot-text-block {
    padding-top: 41px;
  }
  .p-notice {
    margin-top: 64px;
  }
  .p-notice__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 128px;
    padding-right: 128px;
  }
  .p-notice__img::before {
    padding-top: 56.25%;
  }
}

@media only screen and (min-width: 375px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  .inner-block {
    padding: 0 10px;
    width: auto;
  }

  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }

  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }

  input,
select,
textarea {
    font-size: 16px !important;
  }

  .pc {
    display: none !important;
  }
}

@media only screen and (min-width: 1281px) {
  .c-pagetop {
    bottom: 258px;
  }
  .c-genre-btn {
    padding: 12px 30px;
    font-size: 18px;
    line-height: 1.2222222222;
  }
  .c-section__inner {
    max-width: 1280px;
    width: 100%;
  }
  .p-genre__inner {
    max-width: 1280px;
    padding: 39px 0 30px;
  }
  .p-video__inner {
    max-width: 1280px;
    width: 100%;
    padding: 0;
  }
}

@media only screen and (min-width: 641px) {
  .c-pagetop-btn {
    width: 84px;
    height: 84px;
    padding: 38px 15px 12px;
  }
  .c-pagetop-btn:after {
    top: 14px;
    left: 34px;
  }
  .c-pagetop-btn__text {
    font-size: 16px;
    line-height: 1.125;
  }
  .c-title {
    padding: 22px 10px;
  }
  .c-card__body {
    padding-top: 15px;
  }
  .c-card__title-block {
    padding-bottom: 15px;
  }
  .c-card__content {
    margin-top: -13px;
  }
  .c-card__content label {
    bottom: 8px;
    padding: 4px 31px;
  }
  .p-mv__button img {
    max-width: 90px;
  }
  .p-password__body {
    padding-top: 55.5px;
  }
}

@media only screen and (min-width: 540px) {
  .p-mv__button-block {
    top: -2%;
    right: 2%;
  }
}
/*# sourceMappingURL=style.css.map */