@charset "UTF-8";
.l-in {
  position: relative;
  margin: 0 auto;
  padding: 180px 0;
  width: 77%;
  max-width: 1000px;
}

.l-in__header {
  position: relative;
  margin: 0 auto 55px;
  width: 100%;
}

.l-in__title {
  color: #3b61a7;
  font-family: 'Taviraj', YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 150.4px;
  font-size: 9.4rem;
  font-weight: 200;
  letter-spacing: 5.76px;
  letter-spacing: .36rem;
  text-align: center;
}

.l-in__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

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

.p-news__footer {
  position: relative;
  margin: 46px auto 0;
  width: 100%;
}

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

.p-news_in__footer {
  position: relative;
  margin: 58px auto 0;
  width: 100%;
  text-align: center;
}

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

.p-archive__item {
  position: relative;
  margin: 0 auto;
  border-top: 1px solid #3b61a7;
  width: 100%;
}

.p-archive__item:last-child {
  border-bottom: 1px solid #3b61a7;
}

.p-article {
  position: relative;
  margin: 0 auto;
  padding: 36px 20px;
  width: 100%;
  font-family: YakuHanMP, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 28.8px;
  font-size: 1.8rem;
  letter-spacing: 0.72px;
  letter-spacing: .045rem;
}

.p-article::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: -webkit-gradient(linear, left top, right top, from(#ebf5fc), color-stop(50%, #e4ecfc), to(#e4e5fc));
  background: linear-gradient(to right, #ebf5fc 0%, #e4ecfc 50%, #e4e5fc 100%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

[data-ua="pc"] .p-article:hover::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: .5;
}

.p-article__title {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  word-break: break-all;
}

.p-article__title br {
  display: none;
}

.p-article__date {
  display: block;
  margin-right: 34px;
  color: #3b61a7;
  font-weight: 400;
}

.p-article__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.p-single__header {
  position: relative;
  margin: 0 auto 32px;
  border-bottom: 1px solid #3b61a7;
  padding-bottom: 35px;
  width: 100%;
}

.p-single__title {
  font-family: YakuHanMP, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-single__date {
  position: relative;
  margin: 14px auto 0;
  width: 100%;
  color: #3b61a7;
  font-family: YakuHanMP, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 28.8px;
  font-size: 1.8rem;
}

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

.p-single__text {
  display: block;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 27.2px;
  font-size: 1.7rem;
  line-height: 1.5;
}

[data-ua="pc"] .p-single__text a:hover {
  text-decoration: underline;
}

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

.p-paginatnion__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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-paginatnion__item {
  margin: 0 5px;
  width: 40px;
  font-family: YakuHanMP, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}

.p-paginatnion__text {
  display: block;
  position: relative;
  padding: 12px 0;
  width: 100%;
  color: #555;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.is-current .p-paginatnion__text {
  color: #3b61a7;
}

.p-paginatnion__text::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#ebf5fc), color-stop(50%, #e4ecfc), to(#e4e5fc));
  background: linear-gradient(to right, #ebf5fc 0%, #e4ecfc 50%, #e4e5fc 100%);
  padding-top: 100%;
  width: 100%;
}

.is-current .p-paginatnion__text::before {
  content: "";
}

.p-back_btn {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}

.p-back_btn__text {
  display: block;
  -webkit-transition: color 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #3b61a7;
  border-radius: 50px;
  padding: 12px 40px;
  color: #3b61a7;
  font-family: YakuHanMP, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: .9;
}

[data-ua="pc"] .p-back_btn:hover .p-back_btn__text {
  background: #3b61a7;
  color: #fff;
}

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

.p-disco__footer {
  position: relative;
  margin: 96px auto 0;
  width: 100%;
  text-align: center;
}

.p-disco_list {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
}

.p-disco_list__item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 0 4.23333% 30px 0;
  width: 30.5%;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

.p-disco_card {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
}

.p-disco_card__img {
  position: relative;
  margin: 0 auto;
  padding-top: 100%;
  width: 100%;
}

.p-disco_card__img::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: -webkit-gradient(linear, left top, right top, from(#ebf5fc), color-stop(50%, #e4ecfc), to(#e4e5fc));
  background: linear-gradient(to right, #ebf5fc 0%, #e4ecfc 50%, #e4e5fc 100%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

[data-ua="pc"] .p-disco_card:hover .p-disco_card__img::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: .5;
}

.p-disco_card__thumb {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-disco_card__thumb::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  width: 100%;
  height: 100%;
  content: "";
}

.p-disco_card__text {
  position: relative;
  -webkit-transition: color 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 10px auto 0;
  width: 100%;
  font-family: YakuHanMP, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 15px;
  letter-spacing: .6px;
  line-height: 1.5;
}

[data-ua="pc"] .p-disco_card:hover .p-disco_card__text {
  color: #3b61a7;
}

.p-disco_card__text.-min {
  font-size: 14px;
}

.p-disco_card__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

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

.p-disco_in__header {
  position: relative;
  margin: 0 auto 60px;
  border-bottom: 1px solid #3b61a7;
  padding-bottom: 50px;
  width: 100%;
}

.p-disco_in__title {
  position: relative;
  margin: 0 auto 50px;
  border-bottom: 1px solid #3b61a7;
  padding-bottom: 42px;
  width: 100%;
  font-family: YakuHanMP, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 44.8px;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: .85px;
  line-height: 1.5;
  text-align: center;
  word-break: keep-all;
}

.p-disco_in__description {
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 1.7;
}

.p-disco_in__description iframe {
  display: block;
  position: relative;
  margin: 10px 0;
  width: 50vw !important;
  max-width: 600px !important;
  height: 28.125vw !important;
  max-height: 337.5px !important;
}

[data-ua="pc"] .p-disco_in__description a:hover {
  text-decoration: underline;
}

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

.p-disco_in__inner + .p-disco_in__inner {
  margin: 30px auto 0;
  border-top: 1px solid #3b61a7;
  padding-top: 60px;
}

.p-disco_in__footer {
  position: relative;
  margin: 75px auto 0;
  border-top: 1px solid #3b61a7;
  padding-top: 75px;
  width: 100%;
}

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

.p-disco_info__img {
  display: block;
  position: relative;
  margin-right: 52px;
  width: 350px;
}

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

.p-disco_info__jacket img {
  display: block;
  margin: 0 auto;
}

.p-disco_info__btn {
  position: relative;
  margin: 28px auto 0;
  width: 100%;
}

.p-disco_info__text {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.p-disco_info__category {
  margin-bottom: 10px;
  color: #3b61a7;
  font-size: 14px;
}

.p-disco_info__name {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-family: YakuHanMP, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.p-disco_info__data {
  position: relative;
  margin: 14px auto 0;
  width: 100%;
}

.p-disco_info__disc {
  position: relative;
  margin: 26px auto 0;
  width: 100%;
}

.p-disco_btn_list {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
  text-align: center;
}

.p-disco_btn_list__item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: 2%;
  width: 49%;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

.p-disco_btn_list__item:nth-child(2n) {
  margin-right: 0;
}

.p-disco_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
}

.p-disco_data + .p-disco_data {
  margin-top: 6px;
}

.p-disco_text {
  position: relative;
  margin: 34px auto 0;
  width: 100%;
  font-size: 15px;
  line-height: 1.6;
}

.p-disco_text:nth-child(2) {
  margin-top: 0;
}

.p-disco_text img {
  max-width: 100% !important;
  height: auto !important;
}

.p-disco_text iframe {
  width: 30vw !important;
  max-width: 100% !important;
  height: 16.875vw !important;
  max-height: 265.5px !important;
}

.p-disco_disc {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
}

.p-disco_disc__name {
  position: relative;
  margin: 0 auto 8px;
  width: 100%;
}

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

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

.p-disco_disc__item + .p-disco_disc__item {
  margin-top: 6px;
}

.p-disco_disc__item .player {
  display: inline-block;
}

.p-disco_disc__item span {
  display: block;
  margin-top: 2px;
  font-size: .8em;
}

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

.p-disco_special__name {
  display: table;
  position: relative;
  margin: 0 auto 32px;
  font-family: YakuHanMP, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 1.6px;
  letter-spacing: .1rem;
  line-height: 1;
  text-align: center;
}

.p-disco_special__text {
  position: relative;
  width: 100%;
  font-size: 15px;
  line-height: 1.6;
}

.p-disco_special__text img {
  max-width: 100% !important;
  height: auto !important;
}

.p-disco_special__text a {
  color: #b39242;
}

.p-disco_special__text iframe {
  width: 90vw !important;
  max-width: 900px !important;
  height: 50.625vw !important;
  max-height: 506.25px !important;
}

.p-disco_btn {
  position: relative;
  -webkit-transition: background 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  border: 1px solid #3b61a7;
  border-radius: 100px;
  width: 100%;
}

[data-ua="pc"] .p-disco_btn:hover {
  background: #3b61a7;
}

.p-disco_btn__link {
  display: block;
  position: relative;
  padding: 12px 0;
  text-align: center;
}

.p-disco_btn__text {
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding-left: 48px;
  padding-left: 3rem;
  color: #3b61a7;
  font-family: YakuHanMP, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 25.6px;
  font-size: 1.6rem;
}

[data-ua="pc"] .p-disco_btn:hover .p-disco_btn__text {
  color: #fff;
}

.p-disco_btn__text:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: url("../img/discography/icon_shop.png") no-repeat left center;
  background-size: contain;
  width: 22px;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-disco_btn:hover .p-disco_btn__text:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.p-disco_btn__text:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: url("../img/discography/icon_shop_w.png") no-repeat left center;
  background-size: contain;
  width: 22px;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-disco_btn:hover .p-disco_btn__text:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.p-disco_modal {
  position: relative;
  margin: 0 auto;
  background: #fff;
  padding: 42px 0 32px;
  width: 80%;
}

.p-disco_modal__name {
  display: block;
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 28px;
  color: #3b61a7;
  font-family: 'Taviraj', YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: 700;
}

.p-disco_modal__text {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.9;
  text-align: left;
}

.p-disco_modal__list {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
}

.p-disco_modal__item {
  display: inline-block;
  vertical-align: top;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 24%;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

[data-ua="pc"] .p-disco_modal__item:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: .6;
}

.p-disco_modal__item img {
  width: 100%;
}

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

.p-disco_modal__download-title {
  display: none !important;
}

.p-disco_modal__download-qr {
  display: none !important;
}

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

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

.p-movie__list {
  margin-bottom: -3.6%;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
}

.p-movie__list-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 4% 4% 0;
  width: 48%;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

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

.p-movie__footer {
  position: relative;
  margin: 80px auto 0;
  margin: 5rem auto 0;
  width: 100%;
}

.c-movie-thumb {
  position: relative;
  width: 100%;
}

.c-movie-thumb__inner {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

.c-movie-thumb__cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.c-movie-thumb__cover::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background: url("../img/common/play.png") no-repeat center;
  background-size: contain;
  width: 96px;
  width: 6rem;
  height: 96px;
  height: 6rem;
  content: "";
}

.c-movie-thumb__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  height: 100%;
}

[data-ua="pc"] .c-movie-thumb:hover .c-movie-thumb__img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.c-movie-thumb__img::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgba(59, 97, 167, 0.3);
  width: 100%;
  height: 100%;
  content: "";
}

[data-ua="pc"] .c-movie-thumb:hover .c-movie-thumb__img::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.c-movie-thumb__title {
  -webkit-transition: color 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-top: 16px;
  margin-top: 1rem;
  color: #555;
  font-size: 22.4px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  letter-spacing: .125rem;
  line-height: 1.8;
  text-align: left;
}

.c-player {
  position: relative;
  margin: 0 auto;
  padding-top: 56.25%;
  width: 100%;
}

.c-player__inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-player__inner iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.p-goods__header {
  position: relative;
  margin: 0 auto 40px;
  border-bottom: 1px solid #3b61a7;
  padding-bottom: 40px;
  width: 100%;
}

.p-goods__title {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-family: YakuHanMP, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 41.6px;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: .85px;
  line-height: 1.5;
  text-align: center;
  word-break: keep-all;
}

.p-goods__lead {
  position: relative;
  margin-top: 40px;
  border-top: 1px solid #3b61a7;
  padding-top: 50px;
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
}

.p-goods__lead iframe {
  display: block;
  position: relative;
  margin: 10px 0;
  width: 50vw !important;
  max-width: 600px !important;
  height: 28.125vw !important;
  max-height: 337.5px !important;
}

[data-ua="pc"] .p-goods__lead a:hover {
  text-decoration: underline;
}

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

.p-goods__inner + .p-goods__inner {
  margin: 30px auto 0;
  border-top: 1px solid #3b61a7;
  padding-top: 60px;
}

.p-goods__list {
  position: relative;
  margin: 0 auto;
  border-bottom: 1px solid #3b61a7;
  padding-bottom: 25px;
  width: 100%;
}

.p-goods__footer {
  position: relative;
  margin: 50px auto 0;
  width: 100%;
}

.p-goods__text {
  position: relative;
  width: 100%;
  font-size: 15px;
  line-height: 1.7;
}

.p-goods__text iframe {
  display: block;
  position: relative;
  margin: 10px 0;
  width: 50vw !important;
  max-width: 600px !important;
  height: 28.125vw !important;
  max-height: 337.5px !important;
}

[data-ua="pc"] .p-goods__text a:hover {
  text-decoration: underline;
}

.p-goods__btn {
  position: relative;
  width: 100%;
  text-align: center;
}

.p-goods_list {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
}

.p-goods_list__item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 0 4.23333% 30px 0;
  width: 30.5%;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

.p-goods_data {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
}

.p-goods_data__img {
  position: relative;
  margin: 0 auto;
  padding-top: 100%;
  width: 100%;
}

.p-goods_data__img::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: -webkit-gradient(linear, left top, right top, from(#ebf5fc), color-stop(50%, #e4ecfc), to(#e4e5fc));
  background: linear-gradient(to right, #ebf5fc 0%, #e4ecfc 50%, #e4e5fc 100%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

[data-ua="pc"] .p-goods_data:hover .p-goods_data__img::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: .5;
}

.p-goods_data__thumb {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-goods_data__thumb::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  width: 100%;
  height: 100%;
  content: "";
}

.p-goods_data__text {
  position: relative;
  -webkit-transition: color 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 10px auto 0;
  width: 100%;
  font-family: YakuHanMP, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: .6px;
  line-height: 1.5;
}

[data-ua="pc"] .p-goods_data:hover .p-goods_data__text {
  color: #3b61a7;
}

.p-goods_data__text.-min {
  font-size: 14px;
}

.p-goods_data__price {
  position: relative;
  -webkit-transition: color 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 4px auto 0;
  width: 100%;
  color: #3b61a7;
  font-family: YakuHanMP, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 13px;
  letter-spacing: .6px;
  line-height: 1.5;
}

[data-ua="pc"] .p-goods_data:hover .p-goods_data__price {
  color: #3b61a7;
}

.p-goods_data__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.p-goods_modal {
  position: relative;
  margin: 0 auto;
  width: 90%;
  font-size: 1em;
}

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

.p-goods_modal__img {
  position: relative;
  z-index: 1;
  width: 340px;
}

.p-goods_modal__thumb {
  position: relative;
  background: #fff;
  padding-top: 100%;
  width: 100%;
}

.p-goods_modal__thumb-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-goods_modal__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: left;
}

.p-goods_modal__name {
  position: relative;
  margin-bottom: 20px;
  font-family: YakuHanMP, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 38.4px;
  font-size: 2.4rem;
  letter-spacing: .6px;
}

.p-goods_modal__detail {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: .8px;
  line-height: 1.6;
  word-break: break-word;
}

.p-goods_modal__detail a {
  color: #b39242;
  text-decoration: underline;
}

[data-ua="pc"] .p-goods_modal__detail a:hover {
  text-decoration: none;
}

.p-goods_modal__shop {
  position: relative;
  margin-top: 12px;
  font-size: 0;
  letter-spacing: -.4em;
}

.p-goods_modal__shop > a {
  display: inline-block;
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin: 0 10px 10px 0;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

[data-ua="pc"] .p-goods_modal__shop > a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  opacity: .65;
}

.p-goods_thumb_list {
  position: relative;
  margin: 20px auto 0;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
  text-align: left;
}

.p-goods_thumb_list__item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  margin: 0 2.25% 2.25% 0;
  padding-top: 18%;
  width: 18%;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

.p-goods_thumb_list__item:nth-child(5n) {
  margin-right: 0;
}

.p-goods_thumb_list__item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: .5;
  -webkit-transition: opacity 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: -webkit-gradient(linear, left top, right top, from(#ebf5fc), color-stop(50%, #e4ecfc), to(#e4e5fc));
  background: linear-gradient(to right, #ebf5fc 0%, #e4ecfc 50%, #e4e5fc 100%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.p-goods_thumb_list__item.is-current::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

[data-ua="pc"] .p-goods_thumb_list__item:hover::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

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

.p-qa__header {
  position: relative;
  margin: 0 auto 52px;
  border-bottom: 1px solid #3b61a7;
  padding-bottom: 38px;
  width: 100%;
}

.p-qa__title {
  position: relative;
  margin: 0 auto 12px;
  width: 100%;
  font-family: YakuHanMP, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 44.8px;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: .85px;
  line-height: 1.5;
  text-align: center;
  word-break: keep-all;
}

.p-qa__description {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 25.6px;
  font-size: 1.6rem;
  text-align: center;
}

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

.p-qa__inner ul li + li {
  margin-top: 50px;
}

.p-qa__inner dl dt {
  position: relative;
  margin: 0 auto 14px;
  width: 100%;
  color: #3b61a7;
  font-family: YakuHanMP, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 24px;
}

.p-qa__inner dl dd {
  line-height: 1.7;
}

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

.p-story__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-family: YakuHanMP, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
}

.p-story__inner .intro {
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 1.5;
}

.is-ready .p-story__inner .intro {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.p-story__inner .text {
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.8;
}

.is-ready .p-story__inner .text {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}

.p-story__inner .catch {
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin-top: 28px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .8px;
}

.is-ready .p-story__inner .catch {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}

.p-story__img {
  position: relative;
  margin: 80px auto 0;
  width: 100%;
  max-width: 800px;
}

@media screen and (max-width: 959px) {
  .l-in {
    padding: 110px 0 70px;
    width: 90%;
    max-width: 600px;
  }
  .l-in__header {
    margin-bottom: 34px;
  }
  .l-in__title {
    font-size: 5.4rem;
  }
  [data-area="discography"] .l-in__title {
    font-size: 4.8rem;
    letter-spacing: -.06rem;
  }
  .p-news__footer {
    margin-top: 34px;
  }
  .p-news_in__footer {
    margin-top: 48px;
  }
  .p-article {
    padding: 20px 0;
  }
  .p-article__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .p-article__date {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .p-single__header {
    margin-bottom: 28px;
    padding-bottom: 28px;
  }
  .p-single__title {
    font-size: 1.8rem;
  }
  .p-single__date {
    margin-top: 8px;
    font-size: 1.4rem;
  }
  .p-single__text {
    font-size: 1.4rem;
  }
  .p-paginatnion__item {
    margin: 0 8px;
    width: 30px;
  }
  .p-paginatnion__text {
    font-size: 1.4rem;
  }
  .p-back_btn__text {
    padding: 12px 34px;
    font-size: 1.3rem;
  }
  .p-disco__footer {
    margin-top: 44px;
  }
  .p-disco_list__item {
    margin: 0 4% 16px 0;
    width: 48%;
  }
  .p-disco_list__item:nth-child(2n) {
    margin-right: 0;
  }
  .p-disco_card__text {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.4;
  }
  .p-disco_card__text.-min {
    font-size: 12px;
  }
  .p-disco_in__header {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .p-disco_in__title {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 1.7rem;
  }
  .p-disco_in__description {
    font-size: 13px;
    line-height: 2;
  }
  .p-disco_in__description iframe {
    width: 90vw !important;
    max-width: 100% !important;
    height: 50.625vw !important;
    max-height: 337.5px !important;
  }
  .p-disco_in__inner + .p-disco_in__inner {
    margin-top: 40px;
    padding-top: 40px;
  }
  .p-disco_in__footer {
    margin-top: 60px;
    padding-top: 60px;
  }
  .p-disco_info__img {
    margin: 0 auto 26px;
    width: 100%;
  }
  .p-disco_info__btn {
    margin-top: 24px;
  }
  .p-disco_info__category {
    margin-bottom: 10px;
  }
  .p-disco_info__name {
    font-size: 16px;
  }
  .p-disco_info__data {
    margin-top: 12px;
  }
  .p-disco_data {
    font-size: 14px;
    line-height: 1.3;
  }
  .p-disco_data + .p-disco_data {
    margin-top: 4px;
  }
  .p-disco_text {
    margin-top: 22px;
    font-size: 14px;
  }
  .p-disco_text iframe {
    width: 90vw !important;
    max-width: 100% !important;
    height: 50.625vw !important;
    max-height: 337.5px !important;
  }
  .p-disco_disc {
    font-size: 14px;
  }
  .p-disco_special__name {
    font-size: 2rem;
  }
  .p-disco_special__text iframe {
    width: 90vw !important;
    max-width: 900px !important;
    height: 50.625vw !important;
    max-height: 337.5px !important;
  }
  .p-disco_btn__link {
    padding: 12px 0;
  }
  .p-disco_modal {
    padding: 32px 0 20px;
    width: 90%;
  }
  .p-disco_modal__name {
    margin-bottom: 16px;
    padding-bottom: 18px;
    font-size: 2rem;
  }
  .p-disco_modal__text {
    font-size: 1.5rem;
    line-height: 2;
  }
  .p-disco_modal__item {
    margin: 0 4% 16px 0;
    width: 48%;
  }
  .p-disco_modal__item:nth-child(2n), .p-disco_modal__item:last-child {
    margin-right: 0;
  }
  .p-movie__list-item {
    margin: 0 auto 3rem;
    width: 100%;
  }
  .p-movie__footer {
    margin-top: 3.6rem;
  }
  .c-movie-thumb__cover::before {
    width: 4rem;
    height: 4rem;
  }
  .c-movie-thumb__title {
    position: relative;
    margin: 1rem auto 0;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .p-goods__header {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .p-goods__title {
    font-size: 1.7rem;
  }
  .p-goods__lead {
    margin-top: 30px;
    padding-top: 30px;
    font-size: 13px;
    line-height: 2;
  }
  .p-goods__lead iframe {
    width: 90vw !important;
    max-width: 100% !important;
    height: 50.625vw !important;
    max-height: 337.5px !important;
  }
  .p-goods__inner + .p-goods__inner {
    margin-top: 40px;
    padding: 40px 0 60px;
  }
  .p-goods__footer {
    margin-top: 30px;
  }
  .p-goods__text {
    font-size: 13px;
    line-height: 1.8;
  }
  .p-goods__text iframe {
    width: 90vw !important;
    max-width: 100% !important;
    height: 50.625vw !important;
    max-height: 337.5px !important;
  }
  .p-goods_list__item {
    margin: 0 4% 10px 0;
    width: 48%;
  }
  .p-goods_list__item:nth-child(2n) {
    margin-right: 0;
  }
  .p-goods_data__text {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.4;
  }
  .p-goods_data__text.-min {
    font-size: 12px;
  }
  .p-goods_data__price {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.4;
  }
  .p-goods_modal {
    width: 80%;
  }
  .p-goods_modal__img {
    position: relative;
    margin: 0 auto 24px;
    width: 100%;
  }
  .p-goods_modal__name {
    margin-bottom: 14px;
    font-size: 1.6rem;
  }
  .p-goods_modal__detail {
    font-size: 1.3rem;
  }
  .p-qa__header {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .p-qa__title {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
  .p-qa__description {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .p-qa__inner ul li + li {
    margin-top: 30px;
  }
  .p-qa__inner dl dt {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .p-qa__inner dl dd {
    font-size: 14px;
    line-height: 1.8;
  }
  .p-story__inner .intro {
    font-size: 18px;
    line-height: 1.6;
  }
  .p-story__inner .text {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
  .p-story__inner .catch {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.7;
  }
  .p-story__img {
    margin-top: 40px;
  }
}

@media screen and (min-width: 960px) {
  .p-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-disco_list__item:nth-child(3n) {
    margin-right: 0;
  }
  .p-disco_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-disco_info__text {
    padding-top: 6px;
  }
  .p-disco_modal__item {
    margin: 0 1% 10px 0;
  }
  .p-disco_modal__item:nth-child(4n), .p-disco_modal__item:last-child {
    margin-right: 0;
  }
  .p-movie__list-item:nth-child(even) {
    margin-right: 0;
  }
  .p-goods_list__item:nth-child(3n) {
    margin-right: 0;
  }
  .p-goods_modal__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-goods_modal__img {
    margin-right: 45px;
  }
  .p-goods_modal__text {
    padding-top: 12px;
  }
  .p-story__inner .text strong {
    font-size: 1.2em;
  }
}
