.fs-l-main,
.fs-l-pageMain {
  max-width: inherit !important;
  margin: 0 auto;
}

#fs_CustomPage .fs-l-main {
  padding: 0;
}

#fs_CustomPage {
  margin: 0;
}

.fs-c-breadcrumb__listItem {
  display: inline;
}

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

:root {
  --cool-blue: #0b4b86;
  --cool-sky: #55a9e8;
  --cool-text: #1c2f43;
  --cool-bg: #eaf7ff;
  --cool-white: #fff;
  --cool-font: "Noto Sans JP", sans-serif;
  --cool-serif: "Noto Serif JP", serif;
  --cool-product-font: "Zen Maru Gothic", sans-serif;
  --cool-kozuka: "Kozuka Gothic Pr6N", "Kozuka Gothic Pro", "Kozuka Gothic ProN", "Noto Sans JP", sans-serif;
  --cool-width: 1200px;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.lp_wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  font-family: var(--cool-font);
  font-weight: 400;
  letter-spacing: 0;
}

.lp_wrap *,
.lp_wrap *::before,
.lp_wrap *::after {
  box-sizing: border-box;
}

.lp_wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.lp_wrap a {
  color: unset;
  text-decoration: none;
}

.lp_wrap ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.lp_wrap :where(p, h1, h2, h3) {
  margin: 0;
}

.content-wrap {
  width: 100%;
  max-width: var(--cool-width);
  margin: 0 auto;
}

.cool-inner-lp .fv {
  position: relative;
  background: #eff9ff;
}

.cool-inner-lp .fv::after {
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200px;
  content: "";
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%201200%20130%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20preserveAspectRatio%3D%27none%27%3E%3Cpath%20d%3D%27M0%2068C150%2090%20305%2088%20475%2068C670%2045%20810%2022%201010%2034C1085%2038%201150%2052%201200%2064V130H0Z%27%20fill%3D%27%23fff%27/%3E%3C/svg%3E") center top / 100% 100% no-repeat;
}

.cool-inner-lp .fv picture,
.cool-inner-lp .fv img {
  position: relative;
  z-index: 0;
}

.cool-lead {
  position: relative;
  z-index: 2;
  padding: 80px 0;
  background: var(--cool-white);
}

.cool-lead__text {
  color: #171717;
  font-size: 28px;
  line-height: 2.05;
  text-align: center;
  letter-spacing: .04em;
  font-family: var(--cool-product-font);
  font-weight: 500;
}

.cool-water {
  position: relative;
  padding: 0 0 130px;
  background-color: var(--cool-bg);
  background-image: url("../img/background.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.cool-points {
  position: relative;
  padding: 0 0 100px;
}

.cool-points::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  height: 390px;
  content: "";
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .96) 35%, rgba(255, 255, 255, .62) 70%, rgba(255, 255, 255, 0) 100%);
}

.cool-points::after {
  display: none;
  content: none;
}

.cool-points .content-wrap {
  position: relative;
  z-index: 1;
}

.cool-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 55px;
  color: var(--cool-blue);
  font-family: var(--cool-serif);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: .04em;
}

.cool-section-title::before,
.cool-section-title::after {
  width: 200px;
  height: 3px;
  content: "";
  background: var(--cool-blue);
}

.cool-point-list {
  display: flex;
  justify-content: center;
  gap: 140px;
}

.cool-point {
  width: 190px;
  text-align: center;
}

.lp_wrap img.cool-point__icon {
  width: 112px;
  margin: 0 auto 20px;
}

.cool-point__title {
  margin-bottom: 15px;
  color: var(--cool-blue);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .04em;
  font-family: var(--cool-product-font);
}

.cool-point__text {
  color: #3e5262;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: .03em;
  font-family: var(--cool-product-font);
  font-weight: 500;
}

.cool-category-nav {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}

.cool-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 45px;
  max-width: 700px;
  margin: 0 auto;
}

.cool-category-list li {
  width: calc((100% - 45px) / 2);
}

.cool-category-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cool-white);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .05em;
  background-color: var(--cool-blue);
  border: 3px solid var(--cool-blue);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(78, 128, 165, .14);
  transition: color .4s ease, background-color .4s ease;
  padding: 20px 0;
  font-family: var(--cool-product-font);
}

.cool-category-list li:nth-child(n + 2) a {
  color: var(--cool-white);
  background-color: var(--cool-blue);
}

.cool-category-list li a:hover {
  color: var(--cool-blue);
  background-color: var(--cool-white);
}

.cool-category-list li a.is-active {
  color: var(--cool-blue);
  background-color: var(--cool-white);
}


.cool-product-block {
  margin-bottom: 85px;
}

.cool-product-block:last-child {
  margin-bottom: 0;
}

.cool-product-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
  margin-bottom: 30px;
  color: var(--cool-blue);
  font-family: var(--cool-serif);
  font-size: 50px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .04em;
}

.cool-product-title img {
  flex: 0 0 auto;
  width: 42px;
}

.cool-product-title--snow img {
  width: 52px;
}

.cool-product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px 25px;
}

.cool-product-item {
  display: flex;
  width: calc((100% - 25px) / 2);
}

.cool-product-card {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
  padding: 30px 20px;
  background: var(--cool-white);
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(78, 128, 165, .08);
}

.cool-product-image {
  display: block;
  flex: 0 0 280px;
  aspect-ratio: 1 / 1;
}

.cool-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cool-product-image img:not([src]) {
  visibility: hidden;
}

.cool-product-info,
.cool-product-name,
.cool-product-copy,
.cool-product-button {
  display: block;
}

.cool-product-info {
  flex: 1 1 auto;
  min-width: 0;
}

.cool-product-name {
  margin-bottom: 10px;
  color: #111;
  font-family: var(--cool-product-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: .04em;
}

.cool-product-copy {
  margin-bottom: 20px;
  color: #202020;
  font-family: var(--cool-product-font);
  font-size: 18px;
  line-height: 1.85;
  letter-spacing: .04em;
}

.cool-product-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 10px 20px;
  color: var(--cool-blue) !important;
  font-family: var(--cool-product-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .04em;
  background-color: var(--cool-white);
  border: 3px solid var(--cool-blue);
  border-radius: 999px;
  transition: color .4s ease, background-color .4s ease;
}

.cool-product-button:hover {
  color: var(--cool-white) !important;
  background-color: var(--cool-blue);
}

.cool-cta {
  padding: 15px 0 120px;
  text-align: center;
}

.cool-cta__text {
  color: var(--cool-blue);
  font-family: var(--cool-serif);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: .05em;
  text-align: center;
}

.cool-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 540px;
  padding: 20px 60px;
  color: var(--cool-white) !important;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .04em;
  background: var(--cool-blue);
  border: 3px solid var(--cool-blue);
  border-radius: 999px;
  transition: color .4s ease, background-color .4s ease;
  font-family: var(--cool-product-font);
}

.cool-cta__button:hover {
  color: var(--cool-blue) !important;
  background-color: var(--cool-white);
}

.cool-page-top {
  position: fixed;
  right: 25px;
  bottom: 30px;
  z-index: 20;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .35s ease, visibility .35s ease;
}

.cool-page-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cool-page-top a {
  display: inline-flex;
  align-items: center;
  color: #111;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .12em;
  writing-mode: vertical-rl;
}

.cool-page-top a::before {
  width: 0;
  height: 0;
  margin-bottom: 10px;
  content: "";
  border-right: 7px solid transparent;
  border-bottom: 11px solid #111;
  border-left: 7px solid transparent;
}

@media screen and (max-width: 1200px) {
  :root {
    --cool-width: calc(100% - 40px);
  }
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  :root {
    --cool-width: 100%;
  }

  .cool-inner-lp .fv::after {
    bottom: -10px;
    width: 100%;
    height: 70px;
  }

  .cool-lead {
    padding: 35px 20px 35px;
  }

  .cool-lead__text {
    font-size: 15px;
    line-height: 2;
    letter-spacing: .02em;
  }

  .cool-water {
    padding: 0 20px 80px;
    background-image: url("../img/background_sp.png");
    background-position: center top;
    background-size: 100% auto;
  }

  .cool-points {
    padding-bottom: 50px;
  }

  .cool-points::before {
    right: auto;
    left: 50%;
    width: 100vw;
    height: 245px;
    transform: translateX(-50%);
  }

  .cool-points::after {
    display: none;
    content: none;
  }

  .cool-section-title {
    gap: 15px;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.5;
  }

  .cool-section-title::before,
  .cool-section-title::after {
    width: 65px;
    height: 2px;
  }

  .cool-point-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .cool-point {
    width: calc((100% - 20px) / 2);
  }

  .cool-point__icon {
    width: 70px;
    margin-bottom: 10px;
  }

  .cool-point__title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .cool-point__text {
    font-size: 11px;
    line-height: 1.65;
  }

  .cool-category-nav {
    padding-bottom: 50px;
  }

  .cool-category-list {
    gap: 15px;
    max-width: none;
  }

  .cool-category-list li {
    width: calc((100% - 15px) / 2);
  }

  .cool-category-list a {
    font-size: 15px;
    border-width: 2px;
    padding: 10px 0;
  }


  .cool-products.is-sp-tabbed .cool-product-block {
    display: none;
  }

  .cool-products.is-sp-tabbed .cool-product-block.is-active {
    display: block;
  }

  .cool-product-block {
    margin-bottom: 60px;
  }

  .cool-product-title {
    gap: 10px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .cool-product-title img {
    width: 26px;
  }

  .cool-product-title--snow img {
    width: 32px;
  }

  .cool-product-list {
    gap: 20px;
  }

  .cool-product-item {
    width: 100%;
  }

  .cool-product-card {
    gap: 10px;
    padding: 15px;
    border-radius: 10px;
  }

  .cool-product-image {
    flex-basis: 42%;
  }

  .cool-product-name {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.45;
  }

  .cool-product-copy {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.75;
  }

  .cool-product-button {
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 11px;
    border-width: 2px;
  }

  .cool-cta {
    padding: 0 0 75px;
  }

  .cool-cta__text {
    margin-bottom: 25px;
    font-size: 23px;
    line-height: 1.65;
  }

  .cool-cta__button {
    min-width: 260px;
    padding: 10px 30px;
    font-size: 14px;
  }

  .cool-page-top {
    right: 10px;
    bottom: 20px;
  }

  .cool-page-top a {
    font-size: 10px;
  }
  .lp_wrap img.cool-point__icon{
    width: 77px;
  }
}
