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

目次

============================== */
.basecolor {
  background-color: #F09B00;
}

h2 {
  font-size: 21px !important;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 24px !important;
  }
}

/*! 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: #333;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 3.4666666667vw;
  line-height: 1.8;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 100%;
    font-size: 1.6rem;
  }
}

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

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

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

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

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

p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

/* ----- TOPローディング ----- */
#loader-bg {
  background: #fff;
  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: #999;
  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 {
  padding: 47px 0;
}
.cntBlock:last-child {
  padding-bottom: 0;
}
.cntBlock.-bgColor01 {
  background-color: rgba(0, 172, 188, 0.3);
}
.cntBlock.-bgColor02 {
  background-color: #00ACBC;
}
.cntBlock.-bgColor03 {
  background-color: rgba(0, 172, 188, 0.05);
}
@media screen and (min-width: 768px) {
  .cntBlock {
    padding: 100px 0;
  }
}

.heding {
  margin: 0 0 1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .heding {
    margin-bottom: 1.5em;
  }
}

.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);
  }
}

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

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

Block

============================== */
.wrapper {
  overflow: hidden;
}

.inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 64px 6.4vw;
}
@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: #E00012;
  z-index: 10;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.18);
}
.header .inner {
  padding: 0 6.4vw;
}
@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: 10vh;
    padding: 0 16px;
  }
}
@media screen and (min-width: 980px) {
  .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 16px;
  }
}

.headerContainer {
  display: flex;
  display: grid;
  grid-auto-flow: row dense;
  grid-auto-columns: 1fr;
  grid-template-columns: 126px auto;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas: "header_logo headerNav";
  padding: 6px 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";
    padding: 0;
  }
}

.headerLogo {
  position: relative;
  margin-left: auto;
  line-height: 1;
  z-index: 2;
  width: 93px;
}
@media screen and (min-width: 768px) {
  .headerLogo {
    align-items: center;
    grid-area: header_logo;
    display: flex;
    margin: 0 auto;
  }
}
.headerLogo a {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.campaign {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  margin-left: auto;
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .campaign {
    margin: 0 auto;
  }
}
.campaign p {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .headerNav_container {
    position: relative;
    top: inherit;
    display: grid;
    max-width: 700px;
    grid-template-columns: auto;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: "headerNav_menu";
    padding: 10px 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: #131313;
}
.headerNav_items.-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .headerNav_items {
    position: relative;
    display: flex;
    background: none;
    top: auto;
    right: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
  }
}

.headerNav_item {
  border-top: 1px solid rgba(255, 255, 255, 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;
  }
  .headerNav_item a::before {
    content: none;
  }
  .headerNav_item a::after {
    position: absolute;
    right: 0;
    content: "|";
    color: #FFFFFF;
  }
  .headerNav_item a:nth-child(6) {
    padding: 0;
  }
}

.headerNav_button {
  display: block;
  position: absolute;
  left: 5.3333333333vw;
  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: 22px;
  margin: 0 auto 28px;
  height: 1.5px;
  background: #FFFFFF;
  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: #FFFFFF;
  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: #FFFFFF;
  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 {
  position: relative;
  width: 100%;
  height: 79vh;
  margin-top: 46px;
}
@media screen and (min-width: 768px) {
  .hero {
    height: 73vh;
  }
}
@media screen and (min-width: 768px) {
  .hero .heromain img {
    height: 614px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0px 72px;
    object-position: 0px -4%;
  }
}

@media screen and (min-width: 768px) {
  .hero_slider {
    transform: unset !important;
  }
}

.hero_slider_itme {
  width: 100%;
  height: 79vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .hero_slider_itme {
    height: 74vh;
    transform: unset !important;
  }
}
.hero_slider_itme.-slide01 {
  background-image: url(../img/hero_slide01.webp);
}
@media screen and (min-width: 768px) {
  .hero_slider_itme.-slide01 {
    background-image: url(../img/point/point01.webp);
  }
}
.hero_slider_itme.-slide02 {
  background-image: url(../img/hero_slide02.webp);
}
@media screen and (min-width: 768px) {
  .hero_slider_itme.-slide02 {
    background-image: url(../img/gallery/gallery.webp);
  }
}
.hero_slider_itme.-slide03 {
  background-image: url(../img/hero_slide03.webp);
}
@media screen and (min-width: 768px) {
  .hero_slider_itme.-slide03 {
    background-image: url(../img/gallery/gallery03.webp);
  }
}
.hero_slider_itme.-slide04 {
  background-image: url(../img/hero_slide04.webp);
}
@media screen and (min-width: 768px) {
  .hero_slider_itme.-slide04 {
    background-image: url(../img/gallery/gallery04.webp);
  }
}

.hiroContainer {
  position: absolute;
  top: 60vh;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-family: ヒラギノ明朝 ProN;
}
@media screen and (min-width: 768px) {
  .hiroContainer {
    text-align: left;
    top: 20vh;
    left: 10vh;
  }
}

.hero_message {
  margin: 0;
  font-size: 24px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.32);
}

.hero_title {
  margin: 0 0 0.15em;
  font-size: 8.8vw;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.32);
}
@media screen and (min-width: 768px) {
  .hero_title {
    font-size: 6.2rem;
  }
}

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

About

============================== */
#about {
  position: relative;
}
#about .inner {
  padding: 0px 16px 0;
}
#about::after {
  content: "";
  background-image: url(../img/aboutBar.webp);
  background-color: rgba(224, 0, 18, 0.3);
  background-blend-mode: overlay;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 80vh;
  z-index: -1;
}
#about .aboutBar {
  text-align: center;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 2.765;
  font-weight: 600;
  letter-spacing: 0;
  padding: 40px 0;
}
#about .aboutBar p {
  margin: 0;
}
/* 
About sub
------------------------------ */
.picSetBlock {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .picSetBlock {
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 60px 0;
  }
  .picSetBlock.-picLeft {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .picSetBlock_text {
    width: 50%;
    padding: 0 30px 0 0;
  }
  .-picLeft .picSetBlock_text {
    padding: 0 0 0 30px;
  }
}

.picSetBlock_textHeding {
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .picSetBlock_textHeding {
    font-size: 3rem;
    text-align: right;
  }
  .-picLeft .picSetBlock_textHeding {
    text-align: left;
  }
}

.picSetBlock_textBody {
  display: table;
  margin: 0 0 0 auto;
}
.-picLeft .picSetBlock_textBody {
  margin: 0 auto 0 0;
}

@media screen and (min-width: 768px) {
  .picSetBlock_image {
    width: 50%;
    padding: 0 0 0 30px;
  }
  .-picLeft .picSetBlock_image {
    padding: 0 30px 0 0;
  }
}

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

menu

============================== */
#menu {
  font-family: Hiragino Kaku Gothic Pro;
  border-left: 18px solid rgba(255, 255, 255, 0.3);
  background-color: #F09B00;
}
#menu .menu_block {
  color: #FFFFFF;
  width: 271px;
  margin: 0 auto;
  padding: 48px 0;
}
#menu .menu_block h3 {
  position: relative;
  font-size: 17px;
  line-height: 1;
  margin: 0px 0 24px;
}
#menu .menu_block h3::before {
  content: "";
  width: 14px;
  height: 17px;
  background-color: rgba(255, 255, 255, 0.3);
  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: #FFFFFF;
  text-decoration: none;
}

/* ==============================
nos_phpt
============================== */
#nos_phptp01 .inner {
  padding: 40px 16px;
}

.nos_phptp01_block {
  background-color: #F09B00;
  max-width: 768px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .nos_phptp01_block {
    padding-top: 0px !important;
  }
}
.nos_phptp01_block .nos_phptp01 img {
  height: 317px;
  -o-object-fit: cover;
     object-fit: cover; /* この一行を追加するだけ！ */
}
.nos_phptp01_block .nos_phptp01_block_h3 {
  text-align: right;
  font-weight: 600;
  color: #FFFFFF;
  position: absolute;
  right: 16px;
  top: -7.6em;
}
.nos_phptp01_block .nos_phptp01_block_h3 h3 {
  font-size: 52px;
  margin: 0 0 16px 0;
  line-height: 1;
}
.nos_phptp01_block .nos_phptp01_block_h3 span {
  line-height: 1.5;
  font-size: 26px;
}

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

takeoutmenu

============================== */
#takeout_menu {
  background-color: #F8F4B6;
}
#takeout_menu .inner {
  padding: 32px 16px;
}
@media screen and (min-width: 768px) {
  #takeout_menu .inner {
    text-align: center;
  }
}
#takeout_menu h3 {
  text-align: left;
  color: #E00012;
  margin: 0;
  line-height: 1;
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  #takeout_menu h3 {
    text-align: left;
    display: inline-block;
  }
}
#takeout_menu h3 span {
  font-size: 11px;
}

.mainmenu ul {
  margin: 0 auto;
  max-width: 640px;
}
@media screen and (min-width: 768px) {
  .mainmenu ul {
    display: flex;
  }
}
.mainmenu ul li {
  max-width: 430px;
}
@media screen and (min-width: 768px) {
  .mainmenu ul li {
    padding: 0px 8px;
  }
}

.takeout_sideblocks {
  background-color: #FFF000;
}
.takeout_sideblocks .inner {
  padding-bottom: 0 !important;
}
.takeout_sideblocks .sidemenu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 640px;
}
.takeout_sideblocks .sidemenu ul li {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .takeout_sideblocks .sidemenu ul li {
    padding: 0px 8px;
  }
}
.takeout_sideblocks .norschara {
  max-width: 430px;
  margin: 0 auto;
}

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

Point

============================== */
/* 
Point sub
------------------------------ */
#point {
  color: #FFFFFF;
}
#point h3 {
  text-align: left;
  line-height: 1;
  font-size: 21px;
}
#point h3 span {
  font-size: 11px;
}

.point_items {
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .point_items {
    width: 100%;
  }
}

.point_item {
  margin: 30px 0;
  background-size: cover;
  background-color: rgba(71, 9, 14, 0.7);
  background-blend-mode: overlay;
  position: relative;
  max-width: 375px;
  padding: 64px 20px 125px;
}
.point_item.-photo01 {
  background-image: url(../img/consept.webp);
  max-width: 430px;
  background-position-y: -10.7vh;
  background-position-x: -9vh;
  background-size: 130%;
  height: 576px;
}
@media screen and (min-width: 768px) {
  .point_item.-photo01 {
    width: 375px;
    background-position-y: -6vh;
    background-position-x: -5vh;
  }
}
.point_item.-photo02 {
  background-image: url(../img/takeout.webp);
  background-position-y: -4.7vh;
  background-position-x: -25vh;
  background-size: 182%;
  max-width: 430px;
  height: 680px;
}
@media screen and (min-width: 768px) {
  .point_item.-photo02 {
    width: 375px;
  }
}
@media screen and (min-width: 768px) {
  .point_item {
    margin: 0;
  }
}

.point-photo02 {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .point-photo02 {
    margin-left: 0;
    margin-top: 300px !important;
  }
}

.point_block {
  padding: 0px 0 40px;
}
@media screen and (min-width: 768px) {
  .point_block:last-child {
    display: flex;
    justify-content: space-between;
    padding-top: 88px;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .point_block {
    display: flex;
    justify-content: space-between;
    padding-top: 88px;
  }
}

.point_itemHeding {
  margin: 0 0 40px;
  font-size: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .point_itemHeding {
    font-size: 2.4rem;
  }
}

.point_itemImage.-circle img {
  border-radius: 50%;
}

.point_itemBody {
  font-size: 16px;
  font-weight: 600;
}

.point-photo {
  position: relative;
  width: 294px;
  margin-top: -100px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .point-photo {
    margin-top: 160px;
    width: 300px;
  }
}

.nosphotos {
  max-width: 768px;
  margin: 0 auto;
  padding-bottom: 64px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .nosphotos {
    padding-bottom: 212px;
  }
}
.nosphotos .nosphoto01 img {
  height: 362px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .nosphotos .nosphoto01 img {
    height: 362px;
    width: 375px;
  }
}
.nosphotos .nosphoto02 {
  padding: 32px 0 40px;
}
@media screen and (min-width: 768px) {
  .nosphotos .nosphoto02 {
    position: absolute;
    width: 447px;
    top: 50px;
    right: 0px;
  }
}

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

event&point

============================== */
.event {
  text-align: center;
  background-image: url(../img/dj.webp);
  background-size: cover;
  background-position-x: 50%;
  background-size: 126%;
  background-position-y: 50%;
  background-color: rgba(19, 19, 19, 0.55);
  background-blend-mode: overlay;
  color: #FFFFFF;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .event {
    padding: 64px 0;
  }
}
.event .event_title {
  margin: 0;
  font-size: 21px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .event .event_title {
    font-size: 24px !important;
  }
}
.event p {
  margin: 40px 0 32px;
  line-height: 1.75;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .event p {
    font-size: 16px;
  }
}

.uberlogo {
  max-width: 95px;
  margin: 0 auto;
}

.uberlogop {
  margin: 16px 0 !important;
}

.three {
  padding: 64px 0;
  margin: 0 auto;
  background-color: #131313;
  color: #FFFFFF;
}
.three .three_title {
  text-align: center;
  margin: 0 auto 48px;
  line-height: 1.714;
  font-size: 21px;
  color: #F09B00;
  border: 2px solid #F09B00;
  width: 240px;
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .three .three_title {
    font-size: 24px !important;
    width: 248px;
  }
}
.three ul {
  max-width: 1152px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .three ul {
    display: flex;
    justify-content: space-around;
    padding: 96px 0;
  }
}
.three ul li {
  max-width: 430px;
}
@media screen and (min-width: 768px) {
  .three ul li {
    padding: 0 4px;
    width: 375px;
  }
}
@media screen and (min-width: 768px) {
  .three ul li:nth-child(2) {
    margin-top: 88px;
  }
}
@media screen and (min-width: 768px) {
  .three ul li:nth-child(3) {
    margin-top: 172px;
  }
}
@media screen and (min-width: 768px) {
  .three ul li {
    width: 368px;
  }
}
.three ul li .three_block {
  padding: 0 20px 0px;
  background-color: #E00012;
}
.three ul li .three_block h3 {
  font-size: 23px;
  line-height: 1;
  padding: 32px 0 24px;
  margin: 0;
}
.t_2 {
  background-color: #C9272B !important;
}

.chararight {
  width: 118px;
  margin-left: auto;
  margin-top: 24px;
}

.charaleft {
  width: 118px;
  margin-right: auto;
  margin-top: 24px;
}

/* ==============================
Movie
============================== */
/*
Movie sub
------------------------------ */
#movie {
  background-color: #131313;
}
#movie h2 {
  font-size: 21px;
  margin: 0;
  padding-bottom: 48px;
  line-height: 1;
  color: #F09B00;
}
@media screen and (min-width: 768px) {
  #movie h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  #movie .inner {
    padding: 96px 0 0;
  }
}

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

.movie_box {
  width: 100%;
  max-width: 640px;
}
.movie_box video {
  width: 100%;
  max-width: 640px;
}

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

Slider

============================== */
/* 
Slider sub
------------------------------ */
#slider {
  background-color: #131313;
  padding: 64px 0 0 0;
}
@media screen and (min-width: 768px) {
  #slider .inner {
    padding: 96px 0 0;
  }
}
#slider .heding {
  margin: 0;
  padding: 0 0 48px;
  line-height: 1;
  color: #F09B00;
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  #slider .heding {
    font-size: 42px;
    padding: 96px 0 72px;
  }
}

.slider_item {
  max-width: 430px;
  margin: 0 auto;
}
.slider_item img {
  height: 256px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .slider_item img {
    width: 640px;
    height: 435px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.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 #131313;
}

#thumsSlick .slider_item img {
  width: 128px;
  height: 81px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sliderContainer {
  max-width: 640px;
  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: 126px;
  }
}

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

Q&A

============================== */
/* 
Q&A sub
------------------------------ */
#qa {
  background-color: #131313;
  padding-bottom: 1px;
  color: #F09B00;
}
#qa .heding {
  margin: 0;
  padding: 0 0 48px;
  line-height: 1;
}
#qa .inner {
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  #qa .inner {
    padding: 96px 0 0;
  }
}

.more_read {
  cursor: pointer;
  padding: 8px 0;
  width: 228px;
  margin: 0px auto 24px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  background-color: #FFF000;
  color: #131313;
  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;
}

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

.accordion {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 10px;
  color: #F09B00;
}
.accordion:nth-child(1) .accordion_body {
  overflow: hidden;
  max-height: 22em;
  color: #F09B00;
  border-radius: 0 0 8px 8px;
  transition: max-height 0.35s;
  background-color: rgba(19, 19, 19, 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;
  font-size: 16px;
  margin-bottom: 1px;
  padding: 0.6em 2.3em 0.8em;
  font-weight: 700;
  border-radius: 8px 8px 8px 8px;
  background: #131313;
  color: #F09B00;
  cursor: pointer;
}
.accordion_label::before {
  position: absolute;
  content: "Q";
  top: 0.6em;
  left: 0em;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  color: #131313;
  border-radius: 50%;
  background-color: #F09B00;
  z-index: 3;
}

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

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

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

.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: #F09B00;
  border-radius: 0 0 8px 8px;
  transition: max-height 0.35s;
  background-color: rgba(19, 19, 19, 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);
}

.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: 0em;
  width: 1.8em;
  height: 1.8em;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  color: #131313;
  background-color: #F09B00;
  z-index: 3;
}
.accordion_bodyInner p {
  margin: 0 0 1em;
  font-weight: 300;
  font-size: 15px;
}
.accordion_bodyInner p:last-child {
  margin-bottom: 0;
}

/* Icon */
.accordion_label::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1em;
  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: #131313;
  font-family: Hiragino Kaku Gothic Pro;
  color: #F09B00;
  font-weight: 600;
}
#access .inner {
  padding: 32px 0px 64px;
}
@media screen and (min-width: 768px) {
  #access .inner {
    padding: 96px 0;
  }
}
#access h2 {
  line-height: 1;
  margin: 0 auto;
  padding: 0 8px;
  text-align: center;
  font-size: 21px;
}
#access dl {
  text-align: center;
  font-size: 16px;
  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 #F09B00;
  border-bottom: solid 1px #F09B00;
}
#access dl:nth-child(3) dt {
  padding-bottom: 0;
  line-height: 1;
  font-size: 16px;
}
#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;
}

.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;
  }
}

/* 
contact
------------------------------ */
#contact {
  background-color: #131313;
  position: relative;
  border-bottom: #131313 2px solid;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #contact .inner {
    padding: 0 0 96px;
  }
}
#contact .heding {
  line-height: 1;
  margin: 0;
  color: #F09B00;
}
#contact .heding .heding_en {
  margin: 0;
  line-height: 0.8;
}
#contact .heding .heding_ja {
  font-size: 21px;
  text-align: left;
  display: block;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #contact .heding .heding_ja {
    text-align: center;
  }
}

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

News

============================== */
/*
News sub
------------------------------ */
#news {
  background-color: #131313;
}
@media screen and (min-width: 768px) {
  #news .inner {
    text-align: center;
    padding: 96px 16px 48px;
  }
}
#news h2 {
  line-height: 1;
  margin: 0 0 48px 0;
  color: #F09B00;
}
#news .heding_p {
  position: relative;
  text-align: center;
  line-height: 1;
  margin: 0 0 54px 0;
  color: #F09B00;
}

.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 #00ACBC;
}
.news_item:last-child {
  border-bottom: 1px solid #00ACBC;
}
@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: #00ACBC;
}
@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 {
  margin: 24px auto 0;
}
#news #followMe {
  margin: 0 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: 1em 1em;
  border: 2px solid #F09B00;
  border-radius: 5px;
  color: #F09B00;
  text-decoration: none;
  font-weight: 600;
  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;
}

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

Campany

============================== */
/* 
Campany sub
------------------------------ */
#campany {
  background-color: #131313;
  color: #F09B00;
}
#campany h2 {
  padding-bottom: 48px;
  margin: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #campany .inner {
    padding: 48px 0 96px;
  }
}
#campany .instalogo {
  width: 20px;
  margin: 32px auto 0;
}
#campany .instalogo i {
  margin: 0 auto;
}

.campanyContainer {
  max-width: 860px;
  margin: 0 auto;
  font-size: 16px;
}
.campany_ontline {
  margin: 0;
  padding: 1em;
  border-top: 1px solid #F09B00;
}
.campany_ontline:last-child {
  border-bottom: 1px solid #F09B00;
}
@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: 600;
}
@media screen and (min-width: 768px) {
  .campany_ontlineHeding {
    width: 16%;
    padding: 1em 0;
    border-bottom: 1px solid #F09B00;
  }
}

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

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

Footer

============================== */
.footer {
  background-color: #131313;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 20px;
  }
}
.footer .inner {
  padding: 20px 10px 36px;
}
.footer .chara {
  max-width: 430px;
  margin: 0 auto;
}

.footer_pagetop {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 10px;
  color: #FFF000;
  background-color: #F09B00;
  cursor: pointer;
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.18);
  z-index: 100;
}

.footer_spFixButton {
  display: none;
  position: fixed;
  bottom: 0;
  width: calc(100% - 42px);
  height: 40px;
  z-index: 100;
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.18);
}
.footer_spFixButton a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #E00012;
  position: relative;
}
.footer_spFixButton a::before {
  content: "";
  background-image: url(../img/tellogo.png);
  background-size: cover;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 13px;
  left: 66px;
}

.footer_pcFixButton {
  writing-mode: vertical-rl;
  position: fixed;
  bottom: 60vh;
  right: 0;
  height: 50px;
  z-index: 100;
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.18);
}
.footer_pcFixButton a {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer_pcFixButton a {
    display: block;
    height: 280px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #E00012;
    position: relative;
  }
  .footer_pcFixButton a::before {
    content: "";
    background-image: url(../img/tellogo.png);
    background-size: cover;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 13px;
    left: 15px;
  }
}

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

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(0, 172, 188, 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: #00ACBC;
}
.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 */