@charset "UTF-8";
/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #231815;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.l-inner {
  max-width: 61.8055555556vw;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 40rem;
    padding: 0 15px;
  }
}

.c-btn {
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  padding: 0.625rem 1.25rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
}

.c-btn:hover {
  background-color: #0056b3;
}

.p-ambassador {
  position: relative;
  margin-top: -6.9444444444vw;
  padding: 10.4861111111vw 0 26.0416666667vw;
  background-image: url(../images/top/ambassador-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-ambassador {
    margin-top: -12vw;
    padding: 18.6666666667vw 0 84.2666666667vw;
    background-image: url(../images/top/ambassador-bg-sp.png);
  }
}

.p-ambassador__title {
  max-width: 52.4305555556vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-ambassador__title {
    max-width: 81.8666666667vw;
  }
}

.p-ambassador__text {
  max-width: 46.1111111111vw;
  margin: 3.0555555556vw auto 0;
  font-weight: 500;
  font-size: 1.6666666667vw;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-ambassador__text {
    margin-top: 4.5333333333vw;
    max-width: 76vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.14em;
  }
}

.p-ambassador__text span {
  color: #FFFA6D;
}

.p-ambassador__box {
  position: relative;
  margin-top: 3.3333333333vw;
  padding: 5.5555555556vw;
  background-color: #FFF;
  border: 0.25rem solid #76AAE5;
  border-radius: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .p-ambassador__box {
    margin-top: 14.6666666667vw;
    padding: 8vw 6.6666666667vw;
    border: 0.1875rem solid #76AAE5;
  }
}

.p-ambassador__box-img {
  position: absolute;
  top: -19.2361111111vw;
  right: -21.1111111111vw;
  max-width: 26.5972222222vw;
}
@media screen and (max-width: 767px) {
  .p-ambassador__box-img {
    top: -17.0666666667vw;
    right: -5.3333333333vw;
    max-width: 38.1333333333vw;
  }
}

.p-ambassador__box-wrap:not(:first-of-type) {
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  .p-ambassador__box-wrap:not(:first-of-type) {
    margin-top: 6.4vw;
  }
}

.p-ambassador__box-wrap h3 {
  font-weight: 500;
  font-size: 1.5277777778vw;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-ambassador__box-wrap h3 {
    font-size: 4.2666666667vw;
    letter-spacing: 0.1em;
  }
}

.p-ambassador__box-wrap p {
  margin-top: 0.9722222222vw;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-ambassador__box-wrap p {
    margin-top: 3.7333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.14em;
  }
}

.p-ambassador__title02 {
  margin-top: 4.3055555556vw;
  font-weight: 700;
  font-size: 2.5vw;
  letter-spacing: 0.2em;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-ambassador__title02 {
    margin-top: 11.7333333333vw;
    font-size: 5.3333333333vw;
    letter-spacing: 0.1em;
  }
}

.p-ambassador__box02.p-campaign__wrap {
  margin-top: 2.2222222222vw;
  padding: 5.5555555556vw;
  border: 0.1875rem solid #2572CA;
  border-radius: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .p-ambassador__box02.p-campaign__wrap {
    margin-top: 6.4vw;
    padding: 8vw 4.5333333333vw;
    border: 0.125rem solid #2572CA;
    border-radius: 2.6666666667vw;
  }
}

.p-ambassador__img {
  margin: 7.7777777778vw auto 0;
  max-width: 46.7361111111vw;
}
@media screen and (max-width: 767px) {
  .p-ambassador__img {
    margin: 12.8vw auto 0;
    max-width: 90.6666666667vw;
  }
}

.p-campaign {
  position: relative;
  margin-top: -16.3888888889vw;
  padding: 8.8888888889vw 0 12.1527777778vw;
  background-image: url(../images/top/campaign-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-campaign {
    margin-top: -31.4666666667vw;
    padding: 21.8666666667vw 0 14.6666666667vw;
    background-image: url(../images/top/campaign-bg-sp.png);
  }
}

.p-campaign__img {
  position: absolute;
  top: -23.8888888889vw;
  right: 9.6527777778vw;
  max-width: 49.1666666667vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-campaign__img {
    top: -53.3333333333vw;
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    max-width: 100%;
  }
}

.p-campaign__title {
  max-width: 69.2361111111vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-campaign__title {
    max-width: 76.5333333333vw;
  }
}

.p-campaign__wrap {
  margin-top: 0.625vw;
  padding: 5.5555555556vw;
  background-color: #FFF;
  border: 0.25rem solid #024B9E;
  border-radius: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .p-campaign__wrap {
    margin-top: 12.5333333333vw;
    padding: 7.2vw 4.2666666667vw;
    border: 0.8vw solid #024B9E;
    border-radius: 2.6666666667vw;
  }
}

.p-campaign__wrap-text {
  display: flex;
  gap: 1.38889vw;
}
@media screen and (max-width: 767px) {
  .p-campaign__wrap-text {
    gap: 2.6667vw;
  }
}

.p-campaign__wrap-text:not(:first-of-type) {
  margin-top: 3.1944444vw;
}
@media screen and (max-width: 767px) {
  .p-campaign__wrap-text:not(:first-of-type) {
    margin-top: 6.4vw;
  }
}

.p-campaign__wrap-text img {
  width: 3.6111111vw;
  height: 3.6111111vw;
}
@media screen and (max-width: 767px) {
  .p-campaign__wrap-text img {
    width: 10.66667vw;
    height: 10.66667vw;
  }
}

.p-campaign__wrap-text p {
  font-size: 1.6666666667vw;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-campaign__wrap-text p {
    font-weight: 500;
    font-size: 3.7333333333vw;
    letter-spacing: 0.12em;
  }
}

.p-campaign__wrap-text p span {
  font-weight: 700;
  font-size: 1.66667vw;
  background: linear-gradient(transparent 70%, #FFFA6D 30%);
}
@media screen and (max-width: 767px) {
  .p-campaign__wrap-text p span {
    font-size: 3.7333333333vw;
  }
}

.p-campaign__text {
  margin: 4.3055555556vw auto 0;
  max-width: 46.7361111111vw;
}
@media screen and (max-width: 767px) {
  .p-campaign__text {
    margin: 8vw auto 0;
    max-width: 100%;
  }
}

.p-campaign__text img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-campaign__btn {
  margin-top: 3.4722222222vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-campaign__btn {
    margin-top: 75.2vw;
  }
}

.p-campaign__btn a {
  display: inline-block;
  max-width: 41.6666666667vw;
}
@media screen and (max-width: 767px) {
  .p-campaign__btn a {
    max-width: 100%;
  }
}

.p-campaign__btn a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.6s ease;
}

.p-campaign__btn a:hover img {
  transform: scale(1.1);
}

.p-footer {
  position: relative;
  margin-top: -4.5138888889vw;
  padding: 8.5416667vw 0 4.375vw;
  background-image: url(../images/top/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-footer {
    margin-top: -12.8vw;
    padding: 19.7333333333vw 0 9.0666666667vw;
    background-image: url(../images/top/footer-bg-sp.png);
    overflow: hidden;
  }
}

.p-footer__inner {
  max-width: 67.3611111111vw;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    max-width: 91.7333333333vw;
    padding: 0 15px;
  }
}

.p-footer__wrap {
  display: flex;
  justify-content: space-between;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-footer__wrap {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}

.p-footer__wrap-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 2.22222vw;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .p-footer__wrap-title {
    font-size: 6.4vw;
    text-align: center;
  }
}

.p-footer__wrap-text {
  text-align: center;
}

.p-footer__wrap-text h4 {
  font-weight: 500;
  font-size: 1.52778vw;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-footer__wrap-text h4 {
    font-size: 4.8vw;
  }
}

.p-footer__wrap-text p {
  margin-top: 0.833333vw;
  font-weight: 500;
  font-size: 1.1111111vw;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-footer__wrap-text p {
    margin-top: 3.2vw;
    font-size: 3.73333vw;
    line-height: 1.6;
    letter-spacing: 0.14em;
  }
}

.p-footer__btn {
  max-width: 49.6528vw;
  margin: 3.263889vw auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__btn {
    margin-top: 8.8vw;
    max-width: 83.4666666667vw;
  }
}

.p-footer__btn a {
  width: 100%;
}

.p-footer__btn a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.6s ease;
}

.p-footer__btn a:hover img {
  transform: scale(1.1);
}

.p-info {
  position: relative;
  margin-top: -22.2222222222vw;
  padding: 19.6527777778vw 0 19.7916666667vw;
  background-image: url(../images/top/info-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-info {
    margin-top: -26.6666666667vw;
    padding: 33.8666666667vw 0 80vw;
    background-image: url(../images/top/info-bg-sp.png);
  }
}

.p-info__wrap {
  position: relative;
  padding: 4.1666666667vw;
  border: 0.25rem solid #76AAE5;
  border-radius: 2.7777777778vw;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-info__wrap {
    padding: 8vw 3.4666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.p-info__wrap::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: -6.1111111111vw;
  left: -9.2361111111vw;
  width: 14.7916666667vw;
  height: 20.2777777778vw;
  background-image: url(../images/top/info-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-info__wrap::before {
    top: -24.2666666667vw;
    left: -6.6666666667vw;
    width: 40vw;
    height: 47.4666666667vw;
    background-image: url(../images/top/info-before-sp.png);
  }
}

.p-info__wrap-title {
  font-weight: 700;
  font-size: 2.5vw;
  letter-spacing: 0.2em;
  text-align: center;
  color: #024B9E;
}
@media screen and (max-width: 767px) {
  .p-info__wrap-title {
    font-size: 5.3333333333vw;
    letter-spacing: 0.1em;
  }
}

.p-info__wrap-subTitle {
  font-weight: 500;
  font-size: 1.5277777778vw;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #0365C8;
}
@media screen and (max-width: 767px) {
  .p-info__wrap-subTitle {
    font-size: 4.8vw;
  }
}

.p-info__wrap-subTitle:first-of-type {
  margin-top: 3.125vw;
}

.p-info__wrap-subTitle:nth-of-type(2) {
  margin-top: 0.48611111vw;
}
@media screen and (max-width: 767px) {
  .p-info__wrap-subTitle:nth-of-type(2) {
    margin-top: 1.86667vw;
  }
}

.p-info__wrap-text {
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  .p-info__wrap-text {
    margin-top: 1.8666666667vw;
  }
}

.p-info__wrap-text h4 {
  font-weight: 500;
  font-size: 1.1111111111vw;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-info__wrap-text h4 {
    font-size: 4.8vw;
  }
}

.p-info__wrap-text p {
  margin-top: 0.8333333333vw;
  font-weight: 500;
  font-size: 1.1111111111vw;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-info__wrap-text p {
    margin-top: 1.8666666667vw;
    font-size: 3.7333333333vw;
  }
}

.p-info__img {
  margin: 4.4444444444vw auto 0;
  max-width: 46.7361111111vw;
}
@media screen and (max-width: 767px) {
  .p-info__img {
    margin-top: 7.7333333333vw;
    max-width: 100%;
  }
}

.p-info__wrap-text02 {
  margin-top: 0.5555555556vw;
}
@media screen and (max-width: 767px) {
  .p-info__wrap-text02 {
    margin-top: 2.6666666667vw;
  }
}

.p-info__wrap-text02 p {
  font-weight: 500;
  font-size: 1.1111111111vw;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-info__wrap-text02 p {
    font-size: 3.7333333333vw;
  }
}

.p-info__wrap-text02 p:not(:first-of-type) {
  margin-top: 0.5555555556vw;
}
@media screen and (max-width: 767px) {
  .p-info__wrap-text02 p:not(:first-of-type) {
    margin-top: 2.6666666667vw;
  }
}

.p-mv {
  position: relative;
  z-index: 6;
}

.p-mv__main {
  width: 100%;
  aspect-ratio: 1440/879;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-mv__main {
    aspect-ratio: 375/614;
  }
}

.p-post {
  position: relative;
  margin-top: -12.2916666667vw;
  padding: 14.8611111111vw 0 19.5138888889vw;
  background-image: url(../images/top/post-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-post {
    margin-top: -20vw;
    padding: 22.1333333333vw 0 70.1333333333vw;
  }
}

.p-post__inner {
  max-width: 50.6944444444vw;
  padding: 0 1.7361111111vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-post__inner {
    padding: 0 2.6666666667vw;
    max-width: 100%;
  }
}

.p-post__wrap {
  position: relative;
  padding: 6.9444444444vw 5.5555555556vw;
  border: 4px solid #76AAE5;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-post__wrap {
    margin-top: 8.5333333333vw;
    padding: 10.6666666667vw 4.2666666667vw 19.2vw;
  }
}

.p-post__wrap-img {
  position: absolute;
  top: -10vw;
  left: -7.8472222222vw;
  max-width: 19.9305555556vw;
}
@media screen and (max-width: 767px) {
  .p-post__wrap-img {
    top: unset;
    left: unset;
    bottom: -12.5333333333vw;
    right: -9.6vw;
    max-width: 41.3333333333vw;
  }
}

.p-post__wrap-title {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.5vw;
  line-height: 1.4444444444;
  letter-spacing: 0.14em;
  text-align: center;
  color: #024B9E;
  padding-bottom: 1.7361111111vw;
}
@media screen and (max-width: 767px) {
  .p-post__wrap-title {
    font-size: 5.8666666667vw;
    line-height: 1.4545454545;
    padding-bottom: 6.4vw;
  }
}
.p-post__wrap-title::before {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background-image: url(../images/top/post-title-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.p-post__wrap-title span {
  color: #FF5500;
}

.p-post__wrap-text {
  margin-top: 2.9861111111vw;
}
@media screen and (max-width: 767px) {
  .p-post__wrap-text {
    margin-top: 6.4vw;
  }
}

.p-post__wrap-text p {
  font-weight: 500;
  font-size: 1.3888888889vw;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-post__wrap-text p {
    font-size: 3.7333333333vw;
  }
}

.p-post__wrap-text p:not(:first-child) {
  margin-top: 2.0138888889vw;
}
@media screen and (max-width: 767px) {
  .p-post__wrap-text p:not(:first-child) {
    margin-top: 7.7333333333vw;
  }
}

.p-post__img01 {
  position: absolute;
  top: 2.0138888889vw;
  left: 5.625vw;
  max-width: 15.2777777778vw;
}
@media screen and (max-width: 767px) {
  .p-post__img01 {
    position: unset;
    max-width: 100%;
  }
}

.p-post__img02 {
  position: absolute;
  top: 11.6666666667vw;
  right: 5.625vw;
  max-width: 15.2777777778vw;
}
@media screen and (max-width: 767px) {
  .p-post__img02 {
    margin-top: 8.5333333333vw;
    position: unset;
    max-width: 100%;
  }
}

.p-present {
  position: relative;
  margin-top: -9.7222222222vw;
  padding: 12.6388888889vw 0 16.0416666667vw;
  background-image: url(../images/top/present-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-present {
    padding: 25.8666666667vw 0 80.5333333333vw;
    background-image: url(../images/top/present-bg-sp.png);
    overflow: hidden;
  }
}

.p-present__title {
  max-width: 72.1527777778vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-present__title {
    max-width: 86.6666666667vw;
  }
}

.p-present__main {
  position: relative;
  margin-top: 0.9722222222vw;
}
@media screen and (max-width: 767px) {
  .p-present__main {
    margin-top: 0;
  }
}

.p-present__main-icon01 {
  position: absolute;
  top: -5.2777777778vw;
  left: -13.5416666667vw;
  width: 16.875vw;
}
@media screen and (max-width: 767px) {
  .p-present__main-icon01 {
    top: 0;
    left: unset;
    right: -18.6666666667vw;
    width: 44vw;
    z-index: 5;
  }
}

.p-present__main-icon02 {
  position: absolute;
  top: -6.8055555556vw;
  right: -16.875vw;
  width: 21.5277777778vw;
  height: 20vw;
}
@media screen and (max-width: 767px) {
  .p-present__main-icon02 {
    display: none;
  }
}

.p-present__main-img {
  position: relative;
}
.p-present__main-img::before {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: -5.2777777778vw;
  left: -15.5555555556vw;
  width: 18.6875rem;
  height: 19.8125rem;
  background-image: url(../images/top/present-main-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-present__main-img::before {
    display: none;
  }
}
.p-present__main-img::after {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: -3.4722222222vw;
  right: -16.3194444444vw;
  width: 18.1875rem;
  height: 18.1875rem;
  background-image: url(../images/top/present-main-after.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-present__main-img::after {
    display: none;
  }
}

.p-present__list {
  margin-top: 2.0138888889vw;
}
@media screen and (max-width: 767px) {
  .p-present__list {
    margin-top: -5.3333333333vw;
  }
}

.p-present-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.7777777778vw;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-present-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 6.4vw;
  }
}

.p-present-list__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-present__text {
  margin: 4.4444444444vw auto 0;
  max-width: 46.7361111111vw;
}
@media screen and (max-width: 767px) {
  .p-present__text {
    margin: 12.8vw auto 0;
    max-width: 100%;
  }
}

.p-present__img {
  position: absolute;
  max-width: 34.3055555556vw;
  bottom: -5vw;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-present__img {
    max-width: 51.7333333333vw;
    bottom: 14.9333333333vw;
    left: 8.8vw;
  }
}

.u-hover:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
