@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;
  }
}

.prp-hand {
  --color-primary: #b13804;
  --color-alpha: rgb(254.4183425414, 236.8232044199, 229.2616574586);
  --color-secondary: rgba(177, 56, 4, 0.15);
  --color-strong: rgb(79, 23.7456647399, 0);
}

/* 古いページの調整用リセット
*****************************************************/
img {
  width: auto;
}

/* コンテンツ
*****************************************************/
.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
  }
}

.prp-hand > section {
  color: #323232;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 744px) {
  .prp-hand > section {
    line-height: 1.5;
  }
}

section {
  clear: both;
  display: block;
  overflow: hidden;
}
section .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 50px 0;
  width: 100%;
}
@media screen and (max-width: 744px) {
  section .inner {
    padding: 5.3333333333vw 4vw;
  }
}
section .inner.inner-wide {
  max-width: 1080px;
}
@media screen and (max-width: 744px) {
  section .inner.inner-new {
    padding: 8vw 0;
  }
}
section .inner > p {
  padding-bottom: 30px;
  text-align: justify;
}
section .inner p.no {
  padding-bottom: 0;
}

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

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

.clearfix {
  clear: both;
  display: block;
  overflow: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.img-center {
  margin: 0 auto;
  text-align: center;
}

.txt-center {
  text-align: center;
  padding-bottom: 10px !important;
}

.red {
  color: #ff4164;
  font-weight: 700;
}

.block-ttl {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #491d05;
}
@media screen and (max-width: 744px) {
  .block-ttl {
    font-size: 6.1333333333vw;
    line-height: 1.3;
  }
}
.block-ttl small {
  font-size: 28px;
}
@media screen and (max-width: 744px) {
  .block-ttl small {
    font-size: 4.8vw;
    line-height: 1.8;
  }
}
.block-ttl strong {
  color: #b13803;
  font-size: 40px;
}
@media screen and (max-width: 744px) {
  .block-ttl strong {
    font-size: 7.4666666667vw;
  }
}
.block-ttl span {
  position: relative;
  padding: 0 50px;
  display: inline-block;
}
@media screen and (max-width: 744px) {
  .block-ttl span {
    padding: 0 5.0666666667vw;
  }
}
.block-ttl span::before {
  position: absolute;
  left: 15px;
  top: 5px;
  content: "";
  width: 1px;
  height: 80px;
  background: #491d05;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
@media screen and (max-width: 744px) {
  .block-ttl span::before {
    left: 0px;
    height: 13.3333333333vw;
    transform: rotate(-20deg);
  }
}
.block-ttl span::after {
  position: absolute;
  left: 15px;
  top: 5px;
  content: "";
  width: 1px;
  height: 80px;
  background: #491d05;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  left: auto;
  right: 15px;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}
@media screen and (max-width: 744px) {
  .block-ttl span::after {
    left: 0px;
    height: 13.3333333333vw;
    transform: rotate(-20deg);
    left: auto;
    right: 0px;
    transform: rotate(20deg);
  }
}
@media screen and (max-width: 744px) {
  .block-ttl span::before, .block-ttl span::after {
    height: 16vw;
  }
}

.sec-head {
  line-height: 100px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 744px) {
  .sec-head {
    line-height: 1.6;
  }
}
.sec-head > div {
  display: inline-block;
  font-size: 32px;
  color: #fff;
  position: relative;
  padding-left: 140px;
  min-height: 130px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 744px) {
  .sec-head > div {
    font-size: 5.3333333333vw;
    padding-left: 20vw;
    min-height: 18.6666666667vw;
    margin-bottom: 0;
  }
}
.sec-head > div span {
  position: absolute;
  width: 130px;
  height: 130px;
  top: -10px;
  left: 0;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  padding-top: 38px;
}
@media screen and (max-width: 744px) {
  .sec-head > div span {
    font-size: 3.2vw;
    width: 18.6666666667vw;
    height: 18.6666666667vw;
    padding-top: 5.3333333333vw;
  }
}
.sec-head > div strong {
  font-size: 40px;
  color: #fdea4e;
}
@media screen and (max-width: 744px) {
  .sec-head > div strong {
    font-size: 7.4666666667vw;
  }
}

/* Section 01 */
.sec01 {
  background-image: url("../images/sec01-bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 auto;
  height: 625px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec01 {
    background: none;
    height: 100%;
    margin-top: 0px !important;
  }
}
.sec01 .pcDisp_lp img {
  width: auto;
  margin-left: 26px;
  margin-top: 24px;
  width: 660px;
}
.sec01 h2 {
  margin-bottom: 0;
}

section .inner.inner-bnr {
  padding: 0;
  padding-bottom: 40px;
}

.list-01 {
  background: #491d05;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.list-01 li {
  display: inline-block;
  line-height: 60px;
  position: relative;
  vertical-align: middle;
}
.list-01 li:after {
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  height: 56px;
  position: absolute;
  right: 0;
  top: 13px;
  width: 1px;
}
.list-01 li:first-child:before {
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  height: 56px;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
}
.list-01 li:first-child:after {
  top: 0;
}
.list-01 li:nth-child(2):after, .list-01 li:nth-child(4):after, .list-01 li:last-child:after {
  top: 0;
}
.list-01 li a {
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 1.5;
  padding: 15px 40px;
  text-align: center;
}

/* Section 02 */
.sec02 {
  background-image: url("../images/sec02-bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-color: #fcfaf6;
}
@media screen and (max-width: 744px) {
  .sec02 {
    position: relative;
  }
}
.sec02 .inner {
  padding-top: 0;
}
@media screen and (max-width: 744px) {
  .sec02 .inner {
    padding: 0;
  }
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-sp-bg {
    position: absolute !important;
    width: auto;
  }
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-sp-bg__1 {
    top: 3.2vw !important;
    left: -5.3333333333vw !important;
    width: 19.2vw !important;
    height: 15.7333333333vw !important;
  }
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-sp-bg__2 {
    top: 17.6vw !important;
    right: -2.6666666667vw;
    left: initial !important;
    width: 20.2666666667vw !important;
    height: 25.6vw !important;
  }
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-sp-bg__3 {
    top: initial !important;
    bottom: -9.2% !important;
    left: -1% !important;
    width: 33.0666666667vw !important;
    height: 29.8666666667vw !important;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 744px) {
  .sec02 .sec02-sp-bg__4 {
    top: initial !important;
    bottom: -13.3333333333vw !important;
    right: -8vw !important;
    width: 41.0666666667vw !important;
    height: 34.6666666667vw !important;
  }
}

.sec02-box {
  display: block;
  clear: both;
  overflow: hidden;
  position: relative;
  min-height: 390px;
  padding: 0 80px;
}
@media screen and (max-width: 744px) {
  .sec02-box {
    padding: 0;
    min-height: auto;
  }
}
.sec02-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}
@media screen and (max-width: 744px) {
  .sec02-box img {
    position: static;
    width: auto;
    margin-top: -6.6666666667vw;
  }
}

.sec02-box-content {
  width: 51%;
  float: right;
  display: block;
  margin-top: 50px;
  font-size: 21px;
  font-weight: 600;
}
@media screen and (max-width: 744px) {
  .sec02-box-content {
    width: auto;
    float: none;
    text-align: center;
    padding: 8vw 5.3333333333vw 0px;
    margin-top: 0;
    font-size: 4.5333333333vw;
  }
}
.sec02-box-content p {
  margin-bottom: 15px;
}
@media screen and (max-width: 744px) {
  .sec02-box-content p {
    margin-bottom: 4vw;
  }
}
.sec02-box-content p span {
  color: #ff4164;
}

.sec02-box-head {
  font-size: 32px;
  font-weight: 600;
  color: #491d05;
  margin-bottom: 20px;
  overflow: visible;
}
@media screen and (max-width: 744px) {
  .sec02-box-head {
    text-align: center;
    font-size: 6.1333333333vw;
  }
}
.sec02-box-head span {
  padding: 0 10px;
  position: relative;
}
.sec02-box-head span::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  width: 15px;
  height: 25px;
  border-top: 2px solid #491d05;
  border-left: 2px solid #491d05;
}
@media screen and (max-width: 744px) {
  .sec02-box-head span::before {
    top: -4.2666666667vw;
  }
}
.sec02-box-head span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 15px;
  height: 25px;
  border-bottom: 2px solid #491d05;
  border-right: 2px solid #491d05;
}
.sec02-box-head strong {
  font-size: 40px;
  color: #b13803;
}
@media screen and (max-width: 744px) {
  .sec02-box-head strong {
    font-size: 7.4666666667vw;
  }
}

.sec02-box-head02 {
  font-size: 24px;
}
@media screen and (max-width: 744px) {
  .sec02-box-head02 {
    font-size: 4.8vw;
  }
}
.sec02-box-head02 strong {
  font-size: 44px;
}
@media screen and (max-width: 744px) {
  .sec02-box-head02 strong {
    font-size: 6.9333333333vw;
  }
}

.sec02-box2 {
  padding-left: 60px;
}
@media screen and (max-width: 744px) {
  .sec02-box2 {
    padding-left: 0;
  }
}
.sec02-box2 img {
  left: auto;
  right: 15px;
  width: 50%;
}
@media screen and (max-width: 744px) {
  .sec02-box2 img {
    float: right;
    width: 59.703%;
    margin-left: 4%;
    margin-top: 0;
  }
}
.sec02-box2 .sec02-box-content {
  float: left;
  width: 47%;
}
@media screen and (max-width: 744px) {
  .sec02-box2 .sec02-box-content {
    width: auto;
    float: none;
    text-align: left;
    padding-bottom: 13.3333333333vw;
  }
}

/* Section 03 */
.sec03 {
  background: url("../images/sec03-bg.webp") no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 744px) {
  .sec03 {
    background: url("../images/sec03-bg_sp.webp") no-repeat;
  }
}
.sec03 .inner {
  padding: 40px 0 72px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec03 .inner {
    padding: 8vw 0 12.8vw;
  }
}
.sec03 h2 {
  margin-bottom: 0;
  width: initial;
  overflow: initial;
  font-size: inherit;
  display: flex;
  align-items: center;
}
.sec03 .sec-head > div strong {
  -webkit-text-emphasis: dot;
}
@media screen and (max-width: 744px) {
  .sec03 .sec-head > div strong {
    font-size: 6.9333333333vw;
  }
}
.sec03 .sec-head {
  line-height: 100px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 744px) {
  .sec03 .sec-head {
    line-height: 1.6;
  }
}
.sec03 .sec-head > div {
  display: flex;
  justify-content: center;
  padding: 0;
}
.sec03 .sec-head > div span {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: inherit;
  left: inherit;
  padding: 0;
  transform: translateX(-10px);
}
@media screen and (max-width: 744px) {
  .sec03 .sec-head > div span {
    font-size: 2.9333333333vw;
    width: 18.6666666667vw;
    height: 18.6666666667vw;
    transform: translateX(0);
  }
}
.sec03 .sec-head > div strong {
  -webkit-text-emphasis: dot;
  font-size: 40px;
  color: #fdea4e;
}
@media screen and (max-width: 744px) {
  .sec03 .sec-head > div strong {
    font-size: 6.9333333333vw;
  }
}

.sec03-content-box {
  padding: 0 100px;
}
@media screen and (max-width: 744px) {
  .sec03-content-box {
    padding: 5.3333333333vw;
    padding-bottom: 0;
  }
}
.sec03-content-box .sec03-list {
  max-width: 776px;
  margin: 0 auto;
  display: grid;
  gap: 49px 22px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 744px) {
  .sec03-content-box .sec03-list {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 0;
    gap: 5.3333333333vw;
  }
}
.sec03-content-box .sec03-list li {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-left: 36px;
  white-space: nowrap;
}
@media screen and (max-width: 744px) {
  .sec03-content-box .sec03-list li {
    float: none;
    width: auto;
    font-size: 4.2666666667vw;
    margin-bottom: 0;
    padding-left: 8.5333333333vw;
  }
}
.sec03-content-box .sec03-list li:nth-child(2n) {
  margin-right: 0;
}
.sec03-content-box .sec03-list li::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  background: url("../images/sec03-check.webp") no-repeat center top transparent;
  background-size: cover;
}
@media screen and (max-width: 744px) {
  .sec03-content-box .sec03-list li::before {
    top: -1.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
}

/* Section 04 */
.sec04 {
  background: url("../images/sec04-bg.webp") no-repeat center top;
}
@media screen and (max-width: 744px) {
  .sec04 {
    position: relative;
  }
}
.sec04 .inner {
  padding-bottom: 80px;
  padding-top: 55px;
}
@media screen and (max-width: 744px) {
  .sec04 .inner {
    padding: 8vw 5.3333333333vw 13.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec04 .sp-imgs {
    position: relative;
    max-width: 133.3333333333vw;
    margin: 0 auto;
    z-index: 1;
  }
}
@media screen and (max-width: 744px) {
  .sec04 .sec04-sp-bg,
  .sec04 .sec04-sp-subbg {
    position: absolute;
  }
}
.sec04 .sec04-sp-bg {
  width: auto;
}
@media screen and (max-width: 744px) {
  .sec04 .sec04-sp-bg:nth-child(1) {
    top: -6.6666666667vw;
    left: -4.8vw;
  }
}
@media screen and (max-width: 744px) {
  .sec04 .sec04-sp-bg:nth-child(2) {
    top: -4vw;
    right: -2.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .sec04 .sec04-sp-bg:nth-child(3) {
    bottom: -5.3333333333vw;
    left: -6.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .sec04 .sec04-sp-bg:nth-child(4) {
    bottom: -9.3333333333vw;
    right: -2.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .sec04 .sec04-sp-subbg {
    width: auto;
  }
}
@media screen and (max-width: 744px) {
  .sec04 .sec04-sp-subbg:nth-child(1) {
    top: -8vw;
    left: -6.6666666667vw;
    z-index: -1;
  }
}
@media screen and (max-width: 744px) {
  .sec04 .sec04-sp-subbg:nth-child(2) {
    bottom: -8vw;
    left: 50%;
    z-index: -1;
    margin-left: -11.7333333333vw;
    display: none;
  }
}

/* Section 05 */
.sec05 {
  background: url("../images/sec05-bg.webp") no-repeat center top;
  background-color: #e6effd;
}
@media screen and (max-width: 744px) {
  .sec05 {
    background: url("../images/sec05-bg_sp.webp") no-repeat left top #e4effe;
    background-size: 100% auto;
    box-shadow: inset 0px -2.6666666667vw 7.4666666667vw -4.5333333333vw rgba(0, 0, 0, 0.56);
  }
}
.sec05 .inner {
  padding: 50px 40px 80px !important;
}
@media screen and (max-width: 744px) {
  .sec05 .inner {
    padding: 10.6666666667vw 4vw 8vw !important;
  }
}
.sec05 h2 {
  margin-bottom: 0;
  width: initial;
  overflow: initial;
  font-size: inherit;
}
.sec05 .sec-head {
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .sec05 .sec-head {
    margin-bottom: 0;
    text-align: left;
  }
}
.sec05 .sec-head > div {
  color: #491d05;
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  .sec05 .sec-head > div {
    margin-bottom: 5.3333333333vw;
  }
}
.sec05 .sec-head strong {
  color: #b13803;
}
@media screen and (max-width: 744px) {
  .sec05 .sec-head strong {
    font-size: 7.4666666667vw;
  }
}
.sec05 .sec-head > div span {
  background: #fdea4e;
  border: 0;
}
.sec05 .sec05__feature {
  background: url(../images/sec05-img.webp) center/cover no-repeat;
  padding: 40px 70px;
  max-width: 906px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__feature {
    background: url(../images/sec05-img-sp.webp) center/cover no-repeat;
    padding: 9.8666666667vw 0 9.8666666667vw;
  }
}
.sec05 .sec05__feature .sec05__feature__lists {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: repeat(2, 1fr);
  max-width: 560px;
  white-space: nowrap;
  padding-bottom: 20px;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__feature .sec05__feature__lists {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 8vw;
    gap: 0;
  }
}
.sec05 .sec05__feature .list {
  color: #491d05;
  font-family: var(--font-noto-serif);
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  padding-left: 49px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__feature .list {
    font-size: 5.0666666667vw;
    line-height: 9.6vw;
    padding-left: 10.6666666667vw;
  }
}
.sec05 .sec05__feature .list::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 37px;
  background: url(../images/feature-logo.svg) center/cover no-repeat;
  aspect-ratio: 40/37;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__feature .list::before {
    width: 8vw;
    height: 7.4666666667vw;
    aspect-ratio: 59/55;
    top: 60%;
  }
}
.sec05 .sec05__feature .head-border {
  text-align: center;
  max-width: 558px;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__feature .head-border {
    max-width: 100%;
    padding: 0 2.9333333333vw;
  }
}
.sec05 .sec05__feature .border {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  color: #851313;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__feature .border {
    font-size: 8vw;
  }
}
.sec05 .sec05__feature .border img {
  width: 40px;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__feature .border img {
    width: 10.6666666667vw;
  }
}
.sec05 .sec05__feature .border::before, .sec05 .sec05__feature .border::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #851313;
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__feature .border::before, .sec05 .sec05__feature .border::after {
    height: 0.5333333333vw;
  }
}
.sec05 .sec05__feature .border::before::before, .sec05 .sec05__feature .border::after::before {
  margin-right: 0px;
}
.sec05 .sec05__feature .border::before::after, .sec05 .sec05__feature .border::after::after {
  margin-left: 0px;
}
.sec05 .sec05__feature .sec05__feature__text {
  color: #851313;
  font-family: var(--font-noto-serif);
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.64px;
  padding-top: 12px;
  text-align: left;
  padding-left: 96px;
  text-indent: -96px;
  margin-left: 24px;
  transform: skewX(-8deg);
}
@media screen and (max-width: 744px) {
  .sec05 .sec05__feature .sec05__feature__text {
    font-size: 5.3333333333vw;
    line-height: 7.2vw;
    letter-spacing: 0.2133333333vw;
    padding-top: 3.2vw;
    padding-left: 10.6666666667vw;
    text-indent: -10.6666666667vw;
    margin-left: 6.4vw;
  }
}

.sec-img {
  width: 900px;
  margin: 0 auto;
}

.pruge-prp-bnr {
  margin-top: 32px;
}

/* Section 06 */
.sec06 {
  background: url("../images/sec06-bg.webp") no-repeat center bottom;
  background-size: cover;
}
@media screen and (max-width: 744px) {
  .sec06 .inner {
    padding: 8vw 5.3333333333vw;
  }
}
.sec06 .sec06-content-box {
  padding: 70px 80px;
  position: relative;
  height: 750px;
  background: url("../images/sec06-bg2.webp") no-repeat left bottom;
  background-size: 100% 100%;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06-content-box {
    background: url("../images/sec06-bg2_sp.webp") no-repeat left bottom;
    background-size: 100% 100%;
    padding: 6.4vw;
    height: 208vw;
  }
}
.sec06 .sec06-content-box .content-box-ttl {
  font-size: 28px;
  margin-bottom: 10px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06-content-box .content-box-ttl {
    font-size: 4.5333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.sec06 .sec06-content-box .content-box-ttl span {
  position: relative;
  padding-bottom: 40px;
  display: inline-block;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06-content-box .content-box-ttl span {
    padding-bottom: 5.3333333333vw;
  }
}
.sec06 .sec06-content-box .content-box-ttl span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background: url("../images/sec06-border.webp") no-repeat center bottom;
  background-size: cover;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06-content-box .content-box-ttl span::before {
    height: 5.3333333333vw;
  }
}
.sec06 .sec06-content-box .content-box-ttl strong {
  font-size: 40px;
  color: #b13803;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06-content-box .content-box-ttl strong {
    font-size: 6.6666666667vw;
  }
}
.sec06 .sec06-img-wrap__img {
  max-width: 880px;
}
.sec06 .sec06-btn {
  margin-top: 30px;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06-btn {
    margin-top: 5.3333333333vw;
  }
}

/* Section 07 */
.sec07 {
  background: url("../images/sec07-bg.webp") no-repeat center top;
  margin-bottom: -200px !important;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec07 {
    background: initial;
    background-size: cover;
    margin-bottom: -13% !important;
    position: relative;
  }
}
.sec07 .inner {
  padding-top: 72px;
  padding-bottom: 150px;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 744px) {
  .sec07 .inner {
    max-width: 133.3333333333vw;
    padding-top: 8vw;
    padding-bottom: 10.6666666667vw;
  }
}
.sec07 .inner > img {
  position: absolute;
  top: 130px;
  left: -80px;
}
@media screen and (max-width: 744px) {
  .sec07::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/sec07-bg_sp.webp") no-repeat center top;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
@media screen and (max-width: 744px) {
  .sec07 .sec-head {
    text-align: left;
    position: relative;
    left: 3%;
  }
}
.sec07 .sec-head > div {
  color: #491d05;
  margin-bottom: 0;
}
.sec07 .sec-head h2 {
  margin-bottom: 0;
  width: initial;
  overflow: initial;
  font-size: inherit;
}
.sec07 .sec-head strong {
  color: #b13803;
}
.sec07 .sec-head > div span {
  background: #fdea4e;
  border: 0;
}
.sec07 .sec07-icon-wrap__img {
  max-width: 210px;
  position: absolute;
  top: 130px;
  left: -80px;
}

.sec07inner {
  height: 600px;
}
@media screen and (max-width: 744px) {
  .sec07inner {
    height: 100%;
  }
}

img.pcDisp_lp.sec07-images {
  width: 800px;
  margin: 0 auto;
  margin-top: 65px;
}

.sec07-content-box {
  font-size: 18px;
  margin: 50px 0;
  font-weight: 600;
}
@media screen and (max-width: 744px) {
  .sec07-content-box {
    font-size: 4.8vw;
    text-align: left;
    margin: 10.6666666667vw 0 13.3333333333vw;
  }
}
.sec07-content-box p {
  margin-bottom: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 744px) {
  .sec07-content-box p {
    margin-bottom: 4vw;
  }
}
.sec07-content-box p span {
  color: #ff4164;
}

.sec07_2 {
  background: url("../images/sec07_2-bg.webp") repeat center bottom;
  -webkit-box-shadow: inset 0px -10px 28px -17px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: inset 0px -10px 28px -17px rgba(0, 0, 0, 0.56);
  box-shadow: inset 0px -10px 28px -17px rgba(0, 0, 0, 0.56);
}
.sec07_2 .bnr01 img {
  margin: 0 auto;
}
.sec07_2 .inner {
  position: relative;
  overflow: visible;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .sec07_2 .inner {
    padding-bottom: 8vw;
  }
}
.sec07_2 .inner .icon-bg {
  position: absolute;
  top: 90px;
  left: -200px;
  width: auto;
}
@media screen and (max-width: 744px) {
  .sec07_2 .inner .icon-bg {
    width: 42.6666666667vw;
    top: 5%;
    left: -5.3333333333vw;
  }
}
.sec07_2 .inner .icon-bg-2 {
  left: auto;
  right: -200px;
}
@media screen and (max-width: 744px) {
  .sec07_2 .inner .icon-bg-2 {
    width: 37.3333333333vw;
    left: auto;
    right: -5.3333333333vw;
  }
}
.sec07_2 .sec07_2-img-01-wrap__img {
  max-width: 562px;
}
@media screen and (max-width: 744px) {
  .sec07_2 .sec07_2-img-01-wrap__img {
    max-width: 100%;
  }
}
@media screen and (max-width: 744px) {
  .sec07_2 .block-ttl span {
    padding: 0;
  }
}
.sec07_2 .prp-production {
  border: 3px solid #ff4164;
  background: #fff;
  margin: 0 40px 40px;
  padding: 45px;
  overflow: visible;
  position: relative;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec07_2 .prp-production {
    border: 0.8vw solid #ff4164;
    margin: 0 0 13.3333333333vw;
    padding: 14.1333333333vw 2.6666666667vw 6.6666666667vw;
  }
}
.sec07_2 .prp-production::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 470px;
  height: 100%;
  background: url(../images/prp-production-01.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec07_2 .prp-production::after {
    background: url(../images/prp-production-01-sp.webp) center/cover no-repeat;
    width: 52.5333333333vw;
    height: 58.6666666667vw;
  }
}
.sec07_2 .prp-production .prp-production__float-text {
  position: absolute;
  z-index: 1;
}
.sec07_2 .prp-production .prp-production__float-text.__1 {
  width: 213px;
  height: 189px;
  top: -70px;
  right: -60px;
}
@media screen and (max-width: 744px) {
  .sec07_2 .prp-production .prp-production__float-text.__1 {
    width: 24vw;
    height: 21.3333333333vw;
    top: -9.0666666667vw;
    right: -9.3333333333vw;
  }
}
.sec07_2 .prp-production .prp-production__float-text.__2 {
  width: 271px;
  height: 197px;
  bottom: -75px;
  left: -100px;
}
@media screen and (max-width: 744px) {
  .sec07_2 .prp-production .prp-production__float-text.__2 {
    width: 30.6666666667vw;
    height: 22.1333333333vw;
    bottom: -9.6vw;
    left: -14.4vw;
  }
}
.sec07_2 .prp-production .prp-production__block-ttl {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -30px;
  width: 505px;
  padding: 10px 0 8px;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  border-radius: 208px;
  border: 2px solid #ff4164;
  background: #ff4164;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sec07_2 .prp-production .prp-production__block-ttl {
    border-radius: 55.4666666667vw;
    border: 0.5333333333vw solid #ff4164;
    line-height: 130%;
    font-size: 5.6vw;
    top: -10.6666666667vw;
    width: 60vw;
    padding: 1.6vw 0;
  }
}
.sec07_2 .prp-production .prp-production__block-ttl .p-small {
  font-size: 26px;
}
@media screen and (max-width: 744px) {
  .sec07_2 .prp-production .prp-production__block-ttl .p-small {
    font-size: 4.2666666667vw;
  }
}
.sec07_2 .prp-production .prp-production__content {
  max-width: 576px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sec07_2 .prp-production .prp-production__content {
    font-size: 4.2666666667vw;
    min-height: 2.6666666667vw;
    padding: 0;
    max-width: 100%;
  }
}
.sec07_2 .prp-production .prp-production__content .cards {
  max-width: 378px;
  margin: 0 auto;
  display: flex;
  gap: 46px;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec07_2 .prp-production .prp-production__content .cards {
    max-width: 57.8666666667vw;
    gap: 4vw;
    margin: initial;
    margin-right: auto;
  }
}
.sec07_2 .prp-production .prp-production__content .cards::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 14px;
  border-color: transparent transparent transparent #ff4164;
}
@media screen and (max-width: 744px) {
  .sec07_2 .prp-production .prp-production__content .cards::after {
    top: 38%;
    left: 52.7%;
    border-width: 2.5333333333vw 0 2.5333333333vw 2.4vw;
  }
}
@media screen and (max-width: 744px) {
  .sec07_2 .prp-production .prp-production__content .card.__1 {
    width: 28.2666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .sec07_2 .prp-production .prp-production__content .card.__2 {
    width: 25.6vw;
  }
}
.sec07_2 .prp-production .prp-production__content .card__img {
  padding-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .sec07_2 .prp-production .prp-production__content .card__img {
    padding-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec07_2 .prp-production .prp-production__content .card__img.__1 {
    width: 28.2666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .sec07_2 .prp-production .prp-production__content .card__img.__2 {
    width: 20vw;
  }
}
.sec07_2 .prp-production .prp-production__content .card__text {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  .sec07_2 .prp-production .prp-production__content .card__text {
    font-size: 2.8426666667vw;
  }
}
.sec07_2 .prp-production .prp-production__content .prp-production__txt {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .sec07_2 .prp-production .prp-production__content .prp-production__txt {
    font-size: 4.2666666667vw;
    letter-spacing: -0.0853333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.sec07_2 .prp-production .prp-production__content .pink {
  background: #ffecef;
  font-size: 16px;
  padding: 10px 15px;
}
@media screen and (max-width: 744px) {
  .sec07_2 .prp-production .prp-production__content .pink {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 4vw;
  }
}
@media screen and (max-width: 744px) {
  .sec07_2 .prp-production .prp-production__content .img img {
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 744px) {
  .sec07_2 .prp-production .prp-production__content .img-prp-sp {
    padding: 2.6666666667vw 0 6.6666666667vw;
  }
  .sec07_2 .prp-production .prp-production__content .img-prp-sp img {
    margin: 0 auto;
    text-align: center;
    width: 83.7333333333vw;
  }
}

.sec07_2__cards {
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 780px;
  margin: 70px auto 0;
}
@media screen and (max-width: 744px) {
  .sec07_2__cards {
    gap: 2.4vw;
    margin: 0 auto;
  }
}
.sec07_2__cards .card {
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.3);
}
.sec07_2__cards .img {
  aspect-ratio: 240/192;
}
@media screen and (max-width: 744px) {
  .sec07_2__cards .img {
    aspect-ratio: 216/173;
  }
}
.sec07_2__cards .text {
  color: #fff;
  font-family: var(--font-noto-serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
  background: linear-gradient(90deg, #4e1f05 0%, #b33701 100%);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .sec07_2__cards .text {
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
    text-align: center;
    padding: 0 3.0666666667vw;
    height: 12vw;
    line-height: 5.0666666667vw;
  }
}

/* Section 08 */
.sec08 {
  background-image: url("../images/sec08-bg.webp");
  background-position: center bottom;
  background-size: cover;
}
@media screen and (max-width: 744px) {
  .sec08 {
    background-image: url("../images/sec08-bg_sp.webp");
    background-position: center bottom;
    background-size: cover;
  }
}
.sec08 .inner {
  padding: 50px 20px;
}
@media screen and (max-width: 744px) {
  .sec08 .inner {
    padding: 8vw 5.3333333333vw;
  }
}
.sec08 .block-ttl {
  margin-bottom: 70px;
  margin-top: 20px;
}
@media screen and (max-width: 744px) {
  .sec08 .block-ttl {
    margin-top: 0;
    margin-bottom: 4.2666666667vw;
  }
}
.sec08 .block-ttl span::before, .sec08 .block-ttl span::after {
  display: none;
}
@media screen and (max-width: 744px) {
  .sec08.bg-img {
    background-position: center top;
  }
}

.sec08-prp {
  display: block;
  font-size: 18px;
  font-weight: 700;
  min-height: 340px;
  padding-right: 500px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .sec08-prp {
    min-height: 2.6666666667vw;
    font-size: 4.2666666667vw;
    padding: 0 4vw;
  }
}
.sec08-prp .img {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 744px) {
  .sec08-prp .img {
    left: 0;
    right: 0;
    margin: 0 auto 8vw;
    position: relative;
    text-align: center;
  }
}
@media screen and (max-width: 744px) {
  .sec08-prp .img img {
    width: 76vw;
  }
}
@media screen and (max-width: 744px) {
  .sec08-prp .img img .spDisp_lp {
    display: inline-block;
  }
}
.sec08-prp p {
  padding-bottom: 20px;
}
.sec08-prp p:last-child {
  padding-bottom: 0;
}
.sec08-prp p span {
  color: #ff5e62;
}

.sec12 {
  background-image: url(../images/sec12_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 744px) {
  .sec12 {
    background-image: url("../images/sec12_bg_sp.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.sec12 h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 744px) {
  .sec12 h2 {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}
.sec12 .sec12_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .sec12 .sec12_box {
    display: block;
  }
}

.sec12_item {
  max-width: 340px;
}
@media screen and (max-width: 744px) {
  .sec12_item {
    width: 85% !important;
    max-width: 100%;
    margin: 0 auto;
  }
}

/* --------------------------------------------------
 症例写真
-------------------------------------------------- */
.sec_case {
  background: #fcfbf5;
}

/* --------------------------------------------------
 アイスプレミアム
-------------------------------------------------- */
/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background: #fcf5ed;
}

/* --------------------------------------------------
 広告用
-------------------------------------------------- */
.monitor {
  /* モニター募集バナー */
}
.monitor .moniBnr {
  padding: 48px 0;
  background: #fcf5ed;
}
@media screen and (max-width: 744px) {
  .monitor .moniBnr {
    padding: 6.4vw 0;
  }
}
.monitor .board_ads {
  background: linear-gradient(135deg, #f0285a 0%, #ff6ea0 100%);
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  padding: 8px 0;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads {
    padding: 2.1333333333vw 4.2666666667vw 1.0666666667vw;
  }
}
.monitor .board_ads_inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  line-height: 1;
  font-feature-settings: "palt";
}
@media screen and (max-width: 744px) {
  .monitor .board_ads_inner {
    flex-direction: column;
    align-items: center;
    font-size: 5.6vw;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.2666666667vw;
  }
}
.monitor .board_ads__sub {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads__sub {
    font-size: 4.8vw;
  }
}
.monitor .board_ads__sub::before, .monitor .board_ads__sub::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 0;
  border-top: 2.5px solid #fff;
  transform: rotate(60deg);
}
@media screen and (max-width: 744px) {
  .monitor .board_ads__sub::before, .monitor .board_ads__sub::after {
    width: 12.8vw;
    border-top: 0.5333333333vw solid #fff;
  }
}
.monitor .board_ads__sub::after {
  transform: rotate(120deg);
}
.monitor .board_ads__main {
  display: block;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads__main {
    font-size: 5.6vw;
  }
}
.monitor .board_ads__main span {
  font-size: 42px;
  font-family: var(--font-zen);
  color: yellow;
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads__main span {
    font-size: 9.6vw;
  }
}
.monitor .sec02 .inner {
  padding-bottom: 24px;
}
.monitor .sec02 .sec02-box2 .sec02-box-content {
  padding-bottom: 0;
}
.monitor .sec02 .sec02-box3 {
  padding-right: 60px;
}
@media screen and (max-width: 744px) {
  .monitor .sec02 .sec02-box3 {
    padding-right: inherit;
  }
}
.monitor .sec02 .sec02-box3 img {
  left: 15px;
  right: auto;
  width: 50%;
}
@media screen and (max-width: 744px) {
  .monitor .sec02 .sec02-box3 img {
    float: right;
    width: 59.703%;
    margin-left: 4%;
    margin-top: 0;
  }
}
.monitor .sec02 .sec02-box3 .sec02-box-content {
  float: right;
  width: 47%;
}
@media screen and (max-width: 744px) {
  .monitor .sec02 .sec02-box3 .sec02-box-content {
    width: auto;
    float: none;
    text-align: left;
    padding: 8vw 5.3333333333vw 0px;
    margin-top: 0;
    font-size: 4.5333333333vw;
  }
}
.monitor .sec02 .sec02-box3 .sec02-box-content span::before {
  top: -14px;
}
.monitor .sec02 .sec02-box3 .sec02-box-content strong {
  padding-left: 160px;
}
@media screen and (max-width: 744px) {
  .monitor .sec02 .sec02-box3 .sec02-box-content strong {
    padding-left: 34.6666666667vw;
  }
}
.monitor .sec02 .sec02-sp-bg__3,
.monitor .sec02 .sec02-sp-bg__4 {
  display: none !important;
}
.monitor .sec03 .sec03-list {
  max-width: inherit;
  gap: 21px;
}
@media screen and (max-width: 744px) {
  .monitor .sec03 .sec03-list {
    gap: 4.2666666667vw;
  }
}
.monitor button.load-more-btn {
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  .monitor .sec06 .sec06-content-box .content-box-ttl span {
    padding-bottom: 8.5333333333vw;
  }
}
.monitor #tempPrice .moniBnr {
  padding: 0 0 48px;
  background: none;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .moniBnr {
    padding: 6.4vw 0;
  }
}
.monitor #tempPrice .sec__cttl {
  margin-bottom: 8px;
}
.monitor #tempPrice .tempPrice__ttl {
  font-size: 24px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl {
    font-size: 4.8vw;
  }
}
.monitor #tempPrice .tempPrice__ttl span {
  display: block;
  color: #dd5564;
  font-size: 48px;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl span {
    font-size: 8vw;
  }
}
.monitor #tempPrice .sec__cttl.tempPrice__ttl {
  font-weight: bold;
  font-size: 24px;
  color: #222;
  line-height: 1.5;
  text-align: center;
  font-feature-settings: "palt";
}
.monitor #tempPrice .tempPrice__ttl__sub {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl__sub {
    font-size: 4.8vw;
  }
}
.monitor #tempPrice .tempPrice__ttl__sub::before, .monitor #tempPrice .tempPrice__ttl__sub::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 0;
  border-top: 2.5px solid #222;
  transform: rotate(60deg);
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl__sub::before, .monitor #tempPrice .tempPrice__ttl__sub::after {
    width: 12.8vw;
  }
}
.monitor #tempPrice .tempPrice__ttl__sub::after {
  transform: rotate(120deg);
}
.monitor #tempPrice .tempPrice__ttl__main {
  display: block;
  color: #dd5564;
  font-size: 48px;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl__main {
    font-size: 8vw;
  }
}
.monitor #tempPrice .notice_txt {
  text-align: center;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .notice_txt {
    margin-bottom: 1.0666666667vw;
    font-size: 4vw;
  }
}
.monitor #tempPrice .notice button {
  margin-bottom: 20px;
  color: #3c60ff;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .notice button {
    margin-bottom: 5.3333333333vw;
    font-size: 4vw;
  }
}
.monitor .pick_note {
  width: 100%;
  background-color: #fff;
  color: #dd5564;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #dd5564;
  padding: 4px;
  margin-bottom: 18px;
}
@media screen and (max-width: 744px) {
  .monitor .pick_note {
    font-size: 3.2vw;
    border: 0.2666666667vw solid #dd5564;
    padding: 1.0666666667vw;
    margin-bottom: 4.8vw;
  }
}
.monitor .bnr_ads {
  margin: 48px auto 0 -110px;
  width: 1200px;
  height: 416px;
  background: url(../images/ads-bg.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .monitor .bnr_ads {
    margin: 6.4vw auto 0 -4.2666666667vw;
    width: 100vw;
    height: 118.1333333333vw;
    background: url(../images/ads-bg-sp.webp) center/cover no-repeat;
  }
}
.monitor .bnr_ads_inner {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
  padding-top: 210px;
  max-width: 980px;
}
@media screen and (max-width: 744px) {
  .monitor .bnr_ads_inner {
    flex-direction: column;
    gap: 3.2vw;
    padding-top: 48vw;
  }
}
.monitor .bnr_ads_inner a {
  width: 440px;
}
@media screen and (max-width: 744px) {
  .monitor .bnr_ads_inner a {
    align-self: center;
    max-width: 86.1333333333vw;
    width: 100%;
  }
}
.monitor .bnr_ads_inner img {
  aspect-ratio: 440/150;
}

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