@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

body {
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333333;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    font-size: 4.2666666667vw;
    line-height: 1.375;
  }
}
body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
}

body.noScroll {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
@supports (height: 100svh) {
  body.noScroll {
    height: 100svh;
  }
}

.font-eng {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: bold;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}
a:hover {
  opacity: 0.8;
}

@media all and (min-width: 768px) {
  .text-link {
    transition: 0.3s;
  }
  .text-link:hover {
    color: #000;
    text-decoration: underline;
  }
  .text-link:hover img {
    opacity: 0.8;
  }
  .text-link img {
    transition: 0.3s;
  }
}

input[type=text] {
  border-radius: 0;
}

input[type=submit] {
  border: none;
}
input[type=submit]:hover {
  cursor: pointer;
}

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

@media all and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

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

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.cmn-content-main {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .cmn-content-main {
    width: auto;
    padding: 0 15px;
  }
}

.cmn-content-main-content {
  position: relative;
  padding-bottom: 105px;
}
@media screen and (max-width: 767px) {
  .cmn-content-main-content {
    padding-bottom: 26.6666666667%;
  }
}

.table-basic {
  width: 100%;
}
.table-basic th,
.table-basic td {
  padding: 10px 30px;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid #DEDEDE;
}
@media screen and (max-width: 767px) {
  .table-basic th,
  .table-basic td {
    padding: 10px;
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
  }
}
.table-basic th {
  font-weight: 600;
  color: #000;
  background-color: #F1F2F2;
  text-align: left;
  width: 35%;
}
.table-basic td {
  width: 65%;
}
.table-basic .col-text-center {
  text-align: center;
}
.table-basic .col-text-left {
  text-align: left;
}
.table-basic .col-text-right {
  text-align: right;
}
.table-basic .vertical-middle {
  vertical-align: middle;
}

sup {
  font-size: 0.5rem;
  line-height: 2.625;
  vertical-align: top;
}

.color-red {
  color: #D4003B;
}

.button {
  text-align: center;
  padding: 12px 80px;
  max-width: 200px;
  margin: 80px auto 0;
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  display: block;
  color: #262324;
  box-sizing: border-box;
  border: 1px solid #262324;
}
@media all and (min-width: 768px) {
  .button:not(:disabled):hover {
    opacity: 0.8;
    transition: all 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .button {
    margin-top: 50px;
    min-width: initial;
    box-sizing: border-box;
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
  }
}

.button-green {
  max-width: 350px;
  text-align: center;
  padding: 10px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  display: block;
  color: #FFFFFF;
  box-sizing: border-box;
  border-radius: 30px;
  background: #3CD371;
}

.button-gray {
  max-width: 350px;
  text-align: center;
  padding: 10px;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  color: #FFFFFF;
  box-sizing: border-box;
  border-radius: 30px;
  background: #B2B2B2;
}

.button-tenbaikinshi {
  text-align: center;
  padding: 20px 38px;
  max-width: max-content;
  margin: 80px auto 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #262324;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 3px solid #E8DDD9;
}
.button-tenbaikinshi i {
  color: #EC8785;
  font-size: 1.75rem;
  line-height: 1;
}
@media all and (min-width: 768px) {
  .button-tenbaikinshi:not(:disabled):hover {
    opacity: 0.8;
    transition: all 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .button-tenbaikinshi {
    margin-top: 50px;
    min-width: initial;
    padding: 20px;
    box-sizing: border-box;
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
  }
  .button-tenbaikinshi i {
    font-size: 1.25rem;
    line-height: 1;
  }
}

.intpu-title {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.input__text {
  padding: 10px;
  height: 40px;
  border: 1px solid #858585;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .input__text {
    font-size: 4.2666666667vw;
    line-height: 1;
  }
}

.radio-tag-type {
  display: none;
}
.radio-tag-type:checked + label {
  font-weight: 400;
  color: #FFFFFF;
  background: #056DAE;
}

.radio-tag-type + label {
  text-align: center;
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  display: inline-block;
  background: #FFFFFF;
  cursor: pointer;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
}
.radio-tag-type + label:hover {
  transition: all 0.4ms;
  opacity: 0.8;
}

.custom-select {
  display: flex;
  align-items: center;
}
.custom-select-form {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .custom-select-form {
    width: 80px;
    height: 44px;
  }
}
.custom-select-form::after {
  position: absolute;
  content: "";
  margin-top: -3px;
  width: 11px;
  height: 7px;
  right: 10px;
  top: 50%;
  background: url(../images/common/icon_arrow_pulldown.svg) no-repeat left top;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}
.custom-select-form.disabled::after {
  background-image: url(../images/common/icon_arrow_pulldown_disabled.png);
}
.custom-select-form > select {
  position: relative;
  padding: 11px 30px 11px 12px;
  min-width: 80px;
  min-height: 44px;
  color: #000;
  appearance: none;
  background: none;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  font-size: 1rem;
  line-height: 1.1875;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .custom-select-form > select {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.custom-select-form > select:focus {
  border: 1px solid #264064;
}
.custom-select-form > select:disabled {
  color: #acacac;
  background-color: #f9f9f9;
}
.custom-select label {
  margin-right: 15px;
  color: #000;
}

.custom-checkbox input[type=checkbox] {
  display: none;
}
.custom-checkbox input[type=checkbox]:checked + label::before {
  background-color: #264064;
  border: none;
}
.custom-checkbox input[type=checkbox]:disabled + label {
  color: #ACACAC;
}
.custom-checkbox input[type=checkbox]:disabled + label::before {
  background-color: #F1F1F1;
  border: none;
}
.custom-checkbox input[type=checkbox]:disabled + label::after {
  display: none;
}
.custom-checkbox label {
  position: relative;
  cursor: pointer;
  color: #666;
}
.custom-checkbox label::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ddd;
  vertical-align: middle;
  box-sizing: border-box;
  transition: 0.3s;
}
.custom-checkbox label::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  display: block;
  height: 7px;
  left: 7px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

.input__search {
  padding: 10px 10px 10px 50px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  min-width: 304px;
  font-size: 1rem;
  line-height: 1.1875;
}
.input__search-form {
  position: relative;
}
.input__search-form::before {
  content: "";
  background: url(../images/common/icon_search.svg) no-repeat 50% 50%;
  background-size: contain;
  display: block;
  position: absolute;
  left: 19px;
  top: 13px;
  width: 18px;
  height: 19px;
}
@media screen and (max-width: 767px) {
  .input__search {
    font-size: 4.2666666667vw;
    line-height: 1.1875;
    -webkit-appearance: none;
    border-radius: 0;
    background: #FFFFFF;
  }
}
.input__search:focus {
  border: 1px solid #264064;
}
.input__search:disabled {
  color: #acacac;
  background-color: #f9f9f9;
}

.input__textarea {
  border-radius: 0;
  padding: 13px 15px;
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
  height: 120px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .input__textarea {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    height: 215px;
  }
}

.input__password {
  padding-right: 36px;
}
.input__password-wrapper {
  position: relative;
}
.input__password-wrapper .toggle-disp-button {
  position: absolute;
  right: 8px;
  top: 8px;
}
.input__password-wrapper .toggle-disp-button img {
  display: none;
}
.input__password-wrapper .toggle-disp-button img.active {
  display: inline;
}

::placeholder {
  color: #acacac;
}

.cmn-footer {
  background: #FDF3F2;
}
.cmn-footer .pagetop {
  padding: 10px 0;
  width: 100%;
  display: block;
  background: #E8DDD9;
}
.cmn-footer .pagetop i,
.cmn-footer .pagetop span {
  display: block;
  text-align: center;
}
.cmn-footer .pagetop i {
  font-size: 20px;
}
.cmn-footer .pagetop .text {
  font-size: 0.75rem;
  line-height: 1;
}
.cmn-footer .cmn-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 30px;
}
@media screen and (max-width: 767px) {
  .cmn-footer .cmn-footer__inner {
    padding: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 950px) {
  .cmn-footer .cmn-footer__inner {
    padding: 50px 4% 30px;
  }
}
.cmn-footer .cmn-footer__inner .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cmn-footer .cmn-footer__inner .flex {
    flex-direction: column;
  }
}
.cmn-footer .cmn-footer__inner .flex-left .line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.cmn-footer .cmn-footer__inner .flex-left .line .logo {
  display: block;
  width: 118px;
  height: auto;
}
.cmn-footer .cmn-footer__inner .flex-left .line .sns-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.cmn-footer .cmn-footer__inner .flex-left .line .sns-list i {
  font-size: 30px;
}
.cmn-footer .cmn-footer__inner .flex-left .copy {
  margin-top: 25px;
  color: #B2B2B2;
  font-size: 0.75rem;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .cmn-footer .cmn-footer__inner .flex .flex-left,
  .cmn-footer .cmn-footer__inner .flex .flex-right {
    width: 100%;
  }
  .cmn-footer .cmn-footer__inner .flex .flex-left .line,
  .cmn-footer .cmn-footer__inner .flex .flex-right .line {
    justify-content: space-between;
  }
  .cmn-footer .cmn-footer__inner .flex .flex-right {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-footer .cmn-footer__inner .copy {
    width: 100%;
    text-align: right;
    margin-top: 20px;
    display: block;
    color: #B2B2B2;
    font-size: 2.6666666667vw;
    line-height: 1.2;
  }
}

.cmn-footer__nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 350px;
  gap: 20px;
}
.cmn-footer__nav ul li a {
  font-size: 0.75rem;
  line-height: 1.25;
}
.cmn-footer__nav_sub {
  margin-top: 15px;
}
.cmn-footer__nav_sub li a {
  color: #CCCCCC;
}
@media screen and (max-width: 767px) {
  .cmn-footer__nav .cmn-footer__nav_main ul {
    margin-top: 10px;
    justify-content: space-between;
    max-width: 100%;
  }
  .cmn-footer__nav .cmn-footer__nav_main ul li a {
    font-size: 2.6666666667vw;
    line-height: 1.2;
  }
  .cmn-footer__nav .cmn-footer__nav_sub ul {
    justify-content: flex-start;
  }
  .cmn-footer__nav .cmn-footer__nav_sub ul li a {
    font-size: 2.6666666667vw;
    line-height: 1.2;
  }
}

.bg.jsActive {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .bg {
    display: none;
  }
}

.cmn-header__main {
  position: fixed;
  top: 0;
  width: 100%;
  height: 55px;
  z-index: 100;
}
.cmn-header__main .cmn-header__nav {
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (min-width: 768px) and (max-width: 950px) {
  .cmn-header__main .cmn-header__nav {
    padding: 0 4%;
  }
}
.cmn-header__main .cmn-header__nav ul {
  display: flex;
  height: 60px;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .cmn-header__main .cmn-header__nav ul {
    justify-content: flex-end;
    padding-right: 20px;
    gap: 20px;
  }
}
.cmn-header__main .cmn-header__nav ul li a {
  font-size: 16px;
  font-weight: bold;
  height: 100%;
  display: block;
}
.cmn-header__main .cmn-header__nav ul li a i {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .cmn-header__main .cmn-header__nav ul li {
    display: none;
  }
  .cmn-header__main .cmn-header__nav ul li:nth-child(6), .cmn-header__main .cmn-header__nav ul li:nth-child(7) {
    display: block;
  }
  .cmn-header__main .cmn-header__nav ul li:nth-child(6) i, .cmn-header__main .cmn-header__nav ul li:nth-child(7) i {
    font-size: 18px;
    color: #FCDACD;
  }
  .cmn-header__main .cmn-header__nav ul li:nth-child(7) {
    margin-left: 20px;
  }
}
.cmn-header__main .open-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .cmn-header__main .trigger {
    display: block;
    position: absolute;
    left: 3%;
    top: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 2000;
  }
  .cmn-header__main .trigger span {
    display: block;
    position: absolute;
    width: 32px;
    border-bottom: solid 2px #000;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .cmn-header__main .trigger span:nth-child(1) {
    top: 14px;
  }
  .cmn-header__main .trigger span:nth-child(2) {
    top: 22px;
  }
  .cmn-header__main .trigger span:nth-child(3) {
    top: 31px;
  }
  .cmn-header__main .trigger.active span:nth-child(1) {
    top: 22px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .cmn-header__main .trigger.active span:nth-child(2), .cmn-header__main .trigger.active span:nth-child(3) {
    top: 22px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .cmn-header__main .trigger + .open-menu {
    display: none;
  }
  .cmn-header__main .trigger + .open-menu.jsOpen {
    z-index: 1000;
    padding: 60px 40px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: block;
    box-sizing: border-box;
    background: #FFFFFF;
  }
  .cmn-header__main .trigger + .open-menu.jsOpen ul li {
    padding: 20px;
    border-bottom: 1px solid #B2B2B2;
  }
}

.cmn-header__logo {
  display: block;
}
.cmn-header__logo:hover img {
  opacity: 0.8;
}
.cmn-header__logo img {
  width: 260px;
  opacity: 1;
  transition: all 0.4s;
}

.admin-bar .cmn-header__main {
  top: 32px;
}

.parts--heading2 {
  text-align: center;
}
.parts--heading2 .heading2 {
  font-size: 2.125rem;
  line-height: 1.4705882353;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .parts--heading2 .heading2 {
    font-size: 8.2666666667vw;
    line-height: 1;
  }
}
.parts--heading2 .sub-tt {
  margin-top: 10px;
  font-size: 13px;
  color: #8D8C8C;
}
@media screen and (max-width: 767px) {
  .parts--heading2 .sub-tt {
    font-size: 2.9333333333vw;
    line-height: 1.5454545455;
  }
}

.heading3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .heading3 {
    font-size: 6.4vw;
    line-height: 1.4166666667;
  }
}

.parts--card {
  margin-top: 50px;
}
.parts--card ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .parts--card ul {
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
.parts--card ul li {
  height: 290px;
  max-width: 205px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .parts--card ul li {
    height: 270px;
    box-sizing: border-box;
    max-width: 170px;
  }
}
.parts--card ul li a {
  position: relative;
  display: block;
  height: 100%;
}
.parts--card ul li a .arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0.9;
}
.parts--card ul li .texts {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .parts--card ul li .texts {
    padding: 10px;
  }
}
.parts--card ul li .texts .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .parts--card ul li .texts .ttl {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.parts--card ul li .texts .line {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parts--card ul li .texts .line .text {
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .parts--card ul li .texts .line {
    font-size: 3.2vw;
    line-height: 1;
  }
  .parts--card ul li .texts .line .text {
    font-size: 2.6666666667vw;
    line-height: 1.6;
  }
}

.parts--title {
  position: relative;
  padding: 50px 0 110px;
  max-width: 1000px;
  margin: 0 auto;
}
@media all and (min-width: 768px) and (max-width: 950px) {
  .parts--title {
    padding-right: 4%;
    padding-left: 4%;
  }
}
.parts--title .heading1 {
  font-weight: bold;
  font-size: 2.625rem;
  line-height: 1.2142857143;
}
.parts--title .sub-tt {
  margin-top: 10px;
  color: #8D8C8C;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
}
.parts--title .border_2 {
  position: absolute;
  bottom: 0;
  width: 300px;
  height: 2px;
  background: #000;
  z-index: 2;
}
.parts--title .border {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #CCCCCC;
  z-index: 1;
}
@media all and (min-width: 768px) and (max-width: 950px) {
  .parts--title .border {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .parts--title {
    padding: 80px 4% 40px;
  }
  .parts--title .heading1 {
    font-size: 8vw;
    line-height: 1.5;
  }
  .parts--title .sub-tt {
    font-size: 3.4666666667vw;
    line-height: 1.2307692308;
  }
  .parts--title .border_2 {
    width: 20%;
  }
  .parts--title .border {
    width: 90%;
  }
}

.parts--kome-list {
  margin-top: 60px;
}
.parts--kome-list li {
  display: table;
  font-size: 0.75rem;
  line-height: 2;
  margin-top: 5px;
}
.parts--kome-list li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .parts--kome-list li {
    font-size: 3.2vw;
    line-height: 2;
  }
}
.parts--kome-list li span {
  display: table-cell;
}
.parts--kome-list li .kome {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .parts--kome-list {
    margin-top: 40px;
  }
}

.font-bold {
  font-weight: bold;
}

.text-link {
  color: #2B63BB;
}

.text-center {
  text-align: center;
}

.home-content-wrapper {
  overflow: hidden;
}
.home-content-wrapper .home-content-mv {
  position: relative;
}
.home-content-wrapper .home-content-mv picture {
  line-height: 0.8;
  display: block;
}
.home-content-wrapper .home-content-mv .logo {
  position: absolute;
  bottom: 3%;
  right: 3%;
  margin: 0 auto;
  z-index: 100;
  width: 300px;
}
.home-content-wrapper .home-content-mv .logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home-content-wrapper .home-content-mv .logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 12%;
    text-align: center;
    width: 190px;
  }
}
.home-content-wrapper .home-content-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home-content-wrapper .home-content-inner {
    padding: 0 4%;
  }
}
@media all and (min-width: 768px) and (max-width: 950px) {
  .home-content-wrapper .home-content-inner {
    padding: 0 4%;
  }
}
.home-content-wrapper .home-content-product {
  padding: 70px 0 100px;
  background: linear-gradient(#FFDDD6, #FDF3F2);
}
.home-content-wrapper .home-content-bgwrap {
  padding: 70px 0 100px;
  background: linear-gradient(#FFDDD6, #FDF3F2);
}
.home-content-wrapper .home-content-about {
  padding: 70px 0 100px;
}
.home-content-wrapper .home-content-about .flex {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .home-content-wrapper .home-content-about .flex {
    justify-content: space-between;
    align-items: flex-end;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-content-wrapper .home-content-about .flex-left {
    width: 50%;
  }
  .home-content-wrapper .home-content-about .flex-left .logo {
    position: relative;
    margin-right: -20px;
    z-index: 3;
  }
}
.home-content-wrapper .home-content-about .flex-left .catch {
  margin-top: 50px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 2.125rem;
  line-height: 1.4705882353;
}
@media screen and (max-width: 767px) {
  .home-content-wrapper .home-content-about .flex-left .catch {
    margin-top: 20px;
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
}
.home-content-wrapper .home-content-about .flex-left .text {
  margin-top: 50px;
  max-width: 520px;
  line-height: 2;
}
.home-content-wrapper .home-content-about .flex-right {
  max-width: 429px;
}
@media screen and (max-width: 767px) {
  .home-content-wrapper .home-content-about .flex-right {
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  .home-content-wrapper .home-content-about .flex + .text {
    margin-top: 20px;
    padding-right: 4%;
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}
.home-content-wrapper .home-content-media .container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .home-content-wrapper .home-content-media .container {
    max-width: 90%;
  }
}
.home-content-wrapper .home-content-media .mediaSwiper {
  max-width: 800px;
  margin: 60px auto 0;
  overflow: hidden;
}
.home-content-wrapper .home-content-media .mediaSwiper .swiper-slide {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .home-content-wrapper .home-content-media .mediaSwiper .swiper-slide {
    justify-content: flex-start;
  }
}
.home-content-wrapper .home-content-media .mediaSwiper .swiper-slide {
  text-align: center;
}
.home-content-wrapper .home-content-media .mediaSwiper .swiper-slide:last-child {
  margin-right: 0 !important;
}
.home-content-wrapper .home-content-media .mediaSwiper .swiper-slide img {
  width: 138px;
  height: 168px;
}
@media all and (min-width: 768px) and (max-width: 950px) {
  .home-content-wrapper .home-content-media .mediaSwiper .swiper-slide img {
    width: 138px;
    height: auto;
  }
}
.home-content-wrapper .home-content-media .mediaSwiper .swiper-slide .cap {
  margin-top: 5px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .home-content-wrapper .home-content-media .mediaSwiper {
    max-width: 90%;
  }
  .home-content-wrapper .home-content-media .mediaSwiper .swiper-slide img {
    width: 100%;
    height: auto;
  }
}
.home-content-wrapper .home-content-media .swiper-button-prev {
  position: absolute;
  left: 0;
  display: block;
  background: url("../img/home/icon_arrow_prev.png") no-repeat center center;
  background-size: contain;
  z-index: 100;
}
.home-content-wrapper .home-content-media .swiper-button-prev::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .home-content-wrapper .home-content-media .swiper-button-prev {
    left: -25px;
    width: 20px;
  }
}
.home-content-wrapper .home-content-media .swiper-button-next {
  position: absolute;
  right: 0;
  display: block;
  background: url("../img/home/icon_arrow_next.png") no-repeat center center;
  background-size: contain;
}
.home-content-wrapper .home-content-media .swiper-button-next::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .home-content-wrapper .home-content-media .swiper-button-next {
    right: -25px;
    width: 20px;
  }
}
.home-content-wrapper .home-content-media .media-information {
  margin-top: 50px;
}
.home-content-wrapper .home-content-media .media-information .media-information_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}
.home-content-wrapper .home-content-media .media-information .media-information_ttl .heading4 {
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .home-content-wrapper .home-content-media .media-information .media-information_ttl .heading4 {
    font-size: 4.2666666667vw;
    line-height: 2;
  }
}
.home-content-wrapper .home-content-media .media-information .media-information_ttl .heading4::before, .home-content-wrapper .home-content-media .media-information .media-information_ttl .heading4::after {
  content: " ";
  display: block;
  width: 320px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .home-content-wrapper .home-content-media .media-information .media-information_ttl .heading4::before, .home-content-wrapper .home-content-media .media-information .media-information_ttl .heading4::after {
    width: 60px;
  }
}
.home-content-wrapper .home-content-media .media-information .media-information_ttl .heading4::before {
  left: 0;
}
.home-content-wrapper .home-content-media .media-information .media-information_ttl .heading4::after {
  right: 0;
}
.home-content-wrapper .home-content-media .media-information ul {
  padding: 0 0 40px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #707070;
}
.home-content-wrapper .home-content-media .media-information ul li {
  line-height: 0.9;
}
@media screen and (max-width: 767px) {
  .home-content-wrapper .home-content-media .media-information ul {
    padding: 0 10px 0;
  }
  .home-content-wrapper .home-content-media .media-information ul.media-information_ul__first {
    border-bottom: none;
    margin-top: 20px;
  }
  .home-content-wrapper .home-content-media .media-information ul.media-information_ul__first li:first-child {
    width: 20%;
  }
  .home-content-wrapper .home-content-media .media-information ul.media-information_ul__first li:nth-child(2n) {
    width: 20%;
  }
  .home-content-wrapper .home-content-media .media-information ul.media-information_ul__first li:nth-child(3n) {
    width: 15%;
  }
  .home-content-wrapper .home-content-media .media-information ul.media-information_ul__first li:nth-child(4n) {
    width: 23%;
  }
  .home-content-wrapper .home-content-media .media-information ul.media-information_ul__last {
    margin-top: 20px;
    padding: 0 10px 25px;
  }
  .home-content-wrapper .home-content-media .media-information ul.media-information_ul__last li:first-child {
    width: 25%;
  }
  .home-content-wrapper .home-content-media .media-information ul.media-information_ul__last li:nth-child(2n) {
    width: 25%;
  }
  .home-content-wrapper .home-content-media .media-information ul.media-information_ul__last li:nth-child(3n) {
    width: 24%;
  }
}
.home-content-wrapper .media-sns-wrap {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .home-content-wrapper .media-sns-wrap {
    margin-top: 50px;
  }
}
.home-content-wrapper .media-sns-wrap .media-information_ttl {
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-content-wrapper .media-sns-wrap .media-information_ttl {
    margin-bottom: 24px;
  }
}
.home-content-wrapper .media-sns-wrap .media-information_ttl .heading4 {
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .home-content-wrapper .media-sns-wrap .media-information_ttl .heading4 {
    font-size: 4.2666666667vw;
    line-height: 2;
  }
}
.home-content-wrapper .media-sns-wrap .media-information_ttl .heading4::before, .home-content-wrapper .media-sns-wrap .media-information_ttl .heading4::after {
  content: " ";
  display: block;
  width: 340px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .home-content-wrapper .media-sns-wrap .media-information_ttl .heading4::before, .home-content-wrapper .media-sns-wrap .media-information_ttl .heading4::after {
    width: 80px;
  }
}
.home-content-wrapper .media-sns-wrap .media-information_ttl .heading4::before {
  left: 0;
}
.home-content-wrapper .media-sns-wrap .media-information_ttl .heading4::after {
  right: 0;
}
.home-content-wrapper .media-sns-wrap .lemon-ugc-root :is(.lemon-mb-\[24px\]) {
  margin-bottom: 0;
}
.home-content-wrapper .media-sns-wrap .lemon-ugc-root :is(.sm\:lemon-py-\[32px\]) {
  padding-bottom: 0;
}
.home-content-wrapper .home-content-info {
  padding: 70px 0 0;
}
.home-content-wrapper .home-content-info .info-list {
  margin-top: 50px;
}
.home-content-wrapper .home-content-info .info-list li {
  margin-top: 40px;
  display: table;
}
@media screen and (max-width: 767px) {
  .home-content-wrapper .home-content-info .info-list li {
    margin-top: 20px;
  }
}
.home-content-wrapper .home-content-info .info-list li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .home-content-wrapper .home-content-info .info-list li {
    display: block;
  }
}
.home-content-wrapper .home-content-info .info-list li span {
  display: table-cell;
}
@media screen and (max-width: 767px) {
  .home-content-wrapper .home-content-info .info-list li span {
    display: block;
  }
}
.home-content-wrapper .home-content-info .info-list li .date {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .home-content-wrapper .home-content-info .info-list li .date {
    font-size: 3.2vw;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .home-content-wrapper .home-content-info .info-list li .text {
    margin-top: 10px;
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}

.mfp-content {
  padding: 50px;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .mfp-content {
    padding: 30px 15px;
  }
}

.mfp-content .ttl {
  text-align: center;
  margin-top: 10px;
  font-size: 1.375rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .mfp-content .ttl {
    font-size: 5.3333333333vw;
    line-height: 1.4;
  }
}
.mfp-content .sub-ttl {
  text-align: center;
  margin-top: 10px;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .mfp-content .sub-ttl {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
.mfp-content .text {
  text-align: center;
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .mfp-content .text {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.mfp-content .image {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mfp-content .image {
    margin-top: 20px;
  }
}
.mfp-content .image img {
  width: auto;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .mfp-content .image img {
    width: auto;
    height: auto;
    max-height: 211px;
  }
}

#popup-wrap-tenbaikinshi {
  max-height: 600px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  #popup-wrap-tenbaikinshi .ttl {
    font-size: 4.8vw;
    line-height: 1.4444444444;
  }
}
#popup-wrap-tenbaikinshi .text {
  text-align: left;
  margin-top: 20px;
}
#popup-wrap-tenbaikinshi .head2 {
  margin-top: 40px;
  font-weight: bold;
}
#popup-wrap-tenbaikinshi .head3 {
  margin-top: 40px;
  font-weight: bold;
}
#popup-wrap-tenbaikinshi .head3::before {
  padding-right: 5px;
  content: "■";
  color: #EC8785;
}
#popup-wrap-tenbaikinshi a {
  overflow-wrap: break-word;
  margin-top: 20px;
  text-decoration: underline;
  display: block;
  color: #2B63BB;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  #popup-wrap-tenbaikinshi a {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}

.about-content-wrapper .about-content-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-content-inner {
    padding: 0 4%;
  }
}
@media all and (min-width: 768px) and (max-width: 950px) {
  .about-content-wrapper .about-content-inner {
    padding: 0 4%;
  }
}
.about-content-wrapper .about-content-about {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-content-about {
    padding: 50px 0 60px;
  }
}
.about-content-wrapper .about-content-about .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-content-about .flex {
    margin-top: 0;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-content-about .flex-left {
    width: 50%;
  }
  .about-content-wrapper .about-content-about .flex-left .logo {
    position: relative;
    margin-right: -20px;
    z-index: 3;
  }
}
.about-content-wrapper .about-content-about .flex-left .catch {
  margin-top: 50px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 2.125rem;
  line-height: 1.4705882353;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-content-about .flex-left .catch {
    margin-top: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.about-content-wrapper .about-content-about .flex-left .text {
  margin-top: 50px;
  max-width: 520px;
  line-height: 2;
}
.about-content-wrapper .about-content-about .flex-right {
  max-width: 429px;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-content-about .flex-right {
    width: 42%;
  }
}
@media all and (min-width: 768px) and (max-width: 950px) {
  .about-content-wrapper .about-content-about .flex-right {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-content-about .flex + .text {
    margin-top: 20px;
    padding-right: 0;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.about-content-wrapper .about-contetn-intro .flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-intro .flex {
    flex-direction: column;
  }
}
.about-content-wrapper .about-contetn-intro .col__1 {
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  max-width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-intro .col__1 {
    flex-direction: column;
  }
}
.about-content-wrapper .about-contetn-intro .col__1 .flex-left {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-intro .col__1 .flex-left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-intro .col__1 .img {
    max-width: 50%;
    margin-right: auto;
  }
}
.about-content-wrapper .about-contetn-intro .col__1 .flex-right {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-intro .col__1 .flex-right {
    width: 100%;
    display: block;
  }
}
.about-content-wrapper .about-contetn-intro .col__1 .flex-right .title {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.6666666667;
  padding-left: 15px;
}
.about-content-wrapper .about-contetn-intro .col__1 .flex-right .title span {
  font-weight: bold;
  font-size: 3.125rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-intro .col__1 .flex-right .title {
    position: absolute;
    top: 8%;
    right: 0;
    font-size: 4.2666666667vw;
    line-height: 2.125;
  }
  .about-content-wrapper .about-contetn-intro .col__1 .flex-right .title span {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
.about-content-wrapper .about-contetn-intro .col__1 .flex-right .text {
  position: absolute;
  right: 5%;
  bottom: 20%;
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-intro .col__1 .flex-right .text {
    position: relative;
    text-align: center;
    right: auto;
    bottom: 0;
    font-size: 3.7333333333vw;
    line-height: 1.5;
    width: 100%;
  }
}
.about-content-wrapper .about-contetn-intro .col__1 .line {
  width: 85%;
  margin: 0 auto;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0;
  display: block;
  background: #707070;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-intro .col__1 .line {
    width: 65%;
    top: 65%;
    left: auto;
    right: 0;
  }
}
.about-content-wrapper .about-contetn-intro .col__2 {
  margin-top: 100px;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-intro .col__2 {
    margin-top: 50px;
  }
}
.about-content-wrapper .about-contetn-intro .col__2 .flex-left video,
.about-content-wrapper .about-contetn-intro .col__2 .flex-right video {
  height: 280px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-intro .col__2 .flex-left video,
  .about-content-wrapper .about-contetn-intro .col__2 .flex-right video {
    height: auto;
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 950px) {
  .about-content-wrapper .about-contetn-intro .col__2 .flex-left video,
  .about-content-wrapper .about-contetn-intro .col__2 .flex-right video {
    height: auto;
    width: 100%;
  }
}
.about-content-wrapper .about-contetn-point {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-point {
    padding: 60px 0;
  }
}
.about-content-wrapper .about-contetn-point .col {
  margin-top: 60px;
}
.about-content-wrapper .about-contetn-point .col .title {
  padding: 5px 40px;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
  display: inline-block;
  background: #FDF3F2;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-point .col .title {
    font-size: 4.8vw;
    line-height: 1.3333333333;
  }
}
.about-content-wrapper .about-contetn-point .col .title span {
  display: inline-block;
  padding-right: 20px;
  font-size: 1.875rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-point .col .title span {
    font-size: 5.8666666667vw;
    line-height: 1.4545454545;
  }
}
.about-content-wrapper .about-contetn-point .col .text {
  margin-top: 35px;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-point .col .text {
    margin-top: 20px;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-point .col {
    margin-top: 40px;
  }
}
.about-content-wrapper .about-contetn-sp {
  padding-bottom: 60px;
}
.about-content-wrapper .about-contetn-sp .catch {
  font-size: 1.25rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-sp .catch {
    margin-top: 10px;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
.about-content-wrapper .about-contetn-sp .catch span {
  font-size: 0.75rem;
  line-height: 3;
}
.about-content-wrapper .about-contetn-sp .img {
  margin-top: 50px;
  display: block;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-sp .img {
    margin-top: 20px;
  }
}
.about-content-wrapper .about-contetn-comfort {
  padding: 100px 0;
  margin: 0 auto;
  background: linear-gradient(#DED3D0, #E8DDD9);
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-comfort {
    padding: 60px 0;
  }
}
.about-content-wrapper .about-contetn-comfort .flex {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-comfort .flex {
    flex-direction: column;
  }
}
.about-content-wrapper .about-contetn-comfort .flex-left, .about-content-wrapper .about-contetn-comfort .flex-right {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-comfort .flex-left, .about-content-wrapper .about-contetn-comfort .flex-right {
    width: 100%;
  }
}
.about-content-wrapper .about-contetn-comfort .flex .title {
  position: relative;
}
.about-content-wrapper .about-contetn-comfort .flex .title .font-eng {
  text-align: center;
  color: #FFFFFF;
  font-size: 1.875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-comfort .flex .title .font-eng {
    font-size: 5.3333333333vw;
    line-height: 1;
  }
}
.about-content-wrapper .about-contetn-comfort .flex .title .font-eng::before {
  position: absolute;
  top: 32%;
  left: 0;
  width: 180px;
  height: 1px;
  display: block;
  background: #FFFFFF;
  content: "";
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-comfort .flex .title .font-eng::before {
    width: 34%;
    top: 28%;
  }
}
.about-content-wrapper .about-contetn-comfort .flex .title .font-eng::after {
  position: absolute;
  top: 32%;
  right: 0;
  width: 180px;
  height: 1px;
  display: block;
  background: #FFFFFF;
  content: "";
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-comfort .flex .title .font-eng::after {
    width: 34%;
    top: 28%;
  }
}
.about-content-wrapper .about-contetn-comfort .flex .title .heading3 {
  padding: 5px;
  background: #FFFFFF;
  font-size: 1.875rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-comfort .flex .title .heading3 {
    font-size: 7.4666666667vw;
    line-height: 1.2142857143;
  }
}
.about-content-wrapper .about-contetn-comfort .flex .img {
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
}
.about-content-wrapper .about-contetn-comfort .flex .img::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: #FFFFFF;
  content: "";
}
.about-content-wrapper .about-contetn-comfort .flex .text {
  margin-top: 10px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-size: 2.1875rem;
  line-height: 1.0285714286;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-comfort .flex .text {
    font-size: 6.4vw;
    line-height: 1.4583333333;
  }
}
.about-content-wrapper .about-contetn-comfort .flex .caption {
  text-align: right;
  font-size: 0.75rem;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-comfort .flex .caption {
    font-size: 3.2vw;
    line-height: 2;
  }
}
.about-content-wrapper .about-contetn-obsession {
  padding: 80px 0;
  background: url("../img/about/sec5_bg@2x.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-obsession {
    padding: 60px 0;
  }
}
.about-content-wrapper .about-contetn-obsession .flex {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-obsession .flex {
    flex-direction: column;
  }
}
.about-content-wrapper .about-contetn-concept {
  margin-top: 230px;
  background: linear-gradient(#FFDDD6, #FDF3F2);
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-concept {
    margin-top: 160px;
    padding-bottom: 70px;
  }
}
.about-content-wrapper .about-contetn-concept .flex {
  display: flex;
}
.about-content-wrapper .about-contetn-concept .col_1 {
  justify-content: space-between;
}
.about-content-wrapper .about-contetn-concept .col_1 .flex-left {
  max-width: 400px;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-concept .col_1 .flex-left {
    max-width: 40%;
  }
}
@media all and (min-width: 768px) and (max-width: 950px) {
  .about-content-wrapper .about-contetn-concept .col_1 .flex-left {
    max-width: 40%;
  }
}
.about-content-wrapper .about-contetn-concept .col_1 .flex-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-concept .col_1 .flex-right {
    width: 56%;
  }
}
.about-content-wrapper .about-contetn-concept .col_1 .flex-right .heading {
  margin-top: -25px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-concept .col_1 .flex-right .heading {
    margin-top: -20px;
  }
}
.about-content-wrapper .about-contetn-concept .col_1 .flex-right .heading .heading3 {
  font-size: 2.375rem;
  line-height: 1.3157894737;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-concept .col_1 .flex-right .heading .heading3 {
    font-size: 6.4vw;
    line-height: 1.4166666667;
  }
}
.about-content-wrapper .about-contetn-concept .col_1 .flex-right .heading .line {
  width: 150px;
  height: 2px;
  margin-right: 40px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-concept .col_1 .flex-right .heading .line {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 950px) {
  .about-content-wrapper .about-contetn-concept .col_1 .flex-right .heading .line {
    display: none;
  }
}
.about-content-wrapper .about-contetn-concept .col_1 .flex-right .text {
  margin-top: 70px;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  font-size: 1.25rem;
  line-height: 2;
}
@media all and (min-width: 768px) and (max-width: 950px) {
  .about-content-wrapper .about-contetn-concept .col_1 .flex-right .text {
    margin-top: 30px;
    font-size: 1rem;
    line-height: 1.875;
  }
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-concept .col_1 + .text {
    margin-top: 20px;
    font-weight: bold;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}
.about-content-wrapper .about-contetn-concept .col_2 {
  margin-top: -100px;
  justify-content: flex-end;
  align-items: center;
}
@media all and (min-width: 768px) and (max-width: 950px) {
  .about-content-wrapper .about-contetn-concept .col_2 {
    margin-top: -50px;
  }
}
.about-content-wrapper .about-contetn-concept .col_2 .flex-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-concept .col_2 .flex-right {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-concept .col_2 {
    margin-top: 20px;
  }
}
.about-content-wrapper .about-contetn-concept .col_2 .text {
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about-content-wrapper .about-contetn-concept .col_2 .text {
    margin-top: 30px;
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}

.faq-content-wrapper {
  padding-bottom: 140px;
  background: linear-gradient(#FFDDD6, #FDF3F2);
}
.faq-content-wrapper .faq-content-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media all and (min-width: 768px) and (max-width: 950px) {
  .faq-content-wrapper .faq-content-inner {
    margin: 0 4%;
  }
}
.faq-content-wrapper .parts--title .sub-tt {
  color: #262324;
}
@media screen and (max-width: 767px) {
  .faq-content-wrapper .faq-content-faq {
    padding: 0 4%;
  }
}
.faq-content-wrapper .faq-content-faq .faq-content-inner {
  margin-top: 70px;
  padding: 70px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .faq-content-wrapper .faq-content-faq .faq-content-inner {
    padding: 30px;
  }
}
.faq-content-wrapper .faq-content-faq .faq-content-inner .anchor-wrap {
  width: 300px;
  margin: 0 auto;
}
.faq-content-wrapper .faq-content-faq .faq-content-inner .anchor-wrap .anchor-list {
  margin-top: 40px;
}
.faq-content-wrapper .faq-content-faq .faq-content-inner .anchor-wrap .anchor-list:first-child {
  margin-top: 0;
}
.faq-content-wrapper .faq-content-faq .faq-content-inner .anchor-wrap .title {
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .faq-content-wrapper .faq-content-faq .faq-content-inner .anchor-wrap .title {
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}
.faq-content-wrapper .faq-content-faq .faq-content-inner .anchor-wrap .title .obj {
  font-size: 20px;
  color: #E8DDD9;
  margin-right: 10px;
}
.faq-content-wrapper .faq-content-faq .faq-content-inner .anchor-wrap .title + ul {
  padding-left: 40px;
}
.faq-content-wrapper .faq-content-faq .faq-content-inner .anchor-wrap .title + ul li {
  padding-top: 10px;
}
.faq-content-wrapper .faq-content-faq .faq-content-inner .anchor-wrap .title + ul li a {
  font-size: 1.125rem;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .faq-content-wrapper .faq-content-faq .faq-content-inner .anchor-wrap .title + ul li a {
    font-size: 3.7333333333vw;
    line-height: 1.8571428571;
  }
}
.faq-content-wrapper .faq-content-faq .faq-content-inner .col {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .faq-content-wrapper .faq-content-faq .faq-content-inner .col {
    margin-top: 60px;
  }
}
.faq-content-wrapper .faq-content-faq .faq-content-inner .col .title {
  text-align: center;
  padding: 15px;
  width: 330px;
  display: inline-block;
  background: #FDF3F2;
  font-size: 1.125rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .faq-content-wrapper .faq-content-faq .faq-content-inner .col .title {
    font-size: 4.8vw;
    line-height: 1;
    width: auto;
  }
}
.faq-content-wrapper .faq-content-faq .faq-content-inner .col .faq {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.faq-content-wrapper .faq-content-faq .faq-content-inner .col .faq-wrap {
  margin-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #B2B2B2;
}
.faq-content-wrapper .faq-content-faq .faq-content-inner .col .faq .mk {
  width: 50px;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.0833333333;
}
@media screen and (max-width: 767px) {
  .faq-content-wrapper .faq-content-faq .faq-content-inner .col .faq .mk {
    font-size: 4.2666666667vw;
    line-height: 1.625;
  }
}
.faq-content-wrapper .faq-content-faq .faq-content-inner .col .faq i {
  margin-left: auto;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .faq-content-wrapper .faq-content-faq .faq-content-inner .col .faq__q .text {
    font-size: 3.7333333333vw;
    line-height: 1.8571428571;
    padding-right: 10px;
  }
}
.faq-content-wrapper .faq-content-faq .faq-content-inner .col .faq__q:hover {
  cursor: pointer;
}
.faq-content-wrapper .faq-content-faq .faq-content-inner .col .faq__q.active + .faq__a {
  display: block;
}
.faq-content-wrapper .faq-content-faq .faq-content-inner .col .faq__a {
  margin-top: 40px;
  display: none;
}
.faq-content-wrapper .faq-content-faq .faq-content-inner .col .faq__a .flex {
  display: flex;
}
.faq-content-wrapper .faq-content-faq .faq-content-inner .col .faq__a .texts {
  padding: 40px;
  width: 88%;
  background: #F6F6F6;
  font-size: 0.75rem;
  line-height: 2.1666666667;
}
@media screen and (max-width: 767px) {
  .faq-content-wrapper .faq-content-faq .faq-content-inner .col .faq__a .texts {
    padding: 20px;
    font-size: 3.2vw;
    line-height: 2.1666666667;
  }
}

.info-content-wrapper {
  padding-bottom: 140px;
  background: linear-gradient(#FFDDD6, #FDF3F2);
}
.info-content-wrapper .info-content-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media all and (min-width: 768px) and (max-width: 950px) {
  .info-content-wrapper .info-content-inner {
    margin: 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .info-content-wrapper .info-content-info {
    padding: 0 4%;
  }
}
.info-content-wrapper .info-content-info .info-content-inner {
  margin-top: 70px;
  padding: 70px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .info-content-wrapper .info-content-info .info-content-inner {
    padding: 30px;
  }
}
.info-content-wrapper .info-content-info .info-content-inner .line {
  margin-top: 30px;
  display: table;
}
@media screen and (max-width: 767px) {
  .info-content-wrapper .info-content-info .info-content-inner .line {
    display: block;
  }
}
.info-content-wrapper .info-content-info .info-content-inner .line:first-child {
  margin-top: 0;
}
.info-content-wrapper .info-content-info .info-content-inner .line div {
  display: table-cell;
}
@media screen and (max-width: 767px) {
  .info-content-wrapper .info-content-info .info-content-inner .line div {
    display: block;
  }
}
.info-content-wrapper .info-content-info .info-content-inner .line .date {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .info-content-wrapper .info-content-info .info-content-inner .line .date {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
  }
}
.info-content-wrapper .info-content-info .info-content-inner .line .texts .title {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .info-content-wrapper .info-content-info .info-content-inner .line .texts .title {
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}
.info-content-wrapper .info-content-info .info-content-inner .line .texts .text {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .info-content-wrapper .info-content-info .info-content-inner .line .texts .text {
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}
.info-content-wrapper .info-content-info .info-content-inner .line .texts .text a {
  font-weight: bold;
  color: #2271b1;
}

@media screen and (max-width: 991px) {
  .cmn-header__main .cmn-header__nav ul li:nth-child(6) i,
  .cmn-header__main .cmn-header__nav ul li:nth-child(7) i {
    color: #000;
  }
}
.privacypolicy-content-wrapper {
  padding-bottom: 140px;
  background: linear-gradient(#FFDDD6, #FDF3F2);
}
.privacypolicy-content-wrapper .privacypolicy-content-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media all and (min-width: 768px) and (max-width: 950px) {
  .privacypolicy-content-wrapper .privacypolicy-content-inner {
    margin: 0 4%;
  }
}
.privacypolicy-content-wrapper .parts--title .sub-tt {
  color: #262324;
}
@media screen and (max-width: 767px) {
  .privacypolicy-content-wrapper .privacypolicy-content-privacypolicy {
    padding: 0 4%;
  }
}
.privacypolicy-content-wrapper .privacypolicy-content-privacypolicy .privacypolicy-content-inner {
  margin-top: 70px;
  padding: 70px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .privacypolicy-content-wrapper .privacypolicy-content-privacypolicy .privacypolicy-content-inner {
    padding: 30px;
  }
}
.privacypolicy-content-wrapper .privacypolicy-content-privacypolicy .privacypolicy-content-inner .line {
  margin-top: 30px;
}
.privacypolicy-content-wrapper .privacypolicy-content-privacypolicy .privacypolicy-content-inner .line:first-child {
  margin-top: 0;
}
.privacypolicy-content-wrapper .privacypolicy-content-privacypolicy .privacypolicy-content-inner .line .title {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.875;
}
.privacypolicy-content-wrapper .privacypolicy-content-privacypolicy .privacypolicy-content-inner .line .text {
  font-size: 1rem;
  line-height: 1.875;
}
.privacypolicy-content-wrapper .privacypolicy-content-privacypolicy .privacypolicy-content-inner .line .text.second {
  margin-top: 20px;
}

.tokutei-content-wrapper {
  padding-bottom: 140px;
  background: linear-gradient(#FFDDD6, #FDF3F2);
}
.tokutei-content-wrapper .tokutei-content-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media all and (min-width: 768px) and (max-width: 950px) {
  .tokutei-content-wrapper .tokutei-content-inner {
    margin: 0 4%;
  }
}
.tokutei-content-wrapper .parts--title .sub-tt {
  color: #262324;
}
@media screen and (max-width: 767px) {
  .tokutei-content-wrapper .tokutei-content-tokutei {
    padding: 0 4%;
  }
}
.tokutei-content-wrapper .tokutei-content-tokutei .tokutei-content-inner {
  margin-top: 70px;
  padding: 70px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .tokutei-content-wrapper .tokutei-content-tokutei .tokutei-content-inner {
    padding: 30px 10px;
  }
}
.tokutei-content-wrapper .tokutei-content-tokutei .tokutei-content-inner table {
  width: 100%;
}
.tokutei-content-wrapper .tokutei-content-tokutei .tokutei-content-inner table tr {
  border-top: 1px solid #B2B2B2;
}
.tokutei-content-wrapper .tokutei-content-tokutei .tokutei-content-inner table tr:last-child {
  border-bottom: 1px solid #B2B2B2;
}
.tokutei-content-wrapper .tokutei-content-tokutei .tokutei-content-inner table th,
.tokutei-content-wrapper .tokutei-content-tokutei .tokutei-content-inner table td {
  padding: 40px 20px;
  text-align: left;
  font-size: 1rem;
  line-height: 1.875;
}
.tokutei-content-wrapper .tokutei-content-tokutei .tokutei-content-inner table th .line,
.tokutei-content-wrapper .tokutei-content-tokutei .tokutei-content-inner table td .line {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .tokutei-content-wrapper .tokutei-content-tokutei .tokutei-content-inner table th,
  .tokutei-content-wrapper .tokutei-content-tokutei .tokutei-content-inner table td {
    padding: 20px 5px;
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}
.tokutei-content-wrapper .tokutei-content-tokutei .tokutei-content-inner table th {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .tokutei-content-wrapper .tokutei-content-tokutei .tokutei-content-inner table th {
    width: 39%;
  }
}
@media screen and (max-width: 767px) {
  .tokutei-content-wrapper .tokutei-content-tokutei .tokutei-content-inner table td {
    font-size: 3.2vw;
    line-height: 1.6666666667;
    width: 60%;
  }
}
.tokutei-content-wrapper .tokutei-content-tokutei .tokutei-content-inner .col {
  margin-top: 20px;
}

.product-content-wrapper {
  padding-bottom: 140px;
  background: linear-gradient(#FFDDD6, #FDF3F2);
}
.product-content-wrapper .product-content-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .product-content-wrapper .product-content-inner {
    padding: 30px;
  }
}
@media all and (min-width: 768px) and (max-width: 950px) {
  .product-content-wrapper .product-content-inner {
    margin: 0 4%;
  }
}
.product-content-wrapper .product-content-product .product-content-inner {
  max-width: 1000px;
  margin-top: 70px;
  padding: 70px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .product-content-wrapper .product-content-product .product-content-inner {
    padding: 30px;
  }
}
.product-content-wrapper .flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .product-content-wrapper .flex {
    flex-direction: column;
  }
}
.product-content-wrapper .flex .img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .product-content-wrapper .flex .img {
    width: 100%;
  }
}
.product-content-wrapper .flex .texts .heading2 {
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.25rem;
  line-height: 1.7;
}
.product-content-wrapper .flex .texts .col {
  margin-top: 30px;
}
.product-content-wrapper .flex .texts .col-1 {
  margin-top: 0;
}
.product-content-wrapper .flex .texts .col-3 {
  margin-top: 60px;
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .product-content-wrapper .flex .texts .col-3 {
    margin-top: 40px;
  }
}
.product-content-wrapper .flex .texts .col-3 .heading4 {
  text-align: center;
  padding: 10px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  color: #FFFFFF;
  background: #EDB497;
}
.product-content-wrapper .flex .texts .col-3 .texts {
  padding: 30px;
}
.product-content-wrapper .flex .texts .col-3 .catch {
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}
.product-content-wrapper .flex .texts .col-3 .catch .slush-before {
  padding-right: 10px;
}
.product-content-wrapper .flex .texts .col-3 .catch .slush-after {
  padding-left: 10px;
}
.product-content-wrapper .flex .texts .col-3 .catch .red {
  color: #EC8785;
}
.product-content-wrapper .flex .texts .col-3 .tags {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.product-content-wrapper .flex .texts .col-3 .tags .tag:first-child {
  width: 142px;
}
.product-content-wrapper .flex .texts .col-3 .tags .tag:last-child {
  width: 166px;
}
.product-content-wrapper .flex .texts .col-3 .price {
  text-align: center;
  margin-top: 30px;
  font-size: 1rem;
  line-height: 1.3125;
}
.product-content-wrapper .flex .texts .col-3 .price .font-big {
  padding: 0 5px;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
.product-content-wrapper .flex .texts .col-3 .button-green {
  margin: 30px auto 0;
}
.product-content-wrapper .flex .texts .col-4 {
  margin-top: 40px;
  border: 1px solid #CCCCCC;
}
.product-content-wrapper .flex .texts .col-4 .heading4 {
  text-align: center;
  padding: 10px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  color: #FFFFFF;
  background: #CCCCCC;
}
.product-content-wrapper .flex .texts .col-4 .texts {
  padding: 30px;
}
.product-content-wrapper .flex .texts .col-4 .price {
  text-align: center;
  font-size: 1rem;
  line-height: 1.3125;
}
.product-content-wrapper .flex .texts .col-4 .price .font-big {
  padding: 0 5px;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
.product-content-wrapper .flex .texts .col-4 .button-gray {
  margin: 30px auto 0;
}
.product-content-wrapper .flex .texts .col-4 .caption {
  margin-top: 20px;
  font-size: 0.75rem;
  line-height: 1.75;
}
.product-content-wrapper .flex .texts .tt {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.3333333333;
}
.product-content-wrapper .flex .texts .text {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.product-content-wrapper .flex .texts .open-trigger {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}
.product-content-wrapper .flex .texts .open-trigger i {
  margin-left: 85%;
  font-size: 10px;
  display: inline-block;
  color: #B2B2B2;
}
@media screen and (max-width: 767px) {
  .product-content-wrapper .flex .texts .open-trigger i {
    margin-left: 77%;
  }
}
.product-content-wrapper .parts--title .sub-tt {
  color: #262324;
}
@media screen and (max-width: 767px) {
  .product-content-wrapper .product-content-product {
    padding: 0 4%;
  }
}

.contact-content-wrapper {
  padding-bottom: 140px;
  background: linear-gradient(#FFDDD6, #FDF3F2);
}
.contact-content-wrapper .contact-content-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media all and (min-width: 768px) and (max-width: 950px) {
  .contact-content-wrapper .contact-content-inner {
    margin: 0 4%;
  }
}
.contact-content-wrapper .parts--title .sub-tt {
  color: #262324;
}
@media screen and (max-width: 767px) {
  .contact-content-wrapper .contact-content-contact {
    padding: 0 4%;
  }
}
.contact-content-wrapper .contact-content-contact .contact-content-inner {
  margin-top: 70px;
  padding: 70px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .contact-content-wrapper .contact-content-contact .contact-content-inner {
    padding: 30px;
  }
}
.contact-content-wrapper .contact-content-contact .contact-content-inner .input-line {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .contact-content-wrapper .contact-content-contact .contact-content-inner .input-line {
    flex-direction: column;
  }
}
.contact-content-wrapper .contact-content-contact .contact-content-inner .input-line .input-ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  font-size: 1rem;
  line-height: 1.5;
}
.contact-content-wrapper .contact-content-contact .contact-content-inner .input-line .input-ttl + p {
  width: 60%;
}
.contact-content-wrapper .contact-content-contact .contact-content-inner .input-line .input-ttl .required {
  padding: 5px 10px;
  margin-left: 10px;
  line-height: 1;
  font-size: 10px;
  display: inline-block;
  border-radius: 6px;
  background: #FFDDD6;
}
.contact-content-wrapper .contact-content-contact .contact-content-inner .input-line .input-ttl .any {
  padding: 5px 10px;
  margin-left: 10px;
  line-height: 1;
  font-size: 10px;
  display: inline-block;
  border-radius: 6px;
  background: #ddeff6;
}
@media screen and (max-width: 767px) {
  .contact-content-wrapper .contact-content-contact .contact-content-inner .input-line .input-ttl {
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.8571428571;
  }
  .contact-content-wrapper .contact-content-contact .contact-content-inner .input-line .input-ttl + p {
    margin-top: 16px;
    width: 100%;
  }
  .contact-content-wrapper .contact-content-contact .contact-content-inner .input-line .input-ttl .required {
    font-size: 2.6666666667vw;
    line-height: 1;
  }
  .contact-content-wrapper .contact-content-contact .contact-content-inner .input-line .input-ttl .any {
    font-size: 2.6666666667vw;
    line-height: 1;
  }
}
.contact-content-wrapper .contact-content-contact .contact-content-inner .input__text {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contact-content-wrapper .contact-content-contact .contact-content-inner .input__text {
    font-size: 4.2666666667vw;
    line-height: 1;
  }
}
.contact-content-wrapper .contact-content-contact .contact-content-inner .input__textarea {
  width: 100%;
  border: 1px solid #858585;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contact-content-wrapper .contact-content-contact .contact-content-inner .input__textarea {
    font-size: 4.2666666667vw;
    line-height: 1;
  }
}
.contact-content-wrapper .contact-content-contact .contact-content-inner .btns {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .contact-content-wrapper .contact-content-contact .contact-content-inner .btns {
    margin-top: 40px;
    flex-direction: column;
    gap: 20px;
  }
}
.contact-content-wrapper .contact-content-contact .contact-content-inner .btns .button {
  margin: 0;
  min-width: 180px;
  max-width: 100%;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contact-content-wrapper .contact-content-contact .contact-content-inner .btns .button {
    width: 100%;
  }
}
.contact-content-wrapper .contact-content-contact .contact-content-inner .btns .button-gray {
  border: none;
  border-radius: 0;
}
.contact-content-wrapper .contact-content-contact .contact-content-inner .complete .catch {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.25;
}
.contact-content-wrapper .contact-content-contact .contact-content-inner .complete .text {
  margin-top: 20px;
  font-size: 0.875rem;
  line-height: 2;
}
.contact-content-wrapper .contact-content-contact .contact-content-inner .complete .caution {
  margin-top: 20px;
  display: table;
}
.contact-content-wrapper .contact-content-contact .contact-content-inner .complete .caution > p {
  display: table-cell;
  font-size: 0.75rem;
  line-height: 1.8333333333;
}
.contact-content-wrapper .contact-content-contact .contact-content-inner .complete .caution > .text {
  padding-left: 5px;
}/*# sourceMappingURL=base.css.map */