@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
.approach {
  margin: 75px 0 0;
}
.approach__head {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 30px;
}
.approach__head .title {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #9e872f;
  letter-spacing: 0.03em;
}
.approach__head .title::before {
  position: absolute;
  top: calc(50% - 4px);
  left: -12px;
  width: 6px;
  height: 6px;
  content: "";
  background: #9e872f;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.approach__head .number {
  margin: -12px 0 -3px 10px;
  font-family: "Oswald", sans-serif;
  font-size: 62px;
  line-height: 1;
  color: #001e60;
  letter-spacing: 0.03em;
}
.approach__visual {
  margin: -20px 0 0;
}
.approach__visual .approach-image img {
  width: 100%;
  height: auto;
}
.approach__visual .approach-document {
  padding: 0 30px;
  margin: 35px 0 0;
}
.approach__visual .approach-document__copy {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #9e872f;
  letter-spacing: 0.08em;
}
.approach__visual .approach-document__text {
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.08em;
}
.approach__visual .approach-document__list {
  max-width: 350px;
  margin: 40px auto 0;
}
.approach__visual .approach-document__list .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.approach__visual .approach-document__list .list__item {
  text-align: center;
}
.approach__visual .approach-document__list .list__item .item-text {
  margin: 5px 0 0;
  font-size: 10px;
  letter-spacing: 0.05em;
}
.approach__visual .approach-document__list .list__item .item-text sup {
  font-size: 70%;
}
.approach__visual .approach-document__list .list__item .item-image img {
  width: auto;
}
.approach__visual .approach-document__caution {
  margin: 20px 0 0;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  counter-reset: list;
}
.approach__visual .approach-document__caution > li {
  position: relative;
  padding-left: 22px;
  line-height: 1.8;
}
.approach__visual .approach-document__caution > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※" counter(list-item) " ";
}
.approach__point {
  padding: 0 30px;
  margin: 40px 0 0;
}
.approach__point .approach-point {
  margin-bottom: 30px;
}
.approach__point .approach-point__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.approach__point .approach-point__head .point-title {
  display: flex;
  align-items: center;
}
.approach__point .approach-point__head .point-title__text {
  padding: 2px 20px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  background-image: url(../images/005009270/approach_txt_bg.png);
  background-position: center;
}
.approach__point .approach-point__head .point-note {
  position: relative;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.approach__point .approach-point__text {
  display: flex;
  margin-top: 20px;
  border-top: 2px dotted #1b526c;
  gap: 20px;
}
.approach__point .approach-point__text .point-text {
  padding: 15px 0;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.approach__point .approach-point__image {
  margin: 10px 0 0;
  text-align: center;
}
.approach__point .approach-point__image img {
  max-width: 100%;
  height: auto;
}
.approach__point .approach-point__comment {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 73px;
  margin: 30px 0 0;
  background: #fff;
  border-radius: 15px;
}
.approach__point .approach-point__comment::before {
  position: absolute;
  top: -15px;
  left: calc(50% + 60px);
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 0 0 15px 10px;
}
.approach__point .approach-point__comment .point-comment {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.08em;
}
.approach__point .approach-point__comment .point-comment .highlight {
  background: repeating-linear-gradient(to right, #e2d7aa, #e2d7aa) repeat-x left bottom 2px/100% 4px;
}

.comment {
  padding: 0 30px;
  margin: 75px 0 0;
}
.comment__container {
  position: relative;
  padding: 35px 0;
}
.comment__container::before, .comment__container::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  border-top: 1px solid #566995;
  border-bottom: 1px solid #566995;
}
.comment__container::before {
  top: 0;
}
.comment__container::after {
  bottom: 0;
}
.comment .comment-head {
  display: flex;
  justify-content: space-between;
}
.comment .comment-head__copy {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.comment .comment-head__profile {
  margin: 10px 0 0;
}
.comment .comment-head__profile .sub,
.comment .comment-head__profile .main {
  display: block;
}
.comment .comment-head__profile .sub {
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
.comment .comment-head__profile .main {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.comment .comment-text {
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.08em;
}

.lineup {
  margin: 0 auto;
  background-color: #fff;
}
.lineup__container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 25px;
}
.lineup__container::before {
  position: absolute;
  top: -45px;
  left: -10px;
  width: 190px;
  height: 91.5px;
  content: "";
  background: url("../images/005009270/lineup_deco.png") no-repeat center/contain;
}
.lineup__heading {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.12em;
}
.lineup__heading .highlight {
  background: repeating-linear-gradient(to right, #ddd3a7, #ddd3a7) repeat-x left bottom 2px/100% 4px;
}
.lineup__heading + .normal-menu {
  margin: 30px 0 0;
}
.lineup .menu-information {
  margin: 25px 0 0;
}
.lineup .menu-information__label > span {
  display: inline-block;
  padding: 2px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #9e872f;
  letter-spacing: 0.1em;
  border: 1px solid #9e872f;
}
.lineup .menu-information__name {
  margin: 10px 0 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.lineup .menu-information__name + .menu-information__label {
  margin: 10px 0 0;
}
.lineup .menu-information__note {
  margin: 20px 0 0;
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 0.08em;
}
.lineup .menu-information__price {
  margin: 5px 0 0;
}
.lineup .menu-information__price .price-num {
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.lineup .menu-information__price .price-unit {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.lineup .menu-information__price .price-tax {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.lineup .menu-information__price-block {
  display: flex;
  align-items: center;
  margin: 10px 0 13px;
}
.lineup .menu-information__default-price {
  white-space: nowrap;
}
.lineup .menu-information__default-price .price-cancellation {
  position: relative;
}
.lineup .menu-information__default-price .price-cancellation::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #9e872f;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.lineup .menu-information__default-price .price-num {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.lineup .menu-information__default-price .price-unit {
  font-size: 10px;
}
.lineup .menu-information__default-price .price-tax {
  font-size: 8px;
}
.lineup .menu-information__arw {
  margin: 0 2px;
  font-size: 14px;
  font-weight: 500;
}
.lineup .menu-information__campaign-price {
  color: #9e872f;
  white-space: nowrap;
}
.lineup .menu-information__campaign-price .price-num {
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.lineup .menu-information__campaign-price .price-unit {
  font-size: 16px;
}
.lineup .menu-information__campaign-price .price-tax {
  font-size: 12px;
}
.lineup .menu-information__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin: 15px 0 0;
  color: #fff;
  background: #444;
  border: 1px solid #444;
  fill: #fff;
}
.lineup .menu-information__button .button-icon {
  margin: 0 15px 0 0;
  line-height: 0;
}
.lineup .menu-information__button .button-icon svg {
  width: 20px;
  height: 15px;
}
.lineup .menu-information__button .button-text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.lineup .menu-information__caution {
  margin: 10px 30px 0;
  font-size: 10px;
  color: #9e872f;
  letter-spacing: 0.08em;
}
.lineup .normal-menu {
  padding: 30px 20px 50px;
}
.lineup .normal-menu .product-image {
  text-align: center;
}
.lineup .campaign-menu__container {
  padding: 25px 0;
  background-color: #fbf8f1;
}
.lineup .campaign-menu .campaign-copy {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.12em;
}
.lineup .campaign-menu .campaign-copy .highlight {
  background: repeating-linear-gradient(to right, #dcd0a0, #dcd0a0) repeat-x left bottom 2px/100% 4px;
}
.lineup .campaign-menu .product-image {
  position: relative;
  margin: 30px auto 0;
  text-align: center;
}
.lineup .campaign-menu .product-image__badge {
  position: absolute;
  top: -10px;
  left: calc(50% - 127px);
}
.lineup .campaign-menu .menu-information {
  padding: 0 30px;
}

.main-contents {
  position: relative;
  display: inline-block;
  width: 100%;
  background-image: url("/assets/images/pages/f-static/lp/005009178/repeat-bg.jpg");
  background-repeat: repeat;
  background-size: 50px auto;
}
.main-contents .lineup {
  margin: -100px 0 0;
}

.sec-mv {
  position: relative;
  z-index: 0;
  background-size: 50px auto;
}
.sec-mv__inner {
  position: relative;
  width: 100%;
  max-width: 420px;
  padding: 35px 15px 70px;
  margin: 0 auto;
}
.sec-mv__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 10px;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #f2e9dc, transparent);
}
.sec-mv__inner::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 10px;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #f2e9dc, transparent);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.sec-mv__typo {
  text-align: center;
}
.sec-mv__text {
  margin: 25px 15px 0;
  font-size: 13px;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.08em;
}
.sec-mv__heading {
  margin: 450px 0 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.65;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.sec-mv__caution {
  margin: 25px 15px 50px;
  font-size: 10px;
  letter-spacing: 0.08em;
}
.sec-mv::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100%;
  max-width: 420px;
  height: 100%;
  content: "";
  background: url("../images/005009270/mv_bg.png") no-repeat center top/100% auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec-particulars .item02 {
  position: relative;
}
.sec-particulars .item02__img {
  position: absolute;
  top: 0;
  right: 0;
}
.sec-particulars__inner {
  position: relative;
  padding: 7px 0 20px;
  margin: 0 20px;
}
.sec-particulars__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  content: "";
  border-color: #9e872f;
  border-style: solid;
  border-width: 1px 0 1px;
}
.sec-particulars__inner::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  content: "";
  border-color: #9e872f;
  border-style: solid;
  border-width: 1px 0 1px;
}
.sec-particulars__titlewrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
}
.sec-particulars__copy {
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #9e872f;
}
.sec-particulars__catch {
  padding-left: 10px;
  font-size: 17px;
  font-weight: 600;
  color: #9e872f;
  letter-spacing: 0.1em;
}
.sec-particulars__profile {
  padding: 20px 10px;
  text-align: center;
}
.sec-particulars__name {
  margin-top: 7px;
  font-size: 10px;
}
.sec-particulars__text {
  font-size: 13px;
  line-height: 2;
}
.sec-particulars__title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  color: #9e872f;
}
.sec-particulars__title img {
  margin-right: 10px;
}
.sec-particulars__item {
  padding: 30px 25px;
  margin-bottom: 15px;
  background-color: #eadecc;
}

.sec-step {
  padding: 70px 15px;
  background: url("../images/005009270/step_bg.png") no-repeat center/cover;
}
.sec-step__heading {
  text-align: center;
}
.sec-step__heading .heading-sub,
.sec-step__heading .heading-main {
  display: block;
  line-height: 1.4;
}
.sec-step__heading .heading-sub {
  font-size: 13px;
  letter-spacing: 0.15em;
}
.sec-step__heading .heading-main {
  margin: 10px 0 0;
  font-size: 22px;
  letter-spacing: 0.15em;
}
.sec-step__heading .heading-main .highlight {
  background: repeating-linear-gradient(to right, #e7d8b6, #e7d8b6) repeat-x left bottom 2px/100% 4px;
}
.sec-step__container {
  padding: 0 10px;
  margin: 30px 0 0;
}
.sec-step__container .step-list {
  padding: 0 10px;
}
.sec-step__container .step .step-circle {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  background: #fff;
  border-radius: 100px;
}
.sec-step__container .step .step-circle__head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 60px;
  margin: 0 15px 0 25px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.03em;
}
.sec-step__container .step .step-circle__head .head-sub {
  font-size: 13px;
}
.sec-step__container .step .step-circle__head .head-main {
  margin: 0 0 0 5px;
  font-size: 20px;
}
.sec-step__container .step .step-circle__head::after {
  margin: 0 0 0 10px;
  font-size: 18px;
  content: ":";
}
.sec-step__container .step .step-circle__body {
  font-size: 14px;
  font-weight: 600;
}
.sec-step__container .step .step-circle__body .small {
  font-size: 12px;
}
.sec-step__container .step + .step {
  position: relative;
  margin: 25px 0 0;
}
.sec-step__container .step + .step::before {
  position: absolute;
  top: -17.5px;
  left: calc(50% - 12px);
  width: 14px;
  height: 8px;
  content: "";
  background: url("../images/005009270/step_arw.png") no-repeat center/contain;
}
.sec-step__container .step--special .step-circle {
  position: relative;
  color: #fff;
  background: url("../images/005009270/step_special_bg.png") no-repeat center/cover;
}
.sec-step__container .step--special .step-circle::before {
  position: absolute;
  top: 50%;
  right: -5px;
  width: 19px;
  height: 87.5px;
  content: "";
  background: url("../images/005009270/step_product.png") no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec-step__container .step--special .step-circle__head .head-main {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.sec-step__container .step-detail {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px 30px 35px;
  margin: 40px 0 0;
  background: #ddc592;
  border-radius: 15px;
}
.sec-step__container .step-detail::before {
  position: absolute;
  top: 40%;
  left: 10px;
  width: 15px;
  height: 93px;
  content: "";
  background: url("../images/005009270/step_deco_md.png") no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec-step__container .step-detail::after {
  position: absolute;
  top: -16px;
  right: 48%;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent #ddc592 transparent;
  border-style: solid;
  border-width: 0 10.5px 18px 10.5px;
}
.sec-step__container .step-detail__image img {
  width: 100%;
  height: auto;
}
.sec-step__container .step-detail__text {
  height: 2;
  margin: 15px 0 0;
  font-size: 13px;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.08em;
}
.sec-step .lineup {
  margin: 70px 0 0;
}

.sec-voice {
  position: relative;
  z-index: 0;
  padding: 50px 0;
  margin: 70px 0 0;
}
.sec-voice::before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #fff;
}
.sec-voice::after {
  position: absolute;
  top: -50px;
  right: calc(42% - 155px);
  width: 153px;
  height: 98.5px;
  content: "";
  background: url("../images/005009270/voice_deco.png") no-repeat center/contain;
}
.sec-voice__heading {
  text-align: center;
}
.sec-voice__heading .heading-sub,
.sec-voice__heading .heading-main {
  display: block;
  line-height: 1.4;
}
.sec-voice__heading .heading-sub {
  font-size: 13px;
  letter-spacing: 0.15em;
}
.sec-voice__heading .heading-main {
  margin: 10px 0 0;
  font-size: 22px;
  letter-spacing: 0.15em;
}
.sec-voice__heading .heading-main .highlight {
  background: repeating-linear-gradient(to right, #e2d7aa, #e2d7aa) repeat-x left bottom 2px/100% 4px;
}
.sec-voice__slider {
  padding: 0 45px;
  margin: 25px 0 0;
}
.sec-voice__slider .swiper-container {
  margin: 0 -7.5px;
  overflow: visible;
}
.sec-voice__slider .voice-card {
  height: 100%;
  padding: 55px 35px 35px;
  color: #fff;
  background: url("/assets/images/pages/f-static/lp/005009178/voice_card_bg.png") no-repeat center/cover;
  border-radius: 10px;
}
.sec-voice__slider .voice-card__text {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.sec-voice__slider .voice-card__text::before {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 15px;
  height: 12px;
  content: "";
  background: url("/assets/images/pages/f-static/lp/005009178/voice_card_deco.png") no-repeat center top/cover;
}
.sec-voice__slider .voice-card__user {
  margin: 10px 0 0;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.sec-voice__caution {
  margin: 2px 0 0;
  font-size: 10px;
  line-height: 1.5;
  color: #a29c8c;
  text-align: center;
  letter-spacing: 0;
}

.contentsPresent {
  position: relative;
  z-index: 0;
  margin: -125px 0 0;
}
.contentsPresent::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100px;
  left: 0;
  z-index: -1;
  content: "";
  background: url("/assets/images/pages/f-static/lp/005009253/present_bg.png") repeat-x center top/auto 100%;
}
.contentsPresent__ttl {
  text-align: center;
}
.contentsPresent__text {
  padding: 0 20px;
  margin: 10px 0 0;
  font-size: 10px;
  line-height: 1.7;
  color: #9da5b0;
  letter-spacing: 0.06em;
}
.contentsPresent__slider .slider {
  position: relative;
  width: 375px;
  padding: 30px 0 0;
  margin: 0 auto;
}
.contentsPresent__slider .swiper-container {
  max-width: 310px;
  margin: 0 auto;
  overflow: visible;
}
.contentsPresent__slider .swiper-button-prev,
.contentsPresent__slider .swiper-button-next {
  top: 190px;
  width: auto;
  height: auto;
  background: none;
}
.contentsPresent__slider .swiper-button-prev img,
.contentsPresent__slider .swiper-button-next img {
  width: 17px;
  height: 44px;
}
.contentsPresent__slider .swiper-pagination {
  position: static;
  margin: 20px 0 0;
  line-height: 0;
}
.contentsPresent__slider .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 10px;
  background: #e2e6e9;
  opacity: 1;
}
.contentsPresent__slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #6ca6d0;
}
.contentsPresent__slider .swiper-button-prev {
  left: -8px;
}
.contentsPresent__slider .swiper-button-next {
  right: -8px;
}
.contentsPresent__slider .swiper-button-next img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.contentsPresent__slider .swiper-slide {
  box-sizing: border-box;
  max-width: 310px;
  padding: 0 13px;
}
.contentsPresent__slider .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 310px;
  height: 385px;
  padding: 40px 24px 30px;
  font-size: 15px;
  line-height: 1.7;
  color: #fff;
  background-image: url(../images/005009270/voice_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 285px;
}
.contentsPresent__slider .card__name {
  margin-top: 10px;
  text-align: right;
}

.breadcrumb-content {
  background-color: #fff;
}

.l-footer {
  margin: 0;
}

sup {
  font-size: 50%;
}

.l-main {
  font-family: "Noto Sans JP", "YakuHanJP", sans-serif;
  color: #1b526c;
  background-color: #f2e9dc;
}

@media (min-width: 768px) {
  .approach {
    max-width: 1600px;
    margin: 90px auto 0;
  }
  .approach__head {
    max-width: 1390px;
    padding: 0 60px 0 0;
  }
  .approach__head .title {
    font-size: 18px;
  }
  .approach__head .title::before {
    left: -15px;
    width: 8px;
    height: 8px;
  }
  .approach__head .number {
    margin: -20px 0 7px 14px;
    font-size: 95px;
  }
  .approach__visual {
    display: flex;
    padding: 0 60px 0 0;
    margin: -80px 0 0;
  }
  .approach__visual .approach-image {
    width: 900px;
  }
  .approach__visual .approach-image img {
    width: auto;
    max-width: 100%;
  }
  .approach__visual .approach-document {
    position: relative;
    width: 470px;
    padding: 0;
    margin: 130px 0 0 -40px;
  }
  .approach__visual .approach-document__copy {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
  .approach__visual .approach-document__copy sup {
    top: -1em;
  }
  .approach__visual .approach-document__text {
    margin: 24px 0 0;
    font-size: 16px;
    letter-spacing: 0.13em;
  }
  .approach__visual .approach-document__list {
    max-width: 100%;
    margin: 35px 0 0;
  }
  .approach__visual .approach-document__list .list {
    max-width: 800px;
    margin: 65px 0 0 50px;
    gap: 45px 50px;
  }
  .approach__visual .approach-document__list .list__item {
    padding: 0 10px;
    margin: 0;
  }
  .approach__visual .approach-document__list .list__item .item-text {
    margin: 10px 0 0;
    font-size: 12px;
    color: #333;
  }
  .approach__visual .approach-document__caution {
    margin: 30px 0 0;
    font-size: 12px;
    line-height: 1.5;
  }
  .approach__point {
    display: flex;
    max-width: 1180px;
    padding: 0 60px;
    margin: 62px auto 0;
    gap: 80px;
  }
  .approach__point .approach-point {
    width: 490px;
    margin-bottom: 0;
  }
  .approach__point .approach-point__head .point-title__text {
    padding: 2px 30px;
    font-size: 20px;
  }
  .approach__point .approach-point__head .point-note {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.375;
  }
  .approach__point .approach-point__text .point-text {
    padding: 20px 0;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  .approach__point .approach-point__image {
    height: 260px;
    margin: 0;
  }
  .approach__point .approach-point__comment {
    height: 96px;
  }
  .approach__point .approach-point__comment::before {
    left: calc(50% + 95px);
    border-width: 0 0 20px 13px;
  }
  .approach__point .approach-point__comment .point-comment {
    font-size: 18px;
    line-height: 1.5;
  }
  .approach--reverse {
    margin-top: 110px;
  }
  .approach--reverse .approach__head {
    justify-content: flex-start;
    max-width: 1490px;
    padding: 0 0 0 60px;
    margin: 0 0 0 auto;
  }
  .approach--reverse .approach__visual {
    flex-direction: row-reverse;
    padding: 0 0 0 60px;
  }
  .approach--reverse .approach__visual .approach-document {
    margin: 130px -40px 0 0;
  }
  .comment {
    max-width: 1280px;
    padding: 0 110px;
    margin: 150px auto 0;
  }
  .comment__container {
    padding: 55px 40px;
  }
  .comment__container::before, .comment__container::after {
    height: 6px;
  }
  .comment .comment-head__copy {
    font-size: 24px;
  }
  .comment .comment-head__profile {
    position: absolute;
    top: 305px;
    right: 40px;
    width: 220px;
    margin: 0;
    text-align: center;
  }
  .comment .comment-head__profile .sub {
    font-size: 14px;
  }
  .comment .comment-head__profile .main {
    font-size: 16px;
  }
  .comment .comment-head__image {
    position: absolute;
    top: 75px;
    right: 40px;
  }
  .comment .comment-text {
    width: 700px;
    font-size: 16px;
  }
  .lineup {
    max-width: 1280px;
  }
  .lineup__container {
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
  }
  .lineup__container::before {
    top: -73px;
    left: 40px;
    width: 334px;
    height: 144px;
    background: url("../images/005009270/lineup_deco_md.png") no-repeat center/contain;
  }
  .lineup__heading {
    font-size: 26px;
  }
  .lineup__heading .highlight {
    background: repeating-linear-gradient(to right, #ddd3a7, #ddd3a7) repeat-x left bottom 2px/100% 8px;
  }
  .lineup__heading + .normal-menu {
    margin: 40px 0 0;
  }
  .lineup .menu-information {
    margin: 0 0 0 90px;
  }
  .lineup .menu-information__label > span {
    padding: 3px 10px;
    font-size: 14px;
  }
  .lineup .menu-information__name {
    margin: 9px 0 0;
    font-size: 20px;
  }
  .lineup .menu-information__note {
    margin: 13px 0 0;
    font-size: 12px;
  }
  .lineup .menu-information__price {
    margin: 13px 0 0;
  }
  .lineup .menu-information__price .price-num {
    font-size: 28px;
  }
  .lineup .menu-information__price .price-unit {
    font-size: 20px;
  }
  .lineup .menu-information__price .price-tax {
    font-size: 14px;
  }
  .lineup .menu-information__default-price .price-num {
    font-size: 22px;
  }
  .lineup .menu-information__default-price .price-unit {
    font-size: 16px;
  }
  .lineup .menu-information__default-price .price-tax {
    font-size: 12px;
  }
  .lineup .menu-information__arw {
    margin: 0 5px;
    font-size: 18px;
  }
  .lineup .menu-information__campaign-price .price-num {
    font-size: 28px;
  }
  .lineup .menu-information__campaign-price .price-unit {
    font-size: 20px;
  }
  .lineup .menu-information__campaign-price .price-tax {
    font-size: 14px;
  }
  .lineup .menu-information__button {
    width: 320px;
    height: 70px;
    margin: 15px 0 0;
    transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), fill 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .lineup .menu-information__button:hover {
    color: #444;
    background: #fff;
    fill: #444;
  }
  .lineup .menu-information__button .button-icon svg {
    width: 23px;
    height: 17px;
  }
  .lineup .menu-information__button .button-text {
    font-size: 17px;
  }
  .lineup .menu-information__caution {
    margin: 10px 0 0;
    font-size: 12px;
  }
  .lineup .normal-menu {
    padding: 70px 50px 40px;
  }
  .lineup .normal-menu .product-image {
    width: 480px;
    margin-bottom: 40px;
  }
  .lineup .normal-menu .product-image img {
    margin-left: -55px;
  }
  .lineup .campaign-menu__container {
    padding: 34px 45px 20px 72px;
  }
  .lineup .campaign-menu .campaign-copy {
    width: 100%;
    font-size: 26px;
    text-align: center;
  }
  .lineup .campaign-menu .campaign-copy .highlight {
    background: repeating-linear-gradient(to right, #dcd0a0, #dcd0a0) repeat-x left bottom 2px/100% 6px;
  }
  .lineup .campaign-menu .product-image {
    width: 270px;
    margin-bottom: 43px;
  }
  .lineup .campaign-menu .product-image img {
    margin-left: -30px;
  }
  .lineup .campaign-menu .product-image__badge {
    top: 0;
    right: -35px;
    left: inherit;
  }
  .lineup .campaign-menu .menu-information {
    padding: 0;
    margin: 25px 0 0 70px;
  }
  .lineup .campaign-menu .menu-information__button {
    margin: 0 0 5px;
  }
  .main-contents {
    background-size: auto auto;
  }
  .main-contents .lineup {
    margin: -250px auto 0;
  }
  .sec-mv {
    background-image: url(../images/005009270/mv_bg_md_grad.png);
    background-size: 100% 72%;
  }
  .sec-mv__inner {
    max-width: 1920px;
    padding: 215px 0 99px;
  }
  .sec-mv__inner::before {
    display: none;
  }
  .sec-mv__inner::after {
    display: none;
  }
  .sec-mv__typo {
    max-width: 1100px;
    padding: 0 45px;
    margin: -7px auto 0;
    text-align: left;
  }
  .sec-mv__lead {
    max-width: 960px;
    margin: 175px auto 100px;
    text-align: center;
  }
  .sec-mv__text {
    margin: -14px auto 0;
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.131em;
  }
  .sec-mv__heading {
    margin: 175px 0 0;
    font-size: 35px;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  .sec-mv__caution {
    margin: 25px 0 0;
    font-size: 12px;
    text-align: center;
  }
  .sec-mv::before {
    max-width: 100%;
    background: url("../images/005009270/mv_bg_md.png") no-repeat center top/1920px auto;
  }
  .sec-particulars .item01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
  }
  .sec-particulars .item02 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
  .sec-particulars .item03 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
  .sec-particulars__inner {
    width: 1060px;
    padding: 7px 0 40px;
    margin: 0 auto;
  }
  .sec-particulars__inner::before {
    height: 6px;
  }
  .sec-particulars__inner::after {
    height: 6px;
  }
  .sec-particulars__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 20px 1fr;
    grid-template-rows: repeat(2, 1fr);
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    margin-top: 0;
  }
  .sec-particulars__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sec-particulars__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .sec-particulars__list > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .sec-particulars__list > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .sec-particulars__titlewrap {
    padding-top: 0;
  }
  .sec-particulars__copy {
    padding-left: 40px;
    margin-bottom: 50px;
  }
  .sec-particulars__catch {
    padding-left: 40px;
    font-size: 24px;
  }
  .sec-particulars__profile {
    padding: 20px 60px;
  }
  .sec-particulars__name {
    font-size: 13px;
    font-weight: 500;
  }
  .sec-particulars__text {
    font-size: 17px;
  }
  .sec-particulars__title {
    font-size: 20px;
  }
  .sec-particulars__title img {
    margin-right: 20px;
  }
  .sec-particulars__item {
    padding: 18px 40px;
    margin-bottom: 0;
  }
  .sec-step {
    padding: 115px 0;
  }
  .sec-step__heading .heading-sub {
    font-size: 16px;
  }
  .sec-step__heading .heading-main {
    margin: 8px 0 0;
    font-size: 32px;
  }
  .sec-step__heading .heading-main .highlight {
    background: repeating-linear-gradient(to right, #e7d8b6, #e7d8b6) repeat-x left bottom 2px/100% 8px;
  }
  .sec-step__container {
    max-width: 1180px;
    padding: 0 60px;
    margin: 40px auto 0;
  }
  .sec-step__container .step-list {
    display: flex;
    justify-content: center;
    padding: 0;
  }
  .sec-step__container .step .step-circle {
    flex-direction: column;
    justify-content: center;
    width: 230px;
    height: 230px;
    border-radius: 50%;
  }
  .sec-step__container .step .step-circle__head {
    flex-direction: column;
    width: auto;
    margin: -25px 0 15px;
    font-size: 32px;
  }
  .sec-step__container .step .step-circle__head .head-sub {
    font-size: 16px;
    line-height: 1;
  }
  .sec-step__container .step .step-circle__head .head-main {
    margin: 5px 0 0;
    font-size: 30px;
    line-height: 1;
  }
  .sec-step__container .step .step-circle__head::after {
    display: none;
  }
  .sec-step__container .step .step-circle__body {
    font-size: 16px;
    text-align: center;
  }
  .sec-step__container .step .step-circle__body .small {
    font-size: 14px;
  }
  .sec-step__container .step + .step {
    margin: 0 0 0 50px;
  }
  .sec-step__container .step + .step::before {
    top: calc(50% - 9px);
    left: -28px;
    width: 11px;
    height: 18px;
    background: url("../images/005009270/step_arw_md.png") no-repeat center/contain;
  }
  .sec-step__container .step--special .step-circle {
    background: url("../images/005009270/step_special_bg_md.png") no-repeat center/cover;
  }
  .sec-step__container .step--special .step-circle::before {
    right: -10px;
    width: 42px;
    height: 196px;
    background: url("../images/005009270/step_product_md.png") no-repeat center/contain;
  }
  .sec-step__container .step--special .step-circle__head .head-main {
    font-size: 24px;
  }
  .sec-step__container .step--special .step-circle__body {
    font-size: 18px;
  }
  .sec-step__container .step-detail {
    flex-direction: row;
    padding: 20px 0 20px 120px;
    margin: 50px 0 0;
  }
  .sec-step__container .step-detail::before {
    top: 50%;
    left: 50px;
    width: 19px;
  }
  .sec-step__container .step-detail::after {
    top: -18px;
    right: 105px;
  }
  .sec-step__container .step-detail__image img {
    width: auto;
  }
  .sec-step__container .step-detail__text {
    margin: 0 0 0 40px;
    font-size: 16px;
    letter-spacing: 0.11em;
  }
  .sec-step .lineup {
    margin: 100px auto 0;
  }
  .sec-voice {
    padding: 85px 0 95px;
    margin: 188px 0 0;
  }
  .sec-voice::before {
    right: calc(50% - 640px);
  }
  .sec-voice::after {
    top: -93px;
    right: inherit;
    left: calc(50% + 330px);
    width: 273px;
    height: 155px;
    background: url("../images/005009270/voice_deco_md.png") no-repeat center/contain;
  }
  .sec-voice__heading .heading-sub {
    font-size: 16px;
  }
  .sec-voice__heading .heading-main {
    margin: 8px 0 0;
    font-size: 32px;
  }
  .sec-voice__heading .heading-main .highlight {
    background: repeating-linear-gradient(to right, #e2d7aa, #e2d7aa) repeat-x left bottom 2px/100% 8px;
  }
  .sec-voice__slider {
    margin: 60px 0 0;
  }
  .sec-voice__slider .swiper-container {
    margin: 0 -30px;
  }
  .sec-voice__slider .swiper-wrapper {
    justify-content: center;
  }
  .sec-voice__slider .voice-card {
    padding: 55px 45px 40px;
    background: url("/assets/images/pages/f-static/lp/005009178/voice_card_bg_md.png") no-repeat center/cover;
  }
  .sec-voice__slider .voice-card__text {
    font-size: 20px;
    line-height: 1.8;
  }
  .sec-voice__slider .voice-card__text::before {
    top: -25px;
    left: -20px;
    width: 19px;
    height: 16px;
    background: url("/assets/images/pages/f-static/lp/005009178/voice_card_deco_md.png") no-repeat center top/cover;
  }
  .sec-voice__slider .voice-card__user {
    font-size: 16px;
  }
  .sec-voice__caution {
    margin: 0 0 0;
    font-size: 12px;
  }
  .contentsPresent {
    margin: -65px 0 0;
  }
  .contentsPresent::before {
    top: -150px;
    bottom: -220px;
    background-image: url("/assets/images/pages/f-static/lp/005009253/present_bg_md.png");
  }
  .contentsPresent__text {
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .contentsPresent__slider .slider {
    width: 100%;
    min-width: 1280px;
    max-width: 1280px;
    padding: 40px 0 30px;
    overflow: hidden;
  }
  .contentsPresent__slider .slider::before, .contentsPresent__slider .slider::after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    content: "";
    background: linear-gradient(90deg, #fff 50%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.5) 70%, transparent 100%);
  }
  .contentsPresent__slider .slider::before {
    right: calc(50% + 540px);
    left: 0;
  }
  .contentsPresent__slider .slider::after {
    right: 0;
    left: calc(50% + 540px);
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .contentsPresent__slider .swiper-container {
    max-width: 960px;
  }
  .contentsPresent__slider .swiper-button-prev,
.contentsPresent__slider .swiper-button-next {
    top: 105px;
  }
  .contentsPresent__slider .swiper-button-prev img,
.contentsPresent__slider .swiper-button-next img {
    width: 26px;
    height: 76.5px;
  }
  .contentsPresent__slider .swiper-pagination {
    margin: 30px 0 0;
  }
  .contentsPresent__slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .contentsPresent__slider .swiper-button-prev {
    left: -5px;
  }
  .contentsPresent__slider .swiper-button-next {
    right: -5px;
  }
  .contentsPresent__slider .swiper-slide {
    max-width: 960px;
    padding: 0 30px;
  }
  .contentsPresent__slider .card {
    max-width: 960px;
    height: 260px;
    padding: 45px 60px 25px;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.13em;
    background-image: url(../images/005009270/voice_bg_md.png);
    background-repeat: no-repeat;
    background-size: auto;
    border-width: 6px;
  }
  .contentsPresent__slider .card__name {
    margin-top: 0;
  }
}