@charset "UTF-8";
@-webkit-keyframes fv_cloud {
  0% {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@keyframes fv_cloud {
  0% {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fv_title {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fv_title {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fv_product {
  0% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fv_product {
  0% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fv_product_sp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fv_product_sp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fv_meta {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fv_meta {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fv_hdg {
  0% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fv_hdg {
  0% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fv_hdg_sp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fv_hdg_sp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fv_effect {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fv_effect {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fv_effect_sp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fv_effect_sp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fv_info {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fv_info {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fv_sub {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fv_sub {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fv_scale {
  0% {
    -webkit-transform: translate(-15%, -26%) scale(0);
    transform: translate(-15%, -26%) scale(0);
  }
  to {
    -webkit-transform: translate(-15%, -26%) scale(1);
    transform: translate(-15%, -26%) scale(1);
  }
}
@keyframes fv_scale {
  0% {
    -webkit-transform: translate(-15%, -26%) scale(0);
    transform: translate(-15%, -26%) scale(0);
  }
  to {
    -webkit-transform: translate(-15%, -26%) scale(1);
    transform: translate(-15%, -26%) scale(1);
  }
}
@-webkit-keyframes fv_scale_sp {
  0% {
    -webkit-transform: translate(-50%, 0) scale(0);
    transform: translate(-50%, 0) scale(0);
  }
  to {
    -webkit-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
  }
}
@keyframes fv_scale_sp {
  0% {
    -webkit-transform: translate(-50%, 0) scale(0);
    transform: translate(-50%, 0) scale(0);
  }
  to {
    -webkit-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
  }
}
@-webkit-keyframes fv_fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fv_fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fv_windUp {
  0% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fv_windUp {
  0% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fv_fadeUp {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fv_fadeUp {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fv_slideScale {
  0% {
    -webkit-mask-size: 0% 100%;
    mask-size: 0% 100%;
  }
  to {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
@keyframes fv_slideScale {
  0% {
    -webkit-mask-size: 0% 100%;
    mask-size: 0% 100%;
  }
  to {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
html {
  visibility: hidden;
}

.is_init {
  visibility: visible;
}

.is_init.is_animationReady .keyAnime01 {
  opacity: 0;
  -webkit-animation: fv_fadeUp 1s 1.5s ease-in-out forwards;
  animation: fv_fadeUp 1s 1.5s ease-in-out forwards;
}

.is_init.is_animationReady .keyAnime02 {
  opacity: 0;
  -webkit-animation: fv_fadeUp 1s 2.1s ease-in-out forwards;
  animation: fv_fadeUp 1s 2.1s ease-in-out forwards;
}

.pg_sub .firstView {
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media not all and (max-width: 767px) {
  .pg_sub .firstView {
    max-height: 1080px;
    aspect-ratio: 1920/1080;
  }
}
.pg_sub .firstView_body {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.pg_sub .firstView_product img {
  width: 100%;
}

.pg_sub .firstView_title img {
  width: 100%;
}

@media not all and (max-width: 767px) {
  .pg_sub .firstView_info {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pg_sub .firstView_info {
    padding: 15px;
    background-color: #939393;
    color: #fff;
    line-height: 1.5;
    font-size: 1rem;
  }
}
.pg_sub .firstView_info .txt:not(:first-child) {
  margin-top: 10px;
}

.pg_sub .bl_stickyNav_unit {
  max-width: clamp(110px, 13%, 220px);
}

.pg_sub .bl_stickyNav_unit a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.pg_sub .bl_stickyNav_unit a:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.pg_sub .bl_stickyNav_unit a:hover {
  color: #fff;
}

.pg_sub .bl_stickyNav_unit a:hover:before {
  opacity: 1;
}

.pg_sub .bl_stickyNav_unit a.is_colored {
  color: #fff;
}

.pg_sub .bl_stickyNav_unit a.is_colored:before {
  opacity: 1;
}

.pg_sub .page {
  overflow: hidden;
}

.pg_sub .about {
  position: relative;
  z-index: 2;
}

.pg_sub .about_title {
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
}

@media not all and (max-width: 767px) {
  .pg_sub .about_title {
    font-size: clamp(4.5rem, 4.5941807044vw, 6rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .about_title {
    font-size: 2.5rem;
  }
}
.pg_sub .about_body {
  position: relative;
}

@media not all and (max-width: 767px) {
  .pg_sub .about_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.pg_sub .about_txt {
  position: relative;
  z-index: 1;
}

@media not all and (max-width: 767px) {
  .pg_sub .about_txt {
    width: 57.42725881%;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .pg_sub .about_txt {
    margin-top: 33px;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .about_txt .txt {
    line-height: 2.5;
    font-size: clamp(1.5rem, 1.5313935681vw, 2rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .about_txt .txt {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .about_txt .txt:not(:first-child) {
    margin-top: 33px;
  }
}
@media (max-width: 767px) {
  .pg_sub .about_txt .txt:not(:first-child) {
    margin-top: 20px;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .about_txt .sm {
    font-size: clamp(1.2rem, 1.2251148545vw, 1.6rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .about_txt .sm {
    font-size: 1rem;
  }
}
.pg_sub .about_img img {
  width: 100%;
}

.pg_sub .about_btn {
  margin-inline: auto;
}

@media not all and (max-width: 767px) {
  .pg_sub .about_btn {
    max-width: 600px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .pg_sub .about_btn {
    max-width: 95%;
    margin-top: 30px;
  }
}
.pg_sub .about_btn a {
  color: #fff;
  font-weight: 500;
  -webkit-transition-duration: background-color, color;
  transition-duration: background-color, color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

@media not all and (max-width: 767px) {
  .pg_sub .about_btn a {
    padding: 1.3em 70px 1.1em 40px;
    font-size: clamp(2.4rem, 2.450229709vw, 3.2rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .about_btn a {
    font-size: 1.9rem;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .about_btn a .icon {
    right: 1.3em;
  }
}
.pg_sub .q10 {
  position: relative;
  z-index: 2;
}

@media not all and (max-width: 767px) {
  .pg_sub .q10 {
    margin-top: 140px;
  }
}
@media (max-width: 767px) {
  .pg_sub .q10 {
    margin-top: 70px;
  }
}
.pg_sub .q10_inner {
  background-color: #fff;
}

@media not all and (max-width: 767px) {
  .pg_sub .q10_inner {
    padding: 60px 70px 70px;
  }
}
@media (max-width: 767px) {
  .pg_sub .q10_inner {
    padding: 40px 20px;
  }
}
.pg_sub .q10_title {
  text-align: center;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}

@media not all and (max-width: 767px) {
  .pg_sub .q10_title {
    margin-bottom: 65px;
    font-size: clamp(3.75rem, 3.8284839204vw, 5rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .q10_title {
    margin-bottom: 25px;
    font-size: 1.9rem;
  }
}
.pg_sub .q10_title .txt {
  display: inline-block;
  border-bottom: 1px solid currentColor;
}

@media not all and (max-width: 767px) {
  .pg_sub .q10_title .txt {
    padding-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .pg_sub .q10_title .txt {
    padding-bottom: 5px;
  }
}
.pg_sub .q10_txt {
  letter-spacing: 0.04em;
}

@media not all and (max-width: 767px) {
  .pg_sub .q10_txt {
    line-height: 2.22222222;
    font-size: clamp(1.35rem, 1.3782542113vw, 1.8rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .q10_txt {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.pg_sub .q10_btn {
  margin-inline: auto;
}

@media not all and (max-width: 767px) {
  .pg_sub .q10_btn {
    max-width: 392px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .pg_sub .q10_btn {
    margin-top: 30px;
  }
}
.pg_sub .q10_btn a {
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

@media not all and (max-width: 767px) {
  .pg_sub .q10_btn a {
    padding: 1.4em 70px 1.1em 40px;
    font-size: clamp(1.35rem, 1.3782542113vw, 1.8rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .q10_btn a {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .pg_sub .q10_btn a .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: -0.4em;
  }
}
.pg_sub .movie {
  position: relative;
  z-index: 2;
}

@media not all and (max-width: 767px) {
  .pg_sub .movie {
    margin-top: 130px;
  }
}
@media (max-width: 767px) {
  .pg_sub .movie {
    margin-top: 50px;
  }
}
.pg_sub .movie_title {
  text-align: center;
  font-weight: 500;
}

@media not all and (max-width: 767px) {
  .pg_sub .movie_title {
    margin-bottom: 50px;
    font-size: clamp(3.75rem, 3.8284839204vw, 5rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .movie_title {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
.pg_sub .movie_video {
  display: block;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.pg_sub .movie_video:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .pg_sub .movie_video img {
    width: 100%;
  }
}
.pg_sub .function {
  overflow: hidden;
}

.pg_sub .function_head {
  text-align: center;
}

.pg_sub .function_head .inner {
  position: relative;
  display: inline-block;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

@media not all and (max-width: 767px) {
  .pg_sub .function_head .inner {
    padding: 35px 110px 45px;
  }
}
@media (max-width: 767px) {
  .pg_sub .function_head .inner {
    padding: 20px 60px;
  }
}
.pg_sub .function_head .inner:before {
  content: "";
  position: absolute;
  inset: 5px 40px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  pointer-events: none;
}

.pg_sub .function_head .point {
  display: block;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media not all and (max-width: 767px) {
  .pg_sub .function_head .point {
    font-size: clamp(2.1rem, 2.1439509954vw, 2.8rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .function_head .point {
    font-size: 1.4rem;
  }
}
.pg_sub .function_head .txt {
  display: block;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media not all and (max-width: 767px) {
  .pg_sub .function_head .txt {
    margin-top: 10px;
    font-size: clamp(3.75rem, 3.8284839204vw, 5rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .function_head .txt {
    margin-top: 8px;
    font-size: 2.6rem;
  }
}
.pg_sub .function_units {
  counter-reset: number 0;
}

.pg_sub .function_unit {
  counter-increment: number 1;
}

.pg_sub .function_header {
  text-align: center;
}

.pg_sub .function_point {
  border-bottom: 1px solid currentColor;
  margin-inline: auto;
  font-family: "Shippori Mincho", serif;
}

@media not all and (max-width: 767px) {
  .pg_sub .function_point {
    max-width: 270px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-size: clamp(1.5rem, 1.5313935681vw, 2rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .function_point {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 160px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.pg_sub .function_point .txt {
  display: block;
  line-height: 1;
  letter-spacing: 0.04em;
}

.pg_sub .function_point:after {
  content: counter(number, decimal-leading-zero);
  display: block;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media not all and (max-width: 767px) {
  .pg_sub .function_point:after {
    font-size: clamp(5.25rem, 5.3598774885vw, 7rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .function_point:after {
    font-size: 4rem;
  }
}
.pg_sub .function_title {
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}

@media not all and (max-width: 767px) {
  .pg_sub .function_title {
    font-size: clamp(2.25rem, 2.2970903522vw, 3rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .function_title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 1.7rem;
  }
}
.pg_sub .function_title .em {
  line-height: 1.4;
  font-weight: 900;
}

@media not all and (max-width: 767px) {
  .pg_sub .function_title .em {
    font-size: clamp(3rem, 3.0627871363vw, 4rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .function_title .em {
    font-size: 2.2rem;
  }
}
.pg_sub .function_title sup {
  top: -1.8em;
}

@media not all and (max-width: 767px) {
  .pg_sub .function_title sup {
    font-size: clamp(1.2rem, 1.2251148545vw, 1.6rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .function_title sup {
    font-size: 1rem;
  }
}
.pg_sub .function_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 300;
}

@media not all and (max-width: 767px) {
  .pg_sub .function_sub {
    margin-top: 15px;
    letter-spacing: 0.18em;
    font-size: clamp(0.9rem, 0.9188361409vw, 1.2rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .function_sub {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 10px;
    font-size: 1rem;
    letter-spacing: 0.09em;
  }
}
.pg_sub .function_sub .txt {
  position: relative;
  text-align: left;
}

@media not all and (max-width: 767px) {
  .pg_sub .function_sub .txt {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .pg_sub .function_sub .txt {
    padding-left: 13px;
  }
}
.pg_sub .function_sub .txt:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.pg_sub .function_result {
  text-align: center;
}

@media not all and (max-width: 767px) {
  .pg_sub .function_result {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .pg_sub .function_result {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 20px;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .function_result .inner {
    padding: 4px 10px 10px;
    margin-top: -1em;
  }
}
@media (max-width: 767px) {
  .pg_sub .function_result .inner {
    padding: 4px 5px 15px;
    margin-top: -1em;
  }
}
.pg_sub .function_result .hdg {
  display: inline-block;
  padding-inline: 20px;
}

@media not all and (max-width: 767px) {
  .pg_sub .function_result .hdg {
    font-size: clamp(1.5rem, 1.5313935681vw, 2rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .function_result .hdg {
    font-size: 1.6rem;
    letter-spacing: 0.15em;
  }
}
.pg_sub .function_result .txt {
  font-family: "Shippori Mincho", serif;
  line-height: 1.2;
  font-weight: 700;
}

@media not all and (max-width: 767px) {
  .pg_sub .function_result .txt {
    font-size: clamp(2.85rem, 2.9096477795vw, 3.8rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .function_result .txt {
    letter-spacing: 0.04em;
    font-size: 1.9rem;
  }
}
.pg_sub .function_result .txt .em {
  font-weight: 900;
}

@media not all and (max-width: 767px) {
  .pg_sub .function_result .txt .em {
    font-size: clamp(4.125rem, 4.2113323124vw, 5.5rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .function_result .txt .em {
    font-size: 2.8rem;
  }
}
.pg_sub .function_result .sub {
  font-weight: 300;
}

@media not all and (max-width: 767px) {
  .pg_sub .function_result .sub {
    margin-top: 10px;
    font-size: clamp(1.05rem, 1.0719754977vw, 1.4rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .function_result .sub {
    margin-top: 5px;
    font-size: 1.3rem;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .function_graph {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .pg_sub .function_graph {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    margin-top: 15px;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .function_graph .img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .pg_sub .function_graph .img {
    margin-bottom: 20px;
  }
}
.pg_sub .function_graph .img img {
  width: 100%;
}

.pg_sub .function_graph .hdg {
  margin-bottom: 4px;
  letter-spacing: 0.2em;
}

@media not all and (max-width: 767px) {
  .pg_sub .function_graph .hdg {
    font-size: clamp(1.2rem, 1.2251148545vw, 1.6rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .function_graph .hdg {
    font-size: 1.2rem;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .function_graph .txt {
    line-height: 2;
    letter-spacing: 0.01em;
    font-size: clamp(0.9rem, 0.9188361409vw, 1.2rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .function_graph .txt {
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
  }
}
.pg_sub .function_quote {
  position: relative;
  z-index: 2;
}

@media not all and (max-width: 767px) {
  .pg_sub .function_quote {
    margin-top: 53px;
  }
}
@media (max-width: 767px) {
  .pg_sub .function_quote {
    margin-top: 40px;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .function_quote .txt {
    line-height: 2;
    letter-spacing: 0.04em;
    font-size: clamp(1.05rem, 1.0719754977vw, 1.4rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .function_quote .txt {
    letter-spacing: 0.06em;
    line-height: 1.63;
    font-size: 1.2rem;
  }
}
.pg_sub .products_head {
  text-align: center;
}

@media not all and (max-width: 767px) {
  .pg_sub .products_head {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .pg_sub .products_head {
    margin-bottom: 40px;
  }
}
.pg_sub .products_head .inner {
  position: relative;
  display: inline-block;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

@media not all and (max-width: 767px) {
  .pg_sub .products_head .inner {
    padding: 35px 110px 45px;
  }
}
@media (max-width: 767px) {
  .pg_sub .products_head .inner {
    padding: 20px 60px;
  }
}
.pg_sub .products_head .inner:before {
  content: "";
  position: absolute;
  inset: 5px 40px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  pointer-events: none;
}

.pg_sub .products_head .point {
  display: block;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media not all and (max-width: 767px) {
  .pg_sub .products_head .point {
    font-size: clamp(2.1rem, 2.1439509954vw, 2.8rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .products_head .point {
    font-size: 1.4rem;
  }
}
.pg_sub .products_head .txt {
  display: block;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media not all and (max-width: 767px) {
  .pg_sub .products_head .txt {
    margin-top: 10px;
    font-size: clamp(3.75rem, 3.8284839204vw, 5rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .products_head .txt {
    margin-top: 8px;
    font-size: 2.6rem;
  }
}
.pg_sub .products_desc {
  text-align: center;
}

@media not all and (max-width: 767px) {
  .pg_sub .products_desc {
    line-height: 2.5;
    font-size: clamp(1.5rem, 1.5313935681vw, 2rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .products_desc {
    line-height: 1.8;
    font-size: 1.6rem;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .products_products {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .pg_sub .products_products {
    margin-top: 40px;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .products_product:not(:first-child) {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .pg_sub .products_product:not(:first-child) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .pg_sub .products_product:nth-child(2) .products_img {
    width: 30%;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .products_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12%;
  }
}
@media (max-width: 767px) {
  .pg_sub .products_inner {
    display: -ms-grid;
    display: grid;
    gap: 30px;
  }
}
.pg_sub .products_img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}

@media not all and (max-width: 767px) {
  .pg_sub .products_img {
    width: 270px;
  }
}
@media (max-width: 767px) {
  .pg_sub .products_img {
    width: 50%;
    margin-inline: auto;
  }
  .pg_sub .products_img img {
    width: 100%;
  }
}
.pg_sub .products_body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 767px) {
  .pg_sub .products_body {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.pg_sub .products_hdg {
  letter-spacing: 0.06em;
}

@media not all and (max-width: 767px) {
  .pg_sub .products_hdg {
    font-size: clamp(2.625rem, 2.6799387443vw, 3.5rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .products_hdg {
    font-size: 2rem;
  }
}
.pg_sub .products_list {
  margin-top: 30px;
}

@media not all and (max-width: 767px) {
  .pg_sub .products_list {
    font-size: clamp(1.35rem, 1.3782542113vw, 1.8rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .products_list {
    font-size: 1.5rem;
  }
}
.pg_sub .products_list dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media not all and (max-width: 767px) {
  .pg_sub .products_list dl > div:not(:first-child) {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .pg_sub .products_list dl > div:not(:first-child) {
    margin-top: 8px;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .products_sub {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .pg_sub .products_sub {
    margin-top: 20px;
  }
}
.pg_sub .products_sub .txt {
  line-height: 2;
  letter-spacing: 0.04em;
}

@media not all and (max-width: 767px) {
  .pg_sub .products_sub .txt {
    font-size: clamp(1.05rem, 1.0719754977vw, 1.4rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .products_sub .txt {
    font-size: 1.2rem;
  }
}
.pg_sub .products_info {
  color: #4a3c42;
}

@media not all and (max-width: 767px) {
  .pg_sub .products_info {
    margin-top: 100px;
    line-height: 2;
    font-size: clamp(1.05rem, 1.0719754977vw, 1.4rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .products_info {
    margin-top: 40px;
    line-height: 1.6;
    font-size: 1.2rem;
  }
}
.pg_sub .products_info li {
  position: relative;
  padding-left: 15px;
}

.pg_sub .products_info li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.25em;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: currentColor;
}

@media not all and (max-width: 767px) {
  .pg_sub .products_info li:before {
    top: 0.75em;
  }
}
@media (max-width: 767px) {
  .pg_sub .products_info li:before {
    top: 0.5em;
  }
}
.pg_sub .products_btn {
  margin-inline: auto;
}

@media not all and (max-width: 767px) {
  .pg_sub .products_btn {
    max-width: 600px;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .pg_sub .products_btn {
    max-width: 95%;
    margin-top: 30px;
  }
}
.pg_sub .products_btn a {
  font-weight: 500;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

@media not all and (max-width: 767px) {
  .pg_sub .products_btn a {
    padding: 1.3em 70px 1.1em 40px;
    font-size: clamp(2.4rem, 2.450229709vw, 3.2rem);
  }
}
@media (max-width: 767px) {
  .pg_sub .products_btn a {
    font-size: 1.9rem;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .products_btn a .icon {
    right: 1.3em;
  }
}
@media not all and (max-width: 767px) {
  .pg_sub .products_banner {
    margin-top: 130px;
  }
}
@media (max-width: 767px) {
  .pg_sub .products_banner {
    margin-top: 120px;
  }
}
.pg_sub .products_banner a {
  display: block;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.pg_sub .products_banner a:hover {
  opacity: 0.6;
}

.pg_sub .products_banner img {
  width: 100%;
}

.pg_sub .products_banner__2col .products_bannerInner {
  display: -ms-grid;
  display: grid;
}

@media not all and (max-width: 767px) {
  .pg_sub .products_banner__2col .products_bannerInner {
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .pg_sub .products_banner__2col .products_bannerInner {
    gap: 30px;
  }
}
.pg_sub .products_banner__2col .products_bannerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pg_sub .products_banner a {
  max-width: 528px;
}
.pg_sub .recommended {
  overflow: hidden;
}
.pg_sub .recommended_anchorPoint {
  position: absolute;
  left: 0;
}
.pg_sub .recommended_head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pg_sub .recommended_head {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .pg_sub .recommended_head {
    margin-bottom: 40px;
  }
}
.pg_sub .recommended_head .inner {
  position: relative;
  display: inline-block;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
@media screen and (min-width: 768px) {
  .pg_sub .recommended_head .inner {
    padding: 35px 110px 45px;
  }
}
@media screen and (max-width: 767px) {
  .pg_sub .recommended_head .inner {
    padding: 20px 60px;
  }
}
.pg_sub .recommended_head .inner:before {
  content: "";
  position: absolute;
  inset: 5px 40px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  pointer-events: none;
}
.pg_sub .recommended_head .point {
  display: block;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .pg_sub .recommended_head .point {
    font-size: clamp(2.1rem, 2.1439509954vw, 2.8rem);
  }
}
@media screen and (max-width: 767px) {
  .pg_sub .recommended_head .point {
    font-size: 1.4rem;
  }
}
.pg_sub .recommended_head .txt {
  display: block;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .pg_sub .recommended_head .txt {
    margin-top: 10px;
    font-size: clamp(3.75rem, 3.8284839204vw, 5rem);
  }
}
@media screen and (max-width: 767px) {
  .pg_sub .recommended_head .txt {
    margin-top: 8px;
    font-size: 2.6rem;
  }
}
.pg_sub .recommended_budge {
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 1;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .pg_sub .recommended_budge {
    width: min(16vw, 282px);
    translate: 20% -80%;
  }
}
@media screen and (max-width: 1400px) {
  .pg_sub .recommended_budge {
    width: min(16vw, 282px);
    translate: 0 -100%;
  }
}
@media screen and (max-width: 767px) {
  .pg_sub .recommended_budge {
    width: 40%;
    translate: 0 -35%;
  }
}
.pg_sub .recommended_budge img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pg_sub .recommended_body {
  position: relative;
}
.pg_sub .recommended_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7%;
     -moz-column-gap: 7%;
          column-gap: 7%;
  row-gap: 12vw;
}
@media screen and (min-width: 768px) {
  .pg_sub .recommended_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .pg_sub .recommended_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .pg_sub .recommended_txtArea {
    padding-inline: 15px;
  }
}
.pg_sub .recommended_copy {
  font-weight: 700;
  font-family: "Shippori Mincho", sans-serif;
}
.pg_sub .recommended_copy:not(:first-child) {
  margin-top: 1lh;
}
@media screen and (min-width: 768px) {
  .pg_sub .recommended_copy {
    font-size: clamp(3rem, 2.2rem + 0.8888888889vw, 3.8rem);
  }
}
@media screen and (max-width: 767px) {
  .pg_sub .recommended_copy {
    font-size: 1.9rem;
  }
}
.pg_sub .recommended_copy > strong {
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .pg_sub .recommended_copy > strong {
    font-size: clamp(3.4rem, 2.5rem + 1vw, 4.3rem);
  }
}
@media screen and (max-width: 767px) {
  .pg_sub .recommended_copy > strong {
    font-size: 2.2rem;
  }
}
.pg_sub .recommended_txt {
  font-weight: 600;
  font-family: "Shippori Mincho", sans-serif;
}
.pg_sub .recommended_txt:not(:first-child) {
  margin-top: 1lh;
}
@media screen and (min-width: 768px) {
  .pg_sub .recommended_txt {
    font-size: clamp(2.4rem, 1.8rem + 0.6666666667vw, 3rem);
  }
}
@media screen and (max-width: 767px) {
  .pg_sub .recommended_txt {
    font-size: 1.6rem;
  }
}
.pg_sub .recommended_desc {
  position: relative;
}
.pg_sub .recommended_desc:not(:first-child) {
  margin-top: 1lh;
}
.pg_sub .recommended_desc:before {
  content: "※";
}
@media screen and (min-width: 768px) {
  .pg_sub .recommended_desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pg_sub .recommended_desc {
    font-size: 1.2rem;
  }
}
.pg_sub .recommended_img {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .pg_sub .recommended_img {
    width: 50%;
  }
}
.pg_sub .recommended_illust > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  scale: 1.1;
}
.pg_sub .recommended_foot {
  margin-top: 50px;
}
.pg_sub .recommended_box {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .pg_sub .recommended_box {
    padding: 50px 8%;
    border-radius: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pg_sub .recommended_box {
    padding: 30px;
    border-radius: 25px;
  }
}
.pg_sub .recommended_box_hdg {
  font-weight: 700;
  font-family: "Shippori Mincho", sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pg_sub .recommended_box_hdg {
    margin-bottom: 10px;
    font-size: clamp(3rem, 2.2rem + 0.8888888889vw, 3.8rem);
  }
}
@media screen and (max-width: 767px) {
  .pg_sub .recommended_box_hdg {
    margin-bottom: 20px;
    font-size: 1.9rem;
  }
}
.pg_sub .recommended_box_cont {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 8%;
     -moz-column-gap: 8%;
          column-gap: 8%;
  row-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .pg_sub .recommended_box_cont {
    -ms-grid-columns: 30% minmax(0, 1fr);
    grid-template-columns: 30% minmax(0, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .pg_sub .recommended_box_cont {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .pg_sub .recommended_box_img {
    width: 80%;
    margin: 0 auto;
  }
}
.pg_sub .recommended_box_img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pg_sub .recommended_box_txt {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .pg_sub .recommended_box_txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .pg_sub .recommended_box_txt {
    font-size: 1rem;
  }
}