html {
  font-size: calc((100 / 750) * 1vw);
}

@media screen and (min-width: 750px) {
  html {
    font-size: 1px;
  }
}

body {
  font-family: "Yu Gothic Medium", "Yu Gothic UI", "Meiryo", "Noto Sans JP", sans-serif;
}

.l-container {
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 750.99px) {
  .l-container {
    max-width: 1920rem;
  }
}

img {
  width: 100%;
  display: block;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a img {
  transition: transform 0.3s;
}

a:hover img {
  transform: scale(1.04);
}

.wrapper {
  margin: 0 auto;
}

@media screen and (min-width: 750.99px) {
  .sp-only {
    display: none;
  }

  .wrapper {
    max-width: 1100rem;
    width: calc(100% - 60rem);
  }
}

@media screen and (max-width: 750px) {
  .pc-only {
    display: none;
  }
}

header {
  position: relative;
}

header .header-logo {
  position: absolute;
  top: 36rem;
  width: 113rem;
  display: block;
  transition: all 0.3s;
}

header .header-logo img {
  transform: scale(1) !important;
}

header .header-logo:hover {
  opacity: 0.8;
}

@media screen and (min-width: 750.99px) {
  header {
    max-width: 1920rem;
    width: calc(100% - 60rem);
    margin: 0 auto;
  }

  header .header-logo {
    left: calc(50% - 655px);
  }
}

@media screen and (max-width: 1395px) and (min-width: 750.99px) {
  header .header-logo {
    left: 0;
  }
}

@media screen and (max-width: 750px) {
  header .header-logo {
    left: 18rem;
  }
}

.fv {
  background-color: #e9eaec;
}

.section-point {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 192rem 0 292rem;
}

.section-point::before,
.section-point::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
}

.section-point::before {
  top: 0;
}

.section-point::after {
  bottom: 0;
  transform: rotate(180deg);
}

@media screen and (min-width: 750.99px) {
  .section-point {
    margin-bottom: -30rem;
  }

  .section-point::before,
  .section-point::after {
    height: 608rem;
  }

  .section-point::before,
  .section-point::after {
    background: url("../img/point_bg_250716.png") no-repeat center center / cover;
  }

  .section-point img:not(:last-child) {
    margin-bottom: 70rem;
  }
}

@media screen and (min-width: 1920.99px) {
  .section-point::before,
  .section-point::after {
    background: url("../img/point_bg_250716.png") no-repeat 0 0 / 100% 100%;
  }
}

@media screen and (max-width: 750px) {
  .section-point {
    margin-bottom: -77rem;
  }

  .section-point::before,
  .section-point::after {
    background: url("../img/sp/point_bg_250716.png") no-repeat center center / cover;
    height: 312rem;
  }

  .section-point::after {
    bottom: 48rem;
  }

  .section-point .wrapper {
    max-width: 640rem;
  }

  .section-point img:not(:last-child) {
    margin-bottom: 40rem;
  }
}

.section-cta {
  background: url("../img/cta_bg_01_250716.png") repeat-x center top / cover;
  position: relative;
  z-index: 1;
  padding: 60rem 0 50rem;
}

.section-cta .cta-content {
  position: relative;
}

.section-cta .cta-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 608rem;
}

.section-cta.cta02 {
  padding: 0;
}

@media screen and (min-width: 750.99px) {
  .section-cta .cta-btn {
    width: calc(100% - 260rem);
  }

  .section-cta .cta-content {
    max-width: 1000rem;
    margin: 0 auto;
  }

  .section-cta.cta01 .cta-btn01 {
    top: 47%;
  }

  .section-cta.cta01 .cta-btn02 {
    top: 88%;
  }

  .section-cta.cta02 {
    background-image: url("../img/cta_bg_02_250716.png");
  }

  .section-cta.cta02 .cta-btn {
    top: 73%;
  }
}

@media screen and (max-width: 750px) {
  .section-cta {
    background-image: url("../img/sp/cta_bg_01_250716.png");
  }

  .section-cta.cta01 .cta-btn01 {
    top: 640rem;
  }

  .section-cta.cta01 .cta-btn02 {
    bottom: 36rem;
  }

  .section-cta.cta02 {
    background-image: url("../img/sp/cta_bg_02_250716.png");
  }

  .section-cta.cta02 .cta-btn {
    top: 74%;
  }

  .section-cta .wrapper {
    max-width: 750rem;
  }
}

.section-feedback {
  padding: 50rem 0 20rem;
  position: relative;
  z-index: 1;
}

.section-feedback::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 851rem;
  top: 0;
}

.section-feedback .feedback-title {
  max-width: 620rem;
}

.section-feedback .feedback-note {
  font-size: 18rem;
  color: #000528;
  text-align: center;
  margin-top: 60rem;
}

@media screen and (min-width: 750.99px) {
  .section-feedback::before {
    background: url("../img/feedback_bg_250716.png") no-repeat center top / contain;
    max-width: 1690rem;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  .section-feedback .wrapper {
    max-width: 1400rem;
  }

  .section-feedback .feedback-title {
    margin: 0 auto 68rem;
  }
}

@media screen and (max-width: 750px) {
  .section-feedback {
    padding-bottom: 100rem;
  }

  .section-feedback::before {
    background: url("../img/sp/feedback_bg_250716.png") no-repeat center top / contain;
    width: 100%;
    left: 0;
  }

  .section-feedback .wrapper {
    max-width: 700rem;
  }

  .section-feedback .feedback-title {
    margin-bottom: 60rem;
  }
}

.section-recommend {
  padding: 50rem 0 44rem;
  position: relative;
  z-index: 1;
}

.section-recommend::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
}

.section-recommend .recommend-content {
  margin: 0 auto;
  max-width: 620rem;
}

@media screen and (min-width: 750.99px) {
  .section-recommend::before {
    background: url("../img/recommend_bg_250716.png") no-repeat 0 0 / 100% 100%;
    top: 60rem;
    height: 2117rem;
  }

  .section-recommend .recommend-content img:not(:last-child) {
    margin-bottom: 94rem;
  }
}

@media screen and (max-width: 750px) {
  .section-recommend::before {
    background: url("../img/sp/recommend_bg_250716.png") no-repeat 0 0 / 100% 100%;
    top: 0;
  }

  .section-recommend .recommend-content img:not(:last-child) {
    margin-bottom: 70rem;
  }
}

.section-feeling {
  background-color: #e9eaec;
}

.section-feeling .feeling-title {
  background: url("../img/feeling_decor_250716.png") no-repeat 0 0 / 100% 100%;
  height: 218rem;
  display: flex;
  align-items: center;
  margin-bottom: 30rem;
}

.section-feeling .feeling-title h2 {
  max-width: 309rem;
  margin: 0 auto;
}

@media screen and (min-width: 750.99px) {
  .section-feeling {
    padding-bottom: 34rem;
  }

  .section-feeling .feeling-wrapper {
    max-width: 1348rem;
    margin: 0 auto;
    width: calc(100% - 60rem);
  }
}

@media screen and (max-width: 750px) {
  .section-feeling .feeling-title {
    background-image: url("../img/sp/feeling_decor_250716.png");
  }
}

.section-delivery {
  background-color: #e9eaec;
  padding: 74rem 0 200rem;
}

.section-delivery .wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-delivery .wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2434rem;
  left: 0;
  background: url("../img/delivery_bg_250716.png") no-repeat center top / cover;
}

.section-delivery .delivery-list {
  max-width: 638rem;
  position: relative;
}

.section-delivery .delivery-list li {
  margin-bottom: 20rem;
}

.section-delivery .delivery-ttl {
  max-width: 522rem;
  position: relative;
  margin-bottom: 50rem;
}

.section-delivery .delivery-text {
  max-width: 548rem;
  position: relative;
  margin-top: 30rem;
}

@media screen and (min-width: 750.99px) {
  .section-delivery {

  }

  .section-delivery .wrapper {
    max-width: 1200rem;
  }

  .section-delivery .wrapper::before {
    top: 40rem;
  }
}

@media screen and (max-width: 750px) {
  .section-delivery .wrapper::before {
    top: 100rem;
  }
}

.section-qa {
  background-color: #e9eaec;
  font-size: 23rem;
}

.section-qa .qa-question {
  background-color: #000fa0;
  color: #fff;
  font-weight: 700;
  position: relative;
  min-height: 125rem;
  padding: 20rem 22rem 20rem 118rem;
  display: flex;
  align-items: center;
  line-height: calc(36 / 23);
}

.section-qa .qa-question::before {
  content: "";
  position: absolute;
  width: 70rem;
  height: 70rem;
  background: url("../img/Q_250716.png") no-repeat center / contain;
  left: 38rem;
  top: 50%;
  transform: translateY(-50%);
}

.section-qa .qa-answer {
  background-color: #fff;
  padding: 27rem 50rem;
  color: #000528;
  font-weight: 400;
  line-height: calc(41 / 23);
}

.section-qa .qa-list {
  max-width: 876rem;
  margin: 0 auto;
}

.section-qa .qa-list li {
  margin-bottom: 32rem;
}

.section-qa .qa-title {
  max-width: 198rem;
  margin: 0 auto 62rem;
}

@media screen and (min-width: 750.99px) {
  .section-qa {
    padding: 43rem 0;
  }
}

@media screen and (max-width: 750px) {
  .section-qa {
    padding: 56rem 0;
  }

  .section-qa .wrapper {
    padding: 0 63rem;
  }

  .section-qa .qa-question {
    padding-right: 70rem;
    padding-left: 110rem;
  }

  .section-qa .qa-question::before {
    left: 30rem;
  }

  .section-qa .qa-answer {
    padding-left: 26rem;
    padding-right: 12rem;
  }
}

.section-overview {
  background-color: #e9eaec;
}

.section-overview .wrapper {
  max-width: 626rem;
}

@media screen and (min-width: 750.99px) {
  .section-overview {
    padding: 54rem 0 110rem;
  }
}

@media screen and (max-width: 750px) {
  .section-overview {
    padding: 62rem 0 86rem;
  }
}

footer {
  background-color: #d3d6db;
}

footer .footer-logo {
  display: block;
  width: 113rem;
  margin-bottom: 44rem;
  transition: all 0.3s;
}

footer .footer-logo img {
  transform: scale(1);
}

footer .footer-logo:hover {
  opacity: 0.8;
}

footer .footer-menu {
  margin-bottom: 40rem;
}

footer .footer-menu a {
  font-weight: 400;
  font-size: 22rem;
  transition: all 0.3s;
}

footer .footer-menu a:hover {
  color: #00458A;
  text-decoration: underline;
}

footer .footer-menu>li {
  position: relative;
  padding-bottom: 20rem;
  margin-bottom: 15rem;
}

footer .footer-menu>li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../img/dot_250716.png") repeat-x 0 0 / 4rem 3rem;
  width: 100%;
  height: 3rem;
}

footer .footer-menu>li:last-child::before {
  display: none;
}

footer small {
  display: block;
  text-align: center;
  font-size: 14rem;
}

@media screen and (min-width: 750.99px) {
  footer {
    padding: 57rem 0 35rem;
  }

  footer .wrapper {
    max-width: 1310rem;
  }

  .slider .slick-slide,
  .slider .slick-dots {
    padding: 0 112rem;
  }
}

@media screen and (max-width: 750px) {
  footer {
    padding: 60rem 0;
  }

  footer .wrapper {
    padding: 0 58rem;
  }

  .slider .slick-slide {
    padding: 0 20rem;
  }

  .slider .slick-dots {
    padding: 0 65rem;
  }
}

.slider {
  max-width: 884rem;
  margin: 0 auto;
}

.slider .slick-arrow {
  background: url("../img/icon_arrow_250716.png") no-repeat center center / cover;
  width: 18rem;
  height: 43rem;
  top: 43%;
  position: absolute;
  z-index: 2;
}

.slider .slick-prev {
  left: 0;
  transform: rotate(180deg);
}

.slider .slick-next {
  right: 0;
}

.slider .slick-dots {
  margin-top: 45rem;
  display: flex;
  justify-content: center;
}

.slider .slick-dots li {
  height: 12rem;
  background-color: #e3e3e3;
  flex: 1;
  transition: background-color 0.3s linear;
}

.slider .slick-dots li.slick-active {
  background-color: #000fa0;
}