/**
 * Base
 */
html {
  font-size: 2.6666666667vw;
}
@media (min-width: 768px) {
  html {
    font-size: 0.7320644217vw;
  }
}

body {
  min-width: 320px;
}
@media (min-width: 768px) {
  body {
    min-width: auto;
  }
}

img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.for_pc {
  display: block;
  margin-bottom: 30px;
}

.for_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .for_pc {
    display: none;
  }
  .for_sp {
    display: block;
    margin-bottom: 15px;
  }
}
/**
 * p-mv
 */
.p-mv {
  position: relative;
  padding-top: 2.2rem;
  overflow: hidden;
}
.p-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../img/bg_mv01_sp.png) no-repeat center top/100% auto;
  pointer-events: none;
}
.p-mv__inner {
  padding-bottom: 3.5rem;
}
.p-mv__img {
  position: relative;
  z-index: 1;
  margin: -4.5rem 0.8rem 0 -2.5rem;
}
.p-mv__lead {
  width: 26.1rem;
  margin: 0.8rem auto 0;
}
.p-mv__head {
  width: 34.4rem;
  margin: 1.5rem auto 0;
}
.p-mv__txt {
  width: 33.4rem;
  margin: 1.7rem auto 0;
}
.p-mv__loadshow {
  width: 33rem;
  margin: 3rem auto 0;
}
.p-mv__bnr01 {
  position: absolute;
  right: 0;
  top: 5.8rem;
  width: 17.5rem;
  z-index: 1;
  -webkit-transform: rotate(13.5deg);
          transform: rotate(13.5deg);
}
.p-mv__area-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 3.75rem;
  gap: 0 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-mv__bnr02, .p-mv__bnr03 {
  width: calc(50% - 1rem);
}
.p-mv__bnr03 .p-mv__bnr03-link {
  display: block;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.p-mv-award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  padding-left: 0.7rem;
}
.p-mv-award__item {
  width: 21.1rem;
}
.p-mv-award__item:nth-of-type(2) {
  width: 14.1rem;
  margin-left: 0.8rem;
}

.p-mv-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33rem;
  margin: 2.5rem auto;
}
.p-mv-nav__item {
  width: calc(50% - 0.5rem);
}
.p-mv-nav__item.is-wide {
  width: 100%;
}
.p-mv-nav__item-link {
  display: grid;
  place-items: center;
  min-height: 3.8rem;
  padding-top: 0.07em;
  background: #ffc529;
  font-family: "Crimson Text", serif;
  font-size: 2rem;
  text-transform: uppercase;
}

.p-mv-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.8rem;
     -moz-column-gap: 2.8rem;
          column-gap: 2.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}
.p-mv-sns__item-link {
  display: block;
  height: 2.6rem;
}
.p-mv-sns__item-link img {
  width: auto;
  height: 100%;
}

@media (min-width: 768px) {
  .p-mv {
    padding-top: 4.5rem;
  }
  .p-mv__inner {
    width: 70.8rem;
    margin: 0 0 0 auto;
    padding-bottom: 3.5rem;
  }
  .p-mv::before {
    background: url(../img/bg_mv01_pc.png) no-repeat center top/100% auto;
  }
  .p-mv__img {
    position: absolute;
    top: -6rem;
    left: -5rem;
    width: 73.8rem;
    margin: 0;
  }
  .p-mv__lead {
    width: 37.7rem;
    margin: 8.5rem auto 0;
  }
  .p-mv__head {
    width: 57.3rem;
    margin: 4rem auto 0;
  }
  .p-mv__txt {
    width: 54.7rem;
    margin: 4rem auto 0;
  }
  .p-mv__loadshow {
    width: 56.6rem;
    margin: 3rem auto 0;
  }
  .p-mv__bnr01, .p-mv__bnr02 {
    -webkit-transform: none;
            transform: none;
  }
  .p-mv__bnr01-link, .p-mv__bnr02-link {
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-mv__bnr01-link:hover, .p-mv__bnr02-link:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-mv__bnr03 {
    -webkit-transform: none;
            transform: none;
  }
  .p-mv__bnr03-link {
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-mv__bnr03-link:hover {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .p-mv__bnr01 {
    right: auto;
    left: 0.5rem;
    top: 0.3rem;
    width: 26.3rem;
  }
  .p-mv__bnr02, .p-mv__bnr03 {
    width: 16rem;
    position: absolute;
    left: 0;
    top: 5.5rem;
    z-index: 1;
  }
  .p-mv__bnr02 {
    left: 25rem;
  }
  .p-mv__bnr03 {
    left: 42.5rem;
  }
  .p-mv-award {
    -webkit-transform: none;
            transform: none;
    width: 61.6rem;
    margin: 0 auto;
    padding-left: 0;
  }
  .p-mv-award__item {
    width: 35.8rem;
  }
  .p-mv-award__item:nth-of-type(2) {
    width: 23.8rem;
    margin-left: 2rem;
  }
  .p-mv-nav {
    gap: 1.5rem 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 56.6rem;
    margin: 6rem auto 0;
  }
  .p-mv-nav__item {
    width: calc(33.33% - 1rem);
  }
  .p-mv-nav__item.is-wide {
    width: 31rem;
    margin-left: calc((100% - 31rem) * 0.5);
    margin-right: calc((100% - 31rem) * 0.5);
  }
  .p-mv-nav__item-link {
    padding-top: 0.12em;
    -webkit-transition: background-color 0.6s;
    transition: background-color 0.6s;
  }
  .p-mv-nav__item-link:hover {
    background-color: #cb9f2a;
  }
  .p-mv-sns {
    margin-top: 3rem;
  }
  .p-mv-sns__item-link {
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .p-mv-sns__item-link:hover {
    opacity: 0.7;
  }
}