@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600&family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

html {
  overflow-x: hidden !important;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-size: 62.5%;
}

/* bodyのフォントサイズを1.6em（16px）に設定 */
body {
  font-size: 1.6em;
}
body a {
  display: block;
  cursor: pointer;
}
body a:link {
  text-decoration: none;
}
body a:visited {
  text-decoration: none;
}
body a:active {
  color: #666;
}
body img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
body .wrapper {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  body .wrapper {
    width: 90%;
  }
}
body p, body li, body a, body dt, body dd, body tr, body td {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  body p, body li, body a, body dt, body dd, body tr, body td {
    font-size: 1.5rem;
  }
}
body .pc {
  display: block;
}
body .sp, body .ssp {
  display: none;
}
body .pc-tb {
  display: block;
}
@media screen and (max-width: 599px) {
  body .pc, body .ssp {
    display: none;
  }
  body .sp, body .pc-tb {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  body .sp, body .ssp {
    display: block;
  }
  body .pc-tb, body .pc {
    display: none;
  }
}

.mrt-300 {
  margin-top: 30rem;
}
@media screen and (max-width: 599px) {
  .mrt-300 {
    margin-top: 3rem;
  }
}

.mrt-200 {
  margin-top: 20rem;
}
@media screen and (max-width: 599px) {
  .mrt-200 {
    margin-top: 8rem;
  }
}

.mrt-150 {
  margin-top: 15rem;
}

.mrt-100 {
  margin-top: 10rem;
}
@media screen and (max-width: 599px) {
  .mrt-100 {
    margin-top: 5rem;
  }
}

.mrt-60 {
  margin-top: 6rem;
}
@media screen and (max-width: 599px) {
  .mrt-60 {
    margin-top: 3rem;
  }
}

.mrt-40 {
  margin-top: 4rem;
}
@media screen and (max-width: 599px) {
  .mrt-40 {
    margin-top: 2rem;
  }
}

.pdt-300 {
  padding-top: 30rem;
}
@media screen and (max-width: 599px) {
  .pdt-300 {
    padding-top: 10rem;
  }
}

.pdt-200 {
  padding-top: 20rem;
}

.pdt-150 {
  padding-top: 15rem;
}
@media screen and (max-width: 599px) {
  .pdt-150 {
    padding-top: 8rem;
  }
}

.pdt-100 {
  padding-top: 10rem;
}
@media screen and (max-width: 599px) {
  .pdt-100 {
    padding-top: 6rem;
  }
}

.pdt-60 {
  padding-top: 6rem;
}

.pdt-40 {
  padding-top: 4rem;
}

h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 599px) {
  .is_pc {
    display: none;
  }
}

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

/*************************************************
animation
*************************************************/
.fadeIn_left {
  opacity: 0;
  transform: translateX(-30px);
  transition: 0.7s;
}

.fadeIn_left.is-show {
  opacity: 1;
  transform: translateX(0px);
}

.fadeIn_right {
  opacity: 0;
  transform: translateX(30px);
  transition: 0.7s;
}

.fadeIn_right.is-show {
  opacity: 1;
  transform: translateX(0px);
}

.fadeIn_up_kv {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.7s;
}

.fadeIn_up_kv.is-show {
  opacity: 1;
  transform: translateY(0px);
}

.fadeIn_up {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.7s;
}

.fadeIn_up.is-show {
  opacity: 1;
  transform: translateY(0px);
}

.fadeIn_down {
  opacity: 0;
  transform: translateY(-30px);
  transition: 0.7s;
}

.fadeIn_down.is-show {
  opacity: 1;
  transform: translateY(0px);
}

.suiteki {
  position: absolute;
  z-index: -10;
  width: 20%;
}
@media screen and (max-width: 599px) {
  .suiteki {
    width: 98%;
  }
}

.suiteki-r {
  width: 25%;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 599px) {
  .suiteki-r {
    width: 98%;
    right: 3px;
  }
}

.suiteki-rr {
  width: 25%;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 599px) {
  .suiteki-rr {
    width: 60%;
    right: 1rem;
  }
}

.suiteki-l {
  width: 20%;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 599px) {
  .suiteki-l {
    width: 70%;
    left: 3px;
  }
}

.suiteki-c {
  width: 25%;
  position: absolute;
  left: 50%;
}
@media screen and (max-width: 599px) {
  .suiteki-c {
    width: 90%;
    left: 3px;
  }
}

.suiteki-c2 {
  width: 20%;
  position: absolute;
  left: 35%;
}
@media screen and (max-width: 599px) {
  .suiteki-c2 {
    width: 70%;
    left: 3px;
  }
}

.suiteki-40 {
  width: 25%;
  position: absolute;
  left: 3%;
}
@media screen and (max-width: 599px) {
  .suiteki-40 {
    width: 80%;
  }
}

/*============================================*/
/*                  top                       */
/*============================================*/
.kv {
  width: 100%;
  height: 100vh;
  position: relative;
}
.kv #video-area {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.kv #video-area #video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
.kv .box {
  width: 40%;
  position: absolute;
  left: 10%;
  top: 70%;
  transform: translateY(-50%);
  color: #fff;
}
@media screen and (max-width: 599px) {
  .kv .box {
    width: 70%;
    top: initial;
    bottom: 20%;
    transform: initial;
  }
  .kv .box img {
    width: 70%;
  }
}
.kv .box h2 {
  border: 1px solid #fff;
  padding: 1rem;
  display: inline-block;
  margin-top: 1.5rem;
}
@media screen and (max-width: 599px) {
  .kv .box h2 {
    font-size: 1.3rem;
    padding: 0.8rem;
  }
}
.kv .box .catchCopy {
  font-size: 2rem;
  margin-top: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .kv .box .catchCopy {
    font-size: 1.5rem;
  }
}
.kv .box .price span {
  font-size: 1.2rem;
  padding-left: 0.5rem;
}
.kv video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

/*============================================*/
/*                  concept                   */
/*============================================*/
main {
  overflow: hidden !important;
}

.concept {
  position: relative;
}
.concept .bg-top01 {
  background: url(../images/bg/bg-01.png) no-repeat;
  padding-bottom: 6rem;
  background-size: 13%;
  background-attachment: fixed;
  top: 0;
}
@media screen and (max-width: 599px) {
  .concept .bg-top01 {
    background: none;
    background-attachment: scroll;
  }
  .concept .bg-top01::before {
    content: "";
    background: url(../images/bg/bg-01.png) no-repeat;
    width: 9%;
    height: 66%;
    opacity: 0.7;
    background-size: cover;
    display: inline-block;
    top: 0;
    position: absolute;
    left: 0;
  }
}
.concept .container {
  display: flex;
}
@media screen and (max-width: 599px) {
  .concept .container {
    flex-wrap: wrap;
    padding: 80px 20px 0 20px;
  }
}
.concept .container .txt p {
  line-height: 2.2;
}
.concept .top01 .box-l, .concept .top01 .box-r {
  flex-basis: 50%;
}
@media screen and (max-width: 599px) {
  .concept .top01 .box-l, .concept .top01 .box-r {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 599px) {
  .concept .top01 .box-l {
    order: 2;
  }
}
.concept .top01 .box-l img {
  height: 597px;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .concept .top01 .box-l img {
    height: 400px;
  }
}
.concept .top01 .box-r {
  padding: 4rem 2rem 0 6rem;
}
@media screen and (max-width: 599px) {
  .concept .top01 .box-r {
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  .concept .top01 .box-r {
    order: 1;
    margin-bottom: 60px;
  }
  .concept .top01 .box-r img {
    width: 80%;
  }
  .concept .top01 .box-r h3 {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2em;
  }
}
.concept .top02 {
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .concept .top02 {
    padding: 0 20px;
  }
}
.concept .top02 .box-l {
  padding: 4rem 0 0 18%;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .concept .top02 .box-l {
    padding: 0;
  }
}
.concept .top02 .box-r {
  flex-basis: 37%;
}
@media screen and (max-width: 599px) {
  .concept .top02 .box-r {
    flex-basis: 100%;
    margin-top: 60px;
  }
}
.concept .top02 .box-r img {
  height: 340px;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .concept .top02 .box-r img {
    width: 100%;
    height: initial;
  }
}
.concept .top03 .container {
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .concept .top03 .container {
    padding: 0px;
  }
}
.concept .top03 .box-l, .concept .top03 .box-r {
  flex-basis: 50%;
}
@media screen and (max-width: 599px) {
  .concept .top03 .box-l, .concept .top03 .box-r {
    flex-basis: 100%;
  }
}
.concept .top03 .box-l {
  padding: 6rem 0 0 4rem;
}
.concept .top03 .box-l .item:nth-child(2) {
  margin-top: 3rem;
}
@media screen and (max-width: 599px) {
  .concept .top03 .box-l {
    padding: 0px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }
  .concept .top03 .box-l .item {
    flex-basis: 48%;
  }
}
.concept .top03 .box-r {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.canvas-container {
  width: 130%;
  position: relative;
  z-index: -5;
  left: -15%;
  top: 0;
}
.canvas-container .wave {
  width: 130%;
  transform: rotate(168deg);
  position: absolute;
  top: -34rem;
}
@media screen and (min-width: 1600px) {
  .canvas-container .wave {
    top: -42rem;
  }
}
@media screen and (max-width: 599px) {
  .canvas-container .wave {
    width: 103%;
    top: -58rem;
  }
}

.wavecanvas02-container {
  top: 75%;
}

/*============================================*/
/*         evidence エビデンス                   */
/*============================================*/
.evidence h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 6.6rem;
}
@media screen and (max-width: 599px) {
  .evidence h2 {
    font-size: 5rem;
  }
}
.evidence h2 span {
  font-size: 18.8rem;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .evidence h2 span {
    font-size: 10rem;
    display: block;
  }
}
.evidence .txt p {
  margin-top: 4rem;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .evidence .txt p {
    margin-top: 2rem;
  }
}
.evidence .evi01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .evidence .evi01 {
    flex-direction: column;
    margin-top: 8rem;
  }
}
.evidence .evi01 .box-l {
  flex-basis: 56%;
  position: relative;
}
.evidence .evi01 .box-l .item01 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  .evidence .evi01 .box-l .item01 {
    width: 90%;
  }
}
.evidence .evi01 .box-l .item01 img {
  height: 663px;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .evidence .evi01 .box-l .item01 img {
    height: 300px;
  }
}
.evidence .evi01 .box-l .item01::after {
  content: "";
  width: 80%;
  height: 450px;
  display: inline-block;
  position: absolute;
  background: rgba(182, 110, 239, 0.36);
  top: 26rem;
  right: -10rem;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .evidence .evi01 .box-l .item01::after {
    height: 200px;
    top: 13rem;
    width: 62%;
  }
}
.evidence .evi01 .box-l .item02 {
  width: 80%;
  padding-top: 13.5rem;
  margin-top: 13rem;
}
.evidence .evi01 .box-l .item02 img {
  height: 875px;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .evidence .evi01 .box-l .item02 img {
    height: 300px;
  }
}
@media screen and (max-width: 599px) {
  .evidence .evi01 .box-l .item02 {
    width: 80%;
    height: 300px;
    padding-top: 7.5rem;
    margin-top: 0;
  }
}
.evidence .evi01 .box-r {
  flex-basis: 44%;
  padding-right: 11%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .evidence .evi01 .box-r {
    padding-right: 0;
  }
}
.evidence .evi01 .box-r h2 {
  margin-top: 3rem;
  position: absolute;
  left: -18rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .evidence .evi01 .box-r h2 {
    flex-direction: column;
    align-items: flex-start;
    height: 100px;
    margin-top: 4rem;
  }
}
.evidence .evi01 .box-r h2 span {
  margin-top: -2rem;
  color: rgba(166, 170, 219, 0.7);
}
@media screen and (max-width: 599px) {
  .evidence .evi01 .box-r h2 span {
    color: rgb(166, 170, 219);
  }
}
@media screen and (max-width: 599px) {
  .evidence .evi01 .box-r h2 {
    left: 2rem;
    top: -12rem;
    mix-blend-mode: color-burn;
    color: #39393C;
  }
}
.evidence .evi01 .box-r .txt {
  padding-left: 2.5rem;
}
@media screen and (max-width: 599px) {
  .evidence .evi01 .box-r .txt {
    padding-top: 6rem;
    padding-left: 1.8rem;
    padding: 14rem 2rem 2rem;
  }
  .evidence .evi01 .box-r .txt p {
    letter-spacing: -0.02em;
  }
}
.evidence .evi01 .box-r .item03 {
  width: 95%;
  padding: 2.5rem;
  background: #fff;
  margin: auto 0 0 auto;
}
@media screen and (max-width: 599px) {
  .evidence .evi01 .box-r .item03 {
    width: 90%;
    margin: 3rem auto 0;
  }
}
.evidence .wavecanvas03 .wave03 {
  top: -30rem;
  transform: rotate(338deg);
}
@media screen and (max-width: 599px) {
  .evidence .wavecanvas03 .wave03 {
    transform: rotate(351deg);
    top: -11rem;
  }
}
@media screen and (max-width: 599px) {
  .evidence .evi02 {
    margin-top: 10rem;
  }
}
.evidence .evi02 .img-container {
  width: 81%;
  padding-left: 3.4%;
  position: relative;
  height: 682px;
}
@media screen and (max-width: 599px) {
  .evidence .evi02 .img-container {
    width: 100%;
    height: 250px;
    padding-left: 0;
  }
}
.evidence .evi02 .img-container::before {
  content: "";
  position: absolute;
  width: 81%;
  height: 682px;
  background: #F0F3F5;
  display: inline-block;
  right: -12%;
  top: 20%;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .evidence .evi02 .img-container::before {
    width: 90%;
    right: 0;
    height: 362px;
  }
}
.evidence .evi02 .img-container .img01 {
  width: 100%;
  z-index: 4;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 599px) {
  .evidence .evi02 .img-container .img01 {
    padding-left: 1rem;
  }
}
.evidence .evi02 .img-container .img01 img {
  height: 682px;
  object-fit: contain;
  object-position: right;
}
@media screen and (max-width: 599px) {
  .evidence .evi02 .img-container .img01 img {
    height: 250px;
    object-fit: cover;
    object-position: top right;
    width: 90%;
  }
}
.evidence .evi02 .img-container .img02 {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .evidence .evi02 .img-container .img02 img {
    width: 90%;
  }
}
.evidence .evi02 .img-container h2 {
  position: absolute;
  z-index: 10;
  left: 67%;
  transform: translateX(-50%);
  bottom: -10.5%;
  mix-blend-mode: color-burn;
  color: #39393C;
}
@media screen and (max-width: 599px) {
  .evidence .evi02 .img-container h2 {
    left: 2rem;
    transform: translateX(0);
    bottom: -38%;
    mix-blend-mode: normal;
  }
  .evidence .evi02 .img-container h2 span {
    mix-blend-mode: color-burn;
  }
}
.evidence .evi02 .container {
  display: flex;
  padding-left: 2.5%;
  justify-content: space-between;
  align-items: center;
  align-items: flex-end;
}
@media screen and (max-width: 599px) {
  .evidence .evi02 .container {
    width: 90%;
    flex-direction: column-reverse;
    padding-top: 12rem;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
}
.evidence .evi02 .container .item {
  flex-basis: 38%;
  padding: 2.5rem;
  background: #fff;
}
@media screen and (max-width: 599px) {
  .evidence .evi02 .container .item {
    width: 100%;
    margin-top: 4rem;
  }
}
.evidence .evi02 .container .txt {
  flex-basis: 53%;
}
.evidence .evi02 .wavecanvas04 .wave04 {
  top: -14rem;
  transform: rotate(12deg);
}
@media screen and (max-width: 599px) {
  .evidence .evi03 {
    margin-top: 6rem;
  }
}
.evidence .evi03 .item {
  width: 63%;
  margin: 0 0 0 auto;
}
.evidence .evi03 .item img {
  height: 736px;
  object-fit: cover;
}
@media screen and (min-width: 1480px) {
  .evidence .evi03 .item {
    padding-right: 5%;
  }
}
@media screen and (max-width: 599px) {
  .evidence .evi03 .item {
    width: 70%;
  }
  .evidence .evi03 .item img {
    height: 350px;
  }
}
.evidence .evi03 .item02 {
  width: 80%;
  margin-left: 7%;
}
@media screen and (max-width: 599px) {
  .evidence .evi03 .item02 {
    width: 90%;
    margin: 0 auto;
  }
}
.evidence .evi03 .item02 .bg-ev03 {
  background: url(../images/ev03-02.png) no-repeat;
  padding: 32rem 10rem 10rem 15rem;
  margin-top: -54rem;
}
@media screen and (max-width: 599px) {
  .evidence .evi03 .item02 .bg-ev03 {
    padding: 20rem 2rem 5rem;
    margin-top: -27rem;
  }
}
.evidence .evi03 .item02 .bg-ev03 h2 {
  position: relative;
}
.evidence .evi03 .item02 .bg-ev03 h2 span {
  position: absolute;
  top: -170%;
  left: 18%;
  color: #39393C;
  mix-blend-mode: color-burn;
}
@media screen and (min-width: 1480px) {
  .evidence .evi03 .item02 .bg-ev03 h2 span {
    left: 22%;
  }
}
@media screen and (max-width: 599px) {
  .evidence .evi03 .item02 .bg-ev03 h2 span {
    top: -121%;
    left: -2%;
  }
}
.evidence .evi03 .item02 .bg-ev03 h2 ::after {
  content: "";
  width: 180px;
  height: 180px;
  display: inline-block;
  background: rgba(201, 132, 252, 0.9);
  position: absolute;
  top: 130px;
  right: -45px;
  z-index: 0;
  mix-blend-mode: hard-light;
}
@media screen and (max-width: 599px) {
  .evidence .evi03 .item02 .bg-ev03 h2 ::after {
    width: 80px;
    height: 80px;
    top: 67px;
    right: -15px;
  }
}
.evidence .evi03 .item02 .bg-ev03 .txt p span {
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  margin-top: 2rem;
}

/*============================================*/
/*                images                       */
/*============================================*/
@media screen and (max-width: 599px) {
  .images {
    margin-top: 15rem;
  }
}
.images .item01 {
  width: 50%;
}
.images .item01 img {
  height: 483px;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .images .item01 img {
    height: 350px;
  }
}
@media screen and (max-width: 599px) {
  .images .item01 {
    width: 80%;
  }
}
.images .item02 {
  width: 52%;
  margin: 27rem 0 0 auto;
  background-image: url(../images/img02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 471px;
}
.images .item02 img {
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .images .item02 {
    width: 70%;
    margin-top: 10rem;
    background-size: cover;
    height: 200px;
  }
}
.images .item03 {
  width: 42%;
  margin-top: 3rem;
  padding-left: 7.5%;
}
.images .item03 img {
  height: 363px;
  object-fit: cover;
  object-position: left;
}
@media screen and (max-width: 599px) {
  .images .item03 {
    width: 60%;
    padding-left: 3rem;
  }
  .images .item03 img {
    height: 180px;
  }
}
.images .item04 {
  width: 47%;
  padding-right: 6%;
  margin: -13rem 0 0 auto;
}
.images .item04 img {
  height: 502px;
  object-fit: cover;
  object-position: left;
}
@media screen and (max-width: 599px) {
  .images .item04 {
    width: 60%;
    padding-right: 2rem;
    margin-top: 8rem;
  }
  .images .item04 img {
    height: 180px;
  }
}

.suitekiImages {
  width: 50%;
  left: 44%;
}

/*============================================*/
/*                usersvoice 声                  */
/*============================================*/
.subttl {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  .subttl {
    font-size: 2.8rem;
  }
}
.subttl span {
  display: block;
  font-size: 1.8rem;
  font-family: "noto sans jp", sans-serif;
  margin-top: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .subttl span {
    font-size: 1.4rem;
  }
}
.subttl::after {
  content: "";
  width: 4rem;
  height: 2px;
  background: #8F00FF;
  display: inline-block;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.wavecanvas06 .wave06 {
  transform: rotate(6deg);
  top: -65rem;
}
@media screen and (max-width: 599px) {
  .wavecanvas06 .wave06 {
    top: -60rem;
  }
}

.voices .bg-gry {
  margin-top: -16rem;
  background: #f7f7f7;
}
@media screen and (min-width: 1660px) {
  .voices .bg-gry {
    margin-top: -7rem;
  }
}
@media screen and (max-width: 1250px) {
  .voices .bg-gry {
    margin-top: -18rem;
  }
}
@media screen and (max-width: 599px) {
  .voices .bg-gry {
    margin-top: -5rem;
    padding-top: 13rem;
  }
}
.voices .bg-gry .out-wrapper {
  background: #fff;
  width: 1040px;
  margin: 0 auto;
  padding-bottom: 15rem;
}
@media screen and (max-width: 599px) {
  .voices .bg-gry .out-wrapper {
    width: 95%;
    padding: 8rem 0;
  }
}
.voices .bg-gry .out-wrapper .container {
  text-align: center;
  margin-top: 7rem;
}
.voices .bg-gry .out-wrapper .box {
  display: inline-block;
  border: 1px solid #707070;
}
@media screen and (max-width: 599px) {
  .voices .bg-gry .out-wrapper .box {
    display: flex;
    flex-direction: column;
    border: 0;
  }
}
.voices .bg-gry .out-wrapper .box .voice02 {
  font-size: 1.6rem;
  line-height: 60px;
  position: relative;
  height: 60px;
  padding: 0 0 0 2rem;
  text-align: center;
  color: #fff;
  background: #8F00FF;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .voices .bg-gry .out-wrapper .box .voice02 {
    padding: 0;
  }
}
.voices .bg-gry .out-wrapper .box .voice02::after {
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: "";
  border: 30px solid #8F00FF;
  border-left: 15px solid #8F00FF;
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}
@media screen and (max-width: 599px) {
  .voices .bg-gry .out-wrapper .box .voice02::after {
    content: none;
  }
}
.voices .bg-gry .out-wrapper .box .voice03 {
  padding: 1.5rem 3rem 1.5rem 4rem;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .voices .bg-gry .out-wrapper .box .voice03 {
    border: 1px solid #707070;
    padding: 2rem 1.5rem;
  }
}
.voices .bg-gry .out-wrapper .answer-container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .voices .bg-gry .out-wrapper .answer-container {
    flex-flow: column;
    align-items: center;
  }
}
.voices .bg-gry .out-wrapper .answer-container .box-l .circle {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: linear-gradient(-180deg, #BAB7F9, #E6BAE1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.voices .bg-gry .out-wrapper .answer-container .box-l .circle .box {
  background: #fff;
  text-align: center;
  border: none;
  height: 168px;
  width: 168px;
  border-radius: 50%;
}
.voices .bg-gry .out-wrapper .answer-container .box-l .circle .box .item01 {
  background: #fff;
  border: 1px solid #333;
  font-size: 1.7rem;
  padding: 0 0.1rem;
  width: 95%;
  margin: 3rem auto 0;
}
.voices .bg-gry .out-wrapper .answer-container .box-l .circle .box .item02 {
  font-size: 6.4rem;
  font-weight: 600;
  letter-spacing: -0.3em;
  text-indent: -0.2em;
  line-height: 1.1;
}
.voices .bg-gry .out-wrapper .answer-container .box-l .circle .box .item02 span {
  font-size: 3rem;
  margin-left: 1.5rem;
}
.voices .bg-gry .out-wrapper .answer-container .box-r {
  margin-left: 5rem;
}
@media screen and (max-width: 599px) {
  .voices .bg-gry .out-wrapper .answer-container .box-r {
    margin-left: 0;
  }
}
.voices .bg-gry .out-wrapper .answer-container .box-r .item01 {
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 3rem;
}
@media screen and (max-width: 599px) {
  .voices .bg-gry .out-wrapper .answer-container .box-r .item01 {
    padding-left: 0;
    text-align: center;
    margin-top: 3rem;
  }
}
.voices .bg-gry .out-wrapper .answer-container .box-r .item01 span {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .voices .bg-gry .out-wrapper .answer-container .box-r .item01 span {
    font-size: 1.8rem;
  }
}
.voices .bg-gry .out-wrapper .answer-container .box-r .item01::before {
  content: "";
  width: 13px;
  height: 27px;
  background: url(../images/voice01.png);
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -3px;
}
@media screen and (max-width: 599px) {
  .voices .bg-gry .out-wrapper .answer-container .box-r .item01::before {
    left: 20%;
  }
}
.voices .bg-gry .out-wrapper .answer-container .box-r .item01::after {
  content: "";
  width: 13px;
  height: 27px;
  background: url(../images/voice02.png);
  display: inline-block;
  position: absolute;
  left: 19rem;
  bottom: -3px;
}
@media screen and (max-width: 599px) {
  .voices .bg-gry .out-wrapper .answer-container .box-r .item01::after {
    left: 23rem;
  }
}
.voices .bg-gry .out-wrapper .answer-container .box-r h4 {
  margin-top: 0.5rem;
  font-size: 2.9rem;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .voices .bg-gry .out-wrapper .answer-container .box-r h4 {
    margin-top: 1rem;
    font-size: 2.2rem;
    text-align: center;
  }
}
.voices .bg-gry .out-wrapper .answer-container .box-r h4 span {
  position: relative;
}
.voices .bg-gry .out-wrapper .answer-container .box-r h4 span::after {
  position: absolute;
  content: "";
  width: 91%;
  height: 13px;
  background: url(../images/bg/purple.png) repeat-x;
  left: 15px;
  bottom: -1.5rem;
  display: inline-block;
}
.voices .bg-gry .out-wrapper .answer-container .box-r .item02 {
  font-size: 1.4rem;
  color: #888;
}
@media screen and (max-width: 599px) {
  .voices .bg-gry .out-wrapper .answer-container .box-r .item02 {
    text-align: center;
  }
}
.voices .bg-gry .out-wrapper .voice-container {
  display: flex;
  padding: 0 4rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .voices .bg-gry .out-wrapper .voice-container {
    padding: 0;
    flex-direction: column;
  }
}
.voices .bg-gry .out-wrapper .voice-container .itembox {
  flex-basis: 47%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 2rem;
  margin-top: 2rem;
}
.voices .bg-gry .out-wrapper .voice-container .itembox .box-l {
  flex-basis: 24%;
}
.voices .bg-gry .out-wrapper .voice-container .itembox .box-r {
  flex-basis: 70%;
}
.voices .bg-gry .out-wrapper .voice-container .itembox .box-r .name {
  text-align: right;
  font-weight: 600;
}
.voices .bg-gry .out-wrapper .voice-container .itembox:nth-child(2n) {
  position: relative;
}
.voices .bg-gry .out-wrapper .voice-container .itembox:nth-child(2n)::before {
  content: "";
  height: 122px;
  width: 1px;
  background: #d3d3d3;
  position: absolute;
  left: -2.5rem;
}
.voices .bg-gry .out-wrapper .item03 {
  font-size: 1.4rem;
  color: #888;
  text-align: right;
  padding-right: 4rem;
  margin-top: 2rem;
}
.voices .bg-gry .out-wrapper .before-after .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .voices .bg-gry .out-wrapper .before-after .container {
    flex-direction: column;
  }
}
.voices .bg-gry .out-wrapper .before-after .container .box02 {
  flex-basis: 50%;
  display: flex;
}
@media screen and (max-width: 599px) {
  .voices .bg-gry .out-wrapper .before-after .container .box02 {
    margin-top: 2rem;
  }
  .voices .bg-gry .out-wrapper .before-after .container .box02:first-child {
    margin-top: 0;
  }
}
.voices .bg-gry .out-wrapper .before-after .container .box-r {
  justify-content: flex-end;
}

/*============================================*/
/*               HOW TO USE 使い方                 */
/*============================================*/
.howto .bg-gry {
  background: #f7f7f7;
  padding-bottom: 15rem;
}
@media screen and (max-width: 599px) {
  .howto .bg-gry {
    padding-bottom: 7rem;
  }
}
.howto .bg-gry .movie-box {
  width: 70%;
  margin: 15rem auto 0;
}
.howto .bg-gry .movie-box iframe {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .howto .bg-gry .movie-box {
    width: 100%;
    margin-top: 6rem;
  }
  .howto .bg-gry .movie-box iframe {
    height: 200px;
  }
}
.howto .bg-gry .howto-box {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .howto .bg-gry .howto-box {
    width: 100%;
  }
}
.howto .bg-gry .howto-box .container {
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 7rem 5rem 5rem 13rem;
  align-items: center;
  margin-top: 3rem;
}
.howto .bg-gry .howto-box .container:first-child {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .howto .bg-gry .howto-box .container {
    padding: 2rem 2rem 4rem;
    flex-direction: column-reverse;
    margin-top: 2rem;
  }
}
.howto .bg-gry .howto-box .container .box {
  flex-basis: 50%;
}
.howto .bg-gry .howto-box .container .box h4 {
  display: inline-block;
  border-bottom: 1px solid #D4BCE8;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .howto .bg-gry .howto-box .container .box h4 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 2rem;
    text-align: center;
    display: block;
    padding-bottom: 0.5rem;
  }
}
.howto .bg-gry .howto-box .container .box h4 span {
  font-family: "Josefin Sans", sans-serif;
  color: #8F00FF;
  font-size: 3.2rem;
  margin-right: 1rem;
}
@media screen and (max-width: 599px) {
  .howto .bg-gry .howto-box .container .box h4 span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .howto .bg-gry .howto-box .container .box p {
    font-size: 1.4rem;
  }
}
.howto .bg-gry .howto-box .container .box p span {
  display: block;
  color: #888888;
  margin-top: 1rem;
}
@media screen and (max-width: 599px) {
  .howto .bg-gry .howto-box .container .box p span {
    font-size: 1.3rem;
  }
}
.howto .bg-gry .howto-box .container .box img {
  height: 250px;
  object-fit: contain;
}
@media screen and (max-width: 599px) {
  .howto .bg-gry .howto-box .container .box img {
    height: 180px;
  }
}
.howto .bg-gry .howto-box .container .box img:first-child {
  width: 84%;
}
@media screen and (max-width: 599px) {
  .howto .bg-gry .howto-box .container .box img:first-child {
    width: 100%;
  }
}
.howto .bg-gry .howto-box .rev {
  flex-direction: row-reverse;
  padding: 7rem 13rem 5rem 5rem;
}
@media screen and (max-width: 599px) {
  .howto .bg-gry .howto-box .rev {
    padding: 2rem 2rem 4rem;
    flex-direction: column-reverse;
  }
}

.care {
  position: relative;
}
.care .container {
  width: 1000px;
  margin: 0 auto;
  border: 1px solid #8F00FF;
  padding: 100px 80px;
  position: relative;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 599px) {
  .care .container {
    width: 95%;
    padding: 5rem 2rem 4rem;
  }
}
.care .container .care_circle {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  right: 80px;
  top: 60px;
  background-color: #8F00FF;
  color: #fff;
  text-align: center;
  border-radius: 200px;
  padding: 45px 0px;
  line-height: 1.8em;
}
@media screen and (max-width: 599px) {
  .care .container .care_circle {
    padding: 2.5rem 0;
    width: 60%;
    height: 100px;
    font-size: 1.4rem;
    font-weight: 500;
    left: 50%;
    transform: translateX(-50%);
    top: 82px;
    color: #8F00FF;
    background: none;
    letter-spacing: 0.1em;
  }
}

.subttl_jp {
  text-align: center;
  font-weight: 600;
  font-size: 3rem;
  position: relative;
  margin-bottom: 60px;
  letter-spacing: 3px;
}
@media screen and (max-width: 599px) {
  .subttl_jp {
    font-size: 2.2rem;
    margin-bottom: 70px;
  }
}
.subttl_jp::after {
  content: "";
  width: 4rem;
  height: 2px;
  background: #8F00FF;
  display: inline-block;
  bottom: -60%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.subttl_jp span {
  font-size: 16px;
  display: block;
}

.care_disc {
  text-align: center;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 20px;
  margin-bottom: 80px;
  font-family: "noto sans jp", sans-serif;
}
@media screen and (max-width: 599px) {
  .care_disc {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}

.case_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.case_flex .inner {
  flex-basis: 48%;
}
.case_flex .inner img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .case_flex {
    margin-bottom: 4rem;
  }
}

.attention {
  width: 70%;
  margin: 0 auto;
}
.attention p {
  color: #8F00FF;
  line-height: 2em;
  letter-spacing: 1px;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .attention {
    width: 100%;
  }
}

.faq {
  position: relative;
}
.faq .container {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .faq .container {
    width: 100%;
  }
}

.faq_area {
  width: 70%;
  margin: 0 auto;
  margin-top: 120px;
}
@media screen and (max-width: 599px) {
  .faq_area {
    width: 100%;
    margin-top: 4rem;
    padding: 0 2rem;
  }
}

#acMenu dt {
  display: block;
  width: 100%;
  line-height: 1.5em;
  border-bottom: #B898FF 1px solid;
  cursor: pointer;
  font-weight: normal;
  padding: 20px;
  position: relative;
  padding-left: 60px;
  letter-spacing: 1px;
}
@media screen and (max-width: 599px) {
  #acMenu dt {
    padding-left: 4.2rem;
  }
}
#acMenu dt:before {
  content: "Q";
  font-size: 26px;
  color: #B898FF;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  left: 10px;
  top: 22px;
}
@media screen and (max-width: 599px) {
  #acMenu dt:before {
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
  }
}
#acMenu dt:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #B898FF;
  position: absolute;
  right: 20px;
  top: 50%;
}
@media screen and (max-width: 599px) {
  #acMenu dt:after {
    right: 5px;
  }
}
#acMenu dt.open:after {
  content: "";
  width: 0;
  height: 0;
  border-top: initial;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #B898FF;
  position: absolute;
  right: 20px;
  top: 50%;
}
@media screen and (max-width: 599px) {
  #acMenu dt.open:after {
    right: 5px;
  }
}

#acMenu dd {
  margin-top: 20px;
  background: #F9F7FF;
  width: 100%;
  padding: 30px;
  line-height: 2em;
  display: none;
}

.product_area {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .product_area {
    margin-top: 6rem;
    flex-direction: column;
    padding: 0 2rem;
  }
}
.product_area .box_01 {
  flex-basis: 495px;
}
.product_area .box_01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .product_area .box_01 {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.product_area .box_02 {
  flex-basis: 495px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_area .box_02 .inner {
  flex-basis: calc(50% - 5px);
  margin-bottom: 10px;
}
.product_area .box_02 .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_area .box_02 .inner:nth-of-type(2n) {
  margin-right: 0px;
}
.product_area .box_02 .inner:nth-of-type(n + 3) {
  margin-bottom: 0px;
}
@media screen and (max-width: 599px) {
  .product_area .box_02 {
    flex-basis: 100%;
  }
}

.product_text {
  background-image: url(../images/product_bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 90px 140px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .product_text {
    flex-direction: column;
    background-size: cover;
    padding: 6rem 2rem;
  }
}
.product_text .left {
  flex-basis: 45%;
}
@media screen and (max-width: 599px) {
  .product_text .left {
    flex-basis: 100%;
  }
}
.product_text .left .logo {
  width: 200px;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .product_text .left .logo {
    width: 50%;
  }
}
.product_text .right {
  flex-basis: 50%;
}
@media screen and (max-width: 599px) {
  .product_text .right {
    flex-basis: 100%;
    margin-top: 0.2rem;
  }
}
.product_text table {
  width: 100%;
}
.product_text table tr th, .product_text table tr td {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8em;
}
.product_text table tr th {
  width: 30%;
}

.btn_area {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  column-gap: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .btn_area {
    flex-direction: column;
  }
}
.btn_area div {
  flex-basis: 31%;
  letter-spacing: 1px;
  padding-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .btn_area div {
    margin-top: 2rem;
    padding: 0 2rem;
  }
  .btn_area div:first-child {
    margin-top: 0;
  }
}

.amazon_btn a {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #ff9901;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.5em;
  transition: 0.2s;
  box-shadow: 1px 3px 2px 1px rgba(181, 119, 20, 0.9);
  position: relative;
}
.amazon_btn a:hover {
  transform: translateY(5px);
  color: #fff;
  background: #ff9901;
  box-shadow: none;
}
.amazon_btn a span {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.amazon_btn a:after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: calc(50% - 12.5px);
  right: 20px;
  width: 25px;
  height: 25px;
  box-shadow: none;
}

.yahoo_btn a {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #54A6E8;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.5em;
  transition: 0.2s;
  box-shadow: 1px 3px 2px 1px rgba(67, 109, 167, 0.9);
  position: relative;
}
.yahoo_btn a:hover {
  transform: translateY(5px);
  color: #fff;
  background: #54A6E8;
  box-shadow: none;
}
.yahoo_btn a span {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.yahoo_btn a:after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: calc(50% - 12.5px);
  right: 20px;
  width: 25px;
  height: 25px;
}

.rakuten_btn a {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #bf0001;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.5em;
  transition: 0.2s;
  box-shadow: 1px 3px 2px 1px rgba(123, 31, 31, 0.9);
  position: relative;
}
@media screen and (max-width: 599px) {
  .rakuten_btn a {
    margin-bottom: 1rem;
  }
}
.rakuten_btn a:hover {
  transform: translateY(5px);
  color: #fff;
  background: #bf0001;
  box-shadow: none;
}
.rakuten_btn a span {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.rakuten_btn a:after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: calc(50% - 12.5px);
  right: 20px;
  width: 25px;
  height: 25px;
}

footer {
  text-align: center;
  margin-top: 200px;
}
@media screen and (max-width: 599px) {
  footer {
    margin-top: 10rem;
  }
}
footer .container {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  footer .container {
    width: 100%;
    padding: 0 20px;
  }
}
footer p {
  font-size: 12px;
  letter-spacing: 1px;
  color: #333;
  padding: 20px;
  border-top: #333 1px solid;
}

.body_copy {
  width: 65%;
}

.movie-box video {
  width: 100%;
}

.chui_wrapper {
  border: 2px solid red;
  padding: 20px;
}
@media screen and (max-width: 599px) {
  .chui_wrapper {
    margin: 0 2rem;
    margin-top: 20px;
  }
}
.chui_wrapper p {
  color: red;
  font-weight: bold;
  font-size: 1.5rem;
}