@charset "UTF-8";
.p-hero__award {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 168px;
}

.is-load .p-hero__award {
  opacity: 1;
  -webkit-transition: opacity 2.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
  transition: opacity 2.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
}

.p-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: url("../img/common/bg_red.png") repeat left top;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.is-popup-show .p-popup {
  display: block;
}

.is-popup-open .p-popup {
  opacity: 1;
  -webkit-transition: opacity 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: auto;
}

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

.p-popup__bg::before {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/top/about_base_deco.png") no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  content: "";
}

.p-popup__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  max-width: 1120px;
  height: 100%;
}

.p-popup__container::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.p-popup__inner {
  position: relative;
  margin: 0 auto;
  background: #402b28;
  padding: 56px 34px;
  width: 100%;
}

.p-popup__inner::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/top/line.png") repeat-x left top, url("../img/top/line.png") repeat-x left bottom;
  background-size: auto;
  width: 100%;
  height: 100%;
  content: "";
}

.p-popup__img {
  position: relative;
  margin-right: 2.5%;
  width: 58%;
}

.p-popup__data {
  display: block;
  position: relative;
  text-align: center;
}

.p-popup__badge {
  position: relative;
  z-index: 1;
  margin: 0 auto 33px;
  width: 150px;
}

.p-popup__lead {
  display: block;
  position: relative;
  margin-bottom: 30px;
  color: #fff;
  font-family: 'Noto Serif JP', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.p-popup__price {
  display: inline-block;
  position: relative;
  border-radius: 100px;
  background: #f1c56e;
  padding: 6px 18px;
  font-family: 'Noto Serif JP', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
}

.p-popup__price span {
  font-size: 1.4em;
}

.p-popup__text {
  display: block;
  position: relative;
  margin-top: 18px;
  color: #fff;
  font-family: 'Noto Serif JP', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
}

.p-popup__close {
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
  cursor: pointer;
  width: 45px;
  height: 45px;
}

.p-popup__close::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: background 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #fff;
  width: 100%;
  height: 2px;
  content: "";
}

.p-popup__close:hover::before {
  background: #d49b56;
}

.p-popup__close::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: background 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #fff;
  width: 100%;
  height: 2px;
  content: "";
}

.p-popup__close:hover::after {
  background: #d49b56;
}

.p-info {
  position: relative;
  margin: 42px auto 0;
  background: rgba(0, 0, 0, 0.2);
  padding: 48px 0;
  width: 100%;
}

.p-info__container {
  position: relative;
  opacity: 0;
  margin: 0 auto;
  padding: 0 77px;
  width: 92.6%;
  max-width: 1400px;
}

.is-active .p-info__container {
  opacity: 1;
  -webkit-transition: opacity 1.4s cubic-bezier(0.76, 0, 0.24, 1);
  transition: opacity 1.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.p-info__header {
  width: 50px;
}

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

.p-info__inner {
  position: relative;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 100%;
  max-height: 800px;
  overflow: hidden;
}

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

.p-info__item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
  text-align: left;
  white-space: normal;
}

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

.p-info__nav-item {
  display: block;
  position: relative;
  -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);
  cursor: pointer;
  width: 40px;
}

.p-info__nav-item.is-disable {
  cursor: default;
}

.p-info__nav-item.-prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.p-info__nav-item img {
  -webkit-transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.p-info__nav-item.is-disable img {
  opacity: 0;
}

.p-info__nav-item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  background: url("../img/top/arrow_off.png") no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  content: "";
}

.p-info__nav-item.is-disable::before {
  opacity: 1;
}

[data-ua="pc"] .p-info__nav-item:hover {
  opacity: .6;
}

.p-info__link {
  -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);
}

[data-ua="pc"] .p-info__link:hover {
  opacity: .6;
}

.p-info_data {
  position: relative;
  -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);
  cursor: pointer;
  margin: 0 auto;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

[data-ua="pc"] .p-info_data:hover {
  opacity: .8;
}

.p-info_data__img {
  position: relative;
  margin: 0 auto;
  background: #f3e4b9;
  padding-top: 57.692%;
  width: 100%;
}

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

.p-info_data__inner {
  position: relative;
  margin: 0 auto;
  background: #f3e4b9;
  padding: 14px 20px;
  width: 100%;
}

.p-info_data__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: block;
  display: -webkit-box;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.75;
}

.p-info_data__date {
  margin-top: 6px;
  color: #b03726;
  font-size: 12px;
  text-align: right;
}

.p-info_data__footer {
  position: relative;
  margin: 1px auto 0;
  background: #f3e4b9;
  padding: 10px;
  width: 100%;
}

.p-info_data__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-info_data__account-img {
  margin-right: 12px;
  border-radius: 50%;
  background: #c9ae69;
  width: 40px;
  min-height: 40px;
  overflow: hidden;
}

.p-info_data__account-name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
  font-size: 13px;
  letter-spacing: 1px;
}

.p-info_modal {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  background: url("../img/common/bg_red.png") repeat left top;
  background-size: auto;
  width: 100vw;
  height: 100%;
  overflow-y: scroll;
  pointer-events: none;
  content: "";
}

.p-info_modal.is-info-modal-show {
  opacity: 1;
  pointer-events: auto;
}

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

.p-info_modal__bg::before {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/top/about_base_deco.png") no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  content: "";
}

.p-info_modal__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 80%;
  max-width: 770px;
  min-height: 100vh;
}

.p-info_modal__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  min-height: 100vh;
}

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

.p-info_modal__content {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  margin: 0 auto;
  width: 100%;
}

.is-info-modal-view .p-info_modal__content {
  opacity: 1;
}

.p-info_modal__img {
  position: relative;
  border-radius: 10px 10px 0 0;
  background: #f3e4b9;
  padding-top: 30px;
  width: 100%;
  overflow: hidden;
}

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

.p-info_modal__inner {
  position: relative;
  margin: 0 auto;
  background: #f3e4b9;
  padding: 20px 30px 10px;
  width: 100%;
}

.p-info_modal__text {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1.65;
}

.p-info_modal__date {
  color: #b03726;
  font-size: 14px;
  text-align: right;
}

.p-info_modal__footer {
  position: relative;
  margin: 1px auto 0;
  border-radius: 0 0 10px 10px;
  background: #f3e4b9;
  padding: 20px 30px;
  width: 100%;
  overflow: hidden;
}

.p-info_modal__footer::before {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  border-right: 30px solid #f3e4b9;
  border-left: 30px solid #f3e4b9;
  width: 100%;
  height: 1px;
  content: "";
}

.p-info_modal__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-info_modal__account-img {
  -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);
  margin-right: 12px;
  border-radius: 50%;
  background: #c9ae69;
  width: 40px;
  min-height: 40px;
  overflow: hidden;
}

[data-ua="pc"] .p-info_modal__account:hover .p-info_modal__account-img {
  opacity: .6;
}

.p-info_modal__account-name {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
}

.p-info_modal__link {
  -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);
}

[data-ua="pc"] .p-info_modal__link:hover {
  opacity: .6;
}

.p-info_modal__nav {
  position: fixed;
  top: 50%;
  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);
  cursor: pointer;
  width: 60px;
  pointer-events: auto;
}

.p-info_modal__nav.is-disable {
  pointer-events: none;
}

[data-ua="pc"] .p-info_modal__nav:hover {
  opacity: .6;
}

.p-info_modal__nav::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  content: "";
}

.p-info_modal__nav.-next {
  right: 40px;
  -webkit-transform: translate(0%, -50%) scale(-1, 1);
  transform: translate(0%, -50%) scale(-1, 1);
}

.p-info_modal__nav.-prev {
  left: 40px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.p-info_modal__nav img {
  -webkit-transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.p-info_modal__nav.is-disable img {
  opacity: 0;
}

.p-info_modal__nav::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  background: url("../img/top/arrow_off.png") no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  content: "";
}

.p-info_modal__nav.is-disable::before {
  opacity: 1;
}

.p-info_modal__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  width: 30px;
}

.is-info-modal-view .p-info_modal__loading {
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.p-info_modal_slide {
  position: relative;
  margin: 0 auto;
  width: 74%;
}

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

.p-info_modal_slide__item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
  pointer-events: none;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

.p-info_modal_slide__item.is-current {
  pointer-events: auto;
}

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

.p-info_modal_slide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 14px auto 0;
  width: 100%;
  height: 8px;
}

.p-info_modal_slide__pagination li {
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  background: #c9ae69;
  width: 8px;
  height: 8px;
}

.p-info_modal_slide__pagination li:first-child:last-child {
  display: none;
}

.p-info_modal_slide__pagination li + li {
  margin-left: 8px;
}

.p-info_modal_slide__pagination li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 50%;
  background: #b03726;
  width: 100%;
  height: 100%;
  content: "";
}

.p-info_modal_slide__pagination li.is-current::before {
  opacity: 1;
}

.p-info_modal_slide__nav {
  position: absolute;
  top: 50%;
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  cursor: pointer;
  width: 34px;
}

.p-info_modal_slide__nav.is-disable {
  opacity: 0;
}

.p-info_modal_slide__nav::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  content: "";
}

.p-info_modal_slide__nav.-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.p-info_modal_slide__nav.-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-info_modal_close {
  display: block;
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 15;
  cursor: pointer;
  width: 70px;
  height: 70px;
  content: "";
}

.p-info_modal_close__close {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.is-info-modal-show .p-info_modal_close__close {
  pointer-events: auto;
}

.p-info_modal_close__close::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200%;
  height: 300%;
  content: "";
}

.p-info_modal_close__close-item {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
}

.p-info_modal_close__close-item.-item1 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-info_modal_close__close-item.-item2 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-info_modal_close__close-deco {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  width: 100%;
  height: 100%;
  content: "";
}

.p-info_modal_close__close-deco::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
  transition: width 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
  background: #e4d8be;
  width: 0;
  height: 100%;
  content: "";
}

.p-info_modal_close__close-deco::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  background: #e4d8be;
  width: 0;
  height: 100%;
  content: "";
}

.is-info-modal-show .-item1 .p-info_modal_close__close-deco {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
  transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
}

.is-info-modal-show .-item1 .p-info_modal_close__close-deco::before {
  -webkit-transition: width 1s cubic-bezier(0.87, 0, 0.13, 1);
  transition: width 1s cubic-bezier(0.87, 0, 0.13, 1);
  width: 100%;
}

.is-info-modal-show .-item1 .p-info_modal_close__close-deco::after {
  -webkit-transition: width 0.8s cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: width 0.8s cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  width: 100%;
}

.is-info-modal-show .-item2 .p-info_modal_close__close-deco {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
  transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
}

.is-info-modal-show .-item2 .p-info_modal_close__close-deco::before {
  -webkit-transition: width 1s cubic-bezier(0.87, 0, 0.13, 1);
  transition: width 1s cubic-bezier(0.87, 0, 0.13, 1);
  width: 100%;
}

.is-info-modal-show .-item2 .p-info_modal_close__close-deco::after {
  -webkit-transition: width 0.8s cubic-bezier(0.87, 0, 0.13, 1) 0.3s;
  transition: width 0.8s cubic-bezier(0.87, 0, 0.13, 1) 0.3s;
  width: 100%;
}

@media screen and (min-width: 1081px){
  .p-hero__award {
    right: 280px;
    bottom: 20px;
  }
  .p-popup__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-popup__data {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: 0;
  }
  .p-info__header {
    position: absolute;
    top: -4px;
    left: 0;
  }
  .p-info__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-info__link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 512px;
  }
  .p-info_modal__link {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 220px;
  }
}

@media screen and (max-width: 1080px){
  .p-hero__award {
    top: 8%;
    left: 12%;
    width: 40%;
    max-width: 120px;
  }
  .p-hero__award ul{
    display: flex;
  }
  .p-hero__award ul li:first-child{
    margin-right: 10px;
  }
  .p-hero__award ul li{
    min-width: 90px;
  }
  .p-hero__award ul li.award_ps{
    min-width: 110px;
  }
  .p-popup {
    overflow-y: auto;
  }
  .p-popup__container {
    display: block;
    padding: 25% 0;
    width: 90%;
    max-width: 500px;
  }
  .p-popup__inner {
    padding: 90px 22px 5vh;
  }
  .p-popup__img {
    margin: 0 auto 12px;
    width: 100%;
  }
  .p-popup__data {
    position: static;
  }
  .p-popup__badge {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    width: 100px;
  }
  .p-popup__lead {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.6;
  }
  .p-popup__price {
    padding: 3px 16px;
    font-size: 16px;
  }
  .p-popup__text {
    margin-top: 12px;
    font-size: 24px;
  }
  .p-popup__close {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
  }
  .p-popup__close::before {
    height: 1px;
  }
  .p-popup__close::after {
    height: 1px;
  }
  .p-info {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 28px 0 12px;
  }
  .p-info__container {
    padding: 0;
    width: 90%;
    max-width: 500px;
  }
  .p-info__header {
    position: relative;
    margin: 0 auto 20px;
    width: 34%;
    max-width: 240px;
  }
  .p-info__inner {
    width: 105.5%;
  }
  .p-info__nav {
    margin: 18px 0 0;
    width: 94.787%;
  }
  .p-info__nav-item {
    display: none;
  }
  .p-info__link {
    position: relative;
    margin: 0 auto;
    width: 80%;
  }
  .p-info__more {
    max-width: 220px;
  }
  .p-info_data {
    border-radius: 5px;
  }
  .p-info_data__inner {
    padding: 10px 12px;
  }
  .p-info_data__text {
    font-size: 11px;
    line-height: 1.7;
  }
  .p-info_data__date {
    margin-top: 4px;
    font-size: 10px;
  }
  .p-info_data__footer {
    padding: 6px 6px;
  }
  .p-info_data__account-img {
    margin-right: 6px;
    width: 28px;
    min-height: 28px;
  }
  .p-info_data__account-name {
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .p-info_modal__in {
    width: 90%;
  }
  .p-info_modal__main {
    padding: 10vh 0;
  }
  .p-info_modal__img {
    border-radius: 5px 5px 0 0;
    padding-top: 20px;
  }
  .p-info_modal__inner {
    padding: 15px 20px 10px;
  }
  .p-info_modal__text {
    font-size: 12px;
  }
  .p-info_modal__date {
    margin-top: 4px;
    font-size: 10px;
  }
  .p-info_modal__footer {
    border-radius: 0 0 5px 5px;
    padding: 10px 20px 14px;
  }
  .p-info_modal__footer::before {
    border-right-width: 20px;
    border-left-width: 20px;
  }
  .p-info_modal__account-img {
    margin-right: 8px;
    width: 26px;
    min-height: 26px;
  }
  .p-info_modal__account-name {
    font-size: 12px;
  }
  .p-info_modal__link {
    position: relative;
    margin: 18px auto 0;
    width: 60%;
  }
  .p-info_modal__nav {
    position: absolute;
    top: auto;
    bottom: 4px;
    width: 30px;
  }
  .p-info_modal__nav.-next {
    right: 0;
    -webkit-transform: translate(0, 0) scale(-1, 1);
    transform: translate(0, 0) scale(-1, 1);
  }
  .p-info_modal__nav.-prev {
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .p-info_modal_slide {
    width: 85%;
  }
  .p-info_modal_slide__pagination {
    margin-top: 10px;
  }
  .p-info_modal_slide__pagination li {
    width: 8px;
    height: 8px;
  }
  .p-info_modal_slide__pagination li + li {
    margin-left: 8px;
  }
  .p-info_modal_close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .p-info_modal_close__close-item {
    height: 1px;
  }
}

/* award */
.award_group{
  height: 150px;
  background: #fef8e6;
  width: 100%;
  margin-bottom: 40px;
}
.award_group_inner{
  position: relative;
  width: 1200px;
  height: 150px;
  margin: 0 auto;
  background: url("../img/top/award_char.png") no-repeat;
  background-position: top 0 left 0px;
  }
.award_txt{
  position: absolute;
  left: 340px;
  top: 13px;
}
.award_chui{
  position: absolute;
  bottom: 7px;
  right: -100px;
  color: #4e0000;
  font-size: 8px;
}
.award_logo{
    position: absolute;
    top: -25px;    
    right: -70px;
    height: 146px;
    display: flex;
  }
.award_logo li:first-child{
  margin-right: 10px;
}

@media screen and (max-width: 1080px) {
  .pc_only {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .sp_only {
    display: none;
  }
}

@media screen and (min-width: 1081px) and (max-width: 1300px){
  .p-popup__lead {
    font-size: 24px;
  }
  .p-popup__price {
    font-size: 16px;
  }
  .p-popup__text {
    font-size: 34px;
  }
}
