@charset "UTF-8";
/* —— ユーティリティ（要件に合わせた4種） —— */
.py-64 {
  padding-block: clamp(32px, 21.4459102902px + 0.0281442392 * 100vw, 64px);
}

.py-48, .online__inner, .voice__inner, .feature__inner, .design__inner, .product__inner {
  padding-block: clamp(24px, 16.0844327177px + 0.0211081794 * 100vw, 48px);
}

.py-24 {
  padding-block: clamp(16px, 13.3614775726px + 0.0070360598 * 100vw, 24px);
}

.py-16 {
  padding-block: 16px;
}

.gap-sm {
  gap: clamp(8px, 5.3614775726px + 0.0070360598 * 100vw, 16px);
}

.gap-md, .online__top-flex {
  gap: clamp(16px, 13.3614775726px + 0.0070360598 * 100vw, 24px);
}

.gap-lg {
  gap: clamp(24px, 21.3614775726px + 0.0070360598 * 100vw, 32px);
}

.gap-xl, .product__flex, .top__flex {
  gap: clamp(32px, 26.7229551451px + 0.0140721196 * 100vw, 48px);
}

.appear.up .item {
  transform: translateY(12px);
}

.appear.down .item {
  transform: translateY(-12px);
}

.appear.left .item {
  transform: translateX(40px);
}

.appear.right .item {
  transform: translateX(-40px);
}

.appear .item {
  transition: all 0.8s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.1s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.2s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 0.3s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 0.5s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 0.6s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 0.7s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 0.9s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 1s;
}

.btn {
  position: relative;
  display: inline-block;
  background-color: white;
  border: 1px solid black;
  font-weight: 600;
  padding: 10px 40px;
  margin: 10px auto;
  cursor: pointer;
  transition: all 0.3s;
  color: black;
  text-decoration: none !important;
}
.btn.float:hover {
  background-color: black;
  color: white;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.btn.filled {
  background-color: black;
  color: white;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.btn.filled:hover {
  background-color: white;
  color: black;
  box-shadow: none;
}
.btn.letter-spacing:hover {
  background-color: black;
  letter-spacing: 3px;
  color: white;
}
.btn.shadow {
  box-shadow: none;
}
.btn.shadow:hover {
  transform: translate(-2.5px, -2.5px);
  box-shadow: 5px 5px 0 0 black;
}
.btn.solid {
  box-shadow: 2px 2px 0 0 black;
  border-radius: 7px;
}
.btn.solid:hover {
  transform: translate(2px, 2px);
  box-shadow: none;
}
.btn.slide-bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn.slide-bg::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.3s;
  z-index: -1;
}
.btn.slide-bg:hover {
  color: white;
}
.btn.slide-bg:hover::before {
  transform: none;
}
.btn.cover-3d {
  position: relative;
  z-index: 1;
  transform-style: preserve-3d;
  perspective: 300px;
}
.btn.cover-3d span {
  display: inline-block;
  transform: translateZ(20px);
}
.btn.cover-3d::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateX(90deg);
  transition: all 0.3s;
  transform-origin: top center;
  opacity: 0;
}
.btn.cover-3d:hover {
  color: white;
}
.btn.cover-3d:hover::before {
  transform: none;
  opacity: 1;
}

.btn-cubic {
  position: relative;
  display: inline-block;
  transform-style: preserve-3d;
  perspective: 300px;
  width: 150px;
  height: 50px;
  margin: 0 auto;
  cursor: pointer;
  font-weight: 600;
}
.btn-cubic span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  line-height: 48px;
  text-align: center;
  transition: all 0.3s;
  transform-origin: center center -25px;
  color: black;
}
.btn-cubic .hovering {
  background-color: black;
  color: white;
  transform: rotateX(90deg);
}
.btn-cubic .default {
  background-color: white;
  color: black;
  transform: rotateX(0);
}
.btn-cubic:hover .hovering {
  transform: rotateX(0);
}
.btn-cubic:hover .default {
  transform: rotateX(-90deg);
}

.swiper {
  overflow: visible !important;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide > img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.3);
  transition: transform 1.9s ease;
}
.swiper-slide-active > img {
  transform: none;
}
.swiper-slide-active .hero__title {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.hero__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 20px));
  color: white;
  font-size: 25px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease 1s, transform 0.3s ease 1s;
}
.hero__footer {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 2;
  height: 68px;
  width: 22px;
  overflow: hidden;
}

@keyframes kf-arrow-anime {
  0%, 50%, 100% {
    transform: translateY(-10%);
  }
  30% {
    transform: none;
  }
}
.animate-title,
.tween-animate-title {
  opacity: 0;
}
.animate-title.inview,
.tween-animate-title.inview {
  opacity: 1;
}
.animate-title.inview .char,
.tween-animate-title.inview .char {
  display: inline-block;
}
.animate-title .char,
.tween-animate-title .char {
  opacity: 0;
}

.animate-title.inview .char {
  animation-name: kf-animate-chars;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.39, 1.57, 0.58, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
.animate-title.inview .char:nth-child(1) {
  animation-delay: 0.04s;
}
.animate-title.inview .char:nth-child(2) {
  animation-delay: 0.08s;
}
.animate-title.inview .char:nth-child(3) {
  animation-delay: 0.12s;
}
.animate-title.inview .char:nth-child(4) {
  animation-delay: 0.16s;
}
.animate-title.inview .char:nth-child(5) {
  animation-delay: 0.2s;
}
.animate-title.inview .char:nth-child(6) {
  animation-delay: 0.24s;
}
.animate-title.inview .char:nth-child(7) {
  animation-delay: 0.28s;
}
.animate-title.inview .char:nth-child(8) {
  animation-delay: 0.32s;
}
.animate-title.inview .char:nth-child(9) {
  animation-delay: 0.36s;
}
.animate-title.inview .char:nth-child(10) {
  animation-delay: 0.4s;
}
.animate-title.inview .char:nth-child(11) {
  animation-delay: 0.44s;
}
.animate-title.inview .char:nth-child(12) {
  animation-delay: 0.48s;
}
.animate-title.inview .char:nth-child(13) {
  animation-delay: 0.52s;
}
.animate-title.inview .char:nth-child(14) {
  animation-delay: 0.56s;
}
.animate-title.inview .char:nth-child(15) {
  animation-delay: 0.6s;
}
.animate-title.inview .char:nth-child(16) {
  animation-delay: 0.64s;
}
.animate-title.inview .char:nth-child(17) {
  animation-delay: 0.68s;
}
.animate-title.inview .char:nth-child(18) {
  animation-delay: 0.72s;
}
.animate-title.inview .char:nth-child(19) {
  animation-delay: 0.76s;
}
.animate-title.inview .char:nth-child(20) {
  animation-delay: 0.8s;
}
.animate-title.inview .char:nth-child(21) {
  animation-delay: 0.84s;
}
.animate-title.inview .char:nth-child(22) {
  animation-delay: 0.88s;
}
.animate-title.inview .char:nth-child(23) {
  animation-delay: 0.92s;
}
.animate-title.inview .char:nth-child(24) {
  animation-delay: 0.96s;
}
.animate-title.inview .char:nth-child(25) {
  animation-delay: 1s;
}
.animate-title.inview .char:nth-child(26) {
  animation-delay: 1.04s;
}
.animate-title.inview .char:nth-child(27) {
  animation-delay: 1.08s;
}
.animate-title.inview .char:nth-child(28) {
  animation-delay: 1.12s;
}
.animate-title.inview .char:nth-child(29) {
  animation-delay: 1.16s;
}
.animate-title.inview .char:nth-child(30) {
  animation-delay: 1.2s;
}

@keyframes kf-animate-chars {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.cover-slide {
  position: relative;
  overflow: hidden;
}
.cover-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eaebe6;
  opacity: 0;
}
.cover-slide.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

@keyframes kf-cover-slide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.img-zoom, .bg-img-zoom {
  opacity: 0;
}
.inview .img-zoom, .inview .bg-img-zoom {
  opacity: 1;
  transition: transform 0.3s ease;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.inview .img-zoom:hover, .inview .bg-img-zoom:hover {
  transform: scale(1.05);
}

@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
  }
}
.hover-darken::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background-color 0.3s ease;
  pointer-events: none;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.hover-darken:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-img-zoom {
  background-image: url(images/image-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.img-bg50 {
  position: relative;
}
.img-bg50::before {
  display: block;
  content: "";
  padding-top: 50%;
}

.form-area {
  background-color: #fff;
  border-radius: 16px;
  border: 4px solid #FF6E3E;
  padding: 24px 16px;
}
.form-area form {
  max-width: 80%;
  margin: 0 auto;
}

.c-form-step__wrapper-box {
  padding: 24px 0 0;
}

.form-btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  width: 100%;
}
.form-btnWrap p {
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

.next-btn {
  display: block;
  background: #b8b8b8;
  border: none;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
  padding: 12px 0;
  flex: 1 0 0;
  border-radius: 8px;
  transition: all 0.5s ease;
}
.next-btn.active {
  pointer-events: auto;
  background: #EEA71A;
  transition: all 0.5s ease;
}

.prev-btn {
  background: #3E4241;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 12px 0;
  flex: 1 0 0;
  border-radius: 8px;
  border: 0px;
}
.prev-btn:focus {
  outline: none;
}

.form-horizontal .wpcf7-list-item, .wpcf7-form-control .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-list-item-label {
  width: 100%;
  font-size: 14px;
}

.input-container {
  display: flex;
  flex-direction: column;
}
.input-container label {
  margin-bottom: 0;
}
.input-container .label-wrap {
  width: 100%;
  text-align: left;
}
.input-container .label-wrap p {
  text-align: left;
  margin-bottom: 8px;
}
.input-container .label-wrap .label-text {
  width: 100%;
  color: #3E4241;
  font-weight: 500;
}
.input-container .label-wrap .label-text .label {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding: 4px;
  border-radius: 4px;
  background-color: #D92424;
  margin-left: 8px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-wrap {
  width: 100%;
}
.input-wrap input[type=date] {
  width: 100%;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #FF6E3E;
}
.input-wrap input[type=date]:focus-visible {
  outline: #FF6E3E;
}
.input-wrap input[type=email], .input-wrap input[type=text], .input-wrap input[type=tel], .input-wrap input[type=number] {
  width: 100%;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
}
.input-wrap input[type=radio] {
  width: initial;
}
.input-wrap input[type=checkbox] {
  margin-bottom: 16px;
}
.input-wrap input[type=date] {
  min-height: 48px;
  height: 48px;
  background-color: #fff;
  color: #333;
}
.input-wrap textarea {
  width: 100%;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
}

.date-area, .name-area {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.wpcf7-spinner {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.date-wrap p {
  display: flex;
  align-items: center;
  gap: 8px;
}

.age p {
  text-align: left;
}

.form-submit {
  margin-top: 30px;
  text-align: center;
}

.submit {
  padding: 10px 20px;
  background: rgb(12, 137, 183);
  background: linear-gradient(0deg, rgb(12, 137, 183) 0%, rgb(12, 183, 183) 100%);
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  transition: all 0.5s ease;
}

.radio-label {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.radio-label span {
  width: 100%;
  background-color: #E8E8E8;
  padding: 8px 12px;
  border-radius: 4px;
}
.radio-label label {
  width: 100%;
  text-align: left;
}

.input-radio {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.input-radio:checked + .outside .inside {
  animation: radio-select 0.1s linear;
  transform: scale(1, 1);
}
.no-transforms .input-radio:checked + .outside .inside {
  width: 20px;
  height: 20px;
}
.input-radio:checked + .outside {
  border: 2px solid #FF6E3E;
}

.outside {
  display: inline-block;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #3E4241;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
}

.inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #EEA71A;
  left: 3px;
  top: 3px;
  transform: scale(0, 0);
}
.no-transforms .inside {
  left: auto;
  top: auto;
  width: 0;
  height: 0;
}

@keyframes radio-select {
  0% {
    transform: scale(0, 0);
  }
  65% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.progress-container {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.step-bar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.step {
  width: 20%;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #aaa;
  position: relative;
}
.step:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #aaa;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  z-index: -1;
}
.step.active {
  color: #007bff;
}

.step.completed {
  color: #28a745;
}

.progress-bar {
  width: 100%;
  max-width: 600px;
  height: 4px;
  background: #ddd;
  margin: 10px auto 0;
  position: relative;
}

.progress-bars {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  max-width: 300px;
  margin: 0 auto 16px;
}
.progress-bars .progress {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #E8E8E8;
  border-radius: 50%;
  position: relative;
  background-color: rgb(232, 232, 232);
  transition: background-color 0.8s ease-in-out;
}
.progress-bars .progress span {
  position: absolute;
  font-size: 13px;
  font-weight: medium;
  color: #b8b8b8;
  transform: translateX(-50%);
  left: 50%;
  bottom: -70%;
  transition: color 0.4s ease-in-out;
}
.progress-bars .progress.is-active {
  background: linear-gradient(-30deg, rgb(250, 130, 181) 0%, rgb(253, 133, 94) 63%, rgb(247, 174, 74) 100%);
}
.progress-bars .progress.is-active span {
  color: #EEA71A;
}
.progress-bars .bar {
  flex: 1 0 0;
  height: 8px;
  display: inline-block;
  background-color: #E8E8E8;
}
.progress-bars .bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  background-color: #EEA71A;
  transition: width 0.4s ease-in-out;
}
.progress-bars .bar.is-active {
  background-color: #EEA71A;
}
.progress-bars .bar.is-active:after {
  width: 100%;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.backgroundImage, .online__about, .online__li, .online, .lookback__author, .lookback__li, .lookback, .voice__li, .voice, .feature, .design__li, .design, .product, .top {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.c-main {
  color: #EEA71A;
}

.c-accent {
  color: #0075FF;
}

.sp-br {
  display: none;
}

.header {
  padding: 12px 0;
}
.header img {
  height: 40px;
}

.top {
  background-image: url("images/happiness/sec_top.jpg");
  position: relative;
}
.top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.24) 50%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  z-index: 0;
}
.top__inner {
  position: relative;
  max-width: 1600px;
  /* 論理プロパティ推奨（左右） */
  padding-inline: clamp(16px, -138.9295774648px + 0.234741784 * 100vw, 216px);
  padding-bottom: 64px;
  margin: 0 auto;
  z-index: 1;
}
.top__flex {
  display: flex;
  align-items: center;
}
.top__left {
  color: #fff;
  flex: 0 0 clamp(320px, 36vw, 620px);
  /* はみ出し防止 */
  min-width: 0;
}
.top__title {
  font-size: clamp(24px, 5.4084507042px + 0.0281690141 * 100vw, 48px);
}
.top__subtitle {
  font-size: clamp(18px, 14.9014084507px + 0.0046948357 * 100vw, 22px);
  display: flex;
  gap: 8px;
  align-items: center;
}
.top__subtitle .border {
  display: inline-block;
  width: 32px;
  height: 1px;
  background-color: #EEA71A;
}
.top__text {
  font-size: clamp(16px, 14.4507042254px + 0.0023474178 * 100vw, 18px);
}
.top__right {
  flex: 1 1 auto;
  min-width: 0;
  text-align: center;
}
.top__right img {
  width: 80%;
}

.product {
  background-image: url("images/happiness/sec_product.jpg");
  position: relative;
}
.product__inner {
  position: relative;
  max-width: 1600px;
  /* 論理プロパティ推奨（左右） */
  padding-inline: clamp(16px, -138.9295774648px + 0.234741784 * 100vw, 216px);
  margin: 0 auto;
}
.product__flex {
  display: flex;
  align-items: center;
}
.product__left {
  color: #3B3423;
  flex: 0 0 clamp(320px, 36vw, 620px);
  /* はみ出し防止 */
  min-width: 0;
}
.product__title {
  font-size: clamp(24px, 14.7042253521px + 0.014084507 * 100vw, 36px);
}
.product__li {
  font-size: clamp(18px, 16.4507042254px + 0.0023474178 * 100vw, 20px);
}
.product__condition {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(8px, 8px + 0 * 100vw, 8px);
}
.product__condition .label {
  font-size: clamp(16px, 16px + 0 * 100vw, 16px);
  display: inline-block;
  color: #fff;
  padding: 4px 12px;
  background-color: #D90909;
  border-radius: 40px;
}
.product__text {
  font-size: clamp(18px, 16.4507042254px + 0.0023474178 * 100vw, 20px);
  margin-bottom: 0;
  text-align: center;
  color: #3B3423;
}
.product__text .small {
  font-size: clamp(12px, 10.4507042254px + 0.0023474178 * 100vw, 14px);
}
.product__right {
  flex: 1 1 auto;
  min-width: 0;
  text-align: center;
}
.product__right img {
  width: 100%;
}

.design {
  background-image: url("images/happiness/sec_design.jpg");
  position: relative;
}
.design__inner {
  max-width: 1600px;
  /* 論理プロパティ推奨（左右） */
  padding-inline: clamp(16px, -138.9295774648px + 0.234741784 * 100vw, 216px);
  margin: 0 auto;
}
.design__title-area {
  text-align: center;
}
.design__title {
  font-size: clamp(24px, 14.7042253521px + 0.014084507 * 100vw, 36px);
}
.design__text {
  font-size: clamp(16px, 12.9014084507px + 0.0046948357 * 100vw, 20px);
  color: #3B3423;
}
.design__flex {
  display: flex;
  align-items: center;
}
.design__ul {
  gap: clamp(8px, 5.3614775726px + 0.0070360598 * 100vw, 16px);
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.design__li {
  list-style: none;
  text-align: center;
  background-image: url("images/happiness/box-bg.jpg");
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
  border-radius: 8px;
  padding: 16px;
}
.design__li__title {
  font-size: clamp(18px, 16.4507042254px + 0.0023474178 * 100vw, 20px);
}
.design__li__text {
  font-size: clamp(16px, 14.4507042254px + 0.0023474178 * 100vw, 18px);
  margin-bottom: 0;
}
.design__left {
  flex: 0 1 clamp(280px, 40vw, 680px);
  min-width: 0;
}
.design__center {
  min-width: 0;
}
.design__center img {
  display: block;
  height: 100%;
  width: auto;
  height: auto;
}
.design__right {
  flex: 1 1 auto;
  min-width: 0;
  text-align: center;
}
.design__right img {
  width: 80%;
}

.feature {
  background-image: url("images/happiness/sec_feature.jpg");
  position: relative;
}
.feature__inner {
  max-width: 1600px;
  /* 論理プロパティ推奨（左右） */
  padding-inline: clamp(16px, -138.9295774648px + 0.234741784 * 100vw, 216px);
  margin: 0 auto;
}
.feature__title-area {
  text-align: center;
}
.feature__title {
  font-size: clamp(24px, 14.7042253521px + 0.014084507 * 100vw, 36px);
}
.feature__ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: clamp(16px, 13.3614775726px + 0.0070360598 * 100vw, 24px);
}
.feature__li {
  display: flex;
  list-style: none;
  align-items: center;
  gap: clamp(16px, 10.7229551451px + 0.0140721196 * 100vw, 32px);
}
.feature__li:nth-child(even) {
  flex-direction: row-reverse;
}
.feature__li__title {
  font-size: clamp(18px, 7.1549295775px + 0.0164319249 * 100vw, 32px);
}
.feature__li__text {
  font-size: clamp(16px, 14.4507042254px + 0.0023474178 * 100vw, 18px);
  margin-bottom: 0;
}
.feature__li__img-area {
  width: 450px;
  aspect-ratio: 1/1;
  position: relative;
  min-width: 0;
  text-align: center;
  flex-shrink: 0;
}
.feature__li__img-area img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.feature__li__text-area {
  flex: 1 1 auto;
  min-width: 0;
}

.voice {
  background-image: url("images/happiness/sec_voice2.jpg");
  position: relative;
}
.voice__inner {
  max-width: 1600px;
  /* 論理プロパティ推奨（左右） */
  padding-inline: clamp(16px, -138.9295774648px + 0.234741784 * 100vw, 216px);
  margin: 0 auto;
}
.voice__title {
  font-size: clamp(24px, 14.7042253521px + 0.014084507 * 100vw, 36px);
  text-align: center;
}
.voice__ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: clamp(16px, 16px + 0 * 100vw, 16px);
}
.voice__li {
  width: 33%;
  list-style: none;
  background-image: url("images/happiness/box-bg.jpg");
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
  border-radius: 8px;
  padding: 16px;
}
.voice__li__title {
  font-size: clamp(18px, 16.4507042254px + 0.0023474178 * 100vw, 20px);
}
.voice__li__text {
  font-size: clamp(16px, 14.4507042254px + 0.0023474178 * 100vw, 18px);
  margin-bottom: 0;
}

.lookback {
  background-image: url("images/happiness/sec_lookback2.jpg");
  position: relative;
  padding: 48px 0;
}
.lookback__inner {
  max-width: 1600px;
  /* 論理プロパティ推奨（左右） */
  padding-inline: clamp(16px, -138.9295774648px + 0.234741784 * 100vw, 216px);
  margin: 0 auto;
}
.lookback__title-area {
  text-align: center;
}
.lookback__title {
  font-size: clamp(24px, 14.7042253521px + 0.014084507 * 100vw, 36px);
}
.lookback__text {
  font-size: clamp(16px, 14.4507042254px + 0.0023474178 * 100vw, 18px);
}
.lookback .scroll-area {
  /* 論理プロパティ推奨（左右） */
  padding-inline: clamp(16px, -138.9295774648px + 0.234741784 * 100vw, 216px);
  overflow-y: scroll;
}
.lookback__ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(16px, 16px + 0 * 100vw, 16px);
}
.lookback__li {
  list-style: none;
  background-image: url("images/happiness/box-bg.jpg");
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
  border-radius: 8px;
  padding: 16px;
  min-width: 800px;
}
.lookback__li:last-child {
  margin-right: 48px;
}
.lookback__li__title {
  font-size: clamp(18px, 13.3521126761px + 0.0070422535 * 100vw, 24px);
}
.lookback__li__text {
  font-size: clamp(16px, 14.4507042254px + 0.0023474178 * 100vw, 18px);
  margin-bottom: 0;
}
.lookback__author {
  list-style: none;
  margin-top: 24px;
  background-image: url("images/happiness/box-bg.jpg");
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  gap: clamp(16px, 16px + 0 * 100vw, 16px);
}
.lookback__author img {
  flex: 0 0 auto;
  width: clamp(96px, 12vw, 140px);
  height: clamp(96px, 12vw, 140px);
  display: block;
}
.lookback__text-area {
  flex: 1 0 0;
}
.lookback__text-area h3 {
  font-size: clamp(20px, 18.4507042254px + 0.0023474178 * 100vw, 22px);
}
.lookback__text-area h4 {
  font-size: clamp(24px, 14.7042253521px + 0.014084507 * 100vw, 36px);
}
.lookback__text-area p {
  font-size: clamp(16px, 14.4507042254px + 0.0023474178 * 100vw, 18px);
  margin-bottom: 0;
}

.online {
  background-image: url("images/happiness/sec_online2.jpg");
  position: relative;
  margin-bottom: 90px;
}
.online__inner {
  max-width: 1600px;
  /* 論理プロパティ推奨（左右） */
  padding-inline: clamp(16px, -138.9295774648px + 0.234741784 * 100vw, 216px);
  margin: 0 auto;
}
.online__title-area {
  text-align: center;
}
.online__title {
  font-size: clamp(24px, 14.7042253521px + 0.014084507 * 100vw, 36px);
}
.online__text {
  font-size: clamp(16px, 12.9014084507px + 0.0046948357 * 100vw, 20px);
  color: #3B3423;
}
.online__top-flex {
  display: flex;
  align-items: stretch;
}
.online__top-flex__left {
  margin: 0;
  padding: 0;
  display: flex;
  flex: 1 1 auto;
  justify-content: space-around;
  flex-direction: column;
  min-width: 0;
}
.online__top-flex__right {
  flex: 1 1 auto;
  min-width: 0;
  text-align: center;
}
.online__top-flex__right img {
  width: 100%;
}
.online__li {
  list-style: none;
  background-image: url("images/happiness/box-bg.jpg");
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  border-radius: 8px;
  padding: 16px;
}
.online__li__title {
  font-size: clamp(18px, 13.3521126761px + 0.0070422535 * 100vw, 24px);
}
.online__li__text {
  font-size: clamp(16px, 14.4507042254px + 0.0023474178 * 100vw, 18px);
  margin-bottom: 0;
}
.online__about {
  background-image: url("images/happiness/box-bg.jpg");
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
  border-radius: 8px;
  padding: 16px;
  margin-top: 24px;
}
.online__about p {
  font-size: clamp(16px, 14.4507042254px + 0.0023474178 * 100vw, 18px);
  margin-bottom: 0;
}
.online__about .tiktok-btn {
  margin-left: auto;
  margin-right: auto;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}
.footer__inner {
  max-width: 1600px;
  /* 論理プロパティ推奨（左右） */
  padding-inline: clamp(16px, -138.9295774648px + 0.234741784 * 100vw, 216px);
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.footer__inner p {
  margin-bottom: 0;
}

.order-btn {
  font-size: clamp(18px, 18px + 0 * 100vw, 18px);
  font-weight: 700;
  display: inline-block;
  padding: 14px 22px;
  border-radius: 50px;
  color: #3B3423;
  background-color: #EEA71A;
  border: 1px solid #EEA71A;
  transition: all 0.3s;
}
.order-btn:hover {
  text-decoration: none;
  color: #EEA71A;
  background-color: #fff;
}

.tiktok-btn {
  font-weight: 700;
  display: inline-block;
  padding: 16px;
  border-radius: 8px;
  color: #fff;
  background-color: #3B3423;
  border: 1px solid #3B3423;
  transition: all 0.3s;
  display: flex;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 16px;
}
.tiktok-btn span {
  font-size: clamp(18px, 18px + 0 * 100vw, 18px);
}
.tiktok-btn img {
  height: 27px;
  width: auto;
}
.tiktok-btn:hover {
  text-decoration: none;
  color: #3B3423;
  background-color: #fff;
}

@media (max-width: 660px) {
  /******************************************************************

  Stylesheet: 660px以上のタブレットやモニタで適用

  ******************************************************************/
  .sp-br {
    display: block;
  }
  .top:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.24) 50%, rgba(0, 0, 0, 0) 100%);
  }
  .top__flex {
    flex-direction: column;
  }
  .top__left {
    flex: none;
  }
  .top__right img {
    width: 100%;
  }
  .product__flex {
    flex-direction: column;
  }
  .product__left {
    width: 100%;
  }
  .product__title {
    text-align: center;
  }
  .product__condition {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product__condition .label {
    font-size: clamp(16px, 16px + 0 * 100vw, 16px);
    display: inline-block;
    color: #fff;
    padding: 4px 12px;
    background-color: #D90909;
    border-radius: 40px;
  }
  .product__right img {
    width: 100%;
  }
  .design__ul {
    gap: clamp(8px, 5.3614775726px + 0.0070360598 * 100vw, 16px);
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .design__li {
    list-style: none;
    text-align: center;
    background-image: url("images/happiness/box-bg.jpg");
    background-color: rgba(255, 255, 255, 0.3);
    background-blend-mode: lighten;
    border-radius: 8px;
    padding: 16px 0;
  }
  .design__li__title {
    font-size: clamp(18px, 16.4507042254px + 0.0023474178 * 100vw, 20px);
  }
  .design__li__text {
    font-size: clamp(16px, 14.4507042254px + 0.0023474178 * 100vw, 18px);
    margin-bottom: 0;
  }
  .design__left {
    flex: none;
    width: 100%;
  }
  .design__center {
    display: none;
  }
  .design__right {
    display: none;
  }
  .feature__ul {
    gap: 24px;
  }
  .feature__li {
    flex-direction: column;
    gap: 8px;
  }
  .feature__li:nth-child(even) {
    flex-direction: column;
  }
  .feature__li__img-area {
    flex: none;
    width: 100%;
  }
  .feature__li__text-area {
    flex: 1 1 auto;
    min-width: 0;
  }
  .voice__ul {
    flex-direction: column;
  }
  .voice__li {
    width: 100%;
  }
  .lookback__li {
    min-width: 320px;
  }
  .lookback__author {
    flex-direction: column;
    align-items: center;
  }
  .lookback__text-area {
    flex: 1 0 0;
  }
  .lookback__text-area h3 {
    text-align: center;
    margin-bottom: 0;
  }
  .lookback__text-area h4 {
    text-align: center;
  }
  .lookback__text-area p {
    font-size: clamp(16px, 14.4507042254px + 0.0023474178 * 100vw, 18px);
    margin-bottom: 0;
  }
  .lookback .tiktok-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .online__top-flex {
    flex-direction: column;
    gap: 16px;
  }
  .online__top-flex__left {
    gap: 16px;
  }
  .footer {
    left: 0;
    right: 0;
    width: auto;
  }
  .footer p {
    font-size: 12px;
  }
  .footer .sp {
    display: none;
  }
  .order-btn {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */