@charset "UTF-8";
/*  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");
}
/*  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;
  }
}

a.on--popup {
  position: relative;
  display: block;
}
a.on--popup:after {
  content: "";
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/common/popup.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  a.on--popup:after {
    right: 0.6944444444vw;
    bottom: 0.6944444444vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  a.on--popup:after {
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
}

/* utils
-------------------------------------------------------*/
.sec {
  position: relative;
  padding: 10.6666666667vw 0;
}
@media screen and (min-width: 751px) {
  .sec {
    padding: 5.5555555556vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .sec {
    padding: 80px 0;
  }
}

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

.text p {
  line-height: 1.7em;
}
.text p:nth-child(n+2) {
  margin-top: 1.5em;
}

.notes {
  padding-left: 1em;
  text-indent: -1em;
}
.notes:before {
  content: "※";
}

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

.img--scale {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.img--scale img {
  width: 100%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.youtube,
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe,
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lightboxOverlay {
  width: 100% !important;
}

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

.header-top {
  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;
  padding: 0 16vw 0 4vw;
  width: 100%;
  height: 16vw;
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.header-logo a {
  display: block;
}

.header-label {
  margin-left: 4vw;
  font-size: 1.7333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  .header.is-open {
    top: 0 !important;
  }
  .header-top {
    z-index: 2;
  }
  .header.is-open .header-top {
    position: fixed;
  }
  .header-right,
  .header-navi {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .header {
    height: 12.9861111111vw;
  }
  .header-top {
    padding: 0 6.25vw 0 2.0833333333vw;
    height: 6.25vw;
  }
  .header-left {
    width: 34.7222222222vw;
  }
  .header-logo {
    width: 14.4444444444vw;
  }
  .header-label {
    margin-left: 2.7777777778vw;
    font-size: 0.8333333333vw;
    font-weight: 700;
    line-height: 1.5em;
  }
  .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-navi {
    margin: 0.3472222222vw 0 0.6944444444vw 0;
    text-align: center;
  }
}
@media screen and (min-width: 1441px) {
  .header {
    height: 187px;
  }
  .header-top {
    padding: 0 90px 0 30px;
    height: 90px;
  }
  .header-left {
    width: 500px;
  }
  .header-logo {
    width: 208px;
  }
  .header-label {
    margin-left: 40px;
    font-size: 1.2rem;
  }
  .header-navi {
    margin: 5px 0 10px 0;
  }
}
/* ------------------------------------------- inquiry - */
.header .inquiry-box {
  margin-top: 6.6666666667vw;
  background-color: #fff0e8;
}
.header .inquiry-box .inquiry-tel a {
  background-color: #ffffff;
}

.header-tel {
  position: relative;
  margin: 4.6666666667vw auto 0 auto;
  width: 72vw;
  text-align: center;
}

.header-tel a {
  position: relative;
  display: block;
}

.header-tel-label {
  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-bottom: 1.3333333333vw;
  height: 5.3333333333vw;
  background-color: #ff6f19;
  border-radius: 0.2666666667vw;
  font-size: 3.4666666667vw;
  color: #ffffff;
  font-weight: 700;
  z-index: 1;
}

.header-tel-num {
  position: relative;
  display: inline-block;
  padding-left: 6.6666666667vw;
  font-family: "Lato", sans-serif;
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0;
}
.header-tel-num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 4.9333333333vw;
  height: 6.5333333333vw;
  background-image: url(../img/common/call-og.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-tel-time {
  margin-top: 0.5em;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .header .inquiry-box {
    display: none;
  }
  .header-tel {
    position: relative;
    margin: 0;
    width: auto;
    min-width: 16.6666666667vw;
    text-align: center;
  }
  .header-tel a {
    pointer-events: none;
  }
  .header-tel-label {
    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-bottom: 0.3em;
    height: 1.1111111111vw;
    background-color: #ff6f19;
    border-radius: 0.1388888889vw;
    font-size: 0.8333333333vw;
    color: #ffffff;
    font-weight: 700;
    z-index: 1;
  }
  .header-tel-num {
    position: relative;
    display: inline-block;
    padding-left: 1.7361111111vw;
    font-family: "Lato", sans-serif;
    font-size: 2.2222222222vw;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0;
  }
  .header-tel-num:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 1.3194444444vw;
    height: 1.7361111111vw;
    background-image: url(../img/common/call-og.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header-tel-time {
    margin-top: 0.2em;
    font-size: 0.8333333333vw;
    font-weight: 700;
    text-align: center;
  }
  .header-btn {
    position: relative;
    margin-left: 2.4305555556vw;
    width: 12.5vw;
  }
  .header-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-bottom: 0.1388888889vw;
    height: 4.3055555556vw;
    background-color: #ffffff;
    border-color: #06c755;
    border-style: solid;
    border-width: 0.1388888889vw;
    border-radius: 0.5555555556vw;
    -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);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .header-btn a span {
    position: relative;
    padding-left: 1.7361111111vw;
    color: #06c755;
    font-size: 1.1111111111vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.125em;
    letter-spacing: 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    z-index: 1;
  }
  .header-btn a span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 1.6666666667vw;
    height: 1.875vw;
    background-image: url(../img/common/line-gr.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header-btn a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #06c755;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .header-btn a:hover span {
    color: #ffffff;
  }
  .header-btn a:hover span:before {
    background-image: url(../img/common/line-wh.svg);
  }
  .header-btn a:hover:before {
    width: 100%;
  }
  .header-btn a:hover:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  ::-webkit-full-page-media,
  :future,
  :root .header-btn a span:before {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (min-width: 1441px) {
  .header-tel {
    min-width: 240px;
  }
  .header-tel-label {
    height: 16px;
    border-radius: 2px;
    font-size: 1.2rem;
  }
  .header-tel-num {
    padding-left: 25px;
    font-size: 3.2rem;
  }
  .header-tel-num:before {
    width: 19px;
    height: 25px;
  }
  .header-tel-time {
    font-size: 1.2rem;
  }
  .header-btn {
    margin-left: 35px;
    width: 180px;
  }
  .header-btn a {
    padding-bottom: 2px;
    height: 62px;
    border-width: 2px;
    border-radius: 8px;
  }
  .header-btn a span {
    padding-left: 35px;
    font-size: 1.6rem;
  }
  .header-btn a span:before {
    width: 24px;
    height: 27px;
  }
}
/* ------------------------------------------- reviews - */
.header-reviews {
  position: relative;
  width: 100%;
}

.header-reviews a {
  display: block;
}

.header-reviews-inner {
  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.5333333333vw;
  background-color: #ff6f19;
}

.header-reviews-ttl {
  margin-right: 3.2vw;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 700;
}

.header-reviews-star {
  width: 21.6vw;
}

.header-reviews-score {
  margin-left: 1.3333333333vw;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .header-reviews-inner {
    height: 2.9166666667vw;
  }
  .header-reviews-ttl {
    margin-right: 0.8333333333vw;
    font-size: 1.1111111111vw;
  }
  .header-reviews-star {
    width: 6.9444444444vw;
  }
  .header-reviews-score {
    margin-left: 0.3472222222vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .header-reviews-inner {
    height: 42px;
  }
  .header-reviews-ttl {
    margin-right: 12px;
    font-size: 1.6rem;
  }
  .header-reviews-star {
    width: 100px;
  }
  .header-reviews-score {
    margin-left: 5px;
    font-size: 1.8rem;
  }
}
/*  #contents
-------------------------------------------------------------------------------*/
.contents {
  position: relative;
  padding-top: 24.5333333333vw;
}
@media screen and (min-width: 751px) {
  .contents {
    padding-top: 12.9861111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .contents {
    padding-top: 187px;
  }
}

/*  #footer
-------------------------------------------------------------------------------*/
.footer {
  position: relative;
  margin-bottom: 14.6666666667vw;
}

.footer--catalog {
  margin-bottom: 29.3333333333vw;
}

.footer--none {
  margin-bottom: 0;
}

.fopter-bar {
  padding: 8vw 0 6.6666666667vw 0;
  background-color: #1c1716;
}

.fopter-bar-inner {
  margin: 0 auto;
  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: 6vw;
  margin-bottom: 8vw;
}

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

.footer-sns--youtube,
.footer-sns--instagram {
  width: 8.6666666667vw;
}

.footer-subnavi {
  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;
}

.footer-subnavi a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 3.2vw;
}

.footer-subnavi a:nth-child(n+2) {
  margin-left: 2.6666666667vw;
  padding-left: 2.6666666667vw;
}
.footer-subnavi a:nth-child(n+2):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.2666666667vw;
  height: 100%;
  background-color: #ffffff;
}

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

@media screen and (min-width: 751px) {
  .footer {
    margin: 0;
  }
  .footer--catalog {
    margin: 0 !important;
  }
  .fopter-bar {
    padding: 0;
  }
  .fopter-bar-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;
    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 {
    position: relative;
    display: block;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer-sns a:hover {
    opacity: 0.7;
  }
  .footer-sns--youtube {
    width: 1.875vw;
  }
  .footer-sns--instagram {
    width: 1.3888888889vw;
  }
  .footer-subnavi {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-subnavi a {
    font-size: 0.9722222222vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-subnavi a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .footer-subnavi a:nth-child(n+2) {
    margin-left: 1em;
    padding-left: 1em;
  }
  .footer-subnavi a:nth-child(n+2):before {
    width: 0.0694444444vw;
  }
  .footer-copy {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    font-size: 0.9722222222vw;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1441px) {
  .fopter-bar-inner {
    width: 1200px;
    height: 80px;
  }
  .footer-sns {
    gap: 30px;
  }
  .footer-sns a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .footer-sns a:hover {
    opacity: 0.7;
  }
  .footer-sns--youtube {
    width: 27px;
  }
  .footer-sns--instagram {
    width: 20px;
  }
  .footer-subnavi a {
    font-size: 1.4rem;
  }
  .footer-subnavi a:nth-child(n+2):before {
    width: 1px;
  }
  .footer-copy {
    font-size: 1.4rem;
  }
}
/*  button
-------------------------------------------------------------------------------*/
.btn {
  margin: 8vw auto 0 auto;
  width: 69.3333333333vw;
}
@media screen and (min-width: 751px) {
  .btn {
    margin-top: 2.7777777778vw;
    width: 33.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .btn {
    margin-top: 40px;
    width: 480px;
  }
}

/* ------------------------------------------- main - */
.btn-main {
  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: 12vw;
  background-color: #ff6f19;
  border-color: #ffffff;
  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;
}
@media screen and (min-width: 751px) {
  .btn-main {
    padding-right: 0.6944444444vw;
    height: 4.1666666667vw;
    border-width: 0.1388888889vw;
    border-radius: 2.0833333333vw;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .btn-main {
    padding-right: 10px;
    height: 60px;
    border-width: 2px;
    border-radius: 30px;
  }
}
.btn-main span {
  position: relative;
  color: #ffffff;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.46em;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .btn-main span {
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .btn-main span {
    font-size: 1.8rem;
  }
}
.btn-main .btn-main-submit {
  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: 100%;
}
.btn-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 751px) {
  .btn-main:before {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
}
.btn-main:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5.0666666667vw;
  display: inline-block;
  width: 2.1333333333vw;
  height: 3.2vw;
  background-image: url(../img/common/arrow-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .btn-main:after {
    right: 2.0833333333vw;
    width: 0.5555555556vw;
    height: 0.8333333333vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .btn-main:after {
    right: 30px;
    width: 8px;
    height: 12px;
  }
}

.btn-main--reverse {
  background-color: #ffffff;
  border-color: #ff6f19;
}
.btn-main--reverse:before {
  background-color: #ff6f19;
}
.btn-main--reverse span {
  color: #ff6f19;
}
.btn-main--reverse:after {
  background-image: url(../img/common/arrow-og.svg);
}

@media screen and (min-width: 751px) {
  .on--btn:hover .btn-main,
  .btn-main:hover {
    border-color: #ff6f19;
  }
  .on--btn:hover .btn-main span,
  .on--btn:hover .btn-main .btn-main-submit,
  .btn-main:hover span,
  .btn-main:hover .btn-main-submit {
    color: #ff6f19;
  }
  .on--btn:hover .btn-main:before,
  .btn-main:hover:before {
    width: 100%;
  }
  .on--btn:hover .btn-main:after,
  .btn-main:hover:after {
    background-image: url(../img/common/arrow-og.svg);
  }
}

@media screen and (min-width: 751px) {
  .btn-main--reverse:hover span,
  .btn-main--reverse:hover .btn-main-submit {
    color: #ffffff;
  }
  .btn-main--reverse:hover:before {
    width: 100%;
  }
  .btn-main--reverse:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
  }
}

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

.btn-main--external {
  background-color: #ffffff;
  border-color: #ff6f19;
}
@media screen and (max-width: 750px) {
  .btn-main--external {
    padding-right: 2.5333333333vw;
  }
}
.btn-main--external:before {
  background-color: #ff6f19;
}
.btn-main--external:after {
  background-image: url(../img/common/arrow-og.svg);
}
.btn-main--external span {
  padding-left: 7.3333333333vw;
  color: #ff6f19;
}
@media screen and (min-width: 751px) {
  .btn-main--external span {
    padding-left: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .btn-main--external span {
    padding-left: 32px;
  }
}
.btn-main--external 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%);
}
@media screen and (min-width: 751px) {
  .btn-main--external span:before {
    width: 1.25vw;
    height: 1.25vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .btn-main--external span:before {
    width: 18px;
    height: 18px;
  }
}
@media screen and (min-width: 751px) {
  .btn-main--external:hover span {
    color: #ffffff;
  }
  .btn-main--external:hover span:before {
    background-image: url(../img/common/external-wh.svg);
  }
  .btn-main--external:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
  }
}

.btn-main--movie {
  background-color: #000;
}
@media screen and (max-width: 750px) {
  .btn-main--movie {
    padding-right: 2.5333333333vw;
  }
}
.btn-main--movie span {
  padding-left: 7.3333333333vw;
}
@media screen and (min-width: 751px) {
  .btn-main--movie span {
    padding-left: 3.125vw;
  }
}
@media screen and (min-width: 1441px) {
  .btn-main--movie span {
    padding-left: 45px;
  }
}
.btn-main--movie span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: 0.1em;
  width: 4.8vw;
  height: 2.9333333333vw;
  background-image: url(../img/common/youtube-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .btn-main--movie span:before {
    width: 1.8055555556vw;
    height: 1.1111111111vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .btn-main--movie span:before {
    width: 26px;
    height: 16px;
  }
}
@media screen and (min-width: 751px) {
  .btn-main--movie:hover {
    border-color: #000;
  }
  .btn-main--movie:hover span {
    color: #000;
  }
  .btn-main--movie:hover span:before {
    background-image: url(../img/common/youtube-bk.svg);
  }
  .btn-main--movie:hover:after {
    background-image: url(../img/common/arrow-bk.svg);
  }
}

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

/* ------------------------------------------- search - */
.btn-main--search > div {
  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-left: 2vw;
  width: 100%;
  height: 100%;
}
.btn-main--search > div:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5.3333333333vw;
  display: inline-block;
  width: 4.9333333333vw;
  height: 4.9333333333vw;
  background-image: url(../img/common/search-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
.btn-main--search .btn-main-submit {
  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;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.46em;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .btn-main--search .btn-main-submit {
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .btn-main--search .btn-main-submit {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1441px) {
  .btn-main--search:hover > div:before {
    background-image: url(../img/common/search-og.svg);
  }
}

::-webkit-full-page-media,
:future,
:root .btn-main--search > div:before {
  -webkit-transition: none;
  transition: none;
}

@media screen and (min-width: 751px) {
  .btn-main--search > div {
    padding-left: 2.0833333333vw;
  }
  .btn-main--search > div:before {
    left: 2.0833333333vw;
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .btn-main--search > div {
    padding-left: 30px;
  }
  .btn-main--search > div:before {
    left: 30px;
    width: 18px;
    height: 18px;
  }
}
/* ------------------------------------------- line - */
.btn-line {
  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: 12vw;
  background-color: #ffffff;
  border-color: #06c755;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 6vw;
  overflow: hidden;
}
.btn-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #06c755;
}
.btn-line span {
  position: relative;
  padding-left: 5.3333333333vw;
  color: #06c755;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.btn-line span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 3.6vw;
  height: 4vw;
  background-image: url(../img/common/line-gr.svg);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .btn-line {
    height: 3.3333333333vw;
    border-width: 0.1388888889vw;
    border-radius: 1.6666666667vw;
  }
  .btn-line:before {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .btn-line span {
    padding-left: 2.5vw;
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .btn-line span:before {
    width: 1.5972222222vw;
    height: 1.8055555556vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .btn-line:hover:before {
    width: 100%;
  }
  .btn-line:hover span {
    color: #ffffff;
  }
  .btn-line:hover span:before {
    background-image: url(../img/common/line-wh.svg);
  }
  ::-webkit-full-page-media,
  :future,
  :root .btn-line span:before {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (min-width: 1441px) {
  .btn-line {
    height: 48px;
    border-width: 2px;
    border-radius: 24px;
  }
  .btn-line span {
    padding-left: 36px;
    font-size: 1.6rem;
  }
  .btn-line span:before {
    width: 23px;
    height: 26px;
  }
}
/* ------------------------------------------- contact - */
.btn-contact {
  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: 12vw;
  background-color: #433b39;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 6vw;
  overflow: hidden;
}
.btn-contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #847f7e;
}
.btn-contact span {
  position: relative;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .btn-contact span {
    position: relative;
    padding-left: 6vw;
  }
  .btn-contact span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    margin-top: 0.1em;
    width: 4vw;
    height: 2.9333333333vw;
    background-image: url(../img/common/mail-wh.svg);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 751px) {
  .btn-contact {
    height: 3.3333333333vw;
    border-width: 0.1388888889vw;
    border-radius: 1.6666666667vw;
  }
  .btn-contact:before {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .btn-contact:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.7361111111vw;
    display: inline-block;
    width: 0.5555555556vw;
    height: 0.8333333333vw;
    background-image: url(../img/common/arrow-wh.svg);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .btn-contact span {
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .btn-contact:hover:before {
    width: 100%;
  }
  .btn-contact:hover span {
    color: #ffffff;
  }
}
@media screen and (min-width: 1441px) {
  .btn-contact {
    height: 48px;
    border-width: 2px;
    border-radius: 24px;
  }
  .btn-contact:after {
    right: 25px;
    width: 8px;
    height: 12px;
  }
  .btn-contact span {
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- external - */
.btn-external {
  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: 12vw;
  background-color: #ffffff;
  border-color: #ff6f19;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
}
.btn-external span {
  position: relative;
  padding-right: 1.8em;
  font-weight: 700;
  line-height: 1.4em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.btn-external span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/simulation/external-og.svg);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .btn-external {
    height: 4.0277777778vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .btn-external span {
    padding-right: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .btn-external:hover {
    background-color: #ff6f19;
  }
  .btn-external:hover span {
    color: #ffffff;
  }
  .btn-external:hover span:after {
    background-image: url(../img/simulation/external-wh.svg);
  }
}
@media screen and (min-width: 1441px) {
  .btn-external {
    height: 58px;
    border-width: 2px;
    border-radius: 10px;
  }
  .btn-external span {
    padding-right: 1.8em;
  }
}
/*  drawer
-------------------------------------------------------------------------------*/
.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .drawer {
    background-color: #2f2725;
  }
}

.drawer.is-open {
  height: 100%;
  min-height: 100vh;
  min-height: 100svh;
  opacity: 1;
  visibility: visible;
}

.drawer-scroll {
  position: relative;
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 750px) {
  .drawer-scroll {
    padding: 23.3333333333vw 0 10.6666666667vw 0;
  }
}

.drawer-inner {
  position: relative;
}
@media screen and (max-width: 750px) {
  .drawer-inner {
    margin: 0 auto;
    width: 82.6666666667vw;
  }
}

.drawer-inquiry {
  margin-top: 6.6666666667vw;
  padding: 5.3333333333vw 9.3333333333vw;
  background-color: #f6efe6;
  border-radius: 1.0666666667vw;
}

.drawer-inquiry-ttl {
  margin-bottom: 2.6666666667vw;
  font-size: 4.2666666667vw;
  text-align: center;
  line-height: 1.5em;
}

.drawer-inquiry-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2vw;
}

.drawer-inquiry-btn a {
  width: 100%;
  -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);
}

@media screen and (min-width: 751px) {
  .drawer .gnavi {
    display: none;
  }
  .drawer-inner {
    height: 100%;
  }
  .drawer-inquiry {
    display: none;
  }
  .drawer .header-tel {
    display: none;
  }
}
/*  float
-------------------------------------------------------------------------------*/
.float {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14.6666666667vw;
  z-index: 6666;
}
@media screen and (min-width: 751px) {
  .float {
    display: none !important;
  }
}

.float-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.float-btn > li {
  padding: 0.5333333333vw;
}

.float-btn > li a {
  position: relative;
  display: block;
  padding-top: 8.6666666667vw;
  height: 13.6vw;
  text-align: center;
}
.float-btn > li a span {
  position: relative;
  font-size: 3.2vw;
  font-weight: 700;
  letter-spacing: 0;
}
.float-btn > li a:before {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.float-btn-call {
  width: 29.3333333333vw;
  background-color: #ff6f19;
}
.float-btn-call a {
  background-color: #ff6f19;
}
.float-btn-call a span {
  color: #ffffff;
}
.float-btn-call a:before {
  top: 1.8666666667vw;
  width: 4.4vw;
  height: 5.8666666667vw;
  background-image: url(../img/common/call-wh.svg);
}

.float-btn-line {
  width: 37.3333333333vw;
  background-color: #06c755;
}
.float-btn-line a {
  background-color: #ffffff;
}
.float-btn-line a span {
  color: #06c755;
}
.float-btn-line a:before {
  top: 1.7333333333vw;
  width: 5.2vw;
  height: 5.8666666667vw;
  background-image: url(../img/common/line-gr.svg);
}

.float-btn-contact {
  width: 33.3333333333vw;
  background-color: #433b39;
}
.float-btn-contact a {
  background-color: #433b39;
}
.float-btn-contact a span {
  color: #ffffff;
}
.float-btn-contact a:before {
  top: 2.5333333333vw;
  width: 5.8666666667vw;
  height: 4.2666666667vw;
  background-image: url(../img/common/mail-wh.svg);
}

/*  ggnavi
-------------------------------------------------------------------------------*/
.gnavi-menu {
  position: relative;
  font-weight: 700;
}

/* ------------------------------------------- gnavi (SP) - */
@media screen and (max-width: 750px) {
  .gnavi {
    margin: 0 auto;
    width: 82.6666666667vw;
  }
  .gnavi > li {
    position: relative;
  }
  .gnavi > li:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 0.2666666667vw;
    background-color: #cfcfcf;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .gnavi-normal a {
    display: block;
  }
  .gnavi > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .gnavi-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5.3333333333vw 13.3333333333vw 5.3333333333vw 2.6666666667vw;
    width: 100%;
    height: 14.6666666667vw;
    font-size: 4.8vw;
    font-weight: 700;
  }
  .gnavi-parent .gnavi-menu:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.3333333333vw;
    display: inline-block;
    width: 4.5333333333vw;
    height: 2.9333333333vw;
    background-image: url(../img/common/down-og.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .gnavi-parent.is-open .gnavi-menu:after {
    background-image: url(../img/common/up-og.svg);
  }
  .gnavi-submenu {
    display: none;
    margin: 0 2.6666666667vw;
    padding-bottom: 4vw;
  }
  .gnavi-submenu-list a {
    position: relative;
    display: block;
    padding: 2vw 0 2vw 6vw;
    font-size: 4vw;
  }
}
/* ------------------------------------------- gnavi (PC) - */
@media screen and (min-width: 751px) {
  .gnavi {
    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;
    height: 2.7777777778vw;
  }
  .gnavi > li {
    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: 2.7777777778vw;
    cursor: pointer;
  }
  .gnavi > li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.0694444444vw;
    height: 100%;
    background-color: rgba(47, 39, 39, 0.1);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .gnavi > li:hover .gnavi-ja {
    color: #ff6f19;
  }
  .gnavi > li:hover .gnavi-submenu {
    display: block !important;
  }
  .gnavi > li:last-child:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.0694444444vw;
    height: 1.6666666667vw;
    background-color: rgba(47, 39, 39, 0.1);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .gnavi-menu {
    position: relative;
    padding: 0 1.7361111111vw;
    font-size: 1.1111111111vw;
    text-align: center;
    line-height: 1.3em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .gnavi-parent .gnavi-menu {
    padding-right: 2.7777777778vw;
  }
  .gnavi-parent .gnavi-menu:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.0416666667vw;
    display: inline-block;
    width: 0.8333333333vw;
    height: 0.5555555556vw;
    background-image: url(../img/common/down-og.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .gnavi-submenu {
    position: absolute;
    top: 97%;
    left: 50%;
    display: none !important;
    padding: 0.3472222222vw 0.6944444444vw;
    width: 15.2777777778vw;
    height: auto;
    background-color: #ffffff;
    border-color: #ff6f19;
    border-style: solid;
    border-width: 0.1388888889vw;
    border-radius: 0.2777777778vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999;
  }
  .gnavi-submenu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.4166666667vw;
  }
  .gnavi-submenu-list a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.6944444444vw;
    width: 100%;
    background-color: #fff0e8;
    font-size: 1.0416666667vw;
    font-weight: 700;
    text-align: left;
    line-height: 1.25em;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .gnavi-submenu-list a:hover {
    background-color: #ff5f00;
    color: #ffffff;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi {
    height: 40px;
  }
  .gnavi > li {
    height: 40px;
  }
  .gnavi > li:before {
    width: 1px;
  }
  .gnavi > li:last-child:after {
    width: 1px;
    height: 24px;
  }
  .gnavi-menu {
    padding: 0 25px;
    font-size: 1.6rem;
  }
  .gnavi-parent .gnavi-menu {
    padding-right: 40px;
  }
  .gnavi-parent .gnavi-menu:before {
    right: 15px;
    width: 12px;
    height: 8px;
  }
  .gnavi-submenu {
    padding: 10px;
    width: 220px;
    border-width: 2px;
    border-radius: 4px;
  }
  .gnavi-submenu-list {
    gap: 6px;
  }
  .gnavi-submenu-list a {
    padding: 8px 10px;
    font-size: 1.5rem;
  }
}
/* guide
-------------------------------------------------------------------------------*/
.guide {
  padding: 10.6666666667vw 0 12vw 0;
  background-color: #2f2725;
}

.guide-inner {
  margin: 0 auto;
  width: 92vw;
}

.guide-logo {
  margin: 0 auto 6vw auto;
  width: 50.9333333333vw;
}

.guide-logo a {
  position: relative;
  display: block;
}

.guide-add {
  color: rgba(255, 255, 255, 0.5);
  font-size: 3.2vw;
  text-align: center;
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  .header .guide,
  .guide-inquiry,
  .guide-navi {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .header .guide {
    padding: 30vh 0;
  }
  .footer .guide {
    padding: 6.9444444444vw 0 3.4722222222vw 0;
  }
  .guide-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: 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;
    width: 83.3333333333vw;
  }
  .guide-info {
    width: 25.6944444444vw;
  }
  .guide-logo {
    margin-bottom: 1.0416666667vw;
    width: 20.4861111111vw;
  }
  .guide-add {
    font-size: 0.9722222222vw;
    line-height: 1.6em;
  }
  .guide-inquiry {
    margin-top: 2.0833333333vw;
    padding: 1.7361111111vw 2.4305555556vw 1.3888888889vw 2.4305555556vw;
    background-color: rgba(246, 239, 230, 0.1);
    border-radius: 0.5555555556vw;
  }
  .guide-inquiry-ttl {
    margin-bottom: 1em;
    color: #ffffff;
    font-size: 1.0416666667vw;
    text-align: center;
    line-height: 1.5em;
  }
  .guide-inquiry-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.0416666667vw;
  }
  .guide-inquiry-btn a {
    width: 100%;
  }
  .guide-navi {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2.7777777778vw;
    max-width: 53.4722222222vw;
  }
  .guide-navi-box > div:nth-child(n+2) {
    margin-top: 1.7361111111vw;
  }
  .guide-navi-menu a {
    display: block;
    color: #ffffff;
    font-size: 1.0416666667vw;
    font-weight: 700;
    line-height: 1.25em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .guide-navi-menu a:hover {
    color: #ff6f19;
  }
  .guide-navi-menu a:nth-child(n+2) {
    margin-top: 1.7361111111vw;
  }
  .guide-navi-head {
    color: #ffffff;
    font-size: 1.0416666667vw;
    font-weight: 700;
    line-height: 1.25em;
  }
  .guide-navi-child {
    margin-top: 0.6944444444vw;
  }
  .guide-navi-child > li {
    position: relative;
    font-size: 1.0416666667vw;
    padding-left: 1.2em;
  }
  .guide-navi-child > li:before {
    content: "・";
    position: absolute;
    top: 50%;
    left: 0;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .guide-navi-child a {
    position: relative;
    display: block;
    padding: 0.5em 0;
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .guide-navi-child a:hover {
    color: #ff6f19;
  }
}
@media screen and (min-width: 1441px) {
  .footer .guide {
    padding: 100px 0 50px 0;
  }
  .guide-inner {
    width: 1200px;
  }
  .guide-info {
    width: 370px;
  }
  .guide-logo {
    margin-bottom: 15px;
    width: 295px;
  }
  .guide-add {
    font-size: 1.4rem;
  }
  .guide-inquiry {
    margin-top: 30px;
    padding: 25px 35px 20px 35px;
    border-radius: 8px;
  }
  .guide-inquiry-ttl {
    font-size: 1.5rem;
  }
  .guide-inquiry-btn {
    gap: 15px;
  }
  .guide-navi {
    gap: 40px;
    width: 770px;
  }
  .guide-navi-box > div:nth-child(n+2) {
    margin-top: 25px;
  }
  .guide-navi-menu a {
    font-size: 1.5rem;
  }
  .guide-navi-menu a:nth-child(n+2) {
    margin-top: 25px;
  }
  .guide-navi-head {
    font-size: 1.5rem;
  }
  .guide-navi-child {
    margin-top: 10px;
  }
  .guide-navi-child > li {
    font-size: 1.5rem;
  }
}
/*  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-catch {
  position: relative;
  display: inline-block;
  margin-bottom: 3.3333333333vw;
  padding: 0 6.6666666667vw;
  color: #ff6f19;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (min-width: 751px) {
  .heading-catch {
    margin-bottom: 1.7361111111vw;
    padding: 0 2.4305555556vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-catch {
    margin-bottom: 25px;
    padding: 0 35px;
    font-size: 2.4rem;
  }
}
.heading-catch:before, .heading-catch:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 2.8vw;
  height: 5.3333333333vw;
  background-image: url(../img/common/slash_sp.svg);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .heading-catch:before, .heading-catch:after {
    width: 1.4583333333vw;
    height: 2.7777777778vw;
    background-image: url(../img/common/slash.svg);
  }
}
@media screen and (min-width: 1441px) {
  .heading-catch:before, .heading-catch:after {
    width: 21px;
    height: 40px;
  }
}
.heading-catch:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.heading-catch:after {
  right: 0;
}

.heading-ja {
  position: relative;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (min-width: 751px) {
  .heading-ja {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-ja {
    font-size: 3.6rem;
  }
}
.heading-ja span.big {
  font-size: 6.4vw;
}
@media screen and (min-width: 751px) {
  .heading-ja span.big {
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-ja span.big {
    font-size: 4rem;
  }
}
.heading-ja span.og {
  color: #ff5f00;
}
.heading-ja span.ye {
  color: #ffe826;
}

.heading-en {
  position: relative;
  margin-top: 1em;
  color: #ff5f00;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
}
@media screen and (min-width: 751px) {
  .heading-en {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-en {
    font-size: 1.6rem;
  }
}

.heading-label {
  margin-top: 4vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .heading-label {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-label {
    margin-top: 20px;
  }
}
.heading-label span {
  display: inline-block;
  padding: 0.4em 1.5em 0.5em 1.5em;
  background-color: #ff6f19;
  border-radius: 5em;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4em;
}
@media screen and (min-width: 751px) {
  .heading-label span {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-label span {
    font-size: 1.8rem;
  }
}

.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: 1.3333333333vw;
  bottom: 18.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;
  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;
  }
}
@media screen and (max-width: 750px) {
  .pagetop--contact {
    bottom: 33.3333333333vw;
  }
}

/*  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;
  }
}
/*  #review
-------------------------------------------------------------------------------*/
.review {
  position: relative;
  height: 6.6666666667vw;
  background-color: #ff6f19;
}

.review-in {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review-in > div {
  position: relative;
  padding: 0 2vw;
}
.review-in > div:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.2vw;
  width: 0.4vw;
  height: 5.0666666667vw;
  background-color: #97c746;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.review-in > div:last-child:after {
  content: none;
}

.review-ttl {
  color: #ffffff;
  font-size: 2.9333333333vw;
  font-weight: 700;
  line-height: 1.25em;
}

.review-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 !important;
}

.review-shop-in {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 7.4666666667vw 0 2.4vw;
  height: 6.6666666667vw;
}

.review-name {
  margin-bottom: 0.1em;
  color: #ffffff;
  font-size: 2.6666666667vw;
  font-weight: 700;
}

.review-shop-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review-rating {
  color: #ffffff;
  font-size: 2.2666666667vw;
  font-weight: 700;
}

.review-score {
  color: #ffffff;
  margin-left: 0.2em;
  font-size: 3.0666666667vw;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.review-number {
  position: absolute;
  top: 0.4666666667vw;
  right: 0.8vw;
  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: 5.3333333333vw;
  height: 5.3333333333vw;
  border-radius: 50%;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 2.2666666667vw;
  font-weight: 700;
  letter-spacing: 0;
}

.review-date p {
  color: #ffffff;
  font-size: 2.6666666667vw;
  text-align: center;
  line-height: 1.25em;
}
.review-date p span {
  font-family: "Lato", sans-serif;
}

@media screen and (max-width: 750px) {
  .review * {
    white-space: nowrap;
  }
  .review-in {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 751px) {
  .review {
    margin-top: 0.9722222222vw;
    height: 2.2222222222vw;
  }
  .review-in {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .review-in > div {
    padding: 0 1.0416666667vw;
  }
  .review-in > div:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -0.0694444444vw;
    width: 0.1388888889vw;
    height: 1.3888888889vw;
    background-color: #97c746;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .review-in > div:last-child:after {
    content: none;
  }
  .review-ttl {
    font-size: 1.0416666667vw;
  }
  .review-shop {
    padding: 0 !important;
  }
  .review-shop-in {
    padding: 0 2.4305555556vw 0 0.6944444444vw;
    height: 2.2222222222vw;
  }
  .review-name {
    margin: 0 0.5em 0 0;
    font-size: 0.9027777778vw;
  }
  .review-rating {
    font-size: 0.7638888889vw;
  }
  .review-score {
    margin-left: 0.5em;
    font-size: 1.0416666667vw;
  }
  .review-number {
    top: -0.3472222222vw;
    left: auto;
    right: 0.2777777778vw;
    width: 1.8055555556vw;
    height: 1.8055555556vw;
    font-size: 0.7638888889vw;
  }
  .review-date p {
    font-size: 0.9027777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .review {
    margin-top: 14px;
    height: 32px;
  }
  .review-in > div {
    padding: 0 15px;
  }
  .review-in > div:after {
    right: -1px;
    width: 2px;
    height: 20px;
  }
  .review-in > div:last-child:after {
    content: none;
  }
  .review-ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .review-shop-in {
    padding: 0 35px 0 10px;
    height: 32px;
  }
  .review-name {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .review-rating {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .review-score {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .review-number {
    top: -5px;
    right: 4px;
    width: 26px;
    height: 26px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .review-date p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/*  #area
-------------------------------------------------------------------------------*/
.area {
  padding: 12vw 0 8vw 0;
  background-color: #f6efe6;
}

.area-heading {
  position: relative;
  margin-bottom: 5.3333333333vw;
  padding-left: 6vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4em;
}
.area-heading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background-color: #ff5f00;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.area-target {
  margin-bottom: 5.3333333333vw;
}
.area-target span.og {
  color: #ff5f00;
}
.area-target span.box {
  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: 8vw;
  background-color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
.area-target span.box:nth-child(n+2) {
  margin-top: 2vw;
}

.area-btn {
  margin-top: 6.6666666667vw;
  width: 64vw;
}

.area-image {
  position: relative;
  margin-top: 8vw;
}

.area-map {
  width: 70.6666666667vw;
  border-radius: 2.1333333333vw;
  overflow: hidden;
}

.area-balloon {
  position: absolute;
  top: 24vw;
  left: 48.6666666667vw;
  width: 46.6666666667vw;
}

@media screen and (min-width: 751px) {
  .area {
    padding: 3.4722222222vw 0 2.7777777778vw 0;
  }
  .area .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 76.3888888889vw;
  }
  .area-content {
    margin: 0;
    width: 36.8055555556vw;
  }
  .area-heading {
    margin-bottom: 1.7361111111vw;
    padding-left: 1.3888888889vw;
    font-size: 1.9444444444vw;
  }
  .area-heading:before {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
  }
  .area-target {
    margin-bottom: 2.0833333333vw;
  }
  .area-target span.box {
    height: 2.7777777778vw;
    font-size: 1.4583333333vw;
  }
  .area-target span.box:nth-child(n+2) {
    margin-top: 0.6944444444vw;
    padding-right: 1.25em;
  }
  .area-btn {
    margin-top: 1.7361111111vw;
    width: 19.0972222222vw;
  }
  .area-image {
    margin: 0;
    width: 26.3888888889vw;
  }
  .area-map {
    width: 100%;
    border-radius: 1.1111111111vw;
  }
  .area-balloon {
    top: -0.6944444444vw;
    left: -19.0972222222vw;
    width: 15.9027777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .area {
    padding: 50px 0 40px 0;
  }
  .area .inner {
    width: 1100px;
  }
  .area-content {
    width: 530px;
  }
  .area-heading {
    font-size: 1.8rem;
    margin-bottom: 25px;
    padding-left: 20px;
    font-size: 1.8rem;
  }
  .area-heading:before {
    width: 10px;
    height: 10px;
  }
  .area-target {
    margin-bottom: 30px;
  }
  .area-target span.box {
    height: 40px;
    font-size: 2.1rem;
  }
  .area-target span.box:nth-child(n+2) {
    margin-top: 10px;
  }
  .area-btn {
    margin: 25px 0 0 0;
    width: 275px;
  }
  .area-image {
    width: 380px;
  }
  .area-map {
    border-radius: 16px;
  }
  .area-balloon {
    top: -10px;
    left: -275px;
    width: 229px;
  }
}
/*  #blog
-------------------------------------------------------------------------------*/
.blog {
  position: relative;
  padding: 13.3333333333vw 0 10.6666666667vw 0;
  background-color: #ffffff;
}

.blog-heading {
  position: relative;
  margin-bottom: 8vw;
  z-index: 1;
}
.blog-heading:before, .blog-heading:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
.blog-heading:before {
  top: -5.6vw;
  left: -4vw;
  width: 32.9333333333vw;
  height: 32.1333333333vw;
  background-image: url(../img/blog/staff-l_sp.png);
}
.blog-heading:after {
  top: -9.3333333333vw;
  right: -5.3333333333vw;
  width: 33.4666666667vw;
  height: 32.1333333333vw;
  background-image: url(../img/blog/staff-r_sp.png);
}

.blog-ja {
  margin-bottom: 12vw;
}
.blog-ja:after {
  content: "";
  position: absolute;
  right: 28vw;
  bottom: -4.6666666667vw;
  display: inline-block;
  width: 30.2666666667vw;
  height: 10vw;
  background-image: url(../img/blog/pencil.svg);
  background-size: contain;
}

.blog-content {
  position: relative;
}

.blog-slide .swiper-slide {
  left: 2vw;
  margin-right: 4vw;
  width: 60vw;
}

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

@media screen and (min-width: 751px) {
  .blog {
    padding: 7.9861111111vw 0 5.5555555556vw 0;
  }
  .blog .inner {
    width: 76.3888888889vw;
  }
  .blog-heading {
    margin-bottom: 2.4305555556vw;
  }
  .blog-heading:before {
    top: -4.8611111111vw;
    left: 4.8611111111vw;
    width: 19.5833333333vw;
    height: 19.5138888889vw;
    background-image: url(../img/blog/staff-l.png);
    background-image: image-set(url(../img/blog/staff-l.png) 1x, url(../img/blog/staff-l-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/blog/staff-l.png) 1x, url(../img/blog/staff-l-2x.png) 2x);
  }
  .blog-heading:after {
    top: -4.1666666667vw;
    right: 9.0277777778vw;
    width: 15.2083333333vw;
    height: 12.6388888889vw;
    background-image: url(../img/blog/staff-r.png);
    background-image: image-set(url(../img/blog/staff-r.png) 1x, url(../img/blog/staff-r-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/blog/staff-r.png) 1x, url(../img/blog/staff-r-2x.png) 2x);
  }
  .blog-ja {
    margin-bottom: 4.8611111111vw;
  }
  .blog-ja:after {
    right: 25.2083333333vw;
    bottom: -2.4305555556vw;
    width: 15.7638888889vw;
    height: 5.2083333333vw;
  }
  .blog-slide .swiper-slide {
    left: 1.3888888889vw;
    margin-right: 2.7777777778vw;
    width: 23.6111111111vw;
  }
  #blog-prev {
    left: -1.6666666667vw;
  }
  #blog-next {
    right: -1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog {
    padding: 115px 0 80px 0;
  }
  .blog .inner {
    width: 1100px;
  }
  .blog-heading {
    margin-bottom: 35px;
  }
  .blog-heading:before {
    top: -70px;
    left: 75px;
    width: 282px;
    height: 281px;
  }
  .blog-heading:after {
    top: -60px;
    right: 130px;
    width: 219px;
    height: 182px;
  }
  .blog-ja {
    margin-bottom: 70px;
  }
  .blog-ja:after {
    right: 363px;
    bottom: -35px;
    width: 227px;
    height: 75px;
  }
  .blog-lead {
    margin-top: 60px;
  }
  .blog-slide .swiper-slide {
    left: 20px;
    margin-right: 40px;
    width: 340px;
  }
  #blog-prev {
    left: -24px;
  }
  #blog-next {
    right: -24px;
  }
}
/*  #faq
-------------------------------------------------------------------------------*/
.faq {
  position: relative;
  padding: 12vw 0 10.6666666667vw 0;
  background-image: url(../img/common/pattern_sp.jpg);
  background-repeat: repeat;
}

.faq-heading {
  position: relative;
  margin-bottom: 6.6666666667vw;
}

.faq-post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw 0;
}

.c-faq {
  position: relative;
  padding: 4.6666666667vw 3.3333333333vw 4.6666666667vw 4.6666666667vw;
  width: 100%;
  background-color: #ffffff;
  border-radius: 2.1333333333vw;
}

.c-faq dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10vw 0 6.6666666667vw;
  background-color: #ffffff;
  border-radius: 1.3333333333vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
  cursor: pointer;
}
.c-faq dt:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  color: #ff6f19;
  font-family: "Lato", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1em;
  z-index: 1;
}
.c-faq dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 4.9333333333vw;
  height: 4.9333333333vw;
  background-image: url(../img/faq/plus.svg);
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-faq dt.is-open:after {
  background-image: url(../img/faq/minus.svg);
}

.c-faq dd {
  display: none;
  position: relative;
  padding: 2vw 10vw 0 6.6666666667vw;
  line-height: 1.7em;
}

@media screen and (min-width: 751px) {
  .faq {
    padding: 5.5555555556vw 0;
    background-image: url(../img/common/pattern.jpg);
    background-image: image-set(url(../img/common/pattern.jpg) 1x, url(../img/common/pattern-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/common/pattern.jpg) 1x, url(../img/common/pattern-2x.jpg) 2x);
  }
  .faq-heading {
    margin-bottom: 2.4305555556vw;
  }
  .faq-post {
    gap: 1.7361111111vw;
    margin: 0 auto;
    width: 58.3333333333vw;
  }
  .c-faq {
    padding: 1.3888888889vw 2.3611111111vw;
    border-radius: 1.1111111111vw;
  }
  .c-faq dt {
    padding: 0 6.25vw 0 3.4722222222vw;
    font-size: 1.25vw;
  }
  .c-faq dt:before {
    font-size: 1.6666666667vw;
  }
  .c-faq dt:after {
    width: 1.5277777778vw;
    height: 1.5277777778vw;
  }
  .c-faq dd {
    padding: 1.3888888889vw 6.25vw 0 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .faq {
    padding: 80px 0;
  }
  .faq-heading {
    margin-bottom: 35px;
  }
  .faq-post {
    gap: 25px;
    width: 840px;
  }
  .c-faq {
    padding: 20px 34px;
    border-radius: 16px;
  }
  .c-faq dt {
    padding: 0 90px 0 50px;
    font-size: 1.8rem;
  }
  .c-faq dt:before {
    font-size: 2.4rem;
  }
  .c-faq dt:after {
    width: 22px;
    height: 22px;
  }
  .c-faq dd {
    padding: 20px 90px 0 50px;
  }
}
/*  inquiry
-------------------------------------------------------------------------------*/
.inquiry {
  position: relative;
  padding: 8vw 0 5.3333333333vw 0;
  background-color: #ff6f19;
}

.inquiry .inner {
  position: relative;
  z-index: 1;
}
.inquiry .inner:before, .inquiry .inner:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 28.5333333333vw;
  height: 28.5333333333vw;
  background-image: url(../img/common/dot.png);
  background-size: contain;
  opacity: 0.5;
}
.inquiry .inner:before {
  top: -20vw;
  left: -10.6666666667vw;
  z-index: -1;
}
.inquiry .inner:after {
  right: -16vw;
  bottom: -14.6666666667vw;
  z-index: 1;
}

.inquiry-lead {
  margin-bottom: 10.6666666667vw;
  font-size: 3.7333333333vw;
  text-align: center;
  line-height: 1.5em;
  color: #ffffff;
}

.inquiry-head {
  position: relative;
  margin-bottom: 3.3333333333vw;
  text-align: center;
  z-index: 1;
}

.inquiry-en {
  position: absolute;
  top: -7.3333333333vw;
  left: 20vw;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Ephesis", cursive;
  font-size: 8.5333333333vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(-10.08deg);
          transform: rotate(-10.08deg);
}

.inquiry-ja {
  position: relative;
  color: #ffffff;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0.05em;
  z-index: 1;
}

.inquiry-box {
  position: relative;
  padding: 4vw 6vw;
  background-color: #ffffff;
  border-radius: 2.1333333333vw;
}
.inquiry-box:before, .inquiry-box:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.inquiry-box:before {
  top: -31.3333333333vw;
  left: 0vw;
  width: 27.2vw;
  height: 32.5333333333vw;
  background-image: url(../img/inquiry/staff_sp.png);
  z-index: -1;
}
.inquiry-box:after {
  top: -22.6666666667vw;
  right: -4.6666666667vw;
  width: 26.6666666667vw;
  height: 18.9333333333vw;
  background-image: url(../img/inquiry/image_sp.jpg);
  border-radius: 1.0666666667vw;
  -webkit-transform: rotate(16.23deg);
          transform: rotate(16.23deg);
  z-index: 1;
}

.inquiry-item {
  position: relative;
}

.inquiry-maker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.8666666667vw;
  margin-bottom: 1.3333333333vw;
}

.inquiry-maker > li {
  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: 32vw;
  height: 4.8vw;
  border-radius: 2.4vw;
  font-family: "Lato", sans-serif;
  font-size: 3.3333333333vw;
  font-weight: 900;
}

.inquiry-maker--lixil {
  background-color: rgba(255, 111, 25, 0.15);
  color: #ff6f19;
}

.inquiry-maker--ykkap {
  background-color: rgba(11, 115, 174, 0.15);
  color: #0b73ae;
}

.inquiry-call-heading {
  margin-bottom: 2vw;
  padding: 0.5em 1em 0.6em 1em;
  background-color: #ff6f19;
  border-radius: 0.2666666667vw;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
}

.inquiry-call-num {
  text-align: center;
}

.inquiry-call-num a {
  position: relative;
  display: inline-block;
  padding-left: 6.6666666667vw;
  font-family: "Lato", sans-serif;
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0;
}
.inquiry-call-num a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 4.9333333333vw;
  height: 6.5333333333vw;
  background-image: url(../img/common/call-og.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inquiry-call-time {
  margin-top: 0.5em;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
}

.inquiry-search-heading {
  margin-bottom: 2vw;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
.inquiry-search-heading span {
  position: relative;
  display: inline-block;
  padding: 0 2.4vw 0 2.6666666667vw;
}
.inquiry-search-heading span:before, .inquiry-search-heading span:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 1.8666666667vw;
  height: 3.7333333333vw;
  background-image: url(../img/inquiry/slash.svg);
  background-size: contain;
}
.inquiry-search-heading span:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.inquiry-search-heading span:after {
  right: 0;
}

.inquiry-search-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;
  height: 12vw;
  background-color: #ff6f19;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.0666666667vw;
  -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;
}
.inquiry-search-btn a p {
  position: relative;
  padding-left: 5.6vw;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.3em;
  text-align: center;
  z-index: 1;
}
.inquiry-search-btn a p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inquiry-search-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
}
.inquiry-search-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 2.6666666667vw;
  height: 4vw;
  background-image: url(../img/common/arrow-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.inquiry-search--search p:before {
  background-image: url(../img/common/search-wh.svg);
}

.inquiry-search--mail p:before {
  background-image: url(../img/common/mail-wh.svg);
}

.inquiry-search--calc p:before {
  background-image: url(../img/common/calc-wh.svg);
}

::-webkit-full-page-media,
:future,
:root .inquiry-search-btn a p:before {
  -webkit-transition: none;
  transition: none;
}

::-webkit-full-page-media,
:future,
:root .inquiry-search-btn a:after {
  -webkit-transition: none;
  transition: none;
}

.inquiry-line-heading {
  margin-bottom: 2vw;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}

.inquiry-line-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-bottom: 0.1em;
  height: 12vw;
  background-color: #ffffff;
  border-color: #06c755;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.0666666667vw;
  -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;
}
.inquiry-line-btn a span {
  position: relative;
  padding-left: 4.6666666667vw;
  color: #06c755;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.22em;
  z-index: 1;
}
.inquiry-line-btn a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 3.6vw;
  height: 4vw;
  background-image: url(../img/common/line-gr.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inquiry-line-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #06c755;
}

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

@media screen and (max-width: 750px) {
  .inquiry-label {
    display: none;
  }
  .inquiry-box > .inquiry-item:nth-child(n+2) {
    margin-top: 4vw;
  }
  .inquiry-call {
    padding-bottom: 3.3333333333vw;
  }
  .inquiry-call:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 0.2666666667vw;
    background-color: #dedede;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .inquiry-search-btn,
  .inquiry-line-btn {
    margin-left: auto;
    margin-right: auto;
    width: 64vw;
  }
  .inquiry-search--mail a {
    padding-right: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .inquiry {
    padding: 3.125vw 0 1.7361111111vw 0;
  }
  .inquiry .inner:before, .inquiry .inner:after {
    width: 12.0833333333vw;
    height: 12.1527777778vw;
  }
  .inquiry .inner:before {
    top: -6.5972222222vw;
    left: -6.5972222222vw;
  }
  .inquiry .inner:after {
    right: -5.5555555556vw;
    bottom: -6.5972222222vw;
  }
  .inquiry-lead {
    margin-bottom: 1.3888888889vw;
    font-size: 1.1111111111vw;
  }
  .inquiry-head {
    margin-bottom: 2.0833333333vw;
  }
  .inquiry-en {
    top: 1.3888888889vw;
    left: 52.0833333333vw;
    font-size: 2.7777777778vw;
    z-index: -1;
  }
  .inquiry-ja {
    font-size: 2.5vw;
  }
  .inquiry-label {
    position: absolute;
    left: 4.5138888889vw;
    bottom: 9.0277777778vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 4.8611111111vw;
    z-index: 2;
  }
  .inquiry-label span.box {
    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: 0.5em 0;
    width: 2.0833333333vw;
    background-color: #2f2725;
    color: #ffffff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.1111111111vw;
    font-weight: 700;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .inquiry-label span.box:nth-child(2) {
    top: 1.3888888889vw;
  }
  .inquiry-label span.ye {
    color: #ffe826;
  }
  .inquiry-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 1.7361111111vw 4.8611111111vw 1.7361111111vw 6.9444444444vw;
    border-radius: 1.1111111111vw;
  }
  .inquiry-box:before {
    top: auto;
    left: -6.5972222222vw;
    bottom: -1.7361111111vw;
    width: 14.1666666667vw;
    height: 16.9444444444vw;
    background-image: url(../img/inquiry/staff.png);
    background-image: image-set(url(../img/inquiry/staff.png) 1x, url(../img/inquiry/staff-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/inquiry/staff.png) 1x, url(../img/inquiry/staff-2x.png) 2x);
    z-index: 1;
  }
  .inquiry-box:after {
    top: -6.9444444444vw;
    right: -2.7777777778vw;
    width: 13.8888888889vw;
    height: 9.8611111111vw;
    background-image: url(../img/inquiry/image.jpg);
    background-image: image-set(url(../img/inquiry/image.jpg) 1x, url(../img/inquiry/image-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/inquiry/image.jpg) 1x, url(../img/inquiry/image-2x.jpg) 2x);
    border-radius: 0.5555555556vw;
  }
  .inquiry-item {
    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: 0 1.7361111111vw;
  }
  .inquiry-item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.0694444444vw;
    height: 9.1666666667vw;
    background-color: #dedede;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .inquiry-box .inquiry-item:nth-child(1):before {
    content: none;
  }
  .inquiry-call {
    width: 24.3055555556vw;
  }
  .inquiry-maker {
    gap: 0.6944444444vw;
    margin-bottom: 0.9722222222vw;
  }
  .inquiry-maker > li {
    width: 9.7222222222vw;
    height: 1.6666666667vw;
    border-radius: 0.8333333333vw;
    font-size: 1.0416666667vw;
  }
  .inquiry-call-heading {
    margin-bottom: 0.6944444444vw;
    padding: 0.2em 1em 0.3em 1em;
    border-radius: 0.2777777778vw;
    font-size: 1.0416666667vw;
  }
  .inquiry-call-num a {
    padding-left: 2.0833333333vw;
    font-size: 2.8472222222vw;
    pointer-events: none;
  }
  .inquiry-call-num a:before {
    width: 1.5972222222vw;
    height: 2.1527777778vw;
  }
  .inquiry-call-time {
    font-size: 0.9722222222vw;
  }
  .inquiry-search {
    width: 21.9444444444vw;
  }
  .inquiry-search > div {
    padding-top: 1.5625vw;
  }
  .inquiry-search-heading {
    margin-bottom: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
  .inquiry-search-heading span {
    padding: 0 1.25vw 0 1.3888888889vw;
  }
  .inquiry-search-heading span:before, .inquiry-search-heading span:after {
    width: 0.9722222222vw;
    height: 1.9444444444vw;
    background-image: url(../img/inquiry/slash.svg);
  }
  .inquiry-search-btn {
    min-width: 17.0833333333vw;
  }
  .inquiry-search-btn a {
    padding-right: 1.3888888889vw;
    height: 5.7638888889vw;
    border-width: 0.1388888889vw;
    border-radius: 0.5555555556vw;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  .inquiry-search-btn a p {
    padding-left: 2.0833333333vw;
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .inquiry-search-btn a p:before {
    width: 1.25vw;
    height: 1.25vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .inquiry-search-btn a:before {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .inquiry-search-btn a:after {
    right: 1.3888888889vw;
    width: 0.5555555556vw;
    height: 0.8333333333vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .inquiry-search-btn a:hover {
    border-color: #ff6f19;
  }
  .inquiry-search-btn a:hover p {
    color: #ff6f19;
  }
  .inquiry-search-btn a:hover:before {
    width: 100%;
  }
  .inquiry-search-btn a:hover:after {
    background-image: url(../img/common/arrow-og.svg);
  }
  .inquiry-search--search:hover p:before {
    background-image: url(../img/common/search-og.svg);
  }
  .inquiry-search--mail:hover p:before {
    background-image: url(../img/common/mail-og.svg);
  }
  .inquiry-search--calc:hover p:before {
    background-image: url(../img/common/calc-og.svg);
  }
  .inquiry-line {
    width: 18.6111111111vw;
  }
  .inquiry-line-heading {
    margin-bottom: 0.3472222222vw;
    font-size: 0.9722222222vw;
  }
  .inquiry-line-btn a {
    height: 4.8611111111vw;
    border-width: 0.1388888889vw;
    border-radius: 0.5555555556vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .inquiry-line-btn a span {
    padding-left: 2.0833333333vw;
    font-size: 1.25vw;
  }
  .inquiry-line-btn a span:before {
    width: 1.5972222222vw;
    height: 1.8055555556vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .inquiry-line-btn a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #06c755;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .inquiry-line-btn a:hover span {
    color: #ffffff;
  }
  .inquiry-line-btn a:hover span:before {
    background-image: url(../img/common/line-wh.svg);
  }
  .inquiry-line-btn a:hover:before {
    width: 100%;
  }
  .inquiry--contact .inquiry-call {
    width: 44.8611111111vw;
  }
  .inquiry--contact .inquiry-call-num a {
    padding-left: 2.5694444444vw;
    font-size: 4.0277777778vw;
  }
  .inquiry--contact .inquiry-call-num a:before {
    width: 2.2222222222vw;
    height: 2.9861111111vw;
  }
  .inquiry--contact .inquiry-call-time {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .inquiry {
    padding: 45px 0 25px 0;
  }
  .inquiry .inner {
    width: 1100px;
  }
  .inquiry .inner:before, .inquiry .inner:after {
    width: 174px;
    height: 175px;
  }
  .inquiry .inner:before {
    top: -95px;
    left: -95px;
  }
  .inquiry .inner:after {
    right: -80px;
    bottom: -95px;
  }
  .inquiry-lead {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .inquiry-head {
    margin-bottom: 30px;
  }
  .inquiry-en {
    top: 20px;
    left: 750px;
    font-size: 4rem;
  }
  .inquiry-ja {
    font-size: 3.6rem;
  }
  .inquiry-label {
    left: 65px;
    bottom: 130px;
    width: 70px;
  }
  .inquiry-label span.box {
    width: 30px;
    font-size: 1.6rem;
  }
  .inquiry-label span.box:nth-child(2) {
    top: 20px;
  }
  .inquiry-box {
    padding: 25px 70px 25px 100px;
    border-radius: 16px;
  }
  .inquiry-box:before {
    left: -95px;
    bottom: -25px;
    width: 204px;
    height: 244px;
  }
  .inquiry-box:after {
    top: -100px;
    right: -40px;
    width: 200px;
    height: 142px;
    border-radius: 8px;
  }
  .inquiry-item {
    padding: 0 25px;
  }
  .inquiry-item:before {
    width: 1px;
    height: 132px;
  }
  .inquiry-call {
    width: 350px;
  }
  .inquiry-maker {
    gap: 10px;
    margin-bottom: 14px;
  }
  .inquiry-maker > li {
    width: 140px;
    height: 24px;
    border-radius: 12px;
    font-size: 1.5rem;
  }
  .inquiry-call-heading {
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 1.5rem;
  }
  .inquiry-call-num a {
    padding-left: 30px;
    font-size: 4.1rem;
  }
  .inquiry-call-num a:before {
    width: 23px;
    height: 31px;
  }
  .inquiry-call-time {
    font-size: 1.4rem;
  }
  .inquiry-search {
    width: 316px;
  }
  .inquiry-search > div {
    padding-top: 22.5px;
  }
  .inquiry-search-heading {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .inquiry-search-heading span {
    padding: 0 18px 0 20px;
  }
  .inquiry-search-heading span:before, .inquiry-search-heading span:after {
    width: 14px;
    height: 28px;
  }
  .inquiry-search-btn {
    min-width: 246px;
  }
  .inquiry-search-btn a {
    padding-right: 20px;
    height: 83px;
    border-width: 2px;
    border-radius: 8px;
  }
  .inquiry-search-btn a p {
    padding-left: 30px;
    font-size: 1.8rem;
  }
  .inquiry-search-btn a p:before {
    width: 18px;
    height: 18px;
  }
  .inquiry-search-btn a:after {
    right: 20px;
    width: 8px;
    height: 12px;
  }
  .inquiry-line {
    width: 268px;
  }
  .inquiry-line-heading {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  .inquiry-line-btn a {
    height: 70px;
    border-width: 2px;
    border-radius: 8px;
  }
  .inquiry-line-btn a span {
    padding-left: 30px;
    font-size: 1.8rem;
  }
  .inquiry-line-btn a span:before {
    width: 23px;
    height: 26px;
  }
  .inquiry--contact .inquiry-call {
    width: 646px;
  }
  .inquiry--contact .inquiry-call-num a {
    padding-left: 37px;
    font-size: 5.8rem;
  }
  .inquiry--contact .inquiry-call-num a:before {
    width: 32px;
    height: 43px;
  }
  .inquiry--contact .inquiry-call-time {
    font-size: 1.6rem;
  }
}
/*  menu
-------------------------------------------------------------------------------*/
.menu {
  position: relative;
  padding: 1.3333333333vw 0;
  background-color: #ffffff;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .menu {
    padding: 2.0833333333vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .menu {
    padding: 30px 0;
  }
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .menu-list {
    gap: 1.3333333333vw 0;
  }
}
@media screen and (min-width: 751px) {
  .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .menu-list {
    gap: 30px;
  }
}

@media screen and (max-width: 750px) {
  .menu-list > li {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .menu-list > li {
    padding: 1.3888888889vw;
    background-color: #f3f3f3;
    border-radius: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .menu-list > li {
    padding: 20px;
    border-radius: 16px;
  }
}

.menu-parent {
  position: relative;
}
@media screen and (max-width: 750px) {
  .menu-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 16vw 0 6.6666666667vw;
    height: 13.3333333333vw;
    background-color: #f3f3f3;
  }
}
@media screen and (min-width: 751px) {
  .menu-parent {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .menu-parent {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 750px) {
  .menu-parent:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6.6666666667vw;
    display: inline-block;
    width: 3.0666666667vw;
    height: 2.1333333333vw;
    background-image: url(../img/common/down-bk.svg);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 750px) {
  .menu-parent.is-open:after {
    background-image: url(../img/common/up-bk.svg);
  }
}

.menu-ja {
  font-size: 4.2666666667vw;
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .menu-ja {
    font-size: 1.5277777778vw;
    text-align: center;
  }
}
@media screen and (min-width: 1441px) {
  .menu-ja {
    font-size: 2.2rem;
  }
}

.menu-en {
  position: relative;
  margin-left: 2.6666666667vw;
  font-family: "Ephesis", cursive;
  font-size: 4vw;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .menu-en {
    top: 0.2em;
  }
}
@media screen and (min-width: 751px) {
  .menu-en {
    margin: 0.7em 0 0 0;
    font-size: 1.3888888889vw;
    text-align: center;
  }
}
@media screen and (min-width: 1441px) {
  .menu-en {
    font-size: 2rem;
  }
}

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

@media screen and (max-width: 750px) {
  .menu-submenu-list {
    margin: 0 auto;
    width: 92vw;
  }
}
@media screen and (min-width: 751px) {
  .menu-submenu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .menu-submenu-list {
    gap: 12px;
  }
}

.menu-submenu-list a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .menu-submenu-list a {
    padding: 0 6vw;
    height: 12vw;
    border-bottom: 0.2666666667vw solid #cfcfcf;
  }
}
@media screen and (min-width: 751px) {
  .menu-submenu-list a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 4.1666666667vw;
    width: 10.8333333333vw;
    height: 4.3055555556vw;
    background-color: #ff6f19;
    border-color: #ffffff;
    border-style: solid;
    border-width: 0.1388888889vw;
    border-radius: 1.1111111111vw;
    -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);
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    line-height: 1.25em;
    letter-spacing: 0;
    -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .menu-submenu-list a {
    padding-left: 60px;
    width: 156px;
    height: 62px;
    border-width: 2px;
    border-radius: 16px;
  }
}
@media screen and (min-width: 751px) {
  .menu-submenu-list a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.1805555556vw;
    display: inline-block;
    width: 2.9166666667vw;
    height: 2.9166666667vw;
    border-radius: 50%;
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .menu-submenu-list a:before {
    left: 17px;
    width: 42px;
    height: 42px;
  }
}
@media screen and (min-width: 751px) {
  .menu-submenu-list a:hover {
    background-color: #ffffff;
    border-color: #ff6f19;
    color: #ff6f19;
  }
}

@media screen and (max-width: 750px) {
  .menu-submenu-list a:last-child {
    border-bottom: none;
  }
}

@media screen and (min-width: 751px) {
  .menu-submenu--door:before {
    background-image: url(../img/works/door.jpg);
    background-image: image-set(url(../img/works/door.jpg) 1x, url(../img/works/door-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/works/door.jpg) 1x, url(../img/works/door-2x.jpg) 2x);
  }
}

@media screen and (min-width: 751px) {
  .menu-submenu--back-door:before {
    background-image: url(../img/works/back-door.jpg);
    background-image: image-set(url(../img/works/back-door.jpg) 1x, url(../img/works/back-door-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/works/back-door.jpg) 1x, url(../img/works/back-door-2x.jpg) 2x);
  }
}

@media screen and (min-width: 751px) {
  .menu-submenu--window:before {
    background-image: url(../img/works/inner-window.jpg);
    background-image: image-set(url(../img/works/inner-window.jpg) 1x, url(../img/works/inner-window-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/works/inner-window.jpg) 1x, url(../img/works/inner-window-2x.jpg) 2x);
  }
}

@media screen and (min-width: 751px) {
  .menu-submenu--apartment-door:before {
    background-image: url(../img/works/apartment-door.jpg);
    background-image: image-set(url(../img/works/apartment-door.jpg) 1x, url(../img/works/apartment-door-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/works/apartment-door.jpg) 1x, url(../img/works/apartment-door-2x.jpg) 2x);
  }
}

@media screen and (min-width: 751px) {
  .menu-submenu--apartment-window:before {
    background-image: url(../img/works/apartment-window.jpg);
    background-image: image-set(url(../img/works/apartment-window.jpg) 1x, url(../img/works/apartment-window-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/works/apartment-window.jpg) 1x, url(../img/works/apartment-window-2x.jpg) 2x);
  }
}

/*  #ranking
-------------------------------------------------------------------------------*/
.ranking-heading {
  margin-bottom: 5.3333333333vw;
  text-align: center;
}

.ranking-ttl {
  position: relative;
  padding-bottom: 6.6666666667vw;
}
.ranking-ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 12.5333333333vw;
  height: 4vw;
  background-image: url(../img/ranking/star.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ranking-ja {
  position: relative;
  display: inline-block;
  padding: 0 9.3333333333vw;
  color: #ff6f19;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.33em;
}
.ranking-ja span {
  display: inline-block;
  margin-top: 0.2em;
  color: #2f2725;
  font-size: 6.4vw;
}
.ranking-ja:before, .ranking-ja:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 6.9333333333vw;
  height: 17.7333333333vw;
  background-image: url(../img/ranking/frame.svg);
  background-size: contain;
}
.ranking-ja:before {
  left: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
.ranking-ja:after {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ranking-content {
  position: relative;
}

.ranking-slide {
  position: relative;
}

.ranking-slide .swiper-slide {
  left: 2vw;
  margin-right: 4vw;
  width: 60vw;
}

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

@media screen and (min-width: 751px) {
  .ranking-heading {
    margin-bottom: 2.4305555556vw;
  }
  .ranking-ttl {
    padding-bottom: 2.0833333333vw;
  }
  .ranking-ttl:after {
    width: 4.7222222222vw;
    height: 1.5277777778vw;
  }
  .ranking-ja {
    padding: 0 3.8194444444vw;
    font-size: 2.5vw;
  }
  .ranking-ja span {
    font-size: 2.7777777778vw;
  }
  .ranking-ja:before, .ranking-ja:after {
    width: 2.5694444444vw;
    height: 6.5972222222vw;
  }
  .ranking-slide .swiper-slide {
    left: 1.0416666667vw;
    margin-right: 2.0833333333vw;
    width: 22.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .ranking-heading {
    margin-bottom: 35px;
  }
  .ranking-ttl {
    padding-bottom: 30px;
  }
  .ranking-ttl:after {
    width: 68px;
    height: 22px;
  }
  .ranking-ja {
    padding: 0 55px;
    font-size: 3.6rem;
  }
  .ranking-ja span {
    font-size: 4rem;
  }
  .ranking-ja:before, .ranking-ja:after {
    width: 37px;
    height: 95px;
  }
  .ranking-slide .swiper-slide {
    left: 15px;
    margin-right: 30px;
    width: 320px;
  }
}
/*  related-item
-------------------------------------------------------------------------------*/
.related-item {
  position: relative;
}

.related-item-slide .swiper-slide {
  width: 60vw;
}

@media screen and (max-width: 750px) {
  .related-item-slide .swiper-slide {
    left: 2vw;
    margin-right: 4vw;
  }
  .related-item-slide .swiper-slide:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 751px) {
  .related-item-slide .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.7777777778vw 2.1527777778vw;
    width: auto;
    height: auto;
  }
  .related-item-slide .swiper-slide {
    width: 24.0277777778vw;
  }
  #related-item-control {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .related-item-slide .swiper-wrapper {
    gap: 40px 31px;
  }
  .related-item-slide .swiper-slide {
    width: 346px;
  }
}
/*  watch
-------------------------------------------------------------------------------*/
.watch {
  position: relative;
  padding: 13.3333333333vw 0 10.6666666667vw 0;
}

.watch-slide .swiper-slide {
  width: 60vw;
}

@media screen and (max-width: 750px) {
  .watch-slide .swiper-slide {
    left: 2vw;
    margin-right: 4vw;
  }
  .watch-slide .swiper-slide:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 751px) {
  .watch {
    padding: 6.9444444444vw 0 5.5555555556vw 0;
  }
  .watch .inner {
    width: 70.8333333333vw;
  }
  .watch-slide .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.0833333333vw;
    width: auto;
    height: auto;
  }
  .watch-slide .swiper-slide {
    width: 22.2222222222vw;
  }
  #watch-control {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .watch {
    padding: 100px 0 80px 0;
  }
  .watch .inner {
    width: 1020px;
  }
  .watch-slide .swiper-wrapper {
    gap: 30px;
  }
  .watch-slide .swiper-slide {
    width: 320px;
  }
}
/*  #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: 52.4vw;
}

.meister-ja {
  z-index: 1;
}
.meister-ja span.balloon {
  position: absolute;
  top: -12vw;
  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: 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 4.1666666667vw 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: 0.6944444444vw;
    width: 13.6805555556vw;
  }
  .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 60px 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: 10px;
    width: 197px;
  }
  .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;
  }
}
/*  #reason
-------------------------------------------------------------------------------*/
.reason {
  position: relative;
  padding: 10.6666666667vw 4vw;
  background-color: #f6efe6;
}

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

.reason-ja {
  margin: 0 auto;
  width: 52.4vw;
}

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

.c-reason {
  padding: 4.6666666667vw 2.6666666667vw;
  width: 28.5333333333vw;
  background-color: #ffffff;
  border-radius: 2.1333333333vw;
}

.c-reason-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-reason-image img {
  width: auto;
  height: auto;
  max-width: 15.7333333333vw;
  max-height: 15.7333333333vw;
}

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

@media screen and (max-width: 750px) {
  .c-reason-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) {
  .reason {
    padding: 5.5555555556vw 0 4.5138888889vw 0;
  }
  .reason .inner {
    width: 76.3888888889vw;
  }
  .reason-heading {
    margin-bottom: 2.7777777778vw;
  }
  .reason-heading:before {
    top: -2.7777777778vw;
    left: -2.0833333333vw;
    width: 18.6111111111vw;
    height: 14.6527777778vw;
    background-image: url(../img/reason/staff-l.png);
    background-image: image-set(url(../img/reason/staff-l.png) 1x, url(../img/reason/staff-l-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/reason/staff-l.png) 1x, url(../img/reason/staff-l-2x.png) 2x);
  }
  .reason-heading:after {
    top: -1.7361111111vw;
    right: -3.4722222222vw;
    width: 24.1666666667vw;
    height: 18.8194444444vw;
    background-image: url(../img/reason/staff-r.png);
    background-image: image-set(url(../img/reason/staff-r.png) 1x, url(../img/reason/staff-r-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/reason/staff-r.png) 1x, url(../img/reason/staff-r-2x.png) 2x);
  }
  .reason-ja {
    width: 25.0694444444vw;
  }
  .reason-post {
    gap: 2.0833333333vw 2.2222222222vw;
  }
  .c-reason {
    padding: 2.0833333333vw 0;
    width: 17.4305555556vw;
    border-radius: 1.1111111111vw;
  }
  .c-reason-image {
    margin: 0 auto 1.3888888889vw auto;
    width: 6.25vw;
    height: 6.25vw;
  }
  .c-reason-image img {
    max-width: 6.25vw;
    max-height: 6.25vw;
  }
  .c-reason-ttl {
    font-size: 1.3888888889vw;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1441px) {
  .reason {
    padding: 80px 0 65px 0;
  }
  .reason .inner {
    width: 1100px;
  }
  .reason-heading {
    margin-bottom: 40px;
  }
  .reason-heading:before {
    top: -40px;
    left: -30px;
    width: 268px;
    height: 211px;
  }
  .reason-heading:after {
    top: -25px;
    right: -50px;
    width: 348px;
    height: 271px;
  }
  .reason-ja {
    width: 361px;
  }
  .reason-post {
    gap: 30px 32px;
  }
  .c-reason {
    padding: 30px 0;
    width: 251px;
    border-radius: 16px;
  }
  .c-reason-image {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
  }
  .c-reason-image img {
    max-width: 90px;
    max-height: 90px;
  }
  .c-reason-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: 200vw;
  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 {
  color: #ffffff;
}

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

@media screen and (min-width: 751px) {
  .reviews {
    padding: 4.5138888889vw 0;
  }
  .reviews:before {
    height: 52.0833333333vw;
  }
  .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-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;
  }
}
@media screen and (min-width: 1441px) {
  .reviews {
    padding: 65px 0;
  }
  .reviews:before {
    height: 750px;
  }
  .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-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;
  }
}
/*  #result
-------------------------------------------------------------------------------*/
.result {
  position: relative;
  padding: 14.6666666667vw 0 9.3333333333vw 0;
}

.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 {
  position: relative;
  margin: 0 auto 6.6666666667vw auto;
  width: 67.4666666667vw;
  z-index: 1;
}
.result-heading:before, .result-heading: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-heading:before {
  left: 0;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.result-heading:after {
  right: 0;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

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

@media screen and (min-width: 751px) {
  .result {
    padding: 4.5138888889vw 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: 4.5138888889vw;
    width: 28.125vw;
  }
  .result-heading:before, .result-heading:after {
    width: 8.4722222222vw;
    height: 2.3611111111vw;
  }
  .result-catch {
    margin-bottom: 0.6944444444vw;
    width: 14.5833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .result {
    padding: 65px 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: 65px;
    width: 405px;
  }
  .result-heading:before, .result-heading:after {
    width: 122px;
    height: 34px;
  }
  .result-catch {
    margin-bottom: 10px;
    width: 210px;
  }
}
/* ------------------------------------------- result-rank - */
.result-rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  }
}
/* ------------------------------------------- result-rank--detail (ドア詳細ページ) - */
.result-rank--detail {
  gap: 5.3333333333vw 1.6vw;
  margin-bottom: 2.6666666667vw;
}
.result-rank--detail > li {
  padding: 1.3333333333vw;
  width: 32vw;
}
.result-rank--detail > li:before {
  width: 4.8vw;
  height: 3.3333333333vw;
}
.result-rank--detail .result-rank-head {
  margin-bottom: 1.0666666667vw;
}
.result-rank--detail .result-rank-item--ykkap .result-rank-logo {
  width: 5.0666666667vw;
}
.result-rank--detail .result-rank-item--lixil .result-rank-logo {
  width: 8.5333333333vw;
}
.result-rank--detail .result-rank-ttl {
  margin-left: 1.0666666667vw;
  font-size: 2.1333333333vw;
}
.result-rank--detail .result-rank-ttl span {
  font-size: 2.2666666667vw;
}
.result-rank--detail .result-rank-label {
  width: 26.6666666667vw;
  height: 2.9333333333vw;
  border-radius: 1.4666666667vw;
  font-size: 2.4vw;
}
.result-rank--detail .result-rank-label span.big {
  font-size: 2.6666666667vw;
}
.result-rank--detail .result-rank-num {
  margin-top: 1.0666666667vw;
  padding-bottom: 0.5333333333vw;
  width: 20.8vw;
  height: 6.1333333333vw;
  font-size: 2.4vw;
}
.result-rank--detail .result-rank-num span.label {
  font-size: 2.9333333333vw;
}
.result-rank--detail .result-rank-num span.num {
  font-size: 6.1333333333vw;
}

@media screen and (min-width: 751px) {
  .result-rank--detail {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.1111111111vw;
    margin-bottom: 1.0416666667vw;
  }
  .result-rank--detail > li {
    padding: 0.5555555556vw;
    width: 12.5vw;
    border-radius: 0.6944444444vw;
  }
  .result-rank--detail > li:before {
    width: 1.9444444444vw;
    height: 1.3888888889vw;
  }
  .result-rank--detail .result-rank-head {
    margin-bottom: 0.4166666667vw;
  }
  .result-rank--detail .result-rank-item--ykkap .result-rank-logo {
    width: 2.0833333333vw;
  }
  .result-rank--detail .result-rank-item--lixil .result-rank-logo {
    width: 3.4722222222vw;
  }
  .result-rank--detail .result-rank-ttl {
    margin-left: 0.5555555556vw;
    font-size: 0.6944444444vw;
  }
  .result-rank--detail .result-rank-ttl span {
    font-size: 0.7638888889vw;
  }
  .result-rank--detail .result-rank-label {
    width: 10.4166666667vw;
    height: 1.1111111111vw;
    border-radius: 0.5555555556vw;
    font-size: 0.8333333333vw;
  }
  .result-rank--detail .result-rank-label span.big {
    font-size: 0.9722222222vw;
  }
  .result-rank--detail .result-rank-num {
    margin-top: 0.4166666667vw;
    padding-bottom: 0.2777777778vw;
    width: 8.3333333333vw;
    height: 2.5vw;
    font-size: 0.9722222222vw;
  }
  .result-rank--detail .result-rank-num span.label {
    font-size: 0.9722222222vw;
  }
  .result-rank--detail .result-rank-num span.num {
    font-size: 2.3611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .result-rank--detail {
    gap: 16px;
    margin-bottom: 15px;
  }
  .result-rank--detail > li {
    padding: 8px;
    width: 180px;
    border-radius: 10px;
  }
  .result-rank--detail > li:before {
    width: 28px;
    height: 20px;
  }
  .result-rank--detail .result-rank-head {
    margin-bottom: 6px;
  }
  .result-rank--detail .result-rank-item--ykkap .result-rank-logo {
    width: 30px;
  }
  .result-rank--detail .result-rank-item--lixil .result-rank-logo {
    width: 50px;
  }
  .result-rank--detail .result-rank-ttl {
    margin-left: 8px;
    font-size: 1rem;
  }
  .result-rank--detail .result-rank-ttl span {
    font-size: 1.1rem;
  }
  .result-rank--detail .result-rank-label {
    width: 150px;
    height: 16px;
    border-radius: 8px;
    font-size: 1.2rem;
  }
  .result-rank--detail .result-rank-label span.big {
    font-size: 1.4rem;
  }
  .result-rank--detail .result-rank-num {
    margin-top: 6px;
    padding-bottom: 4px;
    width: 120px;
    height: 36px;
    font-size: 1.4rem;
  }
  .result-rank--detail .result-rank-num span.label {
    font-size: 1.4rem;
  }
  .result-rank--detail .result-rank-num span.num {
    font-size: 3.4rem;
  }
}
/*  #pickup
-------------------------------------------------------------------------------*/
.pickup {
  position: relative;
  margin-top: 5.3333333333vw;
}

.pickup-slide {
  position: relative;
  margin: 0 auto;
  width: 85.3333333333vw;
}
.pickup-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 62.6666666667vw;
}

.pickup-slide-image .swiper-slide a {
  display: block;
}

#pickup-prev {
  left: -4.6666666667vw;
}

#pickup-next {
  right: -4.6666666667vw;
}

#pickup-pagination {
  margin-top: 4.6666666667vw;
}

@media screen and (min-width: 751px) {
  .pickup {
    margin: 2.0833333333vw auto 0 auto;
    width: 64.5833333333vw;
  }
  .pickup-slide {
    width: 52.0833333333vw;
  }
  .pickup-slide img {
    height: 16.25vw;
  }
  #pickup-prev {
    left: -6.25vw;
  }
  #pickup-next {
    right: -6.25vw;
  }
  #pickup-pagination {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .pickup {
    margin-top: 30px;
    width: 930px;
  }
  .pickup-slide {
    width: 750px;
  }
  .pickup-slide img {
    height: 234px;
  }
  #pickup-prev {
    left: -90px;
  }
  #pickup-next {
    right: -90px;
  }
  #pickup-pagination {
    margin-top: 20px;
  }
}
/*  #works
-------------------------------------------------------------------------------*/
.works {
  position: relative;
  padding-top: 8vw;
  background-color: #ffffff;
  overflow: hidden;
}

.works-heading {
  position: relative;
  margin-bottom: 6vw;
  padding-top: 10.6666666667vw;
  z-index: 1;
}
.works-heading:before, .works-heading:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.works-heading:before {
  top: -4.6666666667vw;
  left: -4vw;
  width: 26.6666666667vw;
  height: 45.8666666667vw;
  background-image: url(../img/works/staff-l_sp.png);
}
.works-heading:after {
  top: 9.3333333333vw;
  right: -4vw;
  width: 28.5333333333vw;
  height: 33.4666666667vw;
  background-image: url(../img/works/staff-r_sp.png);
}

.works-catch {
  position: relative;
  margin: 0 auto 0.9333333333vw auto;
  width: 46.9333333333vw;
}
.works-catch:before, .works-catch:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.works-catch:before {
  top: 12.6666666667vw;
  left: 1.3333333333vw;
  width: 4vw;
  height: 13.6vw;
  background-image: url(../img/works/wrench.svg);
  -webkit-transform: rotate(-26.68deg);
          transform: rotate(-26.68deg);
}
.works-catch:after {
  top: 11.3333333333vw;
  right: 1.3333333333vw;
  width: 2.6666666667vw;
  height: 15.2vw;
  background-image: url(../img/works/saw.svg);
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.works-ja {
  position: static;
}
.works-ja:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 112.5333333333vw;
  height: 112.5333333333vw;
  background-image: url(../img/works/circle.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.works-content {
  position: relative;
}

.works-slide {
  position: relative;
}

.works-slide .swiper-slide {
  left: 2vw;
  margin-right: 4vw;
  width: 61.3333333333vw;
}

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

@media screen and (min-width: 751px) {
  .works {
    padding: 4.1666666667vw 0 6.9444444444vw 0;
  }
  .works-heading {
    margin-bottom: 2.4305555556vw;
    padding-top: 4.1666666667vw;
  }
  .works-heading:before {
    top: -6.9444444444vw;
    left: 4.1666666667vw;
    width: 20.1388888889vw;
    height: 21.9444444444vw;
    background-image: url(../img/works/staff-l.png);
    background-image: image-set(url(../img/works/staff-l.png) 1x, url(../img/works/staff-l-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/works/staff-l.png) 1x, url(../img/works/staff-l-2x.png) 2x);
  }
  .works-heading:after {
    top: -1.0416666667vw;
    right: 3.4722222222vw;
    width: 22.2916666667vw;
    height: 15.9722222222vw;
    background-image: url(../img/works/staff-r.png);
    background-image: image-set(url(../img/works/staff-r.png) 1x, url(../img/works/staff-r-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/works/staff-r.png) 1x, url(../img/works/staff-r-2x.png) 2x);
  }
  .sub .works-heading:before {
    left: 0.6944444444vw;
  }
  .sub .works-heading:after {
    right: 0;
  }
  .works-catch {
    margin-bottom: 1.7361111111vw;
    width: 15.7638888889vw;
  }
  .works-catch:before {
    top: -2.4305555556vw;
    left: -4.8611111111vw;
    width: 1.875vw;
    height: 6.3194444444vw;
  }
  .works-catch:after {
    top: -3.125vw;
    right: -5.5555555556vw;
    width: 1.3888888889vw;
    height: 7.9166666667vw;
  }
  .works-ja:before {
    width: 44.4444444444vw;
    height: 44.4444444444vw;
  }
  .works-slide .swiper-slide {
    left: 0.9375vw;
    margin-right: 1.875vw;
    width: 23.6111111111vw;
  }
  #works-prev,
  #works-next {
    display: none;
  }
  #works-pagination {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .works {
    padding: 60px 0 100px 0;
  }
  .works-heading {
    margin-bottom: 35px;
    padding-top: 60px;
  }
  .works-heading:before {
    top: -100px;
    left: 60px;
    width: 290px;
    height: 316px;
  }
  .works-heading:after {
    top: -15px;
    right: 50px;
    width: 321px;
    height: 230px;
  }
  .sub .works-heading:before {
    left: 0.6944444444vw;
  }
  .works-catch {
    margin-bottom: 25px;
    width: 227px;
  }
  .works-catch:before {
    top: -35px;
    left: -70px;
    width: 27px;
    height: 91px;
  }
  .works-catch:after {
    top: -45px;
    right: -80px;
    width: 20px;
    height: 114px;
  }
  .works-ja:before {
    width: 640px;
    height: 640px;
  }
  .works-slide .swiper-slide {
    left: 13.5px;
    margin-right: 27px;
    width: 340px;
  }
  #works-pagination {
    margin-top: 30px;
  }
}
/* ------------------------------------------- menu - */
.works-box {
  position: relative;
  margin: 10.6666666667vw 0 0 -4vw;
  padding: 6.6666666667vw 10vw;
  width: 100vw;
  background-color: #f3f3f3;
}

.works-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.1333333333vw;
}

.works-menu a {
  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;
  width: 100%;
  height: 16vw;
  background-color: #ffffff;
  border-color: #ff6f19;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 2.1333333333vw;
  overflow: hidden;
}

.works-menu-image {
  width: 18.6666666667vw;
  height: 16vw;
  border-radius: 2.1333333333vw 0 0 2.1333333333vw;
  overflow: hidden;
}
.works-menu-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 140/120;
}

.works-menu-content {
  width: calc(100% - 18.6666666667vw);
  text-align: center;
}

.works-menu-ttl {
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.33em;
}

@media screen and (max-width: 750px) {
  .works-box .btn {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .works-box {
    margin: 4.1666666667vw auto 0 auto;
    padding: 2.7777777778vw 5.1388888889vw;
    width: 76.3888888889vw;
    border-radius: 1.1111111111vw;
  }
  .works-menu {
    gap: 1.7361111111vw 1.8055555556vw;
  }
  .works-menu a {
    padding: 0 0.8333333333vw;
    width: 20.8333333333vw;
    height: 5.2777777778vw;
    border-width: 0.1388888889vw;
    border-radius: 1.1111111111vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .works-menu a:hover {
    background-color: #ff6f19;
  }
  .works-menu a:hover .works-menu-ttl {
    color: #ffffff;
  }
  .works-menu-image {
    width: 3.8888888889vw;
    height: 3.8888888889vw;
    border-radius: 50%;
    overflow: hidden;
  }
  .works-menu-image img {
    aspect-ratio: 56/56;
  }
  .works-menu-content {
    width: 15.1388888889vw;
  }
  .works-menu-ttl {
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .works-box {
    padding: 40px 74px;
    width: 1100px;
    border-radius: 16px;
  }
  .works-menu {
    gap: 25px 26px;
  }
  .works-menu a {
    padding: 0 12px;
    width: 300px;
    height: 76px;
    border-width: 2px;
    border-radius: 16px;
  }
  .works-menu-image {
    width: 56px;
    height: 56px;
  }
  .works-menu-content {
    width: 218px;
  }
  .works-menu-ttl {
    font-size: 1.8rem;
  }
}
/*  movie --> archive
-------------------------------------------------------------------------------*/
.c-movie a {
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 1.0666666667vw;
}

.c-movie-image {
  position: relative;
  overflow: hidden;
  border-radius: 1.0666666667vw 1.0666666667vw 0 0;
}
.c-movie-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 450/252;
}
.c-movie-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.c-movie-image:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 12.2666666667vw;
  height: 12.2666666667vw;
  background-image: url(../img/movie/play.svg);
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.c-movie-content {
  padding: 2.6666666667vw 2.4vw 6vw 2.4vw;
}

.movie-post .c-movie-content {
  border-color: #cfcfcf;
  border-style: solid;
  border-width: 1px;
  border-radius: 1.0666666667vw;
  border-top: none;
}

.c-movie-ttl {
  max-height: 3em;
  font-weight: 500;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .c-movie .c-movie-post:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .c-movie a {
    border-radius: 0.5555555556vw;
  }
  .c-movie-image {
    border-radius: 0.5555555556vw 0.5555555556vw 0 0;
  }
  .c-movie-image:after {
    width: 4.4444444444vw;
    height: 4.4444444444vw;
  }
  .c-movie a:hover .c-movie-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .c-movie-content {
    padding: 1.0416666667vw 1.3888888889vw 2.4305555556vw 1.3888888889vw;
  }
  .movie-post .c-movie-content {
    border-width: 0.0694444444vw;
    border-radius: 0.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-movie a {
    border-radius: 8px;
  }
  .c-movie-image {
    border-radius: 8px 8px 0 0;
  }
  .c-movie-image:after {
    width: 64px;
    height: 64px;
  }
  .c-movie-content {
    padding: 15px 20px 35px 20px;
  }
  .movie-post .c-movie-content {
    border-width: 1px;
    border-radius: 8px;
  }
}
/*  works --> post
-------------------------------------------------------------------------------*/
.c-works {
  position: relative;
  background-color: #ffffff;
  border-color: #cfcfcf;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5333333333vw;
}

.c-works a {
  position: relative;
  display: block;
  padding: 2.6666666667vw 4.5333333333vw 4vw 4.5333333333vw;
  height: 100%;
}

.c-works-bf {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2.6666666667vw;
}
.c-works-bf img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.5333333333vw;
}

.c-works-bf-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: 14.9333333333vw;
  height: 5.0666666667vw;
  border-radius: 0.5333333333vw 0 0.5333333333vw 0;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 700;
}

.c-works-bf-before {
  position: relative;
  width: 43.5%;
}
.c-works-bf-before img {
  aspect-ratio: 170/170;
}
.c-works-bf-before .c-works-bf-label {
  background-color: #7e7e7e;
}
.c-works-bf-before:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -11.3333333333vw;
  display: inline-block;
  width: 13.3333333333vw;
  height: 12.2666666667vw;
  background-image: url(../img/works/arrow.svg);
  background-size: contain;
  z-index: 1;
}

.c-works-bf-after {
  position: relative;
  width: 100%;
}
.c-works-bf-after img {
  aspect-ratio: 390/250;
}
.c-works-bf-after .c-works-bf-label {
  background-color: #ff6f19;
}

.c-works-bf:has(.c-works-bf-before) .c-works-bf-after {
  width: 52.3%;
}
.c-works-bf:has(.c-works-bf-before) .c-works-bf-after img {
  aspect-ratio: 204/250;
}

.c-works-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.6666666667vw;
}

.c-works-date {
  color: #565656;
  font-size: 3.2vw;
}

.c-works-cat {
  margin-left: 2vw;
  padding: 0.1em 0.5em 0.2em 0.5em;
  background-color: #ff6f19;
  color: #ffffff;
  font-size: 2.9333333333vw;
  font-weight: 700;
}

.c-works-name {
  margin-bottom: 0.5em;
  font-size: 4vw;
  line-height: 1.5em;
}

.c-works-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.6666666667vw;
}

.c-works-ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 4.2em;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-works-cost {
  position: relative;
  left: 0.5em;
  margin-top: 2vw;
  color: #fe0032;
  font-size: 2.6666666667vw;
  font-weight: 700;
  text-align: right;
}
.c-works-cost span.num {
  position: relative;
  margin-right: 0.1em;
  font-family: "Lato", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 400;
  line-height: 1em;
}
.c-works-cost span.unit {
  font-size: 3.7333333333vw;
}

.c-works-meister {
  width: 16vw;
  height: 16vw;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.c-works-meister img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: top;
     object-position: top;
  height: 16vw;
}

@media screen and (min-width: 751px) {
  .c-works {
    border-width: 0.0694444444vw;
    border-radius: 0.2777777778vw;
  }
  .c-works a {
    padding: 0.6944444444vw 0.6944444444vw 1.3888888889vw 0.6944444444vw;
  }
  .c-works-bf {
    margin-bottom: 1.0416666667vw;
  }
  .c-works-bf img {
    border-radius: 0.2777777778vw;
  }
  .c-works-bf-label {
    width: 6.3888888889vw;
    height: 1.9444444444vw;
    border-radius: 0.2777777778vw 0 0.2777777778vw 0;
    font-size: 1.1111111111vw;
  }
  .c-works-bf-before {
    width: 9.7222222222vw;
  }
  .c-works-bf-before:after {
    bottom: -4.8611111111vw;
    width: 5.7638888889vw;
    height: 5.3472222222vw;
  }
  .c-works-bf-after img {
    aspect-ratio: 318/206;
  }
  .c-works-bf:has(.c-works-bf-before) .c-works-bf-after {
    width: 11.6666666667vw;
  }
  .c-works-bf:has(.c-works-bf-before) .c-works-bf-after img {
    aspect-ratio: 168/206;
  }
  .c-works-head {
    margin-bottom: 0.6944444444vw;
  }
  .c-works-date {
    font-size: 0.9722222222vw;
  }
  .c-works-cat {
    margin-left: 1.0416666667vw;
    font-size: 0.8333333333vw;
  }
  .c-works-name {
    margin-bottom: 0.3em;
    font-size: 1.1111111111vw;
  }
  .c-works-body {
    gap: 0.6944444444vw;
  }
  .c-works-ttl {
    max-height: 3.2em;
    -webkit-line-clamp: 2;
  }
  .c-works-cost {
    margin-top: 0.6944444444vw;
    font-size: 0.8333333333vw;
  }
  .c-works-cost span.num {
    font-size: 1.6666666667vw;
  }
  .c-works-cost span.unit {
    font-size: 1.1111111111vw;
  }
  .c-works-meister {
    width: 4.8611111111vw;
    height: 4.8611111111vw;
  }
  .c-works-meister img {
    height: 4.8611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-works {
    border-width: 1px;
    border-radius: 4px;
  }
  .c-works a {
    padding: 10px 10px 20px 10px;
  }
  .c-works-bf {
    margin-bottom: 15px;
  }
  .c-works-bf img {
    border-radius: 4px;
  }
  .c-works-bf-label {
    width: 92px;
    height: 28px;
    border-radius: 4px 0 4px 0;
    font-size: 1.6rem;
  }
  .c-works-bf-before {
    width: 140px;
  }
  .c-works-bf-before:after {
    bottom: -70px;
    width: 83px;
    height: 77px;
  }
  .c-works-bf:has(.c-works-bf-before) .c-works-bf-after {
    width: 168px;
  }
  .c-works-head {
    margin-bottom: 10px;
  }
  .c-works-date {
    font-size: 1.4rem;
  }
  .c-works-cat {
    margin-left: 15px;
    font-size: 1.2rem;
  }
  .c-works-name {
    font-size: 1.6rem;
  }
  .c-works-body {
    gap: 10px;
  }
  .c-works-cost {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .c-works-cost span.num {
    font-size: 2.4rem;
  }
  .c-works-cost span.unit {
    font-size: 1.6rem;
  }
  .c-works-meister {
    width: 70px;
    height: 70px;
  }
  .c-works-meister img {
    height: 70px;
  }
}
/*  blog --> common
-------------------------------------------------------------------------------*/
.c-blog {
  position: relative;
  background-color: #ffffff;
  border-color: #cfcfcf;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5333333333vw;
}

.c-blog a {
  position: relative;
  display: block;
  height: 100%;
}

.c-blog-image {
  position: relative;
}
.c-blog-image img {
  aspect-ratio: 450/316;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-blog-content {
  padding: 2.6666666667vw;
}

.c-blog-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.6666666667vw;
}

.c-blog-date {
  color: #565656;
  font-size: 3.2vw;
}

.c-blog-cat {
  margin-left: 2.6666666667vw;
  padding: 0.1em 0.5em 0.2em 0.5em;
  background-color: #ff6f19;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 700;
}

.c-blog-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.6666666667vw;
}

.c-blog-ttl {
  max-height: 3em;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-blog-excerpt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 2.6666666667vw;
}
.c-blog-excerpt p {
  max-height: 3em;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-blog-meister {
  width: 16vw;
  height: 16vw;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.c-blog-meister img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: top;
     object-position: top;
  height: 16vw;
}

@media screen and (min-width: 751px) {
  .c-blog {
    border-width: 0.0694444444vw;
    border-radius: 0.2777777778vw;
  }
  .c-blog-image img {
    aspect-ratio: 340/240;
  }
  .c-blog a:hover .c-blog-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .c-blog-content {
    padding: 1.25vw 1.3888888889vw;
  }
  .c-blog-head {
    margin-bottom: 0.6944444444vw;
  }
  .c-blog-date {
    font-size: 0.9722222222vw;
  }
  .c-blog-cat {
    margin-left: 1.0416666667vw;
    font-size: 0.8333333333vw;
  }
  .c-blog-body {
    gap: 0.6944444444vw;
  }
  .c-blog-ttl {
    font-size: 1.0416666667vw;
  }
  .c-blog-excerpt {
    margin-top: 0.6944444444vw;
  }
  .c-blog-meister {
    width: 4.8611111111vw;
    height: 4.8611111111vw;
  }
  .c-blog-meister img {
    height: 4.8611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-blog {
    border-width: 1px;
    border-radius: 4px;
  }
  .c-blog-content {
    padding: 18px 20px;
  }
  .c-blog-head {
    margin-bottom: 10px;
  }
  .c-blog-date {
    font-size: 1.4rem;
  }
  .c-blog-cat {
    margin-left: 15px;
    font-size: 1.2rem;
  }
  .c-blog-body {
    gap: 10px;
  }
  .c-blog-ttl {
    font-size: 1.5rem;
  }
  .c-blog-excerpt {
    margin-top: 10px;
  }
  .c-blog-meister {
    width: 70px;
    height: 70px;
  }
  .c-blog-meister img {
    height: 70px;
  }
}
/*  meister --> common
-------------------------------------------------------------------------------*/
.c-meister a {
  position: relative;
  display: block;
  height: 100%;
}

.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: top;
     object-position: top;
}

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

.c-meister-en {
  margin-top: 0.5em;
  color: #ff6f19;
  font-family: "Lato", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
}

.meister-post .c-meister a {
  background-color: #f3f3f3;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}
.meister-post .c-meister a .c-meister-image {
  border-radius: 0.5333333333vw 0 0 0.5333333333vw;
}

@media screen and (max-width: 750px) {
  .meister-post .c-meister a {
    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;
  }
  .meister-post .c-meister a .c-meister-image {
    margin: 0;
    width: 34.6666666667vw;
  }
  .meister-post .c-meister a .c-meister-image img {
    aspect-ratio: 260/220;
  }
  .meister-post .c-meister a .c-meister-content {
    padding: 2vw 2vw 2vw 0;
    width: 50.6666666667vw;
  }
  .meister-post .c-meister a .c-meister-position,
  .meister-post .c-meister a .c-meister-ttl,
  .meister-post .c-meister a .c-meister-en {
    text-align: left;
  }
  .meister-post .c-meister a .c-meister-ttl {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .c-meister-image {
    margin-bottom: 1.3888888889vw;
    border-radius: 0.2777777778vw;
  }
  .c-meister-image img {
    aspect-ratio: 300/370;
  }
  .c-meister a:hover .c-meister-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .c-meister-en {
    font-size: 0.9722222222vw;
  }
  .meister-post .c-meister a {
    border-radius: 0.2777777778vw;
  }
  .meister-post .c-meister a .c-meister-image {
    border-radius: 0.2777777778vw 0.2777777778vw 0 0;
  }
  .meister-post .c-meister a .c-meister-content {
    padding: 0 1.0416666667vw 1.0416666667vw 1.0416666667vw;
  }
  .meister-post .c-meister a .c-meister-ttl {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-meister-image {
    margin-bottom: 20px;
    border-radius: 4px;
  }
  .c-meister-en {
    font-size: 1.4rem;
  }
  .meister-post .c-meister a {
    border-radius: 4px;
  }
  .meister-post .c-meister a .c-meister-image {
    border-radius: 4px 4px 0 0;
  }
  .meister-post .c-meister a .c-meister-content {
    padding: 0 15px 15px 15px;
  }
  .meister-post .c-meister a .c-meister-ttl {
    font-size: 1.8rem;
  }
}
/*  item --> common
-------------------------------------------------------------------------------*/
.c-item {
  position: relative;
  background-color: #ffffff;
  border-color: #cfcfcf;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5333333333vw;
  height: auto;
}

.c-item > a {
  position: relative;
  display: block;
  padding: 2.6666666667vw;
  height: 100%;
}

.c-item-image {
  position: relative;
  margin-bottom: 2.6666666667vw;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}
.c-item-image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  aspect-ratio: 280/280;
}

.c-item-rank {
  position: absolute;
  top: 2.6666666667vw;
  left: 2.6666666667vw;
  padding-top: 4.9333333333vw;
  width: 10.9333333333vw;
  height: 8.8vw;
  background-image: url(../img/item/crown.svg);
  background-size: contain;
  background-position: center;
  z-index: 1;
}
.c-item-rank p {
  color: #fe0032;
  font-family: "Lato", sans-serif;
  font-size: 2.2666666667vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
.c-item-rank p span {
  font-size: 3.2vw;
}

.c-item-cat {
  position: absolute;
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8vw;
  width: 17.3333333333vw;
  z-index: 1;
}

.c-item-cat > 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 0.1em 8vw;
  width: 100%;
  height: 6.6666666667vw;
  background-color: #ffffff;
  border-radius: 0.2666666667vw;
  font-size: 2.9333333333vw;
  font-weight: 700;
  letter-spacing: 0;
}
.c-item-cat > li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.0666666667vw;
  display: inline-block;
  width: 4.8vw;
  height: 4.8vw;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-item-cat--insulation:before {
  background-image: url(../img/item/insulation.svg);
}

.c-item-cat--high-insulation:before {
  background-image: url(../img/item/high-insulation.svg);
}

.c-item-cat--ventilation:before {
  background-image: url(../img/item/ventilation.png);
}

.c-item-cat--protection:before {
  background-image: url(../img/item/protection.png);
}

.c-item-cat--color:before {
  background-image: url(../img/item/color.png);
}

.badge-wrapper {
  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-bottom: 2.6666666667vw;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.1em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2vw;
}

.c-item-maker {
  padding: 0 0.5em 0.1em 0.5em;
  background-color: #ff6f19;
  height: 5.0666666667vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-item-subsidy {
  padding: 0 0.5em 0.1em 0.5em;
  background-color: #ff6f19;
  height: 5.0666666667vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-item-modelnumber {
  margin-bottom: 0.3em;
  font-size: 2.9333333333vw;
  line-height: 1.2em;
}

.c-item-ttl {
  max-height: 2.8em;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-item-text {
  margin-top: 3.3333333333vw;
}
.c-item-text p {
  max-height: 4.5em;
  line-height: 1.5em;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-item-price {
  margin-top: 2.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: right;
}
.c-item-price span.num {
  display: inline-block;
  margin-right: 0.1em;
  color: #fe0032;
  font-family: "Lato", sans-serif;
  font-size: 4.5333333333vw;
  letter-spacing: 0;
}
.c-item-price span.yen {
  font-size: 4vw;
}

@media screen and (min-width: 751px) {
  .c-item {
    border-width: 0.0694444444vw;
    border-radius: 0.2777777778vw;
  }
  .c-item a {
    padding: 1.3888888889vw;
  }
  .c-item-image {
    margin-bottom: 1.0416666667vw;
    border-radius: 0.2777777778vw;
  }
  .c-item a:hover .c-item-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .c-item.is-sliding a:hover .c-item-image img {
    -webkit-transform: none;
            transform: none;
  }
  .c-item-rank {
    top: 1.0416666667vw;
    left: 1.0416666667vw;
    padding-top: 1.4583333333vw;
    width: 3.3333333333vw;
    height: 2.7083333333vw;
  }
  .c-item-rank p {
    font-size: 0.6944444444vw;
  }
  .c-item-rank p span {
    font-size: 0.9722222222vw;
  }
  .c-item-cat {
    right: 0.5555555556vw;
    bottom: 0.5555555556vw;
    gap: 0.2777777778vw;
    width: 5.5555555556vw;
  }
  .c-item-cat > li {
    padding: 0 0 0.1em 2.4305555556vw;
    height: 1.6666666667vw;
    border-radius: 0.1388888889vw;
    font-size: 0.8333333333vw;
  }
  .c-item-cat > li:before {
    left: 0.4166666667vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .badge-wrapper {
    margin-bottom: 0.6944444444vw;
    font-size: 0.8333333333vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.6944444444vw;
  }
  .c-item-maker {
    height: 1.25vw;
  }
  .c-item-subsidy {
    height: 1.25vw;
  }
  .c-item-modelnumber {
    font-size: 0.8333333333vw;
  }
  .c-item-ttl {
    font-size: 1.3888888889vw;
  }
  .c-item-text {
    margin-top: 1.0416666667vw;
  }
  .c-item-price {
    margin-top: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
  .c-item-price span.num {
    font-size: 1.3888888889vw;
  }
  .c-item-price span.yen {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-item {
    border-width: 1px;
    border-radius: 4px;
  }
  .c-item a {
    padding: 20px;
  }
  .c-item-image {
    margin-bottom: 15px;
    border-radius: 4px;
  }
  .c-item-rank {
    top: 15px;
    left: 15px;
    padding-top: 21px;
    width: 48px;
    height: 39px;
  }
  .c-item-rank p {
    font-size: 1rem;
  }
  .c-item-rank p span {
    font-size: 1.4rem;
  }
  .c-item-cat {
    right: 8px;
    bottom: 8px;
    gap: 4px;
    width: 80px;
  }
  .c-item-cat > li {
    padding: 0 0 0.1em 35px;
    height: 24px;
    border-radius: 2px;
    font-size: 1.2rem;
  }
  .c-item-cat > li:before {
    left: 6px;
    width: 20px;
    height: 20px;
  }
  .badge-wrapper {
    margin-bottom: 10px;
    font-size: 1.2rem;
    gap: 10px;
  }
  .c-item-maker {
    height: 18px;
  }
  .c-item-subsidy {
    height: 18px;
  }
  .c-item-modelnumber {
    font-size: 1.2rem;
  }
  .c-item-ttl {
    font-size: 2rem;
  }
  .c-item-text {
    margin-top: 15px;
  }
  .c-item-price {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .c-item-price span.num {
    font-size: 2rem;
  }
  .c-item-price span.yen {
    font-size: 1.6rem;
  }
}