a {
  display: block;
}

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

li {
  list-style: none;
}

@font-face {
  font-family: "Oswald";
  src: url(Oswald-VariableFont_wght.otf) format("opentype");
}
@font-face {
  font-family: "Oswald Bold";
  src: url(Oswald-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url(NotoSansJP-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url(NotoSansJP-Medium.woff2) format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url(NotoSansJP-Bold.woff2) format("woff2");
}
html {
  font-family: "Noto Sans JP";
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body .depth {
  transform: translateY(var(--depth));
  will-change: transform;
}
.txt_fuwa {
  transition: 500ms ease-in-out;
  transform: translateY(60px);
  opacity: 0;
}
.txt_fuwa.is_fuwa_txt {
  transform: translateY(0);
  opacity: 1;
}

@keyframes btn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.btn_fuwa {
  opacity: 0;
}
.btn_fuwa.is_fuwa_btn {
  animation: btn 0.4s linear 1 forwards;
  opacity: 1;
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
.txt_c_huki {
  opacity: 0;
}
.txt_c_huki.is_c_huki {
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
  opacity: 1;
}

.fuwa_300 {
  transition-delay: 300ms;
}

.fuwa_500 {
  transition-delay: 500ms;
}

.pb_20_pc {
  padding-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .pb_20_pc {
    padding-bottom: 0;
  }
}

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

.sp_only {
  display: none;
}
@media screen and (max-width: 1100px) {
  .sp_only {
    display: block;
  }
}

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

.flex {
  display: flex;
}

.h_obi {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #575757;
  background-color: #F0EFEF;
  width: 100%;
  font-size: 14px;
}
.h_obi span {
  color: #B1453E;
}
@media screen and (max-width: 1100px) {
  .h_obi {
    width: calc(100% - 13.3333333333vw);
    height: 13.3333333333vw;
  }
}
@media screen and (max-width: 1100px) {
  .h_obi > div {
    position: absolute;
    left: 0;
    top: 50%;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    animation: animetxt 20s linear infinite;
    transform: translateX(100vw) translateY(-50%);
  }
}
@keyframes animetxt {
  100% {
    transform: translateX(-100%) translateY(-50%);
  }
}

header {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  display: flex;
  align-items: center;
  height: 100px;
  width: 100%;
}
header.sp_only {
  position: fixed;
  width: 13.3333333333vw;
  left: auto;
  right: 0;
  z-index: 10000;
  top: 0;
}
header .insta {
  width: 30px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
header .insta:hover {
  opacity: 0.8;
}
header .sp_nav {
  overflow-y: scroll;
  position: absolute;
  z-index: -99;
  top: 0;
  padding: 0 5.3333333333vw;
  display: block;
  transform: translateY(-100%);
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  transition: all 300ms ease;
  right: 0;
}
header .sp_nav.is_active {
  display: block;
  right: 0;
  transform: translateY(0);
}
header .sp_nav .sp_nav_link a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 21.3333333333vw;
  color: #707070;
  text-decoration: none;
  font-size: 3.7333333333vw;
  letter-spacing: 0.1em;
}
header .sp_nav .sp_nav_link a::after {
  content: "";
  display: block;
  background: url(img/webp/arrow.webp) no-repeat;
  background-size: 100%;
  width: 1.3333333333vw;
  height: 2.1333333333vw;
}
header .sp_nav .sp_nav_link a span {
  position: absolute;
  color: #707070;
  top: 50%;
  transform: translateY(-50%);
  right: 5.3333333333vw;
  font-size: 3.2vw;
}
header .sp_nav .sp_nav_link .h_nav_top_sp {
  display: flex;
  gap: 5.3333333333vw;
  align-items: center;
  justify-content: flex-start;
}
header .sp_nav .sp_nav_link .h_nav_top_sp .h_nav_top_sp_logo {
  width: 17.3333333333vw;
}
header .sp_nav .sp_nav_link .h_nav_top_sp .h_nav_top_sp_lead {
  width: 25.0666666667vw;
}
header .sp_nav .sp_nav_link .h_nav_top_sp::after {
  display: none;
}
header .sp_nav .sp_nav_link .insta_sp {
  width: 100vw;
  position: relative;
  padding: 0 5.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F3F3F3;
}
header .sp_nav .sp_nav_link .insta_sp img {
  width: 5.3333333333vw;
  position: absolute;
  left: 32vw;
}
header .sp_nav .sp_nav_link .insta_sp::after {
  display: none;
}
header .sp_nav .sp_philtech {
  margin: 13.8666666667vw auto 0;
  width: 47.7333333333vw;
}
header .sp_nav .sp_nav_copy {
  margin-top: 5.3333333333vw;
  text-align: center;
  padding-bottom: 32vw;
  font-size: 2.9333333333vw;
}
@media screen and (max-width: 1100px) {
  header {
    background-color: rgba(255, 255, 255, 0);
    height: 13.3333333333vw;
  }
}
header .h_logo {
  position: absolute;
  left: 50px;
  width: 96px;
  height: auto;
}
@media screen and (max-width: 1100px) {
  header .h_logo {
    width: 29.3333333333vw;
    display: flex;
    align-items: center;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
  header .h_logo img {
    margin: 0 25px;
  }
}
header .h_lead {
  width: 108px;
  position: absolute;
  left: 177px;
  top: 50%;
  transform: translateY(-50%);
}
header .h_menu {
  height: 100%;
  max-width: 930px;
  width: 100%;
  display: flex;
  padding-left: 200px;
  margin: auto;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  header .h_menu {
    max-width: 73.8461538462vw;
    padding-left: 15.3846153846vw;
  }
}
header .h_menu a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #707070;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
header .h_menu a:hover {
  color: #FFF;
}
header .ham {
  display: none;
  width: 13.3333333333vw;
  height: 100%;
  position: absolute;
  right: 0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
@media screen and (max-width: 1100px) {
  header .ham {
    display: block;
  }
}
header .ham.is_active {
  background-color: #F3F3F3;
}
header .ham .ham_blk {
  width: 22px;
  height: 16px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
header .ham .ham_blk.is_active :nth-child(1) {
  top: 7px !important;
  transform: translateX(0%) rotate(210deg);
  transition: all 300ms ease;
}
header .ham .ham_blk.is_active :nth-child(2) {
  opacity: 0;
}
header .ham .ham_blk.is_active :nth-child(3) {
  top: 7px !important;
  transform: translateX(0%) rotate(-210deg);
  transition: all 300ms ease;
}
header .ham .ham_blk span {
  background: #303030;
  width: 22px;
  height: 1px;
  position: absolute;
  transition: all 0.4s;
}
header .ham .ham_blk span:nth-child(1) {
  top: 0;
}
header .ham .ham_blk span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
header .ham .ham_blk span:nth-child(3) {
  bottom: 0;
}

.mv {
  position: relative;
}
.mv .mv_bg {
  pointer-events: none;
  position: relative;
}
.mv .mv_bg .slick-track::after, .mv .mv_bg .slick-track::before {
  display: none;
}
.mv .mv_bg li {
  overflow: hidden;
  position: relative;
  height: 967px;
}
@media screen and (max-width: 1100px) {
  .mv .mv_bg li {
    height: auto;
  }
}
.mv .mv_bg li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .mv .mv_bg li img {
    width: 100%;
    height: auto;
  }
}
.mv .mv_bg li.add-animation img {
  animation: zoomUp 7s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 1100px) {
  .mv .mv_bg img {
    -webkit-clip-path: inset(0 0 0.2666666667vw);
            clip-path: inset(0 0 0.2666666667vw);
  }
}
.mv .to_top {
  cursor: pointer;
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes infinity-scroll-right02 {
  from {
    transform: scaleY(-1) translateY(-100%) translateX(-50%);
  }
  to {
    transform: scaleY(-1) translateY(-100%) translateX(0%);
  }
}
.mv .scroll-loop {
  pointer-events: none;
  z-index: 1;
  position: absolute;
  bottom: -2px;
  height: 29.2708333333vw;
  width: 200vw;
  background: url(img/webp/cloud.webp) bottom center repeat-x;
  background-size: 100% auto;
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}
@media screen and (max-width: 1100px) {
  .mv .scroll-loop {
    left: 0;
    background-size: 100% 100%;
    width: 364.2666666667vw;
    height: 53.3333333333vw;
  }
}
.mv .scroll-loop02 {
  pointer-events: none;
  z-index: 1;
  position: absolute;
  bottom: 0;
  height: 29.2708333333vw;
  width: 200vw;
  background: url(img/webp/cloud.webp) bottom center repeat-x;
  background-size: 100% auto;
  animation: infinity-scroll-right02 80s infinite linear 0.5s both;
}
@media screen and (max-width: 1100px) {
  .mv .scroll-loop02 {
    left: 0;
    background-size: 100% 100%;
    width: 364.2666666667vw;
    height: 53.3333333333vw;
  }
}
.mv .f_bnr_wrap {
  opacity: 0;
  pointer-events: none;
  width: 100vw;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .mv .f_bnr_wrap {
    position: fixed;
    bottom: 0;
    left: 50%;
    transition: 400ms;
    transform: translateX(-50%);
    z-index: 9999999999;
  }
}
.mv .f_bnr_wrap .f_bnr_batu {
  padding: 5.3333333333vw;
  z-index: 999999;
  position: absolute;
  right: -2.1333333333vw;
  top: -42.6666666667vw;
}
.mv .f_bnr_wrap .f_bnr_batu img {
  width: 5.3333333333vw;
  height: 3.2vw;
}
@media screen and (max-width: 1100px) {
  .mv .f_bnr_wrap .f_bnr img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
  }
}
.mv .f_bnr_wrap.is_none {
  display: none;
}
.mv .f_bnr_wrap.is_form {
  opacity: 1;
  pointer-events: auto;
}
.mv .bottle {
  z-index: 1;
  width: 168px;
  position: absolute;
  top: 205px;
  left: 67.2916666667vw;
  filter: drop-shadow(2.6041666667vw 2.6041666667vw 2.6041666667vw rgba(100, 115, 130, 0.5));
}
@media screen and (max-width: 1100px) {
  .mv .bottle {
    width: 23.7333333333vw;
    height: 102.6666666667vw;
    top: 68.8vw;
    left: 21.3333333333vw;
    filter: drop-shadow(6.6666666667vw 6.6666666667vw 6.6666666667vw rgba(100, 115, 130, 0.5));
  }
}
.mv .cloud {
  width: 100vw;
  height: auto;
  position: absolute;
  bottom: -2px;
  left: 0px;
}
@media screen and (max-width: 1100px) {
  .mv .cloud {
    width: 100%;
    height: auto;
  }
}
.mv .campaign {
  position: absolute;
  top: 840px;
  left: 23.9583333333vw;
  box-shadow: 25px 30px 50px rgba(100, 115, 130, 0.5);
}
.mv .campaign:hover {
  opacity: 0.8;
}
.mv .mv_logo {
  width: 165px;
  position: absolute;
  top: 305px;
  left: 44.9479166667vw;
}
@media screen and (max-width: 1100px) {
  .mv .mv_logo {
    width: 121px;
    height: 240px;
    top: 188px;
    left: 57.0666666667vw;
  }
}
.mv .txt {
  position: absolute;
  top: 230px;
  left: 20.3125vw;
  font-size: 1.4583333333vw;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .mv .txt {
    font-size: 4vw;
    top: 21.3333333333vw;
    left: 5.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .mv .txt {
    font-size: 5.8666666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .mv .txt {
    font-size: 28px;
  }
}
.mv .mv_scroll {
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(50%);
  transition: all 0.5s;
}
@media screen and (max-width: 1100px) {
  .mv .mv_scroll {
    bottom: -5.3333333333vw;
  }
}
.mv .mv_scroll .mv_scroll_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mv .mv_scroll .mv_scroll_inner .mv_scroll_inner_txt {
  width: 46px;
}
@media screen and (max-width: 1100px) {
  .mv .mv_scroll .mv_scroll_inner .mv_scroll_inner_txt {
    width: 12.2666666667vw;
  }
}
.mv .mv_scroll .mv_scroll_inner span.mv_scroll_inner_span {
  position: relative;
  overflow: hidden;
  width: 1px;
  margin-top: 15px;
  height: 80px;
}
@media screen and (max-width: 1100px) {
  .mv .mv_scroll .mv_scroll_inner span.mv_scroll_inner_span {
    margin-top: 1.0666666667vw;
    height: 10.6666666667vw;
  }
}
.mv .mv_scroll .mv_scroll_inner span.mv_scroll_inner_span::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 70%;
  background: #707070;
  animation: pathmove 2s linear infinite;
}
@keyframes pathmove {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}

#concept {
  position: relative;
}
#concept::before {
  z-index: 1;
  content: "";
  display: block;
  background-image: url(img/webp/consept_pc.webp);
  background-size: 100%;
  position: absolute;
  left: 5.2083333333vw;
  background-size: cover;
  top: 50px;
  width: 53px;
  height: 636px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #concept::before {
    width: 3.7857142857vw;
    height: 45.4285714286vw;
  }
}
@media screen and (max-width: 1100px) {
  #concept::before {
    display: none;
    background-image: url(img/webp/concept_sp.webp);
    left: 2.1333333333vw;
    width: 5.8666666667vw;
    height: 102.4vw;
    top: 16vw;
  }
}
#concept .concept_ontxt {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 20.2604166667vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  #concept .concept_ontxt {
    top: 21.3333333333vw;
    width: 100%;
    left: 0;
    transform: translateY(0);
  }
}
#concept .concept_ontxt h2.lead {
  color: #A9B1CB;
  font-weight: bold;
  font-size: 22px;
  line-height: 39px;
}
@media screen and (max-width: 1100px) {
  #concept .concept_ontxt h2.lead {
    text-align: center;
    font-size: 4.8vw;
    line-height: 7.2533333333vw;
  }
}
#concept .concept_ontxt .concept_ontxt_ttl {
  color: #707070;
  font-weight: bold;
  margin-top: 60px;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (max-width: 1100px) {
  #concept .concept_ontxt .concept_ontxt_ttl {
    text-align: center;
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
#concept .concept_ontxt .concept_ontxt_txt {
  color: #707070;
  margin-top: 38px;
  font-size: 15px;
  line-height: 30px;
}
@media screen and (max-width: 1100px) {
  #concept .concept_ontxt .concept_ontxt_txt {
    text-align: center;
    margin-top: 6.9333333333vw;
    font-size: 3.4666666667vw;
    line-height: 6.9333333333vw;
  }
}
#concept .concept_ontxt .concept_ontxt_txt > div {
  width: -moz-fit-content;
  width: fit-content;
  z-index: 0;
  position: relative;
  font-weight: bold;
}
#concept .concept_ontxt .concept_ontxt_txt > div::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: calc(100% + 6px);
  height: calc(100% - 3px);
}
#concept .concept_ontxt .concept_ontxt_txt.sp_only {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 8vw;
}
@media screen and (min-width: 1101px) {
  #concept .concept_ontxt .concept_ontxt_txt.sp_only {
    display: none;
  }
}
#concept .concept_bg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 795px;
  background-color: #e2e5ec;
}
@media screen and (max-width: 1100px) {
  #concept .concept_bg {
    height: 209.0666666667vw;
  }
}
#concept .concept_bg img {
  position: absolute;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  #concept .concept_bg img {
    top: 0;
  }
}
#concept .concept_bg .concept_bg_bottom {
  position: absolute;
  overflow: hidden;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 45px;
}
@media screen and (max-width: 1100px) {
  #concept .concept_bg .concept_bg_bottom {
    height: 8vw;
  }
}
#concept .concept_bg .concept_bg_bottom img {
  position: relative;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center !important;
     object-position: center !important;
}

#item::before {
  content: "";
  display: block;
  background: url(img/webp/item_lineup_pc.webp) no-repeat;
  background-size: 100%;
  left: 6.0416666667vw;
  position: absolute;
  width: 36px;
  height: 807px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #item::before {
    width: 2.5714285714vw;
    height: 57.6428571429vw;
    left: 2.8571428571vw;
  }
}
@media screen and (max-width: 1100px) {
  #item::before {
    content: "";
    display: none;
    background: url(img/webp/about_sp.webp) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 2.1333333333vw;
    width: 4.5333333333vw;
    height: 70.4vw;
  }
}
#item h2.lead {
  text-align: center;
  color: #707070;
  font-weight: bold;
  margin-top: 100px;
  font-size: 20px;
  line-height: 29px;
}
@media screen and (max-width: 1100px) {
  #item h2.lead {
    margin-top: 10.6666666667vw;
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
  }
}
#item ul.about_ul {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  gap: 100px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #item ul.about_ul {
    margin-top: 7.1428571429vw;
    gap: 7.1428571429vw;
  }
}
@media screen and (max-width: 1100px) {
  #item ul.about_ul {
    margin-top: 10.1333333333vw;
    gap: 18.1333333333vw;
  }
}
#item ul.about_ul li.about_li {
  display: flex;
  justify-content: center;
  gap: 57px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #item ul.about_ul li.about_li {
    gap: 4.0714285714vw;
  }
}
@media screen and (max-width: 1100px) {
  #item ul.about_ul li.about_li {
    flex-direction: column;
    align-items: center;
    gap: 9.3333333333vw;
  }
}
@media screen and (min-width: 1101px) {
  #item ul.about_ul li.about_li.about_li_reverse {
    flex-direction: row-reverse;
  }
}
#item ul.about_ul li.about_li div.about_li_img {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: 516px;
  margin-top: 50px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #item ul.about_ul li.about_li div.about_li_img {
    height: 36.8571428571vw;
    margin-top: 3.5714285714vw;
  }
}
@media screen and (max-width: 1100px) {
  #item ul.about_ul li.about_li div.about_li_img {
    height: auto;
    margin-top: 0;
  }
}
#item ul.about_ul li.about_li div.about_li_img div.about_li_img_on {
  z-index: 1;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 146px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #item ul.about_ul li.about_li div.about_li_img div.about_li_img_on {
    width: 10.4285714286vw;
  }
}
@media screen and (max-width: 1100px) {
  #item ul.about_ul li.about_li div.about_li_img div.about_li_img_on {
    top: 52%;
    width: 19.7333333333vw;
  }
}
#item ul.about_ul li.about_li div.about_li_img div.about_li_img_on img {
  filter: drop-shadow(30px 30px 50px rgba(0, 0, 0, 0.1490196078));
}
#item ul.about_ul li.about_li div.about_li_img div.about_li_img_on.about_li_img_on02 {
  width: 312px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #item ul.about_ul li.about_li div.about_li_img div.about_li_img_on.about_li_img_on02 {
    width: 22.2857142857vw;
  }
}
@media screen and (max-width: 1100px) {
  #item ul.about_ul li.about_li div.about_li_img div.about_li_img_on.about_li_img_on02 {
    width: 45.3333333333vw;
  }
}
#item ul.about_ul li.about_li div.about_li_img div.about_li_img_on.about_li_img_on03 {
  top: 58%;
  width: 420px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #item ul.about_ul li.about_li div.about_li_img div.about_li_img_on.about_li_img_on03 {
    width: 30vw;
  }
}
@media screen and (max-width: 1100px) {
  #item ul.about_ul li.about_li div.about_li_img div.about_li_img_on.about_li_img_on03 {
    top: 55%;
    width: 53.3333333333vw;
  }
}
#item ul.about_ul li.about_li div.about_li_img div.about_li_img_on.about_li_img_on03 img {
  filter: unset;
}
#item ul.about_ul li.about_li div.about_li_img div.about_li_img_bg {
  width: 516px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #item ul.about_ul li.about_li div.about_li_img div.about_li_img_bg {
    width: 36.8571428571vw;
  }
}
@media screen and (max-width: 1100px) {
  #item ul.about_ul li.about_li div.about_li_img div.about_li_img_bg {
    width: 69.8666666667vw;
  }
}
#item ul.about_ul li.about_li div.about_li_main {
  position: relative;
  max-width: 568px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #item ul.about_ul li.about_li div.about_li_main {
    max-width: 40.5714285714vw;
  }
}
@media screen and (max-width: 1100px) {
  #item ul.about_ul li.about_li div.about_li_main {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#item ul.about_ul li.about_li div.about_li_main div.about_li_main_num {
  font-family: Oswald;
  color: #E5DFDC;
  font-size: 50px;
  line-height: 74px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #item ul.about_ul li.about_li div.about_li_main div.about_li_main_num {
    font-size: 3.5714285714vw;
    line-height: 5.2857142857vw;
  }
}
@media screen and (max-width: 1100px) {
  #item ul.about_ul li.about_li div.about_li_main div.about_li_main_num {
    position: absolute;
    top: -13.3333333333vw;
    left: 0;
    font-size: 10.1333333333vw;
    line-height: 14.9333333333vw;
  }
}
@media screen and (max-width: 1100px) {
  #item ul.about_ul li.about_li div.about_li_main div.about_li_main_num.about_li_main_num02 {
    left: 5.3333333333vw;
  }
}
@media screen and (max-width: 1100px) {
  #item ul.about_ul li.about_li div.about_li_main div.about_li_main_num.about_li_main_num03 {
    left: 0;
  }
}
#item ul.about_ul li.about_li div.about_li_main div.about_li_main_ttl {
  white-space: nowrap;
  color: #707070;
  font-weight: bold;
  font-size: 32px;
  line-height: 46px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #item ul.about_ul li.about_li div.about_li_main div.about_li_main_ttl {
    font-size: 2.2857142857vw;
    line-height: 3.2857142857vw;
  }
}
@media screen and (max-width: 1100px) {
  #item ul.about_ul li.about_li div.about_li_main div.about_li_main_ttl {
    text-align: center;
    font-size: 5.8666666667vw;
    line-height: 8.5333333333vw;
  }
}
#item ul.about_ul li.about_li div.about_li_main div.about_li_main_price {
  white-space: nowrap;
  color: #707070;
  font-weight: bold;
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #item ul.about_ul li.about_li div.about_li_main div.about_li_main_price {
    font-size: 1.1428571429vw;
    line-height: 1.7142857143vw;
  }
}
@media screen and (max-width: 1100px) {
  #item ul.about_ul li.about_li div.about_li_main div.about_li_main_price {
    text-align: center;
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
  }
}
#item ul.about_ul li.about_li div.about_li_main div.about_li_main_price span {
  padding: 0 5px;
  font-size: 22px;
  line-height: 32px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #item ul.about_ul li.about_li div.about_li_main div.about_li_main_price span {
    font-size: 1.5714285714vw;
    line-height: 2.2857142857vw;
  }
}
@media screen and (max-width: 1100px) {
  #item ul.about_ul li.about_li div.about_li_main div.about_li_main_price span {
    padding: 0 1.3333333333vw;
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
  }
}
#item ul.about_ul li.about_li div.about_li_main div.about_li_main_name {
  color: #707070;
  font-weight: bold;
  display: flex;
  gap: 4px;
  margin-top: 20px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #item ul.about_ul li.about_li div.about_li_main div.about_li_main_name {
    gap: 0.2857142857vw;
    margin-top: 1.4285714286vw;
  }
}
@media screen and (max-width: 1100px) {
  #item ul.about_ul li.about_li div.about_li_main div.about_li_main_name {
    flex-direction: column;
    align-items: center;
    gap: 1.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
#item ul.about_ul li.about_li div.about_li_main div.about_li_main_name div.about_li_main_name_01 {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 398px;
  height: 44px;
  font-size: 18px;
  letter-spacing: 0.72px;
  line-height: 26px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #item ul.about_ul li.about_li div.about_li_main div.about_li_main_name div.about_li_main_name_01 {
    width: 28.4285714286vw;
    height: 3.1428571429vw;
    font-size: 1.2857142857vw;
    letter-spacing: 0.0514285714vw;
    line-height: 1.8571428571vw;
  }
}
@media screen and (max-width: 1100px) {
  #item ul.about_ul li.about_li div.about_li_main div.about_li_main_name div.about_li_main_name_01 {
    border-radius: 1.3333333333vw;
    width: 76.2666666667vw;
    height: 8vw;
    font-size: 3.4666666667vw;
    letter-spacing: 0.1386666667vw;
    line-height: 5.3333333333vw;
  }
}
#item ul.about_ul li.about_li div.about_li_main div.about_li_main_name div.about_li_main_name_02 {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  background-color: #FCE0DD;
  border-radius: 5px;
  width: 110px;
  height: 44px;
  font-size: 18px;
  letter-spacing: 0.72px;
  line-height: 26px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #item ul.about_ul li.about_li div.about_li_main div.about_li_main_name div.about_li_main_name_02 {
    width: 7.8571428571vw;
    height: 3.1428571429vw;
    font-size: 1.2857142857vw;
    letter-spacing: 0.0514285714vw;
    line-height: 1.8571428571vw;
  }
}
@media screen and (max-width: 1100px) {
  #item ul.about_ul li.about_li div.about_li_main div.about_li_main_name div.about_li_main_name_02 {
    border-radius: 1.3333333333vw;
    width: 19.7333333333vw;
    height: 8vw;
    font-size: 3.4666666667vw;
    letter-spacing: 0.1386666667vw;
    line-height: 5.3333333333vw;
  }
}
#item ul.about_ul li.about_li div.about_li_main div.about_li_main_txt {
  color: #707070;
  margin-top: 40px;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #item ul.about_ul li.about_li div.about_li_main div.about_li_main_txt {
    margin-top: 2.8571428571vw;
    font-size: 1.0714285714vw;
    line-height: 2.1428571429vw;
  }
}
@media screen and (max-width: 1100px) {
  #item ul.about_ul li.about_li div.about_li_main div.about_li_main_txt {
    margin-top: 4vw;
    width: 78.6666666667vw;
    font-size: 3.4666666667vw;
    letter-spacing: 0vw;
    line-height: 6.9333333333vw;
  }
}
#item ul.about_ul li.about_li div.about_li_main div.about_li_main_txt02 {
  color: #707070;
  border-top: 1px solid #707070;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #item ul.about_ul li.about_li div.about_li_main div.about_li_main_txt02 {
    padding-top: 1.4285714286vw;
    margin-top: 1.4285714286vw;
    font-size: 1.0714285714vw;
    line-height: 2.1428571429vw;
  }
}
@media screen and (max-width: 1100px) {
  #item ul.about_ul li.about_li div.about_li_main div.about_li_main_txt02 {
    padding-top: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    width: 78.6666666667vw;
  }
}
#item ul.about_ul li.about_li div.about_li_main div.about_li_main_txt02 span {
  color: #B1453E;
}
#item ul.about_ul li.about_li div.about_li_main div.about_li_main_txt03 {
  color: #707070;
  margin-top: 24px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 30px;
}
@media screen and (max-width: 1100px) {
  #item ul.about_ul li.about_li div.about_li_main div.about_li_main_txt03 {
    margin-top: 4.2666666667vw;
    width: 78.6666666667vw;
    font-size: 3.2vw;
    letter-spacing: 0vw;
    line-height: 6.4vw;
  }
}
#item ul.about_ul li.about_li div.about_li_main div.about_li_main_txt03 span {
  color: #B1453E;
}
#item ul.about_ul li.about_li div.about_li_main div.about_li_main_txt03 a {
  display: inline;
  text-decoration: underline;
  color: #B1453E;
}
#item ul.about_ul li.about_li div.about_li_main form > div {
  display: none;
}
#item ul.about_ul li.about_li div.about_li_main .btn-primary {
  transition: all 0.3s;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #707070;
  background-color: #ffffff;
  border: 1px solid #707070;
  margin-top: 30px;
  border-radius: 50px;
  width: 295px;
  height: 60px;
  font-size: 15px;
}
@media screen and (max-width: 1100px) {
  #item ul.about_ul li.about_li div.about_li_main .btn-primary {
    margin-top: 5.3333333333vw;
    border-radius: 13.3333333333vw;
    width: 78.6666666667vw;
    height: 16vw;
    font-size: 4vw;
  }
}
#item ul.about_ul li.about_li div.about_li_main .btn-primary:hover {
  background-color: #E5DFDC;
}

#item02 {
  position: relative;
  margin-top: 150px;
  background-image: url("img/webp/item_bg.webp");
  background-size: cover;
  padding-bottom: 225px;
  padding-top: 203px;
}
@media screen and (max-width: 1100px) {
  #item02 {
    background-image: unset;
    margin-top: 76px;
    padding-bottom: 0;
    padding-top: 0vw;
  }
}
#item02 .item_kumo {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  top: -2px;
  left: 0;
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 1100px) {
  #item02 .item_kumo {
    display: none;
  }
}
#item02 .item_kumo img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  height: 100%;
  width: 100%;
}
#item02 .item_kumo.item_kumo_bottom {
  top: auto;
  bottom: -2px;
}
#item02 .item_kumo.item_kumo_bottom img {
  transform: scale(-1);
}
#item02 h2.lead {
  text-align: center;
  color: #707070;
  font-weight: bold;
  font-size: 26px;
  line-height: 37px;
}
@media screen and (max-width: 1100px) {
  #item02 h2.lead {
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
  }
}
#item02 .item_main {
  margin: 0 auto;
  margin-top: 67px;
  max-width: 1202px;
  padding: 0 30px;
}
@media screen and (max-width: 1100px) {
  #item02 .item_main {
    max-width: 100%;
    margin-top: 16vw;
    padding: 0;
  }
}
#item02 .item_main.item_main02 {
  margin-top: 97px;
}
@media screen and (max-width: 1100px) {
  #item02 .item_main.item_main02 {
    margin-top: 24vw;
  }
}
#item02 .item_main .item_ttl {
  z-index: 1;
  position: relative;
  font-weight: bold;
  color: #707070;
  font-size: 26px;
  line-height: 38px;
}
@media screen and (max-width: 1100px) {
  #item02 .item_main .item_ttl {
    text-align: center;
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
  }
}
#item02 .item_main .item_ttl > div {
  z-index: -1;
  position: absolute;
  font-family: Oswald;
  font-weight: 400;
  color: #F3F3F3;
  left: 0;
  bottom: 10px;
  font-size: 50px;
  line-height: 74px;
}
@media screen and (max-width: 1100px) {
  #item02 .item_main .item_ttl > div {
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.6666666667vw;
    font-size: 10.1333333333vw;
    line-height: 14.9333333333vw;
  }
}
#item02 .item_main ul.item_ul {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  #item02 .item_main ul.item_ul {
    justify-content: flex-start;
    gap: 1.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
#item02 .item_main ul.item_ul li.item_li {
  background-color: #ffffff;
  width: 372px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  #item02 .item_main ul.item_ul li.item_li {
    border-radius: unset;
    width: calc((100% - 1.3333333333vw) / 2);
  }
}
#item02 .item_main ul.item_ul li.item_li .item_li_img {
  transition: all 0.3s;
  margin: 20px auto 0;
  width: 300px;
}
@media screen and (max-width: 1100px) {
  #item02 .item_main ul.item_ul li.item_li .item_li_img {
    margin: 0;
    width: 100%;
  }
}
#item02 .item_main ul.item_ul li.item_li .item_li_img:hover {
  opacity: 0.75;
}
#item02 .item_main ul.item_ul li.item_li .item_li_bottom {
  background-color: #F4F4F4;
  padding: 25px 0;
}
@media screen and (max-width: 1100px) {
  #item02 .item_main ul.item_ul li.item_li .item_li_bottom {
    border-radius: 1.3333333333vw;
    width: 48vw;
    padding: 5.3333333333vw 0;
  }
}
@media screen and (max-width: 1100px) {
  #item02 .item_main ul.item_ul li.item_li .item_li_bottom.item_li_bottom_l_auto {
    margin-left: auto;
  }
}
#item02 .item_main ul.item_ul li.item_li .item_li_bottom .item_li_bottom_txt01 {
  text-align: center;
  font-weight: bold;
  color: #707070;
  font-size: 18px;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 1100px) {
  #item02 .item_main ul.item_ul li.item_li .item_li_bottom .item_li_bottom_txt01 {
    text-align: left;
    min-height: 11.2533333333vw;
    padding: 0 3.2vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0;
  }
}
#item02 .item_main ul.item_ul li.item_li .item_li_bottom .item_li_bottom_txt02 {
  text-align: center;
  font-weight: bold;
  color: #707070;
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0;
}
@media screen and (max-width: 1100px) {
  #item02 .item_main ul.item_ul li.item_li .item_li_bottom .item_li_bottom_txt02 {
    margin-top: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
#item02 .item_main ul.item_ul li.item_li .item_li_bottom .item_li_bottom_txt02 span {
  font-size: 14px;
  padding-left: 4px;
}
@media screen and (max-width: 1100px) {
  #item02 .item_main ul.item_ul li.item_li .item_li_bottom .item_li_bottom_txt02 span {
    font-size: 3.2vw;
    padding: 1.0666666667vw;
  }
}
#item02 .item_main ul.item_ul li.item_li .item_li_bottom .item_li_bottom_txt03 {
  text-align: center;
  color: #707070;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 1100px) {
  #item02 .item_main ul.item_ul li.item_li .item_li_bottom .item_li_bottom_txt03 {
    text-align: left;
    padding: 0 3.2vw;
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
#item02 .item_main ul.item_ul li.item_li .item_li_bottom .form-group {
  display: none;
}
#item02 .item_main ul.item_ul li.item_li .item_li_bottom form > div {
  display: none;
}
#item02 .item_main ul.item_ul li.item_li .item_li_bottom .btn-primary {
  transition: all 0.3s;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #707070;
  background-color: #ffffff;
  border: 1px solid #707070;
  margin: 30px auto 0;
  border-radius: 50px;
  width: 295px;
  height: 60px;
  font-size: 15px;
}
@media screen and (max-width: 1100px) {
  #item02 .item_main ul.item_ul li.item_li .item_li_bottom .btn-primary {
    margin: 2.6666666667vw auto 0;
    border-radius: 13.3333333333vw;
    width: 42.6666666667vw;
    height: 10.6666666667vw;
    font-size: 3.2vw;
  }
}
#item02 .item_main ul.item_ul li.item_li .item_li_bottom .btn-primary:hover {
  background-color: #E5DFDC;
}

#about {
  position: relative;
}
#about::before {
  z-index: 1;
  content: "";
  display: block;
  background: url(img/webp/about_pc.webp) no-repeat;
  background-size: 100%;
  top: 110px;
  left: 5vw;
  position: absolute;
  width: 40px;
  height: 360px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #about::before {
    width: 2.8571428571vw;
    height: 25.7142857143vw;
  }
}
@media screen and (max-width: 1100px) {
  #about::before {
    content: "";
    display: none;
    background: url(img/webp/about_sp.webp) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 2.1333333333vw;
    width: 4.5333333333vw;
    height: 70.4vw;
  }
}
#about h2.lead {
  text-align: center;
  color: #707070;
  font-weight: bold;
  font-size: 19px;
  line-height: 27px;
}
@media screen and (max-width: 1100px) {
  #about h2.lead {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
#about .keyword {
  position: relative;
}
@media screen and (max-width: 1100px) {
  #about .keyword {
    margin-top: 13.3333333333vw;
  }
}
#about .keyword .clouds {
  pointer-events: none;
  opacity: 1;
  position: absolute;
  top: 700px;
  left: -315px;
  z-index: 900;
  width: 877px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #about .keyword .clouds {
    top: 50vw;
    left: -22.5vw;
  }
  #about .keyword .clouds img {
    width: 62.6428571429vw;
    height: 30.3571428571vw;
  }
}
@media screen and (max-width: 1100px) {
  #about .keyword .clouds {
    left: -37.3333333333vw;
    top: 234.6666666667vw;
  }
  #about .keyword .clouds img {
    width: 90.6666666667vw;
    height: 42.6666666667vw;
  }
}
#about .keyword .clouds.c_right {
  top: -300px;
  left: auto;
  right: -315px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #about .keyword .clouds.c_right {
    top: -21.4285714286vw;
    right: -22.5vw;
  }
}
@media screen and (max-width: 1100px) {
  #about .keyword .clouds.c_right {
    display: none;
  }
}
#about .keyword .clouds.c_bottom {
  bottom: 500px;
  top: auto;
  opacity: 0.8;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #about .keyword .clouds.c_bottom {
    bottom: 35.7142857143vw;
  }
}
@media screen and (max-width: 1100px) {
  #about .keyword .clouds.c_bottom {
    bottom: 8vw;
  }
}
#about .keyword .content {
  background-image: url(img/webp/keyword_01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  height: 900px;
  padding-top: 90px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #about .keyword .content {
    height: 64.2857142857vw;
    padding-top: 2.8571428571vw;
  }
}
@media screen and (max-width: 1100px) {
  #about .keyword .content {
    background-image: url(img/webp/keyword_sp_01.webp);
    width: 100%;
    height: 268vw;
    padding-top: 10.6666666667vw;
  }
}
#about .keyword .content .k_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #about .keyword .content .k_01 {
    margin-top: 2.7142857143vw;
  }
}
@media screen and (max-width: 1100px) {
  #about .keyword .content .k_01 {
    flex-direction: column;
    margin-top: 8vw;
  }
}
#about .keyword .content .k_01 .nano {
  background-color: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: brightness(0.96) blur(18px);
  backdrop-filter: brightness(0.96) blur(18px);
  width: 620px;
  height: 620px;
  border-radius: 50%;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #about .keyword .content .k_01 .nano {
    width: 44.2857142857vw;
    height: 44.2857142857vw;
  }
}
@media screen and (max-width: 1100px) {
  #about .keyword .content .k_01 .nano {
    width: 120vw;
    height: 120vw;
  }
}
#about .keyword .content .k_01 .nano .inner {
  color: #707070;
  position: absolute;
  top: 60px;
  left: 90px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #about .keyword .content .k_01 .nano .inner {
    top: 4.2857142857vw;
    left: 6.4285714286vw;
  }
}
@media screen and (max-width: 1100px) {
  #about .keyword .content .k_01 .nano .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
  }
}
#about .keyword .content .k_01 .nano .inner .ttl {
  transition-delay: 400ms;
  font-family: Oswald;
  font-size: 50px;
  color: #FFF;
  text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.161);
  filter: brightness(1);
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #about .keyword .content .k_01 .nano .inner .ttl {
    font-size: 3.5714285714vw;
    text-shadow: 0.7142857143vw 0.7142857143vw 1.4285714286vw rgba(0, 0, 0, 0.161);
  }
}
@media screen and (max-width: 1100px) {
  #about .keyword .content .k_01 .nano .inner .ttl {
    font-size: 6.4vw;
  }
}
#about .keyword .content .k_01 .nano .inner .ttl span {
  font-size: 100px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #about .keyword .content .k_01 .nano .inner .ttl span {
    font-size: 7.1428571429vw;
  }
}
@media screen and (max-width: 1100px) {
  #about .keyword .content .k_01 .nano .inner .ttl span {
    font-size: 12.8vw;
  }
}
#about .keyword .content .k_01 .nano .inner .flex {
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #about .keyword .content .k_01 .nano .inner .flex {
    gap: 1.4285714286vw;
  }
}
@media screen and (max-width: 1100px) {
  #about .keyword .content .k_01 .nano .inner .flex {
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-top: -34.6666666667vw;
  }
}
#about .keyword .content .k_01 .nano .inner .flex .txt {
  font-size: 15px;
  line-height: 2em;
  max-width: 225px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #about .keyword .content .k_01 .nano .inner .flex .txt {
    font-size: 1.0714285714vw;
    max-width: 16.0714285714vw;
  }
}
@media screen and (max-width: 1100px) {
  #about .keyword .content .k_01 .nano .inner .flex .txt {
    font-size: 3.4666666667vw;
    max-width: 100%;
  }
}
#about .keyword .content .k_01 .nano .inner .flex .txt span {
  font-size: 0.6em;
  vertical-align: super;
}
#about .keyword .content .k_01 .nano .inner .flex .nano_img {
  width: 176px;
  height: 176px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #about .keyword .content .k_01 .nano .inner .flex .nano_img {
    width: 12.5714285714vw;
    height: 12.5714285714vw;
  }
}
@media screen and (max-width: 1100px) {
  #about .keyword .content .k_01 .nano .inner .flex .nano_img {
    width: 38.6666666667vw;
    height: 38.6666666667vw;
  }
}
#about .keyword .content .k_01 .nano .inner .kome {
  margin-top: 20px;
  font-size: 12px;
  line-height: 20px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #about .keyword .content .k_01 .nano .inner .kome {
    margin-top: 1.4285714286vw;
    font-size: 0.8571428571vw;
    line-height: 1.4285714286vw;
  }
}
@media screen and (max-width: 1100px) {
  #about .keyword .content .k_01 .nano .inner .kome {
    font-size: 2.9333333333vw;
    line-height: 5.0666666667vw;
  }
}
#about .keyword .content .k_01 picture {
  z-index: 1;
}
#about .keyword .content .k_01 picture .size {
  width: 620px;
  height: 620px;
  margin-left: -90px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #about .keyword .content .k_01 picture .size {
    width: 44.2857142857vw;
    height: 44.2857142857vw;
    margin-left: -6.4285714286vw;
  }
}
@media screen and (max-width: 1100px) {
  #about .keyword .content .k_01 picture .size {
    width: 115.7333333333vw;
    height: 115.7333333333vw;
    margin-left: 0;
    margin-top: -60px;
  }
}
#about .keyword .content .k_01 .fuwa_800 {
  transition-delay: 800ms;
}
#about .osusume {
  position: relative;
  background-color: #E6E8F0;
  padding-top: 180px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #about .osusume {
    padding-top: 12.8571428571vw;
    padding-bottom: 12.8571428571vw;
  }
}
@media screen and (max-width: 1100px) {
  #about .osusume {
    padding: 0 5.3333333333vw 0;
    padding-top: 13.3333333333vw;
    padding-bottom: 11.7333333333vw;
  }
}
#about .osusume .name {
  position: absolute;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 324px;
  height: 48px;
  border-radius: 24px;
  font-size: 22px;
  font-weight: bold;
  color: #707070;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #about .osusume .name {
    width: 23.1428571429vw;
    height: 3.4285714286vw;
    border-radius: 1.7142857143vw;
    font-size: 1.5714285714vw;
  }
}
@media screen and (max-width: 1100px) {
  #about .osusume .name {
    width: 74.2666666667vw;
    height: 12.8vw;
    border-radius: 6.4vw;
    font-size: 4vw;
  }
}
#about .osusume .osusume_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 165px 18px;
  max-width: 798px;
}
@media screen and (max-width: 1100px) {
  #about .osusume .osusume_wrap {
    gap: 5.3333333333vw;
  }
}
#about .osusume .osusume_wrap .contents {
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  width: 390px;
  padding: 145px 30px 30px 30px;
}
@media screen and (max-width: 1100px) {
  #about .osusume .osusume_wrap .contents {
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    gap: 2.6666666667vw;
  }
}
#about .osusume .osusume_wrap .contents .left {
  width: 220px;
}
@media screen and (min-width: 1101px) {
  #about .osusume .osusume_wrap .contents .left {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1100px) {
  #about .osusume .osusume_wrap .contents .left {
    margin: 0 auto;
    position: unset;
    text-align: center;
    width: 58.6666666667vw;
  }
}
#about .osusume .osusume_wrap .contents .right .ttl {
  color: #707070;
  font-size: 22px;
  font-weight: bold;
  min-height: 64px;
}
@media screen and (max-width: 1100px) {
  #about .osusume .osusume_wrap .contents .right .ttl {
    min-height: unset;
    text-align: center;
    font-size: 4.2666666667vw;
  }
}
#about .osusume .osusume_wrap .contents .right .ttl span {
  background-color: #E5DFDC;
}
#about .osusume .osusume_wrap .contents .right .ttl span span {
  font-size: 0.6em;
  vertical-align: super;
}
#about .osusume .osusume_wrap .contents .right .txt {
  margin-top: 20px;
  font-size: 15px;
  line-height: 2em;
  color: #707070;
}
#about .osusume .osusume_wrap .contents .right .txt span {
  font-size: 0.6em;
  vertical-align: super;
}
@media screen and (max-width: 1100px) {
  #about .osusume .osusume_wrap .contents .right .txt {
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
  }
}
#about .osusume .osusume_wrap .contents .right .kome {
  margin-top: 20px;
  font-size: 12px;
  color: #707070;
}
@media screen and (max-width: 1100px) {
  #about .osusume .osusume_wrap .contents .right .kome {
    font-size: 2.9333333333vw;
    margin-top: 2.6666666667vw;
  }
}
#about .osusume .osusume_wrap .osusume_content {
  transition: 500ms ease-in-out;
  transform: translateY(60px);
  opacity: 0;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #about .osusume .osusume_wrap .osusume_content {
    transform: translateY(4.2857142857vw);
  }
}
#about .osusume .osusume_wrap .osusume_content.is_fuwa {
  transform: translateY(0);
  opacity: 1;
}

#how {
  margin-top: 100px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #how {
    margin-top: 7.1428571429vw;
  }
}
#how::before {
  content: "";
  display: block;
  background: url(img/webp/howtouse_pc.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 6.25vw;
  width: 53px;
  height: 737px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #how::before {
    width: 3.7857142857vw;
    height: 52.6428571429vw;
    left: 2.8571428571vw;
  }
}
@media screen and (max-width: 1100px) {
  #how {
    margin-top: 10.6666666667vw;
  }
  #how::before {
    content: "";
    display: block;
    background: url(img/webp/howtouse_sp.webp) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 2.1333333333vw;
    width: 5.8666666667vw;
    height: 150.4vw;
  }
}
#how .lead {
  color: #707070;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #how .lead {
    font-size: 1.8571428571vw;
  }
}
@media screen and (max-width: 1100px) {
  #how .lead {
    font-size: 4.2666666667vw;
  }
}
#how .flex_wrap {
  border: 1px solid #707070;
  border-radius: 10px;
  width: 1000px;
  height: 615px;
  margin: 0 auto;
  margin-top: 60px;
  padding: 63px 0 60px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #how .flex_wrap {
    width: 71.4285714286vw;
    margin-top: 4.2857142857vw;
    padding: 4.5vw 0 4.2857142857vw;
  }
}
@media screen and (max-width: 1100px) {
  #how .flex_wrap {
    border: none;
    width: auto;
    height: auto;
    margin-top: 0;
    padding: 0;
  }
}
#how .flex {
  width: 730px;
  margin: auto;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #how .flex {
    width: 52.1428571429vw;
  }
}
@media screen and (max-width: 1100px) {
  #how .flex {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 10.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}
#how .flex .content {
  text-align: center;
}
#how .flex .content .step_img {
  position: relative;
}
#how .flex .content .step_img img {
  width: 327px;
  height: 327px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #how .flex .content .step_img img {
    width: 23.3571428571vw;
    height: 23.3571428571vw;
  }
}
@media screen and (max-width: 1100px) {
  #how .flex .content .step_img img {
    margin: 0 auto;
    width: 58.6666666667vw;
    height: 58.6666666667vw;
  }
}
#how .flex .content .step_img div {
  position: absolute;
  top: -26px;
  left: 0;
  font-size: 50px;
  color: #E5DFDC;
  font-family: Oswald;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #how .flex .content .step_img div {
    top: -1.8571428571vw;
    left: 0;
    font-size: 3.5714285714vw;
  }
}
@media screen and (max-width: 1100px) {
  #how .flex .content .step_img div {
    font-size: 8vw;
    top: 0;
    left: 1.0666666667vw;
  }
}
#how .flex .content .howto .ttl {
  margin-top: 20px;
  color: #707070;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #how .flex .content .howto .ttl {
    margin-top: 1.4285714286vw;
    font-size: 1.5714285714vw;
  }
}
@media screen and (max-width: 1100px) {
  #how .flex .content .howto .ttl {
    font-size: 5.8666666667vw;
  }
}
#how .flex .content .howto .txt {
  margin: 20px 0 20px;
  color: #707070;
  font-size: 15px;
  line-height: 2em;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #how .flex .content .howto .txt {
    margin: 1.4285714286vw 0 1.4285714286vw;
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 1100px) {
  #how .flex .content .howto .txt {
    font-size: 3.4666666667vw;
  }
}
#how .flex .content .howto a {
  margin-top: 20px;
  font-size: 15px;
  color: #B1453E;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #how .flex .content .howto a {
    margin-top: 1.4285714286vw;
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 1100px) {
  #how .flex .content .howto a {
    text-decoration: none;
    font-size: 3.4666666667vw;
  }
}
#how .flex .how_content {
  transition: 500ms ease-in-out;
  transform: translateY(40px);
  opacity: 0;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  #how .flex .how_content {
    transform: translateY(2.8571428571vw);
  }
}
#how .flex .how_content.is_fuwa {
  transform: translateY(0);
  opacity: 1;
}
#how .flex .how_content.bloc_2 {
  transition-delay: 400ms;
}
@media screen and (max-width: 1100px) {
  #how .flex .how_content.bloc_2 {
    transition-delay: 100ms;
  }
}

.check {
  margin-top: 120px;
  text-align: center;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check {
    margin-top: 8.5714285714vw;
  }
}
@media screen and (max-width: 1100px) {
  .check {
    margin-top: 15.4666666667vw;
  }
}
.check .ttl .ttl_txt {
  font-family: Oswald;
  font-size: 54px;
  color: #F1EFEE;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .ttl .ttl_txt {
    font-size: 3.8571428571vw;
  }
}
@media screen and (max-width: 1100px) {
  .check .ttl .ttl_txt {
    font-size: 8vw;
  }
}
.check .ttl .txt {
  margin-top: 10px;
  font-size: 15px;
  color: #707070;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .ttl .txt {
    margin-top: 0.7142857143vw;
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 1100px) {
  .check .ttl .txt {
    font-size: 3.7333333333vw;
  }
}
.check .slider {
  overflow-x: hidden;
  position: relative;
  margin-top: 50px;
  padding-top: 120px;
  background-image: url(img/webp/check_pc.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 0%;
  height: 800px;
  background-size: cover;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .slider {
    margin-top: 3.5714285714vw;
    padding-top: 8.5714285714vw;
    height: 57.1428571429vw;
  }
}
@media screen and (max-width: 1100px) {
  .check .slider {
    padding-top: 12.2666666667vw;
    margin-top: 10.6666666667vw;
    background-image: url(img/webp/check_sp.webp);
    width: 100%;
    height: 178.1333333333vw;
  }
}
.check .slider .clouds {
  pointer-events: none;
  opacity: 0.8;
  position: absolute;
  top: -400px;
  left: -315px;
  z-index: 900;
  width: 877px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .slider .clouds {
    top: -28.5714285714vw;
    left: -22.5vw;
  }
  .check .slider .clouds img {
    width: 62.6428571429vw;
    height: 30.3571428571vw;
  }
}
@media screen and (max-width: 1100px) {
  .check .slider .clouds {
    left: -37.3333333333vw;
  }
  .check .slider .clouds img {
    width: 90.6666666667vw;
    height: 42.6666666667vw;
  }
}
.check .slider .clouds.c_right {
  left: auto;
  right: -315px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .slider .clouds.c_right {
    right: -22.5vw;
  }
}
@media screen and (max-width: 1100px) {
  .check .slider .clouds.c_right {
    right: -37.3333333333vw;
  }
}
.check .slider .clouds.c_bottom {
  bottom: 200px;
  top: auto;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .slider .clouds.c_bottom {
    bottom: 14.2857142857vw;
  }
}
@media screen and (max-width: 1100px) {
  .check .slider .clouds.c_bottom {
    bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 1100px) {
  .check .slider .clouds {
    top: 0;
    left: -37.3333333333vw;
  }
  .check .slider .clouds img {
    width: 90.6666666667vw;
    height: 42.6666666667vw;
  }
}
.check .slider .lead {
  color: #ffffff;
  font-weight: bold;
  font-size: 26px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .slider .lead {
    font-size: 1.8571428571vw;
  }
}
@media screen and (max-width: 1100px) {
  .check .slider .lead {
    font-size: 5.8666666667vw;
  }
}
.check .slider .txt {
  margin-top: 20px;
  font-size: 15px;
  line-height: 30px;
  color: #707070;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .slider .txt {
    margin-top: 1.4285714286vw;
    font-size: 1.0714285714vw;
    line-height: 2.1428571429vw;
  }
}
@media screen and (max-width: 1100px) {
  .check .slider .txt {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
}
.check .slider .hada {
  margin-top: 40px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .slider .hada {
    margin-top: 2.8571428571vw;
  }
}
@media screen and (max-width: 1100px) {
  .check .slider .hada {
    margin-top: 9.0666666667vw;
  }
}
.check .slider .hada .circle {
  cursor: pointer;
  transition-duration: 400ms;
  transition-delay: 500ms;
  position: relative;
  margin: 0 30px 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #707070;
  font-size: 28px;
  font-weight: bold;
  width: 300px !important;
  height: 300px !important;
  -webkit-backdrop-filter: brightness(1.15) blur(30px);
  backdrop-filter: brightness(1.15) blur(30px);
  border-radius: 50%;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .slider .hada .circle {
    margin: 0 2.1428571429vw 15vw;
    font-size: 2vw;
    width: 21.4285714286vw !important;
    height: 21.4285714286vw !important;
  }
}
@media screen and (max-width: 1100px) {
  .check .slider .hada .circle {
    font-size: 4vw;
    width: 40vw !important;
    height: 40vw !important;
    margin: 0 3.2vw 45.3333333333vw;
  }
}
.check .slider .hada .circle .circle_click {
  margin-left: 4px;
  pointer-events: none;
  transition-delay: 600ms;
  color: #FFF;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.3em;
  font-size: 18px;
  font-weight: 200;
  margin-top: 30px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .slider .hada .circle .circle_click {
    margin-left: 0.2857142857vw;
    font-size: 1.2857142857vw;
    margin-top: 2.1428571429vw;
  }
}
@media screen and (max-width: 1100px) {
  .check .slider .hada .circle .circle_click {
    margin-left: 0.5333333333vw;
    letter-spacing: 0.2em;
    font-size: 2.9333333333vw;
    margin-top: 3.2vw;
  }
}
.check .slider .hada .circle .hukidashi {
  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
  transition-duration: 400ms;
  transition-delay: 400ms;
  position: absolute;
  bottom: -180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  width: 380px !important;
  height: 150px !important;
  background-color: #FFF;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .slider .hada .circle .hukidashi {
    transform: translateY(-10px);
    bottom: -12.8571428571vw;
    border-radius: 1.4285714286vw;
    width: 27.1428571429vw !important;
    height: 10.7142857143vw !important;
  }
}
@media screen and (max-width: 1100px) {
  .check .slider .hada .circle .hukidashi {
    bottom: -45.3333333333vw;
    border-radius: 2.6666666667vw;
    width: 78.9333333333vw !important;
    height: 34.1333333333vw !important;
  }
}
.check .slider .hada .circle .hukidashi .txt {
  margin: 0;
  font-size: 18px;
  line-height: 37.4px;
  color: #707070;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .slider .hada .circle .hukidashi .txt {
    font-size: 1.2857142857vw;
    line-height: 2.6714285714vw;
  }
}
@media screen and (max-width: 1100px) {
  .check .slider .hada .circle .hukidashi .txt {
    font-size: 3.7333333333vw;
    line-height: 7.7333333333vw;
  }
}
.check .slider .hada .circle .hukidashi .kakunin {
  margin-top: 15px;
  font-size: 15px;
  color: #B1453E;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .slider .hada .circle .hukidashi .kakunin {
    margin-top: 1.0714285714vw;
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 1100px) {
  .check .slider .hada .circle .hukidashi .kakunin {
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.check .slider .hada .circle .hukidashi::before {
  content: "";
  position: absolute;
  border-bottom: 30px solid #ffffff;
  border-right: 20px solid rgba(255, 255, 255, 0);
  border-left: 20px solid rgba(255, 255, 255, 0);
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .slider .hada .circle .hukidashi::before {
    border-bottom: 2.1428571429vw solid #ffffff;
    border-right: 1.4285714286vw solid rgba(255, 255, 255, 0);
    border-left: 1.4285714286vw solid rgba(255, 255, 255, 0);
    top: -1.4285714286vw;
  }
}
.check .slider .hada .circle.slick-current {
  position: relative;
  -webkit-backdrop-filter: brightness(1.15) blur(30px) opacity(50%);
  backdrop-filter: brightness(1.15) blur(30px) opacity(50%);
  color: #FFF;
}
.check .slider .hada .circle.slick-current .modal_tap {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.check .slider .hada .circle.slick-current .hukidashi {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.check .slider .hada .circle.slick-current .circle_click {
  opacity: 1;
}
.check .slider .hada .slick-track {
  display: flex;
  justify-content: center;
}
.check .slider .hada .prev_arrow {
  cursor: pointer;
  position: absolute;
  left: calc(50% - 195px);
  width: 30px;
  height: auto;
  z-index: 10;
  top: 150px;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .slider .hada .prev_arrow {
    left: calc(50% - 13.9285714286vw);
    width: 2.1428571429vw;
    top: 10.7142857143vw;
  }
}
@media screen and (max-width: 1100px) {
  .check .slider .hada .prev_arrow {
    top: 20.2666666667vw;
    left: 21.3333333333vw;
  }
}
.check .slider .hada .next_arrow {
  cursor: pointer;
  position: absolute;
  right: calc(50% - 195px);
  width: 30px;
  height: auto;
  top: 150px;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .slider .hada .next_arrow {
    right: calc(50% - 13.9285714286vw);
    width: 2.1428571429vw;
    top: 10.7142857143vw;
  }
}
@media screen and (max-width: 1100px) {
  .check .slider .hada .next_arrow {
    top: 20.2666666667vw;
    right: 21.3333333333vw;
  }
}
.check .slider .hada_hukidashi {
  margin-top: 60px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .slider .hada_hukidashi {
    margin-top: 4.2857142857vw;
  }
}
.check .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  opacity: 0;
  transition-duration: 600ms;
  pointer-events: none;
  flex-direction: column;
  display: block;
  width: 100vw;
  height: 100vh;
}
.check .modal.is_active {
  opacity: 1;
  pointer-events: all;
}
.check .modal .modal_close_layer {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.check .modal .modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transition-duration: 600ms;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  width: 800px;
  height: 426px;
  background-color: #FFF;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .modal .modal_content {
    width: 57.1428571429vw;
    height: 30.4285714286vw;
    box-shadow: 1.4285714286vw 1.4285714286vw 1.4285714286vw rgba(0, 0, 0, 0.16);
    border-radius: 0.7142857143vw;
  }
}
.check .modal .modal_content.is_active {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 1100px) {
  .check .modal .modal_content {
    width: 94.6666666667vw;
    height: 112.8vw;
    border: 1px solid #707070;
  }
}
.check .modal .modal_content::after {
  z-index: -1;
  content: "";
  width: 300px;
  height: 300px;
  background-color: #FFF;
  border-radius: 50%;
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .modal .modal_content::after {
    width: 21.4285714286vw;
    height: 21.4285714286vw;
    top: -10.7142857143vw;
  }
}
@media screen and (max-width: 1100px) {
  .check .modal .modal_content::after {
    width: 40vw;
    height: 40vw;
    top: -20vw;
  }
}
.check .modal .modal_content .ttl {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #707070;
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .modal .modal_content .ttl {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1100px) {
  .check .modal .modal_content .ttl {
    font-size: 16px;
  }
}
.check .modal .modal_content .flex {
  margin: 75px 0 0 50px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .modal .modal_content .flex {
    margin: 5.3571428571vw 0 0 3.5714285714vw;
  }
}
@media screen and (max-width: 1100px) {
  .check .modal .modal_content .flex {
    padding: 14.9333333333vw 8vw 0;
    flex-direction: column;
    align-items: center;
    margin: 0 !important;
  }
}
.check .modal .modal_content .flex img {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .modal .modal_content .flex img {
    width: 12.8571428571vw;
  }
}
@media screen and (max-width: 1100px) {
  .check .modal .modal_content .flex img {
    width: 30.9333333333vw;
  }
}
.check .modal .modal_content .flex .right {
  margin-left: 50px;
  padding-top: 30px;
  text-align: left;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .modal .modal_content .flex .right {
    margin-left: 3.5714285714vw;
    padding-top: 2.1428571429vw;
  }
}
@media screen and (max-width: 1100px) {
  .check .modal .modal_content .flex .right {
    margin: 0;
    padding: 0;
  }
}
.check .modal .modal_content .flex .right .type {
  font-size: 22px;
  font-weight: bold;
  color: #707070;
  line-height: 37.4px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .modal .modal_content .flex .right .type {
    font-size: 1.5714285714vw;
    line-height: 2.6714285714vw;
  }
}
@media screen and (max-width: 1100px) {
  .check .modal .modal_content .flex .right .type {
    white-space: nowrap;
    line-height: 6.4vw;
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.check .modal .modal_content .flex .right .txt {
  width: 380px;
  margin-top: 20px;
  font-size: 15px;
  line-height: 2em;
  color: #707070;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .modal .modal_content .flex .right .txt {
    width: 27.1428571429vw;
    margin-top: 1.4285714286vw;
    font-size: 1.0714285714vw;
  }
}
.check .modal .modal_content .flex .right .txt span {
  background-color: #E5DFDC;
}
@media screen and (max-width: 1100px) {
  .check .modal .modal_content .flex .right .txt {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
    width: 100%;
  }
}
.check .modal .modal_content .close {
  position: absolute;
  bottom: 72px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  width: 200px;
  height: 50px;
  border: 1px solid #707070;
  border-radius: 50px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .modal .modal_content .close {
    bottom: 5.1428571429vw;
    font-size: 1.0714285714vw;
    width: 14.2857142857vw;
    height: 3.5714285714vw;
    border-radius: 3.5714285714vw;
  }
}
@media screen and (max-width: 1100px) {
  .check .modal .modal_content .close {
    bottom: 7.4666666667vw;
    width: 32.5333333333vw;
    height: 12vw;
  }
}
.check .modal .modal_content .batu {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #707070;
  border-radius: 5px;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 27px;
  right: 27px;
}
.check .modal .modal_content .batu img {
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .modal .modal_content .batu img {
    width: 1vw;
    height: 1vw;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .modal .modal_content .batu {
    border-radius: 0.3571428571vw;
    width: 3.4285714286vw;
    height: 3.4285714286vw;
    top: 1.9285714286vw;
    right: 1.9285714286vw;
  }
}
@media screen and (max-width: 1100px) {
  .check .modal .modal_content .batu {
    top: 3.2vw;
    right: 3.2vw;
    width: 9.6vw;
    height: 9.6vw;
  }
  .check .modal .modal_content .batu img {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
.check .modal .modal_hutu .flex {
  margin: 85px 0 0 70px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .modal .modal_hutu .flex {
    margin: 6.0714285714vw 0 0 5vw;
  }
}
.check .modal .modal_kanso .top_img {
  width: 220px;
  height: 266px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .modal .modal_kanso .top_img {
    width: 15.7142857143vw !important;
    height: 19vw !important;
  }
}
@media screen and (max-width: 1100px) {
  .check .modal .modal_kanso .top_img {
    width: 57.8666666667vw !important;
    height: 31.2vw !important;
  }
}
.check .modal .modal_kongo .top_img {
  width: 220px;
  height: 266px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .modal .modal_kongo .top_img {
    width: 15.7142857143vw !important;
    height: 19vw !important;
  }
}
@media screen and (max-width: 1100px) {
  .check .modal .modal_kongo .top_img {
    width: 55.7333333333vw !important;
    height: 30.6666666667vw !important;
  }
}
.check .modal .modal_shisei .top_img {
  width: 220px;
  height: 266px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .modal .modal_shisei .top_img {
    width: 15.7142857143vw !important;
    height: 19vw !important;
  }
}
@media screen and (max-width: 1100px) {
  .check .modal .modal_shisei .top_img {
    width: 55.7333333333vw !important;
    height: 30.6666666667vw !important;
  }
}
.check .modal .modal_innerdry .top_img {
  width: 220px;
  height: 210px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .modal .modal_innerdry .top_img {
    width: 15.7142857143vw !important;
    height: 15vw !important;
  }
}
@media screen and (max-width: 1100px) {
  .check .modal .modal_innerdry .top_img {
    width: 37.8666666667vw !important;
    height: 30.9333333333vw !important;
  }
}
.check .modal .modal_innerdry .right {
  margin-left: 30px !important;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .check .modal .modal_innerdry .right {
    margin-left: 2.1428571429vw !important;
  }
}
@media screen and (max-width: 1100px) {
  .check .modal .modal_innerdry .right {
    margin: 0 0 4vw !important;
  }
}

.faq {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 1100px) {
  .faq {
    margin-top: 10.6666666667vw;
  }
}
.faq::before {
  content: "";
  display: block;
  background: url(img/webp/faq_pc.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 5.2083333333vw;
  width: 34px;
  height: 168px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .faq::before {
    width: 2.4285714286vw;
    height: 12vw;
    left: 7.1428571429vw;
  }
}
@media screen and (max-width: 1100px) {
  .faq::before {
    content: "";
    display: none;
    background: url(img/webp/faq_sp.webp) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 2.1333333333vw;
    width: 5.8666666667vw;
    height: 150.4vw;
  }
}
.faq .lead {
  color: #707070;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .faq .lead {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 1100px) {
  .faq .lead {
    font-size: 4.8vw;
  }
}
.faq ul.faq_ul {
  margin: 0 auto;
  margin-top: 40px;
  width: 990px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .faq ul.faq_ul {
    margin-top: 2.8571428571vw;
    width: 70.7142857143vw;
  }
}
@media screen and (max-width: 1100px) {
  .faq ul.faq_ul {
    margin-top: 2.6666666667vw;
    width: 90.2666666667vw;
  }
}
.faq ul.faq_ul li.faq_li {
  border-bottom: 1px solid #CFCFCF;
}
.faq ul.faq_ul li.faq_li .faq_li_q {
  cursor: pointer;
  position: relative;
  color: #707070;
  font-size: 17px;
  padding: 30px 40px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .faq ul.faq_ul li.faq_li .faq_li_q {
    padding-left: 2.8571428571vw;
    padding-right: 2.8571428571vw;
    margin-top: 2.1428571429vw;
  }
}
@media screen and (max-width: 1100px) {
  .faq ul.faq_ul li.faq_li .faq_li_q {
    padding-left: 9.6vw;
    padding-right: 10.2666666667vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    font-size: 4vw;
  }
}
.faq ul.faq_ul li.faq_li .faq_li_q img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 26px;
}
@media screen and (max-width: 1100px) {
  .faq ul.faq_ul li.faq_li .faq_li_q img {
    top: 2.6666666667vw;
    width: 6.9333333333vw;
  }
}
.faq ul.faq_ul li.faq_li .faq_li_q::before, .faq ul.faq_ul li.faq_li .faq_li_q::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #E5DFDC;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .faq ul.faq_ul li.faq_li .faq_li_q::before, .faq ul.faq_ul li.faq_li .faq_li_q::after {
    width: 3.7333333333vw;
    height: 0.5333333333vw;
    right: 2.6666666667vw;
    top: 8vw;
  }
}
.faq ul.faq_ul li.faq_li .faq_li_q::after {
  transition: all 0.3s;
  transform: translateY(-50%) rotate(-90deg);
}
.faq ul.faq_ul li.faq_li .faq_li_q.active::after {
  transform: translateY(-50%) rotate(0);
}
.faq ul.faq_ul li.faq_li .faq_li_a {
  display: none;
  position: relative;
  color: #707070;
  font-size: 15px;
  padding-left: 40px;
  padding-right: 120px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .faq ul.faq_ul li.faq_li .faq_li_a {
    padding-left: 2.8571428571vw;
    padding-right: 2.8571428571vw;
  }
}
@media screen and (max-width: 1100px) {
  .faq ul.faq_ul li.faq_li .faq_li_a {
    padding-left: 8vw;
    padding-right: 10.2666666667vw;
    padding-bottom: 5.3333333333vw;
    font-size: 4vw;
    line-height: 7.7333333333vw;
  }
}
.faq ul.faq_ul li.faq_li .faq_li_a img {
  position: absolute;
  top: -10px;
  left: 2px;
  width: 20px;
}
@media screen and (max-width: 1100px) {
  .faq ul.faq_ul li.faq_li .faq_li_a img {
    top: -2.1333333333vw;
    left: 0.5333333333vw;
    width: 5.3333333333vw;
  }
}
.faq ul.faq_ul li.faq_li .faq_li_a a {
  display: inline;
  color: #B1453E;
  text-decoration: underline;
}

.float_btn {
  z-index: 999;
  position: fixed;
  right: 0;
  bottom: 120px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .float_btn {
    bottom: 16vw;
    gap: 1.6vw;
  }
}
.float_btn a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  box-shadow: 0px 10px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px 0px 0px 5px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media screen and (max-width: 1100px) {
  .float_btn a {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    box-shadow: 0vw 1.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.1607843137);
    border-radius: 1.3333333333vw 0vw 0vw 1.3333333333vw;
    -webkit-backdrop-filter: blur(2.1333333333vw);
            backdrop-filter: blur(2.1333333333vw);
  }
}
.float_btn a .float_btn_txt01 {
  text-align: center;
  color: #707070;
  font-size: 14px;
  letter-spacing: 0.21px;
  line-height: 20px;
}
@media screen and (max-width: 1100px) {
  .float_btn a .float_btn_txt01 {
    font-size: 2.6666666667vw;
    letter-spacing: 0.04vw;
    line-height: 3.7333333333vw;
  }
}
.float_btn a .float_btn_txt02 {
  text-align: center;
  color: #707070;
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 14px;
}
.float_btn a.float_btn_01 {
  background-color: rgba(255, 255, 255, 0.19);
}
.float_btn a.float_btn_02 {
  background-color: rgba(169, 189, 203, 0.38);
}

.footer {
  background-color: #F0EFEF;
  margin-top: 100px;
  padding: 50px 0;
  font-size: 14px;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .footer {
    margin-top: 7.1428571429vw;
    padding: 3.5714285714vw 0;
    font-size: 1vw;
  }
}
@media screen and (max-width: 1100px) {
  .footer {
    padding: 10.6666666667vw 0 13.3333333333vw 0;
    margin-top: 10vw;
    background: #EEE;
  }
}
.footer ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .footer ul {
    flex-direction: column;
  }
}
.footer ul li {
  list-style-type: none;
}
@media screen and (max-width: 1100px) {
  .footer ul li {
    width: 100%;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
.footer ul li:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #707070;
}
@media screen and (max-width: 1400px) and (min-width: 1101px) {
  .footer ul li:not(:last-child) {
    margin-right: 1.0714285714vw;
    padding-right: 1.0714285714vw;
  }
}
@media screen and (max-width: 1100px) {
  .footer ul li:not(:last-child) {
    border: none;
  }
}
.footer ul a {
  transition: all 0.3s;
  color: #707070;
  text-decoration: none;
  font-size: 15px;
  line-height: 1em;
}
@media screen and (max-width: 1100px) {
  .footer ul a {
    text-align: center;
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 0;
    display: block;
  }
}
.footer ul a:hover {
  opacity: 0.75;
}
.footer .f_logo {
  margin: 0 auto;
  margin-top: 50px;
  width: 180px;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1100px) {
  .footer .f_logo {
    margin-top: 10.6666666667vw;
    width: 48vw;
  }
}
.footer .copyright {
  color: #707070;
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  .footer .copyright {
    font-size: 12px;
    margin-top: 4vw;
  }
}/*# sourceMappingURL=style.css.map */