@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: 16px;
  line-height: 1.8;
  background-color: #000000;
}
@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: #ca575c;
  text-align: center;
  font-size: 20px;
  margin: 0;
}

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 {
  padding: 60px 0 60px;
}
.cntBlock:last-child {
  padding-bottom: 0;
}
.cntBlock.-bgColor01 {
  background-color: rgba(218, 218, 218, 0.1);
}
.cntBlock.-bgColor02 {
  background-color: #161616;
}
@media screen and (min-width: 768px) {
  .cntBlock {
    padding: 100px 0;
  }
}

.heding {
  margin: 0 0 1em;
  font-size: 27px;
  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: 16px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-1.5em);
  color: #ca575c;
}
.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;
  }
}

@media screen and (min-width: 768px) {
  .leads {
    width: 570px;
    margin: 0 auto;
  }
}
.leads div {
  width: 70%;
  margin: 30px auto;
}

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

.inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 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%;
  z-index: 10;
  transition: 0.6s;
}

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

.headerLogo {
  position: relative;
  width: 100px;
  margin: 0;
  z-index: 2;
}
.headerLogo img {
  width: 100%;
}

.header-color {
  background-color: rgba(218, 218, 218, 0.3);
  transition: 0.6s;
}

.headerNav_items {
  position: absolute;
  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: #383838;
}
.headerNav_items.-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .headerNav_items {
    position: relative;
    display: flex;
    top: auto;
    right: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
    background: none;
  }
}

.headerNav_item {
  border-top: 1px solid rgba(218, 218, 218, 0.3);
}
.headerNav_item:nth-child(even) {
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .headerNav_item:nth-child(even) {
    background: none;
  }
}
@media screen and (min-width: 768px) {
  .headerNav_item {
    border-top: none;
  }
}

.headerNav_item a {
  position: relative;
  display: block;
  padding: 12px 1rem 12px 3em;
  color: #ffffff;
  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 #ffffff;
  border-right: 2px solid #ffffff;
  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 {
    padding: 1.5rem 1rem;
    font-size: 1.2rem;
  }
  .headerNav_item a::before {
    content: none;
  }
}

.headerNav_button {
  display: block;
  position: absolute;
  right: 6.4vw;
  top: 19px;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  border: 0;
  outline: 0;
  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: 2px;
  background: #ffffff;
  transition: all 0.3s ease;
}
.headerNav_buttonLine:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease;
}
.headerNav_buttonLine:after {
  position: absolute;
  top: 20px;
  left: 0;
  content: "";
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease;
}
.headerNav_buttonLine.-close {
  transform: translateY(10px) rotate(45deg);
}
.headerNav_buttonLine.-close:before {
  opacity: 0;
}
.headerNav_buttonLine.-close:after {
  transform: translateY(-20px) rotate(-90deg);
}

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

Hero

============================== */
/*
Hero sub
------------------------------ */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
}
.hero_slider_itme {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  filter: brightness(60%);
}
.hero_slider_itme.-slide01 {
  background-image: url(../img/hero/hero01sp.webp);
}
@media screen and (min-width: 768px) {
  .hero_slider_itme.-slide01.-slide01 {
    background-image: url(../img/hero/hero01.webp);
  }
}
.hero_slider_itme.-slide02 {
  background-image: url(../img/hero/hero02sp.webp);
}
@media screen and (min-width: 768px) {
  .hero_slider_itme.-slide02.-slide02 {
    background-image: url(../img/hero/hero02.webp);
  }
}
.hero_slider_itme.-slide03 {
  background-image: url(../img/hero/hero03sp.webp);
}
@media screen and (min-width: 768px) {
  .hero_slider_itme.-slide03.-slide03 {
    background-image: url(../img/hero/hero03.webp);
  }
}

.hiroContainer {
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% + 85px);
  margin: 0px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hiroContainer figure {
  max-width: 240px;
  width: 100%;
  margin: 0 auto 16px;
}
.hiroContainer .hero_logo {
  width: 120px;
}

.insta_fixed {
  position: fixed;
  right: 5px;
  z-index: 11;
  top: 68px;
  border-radius: 50%;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; /*グラデーション①*/
}
@media screen and (min-width: 768px) {
  .insta_fixed {
    top: 110px;
  }
}
.insta_fixed i {
  margin: 0 auto;
  font-size: 36px !important;
  padding: 8px 10px;
}

.hero_title {
  margin: 0 auto 24px;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .hero_title {
    font-size: 2rem;
  }
}

.hero_message {
  margin: 10px 0 0;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 5px #333333;
}

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

About

============================== */
/*
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: 18px;
}
@media screen and (min-width: 768px) {
  .picSetBlock_textHeding {
    font-size: 24px;
    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;
  }
}

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

Point

============================== */
/*
Point sub
------------------------------ */
.point_items {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .point_items {
    width: 100%;
  }
  .point_items.-col3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.point_item {
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .point_item {
    width: 26.6666666667vw;
    max-width: 320px;
    margin: 0;
  }
}

.point_itemHeding {
  margin: 0 0 0.5em;
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .point_itemHeding {
    font-size: 20px;
  }
}

.point_itemImage {
  aspect-ratio: 1/1;
}
.point_itemImage.-circle img {
  border-radius: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

howto

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

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

Movie

============================== */
/*
Movie sub
------------------------------ */
.movieContainer {
  max-width: 960px;
  margin: 0 auto;
}

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

.grad_box {
  max-width: 980px;
  margin: 40px auto;
}

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

.grad_itemBody .mas_item {
  color: #ffffff;
  width: 100%;
  padding: 0 2em;
  margin: 0 auto;
}
.grad_itemBody .mas_item li {
  max-width: 280px;
  margin: 0;
  padding: 16px 0;
}
.grad_itemBody .mas_item li span {
  float: right;
}
.grad_itemBody .mas_item li div {
  padding: 23px 0;
  max-width: 280px;
}

@media screen and (min-width: 768px) {
  .grad_itemBody .mas_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grad_itemBody .mas_item li {
    width: 240px;
  }
}
.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を非表示にする*/
}

/*高さを制限しているボックスの要素*/
/*グラデーションで隠す擬似要素*/
/*テキストのスタイル*/
p {
  font-size: 16px;
  line-height: 1.8;
}

/*ボタンのスタイル*/
.more_button {
  width: 240px;
  margin: 10px auto 0px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background-color: #ca575c;
  cursor: pointer;
  color: #fff;
  padding: 8px 0;
  border: none;
}

.menu_blocks {
  padding: 10px 0 40px;
}

.more_read {
  width: 240px;
  margin: 10px auto 0px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background-color: #ca575c;
  cursor: pointer;
  color: #fff;
  padding: 8px 0;
  border: none;
}
.more_read .mo_re_item .button {
  margin: 0;
}

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

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

.menu_insta {
  text-align: center;
}
.menu_insta i {
  font-size: 3rem;
  margin-right: 0.3em;
}
.menu_insta i::before {
  content: "\f16d";
  font-size: 3rem;
}
.menu_insta a {
  width: 228px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
  border: 2px solid #ffffff;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1;
  position: relative;
  font-size: 12px;
}

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

Q&A

============================== */
/*
Q&A sub
------------------------------ */
.accordionContainer {
  max-width: 860px;
  margin: 0 auto;
}

.accordion {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 10px;
  color: #fff;
}

.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: #ffffff;
  color: #121212;
  cursor: pointer;
}
.accordion_label::before {
  position: absolute;
  content: "Q";
  top: 0.6em;
  left: 1em;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  color: #121212;
  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(250, 149, 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: #121212;
  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;
}

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

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

gentei

============================== */
.gentei_block {
  padding: 0 24px;
}
.gentei_block .gentei_img {
  max-width: 640px;
  margin: 0 auto;
}

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

Slider

============================== */
/*
Slider sub
------------------------------ */
.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 #FA9500;
}

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

.slider_items {
  width: 100% !important;
  margin: 0 auto;
}
.slider_items .slider_item {
  max-width: 640px;
  margin: 0 auto;
  display: block !important;
  padding: 0 24px 10px;
}
@media screen and (min-width: 768px) {
  .slider_items .slider_item {
    padding: 0 0px 10px;
  }
}

#thumsSlick .slick-list .slick-track .slick-slide {
  width: 128px;
  margin: 0 5px;
}

#thumsSlick {
  padding: 0 24px;
}
@media screen and (min-width: 768px) {
  #thumsSlick {
    padding: 0;
  }
}

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

News

============================== */
/*
News sub
------------------------------ */
.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;
}
#news #followMe {
  margin: 20px auto;
}
#news #followMe p {
  text-align: center;
}
#news #followMe a {
  width: 228px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
  border: 2px solid #ffffff;
  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;
}

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

Campany

============================== */
/*
Campany sub
------------------------------ */
.campanyContainer {
  max-width: 860px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .campanyContainer {
    margin-bottom: 60px;
  }
}

.campany_ontline {
  margin: 0;
  padding: 1em;
  border-top: 1px solid #dadada;
}
.campany_ontline:last-child {
  border-bottom: 1px solid #dadada;
}
@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;
  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 {
  max-width: 640px;
  width: 100%;
  margin: 50px auto;
}
#sns ul {
  display: flex;
  justify-content: center;
}
#sns ul li {
  margin: 0 20px;
}
#sns ul li a {
  color: #ffffff;
  font-size: 3rem;
}

.part_time {
  font-size: 18px;
  padding-top: 40px;
}

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

Footer

============================== */
.footer {
  padding: 20px 0 60px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 20px;
  }
}

#fixnav {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
}
#fixnav.active {
  position: relative;
}
@media screen and (min-width: 768px) {
  #fixnav {
    width: 120px;
    right: 0;
    left: auto;
    top: 40vh;
  }
}
#fixnav #gotop {
  position: absolute;
  right: 0;
  bottom: 50px;
}
#fixnav #gotop #btn {
  width: 59px;
  margin: 10px;
}
#fixnav #navwrap {
  width: 100%;
}
#fixnav #navwrap ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #fixnav #navwrap ul {
    grid-template-columns: 120px;
  }
}
#fixnav #navwrap ul li {
  border: solid 1px white;
  padding: 10px 16px 10px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00B900;
}
#fixnav #navwrap ul li:nth-child(1) .footer__icon {
  width: 20px;
  margin: -2px 0 -28px -20px;
}
#fixnav #navwrap ul li:nth-child(2) {
  background-color: #ca575c;
}
#fixnav #navwrap ul li:nth-child(3) {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; /*グラデーション①*/
}
#fixnav #navwrap ul li a {
  text-decoration: none;
}
#fixnav #navwrap ul li .footer__icon {
  width: 20px;
  margin: -2px 0 -28px -1.6rem;
}
#fixnav #navwrap ul li .footer_text {
  font-size: 14px;
  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: 5px;
  bottom: 70px;
  width: 40px;
  height: 40px;
  font-size: 10px;
  color: #fff;
  border-radius: 50%;
  background-color: #ca575c;
  cursor: pointer;
}

.footer_spFixButton {
  display: none;
  position: fixed;
  bottom: 0;
  width: calc(100% - 42px);
  height: 40px;
}
.footer_spFixButton a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #813405;
}

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

Animetion

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

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

@keyframes js-fadeIn02 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@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: #813405;
}
.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 */