@charset "UTF-8";
/* ==============================

目次

============================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Add Coco-jet Custom
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ==============================

Selector

============================== */
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.4666666667vw;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 100%;
    font-size: 1.6rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h3 {
  color: #b348cd;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  display: inline-block;
  color: #FFFFFF;
  text-decoration: underline;
  transition: opacity 0.2s ease-in, color 0.2s ease-in, background-color 0.2s ease-in;
}

a,
a:focus,
*:focus {
  outline: none;
}

/* ----- TOPローディング ----- */
#loader-bg {
  background: #000;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader {
  position: absolute;
  width: 80px;
  display: flex;
  justify-content: space-between;
}

.loader-circle {
  width: 20px;
  height: 20px;
  background-color: #ccc;
  border-radius: 50%;
  animation: loading 1s infinite;
}
.loader-circle:nth-child(2) {
  animation-delay: 0.1s;
}
.loader-circle:nth-child(3) {
  animation-delay: 0.2s;
}

@keyframes loading {
  0% {
    transform: scale(0.1);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* ==============================

Module

============================== */
.spOnly {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

.pcOnly {
  display: none;
}
@media screen and (min-width: 768px) {
  .pcOnly {
    display: inline-block;
  }
}

.cntBlock:last-child {
  padding-bottom: 0;
}
.cntBlock.-bgColor01 {
  background-color: rgba(218, 218, 218, 0.1);
}
.cntBlock.-bgColor02 {
  background-color: #161616;
}
.cntBlock.-bgColor03 {
  background-color: rgba(255, 242, 8, 0.05);
}
.heding {
  margin: 0 0 1em;
  font-size: 6.4vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .heding {
    margin-bottom: 1.5em;
    font-size: 3.8rem;
  }
}

.heding_en {
  display: block;
}

.heding_ja {
  position: relative;
  display: inline-block;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-1.5em);
}
.heding_ja::before {
  position: absolute;
  top: 50%;
  left: -26px;
  content: "";
  z-index: 1;
  width: 16px;
  height: 1px;
  background: #333;
}
.heding_ja::after {
  position: absolute;
  top: 50%;
  left: auto;
  content: "";
  z-index: 1;
  width: 16px;
  right: -26px;
  height: 1px;
  background: #333;
}
@media screen and (min-width: 768px) {
  .heding_ja {
    font-size: 1.2rem;
    transform: translateY(-3em);
  }
}

.lead {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .lead {
    margin-bottom: 60px;
  }
}

.underline {
  position: relative;
  display: inline-block;
  padding: 0 0.2em;
  background-color: rgba(255, 242, 8, 0.36);
}
.underline::before {
  position: absolute;
  top: auto;
  left: 0;
  content: "";
  z-index: -1;
  width: 0;
}

/* ==============================

Block

============================== */
.wrapper {
  overflow: hidden;
  font-family: ヒラギノ明朝 ProN;
}

.inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1260px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .inner {
    max-width: 1200px;
    padding: 0;
  }
}

/* ==============================

Header

============================== */
/*
Header sub
------------------------------ */
.header {
  position: fixed;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 10;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.18);
}
@media screen and (min-width: 768px) {
  .header .inner {
    grid-auto-flow: row dense;
    grid-auto-columns: 1fr;
    grid-template-columns: auto auto 0px;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: "header_logo headerNav_container";
    align-items: center;
    height: 80px;
    padding: 0 40px;
  }
}

.headerContainer {
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .headerContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    display: flex;
    grid-auto-flow: row dense;
    grid-auto-columns: 1fr;
    grid-template-columns: auto auto;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: "header_logo headerNav";
  }
}

.headerLogo {
  position: relative;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .headerLogo {
    align-items: center;
    grid-area: header_logo;
    display: flex;
  }
}
.headerLogo a {
  color: #000000;
  font-family: ヒラギノ明朝 ProN;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 768px) {
  .headerNav_container {
    position: relative;
    top: inherit;
    display: grid;
    width: 600px;
    grid-template-columns: auto;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: "headerNav_menu";
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .headerNav_container .headerNav_menu {
    grid-area: headerNav_menu;
    display: grid;
    align-content: center;
  }
}

.headerNav_items {
  position: absolute;
  flex-wrap: wrap;
  top: 100%;
  right: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  background-color: #000000;
}
.headerNav_items.-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .headerNav_items {
    position: relative;
    background: #fff;
    display: flex;
    top: auto;
    right: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
  }
}

.headerNav_item {
  border-top: 1px solid rgba(218, 218, 218, 0.3);
}
@media screen and (min-width: 768px) {
  .headerNav_item {
    border-top: none;
    font-size: 12px;
  }
}

.headerNav_item a {
  position: relative;
  display: block;
  padding: 1rem 1rem 1em 3em;
  color: #fff;
  text-decoration: none;
}
.headerNav_item a::before {
  position: absolute;
  top: 50%;
  left: 1em;
  content: "";
  z-index: 1;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.4em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .headerNav_item a:hover:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .headerNav_item a {
    display: inline-block;
    width: auto;
    padding: 0.2em 1em 0.2em 0.8em;
    border: 0;
    color: #000;
  }
  .headerNav_item a::before {
    content: none;
  }
  .headerNav_item a::after {
    position: absolute;
    right: 0;
    content: "|";
    color: #000;
  }
  .headerNav_item a:nth-child(6) {
    padding: 0;
  }
}

.headerNav_button {
  display: block;
  position: absolute;
  left: 6.4vw;
  top: 15px;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  border: 0;
  outline: 0;
  z-index: 10;
  border-radius: 0;
  text-align: inherit;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .headerNav_button {
    display: none;
  }
}

.headerNav_buttonLine {
  position: relative;
  display: block;
  width: 30px;
  margin: 0 auto 28px;
  height: 1.5px;
  background: #000000;
  transition: all 0.3s ease;
}
.headerNav_buttonLine:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  height: 1.5px;
  background: #000000;
  transition: all 0.3s ease;
}
.headerNav_buttonLine:after {
  position: absolute;
  top: 16px;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  height: 1.5px;
  background: #000000;
  transition: all 0.3s ease;
}
.headerNav_buttonLine.-close {
  transform: translateY(8px) rotate(45deg);
}
.headerNav_buttonLine.-close:before {
  opacity: 0;
}
.headerNav_buttonLine.-close:after {
  transform: translateY(-16px) rotate(-90deg);
}

/* ==============================

Hero

============================== */
/*
Hero sub
------------------------------ */
.hero {
  overflow: hidden;
  line-height: normal;
  position: relative;
  background-size: cover;
  width: 100%;
  padding-top: 48px;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .hero {
    height: 80vh;
  }
}

.hero_slider_itme {
  overflow: hidden;
  line-height: normal;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  /* 画像のサイズを指定    */
  width: 100%;
  /* 横幅のサイズを指定    */
  height: 100vh;
  line-height: 1em;
}
.hero_slider_itme.-slide01 {
  background-image: url(../webp/hero01.webp);
}
@media screen and (min-width: 768px) {
  .hero_slider_itme.-slide01.-slide01 {
    background-image: url(../webp/top/top-pc01.webp);
    height: 80vh;
  }
}
.hero_slider_itme.-slide02 {
  background-image: url(../webp/hero02.webp);
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .hero_slider_itme.-slide02.-slide02 {
    background-image: url(../webp/top/top-pc02.webp);
    height: 80vh;
  }
}
.hero_slider_itme.-slide03 {
  background-image: url(../webp/hero03.webp);
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .hero_slider_itme.-slide03.-slide03 {
    background-image: url(../webp/top/top-pc03.webp);
    height: 80vh;
  }
}

.hiroContainer {
  position: absolute;
  top: 40vh;
  width: 100%;
  text-align: center;
}
.hiroContainer figure {
  max-width: 375px;
  width: 100%;
  margin: 24.2em auto 50px;
}

.hero_title {
  text-align: center;
  color: white;
  font-family: ヒラギノ明朝 ProN;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.32);
  margin: 0 0 8px;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 0 1em;
  line-height: 1.3em;
  text-align: center;
}

.hero_message {
  margin: 0;
  font-size: 33px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  color: white;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.32);
}

/* ==============================

About

============================== */
/*
About sub
------------------------------ */
#about .lead {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#about .lead p {
  font-size: 16px;
  width: 208px;
  margin: 0;
  text-align: center;
  line-height: 3;
  z-index: 10;
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, -50%);
}
#about .aboout_backs_back {
  background-color: #BB93ED;
}
#about .harf_phptp01_block {
  position: relative;
}
@media screen and (min-width: 768px) {
  #about .harf_phptp01_block {
    width: 768px;
    margin: 0 auto;
  }
}
#about .harf_phptp01_block .harf_phptp01 {
  background-color: #BB93ED;
  padding-bottom: 96px;
}
#about .harf_phptp01_block .harf_phptp01_block_h3 {
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 43px;
  color: white;
}
#about .harf_phptp01_block .harf_phptp01_block_h3 h3 {
  line-height: 0.7;
  margin: 0;
  font-size: 52px;
  color: white;
  font-weight: 300;
}
#about .harf_phptp01_block .harf_phptp01_block_h3 h3 span {
  font-size: 32px;
  color: white;
}
#about .aboout_backs {
  background-color: #B185C9;
  margin-top: -10px;
}
@media screen and (min-width: 768px) {
  #about .aboout_backs img {
    height: 399px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100px 100px;
    object-position: 0px -381px;
  }
}

/* ==============================

menu

============================== */
#menu {
  font-family: Hiragino Kaku Gothic Pro;
  border-left: solid #E6DCF2 18px;
  background-color: white;
}
#menu .menu_block {
  color: #835FAF;
  width: 216px;
  margin: 0 auto;
  padding: 48px 0;
}
#menu .menu_block h2 {
  position: relative;
  font-size: 17px;
  line-height: 1;
  margin: 0px 0 24px;
}
#menu .menu_block h2::before {
  content: "";
  width: 14px;
  height: 17px;
  background-color: #E6DCF2;
  position: absolute;
  top: 0px;
  left: -24px;
  z-index: 11;
}
#menu .menu_block .olmenu {
  list-style-type: decimal;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
}
#menu .menu_block .olmenu li {
  margin-bottom: 16px;
}
#menu .menu_block .olmenu li:nth-last-child(1) {
  margin-bottom: 0;
}
#menu .menu_block .olmenu li a {
  color: #835FAF;
  text-decoration: none;
}

/* ==============================
CONCEPT
============================== */
#CONCEPT {
  background-color: #CCBEDE;
}
#CONCEPT .CONCEPT_block {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #CONCEPT .CONCEPT_block {
    max-width: 768px;
    display: flex;
    flex-direction: row-reverse;
  }
}
#CONCEPT .CONCEPT_block .CONCEPT_blocks {
  font-family: Hiragino Kaku Gothic Pro;
  max-width: 768px;
  margin: 0 auto;
  padding: 40px 0 80px;
  background-image: url(../webp/concept_back.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#CONCEPT .CONCEPT_block .CONCEPT_blocks .CONCEPT_h4 {
  line-height: 1;
  width: 267px;
  margin: 0 auto;
  position: relative;
}
#CONCEPT .CONCEPT_block .CONCEPT_blocks .CONCEPT_h4::before {
  content: "";
  background-image: url(../webp/concept_logo.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 27px;
  position: absolute;
  top: 4px;
  left: -34px;
}
#CONCEPT .CONCEPT_block .CONCEPT_blocks .CONCEPT_h4 span {
  font-size: 11px;
  font-weight: 600;
}
#CONCEPT .CONCEPT_block .CONCEPT_blocks .CONCEPT_h4 h4 {
  font-size: 20px;
  margin: 0 0 40px;
}
#CONCEPT .CONCEPT_block .CONCEPT_blocks p {
  font-size: 15px;
  line-height: 2;
  margin: 0 21px 32px;
  letter-spacing: 0.042em;
}
#CONCEPT .CONCEPT_block .CONCEPT_blocks p:nth-last-child(1) {
  margin: 0 21px;
}
#CONCEPT .CONCEPT_block .CONCEPT_photo {
  position: relative;
  z-index: 2;
  margin: -52px auto 0;
  max-width: 768px;
}

/* ==============================
FLAVER
============================== */
#FLAVER {
  background-color: #CCBEDE;
}
#FLAVER .CONCEPT_block {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #FLAVER .CONCEPT_block {
    max-width: 768px;
    display: flex;
  }
}
#FLAVER .CONCEPT_block .CONCEPT_blocks {
  font-family: Hiragino Kaku Gothic Pro;
  margin: 0 auto;
  padding: 64px 0 112px;
  background-image: url(../webp/flaver_back.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#FLAVER .CONCEPT_block .CONCEPT_blocks .CONCEPT_h4 {
  line-height: 1;
  width: 267px;
  margin: 0 auto;
  position: relative;
}
#FLAVER .CONCEPT_block .CONCEPT_blocks .CONCEPT_h4::before {
  content: "";
  background-image: url(../webp/flaver.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 27px;
  position: absolute;
  top: 4px;
  left: -34px;
}
#FLAVER .CONCEPT_block .CONCEPT_blocks .CONCEPT_h4 span {
  font-size: 11px;
  font-weight: 600;
}
#FLAVER .CONCEPT_block .CONCEPT_blocks .CONCEPT_h4 h4 {
  font-size: 20px;
  margin: 0 0 40px;
}
#FLAVER .CONCEPT_block .CONCEPT_blocks p {
  font-size: 15px;
  line-height: 2;
  margin: 0 21px 48px;
  letter-spacing: 0.042em;
}
#FLAVER .CONCEPT_block .CONCEPT_blocks p:nth-last-child(1) {
  margin: 0 21px;
}
#FLAVER .CONCEPT_block .CONCEPT_blocks .brand h5 {
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  margin: 0 auto 16px;
  width: 325px;
}
#FLAVER .CONCEPT_block .CONCEPT_blocks .brand ul {
  font-size: 15px;
  margin: 0 auto;
  width: 283px;
  line-height: 1;
}
#FLAVER .CONCEPT_block .CONCEPT_blocks .brand ul li {
  font-weight: 300;
  margin: 0 0 16px;
  list-style-type: disc;
}
#FLAVER .CONCEPT_block .CONCEPT_photo {
  position: relative;
  max-width: 768px;
  z-index: 2;
  margin: -66px auto 0;
}
@media screen and (min-width: 768px) {
  #FLAVER .CONCEPT_block .CONCEPT_photo {
    margin: 0 auto 0;
    z-index: 3;
  }
}

/* ==============================
PIPE
============================== */
#PIPE {
  background-color: #CCBEDE;
}
#PIPE .CONCEPT_block {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #PIPE .CONCEPT_block .pipe_photo {
    max-width: 768px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
}
#PIPE .CONCEPT_block .CONCEPT_blocks {
  font-family: Hiragino Kaku Gothic Pro;
  margin: 0 auto;
  padding: 64px 0 40px;
  background-image: url(../webp/PIPE_back.webp);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
#PIPE .CONCEPT_block .CONCEPT_blocks .CONCEPT_h4 {
  line-height: 1;
  width: 267px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
#PIPE .CONCEPT_block .CONCEPT_blocks .CONCEPT_h4::before {
  content: "";
  background-image: url(../webp/pipe.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 27px;
  position: absolute;
  top: 4px;
  left: -34px;
}
#PIPE .CONCEPT_block .CONCEPT_blocks .CONCEPT_h4 span {
  font-size: 11px;
  font-weight: 600;
  text-align: left;
}
#PIPE .CONCEPT_block .CONCEPT_blocks .CONCEPT_h4 h4 {
  font-size: 20px;
  margin: 0 0 32px;
  text-align: left;
}
#PIPE .CONCEPT_block .CONCEPT_blocks p {
  text-align: left;
  font-size: 15px;
  line-height: 2;
  margin: 0 21px 0;
  display: inline-block;
  letter-spacing: 0.042em;
}
#PIPE .CONCEPT_block .CONCEPT_blocks p:nth-last-child(1) {
  margin: 0 21px;
}
#PIPE .CONCEPT_block .CONCEPT_blocks #three_point {
  padding-top: 56px;
}
#PIPE .CONCEPT_block .CONCEPT_blocks #three_point .three_point_h2 {
  width: 240px;
  margin: 0 auto 0;
  border: solid 2px white;
  text-align: center;
  font-size: 21px;
  line-height: 2;
  padding: 14px 0;
  letter-spacing: 0.1em;
}
#PIPE .CONCEPT_block .CONCEPT_photo {
  position: relative;
  max-width: 768px;
  z-index: 2;
  margin: 0px auto 0;
}
@media screen and (min-width: 768px) {
  #PIPE .CONCEPT_block .CONCEPT_photo {
    margin: 0;
    width: 480px;
    padding-top: 40px;
  }
}
#PIPE .CONCEPT_block .CONCEPT_photo:nth-child(2) {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  #PIPE .CONCEPT_block .CONCEPT_photo:nth-child(2) {
    margin: 0;
    padding-top: 40px;
  }
}

/* ==============================
Point
============================== */
/*
Point sub
------------------------------ */
#three_ppoints {
  font-family: Hiragino Kaku Gothic Pro;
  background-color: black;
}
@media screen and (min-width: 768px) {
  #three_ppoints {
    padding: 48px 0;
  }
}
#three_ppoints .three_ppoint_h2 {
  background-color: #CA77D5;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 600;
  padding: 1.2em 0;
}
@media screen and (min-width: 768px) {
  #three_ppoints ul {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
#three_ppoints ul li {
  background-color: #E200FF;
  color: white;
}
#three_ppoints ul li:nth-child(2) {
  background-color: #9300FF;
}
@media screen and (min-width: 768px) {
  #three_ppoints ul li {
    width: 300px;
  }
}
#three_ppoints ul li .li_text {
  margin: 0 auto 0;
  padding: 0 21px 24.5px;
}
#three_ppoints ul li .li_text h3 {
  line-height: 1;
  margin: 32px 0 0;
  font-size: 23px;
  font-weight: 600;
  color: white;
}
@media screen and (min-width: 768px) {
  #three_ppoints ul li .li_text h3 {
    padding: 0 15px;
  }
}
#three_ppoints ul li .li_text p {
  font-size: 15px;
  margin: 8.5px 0 0;
  line-height: 2;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #three_ppoints ul li .li_text p {
    padding: 0 15px;
    font-size: 13px;
  }
}

/* ==============================
howto
============================== */
#howto .picSetBlock_image {
  margin: 0 auto;
}

/* ==============================
Movie
============================== */
/*
Movie sub
------------------------------ */
#movie h2 {
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 21px;
  margin: 0;
  padding: 64px 0 32px;
  line-height: 1;
}

.movieContainer {
  max-width: 960px;
  margin: 0 auto;
}

.movie_box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.movie_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grad_box {
  position: relative;
  max-width: 980px;
  margin: 40px auto;
  padding-bottom: 2em;
}

.grad_button {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.grad_button::before {
  display: block;
  content: "続きを読む";
  padding: 0.2em 0.8em;
  background: #202020;
}

.grad_item {
  position: relative;
  overflow: hidden;
  height: 220px;
  /*隠した状態の高さ*/
  transition: all 0.5s;
}

.grad_item::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  /*グラデーションで隠す高さ*/
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(22, 22, 22, 0.9) 100%);
  z-index: 200;
}

.grad_itemBody dt {
  color: #8f8f8f;
  font-weight: 900;
}
.grad_itemBody dl {
  color: #8f8f8f;
  width: 100%;
  padding: 0 2em;
}
.grad_itemBody dl dd {
  border-bottom: solid 1px #bbb;
}

@media screen and (min-width: 768px) {
  .grad_itemBody dl {
    width: 33.3%;
  }
}
.grad_input {
  display: none;
  /*チェックボックスは常に非表示*/
}

.grad_input:checked ~ .grad_button::before {
  content: "閉じる";
}

.grad_input:checked ~ .grad_item {
  height: auto;
  /*チェックされていたら、高さを戻す*/
}

.grad_input:checked ~ .grad_item::before {
  display: none;
  /*チェックされていたら、grad_itemのbeforeを非表示にする*/
}

/* ==============================
Slider
============================== */
/*
Slider sub
------------------------------ */
#slider {
  background-color: #161616;
  font-family: Hiragino Kaku Gothic Pro;
  padding-bottom: 64px;
}
#slider .heding {
  font-size: 21px;
  margin: 0;
  padding: 112px 0 32px;
  line-height: 1;
}

.slider_item a {
  position: relative;
  display: inline-block;
}
.slider_item a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  transition: 0.2s ease-in;
}
.slider_item a:hover:after {
  border: 6px solid #000000;
}

.sliderContainer {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

#thumsSlick .slick-list .slick-track .slick-slide {
  width: 128px;
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  #thumsSlick .slick-list .slick-track .slick-slide {
    width: 298px;
  }
}

/* ==============================
Q&A
============================== */
/*
Q&A sub
------------------------------ */
.more_read {
  cursor: pointer;
  padding: 8px 0;
  width: 228px;
  margin: 0px auto 24px;
  background-color: #9d33b7;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: white;
  position: relative;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.13);
}
.more_read .mo_re_item .button {
  margin: 0;
}

.close .button {
  padding: 8px 0;
  margin: 0;
}

.open .button {
  padding: 8px 0;
  margin: 0;
}

#qa {
  font-family: Hiragino Kaku Gothic Pro;
  background-color: #000;
  padding-bottom: 1px;
}
#qa .heding {
  font-size: 21px;
  margin: 0;
  padding: 64px 0 32px;
  line-height: 1;
}

.accordionContainer {
  max-width: 860px;
  margin: 0 auto;
}

.accordion {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 10px;
  color: #fff;
}
.accordion:nth-child(1) .accordion_body {
  overflow: hidden;
  max-height: 22em;
  color: #FFFFFF;
  border-radius: 0 0 8px 8px;
  transition: max-height 0.35s;
  background-color: rgba(0, 0, 0, 0.1);
}
.accordion:nth-child(1) .accordion_input:checked ~ .accordion_body {
  max-height: 0em;
}
.accordion:nth-child(1) .accordion_input[type=checkbox] + label::after {
  content: "+";
  font-size: 2.4rem;
  font-weight: 700;
  transform: rotate(135deg);
}
.accordion:nth-child(1) .accordion_input[type=checkbox]:checked + label::after {
  transform: rotate(0deg);
}

.accordion_input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.accordion_label {
  position: relative;
  display: block;
  margin-bottom: 1px;
  padding: 0.6em 3.8em 0.8em 3.8em;
  font-weight: 700;
  border-radius: 8px 8px 8px 8px;
  background: #000000;
  cursor: pointer;
}
.accordion_label::before {
  position: absolute;
  content: "Q";
  top: 0.6em;
  left: 1em;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  color: #000000;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 0px 0px #dadada;
  z-index: 3;
}

.accordion_input:checked + label {
  border-radius: 8px 8px 0 0;
}

.accordion_body {
  overflow: hidden;
  max-height: 0;
  color: #FFFFFF;
  border-radius: 0 0 8px 8px;
  transition: max-height 0.35s;
  background-color: rgba(0, 0, 0, 0.1);
}

/* :checked */
.accordion_input:checked ~ .accordion_body {
  max-height: 22em;
}

.accordion_bodyInner {
  position: relative;
  padding: 0.6em 3.8em 0.8em;
}
.accordion_bodyInner::before {
  position: absolute;
  content: "A";
  top: 0.6em;
  left: 1em;
  width: 1.8em;
  height: 1.8em;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  background-color: #fff;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.accordion_bodyInner p {
  margin: 0 0 1em;
}
.accordion_bodyInner p:last-child {
  margin-bottom: 0;
}

.content .accordion {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 10px;
  color: #fff;
}
.content .accordion:nth-child(1) .accordion_body {
  overflow: hidden;
  max-height: 0em;
  color: #FFFFFF;
  border-radius: 0 0 8px 8px;
  transition: max-height 0.35s;
  background-color: rgba(0, 0, 0, 0.1);
}
.content .accordion:nth-child(1) .accordion_input:checked ~ .accordion_body {
  max-height: 22em;
}
.content .accordion:nth-child(1) .accordion_input[type=checkbox] + label::after {
  content: "+";
  font-size: 2.4rem;
  font-weight: 700;
  transform: rotate(0deg);
}
.content .accordion:nth-child(1) .accordion_input[type=checkbox]:checked + label::after {
  transform: rotate(135deg);
}

/* Icon */
.accordion_label::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 2.5em;
  text-align: center;
  margin-top: -1em;
  transition: transform 0.3s ease;
}

.accordion_input[type=checkbox] + label::after {
  content: "+";
  font-size: 2.4rem;
  font-weight: 700;
}

.accordion_input[type=checkbox]:checked + label::after {
  transform: rotate(135deg);
}

/* ==============================
access
============================== */
#access {
  background-color: #000000;
  font-family: Hiragino Kaku Gothic Pro;
}
#access h2 {
  line-height: 1;
  width: 105px;
  margin: 0 auto;
  padding: 136px 0 8px;
  font-size: 21px;
  border-bottom: solid #922DAE;
  text-align: center;
}
#access dl {
  text-align: center;
  font-size: 15px;
  width: 230px;
  margin: 0 auto;
  padding: 48px 0 16px;
}
@media screen and (min-width: 768px) {
  #access dl {
    width: 500px;
  }
}
#access dl:nth-child(3) {
  padding: 16px 0;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
}
#access dl:nth-child(3) dt {
  padding-bottom: 0;
  line-height: 1;
}
#access dl:nth-child(4) {
  padding: 16px 0 48px;
}
#access dl:nth-child(4) dt {
  padding: 0 0 16px;
}
#access dl:nth-child(4) dd {
  line-height: 1.5;
}
#access dl dt {
  padding-bottom: 8px;
  line-height: 1;
}
#access dl dd {
  margin: 0;
  line-height: 1;
  font-size: 13px;
}
#access dl dd span {
  font-size: 11px;
  padding-top: 8px;
}

/* ==============================
contact
============================== */
#contact {
  font-family: Hiragino Kaku Gothic Pro;
  background-color: #000;
  padding-top: 6em;
  margin-top: -1em;
  padding-bottom: 3em;
}

input {
  font-size: 16px;
}

/* ==============================

News

============================== */
/*
News sub
------------------------------ */
#news {
  padding: 64px 0 0;
  background-color: #000;
  font-family: Hiragino Kaku Gothic Pro;
}
#news h2 {
  line-height: 1;
  font-size: 24px;
  margin: 0 0 16px 0;
}
#news .heding_p {
  position: relative;
  text-align: center;
  line-height: 1;
  margin: 0 0 54px 0;
}

.newsContainer {
  max-width: 860px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .newsContainer {
    margin-bottom: 60px;
  }
}

.news_item {
  margin: 0;
  padding: 1em;
  border-top: 1px solid #dadada;
}
.news_item:last-child {
  border-bottom: 1px solid #dadada;
}
@media screen and (min-width: 768px) {
  .news_item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.news_itemDate {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .news_itemDate {
    width: 16%;
  }
}

.news_itemBody {
  margin: 0;
}
.news_itemBody a {
  position: relative;
  display: inline-block;
}
.news_itemBody a::before {
  position: absolute;
  top: auto;
  left: 0;
  content: "";
  z-index: -1;
  bottom: 2px;
  width: 100%;
  height: 2px;
  background-color: #fff208;
}
@media screen and (min-width: 768px) {
  .news_itemBody a:hover:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .news_itemBody {
    width: 84%;
  }
}

#news #eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more {
  background: #9d33b7;
  margin: 24px auto 0;
}
#news #followMe {
  margin: 61.2px auto 0;
}
#news #followMe p {
  text-align: center;
  margin: 0 2em;
}
#news #followMe a {
  width: 228px;
  margin: 16px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
  border: 2px solid #FFF;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1;
  position: relative;
}
#news #followMe a i {
  font-size: 3rem;
  margin-right: 0.3em;
}
#news #followMe a span {
  font-size: 1.2rem;
  text-align: left;
  margin: 0;
}

.eapps-instagram-feed-posts-item-image {
  width: 106% !important;
  height: 100% !important;
}

.eapps-instagram-feed-posts-item-image-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0px;
}

/* ==============================
Campany
============================== */
/*
Campany sub
------------------------------ */
#campany {
  background-color: #000;
  font-family: Hiragino Kaku Gothic Pro;
}
#campany .heding {
  font-size: 21px;
  margin: 0;
  padding: 152px 0 64px;
  line-height: 1;
}

.campanyContainer {
  max-width: 860px;
  margin: 0 auto;
}
.campany_ontline {
  margin: 0;
  padding: 1em;
  border-top: 1px solid #dadada;
}
.campany_ontline:first-child {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .campany_ontline {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 1em;
    border-top: none;
  }
  .campany_ontline:last-child {
    border-bottom: none;
  }
}

.campany_ontlineHeding {
  margin: 0;
  font-weight: 700;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .campany_ontlineHeding {
    width: 16%;
    padding: 1em 0;
    border-bottom: 1px solid #333;
  }
}

.campany_ontlineBody {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .campany_ontlineBody {
    width: 84%;
    margin-left: 10px;
    padding: 1em 0;
    border-bottom: 1px solid #333;
  }
}

.googleMapContainer {
  position: relative;
  margin: 0 auto;
  height: 300px;
  overflow: hidden;
}
.googleMapContainer iframe {
  position: absolute;
  top: -150px;
  width: 100%;
  height: 600px;
}
@media screen and (min-width: 768px) {
  .googleMapContainer {
    height: 540px;
  }
  .googleMapContainer iframe {
    top: -150px;
    height: 840px;
  }
}

#sns {
  background-color: #000;
  padding: 49px 0;
}
#sns ul {
  line-height: 1;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#sns ul li {
  margin: 0 20px;
}
#sns ul li a {
  color: #FFFFFF;
  font-size: 3rem;
}

/* ==============================

Footer

============================== */
.footer {
  background-color: #000;
  padding: 15px 0 64px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 20px;
  }
}

.footer_spFixButton {
  display: none;
  position: fixed;
  bottom: 0;
  width: calc(100% - 42px);
  height: 40px;
  background: #000;
}
.footer_spFixButton ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
}
.footer_spFixButton ul li {
  border: solid 1px #B9B9B9;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_spFixButton a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #161616;
}

#fixnav {
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
}
#fixnav.active {
  position: relative;
}
@media screen and (min-width: 768px) {
  #fixnav {
    right: 0;
    left: auto;
    top: 40vh;
  }
}
#fixnav #gotop {
  position: absolute;
  top: -90px;
  right: 0;
}
#fixnav #gotop #btn {
  width: 59px;
  margin: 10px;
}
#fixnav #navwrap {
  width: 100%;
}
#fixnav #navwrap ul {
  display: grid;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #fixnav #navwrap ul {
    grid-template-columns: 120px;
    position: absolute;
    right: 0;
    top: -50vh;
  }
}
#fixnav #navwrap ul li {
  border: solid 1px white;
  padding: 15px 16px 13px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00B900;
}
#fixnav #navwrap ul li:nth-child(2) {
  background-color: #7D40A3;
}
#fixnav #navwrap ul li:nth-child(3) {
  background-image: url(../webp/indtagram_back.webp);
  background-size: cover;
}
#fixnav #navwrap ul li a {
  text-decoration: none;
}
#fixnav #navwrap ul li .footer__icon {
  width: 2rem;
  margin: -2px 0 -23px -1.6rem;
}
#fixnav #navwrap ul li .footer_text {
  font-size: 11px;
  line-height: 1.27;
  margin: 0 -13px 0 8px;
  font-weight: bold;
}
#fixnav #navwrap ul li img {
  width: 100%;
}
#fixnav #navwrap ul li small {
  color: #c4c4c4;
  display: block;
  text-align: center;
}

.footer_icon {
  width: 1.9rem;
  margin: 0 0 0 0.4rem;
}

.footer_pagetop {
  position: fixed;
  z-index: 6;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  right: 10px;
  bottom: 78px;
  width: 70px;
  height: 40px;
  font-size: 10px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.footer_pagetop img {
  background: none !important;
}

/* ==============================
インタビュー
============================== */
.Single__Body {
  background-color: #000;
  color: white;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 72px;
}
@media screen and (min-width: 768px) {
  .Single__Body {
    font-size: 16px;
  }
}
.Single__Body h1 {
  margin: 0;
  font-size: 24px;
  text-align: center;
}
.Single__Body h2 {
  margin: 0;
  padding-top: 32px;
}
.Single__Body .nakazawa {
  padding-top: 64px;
}
.Single__Body figure {
  margin: 0;
}
.Single__Body .more_read {
  margin-top: 32px;
}

.Single__Inner {
  grid-area: SingleMain;
  padding: 0 28px 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .Single__Inner {
    max-width: 720px;
    margin: 0 auto;
  }
}

/* ==============================
Animetion
============================== */
.js-fadein {
  opacity: 0;
}

.is-active {
  animation: js-fadeIn 1s ease forwards;
}

@keyframes js-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u-blurin {
  transform: translateY(10px);
  filter: blur(30px);
}
.u-blurin.is-active {
  transition: 0.6s ease-in;
  filter: blur(0);
  transform: translateY(0);
}

.u-fadein {
  opacity: 0;
}
.u-fadein.is-active {
  animation: fadeIn 0.6s ease-in forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* text */
.u-underline {
  position: relative;
  display: inline-block;
  padding: 0 0.2em;
}
.u-underline::before {
  position: absolute;
  top: auto;
  left: 0;
  content: "";
  z-index: -1;
  bottom: 0.2em;
  height: 0.6em;
  background-color: rgba(255, 242, 8, 0.36);
}
.u-underline.is-active::before {
  animation: unliderline 0.6s 1s ease forwards;
}

@keyframes unliderline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* img */
.u-slidein {
  position: relative;
}
.u-slidein::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  transform: scaleX(1);
  transform-origin: 100% 0;
  height: 100%;
  background-color: #dadada;
}
.u-slidein.is-active::after {
  transition: 0.6s;
  transform: scaleX(0);
}

/* fade up */
.u-fadeup {
  transform: translateY(50px);
  opacity: 0;
}
.u-fadeup.is-active {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.is-active .u-fadeup {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.is-active .u-fadeup:nth-child(2) {
  transition-delay: 0.4s;
}

.is-active .u-fadeup:nth-child(3) {
  transition-delay: 0.8s;
}

.is-active .u-fadeup:nth-child(4) {
  transition-delay: 1.2s;
}

.is-active .u-fadeup:nth-child(5) {
  transition-delay: 1.6s;
}

.is-active .u-fadeup:nth-child(6) {
  transition-delay: 2s;
}

/* 個別に遅延 */
.is-active.-delay01 {
  transition-delay: 0.1s;
}

.is-active.-delay02 {
  transition-delay: 0.2s;
}

.is-active.-delay03 {
  transition-delay: 0.3s;
}

.is-active.-delay04 {
  transition-delay: 0.4s;
}

.is-active.-delay05 {
  transition-delay: 0.5s;
}/*# sourceMappingURL=style.css.map */