@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "Helvetica-ttf";
  src: URL("../font/Helvetica.ttf") format("truetype");
}
@keyframes scroll-top {
  100% {
    transform: translateY(-20px);
  }
  0% {
    transform: translateY(105px);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

img,
picture,
video,
canvas,
iframe,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  font-weight: normal;
}

li {
  list-style: none;
}

button {
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
  border: none;
  background: none;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #2d2d2d;
  line-height: 2;
  padding-top: 6rem;
}
body.home {
  padding-top: 0;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}
a:hover {
  opacity: 0.8;
}

.container {
  width: 105rem;
  max-width: 92%;
  margin: 0 auto;
  position: relative;
}

.container-lg {
  width: 144rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.btn {
  width: 24rem;
  font-family: "Helvetica-ttf", "Helvetica Neue", Helvetica, sans-serif;
}
.btn a {
  padding: 1.8rem 0;
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  border: 1px solid #333;
}
.btn a:hover {
  color: #fff;
  background: #2d2d2d;
}
.btn--black a {
  background: #2d2d2d;
  color: #fff;
}
.btn--black a:hover {
  color: #2d2d2d;
  background: #fff;
}

.title-large {
  font-family: "Helvetica-ttf", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #333;
}

.title-medium {
  font-family: "Helvetica-ttf", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 2.4rem;
}

.sub-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
}
.sub-title--small {
  font-size: 2.4rem;
}

.cover {
  position: relative;
}
.cover img {
  width: 100%;
}
.cover__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mg-150 {
  margin: 15rem 0;
}
@media (max-width: 768px) {
  .mg-150 {
    margin: 8rem 0;
  }
}

.shop-link {
  min-height: 5rem;
  width: 45rem;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  font-family: "Helvetica-ttf", "Helvetica Neue", Helvetica, sans-serif;
}
.shop-link p {
  font-weight: 700;
}
.shop-link:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/icon-link.svg) no-repeat center center/100% 100%;
}
.shop-link:hover {
  color: #fff;
  background: #2d2d2d;
}
.shop-link:hover:after {
  background: url(../img/icon-link-white.svg) no-repeat center center/100% 100%;
}

.anchor {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: -10rem;
}

.main {
  position: relative;
}

.header {
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 6rem;
  background: #fff;
  display: flex;
}
.header__inner {
  padding: 0 3.1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header__right p {
  font-family: "Helvetica-ttf", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 3.125;
  letter-spacing: 0.1em;
  color: #333;
}
.header__right p span {
  transition: all 0.3s;
}
.header__right p span:nth-child(1) {
  display: inline-block;
}
.header__right p span:nth-child(2) {
  display: none;
}
.header .hamburger {
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: flex;
  padding: 0.8rem;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0 0 2px;
}
.header .hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
.header .hamburger.active .bar:nth-child(1) {
  transform: translateY(3.5px) rotate(45deg);
}
.header .hamburger.active .bar:nth-child(3) {
  transform: translateY(-3.5px) rotate(-45deg);
}
.header .bar {
  display: block;
  width: 1.4rem;
  height: 2px;
  margin: 2px auto;
  transition: all 0.3s ease-in-out;
  background: #000;
  border-radius: 4px;
}

.open-menu .header__right p span:nth-child(1) {
  display: none;
}
.open-menu .header__right p span:nth-child(2) {
  display: inline-block;
}

.home .header {
  background: unset;
}
.home.top-page-scrolled .header {
  background: #fff;
}

.mask-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 210;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  backdrop-filter: blur(15px);
  mask-position: 0 50%;
  mask-size: 500% 100%;
  mask-image: linear-gradient(to right, transparent 0%, transparent 20%, #ffffff 40%, #ffffff 60%, transparent 80%, transparent 100%);
  background-color: rgba(255, 255, 255, 0.5);
  will-change: opacity, mask-position;
  -webkit-backdrop-filter: blur(15px);
  -webkit-mask-position: 0 50%;
  -webkit-mask-size: 500% 100%;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 20%, #ffffff 40%, #ffffff 60%, transparent 80%, transparent 100%);
}
.mask-container.is-leave {
  mask-position: 100% 50%;
  transition: mask-position 2600ms 120ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0s 2720ms, visibility 0s 2720ms, -webkit-mask-position 2600ms 120ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-mask-position: 100% 50%;
}
.mask-container.is-active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transition: opacity 0s, visibility 0s, mask-position 2600ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-mask-position 2600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
}
.mask-container::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}
.mask-container .mask-content {
  display: inline-block;
  width: 100%;
  white-space: normal;
  vertical-align: middle;
  padding: 6rem 19.5rem;
}
.mask-container .mask-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.mask-container .mask-nav ul {
  list-style: none;
}
.mask-container .mask-nav__button {
  width: 45rem;
  margin-bottom: 2.4rem;
  margin-left: auto;
  background: #fff;
  border: 1px solid #EFEFEF;
}
.mask-container .mask-nav__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  padding: 1.7rem 0;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Helvetica-ttf", "Helvetica Neue", Helvetica, sans-serif;
}
.mask-container .mask-nav__button a:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/icon-link.svg) no-repeat center center/100% 100%;
}
.mask-container .mask-nav__button a:hover {
  color: #fff;
  background: #2d2d2d;
}
.mask-container .mask-nav__button a:hover:after {
  background: url(../img/icon-link-white.svg) no-repeat center center/100% 100%;
}
.mask-container .mask-nav__insta {
  font-family: "Helvetica-ttf", "Helvetica Neue", Helvetica, sans-serif;
}
.mask-container .mask-nav__insta a {
  display: flex;
  gap: 1.7rem;
  align-items: center;
  justify-content: flex-end;
}
.mask-container .mask-nav__insta a p {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.mask-container .mask-nav-item {
  display: flex;
  line-height: 1;
  opacity: 0;
  transition: opacity 600ms linear;
  margin-top: 3rem;
}
.mask-container .mask-nav-item:nth-child(1) {
  transition-delay: 0ms;
}
.mask-container .mask-nav-item:last-child {
  margin-top: 8rem;
}
.mask-container .mask-nav-item:last-child a {
  font-size: 1.4rem;
}
.mask-container.is-active .mask-nav-item {
  opacity: 1;
  transition: opacity 1400ms linear;
  transition-duration: 1400ms;
}
.mask-container.is-active .mask-nav-item:nth-child(1) {
  transition-delay: 200ms;
}
.mask-container .mask-nav-link {
  display: flex;
  transition: color 320ms ease;
  font-family: "Helvetica-ttf", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #333;
}

.fv {
  height: 100vh;
}
.fv img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.fv__scroll {
  position: absolute;
  bottom: 0;
  left: 5rem;
}
.fv__scroll__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.fv__scroll__txt {
  font-family: "Helvetica-ttf", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  rotate: -90deg;
}
.fv__scroll__line {
  height: 8.5rem;
  width: 1px;
  background-color: #707070;
  position: relative;
  overflow: hidden;
}
.fv__scroll__line:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  top: 0;
  left: 0;
  background: #fff;
  animation: scroll-top 2.5s ease-in-out infinite reverse both;
}

.top-concept {
  text-align: center;
}
.top-concept__sub-title {
  margin-bottom: 8rem;
}
.top-concept__desc {
  margin-bottom: 10rem;
}
.top-concept__image img {
  width: 100%;
}

.story {
  position: relative;
}
.story__content {
  width: 51rem;
  max-width: 47%;
  z-index: 1;
  position: relative;
}
.story__content.content-other {
  margin-left: auto;
}
.story__content.content-other1 {
  width: 70rem;
  max-width: 65%;
}
.story__sub-title {
  margin-bottom: 8rem;
}
.story__desc {
  margin-bottom: 4rem;
}
.story__desc.desc-other {
  line-height: 2.25;
}
.story__image {
  position: absolute;
  top: 0.7rem;
  right: 0;
  max-width: 50%;
}
.story__image img {
  width: 61.5rem;
  max-width: 100%;
}
.story__image1 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 39%;
}
.story__image1 .img-main {
  width: 57rem;
}
.story__image1 .img-sub {
  position: absolute;
  bottom: -12rem;
  right: -10.5rem;
}
.story__image1 .img-sub img {
  width: 24rem;
}
.story__image2 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 39%;
}
.story__image2 .img-main {
  width: 43.5rem;
}
.story__image2 .img-sub {
  position: absolute;
  bottom: -12.8rem;
  left: -10.5rem;
}
.story__image2 .img-sub img {
  width: 24rem;
}
.story__bottom {
  margin-top: 20rem;
}

.top-product__title {
  margin-bottom: 8rem;
  text-align: center;
}
.top-product__group {
  display: flex;
  gap: 3rem;
}
.top-product__image {
  width: 50.9rem;
}
.top-product__content {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
.top-product__content-header {
  font-weight: 700;
  margin-bottom: 2rem;
}
.top-product__content-value {
  font-family: "Helvetica-ttf", "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.1em;
  color: #b5b5b5;
  margin-bottom: 6rem;
}
.top-product__content-desc {
  margin-bottom: 4rem;
}

.news__title {
  margin-bottom: 8rem;
  text-align: center;
}
.news__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 4rem;
}
.news__card {
  width: calc((100% - 6rem) / 3);
}
.news__card-image {
  overflow: hidden;
}
.news__card-image img {
  width: 100%;
  transition: all 0.3s;
}
.news__card:hover img {
  transform: scale(1.1);
}
.news__card-time {
  padding: 2.4rem 0 1.6rem;
  font-family: "Helvetica-ttf", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.news__pagination {
  margin-top: 10rem;
}
.news__button {
  margin: 0 auto;
}

.product-cover {
  position: relative;
  padding: 23.5rem 0 15rem;
}
.product-cover__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8rem;
}
.product-cover__desc {
  font-family: "Helvetica-ttf", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.product-cover__number {
  font-family: "Helvetica-ttf", "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.1em;
  color: #b5b5b5;
  margin-bottom: 8.5rem;
}
.product-cover__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 73.6rem;
  max-width: 61%;
}
@media screen and (max-width: 1024px) {
  .product-cover__image {
    max-width: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 992px) {
  .product-cover__image {
    position: relative;
    top: unset;
    bottom: unset;
    width: 100%;
    max-width: 100%;
    transform: translateY(0);
  }
}
.product-cover__image img {
  width: 100%;
}
.product-feature .feature-header {
  position: relative;
}
.product-feature .feature-header__image img {
  width: 106.5rem;
}
.product-feature .feature-header__circle {
  width: 25.7rem;
  height: 25.7rem;
  border-radius: 50%;
  border: 1px solid #b5b5b5;
  background: #fff;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.product-feature .feature-header__circle p {
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  align-self: center;
}
.product-feature .feature-header__circle.circle1 {
  right: 30rem;
  top: 18rem;
}
.product-feature .feature-header__circle.circle2 {
  right: 0;
  top: 18rem;
}
.product-feature .feature-header__group {
  display: flex;
  gap: 9rem;
  margin-bottom: 4.5rem;
  position: relative;
}
.product-feature .feature-header__group .group-value__subtitle {
  margin-bottom: 8rem;
}
.product-feature .feature-header__group .group-value span {
  margin-top: 4rem;
  font-size: 1.2rem;
  text-align: right;
  display: block;
}
.product-feature .feature-header__group .group-image {
  flex-shrink: 0;
  position: relative;
}
.product-feature .feature-header__group .group-image-above {
  width: 24rem;
  margin-top: 13rem;
}
.product-feature .feature-header__group .group-image-under {
  width: 36rem;
}
.product-feature .feature-header__group .group-image-diff {
  width: 42rem;
}
.product-feature .feature-header__group .group-image__abs {
  position: absolute;
  right: 0;
  top: 11.5rem;
}
.product-feature .feature-header__group .group-image .img-sub {
  position: absolute;
  left: -9rem;
  bottom: -7.6rem;
}
.product-feature .feature-header__group .group-image .img-sub img {
  width: 18rem;
}
.product-feature .feature-header__group.group-other {
  margin-bottom: 0;
}
.product-feature .feature-header__group.group-other .group-value {
  margin-top: 8rem;
}
.product-feature .feature-main-image {
  margin-top: 10.6rem;
  margin-bottom: 15rem;
}
.product-feature .feature-main-image img {
  width: 100%;
}
.product-feature .feature-think {
  background: #f8f8f8;
  padding: 6rem 0 1.6rem;
  margin-top: 24.5rem;
}
.product-feature .feature-think__intro {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
}
.product-feature .feature-think__card {
  background: #fff;
  padding: 6rem 0 4.5rem;
  display: flex;
  justify-content: center;
  gap: 7rem;
  margin-bottom: 4rem;
}
.product-feature .feature-think__card .card-text {
  font-family: "Helvetica-ttf", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.product-feature .feature-think__card .card-punct {
  font-family: "Helvetica-ttf", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #b5b5b5;
}
.product-feature .feature-think__card .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-feature .feature-think__card .card-wrap span {
  color: #b5b5b5;
}
.product-feature .feature-think__card .card-wrap .card-sub {
  font-weight: 700;
}
.product-feature .feature-think__desc {
  text-align: center;
}
.product-feature .feature-think__sub {
  text-align: right;
  display: block;
  margin-top: 2.7rem;
  font-size: 1.2rem;
}
.product-voice__title {
  text-align: center;
}
.product-voice__sub-title {
  margin-bottom: 8rem;
  text-align: center;
}
.product-voice__lists {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.product-voice__list {
  display: flex;
  gap: 3rem;
}
.product-voice__image {
  flex-shrink: 0;
}
.product-voice__image img {
  width: 33rem;
}
.product-voice__content .content-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.product-voice__content .content-infor {
  margin-bottom: 3.2rem;
}
.product-faq__title {
  text-align: center;
}
.product-faq__sub-title {
  margin-bottom: 5.5rem;
  text-align: center;
}
.product-faq__groups {
  border-bottom: 1px solid #C9C9C9;
  padding: 2.5rem 0;
}
.product-faq__group {
  display: flex;
  gap: 6rem;
  margin-bottom: 5rem;
}
.product-faq__group:last-child {
  margin-bottom: 0;
}
.product-faq__key {
  font-family: "Helvetica-ttf", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.product-faq__value {
  padding-right: 9.5rem;
}
.product-info__title {
  text-align: center;
}
.product-info__sub-title {
  margin-bottom: 8rem;
  text-align: center;
}
.product-info__card {
  border: 1px solid #C9C9C9;
  padding: 5rem 9rem 5.4rem;
}
.product-info__card-title {
  margin-bottom: 1.6rem;
  font-weight: 700;
}

.company__inner {
  padding: 0 18rem;
}
.company-lists {
  display: flex;
  flex-direction: column;
}
.company-list {
  display: flex;
  gap: 4.5rem;
  padding: 2.8rem 0;
  border-bottom: 1px solid #b5b5b5;
}
.company-list__key {
  padding-left: 5rem;
  max-width: 20rem;
  flex: 1;
}

.contact__inner {
  padding: 0 9rem;
}
.contact__title {
  text-align: center;
}
.contact__desc {
  text-align: center;
  margin: 8rem 0;
}
.contact__link {
  text-decoration: underline;
  letter-spacing: 0.08em;
  display: block;
  text-align: center;
}

.policy__title {
  text-align: center;
  margin-bottom: 15rem;
}
.policy__desc {
  margin-bottom: 3rem;
}
.policy__button {
  width: 44.7rem;
  margin: 10rem auto 0;
}

.footer {
  width: 100%;
  font-family: "Helvetica-ttf", "Helvetica Neue", Helvetica, sans-serif;
  background: #f8f8f8;
  margin-top: 15rem;
  position: relative;
}
.footer.footer-other {
  top: 6rem;
}
.footer__inner {
  padding: 6.5rem 0 6rem;
  display: flex;
  justify-content: space-between;
}
.footer__logo {
  margin-bottom: 4rem;
  display: block;
}
.footer__policy-text {
  margin-bottom: 2.5rem;
  text-decoration: underline;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  display: block;
}
.footer__copyright {
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.footer__button {
  width: 45rem;
  margin-bottom: 2.4rem;
  margin-left: auto;
  background: #fff;
  border: 1px solid #EFEFEF;
}
.footer__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  padding: 1.7rem 0;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.footer__button a:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/icon-link.svg) no-repeat center center/100% 100%;
}
.footer__button a:hover {
  color: #fff;
  background: #2d2d2d;
}
.footer__button a:hover:after {
  background: url(../img/icon-link-white.svg) no-repeat center center/100% 100%;
}
.footer__nav {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 4rem;
}
.footer__nav-item {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.footer__insta a {
  display: flex;
  gap: 1.7rem;
  align-items: center;
  justify-content: flex-end;
}
.footer__insta a p {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.pagination {
  margin-bottom: -5rem;
}
.pagination ul {
  position: relative;
  display: flex;
  justify-content: center;
}
.pagination ul li {
  margin: 0 5px;
}
.pagination ul li.page-number {
  width: 4.4rem;
  height: 4.4rem;
  line-height: 4.4rem;
  text-align: center;
  font-family: "Helvetica-ttf", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
}
.pagination ul li.page-number:hover a {
  background: #2d2d2d;
  color: #fff;
  border-radius: 50%;
}
.pagination ul li.active a {
  background: #2d2d2d;
  color: #fff;
  border-radius: 50%;
}
.pagination ul li a {
  display: block;
  color: #2d2d2d;
  border-radius: 50%;
}

.news-detail__inner {
  max-width: 85rem;
}
.news-detail__date {
  font-family: "Helvetica-ttf", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
.news-detail__title {
  font-size: 2rem;
  font-weight: bold;
}
.news-detail__content img {
  margin: 3rem auto;
}
.news-detail__content h2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 3rem 0;
}
.news-detail__content h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 1.5rem 0;
}
.news-detail__content h4, .news-detail__content h5, .news-detail__content h6 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1rem 0;
}
.news-detail__content p {
  margin: 1rem 0;
}
.news-detail__back {
  margin: 15rem auto;
}

.contact-form {
  width: 87rem;
  margin-top: 12rem;
  padding-top: 8rem;
  border-top: 1px solid #B5B5B5;
}
.contact-form__title {
  margin: 6.3rem 0 7rem;
}
.contact-form__desc {
  text-align: center;
}
.contact-form__form__title {
  margin: 10rem 0 5.5rem;
  text-align: center;
  font-size: 2.6rem;
}
.contact-form__form__inner {
  width: 69rem;
  max-width: 100%;
  margin: 0 auto;
}
.contact-form__row {
  margin: 2rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact-form__row.submit {
  text-align: center;
  margin: 5rem 0;
}
.contact-form__row.pull-top {
  align-items: flex-start;
}
.contact-form__row.agree, .contact-form__row.submit {
  justify-content: center;
}
.contact-form__row.agree a, .contact-form__row.submit a {
  text-decoration: underline;
}
.contact-form__row > div {
  flex: 1;
}
.contact-form__ttl {
  width: 29rem;
  max-width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.contact-form__ttl .required {
  display: inline-block;
  color: #D76264;
  margin-left: 1rem;
}
.contact-form__noice {
  font-size: 1.5rem;
  font-weight: 500;
  color: #707070;
  border-radius: 0.8rem;
  border: 1px solid #707070;
  margin: 0 0 11rem;
  padding: 1.7rem;
}
.contact-form input[type=text], .contact-form input[type=email] {
  width: 100%;
  height: 5.9rem;
  padding: 0 2rem;
  background-color: #F8F8F8;
  border-radius: 0.8rem;
  border: none;
  outline: none;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: normal;
}
.contact-form input[type=checkbox] {
  width: 1.7rem;
  height: 1.7rem;
}
.contact-form input[type=submit] {
  background-color: #fff;
  width: 45rem;
  max-width: calc(100% - 6rem);
  height: 6.5rem;
  font-size: 1.6rem;
  font-weight: normal;
  border: 1px solid #C5C5C5;
  outline: none;
  cursor: pointer;
  margin: 0 3rem;
  transition: all 0.3s;
}
.contact-form input[type=submit]:hover {
  border: 1px solid #2d2d2d;
  background-color: #2d2d2d;
  color: #fff;
}
.contact-form textarea {
  width: 100%;
  height: 40rem;
  padding: 1rem 2rem;
  border-radius: 0.8rem;
  border: none;
  outline: none;
  resize: vertical;
  background-color: #F8F8F8;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: normal;
}
.contact-form .contact__card-action {
  justify-content: flex-start;
  gap: 0rem;
  padding: 2.5rem 0;
  border-radius: 0.8rem;
  background-color: #F8F6F0;
  margin: 7rem 0;
}
.contact-form .contact__card-action:after {
  display: none;
}
.contact-form .contact__card-contact {
  padding: 0 7rem;
  font-size: 2.2rem;
}
.contact-form .contact__card-tel {
  padding: 0 5.5rem;
  border-left: 1px solid #222222;
}

@media (max-width: 1400px) {
  .story__content.content-other1 {
    max-width: 47%;
  }
}
@media (max-width: 992px) {
  .product-cover {
    padding: 0;
  }

  .product-cover__inner {
    margin: 5rem 2rem 0;
  }

  .product-cover__image img {
    width: 85%;
    margin-left: auto;
  }

  .product-feature .feature-header {
    margin-bottom: 25rem;
  }
}
@media screen and (max-width: 767.98px) {
  body {
    padding-top: 5rem;
  }

  .container-lg {
    max-width: 100%;
  }

  .title-large {
    font-size: 2.4rem;
  }

  .sub-title {
    font-size: 2.4rem;
    letter-spacing: -0.08px;
  }

  .main {
    position: relative;
  }

  .header {
    height: 5rem;
  }

  .header__inner {
    padding: 0 2rem;
  }

  .mask-container .mask-content {
    padding: 6rem 0;
  }

  .mask-container .mask-nav {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }

  .mask-container .mask-nav-item {
    justify-content: center;
  }

  .mask-container .mask-nav-item:last-child {
    margin-top: 4rem;
  }

  .mask-container .mask-nav__button {
    width: 30rem;
  }

  .mask-container .mask-nav__insta a {
    justify-content: center;
  }

  .top-concept {
    padding-bottom: 2rem;
  }

  .top-concept__sub-title {
    margin-bottom: 5rem;
  }

  .top-concept__desc {
    margin-bottom: 4rem;
    padding: 0 2rem;
  }

  .story__sub-title {
    margin-bottom: 5rem;
  }

  .story__image {
    position: relative;
    max-width: 100%;
  }
  .story__image img {
    width: 33.5rem;
    margin-left: auto;
  }

  .story__image1 {
    position: relative;
    display: inline-block;
  }
  .story__image1 .img-main {
    width: 33.5rem;
  }
  .story__image1 .img-sub {
    bottom: -8rem;
    right: -4rem;
  }
  .story__image1 .img-sub img {
    width: 16rem;
  }

  .story__content {
    width: 100%;
    max-width: 100%;
  }

  .story__content.content-other {
    margin-left: 0;
  }

  .story__content.content-other1 {
    max-width: 100%;
  }

  .story__bottom {
    margin-top: 12rem;
    padding-bottom: 8rem;
  }

  .story.sub-title--small {
    margin-bottom: 4rem;
  }

  .story__image2 {
    position: relative;
    bottom: auto;
    width: 30.2rem;
    margin-left: auto;
  }
  .story__image2 .img-sub {
    width: 16.7rem;
    bottom: -9rem;
    left: -7rem;
  }

  .story__image2 .img-main {
    width: 100%;
    max-width: 100%;
  }

  .top-product__title {
    margin-bottom: 2.4rem;
  }

  .top-product__group {
    flex-direction: column;
    gap: 5rem;
  }

  .top-product__image {
    width: 100%;
  }

  .top-product__content {
    margin-top: 0;
  }

  .top-product__content-value {
    margin-bottom: 4rem;
  }

  .news__title {
    margin-bottom: 2.4rem;
  }

  .news__cards {
    flex-direction: column;
  }

  .news__card {
    width: 100%;
  }

  .news__card-image img {
    width: 100%;
  }

  .news__card-time {
    padding: 1.9rem 0 1.6rem;
  }

  .product-cover {
    padding: 0;
  }
  .product-cover__title {
    margin-bottom: 4rem;
  }
  .product-cover__desc {
    margin-bottom: 1.6rem;
  }
  .product-cover__number {
    margin-bottom: 4rem;
  }
  .product-cover__image {
    position: relative;
    top: auto;
    bottom: 0;
  }
  .product-feature .feature-header {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 480px) {
  .product-feature .feature-header {
    margin-bottom: 54rem;
  }
}
@media screen and (max-width: 767.98px) {
  .product-feature .feature-header__image img {
    width: 106.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .product-feature .feature-header__circle.circle1 {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .product-feature .feature-header__circle.circle2 {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 45rem;
  }
}
@media screen and (max-width: 767.98px) {
  .product-feature .feature-header__group {
    flex-direction: column;
    gap: 0;
    margin-bottom: 4rem;
  }
  .product-feature .feature-header__group .group-value__subtitle {
    margin-bottom: 4rem;
  }
  .product-feature .feature-header__group .group-value span {
    margin-top: 1.2rem;
  }
  .product-feature .feature-header__group .group-image {
    flex-shrink: 0;
    position: relative;
  }
  .product-feature .feature-header__group .group-image-above {
    width: 15rem;
    margin-top: 0;
    margin-left: auto;
  }
  .product-feature .feature-header__group .group-image-under {
    width: 21.5rem;
    margin: 0 auto;
  }
  .product-feature .feature-header__group .group-image-diff {
    width: 100%;
  }
  .product-feature .feature-header__group .group-image__abs {
    width: 30.9rem;
    position: relative;
    margin-left: auto;
    right: -2rem;
    top: 4rem;
  }
  .product-feature .feature-header__group .group-image .img-sub {
    position: absolute;
    left: -6.5rem;
    bottom: -5.6rem;
  }
  .product-feature .feature-header__group .group-image .img-sub img {
    width: 13.2rem;
  }
  .product-feature .feature-header__group.group-other {
    margin-bottom: 0;
    flex-direction: column-reverse;
  }
  .product-feature .feature-header__group.group-other .group-value {
    margin-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .product-feature .feature-main-image {
    margin: 4rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .product-feature .feature-think {
    padding: 4rem 0;
    margin-top: 13.6rem;
  }
  .product-feature .feature-think__intro {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
  .product-feature .feature-think__card {
    padding: 4.5rem 0 4rem;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .product-feature .feature-think__desc {
    text-align: left;
  }
  .product-feature .feature-think__sub {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .product-voice__sub-title {
    font-size: 2rem;
    letter-spacing: -0.3px;
  }
  .product-voice__lists {
    gap: 8rem;
  }
  .product-voice__list {
    flex-direction: column;
    gap: 4rem;
  }
  .product-voice__image img {
    width: 100%;
  }
  .product-voice__content .content-title {
    letter-spacing: -0.2px;
  }
}
@media screen and (max-width: 767.98px) {
  .product-faq__sub-title {
    margin-bottom: 4.3rem;
  }
  .product-faq__groups {
    padding: 4rem 0;
  }
  .product-faq__group {
    gap: 1.6rem;
  }
  .product-faq__value {
    padding-right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .product-info__card {
    border-left-color: transparent;
    border-right-color: transparent;
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .company__inner {
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .company-list {
    flex-direction: column;
    gap: 1.6rem;
    padding: 1.6rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .company-list__key {
    padding-left: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .news__pagination {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .pagination {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .contact__inner {
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .policy__title {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .policy__button {
    width: 100%;
    margin: 8rem auto 0;
  }
}
@media screen and (max-width: 767.98px) {
  .footer {
    margin-top: 12rem;
  }
  .footer.footer-other {
    top: 5rem;
  }
  .footer__inner {
    padding: 8rem 0 1rem;
    display: flex;
    flex-direction: column;
  }
  .footer__policy-text {
    margin-bottom: 4rem;
  }
  .footer__button {
    width: 100%;
    margin-bottom: 4.3rem;
  }
  .footer__nav {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .footer__insta a {
    justify-content: flex-start;
  }
  .footer__copyright {
    text-align: center;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .product-cover__inner {
    margin: 5rem 2rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .news-detail__back {
    margin: 8rem auto;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-form {
    margin-top: 8rem;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-form .contact__card-action {
    padding: 4.5rem 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-form .contact__card-action {
    flex-direction: column;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-form .contact__card-contact {
    padding: 0;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-form .contact__card-tel {
    border-top: 1px solid #222222;
    border-left: unset;
    margin-top: 2rem;
    padding: 1.5rem 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-form__form__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-form textarea {
    height: 20rem;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-form__row {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-form__row.agree {
    flex-direction: row;
  }
}

/*# sourceMappingURL=style.css.map */
