@charset "UTF-8";
/* =================================================================
ホーム
=================================================================*/
/*  トップ共通
-------------------------------------------------------------*/
#wrap.top {
  padding: 0;
  /* padding-top: 130px; */ }

.top .c-title {
  font-size: 54px;
  text-align: center;
  font-family: 'Yu Gothic Pr6N B';
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 80px; }
  .top .c-title span {
    font-family: 'Noto Sans JP', sans-serif; }

.top .c-title img {
  max-height: 40px; }

.top .c-title_second {
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 60px; }

.top ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.top p {
  line-height: 1.85;
  text-align: justify;
  text-justify: inter-ideograph; }

.top .has_bg_color {
  background: #efefef; }

.pc-only {
  display: block !important; }

.sp-only {
  display: none !important; }

@media screen and (max-width: 767px) {
  #wrap.top {
    /* padding-top: 70px; */ }
  .top .c-title {
    font-size: 34px;
    margin-bottom: 40px; }
  .top .c-title_second {
    font-size: 24px;
    margin-bottom: 30px; }
  .top .c-title img {
    max-height: 30px; }
  .pc-only {
    display: none !important; }
  .sp-only {
    display: block !important; } }

/*  メインビジュアル
-------------------------------------------------------------*/
.h-mainvisual {
  position: relative;
  width: 100%;
  height: 56.25vw;
  z-index: 0; }

.h-mainvisual__play-button {
  display: none;
  position: absolute;
  bottom: 10rem;
  left: 0;
  mix-blend-mode: difference;
  z-index: 1; }

.h-mainvisual__play-button svg {
  width: 8rem;
  height: 8rem; }

.h-mainvisual__play-button svg circle {
  fill: none;
  stroke: #fff;
  stroke-width: 0.2px; }

.h-mainvisual__play-button svg path {
  fill: #fff; }

.h-mainvisual__button {
  position: absolute;
  bottom: 4rem;
  left: 0;
  transform: translate(0, 0);
  padding: 4px 80px;
  border: 1px solid;
  border-radius: 30px;
  font-size: 2.2rem;
  overflow: hidden;
  transition: color 0.15s 0.2s cubic-bezier(0.4, 0, 0.1, 1);
  color: #fff;
  z-index: 1;
  mix-blend-mode: difference; }

.h-mainvisual__button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  display: block;
  width: 120%;
  height: 46rem;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.35s cubic-bezier(0.74, 0.11, 0.17, 0.51);
  z-index: -9;
  will-change: transform; }

.h-mainvisual__button:hover {
  color: #000; }

.h-mainvisual__button:hover:after {
  transform: translate(-50%, -50%) scale(1); }

.h-mainvisual__movie {
  top: 0;
  width: calc(100%);
  /* height: 100vh; height: calc(var(--vh, 1vh) * 100); */
  overflow: hidden;
  z-index: -9;
  opacity: 0;
  transition: opacity 0.65s 0.6s linear; }

.h-mainvisual__movie.is-loaded {
  opacity: 1; }

.h-mainvisual__movie video {
  width: 100vmax;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.h-mainvisual__movie iframe {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh; }

.h-mainvisual__movie iframe[data-screen="pc"] {
  visibility: visible; }

.h-mainvisual__movie iframe[data-screen="sp"] {
  visibility: hidden; }

@media screen and (max-width: 767px) {
  .h-mainvisual {
    z-index: initial;
    height: auto; }
  .h-mainvisual__play-button {
    display: block; }
  .h-mainvisual__button {
    font-size: 1.5rem;
    padding: 0.8rem 8rem;
    top: inherit;
    bottom: 3rem; }
  .h-mainvisual__movie {
    height: auto;
    z-index: 0;
    width: 100%;
    aspect-ratio: 16 / 9;
    position: static; }
  .h-mainvisual__movie iframe {
    width: 100%;
    height: 100%; }
  .h-mainvisual__movie iframe[data-screen="pc"] {
    visibility: hidden; }
  .h-mainvisual__movie iframe[data-screen="sp"] {
    visibility: visible; } }

/*  ニュース
-------------------------------------------------------------*/
.h-news {
  padding: 100px 40px 120px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto; }

.h-news .h-news-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 0; }

.h-news .h-news-list__view-more {
  font-size: 16px;
  color: #000;
  font-weight: bold; }

.h-news .h-news-item {
  color: #000; }

.h-news .h-news-item + a {
  margin: 40px 0 0; }

.h-news .h-news-item__date {
  line-height: 1;
  font-weight: bold;
  font-size: 16px; }

.h-news .h-news-item__title {
  margin: 5px 0 0;
  font-size: 16px; }

@media screen and (max-width: 767px) {
  .h-news {
    padding: 7.8125vw 20px 12.5vw; }
  .h-news .h-news-list__view-more {
    font-size: 14px; }
  .h-news .h-news-item {
    font-size: 1.4rem; }
  .h-news .h-news-item + a {
    margin: 2rem 0 0; }
  .h-news .h-news-item__date {
    font-size: 14px; }
  .h-news .h-news-item__title {
    font-size: 14px; } }

/* EVERINGとは？
-------------------------------------------------------------*/
.whats-evering {
  padding: 0 40px 120px; }

.whats-evering h2 img {
  display: inline-block;
  width: 362px;
  position: relative;
  top: 4px;
  margin-right: 10px; }

.whats-evering .box + .box {
  margin-top: 100px; }

.whats-evering .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }

.whats-evering .movie {
  width: 100%;
  max-width: 550px;
  max-height: 310px;
  margin-right: 30px;
  aspect-ratio: 16 / 11; }

.whats-evering .movie iframe {
  width: 100%;
  height: 100%; }

.whats-evering .content p {
  font-size: 14px;
  line-height: 1.85; }

.whats-evering .content p img {
  width: 220px;
  margin-top: 14px; }

.whats-evering ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.whats-evering ul li h4 {
  font-size: 24px;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px; }

.whats-evering ul li p {
  font-size: 14px;
  text-align: center; }

.whats-evering ul li p a {
  display: block;
  color: #4c89c7; }

.whats-evering ul li img {
  width: 100%; }

.whats-evering .point ul {
  width: 100%;
  max-width: 970px;
  margin: 0 auto; }

.whats-evering .point li {
  width: calc((100% - 80px*2) / 3);
  max-width: 270px;
  margin-right: 80px; }

.whats-evering .point li:nth-child(3) {
  margin-right: 0px; }

.whats-evering .point li:nth-child(5) {
  margin-right: 0px; }

.whats-evering .point li:nth-child(n + 4) {
  margin-top: 44px; }

.whats-evering .step li {
  width: calc((100% - 300px) / 4);
  max-width: 250px;
  margin-right: 5.492%; }

.whats-evering .step li:nth-child(4) {
  margin-right: 0; }

.whats-evering .step li img {
  display: block;
  margin-bottom: 40px; }

.whats-evering .step li p {
  text-align: center; }

.whats-evering .step li p span {
  display: block;
  margin-top: 40px;
  font-size: 12px; }

@media screen and (max-width: 767px) {
  .whats-evering {
    padding: 0 20px 120px; }
  .whats-evering h2 {
    white-space: nowrap; }
  .whats-evering h2 img {
    width: 230px; }
  .whats-evering .box + .box {
    margin-top: 120px; }
  .whats-evering .content {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .whats-evering .movie {
    margin-right: 0px;
    margin-bottom: 40px; }
  .whats-evering .content p {
    text-align: center; }
  .whats-evering ul {
    flex-direction: column;
    align-items: center; }
  .whats-evering ul li h4 {
    font-size: 20px;
    margin-bottom: 15px; }
  .whats-evering .point li {
    width: 100%;
    margin-right: 0px; }
  .whats-evering .point li:nth-child(n + 2) {
    margin-top: 60px; }
  .whats-evering .point li:nth-child(n + 4) {
    margin-top: 60px; }
  .whats-evering .step li {
    width: 100%;
    margin-right: 0; }
  .whats-evering .step li:nth-child(n + 2) {
    margin-top: 60px; }
  .whats-evering .step li img {
    margin-bottom: 20px; }
  .whats-evering .step li p span {
    margin-top: 20px; } }

/* ストア系
-------------------------------------------------------------*/
.store {
  padding: 120px 0;
  text-align: center; }

.store img {
  display: block;
  margin: 0 auto;
  max-width: 460px; }

.store .image {
  margin-bottom: 40px; }

.store h3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  font-family: 'Yu Gothic Pr6N B';
  font-weight: bold; }

.store p {
  font-size: 16px;
  line-height: 1.85;
  text-align: center; }

.store .buy {
  padding-bottom: 120px; }

.store .button a {
  mix-blend-mode: difference;
  overflow: hidden;
  position: relative;
  transition: color 0.15s 0.2s cubic-bezier(0.4, 0, 0.1, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 414px;
  height: 100px;
  color: #000;
  margin: 0 auto 40px;
  font-size: 28px;
  font-family: 'Yu Gothic Pr6N B';
  font-weight: bold;
  border: 1px solid #fff; }

.store .button a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  display: block;
  width: 120%;
  height: 26rem;
  background: #000;
  border-radius: 50%;
  transition: transform 0.35s cubic-bezier(0.74, 0.11, 0.17, 0.51);
  z-index: -9; }

.store .button a:hover {
  color: #fff; }

.store .button a:hover:after {
  transform: translate(-50%, -50%) scale(1); }

.store .shop p {
  margin-bottom: 40px; }

/*.store .shop .button a {display: block; width: 414px; height: 100px; margin: 40px auto 0;}
.store .shop .button a img {width: 100%;}*/
@media screen and (max-width: 767px) {
  .store {
    padding: 120px 20px; }
  .store .image {
    width: 100%;
    max-width: 460px;
    margin-bottom: 20px; }
  .store h3 {
    font-size: 18px;
    margin-bottom: 20px; }
  .store .button a {
    width: 100%;
    height: 22vw;
    font-size: 6vw;
    margin-bottom: 20px; }
  .store .shop .button a {
    width: 100%; }
  .store p {
    font-size: 14px; }
  .store .shop p {
    margin-bottom: 20px; } }

/*  お客様の声
-------------------------------------------------------------*/
.top_voice {
  padding: 120px 0;
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }

.top_voice .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7f7f7;
  color: #000000; }

.top_voice .box + .box {
  margin-top: 40px; }

.top_voice .box .image img {
  width: 356px;
  height: 356px;
  object-fit: cover; }

.top_voice .box .text {
  padding: 30px; }

.top_voice .box .text h4 {
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.2;
  margin-bottom: 25px; }

.top_voice .box .text h5 {
  font-size: 18px;
  margin: 0 0 20px;
  font-family: 'Yu Gothic Pr6N B';
  font-weight: bold; }

.top_voice .box .text p {
  font-size: 14px;
  line-height: 1.85; }

.top_voice .box .text a {
  display: inline-block;
  margin-top: 20px;
  color: #000000;
  font-size: 14px; }

.top_voice .box:nth-child(even) .image {
  order: 2; }

.top_voice .box:nth-child(even) .text {
  order: 1; }

.top_voice .button {
  mix-blend-mode: difference; }

.top_voice .button a {
  overflow: hidden;
  position: relative;
  transition: color 0.15s 0.2s cubic-bezier(0.4, 0, 0.1, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: 1px solid #fff;
  width: 300px;
  height: 70px;
  color: #fff;
  margin: 80px auto 0; }

.top_voice .button a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  display: block;
  width: 120%;
  height: 26rem;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.35s cubic-bezier(0.74, 0.11, 0.17, 0.51);
  z-index: -9; }

.top_voice .button a:hover {
  color: #000; }

.top_voice .button a:hover:after {
  transform: translate(-50%, -50%) scale(1); }

@media screen and (max-width: 767px) {
  .top_voice {
    padding: 120px 20px; }
  .top_voice .box {
    flex-direction: column;
    align-items: center; }
  .top_voice .box .image img {
    width: 100%; }
  .top_voice .box .text {
    padding: 20px; }
  .top_voice .box .text h4 {
    font-size: 24px; }
  .top_voice .box .text h5 {
    font-size: 16px; }
  .top_voice .box:nth-child(even) .image {
    order: 1; }
  .top_voice .box:nth-child(even) .text {
    order: 2; } }

/*  インスタグラム
-------------------------------------------------------------*/
.top_instagram {
  margin-bottom: 120px; }

.top_instagram .more {
  width: 54px;
  display: block;
  margin: 0 auto 80px; }

.top_instagram .more img {
  width: 54px;
  display: block; }

#eapps-instagram-feed-1 {
  margin: 0 auto;
  max-width: 582px; }

.eapps-instagram-feed-posts-grid-load-more {
  display: none !important; }

#eapps-instagram-feed-1 a.eapps-link {
  display: none !important; }

/*  ニュースレター
-------------------------------------------------------------*/
.top_newsletter {
  padding: 120px 0;
  margin-bottom: 120px; }

.top_newsletter .inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }

.top_newsletter .c-block__sub-title {
  font-size: 29px; }

@media screen and (max-width: 767px) {
  .top_newsletter {
    padding: 120px 20px; }
  .top_newsletter__wrap--page {
    min-height: calc(var(--vh, 1vh) * 100); }
  .top_newsletter .c-block__sub-title {
    font-size: 1.8rem; } }

.h-news-item__date,
.h-news-list__view-more,
.whats-evering ul li h4 {
  font-family: 'Yu Gothic Pr6N B';
  font-weight: bold; }

/*# sourceMappingURL=home.css.map */