@charset "UTF-8";
/* ========== IN ========== */
.l-in {
  position: relative;
  margin: 0 auto;
  padding-top: 60px;
  width: 100%;
  min-height: 100vh;
}

.l-in__container {
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-width: 2000px;
}

.l-in__container--wide {
  padding-left: 0 !important;
}

.l-in__header {
  position: relative;
}

.l-in__title {
  display: block;
  position: relative;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 121.6px;
  font-size: 7.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: .8;
  white-space: nowrap;
}

.is-ready .l-in__title {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.65s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

.l-in__inner {
  position: relative;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  width: 100%;
}

.is-ready .l-in__inner {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.85s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.85s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.l-in_bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}

[data-color-mode="dark"] .l-in_bg {
  background: #000;
}

.l-in_bg__top {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 1060px;
  height: 100%;
}

[data-color-mode="light"] [data-bg-num="1"] .l-in_bg__top {
  background: url("../img/in/bg/bg_top_w01.png") no-repeat right top;
  background-size: 100% auto;
}

[data-color-mode="dark"] [data-bg-num="1"] .l-in_bg__top {
  background: url("../img/in/bg/bg_top_b01.png") no-repeat right top;
  background-size: 100% auto;
}

[data-color-mode="light"] [data-bg-num="2"] .l-in_bg__top {
  background: url("../img/in/bg/bg_top_w02.png") no-repeat right top;
  background-size: 100% auto;
}

[data-color-mode="dark"] [data-bg-num="2"] .l-in_bg__top {
  background: url("../img/in/bg/bg_top_b02.png") no-repeat right top;
  background-size: 100% auto;
}

[data-color-mode="light"] [data-bg-num="3"] .l-in_bg__top {
  background: url("../img/in/bg/bg_top_w03.png") no-repeat right top;
  background-size: 100% auto;
}

[data-color-mode="dark"] [data-bg-num="3"] .l-in_bg__top {
  background: url("../img/in/bg/bg_top_b03.png") no-repeat right top;
  background-size: 100% auto;
}

[data-color-mode="light"] [data-bg-num="4"] .l-in_bg__top {
  background: url("../img/in/bg/bg_top_w04.png") no-repeat right top;
  background-size: 100% auto;
}

[data-color-mode="dark"] [data-bg-num="4"] .l-in_bg__top {
  background: url("../img/in/bg/bg_top_b04.png") no-repeat right top;
  background-size: 100% auto;
}

[data-color-mode="light"] [data-bg-num="5"] .l-in_bg__top {
  background: url("../img/in/bg/bg_top_w05.png") no-repeat right top;
  background-size: 100% auto;
}

[data-color-mode="dark"] [data-bg-num="5"] .l-in_bg__top {
  background: url("../img/in/bg/bg_top_b05.png") no-repeat right top;
  background-size: 100% auto;
}

[data-color-mode="light"] [data-bg-num="6"] .l-in_bg__top {
  background: url("../img/in/bg/bg_top_w06.png") no-repeat right top;
  background-size: 100% auto;
}

[data-color-mode="dark"] [data-bg-num="6"] .l-in_bg__top {
  background: url("../img/in/bg/bg_top_b06.png") no-repeat right top;
  background-size: 100% auto;
}

[data-color-mode="light"] [data-bg-num="7"] .l-in_bg__top {
  background: url("../img/in/bg/bg_top_w07.png") no-repeat right top;
  background-size: 100% auto;
}

[data-color-mode="dark"] [data-bg-num="7"] .l-in_bg__top {
  background: url("../img/in/bg/bg_top_b07.png") no-repeat right top;
  background-size: 100% auto;
}

[data-color-mode="light"] [data-bg-num="8"] .l-in_bg__top {
  background: url("../img/in/bg/bg_top_w08.png") no-repeat right top;
  background-size: 100% auto;
}

[data-color-mode="dark"] [data-bg-num="8"] .l-in_bg__top {
  background: url("../img/in/bg/bg_top_b08.png") no-repeat right top;
  background-size: 100% auto;
}

[data-color-mode="light"] [data-bg-num="9"] .l-in_bg__top {
  background: url("../img/in/bg/bg_top_w09.png") no-repeat right top;
  background-size: 100% auto;
}

[data-color-mode="dark"] [data-bg-num="9"] .l-in_bg__top {
  background: url("../img/in/bg/bg_top_b09.png") no-repeat right top;
  background-size: 100% auto;
}

[data-color-mode="light"] [data-bg-num="10"] .l-in_bg__top {
  background: url("../img/in/bg/bg_top_w010.png") no-repeat right top;
  background-size: 100% auto;
}

[data-color-mode="dark"] [data-bg-num="10"] .l-in_bg__top {
  background: url("../img/in/bg/bg_top_b010.png") no-repeat right top;
  background-size: 100% auto;
}

.l-in_bg__top::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: skew(52.6deg);
      -ms-transform: skew(52.6deg);
          transform: skew(52.6deg);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  background: #000;
  padding-top: 76.56%;
  width: 100%;
  content: "";
}

.is-ready .l-in_bg__top::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.l-in_bg__bottom {
  display: block;
  position: absolute;
  top: 150vh;
  left: 50%;
  -webkit-transform: translate(-50%, 0) skewY(37deg);
      -ms-transform: translate(-50%, 0) skewY(37deg);
          transform: translate(-50%, 0) skewY(37deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 100%;
  height: 750px;
  overflow: hidden;
}

.l-in_bg__bottom::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skewY(-37deg);
      -ms-transform: translate(-50%, -50%) skewY(-37deg);
          transform: translate(-50%, -50%) skewY(-37deg);
  padding-top: 150%;
  width: 150%;
  content: "";
}

[data-color-mode="light"] [data-bg-num="1"] .l-in_bg__bottom::before {
  background: url("../img/in/bg/bg_btm_w01.jpg") no-repeat center;
  background-size: cover;
}

[data-color-mode="dark"] [data-bg-num="1"] .l-in_bg__bottom::before {
  background: url("../img/in/bg/bg_btm_b01.jpg") no-repeat center;
  background-size: cover;
}

[data-color-mode="light"] [data-bg-num="2"] .l-in_bg__bottom::before {
  background: url("../img/in/bg/bg_btm_w02.jpg") no-repeat center;
  background-size: cover;
}

[data-color-mode="dark"] [data-bg-num="2"] .l-in_bg__bottom::before {
  background: url("../img/in/bg/bg_btm_b02.jpg") no-repeat center;
  background-size: cover;
}

[data-color-mode="light"] [data-bg-num="3"] .l-in_bg__bottom::before {
  background: url("../img/in/bg/bg_btm_w03.jpg") no-repeat center;
  background-size: cover;
}

[data-color-mode="dark"] [data-bg-num="3"] .l-in_bg__bottom::before {
  background: url("../img/in/bg/bg_btm_b03.jpg") no-repeat center;
  background-size: cover;
}

[data-color-mode="light"] [data-bg-num="4"] .l-in_bg__bottom::before {
  background: url("../img/in/bg/bg_btm_w04.jpg") no-repeat center;
  background-size: cover;
}

[data-color-mode="dark"] [data-bg-num="4"] .l-in_bg__bottom::before {
  background: url("../img/in/bg/bg_btm_b04.jpg") no-repeat center;
  background-size: cover;
}

[data-color-mode="light"] [data-bg-num="5"] .l-in_bg__bottom::before {
  background: url("../img/in/bg/bg_btm_w05.jpg") no-repeat center;
  background-size: cover;
}

[data-color-mode="dark"] [data-bg-num="5"] .l-in_bg__bottom::before {
  background: url("../img/in/bg/bg_btm_b05.jpg") no-repeat center;
  background-size: cover;
}

[data-color-mode="light"] [data-bg-num="6"] .l-in_bg__bottom::before {
  background: url("../img/in/bg/bg_btm_w06.jpg") no-repeat center;
  background-size: cover;
}

[data-color-mode="dark"] [data-bg-num="6"] .l-in_bg__bottom::before {
  background: url("../img/in/bg/bg_btm_b06.jpg") no-repeat center;
  background-size: cover;
}

[data-color-mode="light"] [data-bg-num="7"] .l-in_bg__bottom::before {
  background: url("../img/in/bg/bg_btm_w07.jpg") no-repeat center;
  background-size: cover;
}

[data-color-mode="dark"] [data-bg-num="7"] .l-in_bg__bottom::before {
  background: url("../img/in/bg/bg_btm_b07.jpg") no-repeat center;
  background-size: cover;
}

[data-color-mode="light"] [data-bg-num="8"] .l-in_bg__bottom::before {
  background: url("../img/in/bg/bg_btm_w08.jpg") no-repeat center;
  background-size: cover;
}

[data-color-mode="dark"] [data-bg-num="8"] .l-in_bg__bottom::before {
  background: url("../img/in/bg/bg_btm_b08.jpg") no-repeat center;
  background-size: cover;
}

[data-color-mode="light"] [data-bg-num="9"] .l-in_bg__bottom::before {
  background: url("../img/in/bg/bg_btm_w09.jpg") no-repeat center;
  background-size: cover;
}

[data-color-mode="dark"] [data-bg-num="9"] .l-in_bg__bottom::before {
  background: url("../img/in/bg/bg_btm_b09.jpg") no-repeat center;
  background-size: cover;
}

[data-color-mode="light"] [data-bg-num="10"] .l-in_bg__bottom::before {
  background: url("../img/in/bg/bg_btm_w010.jpg") no-repeat center;
  background-size: cover;
}

[data-color-mode="dark"] [data-bg-num="10"] .l-in_bg__bottom::before {
  background: url("../img/in/bg/bg_btm_b010.jpg") no-repeat center;
  background-size: cover;
}

.is-ready .l-in_bg__bottom {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.p-content {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-content__header {
  position: relative;
  margin: 0 auto 1px;
  background-color: #000;
  padding: 32px 48px;
  width: 100%;
  color: #fff;
}

[data-color-mode="dark"] .p-content__header {
  background-color: #fff;
  color: #000;
}

.p-content__header--deco::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #fff;
  width: 25px;
  height: 2px;
  content: "";
}

.p-content__title {
  margin-left: 1px;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  letter-spacing: .125rem;
  line-height: 1.4;
}

.p-content__inner {
  position: relative;
  margin: 0 auto;
  background-color: #000;
  padding: 50px;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.8;
}

[data-color-mode="dark"] .p-content__inner {
  background-color: #fff;
  color: #000;
}

.p-content__inner a {
  color: #40909b;
  text-decoration: underline;
}

[data-ua="pc"] .p-content__inner a:hover {
  text-decoration: none;
}

.p-content__inner iframe {
  max-width: 100%;
}

.p-content__inner img {
  max-width: 100%;
  height: auto !important;
}

.p-content_in {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-content_in__inner {
  position: relative;
  margin: 0 auto;
  width: 90%;
}

.p-content_in__footer {
  position: relative;
  margin: 58px auto 0;
  width: 100%;
}

.p-content_in__note {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.4;
}

/* --------------------
temp
-------------------- */
.p-temp {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-temp__header {
  position: relative;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto 10px;
  width: 100%;
}

.is-ready .p-temp__header {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.85s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.85s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-temp__card {
  position: relative;
  width: 100%;
}

.p-temp__card img {
  width: 100%;
}

.p-temp__title {
  position: relative;
  padding: 25px;
  width: 100%;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 67.2px;
  font-size: 4.2rem;
  line-height: 1.35;
  text-align: center;
}

.p-temp__inner {
  position: relative;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  background-color: #000;
  padding: 50px;
  width: 100%;
  color: #fff;
}

[data-color-mode="dark"] .p-temp__inner {
  background-color: #fff;
  color: #000;
}

.is-ready .p-temp__inner {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.85s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.85s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: transform 0.85s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: transform 0.85s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.85s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

.p-temp__text {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.8;
}

.p-temp__text a {
  color: #40909b;
  text-decoration: underline;
}

[data-ua="pc"] .p-temp__text a:hover {
  text-decoration: none;
}

.p-temp__text iframe {
  margin: 15px 0;
  max-width: 100%;
}

.p-temp__text img {
  margin: 15px 0;
  max-width: 100%;
  height: auto !important;
}

/* ========== COMPONENT ========== */
/* ==============================
SELECT
============================== */
.c-select {
  display: table;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.c-select::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  width: calc(100% - 51px);
  height: 100%;
  pointer-events: none;
  content: "";
}

.c-select__list {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  cursor: pointer;
  border: none;
  padding: 12px 50px 12px 12px;
  min-width: 240px;
  min-height: 50px;
  color: #000;
  font-size: 22.4px;
  font-size: 1.4rem;
}

.c-select__list:focus {
  outline: none !important;
}

.c-select__item {
  position: relative;
  cursor: pointer;
  border: none !important;
  padding: 16px 12px;
  width: 100%;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-select__item:focus {
  outline: none !important;
}

.c-select__btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 1px;
  background: #fff;
  width: 50px;
  height: 50px;
  pointer-events: none;
}

.c-select__btn::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  background: url("../img/common/point_b_right.png") no-repeat center;
  background-size: contain;
  width: 8px;
  height: 100%;
  content: "";
}

/* ==============================
PAGINATION
============================== */
.c-pagination {
  display: table;
  position: relative;
  margin: 0 auto;
}

.c-pagination__nav {
  position: absolute;
  top: 50%;
  width: 55px;
  height: 55px;
  overflow: hidden;
}

.c-pagination__nav::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.c-pagination__nav--prev {
  left: -48px;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.c-pagination__nav--prev::before {
  background: url("../img/common/point_w_left.png") no-repeat center;
  background-size: 8px;
}

[data-color-mode="dark"] .c-pagination__nav--prev::before {
  background: url("../img/common/point_b_left.png") no-repeat center;
  background-size: 8px;
}

[data-ua="pc"][data-color-mode="dark"] .c-pagination__nav--prev:hover::before {
  background: url("../img/common/point_w_left.png") no-repeat center;
  background-size: 8px;
}

.c-pagination__nav--next {
  right: -48px;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.c-pagination__nav--next::before {
  background: url("../img/common/point_w_right.png") no-repeat center;
  background-size: 8px;
}

[data-color-mode="dark"] .c-pagination__nav--next::before {
  background: url("../img/common/point_b_right.png") no-repeat center;
  background-size: 8px;
}

[data-ua="pc"][data-color-mode="dark"] .c-pagination__nav--next:hover::before {
  background: url("../img/common/point_w_right.png") no-repeat center;
  background-size: 8px;
}

.c-pagination__nav-text {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.c-pagination__nav-text::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  width: 100%;
  height: 100%;
  content: "";
}

[data-color-mode="dark"] .c-pagination__nav-text::before {
  background-color: #fff;
}

.c-pagination__nav-text::after {
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: skew(53deg);
      -ms-transform: skew(53deg);
          transform: skew(53deg);
  z-index: -1;
  -webkit-transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #585858;
  width: 0;
  height: 100%;
  content: "";
}

.c-pagination__nav--prev .c-pagination__nav-text::after {
  left: -75%;
  -webkit-transform: skew(-53deg);
      -ms-transform: skew(-53deg);
          transform: skew(-53deg);
}

.c-pagination__nav--next .c-pagination__nav-text::after {
  right: -75%;
}

[data-ua="pc"] .c-pagination__nav:hover .c-pagination__nav-text::after {
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 250%;
}

[data-ua="pc"] .c-pagination__nav--prev:hover .c-pagination__nav-text::after {
  right: -75%;
  left: auto;
}

[data-ua="pc"] .c-pagination__nav--next:hover .c-pagination__nav-text::after {
  left: -75%;
}

.c-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
}

.c-pagination__item {
  display: block;
  margin-right: 18px;
}

.c-pagination__item.is-current {
  pointer-events: none;
}

.c-pagination__item:last-child {
  margin-right: 0;
}

.c-pagination__text {
  display: block;
  position: relative;
  padding: 4px 0 6px;
  min-width: 16px;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

[data-color-mode="dark"] .c-pagination__text {
  color: #fff;
}

.is-current .c-pagination__text::after {
  content: "";
}

.c-pagination__text.is-current::after {
  content: "";
}

.c-pagination__text::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-bottom: 2px solid #000;
  width: 0;
  height: 2px;
  content: "";
}

[data-color-mode="dark"] .c-pagination__text::before {
  border-bottom-color: #fff;
}

[data-ua="pc"] .c-pagination__item:hover .c-pagination__text::before {
  width: 150%;
}

.c-pagination__text::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 3px solid #000;
  width: 100%;
  height: 100%;
}

[data-color-mode="dark"] .c-pagination__text::after {
  border-bottom-color: #fff;
}

/* ==============================
PAGER
============================== */
.c-pager {
  display: table;
  position: relative;
  margin: 0 auto;
}

.c-pager__nav {
  position: absolute;
  top: 50%;
  width: 146px;
  height: 100%;
  overflow: hidden;
}

.c-pager__nav::before {
  display: block;
  position: absolute;
  top: 0;
  width: 8px;
  height: 100%;
  content: "";
}

.c-pager__nav--prev {
  left: -8px;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.c-pager__nav--prev::before {
  left: 25px;
  background: url("../img/common/point_w_left.png") no-repeat center;
  background-size: contain;
}

[data-color-mode="dark"] .c-pager__nav--prev::before {
  background: url("../img/common/point_b_left.png") no-repeat center;
  background-size: contain;
}

[data-ua="pc"][data-color-mode="dark"] .c-pager__nav--prev:hover::before {
  background: url("../img/common/point_w_left.png") no-repeat center;
  background-size: contain;
}

.c-pager__nav--next {
  right: -8px;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.c-pager__nav--next::before {
  right: 25px;
  background: url("../img/common/point_w_right.png") no-repeat center;
  background-size: contain;
}

[data-color-mode="dark"] .c-pager__nav--next::before {
  background: url("../img/common/point_b_right.png") no-repeat center;
  background-size: contain;
}

[data-ua="pc"][data-color-mode="dark"] .c-pager__nav--next:hover::before {
  background: url("../img/common/point_w_right.png") no-repeat center;
  background-size: contain;
}

.c-pager__nav-text {
  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;
  height: 100%;
  color: #fff;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

[data-color-mode="dark"] .c-pager__nav-text {
  color: #000;
}

[data-ua="pc"] .c-pager__nav:hover .c-pager__nav-text {
  color: #fff;
}

.c-pager__nav--prev .c-pager__nav-text {
  padding-left: 10px;
}

.c-pager__nav--next .c-pager__nav-text {
  padding-right: 10px;
}

.c-pager__nav-text::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  width: 100%;
  height: 100%;
  content: "";
}

[data-color-mode="dark"] .c-pager__nav-text::before {
  background-color: #fff;
}

.c-pager__nav-text::after {
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: skew(53deg);
      -ms-transform: skew(53deg);
          transform: skew(53deg);
  z-index: -1;
  -webkit-transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #585858;
  width: 0;
  height: 100%;
  content: "";
}

.c-pager__nav--prev .c-pager__nav-text::after {
  left: -30%;
  -webkit-transform: skew(-53deg);
      -ms-transform: skew(-53deg);
          transform: skew(-53deg);
}

.c-pager__nav--next .c-pager__nav-text::after {
  right: -30%;
}

[data-ua="pc"] .c-pager__nav:hover .c-pager__nav-text::after {
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 160%;
}

[data-ua="pc"] .c-pager__nav--prev:hover .c-pager__nav-text::after {
  right: -30%;
  left: auto;
}

[data-ua="pc"] .c-pager__nav--next:hover .c-pager__nav-text::after {
  left: -30%;
}

.c-pager__btn {
  position: relative;
  z-index: 1;
  padding: 18px 16px;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

.c-pager__btn-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.c-pager__btn-link::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  width: 100%;
  height: 100%;
  content: "";
}

[data-color-mode="dark"] .c-pager__btn-link::before {
  background-color: #fff;
}

.c-pager__btn-link::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: height 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #585858;
  width: 100%;
  height: 0;
  content: "";
}

[data-ua="pc"] .c-pager__btn:hover .c-pager__btn-link::after {
  top: auto;
  bottom: 0;
  -webkit-transition: height 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: height 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
}

.c-pager__menu {
  display: block;
  position: relative;
  padding-top: 80%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.c-pager__menu-bar {
  display: block;
  position: absolute;
  -webkit-transition: background-color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  width: 100%;
  height: 2px;
}

[data-color-mode="dark"] .c-pager__menu-bar {
  background: #000;
}

[data-ua="pc"][data-color-mode="dark"] .c-pager__btn:hover .c-pager__menu-bar {
  background: #fff;
}

.c-pager__menu-bar:nth-child(1) {
  top: 0;
  right: 0;
  -webkit-transition: width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
  transition: width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
}

.is-menu-open .c-pager__menu-bar:nth-child(1) {
  right: auto;
  left: 0;
  -webkit-transition: width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 0;
}

.c-pager__menu-bar:nth-child(2) {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.is-menu-open .c-pager__menu-bar:nth-child(2) {
  right: auto;
  left: 0;
  -webkit-transition: width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
  transition: width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
  width: 0;
}

.c-pager__menu-bar:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-transition: width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
  transition: width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
}

.is-menu-open .c-pager__menu-bar:nth-child(3) {
  right: auto;
  left: 0;
  -webkit-transition: width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  width: 0;
}

/* ==============================
CATEGORY
============================== */
.c-category {
  position: relative;
  margin: 0 auto -1%;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
  text-align: center;
}

.c-category__item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  z-index: 1;
  margin: 0 1% 1% 0;
  width: 24%;
  overflow: hidden;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

.c-category__item:last-child {
  margin-right: 0;
}

.c-category--media .c-category__item {
  margin: 0 1% 1% 0;
  width: 15.8%;
}

.c-category--media .c-category__item:last-child {
  margin-right: 0;
}

.c-category__item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000;
  width: 100%;
  height: 100%;
  content: "";
}

.c-category__text {
  display: block;
  padding: 15px;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
}

.is-current .c-category__text {
  background: #868686;
}

.c-category__text::before {
  display: block;
  position: absolute;
  top: 0;
  right: -20%;
  -webkit-transform: skew(53deg);
      -ms-transform: skew(53deg);
          transform: skew(53deg);
  z-index: -1;
  -webkit-transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #585858;
  width: 0;
  height: 100%;
  content: "";
}

[data-ua="pc"] .c-category__item:hover .c-category__text::before {
  left: -20%;
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 140%;
}

.c-category__text::after {
  display: block;
  position: absolute;
  top: 0;
  right: -20%;
  -webkit-transform: skew(53deg);
      -ms-transform: skew(53deg);
          transform: skew(53deg);
  z-index: -1;
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgba(134, 134, 134, 0.6);
  width: 0;
  height: 100%;
  content: "";
}

[data-ua="pc"] .c-category__item:hover .c-category__text::after {
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 40%;
}

.c-category__select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  border: none !important;
  background: #000;
  padding: 15px;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
}

.c-category__select:focus {
  outline: none !important;
}

.c-category__select-item {
  background: #000;
  color: #fff;
  text-align: center;
}

.c-category__label {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #000;
  padding: 15px;
  width: 100%;
  pointer-events: none;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.35;
  text-align: center;
}

.c-category__label::before {
  display: block;
  position: absolute;
  top: 0;
  right: -20%;
  -webkit-transform: skew(53deg);
      -ms-transform: skew(53deg);
          transform: skew(53deg);
  z-index: -1;
  -webkit-transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #585858;
  width: 0;
  height: 100%;
  content: "";
}

[data-ua="pc"] .c-category__item:hover .c-category__label::before {
  left: -20%;
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 140%;
}

.c-category__label::after {
  display: block;
  position: absolute;
  top: 55%;
  right: 18px;
  -webkit-transform: translate(0, -50%) rotate(90deg);
      -ms-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
  background: url("../img/common/point_w_right.png") no-repeat center;
  background-size: contain;
  width: 6px;
  height: 100%;
  content: "";
}

/* ==============================
BACK
============================== */
.c-back {
  display: table;
  position: relative;
}

.c-back::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/point_b_left.png") no-repeat center;
  background-size: contain;
  width: 10px;
  height: 100%;
  content: "";
}

[data-color-mode="dark"] .c-back::before {
  background: url("../img/common/point_w_left.png") no-repeat center;
  background-size: contain;
}

.c-back__text {
  display: table;
  position: relative;
  padding-left: 14px;
  color: #000;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 600;
}

[data-color-mode="dark"] .c-back__text {
  color: #fff;
}

.c-back__text::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: width 0.65s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.65s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #000;
  width: 0;
  height: 2px;
  content: "";
}

[data-color-mode="dark"] .c-back__text::after {
  background: #fff;
}

[data-ua="pc"] .c-back:hover .c-back__text::after {
  left: 0;
  -webkit-transition: width 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
}

/* ==============================
PLAYER
============================== */
.c-player {
  position: relative;
  margin: 0 auto;
  padding-top: 56.25%;
  width: 100%;
}

/* ==============================
FORM
============================== */
.c-form {
  position: relative;
  margin: 0 auto;
  padding: 34px 50px;
  width: 100%;
}

.c-form__header {
  position: relative;
  margin: 0 auto 24px;
  width: 100%;
}

.c-form__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.c-form form {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.c-form form input[type=text], .c-form form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  margin: 0 auto;
  border: none;
  background: #585858;
  padding: 8px 10px;
  width: 100%;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.c-form form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  position: relative;
  padding: 8px 10px;
  min-width: 200px;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.c-form form select option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
}

.c-form form dl {
  position: relative;
  margin: 0 auto 24px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.c-form form dl dt {
  display: block;
  position: relative;
  padding-left: 16px;
  width: 180px;
}

.c-form form dl dt .required {
  margin-left: 4px;
  color: #f90b00;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}

.c-form form dl dt::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 5px;
  height: 100%;
  content: "";
}

.c-form form dl dd {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin: 0 auto;
}

.c-form form dl .form_data__input br {
  display: none;
}

.c-form form dl .aspform_error {
  color: #f90b00;
  font-weight: bold;
}

.c-form__btn_area {
  position: relative;
  margin: 28px auto 0;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
  text-align: center;
}

.c-form__btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  cursor: pointer;
  margin: 0 10px;
  width: 200px;
  overflow: hidden;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
  text-align: center;
}

.c-form__btn::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  width: 100%;
  height: 100%;
  content: "";
}

.c-form__btn--gray::before {
  background: #ccc;
}

.c-form__btn::after {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  background: url("../img/common/point_b_right.png") no-repeat center;
  background-size: contain;
  width: 6px;
  height: 100%;
  pointer-events: none;
  content: "";
}

[data-ua="pc"] .c-form__btn:hover::after {
  background: url("../img/common/point_w_right.png") no-repeat center;
  background-size: contain;
}

.c-form__btn-text {
  display: block;
  position: relative;
  -webkit-transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 15px;
  width: 100%;
  color: #000;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
}

[data-ua="pc"] .c-form__btn:hover .c-form__btn-text {
  color: #fff;
}

.c-form__btn-text::before {
  display: block;
  position: absolute;
  top: 0;
  right: -50%;
  -webkit-transform: skew(53deg);
      -ms-transform: skew(53deg);
          transform: skew(53deg);
  z-index: -1;
  -webkit-transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #585858;
  width: 0;
  height: 100%;
  content: "";
}

[data-ua="pc"] .c-form__btn:hover .c-form__btn-text::before {
  left: -50%;
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 200%;
}

.c-form__btn button, .c-form__btn input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  border: none;
  background: none;
  width: 100%;
  height: 100%;
  font-size: 0;
  content: "";
}

.c-form__footer {
  position: relative;
  margin: 50px auto 0;
  width: 100%;
}

.c-form__note {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.c-form__note-title {
  margin: 0 auto 12px;
  font-size: 22.4px;
  font-size: 1.4rem;
}

.c-form__note-list {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.c-form__note-item {
  padding-left: 1em;
  font-size: 20.8px;
  font-size: 1.3rem;
  letter-spacing: 1.04px;
  letter-spacing: .065rem;
  line-height: 1.6;
  text-indent: -1em;
}

.c-form__note-item::before {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.c-btn_form {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  background: #000;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.c-btn_form::before {
  display: block;
  position: absolute;
  top: 0;
  right: -20%;
  -webkit-transform: skew(53deg);
      -ms-transform: skew(53deg);
          transform: skew(53deg);
  -webkit-transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #585858;
  width: 0;
  height: 100%;
  content: "";
}

[data-ua="pc"] .c-btn_form:hover::before {
  left: -20%;
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 140%;
}

.c-btn_form::after {
  display: block;
  position: absolute;
  top: 0;
  right: -20%;
  -webkit-transform: skew(53deg);
      -ms-transform: skew(53deg);
          transform: skew(53deg);
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgba(255, 255, 255, 0.6);
  width: 0;
  height: 100%;
  content: "";
}

[data-ua="pc"] .c-btn_form:hover::after {
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 40%;
}

.c-btn_form input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: none;
  padding: 15px;
  width: 100%;
  color: #fff;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 25.6px;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
  letter-spacing: .1rem;
}

[data-ua="pc"] .c-btn_form:hover .c-btn_form input[type="submit"] {
  color: #000;
}

/* ========== PAGE ========== */
.p-news {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-news__container {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  width: 100%;
}

.p-news__container.is-data-load, .is-load .p-news__container {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.p-news__header {
  position: relative;
  margin: 0 auto 25px;
  width: 100%;
}

.p-news__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-news__footer {
  position: relative;
  margin: 54px auto 0;
  width: 100%;
}

.p-archive {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-archive__lsit {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-archive__item {
  position: relative;
  margin: 0 auto 10px;
  width: 100%;
}

.p-archive__item:last-child {
  margin-bottom: 0;
}

.p-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
}

.p-article__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 16px;
  width: 112px;
  overflow: hidden;
  color: #fff;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}

[data-color-mode="dark"] .p-article__date {
  color: #000;
}

[data-ua="pc"] .p-article:hover .p-article__date {
  color: #fff;
}

.p-article__date--day {
  font-size: 44.8px;
  font-size: 2.8rem;
  white-space: nowrap;
}

.p-article__date--year {
  font-size: 20.8px;
  font-size: 1.3rem;
  white-space: nowrap;
}

.p-article__date::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  width: 100%;
  height: 100%;
  content: "";
}

[data-color-mode="dark"] .p-article__date::before {
  background-color: #fff;
}

.p-article__date::after {
  display: block;
  position: absolute;
  top: 0;
  right: -75%;
  -webkit-transform: skew(53deg);
      -ms-transform: skew(53deg);
          transform: skew(53deg);
  z-index: -1;
  -webkit-transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #585858;
  width: 0;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-article:hover .p-article__date::after {
  left: -75%;
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 250%;
}

.p-article__inner {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-left: 1px;
  padding: 34px 40px 34px 25px;
  overflow: hidden;
  color: #fff;
}

[data-color-mode="dark"] .p-article__inner {
  color: #000;
}

[data-ua="pc"] .p-article:hover .p-article__inner {
  color: #fff;
}

.p-article__inner::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  width: 100%;
  height: 100%;
  content: "";
}

[data-color-mode="dark"] .p-article__inner::before {
  background-color: #fff;
}

.p-article__inner::after {
  display: block;
  position: absolute;
  top: 0;
  left: -20%;
  -webkit-transform: skew(53deg);
      -ms-transform: skew(53deg);
          transform: skew(53deg);
  z-index: -1;
  -webkit-transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #585858;
  width: 0;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-article:hover .p-article__inner::after {
  right: -20%;
  left: auto;
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 140%;
}

.p-article__title {
  display: block;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 2px;
  letter-spacing: .125rem;
}

.p-article__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-single {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-single__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto 10px;
  width: 100%;
}

.p-single__date {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  padding: 16px;
  width: 112px;
  color: #fff;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}

[data-color-mode="dark"] .p-single__date {
  background-color: #fff;
  color: #000;
}

.p-single__date--main {
  font-size: 44.8px;
  font-size: 2.8rem;
}

.p-single__date--sub {
  font-size: 20.8px;
  font-size: 1.3rem;
}

.p-single__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-left: 1px;
  background-color: #000;
  padding: 28px 40px 22px 25px;
  color: #fff;
  font-size: 41.6px;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 2px;
  letter-spacing: .125rem;
  line-height: 1.4;
}

[data-color-mode="dark"] .p-single__title {
  background-color: #fff;
  color: #000;
}

.p-single__inner {
  position: relative;
  margin: 0 auto;
  background-color: #000;
  padding: 50px;
  width: 100%;
  color: #fff;
}

[data-color-mode="dark"] .p-single__inner {
  background-color: #fff;
  color: #000;
}

.p-single__text {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.8;
}

.p-single__text a {
  color: #40909b;
  text-decoration: underline;
}

[data-ua="pc"] .p-single__text a:hover {
  text-decoration: none;
}

.p-single__text iframe {
  margin: 15px 0;
  max-width: 100%;
}

.p-single__text img {
  margin: 15px 0;
  max-width: 100%;
  height: auto !important;
}

.p-single__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 48px auto 0;
  border-top: 1px solid #000;
  padding-top: 40px;
  width: 100%;
}

.p-single__sns-title {
  display: block;
  margin-right: 35px;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 1.36px;
  letter-spacing: .085rem;
  line-height: 1;
}

.p-single__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-single__sns-item {
  display: block;
  margin-right: 15px;
}

.p-single__sns-item:last-child {
  margin-right: 0;
}

.p-single__sns-icon {
  display: block;
  width: 20px;
}

.p-live {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-live__container {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  width: 100%;
}

.p-live__container.is-data-load, .is-load .p-live__container {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.p-live__header {
  position: relative;
  margin: 0 auto 42px;
  width: 100%;
}

.p-live__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-live__none-text {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.p-live__footer {
  position: relative;
  margin: 42px auto 0;
  width: 100%;
}

.p-live_list {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-live_list__item {
  position: relative;
  margin: 0 auto 32px;
  width: 100%;
}

.p-live_list__item:last-child {
  margin-bottom: 0;
}

.p-live_detail {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-live_detail__header {
  position: relative;
  margin: 0 auto 1px;
  background: #000;
  padding: 20px 28px;
  width: 100%;
  color: #fff;
}

.p-live_detail__title {
  font-size: 44.8px;
  font-size: 2.8rem;
  line-height: 1.3;
}

.p-live_detail__inner {
  background: #000;
  padding: 28px 28px 40px;
  color: #fff;
}

.p-live_detail__text {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.p-live_detail__text iframe {
  max-width: 100%;
}

.p-live_detail__text img {
  margin: 10px auto;
  max-width: 100%;
  height: auto !important;
}

.p-live_detail__text a {
  color: #40909b;
  text-decoration: underline;
}

.p-live_detail__related {
  position: relative;
  margin: 20px auto 0;
  width: 100%;
}

.p-live_detail__related:first-child {
  margin-top: 0;
}

.p-live_detail__footer {
  position: relative;
  margin: 1px auto 0;
  background: #000;
  padding: 28px;
  width: 100%;
  color: #fff;
}

.p-live_detail__list {
  position: relative;
  margin: 50px auto 0;
  width: 100%;
}

.p-live_detail__list:first-child {
  margin-top: 0;
}

.p-live_detail__item {
  position: relative;
  margin: 0 auto 26px;
  border-bottom: 1px solid #fff;
  padding-bottom: 26px;
  width: 100%;
}

.p-live_detail__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.p-live_info {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-live_info__header {
  position: relative;
  margin-right: 26px;
  padding-top: 5px;
  width: 35%;
}

.p-live_info__title {
  display: block;
  position: relative;
  padding-left: 16px;
  font-size: 27.2px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
}

.p-live_info__title::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 4px;
  height: 100%;
  content: "";
}

.p-live_info__date {
  display: block;
  position: relative;
  margin-top: 8px;
  padding-left: 16px;
  color: #ccc;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: 500;
}

.p-live_info__inner {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin: 0 auto;
}

.p-live_info__list {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-live_info__item {
  position: relative;
  margin: 0 auto 5px;
  width: 100%;
}

.p-live_info__item:last-child {
  margin-bottom: 0;
}

.p-live_info_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.p-live_info_data__title {
  display: block;
  margin-right: 10px;
  border: 1px solid #fff;
  padding: 4px 10px;
  width: 120px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.p-live_info_data--note .p-live_info_data__title {
  background: #fff;
  color: #000;
}

.p-live_info_data__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.p-live_info_data__text-link {
  color: #40909b;
  text-decoration: underline;
}

.p-live_info_data__calender {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  z-index: 1;
  overflow: hidden;
}

.p-live_info_data__calender::before {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  background: url("../img/common/point_b_right.png") no-repeat center;
  background-size: contain;
  width: 4px;
  height: 100%;
  content: "";
}

.p-live_info_data__calender-text {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 6px 30px;
  width: 100%;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 1;
}

.p-live_info_data__calender-text::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #868686;
  width: 100%;
  height: 100%;
  content: "";
}

.p-live_info_data__calender-text::after {
  display: block;
  position: absolute;
  top: 0;
  right: -25%;
  -webkit-transform: skew(53deg);
      -ms-transform: skew(53deg);
          transform: skew(53deg);
  z-index: -1;
  -webkit-transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #fff;
  width: 0;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-live_info_data__calender:hover .p-live_info_data__calender-text::after {
  left: -25%;
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 150%;
}

.p-live_area_list {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-live_area_list__item {
  position: relative;
  margin: 0 auto 26px;
  width: 100%;
}

.p-live_area_list__item:last-child {
  margin-bottom: 0;
}

.p-bio {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-bio__inner {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  background: #000;
  width: 100%;
  color: #fff;
}

.is-data-load .p-bio__inner {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.p-bio__text {
  position: relative;
  margin: 0 auto;
  padding: 50px;
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.8;
}

.p-bio__text img {
  margin: 0 auto;
  max-width: 100%;
  height: auto !important;
}

.p-disco {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-disco__container {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  width: 100%;
}

.p-disco__container.is-data-load, .is-load .p-disco__container {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.p-disco__header {
  position: relative;
  margin: 0 auto 58px;
  width: 100%;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.p-disco__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-disco__footer {
  position: relative;
  margin: 60px auto 0;
  width: 100%;
}

/* ==============================
ARCHIVE
============================== */
.p-disco_list {
  position: relative;
  margin: 0 auto -4%;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
}

.p-disco_list__item {
  display: inline-block;
  position: relative;
  width: 30%;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

.p-disco_list__none {
  display: table;
  position: relative;
  margin: 0 auto;
  background: #fff;
  padding: 4px;
  font-weight: 600;
  text-align: center;
}

.p-disco_card {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-disco_card__img {
  position: relative;
  background: rgba(220, 220, 220, 0.5);
  padding-top: 100%;
  width: 100%;
  overflow: hidden;
}

.p-disco_card__img::before {
  display: block;
  position: absolute;
  top: 0;
  right: -75%;
  -webkit-transform: skew(53deg);
      -ms-transform: skew(53deg);
          transform: skew(53deg);
  -webkit-transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: rgba(0, 0, 0, 0.6);
  width: 0;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-disco_card:hover .p-disco_card__img::before {
  left: -75%;
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 250%;
}

.p-disco_card__thumb {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-disco_card__thumb::before {
  display: block;
  position: absolute;
  top: 0;
  right: -75%;
  -webkit-transform: skew(53deg);
      -ms-transform: skew(53deg);
          transform: skew(53deg);
  -webkit-transition: width 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: rgba(0, 0, 0, 0.2);
  width: 0;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-disco_card:hover .p-disco_card__thumb::before {
  left: -75%;
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 250%;
}

.p-disco_card__inner {
  position: relative;
  margin: 0 auto;
  padding: 12px 15px 15px;
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.p-disco_card__inner::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000;
  width: 100%;
  height: 100%;
  content: "";
}

.p-disco_card__inner::after {
  display: block;
  position: absolute;
  top: 0;
  left: -25%;
  -webkit-transform: skew(53deg);
      -ms-transform: skew(53deg);
          transform: skew(53deg);
  z-index: -1;
  -webkit-transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #585858;
  width: 0;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-disco_card:hover .p-disco_card__inner::after {
  right: -25%;
  left: auto;
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 150%;
}

.p-disco_card__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto 0;
  width: 100%;
}

.p-disco_card__data-item {
  -webkit-transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #868686;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 19.2px;
  font-size: 1.2rem;
}

[data-ua="pc"] .p-disco_card:hover .p-disco_card__data-item {
  color: #ccc;
}

.p-disco_card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  min-height: 2.6em;
  overflow: hidden;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1.04px;
  letter-spacing: .065rem;
  line-height: 1.5;
}

.p-disco_card__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* ==============================
SINGLE
============================== */
.p-disco_in {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-disco_in__header {
  position: relative;
  margin: 0 auto 24px;
  width: 100%;
}

.p-disco_in__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-disco_in__footer {
  position: relative;
  margin: 40px auto 0;
  width: 100%;
}

.p-disco_detail {
  position: relative;
  margin: 0 auto;
  background: #000;
  width: 100%;
  color: #fff;
}

.p-disco_detail__header {
  padding: 50px 50px 80px;
}

.p-disco_detail__title {
  margin-bottom: 28px;
}

.p-disco_detail__title-category {
  margin-bottom: 14px;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 28.8px;
  font-size: 1.8rem;
}

.p-disco_detail__title-main {
  font-size: 41.6px;
  font-size: 2.6rem;
  line-height: 1.5;
}

.p-disco_detail__thumb {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}

.p-disco_detail__data {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-disco_detail__info {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-disco_detail__info-type {
  margin-top: 10px;
  color: #868686;
  font-size: 22.4px;
  font-size: 1.4rem;
}

.p-disco_detail__info-description {
  margin-top: 34px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.p-disco_detail__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-disco_detail__date-release {
  color: #868686;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 41.6px;
  font-size: 2.6rem;
}

.p-disco_detail__calender {
  display: table;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.p-disco_detail__calender::before {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  background: url("../img/common/point_b_right.png") no-repeat center;
  background-size: contain;
  width: 6px;
  height: 100%;
  content: "";
}

.p-disco_detail__calender-text {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10px 40px;
  width: 100%;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: .8;
}

.p-disco_detail__calender-text::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #868686;
  width: 100%;
  height: 100%;
  content: "";
}

.p-disco_detail__calender-text::after {
  display: block;
  position: absolute;
  top: 0;
  right: -25%;
  -webkit-transform: skew(53deg);
      -ms-transform: skew(53deg);
          transform: skew(53deg);
  z-index: -1;
  -webkit-transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #fff;
  width: 0;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-disco_detail__calender:hover .p-disco_detail__calender-text::after {
  left: -25%;
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 150%;
}

.p-disco_detail__buy {
  position: relative;
  margin-top: 40px;
  width: 100%;
}

.p-disco_detail__buy-btn {
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 210px;
}

.p-disco_detail__buy-text {
  display: block;
  position: relative;
  border: 1px solid #fff;
  padding: 8px 14px;
  overflow: hidden;
  color: #fff;
  font-size: 20.8px;
  font-size: 1.3rem;
  text-align: center;
}

.p-disco_detail__buy-text::before {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  background: url("../img/common/point_w_right.png") no-repeat center;
  background-size: contain;
  width: 6px;
  height: 100%;
  content: "";
}

.p-disco_detail__buy-text::after {
  display: block;
  position: absolute;
  top: 0;
  right: -25%;
  -webkit-transform: skew(53deg);
      -ms-transform: skew(53deg);
          transform: skew(53deg);
  z-index: -1;
  -webkit-transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #585858;
  width: 0;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-disco_detail__buy-btn:hover .p-disco_detail__buy-text::after {
  left: -25%;
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 150%;
}

.p-disco_detail__mark {
  position: relative;
  margin: 0 auto;
  padding: 60px 0;
  width: 100%;
}

.p-disco_detail__mark-img {
  position: relative;
  margin: 0 auto;
  width: 190px;
}

.p-disco_detail_list {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-disco_detail_list__item {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-disco_detail_list__item:nth-child(odd) {
  background: #333;
}

.p-disco_detail_area {
  position: relative;
  margin: 0 auto;
  padding: 34px 50px;
  width: 100%;
}

.p-disco_detail_area__header {
  position: relative;
  margin-right: 5px;
  padding-top: 5px;
  width: 120px;
}

.p-disco_detail_area__title {
  display: block;
  position: relative;
  padding-left: 16px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-disco_detail_area__title::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 5px;
  height: 100%;
  content: "";
}

.p-disco_detail_area__inner {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin: 0 auto;
}

.p-disco_detail_area__description {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.p-disco_detail_modal {
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding-top: 280px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-disco_detail_modal.is-show {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  pointer-events: auto;
}

.p-disco_detail_modal__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
}

.p-disco_detail_modal__close {
  position: absolute;
  top: -20px;
  right: 0;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  cursor: pointer;
  padding: 10px;
  width: 40px;
}

.p-disco_detail_modal__close::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.9) rotate(-90deg);
      -ms-transform: scale(0.9) rotate(-90deg);
          transform: scale(0.9) rotate(-90deg);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  content: "";
}

.is-show .p-disco_detail_modal__close::before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

[data-ua="pc"] .p-disco_detail_modal__close:hover::before {
  -webkit-transform: scale(0.9) rotate(45deg);
      -ms-transform: scale(0.9) rotate(45deg);
          transform: scale(0.9) rotate(45deg);
}

.p-disco_detail_modal__inner {
  position: relative;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.8);
  width: 60%;
  color: #fff;
}

.p-disco_modal_list {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-disco_modal_list__item {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-disco_track_list {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-disco_track_list__item {
  position: relative;
  margin: 0 auto;
  border-bottom: 1px solid #868686;
  width: 100%;
}

.p-disco_track_list__item:first-child {
  border-top: 1px solid #868686;
}

.p-disco_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 15px 90px 15px 24px;
}

.is-playing .p-disco_track {
  background: #868686;
}

.p-disco_track__no {
  margin-right: 12px;
}

.p-disco_track__title {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-disco_track__btn {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  width: 20px;
}

.p-disco_track__btn--music {
  right: 64px;
}

.p-disco_track__btn--video {
  right: 22px;
}

.p-sound_player {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-sound_player__title {
  position: relative;
  background: #fff;
  width: 246px;
}

.p-sound_player__title::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("../img/common/loader.svg") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  content: "";
}

.is-player-load .p-sound_player__title::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-sound_player__title-text {
  display: block;
  padding: 15px;
  width: 100%;
  height: 40px;
  overflow: hidden;
  color: #000;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-sound_player__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  border: 1px solid #fff;
  width: 320px;
}

.is-player-load .p-sound_player__controller {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.85s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-sound_player__btn {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #fff;
  padding: 14px 0;
  width: 40px;
  height: 40px;
}

.p-sound_player__btn:first-child {
  border-left: none;
}

.p-sound_player__btn::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-sound_player__btn:hover::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.p-sound_player__btn img {
  margin: 0 auto;
  max-width: none;
  height: 12px;
}

.p-sound_player__time {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  border-left: 1px solid #fff;
  padding: 15px;
  height: 40px;
}

.p-sound_player__time-in {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.p-sound_player__time-bar {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 2px;
}

.p-sound_player__time-bar::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 10px;
  content: "";
}

.p-sound_player__time-bar--now {
  z-index: 1;
  background: #fff;
  width: 0;
}

.p-sound_player__time-bar--amount {
  background: #868686;
  width: 100%;
}

.p-sound_player__instance {
  display: none;
}

.p-disco_movie {
  position: relative;
  width: 100%;
  max-width: 600px;
}

.p-disco_movie__list {
  font-size: 0;
  letter-spacing: -.4em;
  text-align: center;
  white-space: nowrap;
}

.p-disco_movie__item {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

.p-disco_movie__img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.p-disco_movie__img img {
  width: 100%;
}

.p-disco_movie__img::after {
  display: block;
  position: absolute;
  top: 0;
  right: -50%;
  -webkit-transform: skew(53deg);
      -ms-transform: skew(53deg);
          transform: skew(53deg);
  z-index: -1;
  -webkit-transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: rgba(255, 255, 255, 0.4);
  width: 0;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-disco_movie__item:hover .p-disco_movie__img::after {
  left: -50%;
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 200%;
}

.p-disco_movie__text {
  margin-top: 12px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  letter-spacing: .025rem;
  text-align: center;
}

.p-disco_movie__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-disco_movie .carousel__control {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1 !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.2) !important;
  width: 50px !important;
  height: 50px !important;
}

.p-disco_movie .carousel__control::before {
  display: block;
  position: absolute;
  top: 0 !important;
  width: 8px !important;
  height: 100% !important;
  content: "";
}

.p-disco_movie .carousel__control--prev {
  left: 15px !important;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.p-disco_movie .carousel__control--prev::before {
  left: 45% !important;
  -webkit-transform: translate(-50%, 0) !important;
      -ms-transform: translate(-50%, 0) !important;
          transform: translate(-50%, 0) !important;
  border: none !important;
  background: url("../img/common/point_w_left.png") no-repeat center;
  background-size: contain;
}

.p-disco_movie .carousel__control--next {
  right: 15px !important;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.p-disco_movie .carousel__control--next::before {
  left: 55% !important;
  -webkit-transform: translate(-50%, 0) !important;
      -ms-transform: translate(-50%, 0) !important;
          transform: translate(-50%, 0) !important;
  border: none !important;
  background: url("../img/common/point_w_right.png") no-repeat center;
  background-size: contain;
}

.p-disco_buy_list {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-disco_buy_list__item {
  position: relative;
  margin: 0 auto 8px;
  width: 100%;
}

.p-disco_buy_list__item:last-child {
  margin-bottom: 0;
}

.p-media {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-media__container {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  width: 100%;
}

.p-media__container.is-data-load, .is-load .p-media__container {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.p-media__header {
  position: relative;
  margin: 0 auto 38px;
  width: 100%;
}

.p-media__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-media__footer {
  position: relative;
  margin: 50px auto 0;
  width: 100%;
}

.p-media_list {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-media_list__item {
  position: relative;
  margin: 0 auto 12px;
  width: 100%;
}

.p-media_list__item:last-child {
  margin-bottom: 0;
}

.p-media_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  width: 100%;
  color: #fff;
}

.p-media_detail__header {
  margin-right: 1px;
  background: #000;
  padding: 28px 28px 48px;
  width: 230px;
}

.p-media_detail__date {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-media_detail__day {
  display: inline-block;
  vertical-align: bottom;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 48px;
  font-size: 3rem;
  line-height: .8;
}

.p-media_detail__week {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 8px;
  color: #868686;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: .9;
}

.p-media_detail__week--sun {
  color: #b35c52;
}

.p-media_detail__week--sat {
  color: #5ebae1;
}

.p-media_detail__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  background: #000;
  padding: 28px 28px 48px 42px;
}

.p-media_detail__category {
  display: block;
  margin-bottom: 25px;
  background: #40909b;
  padding: 6px 10px;
  width: 115px;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}

.p-media_detail__title {
  position: relative;
  margin: 0 auto 32px;
  width: 100%;
}

.p-media_detail__main {
  font-size: 28.8px;
  font-size: 1.8rem;
  letter-spacing: 1.6px;
  letter-spacing: .1rem;
  line-height: 1.5;
}

.p-media_detail__time {
  margin-top: 4px;
  color: #ccc;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.p-media_detail__text {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.72px;
  letter-spacing: .045rem;
  line-height: 1.8;
}

.p-media_detail__text iframe {
  max-width: 100%;
}

.p-media_detail__text img {
  max-width: 100%;
  height: auto !important;
}

.p-media_detail__text a {
  color: #40909b;
  text-decoration: underline;
  word-break: break-all;
}

[data-ua="pc"] .p-media_detail__text a:hover {
  text-decoration: none;
}

.p-media_detail__link {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-media_detail__link-text {
  display: inline-block;
  color: #40909b;
  text-decoration: underline;
  word-break: break-all;
}

[data-ua="pc"] .p-media_detail__link-text:hover {
  text-decoration: none;
}

.p-diary {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-diary__header {
  position: relative;
  margin: 0 auto 40px;
  width: 100%;
}

.p-diary__header::after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: '.';
}

.p-diary__select {
  display: table;
}

.p-diary__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-diary__footer {
  position: relative;
  margin: 40px auto 0;
  width: 100%;
}

.p-diary_in {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-diary_in__header {
  position: relative;
  margin: 0 auto 24px;
  width: 100%;
}

.p-diary_in__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-diary_in__footer {
  position: relative;
  margin: 30px auto 0;
  width: 100%;
}

.p-diary_list {
  position: relative;
  margin: 0 auto -2%;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
}

.p-diary_list__item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 48%;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

.p-diary_card {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-diary_card__img {
  position: relative;
  background: #585858;
  padding-top: 50%;
  width: 100%;
  overflow: hidden;
}

.p-diary_card__thumb {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-diary_card__thumb::after {
  display: block;
  position: absolute;
  top: 0;
  left: -40%;
  -webkit-transform: skew(53deg);
      -ms-transform: skew(53deg);
          transform: skew(53deg);
  -webkit-transition: width 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: rgba(0, 0, 0, 0.2);
  width: 0;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-diary_card:hover .p-diary_card__thumb::after {
  right: -40%;
  left: auto;
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 180%;
}

.p-diary_card__inner {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 32px;
  width: 100%;
  overflow: hidden;
  color: #000;
}

.p-diary_card__inner::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  width: 100%;
  height: 100%;
  content: "";
}

.p-diary_card__inner::after {
  display: block;
  position: absolute;
  top: 0;
  right: -40%;
  -webkit-transform: skew(53deg);
      -ms-transform: skew(53deg);
          transform: skew(53deg);
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #585858;
  width: 0;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-diary_card:hover .p-diary_card__inner::after {
  left: -40%;
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 180%;
}

.p-diary_card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-bottom: 6px;
  overflow: hidden;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: 600;
}

[data-ua="pc"] .p-diary_card:hover .p-diary_card__title {
  color: #fff;
}

.p-diary_card__date {
  -webkit-transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-bottom: 8px;
  color: #868686;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
}

[data-ua="pc"] .p-diary_card:hover .p-diary_card__date {
  color: #ccc;
}

.p-diary_card__name {
  -webkit-transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #868686;
  font-size: 22.4px;
  font-size: 1.4rem;
}

.p-diary_card__name::before {
  margin-right: 4px;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

[data-ua="pc"] .p-diary_card:hover .p-diary_card__name {
  color: #ccc;
}

.p-diary_card__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-top: 14px;
  overflow: hidden;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.2;
}

[data-ua="pc"] .p-diary_card:hover .p-diary_card__text {
  color: #fff;
}

.p-diary_card__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-diary_single {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-diary_single__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto 10px;
  width: 100%;
}

.p-diary_single__date {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  padding: 16px;
  width: 186px;
  color: #fff;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}

[data-color-mode="dark"] .p-diary_single__date {
  background-color: #fff;
  color: #000;
}

.p-diary_single__date--main {
  font-size: 44.8px;
  font-size: 2.8rem;
}

.p-diary_single__date--sub {
  font-size: 24px;
  font-size: 1.5rem;
}

.p-diary_single__heading {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-left: 1px;
  background-color: #000;
  padding: 44px 40px 44px 25px;
  color: #fff;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 2px;
  letter-spacing: .125rem;
  line-height: 1.3;
}

[data-color-mode="dark"] .p-diary_single__heading {
  background-color: #fff;
  color: #000;
}

.p-diary_single__name {
  font-size: .85em;
}

.p-diary_single__name::before {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.p-diary_single__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-diary_single__text {
  position: relative;
  margin: 0 auto;
  background-color: #000;
  padding: 50px;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.8;
}

[data-color-mode="dark"] .p-diary_single__text {
  background-color: #fff;
  color: #000;
}

.p-diary_single__text a {
  color: #40909b;
  text-decoration: underline;
}

.p-diary_single__text img, .p-diary_single__text iframe {
  max-width: 100%;
}

.p-card_area {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-card_area__header {
  position: relative;
  margin: 0 auto 40px;
  width: 100%;
}

.p-card_area__header::after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: '.';
}

.p-card_area__select {
  float: right;
}

.p-card_area__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-card_area__footer {
  position: relative;
  margin: 50px auto 0;
  width: 100%;
}

.p-card_area_in {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-card_area_in__header {
  position: relative;
  margin: 0 auto 24px;
  width: 100%;
}

.p-card_area_in__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-card_area_in__footer {
  position: relative;
  margin: 50px auto 0;
  width: 100%;
}

.p-img_card_list {
  position: relative;
  margin: 0 auto -2%;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
}

.p-img_card_list__item {
  display: inline-block;
  position: relative;
  width: 48%;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

.p-img_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  margin: 0 auto;
  background: #fff;
  padding: 12px;
  width: 100%;
  overflow: hidden;
}

.p-img_card::before {
  display: block;
  position: absolute;
  top: 0;
  right: -50%;
  -webkit-transform: skew(53deg);
      -ms-transform: skew(53deg);
          transform: skew(53deg);
  -webkit-transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #585858;
  width: 0;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-img_card:hover::before {
  left: -50%;
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 200%;
}

.p-img_card__header {
  position: relative;
  width: 50%;
  max-width: 220px;
}

.p-img_card__img {
  position: relative;
  padding-top: 100%;
  width: 100%;
  overflow: hidden;
}

.p-img_card__img::before {
  display: block;
  position: absolute;
  top: 0;
  right: -75%;
  -webkit-transform: skew(53deg);
      -ms-transform: skew(53deg);
          transform: skew(53deg);
  -webkit-transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #000;
  width: 0;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-img_card:hover .p-img_card__img::before {
  right: auto;
  left: -75%;
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 250%;
}

.p-img_card__thumb {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.p-img_card__thumb::after {
  display: block;
  position: absolute;
  top: 0;
  left: -75%;
  -webkit-transform: skew(53deg);
      -ms-transform: skew(53deg);
          transform: skew(53deg);
  -webkit-transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: rgba(0, 0, 0, 0.2);
  width: 0;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-img_card:hover .p-img_card__thumb::after {
  right: -75%;
  left: auto;
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 250%;
}

.p-img_card__inner {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 20px;
  color: #000;
}

[data-ua="pc"] .p-img_card:hover .p-img_card__inner {
  color: #fff;
}

.p-img_card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin-bottom: 14px;
  overflow: hidden;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: 600;
}

.p-img_card__date {
  -webkit-transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-bottom: 2px;
  color: #868686;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 22.4px;
  font-size: 1.4rem;
}

[data-ua="pc"] .p-img_card:hover .p-img_card__date {
  color: #ccc;
}

.p-img_card__note {
  -webkit-transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #868686;
  font-size: 20.8px;
  font-size: 1.3rem;
}

.p-img_card__note::before {
  margin-right: 2px;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

[data-ua="pc"] .p-img_card:hover .p-img_card__note {
  color: #ccc;
}

.p-img_card__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-video {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-video__header {
  position: relative;
  margin: 0 auto 25px;
  width: 100%;
}

.p-video__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-video__footer {
  position: relative;
  margin: 50px auto 0;
  width: 100%;
}

.p-video_list {
  position: relative;
  margin: 0 auto -4%;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
}

.p-video_list__item {
  display: inline-block;
  position: relative;
  width: 48%;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

.p-video_card {
  position: relative;
  width: 100%;
}

.p-video_card__img {
  position: relative;
  background: #000;
  padding-top: 56.25%;
  width: 100%;
  overflow: hidden;
}

.p-video_card__img::before {
  display: block;
  position: absolute;
  top: 0;
  right: -40%;
  -webkit-transform: skew(53deg);
      -ms-transform: skew(53deg);
          transform: skew(53deg);
  -webkit-transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #fff;
  width: 0;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-video_card:hover .p-video_card__img::before {
  left: -40%;
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 180%;
}

.p-video_card__play {
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  padding-bottom: 8px;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 54.4px;
  font-size: 3.4rem;
  letter-spacing: 1.6px;
  letter-spacing: .1rem;
  line-height: 1;
  text-align: center;
}

.p-video_card__play::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #fff;
  width: 100%;
  height: 3px;
  content: "";
}

.p-video_card__thumb {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: width 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

[data-ua="pc"] .p-video_card:hover .p-video_card__thumb {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}

.p-video_card__thumb::after {
  display: block;
  position: absolute;
  top: 0;
  left: -40%;
  -webkit-transform: skew(53deg);
      -ms-transform: skew(53deg);
          transform: skew(53deg);
  -webkit-transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: rgba(0, 0, 0, 0.2);
  width: 180%;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-video_card:hover .p-video_card__thumb::after {
  right: -40%;
  left: auto;
  -webkit-transition: width 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 0;
}

.p-video_card__thumb-in {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-video_card:hover .p-video_card__thumb-in {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}

.p-video_card__text {
  position: relative;
  margin: 10px auto 0;
  width: 100%;
}

.p-video_card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.2;
}

.p-video_card__date {
  margin-top: 12px;
  color: #868686;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 20.8px;
  font-size: 1.3rem;
  letter-spacing: 0.8px;
  letter-spacing: .05rem;
}

.p-video_card__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-mypage {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-mypage__container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-mypage__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-mypage__footer {
  position: relative;
  margin: 10px auto 0;
  width: 100%;
}

.p-mypage_detail {
  position: relative;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  width: 100%;
  overflow: hidden;
  color: #000;
}

.p-mypage_detail__header {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-mypage_detail--prof .p-mypage_detail__header {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.p-mypage_detail__title {
  display: block;
  background: #000;
  padding: 8px 16px;
  color: #fff;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 500;
}

.p-mypage_detail__inner {
  position: relative;
  margin: 0 auto;
  padding: 70px 24px 60px;
  width: 100%;
}

.p-mypage_qr {
  display: table;
  position: relative;
  margin: 0 auto;
  max-width: 200px;
}

.p-mypage_prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto 8px;
  width: 100%;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-mypage_prof:last-child {
  margin-bottom: 0;
}

.p-mypage_prof__title {
  padding-right: 10px;
  width: 120px;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.p-mypage_prof__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-left: 1em;
  text-indent: -1em;
  word-break: break-all;
}

.p-mypage_prof__text::before {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.p-mypage_link {
  position: relative;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
}

.p-mypage_link__item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  z-index: 1;
  margin: 0 2% 10px 0;
  width: 49%;
  overflow: hidden;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

.p-mypage_link__item:nth-child(2n) {
  margin-right: 0;
}

.p-mypage_link__item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000;
  width: 100%;
  height: 100%;
  content: "";
}

.p-mypage_link__item::after {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  background: url("../img/common/point_b_right.png") no-repeat center;
  background-size: contain;
  width: 10px;
  height: 100%;
  content: "";
}

[data-color-mode="dark"] .p-mypage_link__item::after {
  background: url("../img/common/point_w_right.png") no-repeat center;
  background-size: contain;
}

.p-mypage_link__text {
  display: block;
  position: relative;
  padding: 20px;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}

.p-mypage_link__text::before {
  display: block;
  position: absolute;
  top: 0;
  right: -25%;
  -webkit-transform: skew(53deg);
      -ms-transform: skew(53deg);
          transform: skew(53deg);
  z-index: -1;
  -webkit-transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #585858;
  width: 0;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-mypage_link__item:hover .p-mypage_link__text::before {
  left: -25%;
  -webkit-transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 150%;
}

.p-message {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-message__container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-message__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-message_area {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-message_area__item {
  position: relative;
  margin: 0 auto 40px;
  width: 100%;
}

.p-message_area__item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .l-in {
    padding-top: 30px;
  }
  .l-in__container {
    padding-bottom: 78px;
    width: 90%;
    max-width: 600px;
  }
  .l-in__header {
    position: relative;
    margin: 0 auto 30px;
    width: 100%;
  }
  .l-in__title {
    font-size: 3.8rem;
  }
  .l-in_bg__bottom {
    height: 340px;
  }
  .l-in_bg__bottom::before {
    padding-top: 200%;
    width: 200%;
  }
  .p-content__header {
    padding: 10px 20px;
  }
  .p-content__header--deco::before {
    width: 13px;
  }
  .p-content__title {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .p-content__inner {
    padding: 20px 20px 30px;
    font-size: 1.3rem;
  }
  .p-content_in__footer {
    margin-top: 28px;
  }
  .p-temp__title {
    padding: 8px;
    font-size: 2.2rem;
  }
  .p-temp__inner {
    padding: 20px;
  }
  .p-temp__text {
    font-size: 1.3rem;
  }
  .c-select::before {
    width: calc(100% - 4.6rem);
  }
  .c-select__list {
    min-width: 30rem;
    min-height: 4.5rem;
  }
  [data-os="iOS"] .c-select__list {
    font-size: 16px;
  }
  .c-select__item {
    padding: 12px;
    font-size: 16px;
  }
  .c-select__btn {
    width: 4.5rem;
    height: 4.5rem;
  }
  [data-os="iOS"] .c-select__btn {
    height: 4.9rem;
  }
  .c-pagination__nav {
    width: 50px;
    height: 50px;
  }
  .c-pagination__nav--prev {
    left: -22px;
  }
  .c-pagination__nav--prev::before {
    background-size: 6px;
  }
  .c-pagination__nav--next {
    right: -22px;
  }
  .c-pagination__nav--next::before {
    background-size: 6px;
  }
  .c-pagination__list {
    height: 50px;
  }
  .c-pagination__text {
    padding: 8px 0 10px;
    min-width: 12px;
    font-size: 1.6rem;
  }
  .c-pager__nav {
    width: 12rem;
  }
  .c-pager__nav::before {
    width: 6px;
  }
  .c-pager__nav--prev::before {
    left: 15px;
  }
  .c-pager__nav--next::before {
    right: 15px;
  }
  .c-pager__nav-text {
    font-size: 1.4rem;
  }
  .c-pager__btn {
    width: 50px;
    height: 50px;
  }
  .c-category {
    margin-bottom: -4%;
  }
  .c-category--live .c-category__item {
    margin: 0 1.2% 0% 0;
    width: 32%;
  }
  .c-category--live .c-category__item:nth-child(3n) {
    margin-right: 0;
  }
  .c-category--disco .c-category__item {
    margin: 0 4% 2% 0;
    width: 48%;
  }
  .c-category--disco .c-category__item:nth-child(2n) {
    margin-right: 0;
  }
  .c-category--media .c-category__item {
    margin: 0 1.2% 3% 0;
    width: 32%;
  }
  .c-category--media .c-category__item:nth-child(3n) {
    margin-right: 0;
  }
  .c-category__text {
    padding: 10px 15px;
    font-size: 1.3rem;
  }
  .c-category__select {
    padding: 10px 15px;
    font-size: 1.3rem;
    line-height: 1.35;
  }
  [data-os="iOS"] .c-category__select {
    padding: 8px 15px;
    line-height: 1.3;
  }
  .c-category__label {
    padding: 10px 15px;
    font-size: 1.3rem;
  }
  .c-category__label::after {
    right: 8px;
    width: 5px;
  }
  .c-back::before {
    width: 8px;
  }
  .c-back__text {
    padding-left: 18px;
    font-size: 1.8rem;
  }
  .c-form {
    padding: 0;
  }
  .c-form form input[type=text], .c-form form textarea {
    font-size: 16px;
  }
  .c-form form select {
    font-size: 16px;
  }
  .c-form form dl {
    font-size: 1.3rem;
  }
  .c-form form dl dt {
    margin-bottom: 12px;
    padding-left: 8px;
    width: 100%;
  }
  .c-form form dl dt::before {
    width: 3px;
  }
  .c-form__btn {
    margin: 0 2%;
    width: 46%;
  }
  .c-form__btn-text {
    padding: 10px;
    font-size: 1.3rem;
  }
  .c-form__note-title {
    margin-bottom: 8px;
    font-size: 1.3rem;
  }
  .c-form__note-item {
    font-size: 1.2rem;
  }
  .c-btn_form input[type="submit"] {
    padding: 12px;
    font-size: 1.4rem;
  }
  .p-news__header {
    margin-bottom: 10px;
  }
  .p-news__footer {
    margin-top: 30px;
  }
  .p-article__date {
    padding: 12px 8px;
    width: 6rem;
  }
  .p-article__date--day {
    font-size: 1.8rem;
  }
  .p-article__date--year {
    font-size: 1rem;
  }
  .p-article__inner {
    padding: 10px 24px 10px 12px;
  }
  .p-article__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .p-single__header {
    margin-bottom: 6px;
  }
  .p-single__date {
    padding: 12px 8px;
    width: 6rem;
  }
  .p-single__date--main {
    font-size: 1.8rem;
  }
  .p-single__date--sub {
    font-size: 1.1rem;
  }
  .p-single__title {
    padding: 10px 24px 10px 12px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .p-single__inner {
    padding: 20px;
  }
  .p-single__text {
    font-size: 1.3rem;
  }
  .p-single__sns {
    margin-top: 20px;
    padding-top: 20px;
  }
  .p-single__sns-title {
    margin-right: 18px;
    font-size: 1.3rem;
  }
  .p-single__sns-item {
    margin-right: 12px;
  }
  .p-single__sns-icon {
    width: 18px;
  }
  .p-live_list__item {
    margin-bottom: 20px;
  }
  .p-live_detail__header {
    padding: 12px 14px;
  }
  .p-live_detail__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-live_detail__inner {
    padding: 18px 18px 24px;
  }
  .p-live_detail__text {
    font-size: 1.3rem;
  }
  .p-live_detail__footer {
    padding: 18px;
  }
  .p-live_info__header {
    margin: 0 auto 20px;
    width: 100%;
  }
  .p-live_info_data {
    font-size: 1.2rem;
  }
  .p-live_info_data__title {
    padding: 2px 8px;
    width: 100px;
  }
  .p-live_info_data__calender {
    display: table;
    margin-top: 2px;
  }
  .p-live_info_data__calender::before {
    right: 5px;
    width: 4px;
  }
  .p-live_info_data__calender-text {
    padding: 6px 20px;
    font-size: 1.2rem;
    line-height: 1;
  }
  .p-bio__text {
    padding: 24px;
    font-size: 1.4rem;
  }
  .p-disco__header {
    margin-bottom: 28px;
  }
  .p-disco__footer {
    margin-top: 28px;
  }
  .p-disco_list {
    margin-bottom: -14px;
  }
  .p-disco_list__item {
    margin: 0 auto 20px;
    width: 100%;
  }
  .p-disco_card__inner {
    padding: 22px 20px 26px;
  }
  .p-disco_card__data-item {
    font-size: 1.6rem;
  }
  .p-disco_in__header {
    margin-bottom: 10px;
  }
  .p-disco_in__footer {
    margin-top: 28px;
  }
  .p-disco_detail__header {
    padding: 20px 22px 42px;
  }
  .p-disco_detail__title {
    margin-bottom: 18px;
  }
  .p-disco_detail__title-category {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }
  .p-disco_detail__title-main {
    font-size: 1.8rem;
  }
  .p-disco_detail__data {
    margin-top: 22px;
  }
  .p-disco_detail__info-type {
    margin-top: 24px;
  }
  .p-disco_detail__info-description {
    margin-top: 18px;
    font-size: 1.3rem;
  }
  .p-disco_detail__date {
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 100%;
  }
  .p-disco_detail__date-release {
    font-size: 1.6rem;
  }
  .p-disco_detail__calender::before {
    right: 5px;
    width: 4px;
  }
  .p-disco_detail__calender-text {
    padding: 6px 34px;
    font-size: 1.3rem;
    line-height: 1;
  }
  .p-disco_detail__buy {
    margin-top: 20px;
  }
  .p-disco_detail__buy-btn {
    width: 100%;
  }
  .p-disco_detail__buy-text {
    padding: 12px 14px;
  }
  .p-disco_detail__mark {
    padding: 30px 0;
  }
  .p-disco_detail__mark-img {
    width: 14rem;
  }
  .p-disco_detail_area {
    padding: 24px 22px;
  }
  .p-disco_detail_area__header {
    margin-bottom: 20px;
    width: 100%;
  }
  .p-disco_detail_area__title {
    padding-left: 8px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .p-disco_detail_area__title::before {
    width: 3px;
  }
  .p-disco_detail_modal {
    padding-top: 40rem;
  }
  .p-disco_detail_modal__close {
    width: 30px;
  }
  .p-disco_detail_modal__inner {
    width: 80%;
  }
  .p-disco_track {
    padding: 8px 90px 8px 0;
  }
  .p-disco_track__title {
    font-size: 1.3rem;
  }
  .p-disco_track__btn {
    width: 15px;
  }
  .p-disco_track__btn--music {
    right: 34px;
  }
  .p-disco_track__btn--video {
    right: 6px;
  }
  .p-sound_player__title {
    width: 100%;
  }
  .p-sound_player__title-text {
    padding: 1.2rem 1rem;
    height: auto;
    font-size: 1.3rem;
  }
  .p-sound_player__controller {
    width: 100%;
  }
  .p-sound_player__btn {
    padding: 12px 0;
    width: 34px;
    height: 34px;
  }
  .p-sound_player__btn img {
    height: 10px;
  }
  .p-sound_player__time {
    padding: 12px;
    height: 34px;
  }
  .p-media__header {
    margin-bottom: 28px;
  }
  .p-media__footer {
    margin-top: 20px;
  }
  .p-media_detail__header {
    padding: 14px 10px 24px;
    width: 62px;
  }
  .p-media_detail__date {
    text-align: right;
  }
  .p-media_detail__day {
    font-size: 1.8rem;
    text-align: right;
  }
  .p-media_detail__day--year {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 1.1rem;
  }
  .p-media_detail__day--day {
    display: inline-block;
  }
  .p-media_detail__week {
    vertical-align: top;
    margin-top: 8px;
    margin-left: 0;
    font-size: 1.2rem;
  }
  .p-media_detail__inner {
    padding: 24px 14px 24px 14px;
  }
  .p-media_detail__category {
    margin-bottom: 8px;
    padding: 3px 8px;
    width: 80px;
    font-size: 1.2rem;
  }
  .p-media_detail__title {
    margin-bottom: 18px;
  }
  .p-media_detail__main {
    font-size: 1.4rem;
  }
  .p-media_detail__time {
    margin-top: 2px;
    font-size: 1.3rem;
  }
  .p-media_detail__text {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .p-media_detail__link-text {
    font-size: 1.3rem;
  }
  .p-diary__header {
    margin-bottom: 28px;
  }
  .p-diary__select {
    margin: 0 auto;
  }
  .p-diary__footer {
    margin-top: 20px;
  }
  .p-diary_in__header {
    margin-bottom: 14px;
  }
  .p-diary_in__footer {
    margin-top: 20px;
  }
  .p-diary_list {
    margin-bottom: -14px;
  }
  .p-diary_list__item {
    margin: 0 auto 14px;
    width: 100%;
  }
  .p-diary_card__inner {
    padding: 14px 20px 16px;
  }
  .p-diary_card__title {
    margin-bottom: 2px;
    font-size: 1.5rem;
  }
  .p-diary_card__date {
    margin-bottom: 4px;
    font-size: 1.3rem;
  }
  .p-diary_card__name {
    font-size: 1.3rem;
  }
  .p-diary_card__text {
    margin-top: 12px;
    font-size: 1.3rem;
  }
  .p-diary_single__header {
    margin-bottom: 6px;
  }
  .p-diary_single__date {
    padding: 12px 4px;
    width: 9.2rem;
  }
  .p-diary_single__date--main {
    font-size: 1.7rem;
  }
  .p-diary_single__date--sub {
    font-size: 1.1rem;
  }
  .p-diary_single__heading {
    padding: 14px 24px 14px 12px;
    font-size: 1.5rem;
  }
  .p-diary_single__title {
    margin-bottom: 4px;
  }
  .p-diary_single__name {
    font-size: .7em;
  }
  .p-diary_single__text {
    padding: 20px;
    font-size: 1.3rem;
  }
  .p-card_area__header {
    margin-bottom: 24px;
  }
  .p-card_area__footer {
    margin-top: 28px;
  }
  .p-card_area_in__header {
    margin-bottom: 14px;
  }
  .p-card_area_in__footer {
    margin-top: 20px;
  }
  .p-img_card_list {
    margin-bottom: -14px;
  }
  .p-img_card_list__item {
    margin: 0 auto 10px;
    width: 100%;
  }
  .p-img_card {
    padding: 6px;
  }
  .p-img_card__header {
    width: 35%;
  }
  .p-img_card__inner {
    padding: 10px;
  }
  .p-img_card__title {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .p-img_card__date {
    font-size: 1.3rem;
  }
  .p-img_card__note {
    font-size: 1.2rem;
  }
  .p-video__header {
    margin-bottom: 10px;
  }
  .p-video__footer {
    margin-top: 30px;
  }
  .p-video_list {
    margin-bottom: -32px;
  }
  .p-video_list__item {
    margin-bottom: 32px;
    width: 100%;
  }
  .p-video_card__play {
    font-size: 3rem;
  }
  .p-video_card__title {
    font-size: 1.5rem;
  }
  .p-video_card__date {
    margin-top: 4px;
    font-size: 1.2rem;
  }
  .p-mypage__footer {
    margin-top: 20px;
  }
  .p-mypage_detail {
    margin-bottom: 20px;
    padding: 10px;
  }
  .p-mypage_detail:last-child {
    margin-bottom: 0;
  }
  .p-mypage_detail__title {
    padding: 8px 12px;
    font-size: 1.5rem;
  }
  .p-mypage_detail__inner {
    padding: 20px 12px;
  }
  .p-mypage_qr {
    width: 60%;
  }
  .p-mypage_prof {
    font-size: 1.4rem;
  }
  .p-mypage_prof__title {
    padding-right: 5px;
    width: 90px;
  }
  .p-mypage_link {
    padding: 10px;
  }
  .p-mypage_link__item {
    margin: 0 2% 2px 0;
  }
  .p-mypage_link__item::after {
    right: 6px;
    width: 6px;
  }
  .p-mypage_link__text {
    padding: 14px;
    font-size: 1.3rem;
    text-align: left;
  }
}

@media screen and (min-width: 960px) {
  .l-in__container {
    padding: 42px 0 128px 115px;
  }
  .l-in__header {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg) translateY(-100%);
        -ms-transform: rotate(90deg) translateY(-100%);
            transform: rotate(90deg) translateY(-100%);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
  }
  .l-in__title {
    padding-right: 40px;
  }
  .c-category__item {
    max-width: 210px;
  }
  .c-form form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-form form dl dt {
    margin-right: 20px;
  }
  .p-article__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .p-live_detail__text {
    padding: 0 20px;
  }
  .p-live_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-live_info__header {
    max-width: 300px;
  }
  .p-live_info_data__calender {
    margin-left: 16px;
  }
  .p-disco_list__item {
    margin: 0 4% 4% 0;
  }
  .p-disco_list__item:nth-child(3n) {
    margin-right: 0;
  }
  .p-disco_detail__header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
  .p-disco_detail__title {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/ 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/ 2;
  }
  .p-disco_detail__img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/ 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/ 3;
    padding-right: 30px;
  }
  .p-disco_detail__data {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/ 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/ 3;
  }
  .p-disco_detail__calender {
    margin-left: 45px;
  }
  .p-disco_detail_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-sound_player {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-diary__select {
    float: right;
  }
  .p-diary_list__item {
    margin: 0 4% 2% 0;
  }
  .p-diary_list__item:nth-child(even) {
    margin-right: 0;
  }
  .p-diary_single__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-diary_single__title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .p-diary_single__name {
    margin-left: 15px;
  }
  .p-img_card_list__item {
    margin: 0 4% 2% 0;
  }
  .p-img_card_list__item:nth-child(even) {
    margin-right: 0;
  }
  .p-video_list__item {
    margin: 0 4% 4% 0;
  }
  .p-video_list__item:nth-child(even) {
    margin-right: 0;
  }
  .p-mypage__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-mypage_detail--qr {
    width: 42%;
  }
  .p-mypage_detail--prof {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin-left: 1px;
  }
  .p-mypage_detail--prof::before {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(10%, 10%);
        -ms-transform: translate(10%, 10%);
            transform: translate(10%, 10%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    opacity: .4;
    background: url("../img/in/logo_mark.png") no-repeat right bottom;
    background-size: contain;
    width: 300px;
    height: 300px;
    content: "";
  }
}

@media screen and (min-width: 960px) and (max-width: 1399px) {
  .l-in__container {
    width: 85%;
  }
}

@media screen and (min-width: 960px) and (max-width: 1300px) {
  .l-in__container {
    width: 90%;
  }
}

@media screen and (max-width: 959px) and (min-width: 750px) {
  .c-category {
    margin-bottom: -1%;
  }
  .c-category--disco .c-category__item {
    margin: 0 1% 1% 0;
    width: 24%;
  }
  .c-category--disco .c-category__item:nth-child(2n) {
    margin-right: 1%;
  }
  .p-disco_list {
    margin-bottom: -4%;
  }
  .p-disco_list__item {
    margin: 0 4% 4% 0;
    width: 48%;
  }
  .p-disco_list__item:nth-child(even) {
    margin-right: 0;
  }
  .p-diary_list {
    margin-bottom: -2%;
  }
  .p-diary_list__item {
    margin: 0 4% 2% 0;
    width: 48%;
  }
  .p-diary_list__item:nth-child(even) {
    margin-right: 0;
  }
  .p-img_card_list {
    margin-bottom: -2%;
  }
  .p-img_card_list__item {
    margin: 0 4% 2% 0;
    width: 48%;
  }
  .p-img_card_list__item:nth-child(even) {
    margin-right: 0;
  }
  .p-video_list {
    margin-bottom: -4%;
  }
  .p-video_list__item {
    margin: 0 4% 4% 0;
    width: 48%;
  }
  .p-video_list__item:nth-child(even) {
    margin-right: 0;
  }
}

@media screen and (min-width: 960px) and (min-width: 1601px) {
  .p-disco_list__item {
    margin: 0 2% 2% 0;
    width: 23%;
  }
  .p-disco_list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .p-disco_list__item:nth-child(4n) {
    margin-right: 0;
  }
}
