/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  background: #fafafa;
  color: #000;
  font-family: "Yu Gothic", YuGothic, "Helvetica Neue", Helvetica, Verdana, Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.header {
  position: relative;
}
.header__base {
  position: relative;
}
.header__base img {
  width: 100%;
}
.header__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header__img img {
  width: 100%;
}
.header__img--01, .header__img--02, .header__img--03, .header__img--04, .header__img--05, .header__img--06, .header__img--07, .header__img--08, .header__img--09, .header__img--10, .header__img--11 {
  -webkit-animation-name: anime-fadein;
          animation-name: anime-fadein;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  opacity: 0;
}
.header__img--01 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.header__img--02 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.header__img--03 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.header__img--04 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.header__img--05 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.header__img--06 {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
.header__img--07 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.header__img--08 {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}
.header__img--09 {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}
.header__img--10 {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
.header__img--11 {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}

@-webkit-keyframes anime-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anime-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.message {
  background: url(../img/bg-gradient.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .message {
    background: url(../img/bg-gradient-sp.jpg) center center no-repeat;
    background-size: 100% 100%;
  }
}
.message__content {
  width: calc(100% - 48px);
  max-width: 976px;
  margin: 0 auto;
  padding: 72px 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .message__content {
    padding: 24px 16px;
    width: 100%;
  }
}
.message__text p, .message__present p {
  line-height: 1.9;
  margin-bottom: 1em;
}
.message__text p a, .message__present p a {
  text-decoration: underline;
}
.message__text p a:hover, .message__present p a:hover {
  text-decoration: none;
}
.message__present {
  border: 1px solid #fff;
  border-radius: 48px;
  margin-top: 64px;
  padding: 32px;
}
.message__present p {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .message__present {
    border-radius: 16px;
    margin-top: 32px;
    padding: 16px;
  }
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1024px;
  margin: 64px auto 0;
  padding: 0 24px;
}
.about__column:first-child {
  width: 58%;
}
@media screen and (max-width: 640px) {
  .about {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 32px;
    padding: 0 16px;
  }
  .about__column {
    width: 100%;
  }
  .about__column:first-child {
    width: 100%;
  }
}
.about-card {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #dbdbdb;
}
.about-card__header {
  padding: 4px 24px;
}
.about-card__header a {
  display: inline-block;
}
.about-card__header a:hover {
  opacity: 0.8;
}
.about-card__header img, .about-card__header span {
  vertical-align: middle;
}
.about-card__header img {
  margin-right: 16px;
}
.about-card__header span {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .about-card__header {
    padding: 4px 16px;
  }
  .about-card__header img {
    margin-right: 8px;
    width: 48px;
  }
}
.about-card__image img {
  width: 100%;
}
.about-card__text {
  padding: 24px;
}
@media screen and (max-width: 640px) {
  .about-card__text {
    padding: 16px;
  }
}
.about-card__description {
  line-height: 1.4;
}
.about-card__tag {
  color: #114474;
  font-weight: bold;
  margin-top: 24px;
}
.about-program {
  padding-left: 32px;
}
.about-program h2 {
  color: #b3b3b3;
  font-weight: bold;
}
.about-program ul {
  margin: 8px -16px 0;
}
.about-program ul li {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .about-program {
    margin-top: 32px;
    padding: 0;
  }
  .about-program h2 {
    text-align: center;
  }
  .about-program ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    padding: 0 16px 16px;
  }
}
.about-program__program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-program__program:hover {
  opacity: 0.8;
}
.about-program__icon {
  margin-right: 16px;
}
.about-program__icon img {
  width: 88px;
}
@media screen and (max-width: 640px) {
  .about-program__icon {
    min-width: 88px;
  }
}
.about-program__data {
  letter-spacing: 0;
  width: calc(100% - 88px);
}
.about-program__data dt {
  font-weight: bold;
  line-height: 1.4;
}
.about-program__data dd {
  color: #b3b3b3;
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .about-program__data {
    display: none;
  }
}

.swiper-container-about {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.swiper-container-about .swiper-slide {
  height: auto;
}
.swiper-container-about .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 8px;
}
.swiper-container-about .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.swiper-container-about .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-container-about .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.swiper-container-about .swiper-pagination-bullet-active {
  background: #629cae;
}

.live {
  width: calc(100% - 48px);
  max-width: 976px;
  margin: 72px auto 32px;
  padding: 0 48px 200px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 48px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 839px) {
  .live {
    padding: 0 24px 64px;
  }
}
@media screen and (max-width: 640px) {
  .live {
    width: calc(100% - 32px);
    margin: 32px auto 16px;
    padding: 0 10px 64px;
    border-radius: 16px;
  }
}
.live__logo {
  margin: 32px auto 16px;
}
.live__logo img {
  display: block;
  margin: 0 auto;
  width: 30%;
}
.live__heading {
  border-bottom: 1px solid #dbdbdb;
  margin: 0 -48px 64px;
}
.live__heading img {
  width: 100%;
}
@media screen and (max-width: 839px) {
  .live__heading {
    margin: 0 -24px 48px;
  }
}
@media screen and (max-width: 640px) {
  .live__heading {
    margin: 0 -10px 32px;
  }
}
.live dl {
  text-align: center;
}
.live dl dt {
  display: block;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .live dl dt {
    margin-bottom: 16px;
  }
}
.live dl dt span {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  background: linear-gradient(66deg, #ffdb21 0%, #f95e0e 31%, #f62005 49%, #d6005d 72%, #bc00aa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffdb21", endColorstr="#bc00aa",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none) {
  .live dl dt span {
    background: none;
    color: #f95e0e;
  }
}
@media screen and (max-width: 839px) {
  .live dl dt span {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .live dl dt span {
    font-size: 20px;
  }
}
.live__detail {
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 48px;
  width: calc(50% - 36px);
}
@media screen and (max-width: 640px) {
  .live__detail {
    margin: 0 6px 24px;
    width: calc(50% - 16px);
  }
}
.live__detail--large {
  width: 60%;
}
.live__photo {
  display: block;
}
.live__name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 16px;
}
@media screen and (max-width: 839px) {
  .live__name {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .live__name {
    font-size: 12px;
    font-weight: normal;
    margin-top: 8px;
  }
}
.live__btn {
  margin: 32px 0 0;
  text-align: center;
}
.live__btn a {
  background: linear-gradient(66deg, #ffdb21 0%, #f95e0e 31%, #f62005 49%, #d6005d 72%, #bc00aa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffdb21", endColorstr="#bc00aa",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  padding: 24px 40px;
}
.live__btn a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 839px) {
  .live__btn {
    margin: 0;
  }
  .live__btn a {
    display: block;
    font-size: 16px;
    padding: 16px 24px;
  }
}
@media screen and (max-width: 640px) {
  .live__btn a {
    font-size: 12px;
    line-height: 1.2;
    padding: 8px 16px;
  }
}

.loveyourlove {
  position: relative;
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .loveyourlove {
    margin-top: 16px;
  }
}
.loveyourlove::after {
  content: "";
  display: block;
  width: 100vw;
  height: 437px;
  background: url(../img/img-line.png);
  background-position: top center;
  background-size: auto 437px;
  position: absolute;
  top: -198px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 839px) {
  .loveyourlove::after {
    height: 360px;
    background-size: auto 360px;
    background-position: top 0 left 55%;
    top: -86px;
  }
}
@media screen and (max-width: 640px) {
  .loveyourlove::after {
    height: 220px;
    background-size: auto 220px;
    background-position: top 0 left 55%;
    top: -68px;
  }
}
.loveyourlove__heading {
  width: calc(100% - 48px);
  max-width: 976px;
  margin: 32px auto 16px;
  text-align: right;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .loveyourlove__heading {
    margin: 0 auto 16px;
  }
}
.loveyourlove-head {
  background: url(../img/logo-lyl.png) bottom right no-repeat;
  background-size: 98px auto;
  display: inline-block;
  text-align: center;
  padding-right: 140px;
  padding-top: 78px;
  min-height: 154px;
  letter-spacing: 0.3em;
}
.loveyourlove-head__shoulder, .loveyourlove-head__hashtag {
  display: block;
}
.loveyourlove-head__shoulder {
  color: #bc00a9;
}
.loveyourlove-head__hashtag {
  font-size: 28px;
  margin-top: 8px;
  background: linear-gradient(66deg, #ffdb21 0%, #f95e0e 31%, #f62005 49%, #d6005d 72%, #bc00aa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffdb21", endColorstr="#bc00aa",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none) {
  .loveyourlove-head__hashtag {
    background: none;
    color: #f95e0e;
  }
}
@media screen and (max-width: 640px) {
  .loveyourlove-head {
    background-size: 40px auto;
    padding-right: 56px;
    padding-top: 36px;
    min-height: 56px;
    letter-spacing: 0.05em;
  }
  .loveyourlove-head__shoulder {
    font-size: 10px;
  }
  .loveyourlove-head__hashtag {
    font-size: 16px;
    margin-top: 4px;
  }
}
.loveyourlove__content {
  background: #fff;
  border: 1px solid #dbdbdb;
  width: calc(100% - 48px);
  max-width: 976px;
  margin: 16px auto 72px;
  padding: 64px 0 0;
}
@media screen and (max-width: 640px) {
  .loveyourlove__content {
    width: calc(100% - 32px);
    margin: 16px auto 48px;
    padding: 24px 0 0;
  }
}

.footer {
  background: #fff;
}
.footer__info--pc {
  border-top: 2px solid #000;
}
@media screen and (max-width: 839px) {
  .footer__info--pc {
    display: none;
  }
}
@media screen and (min-width: 840px) {
  .footer__info--sp {
    display: none;
  }
}
.footer__copyright {
  clear: both;
  background: #fff;
  text-align: center;
  margin-top: 48px;
  padding-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .footer__copyright {
    margin-top: 24px;
  }
}
.footer__copyright small {
  font-size: 12px;
  color: #b3b3b3;
}

@media screen and (min-width: 840px) {
  .hidden-pc {
    display: none;
  }
}
@media screen and (max-width: 839px) {
  .hidden-pc {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .hidden-pc {
    display: block;
  }
}

@media screen and (min-width: 840px) {
  .hidden-sp {
    display: block;
  }
}
@media screen and (max-width: 839px) {
  .hidden-sp {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .hidden-sp {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */