@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700&display=swap");
/*--------------------------------------------------------------
# breakpoint
--------------------------------------------------------------*/
@media screen and (min-width: 480px) {
  .mediaSort {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .mediaSort {
    display: block;
  }
}
@media screen and (min-width: 840px) {
  .mediaSort {
    display: block;
  }
}
@media screen and (min-width: 1080px) {
  .mediaSort {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .mediaSort {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .mediaSort {
    display: block;
  }
}

/*--------------------------------------------------------------
# hover
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#  object-fit
--------------------------------------------------------------*/
:root {
  --color-body: #222; /* 本文のテキスト用 */
  --color-primary: #00B5D6; /* プライマリー */
  --color-secondary: #FFF000; /* セカンダリー */
  --color-premium: #CD88B8; /* プレミアム */
  --color-error: #e7edf3; /* エラー用 */
  --color-border: #d8d8d8;
  --color-bg: #e7e7e7;
}

/*--------------------------------------------------------------
# font
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# A Modern CSS Reset
--------------------------------------------------------------*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

ul {
  padding: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  height: 100%;
  scroll-behavior: smooth;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 600px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 840px) {
  html {
    font-size: 0.6944444444vw;
  }
}

body {
  color: var(--color-body);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 840px) {
  body {
    font-size: 1.6rem;
  }
}

.pc-hide {
  display: inherit;
}
@media screen and (min-width: 1080px) {
  .pc-hide {
    display: none !important;
  }
}

.pc-show {
  display: none;
}
@media screen and (min-width: 1080px) {
  .pc-show {
    display: inherit;
  }
}

.sp-hide {
  display: none;
}
@media screen and (min-width: 600px) {
  .sp-hide {
    display: inherit;
  }
}

@media screen and (min-width: 600px) {
  .sp-show {
    display: none;
  }
}

.tb-hide {
  display: inherit;
}
@media screen and (min-width: 600px) {
  .tb-hide {
    display: none;
  }
}

.tb-show {
  display: none;
}
@media screen and (min-width: 600px) {
  .tb-show {
    display: inherit;
  }
}

a {
  transition: 0.3s;
}
a:focus {
  opacity: 0.75;
}
@media (hover) {
  a:hover {
    opacity: 0.75;
  }
}

.text-center {
  text-align: left;
}
@media screen and (min-width: 840px) {
  .text-center {
    text-align: center;
  }
}

.text-center-keep {
  text-align: center;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
}
.header a {
  color: var(--color-body);
  text-decoration: none;
  display: flex;
  align-items: center;
}
.header .logo {
  flex-shrink: 0;
  max-width: 128px;
}
.header .logo a {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (min-width: 840px) {
  .header .logo {
    max-width: 200px;
  }
}
.header_inner {
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  height: 54px;
}
@media screen and (min-width: 600px) {
  .header_inner {
    padding: 0 4rem;
  }
}
@media screen and (min-width: 840px) {
  .header_inner {
    height: 100px;
    padding: 1.4rem 12rem;
  }
}
.header_nav {
  display: block;
  width: 100%;
  height: 100vh;
  flex-shrink: 0;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.3s;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1;
  opacity: 0;
  padding-top: 54px;
}
.header_nav .header_nav_inner {
  padding: 0 24px 54px 24px;
  overflow-y: auto;
  height: 100%;
}
.is-drawerActive .header_nav {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 840px) {
  .header_nav {
    display: block;
    width: auto;
    padding-top: 0;
    margin-left: auto;
    opacity: 1;
    visibility: visible;
    background: none;
    position: relative;
    height: auto;
  }
  .header_nav .header_nav_inner {
    padding: 0;
    overflow-y: auto;
  }
}

.header_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
.header_menu > * {
  width: 100%;
}
.header_menu a {
  color: var(--color-body);
  text-decoration: none;
  padding: 20px 10px;
  line-height: 1;
  width: 100%;
  border-bottom: 1px solid var(--color-body);
  display: block;
}
@media screen and (min-width: 840px) {
  .header_menu > * {
    width: auto;
  }
  .header_menu a {
    color: var(--color-body);
    display: block;
    border-bottom: none;
  }
}

#hamburger {
  display: block;
  position: absolute;
  width: 54px;
  height: 54px;
  right: 0;
  top: 0;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#hamburger .hamburger_line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 32px;
  height: 1px;
  background-color: var(--color-body);
  transition: inherit;
}
#hamburger .hamburger_line:before, #hamburger .hamburger_line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  transition: inherit;
}
#hamburger .hamburger_line::before {
  top: -8px;
}
#hamburger .hamburger_line:after {
  top: 8px;
}
#hamburger[aria-expanded=true] .hamburger_line {
  background-color: transparent;
}
#hamburger[aria-expanded=true] .hamburger_line:before, #hamburger[aria-expanded=true] .hamburger_line:after {
  top: 0;
  background-color: var(--color-body);
}
#hamburger[aria-expanded=true] .hamburger_line:before {
  transform: rotate(45deg);
}
#hamburger[aria-expanded=true] .hamburger_line:after {
  transform: rotate(-45deg);
}
#hamburger .visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}
@media screen and (min-width: 840px) {
  #hamburger {
    display: none;
  }
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# main
--------------------------------------------------------------*/
.container {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh; /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
}

.main {
  flex: 1;
}

.inner {
  margin: 0 auto;
  width: calc(100% - 4.8rem);
}
.inner.-product {
  padding: 6rem 0;
}
@media screen and (min-width: 600px) {
  .inner {
    max-width: calc(100% - 8rem);
    margin-inline: auto;
  }
}
@media screen and (min-width: 840px) {
  .inner {
    max-width: calc(100% - 24rem);
    margin-inline: auto;
  }
  .inner.-product {
    padding: 10rem 0;
  }
}
.sec {
  padding: 8rem 0;
}
.sec.-detail {
  border-bottom: 1px solid var(--color-body);
}
.sec.-bottom {
  padding-top: 0;
}
@media screen and (min-width: 840px) {
  .sec {
    padding: 12rem 0;
  }
}

.sec + .sec-product {
  margin-top: 0;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #e7e7e7;
  text-align: center;
}
.footer .footer_companyName {
  font-size: 1.6rem;
  font-weight: bold;
}
.footer .footer_companyName a {
  color: var(--color-body);
  text-decoration: none;
}
@media screen and (min-width: 840px) {
  .footer .footer_companyName {
    font-size: 1.8rem;
  }
}
.footer .footer_address {
  font-style: normal;
}
.footer .footer_sns_title {
  font-size: 1.6rem;
}
.footer .footer_info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 600px) {
  .footer .footer_info {
    text-align: right;
  }
}
.footer .footer_sns_link {
  margin: 24px auto 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 600px) {
  .footer .footer_sns_link {
    justify-content: flex-start;
  }
}
.footer .footer_sns_link a {
  padding: 10px;
}
.footer .footer_sns_link img {
  width: 32px;
}
.footer .footer_inner {
  margin: 0 auto;
  padding: 8rem 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media screen and (min-width: 600px) {
  .footer .footer_inner {
    padding: 6rem 4rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 840px) {
  .footer .footer_inner {
    padding: 8rem 12rem;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# form
--------------------------------------------------------------*/
button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.header_search {
  position: relative;
  width: 100%;
}
.header_search input {
  width: 100%;
  font-size: 16px;
  line-height: 1;
  border-radius: 8px;
  transition: 0.4s ease-in-out;
  padding: 16px 32px 16px 16px;
  background: var(--color-bg);
}
.header_search button {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 16px;
  width: 24px;
  height: 24px;
  background: url(../img/common/icon-search.svg) no-repeat;
  background-size: 24px 24px;
  border: none;
  box-shadow: none;
  cursor: pointer;
  transition: transform 0.4s ease-in-out;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# heading
# other
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# heading
--------------------------------------------------------------*/
.heading-l {
  font-size: 2.6rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 4.8rem;
  text-transform: uppercase;
}
.heading-l span {
  font-size: 1.6rem;
  display: block;
  margin-top: 1rem;
}
.heading-l.-default {
  text-transform: inherit;
}
.heading-l.-has-lead {
  margin-bottom: 2.2rem;
}
.heading-l.-no-margin {
  margin-bottom: 0;
}
@media screen and (min-width: 840px) {
  .heading-l {
    font-size: 4.8rem;
  }
}

.heading-m {
  font-size: 2.2rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  letter-spacing: 0.09em;
  margin-bottom: 3.2rem;
  text-transform: uppercase;
}
.heading-m.-default {
  text-transform: inherit;
}
.heading-m.-relationship {
  text-align: center;
  margin-bottom: 2.2rem;
}
@media screen and (min-width: 840px) {
  .heading-m.-relationship {
    text-align: left;
    margin-bottom: 3.2rem;
  }
}
.heading-m span {
  font-size: 1.4rem;
}
.heading-m > .-dash {
  font-size: 2.2rem;
  font-weight: 500;
}
.heading-m > .-dash.-normal {
  color: var(--color-primary);
}
.heading-m > .-dash.-premium {
  color: var(--color-premium);
}
.heading-m > .-dot {
  font-size: 1.2rem;
  font-weight: 500;
  vertical-align: middle;
  color: var(--color-secondary);
}
@media screen and (min-width: 840px) {
  .heading-m {
    font-size: 3.2rem;
  }
  .heading-m span {
    font-size: 2rem;
  }
  .heading-m > .-dash {
    font-size: 3.2rem;
  }
  .heading-m > .-dot {
    font-size: 1.5rem;
  }
}

.heading-s {
  font-size: 1.8rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 5.6rem;
  text-transform: inherit;
}
.heading-s.-has-lead {
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 840px) {
  .heading-s {
    font-size: 2.4rem;
  }
}

.leadText {
  margin-bottom: 8rem;
}
.leadText .leadText_main {
  font-size: 1.65rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  background: linear-gradient(transparent 80%, var(--color-primary) 0);
  display: inline;
}
.leadText .leadText_main + p {
  margin-top: 2.4rem;
}
@media screen and (min-width: 600px) {
  .leadText {
    padding-left: 25%;
  }
}
@media screen and (min-width: 840px) {
  .leadText {
    padding-left: 40%;
  }
  .leadText .leadText_main {
    font-size: 2.4rem;
  }
}

.heading-sskp {
  font-size: 2.4rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 3.2rem;
  text-transform: uppercase;
}
.heading-sskp.-default {
  text-transform: inherit;
}
.heading-sskp span {
  color: var(--color-primary);
}
.heading-sskp.-premium span {
  color: var(--color-premium);
}
.heading-sskp em {
  font-size: 5.3rem;
  font-style: normal;
}
@media screen and (min-width: 840px) {
  .heading-sskp {
    font-size: 3.6rem;
  }
  .heading-sskp em {
    font-size: 8rem;
  }
}

.number-circle {
  width: 5rem;
  height: 5rem;
  font-size: 4rem;
  background-color: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
}
.number-circle.-premium {
  background-color: var(--color-premium);
}
@media screen and (min-width: 840px) {
  .number-circle {
    width: 6.6rem;
    height: 6.6rem;
    font-size: 4.95rem;
  }
}

.marker {
  background: linear-gradient(transparent 60%, #fff000 0);
  display: inline;
  font-weight: bold;
}

.-center {
  text-align: center;
}

.-line-height-2 {
  line-height: 2;
}

/*--------------------------------------------------------------
# other
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# link
--------------------------------------------------------------*/
.btn-container {
  display: flex;
  gap: 2.4rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 6.4rem;
}
.btn-container a {
  margin: 0;
}
.btn-container.-s {
  margin-top: 2.4rem;
}
.btn-container.-left {
  justify-content: flex-start;
  align-items: flex-start;
}
.btn-container.-right {
  justify-content: flex-end;
}
@media screen and (min-width: 840px) {
  .btn-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.btn {
  padding: 1.2rem 4.8rem;
  color: var(--color-primary);
  background: var(--color-secondary);
  text-decoration: none;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  min-width: inherit;
  max-width: 100%;
  display: flex;
  width: fit-content;
  position: relative;
}
.btn:after {
  content: "";
  display: block;
  width: 21px;
  height: 7px;
  background: url(../img/common/arrow-bl.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: 0.5s;
}
.btn:focus:after {
  right: 12px;
}
@media (hover) {
  .btn:hover:after {
    right: 12px;
  }
}
.btn.-secondary {
  background: var(--color-secondary);
}
.btn.-secondary:focus {
  background: transparent;
  color: var(--color-secondary);
  opacity: 1;
  border: 1px solid var(--color-secondary);
}
@media (hover) {
  .btn.-secondary:hover {
    background: transparent;
    color: var(--color-secondary);
    opacity: 1;
    border: 1px solid var(--color-secondary);
  }
}
.btn.-s {
  padding: 16px 32px;
  max-width: fit-content;
}
.btn.-border {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  background: none;
}
.btn.-border:focus {
  background: var(--color-primary);
  color: #fff;
  opacity: 1;
}
@media (hover) {
  .btn.-border:hover {
    background: var(--color-primary);
    color: #fff;
    opacity: 1;
  }
}

@media (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# list
## list-items
## list-tag
## faq
## list-keyword
## list-anchor
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## list-items
--------------------------------------------------------------*/
.list-items {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2rem;
}
.list-items > * {
  width: calc((100% - 2rem) / 2);
}
.list-items > * a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.list-items > * a.comingsoon {
  pointer-events: none;
}
.list-items.-bk a {
  color: var(--color-body);
}
.list-items .list-items_item_title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 2rem;
  flex-grow: 1;
}
.list-items .list-items_item_title.-blue {
  color: var(--color-primary);
}
.list-items .list-items_item_title.-purple {
  color: var(--color-premium);
}
.list-items .list-items_item_viewMore {
  display: flex;
  width: fit-content;
  align-items: center;
  padding: 0 0.5rem 0.5rem;
  margin-top: 1.6rem;
  gap: 1rem;
  color: #474342;
  border-bottom: 1px solid;
}
@media screen and (min-width: 600px) {
  .list-items {
    justify-content: center;
  }
  .list-items > * {
    width: calc((100% - 6rem) / 4);
  }
}
@media screen and (min-width: 840px) {
  .list-items {
    gap: 8rem;
  }
  .list-items > * {
    width: calc((100% - 16rem) / 5);
  }
  .list-items .list-items_item_title {
    font-size: 1.6rem;
  }
}

/*--------------------------------------------------------------
## list-tag
--------------------------------------------------------------*/
.list-tag {
  margin: 1rem 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
## faq
--------------------------------------------------------------*/
.faq {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 0rem;
}
.faq-content .faq-q {
  background: #f2f2f2;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  padding: 1.6rem;
  position: relative;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  gap: 1rem;
}
.faq-content .faq-q .faq-q_title {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
.faq-content .faq-q .faq-q_title:before {
  content: "Q";
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 3.2rem;
  color: var(--color-primary);
  background: var(--color-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.faq-content .faq-a {
  position: relative;
  padding: 2.4rem 1.6rem 0;
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
.faq-content .faq-a:before {
  content: "A";
  width: 3.2rem;
  height: 3.2rem;
  font-weight: bold;
  border-radius: 3.2rem;
  background: #f2f2f2;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq.-premium .faq-q_title:before {
  background-color: var(--color-premium);
  color: var(--color-secondary);
}

.faq-content[open] .toggle-btn-cross span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(0);
}

.toggle-btn-cross {
  display: flex;
  align-items: center;
  justify-self: center;
  position: relative;
}
.toggle-btn-cross span {
  display: inline-block;
  transition: all 0.3s;
  width: 1.6rem;
  height: 1px;
  background-color: var(--color-body);
}
.toggle-btn-cross span:nth-of-type(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}

/*--------------------------------------------------------------
## list-keyword
--------------------------------------------------------------*/
.list-keyword {
  display: flex;
  gap: 1rem;
  margin: 1rem 0 0 0;
  padding: 0;
  list-style: none;
}
.list-keyword .list-keyword_item {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
}
.list-keyword .list-keyword_item:before {
  content: "#";
}
@media screen and (min-width: 840px) {
  .list-keyword {
    margin-top: 2.4rem;
  }
  .list-keyword .list-keyword_item {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------------------------
## list-anchor
--------------------------------------------------------------*/
.list-anchor {
  list-style: none;
  display: flex;
  margin: 2rem auto 0;
  padding: 0;
  gap: 1.2rem;
}
.list-anchor .list-anchor_item {
  flex: 1;
}
.list-anchor .list-anchor_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 1rem 0;
  font-size: 1.2rem;
  gap: 0.5rem;
  color: var(--color-body);
  border-bottom: 1px solid;
}
.list-anchor .list-anchor_item a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cf";
  font-weight: 300;
}
.list-anchor .list-anchor_item a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 600px) {
  .list-anchor {
    gap: 2.4rem;
  }
  .list-anchor .list-anchor_item a {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# grid / flexy参照
--------------------------------------------------------------*/
:root {
  --m: 30px;
}

* {
  box-sizing: border-box;
}

.columns {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0 auto;
}

.col-10,
.col-12,
.col-17,
.col-20,
.col-25,
.col-33,
.col-40,
.col-50,
.col-60,
.col-67,
.col-75,
.col-80,
.col-83,
.col-100,
.fluid {
  width: 100%;
  margin: 0;
}

@media screen and (min-width: 600px) {
  .col-10,
  .col-12,
  .col-17,
  .col-20,
  .col-25,
  .col-33,
  .col-40,
  .col-50,
  .col-60,
  .col-67,
  .col-75,
  .col-80,
  .col-83,
  .col-100,
  .fluid {
    margin: 0 0 0 var(--m);
  }
  .col-10 {
    width: calc(10% - var(--m));
  }
  .col-12 {
    width: calc(12.5% - var(--m));
  }
  .col-17 {
    width: calc(16.6667% - var(--m));
  }
  .col-20 {
    width: calc(20% - var(--m));
  }
  .col-25 {
    width: calc(25% - var(--m));
  }
  .col-33 {
    width: calc(33.3334% - var(--m));
  }
  .col-40 {
    width: calc(40% - var(--m));
  }
  .col-50 {
    width: calc(50% - var(--m));
  }
  .col-60 {
    width: calc(60% - var(--m));
  }
  .col-67 {
    width: calc(66.6667% - var(--m));
  }
  .col-75 {
    width: calc(75% - var(--m));
  }
  .col-80 {
    width: calc(80% - var(--m));
  }
  .col-83 {
    width: calc(83.3334% - var(--m));
  }
  .col-100 {
    width: calc(100% - var(--m));
  }
  .fluid {
    flex: 2;
  }
  .clear {
    width: 100%;
  }
  .nomargin {
    display: flex;
    flex-flow: row wrap;
    padding: 0 !important;
    margin: 0 !important;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.objectFitImg {
  object-fit: cover;
  font-family: "object-fit: cover", sans-serif;
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding: 56.2719812427% 0 0;
  margin-top: 2.4rem;
  -webkit-overflow-scrolling: touch;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

img.border {
  border: 1px solid var(--color-body);
}
img.w-100 {
  width: 100%;
}
img.w-auto {
  width: auto;
}
img.w-auto-80 {
  width: 80%;
}
@media screen and (min-width: 840px) {
  img.w-auto-80 {
    width: auto;
  }
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# tab
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# table
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  width: 100%;
}
table th {
  width: 12rem;
  text-align: left;
  border-bottom: 1px solid var(--color-body);
  padding: 1.6rem 1rem 0.8rem 1rem;
}
table td {
  border-bottom: 1px solid rgba(34, 34, 34, 0.3);
  padding: 1.6rem 1rem 0.8rem 1rem;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# flex
--------------------------------------------------------------*/
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex > * {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .flex > * {
    width: calc((100% - 4rem) / 2);
  }
}
@media screen and (min-width: 840px) {
  .flex > * {
    width: calc((100% - 8rem) / 2);
  }
}
.flex.-s {
  gap: 4rem;
}
.flex.-s > * {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .flex.-s {
    gap: 4rem;
  }
  .flex.-s > * {
    width: calc((100% - 4rem) / 2);
  }
}
@media screen and (min-width: 840px) {
  .flex.-s {
    gap: 8rem;
  }
  .flex.-s > * {
    width: calc((100% - 8rem) / 2);
  }
}
.flex.-align-center {
  align-items: center;
}
@media screen and (min-width: 840px) {
  .flex.-reverse {
    flex-direction: row-reverse;
  }
}
.flex.-row {
  flex-direction: column;
  gap: 10rem;
}
.flex.-row > * {
  width: 100%;
}
.flex.-between {
  justify-content: space-between;
}
.flex.-hero {
  gap: 0;
}
.flex.-hero > * {
  width: 50%;
}
.flex.-sep-64 {
  gap: 4rem;
}
@media screen and (min-width: 600px) {
  .flex.-sep-64 {
    gap: 4rem;
  }
  .flex.-sep-64 > *.-main {
    width: 50%;
  }
  .flex.-sep-64 > *:not(.-main) {
    flex: 1;
  }
}
@media screen and (min-width: 840px) {
  .flex.-sep-64 {
    gap: 8rem;
  }
  .flex.-sep-64 > *.-main {
    width: 60%;
  }
  .flex.-sep-64 > *:not(.-main) {
    flex: 1;
  }
}
.flex.-sep-2 > * {
  width: calc((100% - 24px) / 2);
}
.flex.-sep-4 > * {
  width: calc((100% - 24px) / 2);
}
@media screen and (min-width: 600px) {
  .flex.-sep-4 > * {
    width: calc((100% - 72px) / 4);
  }
}
.flex .flex_content.-relationship, .flex .flex_content.-merit {
  width: 100%;
}
@media screen and (min-width: 840px) {
  .flex .flex_content.-relationship, .flex .flex_content.-merit {
    width: 56rem;
  }
}
.flex .flex_content figure {
  text-align: center;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# breadcrumbs
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# item
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# pager
--------------------------------------------------------------*/
/* 共通 */
.pagination {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 60px;
}
.pagination .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a {
  color: var(--text);
  opacity: 0.5;
  text-decoration: none;
  transition: all 0.15s;
}
.pagination a span {
  font-size: 1.6rem;
}

/* スマホ　*/
@media only screen and (max-width: 667px) {
  .pagination .inner {
    width: 90%;
    margin: 0 5%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: 46px;
  }
  .pagination .page-of {
    order: 2;
    position: absolute;
    left: 37%;
    width: 26%;
    color: #fff;
    background: #ccc;
    height: 46px;
    line-height: 46px;
    font-size: 1.3rem;
  }
  .pagination .m-prev {
    order: 0;
    width: 15%;
    position: absolute;
    left: 0%;
  }
  .pagination .pn-prev {
    order: 1;
    width: 22%;
    position: absolute;
    left: 15%;
  }
  .pagination .pn-next {
    order: 3;
    width: 22%;
    position: absolute;
    left: 63%;
  }
  .pagination .m-next {
    order: 4;
    width: 15%;
    position: absolute;
    left: 85%;
  }
  .pagination .current,
  .pagination .pn-numbers {
    display: none;
  }
  .pagination a {
    line-height: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
  }
}
/* PC */
@media only screen and (min-width: 668px) {
  .pagination .page-of {
    display: none;
    width: 100%;
    font-size: 108%;
    color: #000;
    text-align: center;
    margin-bottom: 2em;
  }
  .pagination a,
  .pagination .current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    line-height: 50px;
    height: 50px;
    border-radius: 100%;
  }
  .pagination .current {
    color: var(--text);
  }
  .pagination a:hover {
    color: var(--text);
    opacity: 1;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# search-module
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# top
--------------------------------------------------------------*/
.sec-hero {
  padding-block: 10%;
  position: relative;
}
.sec-hero_inner.-sskp {
  padding-inline: 2.4rem;
}
.sec-hero_inner.-premium {
  padding-inline: 2.4rem;
}
.sec-hero .flex_content {
  position: relative;
}
.sec-hero .flex_content > figure {
  position: absolute;
  width: 90%;
}
.sec-hero_txt {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
}
.sec-hero_txt.-index {
  font-size: 2.4rem;
}
.sec-hero_txt.-sskp {
  font-size: 2rem;
  padding-top: 10rem;
}
.sec-hero_txt.-sskp > p > span {
  font-size: 1.4rem;
}
.sec-hero_txt.-premium > .item-name {
  font-size: 2rem;
  padding-top: 10rem;
  margin-bottom: 1rem;
}
.sec-hero_txt.-premium .item-size-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.sec-hero_txt.-premium .item-size-list > li:not(:last-child) {
  margin-bottom: 1rem;
}
.sec-hero_txt.-premium .item-size-list > li .amount {
  font-size: 1.6rem;
}
.sec-hero_txt.-premium .item-size-list > li .price {
  font-size: 1.8rem;
}
.sec-hero_txt.-premium .item-size-list > li .price > span {
  font-size: 1.6rem;
}
@media screen and (min-width: 600px) {
  .sec-hero {
    padding-block: 6rem;
  }
  .sec-hero.-sskp {
    padding-bottom: 5rem;
  }
  .sec-hero.-premium {
    padding: 5rem 0 2rem;
  }
  .sec-hero_inner.-sskp {
    padding-inline: 10rem;
  }
  .sec-hero_inner.-premium {
    padding-inline: 10rem;
  }
  .sec-hero .flex_content > figure {
    left: -1.7rem;
  }
  .sec-hero_txt.-sskp {
    padding-top: 7rem;
  }
  .sec-hero_txt.-premium > .item-name {
    padding-top: 7rem;
  }
  .sec-hero_txt.-premium .item-size-list {
    display: block;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 840px) {
  .sec-hero_inner.-sskp {
    padding-inline: 20.2rem;
  }
  .sec-hero_inner.-premium {
    padding-inline: 20.2rem;
  }
  .sec-hero .flex_content {
    width: 41rem;
  }
  .sec-hero .flex_content.-premium {
    width: 37rem;
  }
  .sec-hero .flex_content > figure {
    left: -1.7rem;
    width: 36.6rem;
  }
  .sec-hero_txt.-index {
    font-size: 4.8rem;
  }
  .sec-hero_txt.-sskp {
    font-size: 3.72rem;
    padding-top: 12.3rem;
  }
  .sec-hero_txt.-sskp > p > span {
    font-size: 2.79rem;
  }
  .sec-hero_txt.-premium > .item-name {
    font-size: 3.6rem;
    padding-top: 12.2rem;
    margin-bottom: 2rem;
  }
  .sec-hero_txt.-premium .item-size-list > li:not(:last-child) {
    margin-bottom: 2.4rem;
  }
  .sec-hero_txt.-premium .item-size-list > li .amount {
    font-size: 2rem;
  }
  .sec-hero_txt.-premium .item-size-list > li .price {
    font-size: 3.2rem;
  }
  .sec-hero_txt.-premium .item-size-list > li .price > span {
    font-size: 2rem;
  }
}
.sec-hero_txt {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
}
.sec-hero_txt.-index {
  font-size: 2.4rem;
}
@media screen and (min-width: 840px) {
  .sec-hero_txt.-index {
    font-size: 4.8rem;
  }
}
.sec-hero_txt.-sskp {
  font-size: 2rem;
  padding-top: 10rem;
}
@media screen and (min-width: 600px) {
  .sec-hero_txt.-sskp {
    padding-top: 7rem;
  }
}
@media screen and (min-width: 840px) {
  .sec-hero_txt.-sskp {
    font-size: 3.72rem;
    padding-top: 12.3rem;
  }
}
.sec-hero_txt.-sskp > p > span {
  font-size: 1.4rem;
}
@media screen and (min-width: 840px) {
  .sec-hero_txt.-sskp > p > span {
    font-size: 2.79rem;
  }
}
.sec-hero_txt.-premium > .item-name {
  font-size: 2rem;
  padding-top: 10rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 600px) {
  .sec-hero_txt.-premium > .item-name {
    padding-top: 7rem;
  }
}
@media screen and (min-width: 840px) {
  .sec-hero_txt.-premium > .item-name {
    font-size: 3.6rem;
    padding-top: 12.2rem;
    margin-bottom: 2rem;
  }
}
.sec-hero_txt.-premium .item-size-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media screen and (min-width: 600px) {
  .sec-hero_txt.-premium .item-size-list {
    display: block;
    margin-bottom: 0;
  }
}
.sec-hero_txt.-premium .item-size-list > li:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 840px) {
  .sec-hero_txt.-premium .item-size-list > li:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
.sec-hero_txt.-premium .item-size-list > li .amount {
  font-size: 1.6rem;
}
@media screen and (min-width: 840px) {
  .sec-hero_txt.-premium .item-size-list > li .amount {
    font-size: 2rem;
  }
}
.sec-hero_txt.-premium .item-size-list > li .price {
  font-size: 1.8rem;
}
.sec-hero_txt.-premium .item-size-list > li .price > span {
  font-size: 1.6rem;
}
@media screen and (min-width: 840px) {
  .sec-hero_txt.-premium .item-size-list > li .price {
    font-size: 3.2rem;
  }
  .sec-hero_txt.-premium .item-size-list > li .price > span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 840px) {
  .sec-hero_img {
    width: 58rem;
  }
  .sec-hero_img > img {
    width: 100%;
  }
}
@media screen and (min-width: 840px) {
  .sec-hero_item-img {
    width: 35rem;
  }
  .sec-hero_item-img.-premium {
    width: 40rem;
  }
}

.sec-hero.-index {
  overflow: hidden;
}
.sec-hero.-index .sec-hero_decoration {
  position: absolute;
}
.sec-hero.-index .sec-hero_decoration.sec-hero_decoration_01 {
  top: 20px;
  left: 15px;
  max-width: 64px;
  transform: rotate(12deg);
}
.sec-hero.-index .sec-hero_decoration.sec-hero_decoration_02 {
  bottom: 10px;
  right: 10px;
  max-width: 48px;
  transform: rotate(12deg);
}
.sec-hero.-index .inner {
  flex-direction: column-reverse;
}
.sec-hero.-index .sec-hero_img {
  margin: 10px 0 20px 0;
}
.sec-hero.-index .sec-hero_content {
  padding-bottom: 40px;
}
.sec-hero.-index .sec-hero_content .sec-hero_txt {
  text-align: center;
  margin-bottom: 40px;
}
.sec-hero.-index .sec-hero_content .list-items_item {
  padding: 0 10px;
}
.sec-hero.-index .sec-hero_content .list-items_item_title {
  font-size: 1.2rem;
  color: var(--color-body) !important;
}
.sec-hero.-index .sec-hero_content .logo {
  width: 100%;
  margin-top: 16px;
  padding: 0 20px;
}
.sec-hero.-index .sec-hero_content .logo img {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .sec-hero.-index .sec-hero_decoration.sec-hero_decoration_01 {
    max-width: 48px;
  }
  .sec-hero.-index .sec-hero_decoration.sec-hero_decoration_02 {
    max-width: 48px;
  }
  .sec-hero.-index .inner {
    flex-direction: row;
  }
  .sec-hero.-index .sec-hero_img {
    width: 56rem;
  }
  .sec-hero.-index .sec-hero_content {
    padding-bottom: 0;
  }
  .sec-hero.-index .sec-hero_content .sec-hero_txt {
    text-align: left;
  }
  .sec-hero.-index .sec-hero_content .list-items_item {
    width: 30%;
    padding: 0;
  }
  .sec-hero.-index .sec-hero_content .list-items_item_title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 840px) {
  .sec-hero.-index .inner {
    justify-content: center;
  }
  .sec-hero.-index .list-items {
    gap: 4rem;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1080px) {
  .sec-hero.-index .sec-hero_decoration.sec-hero_decoration_01 {
    max-width: 6.4vw;
    right: 2vw;
    left: 2vw;
  }
  .sec-hero.-index .sec-hero_decoration.sec-hero_decoration_02 {
    max-width: 6.4vw;
    bottom: 2vw;
    right: 2vw;
  }
  .sec-hero.-index .inner {
    flex-wrap: nowrap;
  }
  .sec-hero.-index .sec-hero_img {
    width: auto;
    margin: 0;
  }
  .sec-hero.-index .sec-hero_content {
    width: 45%;
    flex-shrink: 0;
    padding-left: 3rem;
  }
  .sec-hero.-index .sec-hero_content .sec-hero_txt {
    font-size: 4.4rem;
  }
  .sec-hero.-index .sec-hero_content .list-items_item {
    width: 33%;
    padding: 0;
  }
  .sec-hero.-index .sec-hero_content .list-items_item_title {
    font-size: 1.6rem;
  }
}

.sec-concept {
  padding-block: 8rem 3rem;
}
@media screen and (min-width: 600px) {
  .sec-concept {
    padding-block: 6rem;
  }
}
@media screen and (min-width: 840px) {
  .sec-concept {
    padding-top: 9rem;
  }
}
.sec-concept .flex_content {
  position: relative;
}
.sec-concept .sec-concept_inner.-sskp {
  position: relative;
}
@media screen and (min-width: 840px) {
  .sec-concept .sec-concept_inner.-sskp {
    max-width: 56rem;
    margin-top: 3rem;
  }
}
.sec-concept .sec-concept_inner.-premium {
  position: relative;
}
@media screen and (min-width: 840px) {
  .sec-concept .sec-concept_inner.-premium {
    max-width: 60rem;
    margin-top: 3rem;
  }
}
.sec-concept .sec-concept_ttl {
  max-width: 240px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .sec-concept .sec-concept_ttl {
    left: -3rem;
  }
}
@media screen and (min-width: 840px) {
  .sec-concept .sec-concept_ttl {
    top: 0;
    left: 0;
    max-width: 320px;
  }
}
.sec-concept .sec-concept_txt {
  padding-top: 4rem;
}
.sec-concept .sec-concept_txt .bold {
  font-weight: bold;
}
@media screen and (min-width: 840px) {
  .sec-concept .sec-concept_txt {
    padding-top: 4rem;
  }
}
.sec-concept.-sskp {
  padding-top: 8rem;
  position: relative;
  border-bottom: 1px solid var(--color-primary);
}
.sec-concept.-sskp.-premium {
  border-color: var(--color-premium);
}
@media screen and (min-width: 840px) {
  .sec-concept.-sskp {
    padding: 11rem 0 8.7rem;
  }
}
.sec-concept_deco {
  position: absolute;
}
.sec-concept_deco.-left {
  width: 30%;
  top: 100%;
  right: 0;
}
.sec-concept_deco.-right {
  width: 30%;
  top: -5rem;
}
@media screen and (min-width: 600px) {
  .sec-concept_deco.-left {
    width: 20%;
    right: calc(100% - 15rem);
  }
  .sec-concept_deco.-right {
    width: 20%;
    right: 2rem;
  }
}
@media screen and (min-width: 840px) {
  .sec-concept_deco.-left {
    width: 26.4rem;
    top: calc(100% - 2.6rem);
    right: calc(100% - 1.6rem);
  }
  .sec-concept_deco.-right {
    width: 12.6rem;
    top: -8.6rem;
    left: 100%;
  }
}

.sec-relatiionship {
  background-color: #e0f9fe;
  padding: 6rem 2.4rem;
}
.sec-relatiionship_list > li {
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
}
.sec-relatiionship_list > li:not(:last-child) {
  margin-bottom: 6rem;
}
.sec-relatiionship_list > li:nth-child(1) > img {
  width: 68rem;
}
.sec-relatiionship_list > li:nth-child(2) > img {
  width: 43rem;
}
.sec-relatiionship_list > li:nth-child(3) > img {
  width: 61rem;
}
@media screen and (min-width: 840px) {
  .sec-relatiionship {
    padding: 15rem 0 0;
  }
  .sec-relatiionship_list > li {
    margin-bottom: 0;
    gap: 0;
  }
  .sec-relatiionship_list > li:nth-child(1) {
    flex-direction: row;
    padding-left: 12rem;
    padding-right: 4rem;
    margin-top: -2rem;
  }
  .sec-relatiionship_list > li:nth-child(1) > img {
    width: 68rem;
  }
  .sec-relatiionship_list > li:nth-child(2) {
    flex-direction: row-reverse;
    padding-left: 18rem;
    padding-right: 12rem;
    margin-top: -4.8rem;
  }
  .sec-relatiionship_list > li:nth-child(2) > img {
    width: 43rem;
  }
  .sec-relatiionship_list > li:nth-child(3) {
    flex-direction: row;
    padding-left: 12rem;
    padding-right: 11rem;
  }
  .sec-relatiionship_list > li:nth-child(3) > img {
    width: 61rem;
  }
}

.-dots {
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
}
.-dots::before, .-dots::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5rem;
  height: 10rem;
  background: url("../img/common/dots_bl.svg") no-repeat center/contain;
  transform: translateY(-50%);
}
.-dots.-premium::before, .-dots.-premium::after {
  background: url("../img/common/dots_pk.svg") no-repeat center/contain;
}
.-dots::before {
  right: calc(100% - 2rem);
}
.-dots::after {
  left: calc(100% - 2rem);
  transform: translateY(-50%) scaleX(-1);
}
@media screen and (min-width: 840px) {
  .-dots {
    margin-bottom: 100px;
  }
  .-dots::before, .-dots::after {
    width: 7rem;
    height: 15rem;
  }
  .-dots::before {
    right: 100%;
  }
  .-dots::after {
    left: 100%;
  }
}

.sec-bridge {
  padding: 3rem 0 6rem;
  position: relative;
}
.sec-bridge_ttl {
  color: var(--color-primary);
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
  margin-bottom: 3.2rem;
}
.sec-bridge_deco {
  position: absolute;
}
.sec-bridge_deco.-left {
  top: 80%;
  left: 3%;
  width: 20%;
}
.sec-bridge_deco.-right {
  top: -10rem;
  right: 0;
  width: 25%;
}
.sec-bridge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 20vw;
  background: #e0f9fe;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 600px) {
  .sec-bridge {
    padding-block: 10rem;
  }
}
@media screen and (min-width: 840px) {
  .sec-bridge {
    padding-top: 20rem;
  }
  .sec-bridge_ttl {
    font-size: 3.4rem;
    margin-bottom: 7rem;
  }
  .sec-bridge_ttl::before, .sec-bridge_ttl::after {
    width: 7rem;
    height: 15rem;
  }
  .sec-bridge_deco.-left {
    top: 50%;
    left: 7.7rem;
    width: 28.8rem;
  }
  .sec-bridge_deco.-right {
    top: 0;
    right: 2.2rem;
    width: 34.4rem;
  }
}

.sec-merit {
  padding: 8rem 0;
}
.sec-merit_list {
  width: calc(100% - 4.8rem);
  margin-inline: auto;
}
.sec-merit_list_ttl {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.8rem;
}
.sec-merit_list_ttl_txt {
  flex: 1;
}
.sec-merit_list_ttl_sub {
  color: var(--color-primary);
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: 0.1em;
}
.sec-merit_list_ttl_sub.-premium {
  color: var(--color-premium);
}
.sec-merit_list > li {
  justify-content: space-between;
  flex-direction: column;
  gap: 2rem;
}
.sec-merit_list > li:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 840px) {
  .sec-merit {
    padding: 12.4rem 0 7rem;
  }
  .sec-merit_list {
    width: 100%;
  }
  .sec-merit_list > li {
    gap: 0;
  }
  .sec-merit_list > li:not(:last-child) {
    margin-bottom: 0;
  }
  .sec-merit_list > li:nth-child(1) {
    flex-direction: row;
    padding-left: 12rem;
    padding-right: 12rem;
    margin-top: -2rem;
  }
  .sec-merit_list > li:nth-child(1) > img {
    width: 58rem;
  }
  .sec-merit_list > li:nth-child(2) {
    flex-direction: row-reverse;
    padding-left: 12rem;
    padding-right: 12rem;
    margin-top: 0.7rem;
  }
  .sec-merit_list > li:nth-child(2) > img {
    width: 56rem;
  }
  .sec-merit_list > li:nth-child(3) {
    flex-direction: row;
    padding-left: 12rem;
    padding-right: 12rem;
    margin-top: -5.1rem;
  }
  .sec-merit_list > li:nth-child(3) > img {
    width: 51rem;
  }
  .sec-merit_list.-premium > li:nth-child(1) > img {
    width: 56.9rem;
  }
  .sec-merit_list.-premium > li:nth-child(2) {
    margin-top: 3.8rem;
  }
  .sec-merit_list.-premium > li:nth-child(3) {
    margin-top: 4rem;
  }
  .sec-merit_list.-premium > li:nth-child(3) > img {
    width: 56.2rem;
  }
}

.sec-point {
  background-color: #d9f4f9;
  padding-top: 8rem;
}
.sec-point_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 5.6rem;
}
.sec-point_list > li {
  width: 25.8rem;
}
.sec-point_list > li > figure {
  margin-bottom: 2rem;
}
.sec-point_list > li > p {
  letter-spacing: 0;
}
@media screen and (min-width: 840px) {
  .sec-point {
    padding: 12rem 0 3.4rem;
  }
  .sec-point_list {
    gap: 14.2rem;
  }
}

.sec-onayami_ttl {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2rem;
  margin-bottom: 3.2rem;
}
.sec-onayami_ttl > span {
  color: #c95618;
  font-size: 3rem;
  background-image: radial-gradient(circle at center, #c95618 20%, transparent 20%);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.3em;
}
.sec-onayami_bad {
  position: relative;
  margin-bottom: 6rem;
}
.sec-onayami_bad .bg-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 69.1%;
  height: 69.1%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  filter: blur(10rem);
  z-index: -1;
}
.sec-onayami_bad_img {
  margin-bottom: 2rem;
}
.sec-onayami_bad_img > img {
  width: 100%;
}
.sec-onayami_bad_cursor {
  width: 13%;
  margin-inline: auto;
}
.sec-onayami_bad_cursor > img {
  width: 100%;
}
.sec-onayami_good {
  position: relative;
}
.sec-onayami_good .bg-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 69.1%;
  height: 69.1%;
  border-radius: 50%;
  background: rgba(255, 229, 0, 0.2);
  filter: blur(10rem);
  z-index: -1;
}
.sec-onayami_good > img {
  width: 100%;
}
@media screen and (min-width: 840px) {
  .sec-onayami_ttl {
    font-size: 3.6rem;
  }
  .sec-onayami_ttl > span {
    font-size: 4.8rem;
    background-size: 1em 0.3em;
    padding-top: 0.3em;
  }
  .sec-onayami_bad .bg-circle {
    width: 69.1rem;
    height: 69.1rem;
    filter: blur(20rem);
  }
  .sec-onayami_bad_img {
    width: 87rem;
    margin: 0 auto 2rem;
  }
  .sec-onayami_bad_img > img {
    width: 100%;
  }
  .sec-onayami_bad_cursor {
    width: 13rem;
    margin-inline: auto;
  }
  .sec-onayami_bad_cursor > img {
    width: 100%;
  }
  .sec-onayami_good .bg-circle {
    width: 69.1rem;
    height: 69.1rem;
    filter: blur(20rem);
  }
  .sec-onayami_good > figure {
    width: 98rem;
    margin-inline: auto;
  }
  .sec-onayami_good > img {
    width: 100%;
  }
}

.sec-product {
  padding-bottom: 8rem;
  position: relative;
}
.sec-product_motif {
  width: 10%;
  min-width: 7rem;
  max-width: 12.4rem;
  margin-inline: auto;
}
.sec-product_deco {
  position: absolute;
  top: 6rem;
  right: 5.5rem;
  width: 11.7%;
}
.sec-product_ttl {
  color: #474342;
  font-family: "Zen Maru Gothic", serif !important;
}
@media screen and (min-width: 840px) {
  .sec-product_motif {
    width: 12.4rem;
  }
  .sec-product_deco {
    top: 6rem;
    right: 5.5rem;
    width: 11.7rem;
  }
}

.sec-scene {
  padding-top: 5.6rem;
}
.sec-scene._bl {
  border-bottom: solid 1px var(--color-primary);
}
.sec-scene._pk {
  border-bottom: solid 1px var(--color-premium);
}
.sec-scene_list {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 4rem;
}
.sec-scene_list > li {
  width: 32rem;
}
.sec-scene_list > li > figure {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 840px) {
  .sec-scene {
    padding: 14rem 0;
  }
  .sec-scene_list {
    gap: 5.6rem;
  }
}

.image {
  position: relative;
}
.image .woman {
  position: relative;
  right: -20px;
}
.image.-sskp {
  height: 36rem;
}
.image_inner {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  left: 15px;
}
.image_inner .title {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.image_inner .text {
  font-size: 1.3rem;
}
.image_inner .text.-sskp {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.image_inner .text > .list {
  display: flex;
  flex-direction: column;
  gap: 1em;
  list-style-type: disc;
}
.image_inner .text > .list.-relationship {
  font-weight: bold;
}
.image_inner .text > .list.-relationship > li::marker,
.image_inner .text > .list.-relationship > li > span {
  color: #c95618;
}
.image_inner .text > .list.-sskp > li::marker {
  color: var(--color-primary);
}
@media screen and (min-width: 600px) {
  .image.-sskp {
    height: auto;
  }
  .image_inner.-sskp {
    left: -8rem;
  }
  .image_inner .text.-sskp {
    width: 80%;
  }
  .image_inner .text > .list {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 840px) {
  .image_inner.-sskp {
    left: 0;
  }
  .image_inner .title {
    font-size: 2rem;
    margin-bottom: 1.4rem;
  }
  .image_inner .text.-sskp {
    width: 28rem;
  }
}

/* ----------------------------------------------------------------------
投稿用追加CSS
# layout
# grouping content
# link
# media
# alignments
# gallery
# typography
---------------------------------------------------------------------- */
/*--------------------------------------------------------------
# layout
--------------------------------------------------------------*/
.is-layout-constrained > * + * {
  margin-block-start: 1.5rem;
  margin-block-end: 0;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100% !important;
}
.is-layout-constrained > .alignleft,
.is-layout-constrained .alignright {
  margin-bottom: 1em !important;
}
.is-layout-constrained .alignleft {
  margin-inline-end: 1.5em !important;
}
.is-layout-constrained .alignright {
  margin-inline-start: 1.5em !important;
}

/*--------------------------------------------------------------
# grouping content
--------------------------------------------------------------*/
.is-layout-constrained pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.875rem;
  max-width: 100%;
  padding: 1.6em;
  overflow: auto;
}

/*--------------------------------------------------------------
# link
--------------------------------------------------------------*/
.is-layout-constrained a:where(:not(.wp-element-button)) {
  color: var(--color-primary);
  text-decoration: underline;
}
.is-layout-constrained a:where(:not(.wp-element-button)):hover {
  text-decoration: none;
}
.is-layout-constrained a:where(:not(.wp-element-button)):focus {
  text-decoration: underline dashed;
}
.is-layout-constrained a:where(:not(.wp-element-button)):active {
  color: var(--color-primary);
  text-decoration: none;
}

/*--------------------------------------------------------------
# media
--------------------------------------------------------------*/
.is-layout-constrained .wp-caption-text {
  max-width: 100%;
  margin-top: 10px;
}

/*--------------------------------------------------------------
# gallery
--------------------------------------------------------------*/
.is-layout-constrained .gallery {
  margin-bottom: 1.5rem;
}
.is-layout-constrained .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.is-layout-constrained .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.is-layout-constrained .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.is-layout-constrained .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.is-layout-constrained .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.is-layout-constrained .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.is-layout-constrained .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.is-layout-constrained .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.is-layout-constrained .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.is-layout-constrained .gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# typography
--------------------------------------------------------------*/
.is-layout-constrained h1,
.is-layout-constrained h2,
.is-layout-constrained h3,
.is-layout-constrained h4,
.is-layout-constrained h5,
.is-layout-constrained h6 {
  font-weight: bold;
  line-height: 1.4;
}
.is-layout-constrained h1 {
  font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
  line-height: 1.2;
}
.is-layout-constrained h1:not(:first-child) {
  margin-top: 3rem;
}
.is-layout-constrained h2 {
  font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
  line-height: 1.2;
}
.is-layout-constrained h2:not(:first-child) {
  margin-top: 3rem;
}
.is-layout-constrained h3 {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
}
.is-layout-constrained h4 {
  font-size: 1.125rem;
}
.is-layout-constrained h5 {
  font-size: 1rem;
  font-weight: 700;
}
.is-layout-constrained h6 {
  font-size: 1rem;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# single
--------------------------------------------------------------*/
.article .article_header h1 {
  font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
  line-height: 1.2;
}
.article .article_header .article_meta {
  margin-top: 10px;
}
.article .article_body {
  margin-top: 40px;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# single
## consept
## hakkin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## consept
--------------------------------------------------------------*/
.sec.-consept {
  padding-bottom: 0;
}
.sec.-consept figure {
  display: none;
}
@media screen and (min-width: 840px) {
  .sec.-consept figure {
    display: block;
  }
}
.sec.-consept .inner {
  position: relative;
}
.sec.-consept .inner img {
  max-width: 28rem;
}
.sec.-consept .right {
  position: absolute;
  right: -10rem;
  top: -24rem;
}
.sec.-consept .left {
  position: absolute;
  left: -8rem;
  bottom: -12rem;
}

/*--------------------------------------------------------------
## hakkin
--------------------------------------------------------------*/
.efficacy-vitamin .efficacy-vitamin_item_img {
  max-width: 160px;
  margin: 0 auto;
}
.efficacy-vitamin .efficacy-vitamin_item_title {
  text-align: center;
  margin-block: 1.6rem 1rem;
}
.efficacy-vitamin p {
  text-align: center;
}
.efficacy-vitamin .efficacy-vitamin_cross {
  text-align: center;
  max-width: 6.4rem;
  margin: 3.2rem auto;
}
@media screen and (min-width: 600px) {
  .efficacy-vitamin {
    display: flex;
    align-items: center;
    gap: 2.4rem;
  }
  .efficacy-vitamin .efficacy-vitamin_item {
    flex: 1;
  }
}

.product_detail {
  font-size: 1.4rem;
}
.product_detail + .product_detail {
  margin-top: 2rem;
}
.product_detail dt,
.product_detail dd {
  padding-inline: 1rem;
}
.product_detail dt {
  font-weight: bold;
}
.product_detail dd {
  margin-top: 1rem;
  border-bottom: 1px solid;
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 600px) {
  .product_detail {
    display: flex;
    width: 100%;
  }
  .product_detail dt {
    width: 12rem;
    flex-shrink: 0;
    border-bottom: 1px solid;
  }
  .product_detail dd {
    flex: 1;
    margin-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
}

.product_nutrition {
  background-color: #F1F1F1;
  border-radius: 10px;
  padding: 2.4rem;
  margin-top: 2rem;
}
.product_nutrition_title {
  font-weight: bold;
  margin-bottom: 10px;
}
.product_nutrition_text {
  font-size: 1.4rem;
}
@media screen and (min-width: 600px) {
  .product_nutrition {
    margin-top: 3.2rem;
  }
}

video {
  width: 100%;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# align
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# margin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# state
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# animation
--------------------------------------------------------------*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bgextend::before {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #222; /*伸びる背景色の設定*/
}

/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bgLRextend::before {
  animation-name: bgLRextendAnime;
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.bgappearTrigger,
.bgextendTrigger {
  opacity: 0;
}

/* fadeIn */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* fadeDown */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* fadeLeft */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

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

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

/* flipUp */
.flipUp {
  animation-name: flipUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes flipUpAnime {
  from {
    transform: perspective(2500px) rotateX(-100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}
/* flipDown */
.flipDown {
  animation-name: flipDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes flipDownAnime {
  from {
    transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}
/* flipLeft */
.flipLeft {
  animation-name: flipLeft;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
}

@keyframes flipLeft {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/* flipLeftTop */
.flipLeftTop {
  animation-name: flipLeftTop;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes flipLeftTop {
  from {
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
/* flipRight */
.flipRight {
  animation-name: flipRight;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: right center;
}

@keyframes flipRight {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/* flipRightTop */
.flipRightTop {
  animation-name: flipRightTop;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes flipRightTop {
  from {
    transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 1) rotate(0deg);
    opacity: 1;
  }
}
.flipUpTrigger,
.flipDownTrigger,
.flipLeftTrigger,
.flipLeftTopTrigger,
.flipRightTrigger,
.flipRightTopTrigger {
  opacity: 0;
}

/* rotateUp */
.rotateUp {
  animation-name: rotateUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: center center;
}

@keyframes rotateUpAnime {
  from {
    transform: rotate3d(1, 0, 0, 0);
    opacity: 0;
  }
  to {
    transform: rotate3d(1, 0, 0, 360deg);
    opacity: 1;
  }
}
/* rotateDown */
.rotateDown {
  animation-name: rotateUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: center center;
}

@keyframes rotateDownAnime {
  from {
    transform: rotate3d(1, 0, 0, 0);
    opacity: 0;
  }
  to {
    transform: rotate3d(1, 0, 0, -360deg);
    opacity: 1;
  }
}
/* rotateLeftY */
.rotateLeftY {
  animation-name: rotateLeftYAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: center center;
}

@keyframes rotateLeftYAnime {
  from {
    transform: rotate3d(0, 1, 0, 360deg);
    opacity: 0;
  }
  to {
    transform: rotate3d(0, 1, 0, 0);
    opacity: 1;
  }
}
/* rotateLeftZ */
.rotateLeftZ {
  animation-name: rotateLeftZAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: center center;
}

@keyframes rotateLeftZAnime {
  from {
    transform: rotate3d(0, 0, 1, 360deg);
    opacity: 0;
  }
  to {
    transform: rotate3d(0, 0, 1, 0);
    opacity: 1;
  }
}
/* rotateRightY */
.rotateRightY {
  animation-name: rotateRightYAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: center center;
}

@keyframes rotateRightYAnime {
  from {
    transform: rotate3d(0, 1, 0, 0);
    opacity: 0;
  }
  to {
    transform: rotate3d(0, 1, 0, 360deg);
    opacity: 1;
  }
}
/* rotateRightZ */
.rotateRightZ {
  animation-name: rotateRightZAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: center center;
}

@keyframes rotateRightZAnime {
  from {
    transform: rotate3d(0, 0, 1, 0);
    opacity: 0;
  }
  to {
    transform: rotate3d(0, 0, 1, 360deg);
    opacity: 1;
  }
}
.rotateUpTrigger,
.rotateDownTrigger,
.rotateLeftYTrigger,
.rotateLeftZTrigger,
.rotateRightYTrigger,
.rotateRightZTrigger {
  opacity: 0;
}

/* zoomIn */
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(1);
    opacity: 0;
  }
  to {
    transform: translate(0) scale(1.2);
    opacity: 1;
  }
}
/* zoomOut */
.zoomOut {
  animation-name: zoomOutAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}
.zoomInTrigger,
.zoomOutTrigger {
  opacity: 0;
}

/* blur */
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

/* smooth */
.smooth {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: left;
}

@keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
.smoothTrigger {
  opacity: 0;
}

/*--------------------------------------------------------------
## option
--------------------------------------------------------------*/
/* 回数 */
.count2 {
  animation-iteration-count: 2;
}

.countinfinite {
  animation-iteration-count: infinite;
}

/* 遅延時間 */
.delay-time02 {
  animation-delay: 0.4s;
}

.delay-time03 {
  animation-delay: 0.8s;
}

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

.delay-time05 {
  animation-delay: 1.6s;
}

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

/* 変化時間 */
.change-time1 {
  animation-duration: 1s;
}

.change-time2 {
  animation-duration: 1.5s;
}

.change-time3 {
  animation-duration: 2s;
}

.change-time4 {
  animation-duration: 2.5s;
}

.change-time5 {
  animation-duration: 3s;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# text
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# bg
--------------------------------------------------------------*/
._bk {
  background: var(--color-body);
  color: #fff;
}

._bl {
  background: #D9F4F9;
}

._pk {
  background: #FAE9F5;
}

.sec-hero.-index {
  background: conic-gradient(#fff996 25%, #fffadd 0 50%, #fff996 0 75%, #fffadd 0) top/50vw 50vw;
}
@media screen and (min-width: 600px) {
  .sec-hero.-index {
    padding-block: 8rem;
    background-size: 20vw 20vw;
  }
}
.sec-hero.-yl {
  background: conic-gradient(#fff996 25%, #fffadd 0 50%, #fff996 0 75%, #fffadd 0) top/50vw 40vw;
}
@media screen and (min-width: 600px) {
  .sec-hero.-yl {
    background-size: 20vw 16vw;
  }
}
.sec-hero.-bl {
  background: conic-gradient(rgb(233, 245, 249) 25%, rgb(243, 251, 253) 0deg, rgb(243, 251, 253) 50%, rgb(233, 245, 249) 0deg, rgb(233, 245, 249) 75%, rgb(243, 251, 253) 0deg) center top/30vw 30vw;
}
@media screen and (min-width: 600px) {
  .sec-hero.-bl {
    background-size: 14vw 14vw;
  }
}
.sec-hero.-pk {
  background: conic-gradient(rgb(248, 240, 246) 25%, rgb(252, 249, 251) 0deg, rgb(252, 249, 251) 50%, rgb(248, 240, 246) 0deg, rgb(248, 240, 246) 75%, rgb(252, 249, 251) 0deg) center top/30vw 30vw;
}
@media screen and (min-width: 600px) {
  .sec-hero.-pk {
    background-size: 14vw 14vw;
  }
}/*# sourceMappingURL=style.css.map */