@charset "UTF-8";
:root {
  --color-white: #fff;
  --color-gray: #f7f7f7;
  --color-black: #000;
  --color-purple: #5a4f9f;
  --color-purple-light: #7a54cb;
  --color-pink: #fb1261;
  --color-blue: #4153d3;
  --font-jp: YakuHanJP, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --font-eng: YakuHanJP, "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --shadow: 0px 3px 8px 0px rgba(120, 120, 120, 0.1);
  --shadow-dark: 3px 5px 8px 0px rgba(120, 120, 120, 0.3);
}

.p-visual {
  position: relative;
}
.p-visual__hero {
  position: relative;
  overflow: hidden;
}
.p-visual__hero-img {
  position: relative;
  transform: scale(1.2);
}
.on-load .p-visual__hero-img {
  transform: scale(1);
  transition: transform 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1.3s;
}
@media (max-width: 750px) {
  .on-load .p-visual__hero-img {
    transition-delay: 4.6s;
  }
}
.p-visual__hero-img-wrap {
  transform: rotate(4deg);
}
.on-load .p-visual__hero-img-wrap {
  transform: rotate(0);
  transition: transform 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1.3s;
}
@media (max-width: 750px) {
  .on-load .p-visual__hero-img-wrap {
    transition-delay: 4.6s;
  }
}
.p-visual__hero-img-outer {
  transform: scale(1.05) rotate(1.5deg);
}
.on-load .p-visual__hero-img-outer {
  transform: scale(1) rotate(0);
  transition: transform 3s cubic-bezier(0.61, 1, 0.88, 1) 1.3s;
}
@media (max-width: 750px) {
  .on-load .p-visual__hero-img-outer {
    transition-delay: 4.6s;
  }
}
.p-visual__hero-img-outer img {
  opacity: 0;
  width: 100%;
}
.on-load .p-visual__hero-img-outer img {
  opacity: 1;
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 1.3s;
}
@media (max-width: 750px) {
  .on-load .p-visual__hero-img-outer img {
    transition-delay: 4.6s;
  }
}
.p-visual__inner {
  width: 89.5%;
  max-width: 1250px;
  margin: 0 auto;
  margin-top: 50px;
}
@media (max-width: 750px) {
  .p-visual__inner {
    margin-top: 39px;
  }
}
.p-visual__lead {
  width: 70.5%;
  max-width: 600px;
  margin: 0 auto;
  transform: translateY(10px);
  opacity: 0;
}
.on-load .p-visual__lead {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1.8s, opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1.8s;
}
@media (max-width: 750px) {
  .on-load .p-visual__lead {
    transition-delay: 5.1s, 5.1s;
  }
}
.p-visual__logo {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 62px;
  padding-top: 4px;
  padding-bottom: 2px;
  border-radius: 30px;
  background: var(--color-white);
  box-shadow: var(--shadow);
  transform: translateY(10px);
  opacity: 0;
}
.on-load .p-visual__logo {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 2.05s, opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 2.05s;
}
@media (max-width: 750px) {
  .on-load .p-visual__logo {
    transition-delay: 5.35s, 5.35s;
  }
}
@media (max-width: 750px) {
  .p-visual__logo {
    margin-top: 35px;
    padding-top: 23px;
    padding-bottom: 23px;
    border-radius: 8px;
  }
}
.p-visual__logo-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-visual__logo-list-item:first-child {
  margin-left: 4.7%;
}
@media (max-width: 750px) {
  .p-visual__logo-list-item:first-child {
    margin-left: 0;
  }
}
.p-visual__logo-list-item:nth-child(2) {
  margin-left: 14%;
  margin-right: 11.2%;
}
@media (max-width: 750px) {
  .p-visual__logo-list-item:nth-child(2) {
    margin: 0 4.8%;
  }
}
.p-visual__logo-list-item.logo-aobuta {
  width: 16.5%;
}
@media (max-width: 750px) {
  .p-visual__logo-list-item.logo-aobuta {
    width: 27%;
  }
}
.p-visual__logo-list-item.logo-kisekoi {
  width: 19.2%;
}
@media (max-width: 750px) {
  .p-visual__logo-list-item.logo-kisekoi {
    width: 27%;
  }
}
.p-visual__logo-list-item.logo-kaoruhana {
  width: 23%;
}
@media (max-width: 750px) {
  .p-visual__logo-list-item.logo-kaoruhana {
    width: 27%;
  }
}
.p-visual__logo-link {
  display: block;
  position: relative;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 751px) {
  .p-visual__logo-link:hover {
    opacity: 0.5;
  }
}

.p-opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  opacity: 1;
}
.on-load .p-opening {
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 1.3s;
}
@media (max-width: 750px) {
  .on-load .p-opening {
    transition-duration: 0.9s;
    transition-delay: 4.6s;
  }
}
.p-opening__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  height: 140%;
  min-width: 90vh;
  min-height: 90vw;
}
@media (max-width: 750px) {
  .p-opening__bg {
    display: none;
  }
}
.p-opening__bg-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  transform: rotate(15deg);
}
.p-opening__bg-wrap span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform-origin: right center;
  width: 100%;
  height: 33.3333333333%;
  opacity: 0;
}
.p-opening__bg-wrap span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-99%, -50%);
  width: 0;
  height: 0;
  border-right-width: 80vh;
  border-right-style: solid;
  border-top: 40vh solid transparent;
  border-bottom: 40vh solid transparent;
}
@media (max-width: 750px) {
  .p-opening__bg-wrap span::after {
    border-right-width: 60vh;
    border-top-width: 30vh;
    border-bottom-width: 30vh;
  }
}
@media (max-height: 500px) and (min-width: 500px) {
  .p-opening__bg-wrap span::after {
    border-right-width: 120vh;
    border-top-width: 60vh;
    border-bottom-width: 60vh;
  }
}
.p-opening__bg-wrap span:nth-child(1) {
  transform: translateY(-150%) scaleX(0);
  background: #5c71fb;
}
.on-load .p-opening__bg-wrap span:nth-child(1) {
  transform: translateY(-150%) scaleX(1);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-opening__bg-wrap span:nth-child(1)::after {
  border-right-color: #5c71fb;
}
.p-opening__bg-wrap span:nth-child(2) {
  transform: translateY(-50%) scaleX(0);
  background: #ff89bc;
}
.on-load .p-opening__bg-wrap span:nth-child(2) {
  transform: translateY(-50%) scaleX(1);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.15s, opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.15s;
}
.p-opening__bg-wrap span:nth-child(2)::after {
  border-right-color: #ff89bc;
}
.p-opening__bg-wrap span:nth-child(3) {
  transform: translateY(50%) scaleX(0);
  background: #B684fc;
}
.on-load .p-opening__bg-wrap span:nth-child(3) {
  transform: translateY(50%) scaleX(1);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}
.p-opening__bg-wrap span:nth-child(3)::after {
  border-right-color: #B684fc;
}
.p-opening__bg-wrap span:nth-child(4) {
  transform: translateY(-50%) scaleX(0);
  height: 130%;
  background: #a9ecfe;
}
.on-load .p-opening__bg-wrap span:nth-child(4) {
  transform: translateY(-50%) scaleX(1);
  opacity: 1;
  transition: transform 1.8s cubic-bezier(0.87, 0, 0.13, 1) 0.25s, opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.25s;
}
.p-opening__bg-wrap span:nth-child(4)::after {
  border-right-width: 300vh;
  border-top-width: 150vh;
  border-bottom-width: 150vh;
  border-right-color: #a9ecfe;
}
.p-opening__visual {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.on-load .p-opening__visual {
  opacity: 1;
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 750px) {
  .p-opening__visual {
    display: block;
  }
}
.p-opening__visual-img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  transform: translateX(0);
}
.on-load .p-opening__visual-img {
  transform: translateX(calc(-100% + 100vw));
  transition: transform 3s linear 0.8s;
}
.p-opening__visual-img img {
  width: auto;
  max-width: none;
  height: 100%;
  transform: translateX(0);
}
.on-load .p-opening__visual-img img {
  transform: translateX(-20px);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1) 4.6s;
}

.p-info {
  padding-top: 30px;
}
@media (max-width: 750px) {
  .p-info {
    padding-top: 34px;
  }
}
.p-info__list-item {
  margin-top: 50px;
}
@media (max-width: 750px) {
  .p-info__list-item {
    margin-top: 30px;
  }
}
.p-info__list-item:first-child {
  margin-top: 0;
}

.p-info_item {
  border-radius: 15px;
  background: var(--color-white);
  box-shadow: var(--shadow);
}
@media (max-width: 750px) {
  .p-info_item {
    border-radius: 8px;
  }
}
.p-info_item__inner {
  width: 88.2%;
  padding-top: 58px;
  padding-bottom: 56px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .p-info_item__inner {
    padding-top: 33px;
    padding-bottom: 36px;
  }
}
.p-info_item__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 750px) {
  .p-info_item__content {
    display: block;
  }
}
.p-info_item__title {
  width: 23.6%;
  margin-top: 3.8%;
  margin-left: 2.2%;
}
@media (max-width: 750px) {
  .p-info_item__title {
    width: 70%;
    margin: 0 auto;
  }
}
.--kisekoi .p-info_item__title {
  margin-top: 4.5%;
}
@media (max-width: 750px) {
  .--kisekoi .p-info_item__title {
    margin-top: 0;
  }
}
.--kaoruhana .p-info_item__title {
  margin-top: 4.6%;
}
@media (max-width: 750px) {
  .--kaoruhana .p-info_item__title {
    margin-top: 0;
  }
}
.p-info_item__title-logo {
  width: 100%;
}
.p-info_item__title-date {
  width: 100%;
  margin-top: 9.8%;
  text-align: center;
  font-size: 1.6428571429vw;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.--kisekoi .p-info_item__title-date {
  margin-top: 6.8%;
}
@media (max-width: 750px) {
  .--kisekoi .p-info_item__title-date {
    margin-top: 20px;
  }
}
.--kaoruhana .p-info_item__title-date {
  margin-top: 6.6%;
}
@media (max-width: 750px) {
  .--kaoruhana .p-info_item__title-date {
    margin-top: 20px;
  }
}
@media (min-width: 1401px) {
  .p-info_item__title-date {
    font-size: 23px;
  }
}
@media (max-width: 750px) {
  .p-info_item__title-date {
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 349px) {
  .p-info_item__title-date {
    font-size: 14px;
  }
}
.p-info_item__title-date .--size-large {
  vertical-align: baseline;
  font-size: 3.5714285714vw;
}
@media (min-width: 1401px) {
  .p-info_item__title-date .--size-large {
    font-size: 50px;
  }
}
@media (max-width: 750px) {
  .p-info_item__title-date .--size-large {
    font-size: 40px;
  }
}
@media (max-width: 349px) {
  .p-info_item__title-date .--size-large {
    font-size: 32px;
  }
}
.p-info_item__data {
  flex-basis: 0;
  flex-grow: 1;
  margin-left: 10%;
}
@media (max-width: 750px) {
  .p-info_item__data {
    margin-left: 0;
    margin-top: 36px;
  }
}

.p-info_data__label {
  position: relative;
  padding-bottom: 15px;
}
@media (min-width: 1101px) {
  .p-info_data__label {
    padding-bottom: 20px;
  }
}
@media (max-width: 750px) {
  .p-info_data__label {
    padding-bottom: 16px;
  }
}
@media (max-width: 374px) {
  .p-info_data__label {
    padding-bottom: 13px;
  }
}
.p-info_data__label::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-purple);
  opacity: 0.3;
}
.p-info_data__label-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 94.2%;
  margin-left: auto;
}
@media (max-width: 750px) {
  .p-info_data__label-list {
    width: 100%;
    padding-left: 1px;
  }
}
.p-info_data__label-list-item {
  color: var(--color-blue);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.--kisekoi .p-info_data__label-list-item {
  color: var(--color-pink);
}
.--kaoruhana .p-info_data__label-list-item {
  color: var(--color-purple-light);
}
.p-info_data__label-list-item:first-child {
  width: 35.7%;
}
@media (max-width: 750px) {
  .p-info_data__label-list-item:first-child {
    width: 32%;
  }
}
.p-info_data__label-list-item:nth-child(2) {
  width: 35%;
}
.p-info_data__label-list-item:nth-child(3) {
  flex-basis: 0;
  flex-grow: 1;
}
@media (min-width: 901px) {
  .p-info_data__label-list-item {
    font-size: 16px;
  }
}
@media (min-width: 1101px) {
  .p-info_data__label-list-item {
    font-size: 19px;
  }
}
@media (max-width: 374px) {
  .p-info_data__label-list-item {
    font-size: 13px;
  }
}
.p-info_data__detail-list-item {
  position: relative;
  padding-top: 13px;
  padding-bottom: 14.5px;
}
@media (max-width: 750px) {
  .p-info_data__detail-list-item {
    padding-top: 10px;
    padding-bottom: 12.5px;
  }
}
.p-info_data__detail-list-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-purple);
  opacity: 0.3;
}
.p-info_data__detail-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 94.2%;
  margin-left: auto;
}
@media (max-width: 750px) {
  .p-info_data__detail-block {
    width: 100%;
    margin-left: 1px;
  }
}
.p-info_data__detail-cell {
  color: var(--color-black);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.025em;
}
.p-info_data__detail-cell:first-child {
  width: 35%;
}
@media (max-width: 750px) {
  .p-info_data__detail-cell:first-child {
    width: 32%;
  }
}
.p-info_data__detail-cell:nth-child(2) {
  width: 35.7%;
}
@media (max-width: 750px) {
  .p-info_data__detail-cell:nth-child(2) {
    width: 35%;
  }
}
.p-info_data__detail-cell:nth-child(3) {
  flex-basis: 0;
  flex-grow: 1;
}
@media (min-width: 901px) {
  .p-info_data__detail-cell {
    font-size: 15px;
  }
}
@media (min-width: 1101px) {
  .p-info_data__detail-cell {
    font-size: 17px;
  }
}
@media (max-width: 750px) {
  .p-info_data__detail-cell {
    letter-spacing: 0em;
  }
}
@media (max-width: 374px) {
  .p-info_data__detail-cell {
    font-size: 11px;
  }
}
.p-info_data__notes {
  margin-top: 11px;
}
@media (max-width: 750px) {
  .p-info_data__notes {
    margin-top: 17px;
  }
}
.p-info_data__notes-list-item {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media (max-width: 750px) {
  .p-info_data__notes-list-item {
    font-size: 11px;
  }
}

.p-news {
  margin-top: 48px;
}
@media (max-width: 750px) {
  .p-news {
    margin-top: 30px;
    padding-top: 28px;
    padding-bottom: 35px;
    border-radius: 8px;
    background: url(../img/bg_color.png) no-repeat center center/cover;
  }
}
.p-news__inner {
  width: 86%;
  max-width: 900px;
  margin: 0 auto;
}
.p-news__more {
  margin-top: 36px;
}
@media (max-width: 750px) {
  .p-news__more {
    margin-top: 34px;
  }
}
.p-news__more-btn {
  width: 97%;
  max-width: 410px;
  margin: 0 auto;
}

.p-news_item {
  display: block;
  position: relative;
  text-decoration: none;
  color: var(--color-purple);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 751px) {
  .p-news_item:hover {
    opacity: 0.5;
  }
}
.p-news_item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-white);
}
.p-news_item__inner {
  padding-top: 28px;
  padding-bottom: 24px;
}
@media (max-width: 750px) {
  .p-news_item__inner {
    padding-top: 23px;
  }
}
.p-news__list-item:first-child .p-news_item__inner {
  padding-top: 0;
}
.p-news_item__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 750px) {
  .p-news_item__content {
    display: block;
  }
}
.p-news_item__date {
  width: 140px;
  margin-top: 7px;
}
@media (max-width: 750px) {
  .p-news_item__date {
    width: 100%;
    margin-top: 6px;
  }
}
.p-news_item__date .p-in-txt {
  font-family: var(--font-eng);
  font-weight: 700;
  letter-spacing: 0.11em;
}
@media (max-width: 750px) {
  .p-news_item__date .p-in-txt {
    font-size: 12px;
    letter-spacing: 0.15em;
  }
}
.p-news_item__title {
  flex-basis: 0;
  flex-grow: 1;
}
@media (max-width: 750px) {
  .p-news_item__title {
    margin-top: 8px;
  }
}
.p-news_item__title .p-in-txt {
  font-size: 16.5px;
  font-weight: 600;
  line-height: 1.65;
}
@media (max-width: 750px) {
  .p-news_item__title .p-in-txt {
    font-size: 12px;
    line-height: 1.6;
  }
}

.p-fes {
  margin-top: 56px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: var(--color-white);
  border-radius: 15px;
  box-shadow: var(--shadow);
}
@media (max-width: 750px) {
  .p-fes {
    margin-top: 31px;
    padding-top: 34px;
    padding-bottom: 35px;
    border-radius: 8px;
  }
}
.p-fes__inner {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-fes__lead {
  padding-top: 32px;
  padding-bottom: 36px;
  background: url(../img/bg_color.png) no-repeat center center/cover;
  border-radius: 15px;
}
@media (max-width: 750px) {
  .p-fes__lead {
    padding-top: 25px;
    padding-bottom: 30px;
    border-radius: 8px;
  }
}
.p-fes__lead .p-in-txt {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .p-fes__lead .p-in-txt {
    font-size: 12px;
    line-height: 2;
  }
}
.p-fes__info {
  margin-top: 43px;
}
@media (max-width: 750px) {
  .p-fes__info {
    margin-top: 30px;
  }
}
.p-fes__info-list-item {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 750px) {
  .p-fes__info-list-item {
    padding-top: 19px;
    padding-bottom: 21px;
  }
}
.p-fes__info-list-item:first-child {
  padding-top: 0;
}
.p-fes__info-list-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-purple);
  opacity: 0.3;
}
.p-fes__more {
  margin-top: 29px;
}
@media (max-width: 750px) {
  .p-fes__more {
    margin-top: 35px;
  }
}
.p-fes__more-btn {
  width: 97%;
  max-width: 410px;
  margin: 0 auto;
}

.p-fes_info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 574px;
  margin: 0 auto;
}
.p-fes_info__label {
  width: 75px;
  margin-top: 5px;
}
@media (max-width: 750px) {
  .p-fes_info__label {
    width: 59px;
    margin-top: 4px;
  }
}
.p-fes_info__label .p-in-txt {
  color: var(--color-purple);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.09em;
}
@media (max-width: 750px) {
  .p-fes_info__label .p-in-txt {
    font-size: 14px;
  }
}
.p-fes_info__description {
  flex-basis: 0;
  flex-grow: 1;
  font-size: 18px;
  line-height: 1.62;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .p-fes_info__description {
    font-size: 14px;
    line-height: 1.7;
  }
}

.p-campaign {
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 59px;
  background: var(--color-white);
  border-radius: 15px;
  box-shadow: var(--shadow);
}
@media (max-width: 750px) {
  .p-campaign {
    margin-top: 34px;
    padding-top: 39px;
    padding-bottom: 35px;
    border-radius: 8px;
  }
}
.p-campaign__inner {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-campaign__lead {
  padding-top: 37px;
  padding-bottom: 35px;
  background: url(../img/bg_color.png) no-repeat center center/cover;
  border-radius: 15px;
}
@media (max-width: 750px) {
  .p-campaign__lead {
    padding-top: 23px;
    padding-bottom: 26px;
    border-radius: 8px;
  }
}
.p-campaign__lead .p-in-txt {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .p-campaign__lead .p-in-txt {
    font-size: 12px;
    line-height: 2;
  }
}
.p-campaign__more {
  margin-top: 30px;
}
.p-campaign__more-btn {
  width: 96%;
  max-width: 410px;
  margin: 0 auto;
}

.p-present {
  margin-top: 49px;
  padding-top: 60px;
  padding-bottom: 59px;
  background: var(--color-white);
  border-radius: 15px;
  box-shadow: var(--shadow);
}
@media (max-width: 750px) {
  .p-present {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 36px;
    border-radius: 8px;
  }
}
.p-present__inner {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-present__lead {
  padding-top: 31px;
  padding-bottom: 29px;
  background: url(../img/bg_color.png) no-repeat center center/cover;
  border-radius: 15px;
}
@media (max-width: 750px) {
  .p-present__lead {
    padding-top: 23px;
    padding-bottom: 34px;
    border-radius: 8px;
  }
}
.p-present__lead .p-in-txt {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .p-present__lead .p-in-txt {
    font-size: 12px;
    line-height: 2;
  }
}
.p-present__more {
  margin-top: 38px;
}
@media (max-width: 750px) {
  .p-present__more {
    margin-top: 34px;
  }
}
.p-present__more-lead {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .p-present__more-lead {
    font-size: 14px;
  }
}
.p-present__more-btn {
  width: 96%;
  max-width: 410px;
  margin: 0 auto;
  margin-top: 16px;
}
@media (max-width: 750px) {
  .p-present__more-btn {
    margin-top: 14px;
  }
}