@charset "UTF-8";
/* ページ全般の設定 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #1e1e1e;
}

main {
  margin-top: 14.5rem;
  overflow-x: hidden;
  width: 100%;
}
@media (max-width: 1250px) {
  main {
    margin-top: 21rem;
  }
}
@media (max-width: 1200px) {
  main {
    margin-top: 20rem;
  }
}
@media (max-width: 1074px) {
  main {
    margin-top: 24rem;
  }
}
@media (max-width: 767px) {
  main {
    margin-top: 29.6296296296vw;
  }
}

li {
  list-style: none;
}

a {
  color: #1e1e1e;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

.upper {
  text-transform: uppercase;
}

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

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.grid {
  display: grid;
}

.content-width {
  max-width: 100rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-width {
    width: 100%;
  }
}

.btn {
  border-radius: 2.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  max-width: 25rem;
  width: 100%;
  height: 5rem;
  background: #ff6600;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 1px #ff6600;
}
.btn:hover {
  background-color: #fff;
  color: #ff6600;
  border: solid 1px #ff6600;
}
@media (max-width: 767px) {
  .btn {
    max-width: 100%;
    font-size: 3.7037037037vw;
    height: 11.1111111111vw;
    border-radius: 3.7037037037vw;
  }
}

.border-btn {
  border-radius: 2.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  max-width: 25rem;
  width: 100%;
  height: 5rem;
  background: #fff;
  color: #ff6600;
  border: solid 1px #ff6600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.border-btn-2 {
  border-radius: 1.9rem;
  font-size: 1.1rem;
  font-weight: 700;
  max-width: 24.8rem;
  width: 100%;
  height: 3.85rem;
  background: #fff;
  color: #ff6600;
  border: solid 1px #ff6600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.border-btn-2:hover {
  background-color: #ff6600;
  color: #fff;
  border: solid 1px #ff6600;
}
@media (max-width:1100px) {
  .border-btn-2 {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .border-btn-2 {
    max-width: 100%;
    font-size: 3.7037037037vw;
    height: 9.2592592593vw;
    border-radius: 3.7037037037vw;
  }
}
.border-btn-2::after {
  position: absolute;
  content: "";
  background-image: url(https://price-base.com/useful/toppage-assets/images/arrow-or.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.171875vw;
}
@media (min-width:1280px) {
  .border-btn-2::after {
    right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .border-btn-2::after {
    right: 1.5rem;
    width: 15px;
    height: 15px;
  }
}

.more-btn {
  border-radius: 2.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  max-width: 25rem;
  width: 100%;
  height: 5rem;
  background: #fff;
  color: #464646;
  border: solid 1px #464646;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more-btn:hover {
  background-color: #464646;
  color: #fff;
  border: solid 1px #464646;
}
@media (max-width: 767px) {
  .more-btn {
    max-width: 100%;
    font-size: 3.7037037037vw;
    height: 11.1111111111vw;
    border-radius: 3.7037037037vw;
  }
}
.more-btn::after {
  position: absolute;
  content: "";
  background-image: url(https://price-base.com/useful/toppage-assets/images/btn-arrow-bk.png);
  background-size: contain;
  width: 6px;
  height: 10px;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
}

.more-btn-or {
  border-radius: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  max-width: 25.1rem;
  width: 100%;
  height: 3.9rem;
  background: #ff6600;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 1px #ff6600;
}
.more-btn-or:hover {
  background-color: #fff;
  color: #ff6600;
  border: solid 1px #ff6600;
}
@media (max-width: 767px) {
  .more-btn-or {
    max-width: 100%;
    font-size: 3.7037037037vw;
    height: 9.2592592593vw;
    border-radius: 3.7037037037vw;
  }
}

.section-heading {
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .section-heading {
    margin-bottom: 5.5555555556vw;
  }
}
.section-heading .section-heading__icon {
  display: block;
  width: 20rem;
  height: auto;
  margin: 0 auto 3.2rem;
}
@media (max-width: 767px) {
  .section-heading .section-heading__icon {
    width: 25.9259259259vw;
    margin-bottom: 1.8518518519vw;
  }
}
.section-heading .section-heading__title {
  font-size: 4.4rem;
  font-weight: 900;
  color: #1e1e1e;
  line-height: 1.3;
  letter-spacing: 0.176rem;
}
@media (max-width: 767px) {
  .section-heading .section-heading__title {
    font-size: 6.4814814815vw;
    letter-spacing: 0.2592592593vw;
  }
}
.section-heading .section-heading__en {
  font-family: inherit;
  font-size: 2rem;
  font-weight: 700;
  color: #c92c25;
  letter-spacing: 0.08rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .section-heading .section-heading__en {
    font-size: 4.2592592593vw;
    letter-spacing: 0.1851851852vw;
    margin-top: 1.8518518519vw;
  }
}

.section-title {
  text-align: center;
  line-height: 1.4;
}
.section-title .en {
  font-size: 5.5rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 767px) {
  .section-title .en {
    font-size: 12.037037037vw;
  }
}
.section-title .ja {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #c92c25;
  line-height: 1;
  display: block;
}
@media (min-width: 768px) {
  .section-title .ja {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .section-title .ja {
    font-size: 3.7037037037vw;
    margin-top: 3.7037037037vw;
  }
}

.form-wrapper {
  max-width: 800px;
  margin: 0 auto;
  border: 4px solid #FF6600;
  border-radius: 20px;
  padding: 60px 0;
  background-color: #ffffff;
}

.form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.form-flex img {
  -o-object-fit: contain;
  object-fit: contain;
}

.form-flex > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-flex > div:first-of-type img {
  width: 50%;
  height: 120px;
}

.form-flex > div:last-of-type img {
  width: 70%;
  height: 120px;
}

.form-flex p {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}

.form-flex div {
  width: 50%;
}

.form-inner {
  max-width: 650px;
  margin: 0 auto;
}

.form-item {
  margin-bottom: 30px;
}

.form-title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  border: none;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.form-text {
  padding: 20px;
  background-color: rgba(29, 168, 237, 0.3);
  font-size: 15px;
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-top: -20px;
  border-radius: 10px;
}

.form-title::before {
  display: none;
}

.form-title .badge {
  font-size: 12px;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  color: #ffffff;
  margin-right: 10px;
}

.form-title .required {
  background-color: #FF6600;
}

.form-title .custom {
  background-color: #191a1e;
}

.form-title .small {
  font-size: 16px;
}

.form-item input:not([type=radio]) {
  border: 1px solid #c1c1c1;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  margin-right: 10px;
  background-color: #fff;
  margin-bottom: 10px;
  width: 220px;
  line-height: 1.6;
}

.form-item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-item .input-wide {
  width: 100% !important;
}

.form-item select {
  border: 1px solid #c1c1c1;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  background-color: #fff;
  margin-bottom: 10px;
  width: 450px;
  line-height: 1.6;
  cursor: pointer;
}

.form-item textarea {
  border: 1px solid #c1c1c1;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  background-color: #fff;
  margin-bottom: 10px;
  width: 100%;
  height: 100px;
  line-height: 1.6;
}

.form-content {
  border: 1px solid #c1c1c1;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  height: 190px;
  line-height: 1.6;
  overflow-y: scroll;
  margin-bottom: 15px;
}

.form-content p {
  display: block;
  margin: 5px 0;
  word-break: break-all;
}

.form-content-title {
  display: block;
  font-size: 15px !important;
  margin-top: 20px !important;
}

.form-consent input {
  display: none;
}

.form-consent .mwform-checkbox-field-text {
  border: 1px solid #1da7ed;
  color: #1da7ed;
  padding: 10px 20px 10px 40px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  cursor: pointer;
  position: relative;
}

.mwform-checkbox-field-text::before {
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.form-consent input[type=checkbox]:checked + .mwform-checkbox-field-text {
  background-color: #1da7ed;
  color: #ffffff;
}

.form-consent input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  content: "";
  background-color: #1da7ed;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
}

.form-consent input {
  margin-right: 10px;
}

.form-content-title {
  font-size: 18px;
  margin: 0;
  border: none;
  font-weight: bold;
  padding: 0;
  line-height: 1.6;
}

.form-item input[type=radio] {
  display: none;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mwform-radio-field-text {
  border: 1px solid #c1c1c1;
  padding: 10px 20px 10px 35px;
  border-radius: 5px;
  font-size: 14px;
  margin-right: 5px;
  background-color: #fff;
  margin-bottom: 10px;
  line-height: 1.6;
  position: relative;
  min-width: 220px;
  text-align: center;
  display: block;
  cursor: pointer;
}

.mwform-radio-field-text::before {
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.form-item input[type=radio]:checked + .mwform-radio-field-text {
  background-color: #C92C25;
  color: #ffffff;
}

.form-item input[type=radio]:checked + .mwform-radio-field-text::after {
  content: "";
  background-color: #C92C25;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
}

.radiobox-simple-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 14px;
}

.radiobox-simple + .mwform-radio-field-text {
  background: none;
  border: none;
  min-width: auto;
  padding: 10px 15px 10px 29px;
  margin-right: 0;
}

.radiobox-simple + .mwform-radio-field-text:before {
  left: 5px;
}

.radiobox-simple:checked + .mwform-radio-field-text:after {
  left: 9px !important;
}

.radiobox-simple:checked + .mwform-radio-field-text {
  color: #333 !important;
  background: none !important;
}

.form-submit {
  width: 400px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 100%;
}

.form-submit input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  border: none;
  background-color: #ffffff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.form-submit input:hover {
  opacity: 0.8;
}

.form-back {
  width: 400px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: none;
  margin-top: 20px;
}

.mw_wp_form_confirm .form-back {
  display: block;
}

.form-back input,
.form-back button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  border: none;
  background-color: #ffffff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.form-back input:hover,
.form-back button:hover {
  opacity: 0.8;
}

.form-back input,
.form-back button {
  background-image: url(https://price-base.com/useful/wp-content/uploads/2023/09/contact-btn-3-new.png);
}

input[name=submitConfirm] {
  background-image: url(https://price-base.com/useful/wp-content/uploads/2026/02/contact-btn-1.png);
}

input[name=your-submit] {
  background-image: url(https://price-base.com/useful/wp-content/uploads/2026/02/contact-btn-2.png);
}

.form-complete {
  border: 4px solid #FF6600;
  border-radius: 10px;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 30px;
  background-color: #ffffff;
}

.form-complete h3 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}

.form-complete h3::before {
  display: none;
}

.form-complete p {
  font-size: 20px;
}

.contact-flow {
  width: 400px !important;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto !important;
  margin-bottom: 32px !important;
}

.contact-flow img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.contact-caption {
  margin-bottom: 2rem;
  text-align: center;
}

.contact-caption-2 {
  display: none !important;
}

.mw_wp_form_confirm .contact-caption-1 {
  display: none !important;
}

.mw_wp_form_confirm .contact-caption-2 {
  display: block !important;
}

@media (min-width: 601px) {
  .contact-flow-1-sp,
  .contact-flow-2-sp,
  .contact-flow-2 {
    display: none !important;
  }
  .mw_wp_form_confirm .contact-flow-1,
  .mw_wp_form_confirm .contact-flow-1-sp,
  .mw_wp_form_confirm .contact-flow-2-sp {
    display: none !important;
  }
  .mw_wp_form_confirm .contact-flow-2 {
    display: block !important;
  }
  .contact-flow-3-sp {
    display: none !important;
  }
}
.mw_wp_form_confirm .contact-flow-2 {
  display: block !important;
}

@media (max-width: 767px) {
  .mw_wp_form_confirm .contact-flow-2 {
    display: none !important;
  }
}
.contact-flow-3-sp {
  display: none !important;
}

@media (max-width: 767px) {
  .contact-flow-3-sp {
    display: block !important;
  }
}
@media (max-width: 850px) {
  .form-complete {
    border: 2px solid #FF6600;
    padding: 30px 10px;
  }
  .form-complete h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .form-complete h3::before {
    display: none;
  }
  .form-complete p {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .form-wrapper {
    border-width: 2px;
    padding: 30px 12px;
  }
  .form-flex p {
    font-size: 14px;
  }
  .form-item {
    margin-bottom: 20px;
  }
  .form-title {
    font-size: 16px;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-title .badge {
    font-size: 10px;
    padding: 3px 8px;
  }
  .form-title .small {
    display: block;
    font-size: 12px;
    width: 100%;
    margin-top: 5px;
  }
  .form-item input + br {
    display: none;
  }
  .form-consent .mwform-checkbox-field-text {
    font-size: 16px;
  }
  .form-submit,
  .form-back {
    width: 320px;
    height: 75px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .form-back input {
    background-image: url(https://price-base.com/useful/wp-content/uploads/2023/09/contact-btn-3-sp-new.png);
  }
  input[name=submitConfirm] {
    background-image: url(https://price-base.com/useful/wp-content/uploads/2026/02/contact-btn-1-sp.png);
  }
  input[name=your-submit] {
    background-image: url(https://price-base.com/useful/wp-content/uploads/2026/02/contact-btn-2-sp.png);
  }
  .form-item select {
    width: 100%;
    height: 40px;
  }
}
@media (max-width: 600px) {
  .contact-flow-1,
  .contact-flow-2,
  .contact-flow-2-sp {
    display: none !important;
  }
  .mw_wp_form_confirm .contact-flow-1,
  .mw_wp_form_confirm .contact-flow-1-sp,
  .mw_wp_form_confirm .contact-flow-2 {
    display: none !important;
  }
  .mw_wp_form_confirm .contact-flow-2-sp {
    display: block !important;
  }
  .contact-flow-3 {
    display: none !important;
  }
  .contact-flow {
    width: 240px !important;
    height: auto !important;
  }
  .contact-caption {
    font-size: 14px !important;
  }
}
@media (max-width: 500px) {
  .form-item p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 13px;
  }
  .form-item h4 {
    font-size: 14px;
  }
  .form-flex p {
    font-size: 11px;
  }
  .form-flex > div img {
    height: 80px;
  }
}
.form-wrapper td, .form-wrapper th {
  border: 1px solid #dcdcdc;
  padding: 0.5em;
}

.form-wrapper table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;
  max-width: 100%;
  text-align: left;
  width: 100%;
}

.form-wrapper th {
  background-color: #f5f5f5;
  color: #000;
  font-weight: 700;
}

.form-wrapper td, .form-wrapper th {
  border: 1px solid #dcdcdc;
  padding: 0.5em;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
.header .header__top {
  background: #fff;
}
.header .header__top__inner {
  max-width: 144rem;
  margin: 0 auto;
  padding: 1.5rem 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1rem;
}
@media (max-width:1100px) {
  .header .header__top__inner {
    padding: 1.5rem 3rem;
  }
}
@media (max-width: 767px) {
  .header .header__top__inner {
    padding: 2.5925925926vw 3.7037037037vw;
    gap: 1.8518518519vw;
  }
}
.header .header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header .header__logo a {
  display: block;
}
.header .header__logo img {
  width: 24.2rem;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .header .header__logo img {
    width: 26.6666666667vw;
  }
}
.header .header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .header .header__buttons {
    gap: 1.1111111111vw;
  }
}
.header .header__btn {
  border-radius: 0.8rem;
  font-size: 1.6rem;
  font-weight: 600;
  min-width: 8.4rem;
  height: 4.4rem;
  padding: 0 2.16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-width: 1.6px;
  border-style: solid;
}
@media (max-width: 767px) {
  .header .header__btn {
    font-size: 3.7037037037vw;
    font-weight: 700;
    min-width: 15vw;
    height: 6.4814814815vw;
    padding: 0 1.8518518519vw;
    border-radius: 1.1111111111vw;
    border-width: 1px;
  }
}
.header .header__btn--purchase {
  background: #ff6600;
  color: #fff;
  border-color: #ff6600;
}
.header .header__btn--purchase:hover {
  background-color: #fff;
  color: #ff6600;
}
.header .header__btn--sell {
  background: #fff;
  color: #ff6600;
  border-color: #ff6600;
}
.header .header__btn--sell:hover {
  background-color: #ff6600;
  color: #fff;
}
.header .header__sub-nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .header .header__sub-nav {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header .header__sub-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .header__sub-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1f1f1f;
  height: 4.4rem;
  padding: 0 2.16rem;
  border: 1.6px solid #1f1f1f;
  border-radius: 0.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  letter-spacing: 0.04em;
}
.header .header__sub-nav__link:hover {
  background-color: #1f1f1f;
  color: #fff;
}
.header .header__sub-nav__link:hover .header__sub-nav__arrow path {
  stroke: #fff;
}
.header .header__sub-nav__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.header .header__sp-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.962962963vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header .header__sub-nav-sp {
  padding: 0 3.7037037037vw 2.2222222222vw;
}
.header .header__sub-nav-sp__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.4814814815vw;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .header__sub-nav-sp__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.1111111111vw;
  font-size: 3.7037037037vw;
  font-weight: 700;
  color: #1f1f1f;
  height: 6.4814814815vw;
  padding: 0 2.4074074074vw;
  border: 1px solid #1f1f1f;
  border-radius: 1.1111111111vw;
  white-space: nowrap;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .header__sub-nav-sp__link svg {
  width: 1.1111111111vw;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header .header__bottom {
  background: #ebeef3;
}
@media (max-width: 767px) {
  .header .header__bottom {
    display: none;
  }
}
.header .header__bottom__inner {
  max-width: 144rem;
  margin: 0 auto;
  padding: 2.4rem 6rem;
}
.header .header__main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .header .header__main-nav__list {
    gap: 1.5rem;
  }
}
.header .header__main-nav__item a {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1f1f1f;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
.header .header__main-nav__item a:hover {
  opacity: 0.7;
}

.header__conversion {
  background: #c92c25;
}

.header__conversion__link {
  display: block;
  padding: 1.4rem 0;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 0.32rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__conversion__link:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .header__conversion__link {
    font-size: 4.8148148148vw;
    font-weight: 700;
    padding: 2.2222222222vw 0;
    letter-spacing: 0.7407407407vw;
  }
}

.header__search-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__search-btn svg {
  width: 5.3703703704vw;
  height: auto;
}

.hamburger-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 7.4074074074vw;
  height: 4.2592592593vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hamburger-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #1f1f1f;
  border-radius: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hamburger-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 2000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .hamburger-menu {
    display: none !important;
  }
}
.hamburger-menu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hamburger-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5925925926vw 3.7037037037vw;
}
.hamburger-menu__logo img {
  width: 26.6666666667vw;
  height: 7.4074074074vw;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.hamburger-menu__close {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hamburger-menu__close svg {
  width: 4.2592592593vw;
  height: 4.2592592593vw;
}
.hamburger-menu__conversion {
  background: #c92c25;
}
.hamburger-menu__conversion a {
  display: block;
  padding: 2.2222222222vw 0;
  font-size: 4.8148148148vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.7407407407vw;
}
.hamburger-menu__nav {
  padding: 5.5555555556vw 10.7407407407vw 0;
}
.hamburger-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hamburger-menu__list li {
  border-bottom: 1px solid #ddd;
}
.hamburger-menu__list li:first-child {
  background: rgba(150, 150, 150, 0.2);
}
.hamburger-menu__list a {
  display: block;
  padding: 4.8148148148vw 3.7037037037vw;
  font-size: 4.0740740741vw;
  font-weight: 700;
  color: #1f1f1f;
  letter-spacing: 0.04em;
}

body.active {
  overflow: hidden;
}

.mv {
  position: relative;
  background-color: #F4F4F4;
}
.mv::before {
  content: "";
  background-image: url(/useful/wp-content/themes/swell_child/sitetop/images/mv.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1400px) {
  .mv::before {
    width: 1400px;
  }
}
@media (max-width: 767px) {
  .mv::before {
    width: 105%;
    background-image: url(/useful/wp-content/themes/swell_child/sitetop/images/mv-sp.png);
    background-size: contain;
    background-position: left;
    left: 53%;
  }
}
.mv .mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8rem 2rem 12rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .mv .mv__content {
    padding: 18.5185185185vw 3.7037037037vw 35.1851851852vw;
  }
}
.mv .mv__title {
  font-size: 5.4rem;
  font-weight: 800;
  color: #1e1e1e;
  text-align: center;
  letter-spacing: 0.216rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .mv .mv__title {
    font-size: 9.2592592593vw;
    letter-spacing: 0.3703703704vw;
    line-height: 1.2;
  }
}
.mv .mv__subtitle {
  font-size: 2rem;
  font-weight: 600;
  color: #c92c25;
  text-align: center;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .mv .mv__subtitle {
    font-size: 4.8148148148vw;
    font-weight: 700;
    margin-top: 2.7777777778vw;
    line-height: 1.4;
  }
}
.mv .mv__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60rem;
  max-width: 100%;
  height: 5rem;
  margin-top: 3rem;
  border: 1.2px solid #1f1f1f;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mv .mv__search {
    display: none;
  }
}
.mv .mv__search__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  outline: none;
  padding: 0 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #1e1e1e;
  letter-spacing: 0.056rem;
  background: #fff;
}
.mv .mv__search__input::-webkit-input-placeholder {
  color: #aeaeae;
}
.mv .mv__search__input::-moz-placeholder {
  color: #aeaeae;
}
.mv .mv__search__input:-ms-input-placeholder {
  color: #aeaeae;
}
.mv .mv__search__input::-ms-input-placeholder {
  color: #aeaeae;
}
.mv .mv__search__input::placeholder {
  color: #aeaeae;
}
@media (max-width: 767px) {
  .mv .mv__search__input {
    padding: 0 3.7037037037vw;
    font-size: 4.0740740741vw;
  }
}
.mv .mv__search__btn {
  width: 6rem;
  height: 100%;
  background: #1f1f1f;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mv .mv__search__btn:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .mv .mv__search__btn {
    width: 12.962962963vw;
  }
}
.mv .mv__search__btn img {
  width: 2rem;
  height: auto;
}
@media (max-width: 767px) {
  .mv .mv__search__btn img {
    width: 4.8148148148vw;
  }
}

.feature {
  padding: 6rem 2rem 2rem;
  position: relative;
  z-index: 1;
}
.feature::before {
  content: "";
  width: 1500px;
  height: 100%;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(/useful/wp-content/themes/swell_child/sitetop/images/feature-bg-1.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .feature::before {
    background-image: url(/useful/wp-content/themes/swell_child/sitetop/images/feature-bg-1-sp.png);
    width: 95%;
  }
}
.feature::after {
  content: "";
  width: 1500px;
  height: 100%;
  position: absolute;
  bottom: -160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(/useful/wp-content/themes/swell_child/sitetop/images/feature-bg-2.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .feature::after {
    background-image: url(/useful/wp-content/themes/swell_child/sitetop/images/feature-bg-2-sp.png);
    width: 100%;
    bottom: -100px;
    left: 48%;
  }
}
@media (max-width: 767px) {
  .feature {
    padding: 11.1111111111vw 3.7037037037vw 7.4074074074vw;
  }
}
.feature .section-heading {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.feature .feature__articles {
  margin-top: 3rem;
  position: relative;
  z-index: 1;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .feature .feature__articles {
    margin-top: 9.2592592593vw;
  }
}
.feature .feature__articles__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .feature .feature__articles__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.8518518519vw;
    margin-bottom: 3.7037037037vw;
  }
}
.feature .feature__articles__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .feature .feature__articles__heading {
    gap: 1.8518518519vw;
  }
}
.feature .feature__articles__bar {
  display: inline-block;
  width: 1rem;
  height: 2rem;
  background: #c92c25;
}
@media (max-width: 767px) {
  .feature .feature__articles__bar {
    width: 1.8518518519vw;
    height: 5.3703703704vw;
  }
}
.feature .feature__articles__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d2624;
  line-height: 1;
}
@media (max-width: 767px) {
  .feature .feature__articles__title {
    font-size: 4.8148148148vw;
  }
}
.feature .feature__articles__desc {
  font-size: 1.6rem;
  font-weight: 600;
  color: #2d2624;
  letter-spacing: 0.064rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .feature .feature__articles__desc {
    font-size: 4.0740740741vw;
    font-weight: 500;
    letter-spacing: 0.1611111111vw;
    line-height: 1.4;
  }
}
.feature .feature__articles__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem 5.1rem;
  list-style: none;
  padding: 0;
  margin: 3rem 0 0;
}
@media (max-width: 767px) {
  .feature .feature__articles__list {
    grid-template-columns: 1fr;
    gap: 2.2222222222vw;
    margin-top: 3.7037037037vw;
    width: calc(100% - 5.5555555556vw);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .feature .feature__articles__item {
    margin-bottom: 7.4074074074vw;
  }
}
.feature .feature__articles__item a {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.feature .feature__articles__item a:hover {
  opacity: 0.8;
}
.feature .feature__articles__thumb {
  background: #ededed;
  border-radius: 1.6rem;
  overflow: hidden;
  aspect-ratio: 300/200;
}
@media (max-width: 767px) {
  .feature .feature__articles__thumb {
    border-radius: 4.2592592593vw;
    aspect-ratio: 320/200;
  }
}
.feature .feature__articles__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.feature .feature__articles__thumb img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.feature .feature__articles__body {
  padding: 1.6rem;
}
@media (max-width: 767px) {
  .feature .feature__articles__body {
    padding: 4.2592592593vw;
  }
}
.feature .feature__articles__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .feature .feature__articles__date {
    gap: 1.4814814815vw;
  }
}
.feature .feature__articles__date time {
  font-family: inherit;
  font-size: 2rem;
  font-weight: 600;
  color: #2d2624;
  line-height: 1;
}
@media (max-width: 767px) {
  .feature .feature__articles__date time {
    font-size: 5.3703703704vw;
  }
}
.feature .feature__articles__clock {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 767px) {
  .feature .feature__articles__clock {
    width: 4.0740740741vw;
    height: 4.0740740741vw;
  }
}
.feature .feature__articles__text {
  font-size: 2rem;
  font-weight: 600;
  color: #2d2624;
  line-height: 1.4;
  letter-spacing: 0.08rem;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .feature .feature__articles__text {
    font-size: 5.3703703704vw;
    letter-spacing: 0.212962963vw;
    margin-top: 2.2222222222vw;
  }
}
.feature .feature__articles__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .feature .feature__articles__more {
    margin-top: 5.5555555556vw;
  }
}
.feature .feature__articles__more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24rem;
  height: 4.8rem;
  border: 1px solid #464646;
  border-radius: 5rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #464646;
  letter-spacing: 0.112rem;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.feature .feature__articles__more-btn:hover {
  color: #fff;
  background-color: #464646;
  border: 1px solid #464646;
}
@media (max-width: 767px) {
  .feature .feature__articles__more-btn {
    width: 64.0740740741vw;
    height: 12.7777777778vw;
    font-size: 3.7037037037vw;
    letter-spacing: 0.2962962963vw;
    border-radius: 9.2592592593vw;
  }
}
.feature .feature__articles__more-arrow {
  position: absolute;
  right: 2rem;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .feature .feature__articles__more-arrow {
    right: 3.7037037037vw;
    font-size: 3.3333333333vw;
  }
}
.feature .feature__articles__loading,
.feature .feature__articles__empty,
.feature .feature__articles__error {
  grid-column: 1/-1;
  text-align: center;
  padding: 4rem 0;
  font-size: 1.6rem;
  color: #2d2624;
  list-style: none;
}
@media (max-width: 767px) {
  .feature .feature__articles__loading,
  .feature .feature__articles__empty,
  .feature .feature__articles__error {
    padding: 11.1111111111vw 0;
    font-size: 4.4444444444vw;
  }
}
.feature .feature__articles__error {
  color: #c92c25;
}

.products {
  background: #ebeef3;
  padding: 10rem 2rem 8rem;
  margin-top: 8rem;
  position: relative;
}
@media (max-width: 767px) {
  .products {
    padding: 14.8148148148vw 3.7037037037vw 18.5185185185vw;
  }
}
.products .section-heading {
  position: absolute;
  top: -3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .products .section-heading {
    top: -3.7037037037vw;
  }
}
.products .section-heading .section-heading__title {
  font-weight: 800;
  letter-spacing: 0.4rem;
}
.products .products__desc {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: 0.072rem;
  margin-top: 2rem;
  color: #1e1e1e;
}
@media (max-width: 767px) {
  .products .products__desc {
    font-size: 4.0740740741vw;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 3.7037037037vw;
  }
}
.products .products__toggle {
  background: #c92c25;
  height: 6.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-top: 3rem;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding-left: 5rem;
}
.products .products__toggle:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .products .products__toggle {
    height: 17.037037037vw;
    margin-top: 5.5555555556vw;
  }
}
.products .products__toggle .products__toggle__text {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.16rem;
  text-align: center;
}
@media (max-width: 767px) {
  .products .products__toggle .products__toggle__text {
    font-size: 4.8148148148vw;
    letter-spacing: 0.3703703704vw;
  }
}
.products .products__toggle .products__toggle__arrow-up {
  position: absolute;
  right: 6rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  font-size: 2rem;
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 767px) {
  .products .products__toggle .products__toggle__arrow-up {
    right: 5.5555555556vw;
    font-size: 5.3703703704vw;
  }
}
.products .products__toggle.is-open .products__toggle__arrow-up {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.products .products__body {
  display: none;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .products .products__body {
    margin-top: 5.5555555556vw;
  }
}
.products .products__body.is-open {
  display: block;
}
.products .products__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #333;
}
@media (max-width: 767px) {
  .products .products__tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3.7037037037vw;
    border-bottom: none;
  }
}
.products .products__tabs__item {
  padding: 1.5rem 3rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #323232;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
.products .products__tabs__item:hover {
  color: #ff6600;
}
.products .products__tabs__item.is-active {
  color: #ff6600;
  border-bottom-color: #ff6600;
}
@media (max-width: 767px) {
  .products .products__tabs__item {
    padding: 1.8518518519vw 0.9259259259vw;
    font-size: 4.0740740741vw;
    width: auto;
    text-align: center;
    border-bottom: 3px solid #333;
  }
}
.products .products__panel {
  display: none;
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .products .products__panel {
    padding-top: 5.5555555556vw;
  }
}
.products .products__panel.is-active {
  display: block;
}
.products .products__panel__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 2.5rem;
  font-weight: 600;
  color: #2d2624;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .products .products__panel__heading {
    font-size: 4.8148148148vw;
    font-weight: 700;
    gap: 2.7777777778vw;
    margin-bottom: 4.6296296296vw;
  }
}
.products .products__panel__heading .products__panel__bar {
  display: inline-block;
  width: 1rem;
  height: 2rem;
  background: #c92c25;
}
@media (max-width: 767px) {
  .products .products__panel__heading .products__panel__bar {
    width: 1.8518518519vw;
    height: 5.3703703704vw;
  }
}
.products .products__panel__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.7rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .products .products__panel__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.7037037037vw;
  }
}
.products .products__panel__item {
  text-align: center;
}
.products .products__panel__item a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.products .products__panel__item a:hover {
  opacity: 0.8;
}
.products .products__panel__card {
  background: #fff;
  border-radius: 1.6rem;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  width: 100%;
  aspect-ratio: 230/220;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.7rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .products .products__panel__card {
    border-radius: 4.2592592593vw;
    padding: 2.7777777778vw;
    aspect-ratio: 160/150;
  }
}
.products .products__panel__card img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.products .products__panel__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1e1e1e;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .products .products__panel__label {
    font-size: 4.0740740741vw;
    font-weight: 700;
    gap: 2.7777777778vw;
    margin-top: 2.7777777778vw;
    line-height: 1.2;
  }
}
.products .products__panel__arrow {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .products .products__panel__arrow {
    width: 5.3703703704vw;
    height: 5.3703703704vw;
  }
}

.other-genre {
  margin-top: 8rem;
  margin-bottom: 6rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .other-genre {
    margin-top: 7.4074074074vw;
  }
}
.other-genre .other-genre__heading {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.36rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .other-genre .other-genre__heading {
    font-size: 4.8148148148vw;
    letter-spacing: 0.1851851852vw;
    margin-bottom: 1.8518518519vw;
  }
}
.other-genre .other-genre__toggle {
  background: #c92c25;
  height: 6.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.other-genre .other-genre__toggle:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .other-genre .other-genre__toggle {
    height: 17.037037037vw;
    padding: 0 5.5555555556vw;
  }
}
.other-genre .other-genre__toggle .other-genre__toggle__text {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.16rem;
}
@media (max-width: 767px) {
  .other-genre .other-genre__toggle .other-genre__toggle__text {
    font-size: 4.8148148148vw;
    font-weight: 700;
    letter-spacing: 0.3703703704vw;
  }
}
.other-genre .other-genre__toggle .other-genre__toggle__arrow-up {
  position: absolute;
  right: 5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.16rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 767px) {
  .other-genre .other-genre__toggle .other-genre__toggle__arrow-up {
    right: 5.5555555556vw;
    font-size: 5.3703703704vw;
    font-weight: 700;
  }
}
.other-genre .other-genre__toggle.is-open .other-genre__toggle__arrow-up {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.other-genre .other-genre__body {
  display: none;
}
.other-genre .other-genre__body.is-open {
  display: block;
}
.other-genre .other-genre__content {
  background: #ebeef3;
  border-radius: 1.6rem;
  padding: 6rem;
}
@media (max-width: 1000px) {
  .other-genre .other-genre__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .other-genre .other-genre__content {
    border-radius: 4.2592592593vw;
    padding: 5.5555555556vw 3.7037037037vw;
  }
}
.other-genre .other-genre__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .other-genre .other-genre__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 2.962962963vw;
       -moz-column-gap: 2.962962963vw;
            column-gap: 2.962962963vw;
    row-gap: 5.5555555556vw;
  }
}
.other-genre .other-genre__item {
  text-align: center;
  width: calc(25% - 1.5rem);
}
@media (max-width: 767px) {
  .other-genre .other-genre__item {
    width: calc(50% - 1.4814814815vw);
  }
}
.other-genre .other-genre__item a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.other-genre .other-genre__item a:hover {
  opacity: 0.8;
}
.other-genre .other-genre__card {
  background: #fff;
  border-radius: 1.6rem;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  width: 100%;
  aspect-ratio: 200/120;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .other-genre .other-genre__card {
    border-radius: 2.962962963vw;
    padding: 2.7777777778vw;
  }
}
.other-genre .other-genre__card img {
  width: 75%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.other-genre .other-genre__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1e1e1e;
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .other-genre .other-genre__label {
    font-size: 3.7037037037vw;
    gap: 1.1111111111vw;
    margin-top: 1.8518518519vw;
  }
}
@media (max-width: 767px) {
  .other-genre .other-genre__label-text {
    display: inline;
    padding-right: 1.8518518519vw;
    line-height: 1.2;
  }
}
.other-genre .other-genre__label-small {
  font-size: 1rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .other-genre .other-genre__label-small {
    font-size: 2.5925925926vw;
    margin-left: 1.8518518519vw;
  }
}
.other-genre .other-genre__arrow {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .other-genre .other-genre__arrow {
    width: 4.4444444444vw;
    height: 4.4444444444vw;
  }
}

.reason {
  background: #fff;
  padding: 9.6rem 2rem;
}
@media (max-width: 767px) {
  .reason {
    padding: 11.1111111111vw 3.7037037037vw;
  }
}
.reason .reason__inner {
  max-width: 100rem;
}
.reason .section-heading .section-heading__title {
  font-weight: 800;
}
.reason .reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .reason .reason__list {
    gap: 7.4074074074vw;
  }
}
.reason .reason__item {
  position: relative;
}
.reason .reason__item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.8rem;
  margin-bottom: -2rem;
  position: relative;
  z-index: 1;
  left: 8rem;
}
@media (max-width: 767px) {
  .reason .reason__item__label {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.1111111111vw;
    margin-bottom: -3.7037037037vw;
    left: unset;
  }
}
.reason .reason__item__label-text {
  font-size: 2.4rem;
  font-weight: 700;
  color: #2d2624;
  line-height: 1;
}
@media (max-width: 767px) {
  .reason .reason__item__label-text {
    font-size: 6.4814814815vw;
  }
}
.reason .reason__item__label-num {
  font-size: 4.8rem;
  font-weight: 700;
  color: #ff6600;
  line-height: 1;
}
@media (max-width: 767px) {
  .reason .reason__item__label-num {
    font-size: 10.7407407407vw;
  }
}
.reason .reason__item__card {
  background: #f4f4f4;
  border-radius: 1.6rem;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  padding: 4rem 6rem 4rem 22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  position: relative;
  min-height: 24.4rem;
}
@media (max-width: 767px) {
  .reason .reason__item__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 9.2592592593vw 5.5555555556vw 5.5555555556vw;
    gap: 2.2222222222vw;
    min-height: auto;
    border-radius: 4.2592592593vw;
    -webkit-box-shadow: 0 1.1111111111vw 2.5925925926vw rgba(0, 0, 0, 0.25);
            box-shadow: 0 1.1111111111vw 2.5925925926vw rgba(0, 0, 0, 0.25);
  }
}
.reason .reason__item__icon {
  position: absolute;
  left: 9%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1074px) {
  .reason .reason__item__icon {
    left: 4%;
  }
}
@media (max-width: 767px) {
  .reason .reason__item__icon {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 12.962962963vw;
  }
}
.reason .reason__item__icon img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.reason .reason__item:nth-child(1) .reason__item__icon {
  width: 8rem;
}
@media (max-width: 767px) {
  .reason .reason__item:nth-child(1) .reason__item__icon {
    width: 11.1111111111vw;
  }
}
.reason .reason__item:nth-child(2) .reason__item__icon {
  width: 10rem;
}
@media (max-width: 767px) {
  .reason .reason__item:nth-child(2) .reason__item__icon {
    width: 18.5185185185vw;
  }
}
.reason .reason__item:nth-child(3) .reason__item__icon {
  width: 8rem;
}
@media (max-width: 767px) {
  .reason .reason__item:nth-child(3) .reason__item__icon {
    width: 11.1111111111vw;
  }
}
.reason .reason__item:nth-child(4) .reason__item__icon {
  width: 8rem;
}
@media (max-width: 767px) {
  .reason .reason__item:nth-child(4) .reason__item__icon {
    width: 11.4814814815vw;
  }
}
.reason .reason__item:nth-child(5) .reason__item__icon {
  width: 6.5rem;
}
@media (max-width: 767px) {
  .reason .reason__item:nth-child(5) .reason__item__icon {
    width: 12.962962963vw;
  }
}
.reason .reason__item:nth-child(6) .reason__item__icon {
  width: 7rem;
}
@media (max-width: 767px) {
  .reason .reason__item:nth-child(6) .reason__item__icon {
    width: 16.2962962963vw;
  }
}
.reason .reason__item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.reason .reason__item__heading {
  font-size: 3rem;
  font-weight: 700;
  color: #2d2624;
  line-height: 1.4;
  letter-spacing: 0.2rem;
}
@media (max-width: 767px) {
  .reason .reason__item__heading {
    font-size: 5.3703703704vw;
    letter-spacing: 0.5555555556vw;
    text-align: left;
  }
}
.reason .reason__item__desc {
  font-size: 2rem;
  font-weight: 500;
  color: #2d2624;
  line-height: 1.3;
  letter-spacing: 0.08rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .reason .reason__item__desc {
    font-size: 4.2592592593vw;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.1703703704vw;
    margin-top: 1.8518518519vw;
    text-align: left;
  }
  .reason .reason__item__desc br {
    display: none;
  }
}
.reason .reason__item__note {
  font-size: 1.4rem;
  font-weight: 500;
  color: #2d2624;
  letter-spacing: 0.08rem;
  margin-top: 0.5rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .reason .reason__item__note {
    font-size: 3.7037037037vw !important;
    margin-top: 0.7407407407vw;
  }
}
.reason .reason__item:nth-child(2) .reason__item__note {
  font-size: 1.6rem;
}

.conversion {
  padding: 9.6rem 2rem;
  background-color: #C92C25;
  position: relative;
  overflow: hidden;
}
.conversion::before {
  content: "";
  width: 1400px;
  height: 105%;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(/useful/wp-content/themes/swell_child/sitetop/images/conversion-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .conversion::before {
    background-image: url(/useful/wp-content/themes/swell_child/sitetop/images/conversion-bg-sp.png);
    width: 105%;
    height: 100%;
    top: 50%;
  }
}
@media (max-width: 767px) {
  .conversion {
    padding: 11.1111111111vw 4.2592592593vw 14.8148148148vw;
  }
}
.conversion .conversion__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .conversion .conversion__inner {
    gap: 1.8518518519vw;
  }
}
.conversion .conversion__heading {
  font-size: 3.5rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2rem;
  line-height: 1.8;
  white-space: nowrap;
}
@media (max-width: 1074px) {
  .conversion .conversion__heading {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .conversion .conversion__heading {
    font-size: 4.2592592593vw;
    font-weight: 700;
    letter-spacing: 0.5555555556vw;
    line-height: 1.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .conversion .conversion__heading-slash {
    font-size: 11.1111111111vw;
  }
}
.conversion .conversion__heading-brand {
  font-family: inherit;
  font-size: 4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .conversion .conversion__heading-brand {
    font-family: inherit;
    font-size: inherit;
  }
}
.conversion .conversion__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 77.4rem;
  max-width: 100%;
  height: 10.5rem;
  background: #fff;
  border-radius: 4rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
}
.conversion .conversion__btn:hover {
  top: 2px;
}
@media (max-width: 767px) {
  .conversion .conversion__btn {
    width: 100%;
    height: 19.2592592593vw;
    border-radius: 10.7407407407vw;
  }
}
.conversion .conversion__btn__text {
  font-size: 3rem;
  font-weight: 700;
  color: #c92c25;
  letter-spacing: 0.3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .conversion .conversion__btn__text {
    font-size: 5.3703703704vw;
    letter-spacing: 0.212962963vw;
  }
}
.conversion .conversion__btn__arrow {
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .conversion .conversion__btn__arrow {
    right: 5.5555555556vw;
    width: 5.3703703704vw;
    height: 5.3703703704vw;
  }
}
.conversion .conversion__btn__arrow img {
  width: 100%;
  height: 100%;
}

.flow {
  background: #fff;
  padding: 6rem 2rem;
}
@media (max-width: 767px) {
  .flow {
    padding: 11.1111111111vw 3.7037037037vw;
  }
}
.flow .flow__inner {
  max-width: 100rem;
}
.flow .section-heading .section-heading__title {
  font-weight: 800;
}
.flow .flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flow .flow__item {
  position: relative;
}
@media (max-width: 767px) {
  .flow .flow__item {
    margin-bottom: 7.4074074074vw;
  }
}
.flow .flow__item__badge {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: #c92c25;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 1074px) {
  .flow .flow__item__badge {
    left: 4%;
  }
}
@media (max-width: 767px) {
  .flow .flow__item__badge {
    width: 17.037037037vw;
    height: 17.037037037vw;
    left: 5.5555555556vw;
    top: 14.8148148148vw;
  }
}
.flow .flow__item__badge-label {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.12rem;
}
@media (max-width: 767px) {
  .flow .flow__item__badge-label {
    font-size: 3.7037037037vw;
    letter-spacing: 0.2222222222vw;
    line-height: 0.8;
  }
}
.flow .flow__item__badge-num {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .flow .flow__item__badge-num {
    font-size: 8.5185185185vw;
  }
}
.flow .flow__item__card {
  background: #f4f4f4;
  border-radius: 1.6rem;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  padding: 5.6rem 8rem 5.6rem 22.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  min-height: 22.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .flow .flow__item__card {
    display: block;
    padding: 24.0740740741vw 7.962962963vw 7.962962963vw;
    min-height: auto;
    border-radius: 4.2592592593vw;
    -webkit-box-shadow: 1.1111111111vw 1.1111111111vw 2.5925925926vw rgba(0, 0, 0, 0.25);
            box-shadow: 1.1111111111vw 1.1111111111vw 2.5925925926vw rgba(0, 0, 0, 0.25);
  }
}
.flow .flow__item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flow .flow__item__heading {
  font-size: 3rem;
  font-weight: 700;
  color: #2d2624;
  line-height: 1.17;
  letter-spacing: 0.02rem;
}
@media (max-width: 767px) {
  .flow .flow__item__heading {
    font-size: 5.3703703704vw;
    line-height: 1.75;
    letter-spacing: 0.0537037037vw;
  }
}
.flow .flow__item__desc {
  font-size: 2rem;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 1.5;
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .flow .flow__item__desc {
    font-size: 4.2592592593vw;
    line-height: 1.4;
    letter-spacing: 0.1703703704vw;
    margin-top: 1.8518518519vw;
  }
}
.flow .flow__item__note {
  font-size: 1.6rem;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 1.5;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .flow .flow__item__note {
    font-size: 3.7037037037vw;
    margin-top: 0.7407407407vw;
  }
}
.flow .flow__item__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7.5rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .flow .flow__item__icon {
    position: absolute;
    top: 3.7037037037vw;
    right: 7.962962963vw;
    width: 12.962962963vw;
    height: 24.0740740741vw;
  }
}
.flow .flow__item__icon img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.flow .flow__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .flow .flow__arrow {
    display: none;
  }
}
.flow .flow__arrow img {
  width: 20rem;
  height: auto;
}
@media (max-width: 767px) {
  .flow .flow__arrow img {
    width: 9.2592592593vw;
  }
}

.deliver {
  padding: 6rem 2rem 10rem;
}
@media (max-width: 767px) {
  .deliver {
    padding: 0 3.7037037037vw 12.962962963vw;
  }
}
.deliver .section-heading .section-heading__title {
  font-weight: 800;
}
.deliver .deliver__block {
  display: grid;
  grid-template-columns: 1fr 41.2rem;
  grid-template-rows: auto 1fr;
  gap: 0 4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .deliver .deliver__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.5555555556vw;
    margin-top: 5.5555555556vw;
  }
}
.deliver .deliver__block__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  grid-column: 1;
  grid-row: 1;
}
@media (max-width: 767px) {
  .deliver .deliver__block__heading {
    gap: 1.8518518519vw;
  }
}
.deliver .deliver__block__body {
  grid-column: 1;
  grid-row: 2;
}
@media (max-width: 767px) {
  .deliver .deliver__block__body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.deliver .deliver__block__bar {
  display: inline-block;
  width: 1rem;
  height: 2rem;
  background: #c92c25;
}
@media (max-width: 767px) {
  .deliver .deliver__block__bar {
    width: 1.8518518519vw;
    height: 5.3703703704vw;
  }
}
.deliver .deliver__block__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #2d2624;
  line-height: 1;
}
@media (max-width: 767px) {
  .deliver .deliver__block__title {
    font-size: 4.8148148148vw;
  }
}
.deliver .deliver__block__desc {
  font-size: 1.8rem;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 3.2rem;
  letter-spacing: 0.072rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .deliver .deliver__block__desc {
    font-size: 4.2592592593vw;
    line-height: 1.6;
    letter-spacing: 0.1703703704vw;
    margin-top: 3.7037037037vw;
  }
}
.deliver .deliver__block__note {
  font-size: 1.5rem;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 3rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .deliver .deliver__block__note {
    font-size: 3.7037037037vw;
    line-height: 1.6;
    margin-top: 2.7777777778vw;
  }
}
.deliver .deliver__block__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  grid-column: 2;
  grid-row: 1/-1;
  align-self: start;
}
@media (max-width: 767px) {
  .deliver .deliver__block__image {
    width: 74.6296296296vw;
    margin: 0 auto;
  }
}
.deliver .deliver__block__image img {
  width: 100%;
  height: auto;
  display: block;
}
.deliver .deliver__capbox {
  margin-top: 6rem;
  position: relative;
  padding-top: 4rem;
  max-width: 96rem;
}
@media (max-width: 767px) {
  .deliver .deliver__capbox {
    margin-top: 11.1111111111vw;
    padding-top: 5.5555555556vw;
  }
}
.deliver .deliver__capbox__title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #1e1e1e;
  letter-spacing: 0.14rem;
  line-height: 1;
  text-align: center;
  background: #fdfdfd;
  display: inline-block;
  padding: 0 2rem;
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .deliver .deliver__capbox__title {
    font-size: 6.4814814815vw;
    letter-spacing: 0.2555555556vw;
    padding: 0 2.7777777778vw;
    top: 1.8518518519vw;
  }
}
.deliver .deliver__capbox__card {
  border: 2px solid #1e1e1e;
  border-radius: 2rem;
  background: #fdfdfd;
  padding: 5rem 8rem 6rem;
}
@media (max-width: 767px) {
  .deliver .deliver__capbox__card {
    border-radius: 5.3703703704vw;
    padding: 9.2592592593vw 8.5185185185vw 5.5555555556vw;
  }
}
.deliver .deliver__capbox__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
}
@media (max-width: 767px) {
  .deliver .deliver__capbox__upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 3.7037037037vw;
  }
}
.deliver .deliver__capbox__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20rem;
}
@media (max-width: 767px) {
  .deliver .deliver__capbox__img {
    width: 53.3333333333vw;
    margin: 0 auto;
  }
}
.deliver .deliver__capbox__img img {
  width: 100%;
  height: auto;
}
.deliver .deliver__capbox__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 3.24rem;
}
@media (max-width: 767px) {
  .deliver .deliver__capbox__text {
    font-size: 4.8148148148vw;
    line-height: 1.8;
  }
}
.deliver .deliver__capbox__text p {
  margin: 0;
}
.deliver .deliver__capbox__em {
  font-weight: 800;
  color: #c92c25;
}
.deliver .deliver__capbox__divider {
  border: none;
  border-top: 2px solid #1e1e1e;
  margin: 3rem 0;
}
@media (max-width: 767px) {
  .deliver .deliver__capbox__divider {
    margin: 4.6296296296vw 0;
  }
}
.deliver .deliver__capbox__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .deliver .deliver__capbox__flow {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.7777777778vw;
    padding-bottom: 22.2222222222vw;
  }
}
.deliver .deliver__capbox__step {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .deliver .deliver__capbox__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.deliver .deliver__capbox__circle {
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  background: #c92c25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  padding: 2rem;
}
@media (max-width: 767px) {
  .deliver .deliver__capbox__circle {
    width: 32.037037037vw;
    height: 32.037037037vw;
    gap: 0.9259259259vw;
    padding: 1.8518518519vw;
    position: relative;
  }
}
.deliver .deliver__capbox__circle-icon {
  width: 9rem;
  height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .deliver .deliver__capbox__circle-icon {
    width: 14.8148148148vw;
    height: 11.1111111111vw;
  }
}
.deliver .deliver__capbox__circle-text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 2.8rem;
  margin: 0;
}
@media (max-width: 767px) {
  .deliver .deliver__capbox__circle-text {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 1.8518518519vw;
    width: 40.7407407407vw;
    font-size: 4.2592592593vw;
    line-height: 1.5;
    color: #1e1e1e;
  }
}
.deliver .deliver__capbox__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .deliver .deliver__capbox__arrow {
    width: 5.3703703704vw;
    margin-top: 12.037037037vw;
  }
}
.deliver .deliver__capbox__arrow img {
  width: 100%;
  height: auto;
}

.voice {
  background: #ebeef3;
  padding: 10rem 2rem;
  position: relative;
  z-index: 1;
}
.voice::before {
  content: "";
  width: 1600px;
  height: 700px;
  position: absolute;
  top: 40px;
  left: 48%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  background-image: url(/useful/wp-content/themes/swell_child/sitetop/images/voice-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .voice::before {
    width: 95%;
    height: 29.6296296296vw;
    top: -7.4074074074vw;
    left: 0;
    -webkit-transform: none;
            transform: none;
    background-image: url(/useful/wp-content/themes/swell_child/sitetop/images/voice-bg-sp.png);
    background-position: left;
  }
}
@media (max-width: 767px) {
  .voice {
    padding: 11.1111111111vw 3.7037037037vw 14.8148148148vw;
  }
}
.voice .section-heading .section-heading__title {
  font-weight: 800;
}
.voice .voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media (max-width: 767px) {
  .voice .voice__list {
    gap: 7.4074074074vw;
  }
}
.voice .voice__item {
  position: relative;
}
.voice .voice__item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.8rem;
  margin-bottom: -2rem;
  padding-left: 8rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .voice .voice__item__label {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    gap: 1.8518518519vw;
    margin-bottom: -4.6296296296vw;
  }
}
.voice .voice__item__label-text {
  font-size: 2.4rem;
  font-weight: 700;
  color: #2d2624;
  line-height: 1;
}
@media (max-width: 767px) {
  .voice .voice__item__label-text {
    font-size: 6.4814814815vw;
  }
}
.voice .voice__item__label-num {
  font-size: 4.8rem;
  font-weight: 700;
  color: #ff6600;
  line-height: 1;
}
@media (max-width: 767px) {
  .voice .voice__item__label-num {
    font-size: 12.7777777778vw;
  }
}
.voice .voice__item__card {
  background: #fff;
  border-radius: 1.6rem;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  padding: 4.8rem 5.6rem;
}
@media (max-width: 767px) {
  .voice .voice__item__card {
    padding: 10.7407407407vw 5.3703703704vw;
    border-radius: 4.2592592593vw;
    -webkit-box-shadow: 0 1.1111111111vw 2.5925925926vw rgba(0, 0, 0, 0.25);
            box-shadow: 0 1.1111111111vw 2.5925925926vw rgba(0, 0, 0, 0.25);
  }
}
.voice .voice__item__tag-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .voice .voice__item__tag-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.1481481481vw;
  }
}
.voice .voice__item__tag {
  display: inline-block;
  background: #c92c25;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 3.2rem;
  padding: 0 2rem;
  border-radius: 0.5rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .voice .voice__item__tag {
    font-size: 4.2592592593vw;
    font-weight: 700;
    line-height: 9.8148148148vw;
    padding: 0 5.3703703704vw;
    border-radius: 1.2962962963vw;
  }
}
.voice .voice__item__stars {
  height: 2.5rem;
  width: auto;
}
@media (max-width: 767px) {
  .voice .voice__item__stars {
    height: 6.6666666667vw;
  }
}
.voice .voice__item__heading {
  font-size: 3rem;
  font-weight: 700;
  color: #2d2624;
  line-height: 4.2rem;
  letter-spacing: 0.2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .voice .voice__item__heading {
    font-size: 5.3703703704vw;
    line-height: 1.75;
    letter-spacing: 0;
    margin-top: 2.7777777778vw;
  }
}
.voice .voice__item__desc {
  font-size: 1.8rem;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 3.2rem;
  letter-spacing: 0.072rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .voice .voice__item__desc {
    font-size: 4.2592592593vw;
    line-height: 1.6;
    letter-spacing: 0.1703703704vw;
    margin-top: 2.7777777778vw;
  }
}

.faq {
  padding: 6rem 2rem 8rem;
}
@media (max-width: 767px) {
  .faq {
    padding: 11.1111111111vw 3.7037037037vw 14.8148148148vw;
  }
}
.faq .faq__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq .faq__item:nth-child(odd) .faq__item__question {
  background: #fff;
}
.faq .faq__item:nth-child(even) .faq__item__question {
  background: #ebeef3;
}
.faq .faq__item__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 4rem;
  min-height: 9.8rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.faq .faq__item__question:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .faq .faq__item__question {
    padding: 2.7777777778vw 2.7777777778vw;
    min-height: 21.2962962963vw;
  }
}
.faq .faq__item__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 50%;
  background: #c92c25;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .faq .faq__item__num {
    width: 6.4814814815vw;
    height: 6.4814814815vw;
    font-size: 4.2592592593vw;
  }
}
.faq .faq__item__q-text {
  font-size: 2rem;
  font-weight: 500;
  color: #1e1e1e;
  line-height: 3.6rem;
  margin: 0 0 0 3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .faq .faq__item__q-text {
    font-size: 4.0740740741vw;
    margin-left: 2.7777777778vw;
    padding-right: 3.7037037037vw;
  }
}
.faq .faq__item__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .faq .faq__item__icon {
    width: 4.2592592593vw;
    height: 4.2592592593vw;
  }
}
.faq .faq__item__icon::before, .faq .faq__item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #1e1e1e;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.faq .faq__item__icon::before {
  width: 100%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faq .faq__item__icon::after {
  width: 2px;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faq .faq__item__question.is-open .faq__item__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.faq .faq__item__answer {
  display: none;
  padding: 2rem 4rem 3rem 11.8rem;
}
@media (max-width: 767px) {
  .faq .faq__item__answer {
    padding: 2.7777777778vw 3.7037037037vw 4.6296296296vw 3.7037037037vw;
  }
}
.faq .faq__item__a-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #1e1e1e;
  line-height: 2.8rem;
  margin: 0;
}
.faq .faq__item__a-text a {
  color: #c92c25;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq .faq__item__a-text a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .faq .faq__item__a-text {
    font-size: 4.0740740741vw;
    line-height: 1.6;
  }
}

.contact {
  padding: 6rem 2rem;
  background-color: #F4F4F4;
}
@media (max-width: 767px) {
  .contact {
    padding: 11.1111111111vw 3.7037037037vw;
  }
}

.notes {
  padding: 6rem 2rem 8rem;
}
@media (max-width: 767px) {
  .notes {
    padding: 11.1111111111vw 3.7037037037vw 14.8148148148vw;
  }
}
.notes .notes__title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #1e1e1e;
  text-align: center;
  letter-spacing: 0.02rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .notes .notes__title {
    font-size: 6.4814814815vw;
    font-weight: 700;
    letter-spacing: 0.0537037037vw;
    margin-bottom: 5.5555555556vw;
  }
}
.notes .notes__body p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #333;
  line-height: 2.6rem;
  margin: 0 0 0.4rem;
}
@media (max-width: 767px) {
  .notes .notes__body p {
    font-size: 4.0740740741vw;
    font-weight: 500;
    line-height: 1.73;
    margin-bottom: 1.1111111111vw;
  }
}

.footer {
  background: #c92c25;
  color: #fff;
  padding: 7rem 2rem 5.5rem;
}
@media (max-width: 767px) {
  .footer {
    padding: 16.2962962963vw 5.5555555556vw 18.5185185185vw;
  }
}
.footer a {
  color: #fff;
}
.footer .footer__top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 3.5rem;
  border-bottom: solid 1px #fff;
  gap: 40px;
}
.footer .footer__top .footer__logo {
  max-width: 19.296875vw;
  width: 100%;
}
@media (min-width:1280px) {
  .footer .footer__top .footer__logo {
    max-width: 24.7rem;
  }
}
@media (max-width: 767px) {
  .footer .footer__top .footer__logo {
    max-width: 45.7407407407vw;
    margin: 0 auto 7.4074074074vw;
  }
}
.footer .footer__top .footer__menu {
  max-width: 70rem;
  width: 100%;
}
@media (min-width: 768px) {
  .footer .footer__top .footer__menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .footer .footer__top .footer__menu {
    max-width: 100%;
  }
}
.footer .footer__top .footer__menu__item {
  width: 25%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .footer .footer__top .footer__menu__item {
    margin-bottom: 9.2592592593vw;
    width: 100%;
  }
}
.footer .footer__top .footer__menu__item:last-of-type {
  margin-bottom: 0;
}
.footer .footer__top .menu-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .footer .footer__top .menu-title {
    font-size: 3.7037037037vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media (max-width: 767px) {
  .footer .footer__top .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.7037037037vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer .footer__top .menu-list li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .footer .footer__top .menu-list li {
    margin-bottom: 0;
  }
}
.footer .footer__top .menu-list li:last-child {
  margin-bottom: 0;
}
.footer .footer__top .menu-list li a {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  line-height: 1.5;
}
.footer .footer__top .menu-list li a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .footer .footer__top .menu-list li a {
    font-size: 3.1481481481vw;
  }
}
@media (max-width: 767px) {
  .footer .footer__top .menu-list li a br {
    display: none;
  }
}
.footer .copyright {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .footer .copyright {
    font-size: 2.5925925926vw;
    margin-top: 6.4814814815vw;
  }
}

/*=================================================
  検索モーダル
===================================================*/
body.search-open {
  overflow: hidden;
}

.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.search-modal.is-open {
  visibility: visible;
  opacity: 1;
}
.search-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.search-modal__inner {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 540px;
  text-align: center;
}
.search-modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.search-modal__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 50px;
  padding: 0 16px;
  font-size: 1.6rem;
  border: none;
  border-radius: 4px 0 0 4px;
  outline: none;
  background: #fff;
}
.search-modal__input::-webkit-input-placeholder {
  color: #aaa;
}
.search-modal__input::-moz-placeholder {
  color: #aaa;
}
.search-modal__input:-ms-input-placeholder {
  color: #aaa;
}
.search-modal__input::-ms-input-placeholder {
  color: #aaa;
}
.search-modal__input::placeholder {
  color: #aaa;
}
.search-modal__submit {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 0 4px 4px 0;
  background: #1f1f1f;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-modal__submit:hover {
  opacity: 0.8;
}
.search-modal__close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-top: 20px;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
}
.search-modal__close:hover {
  opacity: 0.7;
}