@import url("/dcms_media/other/_header.360.css");
@import url("/dcms_media/other/_footer.360.css");

/* ******** KV ******** */
.kv {
  position: relative;
  width: 100%;
  height: calc(100vw * calc(9 / 16));
  background: #d9d9d9;
  background-repeat: no-repeat;
  background-size: cover;
}

.kv.-hawkeye {
  background-image: url('/dcms_media/image/360_products_kv_hawkeye_bg_sp.jpg');
}
@media (width > 768px) {
  .kv {
    padding: 0;
  }

  .kv.-hawkeye {
    background-image: url('/dcms_media/image/360_products_kv_hawkeye_bg_pc.jpg');
  }
}

.kv.-wristpillow {
  background-image: url('/dcms_media/image/360_products_kv_wristpillow_bg_sp.jpg');
}
@media (width > 768px) {
  .kv {
    padding: 0;
  }

  .kv.-wristpillow {
    background-image: url('/dcms_media/image/360_products_kv_wristpillow_bg_pc.jpg');
  }
}

.kv.-shapeeight {
  background-image: url('/dcms_media/image/360_products_kv_shapeeight_bg_sp.jpg');
}
@media (width > 768px) {
  .kv {
    padding: 0;
  }

  .kv.-shapeeight {
    background-image: url('/dcms_media/image/360_products_kv_shapeeight_bg_pc.jpg');
  }
}

.kv-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 100%;
  padding: 48px 0 0;
  background: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: 200% auto;
}
@media (width > 768px) {
  .kv-inner {
    padding: 83px 0 0;
  }
}

.-hawkeye .kv-inner {
  background-image: url('/dcms_media/image/360_products_kv_hawkeye_bg_blur_sp.jpg');
}
@media (width > 768px) {
  .-hawkeye .kv-inner {
    background-image: url('/dcms_media/image/360_products_kv_hawkeye_bg_blur_pc.jpg');
  }
}

.-wristpillow .kv-inner,
.-shapeeight .kv-inner {
  left: 50%;
  background-image: none;
  background: transparent;
}
@media (width > 768px) {
  .-shapeeight .kv-inner {
    background-image: none;
    background: transparent;
  }
}

.kv-title {
  font-size: 19px;
  text-align: center;
}
@media (width > 768px) {
  .kv-title {
    font-size: 56px;
  }
}

/* ******** cv ******** */
.cv {
  padding: 40px 20px 90px;
  background: #F1F1F1;
}
@media (width > 768px) {
  .cv {
    padding: 200px 6%;
  }
}

@media (width > 768px) {
  .cv-content-wrap {
    display: flex;
    gap: 6%;
  }
}

.cv-imagelist-wrap {
  flex: 1;
}

.cv-imagelist {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}

.imagelist-main {
  width: 88%;
}

.imagelist-main img {
  width: 100%;
}

.imagelist-thumb {
  width: 12%;
}

.imagelist-thumb li {
  position: relative;
  aspect-raito: 1 / 1;
  list-style: none;
  overflow: hidden;
}

.imagelist-thumb li + li {
  margin-block-start: 20px;
}

.imagelist-thumb li img {
  width: 100%;
}

.imagelist-thumb li.active img {
  filter: none;
}

.imagelist-thumb li:not(.active) img {
  filter: brightness(60%);
}

.cv-content {
  width: 100%;
}

@media (width > 768px) {
  .cv-content {
    width: 36%;
  }
}

.cv-content-text {
  padding: 0 20px;
  font-size: 23px;
  font-weight: bold;
  line-height: 2;
}
@media (width > 768px) {
  .cv-content-text {
    padding: 0;
    font-size: 32px;
    line-height: 1.5;
  }
}

.cv-slide {
  margin: 45px auto 0;
}

.slick-list {
  border-radius: 24px;
  overflow: hidden;
}

.cv-slide-list li {
  list-style: none;
}

.cv-slide-item {
  width: 100%;
}

.cv-slide-item img {
  width: 100%;
}

.cv-info {
  margin: 45px auto 0;
}
@media (width > 768px) {
  .cv-info {
    margin-block-start: 200px;
  }
}

.cv-info-color {
  display: flex;
  gap: 10px;
  width: 100%;
  margin: 45px auto 0;
}
@media (width > 768px) {
  .cv-info-color {
    gap: 20px;
    margin-block-start: 100px;
  }
}

/* .cv-info-color li {
  width: 20px;
  height: 20px;
  background: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  list-style: none;
}
@media (width > 768px) {
  .cv-info-color li {
    width: 33px;
    height: 33px;
  }
}

.cv-info-color li.-black {
  background: #000;
}

.cv-info-color li.-gray {
  background: #ccc;
}

.cv-info-color li.-pink {
  background: #FFB7B7;
} */

.cv-info-price {
  margin: 0 auto;
  font-size: 19px;
}
@media (width > 768px) {
  .cv-info-price {
    font-size: 32px;
    margin-block-start: 30px;
  }
}

.cv-info-links {
  margin: 25px auto 0;
}
@media (width > 768px) {
  .cv-info-links {
    display: flex;
    margin-block-start: 60px;
  }
}

.cv-info-links a {
  display: block;
  position: relative;
  max-width: 324px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 14px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  background: #00FF1A;
  border-radius: 20px;
}

.cv-info-links a:hover {
  opacity: .8;
}

.cv-info-links a + a {
  margin-block-start: 15px;
}
@media (width > 768px) {
  .cv-info-links a {
    max-width: 284px;
    margin: 0;
    padding: 16px 0 20px;
    font-size: 1.8vw;
    border-radius: 35px;
  }

  .cv-info-links a + a {
    margin-block-start: 0;
    margin-inline-start: 6%;
  }
}
@media (width > 1080px) {
  .cv-info-links a {
    padding: 14px 0 18px;
    font-size: 20px;
  }

  .cv-info-links a + a {
    margin-block-start: 0;
    margin-inline-start: 6%;
  }
}

.cv-info-text {
  font-size: 19px;
}

@media (width > 768px) {
  .cv-content-text-sub {
    font-size: 20px;
    margin-block-end: 60px;
  }
}

/* ******** lead ******** */
.lead {
  background: #676767;
}
@media (width > 768px) {
  .lead {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }

  .lead.-hawkeye {
    /* height: calc(100vw * calc(1026 / 1920)); */
    background-image: url('/dcms_media/image/360_products_hawkeye_cv_lead_divide_pc.jpg');
  }

  .lead.-wristpillow {
    /* height: calc(100vw * calc(1168 / 1920)); */
    background-image: url('/dcms_media/image/360_products_wristpillow_cv_lead_divide_pc.jpg');
  }

  .lead.-shapeeight {
    /* height: calc(100vw * calc(1168 / 1920)); */
    background-image: url('/dcms_media/image/360_products_shapeeight_cv_lead_divide_pc.jpg');
  }
}

.lead-content {
  color: #fff;
  padding: 36px 32px 0;
}
@media (width > 768px) {
  .lead-content {
    position: relative;
    padding: 5% 5%;
    width: 50%;
    height: 100%;
    color: #000;
    background: transparent;
    overflow: hidden;
  }

  .-hawkeye .lead-content {
    left: 0;
  }

  .-wristpillow .lead-content {
    left: 50%;
  }

  .-shapeeight .lead-content {
    left: 50%;
  }
}

.lead-content-text {
  font-size: 23px;
  font-weight: bold;
  line-height: 2;
}
@media (width > 1280px) {
  .lead-content-text {
    font-size: 32px;
    line-height: 1.7;
  }
}

.lead-content-sub {
  margin: 27px auto 0;
  font-size: 19px;
  line-height: 1.7;
}
@media (width > 1280px) {
  .lead-content-sub {
    margin-block-start: 40px;
    font-size: 20px;
    line-height: 2;
  }
}

.lead-divide {
  width: 100%;
  margin: 44px auto 0;
}

.lead-divide img {
  display: block;
  width: 100%;
}

/* ******** product ******** */
.product {
  padding: 70px 33px 60px;
  background: #E6E6E6;
}
@media (width > 1280px) {
  .product {
    padding: 200px 30px;
  }
}

.product-title-wrap {
  text-align: center;
  padding: 0 33px;
}

.product-title {
  width: 256px;
  margin: 0 auto;
  padding: 0 0 5px;
  font-family: "Oxanium", sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 37px;
  border-bottom: 1px solid #000;
}
@media (width > 768px) {
  .product-title {
    width: 496px;
    padding-block-end: 16px;
    font-size: 50px;
    line-height: 1.3;
  }
}

.product-title-sub {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
@media (width > 768px) {
  .product-title-sub {
    display: block;
    font-size: 19px;
    line-height: 1.6;
    margin-block-start: -6px;
  }
}

.product-content {
  margin: 55px auto 0;
  text-align: center;
}
@media (width > 768px) {
  .product-content {
    margin-block-start: 90px;
  }
}

.product-image {
  max-width: 336px;
  width: 100%;
  margin: 0 auto;
}

@media (width > 768px) {
  .product-image {
      min-width: 336px;
      max-width: 800px;
      width: 60%;
    }
}

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

.product-content-lead {
  margin: 60px auto 0;
  font-size: 23px;
  font-weight: bold;
  line-height: 2;
}
@media (width > 768px) {
  .product-content-lead {
    margin-block-start: 90px;
    font-size: 32px;
  }
}

.product-content-text {
  margin: 46px auto 0;
  font-size: 19px;
  text-align: left;
  line-height: 1.7;
}
@media (width > 768px) {
  .product-content-text {
    max-width: 1160px;
    margin-block-start: 40px;
    font-size: 20px;
    text-align: center;
    line-height: 2;
  }
}

.product-content-logo {
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 30px auto 0;
}
@media (width > 768px) {
  .product-content-logo {
    max-width: 500px;
    margin-block-start: 80px;
  }
}

/* ******** story ******** */
.story {
  padding: 70px 0 60px;
}
@media (width > 768px) {
  .story {
    padding: 200px 0;
  }
}

.story-title-wrap {
  text-align: center;
  padding: 0 33px;
}

.story-title {
  width: 256px;
  margin: 0 auto;
  padding: 0 0 5px;
  font-family: "Oxanium", sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 37px;
  border-bottom: 1px solid #000;
}
@media (width > 768px) {
  .story-title {
    width: 496px;
    padding-block-end: 16px;
    font-size: 50px;
    line-height: 1.3;
  }
}

.story-title-sub {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
@media (width > 768px) {
  .story-title-sub {
    display: block;
    font-size: 19px;
    line-height: 1.6;
    margin-block-start: -6px;
  }
}

.story-content {
  margin: 50px auto 0;
}
@media (width > 768px) {
  .story-content {
    display: flex;
    align-items: stretch;
    margin-block-start: 140px;
  }
}

.story-image {
  width: 100%;
}

.story-image img {
  width: 100%;
}
@media (width > 768px) {
  .story-image {
    width: 50%;
  }

  .story-image img {
    width: 100%;
    aspect-ratio: 970 / 603;
  }
}

.story-content-inner {
  margin: 40px auto 0;
  padding: 0 33px;
}
@media (width > 768px) {
  .story-content-inner {
    width: 50%;
    padding: 0;
    margin-inline-start: 6%;
    margin-block-start: 0;
  }
}

.story-content-lead {
  font-size: 23px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media (width > 768px) {
  .story-content-lead {
    padding-inline-end: 6vw;
    font-size: 32px;
    text-align: left;
    line-height: 1.8;
  }
}

.story-content-text {
  margin: 26px auto 0;
  font-size: 19px;
  line-height: 1.7;
}
@media (width > 768px) {
  .story-content-text {
    padding-inline-end: 6vw;
    margin-block-start: 57px;
    font-size: 20px;
    line-height: 2;
  }
}

.story-movie {
  padding: 80px calc(calc(100vw - calc(1557 / 1920 * 100vw)) / 2) 0;
}
@media (width > 768px) {
  .story-movie {
    padding: 400px calc(calc(100vw - calc(1557 / 1920 * 100vw)) / 2) 0;
  }
}

.-only-movie .story-movie {
  padding-block-start: 0;
}
@media (width > 768px) {
  .-only-movie .story-movie {
    padding-block-start: 0;
  }
}

.movie-youtube {
  width: calc(1557 / 1920 * 100vw);
  height: calc(901 / 1920 * 100vw);
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}
@media (width > 768px) {
  .movie-youtube {
    border-radius: 56px;
  }
}

.movie-youtube iframe {
  width: 100%;
  height: 100%;
}

.movie-caption {
  margin: 10px auto 0;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.7;
}
@media (width > 768px) {
  .movie-caption {
    margin-block-start: 20px;
    font-size: 32px;
    line-height: 2;
  }
}

/* ******** features ******** */
.features {
  padding: 70px 0 60px;
  background: #E6E6E6;
}
@media (width > 768px) {
  .features {
    padding: 200px 0;
  }
}

.features.-lightgray {
  background: #F1F1F1;
}

.features.-white {
  background: #fff;
}

.features-title-wrap {
  text-align: center;
  padding: 0 33px;
}

.features-title {
  width: 256px;
  margin: 0 auto;
  padding: 0 0 5px;
  font-family: "Oxanium", sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 37px;
  border-bottom: 1px solid #000;
}
@media (width > 768px) {
  .features-title {
    width: 496px;
    padding-block-end: 16px;
    font-size: 50px;
    line-height: 1.3;
  }
}

.features-title-sub {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
@media (width > 768px) {
  .features-title-sub {
    display: block;
    font-size: 19px;
    line-height: 1.6;
    margin-block-start: -6px;
  }
}

.features-content {
  margin: 50px auto 0;
}
.features-content + .features-content {
  margin-block-start: 80px;
}
@media (width > 768px) {
  .features-content {
    display: flex;
    align-items: stretch;
    margin-block-start: 140px;
  }

  .features-content:nth-of-type(even) {
    flex-direction: row-reverse;
  }

  .features-content + .features-content {
    margin-block-start: 160px;
  }
}

.features-image {
  width: 100%;
}

.features-image img {
  width: 100%;
}
@media (width > 768px) {
  .features-image {
    width: 50%;
  }

  .features-image img {
    width: 100%;
    aspect-ratio: 970 / 603;
  }
}

.features-content-inner {
  margin: 40px auto 0;
  padding: 0 33px;
}
@media (width > 768px) {
  .features-content-inner {
    width: 50%;
    padding: 0 6vw;
    margin-block-start: 0;
  }
}

.features-content-lead {
  font-size: 23px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media (width > 768px) {
  .features-content-lead {
    font-size: 32px;
    text-align: left;
    line-height: 1.8;
  }
}

.features-content-text {
  margin: 26px auto 0;
  font-size: 19px;
  line-height: 1.7;
}
@media (width > 768px) {
  .features-content-text {
    margin-block-start: 57px;
    font-size: 20px;
    line-height: 2;
  }
}

img.features-content-inlineimage {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media (width > 768px) {
  img.features-content-inlineimage {
    max-width: 484px;
    margin: 0;
  }
}

/* ******** detail ******** */
.detail {
  padding: 70px 0 60px;
}
@media (width > 768px) {
  .detail {
    padding: 200px 0;
  }
}

.detail.-gray {
  background: #E6E6E6;
}

.detail-title-wrap {
  text-align: center;
  padding: 0 33px;
}

.detail-title {
  width: 256px;
  margin: 0 auto;
  padding: 0 0 5px;
  font-family: "Oxanium", sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 37px;
  border-bottom: 1px solid #000;
}
@media (width > 768px) {
  .detail-title {
    width: 496px;
    padding-block-end: 16px;
    font-size: 50px;
    line-height: 1.3;
  }
}

.detail-content-wrap {
  padding: 55px 33px 0;
}
@media (width > 768px) {
  .detail-content-wrap {
    padding: 8% 7% 0;
  }
}

.detail-content {
  display: block;
}

@media (width > 768px) {
  .-hawkeye .detail-content {
    display: flex;
    gap: 8%;
  }
}

.detail-content-image,
.detail-content-text {
  width: 100%;
}

.detail-content-text {
  font-size: 23px;
  font-weight: bold;
  line-height: 2;
}

.detail-content-text span {
  display: block;
  margin-block-start: 15px;
  font-size: 12px;
  font-weight: normal;
  line-height: 2;
}
.detail-content-image img {
  display: block;
  width: 100%;
}
@media (width > 768px) {
  .detail-content-image,
  .detail-content-text {
    width: 50%;
  }

  .detail-content-text {
    font-size: 32px;
    line-height: 1.8;
  }

  .detail-content-text span {
    margin-block-start: 2em;
    font-size: 17px;
  }
}

.detail-block {
  margin: 80px auto 0;
  padding: 0 33px;
}
@media (width > 768px) {
  .detail-block {
    margin: 200px auto 0;
    padding: 0 7%;
  }
}

.detail-block.-first:first-of-type {
  margin-block-start: 0;
}
@media (width > 768px) {
  .detail-block.-first:first-of-type {
    margin-block-start: 0;
  }
}

.detail-block.-hawkeye-spec {
  padding: 0;
}
@media (width > 768px) {
  .detail-block.-hawkeye-spec {
    padding: 0 7%;
  }
}

.detail-block.-without-image {
}
@media (width > 768px) {
  .detail-block.-without-image {
    margin-block-start: 200px;
  }
}

.detail-block-title {
  font-size: 33px;
  font-weight: bold;
}
@media (width > 768px) {
  .detail-block-title {
    font-size: 50px;
    text-align: center;
  }
}

.-hawkeye-spec .detail-block-title {
  padding: 0 33px;
}

.detail-block-list {
  margin: 40px auto 0;
}
@media (width > 768px) {
  .detail-block-list {
    margin-block-start: 90px;
    display: flex;
    gap: 20px;
  }

  .detail-block-list.-whithout-margin {
    margin-block-start: 40px;
  }
}

.detail-block-list.-double {
}
@media (width > 768px) {
  .detail-block-list.-double {
    max-width: 1430px;
  }
}

.detail-block-list li {
  width: 100%;
  list-style: none;
}

.detail-block-list li + li {
  margin: 30px auto 0;
}
@media (width > 768px) {
  .detail-block-list li + li {
    margin: 0 auto;
  }
}

.detail-block-list-image {
  width: 100%;
}

.detail-block-list-image img {
  width: 100%;
}

.detail-block-list-text {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  line-height: 2;
}
@media (width > 768px) {
  .detail-block-list-text {
    font-size: 32px;
    line-height: 1.8;
  }
}

.detail-spec {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 40px 0;
}
@media (width > 768px) {
  .detail-spec {
    margin-block-start: 100px;
  }
}

.-hawkeye-spec .detail-spec {
  padding: 0 33px;
}
@media (width > 768px) {
  .-hawkeye-spec .detail-spec {
    padding: 0 7px;
  }
}

.detail-spec dt,
.detail-spec dd {
  width: 50%;
  padding: 20px 0;
  font-size: 12px;
  border-bottom: 1px solid #000;
}

.detail-spec dt {
  font-weight: bold;
}

.detail-spec.-wristpillow dt {
  width: 30%;
}

.detail-spec.-wristpillow dd {
  width: 70%;
}

@media (width > 768px) {
  .detail-spec dt,
  .detail-spec dd {
    padding: 30px 0 25px;
    font-size: 20px;
  }

  .detail-spec.-wristpillow dt,
  .detail-spec.-wristpillow dd {
    width: 50%;
  }
}

/* ******** voice ******** */
.voice {
  padding: 70px 0 60px;
  background: #E6E6E6;
}
@media (width > 768px) {
  .voice {
    padding: 200px 0;
  }
}

.voice-title-wrap {
  text-align: center;
  padding: 0 33px;
}

.voice-title {
  width: 256px;
  margin: 0 auto;
  padding: 0 0 5px;
  font-family: "Oxanium", sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 37px;
  border-bottom: 1px solid #000;
}
@media (width > 768px) {
  .voice-title {
    width: 496px;
    padding-block-end: 16px;
    font-size: 50px;
    line-height: 1.3;
  }
}

.voice-title-sub {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
@media (width > 768px) {
  .voice-title-sub {
    display: block;
    font-size: 19px;
    line-height: 1.6;
    margin-block-start: -6px;
  }
}

.voice-content {
  margin: 50px auto 0;
}
.voice-content + .voice-content {
  margin-block-start: 80px;
}
@media (width > 768px) {
  .voice-content {
    display: flex;
    align-items: stretch;
    margin-block-start: 140px;
  }

  .voice-content:nth-of-type(even) {
    flex-direction: row-reverse;
  }

  .voice-content + .voice-content {
    margin-block-start: 160px;
  }
}

.voice-image {
  width: 100%;
}

.voice-image img {
  width: 100%;
}
@media (width > 768px) {
  .voice-image {
    width: 50%;
  }

  .voice-image img {
    width: 100%;
    aspect-ratio: 970 / 603;
  }
}

.voice-content-inner {
  margin: 60px auto 0;
  padding: 0 33px;
}
@media (width > 768px) {
  .voice-content-inner {
    width: 50%;
    padding: 0 6vw;
    margin-block-start: 0;
  }
}

.voice-content-lead {
  font-size: 23px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media (width > 768px) {
  .voice-content-lead {
    font-size: 32px;
    text-align: left;
    line-height: 1.8;
  }
}

.voice-content-text {
  font-size: 19px;
  line-height: 1.7;
}
@media (width > 768px) {
  .voice-content-text {
    font-size: 20px;
    line-height: 2;
  }
}

/* ******** other ******** */
.other {
  padding: 60px 33px 160px;
}
@media (width > 768px) {
  .other {
    padding: 200px 4%;
  }
}

.other-list {
  width: 100%;
}
@media (width > 768px) {
  .other-list {
    display: flex;
  }
}

.other-list li {
  list-style: none;
}

.other-list li + li {
  margin: 60px auto 0;
}
@media (width > 768px) {
  .other-list li + li {
    margin: 0 auto;
  }
}

.other-product-image {
  display: block;
  max-width: 510px;
  width: 100%;
  margin: 0 auto;
}

.other-info {
  margin: 30px auto 0;
  text-align: center;
}

.other-name {
  font-size: 23px;
  font-weight: bold;
}
@media (width > 768px) {
  .other-name {
    font-size: 34px;
  }
}

.other-price {
  font-size: 19px;
}
@media (width > 768px) {
  .other-price {
    font-size: 34px;
  }
}

.other-link {
  display: block;
  margin: 30px auto 0;
  width: 124px;
  padding: 10px 0 10px;
  font-size: 16px;
  background: #00FF1A;
  border-radius: 23px;
}
@media (width > 768px) {
  .other-link {
    width: 124px;
    padding: 8px 0 8px;
    font-size: 26px;
    border-radius: 35px;
  }
}

.-font-small {
  display: inline-block;
  font-size: .8em;
  line-height: 1.8;
}

/* ******** only SP or PC ******** */
@media (768px >= width) {
  .-sp {
    display: block;
  }

  .-pc {
    display: none;
  }
}

@media (width > 768px) {
  .-sp {
    display: none;
  }

  .-pc {
    display: block;
  }
}
