@charset "UTF-8";

html {
  font-family: futura-pt, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

body {
  color: #442B2B;
  font-size: 16px;
  font-family: futura-pt, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.7;
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #fff;
  margin: 0px;
  padding: 0px;
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

body.is-fixed {
  overflow: hidden;
}

p {
  font-family: futura-pt, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.7;
}

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

*::selection {
  background-color: #E4312D;
  color: #fff;
}

#wrap {
  overflow-x: hidden;
}

main {
  margin-top: 46px;
}

@media (min-width: 768px) {
  main {
    margin-top: 68px;
  }
}

/*------------------
 setting
------------------*/
.container-wrap {
  max-width: 1166px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.container-wrap.full {
  max-width: 100%;
}

.section-wrap {
  position: relative;
  padding: 40px 0;
}

@media (min-width: 768px) {
  .section-wrap {
    padding: 72px 0;
  }
}

.section-wrap.section-trouble {
  padding-bottom: 0;
}

.section-wrap.section-solution,
.section-wrap.section-flow {
  padding-top: 64px;
}

@media (min-width: 768px) {

  .section-wrap.section-solution,
  .section-wrap.section-flow {
    padding-top: 100px;
  }
}

@media (min-width: 1024px) {
  .section-wrap.section-feature {
    padding-bottom: 200px;
  }
}

.page-contents {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .page-contents {
    padding: 70px 0;
  }
}

.section-ttl {
  font-size: 6.2vw;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}

@media (min-width: 640px) {
  .section-ttl {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .section-ttl {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .section-ttl {
    font-size: 36px;
  }
}

.section-ttl.white {
  color: #fff;
}

a {
  transition: all 0.2s ease-in;
}

a:hover,
a:focus,
a:hover img,
a:focus img {
  opacity: 0.9;
  transition: all ease 0.25;
}

.btn {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  min-width: 240px;
}

.marker {
  background-image: linear-gradient(90deg, #FF9F9D, #dd4a46);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 40%;
}

/*------------------
 header
------------------*/
header {
  transition: 0.3s;
}

header .logo img {
  height: 30px;
}

@media (min-width: 768px) {
  header .logo img {
    height: 40px;
  }
}

/*------------------
 hamburger
------------------*/
.menu {
  height: 20px;
  position: relative;
  width: 30px;
  cursor: pointer;
  z-index: 99;
}

.menu .menu-line {
  background: #E4312D;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.3s;
  width: 100%;
}

.menu .menu-line__center {
  top: 9px;
}

.menu .menu-line__bottom {
  bottom: 0;
}

.menu .menu-line__top.active {
  top: 8px;
  transform: rotate(45deg);
}

.menu .menu-line__center.active {
  transform: scaleX(0);
}

.menu .menu-line__bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
}

/*gnav*/
.gnav {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 98;
}

.gnav .gnav-wrap {
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.gnav .gnav-wrap .gnav-logo {
  padding-left: 16px;
  padding-top: 8px;
}

.gnav .gnav-wrap .gnav-logo img {
  height: 30px;
}

.gnav .gnav-wrap .gnav-inner {
  padding: 48px 32px;
}

.gnav .gnav-wrap .gnav-menu__item.has-child span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #E4312D;
  border-right: 2px solid #E4312D;
  transform: rotate(135deg);
}

.gnav .gnav-wrap .gnav-menu__item.has-child ul {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  visibility: visible;
  opacity: 1;
  display: none;
  transition: none;
}

.gnav .gnav-wrap .gnav-menu__item.has-child ul li a {
  position: relative;
  padding-left: 18px;
}

.gnav .gnav-wrap .gnav-menu__item.has-child ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 1px;
  background-color: #442B2B;
}

.gnav .gnav-wrap .gnav-menu__item a {
  text-decoration: none;
  transition: 0.5s;
}

/*------------------
 mainfv
------------------*/
.mainfv-eye {
  max-width: 200px;
}

.mainfv-txt__en {
  max-width: 180px;
}

.mainfv-txt__ja {
  max-width: 240px;
}

@media (min-width: 768px) {
  .mainfv-eye {
    max-width: 360px;
  }

  .mainfv-txt__ja {
    max-width: 320px;
  }
}

@media (max-width: 767.98px) {
  .mainfv-cta {
    width: 100%;
    max-width: 240px;
    min-width: 240px;
    margin: 0 auto;
  }
}

/*------------------
 trouble
------------------*/
.section-trouble {
  background: transparent linear-gradient(63deg, #E9E9E9 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

@media (max-width: 767.98px) {
  .section-trouble .container-wrap {
    padding: 0;
  }
}

/*------------------
 solution
------------------*/
.section-solution {
  background-position: center center;
  background-size: cover;
  background-image: url(https://eyescream.link/img/solution_bg_sp.png);
}

@media (min-width: 768px) {
  .section-solution {
    background-image: url(https://eyescream.link/img/solution_bg.png);
  }
}

/*------------------
 feature
------------------*/
.feature-wrap .feature-block+.feature-block {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .feature-wrap .feature-block+.feature-block {
    margin-top: 96px;
  }
}

.feature-wrap .feature-block .feature-bg {
  content: "";
  height: 100%;
  width: 100vw;
  z-index: -1;
  background-color: #FEF6F5;
}

.feature-wrap .feature-block:nth-child(odd) .feature-bg {
  margin-right: calc(50% - 50vw);
}

.feature-wrap .feature-block:nth-child(even) .feature-bg {
  margin-left: calc(50% - 50vw);
  width: 100%;
}

.feature-wrap .feature-block .feature-content__col::before {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  height: calc(100% - 32px);
  width: 100vw;
  z-index: -1;
  background-color: #FEF6F5;
  margin: 0 calc(50% - 50vw);
}

@media (min-width: 1024px) {
  .feature-wrap .feature-block .feature-content__col::before {
    display: none;
  }
}

.feature-wrap .feature-block .feature-content__col .feature-inner {
  background: transparent linear-gradient(240deg, #FF9F9D 0%, #E4312D 100%) 0% 0% no-repeat padding-box;
}

.feature-wrap .feature-block .feature-content__col .feature-inner h3 {
  border-bottom: solid 3px rgba(255, 255, 255, 0.7);
}

@media (min-width: 768px) {
  .feature-wrap .feature-block .feature-content__col .feature-inner h3 {
    font-size: 28px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .feature-wrap {
    max-width: 80%;
    margin: 0 auto;
  }
}

/*------------------
 cta
------------------*/
.section-cta {
  background: url(https://eyescream.link/img/cta_bg_sp.jpg) center center no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .section-cta {
    background: url(https://eyescream.link/img/cta_bg.jpg) center center no-repeat;
  }
}

/*------------------
 flow
------------------*/
.flow-wrap {
  padding: 56px 16px;
}

@media (min-width: 768px) {
  .flow-wrap {
    padding: 80px 72px;
  }
}

.flow-wrap__txt {
  top: -88px;
  margin-bottom: -48px;
}

@media (min-width: 768px) {
  .flow-wrap__txt {
    top: -121px;
    margin-bottom: -78px;
  }
}

.flow-wrap .flow-block+.flow-block {
  margin-top: 24px;
}

@media (min-width: 1024px) {
  .flow-wrap .flow-block+.flow-block {
    margin-top: 64px;
  }
}

@media (min-width: 768px) {
  .flow-wrap .flow-block+.flow-block {
    margin-top: 56px;
  }
}

@media (min-width: 1024px) {
  .flow-wrap .flow-block .flow-col__num {
    width: 80px;
  }
}

.flow-wrap .flow-block .flow-col__num span {
  letter-spacing: 0.2rem;
}

@media (min-width: 1024px) {
  .flow-wrap .flow-block .flow-col__num span {
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 1024px) {
  .flow-wrap .flow-block .flow-col__txt {
    width: calc(100% - 80px);
  }
}

/*------------------
 case
------------------*/
.section-case {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}

.section-case .case-wrap .case-block {
  padding: 24px 12px;
  background-color: #fafafa;
}

@media (min-width: 768px) {
  .section-case .case-wrap .case-block {
    padding: 32px 56px 48px;
  }
}

.section-case .case-wrap .case-block+.case-block {
  margin-top: 40px;
}

/*------------------
 price
------------------*/
.price-table th,
.price-table td {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 6px;
  border: solid 1px #fff;
}

@media (min-width: 768px) {

  .price-table th,
  .price-table td {
    font-size: 18px;
    padding: 16px;
  }
}

.price-table td {
  background-color: #fbfbfb;
}

.price-table td:nth-child(3) {
  text-align: left;
  font-weight: 400;
  padding-left: 8px;
  font-size: 12px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .price-table td:nth-child(3) {
    padding-left: 24px;
    font-size: 18px;
  }
}

.price-lists dt,
.price-lists dd {
  padding: 12px 0;
}

.price-lists dt {
  font-weight: 500;
}

.price-lists dd {
  font-weight: bold;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .price-lists dd {
    font-size: 18px;
  }
}

/*------------------
 faq
------------------*/
.faq-list dl+dl {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .faq-list dl+dl {
    margin-top: 32px;
  }
}

.faq-list dl dt,
.faq-list dl dd {
  position: relative;
  text-align: left;
  padding-top: 8px;
  padding-left: 56px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {

  .faq-list dl dt,
  .faq-list dl dd {
    padding-top: 14px;
    padding-left: 80px;
    padding-bottom: 14px;
    margin-bottom: 16px;
  }
}

.faq-list dl dt::before,
.faq-list dl dd::before {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

@media (min-width: 768px) {

  .faq-list dl dt::before,
  .faq-list dl dd::before {
    width: 56px;
    height: 56px;
  }
}

.faq-list dl dt {
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .faq-list dl dt {
    font-size: 20px;
  }
}

.faq-list dl dt::before {
  content: "Q";
  color: #fff;
  background-color: #E4312D;
  border: solid 3px #E4312D;
}

.faq-list dl dd {
  font-size: 14px;
}

@media (min-width: 768px) {
  .faq-list dl dd {
    font-size: 18px;
  }
}

.faq-list dl dd::before {
  content: "A";
  color: #E4312D;
  background-color: #fff;
  border: solid 3px #E4312D;
}

/*------------------
 access
------------------*/
.access-list dl+dl {
  margin-top: 8px;
}

.access-list dl dt,
.access-list dl dd {
  font-size: 16px;
  padding: 12px;
}

@media (min-width: 768px) {

  .access-list dl dt,
  .access-list dl dd {
    font-size: 18px;
    padding: 16px;
  }
}

.access-list dl dt {
  background-color: #E4312D;
  color: #fff;
  width: 100px;
  text-align: center;
}

@media (min-width: 768px) {
  .access-list dl dt {
    width: 156px;
  }
}

.access-list dl dd {
  width: calc(100% - 100px);
}

@media (min-width: 768px) {
  .access-list dl dd {
    width: calc(100% - 156px);
  }
}

.gmap {
  position: relative;
  height: 100%;
}

.gmap iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .gmap iframe {
    aspect-ratio: 16/9;
  }
}

/*------------------
 footer
------------------*/
.footer {
  background: #151515;
}

/*------------------
 Slick
------------------*/
.slick-dots li button:before {
  font-size: 12px;
}