@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::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 Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", 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 {
  font-size: 62.5%;
}

/* bodyのフォントサイズを1.6em（16px）に設定 */
body {
  font-size: 1.6em;
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}
body a {
  display: block;
  transition: 0.3s;
  cursor: pointer;
}
body a:link {
  text-decoration: none;
}
body a:visited {
  text-decoration: none;
}
body a:hover {
  opacity: 0.7;
}
body a:active {
  color: #666;
}
body img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
body .wrapper {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  body .wrapper {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  body .wrapper {
    min-width: auto;
  }
}
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: 400px) {
  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: 768px) {
  body .pc, body .ssp {
    display: none;
  }
  body .sp, body .pc-tb {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  body .sp, body .ssp {
    display: block;
  }
  body .pc-tb, body .pc {
    display: none;
  }
}
body .bold {
  font-weight: 700;
}

/*************************************************
animation
*************************************************/
.fadeUpTrigger, .fadeLeftTrigger, .fadeRightTrigger, .fadeInTrigger, .fadeInAnime01 {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeIn {
  animation: fadeInAnime 800ms ease forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

.delay-time1 {
  animation-delay: 1s;
}

/*************************************************
header
*************************************************/
/*************************************************
footer
*************************************************/
/*************************************************
top
*************************************************/
.kv_wrapper {
  height: 100vh;
  position: relative;
}
.kv_wrapper .kv_img {
  height: 100%;
}
.kv_wrapper .kv_img img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .kv_wrapper .fadeIn_start {
    animation: fadeInAnime 800ms ease forwards;
  }
}
.kv_wrapper .catch_copy {
  font: 400 4.1rem/1.5 "toppan-bunkyu-mincho-pr6n", serif;
  position: absolute;
  color: #fff;
  top: 30%;
  left: 12%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .kv_wrapper .catch_copy {
    font: 400 3.1rem/1.5 "toppan-bunkyu-mincho-pr6n", serif;
  }
}
@media screen and (max-width: 768px) {
  .kv_wrapper .catch_copy {
    left: 5%;
    top: 20%;
    font: 400 3.1rem/1.5 "toppan-bunkyu-mincho-pr6n", serif;
  }
}
@media screen and (max-width: 400px) {
  .kv_wrapper .catch_copy {
    font-size: 2.8rem;
    top: 28%;
  }
}
.kv_wrapper .date {
  font: 400 1.5rem/1.5 "Noto Sans JP", sans-serif;
  border: 1px solid #fff;
  padding: 0 1rem;
  color: #fff;
  position: absolute;
  bottom: 21%;
  left: 5%;
}
@media screen and (max-width: 1024px) {
  .kv_wrapper .date {
    bottom: 16%;
  }
}
@media screen and (max-width: 768px) {
  .kv_wrapper .date {
    bottom: 5%;
  }
}
.kv_wrapper .img_box {
  position: absolute;
  right: 4%;
  width: 15%;
  bottom: 4%;
}
@media screen and (max-width: 1024px) {
  .kv_wrapper .img_box {
    width: 23%;
  }
}
@media screen and (max-width: 768px) {
  .kv_wrapper .img_box {
    width: 45%;
    right: 1%;
    bottom: 2%;
  }
}

#logo {
  width: 29%;
  position: absolute;
  bottom: 5%;
  left: 5%;
  animation: DownAnime 0.8s forwards;
  z-index: 999; /*最前面へ*/
}
#logo svg {
  height: 100%;
  width: 100%;
  fill: #fff;
}
@media screen and (max-width: 768px) {
  #logo {
    bottom: auto;
    top: 5%;
  }
}

/*==ふわっと出現させるためのCSS*/
/*上に上がる動き*/
#logo.UpMove {
  position: fixed;
  width: 7%;
  z-index: 999; /*最前面へ*/
  animation: UpAnime 0.5s forwards;
  bottom: auto;
  transition: 0.5s;
  top: 2%;
}
@media screen and (max-width: 768px) {
  #logo.UpMove {
    top: 2rem;
  }
}
#logo.UpMove svg {
  width: 140px;
  fill: #363B8E;
}
@media screen and (max-width: 1024px) {
  #logo.UpMove svg {
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  #logo.UpMove svg {
    width: 100px;
    opacity: 0;
  }
}

/*下に下がる動き*/
#logo.DownMove {
  width: 29%;
  height: 100%;
  transition: 0.8s;
  animation: DownAnime 0.8s forwards;
}
#logo.DownMove svg {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  #logo.DownMove {
    width: 25%;
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*************************************************
concept
*************************************************/
.concept_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.concept_wrapper .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.concept_wrapper .bg .bg_01, .concept_wrapper .bg .bg_02 {
  width: 65vw;
  height: 65vw;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .concept_wrapper .bg .bg_01, .concept_wrapper .bg .bg_02 {
    width: 85vw;
    height: 85vw;
    top: 30%;
  }
}
.concept_wrapper .bg .bg_01 img, .concept_wrapper .bg .bg_02 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: changeanim 24s infinite;
}
.concept_wrapper .bg .bg_01 {
  transition: transform 2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transform: translate(-70%, -50%);
}
.concept_wrapper .bg .bg_01 img:first-child {
  animation-delay: 0s;
}
.concept_wrapper .bg .bg_01 img:nth-child(2) {
  animation-delay: 8s;
}
.concept_wrapper .bg .bg_01 img:nth-child(3) {
  animation-delay: 16s;
}
.concept_wrapper .bg .bg_02 {
  width: 50vw;
  height: 50vw;
  transform: translate(-5%, -40%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .concept_wrapper .bg .bg_02 {
    width: 75vw;
    height: 75vw;
    left: 30%;
    top: 70%;
  }
}
.concept_wrapper .bg .bg_02 img:first-child {
  animation-delay: 1s;
}
.concept_wrapper .bg .bg_02 img:nth-child(2) {
  animation-delay: 11s;
}
.concept_wrapper .bg .bg_02 img:nth-child(3) {
  animation-delay: 19s;
}
.concept_wrapper .inner_concept {
  position: relative;
  height: 100%;
  margin: 11vw 0 18vw;
  z-index: 2;
}
.concept_wrapper .inner_concept h2 span {
  font: 500 2rem/1.5 "edita", serif;
  color: #A5A5A5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .concept_wrapper .inner_concept h2 span {
    font-size: 1.8rem;
  }
}
.concept_wrapper .inner_concept h2 p {
  font: 500 4.1rem/1.5 "toppan-bunkyu-mincho-pr6n", serif;
  color: #363B8E;
}
@media screen and (max-width: 768px) {
  .concept_wrapper .inner_concept h2 p {
    font-size: 3rem;
  }
}
.concept_wrapper .inner_concept .txtbox {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .concept_wrapper .inner_concept .txtbox {
    margin-top: 4rem;
  }
}
.concept_wrapper .inner_concept .txtbox p {
  font: 400 1.6rem/1.7 "Noto Serif JP", serif;
  color: #363B8E;
}
@media screen and (max-width: 768px) {
  .concept_wrapper .inner_concept .txtbox p {
    font-size: 1.5rem;
  }
}
.concept_wrapper .inner_concept .txtbox p i {
  font: 200 0.7rem/1 "Noto Serif JP", serif;
  vertical-align: text-top;
}
.concept_wrapper .inner_concept .txtbox p:not(:first-of-type) {
  margin-top: 2.5rem;
}
.concept_wrapper .inner_concept .txtbox .item_name {
  margin-top: 2.5rem;
  display: flex;
  column-gap: 1rem;
  align-items: center;
}
.concept_wrapper .inner_concept .txtbox .item_name p {
  margin: 0;
}
.concept_wrapper .inner_concept .txtbox .item_name .bold {
  font-weight: 600;
  line-height: 1.5;
}
.concept_wrapper .inner_concept .txtbox .item_name .number {
  font: 500 1.6rem/1.5 "Josefin Sans", sans-serif;
}
.concept_wrapper .inner_concept .txtbox .anno {
  margin-top: 1rem;
}
.concept_wrapper .inner_concept .txtbox .anno p .item {
  font: 500 1.2rem/1.2 "Noto Serif JP", serif;
}

@keyframes changeanim {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*************************************************
wide
*************************************************/
#app {
  background: url(../images/wide_01.webp) no-repeat;
  background-size: cover;
  background-position: center top;
  background-size: 120%;
  width: 100%;
  height: 40vw;
}
@media screen and (max-width: 1024px) {
  #app {
    height: 40vw;
    background-size: 130%;
  }
}
@media screen and (max-width: 768px) {
  #app {
    height: 42vw;
    background-size: 165%;
  }
}
#app img {
  position: absolute;
  top: -100px;
  object-fit: cover;
  object-position: center;
}

/*************************************************
point ポイント
*************************************************/
.point_wrapper {
  background: linear-gradient(90deg, rgb(248, 245, 237) 0%, rgb(199, 212, 221) 100%);
  padding: 15rem 0 20rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .point_wrapper {
    padding: 8rem 0 10rem;
  }
}
.point_wrapper .bg {
  overflow: hidden;
}
.point_wrapper .bg .bg_01 {
  width: 70%;
  position: absolute;
  left: -10%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .point_wrapper .bg .bg_01 {
    top: 6%;
    width: 100%;
    left: -2%;
    transform: none;
  }
}
@media screen and (max-width: 400px) {
  .point_wrapper .bg .bg_01 {
    width: 100%;
  }
}
.point_wrapper .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .point_wrapper .container {
    flex-direction: column;
    align-items: center;
  }
}
.point_wrapper .container .box-l {
  flex-basis: 25%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .point_wrapper .container .box-l {
    width: 100%;
  }
}
.point_wrapper .container .box-l h2 {
  font: 500 2.8rem/1.5 "edita", serif;
  letter-spacing: 0.1em;
  color: #A5A5A5;
}
@media screen and (max-width: 768px) {
  .point_wrapper .container .box-l h2 {
    width: 100%;
  }
}
.point_wrapper .container .box-l .item_img {
  width: 20vw;
  margin-top: 12rem;
}
@media screen and (max-width: 1024px) {
  .point_wrapper .container .box-l .item_img {
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .point_wrapper .container .box-l .item_img {
    width: 30vw;
    margin: 4rem auto;
  }
  .point_wrapper .container .box-l .item_img img {
    filter: drop-shadow(52px 23px 44px rgba(38, 38, 38, 0.15));
  }
}
.point_wrapper .container .box-r {
  flex-basis: 59%;
  position: relative;
}
.point_wrapper .container .box-r .point {
  display: flex;
  align-items: flex-start;
  column-gap: 4.5rem;
  margin-top: 3.2rem;
  position: relative;
}
.point_wrapper .container .box-r .point:first-child {
  margin-top: 0;
}
.point_wrapper .container .box-r .point:nth-child(2) .item-r h3 {
  margin-top: -1.6rem;
}
@media screen and (max-width: 768px) {
  .point_wrapper .container .box-r .point {
    column-gap: 1rem;
  }
}
.point_wrapper .container .box-r .point .item-l {
  height: 100%;
}
.point_wrapper .container .box-r .point .item-l .num {
  font: 500 5rem/1 "edita", serif;
  letter-spacing: 0.08em;
  color: #A8B1C5;
}
.point_wrapper .container .box-r .point .item-l .border {
  height: 116px;
  height: 20%;
}
.point_wrapper .container .box-r .point .item-l .border::after {
  content: "";
  width: 1px;
  height: 70%;
  background: #A8B1C5;
  position: absolute;
  left: 4%;
  top: 7rem;
}
@media screen and (max-width: 768px) {
  .point_wrapper .container .box-r .point .item-l .border::after {
    left: 6%;
  }
}
.point_wrapper .container .box-r .point .item-r {
  margin-top: 13px;
}
.point_wrapper .container .box-r .point .item-r h3 {
  font: 500 2.4rem/1.4 "toppan-bunkyu-mincho-pr6n", serif;
  color: #363B8E;
}
@media screen and (max-width: 768px) {
  .point_wrapper .container .box-r .point .item-r h3 {
    font-size: 2rem;
  }
}
.point_wrapper .container .box-r .point .item-r .txt {
  margin-top: 3.2rem;
}
.point_wrapper .container .box-r .point .item-r .txt p {
  font: 400 1.4rem/1.7 "Noto Serif JP", serif;
}
.point_wrapper .container .box-r .point .item-r .txt dl {
  margin-top: 2rem;
}
.point_wrapper .container .box-r .point .item-r .txt dl dt {
  color: #363B8E;
  font: 500 1.4rem/1.5 "toppan-bunkyu-mincho-pr6n", serif;
}
.point_wrapper .container .box-r .point .item-r .txt dl dd {
  font: 400 1.2rem/1.5 "Noto Serif JP", serif;
}
.point_wrapper .container .box-r .point .item-r .txt dl dd i {
  font: normal 1rem/1.5 "Noto Serif JP", serif;
  margin-top: 0.5rem;
  display: block;
}
.point_wrapper .container .box-r .point:nth-child(3) .item-l {
  height: 100%;
}
.point_wrapper .container .box-r .point:nth-child(3) .item-l .border {
  height: 116px;
  height: 20%;
}
.point_wrapper .container .box-r .point:nth-child(3) .item-l .border::after {
  height: 90%;
  top: 8rem;
}
.point_wrapper .container .box-r::before {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 7rem;
  left: 3.5%;
  /*丸の形状*/
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #A8B1C5;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 5s ease-in infinite, cirlemovehide 5s linear infinite;
  /*下からの距離が変化して丸の全体が上から下に動く*/
  /*上から下にかけて丸が透過→不透明→透過する*/
}
@media screen and (max-width: 768px) {
  .point_wrapper .container .box-r::before {
    left: 5.3%;
  }
}
@keyframes circlemove {
  0% {
    top: 7rem;
  }
  100% {
    top: 104%;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
    transform: scale(1.5);
  }
  2% {
    opacity: 1;
    transform: scale(1);
  }
  31% {
    opacity: 1;
  }
  32% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  44% {
    opacity: 1;
    transform: scale(1.5);
  }
  45% {
    opacity: 1;
    transform: scale(1);
  }
  56% {
    opacity: 1;
  }
  57% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  67% {
    opacity: 1;
    transform: scale(1.5);
  }
  68% {
    opacity: 1;
    transform: scale(1);
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*************************************************
wide02
*************************************************/
.wide02 {
  height: 40vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wide02 {
    height: 50vw;
  }
}
.wide02 img {
  height: 100%;
  object-fit: cover;
}

/*************************************************
whatis_wrapper トリートメント促進器
*************************************************/
.whatis_wrapper {
  background: linear-gradient(270deg, rgb(248, 245, 237) 0%, rgb(199, 212, 221) 100%);
}
@media screen and (max-width: 768px) {
  .whatis_wrapper {
    padding: 0 0 0 2rem;
  }
}
.whatis_wrapper .container {
  background: url(../images/item_02.webp) no-repeat;
  background-position: center right;
  background-size: 55%;
  padding: 6.7rem 0 20rem;
}
@media screen and (max-width: 768px) {
  .whatis_wrapper .container {
    padding: 6.7rem 0 20rem;
    background-size: 60%;
    background-position: bottom 3% right 0;
  }
}
.whatis_wrapper .container .box-l {
  width: 53%;
}
@media screen and (max-width: 768px) {
  .whatis_wrapper .container .box-l {
    width: 95%;
    margin: 0 auto 0 0;
  }
}
.whatis_wrapper .container .box-l h2 {
  margin-top: 8.7rem;
}
@media screen and (max-width: 768px) {
  .whatis_wrapper .container .box-l h2 {
    margin-top: 0;
  }
}
.whatis_wrapper .container .box-l h2 span {
  font: 500 6.5rem/1 "edita", serif;
  color: #273C84;
}
@media screen and (max-width: 768px) {
  .whatis_wrapper .container .box-l h2 span {
    font-size: 4rem;
  }
}
.whatis_wrapper .container .box-l h2 p {
  color: #fff;
  font: 500 2.4rem/2 "toppan-bunkyu-mincho-pr6n", serif;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.25));
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .whatis_wrapper .container .box-l h2 p {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
.whatis_wrapper .container .box-l .txt {
  width: 70%;
  margin-top: 3rem;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .whatis_wrapper .container .box-l .txt {
    width: 95%;
    margin: 0 auto 0 0;
  }
}
.whatis_wrapper .container .box-l .txt p {
  font: 400 1.4rem/1.57 "Noto Serif JP", serif;
  margin-top: 1rem;
}
.whatis_wrapper .container .box-r {
  flex-basis: 59%;
}

/*=============================== 
          banner
=================================*/
.top-banner {
  padding: 8rem;
  margin: 8rem 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .top-banner {
    margin: 4rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .top-banner {
    padding: 3.5rem 0;
  }
}
.top-banner h2 {
  font: 500 3.2rem/1.5 "toppan-bunkyu-mincho-pr6n", serif;
  color: #363B8E;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-banner h2 {
    font-size: 2.8rem;
  }
}
.top-banner .lead {
  font: 400 1.4rem/1.5 "Noto Serif JP", serif;
  text-align: center;
  margin-top: 2rem;
}
.top-banner .container {
  display: flex;
  justify-content: center;
  column-gap: 5%;
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .top-banner .container {
    flex-direction: column;
    width: 90%;
    margin: 3.2rem auto 0;
    row-gap: 3rem;
    align-items: center;
  }
}
.top-banner .box {
  overflow: hidden;
  position: relative;
  height: 220px;
  min-width: 380px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .top-banner .box {
    min-width: auto;
    height: 175px;
    width: 320px;
  }
}
.top-banner .box::after {
  transition: 0.4s;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/banner01.jpg) no-repeat;
  padding: 1.2rem 0;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 0;
}
.top-banner .banner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}
.top-banner .banner .logo-inner {
  width: 45%;
  padding-left: 2rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-banner .banner .logo-inner {
    width: 47%;
  }
}
.top-banner .banner .item {
  font-size: 1rem;
  border: 1px solid #fff;
  padding: 0.2rem 0.5rem;
  color: #fff;
  width: fit-content;
  margin-left: 2rem;
  margin-top: 1.1rem;
}
@media screen and (max-width: 768px) {
  .top-banner .banner .item {
    font-size: 0.7rem;
    margin-left: 1.8rem;
  }
}
.top-banner .banner .container {
  display: flex;
  margin-top: 9.5rem;
  column-gap: 3.3rem;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .top-banner .banner .container {
    flex-direction: row;
    margin: 6rem auto 0 0;
    width: 100%;
    justify-content: space-between;
  }
}
.top-banner .banner .container p {
  background: #fff;
  color: #664070;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .top-banner .banner .container p {
    font-size: 1.5rem;
    padding-left: 1.6rem;
  }
}
.top-banner .banner .container .arrow {
  width: 3.2rem;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .top-banner .banner .container .arrow {
    width: 2.5rem;
    margin-right: 2rem;
  }
}
.top-banner .box:last-child::after {
  background-image: url(../images/banner02.jpg);
}
.top-banner .box:last-child .banner {
  text-align: left;
}
.top-banner .box:last-child .banner .container {
  margin-top: 8rem;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .top-banner .box:last-child .banner .container {
    margin-top: 6rem;
  }
}
.top-banner .box:last-child .banner p {
  font-size: 1.6rem;
  width: fit-content;
  padding: 1px 1rem 0 2rem;
}
@media screen and (max-width: 768px) {
  .top-banner .box:last-child .banner p {
    font-size: 1.2rem;
    line-height: 1.8;
    padding: 2px 1rem 0 1.7rem;
  }
}
.top-banner .box:hover {
  opacity: 1;
  border-radius: 10px;
}
.top-banner .box:hover::after {
  opacity: 1;
  transform: scale(1.05);
}
.top-banner .box:hover .container .arrow {
  transform: translateX(2.6rem);
}

/*************************************************
seibun_wrapper 成分
*************************************************/
.seibun_wrapper {
  padding: 22rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .seibun_wrapper {
    padding: 10rem 0;
  }
}
.seibun_wrapper .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.seibun_wrapper .bg .bg_01, .seibun_wrapper .bg .bg_02 {
  width: 60vw;
  height: 60vw;
  position: absolute;
  top: 50%;
  left: 50%;
}
.seibun_wrapper .bg .bg_01 {
  transform: translate(-80%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .seibun_wrapper .bg .bg_01 {
    transform: none;
    width: 70vw;
    height: 70vw;
    top: 20%;
    left: 5%;
  }
}
.seibun_wrapper .bg .bg_02 {
  transform: translate(-20%, -40%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .seibun_wrapper .bg .bg_02 {
    transform: none;
    width: 85vw;
    height: 85vw;
    top: 40%;
    left: 10%;
  }
}
.seibun_wrapper .container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .seibun_wrapper .container {
    flex-direction: column;
  }
}
.seibun_wrapper .container .box-l {
  flex-basis: 48%;
}
.seibun_wrapper .container .box-l h3 {
  background: #363B8E;
  color: #fff;
  font: 600 1.4rem/2 "Noto Sans JP", sans-serif;
  width: fit-content;
  position: relative;
  padding: 5px 1rem;
  border-radius: 3px;
}
.seibun_wrapper .container .box-l h3::after {
  content: "";
  border-radius: 3px;
  width: 98%;
  height: 88%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.seibun_wrapper .container .box-l h2 {
  font: 500 3rem/1.6 "toppan-bunkyu-mincho-pr6n", serif;
  color: #363B8E;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .seibun_wrapper .container .box-l h2 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 400px) {
  .seibun_wrapper .container .box-l h2 {
    font-size: 2.5rem;
    margin-top: 1.8rem;
  }
}
.seibun_wrapper .container .box-l .lead {
  font: 400 1.4rem/1.6 "Noto Serif JP", serif;
  margin-top: 2rem;
}
.seibun_wrapper .container .box-r {
  flex-basis: 48%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .seibun_wrapper .container .box-r {
    gap: 3px;
    margin-top: 4rem;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
}
.seibun_wrapper .container .box-r .item {
  background: url(../images/drop.png) no-repeat;
  width: 11rem;
  height: 11rem;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .seibun_wrapper .container .box-r .item {
    width: 10rem;
    height: 10rem;
  }
}
.seibun_wrapper .container .box-r .item p {
  font: 500 1rem/1.5 "Noto Sans JP", sans-serif;
  color: #363B8E;
  text-align: center;
}

/*************************************************
wide03
*************************************************/
.wide03 {
  background: url(../images/wide_03.webp) no-repeat;
  background-size: cover;
  background-position: top 30% left 0;
  height: 45vw;
}
@media screen and (max-width: 768px) {
  .wide03 {
    height: 60vw;
  }
}
.wide03 .news_ticker1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .wide03 .news_ticker1 {
    width: 100%;
  }
}
@keyframes hscroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.wide03 .news_ticker1 ul {
  display: inline-block;
  margin-top: 5rem;
  animation: hscroll 150s linear infinite;
}
@media screen and (max-width: 768px) {
  .wide03 .news_ticker1 ul {
    margin-top: 3rem;
    width: 100%;
  }
}
.wide03 .news_ticker1 li {
  display: inline-block;
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  font: 500 19.5rem/1 "edita", serif;
  mix-blend-mode: soft-light;
}
@media screen and (max-width: 768px) {
  .wide03 .news_ticker1 li {
    font-size: 8rem;
  }
}

/*************************************************
how to use 使用方法
*************************************************/
.top_ttl {
  color: #363B8E;
  text-align: center;
  letter-spacing: 0.08em;
}
.top_ttl span {
  font: 500 6.5rem/1 "edita", serif;
}
@media screen and (max-width: 768px) {
  .top_ttl span {
    font-size: 4rem;
  }
}
.top_ttl p {
  font: 400 1.4rem/1 "Noto Serif JP", serif;
  margin-top: 4rem;
  position: relative;
}
.top_ttl p::after {
  content: "";
  width: 4rem;
  height: 2px;
  background: #363B8E;
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
}

.howto_wrapper {
  background: linear-gradient(270deg, rgb(248, 245, 237) 0%, rgb(199, 212, 221) 100%);
  padding: 15rem 0;
}
@media screen and (max-width: 768px) {
  .howto_wrapper {
    padding: 10rem 0;
  }
}
.howto_wrapper .howto_contents {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 10rem 11rem;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .howto_contents {
    padding: 2rem 1.6rem;
  }
}
.howto_wrapper .howto_contents .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E9E9E9;
  padding: 5rem 2rem;
}
.howto_wrapper .howto_contents .container:nth-child(2n) {
  flex-direction: row-reverse;
}
.howto_wrapper .howto_contents .container:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .howto_contents .container {
    flex-direction: column-reverse;
    padding: 3rem 0;
  }
  .howto_wrapper .howto_contents .container:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.howto_wrapper .howto_contents .container .box {
  flex-basis: 70%;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .howto_contents .container .box {
    margin-top: 1rem;
  }
}
.howto_wrapper .howto_contents .container .box h3 {
  column-gap: 1.4rem;
  display: flex;
  align-items: center;
}
.howto_wrapper .howto_contents .container .box h3 span {
  font: 500 3.2rem/1.5 "Josefin Sans", sans-serif;
  color: #A8B1C5;
}
.howto_wrapper .howto_contents .container .box h3 p {
  font: 500 1.6rem/1.6 "toppan-bunkyu-mincho-pr6n", serif;
  color: #363B8E;
}
.howto_wrapper .howto_contents .container .box .txt {
  margin-top: 2rem;
}
.howto_wrapper .howto_contents .container .box .txt p {
  font: 400 1.4rem/2 "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .howto_contents .container .box .txt p {
    font: 300 1.4rem/1.6 "Noto Sans JP", sans-serif;
  }
}
.howto_wrapper .howto_contents .container .box .txt .mini {
  font: normal 300 1.2rem/1.5 "Noto Sans JP", sans-serif;
  color: #707070;
  margin-top: 1rem;
}
.howto_wrapper .howto_contents .container .img_box {
  flex-basis: 23%;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .howto_contents .container .img_box {
    text-align: center;
  }
  .howto_wrapper .howto_contents .container .img_box img {
    width: 40%;
    object-fit: contain;
  }
}
.howto_wrapper .series_content {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .series_content {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}
.howto_wrapper .series_content h3 {
  text-align: center;
}
.howto_wrapper .series_content h3 span {
  font: 500 2.8rem/1.5 "edita", serif;
  color: #363B8E;
  letter-spacing: 0.08em;
}
.howto_wrapper .series_content h3 p {
  font-size: 1.4rem;
}
.howto_wrapper .series_content .container_02 {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .series_content .container_02 {
    flex-direction: column;
    margin-top: 3rem;
    row-gap: 4rem;
  }
}
.howto_wrapper .series_content .container_02 .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 47%;
}
.howto_wrapper .series_content .container_02 .box .ttl {
  font: 500 1.8rem/1.5 "toppan-bunkyu-mincho-pr6n", serif;
  color: #363B8E;
  position: relative;
  width: fit-content;
  padding: 0 2.5rem;
}
.howto_wrapper .series_content .container_02 .box .ttl::before, .howto_wrapper .series_content .container_02 .box .ttl::after {
  content: "";
  background: url(../images/series-l.png) no-repeat;
  position: absolute;
  background-size: contain;
  width: 13px;
  height: 32px;
  top: -2px;
  left: 0;
}
.howto_wrapper .series_content .container_02 .box .ttl::after {
  background: url(../images/series-r.png) no-repeat;
  right: 0;
  left: auto;
  background-size: contain;
}
.howto_wrapper .series_content .container_02 .box .img {
  height: 167px;
  margin-top: 3rem;
}
.howto_wrapper .series_content .container_02 .box .img img {
  height: 100%;
  object-fit: contain;
}
.howto_wrapper .series_content .container_02 .box .ex {
  font-size: 1.4rem;
  margin-top: 1.6rem;
  height: 9rem;
  width: 82%;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .series_content .container_02 .box .ex {
    width: 90%;
    height: auto;
  }
}
.howto_wrapper .series_content .container_02 .box .link {
  display: flex;
  align-items: center;
  column-gap: 8px;
  background: #fff;
  border: 1px solid #363B8E;
  padding: 2px 1.6rem;
  margin-top: 2.6rem;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .series_content .container_02 .box .link {
    margin-top: 2.8rem;
  }
}
.howto_wrapper .series_content .container_02 .box .link p {
  font-size: 1.4rem;
  color: #363B8E;
}
.howto_wrapper .series_content .container_02 .box .link span {
  width: 6px;
  height: 14px;
}
.howto_wrapper .series_content .container_02 .box .link span img {
  vertical-align: super;
}
.howto_wrapper .series_content .container_02 .box .link span svg {
  vertical-align: super;
  stroke: #363B8E;
}
.howto_wrapper .series_content .container_02 .box .link:hover {
  opacity: 1;
  background: #363B8E;
  border-radius: 6px;
}
.howto_wrapper .series_content .container_02 .box .link:hover p {
  color: #fff;
}
.howto_wrapper .series_content .container_02 .box .link:hover span svg {
  stroke: #fff;
}
.howto_wrapper .series_content .container_02 .box02 {
  position: relative;
}
.howto_wrapper .series_content .container_02 .box02 .img {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.howto_wrapper .series_content .container_02 .box02 .img img {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .series_content .container_02 .box02 .img {
    height: 120px;
  }
}
.howto_wrapper .series_content .container_02 .box02::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 65%;
  background: #ccc;
  left: -2.2rem;
  top: 15%;
}

/*************************************************
faq よくあるご質問
*************************************************/
.faq_wrapper {
  margin: 15rem 0;
}
@media screen and (max-width: 768px) {
  .faq_wrapper {
    margin: 10rem 0;
  }
}
.faq_wrapper .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .faq_wrapper .container {
    flex-direction: column;
  }
}
.faq_wrapper .container .box-l {
  flex-basis: 25%;
}
.faq_wrapper .container .box-l .top_ttl p {
  color: #333;
}
.faq_wrapper .container .box-r {
  flex-basis: 65%;
}
@media screen and (max-width: 768px) {
  .faq_wrapper .container .box-r {
    margin-top: 3rem;
  }
}
.faq_wrapper .container .box-r .accordion-area .title {
  display: flex;
  align-items: center;
  column-gap: 1.8rem;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #D4BCE8;
  padding: 2rem;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq_wrapper .container .box-r .accordion-area .title {
    padding: 1rem 5rem 1rem 1rem;
  }
}
.faq_wrapper .container .box-r .accordion-area .title:hover {
  opacity: 0.7;
}
.faq_wrapper .container .box-r .accordion-area .title::after {
  content: "▼";
  color: #D4BCE8;
  font-size: 1rem;
  right: 2rem;
  position: absolute;
  transition: 0.3s;
}
.faq_wrapper .container .box-r .accordion-area .title span {
  font: 500 2.4rem/1.6 "edita", serif;
  color: #976CC9;
}
.faq_wrapper .container .box-r .accordion-area .title p {
  font-weight: 400;
}
.faq_wrapper .container .box-r .accordion-area .title.close::after {
  transform: rotate(180deg);
}
.faq_wrapper .container .box-r .accordion-area .answer_box {
  display: none;
}
.faq_wrapper .container .box-r .accordion-area .box {
  display: flex;
  align-items: flex-start;
  column-gap: 1.8rem;
  padding: 2rem;
  background: #F7F7F7;
  border-bottom: 1px solid #D4BCE8;
}
@media screen and (max-width: 768px) {
  .faq_wrapper .container .box-r .accordion-area .box {
    padding: 1.6rem 1rem;
  }
}
.faq_wrapper .container .box-r .accordion-area .box .answer {
  font: 500 2.4rem/1.6 "edita", serif;
  color: #976CC9;
}
.faq_wrapper .container .box-r .accordion-area .box .content_answer {
  margin-top: 5px;
}

/*************************************************
line up ラインナップ
*************************************************/
.line-up_wrapper .top_ttl {
  text-align: left;
  width: fit-content;
}
.line-up_wrapper .top_ttl p {
  color: #333;
}
.line-up_wrapper .top_ttl p::after {
  left: 2rem;
}
.line-up_wrapper .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4rem;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .line-up_wrapper .container {
    margin-top: 4rem;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 3rem;
  }
}
.line-up_wrapper .container .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.line-up_wrapper .container .box .img img {
  height: 150px;
  object-fit: contain;
}
.line-up_wrapper .container .box .item_name {
  color: #976CC9;
  font: 600 1.8rem/1.6 "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .line-up_wrapper .container .box .item_name {
    font-size: 1.6rem;
  }
}
.line-up_wrapper .container .box .num {
  font: 600 2.4rem/1.6 "Josefin Sans", sans-serif;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .line-up_wrapper .container .box .num {
    font-size: 2rem;
  }
}
.line-up_wrapper .container .box .num span {
  font-size: 1.4rem;
}
.line-up_wrapper .container .box .ex {
  height: 162px;
}
@media screen and (max-width: 768px) {
  .line-up_wrapper .container .box .ex {
    height: auto;
  }
}
.line-up_wrapper .container .box .ex p {
  font: 400 1.4rem/1.5 "Noto Serif JP", serif;
  margin-top: 1rem;
}
.line-up_wrapper .container .box .official {
  width: 100%;
  margin-top: 1.8rem;
}
.line-up_wrapper .container .box .official a {
  padding: 8px 0;
  transition: 0.3s;
  filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2));
  border-radius: 4px;
  text-align: center;
  background: #363B8E;
  width: 100%;
  font: 400 1.5rem/1.5 "edita", serif;
  letter-spacing: 0.1em;
  color: #fff;
}
.line-up_wrapper .container .box .official a:hover {
  opacity: 1;
  filter: none;
  transform: translateY(2px);
}
@media screen and (max-width: 768px) {
  .line-up_wrapper .container .box .official a {
    padding: 1rem 0;
  }
}
.line-up_wrapper .container .box .link_btn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 8px;
  width: 100%;
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .line-up_wrapper .container .box .link_btn {
    margin-top: 1rem;
  }
}
.line-up_wrapper .container .box .link_btn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  border-radius: 4px;
  padding: 2px;
  color: #fff;
  background: #a5a5a5;
  filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2));
}
.line-up_wrapper .container .box .link_btn .btn:hover {
  opacity: 1;
  filter: none;
  transform: translateY(2px);
}
.line-up_wrapper .container .box .link_btn .btn p {
  font: 500 1.2rem/1.5 "Noto Sans JP", sans-serif;
}
.line-up_wrapper .container .box .link_btn .btn span svg {
  vertical-align: baseline;
}

/*************************************************
product_text
*************************************************/
.product_text {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .product_text {
    padding: 0;
  }
}
.product_text .bg_black {
  padding: 8rem 10rem;
  background: url(../images/black_bg.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .product_text .bg_black {
    padding: 6rem 2rem;
  }
}
.product_text .container {
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .product_text .container {
    flex-direction: column;
    margin-top: 4rem;
  }
}
.product_text .logo {
  width: 200px;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .product_text .logo {
    width: 50%;
  }
}
.product_text .left {
  flex-basis: 40%;
}
@media screen and (max-width: 768px) {
  .product_text .left {
    flex-basis: 100%;
  }
}
.product_text .right {
  flex-basis: 60%;
}
.product_text .right .bold {
  font: 600 1.2rem/1.5 "Noto Serif JP", serif;
}
.product_text .right .component {
  font: 500 1.2rem/1.8 "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .product_text .right .component {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .product_text .right {
    flex-basis: 100%;
    margin-top: 2rem;
  }
}
.product_text table {
  width: 100%;
}
.product_text table tr th, .product_text table tr td {
  font-size: 14px;
  font-weight: normal;
  line-height: 3rem;
  letter-spacing: 0.08em;
}
.product_text table tr th span, .product_text table tr td span {
  font-size: 1rem;
}
.product_text table tr th {
  width: 30%;
}

.bottom_banner {
  padding: 0;
  margin: 10rem 0 0;
}
@media screen and (max-width: 768px) {
  .bottom_banner {
    margin: 8rem 0 0;
  }
}

footer {
  margin: 15rem 0 2rem;
}
@media screen and (max-width: 768px) {
  footer {
    margin: 8rem 0 2rem;
  }
}
footer .copy {
  border-top: #ccc 1px solid;
  padding-top: 2rem;
}
footer .copy p {
  font-size: 1.2rem;
  text-align: center;
}