@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

* {
  min-height: 0vw;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}

em {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

img {
  display: block;
  border-style: none;
  font-size: 0;
  line-height: 0;
}

a {
  background: transparent;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

sup {
  font-weight: 400;
  font-size: 70%;
}

@media screen and (max-width: 969px) {
  .sp_none {
    display: none;
  }
}
@media screen and (min-width: 970px) {
  .pc_none {
    display: none;
  }
}
.w100 {
  width: 100%;
}

.bold {
  font-weight: bold;
}

.fade {
  opacity: 0;
  transition: all 0.6s ease-out;
}

.fade_on {
  opacity: 1;
}

.movexl {
  opacity: 0;
  translate: -20px 0;
  transition: all 0.4s ease-out 0.4s;
}

.movexr {
  opacity: 0;
  translate: 20px 0;
  transition: all 0.4s ease-out 1s;
}

.movexl_on,
.movexr_on {
  opacity: 1;
  translate: 0 0;
}

.movey {
  opacity: 0;
  translate: 0 20px;
  transition: all 0.4s ease-out;
}

.movey_on {
  opacity: 1;
  translate: 0 0;
}

.small {
  scale: 1.5;
  opacity: 0;
  transition: all 0.4s ease-out 0.4s;
}

.small_on {
  scale: 1;
  opacity: 1;
}

.move {
  opacity: 0;
}

.move_on {
  opacity: 1;
}

@keyframes f_a {
  0% {
    scale: 1.1;
    opacity: 0;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
header {
  overflow: hidden;
  background: #010e3d;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header h1 {
  width: min(26.666%, 115px);
}
header a {
  display: inline-block;
  color: #fff;
  transition: all 0.3s linear;
}
header .store_btn {
  display: block;
  width: 208px;
  padding: 9px 0;
  background: #0d52a0;
  background-size: 15px auto;
  border-radius: 100vh;
  text-align: center;
  font-weight: bold;
}
header .store_btn .icon {
  position: relative;
  display: inline-block;
  width: 20px;
  vertical-align: top;
  margin-left: 5px;
  top: -2px;
}
header .hw_btn {
  display: block;
  width: 190px;
  padding: 9px 0;
  background: #fff;
  border: 1px solid #0d52a0;
  border-radius: 100vh;
  color: #0d52a0;
  text-align: center;
  font-weight: bold;
}
header .hw_btn .icon {
  position: relative;
  display: inline-block;
  width: 20px;
  vertical-align: top;
  margin-left: 5px;
  top: -2px;
}
@media screen and (min-width: 1110px) {
  header .inner {
    max-width: 1250px;
    margin: auto;
    padding: 16px 25px;
  }
  header ul {
    display: flex;
    align-items: center;
  }
  header li:nth-child(-n+5) {
    margin-right: 2em;
  }
  header .hw_btn {
    margin-left: 12px;
  }
  header a:hover {
    translate: 0 -3px;
  }
  header #nav_area,
  header #navBtn {
    display: none;
  }
}
@media screen and (min-width: 1110px) and (max-width: 1170px) {
  header {
    font-size: 15px;
  }
  header .store_btn {
    width: 190px;
  }
  header .hw_btn {
    width: 170px;
  }
}
@media screen and (max-width: 1109px) {
  header {
    padding: min(4%, 16px) 6%;
  }
  header .pc_nav {
    display: none;
  }
  header h1 {
    position: relative;
    z-index: 1002;
  }
  header #navBtn {
    position: relative;
    display: block;
    width: 40px;
    z-index: 1005;
    cursor: pointer;
  }
  header #navBtn div {
    margin-top: 2px;
    color: #fff;
    font-size: 14px;
  }
  header #navBtn span {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: all 0.3s ease;
  }
  header #navBtn span:nth-of-type(2) {
    margin-top: 9px;
  }
  header #navBtn span:nth-of-type(3) {
    margin-top: 9px;
  }
  header #navBtn.btn_close span:nth-of-type(1) {
    rotate: -330deg;
    translate: 0 10px;
    transform-origin: center;
  }
  header #navBtn.btn_close span:nth-of-type(2) {
    opacity: 0;
  }
  header #navBtn.btn_close span:nth-of-type(3) {
    rotate: 330deg;
    translate: 0 -10px;
    transform-origin: center;
  }
  header #nav_area {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    padding: 20% 10% 6%;
    background: rgba(1, 14, 61, 0.8);
    overflow: auto;
    z-index: 1001;
    backdrop-filter: blur(8px);
  }
  header #nav_area.open {
    visibility: visible;
    opacity: 1;
  }
  header #nav_area a {
    display: block;
    margin: 1em 0;
    padding: 1em 0;
    text-align: center;
  }
  header #nav_area .store_btn,
  header #nav_area .hw_btn {
    width: 100%;
    margin-top: 2em;
  }
}

.fixed,
.fixed body {
  height: 100%;
  overflow: hidden;
}

.fv {
  color: #fff;
  height: calc(100svh - 72px);
  overflow: hidden;
}
.fv h2 {
  font-size: clamp(35px, 25.1724137931px + 2.6206896552vw, 54px);
  line-height: 1.4;
}
.fv h2 span {
  display: block;
  margin-bottom: 0.2em;
  font-size: 63%;
}
.fv p {
  margin-top: 2em;
  font-size: clamp(19px, 15.3793103448px + 0.9655172414vw, 26px);
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (min-width: 970px) {
  .fv {
    background: url(../img/fv-pc.jpg) center center no-repeat;
    background-size: cover;
  }
  .fv .inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 1250px;
    height: 100%;
    margin: auto;
    padding: 16px 25px;
  }
  .fv .box {
    display: inline-block;
  }
}
@media screen and (max-width: 969px) {
  .fv {
    padding: 12% 6%;
    background: url(../img/fv-sp.jpg) center center no-repeat;
    background-size: cover;
  }
}

.about {
  padding: min(20%, 84px) min(6%, 25px) 0;
}
.about h3 {
  font-size: clamp(28px, 23.8620689655px + 1.1034482759vw, 36px);
  line-height: 1.4;
  color: #010e3d;
}
.about p {
  margin-top: 2em;
  font-size: 18px;
  line-height: 1.8;
}
.about img {
  border-radius: 10px;
}
.about .ph1 {
  width: 45.666%;
  margin: -48.666% 0 0 auto;
}
.about .ph2 {
  width: 37%;
}
.about .ph3 {
  width: 25.166%;
  margin: -21.3332% 0 0 25.166%;
}
.about .move_on :first-child {
  animation: f_a 1s linear 1s both;
}
.about .move_on :nth-child(2) {
  animation: f_a 0.6s linear 1.4s both;
}
.about .move_on :last-child {
  animation: f_a 1s linear 0.6s both;
}
@media screen and (max-width: 969px) {
  .about .ph_box {
    margin-top: 10%;
  }
}
@media screen and (min-width: 970px) {
  .about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1250px;
    margin: auto;
  }
  .about .ph_box {
    width: 50%;
  }
}

.t_myopia {
  padding: min(20%, 84px) min(6%, 25px);
}
.t_myopia li {
  background: #fff;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.15));
  border-radius: 10px;
  transition: all 0.4s linear;
}
.t_myopia li h4 {
  padding: 4% 6%;
  font-size: clamp(20px, 17.9310344828px + 0.5517241379vw, 24px);
  line-height: 1.3;
  text-align: center;
  color: #010e3d;
}
.t_myopia li p {
  padding: 4% 6% 2%;
  text-align: right;
  color: #010e3d;
  font-weight: bold;
}
.t_myopia li .arrow {
  position: relative;
  display: inline-block;
  width: 27px;
  vertical-align: top;
  margin-left: 16px;
  top: -5px;
  transition: all 0.4s linear;
}
.t_myopia li:hover {
  translate: 0 -6px;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.3));
}
.t_myopia li:hover .arrow {
  translate: 10px 0;
}
@media screen and (max-width: 969px) {
  .t_myopia li + li {
    margin-top: 6%;
  }
}
@media screen and (min-width: 970px) {
  .t_myopia {
    max-width: 1250px;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  .t_myopia li {
    width: 49%;
  }
}

.t_product h3 {
  font-size: clamp(28px, 23.8620689655px + 1.1034482759vw, 36px);
  color: #010e3d;
}
.t_product p {
  margin-top: 1.3em;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}
.t_product .btn {
  display: block;
  width: 200px;
  margin-top: 2.2em;
  padding: 0.7em;
  border: 1px solid #010e3d;
  border-radius: 100vh;
  background: rgba(255, 255, 255, 0.8) url(../img/arrow-2.png) right 20px center no-repeat;
  background-size: 16px auto;
  color: #010e3d;
  text-align: center;
  font-weight: bold;
  transition: all 0.5s linear;
}
.t_product .btn:hover {
  background: #010e3d url(../img/arrow-3.png) right 10px center no-repeat;
  background-size: 16px auto;
  color: #fff;
}
@media screen and (max-width: 969px) {
  .t_product {
    padding: 15.4666% 6% 73%;
    background: url(../img/t-product-bg-sp.jpg) center center no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 970px) {
  .t_product {
    background: url(../img/t-product-bg-pc.jpg) center center no-repeat;
    background-size: cover;
  }
  .t_product .inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 1250px;
    margin: auto;
    padding: 220px 25px;
  }
  .t_product .box {
    width: 40%;
  }
}

.t_product_list {
  padding: min(10%, 84px) min(6%, 25px) 0;
}
.t_product_list li {
  background: #fff;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.15));
  border-radius: 10px;
  transition: all 0.4s linear;
}
.t_product_list li h4 {
  padding: 4% 6%;
  font-size: clamp(20px, 17.9310344828px + 0.5517241379vw, 24px);
  line-height: 1.3;
  text-align: center;
  color: #010e3d;
}
.t_product_list li p {
  padding: 4% 6% 2%;
  text-align: right;
  color: #010e3d;
  font-weight: bold;
}
.t_product_list li .arrow {
  position: relative;
  display: inline-block;
  width: 27px;
  vertical-align: top;
  margin-left: 16px;
  top: -5px;
  transition: all 0.4s linear;
}
.t_product_list li:hover {
  translate: 0 -6px;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.3));
}
.t_product_list li:hover .arrow {
  translate: 10px 0;
}
@media screen and (max-width: 969px) {
  .t_product_list li + li {
    margin-top: 6%;
  }
}
@media screen and (min-width: 970px) {
  .t_product_list {
    max-width: 1250px;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  .t_product_list li {
    width: 31%;
  }
}

.myopia_wrap .inner {
  max-width: 1250px;
  margin: auto;
  padding: min(6%, 36px) min(6%, 25px);
}
.myopia_wrap h2 {
  padding: min(21.5%, 176px) min(6%, 136px);
  border-radius: 10px;
  font-size: clamp(30px, 19.6551724138px + 2.7586206897vw, 50px);
  color: #010e3d;
}
@media screen and (max-width: 969px) {
  .myopia_wrap h2 {
    background: #dbe7ec url(../img/myopia-top-sp.jpg) right center no-repeat;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 970px) {
  .myopia_wrap h2 {
    background: #dbe7ec url(../img/myopia-top-pc.jpg) right center no-repeat;
    background-size: auto 100%;
  }
}
.myopia_wrap .lead {
  margin-top: min(18.484%, 80px);
}
.myopia_wrap .lead p {
  line-height: 1.8;
}
.myopia_wrap .lead .ph {
  width: min(76.2%, 345px);
  border-radius: 10px;
}
@media screen and (max-width: 969px) {
  .myopia_wrap .lead .ph {
    margin: 10% auto 0;
  }
}
@media screen and (min-width: 970px) {
  .myopia_wrap .lead {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
    gap: 52px;
  }
}
.myopia_wrap #increase {
  padding: min(27%, 116px) 0;
}
.myopia_wrap #increase h3 {
  color: #010e3d;
  font-size: clamp(28px, 23.8620689655px + 1.1034482759vw, 36px);
  text-align: center;
  line-height: 1.3;
}
.myopia_wrap #increase .graph {
  width: min(100%, 368px);
  margin: min(12.2%, 36px) auto;
}
.myopia_wrap #increase h4 {
  margin-bottom: 1em;
  font-size: 23px;
  line-height: 1.3;
  color: #010e3d;
  text-align: center;
}
.myopia_wrap #increase h4 span {
  font-size: 32px;
}
.myopia_wrap #increase > p {
  max-width: 630px;
  margin: auto;
  line-height: 1.8;
  font-size: 18px;
}
.myopia_wrap #increase .care {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: min(10%, 25px);
  font-size: clamp(24px, 21.9310344828px + 0.5517241379vw, 28px);
  color: #010e3d;
  line-height: 1.8;
  font-weight: bold;
}
.myopia_wrap #increase .care .doctor {
  width: min(34.5%, 107px);
}
@media screen and (max-width: 969px) {
  .myopia_wrap #increase h3 {
    padding-bottom: 25px;
    background: url(../img/myopia-line1.png) center bottom 10px no-repeat;
    background-size: 330px auto;
  }
  .myopia_wrap #increase .care p span {
    display: inline-block;
    padding-bottom: 2px;
    background: url(../img/myopia-line2.png) center bottom no-repeat;
    background-size: 100% 7px;
  }
}
@media screen and (min-width: 970px) {
  .myopia_wrap #increase h3 {
    padding-bottom: 25px;
    background: url(../img/myopia-line1.png) center bottom no-repeat;
    background-size: 450px auto;
  }
  .myopia_wrap #increase .care p {
    padding-bottom: 10px;
    background: url(../img/myopia-line2.png) center bottom no-repeat;
    background-size: 100% auto;
  }
}
.myopia_wrap #protect {
  padding: min(21.6%, 112px) min(6%, 25px);
  background: #eaf0f5;
}
.myopia_wrap #protect h3 {
  margin-bottom: 1em;
  color: #010e3d;
  text-align: center;
  line-height: 1.4;
  font-size: clamp(28px, 23.8620689655px + 1.1034482759vw, 36px);
}
.myopia_wrap #protect .p_list > li {
  padding: min(10%, 48px) min(6%, 56px);
  background: #fff;
  border-radius: 10px;
}
.myopia_wrap #protect .num {
  position: relative;
  width: min(34%, 102px);
  margin: auto;
  padding: 6px 20px;
}
.myopia_wrap #protect .num::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-top: 1px solid #6fa0dc;
  border-left: 1px solid #6fa0dc;
}
.myopia_wrap #protect .num::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  right: 0;
  width: 18px;
  height: 18px;
  border-bottom: 1px solid #6fa0dc;
  border-right: 1px solid #6fa0dc;
}
.myopia_wrap #protect h4 {
  margin: 1em 0;
  color: #010e3d;
  line-height: 1.4;
  text-align: center;
  font-size: clamp(20px, 17.9310344828px + 0.5517241379vw, 24px);
}
.myopia_wrap #protect h4 span {
  font-size: 150%;
}
.myopia_wrap #protect p {
  line-height: 1.8;
}
.myopia_wrap #protect .ph {
  margin: 4% auto 0;
  width: min(73%, 274px);
}
.myopia_wrap #protect .detail li {
  padding-left: 20px;
  text-indent: -20px;
  line-height: 1.8;
}
.myopia_wrap #protect .detail li span {
  position: relative;
  vertical-align: top;
  top: 6px;
  color: #6fa0dc;
  font-size: 10px;
}
.myopia_wrap #protect .detail li + li {
  margin-top: 0.8em;
}
@media screen and (max-width: 969px) {
  .myopia_wrap #protect .p_list > li + li {
    margin-top: 6%;
  }
}
@media screen and (min-width: 970px) {
  .myopia_wrap #protect .p_list {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: auto;
  }
  .myopia_wrap #protect .p_list > li {
    width: 48.5%;
  }
}

.product_wrap h2 {
  padding: 20.3% 8%;
  border-radius: 10px;
  font-size: clamp(30px, 19.6551724138px + 2.7586206897vw, 50px);
  color: #010e3d;
}
@media screen and (min-width: 970px) {
  .product_wrap h2 {
    padding: 176px 162px;
  }
}
@media screen and (max-width: 969px) {
  .product_wrap h2 {
    background: #b5def1 url(../img/product-top-sp.jpg) right center no-repeat;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 970px) {
  .product_wrap h2 {
    background: #b5def1 url(../img/product-top-pc.jpg) right center no-repeat;
    background-size: auto 100%;
  }
}
.product_wrap .exp {
  max-width: 1250px;
  margin: auto;
  padding: min(6%, 36px) min(6%, 25px) min(20%, 128px);
}
.product_wrap .exp p {
  max-width: 820px;
  margin: 3.5em auto;
  line-height: 2;
}
.product_wrap .exp p .note {
  display: block;
  margin-top: 1em;
  font-size: 14px;
}
.product_wrap .exp .lens_area {
  max-width: 1000px;
  margin: auto;
  padding: min(12%, 36px) min(6%, 78px) min(12%, 55px);
  background: #eaf0f5;
  border-radius: 10px;
}
.product_wrap .exp .lens_area .lens {
  width: min(100%, 780px);
  margin: auto;
}
.product_wrap .exp .lens_area p {
  margin: 0;
  color: #010e3d;
  font-size: clamp(20px, 18.9655172414px + 0.275862069vw, 22px);
  font-weight: bold;
}
.product_wrap .exp .lens_area .box {
  margin-top: 2em;
}
.product_wrap .exp .ph1 {
  width: min(100%, 1000px);
  margin: auto;
  border-radius: 10px;
}
.product_wrap .exp h3 {
  max-width: 820px;
  margin: 2em auto 0;
  color: #010e3d;
  font-size: clamp(20px, 18.9655172414px + 0.275862069vw, 22px);
  font-weight: bold;
}
.product_wrap .exp h3 + p {
  margin: 1em auto 0;
}
@media screen and (max-width: 969px) {
  .product_wrap .exp .lens_area {
    text-align: center;
  }
  .product_wrap .exp .lens_area p + p {
    margin-top: 2em;
  }
}
@media screen and (min-width: 970px) {
  .product_wrap .exp .box {
    max-width: 780px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .product_wrap .exp .box dl {
    width: 386px;
  }
}
.product_wrap #sun {
  padding: min(20%, 128px) min(6%, 25px);
  background: #eaf0f5;
  background: #1b2647;
  color: #fff;
}
.product_wrap #sun h3 {
  margin-bottom: 1em;
  text-align: center;
  font-size: clamp(28px, 23.8620689655px + 1.1034482759vw, 36px);
  line-height: 1.4;
}
.product_wrap #sun li {
  display: flex;
  align-items: center;
  margin-top: 1.2em;
  line-height: 1.6;
}
.product_wrap #sun .icon {
  width: 20%;
  margin-right: 16px;
}
.product_wrap #sun h4 {
  margin: 3em auto 0.6em;
  text-align: center;
  font-size: clamp(19px, 16.4137931034px + 0.6896551724vw, 24px);
  line-height: 1.6;
}
.product_wrap #sun h4 span {
  position: relative;
  display: inline-block;
}
.product_wrap #sun h4 span::before {
  position: absolute;
  bottom: 25px;
  left: -50px;
  content: "";
  width: 70px;
  height: 1px;
  background: #fff;
  rotate: 60deg;
}
.product_wrap #sun h4 span::after {
  position: absolute;
  bottom: 25px;
  right: -50px;
  content: "";
  width: 70px;
  height: 1px;
  background: #fff;
  rotate: -60deg;
}
@media screen and (min-width: 970px) {
  .product_wrap #sun ul {
    max-width: 820px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
  }
  .product_wrap #sun ul li {
    width: 48%;
  }
  .product_wrap #sun ul li:nth-child(3) {
    width: 100%;
  }
  .product_wrap #sun .icon {
    width: 80px;
  }
  .product_wrap #sun h4 span::before {
    left: -60px;
  }
}
.product_wrap .color dt {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}
.product_wrap .color dd {
  margin-top: 1.5em;
  line-height: 1.8;
}
@media screen and (max-width: 969px) {
  .product_wrap .color dl {
    padding: 12% 8% 10%;
  }
  .product_wrap .color .ph {
    width: 100%;
  }
}
@media screen and (min-width: 970px) {
  .product_wrap .color .box {
    max-width: 1200px;
    display: flex;
    align-items: center;
    margin: auto;
  }
  .product_wrap .color .ph {
    width: 50%;
  }
  .product_wrap .color dl {
    width: 50%;
    padding: 0 min(8%, 96px) 0 min(10%, 116px);
  }
}
.product_wrap #flow {
  padding: min(20%, 128px) min(6%, 25px);
  background: #eaf0f5;
}
.product_wrap #flow h3 {
  margin-bottom: 1em;
  text-align: center;
  color: #010e3d;
  font-size: clamp(28px, 23.8620689655px + 1.1034482759vw, 36px);
}
.product_wrap #flow > p {
  line-height: 1.8;
}
.product_wrap #flow .flow_list > li {
  position: relative;
  margin-top: 2em;
  padding: min(8%, 58px) min(6%, 100px) min(8%, 58px) min(6%, 50px);
  background: #fff;
  border-radius: 10px;
}
.product_wrap #flow .flow_list > li:not(:last-child)::after {
  position: absolute;
  bottom: -1.8em;
  left: 50%;
  content: "";
  display: block;
  width: 2.4em;
  height: 1.5em;
  margin-left: -1.2em;
  background: url(../img/arrow-4.png) center top no-repeat;
  background-size: 100% auto;
}
.product_wrap #flow .flow_list > li .num {
  width: min(32%, 80px);
}
.product_wrap #flow .flow_list > li .ph {
  width: min(66%, 192px);
}
.product_wrap #flow .flow_list > li dt {
  margin-bottom: 1em;
  font-size: clamp(20px, 18.9655172414px + 0.275862069vw, 22px);
  font-weight: bold;
  color: #010e3d;
  line-height: 1.4;
}
.product_wrap #flow .flow_list > li dt span {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
.product_wrap #flow .flow_list > li dd p {
  line-height: 1.8;
}
.product_wrap #flow .flow_list > li dd ul {
  margin: 0.6em 0;
}
.product_wrap #flow .flow_list > li dd li {
  padding-left: 20px;
  text-indent: -20px;
  line-height: 1.8;
}
.product_wrap #flow .flow_list > li dd li span {
  position: relative;
  vertical-align: top;
  top: 6px;
  color: #6fa0dc;
  font-size: 10px;
}
@media screen and (max-width: 969px) {
  .product_wrap #flow .flow_list > li .num {
    margin: auto;
  }
  .product_wrap #flow .flow_list > li .ph {
    margin: 6% auto;
  }
}
@media screen and (min-width: 970px) {
  .product_wrap #flow > p {
    text-align: center;
  }
  .product_wrap #flow .flow_list {
    max-width: 1000px;
    margin: auto;
  }
  .product_wrap #flow .flow_list > li {
    display: flex;
    align-items: center;
  }
  .product_wrap #flow .flow_list > li .ph {
    margin: 0 4%;
  }
}
.product_wrap #flow .info {
  max-width: 1000px;
  margin: min(8%, 38px) auto 0;
  padding: min(14%, 66px) min(6%, 163px);
  background: #fff;
  border: 1px solid #010e3d;
  border-radius: 10px;
}
.product_wrap #flow .info h4 {
  position: relative;
  text-align: center;
  color: #010e3d;
  font-size: clamp(22px, 18.8965517241px + 0.8275862069vw, 28px);
  z-index: 2;
}
.product_wrap #flow .info h4 img {
  position: relative;
  width: min(60%, 308px);
  margin: -1% auto 0;
  z-index: -1;
}
.product_wrap #flow .info p {
  margin: 1em 0;
  line-height: 1.8;
}
.product_wrap #flow .info li {
  text-align: center;
  color: #010e3d;
  font-size: clamp(18px, 16.9655172414px + 0.275862069vw, 20px);
  line-height: 1.2;
  font-weight: bold;
}
.product_wrap #flow .info .fd {
  width: min(90%, 246px);
  margin: 0 auto 10px;
}
.product_wrap #flow .info .ph {
  width: min(60%, 175px);
  margin: auto;
}
.product_wrap #flow .info .info_ph {
  max-width: 100%;
  margin: 40px auto 0;
}
.product_wrap #flow .step {
  max-width: 1000px;
  margin: min(8%, 38px) auto 0;
  padding: min(14%, 66px) min(6%, 163px);
  background: #fff;
  border-radius: 10px;
}
.product_wrap #flow .step .lead {
  margin-bottom: 2em;
  text-align: center;
  line-height: 1.8;
}
.product_wrap #flow .step .lead span {
  background: linear-gradient(transparent 60%, #d1e1f4 30%);
}
.product_wrap #use {
  padding: min(20%, 128px) min(6%, 25px);
}
.product_wrap #use h3 {
  margin-bottom: 1em;
  text-align: center;
  color: #010e3d;
  font-size: clamp(28px, 23.8620689655px + 1.1034482759vw, 36px);
}
.product_wrap #use .box {
  max-width: 1000px;
  margin: min(8%, 50px) auto 0;
  border: 1px solid #010e3d;
  border-radius: 10px;
}
.product_wrap #use .box h4 {
  padding: min(6%, 46px) 6% min(5%, 36px);
  border-bottom: 1px solid #010e3d;
  text-align: center;
  color: #010e3d;
  font-size: clamp(22px, 18.8965517241px + 0.8275862069vw, 28px);
  line-height: 1.4;
}
.product_wrap #use ul {
  padding: min(8%, 58px) min(6%, 94px);
}
.product_wrap #use li + li {
  margin-top: 3em;
}
.product_wrap #use .icon {
  width: 84px;
}
.product_wrap #use dt {
  color: #010e3d;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.product_wrap #use dd {
  margin-top: 0.6em;
  line-height: 1.8;
}
.product_wrap #use .passport {
  width: min(60%, 260px);
  margin: auto;
}
@media screen and (max-width: 969px) {
  .product_wrap #use .icon {
    margin: 0 auto 2%;
  }
}
@media screen and (min-width: 970px) {
  .product_wrap #use li {
    display: flex;
    align-items: center;
  }
  .product_wrap #use li.obs {
    align-items: flex-start;
  }
  .product_wrap #use li.obs .icon {
    margin-top: 20px;
  }
  .product_wrap #use .icon {
    margin-right: 32px;
  }
}
.product_wrap .pdf {
  padding: min(6%, 30px);
  background: #eaf0f5;
}
.product_wrap .pdf .btn {
  display: block;
  width: min(100%, 530px);
  margin: auto;
  padding: 1.75em 2em;
  background: #fff url(../img/pdf-icon.png) right 1em center no-repeat;
  background-size: 2em;
  border-radius: 10px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.15));
  color: #000;
  line-height: 1.4;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 970px) {
  .product_wrap .pdf .btn {
    text-align: center;
  }
}

.faq_wrap .inner {
  max-width: 1000px;
  margin: auto;
  padding: min(6%, 36px) min(6%, 25px);
}
.faq_wrap h2 {
  padding: min(12%, 120px) min(6%, 136px) min(10%, 60px);
  border-radius: 10px;
  font-size: clamp(30px, 19.6551724138px + 2.7586206897vw, 50px);
  color: #010e3d;
  text-align: center;
}
.faq_wrap .ph {
  width: min(100%, 500px);
  margin: 0 auto min(6%, 50px);
  border-radius: 10px;
}
.faq_wrap .ac {
  border-bottom: 1px solid #010e3d;
}
.faq_wrap dt {
  position: relative;
  margin-top: 1px;
  padding: 2em 2em 2em 1em;
  border-top: 1px solid #010e3d;
  color: #010e3d;
  font-size: 17px;
  line-height: 1.4;
  cursor: pointer;
  transition: all 0.3s linear;
}
.faq_wrap dt::before {
  position: absolute;
  top: 50%;
  right: 0.7em;
  width: 1px;
  height: 1em;
  content: "";
  margin-top: -0.5em;
  background: #010e3d;
  transition: all 0.3s linear;
}
.faq_wrap dt::after {
  position: absolute;
  top: 50%;
  right: 0.2em;
  width: 1em;
  height: 1px;
  content: "";
  background: #010e3d;
  transition: all 0.3s linear;
}
.faq_wrap dt.active::before {
  rotate: 90deg;
  opacity: 0;
}
.faq_wrap dd {
  padding: 0 1em 3em;
  line-height: 1.8;
}

.tp_wrap .inner {
  max-width: 1000px;
  margin: auto;
  padding: min(6%, 36px) min(6%, 25px);
}
.tp_wrap h2 {
  padding: min(12%, 120px) min(6%, 136px) min(10%, 60px);
  border-radius: 10px;
  font-size: clamp(30px, 19.6551724138px + 2.7586206897vw, 50px);
  color: #010e3d;
  text-align: center;
}
.tp_wrap h3 {
  margin: 2em 0 1em;
  color: #010e3d;
}
.tp_wrap p {
  line-height: 1.8;
}
.tp_wrap p + p {
  margin-top: 2em;
}

.sitemap_wrap .inner {
  max-width: 1000px;
  margin: auto;
  padding: min(6%, 36px) min(6%, 25px);
}
.sitemap_wrap h2 {
  padding: min(12%, 120px) min(6%, 136px) min(10%, 60px);
  border-radius: 10px;
  font-size: clamp(30px, 19.6551724138px + 2.7586206897vw, 50px);
  color: #010e3d;
  text-align: center;
}
.sitemap_wrap .map {
  line-height: 1.4;
}
.sitemap_wrap .map a {
  transition: all 0.3s linear;
}
.sitemap_wrap .map a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.sitemap_wrap .map > li {
  margin: 3em 0 1em;
}
.sitemap_wrap .map > li > a {
  font-size: 19px;
  font-weight: bold;
  color: #010e3d;
}
.sitemap_wrap .map ul li {
  margin: 1em 0;
  padding-left: 1em;
}
.sitemap_wrap .map ul a {
  color: #000;
}
@media screen and (min-width: 970px) {
  .sitemap_wrap .map {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 7em;
  }
}
.sitemap_wrap .icon_link {
  display: inline-block;
  width: 17px;
  margin-left: 7px;
}

@media screen and (max-width: 969px) {
  .store_area {
    padding: 6% 6% 0;
  }
}
@media screen and (min-width: 970px) {
  .store_area {
    padding: 40px 0 0;
  }
}

footer {
  padding: min(25%, 100px) min(6%, 25px) 12px;
}
footer .note {
  max-width: 1000px;
  margin: auto;
  font-size: 14px;
  line-height: 1.8;
}
footer .logo {
  width: min(51.5%, 290px);
  margin: min(32.4%, 200px) auto 0;
}
footer .f_nav {
  margin: 2em 0 min(35.45%, 87px);
  text-align: center;
}
footer .f_nav a {
  color: #000;
  transition: all 0.3s linear;
}
footer .f_nav a:hover {
  opacity: 0.8;
}
footer small {
  display: block;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 969px) {
  footer .f_nav li + li {
    margin-top: 1.7em;
  }
}
@media screen and (min-width: 970px) {
  footer {
    max-width: 1250px;
    margin: auto;
  }
  footer .f_nav {
    display: flex;
    justify-content: center;
    gap: 3em;
  }
}

#topback {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 46px;
  height: 46px;
  background: #010e3d;
  border-radius: 50%;
  transition: all 0.3s linear;
  display: none;
  cursor: pointer;
}
#topback:hover {
  background: #0d52a0;
}