@charset "UTF-8";
/* ====================
Layout
 ==================== */
/* ====================
Project
 ==================== */
.p-news {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}

.p-news__container {
  position: relative;
  margin: 0 auto;
  width: 73.143%;
}

.p-news__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-width: 100px;
}

.p-news__title-sub {
  margin-right: 8px;
  background: #000;
  padding: 10px 4px 10px 2px;
  line-height: 1;
  letter-spacing: 3px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.p-news__title-main {
  font-weight: 700;
  font-size: 72px;
  line-height: .8;
  font-family: 'Cormorant Infant', YakuHanMP_Noto, 'Noto Serif JP', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 2px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.p-news__inner {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
}

.p-news__footer {
  position: relative;
  margin: 42px auto 0;
  width: 100%;
}

.p-news_data {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  padding: 28px 30px 28px 0;
  width: 100%;
}

[data-ua="pc"] .p-news_data:hover {
  opacity: .6;
}

.p-news_data::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 100%;
  content: "";
}

.p-news_data::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/common/arrow_s.svg") no-repeat center;
  background-size: contain;
  width: 25px;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-news_data:hover::after {
  -webkit-animation: arrow 1.6s linear infinite;
  animation: arrow 1.6s linear infinite;
}

.p-news_data__date {
  display: inline-block;
  position: relative;
  margin: 0 auto 12px;
  background: #fff;
  padding: 2px 4px;
  color: #000;
  font-size: 13px;
  letter-spacing: 2px;
}

.p-news_data__title {
  display: block;
  position: relative;
  font-size: 18px;
}

.p-news_data__title br {
  display: none;
}

.p-news_in {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}

.p-news_in__container {
  position: relative;
  margin: 0 auto;
  width: 73.143%;
}

.p-news_in__header {
  display: block;
  position: relative;
  padding: 18px 0 34px;
}

.p-news_in__header::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 1px;
  content: "";
}

.p-news_in__date {
  display: inline-block;
  position: relative;
  margin: 0 auto 10px;
  background: #fff;
  padding: 2px 4px;
  color: #000;
  font-size: 16px;
  letter-spacing: 2px;
}

.p-news_in__title {
  display: block;
  position: relative;
  font-size: 24px;
  line-height: 1.5;
}

.p-news_in__inner {
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
}

.p-news_in__text {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 1.2px;
}

.p-news_in__text img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
}

.p-news_in__text a {
  color: #fde233;
  text-decoration: underline;
}

.p-news_in__text iframe {
  width: auto;
  max-width: 100% !important;
  height: auto;
}

.p-news_in__footer {
  position: relative;
  padding-top: 48px;
  width: 100%;
  text-align: center;
}

.p-news_in__footer::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  width: 100%;
  height: 1px;
  content: "";
}

.p-news_in__back {
  display: inline-block;
  position: relative;
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  margin: 0 auto;
}

[data-ua="pc"] .p-news_in__back:hover {
  opacity: .6;
}

.p-news_in__back-text {
  display: block;
  position: relative;
  padding: 8px 20px 8px 40px;
  font-size: 24px;
  font-family: 'Cormorant Infant', YakuHanMP_Noto, 'Noto Serif JP', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}

.p-news_in__back-text::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  background: url("../img/common/arrow_s.svg") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-news_in__back:hover .p-news_in__back-text::before {
  -webkit-animation: arrow-1 1.6s linear infinite;
  animation: arrow-1 1.6s linear infinite;
}

/* ====================
COMPONENT
 ==================== */

@media screen and (max-width: 960px){
  .p-news__container {
    width: 90.667%;
  }
  .p-news__footer {
    margin-top: 40px;
  }
  .p-news_data {
    padding: 14px 30px 14px 0;
  }
  .p-news_data::after {
    width: 18px;
  }
  .p-news_data__date {
    margin-bottom: 5px;
    font-size: 10px;
  }
  .p-news_data__title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.5;
  }
  .p-news_in__container {
    width: 90.667%;
  }
  .p-news_in__header {
    padding: 12px 0 20px;
  }
  .p-news_in__date {
    margin-bottom: 6px;
    font-size: 11px;
  }
  .p-news_in__title {
    font-size: 14px;
  }
  .p-news_in__inner {
    padding: 20px 0;
  }
  .p-news_in__text {
    font-size: 13px;
    line-height: 2;
  }
  .p-news_in__text iframe {
    width: 80vw;
    height: 45vw;
  }
  .p-news_in__footer {
    padding-top: 28px;
  }
  .p-news_in__back-text {
    padding: 8px 10px 8px 28px;
    font-size: 16px;
  }
  .p-news_in__back-text::before {
    width: 18px;
  }
}

@media screen and (min-width: 961px){
  .p-news_data__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .p-news_in__text iframe {
    width: 50vw;
    height: 28.125vw;
  }
}
