﻿/*===============================
MARK: root 
=================================*/
:root {
  --fz10: 0.625rem;
  --fz12: 0.75rem;
  --fz13: 0.8125rem;
  --fz14: 0.875rem;
  --fz16: 1rem;
  --fz17: 1.0625rem;
  --fz18: 1.125rem;
  --fz20: 1.25rem;
  --fz22: 1.375rem;
  --fz24: 1.5rem;
  --fz26: 1.625rem;
  --fz28: 1.75rem;
  --fz30: 1.875rem;
  --fz32: 2rem;
  --fz34: 2.125rem;
  --fz36: 2.25rem;
  --fz38: 2.375rem;
  --fz40: 2.5rem;
  --transform-center: translate(-50%, -50%);
  --c-grn: #00a050;
}
/*===============================
MARK: common
=================================*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
  font-size: inherit;
}
.l-free-main {
  position: relative;
  overflow-x: hidden;
  font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  color: #1d495a;
  padding-top: 0;
}
.l-free-main a {
  transition: 0.3s;
}
.l-free-main a:hover {
  opacity: 0.8;
}
.l-free-main  img {
  display: block;
  width: 100%;
}
.container {
  width: 100%;
  max-width: 1030px;
  margin-inline: auto;
  padding-inline: 15px;
}
.d-flex {
  display: flex;
  align-items: start;
  justify-content: start;
}
.tb-content {
  display: none;
}
.sp-content {
  display: none;
}
.indent1em {
  text-indent: -1em;
  margin-left: 1em;
}
.indent2em {
  text-indent: -2em;
  margin-left: 2em;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.c-white,
.c-white * {
  color: #fff;
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}
.fade-in.active {
  opacity: 1;
  transform: translateY(0);
}
/*===============================
MARK: ボタン
=================================*/
.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  min-width: 314px;
  padding: 1.25em 4em 1.25em 3em;
  font-size: var(--fz18);
  font-weight: 500;
  color: #1d495a;
  background: #dfebac;
  border: 4px solid #1d495a;
  text-align: center;
}
.btn::after {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  background: url(../img/arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
/*===============================
MARK: header
=================================*/
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 1;
}
.header-inner {
  width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-logo {
  padding: 26px 0 0 10px;
}
.site-ttl {
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
}
/*===============================
MARK: MV
=================================*/
.main-visual {
  position: relative;
  width: 100%;
}
.mv-img {
  position: relative;
  width: 100%;
  height: 100%;
}
/*===============================
MARK: MAIN-CONTENT
=================================*/
.price01 {
  padding-block: 57px 65px;
  background: linear-gradient(180deg, #d3eaf4 58%, transparent 58%);
}
.lead {
  margin-inline: min(5vw, 63px);
  margin-bottom: 60px;
}
.point {
  gap: 40px;
}
.point .col-left {
  width: 65%;
}
.point .col-right {
  width: 45%;
}
.point .col-left picture {
  display: block;
  margin-top: 4%;
}
.point .col-left picture:not(:first-of-type) {
  margin-top: 6%;
}
.price02 .heading {
  text-align: center;
}
.price02 .heading h3 {
  font-size: clamp(1rem, calc(0.6323529411764706rem + 1.4705882352941175vw), 1.625rem);
  font-weight: 700;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1em 2.5em;
  background: #dfebac;
  border: 4px solid #1d495a;
  border-radius: 50em;
  margin-inline: auto;
  box-shadow: 5px 6px 0 #1d495a;
}
.price02 .heading h3::after {
  content: '';
  display: block;
  background: url(../img/triangle.svg) no-repeat;
  background-size: contain;
  width: 32px;
  height: 20px;
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
}
.variant {
  background: #d3eaf4;
  padding: 156px 18px 70px 50px;
  margin-top: -110px;
  gap: 50px;
}
.variant .col-right {
  position: relative;
  border-left: dotted 4px #1d495a;
  padding-left: 18px;
}
#product {
  padding-block: 70px 100px;
}
#product .heading {
  font-size: clamp(1.5rem, calc(1.1691176470588236rem + 1.3235294117647058vw), 2.0625rem);
  font-weight: 900;
  background: #dfebac;
  border: 2px solid #1d495a;
  box-shadow: 5px 6px 0 #1d495a;
  margin-bottom: 54px;
}
#product ul {
  flex-wrap: wrap;
  row-gap: 26px;
  justify-content: space-between;
}
#product ul li {
  width: min(33%, 322px);
}
.annotation {
  margin-top: 15px;
  font-size: var(--fz12);
}
.lens {
  background: #1d495a;
  padding-block: 112px 120px;
}
.lens-heading h3 {
  font-size: clamp(2.25rem, calc(1.625rem + 2.5vw), 3.3125rem);
  color: #dfebac;
  font-weight: 900;
  letter-spacing: 0.07em;
}
.lens-heading h3 span {
  display: block;
  font-size: clamp(1rem, calc(0.7426470588235294rem + 1.0294117647058822vw), 1.4375rem);
  font-weight: 500;
  letter-spacing: normal;
}
.lens-heading p {
  font-size: var(--fz20);
  margin-top: 20px;
}
.lens .inner {
  background-color: #fff;
  padding-block: 70px;
  margin-top: 55px;
}
.lens .inner ul {
  flex-wrap: wrap;
  row-gap: 26px;
  justify-content: space-between;
}
.lens .inner ul li {
  width: min(33%, 322px);
  padding-inline: 55px;
  padding-block: 5px 10px;
}
.lens .inner ul li:nth-child(1),
.lens .inner ul li:nth-child(2),
.lens .inner ul li:nth-child(4),
.lens .inner ul li:nth-child(5) {
  border-right: 1px solid #1d495a;
}
.bnr-sale {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999;
}
.bnr-inner img {
	display: block;
	width: 270px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
/*===============================
MARK: footer
=================================*/
.site-footer {
  background: #f2f2f2;
  padding-block: 100px 70px;
}
.btn-wrap {
  text-align: center;
}
.footer-inner {
  justify-content: center;
  gap: 50px;
}
.copyright {
  margin-top: 110px;
  font-weight: 300;
  font-size: var(--fz14);
  text-align: center;
  color: #697581;
}


@media (max-width: 620px) {
  /*===============================
  MARK: common
  =================================*/
  html,
  body {
    overflow-x: hidden;
  }
  .pc-content {
    display: none !important;
  }
  .sp-content {
    display: block;
  }
  .container {
    padding-inline: 20px;
  }
  /*===============================
  MARK: header
  =================================*/
  .site-header {
    padding-block: 17px 16px;
  }
  .header-inner {
    align-items: start;
  }
  .site-logo {
    padding: 0;
    width: 38px;
  }
  .site-logo a {
    display: block;
  }
  .site-ttl {
    position: relative;
    left: 0;
    top: 0;
    transform: unset;
    width: 70%;
  }
  /*===============================
  MARK: main content
  =================================*/
  .price01 {
    padding-block: 20px 40px;
  }
  .lead {
    margin-inline: 0;
    margin-bottom: 36px;
    margin-left: -10px;
  }
  .point {
    flex-direction: column;
    padding-inline: 15px;
  }
  .point .col-left,
  .point .col-right {
    width: 100%;
  }
  .point .col-left picture {
    margin-top: 0;
  }
  .price02 .heading h3 {
    padding: 1em;
    border-radius: 10px;
  }
  .variant {
    flex-direction: column;
    padding: 156px 20px 20px;
    margin-top: -110px;
    margin-inline: 15px;
    gap: 30px;
  }
  .variant .col-right {
    position: relative;
    border-top: dotted 4px #1d495a;
    border-left: none;
    padding-left: 0;
    padding-top: 30px;
  }
  #product ul li {
    width: 48%;
  }
  .lens {
    padding-block: 100px;
  }
  .lens-heading p {
    font-size: 1rem;
  }
  .lens .inner {
    background-color: #fff;
    padding-block: 30px;
    margin-top: 35px;
  }
  .lens .inner ul li {
    width: 50%;
    padding-inline: 10px;
    padding-block: 5px 10px;
  }
  .lens .inner ul li:nth-child(2),
  .lens .inner ul li:nth-child(4) {
    border-right: none;
  }
  .lens .inner ul li:nth-child(3) {
    border-right: 1px solid #1d495a;
  }
  .bnr-inner img {
		width: 180px;
	}
  /*===============================
  MARK: footer
  =================================*/
  .site-footer {
    padding-block: 80px 70px;
  }
  .footer-inner {
    flex-direction: column;
  }
  .footer-inner .btn-wrap {
    text-align: center;
    align-self: center;
  }
  .copyright {
    margin-top: 80px;
    font-weight: 400;
    font-size: var(--fz14);
  }
}


/* Page Adjust */
.l-free-wrapper div:has(#js-unt-getAjaxHeader),
.l-free-wrapper div:has(#js-unt-getAjaxFooter),
.u-pc-only,
.u-sp-only {
  display: none !important;
}
.l-free-main > .forcms_block:not(.p-lensComSearchStore):last-of-type {
  padding-bottom: 0;
}