@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
:root {
  --font-noto-sans: "Noto Sans Japanese", sans-serif;
  --font-noto-serif: "Noto Serif Japanese", serif;
  --font-hiragino:
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-crimson: "Crimson Pro", serif;
  --font-lora: "Lora", serif;
  --font-yugo:
    "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  --font-yumincho:
    "游明朝体", "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "MS PMincho", "MS 明朝", serif;
  --font-zen: "Zen Old Mincho", serif;
  --font-bison: "Bison", sans-serif;
  --font-bebas: "Bebas Neue", sans-serif;
  --font-en: Arial, Helvetica, sans-serif;
  --hover-opacity: 0.7;
  --header-height-pc: 119px;
  --header-height-sp: 57px;
  --color-primary: #95424d;
  --gradient-primary: linear-gradient(
    90deg,
    #9f3053 0%,
    #d66b7d 46%,
    #9f3053 78%,
    #d66b7d 100%
  );
  --color-secondary: #ffebeb;
  --color-secondary-light: #fff7f7;
  --color-tertiary: #d1667a;
  --color-gold: #eecf68;
  --color-gold-soft: #ede3b7;
  --color-gold-light: #ffebb9;
}

body {
  font-family: var(--font-yugo);
  font-size: 16px;
  color: #333;
  overflow-x: hidden;
}

.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
  margin-top: var(--header-height-pc);
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

/**************************************************
  ブレイクポイント改修用
***************************************************/
.tmp-wrapper {
  margin-top: var(--header-height-pc);
  margin-top: 119px;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .tmp-wrapper {
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

@media (max-width: 767px) {
  .tmp-pc_only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tmp-sp_only {
    display: none !important;
  }
}

.contour_fixed {
  --color-primary: #f0a01c;
  --color-alpha: rgb(253.8, 247.4, 236.84);
  --color-secondary: rgba(240, 160, 28, 0.3);
  --color-strong: rgb(166, 103.358490566, 0);
}

body {
  background: url(../images/body-bg.webp) repeat-y center top;
}

main.contour_fixed {
  overflow: hidden;
}

.contour_fixed > section {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

section {
  clear: both;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  section {
    width: auto;
    padding: 4vw 4vw;
  }
}
section .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 60px 0;
  width: 100%;
}
@media screen and (max-width: 744px) {
  section .inner {
    width: auto;
    padding: 4vw 4vw;
  }
}
section .inner2 {
  max-width: 980px;
}
section .inner3 {
  max-width: 1040px;
}
@media screen and (max-width: 744px) {
  section .inner3 {
    width: calc(100% + 0.2666666667vw);
  }
}

.inner-fixed {
  margin: 0 auto;
  max-width: 1080px;
}

img {
  height: auto;
  max-width: 100%;
}

img {
  width: auto;
}

/* Sections CSS */
.section {
  padding: 60px 0;
}
.section.wrap {
  padding: 40px 0;
}
.section.of-unset {
  overflow: unset;
}
.section.padt-0 {
  padding-top: 0;
}

/* Common */
.sec__cttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #111111;
  display: inline-block;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec__cttl {
    font-size: 6.4vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .sec__cttl:before {
    width: 85.8666666667vw;
    bottom: -8vw;
    background-image: url(../images/sec_ttl-line-sp.svg);
    background-size: contain;
  }
}

.sec__cttl-bi {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
  margin-right: -14px;
}
@media screen and (max-width: 744px) {
  .sec__cttl-bi {
    font-size: 6.6666666667vw;
    margin-bottom: 14.6666666667vw;
  }
}
.sec__cttl-bi span {
  color: #f0a01c;
}
.sec__cttl-bi small {
  font-size: 36px;
}
@media screen and (max-width: 744px) {
  .sec__cttl-bi small {
    font-size: 4.8vw;
  }
}

.c_hl-red {
  font-weight: bold;
  color: #ff4646;
}

/* Section 01 */
#sec01 {
  text-align: center;
  z-index: 9;
  overflow: visible;
}
@media screen and (max-width: 744px) {
  #sec01 {
    background: none;
  }
}
#sec01 .content {
  margin: 0 auto;
  position: relative;
  width: 1398px;
}
@media screen and (max-width: 744px) {
  #sec01 .content {
    width: 100%;
  }
}
@media screen and (max-width: 744px) {
  #sec01 .main-bg {
    padding: 0 4vw 5.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  #sec01 .main-bg img {
    max-width: calc(100% + 115px);
    width: 125%;
    margin-right: -20vw;
    padding-top: 1.3333333333vw;
  }
}
#sec01 .scroll {
  font-family: "Times New Roman", serif;
  color: #f0a01c;
  line-height: 1;
  position: absolute;
  left: 237px;
  bottom: 41px;
}
@media screen and (max-width: 744px) {
  #sec01 .scroll {
    font-size: 3.2vw;
    left: 0;
    right: 0;
    bottom: 6.9333333333vw;
  }
}
#sec01 .scroll:before {
  content: "";
  background: #f0a01c;
  width: 1px;
  height: 110px;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  #sec01 .scroll:before {
    height: 10.6666666667vw;
    top: 4.2666666667vw;
  }
}

#sec02 {
  position: relative;
  z-index: 1;
  overflow: visible;
}
#sec02 .inner {
  padding-top: 100px;
}
@media screen and (max-width: 744px) {
  #sec02 .inner {
    padding-top: 0;
    padding-bottom: 8vw;
  }
}
#sec02 .sec02__title {
  margin-bottom: 0;
}

.sec02__ttl {
  font-size: 50px;
  line-height: 1.2;
  font-weight: bold;
  color: #f0a01c;
  text-align: center;
  margin-bottom: 70px;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 744px) {
  .sec02__ttl {
    font-size: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
    letter-spacing: 0.15rem;
  }
}

.sec02__item {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 744px) {
  .sec02__item {
    margin-bottom: 8vw;
  }
}
.sec02__item:nth-child(2) {
  margin-bottom: 150px;
}
@media screen and (max-width: 744px) {
  .sec02__item:nth-child(2) {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec02__item:nth-child(2) .sec02__media::before {
    left: auto;
    right: 14.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .sec02__item:nth-child(3) .sec02__media {
    left: 6.6666666667vw !important;
    width: 85%;
  }
}
.sec02__item:before {
  content: "";
  background: url(../images/zigzag.webp) no-repeat center top;
  width: 192px;
  height: 124px;
  position: absolute;
  top: -36px;
  left: -174px;
}
@media screen and (max-width: 744px) {
  .sec02__item:before {
    width: 20vw;
    height: 12.8vw;
    background-size: cover;
    top: -3.4666666667vw;
    left: -9.8666666667vw;
    z-index: 1;
  }
}
.sec02__item:last-child {
  margin-bottom: 390px;
}
@media screen and (max-width: 744px) {
  .sec02__item:last-child {
    margin-bottom: 93.3333333333vw;
  }
}
.sec02__item:nth-child(1):before {
  top: -125px;
  right: -200px;
  left: auto;
}
@media screen and (max-width: 744px) {
  .sec02__item:nth-child(1):before {
    top: -30.1333333333vw;
    right: -5.3333333333vw;
    left: auto;
  }
}
.sec02__item:nth-child(3):before {
  top: 300px;
  right: -250px;
  left: auto;
}
@media screen and (max-width: 744px) {
  .sec02__item:nth-child(3):before {
    top: 122.1333333333vw;
    right: -9.6vw;
    left: auto;
  }
}
.sec02__item:nth-child(odd) {
  text-align: right;
}
.sec02__item:nth-child(even) .sec02__txt {
  padding-right: 10px;
}
.sec02__item:nth-child(1) .sec02__info {
  width: 537px;
}
@media screen and (max-width: 744px) {
  .sec02__item:nth-child(1) .sec02__info {
    width: 100%;
  }
}
.sec02__item:nth-child(3) .sec02__info {
  width: 590px;
  margin-right: -80px;
}
@media screen and (max-width: 744px) {
  .sec02__item:nth-child(3) .sec02__info {
    width: 100%;
    margin-right: 0;
  }
}
.sec02__item:nth-child(3) .sec02__txt {
  padding-left: 80px;
}
@media screen and (max-width: 744px) {
  .sec02__item:nth-child(3) .sec02__txt {
    padding-top: 5.3333333333vw !important;
  }
}
.sec02__item:nth-child(3) .sec02__media {
  left: 6.6666666667vw;
  width: 85%;
}
.sec02__item:nth-child(3) .sec02__media:after {
  width: 48vw;
  top: -10.6666666667vw;
  bottom: auto;
  left: auto;
  right: -8vw;
}
.sec02__item:nth-child(3) .sec02__media:before {
  top: auto;
  bottom: -3.4666666667vw;
  left: auto;
  right: -4.8vw;
}
.sec02__item:nth-child(odd) .sec02__media {
  right: auto;
  left: -68px;
}
@media screen and (max-width: 744px) {
  .sec02__item:nth-child(odd) .sec02__media {
    left: -14.1333333333vw;
  }
}
.sec02__item:nth-child(1) .sec02__media:before {
  top: -41px;
  left: -19px;
}
@media screen and (max-width: 744px) {
  .sec02__item:nth-child(1) .sec02__media:before {
    top: -5.3333333333vw;
    left: 6.6666666667vw;
  }
}
.sec02__item:nth-child(1) .sec02__media:after {
  bottom: -70px;
  left: -110px;
}
@media screen and (max-width: 744px) {
  .sec02__item:nth-child(1) .sec02__media:after {
    width: 37.0666666667vw;
    height: 20vw;
    top: 3.2vw;
    bottom: auto;
    left: auto;
    right: -20.5333333333vw;
  }
}
.sec02__item:nth-child(2) .sec02__media:after {
  background-image: url(../images/sec02-fixed.webp);
  width: 277px;
  height: 180px;
  bottom: 41px;
  left: auto;
  right: -101px;
}
@media screen and (max-width: 744px) {
  .sec02__item:nth-child(2) .sec02__media:after {
    width: 36vw;
    height: 24vw;
    bottom: 1.3333333333vw;
    left: -22.1333333333vw;
    right: auto;
  }
}
.sec02__item:nth-child(3) .sec02__media:after {
  background-image: url(../images/sec02-regenerate.webp);
  width: 433px;
  height: 220px;
  bottom: 303px;
  left: -80px;
}
@media screen and (max-width: 744px) {
  .sec02__item:nth-child(3) .sec02__media:after {
    width: 48vw;
    top: -10.6666666667vw;
    bottom: auto;
    left: auto;
    right: -8vw;
  }
}
.sec02__item:nth-child(3) .sec02__media:before {
  top: 319px;
  left: -32px;
}
@media screen and (max-width: 744px) {
  .sec02__item:nth-child(3) .sec02__media:before {
    top: auto;
    bottom: -3.4666666667vw;
    left: auto;
    right: -4.8vw;
  }
}

.sec02__media {
  position: absolute;
  top: 0;
  right: -60px;
}
.sec02__media:before {
  content: "";
  background: url(../images/dots.webp) no-repeat center top;
  width: 74px;
  height: 82px;
  position: absolute;
  top: -27px;
  right: -59px;
  z-index: -1;
}
.sec02__media:after {
  content: "";
  background: url(../images/sec02-liftup.webp) no-repeat center top/contain;
  width: 273px;
  height: 151px;
  position: absolute;
  bottom: -70px;
  left: -110px;
}
@media screen and (max-width: 744px) {
  .sec02__media {
    position: relative;
    top: 0;
    right: -26.6666666667vw;
    width: 85%;
  }
  .sec02__media:before {
    width: 9.8666666667vw;
    height: 10.6666666667vw;
    background-size: cover;
    top: -5.8666666667vw;
    left: 11.7333333333vw;
  }
  .sec02__media:after {
    left: -23.2vw;
    bottom: 1.3333333333vw;
  }
}

.sec02__info {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: left;
  width: 510px;
  margin-top: 50px;
  min-height: 290px;
  margin-left: 20px;
}
@media screen and (max-width: 744px) {
  .sec02__info {
    width: 100%;
    margin-top: 5.3333333333vw;
    min-height: 0;
    margin-left: 0;
  }
}

.sec02__subttl {
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 7px 25px;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
}
.sec02__subttl:before {
  content: "";
  background: #fadd49;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skew(-5deg);
}
@media screen and (max-width: 744px) {
  .sec02__subttl {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    position: absolute;
    top: -18.6666666667vw;
    right: 0;
    margin: 0;
    padding: 0.5333333333vw 3.7333333333vw;
  }
}

@media screen and (max-width: 744px) {
  .sec02__item:nth-child(even) .sec02__subttl {
    top: -41.3333333333vw;
    right: auto;
    left: 0;
  }
}

.sec02__subttl01 {
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .sec02__subttl01 {
    margin-bottom: 1.3333333333vw !important;
  }
}

@media screen and (max-width: 744px) {
  .sec02__subttl_sp {
    position: sticky;
  }
}

.sec02__txt {
  line-height: 2;
  font-size: 18px;
  padding: 0 30px;
}
@media screen and (max-width: 744px) {
  .sec02__txt {
    font-size: 4vw;
    padding: 0 !important;
  }
}

.sec02__media04 {
  display: flex;
  position: absolute;
  top: 120px;
}
@media screen and (max-width: 744px) {
  .sec02__media04 {
    display: block;
  }
}
.sec02__media04:after {
  content: "";
  background: url(../images/zigzag.webp) no-repeat center top;
  width: 273px;
  height: 151px;
  position: absolute;
  bottom: -37px;
  left: -250px;
}
@media screen and (max-width: 744px) {
  .sec02__media04:after {
    width: 72.8vw;
    height: 40.2666666667vw;
    bottom: -9.8666666667vw;
    left: -66.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .sec02__media04 {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0;
  }
  .sec02__media04 p {
    margin-bottom: 5.3333333333vw;
  }
}

.sec02__media04__card {
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec02__media04__card:last-of-type {
    padding-top: 20px;
  }
}

.sec02__media04__card__text {
  position: absolute;
  bottom: 8px;
  left: 26px;
  width: 434px;
  height: 39px;
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 744px) {
  .sec02__media04__card__text {
    width: 81.3333333333vw;
    height: 17.3333333333vw;
    bottom: 2.1333333333vw;
    left: 2.9333333333vw;
    font-size: 2.6666666667vw;
    letter-spacing: -0.16vw;
  }
}

.sec02__item04 {
  position: relative;
  margin-bottom: 120px;
}
.sec02__item04:nth-child(2) {
  margin-bottom: 150px;
}
@media screen and (max-width: 744px) {
  .sec02__item04:nth-child(2) {
    margin-bottom: 40vw;
  }
}
.sec02__item04:last-child {
  margin-bottom: 450px;
}
@media screen and (max-width: 744px) {
  .sec02__item04:last-child {
    margin-bottom: -12vw;
  }
}

/* Section 03 */
#sec03 {
  margin-top: -60px;
}
@media screen and (max-width: 744px) {
  #sec03 {
    margin-top: 0;
  }
}
#sec03 .inner {
  position: relative;
  padding-top: 140px;
  padding-bottom: 160px;
}
@media screen and (max-width: 744px) {
  #sec03 .inner {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
    width: calc(100% + 1px);
  }
}
#sec03 h2 {
  width: initial;
  overflow: initial;
}

.sec03__mainttl {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.2;
  text-align: center;
  background: url(../images/sec03-ttl-bg.webp) no-repeat center top;
  padding: 99px 15px;
}
@media screen and (max-width: 744px) {
  .sec03__mainttl {
    font-size: 6.4vw;
    line-height: 2;
    letter-spacing: 0.2em;
    padding: 5.3333333333vw 4vw 9.8666666667vw;
    background-image: url(../images/sec03-ttl-bg_sp.webp);
    background-size: cover;
  }
}

.sec03__ttl {
  text-align: center;
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 744px) {
  .sec03__ttl {
    max-width: 89.8666666667vw;
    margin: 0 auto;
    top: -4.8vw;
  }
}
.sec03__ttl img {
  max-width: 868px;
}
@media screen and (max-width: 744px) {
  .sec03__ttl img {
    max-width: 231.4666666667vw;
  }
}

@media screen and (max-width: 744px) {
  .sec03__subttl {
    margin-bottom: 5.3333333333vw;
  }
}

.sec03__item {
  position: relative;
  margin-bottom: 210px;
}
@media screen and (max-width: 744px) {
  .sec03__item {
    margin-bottom: 8vw;
  }
}
.sec03__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  .sec03__item:nth-child(odd) .sec03__subttl {
    top: -41.3333333333vw;
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 744px) {
  .sec03__item:nth-child(odd) .sec03__item {
    top: -5.8666666667vw;
    left: auto;
    right: 14.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .sec03__item:nth-child(even)::before {
    bottom: -30.1333333333vw;
    left: auto;
    right: -5.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec03__item:nth-child(even) .sec03__media {
    left: auto;
    right: -17.8666666667vw;
    margin: 0 0 -10.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .sec03__item:nth-child(even) .sec03__media::before {
    content: "";
    background: url(../images/zigzag.webp) no-repeat center top;
    background-size: cover;
    width: 20vw;
    height: 12.8vw;
    position: absolute;
    top: 2.6666666667vw;
    left: -24vw;
  }
}
@media screen and (max-width: 744px) {
  .sec03__item:nth-child(even) .sec03__media::after {
    left: -16vw;
    bottom: 9.8666666667vw;
    width: 30.6666666667vw;
    height: 13.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec03__item:nth-child(2) .sec03__media::after {
    width: 18.6666666667vw;
    height: 13.0666666667vw;
    bottom: 8.2666666667vw;
    left: -10.4vw;
    right: auto;
    top: auto;
  }
}

.sec03__media {
  position: absolute;
  top: 0;
  right: -50px;
}
@media screen and (max-width: 744px) {
  .sec03__media {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 80%;
  }
}
.sec03__media::after {
  content: "";
  background: url(../images/sec03-effect.webp) no-repeat center top/contain;
  width: 243px;
  height: 171px;
  position: absolute;
  bottom: -130px;
  right: -37px;
}
@media screen and (max-width: 744px) {
  .sec03__media:first-child::before {
    background-size: contain;
    width: 9.8666666667vw;
    height: 10.6666666667vw;
    bottom: auto;
    left: -3.7333333333vw;
    top: 4.5333333333vw;
  }
}

.sec03__info {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: left;
  width: 527px;
  margin-top: 30px;
}
@media screen and (max-width: 744px) {
  .sec03__info {
    width: 100%;
    margin-top: -4.8vw;
  }
}

.sec03__txt {
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 744px) {
  .sec03__txt {
    font-size: 4vw;
    letter-spacing: -0.021rem;
  }
}

.sec03__txt02 {
  margin-left: 5px;
  padding-right: 30px;
}
@media screen and (max-width: 744px) {
  .sec03__txt02 {
    margin-left: 0;
    padding: 0;
    letter-spacing: 0.005rem;
  }
}

.sec03__item {
  text-align: right;
}
.sec03__item:before {
  bottom: -64px;
  right: -200px;
  left: auto;
}
@media screen and (max-width: 744px) {
  .sec03__item:before {
    width: 20vw;
    height: 12.8vw;
    background-size: cover;
    bottom: -24vw;
    right: auto;
    left: -6.6666666667vw;
    z-index: 1;
  }
}
.sec03__item .sec03__media {
  right: auto;
  left: -50px;
}
@media screen and (max-width: 744px) {
  .sec03__item .sec03__media {
    left: 9.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec03__item .sec03__media::before {
    content: "";
    background: url(../images/zigzag.webp) no-repeat center top;
    background-size: cover;
    width: 20vw;
    height: 12.8vw;
    position: absolute;
    top: 2.6666666667vw;
    left: -24vw;
  }
}
.sec03__item .sec03__media:after {
  bottom: -53px;
  left: -40px;
}
@media screen and (max-width: 744px) {
  .sec03__item .sec03__media:after {
    left: -16vw;
    bottom: 9.8666666667vw;
    width: 30.6666666667vw;
    height: 13.3333333333vw;
  }
}

/* Section 04 */
#sec04 {
  background: url(../images/sec04-bg.webp) no-repeat center top;
  overflow: visible;
}
@media screen and (max-width: 744px) {
  #sec04 {
    background-image: url(../images/sec04-bg_sp.webp);
    background-size: cover;
  }
}
#sec04 .inner {
  padding-top: 0;
  padding-bottom: 170px;
}
@media screen and (max-width: 744px) {
  #sec04 .inner {
    padding-bottom: 16%;
  }
}
@media screen and (max-width: 744px) {
  #sec04 .sec04 {
    text-align: center;
  }
}
#sec04 .sec04__imgtxt-wrap__img {
  max-width: 228px;
}
@media screen and (max-width: 744px) {
  #sec04 .sec04__imgtxt-wrap__img {
    max-width: 60.8vw;
  }
}

.sec04__subttl {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  padding: 6px 0 6px 10px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: -32px 0 30px;
}
@media screen and (max-width: 744px) {
  .sec04__subttl {
    font-size: 5.6vw;
    text-align: center;
    padding: 0.8vw 2.6666666667vw;
    margin: -4vw 0 1.3333333333vw;
    vertical-align: top;
  }
}
.sec04__subttl:before {
  content: "";
  background: #fadd49;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skew(-5deg);
}

.sec04__ttl {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 20px;
  margin-bottom: 90px;
}
@media screen and (max-width: 744px) {
  .sec04__ttl {
    font-size: 5.6vw;
    padding-left: 0;
    margin-bottom: 10.6666666667vw;
  }
}
.sec04__ttl small {
  font-size: 32px;
}
@media screen and (max-width: 744px) {
  .sec04__ttl small {
    font-size: 4.8vw;
  }
}
.sec04__ttl span {
  font-size: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sec04__ttl span {
    font-size: 6.6666666667vw;
  }
}
.sec04__ttl span:before {
  content: "";
  background: linear-gradient(to right, #f0a01c, #fadd49);
  width: calc(100% + 12px);
  height: 27px;
  position: absolute;
  bottom: 0;
  left: -12px;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .sec04__ttl span:before {
    left: -1.3333333333vw;
    width: calc(100% + 6px);
    height: 3.7333333333vw;
  }
}

#sec04 .sec04__subttl:after {
  content: "";
  background: url(../images/dots.webp) no-repeat center top;
  width: 192px;
  height: 124px;
  position: absolute;
  top: -42px;
  right: -716px;
}

.sec04__boxes {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .sec04__boxes {
    flex-direction: column;
    padding: 0 4vw;
  }
}

.sec05__media:before {
  content: "";
  background: url(../images/zigzag02.webp) no-repeat center top;
  width: 158px;
  height: 102px;
  position: absolute;
  top: -55px;
  left: -120px;
}

.sec04__box {
  width: 308px;
  position: relative;
  z-index: 1;
  margin: 0 22px;
  padding: 0 21px 30px;
}
@media screen and (max-width: 744px) {
  .sec04__box {
    width: 100%;
    padding: 0 1.3333333333vw 8vw;
    margin: 0 0 8vw;
  }
}
.sec04__box:before {
  content: "";
  background-color: rgba(250, 221, 73, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skew(-3deg);
}
@media screen and (max-width: 744px) {
  .sec04__box:before {
    transform: skew(-5deg);
  }
}
@media screen and (max-width: 744px) {
  .sec04__box:last-child {
    margin: 0;
  }
}

.sec04__imgtxt {
  margin: -20px 0 20px -6px;
}
@media screen and (max-width: 744px) {
  .sec04__imgtxt {
    width: 35.2vw;
    margin: -2.9333333333vw 0 5.3333333333vw 18.6666666667vw;
  }
}

.sec04__txt {
  font-size: 21px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .sec04__txt {
    font-size: 4.8vw;
  }
}

.sec04__btmtxt {
  text-align: right;
  display: block;
  margin-right: 30px;
}
@media screen and (max-width: 744px) {
  .sec04__btmtxt {
    font-size: 3.4666666667vw;
    text-align: center;
  }
}

/* Section 05 */
#sec05 {
  background: url(../images/sec05-bg.webp) no-repeat center top;
  overflow: visible;
  position: relative;
  z-index: 1;
  margin-top: -200px;
}
@media screen and (max-width: 744px) {
  #sec05 {
    background-image: url(../images/sec05-bg_sp.webp);
    background-size: cover;
    background-position: center top;
    margin-top: -16%;
  }
}
#sec05 .inner {
  padding-top: 98px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  #sec05 .inner {
    padding-top: 10.6666666667vw;
    padding-bottom: 8vw;
  }
}

.sec05 {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec05 {
    flex-direction: column;
  }
}

.sec05__media {
  width: 448px;
}
@media screen and (max-width: 744px) {
  .sec05__media {
    width: 100%;
    margin-bottom: 5.3333333333vw;
    text-align: center;
  }
}
@media screen and (max-width: 744px) {
  .sec05__media img {
    width: 100%;
  }
}
@media screen and (max-width: 744px) {
  .sec05__media:before {
    background: none;
  }
}

.sec05__content {
  width: 576px;
  padding-top: 40px;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec05__content {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}
.sec05__content:after {
  content: "";
  background: url(../images/zigzag.webp) no-repeat;
  width: 192px;
  height: 124px;
  position: absolute;
  right: -180px;
  bottom: -75px;
}
@media screen and (max-width: 744px) {
  .sec05__content:after {
    width: 20vw;
    height: 12.8vw;
    background-size: cover;
    right: -15.4666666667vw;
    bottom: -5.3333333333vw;
  }
}

.sec05:before {
  content: "";
  background: url(../images/dots.webp) no-repeat center top;
  width: 74px;
  height: 82px;
  position: absolute;
  left: -140px;
  bottom: -110px;
}

.sec05__ttl {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 744px) {
  .sec05__ttl {
    font-size: 5.6vw;
    padding-left: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.sec05__ttl span {
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  margin-left: -20px;
}
@media screen and (max-width: 744px) {
  .sec05__ttl span {
    padding: 0.8vw 2.6666666667vw;
    margin-left: -2.6666666667vw;
  }
}
.sec05__ttl span:before {
  content: "";
  background: #f0a01c;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skew(-5deg);
}

.sec05__txt {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 744px) {
  .sec05__txt {
    font-size: 4vw;
    word-break: break-all;
  }
}
@media screen and (max-width: 744px) {
  .sec05__txt .c_hl-red {
    letter-spacing: -0.04rem;
  }
}

.sec05__box {
  margin-top: 65px;
}
@media screen and (max-width: 744px) {
  .sec05__box {
    margin-top: 6.6666666667vw;
  }
}

.sec05__box-img {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 744px) {
  .sec05__box-img > div {
    width: calc(50% - 3px);
  }
}
.sec05__box-img:before {
  content: "";
  background: url(../images/dots.webp) no-repeat center top;
  width: 74px;
  height: 82px;
  position: absolute;
  top: -40px;
  left: -140px;
}
@media screen and (max-width: 744px) {
  .sec05__box-img:first-child img {
    margin-right: 0.8vw;
  }
}

.sec05__box-txt {
  background-color: #fadd49;
  width: 73%;
  margin: 0 auto;
  padding: 70px 77px 20px;
  transform: skew(-6deg);
  font-size: 10px;
  line-height: 1.5;
  margin-top: -50px;
}
@media screen and (max-width: 744px) {
  .sec05__box-txt {
    width: 97%;
    margin: 0 auto;
    padding: 16vw 4vw 5.3333333333vw;
    transform: skew(-5deg);
    font-size: 2.6666666667vw;
    line-height: 1.3;
    margin-top: -13.3333333333vw;
  }
}
.sec05__box-txt p {
  transform: skew(6deg);
}
.sec05__box-txt:before {
  content: "";
  background: url(../images/zigzag.webp) no-repeat center top;
  width: 192px;
  height: 124px;
  position: absolute;
  top: 30px;
  right: -320px;
  left: auto;
}
@media screen and (max-width: 744px) {
  .sec05__box-txt:before {
    width: 20vw;
    height: 12.8vw;
    top: 34.4vw;
    right: -18.4vw;
    background-size: cover;
  }
}

/* Section 05_2 */
#sec05_2 {
  background: url(../images/sec05_2_bg.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  #sec05_2 {
    background: url(../images/sec05_2_bg_sp.webp) no-repeat center top;
    background-size: cover;
  }
}
#sec05_2 .inner {
  max-width: 1055px;
  padding: 60px 0 88px;
}
@media screen and (max-width: 744px) {
  #sec05_2 .inner {
    padding: 8vw 7.2vw 8vw 6.6666666667vw;
  }
}
#sec05_2 .sec05_2__box {
  max-width: 590px;
}
@media screen and (max-width: 744px) {
  #sec05_2 .sec05_2__box {
    max-width: 100%;
  }
}
#sec05_2 .sec05_2__titles {
  color: #000;
  font-family: var(--font-noto-serif);
  font-size: 54px;
  font-weight: 500;
  padding-bottom: 34px;
  max-width: 590px;
  position: relative;
}
@media screen and (max-width: 744px) {
  #sec05_2 .sec05_2__titles {
    font-size: 5.6vw;
    letter-spacing: -0.672vw;
    padding-bottom: 8.5333333333vw;
    max-width: 50.9333333333vw;
  }
}
#sec05_2 .plus {
  position: absolute;
  z-index: 1;
  top: 104px;
  right: 291px;
}
@media screen and (max-width: 744px) {
  #sec05_2 .plus {
    right: 25.8666666667vw;
    top: 12vw;
  }
}
#sec05_2 .plus::before, #sec05_2 .plus::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 24px;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 744px) {
  #sec05_2 .plus::before, #sec05_2 .plus::after {
    height: 3.2vw;
    width: 0.2666666667vw;
  }
}
#sec05_2 .plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#sec05_2 .lift {
  letter-spacing: -6.48px;
  padding-bottom: 22px;
}
@media screen and (max-width: 744px) {
  #sec05_2 .lift {
    letter-spacing: -0.672vw;
    padding-bottom: 5.3333333333vw;
  }
}
#sec05_2 .sec05_2__scalp {
  text-align: right;
  letter-spacing: 2.7px;
}
@media screen and (max-width: 744px) {
  #sec05_2 .sec05_2__scalp {
    letter-spacing: 0.28vw;
  }
}
#sec05_2 .cards {
  display: flex;
  gap: 29px;
  max-width: 478px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  #sec05_2 .cards {
    max-width: 100%;
    gap: 1.8666666667vw;
  }
}
#sec05_2 .card {
  color: #e4a222;
  background: #fff;
  text-align: center;
  font-family: var(--font-noto-serif);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -1.05px;
  border-radius: 200px;
  border: 2px solid #e9a336;
  max-width: 140px;
  height: 140px;
}
@media screen and (max-width: 744px) {
  #sec05_2 .card {
    font-size: 4.2666666667vw;
    letter-spacing: -0.2133333333vw;
    max-width: 27.4666666667vw;
    height: 27.4666666667vw;
    border-radius: 39.2vw;
    border: 0.392vw solid #e9a336;
  }
}

/* Font Feature */
.kerning {
  font-feature-settings: "palt" 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt" 1;
  -moz-font-feature-settings: "palt" 1;
}

/* アイプレバナー */
.bnr01 {
  max-width: 980px;
  margin: 0 auto;
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 744px) {
  .bnr01 {
    max-width: 144vw;
    margin: 0 auto;
    box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
  }
}

/* --------------------------------------------------
 アイスプレミアム
-------------------------------------------------- */
.p-premium {
  padding-top: 32px !important;
}
@media screen and (max-width: 744px) {
  .p-premium {
    padding-top: 4.2666666667vw !important;
  }
}

/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background: #fef7ed;
}

/*# sourceMappingURL=style.css.map */
