/*  reset
-------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  zoom: 1;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html,
body {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

html {
  overflow-y: scroll;
  cursor: default;
}

body {
  line-height: 1em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

ol,
ul,
li {
  list-style: none;
  zoom: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
}

td,
th {
  padding: 0;
}

blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
}

a:active,
a:hover {
  outline-width: 0;
}

a:focus,
*:focus {
  outline: none;
}

img {
  border-style: none;
  vertical-align: bottom;
}

[type=text],
[type=tel],
[type=email],
[type=date],
[type=number],
[type=submit],
[type=button],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

@font-face {
  font-family: "ZenKakuGothicNew";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Medium.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Medium.woff") format("woff");
}
@font-face {
  font-family: "ZenKakuGothicNew";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Bold.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Bold.woff") format("woff");
}
@font-face {
  font-family: "ZenKakuGothicNew";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Black.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Black.woff") format("woff");
}
@font-face {
  font-family: "ZenKakuGothicNewTate";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ZenKakuGothicNewTate/ZenKakuGothicNew-Bold.woff2") format("woff2"), url("../fonts/ZenKakuGothicNewTate/ZenKakuGothicNew-Bold.woff") format("woff");
}
@font-face {
  font-family: "ShipporiMincho";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/ShipporiMincho/ShipporiMincho-SemiBold.woff2") format("woff2"), url("../fonts/ShipporiMincho/ShipporiMincho-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "ShipporiMincho";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ShipporiMincho/ShipporiMincho-Bold.woff2") format("woff2"), url("../fonts/ShipporiMincho/ShipporiMincho-Bold.woff") format("woff");
}
/*  html / body
-------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #2f2725;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  body {
    font-size: 1.6em;
  }
}
body.is-noscroll {
  overflow: hidden;
  height: 100%;
}

a.on--opa {
  display: inline-block;
}
@media screen and (min-width: 751px) {
  a.on--opa {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 751px) {
  a.on--opa:hover {
    opacity: 0.7;
  }
}

/* utils
-------------------------------------------------------*/
.inner {
  position: relative;
  margin: 0 auto;
  width: 92vw;
}
@media screen and (min-width: 751px) {
  .inner {
    width: 83.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .inner {
    width: 1200px;
  }
}

.bg {
  position: relative;
  overflow: hidden;
}
.bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  z-index: -2;
}
.bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center top;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.bg--dark:after {
  background-image: url(../img/common/bg_sp.png);
}
@media screen and (min-width: 751px) {
  .bg--dark:after {
    background-image: url(../img/common/bg.png);
    background-image: image-set(url(../img/common/bg.png) 1x, url(../img/common/bg-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/common/bg.png) 1x, url(../img/common/bg-2x.png) 2x);
  }
}

.bg--thin:after {
  background-image: url(../img/common/bg2_sp.png);
}
@media screen and (min-width: 751px) {
  .bg--thin:after {
    background-image: url(../img/common/bg2.png);
    background-image: image-set(url(../img/common/bg2.png) 1x, url(../img/common/bg2-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/common/bg2.png) 1x, url(../img/common/bg2-2x.png) 2x);
  }
}

@media screen and (max-width: 750px) {
  .none--sp {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .none--pc {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .br--pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .br--pc {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .br--sp {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .br--sp {
    display: none;
  }
}

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

/*  #header
-------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 8888;
}

.header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 92vw;
  height: 16vw;
}

.header-logo {
  position: relative;
  width: 50vw;
}

.header-logo a {
  display: block;
}

@media screen and (max-width: 750px) {
  .header-right {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .header-inner {
    width: 83.3333333333vw;
    height: 7.6388888889vw;
  }
  .header-logo {
    width: 18.4722222222vw;
  }
  .header-right {
    width: 31.9444444444vw;
    text-align: center;
  }
  .header-right-label {
    position: relative;
    display: inline-block;
    margin-bottom: 0.4861111111vw;
    padding: 0 1.7361111111vw;
  }
  .header-right-label:before, .header-right-label:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 0.8333333333vw;
    height: 1.5972222222vw;
    background-image: url(../img/common/slash.svg);
  }
  .header-right-label:before {
    left: 0;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .header-right-label:after {
    right: 0;
  }
  .header-right-label > span {
    position: relative;
    padding-left: 2.1527777778vw;
    line-height: 1.2em;
  }
  .header-right-label > span span {
    color: #ff4800;
    font-weight: 700;
  }
  .header-right-label > span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 1.7361111111vw;
    height: 0.9722222222vw;
    background-image: url(../img/common/bugle.png);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-btn a {
    width: 15.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .header-inner {
    width: 1200px;
    height: 110px;
  }
  .header-logo {
    width: 266px;
  }
  .header-right {
    width: 460px;
  }
  .header-right-label {
    margin-bottom: 7px;
    padding: 0 25px;
  }
  .header-right-label:before, .header-right-label:after {
    width: 12px;
    height: 23px;
  }
  .header-right-label > span {
    padding-left: 31px;
  }
  .header-right-label > span:before {
    width: 25px;
    height: 14px;
  }
  .header-btn a {
    width: 220px;
  }
}
/*  #contents
-------------------------------------------------------------------------------*/
.contents {
  position: relative;
  padding-top: 16vw;
}
@media screen and (min-width: 751px) {
  .contents {
    padding-top: 7.6388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .contents {
    padding-top: 110px;
  }
}

/*  #footer
-------------------------------------------------------------------------------*/
.footer {
  position: relative;
  background-color: #1c1716;
}

.fopter-inner {
  margin: 0 auto;
  padding: 11.3333333333vw 0 8vw 0;
  width: 92vw;
}

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8vw;
  margin-bottom: 9.3333333333vw;
}

.footer-sns a {
  position: relative;
  display: block;
  width: 7.7333333333vw;
}

.footer-copy {
  color: #ffffff;
  font-size: 3.2vw;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .fopter-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    width: 83.3333333333vw;
    height: 5.5555555556vw;
  }
  .footer-sns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 2.0833333333vw;
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-sns a {
    width: 2.0833333333vw;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer-sns a:hover {
    opacity: 0.7;
  }
  .footer-copy {
    font-size: 0.9722222222vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1441px) {
  .fopter-inner {
    width: 1200px;
    height: 80px;
  }
  .footer-sns {
    gap: 30px;
  }
  .footer-sns a {
    width: 30px;
  }
  .footer-copy {
    font-size: 1.4rem;
  }
}
/*  button
-------------------------------------------------------------------------------*/
.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 13.3333333333vw;
  background-color: #ff1700;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 6.6666666667vw;
  -webkit-box-shadow: -2.817px 5.298px 10px 0px rgba(64, 64, 64, 0.25);
          box-shadow: -2.817px 5.298px 10px 0px rgba(64, 64, 64, 0.25);
  overflow: hidden;
}
.btn span {
  position: relative;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
}
.btn span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
}

.btn--door span {
  padding-left: 7.2vw;
}
.btn--door span:before {
  width: 3.8666666667vw;
  height: 5.3333333333vw;
  background-image: url(../img/common/door-wh.svg);
}

.btn--window span {
  padding-left: 8.6666666667vw;
}
.btn--window span:before {
  width: 6.4vw;
  height: 4.5333333333vw;
  background-image: url(../img/common/window-wh.svg);
}

::-webkit-full-page-media,
:future,
:root .btn span:before {
  -webkit-transition: none;
  transition: none;
}

@media screen and (min-width: 751px) {
  .btn {
    height: 4.4444444444vw;
    border-width: 0.1388888889vw;
    border-radius: 2.2222222222vw;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  .btn span {
    font-size: 1.1111111111vw;
  }
  .btn:before {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .btn:hover {
    border-color: #ff1700;
  }
  .btn:hover span {
    color: #ff1700;
  }
  .btn:hover:before {
    width: 100%;
  }
  .btn--door span {
    padding-left: 1.8055555556vw;
  }
  .btn--door span:before {
    width: 1.25vw;
    height: 1.7361111111vw;
    background-image: url(../img/common/door-wh.svg);
  }
  .btn--door:hover span:before {
    background-image: url(../img/common/door-rd.svg);
  }
  .btn--window span {
    padding-left: 2.9861111111vw;
  }
  .btn--window span:before {
    width: 2.0138888889vw;
    height: 1.4583333333vw;
    background-image: url(../img/common/window-wh.svg);
  }
  .btn--window:hover span:before {
    background-image: url(../img/common/window-rd.svg);
  }
  .header .btn {
    height: 3.75vw;
    border-radius: 0.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .btn {
    height: 64px;
    border-width: 2px;
    border-radius: 32px;
  }
  .btn span {
    font-size: 1.6rem;
  }
  .btn--door span {
    padding-left: 26px;
  }
  .btn--door span:before {
    width: 18px;
    height: 25px;
  }
  .btn--window span {
    padding-left: 43px;
  }
  .btn--window span:before {
    width: 29px;
    height: 21px;
  }
  .header .btn {
    height: 54px;
    border-radius: 8px;
  }
}
/*  heading
-------------------------------------------------------------------------------*/
.heading {
  margin-bottom: 8vw;
}
@media screen and (min-width: 751px) {
  .heading {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading {
    margin-bottom: 50px;
  }
}

.heading-ja {
  position: relative;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}

.heading-lead {
  margin: 4.6666666667vw auto 0 auto;
  width: 90vw;
}
@media screen and (min-width: 751px) {
  .heading-lead {
    margin-top: 1.3888888889vw;
    width: 62.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-lead {
    margin-top: 20px;
    width: 900px;
  }
}
.heading-lead p {
  line-height: 1.7em;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) {
  .heading-lead p {
    text-align: center;
    letter-spacing: 0.05em;
  }
}

/*  pagetop
-------------------------------------------------------------------------------*/
.pagetop {
  position: fixed;
  right: 2vw;
  bottom: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12vw;
  height: 12vw;
  background-color: #ff6f19;
  border-color: #ff6f19;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 50%;
  z-index: 8888;
  cursor: pointer;
}
.pagetop span {
  color: #ffffff;
  font-size: 2.9333333333vw;
}

@media screen and (min-width: 751px) {
  .pagetop {
    right: 1.0416666667vw;
    bottom: 2.7777777778vw;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    border-width: 0.1388888889vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .pagetop span {
    font-size: 0.9722222222vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .pagetop:hover {
    background-color: #ffffff;
  }
  .pagetop:hover span {
    color: #ff6f19;
  }
}
@media screen and (min-width: 1441px) {
  .pagetop {
    right: 15px;
    bottom: 40px;
    width: 80px;
    height: 80px;
    border-width: 2px;
  }
  .pagetop span {
    font-size: 1.4rem;
  }
}
/*  slide
-------------------------------------------------------------------------------*/
/* ------------------------------------------- disable - */
.swiper-wrapper-disable {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-wrapper-disable .swiper-slide {
  left: 0 !important;
}

/* ------------------------------------------- mask - */
.swiper-wrapper-mask .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(252, 252, 252, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}

.swiper-wrapper-mask .swiper-slide:before {
  border-radius: inherit;
}

.swiper-wrapper-mask .swiper-slide-active:before {
  content: none;
}

@media screen and (max-width: 750px) {
  .slide-control {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 4vw auto 0 auto;
    padding: 0 13.3333333333vw;
    width: 68vw;
    height: 9.0666666667vw;
  }
}

.slide-prev,
.slide-next {
  position: absolute;
  top: 50%;
  width: 9.0666666667vw;
  height: 9.0666666667vw;
  background-color: #ffffff;
  background-size: contain;
  background-position: center;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .slide-prev,
  .slide-next {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .slide-prev,
  .slide-next {
    width: 48px;
    height: 48px;
  }
}

@media screen and (min-width: 751px) {
  #blog-control .slide-prev,
  #blog-control .slide-next,
  .ranking-slide .slide-prev,
  .ranking-slide .slide-next,
  #ranking-control .slide-prev,
  #ranking-control .slide-next {
    margin-top: -1.5625vw;
  }
}
@media screen and (min-width: 1441px) {
  #blog-control .slide-prev,
  #blog-control .slide-next,
  .ranking-slide .slide-prev,
  .ranking-slide .slide-next,
  #ranking-control .slide-prev,
  #ranking-control .slide-next {
    margin-top: -22.5px;
  }
}

@media screen and (min-width: 751px) {
  .slide-control .slide-prev,
  .slide-control .slide-next {
    margin-top: 0 !important;
  }
}

.slide-prev {
  background-image: url(../img/slide/prev.svg);
}
@media screen and (max-width: 750px) {
  .slide-prev {
    left: 0;
  }
}
@media screen and (min-width: 751px) {
  .slide-prev:hover {
    background-image: url(../img/slide/prev-on.svg);
  }
}

.slide-next {
  background-image: url(../img/slide/next.svg);
}
@media screen and (max-width: 750px) {
  .slide-next {
    right: 0;
  }
}
@media screen and (min-width: 751px) {
  .slide-next:hover {
    background-image: url(../img/slide/next-on.svg);
  }
}

::-webkit-full-page-media,
:future,
:root .slide-prev {
  -webkit-transition: none;
  transition: none;
}

::-webkit-full-page-media,
:future,
:root .slide-next {
  -webkit-transition: none;
  transition: none;
}

.slide-pagination {
  position: relative;
  bottom: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4vw;
}
@media screen and (min-width: 751px) {
  .slide-pagination {
    margin-top: 2.4305555556vw;
    gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .slide-pagination {
    margin-top: 35px;
    gap: 20px;
  }
}

.slide-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border-radius: 50% !important;
  background-color: #c6c6c6;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

.slide-pagination .swiper-pagination-bullet-active {
  background-color: #2f2725 !important;
}

/*  toggle
-------------------------------------------------------------------------------*/
.toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 16vw;
  height: 16vw;
  z-index: 8888;
  cursor: pointer;
}

.toggle span {
  position: absolute;
  left: 50%;
  width: 5.3333333333vw;
  height: 0.5333333333vw;
  background-color: #2f2725;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.toggle span:nth-of-type(1) {
  top: 4.2666666667vw;
}

.toggle span:nth-of-type(2) {
  top: 6.4vw;
}

.toggle span:nth-of-type(3) {
  top: 8.5333333333vw;
}

.toggle.is-active span:nth-of-type(1) {
  top: 6.4vw;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.toggle.is-active span:nth-of-type(2) {
  display: none;
}

.toggle.is-active span:nth-of-type(3) {
  top: 6.4vw;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.toggle-text {
  position: absolute;
  left: 50%;
  bottom: 2.8vw;
  color: #ff6f19;
  font-size: 2.9333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .toggle.is-active {
    position: fixed;
    background-color: #ff6f19;
  }
  .toggle.is-active span {
    background-color: #ffffff;
  }
  .toggle.is-active .toggle-text {
    color: #ffffff;
  }
}
@media screen and (min-width: 751px) {
  .toggle {
    width: 5.8333333333vw;
    height: 6.25vw;
  }
  .toggle span {
    width: 1.9444444444vw;
    height: 0.2083333333vw;
  }
  .toggle span:nth-of-type(1) {
    top: 1.9444444444vw;
  }
  .toggle span:nth-of-type(2) {
    top: 2.7083333333vw;
  }
  .toggle span:nth-of-type(3) {
    top: 3.4722222222vw;
  }
  .toggle.is-active span {
    background-color: #ffffff;
  }
  .toggle.is-active span:nth-of-type(1) {
    top: 2.7083333333vw;
  }
  .toggle.is-active span:nth-of-type(3) {
    top: 2.7083333333vw;
  }
  .toggle-text {
    bottom: 1.3194444444vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .toggle {
    width: 84px;
    height: 90px;
  }
  .toggle span {
    width: 28px;
    height: 3px;
  }
  .toggle span:nth-of-type(1) {
    top: 28px;
  }
  .toggle span:nth-of-type(2) {
    top: 39px;
  }
  .toggle span:nth-of-type(3) {
    top: 50px;
  }
  .toggle.is-active span:nth-of-type(1) {
    top: 39px;
  }
  .toggle.is-active span:nth-of-type(3) {
    top: 39px;
  }
  .toggle-text {
    bottom: 19px;
    font-size: 1.6rem;
  }
}
/*  speech
-------------------------------------------------------------------------------*/
.speech {
  position: relative;
  background-color: #f5efe7;
  border-radius: 2.1333333333vw;
}
.speech:before {
  content: "";
  position: absolute;
  top: 1.0666666667vw;
  width: 100%;
  height: 100%;
  background-color: #f8d0a5;
  border-radius: inherit;
  z-index: -1;
}
.speech:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8vw;
  height: 7.4666666667vw;
  background-image: url(../img/common/speech-arrow_sp.svg);
  background-size: contain;
}
.speech p {
  position: relative;
  line-height: 1.7em;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .speech:before {
    left: 1.0666666667vw;
  }
  .speech:after {
    left: 50%;
    bottom: 99.9%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 751px) {
  .speech {
    border-radius: 1.1111111111vw;
  }
  .speech:before {
    top: 0.4166666667vw;
  }
  .speech:after {
    top: 2.7777777778vw;
    width: 2.7777777778vw;
    height: 2.9861111111vw;
    background-image: url(../img/common/speech-arrow.svg);
  }
  .speech--left:before {
    left: 0.4166666667vw;
  }
  .speech--left:after {
    right: 99.99999%;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .speech--right:before {
    left: -0.4166666667vw;
  }
  .speech--right:after {
    left: 99.99999%;
  }
}
@media screen and (min-width: 1441px) {
  .speech {
    border-radius: 16px;
  }
  .speech:before {
    top: 6px;
  }
  .speech:after {
    top: 40px;
    width: 40px;
    height: 43px;
  }
  .speech--left:before {
    left: 6px;
  }
  .speech--right:before {
    left: -6px;
  }
}
/*  #fv
-------------------------------------------------------------------------------*/
.fv {
  position: relative;
  padding-top: 2.6666666667vw;
}
.fv:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 16vw);
  background-color: #f5efe7;
}

.fv-mv {
  margin-bottom: 11.3333333333vw;
}

@media screen and (min-width: 751px) {
  .fv {
    padding: 0 0 4.5138888889vw 0;
  }
  .fv:before {
    height: calc(100% - 5.5555555556vw);
  }
  .fv-mv {
    margin: 0 auto 3.8194444444vw auto;
    width: 76.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .fv {
    padding-bottom: 65px;
  }
  .fv:before {
    height: calc(100% - 80px);
  }
  .fv-mv {
    margin-bottom: 55px;
    width: 1100px;
  }
}
/*  #rank
-------------------------------------------------------------------------------*/
.rank {
  position: relative;
  padding: 14.6666666667vw 0 10.6666666667vw 0;
}

.rank-heading {
  margin-bottom: 4vw;
  text-align: center;
}

.rank-ttl {
  position: relative;
  display: inline-block;
  padding: 0 10vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}
.rank-ttl span {
  color: #ff4800;
}
.rank-ttl:before, .rank-ttl:after {
  content: "";
  position: absolute;
  bottom: 0.2em;
  display: inline-block;
  width: 6.2666666667vw;
  height: 9.7333333333vw;
  background-image: url(../img/common/slash.svg);
  background-size: contain;
}
.rank-ttl:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.rank-ttl:after {
  right: 0;
}

.rank-text p {
  font-size: 4vw;
  line-height: 1.7em;
}
.rank-text p span {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffe687));
  background: linear-gradient(transparent 70%, #ffe687 70%);
}

@media screen and (min-width: 751px) {
  .rank {
    padding: 5.9027777778vw 0 4.1666666667vw 0;
  }
  .rank-heading {
    margin-bottom: 2.0833333333vw;
  }
  .rank-ttl {
    padding: 0 3.8194444444vw;
    font-size: 2.5vw;
  }
  .rank-ttl:before, .rank-ttl:after {
    bottom: -0.2em;
    width: 2.4305555556vw;
    height: 3.8194444444vw;
  }
  .rank-text p {
    font-size: 1.25vw;
    text-align: center;
  }
}
@media screen and (min-width: 1441px) {
  .rank {
    padding: 85px 0 60px 0;
  }
  .rank-heading {
    margin-bottom: 30px;
  }
  .rank-ttl {
    padding: 0 55px;
    font-size: 3.6rem;
  }
  .rank-ttl:before, .rank-ttl:after {
    width: 35px;
    height: 55px;
  }
  .rank-text p {
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- message - */
.rank-message {
  position: relative;
  margin: 44.6666666667vw auto 0 auto;
  width: 88vw;
}
.rank-message:before, .rank-message:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/dot.png);
  background-size: contain;
}
.rank-message:before {
  top: -22vw;
  left: 62vw;
  width: 27.3333333333vw;
  height: 27.3333333333vw;
  z-index: -1;
}
.rank-message:after {
  right: 69.3333333333vw;
  bottom: -9.3333333333vw;
  width: 19.3333333333vw;
  height: 19.3333333333vw;
  z-index: 1;
}

.rank-message-image {
  position: absolute;
  top: -38.6666666667vw;
  left: 12.6666666667vw;
  width: 56.5333333333vw;
}

.rank-message-speech {
  padding: 6.6666666667vw 4.6666666667vw 5.3333333333vw 4.6666666667vw;
}
.rank-message-speech p:nth-child(2) {
  margin-top: 1em;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
.rank-message-speech p:nth-child(2) span.frame {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.3333333333vw 0;
  width: 52.6666666667vw;
  height: 7.3333333333vw;
  background-image: url(../img/rank/frame_sp.svg);
  background-image: url(../img/rank/frame.svg);
  background-size: contain;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-style: italic;
  font-weight: 900;
}
.rank-message-speech p:nth-child(2) span.ye {
  color: #ffe50a;
}
.rank-message-speech p:nth-child(2) span.num {
  font-size: 5.3333333333vw;
}

@media screen and (min-width: 751px) {
  .rank-message {
    margin: 5.2083333333vw auto 0 auto;
    width: 65.2777777778vw;
  }
  .rank-message:before {
    top: -2.7777777778vw;
    left: -7.9861111111vw;
    width: 8.8888888889vw;
    height: 8.8888888889vw;
    z-index: -1;
  }
  .rank-message:after {
    right: -4.1666666667vw;
    bottom: -1.3888888889vw;
    width: 5.9722222222vw;
    height: 5.9722222222vw;
  }
  .rank-message-image {
    top: auto;
    left: -1.0416666667vw;
    bottom: -4.1666666667vw;
    width: 22.2222222222vw;
    z-index: 1;
  }
  .rank-message-speech {
    margin-left: auto;
    padding: 2.0833333333vw 3.125vw;
    width: 45.1388888889vw;
  }
  .rank-message-speech p:nth-child(2) {
    font-size: 1.25vw;
    text-align: left;
  }
  .rank-message-speech p:nth-child(2) span.frame {
    margin: 0.6944444444vw 0 0 0;
    width: 19.5833333333vw;
    height: 2.7083333333vw;
    background-image: url(../img/rank/frame.svg);
    font-size: 1.3888888889vw;
  }
  .rank-message-speech p:nth-child(2) span.num {
    font-size: 1.9444444444vw;
  }
  .rank-message-speech p:nth-child(2) span.mid {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .rank-message {
    margin: 75px auto 0 auto;
    width: 940px;
  }
  .rank-message:before {
    top: -40px;
    left: -115px;
    width: 128px;
    height: 128px;
  }
  .rank-message:after {
    right: -60px;
    bottom: -20px;
    width: 86px;
    height: 86px;
  }
  .rank-message-image {
    left: -15px;
    bottom: -60px;
    width: 320px;
  }
  .rank-message-speech {
    padding: 30px 45px;
    width: 650px;
  }
  .rank-message-speech p:nth-child(2) {
    font-size: 1.8rem;
  }
  .rank-message-speech p:nth-child(2) span.frame {
    margin-top: 10px;
    width: 282px;
    height: 39px;
    font-size: 2rem;
  }
  .rank-message-speech p:nth-child(2) span.num {
    font-size: 2.8rem;
  }
  .rank-message-speech p:nth-child(2) span.mid {
    font-size: 2rem;
  }
}
/*  #campaign
-------------------------------------------------------------------------------*/
.campaign {
  padding: 13.3333333333vw 0;
}

.campaign-heading {
  margin-bottom: 5.3333333333vw;
}

.campaign-catch {
  margin: 0 auto 2vw auto;
  width: 53.0666666667vw;
}

.campaign-ja {
  font-size: 7.2vw;
}
.campaign-ja span.og {
  color: #ff4800;
  font-weight: 900;
}
.campaign-ja span.num {
  font-size: 7.7333333333vw;
}

.campaign-box {
  padding-bottom: 8vw;
  background-color: #ffffff;
}

@media screen and (min-width: 751px) {
  .campaign {
    padding: 6.9444444444vw 0 5.5555555556vw 0;
  }
  .campaign-heading {
    margin-bottom: 2.7777777778vw;
  }
  .campaign-catch {
    margin-bottom: 1.3888888889vw;
    width: 21.0416666667vw;
  }
  .campaign-ja {
    font-size: 3.3333333333vw;
  }
  .campaign-ja span.num {
    font-size: 3.75vw;
  }
  .campaign-box {
    padding-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .campaign {
    padding: 100px 0 80px 0;
  }
  .campaign-heading {
    margin-bottom: 40px;
  }
  .campaign-catch {
    margin-bottom: 20px;
    width: 303px;
  }
  .campaign-ja {
    font-size: 4.8rem;
  }
  .campaign-ja span.num {
    font-size: 5.4rem;
  }
  .campaign-box {
    padding-bottom: 60px;
  }
}
/* ------------------------------------------- data - */
.campaign-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw;
  margin: 6.6666666667vw auto 0 auto;
  width: 88vw;
}
.campaign-data dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6vw;
  height: 8.6666666667vw;
  background-color: #ff8400;
  border-radius: 0.5333333333vw;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 900;
  line-height: 1.5em;
}
.campaign-data dd,
.campaign-data .campaign-product-name {
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}

.campaign-data--full {
  width: 100%;
}

.campaign-data--harf {
  width: 100%;
}

.campaign-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.6666666667vw;
}

.campaign-product > li {
  position: relative;
  width: 100%;
}

.campaign-product-label {
  position: absolute;
  top: 2.6666666667vw;
  left: 2.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.0666666667vw;
  width: 25.7333333333vw;
  height: 25.7333333333vw;
  background-image: url(../img/common/frame.svg);
  background-size: contain;
  z-index: 1;
}
.campaign-product-label p {
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
}
.campaign-product-label p span.mid {
  font-size: 3.7333333333vw;
  font-weight: 900;
}
.campaign-product-label p span.big {
  font-size: 4vw;
  font-weight: 900;
}
.campaign-product-label p span.num {
  position: relative;
  top: 0.1em;
  font-size: 6.72vw;
}

.campaign-product-image {
  margin-bottom: 2.6666666667vw;
}

@media screen and (max-width: 750px) {
  .campaign-product {
    margin: 0 auto;
    width: 80vw;
  }
}
@media screen and (min-width: 751px) {
  .campaign-data {
    gap: 2.7777777778vw;
    margin: 4.1666666667vw auto 0 auto;
    width: 65.2777777778vw;
  }
  .campaign-data dt {
    margin-bottom: 2.7777777778vw;
    height: 3.8888888889vw;
    border-radius: 0.2777777778vw;
    font-size: 1.9444444444vw;
  }
  .campaign-data dd,
  .campaign-data .campaign-product-name {
    font-size: 1.5277777778vw;
  }
  .campaign-data--harf {
    width: 31.25vw;
  }
  .campaign-product {
    gap: 1.3888888889vw;
  }
  .campaign-product > li {
    width: 31.9444444444vw;
  }
  .campaign-product-label {
    top: 0.4166666667vw;
    left: 0.4166666667vw;
    padding-bottom: 0.625vw;
    width: 9.7222222222vw;
    height: 9.7222222222vw;
  }
  .campaign-product-label p {
    font-size: 1.1111111111vw;
  }
  .campaign-product-label p span.mid {
    font-size: 1.25vw;
  }
  .campaign-product-label p span.big {
    font-size: 1.3888888889vw;
  }
  .campaign-product-label p span.num {
    font-size: 2.5vw;
  }
  .campaign-product-image {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1441px) {
  .campaign-data {
    gap: 40px;
    margin: 60px auto 0 auto;
    width: 940px;
  }
  .campaign-data dt {
    margin-bottom: 40px;
    height: 56px;
    border-radius: 4px;
    font-size: 2.8rem;
  }
  .campaign-data dd,
  .campaign-data .campaign-product-name {
    font-size: 2.2rem;
  }
  .campaign-data--harf {
    width: 450px;
  }
  .campaign-product {
    gap: 20px;
  }
  .campaign-product > li {
    width: 460px;
  }
  .campaign-product-label {
    top: 6px;
    left: 6px;
    padding-bottom: 9px;
    width: 140px;
    height: 140px;
  }
  .campaign-product-label p {
    font-size: 1.6rem;
  }
  .campaign-product-label p span.mid {
    font-size: 1.8rem;
  }
  .campaign-product-label p span.big {
    font-size: 2rem;
  }
  .campaign-product-label p span.num {
    font-size: 3.6rem;
  }
  .campaign-product-image {
    margin-bottom: 20px;
  }
}
/* ------------------------------------------- discount - */
.discount {
  margin-top: 12vw;
}

.discount-heading {
  position: relative;
  margin-bottom: 4.6666666667vw;
  padding: 0 7.3333333333vw 0 9.3333333333vw;
}
.discount-heading:before, .discount-heading:after {
  content: "";
  position: absolute;
  bottom: -0.3em;
  display: inline-block;
  width: 7.3333333333vw;
  height: 11.6vw;
  background-image: url(../img/common/slash.svg);
  background-size: contain;
}
.discount-heading:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.discount-heading:after {
  right: 0;
}
.discount-heading > span {
  position: relative;
  padding-left: 6.6666666667vw;
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.9em;
}
.discount-heading > span > span {
  color: #ff4800;
}
.discount-heading > span:before {
  content: "";
  position: absolute;
  top: -2vw;
  left: 0;
  display: inline-block;
  width: 5.6vw;
  height: 10vw;
  background-image: url(../img/campaign/pickup.svg);
  background-size: contain;
}

.discount-box {
  position: relative;
  padding: 9.3333333333vw 9.8666666667vw 6.6666666667vw 9.8666666667vw;
  background-color: #ffffff;
  border-color: #ff8400;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 3.2vw;
}
.discount-box:before, .discount-box:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/dot.png);
  background-size: contain;
}
.discount-box:before {
  top: 17.3333333333vw;
  left: 4.6666666667vw;
  width: 15.3333333333vw;
  height: 15.3333333333vw;
}
.discount-box:after {
  top: 2.6666666667vw;
  right: 4vw;
  width: 23.3333333333vw;
  height: 23.3333333333vw;
  z-index: 1;
}

.discount-image {
  position: absolute;
  top: 35.6vw;
  left: 5.3333333333vw;
  width: 24.8vw;
}

.discount-name {
  position: relative;
  margin-bottom: 2.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  z-index: 2;
}
.discount-name span.frame {
  position: relative;
  display: inline-block;
  margin-bottom: 0.3em;
  padding: 0 6.6666666667vw;
  color: #ff4800;
  font-size: 4.2666666667vw;
  line-height: 1.63em;
}
.discount-name span.frame:before, .discount-name span.frame:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 2vw;
  height: 5.6vw;
  background-image: url(../img/campaign/frame.svg);
  background-size: contain;
}
.discount-name span.frame:before {
  left: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
.discount-name span.frame:after {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .discount {
    margin-top: 3.8194444444vw;
  }
  .discount-heading {
    margin: 0 auto 1.7361111111vw auto;
    padding: 0 3.8194444444vw;
    width: 37.5vw;
  }
  .discount-heading:before, .discount-heading:after {
    width: 2.4305555556vw;
    height: 3.8194444444vw;
  }
  .discount-heading > span {
    padding-left: 3.4722222222vw;
    font-size: 1.9444444444vw;
  }
  .discount-heading > span:before {
    top: -1.0416666667vw;
    width: 2.5694444444vw;
    height: 4.5833333333vw;
  }
  .discount-box {
    margin: 0 auto;
    padding: 4.1666666667vw 4.8611111111vw 3.125vw 4.8611111111vw;
    width: 69.4444444444vw;
    border-width: 0.2777777778vw;
    border-radius: 1.6666666667vw;
  }
  .discount-box:before {
    top: 6.5972222222vw;
    left: 19.1666666667vw;
    width: 7.5vw;
    height: 7.5vw;
  }
  .discount-box:after {
    top: -3.125vw;
    right: -1.0416666667vw;
    width: 12.1527777778vw;
    height: 12.1527777778vw;
  }
  .discount-image {
    top: 50%;
    left: 6.25vw;
    width: 11.7361111111vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .discount-name {
    margin: 0 0 2.0833333333vw auto;
    width: 41.3888888889vw;
    font-size: 1.6666666667vw;
  }
  .discount-name span.frame {
    padding: 0 2.6388888889vw;
    font-size: 1.5277777778vw;
  }
  .discount-name span.frame:before, .discount-name span.frame:after {
    width: 0.7638888889vw;
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .discount {
    margin-top: 55px;
  }
  .discount-heading {
    margin: 0 auto 25px auto;
    padding: 0 55px;
    width: 540px;
  }
  .discount-heading:before, .discount-heading:after {
    width: 35px;
    height: 55px;
  }
  .discount-heading > span {
    padding-left: 50px;
    font-size: 2.8rem;
  }
  .discount-heading > span:before {
    top: -15px;
    width: 37px;
    height: 66px;
  }
  .discount-box {
    padding: 60px 70px 45px 70px;
    width: 1000px;
    border-width: 4px;
    border-radius: 24px;
  }
  .discount-box:before {
    top: 95px;
    left: 276px;
    width: 108px;
    height: 108px;
  }
  .discount-box:after {
    top: -45px;
    right: -15px;
    width: 175px;
    height: 175px;
  }
  .discount-image {
    left: 90px;
    width: 169px;
  }
  .discount-name {
    margin: 0 0 30px auto;
    width: 596px;
    font-size: 2.4rem;
  }
  .discount-name span.frame {
    padding: 0 38px;
    font-size: 2.2rem;
  }
  .discount-name span.frame:before, .discount-name span.frame:after {
    width: 11px;
    height: 30px;
  }
}
/* ------------------------------------------- price - */
.discount-price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw;
  margin-left: auto;
  width: 47.2vw;
}
.discount-price:after {
  content: "";
  position: absolute;
  top: 20vw;
  left: -2vw;
  display: inline-block;
  width: 12.5333333333vw;
  height: 13.6vw;
  background-image: url(../img/common/arrow_sp.svg);
  background-size: contain;
  z-index: 1;
}

.discount-price > div {
  position: relative;
  padding: 3.2vw 2.9333333333vw;
  border-radius: 1.0666666667vw;
}

.discount-price-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 1.3333333333vw auto;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2em;
}

.discount-price-label {
  position: absolute;
  top: -0.6666666667vw;
  right: -13.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20vw;
  height: 20vw;
  background-image: url(../img/common/frame.svg);
  background-size: contain;
  z-index: 1;
}
.discount-price-label p {
  color: #ffffff;
  font-size: 2.8vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.15em;
  letter-spacing: 0;
}
.discount-price-label p span.big {
  font-size: 2.9333333333vw;
}
.discount-price-label p span.num {
  font-size: 5.3333333333vw;
}

.discount-normal {
  margin-left: auto;
  width: 40.5333333333vw;
  background-color: #ebebeb;
}
.discount-normal .discount-price-ttl {
  width: 33.3333333333vw;
  height: 4.2666666667vw;
  background-color: #747474;
  border-radius: 2.1333333333vw;
  font-size: 2.9333333333vw;
}

.discount-normal-text {
  margin-top: 0.3em;
  font-size: 3.2vw;
  text-align: center;
  line-height: 1.28em;
}

.discount-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.0666666667vw;
  margin-top: 1.3333333333vw;
}

.discount-cost-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12.2666666667vw;
  height: 8.8vw;
  background-color: #ffffff;
  border-color: #2f2725;
  border-style: solid;
  border-width: 0.2666666667vw;
}
.discount-cost-label p {
  font-size: 2.9333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: 0;
}

.discount-cost-price {
  padding-top: 0.15em;
  font-size: 2.2666666667vw;
  font-weight: 700;
  text-align: right;
  line-height: 1.1em;
  letter-spacing: 0;
}
.discount-cost-price span.big {
  font-size: 2.9333333333vw;
}
.discount-cost-price span.num {
  font-size: 4.5333333333vw;
}

.discount-cp {
  width: 100%;
  background-color: #f6efe6;
}
.discount-cp .discount-price-ttl {
  width: 41.3333333333vw;
  height: 5.6vw;
  background-color: #ff8400;
  border-radius: 2.8vw;
  font-size: 3.2vw;
}

.discount-cp-price {
  font-size: 2.6666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0;
}
.discount-cp-price span.red {
  color: #ff1700;
}
.discount-cp-price span.num {
  font-size: 3.7333333333vw;
}
.discount-cp-price span.mark {
  font-size: 4.5333333333vw;
}
.discount-cp-price span.big {
  display: inline-block;
  margin-top: 0.5em;
  color: #ff1700;
  font-size: 5.6vw;
  font-weight: 900;
}
.discount-cp-price span.big span.num {
  font-size: 9.6vw;
}

@media screen and (min-width: 751px) {
  .discount-price {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.9444444444vw;
    width: 41.3888888889vw;
  }
  .discount-price:after {
    top: 9.7222222222vw;
    left: 8.6805555556vw;
    width: 7.1527777778vw;
    height: 6.5972222222vw;
    background-image: url(../img/common/arrow.svg);
  }
  .discount-price > div {
    padding: 1.6666666667vw 1.5277777778vw;
    border-radius: 0.5555555556vw;
  }
  .discount-price-ttl {
    margin: 0 auto 0.6944444444vw auto;
  }
  .discount-price-label {
    top: 1.7361111111vw;
    right: -2.4305555556vw;
    width: 7.6388888889vw;
    height: 7.6388888889vw;
  }
  .discount-price-label p {
    font-size: 1.0416666667vw;
  }
  .discount-price-label p span.big {
    font-size: 1.1111111111vw;
  }
  .discount-price-label p span.num {
    font-size: 0.1944444444vw;
  }
  .discount-normal {
    margin: 0;
    width: 14.8611111111vw;
  }
  .discount-normal .discount-price-ttl {
    width: 12.5vw;
    height: 2.2222222222vw;
    border-radius: 1.1111111111vw;
    font-size: 1.25vw;
  }
  .discount-normal-text {
    font-size: 0.9722222222vw;
  }
  .discount-cost {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.8333333333vw;
    margin-top: 0.8333333333vw;
  }
  .discount-cost-label {
    width: 3.6111111111vw;
    height: 2.5694444444vw;
    border-width: 0.0694444444vw;
  }
  .discount-cost-label p {
    font-size: 0.8333333333vw;
  }
  .discount-cost-price {
    font-size: 0.8333333333vw;
  }
  .discount-cost-price span.big {
    font-size: 1.1111111111vw;
  }
  .discount-cost-price span.num {
    font-size: 1.6666666667vw;
  }
  .discount-cp {
    width: 24.5833333333vw;
  }
  .discount-cp .discount-price-ttl {
    width: 21.5277777778vw;
    height: 2.9166666667vw;
    border-radius: 1.4583333333vw;
    font-size: 1.3888888889vw;
  }
  .discount-cp-price {
    font-size: 0.9722222222vw;
  }
  .discount-cp-price span.num {
    font-size: 1.3888888889vw;
  }
  .discount-cp-price span.mark {
    font-size: 1.6666666667vw;
  }
  .discount-cp-price span.big {
    margin-top: 0.7em;
    font-size: 2.9166666667vw;
  }
  .discount-cp-price span.big span.num {
    font-size: 5vw;
  }
}
@media screen and (min-width: 1441px) {
  .discount-price {
    gap: 28px;
    width: 596px;
  }
  .discount-price:after {
    top: 140px;
    left: 125px;
    width: 103px;
    height: 95px;
  }
  .discount-price > div {
    padding: 24px 22px;
    border-radius: 8px;
  }
  .discount-price-ttl {
    margin: 0 auto 10px auto;
  }
  .discount-price-label {
    top: 25px;
    right: -35px;
    width: 110px;
    height: 110px;
  }
  .discount-price-label p {
    font-size: 1.5rem;
  }
  .discount-price-label p span.big {
    font-size: 1.6rem;
  }
  .discount-price-label p span.num {
    font-size: 2.8rem;
  }
  .discount-normal {
    width: 214px;
  }
  .discount-normal .discount-price-ttl {
    width: 170px;
    height: 32px;
    border-radius: 16px;
    font-size: 1.8rem;
  }
  .discount-normal-text {
    font-size: 1.4rem;
  }
  .discount-cost {
    gap: 12px;
    margin-top: 12px;
  }
  .discount-cost-label {
    width: 52px;
    height: 37px;
    border-width: 1px;
  }
  .discount-cost-label p {
    font-size: 1.2rem;
  }
  .discount-cost-price {
    font-size: 1.2rem;
  }
  .discount-cost-price span.big {
    font-size: 1.6rem;
  }
  .discount-cost-price span.num {
    font-size: 2.4rem;
  }
  .discount-cp {
    width: 354px;
  }
  .discount-cp .discount-price-ttl {
    width: 310px;
    height: 42px;
    border-radius: 21px;
    font-size: 2rem;
  }
  .discount-cp-price {
    font-size: 1.4rem;
  }
  .discount-cp-price span.num {
    font-size: 2rem;
  }
  .discount-cp-price span.mark {
    font-size: 2.4rem;
  }
  .discount-cp-price span.big {
    font-size: 4.2rem;
  }
  .discount-cp-price span.big span.num {
    font-size: 7.2rem;
  }
}
/*  #renov
-------------------------------------------------------------------------------*/
.renov {
  padding: 13.3333333333vw 0 10.6666666667vw 0;
}

.renov-catch {
  margin: 0 auto 2vw auto;
  width: 50.8vw;
}

.renov-ja {
  color: #ff4800;
  font-size: 7.2vw;
  font-weight: 900;
}
.renov-ja span {
  position: relative;
}
.renov-ja span:after {
  content: "";
  position: absolute;
  top: -18vw;
  right: -10vw;
  display: inline-block;
  width: 12.8vw;
  height: 15.2vw;
  background-image: url(../img/renov/calc.svg);
  background-size: contain;
  -webkit-transform: rotate(14.17deg);
          transform: rotate(14.17deg);
}

@media screen and (min-width: 751px) {
  .renov {
    padding: 6.9444444444vw 0 3.8194444444vw 0;
  }
  .renov-heading {
    margin-bottom: 2.7777777778vw;
  }
  .renov-catch {
    margin-bottom: 1.3888888889vw;
    width: 20.0694444444vw;
  }
  .renov-ja {
    font-size: 3.3333333333vw;
  }
  .renov-ja span:after {
    top: -2.0833333333vw;
    right: -8.3333333333vw;
    width: 5.6944444444vw;
    height: 6.7361111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .renov {
    padding: 100px 0 55px 0;
  }
  .renov-heading {
    margin-bottom: 40px;
  }
  .renov-catch {
    margin-bottom: 20px;
    width: 289px;
  }
  .renov-ja {
    font-size: 4.8rem;
  }
  .renov-ja span:after {
    top: -30px;
    right: -120px;
    width: 82px;
    height: 97px;
  }
}
/* ------------------------------------------- message - */
.renov-message {
  position: relative;
  margin: 44.6666666667vw auto 6.6666666667vw auto;
  width: 88vw;
}
.renov-message:before, .renov-message:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/dot.png);
  background-size: contain;
}
.renov-message:before {
  top: -22vw;
  left: 62vw;
  width: 27.3333333333vw;
  height: 27.3333333333vw;
  z-index: 1;
}
.renov-message:after {
  right: 69.3333333333vw;
  bottom: -9.3333333333vw;
  width: 19.3333333333vw;
  height: 19.3333333333vw;
  z-index: 1;
}

.renov-message-image {
  position: absolute;
  top: -38vw;
  left: 9.3333333333vw;
  width: 58.8vw;
}

.renov-message-speech {
  padding: 6.6666666667vw 4.6666666667vw 5.3333333333vw 4.6666666667vw;
}

.renov-message-speech-image {
  margin: 2vw auto 0 auto;
  width: 72vw;
  border-radius: 1.0666666667vw;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .renov-message {
    margin: 0 auto 4.8611111111vw auto;
    width: 65.2777777778vw;
  }
  .renov-message:before {
    top: -2.7777777778vw;
    left: -7.9861111111vw;
    width: 8.8888888889vw;
    height: 8.8888888889vw;
    z-index: -1;
  }
  .renov-message:after {
    right: -3.4722222222vw;
    bottom: -1.3888888889vw;
    width: 5.9722222222vw;
    height: 5.9722222222vw;
  }
  .renov-message-image {
    top: auto;
    left: -3.8194444444vw;
    bottom: -0.5555555556vw;
    width: 21.3888888889vw;
  }
  .renov-message-speech {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    padding: 2.0833333333vw 3.125vw;
    width: 45.1388888889vw;
  }
  .renov-message-speech-content {
    width: 20.1388888889vw;
  }
  .renov-message-speech-image {
    margin: 0;
    width: 17.0833333333vw;
    border-radius: 0.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .renov-message {
    margin: 0 auto 70px auto;
    width: 940px;
  }
  .renov-message:before {
    top: -40px;
    left: -115px;
    width: 128px;
    height: 128px;
  }
  .renov-message:after {
    right: -50px;
    bottom: -20px;
    width: 86px;
    height: 86px;
  }
  .renov-message-image {
    left: -55px;
    bottom: -8px;
    width: 308px;
  }
  .renov-message-speech {
    padding: 30px 45px;
    width: 650px;
  }
  .renov-message-speech-content {
    width: 290px;
  }
  .renov-message-speech-image {
    width: 246px;
    border-radius: 8px;
  }
}
/* ------------------------------------------- text - */
.renov-text p {
  font-size: 4vw;
  line-height: 1.7em;
}
@media screen and (min-width: 751px) {
  .renov-text p {
    font-size: 1.25vw;
    text-align: center;
  }
}
@media screen and (min-width: 1441px) {
  .renov-text p {
    font-size: 1.8rem;
  }
}

/* ------------------------------------------- case - */
.renov-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.3333333333vw;
  margin: 6vw auto 0 auto;
  width: 80vw;
}
@media screen and (min-width: 751px) {
  .renov-case {
    gap: 1.875vw;
    margin-top: 2.4305555556vw;
    width: 71.5277777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .renov-case {
    gap: 27px;
    margin-top: 35px;
    width: 1030px;
  }
}

/* ------------------------------------------- beforeafter - */
.renov-beforeafter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6666666667vw;
}
.renov-beforeafter:after {
  content: "";
  position: absolute;
  top: 36.9333333333vw;
  left: 24.6666666667vw;
  display: inline-block;
  width: 13.7333333333vw;
  height: 12.6666666667vw;
  background-image: url(../img/common/arrow.svg);
  background-size: contain;
  z-index: 1;
}

.renov-before {
  position: relative;
  width: 35.2vw;
}
.renov-before .renov-beforeafter-label {
  background-color: #747474;
}

.renov-after {
  position: relative;
  width: 42.1333333333vw;
}
.renov-after .renov-beforeafter-label {
  background-color: #ff6f19;
}

.renov-beforeafter-label {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15.4666666667vw;
  height: 4.8vw;
  border-radius: 0.5333333333vw 0 0.5333333333vw 0;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 700;
  letter-spacing: 0;
  z-index: 1;
}

.renov-afterafter-image {
  border-radius: 0.5333333333vw;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .renov-beforeafter {
    gap: 1.1111111111vw;
    width: 33.0555555556vw;
  }
  .renov-beforeafter:after {
    top: 13.8888888889vw;
    left: 10.7638888889vw;
    width: 7.1527777778vw;
    height: 6.5972222222vw;
  }
  .renov-before {
    width: 14.5833333333vw;
  }
  .renov-after {
    width: 17.3611111111vw;
  }
  .renov-beforeafter-label {
    width: 6.3888888889vw;
    height: 1.9444444444vw;
    border-radius: 0.2777777778vw 0 0.2777777778vw 0;
    font-size: 1.1111111111vw;
  }
  .renov-afterafter-image {
    border-radius: 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .renov-beforeafter {
    gap: 16px;
    width: 476px;
  }
  .renov-beforeafter:after {
    top: 200px;
    left: 155px;
    width: 103px;
    height: 95px;
  }
  .renov-before {
    width: 210px;
  }
  .renov-after {
    width: 250px;
  }
  .renov-beforeafter-label {
    width: 92px;
    height: 28px;
    border-radius: 4px 0 4px 0;
    font-size: 1.6rem;
  }
  .renov-afterafter-image {
    border-radius: 4px;
  }
}
/* ------------------------------------------- price - */
.renov-price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.6vw;
  width: 100%;
}

.renov-price > div {
  position: relative;
  padding: 3.2vw 4.9333333333vw;
  border-radius: 1.0666666667vw;
}

.renov-price-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 2vw auto;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2em;
}

.renov-price-label {
  position: absolute;
  top: 4vw;
  right: -2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20vw;
  height: 20vw;
  background-image: url(../img/common/frame.svg);
  background-size: contain;
  z-index: 1;
}
.renov-price-label p {
  color: #ffffff;
  font-size: 2.8vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.15em;
  letter-spacing: 0;
}
.renov-price-label p span.big {
  font-size: 2.9333333333vw;
}
.renov-price-label p span.num {
  font-size: 5.3333333333vw;
}

.renov-normal {
  width: 100%;
  background-color: #ebebeb;
}
.renov-normal .renov-price-ttl {
  width: 33.3333333333vw;
  height: 4.2666666667vw;
  background-color: #747474;
  border-radius: 2.1333333333vw;
  font-size: 2.9333333333vw;
}

.renov-normal-name {
  font-size: 3.7333333333vw;
  text-align: center;
  line-height: 1.5em;
}

.renov-normal-text {
  margin-top: 0.3em;
  font-size: 3.2vw;
  text-align: center;
  line-height: 1.28em;
}

.renov-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.2666666667vw;
}

.renov-cost-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 8.8vw;
  background-color: #ffffff;
  border-color: #2f2725;
  border-style: solid;
  border-width: 0.2666666667vw;
}
.renov-cost-label p {
  font-size: 2.9333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: 0;
}

.renov-cost-price {
  padding-top: 0.15em;
  font-size: 2.2666666667vw;
  font-weight: 700;
  text-align: right;
  line-height: 1.1em;
  letter-spacing: 0;
}
.renov-cost-price span.big {
  font-size: 2.9333333333vw;
}
.renov-cost-price span.num {
  font-size: 4.5333333333vw;
}

.renov-cp {
  width: 100%;
  background-color: #f6efe6;
}
.renov-cp .renov-price-ttl {
  width: 41.3333333333vw;
  height: 5.6vw;
  background-color: #ff8400;
  border-radius: 2.8vw;
  font-size: 3.2vw;
}

.renov-cp-price {
  font-size: 2.6666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0;
}
.renov-cp-price span.red {
  color: #ff1700;
}
.renov-cp-price span.num {
  font-size: 3.7333333333vw;
}
.renov-cp-price span.mark {
  font-size: 4.5333333333vw;
}
.renov-cp-price span.big {
  display: inline-block;
  margin-top: 0.5em;
  color: #ff1700;
  font-size: 5.6vw;
  font-weight: 900;
}
.renov-cp-price span.big span.num {
  font-size: 9.6vw;
}

.renov-price-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2vw auto 0 auto;
  padding-bottom: 3.3333333333vw;
  width: 44vw;
  height: 13.6vw;
  background-image: url(../img/renov/frame.svg);
  background-size: contain;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
}

.renov-cp-dis {
  margin-top: 0.2666666667vw;
  color: #ff1700;
  font-size: 7.2vw;
  font-weight: 900;
  text-align: center;
  line-height: 1em;
}
.renov-cp-dis span.num {
  font-size: 12.2666666667vw;
}

@media screen and (max-width: 750px) {
  .renov-normal-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .renov-cost {
    width: 17.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .renov-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.25vw;
    width: 36.5277777778vw;
  }
  .renov-price:after {
    content: "";
    position: absolute;
    top: 13.8888888889vw;
    left: 10.7638888889vw;
    display: inline-block;
    width: 7.1527777778vw;
    height: 6.5972222222vw;
    background-image: url(../img/common/arrow.svg);
    background-size: contain;
    z-index: 1;
  }
  .renov-price > div {
    padding: 1.6666666667vw 0.6944444444vw;
    border-radius: 0.5555555556vw;
  }
  .renov-price-ttl {
    margin: 0 auto 0.9027777778vw auto;
  }
  .renov-price-label {
    top: 3.125vw;
    right: -3.8194444444vw;
    width: 7.6388888889vw;
    height: 7.6388888889vw;
  }
  .renov-price-label p {
    font-size: 1.0416666667vw;
  }
  .renov-price-label p span.big {
    font-size: 1.1111111111vw;
  }
  .renov-price-label p span.num {
    font-size: 0.1944444444vw;
  }
  .renov-normal {
    width: 15.5555555556vw;
  }
  .renov-normal .renov-price-ttl {
    width: 12.5vw;
    height: 2.2222222222vw;
    border-radius: 1.1111111111vw;
    font-size: 1.25vw;
  }
  .renov-normal-name {
    font-size: 1.1111111111vw;
  }
  .renov-normal-text {
    font-size: 0.9722222222vw;
  }
  .renov-cost {
    gap: 0.8333333333vw;
    margin-top: 0.6944444444vw;
  }
  .renov-cost-label {
    width: 3.6111111111vw;
    height: 2.5694444444vw;
    border-width: 0.0694444444vw;
  }
  .renov-cost-label p {
    font-size: 0.8333333333vw;
  }
  .renov-cost-price {
    font-size: 0.8333333333vw;
  }
  .renov-cost-price span.big {
    font-size: 1.1111111111vw;
  }
  .renov-cost-price span.num {
    font-size: 1.6666666667vw;
  }
  .renov-cp {
    width: 19.7222222222vw;
  }
  .renov-cp .renov-price-ttl {
    width: 16.6666666667vw;
    height: 2.9166666667vw;
    border-radius: 1.4583333333vw;
    font-size: 1.3888888889vw;
  }
  .renov-cp-price {
    font-size: 0.9722222222vw;
  }
  .renov-cp-price span.num {
    font-size: 1.3888888889vw;
  }
  .renov-cp-price span.mark {
    font-size: 1.6666666667vw;
  }
  .renov-cp-price span.big {
    margin-top: 0.3em;
    font-size: 1.3888888889vw;
  }
  .renov-cp-price span.big span.num {
    font-size: 2.2222222222vw;
  }
  .renov-price-more {
    margin: 0.6944444444vw auto 0 auto;
    padding-bottom: 1.0416666667vw;
    width: 13.4722222222vw;
    height: 4.1666666667vw;
    font-size: 1.1111111111vw;
  }
  .renov-cp-dis {
    margin-top: 1.0416666667vw;
    font-size: 2.2222222222vw;
  }
  .renov-cp-dis span.num {
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 1441px) {
  .renov-price {
    gap: 18px;
    width: 526px;
  }
  .renov-price:after {
    top: 200px;
    left: 155px;
    width: 103px;
    height: 95px;
  }
  .renov-price > div {
    padding: 24px 10px;
    border-radius: 8px;
  }
  .renov-price-ttl {
    margin: 0 auto 13px auto;
  }
  .renov-price-label {
    top: 45px;
    right: -55px;
    width: 110px;
    height: 110px;
  }
  .renov-price-label p {
    font-size: 1.5rem;
  }
  .renov-price-label p span.big {
    font-size: 1.6rem;
  }
  .renov-price-label p span.num {
    font-size: 2.8rem;
  }
  .renov-normal {
    width: 224px;
  }
  .renov-normal .renov-price-ttl {
    width: 180px;
    height: 32px;
    border-radius: 16px;
    font-size: 1.8rem;
  }
  .renov-normal-name {
    font-size: 1.6rem;
  }
  .renov-normal-text {
    font-size: 1.4rem;
  }
  .renov-cost {
    gap: 12px;
    margin-top: 10px;
  }
  .renov-cost-label {
    width: 52px;
    height: 37px;
    border-width: 1px;
  }
  .renov-cost-label p {
    font-size: 1.2rem;
  }
  .renov-cost-price {
    font-size: 1.2rem;
  }
  .renov-cost-price span.big {
    font-size: 1.6rem;
  }
  .renov-cost-price span.num {
    font-size: 2.4rem;
  }
  .renov-cp {
    width: 284px;
  }
  .renov-cp .renov-price-ttl {
    width: 240px;
    height: 42px;
    border-radius: 21px;
    font-size: 2rem;
  }
  .renov-cp-price {
    font-size: 1.4rem;
  }
  .renov-cp-price span.num {
    font-size: 2rem;
  }
  .renov-cp-price span.mark {
    font-size: 2.4rem;
  }
  .renov-cp-price span.big {
    font-size: 2rem;
  }
  .renov-cp-price span.big span.num {
    font-size: 3.2rem;
  }
  .renov-price-more {
    margin: 10px auto 0 auto;
    padding-bottom: 15px;
    width: 194px;
    height: 60px;
    font-size: 1.6rem;
  }
  .renov-cp-dis {
    margin-top: 15px;
    font-size: 3.2rem;
  }
  .renov-cp-dis span.num {
    font-size: 5.4rem;
  }
}
/* ------------------------------------------- message - */
.renov-message2 {
  position: relative;
  margin: 42.6666666667vw auto 0 auto;
  width: 88vw;
}
.renov-message2:before, .renov-message2:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/dot.png);
  background-size: contain;
}
.renov-message2:before {
  top: -22vw;
  left: 62vw;
  width: 27.3333333333vw;
  height: 27.3333333333vw;
  z-index: 1;
}
.renov-message2:after {
  right: 69.3333333333vw;
  bottom: -9.3333333333vw;
  width: 19.3333333333vw;
  height: 19.3333333333vw;
  z-index: 1;
}

.renov-message2-image {
  position: absolute;
  top: -38vw;
  left: 10.6666666667vw;
  width: 52.4vw;
}

.renov-message2-speech {
  padding: 6.6666666667vw 4.6666666667vw 3.3333333333vw 4.6666666667vw;
}
.renov-message2-speech p:nth-child(2) {
  font-size: 4vw;
  font-weight: 700;
}
.renov-message2-speech p:nth-child(2) span.frame {
  display: inline-block;
  margin: 1.3333333333vw 0;
  padding: 0.6666666667vw 1.7333333333vw;
  background-color: #ffffff;
}
.renov-message2-speech p:nth-child(2) span.red {
  color: #ff1700;
}
.renov-message2-speech p:nth-child(2) span.num {
  font-size: 4vw;
}

@media screen and (min-width: 751px) {
  .renov-message2 {
    margin: 2.7777777778vw auto 0 auto;
    width: 65.2777777778vw;
  }
  .renov-message2:before {
    top: -2.7777777778vw;
    left: -7.9861111111vw;
    width: 8.8888888889vw;
    height: 8.8888888889vw;
  }
  .renov-message2:after {
    right: -4.1666666667vw;
    bottom: -1.3888888889vw;
    width: 5.9722222222vw;
    height: 5.9722222222vw;
  }
  .renov-message2-image {
    top: auto;
    left: auto;
    right: 0.3472222222vw;
    bottom: -4.1666666667vw;
    width: 19.1666666667vw;
  }
  .renov-message2-speech {
    padding: 2.0833333333vw 3.125vw;
    width: 45.1388888889vw;
  }
  .renov-message2-speech p:nth-child(2) {
    font-size: 1.25vw;
  }
  .renov-message2-speech p:nth-child(2) span.frame {
    margin: 0.5555555556vw 0.5555555556vw 0.5555555556vw 0;
    padding: 0.1388888889vw 0.6944444444vw;
    font-size: 1.5277777778vw;
  }
  .renov-message2-speech p:nth-child(2) span.num {
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .renov-message2 {
    margin: 40px auto 0 auto;
    width: 940px;
  }
  .renov-message2:before {
    top: -40px;
    left: -115px;
    width: 128px;
    height: 128px;
  }
  .renov-message2:after {
    right: -60px;
    bottom: -20px;
    width: 86px;
    height: 86px;
  }
  .renov-message2-image {
    right: 5px;
    bottom: -60px;
    width: 276px;
  }
  .renov-message2-speech {
    padding: 30px 45px;
    width: 650px;
  }
  .renov-message2-speech p:nth-child(2) {
    font-size: 1.8rem;
  }
  .renov-message2-speech p:nth-child(2) span.frame {
    margin: 8px 8px 8px 0;
    padding: 2px 10px;
    font-size: 2.2rem;
  }
  .renov-message2-speech p:nth-child(2) span.num {
    font-size: 2.8rem;
  }
}
/*  #solution
-------------------------------------------------------------------------------*/
.solution {
  position: relative;
  padding: 10vw 0 10.6666666667vw 0;
}

.solution-heading {
  margin-bottom: 7.3333333333vw;
  text-align: center;
}

.solution-ja {
  font-size: 6.4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.33em;
}
.solution-ja span.balloon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 4.6666666667vw auto;
  width: 36vw;
  height: 6.4vw;
  background-color: #747474;
  border-radius: 3.2vw;
  color: #ffffff;
  font-size: 3.7333333333vw;
  letter-spacing: 0.1em;
}
.solution-ja span.balloon:before {
  content: "";
  position: absolute;
  top: -1.3333333333vw;
  left: -8.4vw;
  display: inline-block;
  width: 4.9333333333vw;
  height: 6.8vw;
  background-image: url(../img/solution/deco.svg);
  background-size: contain;
}
.solution-ja span.balloon:after {
  content: "";
  position: absolute;
  top: 99.9%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2vw 1.8666666667vw 0px 1.8666666667vw;
  border-color: #747474 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.solution-ja span.og {
  color: #ff4800;
  font-weight: 900;
}

@media screen and (min-width: 751px) {
  .solution {
    padding: 6.9444444444vw 0 5.5555555556vw 0;
  }
  .solution-heading {
    margin-bottom: 2.7777777778vw;
  }
  .solution-ja {
    font-size: 2.5vw;
  }
  .solution-ja span.balloon {
    margin: 0 auto 2.0833333333vw auto;
    width: 16.6666666667vw;
    height: 3.3333333333vw;
    border-radius: 1.6666666667vw;
    font-size: 1.6666666667vw;
  }
  .solution-ja span.balloon:before {
    top: 0;
    left: -3.125vw;
    width: 2.1527777778vw;
    height: 3.0555555556vw;
  }
  .solution-ja span.balloon:after {
    border-width: 1.0416666667vw 0.9722222222vw 0px 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .solution {
    padding: 100px 0 80px 0;
  }
  .solution-heading {
    margin-bottom: 40px;
  }
  .solution-ja {
    font-size: 3.6rem;
  }
  .solution-ja span.balloon {
    margin: 0 auto 30px auto;
    width: 240px;
    height: 48px;
    border-radius: 24px;
    font-size: 2.4rem;
  }
  .solution-ja span.balloon:before {
    top: 0;
    left: -45px;
    width: 31px;
    height: 44px;
  }
  .solution-ja span.balloon:after {
    border-width: 15px 14px 0px 14px;
  }
}
/* ------------------------------------------- problem - */
.problem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.3333333333vw;
}
.problem:before, .problem:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.problem:before {
  top: -48.6666666667vw;
  left: -6vw;
  width: 27.0666666667vw;
  height: 45.8666666667vw;
  background-image: url(../img/solution/staff-l_sp.png);
}
.problem:after {
  top: -37.3333333333vw;
  right: -6vw;
  width: 28.1333333333vw;
  height: 34.4vw;
  background-image: url(../img/solution/staff-r_sp.png);
}

.problem > li {
  position: relative;
  padding: 6.6666666667vw 4vw 5.3333333333vw 4vw;
  width: 100%;
  border-color: #dcdcdc;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 2.1333333333vw;
}

.problem-ttl {
  margin-bottom: 2.6666666667vw;
  font-size: 5.0666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
.problem-ttl span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.8666666667vw;
  padding: 0 0.5em;
  height: 7.2vw;
  background-color: #818896;
  border-radius: 3.6vw;
  color: #ffffff;
  font-size: 4.8vw;
  font-weight: 900;
}

.problem-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw;
}

.problem-list > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5em 0 8.6666666667vw;
  width: 100%;
  height: 8vw;
  background-color: #ebebeb;
  border-radius: 4vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.3em;
}
.problem-list > li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4vw;
  display: inline-block;
  width: 3.0666666667vw;
  height: 2.6666666667vw;
  background-image: url(../img/solution/check.png);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.problem-solution {
  position: relative;
  margin-top: 8.4vw;
  padding: 8vw 0 4vw 0;
  background-color: #fff1bb;
  border-radius: 3.2vw;
}

.problem-solution-arrow {
  position: absolute;
  top: -8.4vw;
  left: 50%;
  padding-top: 1.6vw;
  width: 33.7333333333vw;
  height: 16.4vw;
  background-image: url(../img/solution/arrow.png);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.problem-solution-arrow p {
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.16em;
}

.problem-solution-ttl {
  margin-bottom: 1em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
.problem-solution-ttl span {
  font-weight: 900;
}

.problem-solution-image {
  position: relative;
  margin: 0 auto;
  width: 58.6666666667vw;
}
.problem-solution-image img {
  border-radius: 2.1333333333vw;
}

.problem-solution-label {
  position: absolute;
  top: -4vw;
  right: -2.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.2em;
  width: 18.6666666667vw;
  height: 18.6666666667vw;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 1;
}
.problem-solution-label p {
  position: relative;
  color: #ff4800;
  font-size: 2.8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
  z-index: 1;
}
.problem-solution-label p span {
  display: inline-block;
  margin-top: 0.3em;
  color: #2f2725;
  line-height: 1.22em;
}
.problem-solution-label p span.mid {
  font-size: 3.4666666667vw;
}
.problem-solution-label p span.big {
  font-size: 4.2666666667vw;
}
.problem-solution-label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17.3333333333vw;
  height: 17.3333333333vw;
  border-color: #ff9000;
  border-style: solid;
  border-width: 1px;
  border-radius: inherit;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.problem-solution-text {
  margin-top: 1em;
}
.problem-solution-text p {
  font-size: 3.7333333333vw;
  line-height: 1.5em;
}
.problem-solution-text p span {
  color: #ff4800;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .problem {
    margin: 0 auto;
    width: 88vw;
  }
  .problem-solution-text {
    margin-left: auto;
    margin-right: auto;
    width: 58.8vw;
  }
}
@media screen and (min-width: 751px) {
  .problem {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 3.4722222222vw;
  }
  .problem:before {
    top: -19.4444444444vw;
    left: 6.25vw;
    width: 20.1388888889vw;
    height: 19.4444444444vw;
    background-image: url(../img/solution/staff-l.png);
    background-image: image-set(url(../img/solution/staff-l.png) 1x, url(../img/solution/staff-l-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/solution/staff-l.png) 1x, url(../img/solution/staff-l-2x.png) 2x);
  }
  .problem:after {
    top: -14.4444444444vw;
    right: 4.1666666667vw;
    width: 22.2916666667vw;
    height: 14.4444444444vw;
    background-image: url(../img/solution/staff-r.png);
    background-image: image-set(url(../img/solution/staff-r.png) 1x, url(../img/solution/staff-r-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/solution/staff-r.png) 1x, url(../img/solution/staff-r-2x.png) 2x);
  }
  .problem > li {
    padding: 3.8194444444vw 2.4305555556vw 2.0833333333vw 2.4305555556vw;
    width: 38.1944444444vw;
    border-width: 0.2777777778vw;
    border-radius: 1.1111111111vw;
  }
  .problem-ttl {
    margin-bottom: 1.3888888889vw;
    font-size: 1.9444444444vw;
  }
  .problem-ttl span {
    margin-right: 0.6944444444vw;
    height: 3.3333333333vw;
    border-radius: 1.6666666667vw;
    font-size: 1.9444444444vw;
  }
  .problem-list {
    gap: 1.3888888889vw;
  }
  .problem-list > li {
    padding: 0 1em 0 4.8611111111vw;
    height: 3.75vw;
    border-radius: 1.875vw;
    font-size: 1.3888888889vw;
  }
  .problem-list > li:before {
    left: 2.6388888889vw;
    width: 1.5972222222vw;
    height: 1.3888888889vw;
  }
  .problem-solution {
    margin-top: 3.125vw;
    padding: 3.4722222222vw 0 1.7361111111vw 0;
    border-radius: 1.6666666667vw;
  }
  .problem-solution-arrow {
    top: -3.125vw;
    padding-top: 0.8333333333vw;
    width: 12.5vw;
    height: 6.0416666667vw;
  }
  .problem-solution-arrow p {
    font-size: 1.25vw;
  }
  .problem-solution-ttl {
    font-size: 1.6666666667vw;
    text-indent: 0.75em;
  }
  .problem-solution-image {
    width: 23.6111111111vw;
  }
  .problem-solution-image img {
    border-radius: 1.1111111111vw;
  }
  .problem-solution-label {
    top: 0.3472222222vw;
    right: -2.0833333333vw;
    width: 6.9444444444vw;
    height: 6.9444444444vw;
  }
  .problem-solution-label p {
    font-size: 1.0416666667vw;
  }
  .problem-solution-label p span.mid {
    font-size: 1.25vw;
  }
  .problem-solution-label p span.big {
    font-size: 1.6666666667vw;
  }
  .problem-solution-label:before {
    width: 6.5277777778vw;
    height: 6.5277777778vw;
    border-width: 0.0694444444vw;
  }
  .problem-solution-text p {
    min-height: 3em;
    font-size: 1.1111111111vw;
    text-align: center;
  }
}
@media screen and (min-width: 1441px) {
  .problem {
    gap: 50px;
  }
  .problem:before {
    top: -280px;
    left: 90px;
    width: 290px;
    height: 280px;
  }
  .problem:after {
    top: -208px;
    right: 60px;
    width: 321px;
    height: 208px;
  }
  .problem > li {
    padding: 55px 35px 30px 35px;
    width: 550px;
    border-width: 4px;
    border-radius: 16px;
  }
  .problem-ttl {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  .problem-ttl span {
    margin-right: 10px;
    height: 48px;
    border-radius: 24px;
    font-size: 2.8rem;
  }
  .problem-list {
    gap: 20px;
  }
  .problem-list > li {
    padding: 0 1em 0 70px;
    height: 54px;
    border-radius: 27px;
    font-size: 2rem;
  }
  .problem-list > li:before {
    left: 38px;
    width: 23px;
    height: 20px;
  }
  .problem-solution {
    margin-top: 45px;
    padding: 50px 0 25px 0;
    border-radius: 24px;
  }
  .problem-solution-arrow {
    top: -45px;
    padding-top: 12px;
    width: 180px;
    height: 87px;
  }
  .problem-solution-arrow p {
    font-size: 1.8rem;
  }
  .problem-solution-ttl {
    font-size: 2.4rem;
  }
  .problem-solution-image {
    width: 340px;
  }
  .problem-solution-image img {
    border-radius: 16px;
  }
  .problem-solution-label {
    top: 5px;
    right: -30px;
    width: 100px;
    height: 100px;
  }
  .problem-solution-label p {
    font-size: 1.5rem;
  }
  .problem-solution-label p span.mid {
    font-size: 1.8rem;
  }
  .problem-solution-label p span.big {
    font-size: 2.4rem;
  }
  .problem-solution-label:before {
    width: 94px;
    height: 94px;
    border-width: 1px;
  }
  .problem-solution-text p {
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- stress - */
.stress {
  position: relative;
  margin: 10.6666666667vw 0 0 -4vw;
  padding: 8vw 4vw 13.3333333333vw 4vw;
  width: 100vw;
  background-color: #f5efe7;
}
.stress:before, .stress:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/dot.png);
  background-size: contain;
}
.stress:before {
  top: -12vw;
  left: -8vw;
  width: 23.3333333333vw;
  height: 23.3333333333vw;
}
.stress:after {
  right: -5.3333333333vw;
  bottom: -8vw;
  width: 16vw;
  height: 16vw;
}

.stress-heading {
  margin-bottom: 5.3333333333vw;
  text-align: center;
}

.stress-catch {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 2.6666666667vw auto;
  width: 36vw;
  height: 6.6666666667vw;
  background-color: #ff9000;
  border-radius: 0.6666666667vw;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
.stress-catch:after {
  content: "";
  position: absolute;
  top: 99.9%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.6vw 0.8666666667vw 0px 0.8666666667vw;
  border-color: #ff9000 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.stress-ttl {
  font-size: 5.0666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
.stress-ttl span {
  position: relative;
  padding-left: 11.3333333333vw;
  color: #ff4800;
}
.stress-ttl span:before {
  content: "";
  position: absolute;
  top: -2.2666666667vw;
  left: 0;
  display: inline-block;
  width: 10vw;
  height: 7.6vw;
  background-image: url(../img/stress/pickup.svg);
  background-size: contain;
}

.stress-box {
  position: relative;
  padding: 4vw;
  background-color: #ffffff;
  border-radius: 2.1333333333vw;
  z-index: 1;
}

.stress-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw;
}

.stress-item {
  padding: 6.6666666667vw;
  width: 100%;
  border-radius: 2.1333333333vw;
}

.stress-item-ttl {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4vw;
  padding: 0 3.3333333333vw 0 6.6666666667vw;
  height: 6.1333333333vw;
}
.stress-item-ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.8666666667vw;
  display: inline-block;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.stress-item-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 99.999%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.0666666667vw 0px 3.0666666667vw 2.6666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.stress-item--merit {
  background-color: #fffae8;
}
.stress-item--merit .stress-item-ttl {
  background-color: #ffd119;
}
.stress-item--merit .stress-item-ttl:before {
  background-image: url(../img/stress/merit.svg);
}
.stress-item--merit .stress-item-ttl:after {
  border-color: transparent transparent transparent #ffd119;
}

.stress-item--demerit {
  background-color: #f1f1f1;
}
.stress-item--demerit .stress-item-ttl {
  background-color: #747474;
  color: #ffffff;
}
.stress-item--demerit .stress-item-ttl:before {
  background-image: url(../img/stress/demerit.svg);
}
.stress-item--demerit .stress-item-ttl:after {
  border-color: transparent transparent transparent #747474;
}

.stress-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3333333333vw;
  margin-top: 4.6666666667vw;
}

.stress-point > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8vw;
  height: 20.5333333333vw;
  background-color: #ffffff;
  border-color: #ffb85c;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.0666666667vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.2em;
}
.stress-point > li:before {
  content: "";
  position: absolute;
  top: 2.4vw;
  left: 50%;
  display: inline-block;
  width: 5.6vw;
  height: 5.6vw;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.stress-point--cover:before {
  background-image: url(../img/stress/cover.svg);
}

.stress-point--costcut:before {
  background-image: url(../img/stress/cost-cut.svg);
}

.stress-point--time:before {
  background-image: url(../img/stress/time.svg);
}

.stress-item-text p {
  line-height: 1.7em;
}

@media screen and (max-width: 750px) {
  .stress-point > li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 22.6666666667vw;
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  .stress {
    margin: 4.1666666667vw 0 0 0;
    padding: 2.7777777778vw 8.6805555556vw;
    width: auto;
    border-radius: 2.7777777778vw;
  }
  .stress:before {
    top: 5.5555555556vw;
    left: 4.8611111111vw;
    width: 12.1527777778vw;
    height: 12.1527777778vw;
  }
  .stress:after {
    right: 4.1666666667vw;
    bottom: 1.3888888889vw;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
  .stress-heading {
    margin-bottom: 1.7361111111vw;
  }
  .stress-catch {
    margin: 0 auto 1.0416666667vw auto;
    width: 14.5833333333vw;
    height: 2.6388888889vw;
    border-radius: 0.3472222222vw;
    font-size: 1.3888888889vw;
  }
  .stress-catch:after {
    border-width: 0.6944444444vw 0.3472222222vw 0px 0.3472222222vw;
  }
  .stress-ttl {
    font-size: 1.9444444444vw;
  }
  .stress-ttl span {
    padding-left: 5.2083333333vw;
  }
  .stress-ttl span:before {
    top: -0.625vw;
    width: 4.5833333333vw;
    height: 3.4722222222vw;
  }
  .stress-box {
    padding: 2.0833333333vw 3.4722222222vw;
    border-radius: 1.1111111111vw;
  }
  .stress-box:before, .stress-box:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-size: contain;
  }
  .stress-box:before {
    top: -12.6388888889vw;
    left: 1.7361111111vw;
    width: 15.2777777778vw;
    height: 14.4444444444vw;
    background-image: url(../img/stress/staff-l.png);
    background-image: image-set(url(../img/stress/staff-l.png) 1x, url(../img/stress/staff-l-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/stress/staff-l.png) 1x, url(../img/stress/staff-l-2x.png) 2x);
  }
  .stress-box:after {
    top: -13.1944444444vw;
    right: 2.4305555556vw;
    width: 12.5vw;
    height: 14.3055555556vw;
    background-image: url(../img/stress/staff-r.png);
    background-image: image-set(url(../img/stress/staff-r.png) 1x, url(../img/stress/staff-r-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/stress/staff-r.png) 1x, url(../img/stress/staff-r-2x.png) 2x);
  }
  .stress-items {
    gap: 1.3888888889vw;
  }
  .stress-item {
    padding: 2.0833333333vw 3.8194444444vw;
    border-radius: 1.1111111111vw;
  }
  .stress-item-ttl {
    margin-bottom: 1.3888888889vw;
    padding: 0 1.7361111111vw 0 2.7777777778vw;
    height: 2.3611111111vw;
  }
  .stress-item-ttl:before {
    left: 0.6944444444vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .stress-item-ttl:after {
    border-width: 1.1805555556vw 0px 1.1805555556vw 1.0416666667vw;
  }
  .stress-point {
    gap: 0.8333333333vw;
    margin-top: 1.7361111111vw;
  }
  .stress-point > li {
    padding: 0 1.3888888889vw 0 3.8194444444vw;
    height: 4.4444444444vw;
    border-width: 0.1388888889vw;
    border-radius: 0.5555555556vw;
    font-size: 1.0416666667vw;
  }
  .stress-point > li:before {
    top: 50%;
    left: 1.0416666667vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .stress {
    margin: 60px 0 0 0;
    padding: 40px 125px;
    border-radius: 40px;
  }
  .stress:before {
    top: 80px;
    left: 70px;
    width: 175px;
    height: 175px;
  }
  .stress:after {
    right: 60px;
    bottom: 20px;
    width: 120px;
    height: 120px;
  }
  .stress-heading {
    margin-bottom: 25px;
  }
  .stress-catch {
    margin: 0 auto 15px auto;
    width: 210px;
    height: 38px;
    border-radius: 5px;
    font-size: 2rem;
  }
  .stress-catch:after {
    border-width: 10px 5px 0px 5px;
  }
  .stress-ttl {
    font-size: 2.8rem;
  }
  .stress-ttl span {
    padding-left: 75px;
  }
  .stress-ttl span:before {
    top: -9px;
    width: 66px;
    height: 50px;
  }
  .stress-box {
    padding: 30px 50px;
    border-radius: 16px;
  }
  .stress-box:before {
    top: -182px;
    left: 25px;
    width: 220px;
    height: 208px;
  }
  .stress-box:after {
    top: -190px;
    right: 35px;
    width: 180px;
    height: 206px;
  }
  .stress-items {
    gap: 20px;
  }
  .stress-item {
    padding: 30px 55px;
    border-radius: 16px;
  }
  .stress-item-ttl {
    margin-bottom: 20px;
    padding: 0 25px 0 40px;
    height: 34px;
  }
  .stress-item-ttl:before {
    left: 10px;
    width: 20px;
    height: 20px;
  }
  .stress-item-ttl:after {
    border-width: 17px 0px 17px 15px;
  }
  .stress-point {
    gap: 12px;
    margin-top: 25px;
  }
  .stress-point > li {
    padding: 0 20px 0 55px;
    height: 64px;
    border-width: 2px;
    border-radius: 8px;
    font-size: 1.5rem;
  }
  .stress-point > li:before {
    left: 15px;
    width: 30px;
    height: 30px;
  }
}
/*  #about
-------------------------------------------------------------------------------*/
.about {
  position: relative;
  padding: 12vw 0 15.3333333333vw 0;
  background-color: #ffffff;
}

.about-heading {
  position: relative;
  margin-bottom: 9.3333333333vw;
  z-index: 1;
}
.about-heading:before, .about-heading:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.about-heading:before {
  top: -8.6666666667vw;
  left: -4vw;
  background-image: url(../img/about/staff-l_sp.png);
  width: 23.3333333333vw;
  height: 37.8666666667vw;
}
.about-heading:after {
  top: -4vw;
  right: -4vw;
  width: 22.8vw;
  height: 50.6666666667vw;
  background-image: url(../img/about/staff-r_sp.png);
}

.about-logo {
  margin: 0 auto 2.6666666667vw auto;
  width: 44.4vw;
}

.about-ja {
  font-size: 5.6vw;
  font-weight: 900;
  line-height: 1.33em;
}

.about-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.3333333333vw 3.2vw;
}

.c-about {
  padding: 4.6666666667vw 2.6666666667vw;
  width: 28.5333333333vw;
  background-color: #ffffff;
  border-color: #ffb85c;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 2.1333333333vw;
}

.c-about-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 5.3333333333vw auto;
  width: 15.7333333333vw;
  height: 15.7333333333vw;
}
.c-about-image img {
  width: auto;
  height: auto;
  max-width: 15.7333333333vw;
  max-height: 15.7333333333vw;
}

.c-about-ttl {
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.23em;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .about-ja span {
    font-size: 6.4vw;
  }
  .c-about-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 3.69em;
  }
}
@media screen and (min-width: 751px) {
  .about {
    padding: 5.2083333333vw 0 6.9444444444vw 0;
  }
  .about .inner {
    width: 76.3888888889vw;
  }
  .about-heading {
    margin-bottom: 2.7777777778vw;
  }
  .about-heading:before {
    top: -2.7777777778vw;
    left: -2.0833333333vw;
    width: 18.6111111111vw;
    height: 14.6527777778vw;
    background-image: url(../img/about/staff-l.png);
    background-image: image-set(url(../img/about/staff-l.png) 1x, url(../img/about/staff-l-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/about/staff-l.png) 1x, url(../img/about/staff-l-2x.png) 2x);
  }
  .about-heading:after {
    top: -1.7361111111vw;
    right: -3.4722222222vw;
    width: 24.1666666667vw;
    height: 18.8194444444vw;
    background-image: url(../img/about/staff-r.png);
    background-image: image-set(url(../img/about/staff-r.png) 1x, url(../img/about/staff-r-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/about/staff-r.png) 1x, url(../img/about/staff-r-2x.png) 2x);
  }
  .about-logo {
    margin: 0 auto 0.5555555556vw auto;
    width: 16.9444444444vw;
  }
  .about-ja {
    font-size: 2.5vw;
  }
  .about-lead p {
    text-align: left;
  }
  .about-post {
    gap: 2.0833333333vw 2.2222222222vw;
  }
  .c-about {
    padding: 2.0833333333vw 0;
    width: 17.4305555556vw;
    border-width: 0.1388888889vw;
    border-radius: 1.1111111111vw;
  }
  .c-about-image {
    margin: 0 auto 1.3888888889vw auto;
    width: 6.25vw;
    height: 6.25vw;
  }
  .c-about-image img {
    max-width: 6.25vw;
    max-height: 6.25vw;
  }
  .c-about-ttl {
    font-size: 1.3888888889vw;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1441px) {
  .about {
    padding: 75px 0 100px 0;
  }
  .about .inner {
    width: 1100px;
  }
  .about-heading {
    margin-bottom: 40px;
  }
  .about-heading:before {
    top: -40px;
    left: -30px;
    width: 268px;
    height: 211px;
  }
  .about-heading:after {
    top: -25px;
    right: -50px;
    width: 348px;
    height: 271px;
  }
  .about-logo {
    margin: 0 auto 8px auto;
    width: 244px;
  }
  .about-ja {
    font-size: 3.6rem;
  }
  .about-post {
    gap: 30px 32px;
  }
  .c-about {
    padding: 30px 0;
    width: 251px;
    border-width: 2px;
    border-radius: 16px;
  }
  .c-about-image {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
  }
  .c-about-image img {
    max-width: 90px;
    max-height: 90px;
  }
  .c-about-ttl {
    font-size: 2rem;
  }
}
/*  #reviews
-------------------------------------------------------------------------------*/
.reviews {
  position: relative;
  padding: 11.3333333333vw 0 8.6666666667vw 0;
  background-color: #ffffff;
}
.reviews:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff6f19;
}

.reviews .inner {
  z-index: 1;
}

.reviews-heading {
  margin-bottom: 6.6666666667vw;
  text-align: center;
  z-index: 1;
}
.reviews-heading:before, .reviews-heading:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.reviews-heading:before {
  top: 8vw;
  left: -4vw;
  width: 22.9333333333vw;
  height: 55.7333333333vw;
  background-image: url(../img/reviews/staff-l_sp.png);
}
.reviews-heading:after {
  top: 22.6666666667vw;
  right: -4vw;
  width: 25.0666666667vw;
  height: 51.4666666667vw;
  background-image: url(../img/reviews/staff-r_sp.png);
}

.reviews-catch {
  position: relative;
  display: inline-block;
  margin-bottom: 3.3333333333vw;
  padding: 0 6.6666666667vw;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (min-width: 751px) {
  .reviews-catch {
    margin-bottom: 1.7361111111vw;
    padding: 0 2.4305555556vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .reviews-catch {
    margin-bottom: 25px;
    padding: 0 35px;
    font-size: 2.4rem;
  }
}
.reviews-catch:before, .reviews-catch:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 2.8vw;
  height: 5.3333333333vw;
  background-image: url(../img/reviews/slash.svg);
  background-size: contain;
}
.reviews-catch:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.reviews-catch:after {
  right: 0;
}

.reviews-ja {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 4.8vw;
  text-align: left;
  line-height: 1.2em;
  z-index: 1;
}
.reviews-ja span.balloon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4vw;
  width: 16vw;
  height: 16vw;
  color: #ff6f19;
  font-size: 3.4666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.18em;
}
.reviews-ja span.balloon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17.6vw;
  height: 16vw;
  background-image: url(../img/reviews/balloon_sp.png);
  background-size: contain;
  z-index: -1;
}
.reviews-ja span.num {
  margin-right: 0.9333333333vw;
  color: #ffe826;
  font-family: "Lato", sans-serif;
  font-size: 16vw;
  font-weight: 900;
  letter-spacing: 0;
}
.reviews-ja span.ye {
  color: #ffe826;
  font-size: 6.4vw;
}

.reviews-lead {
  width: 42.6666666667vw;
}
.reviews-lead p {
  color: #ffffff;
}
.reviews-lead p.notes {
  margin-top: 1em;
  font-size: 3.2vw;
  text-align: right;
}

.reviews-btn {
  margin: 8vw auto 0 auto;
  width: 69.3333333333vw;
}

.reviews-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 3.6vw;
  height: 12vw;
  background-color: #ffffff;
  border-color: #ff6f19;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 6vw;
  -webkit-box-shadow: -2.817px 5.298px 10px 0px rgba(64, 64, 64, 0.25);
          box-shadow: -2.817px 5.298px 10px 0px rgba(64, 64, 64, 0.25);
  overflow: hidden;
}
.reviews-btn a span {
  position: relative;
  padding-left: 7.3333333333vw;
  color: #ff6f19;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.46em;
  z-index: 2;
}
.reviews-btn a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: 0.1em;
  width: 4vw;
  height: 4vw;
  background-image: url(../img/common/external-og.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.reviews-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6vw;
  display: inline-block;
  width: 2.1333333333vw;
  height: 3.2vw;
  background-image: url(../img/common/arrow-og.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

@media screen and (min-width: 751px) {
  .reviews {
    padding: 4.5138888889vw 0;
  }
  .reviews .inner {
    width: 76.3888888889vw;
  }
  .reviews-heading {
    margin-bottom: 2.0833333333vw;
  }
  .reviews-heading:before {
    top: -5.2083333333vw;
    left: -5.5555555556vw;
    width: 24.5833333333vw;
    height: 24.4444444444vw;
    background-image: url(../img/reviews/staff-l.png);
    background-image: image-set(url(../img/reviews/staff-l.png) 1x, url(../img/reviews/staff-l-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/reviews/staff-l.png) 1x, url(../img/reviews/staff-l-2x.png) 2x);
  }
  .reviews-heading:after {
    top: -9.0277777778vw;
    right: 0;
    width: 20.8333333333vw;
    height: 25.0694444444vw;
    background-image: url(../img/reviews/staff-r.png);
    background-image: image-set(url(../img/reviews/staff-r.png) 1x, url(../img/reviews/staff-r-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/reviews/staff-r.png) 1x, url(../img/reviews/staff-r-2x.png) 2x);
  }
  .reviews-catch {
    margin-bottom: 1.7361111111vw;
    padding: 0 2.4305555556vw;
    font-size: 1.6666666667vw;
  }
  .reviews-catch:before, .reviews-catch:after {
    width: 1.4583333333vw;
    height: 2.7777777778vw;
  }
  .reviews-ja {
    font-size: 2.0833333333vw;
  }
  .reviews-ja span.balloon {
    margin-right: 1.3888888889vw;
    width: 6.9444444444vw;
    height: 6.9444444444vw;
    font-size: 1.5277777778vw;
  }
  .reviews-ja span.balloon:before {
    width: 7.6388888889vw;
    height: 6.9444444444vw;
    background-image: url(../img/reviews/balloon.png);
    background-image: image-set(url(../img/reviews/balloon.png) 1x, url(../img/reviews/balloon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/reviews/balloon.png) 1x, url(../img/reviews/balloon-2x.png) 2x);
  }
  .reviews-ja span.num {
    margin-right: 0.8333333333vw;
    font-size: 6.9444444444vw;
  }
  .reviews-ja span.ye {
    font-size: 2.9166666667vw;
  }
  .reviews-lead {
    width: 47.0833333333vw;
  }
  .reviews-lead p.notes {
    font-size: 0.9722222222vw;
  }
  .reviews-btn {
    margin-top: 2.0833333333vw;
    width: 33.3333333333vw;
  }
  .reviews-btn a {
    padding-right: 0;
    height: 4.1666666667vw;
    border-width: 0.1388888889vw;
    border-radius: 2.0833333333vw;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .reviews-btn a span {
    padding-left: 2.2222222222vw;
    font-size: 1.25vw;
  }
  .reviews-btn a span:before {
    width: 1.25vw;
    height: 1.25vw;
  }
  .reviews-btn a:after {
    right: 2.0833333333vw;
    width: 0.5555555556vw;
    height: 0.8333333333vw;
  }
  .reviews-btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1441px) {
  .reviews {
    padding: 65px 0;
  }
  .reviews .inner {
    width: 1100px;
  }
  .reviews-heading {
    margin-bottom: 30px;
  }
  .reviews-heading:before {
    top: -75px;
    left: -80px;
    width: 354px;
    height: 352px;
  }
  .reviews-heading:after {
    top: -130px;
    width: 300px;
    height: 361px;
  }
  .reviews-catch {
    margin-bottom: 25px;
    padding: 0 35px;
    font-size: 2.4rem;
  }
  .reviews-catch:before, .reviews-catch:after {
    width: 21px;
    height: 40px;
  }
  .reviews-ja {
    font-size: 3rem;
  }
  .reviews-ja span.balloon {
    margin-right: 20px;
    width: 100px;
    height: 100px;
    font-size: 2.2rem;
  }
  .reviews-ja span.balloon:before {
    width: 110px;
    height: 100px;
  }
  .reviews-ja span.num {
    margin-right: 12px;
    font-size: 10rem;
  }
  .reviews-ja span.ye {
    font-size: 4.2rem;
  }
  .reviews-lead {
    width: 678px;
  }
  .reviews-lead p.notes {
    font-size: 1.4rem;
  }
  .reviews-btn {
    margin-top: 30px;
    width: 480px;
  }
  .reviews-btn a {
    height: 60px;
    border-width: 2px;
    border-radius: 30px;
  }
  .reviews-btn a span {
    padding-left: 32px;
    font-size: 1.8rem;
  }
  .reviews-btn a span:before {
    width: 18px;
    height: 18px;
  }
  .reviews-btn a:after {
    right: 30px;
    width: 8px;
    height: 12px;
  }
}
/*  #meister
-------------------------------------------------------------------------------*/
.meister {
  position: relative;
  padding: 12vw 0 10.6666666667vw 0;
  background-color: #ffffff;
}

.meister-heading {
  position: relative;
  margin-bottom: 6.6666666667vw;
}
.meister-heading:after {
  content: "";
  position: absolute;
  top: -2.6666666667vw;
  right: 0;
  display: inline-block;
  width: 18.8vw;
  height: 20.8vw;
  background-image: url(../img/meister/tools.svg);
  background-size: contain;
}

.meister-catch {
  position: relative;
  margin: 0 auto 3.3333333333vw auto;
  width: 43.2vw;
}

.meister-ja {
  font-size: 6.4vw;
  z-index: 1;
}
.meister-ja span.balloon {
  position: absolute;
  top: -12vw;
  left: 1.0666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18.6666666667vw;
  height: 18.6666666667vw;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.18em;
}
.meister-ja span.balloon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 19.3333333333vw;
  height: 18.6666666667vw;
  background-image: url(../img/meister/balloon_sp.png);
  background-size: contain;
  z-index: -1;
}

.meister-content {
  position: relative;
  z-index: 1;
}
.meister-content:before {
  content: "";
  position: absolute;
  top: 12vw;
  left: 50%;
  width: 100vw;
  height: 26.6666666667vw;
  background-color: #ff6f19;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.meister-slide {
  position: relative;
}

.meister-slide .swiper-slide {
  margin-right: 4vw;
  width: 44vw;
}

.meister-slide .swiper-slide:last-child {
  margin-right: 0;
}

@media screen and (min-width: 751px) {
  .meister {
    padding: 5.5555555556vw 0;
  }
  .meister .inner {
    width: 76.3888888889vw;
  }
  .meister-heading {
    margin-bottom: 3.125vw;
  }
  .meister-heading:after {
    top: -1.3888888889vw;
    right: 15.9722222222vw;
    width: 8.0555555556vw;
    height: 8.6111111111vw;
  }
  .meister-catch {
    margin-bottom: 1.3888888889vw;
    width: 14.4444444444vw;
  }
  .meister-ja {
    font-size: 2.7777777778vw;
  }
  .meister-ja span.balloon {
    top: -3.8194444444vw;
    left: 19.4444444444vw;
    width: 6.9444444444vw;
    height: 6.9444444444vw;
    font-size: 1.5277777778vw;
  }
  .meister-ja span.balloon:before {
    width: 7.1527777778vw;
    height: 6.9444444444vw;
    background-image: url(../img/meister/balloon.png);
    background-image: image-set(url(../img/meister/balloon.png) 1x, url(../img/meister/balloon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/meister/balloon.png) 1x, url(../img/meister/balloon-2x.png) 2x);
  }
  .meister-content:before {
    top: 6.25vw;
    left: -9.0277777778vw;
    width: 100vw;
    height: 13.8888888889vw;
    -webkit-transform: none;
            transform: none;
  }
  .meister-slide .swiper-slide {
    margin-right: 2.7777777778vw;
    width: 20.8333333333vw;
  }
  #meister-control {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2.0833333333vw auto 0 auto;
    padding: 0 4.8611111111vw;
    width: 29.1666666667vw;
    height: 3.3333333333vw;
  }
  #meister-prev {
    left: 0;
  }
  #meister-next {
    right: 0;
  }
  #meister-pagination {
    margin: 0;
  }
}
@media screen and (min-width: 1441px) {
  .meister {
    padding: 80px 0;
  }
  .meister .inner {
    width: 1100px;
  }
  .meister-heading {
    margin-bottom: 45px;
  }
  .meister-heading:after {
    top: -20px;
    right: 230px;
    width: 113px;
    height: 124px;
  }
  .meister-catch {
    margin-bottom: 20px;
    width: 208px;
  }
  .meister-ja {
    font-size: 4rem;
  }
  .meister-ja span.balloon {
    top: -55px;
    left: 280px;
    width: 100px;
    height: 100px;
    font-size: 2.2rem;
  }
  .meister-ja span.balloon:before {
    width: 103px;
    height: 100px;
  }
  .meister-content:before {
    top: 90px;
    left: -130px;
    height: 200px;
  }
  .meister-slide .swiper-slide {
    margin-right: 40px;
    width: 300px;
  }
  #meister-control {
    margin-top: 30px;
    padding: 0 70px;
    width: 420px;
    height: 48px;
  }
}
/* ------------------------------------------- article - */
.c-meister-image {
  position: relative;
  margin-bottom: 3.3333333333vw;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}
.c-meister-image img {
  aspect-ratio: 300/370;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-meister-position {
  margin-bottom: 0.5em;
  color: #c6c6c6;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
}

.c-meister-ttl {
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .c-meister-image {
    margin-bottom: 1.3888888889vw;
    border-radius: 0.2777777778vw;
  }
  .c-meister a:hover .c-meister-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
}
@media screen and (min-width: 1441px) {
  .c-meister-image {
    margin-bottom: 20px;
    border-radius: 4px;
  }
}
/*  #step
-------------------------------------------------------------------------------*/
.step {
  position: relative;
  padding: 6vw 0 8vw 0;
  background-color: #f2f2f2;
}

.step-heading {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 7.3333333333vw;
  z-index: 1;
}
.step-heading:before, .step-heading:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.step-heading:before {
  top: -1.3333333333vw;
  left: -10vw;
  width: 25.0666666667vw;
  height: 23.0666666667vw;
  background-image: url(../img/step/confetti-l_sp.png);
}
.step-heading:after {
  top: -2vw;
  right: -62.6666666667vw;
  width: 21.8666666667vw;
  height: 20.8vw;
  background-image: url(../img/step/confetti-r_sp.png);
}

.step-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 4vw;
  padding-top: 2vw;
  width: 5.7333333333vw;
  height: 27.8666666667vw;
  background-image: url(../img/step/frame_sp.png);
  background-size: 100%;
}
.step-label span {
  color: #ffffff;
  font-family: "ZenKakuGothicNewTate", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.05em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.step-ja {
  margin-top: 4vw;
  font-family: "ZenKakuGothicNewTate", sans-serif;
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.53em;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.step-ja > span {
  position: relative;
}
.step-ja > span:nth-of-type(2) {
  top: 14.6666666667vw;
}
.step-ja span.og {
  color: #ff4800;
}
.step-ja span.num {
  font-size: 5.6vw;
}

.step-staff {
  position: absolute;
  top: 10vw;
  left: 33.7333333333vw;
  width: 59.4666666667vw;
  z-index: 2;
}
.step-staff:before {
  content: "";
  position: absolute;
  left: -10.6666666667vw;
  bottom: -0.6666666667vw;
  display: inline-block;
  width: 9.7333333333vw;
  height: 12.6666666667vw;
  background-image: url(../img/step/trophy.svg);
  background-size: contain;
}

.step-award > li {
  position: relative;
  width: 45.3333333333vw;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 2.1333333333vw;
  overflow: hidden;
}

.step-award > li:nth-child(1) {
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .step-heading {
    min-height: 58.6666666667vw;
  }
  .step-award {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 751px) {
  .step {
    padding-top: 4.5138888889vw;
    min-height: 34.7222222222vw;
  }
  .step .inner {
    width: 60.2777777778vw;
  }
  .step-heading {
    margin: 0;
  }
  .step-heading:before {
    top: -3.8194444444vw;
    left: -7.9861111111vw;
    width: 13.0555555556vw;
    height: 12.0138888889vw;
    background-image: url(../img/step/confetti-l.png);
    background-image: image-set(url(../img/step/confetti-l.png) 1x, url(../img/step/confetti-l-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/step/confetti-l.png) 1x, url(../img/step/confetti-l-2x.png) 2x);
  }
  .step-heading:after {
    top: 7.9861111111vw;
    right: -9.0277777778vw;
    width: 9.1666666667vw;
    height: 12.8472222222vw;
    background-image: url(../img/step/confetti-r.png);
    background-image: image-set(url(../img/step/confetti-r.png) 1x, url(../img/step/confetti-r-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/step/confetti-r.png) 1x, url(../img/step/confetti-r-2x.png) 2x);
  }
  .step-label {
    margin-left: 0.6944444444vw;
    padding-top: 1.0416666667vw;
    width: 2.2222222222vw;
    height: 10.4861111111vw;
    background-image: url(../img/step/frame.png);
    background-image: image-set(url(../img/step/frame.png) 1x, url(../img/step/frame-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/step/frame.png) 1x, url(../img/step/frame-2x.png) 2x);
  }
  .step-label span {
    font-size: 1.25vw;
  }
  .step-ja {
    margin-top: 1.0416666667vw;
    font-size: 1.9444444444vw;
  }
  .step-ja > span:nth-of-type(2) {
    top: 6.9444444444vw;
  }
  .step-ja span.num {
    font-size: 2.2222222222vw;
  }
  .step-staff {
    top: 10.4166666667vw;
    left: 11.4583333333vw;
    width: 25.9722222222vw;
  }
  .step-staff:before {
    left: -5.9027777778vw;
    bottom: 2.4305555556vw;
    width: 5.0694444444vw;
    height: 6.5972222222vw;
  }
  .step-award {
    position: absolute;
    top: -1.3888888889vw;
    right: 0;
    margin: 0;
    width: 36.1111111111vw;
  }
  .step-award > li {
    width: 22.5vw;
    border-width: 0.1388888889vw;
    border-radius: 1.1111111111vw;
  }
  .step-award > li:nth-child(2) {
    top: -1.7361111111vw;
    margin: 0 0 -1.7361111111vw auto;
  }
}
@media screen and (min-width: 1441px) {
  .step {
    padding-top: 65px;
    min-height: 500px;
  }
  .step .inner {
    width: 868px;
  }
  .step-heading:before {
    top: -55px;
    left: -115px;
    width: 188px;
    height: 173px;
  }
  .step-heading:after {
    top: 115px;
    right: -130px;
    width: 132px;
    height: 185px;
  }
  .step-label {
    margin-left: 10px;
    padding-top: 15px;
    width: 32px;
    height: 151px;
  }
  .step-label span {
    font-size: 1.8rem;
  }
  .step-ja {
    margin-top: 15px;
    font-size: 2.8rem;
  }
  .step-ja > span:nth-of-type(2) {
    top: 100px;
  }
  .step-ja span.num {
    font-size: 3.2rem;
  }
  .step-staff {
    top: 150px;
    left: 165px;
    width: 374px;
  }
  .step-staff:before {
    left: -85px;
    bottom: 35px;
    width: 73px;
    height: 95px;
  }
  .step-award {
    top: -20px;
    width: 520px;
  }
  .step-award > li {
    width: 324px;
    border-width: 2px;
    border-radius: 16px;
  }
  .step-award > li:nth-child(2) {
    top: -25px;
    margin: 0 0 -25px auto;
  }
}
/*  #result
-------------------------------------------------------------------------------*/
.result {
  position: relative;
  padding: 14.6666666667vw 0 9.3333333333vw 0;
  overflow: hidden;
}

.result .inner {
  position: relative;
}
.result .inner:before, .result .inner:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/dot.png);
  background-size: contain;
  z-index: -1;
}
.result .inner:before {
  top: 3.3333333333vw;
  left: -6.6666666667vw;
  width: 21.0666666667vw;
  height: 21.2vw;
}
.result .inner:after {
  top: -26vw;
  right: -13.3333333333vw;
  width: 28.4vw;
  height: 28.5333333333vw;
}

.result-heading {
  margin-bottom: 8vw;
}

.result-inner {
  position: relative;
  margin: 0 auto;
  width: 67.4666666667vw;
  z-index: 1;
}
.result-inner:before, .result-inner:after {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 22.6666666667vw;
  height: 14.4vw;
  background-image: url(../img/result/flag.svg);
  background-size: contain;
}
.result-inner:before {
  left: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.result-inner:after {
  right: 0;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.result-catch {
  position: relative;
  margin: 0 auto 3.3333333333vw auto;
  width: 40.2666666667vw;
}

.result-ja {
  font-size: 7.2vw;
}
.result-ja span.og {
  color: #ff6f19;
}

.result-lead p {
  text-align: center;
}

@media screen and (min-width: 751px) {
  .result {
    padding: 5.2083333333vw 0 3.4722222222vw 0;
  }
  .result .inner:before {
    top: 1.3888888889vw;
    left: 11.4583333333vw;
    width: 8.3333333333vw;
    height: 8.2638888889vw;
  }
  .result .inner:after {
    top: -9.375vw;
    right: 11.4583333333vw;
    width: 12.0833333333vw;
    height: 12.1527777778vw;
  }
  .result-heading {
    margin-bottom: 3.125vw;
  }
  .result-inner {
    width: 28.125vw;
  }
  .result-inner:before, .result-inner:after {
    width: 8.4722222222vw;
    height: 2.3611111111vw;
  }
  .result-catch {
    margin-bottom: 0.6944444444vw;
    width: 14.5833333333vw;
  }
  .result-ja {
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .result {
    padding: 75px 0 50px 0;
  }
  .result .inner:before {
    top: 20px;
    left: 165px;
    width: 120px;
    height: 119px;
  }
  .result .inner:after {
    top: -135px;
    right: 165px;
    width: 174px;
    height: 175px;
  }
  .result-heading {
    margin-bottom: 45px;
  }
  .result-inner {
    width: 405px;
  }
  .result-inner:before, .result-inner:after {
    width: 122px;
    height: 34px;
  }
  .result-catch {
    margin-bottom: 10px;
    width: 210px;
  }
  .result-ja {
    font-size: 4rem;
  }
}
/* ------------------------------------------- result-rank - */
.result-rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw 2.4vw;
}

.result-rank > li {
  position: relative;
  padding: 2.6666666667vw 2vw;
  width: 44.8vw;
  border-radius: 2.1333333333vw;
}
.result-rank > li:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  display: inline-block;
  width: 6.6666666667vw;
  height: 4.6666666667vw;
  background-image: url(../img/result/crown.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.result-rank-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2vw;
}

.result-rank-ttl {
  margin-left: 2vw;
  font-size: 2.6666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.375em;
  letter-spacing: 0;
}
.result-rank-ttl span {
  font-size: 2.9333333333vw;
}

.result-rank-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 37.8666666667vw;
  height: 4.2666666667vw;
  background-color: #ffffff;
  border-radius: 2.1333333333vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
}
.result-rank-label span.en {
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
.result-rank-label span.mid {
  font-size: 3.7333333333vw;
}
.result-rank-label span.big {
  font-size: 3.7333333333vw;
}

.result-rank-num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 1.7333333333vw auto 0 auto;
  padding-bottom: 1.0666666667vw;
  width: 29.0666666667vw;
  height: 8.5333333333vw;
  background-image: url(../img/result/frame_sp.svg);
  background-size: contain;
  font-size: 3.4666666667vw;
  font-weight: 700;
}
.result-rank-num span.color {
  position: relative;
  top: 0.1em;
}
.result-rank-num span.label {
  font-size: 4vw;
}
.result-rank-num span.num {
  margin: 0 0.05em;
  font-family: "Lato", sans-serif;
  font-size: 8.5333333333vw;
  font-weight: 900;
}

.result-rank-item--ykkap {
  background-color: rgba(11, 115, 174, 0.1);
}
.result-rank-item--ykkap .result-rank-logo {
  width: 7.0666666667vw;
}
.result-rank-item--ykkap .result-rank-label {
  color: #0b73ae;
}
.result-rank-item--ykkap .result-rank-num span.color {
  color: #0b73ae;
}

.result-rank-item--lixil {
  background-color: rgba(255, 111, 25, 0.1);
}
.result-rank-item--lixil .result-rank-logo {
  width: 11.7333333333vw;
}
.result-rank-item--lixil .result-rank-label {
  color: #ff6f19;
}
.result-rank-item--lixil .result-rank-num span.color {
  color: #ff6f19;
}

.c-choosing-result {
  margin-top: 12vw;
}
.c-choosing-result .result-heading {
  margin-bottom: 6vw;
}
.c-choosing-result .result-rank {
  gap: 6.6666666667vw 2.1333333333vw;
}
.c-choosing-result .result-rank > li {
  padding: 1.7333333333vw;
  width: 38.9333333333vw;
}
.c-choosing-result .result-rank-item--ykkap .result-rank-logo {
  width: 6.1333333333vw;
}
.c-choosing-result .result-rank-item--lixil .result-rank-logo {
  width: 10.2666666667vw;
}
.c-choosing-result .result-rank-ttl {
  font-size: 2.4vw;
}
.c-choosing-result .result-rank-ttl span {
  font-size: 2.6666666667vw;
}
.c-choosing-result .result-rank-label {
  width: 32.8vw;
  height: 3.4666666667vw;
  border-radius: 1.6vw;
  font-size: 2.8vw;
}
.c-choosing-result .result-rank-label span.big {
  font-size: 3.0666666667vw;
}
.c-choosing-result .result-rank-num {
  padding-bottom: 0.6666666667vw;
  width: 25.3333333333vw;
  height: 7.6vw;
  font-size: 2.9333333333vw;
}
.c-choosing-result .result-rank-num span.label {
  font-size: 3.4666666667vw;
}
.c-choosing-result .result-rank-num span.num {
  font-size: 7.4666666667vw;
}

@media screen and (max-width: 750px) {
  .c-choosing-result .result-rank-item--ykkap .result-rank-logo {
    margin-right: 2.6666666667vw;
  }
  .c-choosing-result .result-rank-item--lixil .result-rank-logo {
    margin-right: 0.8vw;
  }
  .result-rank-ttl {
    margin-left: 0;
  }
}
@media screen and (min-width: 751px) {
  .result-rank {
    gap: 1.8055555556vw;
  }
  .result-rank > li {
    padding: 1.0416666667vw;
    width: 19.4444444444vw;
    border-radius: 1.1111111111vw;
  }
  .result-rank > li:before {
    width: 2.8472222222vw;
    height: 2.0138888889vw;
  }
  .result-rank-head {
    margin-bottom: 0.6944444444vw;
  }
  .result-rank-ttl {
    margin-left: 1.0416666667vw;
    font-size: 1.1111111111vw;
  }
  .result-rank-ttl span {
    font-size: 1.25vw;
  }
  .result-rank-label {
    width: 16.3888888889vw;
    height: 1.9444444444vw;
    border-radius: 0.9722222222vw;
    font-size: 1.25vw;
  }
  .result-rank-label span.mid {
    font-size: 1.5277777778vw;
  }
  .result-rank-label span.big {
    font-size: 1.6666666667vw;
  }
  .result-rank-num {
    margin: 0.6944444444vw auto 0 auto;
    padding-bottom: 0.5555555556vw;
    width: 12.6388888889vw;
    height: 3.8194444444vw;
    background-image: url(../img/result/frame.svg);
    font-size: 1.5277777778vw;
  }
  .result-rank-num span.label {
    font-size: 1.5277777778vw;
  }
  .result-rank-num span.num {
    font-size: 3.75vw;
  }
  .result-rank-item--ykkap .result-rank-logo {
    width: 3.0555555556vw;
  }
  .result-rank-item--lixil .result-rank-logo {
    width: 5.0694444444vw;
  }
  .c-choosing-result {
    margin-top: 4.1666666667vw;
  }
  .c-choosing-result .result-heading {
    margin-bottom: 3.125vw;
  }
  .c-choosing-result .result-rank {
    gap: 1.5972222222vw;
  }
  .c-choosing-result .result-rank > li {
    padding: 0.6944444444vw;
    width: 15.8333333333vw;
  }
  .c-choosing-result .result-rank-item--ykkap .result-rank-logo {
    width: 2.6388888889vw;
  }
  .c-choosing-result .result-rank-item--lixil .result-rank-logo {
    width: 4.1666666667vw;
  }
  .c-choosing-result .result-rank-ttl {
    margin-left: 0.6944444444vw;
    font-size: 0.9027777778vw;
  }
  .c-choosing-result .result-rank-ttl span {
    font-size: 1.0416666667vw;
  }
  .c-choosing-result .result-rank-label {
    width: 13.3333333333vw;
    height: 1.3888888889vw;
    border-radius: 0.6944444444vw;
    font-size: 1.0416666667vw;
  }
  .c-choosing-result .result-rank-label span.big {
    font-size: 1.1805555556vw;
  }
  .c-choosing-result .result-rank-num {
    padding-bottom: 0.3472222222vw;
    width: 10.4166666667vw;
    height: 3.125vw;
    font-size: 1.25vw;
  }
  .c-choosing-result .result-rank-num span.label {
    font-size: 1.3888888889vw;
  }
  .c-choosing-result .result-rank-num span.num {
    font-size: 3.0555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .result-rank {
    gap: 26px;
  }
  .result-rank > li {
    padding: 15px;
    width: 280px;
    border-radius: 16px;
  }
  .result-rank > li:before {
    width: 41px;
    height: 29px;
  }
  .result-rank-head {
    margin-bottom: 10px;
  }
  .result-rank-ttl {
    margin-left: 15px;
    font-size: 1.6rem;
  }
  .result-rank-ttl span {
    font-size: 1.8rem;
  }
  .result-rank-label {
    width: 236px;
    height: 28px;
    border-radius: 14px;
    font-size: 1.8rem;
  }
  .result-rank-label span.mid {
    font-size: 2.2rem;
  }
  .result-rank-label span.big {
    font-size: 2.4rem;
  }
  .result-rank-num {
    margin: 10px auto 0 auto;
    padding-bottom: 8px;
    width: 182px;
    height: 55px;
    font-size: 2.2rem;
  }
  .result-rank-num span.label {
    font-size: 2.2rem;
  }
  .result-rank-num span.num {
    font-size: 5.4rem;
  }
  .result-rank-item--ykkap .result-rank-logo {
    width: 44px;
  }
  .result-rank-item--lixil .result-rank-logo {
    width: 73px;
  }
  .c-choosing-result {
    margin-top: 60px;
  }
  .c-choosing-result .result-heading {
    margin-bottom: 45px;
  }
  .c-choosing-result .result-rank {
    gap: 23px;
  }
  .c-choosing-result .result-rank > li {
    padding: 10px;
    width: 228px;
  }
  .c-choosing-result .result-rank-item--ykkap .result-rank-logo {
    width: 38px;
  }
  .c-choosing-result .result-rank-item--lixil .result-rank-logo {
    width: 60px;
  }
  .c-choosing-result .result-rank-ttl {
    margin-left: 10px;
    font-size: 1.3rem;
  }
  .c-choosing-result .result-rank-ttl span {
    font-size: 1.5rem;
  }
  .c-choosing-result .result-rank-label {
    width: 192px;
    height: 20px;
    border-radius: 10px;
    font-size: 1.5rem;
  }
  .c-choosing-result .result-rank-label span.big {
    font-size: 1.7rem;
  }
  .c-choosing-result .result-rank-num {
    padding-bottom: 5px;
    width: 150px;
    height: 45px;
    font-size: 1.8rem;
  }
  .c-choosing-result .result-rank-num span.label {
    font-size: 2rem;
  }
  .c-choosing-result .result-rank-num span.num {
    font-size: 4.4rem;
  }
}
/* ------------------------------------------- message - */
.result-message {
  position: relative;
  margin: 44.6666666667vw auto 0 auto;
  width: 88vw;
}
.result-message:before, .result-message:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/dot.png);
  background-size: contain;
}
.result-message:before {
  top: -22vw;
  left: 62vw;
  width: 27.3333333333vw;
  height: 27.3333333333vw;
  z-index: 1;
}
.result-message:after {
  right: 69.3333333333vw;
  bottom: -9.3333333333vw;
  width: 19.3333333333vw;
  height: 19.3333333333vw;
  z-index: 1;
}

.result-message-image {
  position: absolute;
  top: -36.8vw;
  left: 16vw;
  width: 43.7333333333vw;
}

.result-message-speech {
  padding: 6.6666666667vw 4.6666666667vw 3.3333333333vw 4.6666666667vw;
}

@media screen and (min-width: 751px) {
  .result-message {
    margin: 5.2083333333vw auto 0 auto;
    width: 65.2777777778vw;
  }
  .result-message:before {
    top: -2.7777777778vw;
    left: -7.9861111111vw;
    width: 8.8888888889vw;
    height: 8.8888888889vw;
    z-index: -1;
  }
  .result-message:after {
    right: -4.1666666667vw;
    bottom: -1.3888888889vw;
    width: 5.9722222222vw;
    height: 5.9722222222vw;
  }
  .result-message-image {
    top: auto;
    left: -1.0416666667vw;
    bottom: -3.4722222222vw;
    width: 16.25vw;
  }
  .result-message-speech {
    margin-left: auto;
    padding: 2.0833333333vw 3.125vw;
    width: 45.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .result-message {
    margin: 75px auto 0 auto;
    width: 940px;
  }
  .result-message:before {
    top: -40px;
    left: -115px;
    width: 128px;
    height: 128px;
  }
  .result-message:after {
    right: -60px;
    bottom: -20px;
    width: 86px;
    height: 86px;
  }
  .result-message-image {
    left: -15px;
    bottom: -50px;
    width: 234px;
  }
  .result-message-speech {
    padding: 30px 45px;
    width: 650px;
  }
}
/*  #referral
-------------------------------------------------------------------------------*/
.referral {
  position: relative;
  padding: 11.3333333333vw 0 14.6666666667vw 0;
  background-image: url(../img/referral/pattern_sp.png);
  background-repeat: repeat;
}

.referral .inner {
  position: relative;
}
.referral .inner:before, .referral .inner:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/dot.png);
  background-size: contain;
  z-index: -1;
}
.referral .inner:before {
  top: 3.3333333333vw;
  left: -6.6666666667vw;
  width: 21.0666666667vw;
  height: 21.2vw;
}
.referral .inner:after {
  top: -26vw;
  right: -13.3333333333vw;
  width: 28.4vw;
  height: 28.5333333333vw;
}

.referral-heading {
  position: relative;
}
.referral-heading:before, .referral-heading:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.referral-heading:before {
  top: -2.6666666667vw;
  left: -1.3333333333vw;
  width: 16.5333333333vw;
  height: 11.3333333333vw;
  background-image: url(../img/referral/chat.svg);
}
.referral-heading:after {
  top: 12.6666666667vw;
  right: -3.3333333333vw;
  width: 11.3333333333vw;
  height: 10.8vw;
  background-image: url(../img/referral/pen.svg);
}

.referral-catch {
  position: relative;
  margin: 0 auto 2.6666666667vw auto;
  width: 61.4666666667vw;
}

.referral-ja {
  color: #ff4800;
  font-size: 7.2vw;
  font-weight: 900;
}

@media screen and (min-width: 751px) {
  .referral {
    padding: 5.5555555556vw 0;
    background-image: url(../img/referral/pattern.png);
    background-image: image-set(url(../img/referral/pattern.png) 1x, url(../img/referral/pattern-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/referral/pattern.png) 1x, url(../img/referral/pattern-2x.png) 2x);
  }
  .referral .inner:before {
    top: 1.3888888889vw;
    left: 11.4583333333vw;
    width: 8.3333333333vw;
    height: 8.2638888889vw;
  }
  .referral .inner:after {
    top: -9.375vw;
    right: 11.4583333333vw;
    width: 12.0833333333vw;
    height: 12.1527777778vw;
  }
  .referral-heading {
    margin-bottom: 3.125vw;
  }
  .referral-heading:before {
    top: 3.125vw;
    left: 18.2638888889vw;
    width: 7.5vw;
    height: 5.1388888889vw;
  }
  .referral-heading:after {
    top: 4.5138888889vw;
    right: 21.5277777778vw;
    width: 4.2361111111vw;
    height: 3.9583333333vw;
  }
  .referral-catch {
    margin-bottom: 1.3888888889vw;
    width: 24.6527777778vw;
  }
  .referral-ja {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .referral {
    padding: 80px 0;
  }
  .referral .inner:before {
    top: 20px;
    left: 165px;
    width: 120px;
    height: 119px;
  }
  .referral .inner:after {
    top: -135px;
    right: 165px;
    width: 174px;
    height: 175px;
  }
  .referral-heading {
    margin-bottom: 45px;
  }
  .referral-heading:before {
    top: 45px;
    left: 263px;
    width: 108px;
    height: 74px;
  }
  .referral-heading:after {
    top: 65px;
    right: 310px;
    width: 61px;
    height: 57px;
  }
  .referral-catch {
    margin-bottom: 20px;
    width: 355px;
  }
  .referral-ja {
    font-size: 4.8rem;
  }
}
/* ------------------------------------------- message - */
.referral-message {
  position: relative;
  margin: 41.3333333333vw auto 0 auto;
  width: 88vw;
  z-index: 1;
}
.referral-message:before, .referral-message:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/dot.png);
  background-size: contain;
}
.referral-message:before {
  top: -29.3333333333vw;
  left: 62vw;
  width: 27.3333333333vw;
  height: 27.3333333333vw;
  z-index: -1;
}
.referral-message:after {
  right: 69.3333333333vw;
  bottom: -9.3333333333vw;
  width: 19.3333333333vw;
  height: 19.3333333333vw;
  z-index: 1;
}

.referral-message-image {
  position: absolute;
  top: -38.6666666667vw;
  left: 14.6666666667vw;
  width: 62.1333333333vw;
}

.referral-message-speech {
  padding: 6.6666666667vw 4.6666666667vw 3.3333333333vw 4.6666666667vw;
}

.referral-message-speech-ttl {
  margin-bottom: 0.8em;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
}

.referral-message-speech-form {
  position: relative;
  margin-top: 2.6666666667vw;
  width: 100%;
  z-index: 2;
}

@media screen and (min-width: 751px) {
  .referral-message {
    margin: 0 auto;
    width: 65.2777777778vw;
  }
  .referral-message:before {
    top: -2.7777777778vw;
    left: -7.9861111111vw;
    width: 8.8888888889vw;
    height: 8.8888888889vw;
  }
  .referral-message:after {
    right: -4.1666666667vw;
    bottom: -1.3888888889vw;
    width: 5.9722222222vw;
    height: 5.9722222222vw;
  }
  .referral-message-image {
    top: -3.125vw;
    left: 42.0138888889vw;
    width: 24.5138888889vw;
    z-index: 1;
  }
  .referral-message-speech {
    padding: 2.0833333333vw 3.125vw;
    width: 45.1388888889vw;
  }
  .referral-message-speech-ttl {
    margin-bottom: 0.3em;
    font-size: 1.25vw;
  }
  .referral-message-speech-form {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .referral-message {
    width: 940px;
  }
  .referral-message:before {
    top: -40px;
    left: -115px;
    width: 128px;
    height: 128px;
  }
  .referral-message:after {
    right: -60px;
    bottom: -20px;
    width: 86px;
    height: 86px;
  }
  .referral-message-image {
    top: -45px;
    left: 605px;
    width: 353px;
  }
  .referral-message-speech {
    padding: 30px 45px;
    width: 650px;
  }
  .referral-message-speech-ttl {
    font-size: 1.8rem;
  }
  .referral-message-speech-form {
    margin-top: 15px;
  }
}
/*  #chance
-------------------------------------------------------------------------------*/
.chance {
  padding: 13.3333333333vw 0 4vw 0;
  background-color: #f2f2f2;
}

.chance-heading {
  position: relative;
  margin-bottom: 6vw;
}

.chance-catch {
  position: relative;
  margin: 0 auto 4.6666666667vw auto;
  padding: 0 6.6666666667vw 0 14vw;
  width: 73.3333333333vw;
}
.chance-catch:before, .chance-catch:after {
  content: "";
  position: absolute;
  bottom: -0.3em;
  display: inline-block;
  width: 7.3333333333vw;
  height: 11.6vw;
  background-image: url(../img/common/slash.svg);
  background-size: contain;
}
.chance-catch:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.chance-catch:after {
  right: 0;
}
.chance-catch > span {
  position: relative;
  display: inline-block;
  font-size: 5.0666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.42em;
}
.chance-catch > span > span {
  color: #ff4800;
}
.chance-catch > span:before {
  content: "";
  position: absolute;
  top: 4vw;
  left: -6vw;
  display: inline-block;
  width: 5.6vw;
  height: 9.6vw;
  background-image: url(../img/chance/pickup.svg);
  background-size: contain;
}

.chance-ja {
  position: relative;
  text-align: center;
}
.chance-ja span.balloon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 4vw auto;
  width: 45.6vw;
  height: 7.4666666667vw;
  background-color: #ff6f19;
  border-radius: 0.5333333333vw;
  color: #ffffff;
  font-size: 4.2666666667vw;
  line-height: 1.27em;
}
.chance-ja span.balloon span.num {
  font-size: 4.8vw;
}
.chance-ja span.balloon:after {
  content: "";
  position: absolute;
  top: 99.9%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.6666666667vw 1.4666666667vw 0px 1.4666666667vw;
  border-color: #ff6f19 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.chance-ja span.dotted {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
  padding-bottom: 0.2em;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.5em;
}
.chance-ja span.dotted:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 0.8vw;
  background-image: url(../img/chance/line.svg);
  background-size: auto 0.8vw;
  background-repeat: repeat-x;
}
.chance-ja span.big {
  color: #fe0032;
  font-size: 8.5333333333vw;
  font-weight: 900;
  line-height: 1.1em;
}

@media screen and (min-width: 751px) {
  .chance {
    padding: 6.9444444444vw 0 2.4305555556vw 0;
  }
  .chance-heading {
    margin-bottom: 3.125vw;
  }
  .chance-heading:after {
    content: "";
    position: absolute;
    top: 0.6944444444vw;
    right: 4.8611111111vw;
    display: inline-block;
    width: 15.2777777778vw;
    height: 15.2777777778vw;
    background-image: url(../img/chance/staff.png);
    background-image: image-set(url(../img/chance/staff.png) 1x, url(../img/chance/staff-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/chance/staff.png) 1x, url(../img/chance/staff-2x.png) 2x);
    background-size: contain;
    border-radius: 50%;
  }
  .chance-catch {
    margin: 0 auto 3.125vw auto;
    padding: 0 3.4722222222vw;
    width: 45.8333333333vw;
  }
  .chance-catch:before, .chance-catch:after {
    width: 2.4305555556vw;
    height: 3.8194444444vw;
  }
  .chance-catch > span {
    padding-left: 3.4722222222vw;
    font-size: 1.9444444444vw;
  }
  .chance-catch > span:before {
    top: -0.8333333333vw;
    left: 0;
    width: 2.5vw;
    height: 4.375vw;
  }
  .chance-ja span.balloon {
    position: absolute;
    top: 50%;
    left: 13.8888888889vw;
    margin: 0;
    width: 9.375vw;
    height: 9.375vw;
    border-radius: 50%;
    font-size: 1.5277777778vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .chance-ja span.balloon span.num {
    font-size: 1.8055555556vw;
  }
  .chance-ja span.balloon:after {
    top: 50%;
    left: 96%;
    border-width: 0.5555555556vw 0px 0.5555555556vw 1.3888888889vw;
    border-color: transparent transparent transparent #ff6f19;
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  .chance-ja span.dotted {
    font-size: 2.5vw;
  }
  .chance-ja span.dotted:after {
    height: 0.2777777778vw;
    background-size: auto 0.2777777778vw;
  }
  .chance-ja span.big {
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 1441px) {
  .chance {
    padding: 100px 0 35px 0;
  }
  .chance-heading {
    margin-bottom: 45px;
  }
  .chance-heading:after {
    top: 10px;
    right: 70px;
    width: 220px;
    height: 220px;
  }
  .chance-catch {
    margin: 0 auto 45px auto;
    padding: 0 50px;
    width: 660px;
  }
  .chance-catch:before, .chance-catch:after {
    width: 35px;
    height: 55px;
  }
  .chance-catch > span {
    padding-left: 50px;
    font-size: 2.8rem;
  }
  .chance-catch > span:before {
    top: -12px;
    width: 36px;
    height: 63px;
  }
  .chance-ja span.balloon {
    left: 200px;
    width: 135px;
    height: 135px;
    font-size: 2.2rem;
  }
  .chance-ja span.balloon span.num {
    font-size: 2.6rem;
  }
  .chance-ja span.balloon:after {
    border-width: 8px 0px 8px 20px;
  }
  .chance-ja span.dotted {
    font-size: 3.6rem;
  }
  .chance-ja span.dotted:after {
    height: 4px;
    background-size: auto 4px;
  }
  .chance-ja span.big {
    font-size: 5.4rem;
  }
}
/* ------------------------------------------- about - */
.chance-about {
  position: relative;
  margin: 0 auto;
  width: 82.6666666667vw;
}

.chance-about-image {
  position: relative;
  margin: 0 0 9.3333333333vw auto;
  width: 66.6666666667vw;
}
.chance-about-image img {
  border-radius: 2.1333333333vw;
}
.chance-about-image:before {
  content: "";
  position: absolute;
  left: -13.3333333333vw;
  bottom: -5.3333333333vw;
  display: inline-block;
  width: 20.8vw;
  height: 43.0666666667vw;
  background-image: url(../img/chance/door_sp.png);
  background-size: contain;
  z-index: 1;
}

.chance-about-ttl {
  margin-bottom: 5.3333333333vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 2em;
}
.chance-about-ttl span.frame {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5em;
  height: 7.7333333333vw;
  background-color: #ffffff;
  color: #ff4800;
  font-weight: 900;
}

.chance-about-text p {
  line-height: 1.7em;
}

@media screen and (min-width: 751px) {
  .chance-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 5.5555555556vw;
    width: 65.9722222222vw;
  }
  .chance-about-image {
    margin: 0;
    width: 25vw;
  }
  .chance-about-image img {
    border-radius: 1.1111111111vw;
  }
  .chance-about-image:before {
    left: -5.5555555556vw;
    bottom: -2.7777777778vw;
    width: 7.7083333333vw;
    height: 15.9722222222vw;
    background-image: url(../img/chance/door.png);
    background-image: image-set(url(../img/chance/door.png) 1x, url(../img/chance/door-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/chance/door.png) 1x, url(../img/chance/door-2x.png) 2x);
  }
  .chance-about-content {
    width: 31.9444444444vw;
  }
  .chance-about-ttl {
    margin-bottom: 3.4722222222vw;
    font-size: 1.6666666667vw;
  }
  .chance-about-ttl span.frame {
    height: 3.1944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .chance-about {
    padding-left: 80px;
    width: 950px;
  }
  .chance-about-image {
    width: 360px;
  }
  .chance-about-image img {
    border-radius: 16px;
  }
  .chance-about-image:before {
    left: -80px;
    bottom: -40px;
    width: 111px;
    height: 230px;
  }
  .chance-about-content {
    width: 460px;
  }
  .chance-about-ttl {
    margin-bottom: 50px;
    font-size: 2.4rem;
  }
  .chance-about-ttl span.frame {
    height: 46px;
  }
}
/*  "line
-------------------------------------------------------------------------------*/
.line {
  position: relative;
  padding: 8vw 0 12vw 0;
  background-color: #ffffff;
}

.line-lead {
  margin-bottom: 2.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}

.line-banner a {
  display: block;
}

@media screen and (min-width: 751px) {
  .line {
    padding: 4.8611111111vw 0 5.5555555556vw 0;
  }
  .line-lead {
    margin-bottom: 1.7361111111vw;
    font-size: 1.3888888889vw;
  }
  .line-banner {
    margin: 0 auto;
    width: 52.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .line {
    padding: 70px 0 80px 0;
  }
  .line-lead {
    margin-bottom: 25px;
    font-size: 2rem;
  }
  .line-banner {
    width: 750px;
  }
}
/*  inquiry
-------------------------------------------------------------------------------*/
.inquiry--1 {
  padding-top: 9.3333333333vw;
}

.inquiry--2 {
  padding-top: 16vw;
}

.inquiry-catch {
  margin-bottom: 4vw;
  text-align: center;
}

.inquiry-catch p {
  position: relative;
  display: inline-block;
  padding: 0 8.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}
.inquiry-catch p:before, .inquiry-catch p:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 6.4vw;
  height: 8.8vw;
  background-image: url(../img/inquiry/slash.svg);
  background-size: contain;
}
.inquiry-catch p:before {
  left: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
.inquiry-catch p:after {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inquiry-box {
  position: relative;
}
.inquiry-box:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: calc(100% - 67.3333333333vw);
  background-color: #ffffff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.inquiry-mv {
  margin-bottom: 8.6666666667vw;
}

@media screen and (max-width: 750px) {
  .inquiry-catch {
    margin-left: -4vw;
    width: 100vw;
  }
}
@media screen and (min-width: 751px) {
  .inquiry--1 {
    padding: 4.1666666667vw 0;
  }
  .inquiry--2 {
    padding: 6.9444444444vw 0 5.5555555556vw 0;
  }
  .inquiry-catch {
    margin-bottom: 1.0416666667vw;
  }
  .inquiry-catch p {
    padding: 0 3.125vw;
    font-size: 1.3888888889vw;
  }
  .inquiry-catch p:before, .inquiry-catch p:after {
    width: 2.3611111111vw;
    height: 3.3333333333vw;
  }
  .inquiry-box {
    margin: 0 auto;
    padding-bottom: 3.4722222222vw;
    width: 76.3888888889vw;
  }
  .inquiry-box:before {
    width: 100%;
    height: 100%;
  }
  .inquiry-mv {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .inquiry--1 {
    padding: 60px 0;
  }
  .inquiry--2 {
    padding: 100px 0 80px 0;
  }
  .inquiry-catch {
    margin-bottom: 15px;
  }
  .inquiry-catch p {
    padding: 0 45px;
    font-size: 2rem;
  }
  .inquiry-catch p:before, .inquiry-catch p:after {
    width: 34px;
    height: 48px;
  }
  .inquiry-box {
    padding-bottom: 50px;
    width: 1100px;
  }
  .inquiry-mv {
    margin-bottom: 50px;
  }
}
/*  award
-------------------------------------------------------------------------------*/
.award {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2.6666666667vw;
  margin-bottom: 6vw;
  z-index: 1;
}
.award:before, .award:after {
  content: "";
  position: absolute;
  top: -7.3333333333vw;
  display: inline-block;
  width: 20.5333333333vw;
  height: 21.8666666667vw;
  background-image: url(../img/award/confetti.png);
  background-size: contain;
}
.award:before {
  left: -7.8666666667vw;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.award:after {
  right: -7.8666666667vw;
}

.award > li {
  position: relative;
  width: 47.7333333333vw;
  z-index: 2;
}
.award > li:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2.1333333333vw;
  display: inline-block;
  width: 47.7333333333vw;
  height: 14.9333333333vw;
  background-image: url(../img/award/frame.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.award-logo {
  margin: 0 auto 1.3333333333vw auto;
  width: 10.1333333333vw;
}

.award-ttl {
  margin-bottom: 0.4vw;
  font-family: "ShipporiMincho", serif;
  font-size: 3.0666666667vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.33em;
  letter-spacing: 0;
}
.award-ttl span {
  font-size: 3.2vw;
}

.award-rank {
  font-family: "ShipporiMincho", serif;
  font-size: 4.5333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
}
.award-rank span.og {
  color: #ff6f19;
  font-size: 4.9333333333vw;
}
.award-rank span.num {
  font-size: 9.8666666667vw;
}

.award-label {
  margin: 1.3333333333vw auto 0 auto;
  width: 28.8vw;
  height: 6.9333333333vw;
  background-image: url(../img/award/ribbon.svg);
  background-size: contain;
}
.award-label p {
  color: #ffffff;
  font-size: 2.9333333333vw;
  text-align: center;
  line-height: 1.25em;
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  .award {
    margin-left: -2.8vw;
    width: 97.6vw;
  }
  .rank .award:before, .rank .award:after {
    top: -20vw;
  }
}
@media screen and (min-width: 751px) {
  .award {
    gap: 3.8194444444vw;
    margin-bottom: 2.4305555556vw;
  }
  .award:before, .award:after {
    top: 2.4305555556vw;
    width: 10.6944444444vw;
    height: 11.3888888889vw;
    background-image: url(../img/award/confetti.png);
    background-image: image-set(url(../img/award/confetti.png) 1x, url(../img/award/confetti-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/award/confetti.png) 1x, url(../img/award/confetti-2x.png) 2x);
  }
  .award:before {
    left: 1.3888888889vw;
  }
  .award:after {
    right: 1.3888888889vw;
  }
  .award > li {
    width: 27.0833333333vw;
  }
  .award > li:before {
    bottom: 1.3888888889vw;
    width: 27.0833333333vw;
    height: 8.4722222222vw;
  }
  .award-logo {
    margin: 0 auto 0.6944444444vw auto;
    width: 5.7638888889vw;
  }
  .award-ttl {
    margin-bottom: 0.6944444444vw;
    font-size: 1.6666666667vw;
  }
  .award-ttl span {
    font-size: 1.8055555556vw;
  }
  .award-rank {
    font-size: 2.5vw;
  }
  .award-rank span.og {
    font-size: 2.7777777778vw;
  }
  .award-rank span.num {
    font-size: 5.5555555556vw;
  }
  .award-label {
    margin: 0.6944444444vw auto 0 auto;
    width: 16.3194444444vw;
    height: 3.8888888889vw;
  }
  .award-label p {
    font-size: 1.3888888889vw;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1441px) {
  .award {
    gap: 55px;
    margin-bottom: 35px;
  }
  .award:before, .award:after {
    top: 35px;
    width: 154px;
    height: 164px;
  }
  .award:before {
    left: 20px;
  }
  .award:after {
    right: 20px;
  }
  .award > li {
    width: 390px;
  }
  .award > li:before {
    bottom: 20px;
    width: 390px;
    height: 122px;
  }
  .award-logo {
    margin: 0 auto 10px auto;
    width: 83px;
  }
  .award-ttl {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  .award-ttl span {
    font-size: 2.6rem;
  }
  .award-rank {
    font-size: 3.6rem;
  }
  .award-rank span.og {
    font-size: 4rem;
  }
  .award-rank span.num {
    font-size: 8rem;
  }
  .award-label {
    margin: 10px auto 0 auto;
    width: 235px;
    height: 56px;
  }
  .award-label p {
    font-size: 2rem;
  }
}
/*  stock
-------------------------------------------------------------------------------*/
.stock {
  position: relative;
  margin: 0 auto;
  width: 80vw;
}

.stock-data dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7.4666666667vw;
  background-color: #2f2725;
  color: #ffffff;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.13em;
}
.stock-data dd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.0666666667vw;
  height: 15.3333333333vw;
  background-color: #ffffff;
  border-color: #ebebeb;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-top: none;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1em;
}
.stock-data dd span.arrow {
  position: relative;
  padding: 0 15.4666666667vw;
}
.stock-data dd span.arrow:before, .stock-data dd span.arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10.5333333333vw;
  height: 6.2666666667vw;
  background-image: url(../img/stock/arrow.png);
  background-size: contain;
}
.stock-data dd span.arrow:before {
  left: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
.stock-data dd span.arrow:after {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.stock-data dd span.num {
  position: relative;
  top: 0.05em;
  margin: 0 0.05em;
  color: #ff1700;
  font-size: 11.2vw;
  font-weight: 900;
}

.stock-update {
  margin-top: 0.8em;
  font-size: 3.2vw;
  text-align: right;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .stock {
    margin: 0 auto;
    width: 41.6666666667vw;
  }
  .stock-data dt {
    height: 2.5vw;
    font-size: 1.6666666667vw;
  }
  .stock-data dd {
    padding-top: 0.4861111111vw;
    height: 6.5972222222vw;
    border-width: 0.0694444444vw;
    font-size: 2.5vw;
  }
  .stock-data dd span.arrow {
    padding: 0 7.9861111111vw;
  }
  .stock-data dd span.arrow:before, .stock-data dd span.arrow:after {
    width: 5.4861111111vw;
    height: 3.2638888889vw;
  }
  .stock-data dd span.num {
    font-size: 5.8333333333vw;
  }
  .stock-update {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .stock {
    width: 600px;
  }
  .stock-data dt {
    height: 36px;
    font-size: 2.4rem;
  }
  .stock-data dd {
    padding-top: 7px;
    height: 95px;
    border-width: 1px;
    font-size: 3.6rem;
  }
  .stock-data dd span.arrow {
    padding: 0 115px;
  }
  .stock-data dd span.arrow:before, .stock-data dd span.arrow:after {
    width: 79px;
    height: 47px;
  }
  .stock-data dd span.num {
    font-size: 8.4rem;
  }
  .stock-update {
    font-size: 1.4rem;
  }
}
/*  request
-------------------------------------------------------------------------------*/
.request {
  position: relative;
  margin-top: 5.3333333333vw;
}

.request-speech {
  margin: 0 auto 2vw auto;
  width: 49.8666666667vw;
}

.request-ttl {
  margin-bottom: 0.8em;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.6em;
}
.request-ttl span.big {
  font-size: 5.0666666667vw;
}
.request-ttl span.og {
  color: #ff4800;
}

.request-cp {
  position: relative;
  margin-left: -4vw;
  padding: 4vw 0 2.6666666667vw 0;
  width: 100vw;
  background-image: url(../img/request/bg_sp.png);
  background-size: cover;
  text-align: center;
}

.request-cp-heading {
  position: relative;
  display: inline-block;
  margin-bottom: 2vw;
  padding: 0 6.6666666667vw;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
.request-cp-heading span.big {
  font-size: 4.8vw;
}
.request-cp-heading span.num {
  font-size: 8.2666666667vw;
}
.request-cp-heading:before, .request-cp-heading:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 4vw;
  height: 9.8666666667vw;
  background-image: url(../img/request/frame.svg);
  background-size: contain;
}
.request-cp-heading:before {
  left: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
.request-cp-heading:after {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.request-box {
  position: relative;
  margin: 0 auto;
  padding: 3.3333333333vw 4vw;
  width: 88vw;
  background-color: #ffffff;
  border-radius: 2.1333333333vw;
  text-align: center;
}

.request-box-label {
  position: relative;
  display: inline-block;
  margin-bottom: 2.6666666667vw;
  padding: 0 4.6666666667vw;
  line-height: 1.28em;
}
.request-box-label:before, .request-box-label:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 3.8666666667vw;
  height: 8.1333333333vw;
  background-image: url(../img/request/slash_sp.svg);
  background-size: contain;
}
.request-box-label:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.request-box-label:after {
  right: 0;
}

.request-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.request-btn a {
  width: 38.6666666667vw;
}

@media screen and (min-width: 751px) {
  .request {
    margin: 1.0416666667vw auto 0 auto;
    width: 64.5833333333vw;
  }
  .request-speech {
    margin: 0 auto 0.6944444444vw auto;
    width: 16.875vw;
  }
  .request-ttl {
    font-size: 1.6666666667vw;
  }
  .request-ttl span.big {
    font-size: 1.9444444444vw;
  }
  .request-cp {
    margin: 0 auto;
    padding: 1.0416666667vw 10.7638888889vw 1.3888888889vw 10.7638888889vw;
    width: 100%;
    background-image: url(../img/request/bg.png);
    background-image: image-set(url(../img/request/bg.png) 1x, url(../img/request/bg-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/request/bg.png) 1x, url(../img/request/bg-2x.png) 2x);
    border-radius: 1.1111111111vw;
  }
  .request-cp:before, .request-cp:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-size: contain;
    border-color: #ffffff;
    border-style: solid;
    border-width: 0.2083333333vw;
    border-radius: 50%;
    z-index: 1;
  }
  .request-cp:before {
    top: -4.8611111111vw;
    left: -2.4305555556vw;
    width: 13.1944444444vw;
    height: 13.1944444444vw;
    background-image: url(../img/request/deco-l.jpg);
    background-image: image-set(url(../img/request/deco-l.jpg) 1x, url(../img/request/deco-l-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/request/deco-l.jpg) 1x, url(../img/request/deco-l-2x.jpg) 2x);
  }
  .request-cp:after {
    left: -4.8611111111vw;
    bottom: 1.0416666667vw;
    width: 7.6388888889vw;
    height: 7.6388888889vw;
    background-image: url(../img/request/deco-s.jpg);
    background-image: image-set(url(../img/request/deco-s.jpg) 1x, url(../img/request/deco-s-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/request/deco-s.jpg) 1x, url(../img/request/deco-s-2x.jpg) 2x);
  }
  .request-cp-heading {
    margin-bottom: 0.6944444444vw;
    padding: 0 2.6388888889vw;
    font-size: 1.3888888889vw;
  }
  .request-cp-heading span.big {
    font-size: 1.9444444444vw;
  }
  .request-cp-heading span.num {
    font-size: 3.3333333333vw;
  }
  .request-cp-heading:before, .request-cp-heading:after {
    width: 1.6666666667vw;
    height: 4.0972222222vw;
  }
  .request-box {
    padding: 1.3888888889vw 4.1666666667vw;
    width: 43.0555555556vw;
    border-radius: 1.1111111111vw;
  }
  .request-box:after {
    content: "";
    position: absolute;
    right: -9.7222222222vw;
    bottom: -1.3888888889vw;
    display: inline-block;
    width: 12.3611111111vw;
    height: 18.125vw;
    background-image: url(../img/request/staff.png);
    background-image: image-set(url(../img/request/staff.png) 1x, url(../img/request/staff-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/request/staff.png) 1x, url(../img/request/staff-2x.png) 2x);
    background-size: contain;
  }
  .request-box-label {
    margin-bottom: 0.6944444444vw;
    padding: 0 1.0416666667vw;
  }
  .request-box-label:before, .request-box-label:after {
    bottom: -0.2em;
    width: 0.6944444444vw;
    height: 1.4583333333vw;
    background-image: url(../img/request/slash.svg);
  }
  .request-btn a {
    width: 16.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .request {
    margin: 15px auto 0 auto;
    width: 930px;
  }
  .request-speech {
    margin: 0 auto 10px auto;
    width: 243px;
  }
  .request-ttl {
    font-size: 2.4rem;
  }
  .request-ttl span.big {
    font-size: 2.8rem;
  }
  .request-cp {
    padding: 15px 155px 20px 155px;
    border-radius: 16px;
  }
  .request-cp:before, .request-cp:after {
    border-width: 3px;
  }
  .request-cp:before {
    top: -70px;
    left: -35px;
    width: 190px;
    height: 190px;
  }
  .request-cp:after {
    left: -70px;
    bottom: 15px;
    width: 110px;
    height: 110px;
  }
  .request-cp-heading {
    margin-bottom: 10px;
    padding: 0 38px;
    font-size: 2rem;
  }
  .request-cp-heading span.big {
    font-size: 2.8rem;
  }
  .request-cp-heading span.num {
    font-size: 4.8rem;
  }
  .request-cp-heading:before, .request-cp-heading:after {
    width: 24px;
    height: 59px;
  }
  .request-box {
    padding: 20px 60px;
    width: 620px;
    border-radius: 16px;
  }
  .request-box:after {
    right: -140px;
    bottom: -20px;
    width: 178px;
    height: 261px;
  }
  .request-box-label {
    margin-bottom: 10px;
    padding: 0 15px;
  }
  .request-box-label:before, .request-box-label:after {
    width: 10px;
    height: 21px;
  }
  .request-btn a {
    width: 240px;
  }
}