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

RESET CSS

html5doctor.com Reset Stylesheet

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* line 9, foundation/_reset.scss */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* line 86, foundation/_reset.scss */
body {
  line-height: 1;
  letter-spacing: 0.05em; }

/* line 90, foundation/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

/* line 103, foundation/_reset.scss */
nav ul {
  list-style: none; }

/* line 106, foundation/_reset.scss */
blockquote,
q {
  quotes: none; }

/* line 110, foundation/_reset.scss */
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none; }

/* line 117, foundation/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
/* line 124, foundation/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
/* line 129, foundation/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700; }

/* line 135, foundation/_reset.scss */
del {
  text-decoration: line-through; }

/* line 138, foundation/_reset.scss */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/* line 143, foundation/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 147, foundation/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* line 155, foundation/_reset.scss */
input,
select {
  vertical-align: middle; }

/*
  Base
-----------------------------------------------------*/
/* line 5, foundation/_base.scss */
.grecaptcha-badge {
  visibility: hidden; }

/* line 7, foundation/_base.scss */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/* line 14, foundation/_base.scss */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.875rem; }
  @media screen and (min-width: 1024px) {
    /* line 14, foundation/_base.scss */
    html {
      font-size: 0.875rem; } }
  @media screen and (min-width: 1200px) {
    /* line 14, foundation/_base.scss */
    html {
      font-size: 1rem; } }

/* line 27, foundation/_base.scss */
body {
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-family: "MFW-A1MinchoStd-Bold";
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.075em;
  -webkit-font-smoothing: antialiased;
  background: url("../img/common/bg.jpg") center; }

/* line 41, foundation/_base.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast; }

/* line 48, foundation/_base.scss */
a,
a:link,
a:visited {
  color: inherit;
  text-decoration: none; }

/* line 54, foundation/_base.scss */
a:active,
a:hover {
  color: inherit;
  text-decoration: none; }

/* line 60, foundation/_base.scss */
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal; }

/* line 67, foundation/_base.scss */
ul,
ol,
li {
  list-style-type: none; }

/* line 72, foundation/_base.scss */
dl,
dt,
dd {
  margin: 0;
  padding: 0; }

/* line 78, foundation/_base.scss */
p {
  margin: 0;
  padding: 0; }

/* line 82, foundation/_base.scss */
img {
  border: 0;
  line-height: 0;
  vertical-align: bottom; }

/* line 87, foundation/_base.scss */
svg {
  vertical-align: bottom; }

/* line 90, foundation/_base.scss */
hr {
  display: none; }

/* line 93, foundation/_base.scss */
table {
  margin: 0;
  padding: 0; }

/* line 97, foundation/_base.scss */
th {
  text-align: left;
  font-weight: bold;
  margin: 0; }

/* line 102, foundation/_base.scss */
td {
  margin: 0; }

/* line 105, foundation/_base.scss */
em {
  font-weight: bold;
  font-style: normal; }

/* line 109, foundation/_base.scss */
form {
  margin: 0;
  padding: 0; }

/* line 113, foundation/_base.scss */
label {
  margin: 0;
  padding: 0; }

/* line 117, foundation/_base.scss */
input.btn {
  margin: 0 0.5em;
  padding: 0 1em; }

/* =====================================================
  2.0 - Layout
===================================================== */
/*
  Centering
-----------------------------------------------------*/
/* line 9, layout/_container.scss */
.contentsarea {
  position: relative;
  z-index: 2; }

/* line 10, layout/_container.scss */
.u-container {
  width: calc(100% - 6.24% * 2);
  margin: 0 auto;
  max-width: 1568px; }
  /* line 15, layout/_container.scss */
  .u-container.-wide {
    width: 100%;
    max-width: initial; }
    @media screen and (min-width: 768px) {
      /* line 18, layout/_container.scss */
      .u-container.-wide.-sp-full {
        width: 100%; } }
  /* line 24, layout/_container.scss */
  .u-container .-innerM {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; }
  /* line 26, layout/_container.scss */
  .u-container.-medium {
    max-width: 830px; }
    @media screen and (min-width: 768px) {
      /* line 26, layout/_container.scss */
      .u-container.-medium {
        max-width: 660px; } }
    @media screen and (min-width: 1024px) {
      /* line 26, layout/_container.scss */
      .u-container.-medium {
        max-width: 830px; } }
  /* line 36, layout/_container.scss */
  .u-container.-narrow {
    max-width: 540px; }
  /* line 40, layout/_container.scss */
  .u-container.-sp-full {
    width: 100%; }
    @media screen and (min-width: 768px) {
      /* line 40, layout/_container.scss */
      .u-container.-sp-full {
        width: calc(100% - 6.24% * 2); } }

/*
  Header
-----------------------------------------------------*/
/* line 7, layout/_header.scss */
.l-header .p-head-logo {
  position: fixed;
  left: 3.12vw;
  top: 3.12vw;
  z-index: 1000;
  width: 10vw; }
  @media screen and (min-width: 768px) {
    /* line 7, layout/_header.scss */
    .l-header .p-head-logo {
      width: 6.24vw;
      left: 3.12vw;
      top: 3.12vw; } }
  @media screen and (min-width: 1024px) {
    /* line 7, layout/_header.scss */
    .l-header .p-head-logo {
      width: 50px; } }
  /* line 23, layout/_header.scss */
  .l-header .p-head-logo .-inner {
    width: 100%;
    padding-top: 272%;
    position: relative;
    display: block; }
  /* line 25, layout/_header.scss */
  .l-header .p-head-logo__text {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto; }
  /* line 29, layout/_header.scss */
  .l-header .p-head-logo__img {
    display: block;
    margin: auto;
    width: 80%;
    height: auto;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%); }
/* line 37, layout/_header.scss */
.l-header__menu__guide {
  font-size: 0.75rem;
  line-height: 1.3em;
  border: 1px solid;
  padding: 0 2em;
  position: fixed;
  top: 3.12vw;
  right: calc(3.12vw * 2 + 10vw);
  height: 10vw;
  z-index: 10000;
  text-align: center;
  display: flex;
  background: white; }
  /* line 50, layout/_header.scss */
  .l-header__menu__guide .-inner {
    margin: auto; }
  @media screen and (min-width: 768px) {
    /* line 37, layout/_header.scss */
    .l-header__menu__guide {
      font-size: 0.875rem;
      height: 6.24vw;
      line-height: 1em;
      top: 3.12vw;
      right: calc(3.12vw * 2 + 6.24vw); }
      /* line 58, layout/_header.scss */
      .l-header__menu__guide .sp-none {
        display: inline; } }
  @media screen and (min-width: 1024px) {
    /* line 37, layout/_header.scss */
    .l-header__menu__guide {
      font-size: 1rem;
      top: 3.12vw;
      height: 50px;
      right: calc(3.12vw * 2 + 50px); } }
/* line 72, layout/_header.scss */
.l-header.--white .l-header__menu__guide {
  color: #FFF;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #fff; }
/* line 76, layout/_header.scss */
.l-header.--white.-open .l-header__menu__guide {
  color: #000;
  border: 1px solid #000; }
/* line 80, layout/_header.scss */
.l-header.--white .p-head-logo__text {
  fill: #FFF; }
/* line 84, layout/_header.scss */
.l-header .p-head-drawer {
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  padding: 30vw 6.24vw calc(30vw + 50px);
  z-index: 9999;
  pointer-events: none; }
  @media screen and (min-width: 768px) {
    /* line 84, layout/_header.scss */
    .l-header .p-head-drawer {
      padding: 20vw 6.24vw calc(20vw + 50px); } }
  @media screen and (min-width: 1024px) {
    /* line 84, layout/_header.scss */
    .l-header .p-head-drawer {
      padding-top: 5em;
      padding-bottom: 8em;
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  @media screen and (min-width: 1200px) {
    /* line 84, layout/_header.scss */
    .l-header .p-head-drawer {
      padding-left: calc(50vw - 560px);
      padding-right: calc(50vw - 560px); } }
  /* line 114, layout/_header.scss */
  .l-header .p-head-drawer::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    background: #FFF;
    opacity: 0;
    transition: .5s; }
  /* line 125, layout/_header.scss */
  .l-header .p-head-drawer .filter {
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transition: 0s; }
  /* line 127, layout/_header.scss */
  .l-header .p-head-drawer__conts {
    opacity: 0;
    transition: .5s; }
  /* line 132, layout/_header.scss */
  .l-header .p-head-drawer__main-navi {
    font-size: 0.875rem;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 1024px) {
      /* line 132, layout/_header.scss */
      .l-header .p-head-drawer__main-navi {
        width: 48%; } }
    /* line 141, layout/_header.scss */
    .l-header .p-head-drawer__main-navi__list > li {
      margin-bottom: 1.5em;
      padding-left: 0em; }
      /* line 144, layout/_header.scss */
      .l-header .p-head-drawer__main-navi__list > li a {
        display: block;
        position: relative;
        padding-left: 2.5rem; }
      @media screen and (min-width: 768px) {
        /* line 141, layout/_header.scss */
        .l-header .p-head-drawer__main-navi__list > li {
          font-size: 1.25rem; } }
      @media screen and (min-width: 1024px) {
        /* line 141, layout/_header.scss */
        .l-header .p-head-drawer__main-navi__list > li {
          font-size: 1.5rem; }
          /* line 151, layout/_header.scss */
          .l-header .p-head-drawer__main-navi__list > li:last-child {
            margin-bottom: 0; } }
      /* line 153, layout/_header.scss */
      .l-header .p-head-drawer__main-navi__list > li span {
        font-size: 1.25rem;
        line-height: 1.5em;
        display: block;
        margin-bottom: 0; }
        /* line 158, layout/_header.scss */
        .l-header .p-head-drawer__main-navi__list > li span::before {
          content: '';
          width: 1.25rem;
          height: 1em;
          margin-left: 0rem;
          margin-right: 0;
          position: absolute;
          left: 0;
          top: 0.5em;
          display: inline-block;
          background: url(../img/common/arrow--black.svg) no-repeat center center/contain; }
        @media screen and (min-width: 768px) {
          /* line 153, layout/_header.scss */
          .l-header .p-head-drawer__main-navi__list > li span {
            font-size: 0.875rem; } }
        @media screen and (min-width: 1024px) {
          /* line 153, layout/_header.scss */
          .l-header .p-head-drawer__main-navi__list > li span {
            font-size: 1rem; }
            /* line 176, layout/_header.scss */
            .l-header .p-head-drawer__main-navi__list > li span::before {
              top: 0.3em; } }
  /* line 184, layout/_header.scss */
  .l-header .p-head-drawer__sub-navi {
    font-size: 1rem;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      /* line 184, layout/_header.scss */
      .l-header .p-head-drawer__sub-navi {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; } }
    @media screen and (min-width: 1024px) {
      /* line 184, layout/_header.scss */
      .l-header .p-head-drawer__sub-navi {
        width: 48%;
        flex-direction: column;
        justify-content: flex-start; } }
    @media screen and (min-width: 768px) {
      /* line 201, layout/_header.scss */
      .l-header .p-head-drawer__sub-navi__list {
        width: 48%; } }
    @media screen and (min-width: 1024px) {
      /* line 201, layout/_header.scss */
      .l-header .p-head-drawer__sub-navi__list {
        width: 100%; } }
    /* line 210, layout/_header.scss */
    .l-header .p-head-drawer__sub-navi__list > li {
      margin-bottom: 0.5em; }
      /* line 212, layout/_header.scss */
      .l-header .p-head-drawer__sub-navi__list > li:last-child {
        margin-bottom: 0; }
      /* line 213, layout/_header.scss */
      .l-header .p-head-drawer__sub-navi__list > li a {
        display: block;
        position: relative;
        padding-left: 2.5rem; }
      /* line 215, layout/_header.scss */
      .l-header .p-head-drawer__sub-navi__list > li a::before {
        content: '';
        width: 1.25em;
        height: 1em;
        margin-left: 0rem;
        margin-right: 0rem;
        display: inline-block;
        background: url(../img/common/arrow--black.svg) no-repeat center center/contain;
        position: absolute;
        left: 0;
        top: 0.5em; }
    /* line 228, layout/_header.scss */
    .l-header .p-head-drawer__sub-navi__info {
      margin-top: 15vw;
      text-align: center;
      width: 100%; }
      /* line 232, layout/_header.scss */
      .l-header .p-head-drawer__sub-navi__info .__logo {
        text-align: center;
        display: block; }
        /* line 233, layout/_header.scss */
        .l-header .p-head-drawer__sub-navi__info .__logo img {
          width: 50%;
          max-width: 200px; }
        @media screen and (min-width: 768px) {
          /* line 232, layout/_header.scss */
          .l-header .p-head-drawer__sub-navi__info .__logo {
            text-align: right; } }
        @media screen and (min-width: 1024px) {
          /* line 232, layout/_header.scss */
          .l-header .p-head-drawer__sub-navi__info .__logo {
            text-align: left; } }
      @media screen and (min-width: 768px) {
        /* line 228, layout/_header.scss */
        .l-header .p-head-drawer__sub-navi__info {
          width: 48%;
          text-align: right;
          margin-top: 2rem; } }
      @media screen and (min-width: 1024px) {
        /* line 228, layout/_header.scss */
        .l-header .p-head-drawer__sub-navi__info {
          width: 100%;
          text-align: left; } }
      /* line 251, layout/_header.scss */
      .l-header .p-head-drawer__sub-navi__info .__address {
        margin-top: 1em; }
    /* line 258, layout/_header.scss */
    .l-header .p-head-drawer__sub-navi__sns {
      font-size: 0.625rem;
      display: flex;
      justify-content: space-around;
      margin-top: 1rem; }
      @media screen and (min-width: 768px) {
        /* line 258, layout/_header.scss */
        .l-header .p-head-drawer__sub-navi__sns {
          width: 48%;
          margin: 1em 0 0 auto; } }
      @media screen and (min-width: 1024px) {
        /* line 258, layout/_header.scss */
        .l-header .p-head-drawer__sub-navi__sns {
          width: 100%;
          justify-content: flex-start; } }
      /* line 274, layout/_header.scss */
      .l-header .p-head-drawer__sub-navi__sns > li a {
        font-size: 0.625rem; }
      @media screen and (min-width: 1024px) {
        /* line 273, layout/_header.scss */
        .l-header .p-head-drawer__sub-navi__sns > li {
          margin-right: 1.5em; }
          /* line 276, layout/_header.scss */
          .l-header .p-head-drawer__sub-navi__sns > li a {
            font-size: 0.75rem; } }
/* line 286, layout/_header.scss */
.l-header .c-status-bar {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  line-height: 3.5em;
  padding: 0 calc(5% + 2em);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  font-family: inherit;
  transform: translateY(100%);
  transition: 0.3s; }
  @media screen and (min-width: 1024px) {
    /* line 286, layout/_header.scss */
    .l-header .c-status-bar {
      text-align: left; } }
  /* line 310, layout/_header.scss */
  .l-header .c-status-bar::before {
    content: '';
    width: 1.25em;
    height: 1.25em;
    display: inline-block;
    position: absolute;
    left: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/common/arrow--white.svg) no-repeat center center/100% auto; }

/* line 326, layout/_header.scss */
.l-header .p-head-logo .-inner {
  transition: padding 0.5s; }
  /* line 328, layout/_header.scss */
  .l-header .p-head-logo .-inner .p-head-logo__text {
    opacity: 1;
    transition: opacity 0.3s 0.5s; }
  /* line 329, layout/_header.scss */
  .l-header .p-head-logo .-inner .p-head-logo__img {
    transition: 0.5s; }

/* line 332, layout/_header.scss */
.-fvend .l-header .p-head-logo .-inner {
  padding-top: 100%;
  transition: padding 0.5s 0.15s; }
  /* line 334, layout/_header.scss */
  .-fvend .l-header .p-head-logo .-inner .p-head-logo__text {
    opacity: 0;
    transition: opacity 0.3s; }
  /* line 335, layout/_header.scss */
  .-fvend .l-header .p-head-logo .-inner .p-head-logo__img {
    transform: translateX(-50%) translateY(50%);
    bottom: 50%;
    transition: 0.5s 0.15s; }

/* line 339, layout/_header.scss */
.l-header-steam__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  overflow: hidden;
  opacity: 0; }

/* line 350, layout/_header.scss */
.l-header.-open .l-header-steam__bg {
  opacity: 1; }
/* line 351, layout/_header.scss */
.l-header.-open .c-status-bar {
  transform: translateY(0%);
  transition: 0.3s; }
/* line 353, layout/_header.scss */
.l-header.-open .p-head-drawer {
  overflow-y: scroll; }
  /* line 354, layout/_header.scss */
  .l-header.-open .p-head-drawer .filter {
    opacity: 1;
    transition: 0.5s; }
  /* line 355, layout/_header.scss */
  .l-header.-open .p-head-drawer::after {
    opacity: 1;
    transition: 1.5s; }

/* line 362, layout/_header.scss */
.p-head-drawer.-open {
  pointer-events: auto; }
  /* line 364, layout/_header.scss */
  .p-head-drawer.-open .p-head-drawer__conts {
    opacity: 1;
    transition: .5s .5s;
    border: none;
    text-align: left; }
    @media screen and (min-width: 768px) {
      /* line 364, layout/_header.scss */
      .p-head-drawer.-open .p-head-drawer__conts {
        text-align: left; } }

/*
  Main
-----------------------------------------------------*/
/* line 7, layout/_main.scss */
.l-main {
  overflow-x: hidden;
  position: relative;
  z-index: 2; }
  /* line 11, layout/_main.scss */
  .l-main > * {
    position: relative;
    z-index: 2; }

/* line 13, layout/_main.scss */
.footerArea {
  z-index: 0; }

/* line 17, layout/_main.scss */
.l-bg-steam {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  z-index: 1; }
  /* line 31, layout/_main.scss */
  .l-bg-steam1 {
    width: 140%;
    height: auto;
    position: absolute;
    left: 0%;
    top: 0;
    z-index: 3;
    animation: fuwafuwa 75s -22s infinite linear; }
    @media screen and (min-width: 768px) {
      /* line 31, layout/_main.scss */
      .l-bg-steam1 {
        width: 70%;
        animation: fuwafuwa 85s -22s infinite linear; } }
  /* line 45, layout/_main.scss */
  .l-bg-steam2 {
    width: 100%;
    height: auto;
    position: absolute;
    right: 0%;
    top: 0;
    z-index: 3;
    animation: fuwafuwa 82s -10s  infinite linear; }
    @media screen and (min-width: 768px) {
      /* line 45, layout/_main.scss */
      .l-bg-steam2 {
        width: 50%;
        animation: fuwafuwa 92s -10s  infinite linear; } }
  /* line 60, layout/_main.scss */
  .l-bg-steam3 {
    width: 100%;
    height: auto;
    position: absolute;
    left: -3%;
    top: 0;
    z-index: 3;
    animation: fuwafuwa 88s  -5s infinite linear; }
    @media screen and (min-width: 768px) {
      /* line 60, layout/_main.scss */
      .l-bg-steam3 {
        width: 50%;
        animation: fuwafuwa 98s  -5s infinite linear; } }
  /* line 73, layout/_main.scss */
  .l-bg-steam4 {
    width: 120%;
    height: auto;
    position: absolute;
    right: -5%;
    top: 0;
    z-index: 2;
    animation: fuwafuwa 92s -20s infinite linear; }
    @media screen and (min-width: 768px) {
      /* line 73, layout/_main.scss */
      .l-bg-steam4 {
        width: 60%;
        animation: fuwafuwa 102s -20s infinite linear; } }
  /* line 87, layout/_main.scss */
  .l-bg-steam5 {
    width: 100%;
    height: auto;
    position: absolute;
    leftt: 10%;
    top: 0;
    z-index: 2;
    animation: fuwafuwa 77s  -25s infinite linear; }
    @media screen and (min-width: 768px) {
      /* line 87, layout/_main.scss */
      .l-bg-steam5 {
        width: 50%;
        animation: fuwafuwa 87s  -25s infinite linear; } }
  /* line 102, layout/_main.scss */
  .l-bg-steam6 {
    width: 140%;
    height: auto;
    position: absolute;
    right: 10%;
    top: 0;
    z-index: 3;
    animation: fuwafuwa 87s  -10s infinite linear; }
    @media screen and (min-width: 768px) {
      /* line 102, layout/_main.scss */
      .l-bg-steam6 {
        width: 70%;
        animation: fuwafuwa 97s  -10s infinite linear; } }
  /* line 117, layout/_main.scss */
  .l-bg-steam7 {
    width: 100%;
    height: auto;
    position: absolute;
    left: -10%;
    top: 0;
    z-index: 1;
    animation: fuwafuwa 100s  -5s infinite linear; }
    @media screen and (min-width: 768px) {
      /* line 117, layout/_main.scss */
      .l-bg-steam7 {
        width: 50%;
        animation: fuwafuwa 110s  -5s infinite linear; } }
  /* line 131, layout/_main.scss */
  .l-bg-steam8 {
    width: 60%;
    height: auto;
    position: absolute;
    right: 0%;
    top: 0;
    z-index: 1;
    animation: fuwafuwa 97s -3s infinite linear; }
    @media screen and (min-width: 768px) {
      /* line 131, layout/_main.scss */
      .l-bg-steam8 {
        width: 30%;
        animation: fuwafuwa 107s -3s infinite linear; } }
  /* line 146, layout/_main.scss */
  .l-bg-steam9 {
    width: 100%;
    height: auto;
    position: absolute;
    right: 10%;
    top: 0;
    z-index: 1;
    animation: fuwafuwa 95s -16s infinite linear; }
    @media screen and (min-width: 768px) {
      /* line 146, layout/_main.scss */
      .l-bg-steam9 {
        width: 50%;
        animation: fuwafuwa 105s -26s infinite linear; } }
  /* line 159, layout/_main.scss */
  .l-bg-steam__img {
    transform: translate(0, 0);
    transition: all 3s;
    position: relative; }
    /* line 164, layout/_main.scss */
    .l-bg-steam__img1, .l-bg-steam__img2, .l-bg-steam__img3, .l-bg-steam__img4, .l-bg-steam__img5 {
      z-index: 2; }
    /* line 171, layout/_main.scss */
    .l-bg-steam__img6, .l-bg-steam__img7, .l-bg-steam__img8, .l-bg-steam__img9 {
      z-index: 1; }
  /* line 178, layout/_main.scss */
  .l-bg-steam.clear {
    background: rgba(233, 244, 241, 0); }
    /* line 180, layout/_main.scss */
    .l-bg-steam.clear .l-bg-steam__img {
      transition: opacity 3s, transform 3s; }
      /* line 183, layout/_main.scss */
      .l-bg-steam.clear .l-bg-steam__img.clear-lt {
        transform: translate(-25vw, -25vh);
        opacity: 0; }
      /* line 188, layout/_main.scss */
      .l-bg-steam.clear .l-bg-steam__img.clear-lm {
        transform: translate(-25vw, -15vh);
        opacity: 0; }
      /* line 193, layout/_main.scss */
      .l-bg-steam.clear .l-bg-steam__img.clear-rt {
        transform: translate(25vw, -25vh);
        opacity: 0; }
      /* line 198, layout/_main.scss */
      .l-bg-steam.clear .l-bg-steam__img.clear-rm {
        transform: translate(25vw, -15vh);
        opacity: 0; }

@keyframes fuwafuwa {
  0% {
    transform: scale(1) translateY(100vh); }
  25% {
    transform: scale(1.3) translateY(50vh); }
  50% {
    transform: scale(1.1) translateY(0vh); }
  75% {
    transform: scale(1.2) translateY(-75vh); }
  100% {
    transform: scale(1) translateY(-150vh); } }
/*
  Footer
-----------------------------------------------------*/
/* line 5, layout/_footer.scss */
.footerArea {
  position: relative; }
  /* line 6, layout/_footer.scss */
  .footerArea > * {
    position: relative;
    z-index: 1; }
  /* line 7, layout/_footer.scss */
  .footerArea .footcloud {
    position: absolute;
    width: 100%;
    height: 0;
    display: block;
    left: 0;
    top: 15vw;
    z-index: 0; }
    /* line 8, layout/_footer.scss */
    .footerArea .footcloud img {
      max-width: 100%;
      width: 7%;
      position: absolute;
      top: 50%; }
      /* line 9, layout/_footer.scss */
      .footerArea .footcloud img:nth-child(1) {
        left: 10%;
        transform: translateY(-150%) translateX(-50%); }
      /* line 10, layout/_footer.scss */
      .footerArea .footcloud img:nth-child(2) {
        left: 26%;
        transform: translateY(300%) translateX(-50%); }
      /* line 11, layout/_footer.scss */
      .footerArea .footcloud img:nth-child(3) {
        left: 42%;
        transform: translateY(-50%) translateX(-50%); }
      /* line 12, layout/_footer.scss */
      .footerArea .footcloud img:nth-child(4) {
        left: 58%;
        transform: translateY(165%) translateX(-50%); }
      /* line 13, layout/_footer.scss */
      .footerArea .footcloud img:nth-child(5) {
        left: 74%;
        transform: translateY(-250%) translateX(-50%); }
      /* line 14, layout/_footer.scss */
      .footerArea .footcloud img:nth-child(6) {
        left: 90%;
        transform: translateY(85%) translateX(-50%); }

/* line 20, layout/_footer.scss */
.foot-wrap {
  display: block;
  overflow: hidden; }

/* line 23, layout/_footer.scss */
.l-footer {
  position: relative;
  margin-top: 60vw;
  padding-top: 8vw;
  z-index: 0;
  background: #FFF;
  position: relative;
  /*navigation*/
  /* information */ }
  @media screen and (min-width: 768px) {
    /* line 23, layout/_footer.scss */
    .l-footer {
      margin-top: 30vw; } }
  /* line 34, layout/_footer.scss */
  .l-footer::before {
    content: '';
    width: 100%;
    height: 22vw;
    background: url("../img/common/foot-bg.png") repeat-x center top/auto 100%;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto auto -5vw; }
    @media screen and (min-width: 768px) {
      /* line 34, layout/_footer.scss */
      .l-footer::before {
        height: 20vw; } }
  /* line 52, layout/_footer.scss */
  .l-footer__inner {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 1024px) {
      /* line 52, layout/_footer.scss */
      .l-footer__inner {
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-start; } }
  /* line 64, layout/_footer.scss */
  .l-footer__nav {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      /* line 64, layout/_footer.scss */
      .l-footer__nav {
        width: calc(100% - 280px); } }
    @media screen and (min-width: 1200px) {
      /* line 64, layout/_footer.scss */
      .l-footer__nav {
        width: calc(100% - 360px); } }
    /* line 73, layout/_footer.scss */
    .l-footer__nav__sns {
      font-size: 0.75rem;
      margin-bottom: 3em; }
      @media screen and (min-width: 768px) {
        /* line 73, layout/_footer.scss */
        .l-footer__nav__sns {
          display: flex; } }
      /* line 80, layout/_footer.scss */
      .l-footer__nav__sns__title {
        justify-content: space-between;
        align-items: center;
        display: none; }
        @media screen and (min-width: 768px) {
          /* line 80, layout/_footer.scss */
          .l-footer__nav__sns__title {
            display: flex;
            align-items: center;
            flex-grow: 1; } }
        /* line 90, layout/_footer.scss */
        .l-footer__nav__sns__title::after {
          content: '';
          height: 1px;
          margin-left: 1em;
          flex-grow: 1;
          display: block;
          background: currentColor; }
      /* line 99, layout/_footer.scss */
      .l-footer__nav__sns__list {
        display: flex;
        justify-content: space-around; }
        /* line 107, layout/_footer.scss */
        .l-footer__nav__sns__list > li {
          display: inline-block;
          vertical-align: middle; }
          @media screen and (min-width: 768px) {
            /* line 107, layout/_footer.scss */
            .l-footer__nav__sns__list > li {
              margin-left: 2em; } }
    @media screen and (min-width: 768px) {
      /* line 118, layout/_footer.scss */
      .l-footer__nav__menu {
        column-count: 3; } }
    @media screen and (min-width: 1200px) {
      /* line 118, layout/_footer.scss */
      .l-footer__nav__menu {
        column-count: 3; } }
    @media screen and (min-width: 1568px) {
      /* line 118, layout/_footer.scss */
      .l-footer__nav__menu {
        column-count: 4; } }
    /* line 128, layout/_footer.scss */
    .l-footer__nav__menu > li {
      margin-bottom: 1em;
      padding-left: 2em; }
      /* line 131, layout/_footer.scss */
      .l-footer__nav__menu > li::before {
        content: '';
        width: 1em;
        height: 1em;
        display: inline-block;
        vertical-align: middle;
        margin-left: -2em;
        margin-right: .5em;
        background: url(../img/common/arrow--black.svg) no-repeat center center/100% auto; }
    /* line 143, layout/_footer.scss */
    .l-footer__nav__menu__guide {
      display: none; }
      @media screen and (min-width: 768px) {
        /* line 143, layout/_footer.scss */
        .l-footer__nav__menu__guide {
          display: block; } }
  /* line 157, layout/_footer.scss */
  .l-footer__info {
    text-align: center;
    margin-top: 15vw;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      /* line 157, layout/_footer.scss */
      .l-footer__info {
        margin-top: 0;
        margin-top: 0;
        width: 280px;
        text-align: left; } }
    @media screen and (min-width: 1200px) {
      /* line 157, layout/_footer.scss */
      .l-footer__info {
        width: 330px; } }
    /* line 173, layout/_footer.scss */
    .l-footer__info__logo img {
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        /* line 173, layout/_footer.scss */
        .l-footer__info__logo img {
          margin-left: 0; } }
    /* line 181, layout/_footer.scss */
    .l-footer__info__address {
      font-size: 0.875rem;
      margin: 1em 0; }
    /* line 185, layout/_footer.scss */
    .l-footer__info__tel {
      font-size: 0.875rem; }
      /* line 187, layout/_footer.scss */
      .l-footer__info__tel__link {
        letter-spacing: 0.15em;
        font-size: 1.5em; }
        @media screen and (min-width: 768px) {
          /* line 187, layout/_footer.scss */
          .l-footer__info__tel__link {
            font-size: 2em; } }
  /* line 198, layout/_footer.scss */
  .l-footer__bottom {
    text-align: center;
    padding-bottom: 4rem;
    background: #FFF;
    /* copyright */ }
    /* line 203, layout/_footer.scss */
    .l-footer__bottom .c-copyright {
      text-align: center;
      width: 100%;
      font-size: 0.625rem;
      margin-top: 2rem; }
      @media screen and (min-width: 768px) {
        /* line 203, layout/_footer.scss */
        .l-footer__bottom .c-copyright {
          text-align: left;
          display: block; } }
    /* line 214, layout/_footer.scss */
    .l-footer__bottom .c-operating {
      margin-top: 65vw;
      color: #000; }
      @media screen and (min-width: 560px) {
        /* line 214, layout/_footer.scss */
        .l-footer__bottom .c-operating {
          margin-top: 50vw; } }
      @media screen and (min-width: 768px) {
        /* line 214, layout/_footer.scss */
        .l-footer__bottom .c-operating {
          margin-top: 30vw; } }
      /* line 226, layout/_footer.scss */
      .l-footer__bottom .c-operating__tilte {
        font-size: 0.625rem;
        display: block; }
      /* line 230, layout/_footer.scss */
      .l-footer__bottom .c-operating__logo {
        margin-top: 1.5em;
        display: block;
        margin: 0 auto; }
  /* line 238, layout/_footer.scss */
  .l-footer__steam {
    width: 20vw;
    height: 10vw;
    position: absolute;
    top: -24vw;
    left: 55%;
    background: url(../img/common/f_tatemono_kemuri.png) no-repeat center top/100% auto;
    animation: koma 0.8s steps(2) infinite; }
    @media screen and (min-width: 768px) {
      /* line 238, layout/_footer.scss */
      .l-footer__steam {
        top: -22vw;
        left: 54%; } }
  /* line 253, layout/_footer.scss */
  .l-footer__bird1 {
    width: 3vw;
    height: 2vw;
    position: absolute;
    top: -30vw;
    left: 80%;
    animation: patapata 24s -0.5s  linear infinite; }
    @media screen and (min-width: 768px) {
      /* line 253, layout/_footer.scss */
      .l-footer__bird1 {
        top: -20vw;
        animation: patapata-s 17s -1s  linear infinite; } }
    /* line 265, layout/_footer.scss */
    .l-footer__bird1__inner {
      width: 100%;
      height: 100%;
      display: block;
      animation: yurayura 3s -3s  linear infinite; }
      /* line 271, layout/_footer.scss */
      .l-footer__bird1__inner::before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        background: url(../img/common/f_tori1.png) no-repeat center top/100% auto;
        animation: koma 0.3s -0.2s steps(2) infinite; }
  /* line 281, layout/_footer.scss */
  .l-footer__bird2 {
    width: 3vw;
    height: 2vw;
    position: absolute;
    top: -28vw;
    left: 85%;
    animation: patapata 22s linear infinite; }
    @media screen and (min-width: 768px) {
      /* line 281, layout/_footer.scss */
      .l-footer__bird2 {
        top: -20vw;
        animation: patapata-s 14s linear infinite; } }
    /* line 295, layout/_footer.scss */
    .l-footer__bird2__inner {
      width: 100%;
      height: 100%;
      display: block;
      animation: yurayura 1s  linear infinite; }
      /* line 301, layout/_footer.scss */
      .l-footer__bird2__inner::before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        background: url(../img/common/f_tori2.png) no-repeat center top/100% auto;
        animation: koma 0.3s steps(2) infinite; }

@keyframes koma {
  0% {
    background-position: center top; }
  66.66% {
    background-position: center bottom; }
  100% {
    background-position: center bottom; } }
@keyframes patapata {
  0% {
    left: 180%; }
  50% {
    left: 50%; }
  100% {
    left: -80%; } }
@keyframes patapata-s {
  0% {
    left: 180%; }
  50% {
    left: 50%; }
  100% {
    left: -80%; } }
@keyframes yurayura {
  0% {
    transform: translateX(0) translateY(0); }
  10% {
    transform: translateX(0vw) translateY(1px); }
  20% {
    transform: translateX(0vw) translateY(-1px); }
  30% {
    transform: translateX(0vw) translateY(1px); }
  40% {
    transform: translateX(0vw) translateY(-1px); }
  50% {
    transform: translateX(0vw) translateY(1px); }
  60% {
    transform: translateX(0vw) translateY(-1px); }
  70% {
    transform: translateX(0vw) translateY(1px); }
  80% {
    transform: translateX(0vw) translateY(-1px); }
  90% {
    transform: translateX(0vw) translateY(1px); }
  100% {
    transform: translateX(0); } }
/*
  Spacer
*/
/* line 5, layout/_spacer.scss */
.l-spacer {
  padding-top: 15vw; }
  @media screen and (min-width: 1568px) {
    /* line 5, layout/_spacer.scss */
    .l-spacer {
      padding-top: 10vw; } }
  /* line 12, layout/_spacer.scss */
  .l-spacer.footerArea {
    padding-top: 25vw; }
    @media screen and (min-width: 1568px) {
      /* line 12, layout/_spacer.scss */
      .l-spacer.footerArea {
        padding-top: 15vw; } }
  @media screen and (min-width: 1200px) {
    /* line 19, layout/_spacer.scss */
    .l-spacer .-infomation {
      padding-top: 10vw; } }
  /* line 25, layout/_spacer.scss */
  .l-spacer--home {
    padding-top: 25vw; }
    /* line 27, layout/_spacer.scss */
    .l-spacer--home:first-of-type {
      padding-top: 25vw; }
    @media screen and (min-width: 768px) {
      /* line 25, layout/_spacer.scss */
      .l-spacer--home {
        padding-top: 15vw; } }
    @media screen and (min-width: 1024px) {
      /* line 25, layout/_spacer.scss */
      .l-spacer--home {
        padding-top: 15vw; }
        /* line 33, layout/_spacer.scss */
        .l-spacer--home:first-of-type {
          padding-top: 15vw; } }
    @media screen and (min-width: 1568px) {
      /* line 25, layout/_spacer.scss */
      .l-spacer--home {
        padding-top: 10vw; }
        /* line 37, layout/_spacer.scss */
        .l-spacer--home:first-of-type {
          padding-top: 10vw; } }
  /* line 42, layout/_spacer.scss */
  .l-spacer--leage {
    padding-top: 15.6vw; }
  /* line 46, layout/_spacer.scss */
  .l-spacer--medium {
    padding-top: 5vw; }
    @media screen and (min-width: 1568px) {
      /* line 46, layout/_spacer.scss */
      .l-spacer--medium {
        padding-top: 5vw; } }
  /* line 53, layout/_spacer.scss */
  .l-spacer--small {
    padding-top: 2rem; }
    @media screen and (min-width: 1568px) {
      /* line 53, layout/_spacer.scss */
      .l-spacer--small {
        padding-top: 2rem; } }
  /* line 60, layout/_spacer.scss */
  .l-spacer--1em {
    padding-top: 1em; }

/* =====================================================
  3.0 - Object
===================================================== */
/*
  3.1 - Component
-----------------------------------------------------*/
/* line 2, object/component/_accordion.scss */
.p-accordion__wrap {
  border-bottom: 1px solid #000; }
  /* line 4, object/component/_accordion.scss */
  .p-accordion__wrap:first-child {
    border-top: 1px solid #000; }

/* line 8, object/component/_accordion.scss */
.p-accordion__title {
  font-size: 1.0625rem;
  padding: 1em 3.12vw;
  position: relative;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    /* line 8, object/component/_accordion.scss */
    .p-accordion__title {
      padding-top: 1.5em;
      padding-bottom: 1.5em; } }
  @media screen and (min-width: 1024px) {
    /* line 8, object/component/_accordion.scss */
    .p-accordion__title {
      font-size: 1.5rem; } }
  /* line 22, object/component/_accordion.scss */
  .p-accordion__title.--omotenashi::before {
    content: '';
    width: 1.4em;
    height: 1.4em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    background: #C7DFC4;
    border-radius: 50%; }
  /* line 32, object/component/_accordion.scss */
  .p-accordion__title.--meal::before {
    content: '';
    width: 1.4em;
    height: 1.4em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    background: #F7BEA4;
    border-radius: 50%; }
  /* line 42, object/component/_accordion.scss */
  .p-accordion__title.--spring::before {
    content: '';
    width: 1.4em;
    height: 1.4em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    background: #9CE2E4;
    border-radius: 50%; }
  /* line 52, object/component/_accordion.scss */
  .p-accordion__title.--cafe::before {
    content: '';
    width: 1.4em;
    height: 1.4em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    background: #E2CA64;
    border-radius: 50%; }
  /* line 64, object/component/_accordion.scss */
  .p-accordion__title:not(.-open) + .p-accordion__conts + .p-accordion__title {
    border-top: none; }
/* line 70, object/component/_accordion.scss */
.p-accordion .p-accordion__wrap.-open {
  background: #E9F2F1; }
  /* line 74, object/component/_accordion.scss */
  .p-accordion .p-accordion__wrap.-open .p-accordion__title.--omotenashi {
    background: #C7DFC4; }
    /* line 76, object/component/_accordion.scss */
    .p-accordion .p-accordion__wrap.-open .p-accordion__title.--omotenashi::before {
      border: .3em solid #FFF; }
  /* line 80, object/component/_accordion.scss */
  .p-accordion .p-accordion__wrap.-open .p-accordion__title.--meal {
    background: #F7BEA4; }
    /* line 82, object/component/_accordion.scss */
    .p-accordion .p-accordion__wrap.-open .p-accordion__title.--meal::before {
      border: .3em solid #FFF; }
  /* line 86, object/component/_accordion.scss */
  .p-accordion .p-accordion__wrap.-open .p-accordion__title.--spring {
    background: #9CE2E4; }
    /* line 88, object/component/_accordion.scss */
    .p-accordion .p-accordion__wrap.-open .p-accordion__title.--spring::before {
      border: .3em solid #FFF; }
  /* line 92, object/component/_accordion.scss */
  .p-accordion .p-accordion__wrap.-open .p-accordion__title.--cafe {
    background: #E2CA64; }
    /* line 94, object/component/_accordion.scss */
    .p-accordion .p-accordion__wrap.-open .p-accordion__title.--cafe::before {
      border: .3em solid #FFF; }
/* line 103, object/component/_accordion.scss */
.p-accordion.--small .p-accordion__title {
  font-size: 1rem; }
/* line 108, object/component/_accordion.scss */
.p-accordion__icon {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 3.12vw;
  bottom: 0;
  margin: auto;
  background: none;
  border: 1px solid; }
  @media screen and (min-width: 1024px) {
    /* line 108, object/component/_accordion.scss */
    .p-accordion__icon {
      width: 45px;
      height: 45px; } }
  @media screen and (min-width: 1200px) {
    /* line 108, object/component/_accordion.scss */
    .p-accordion__icon {
      width: 60px;
      height: 60px; } }
  /* line 130, object/component/_accordion.scss */
  .p-accordion__icon::before, .p-accordion__icon::after {
    content: '';
    width: 12px;
    height: 1px;
    display: block;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: transform .3s, background .3s; }
    @media screen and (min-width: 1024px) {
      /* line 130, object/component/_accordion.scss */
      .p-accordion__icon::before, .p-accordion__icon::after {
        width: 18px; } }
    @media screen and (min-width: 1200px) {
      /* line 130, object/component/_accordion.scss */
      .p-accordion__icon::before, .p-accordion__icon::after {
        width: 24px; } }
  /* line 151, object/component/_accordion.scss */
  .p-accordion__icon::before {
    transform: rotate(90deg); }
  /* line 156, object/component/_accordion.scss */
  .-open .p-accordion__icon {
    background: #000; }
    /* line 160, object/component/_accordion.scss */
    .-open .p-accordion__icon::before {
      background: #FFF;
      transform: rotate(0); }
    /* line 164, object/component/_accordion.scss */
    .-open .p-accordion__icon::after {
      background: #FFF; }
/* line 171, object/component/_accordion.scss */
.p-accordion__conts {
  padding: 5vw;
  display: none;
  background: #fff; }
  @media screen and (min-width: 768px) {
    /* line 171, object/component/_accordion.scss */
    .p-accordion__conts {
      padding: 3.12vw; } }

/*
  Button
*/
/* line 6, object/component/_button.scss */
.c-hamburger {
  position: fixed;
  top: 3.12vw;
  right: 3.12vw;
  z-index: 10000;
  position: fixed;
  background: none;
  border: none;
  padding: 0;
  width: 10vw;
  height: 9vw;
  display: flex;
  z-index: 10000;
  cursor: pointer;
  transform-origin: center top;
  max-width: 50px; }
  @media screen and (min-width: 768px) {
    /* line 6, object/component/_button.scss */
    .c-hamburger {
      width: 6.24vw;
      height: 6.24vw;
      top: 3.12vw;
      right: 3.12vw; } }
  @media screen and (min-width: 1024px) {
    /* line 6, object/component/_button.scss */
    .c-hamburger {
      top: 3.12vw;
      width: 50px;
      height: 50px; } }
  /* line 38, object/component/_button.scss */
  .c-hamburger svg {
    transition: opacity 1s, filter 1s;
    margin: auto;
    width: 100%;
    height: auto; }
  /* line 43, object/component/_button.scss */
  .c-hamburger::before, .c-hamburger::after {
    content: '';
    width: 36px;
    height: 3px;
    background: url(../img/common/hamburger-close.svg) no-repeat center center/contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    filter: blur(5px);
    transition: opacity 1s, filter 1s; }
    @media screen and (min-width: 1024px) {
      /* line 43, object/component/_button.scss */
      .c-hamburger::before, .c-hamburger::after {
        width: 48px;
        height: 4px; } }
  /* line 58, object/component/_button.scss */
  .c-hamburger::before {
    transform: rotate(45deg); }
  /* line 61, object/component/_button.scss */
  .c-hamburger::after {
    transform: rotate(-45deg); }
  /* line 67, object/component/_button.scss */
  .c-hamburger.-open::before, .c-hamburger.-open::after {
    opacity: 1;
    filter: blur(0);
    transition: opacity 1s 0.5s, filter 1s 0.5s; }
  /* line 76, object/component/_button.scss */
  .c-hamburger.-open svg {
    transform: scale(1, 1.5) translateY(-10px);
    opacity: 0;
    filter: blur(5px);
    transition: transform 1s, opacity .8s, filter 1s;
    transform-origin: center bottom; }

/* line 88, object/component/_button.scss */
.l-header.--white .c-hamburger svg {
  fill: #FFF; }

/* line 91, object/component/_button.scss */
.c-btn-plain {
  padding-top: 1px;
  letter-spacing: 0.05em; }
  /* line 94, object/component/_button.scss */
  .c-btn-plain__icon {
    width: 1.5em;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
    fill: currentColor;
    margin-top: -1px; }

/* line 105, object/component/_button.scss */
.c-btn-ellipse {
  text-align: center;
  width: 140px;
  height: 48px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative; }
  @media screen and (min-width: 768px) {
    /* line 105, object/component/_button.scss */
    .c-btn-ellipse {
      width: 220px;
      height: 75px; } }
  /* line 120, object/component/_button.scss */
  .c-btn-ellipse span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/common/btn-line.svg) no-repeat center center/100% auto; }
  @media screen and (min-width: 768px) {
    /* line 127, object/component/_button.scss */
    .c-btn-ellipse.--left {
      margin-left: 0; } }
  /* line 134, object/component/_button.scss */
  .c-btn-ellipse.--white span {
    background-image: url(../img/common/btn-line-white.svg);
    color: #fff; }

/* line 140, object/component/_button.scss */
.c-btn-right {
  float: right;
  font-size: .8em; }

/*# sourceMappingURL=_button.css.map */
/* line 148, object/component/_button.scss */
.c-hamburger {
  transition: transform 0.1s;
  transform: scale(1); }

/* line 149, object/component/_button.scss */
.c-btn--mealmenu {
  transition: transform 0.1s; }

/* line 150, object/component/_button.scss */
.p-enkai__course__pdf a {
  display: block; }
  /* line 151, object/component/_button.scss */
  .p-enkai__course__pdf a .p-enkai__course__pdf__icon,
  .p-enkai__course__pdf a .p-enkai__course__pdf__cover {
    transition: transform 0.1s; }

@media screen and (min-width: 769px) {
  /* line 156, object/component/_button.scss */
  .l-header.--white .l-header__menu__guide:hover {
    background: #c2e2e1;
    color: #000;
    border: 1px solid #c2e2e1; }

  /* line 157, object/component/_button.scss */
  .l-header.--white.-open .l-header__menu__guide:hover,
  .l-header__menu__guide:hover {
    background: #c2e2e1;
    color: #000;
    border: 1px solid #c2e2e1; }

  /* line 160, object/component/_button.scss */
  .l-footer__nav__menu > li:hover,
  .l-header .p-head-drawer__main-navi__list > li a:hover,
  .l-header .p-head-drawer__sub-navi__list > li a:hover {
    opacity: 0.5; }

  /* line 164, object/component/_button.scss */
  .l-footer__nav__menu > li:hover::before,
  .l-header .p-head-drawer__main-navi__list > li a:hover span::before,
  .l-header .p-head-drawer__sub-navi__list > li a:hover span::before {
    transform: translateX(25%);
    transition: 0.3s ease-out; }

  /* line 167, object/component/_button.scss */
  .l-header .c-hamburger svg {
    transition: 0.5s; }

  /* line 168, object/component/_button.scss */
  .l-header .c-hamburger:hover {
    transform: scale(1.05);
    transition: transform 0.2s; }

  /* line 169, object/component/_button.scss */
  .l-header .c-hamburger:hover svg {
    fill: #c2e2e1;
    transition: 2s; }

  /* line 170, object/component/_button.scss */
  .l-header.--white .c-hamburger:hover svg {
    fill: #c2e2e1;
    transition: 2s; }

  /* line 172, object/component/_button.scss */
  .c-btn--mealmenu:hover {
    transform: scale(1.05);
    transition: transform 0.2s; }

  /* line 173, object/component/_button.scss */
  .p-enkai__course__pdf a:hover .p-enkai__course__pdf__icon {
    transform: scale(1.05);
    transition: transform 0.2s; }

  /* line 174, object/component/_button.scss */
  .p-enkai__course__pdf a:hover .p-enkai__course__pdf__cover {
    transform: translateY(-5%);
    transition: transform 0.2s; } }
/* line 177, object/component/_button.scss */
.pagelist a {
  display: flex;
  flex-wrap: wrap; }

/* line 178, object/component/_button.scss */
.pagelist a .c-title-section--sub {
  display: block;
  width: 100%; }

@media screen and (min-width: 769px) {
  /* line 181, object/component/_button.scss */
  .pagelist a:hover {
    opacity: 0.75; }

  /* line 182, object/component/_button.scss */
  .c-btn-plain:hover {
    opacity: 0.75; } }
/* line 185, object/component/_button.scss */
.c-btn-ellipse::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(194, 226, 225, 0);
  border-radius: 50%;
  z-index: 0; }

/* line 186, object/component/_button.scss */
.c-btn-ellipse.--white::after {
  background: rgba(194, 226, 225, 0); }

/* line 188, object/component/_button.scss */
.c-btn-ellipse span {
  color: #000; }

/* line 189, object/component/_button.scss */
.c-btn-ellipse svg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2; }

@media screen and (min-width: 769px) {
  /* line 192, object/component/_button.scss */
  .c-btn-ellipse:hover::after {
    background: #c2e2e1; }

  /* line 193, object/component/_button.scss */
  .c-btn-ellipse:hover span {
    color: #000; }

  /* line 194, object/component/_button.scss */
  .c-btn-ellipse.--white:hover::after {
    background: #c2e2e1; }

  /* line 195, object/component/_button.scss */
  .c-btn-ellipse.--white:hover span {
    color: #000; } }
/* line 200, object/component/_button.scss */
.p-home-reading.--meal .patchwrap- .patch .p-home__img--campaign {
  transform: scale(1);
  transition: transform 0.2s; }

@media screen and (min-width: 769px) {
  /* line 203, object/component/_button.scss */
  .p-home-reading.--meal .patchwrap- .patch:hover .p-home__img--campaign {
    transform: scale(1.05);
    transition: transform 0.2s; }

  /* line 204, object/component/_button.scss */
  .p-home__trivia__more .comment-wrap {
    transform: translateX(50%) scale(1);
    transition: transform 0.2s; }

  /* line 205, object/component/_button.scss */
  .p-home__trivia__more:hover .comment-wrap {
    transform: translateX(50%) scale(1.05);
    transition: transform 0.2s; }

  /* line 206, object/component/_button.scss */
  .p-todays-info__today:hover {
    background: #931e15;
    transition: background 0.2s; }

  /* line 207, object/component/_button.scss */
  .p-home__today__now:hover {
    background: #931e15;
    transition: background 0.2s; } }
/*
  Card
*/
/* line 6, object/component/_card.scss */
.p-card {
  /*simple*/ }
  /* line 9, object/component/_card.scss */
  .p-card-simple {
    position: relative; }
    /* line 11, object/component/_card.scss */
    .p-card-simple__text {
      line-height: 150%;
      margin: 1em 0 1em; }

/* line 32, object/component/_card.scss */
.c-card--simple {
  position: relative; }

/* line 3, object/component/_list.scss */
.c-list > li {
  padding-left: 0em; }
/* line 6, object/component/_list.scss */
.c-list > li + li {
  margin-top: .5em; }
/* line 9, object/component/_list.scss */
.c-list > li::before {
  content: '';
  width: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-left: -1em;
  width: 1em; }
/* line 19, object/component/_list.scss */
.c-list--dot > li::before {
  content: '・'; }
/* line 26, object/component/_list.scss */
.c-list--asterisk > li::before {
  content: '※'; }

/* line 34, object/component/_list.scss */
.c-list-dl {
  border-top: 1px solid #6bbfbd;
  /* width img*/ }
  /* line 39, object/component/_list.scss */
  .c-list-dl__item {
    padding: 1em 0;
    border-bottom: 1px solid #6bbfbd; }
    @media screen and (min-width: 768px) {
      /* line 39, object/component/_list.scss */
      .c-list-dl__item {
        padding: 1.5em 0;
        display: flex;
        justify-content: space-between;
        justify-content: left; } }
  /* line 51, object/component/_list.scss */
  .c-list-dl__term {
    font-size: 1.0625rem;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: .5em; }
    @media screen and (min-width: 768px) {
      /* line 51, object/component/_list.scss */
      .c-list-dl__term {
        width: 15rem;
        margin-right: 3.12vw; } }
  /* line 63, object/component/_list.scss */
  .c-list-dl__desc {
    padding-bottom: 1em; }
    @media screen and (min-width: 768px) {
      /* line 63, object/component/_list.scss */
      .c-list-dl__desc {
        width: calc(100% - 15rem - 3.12vw);
        max-width: 50rem;
        line-height: 200%;
        padding-bottom: 0; } }
  /* line 77, object/component/_list.scss */
  .c-list-dl-img {
    border-top: 1px solid #6bbfbd; }
    /* line 80, object/component/_list.scss */
    .c-list-dl-img .c-list-dl__term-img {
      text-align: center; }
      @media screen and (min-width: 768px) {
        /* line 80, object/component/_list.scss */
        .c-list-dl-img .c-list-dl__term-img {
          width: 15%;
          margin-right: 3.12vw;
          max-width: 120px;
          padding: 0; } }
    /* line 91, object/component/_list.scss */
    .c-list-dl-img .c-list-dl__term {
      margin-top: 1em; }
      @media screen and (min-width: 768px) {
        /* line 91, object/component/_list.scss */
        .c-list-dl-img .c-list-dl__term {
          max-width: 15rem;
          margin: 0;
          margin-right: 3.12vw; } }
    @media screen and (min-width: 768px) {
      /* line 101, object/component/_list.scss */
      .c-list-dl-img .c-list-dl__desc {
        width: calc(85% - 15rem - 6.24vw);
        max-width: 40rem;
        padding-bottom: 0; } }

/* line 113, object/component/_list.scss */
.c-list-dl--plain > dt {
  width: 5em;
  float: left;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph; }
/* line 120, object/component/_list.scss */
.c-list-dl--plain > dd {
  padding-left: 7em;
  margin-bottom: 1em; }
/* line 124, object/component/_list.scss */
.c-list-dl--plain.-line {
  border-top: 1px solid #6bbfbd; }
  /* line 126, object/component/_list.scss */
  .c-list-dl--plain.-line > dt {
    padding-top: 1em;
    padding-bottom: 1em; }
  /* line 127, object/component/_list.scss */
  .c-list-dl--plain.-line > dd {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #6bbfbd; }

/* line 133, object/component/_list.scss */
.c-pricelist__item {
  display: flex;
  justify-content: space-between;
  background: #E2F0ED;
  padding: 1em; }
  /* line 139, object/component/_list.scss */
  .c-pricelist__item + .c-pricelist__item {
    margin-top: 2px; }
/* line 143, object/component/_list.scss */
.c-pricelist__price {
  width: 6em;
  text-align: right;
  margin-left: auto; }
  /* line 147, object/component/_list.scss */
  .c-pricelist__price + .c-pricelist__price {
    margin-left: 1em; }
/* line 151, object/component/_list.scss */
.c-pricelist__head {
  display: flex; }
  /* line 153, object/component/_list.scss */
  .c-pricelist__head .c-pricelist__price {
    text-align: center; }

/* line 3, object/component/_table.scss */
.c-table {
  width: 100%;
  border-top: 1px solid #6BBFBD; }
  @media screen and (min-width: 768px) {
    /* line 3, object/component/_table.scss */
    .c-table {
      table-layout: fixed; } }
  /* line 10, object/component/_table.scss */
  .c-table tr {
    display: block;
    font-weight: normal;
    width: 100%; }
    @media screen and (min-width: 768px) {
      /* line 10, object/component/_table.scss */
      .c-table tr {
        display: table-row; } }
  /* line 19, object/component/_table.scss */
  .c-table th, .c-table td {
    display: block;
    font-weight: normal;
    width: 100%;
    vertical-align: middle;
    line-height: 150%; }
    @media screen and (min-width: 768px) {
      /* line 19, object/component/_table.scss */
      .c-table th, .c-table td {
        display: table-cell;
        width: auto; } }
  /* line 35, object/component/_table.scss */
  .c-table thead {
    display: none; }
    @media screen and (min-width: 768px) {
      /* line 35, object/component/_table.scss */
      .c-table thead {
        display: table-header-group; } }
    /* line 41, object/component/_table.scss */
    .c-table thead th:first-child {
      background: #E9F2F1; }
    @media screen and (min-width: 768px) {
      /* line 44, object/component/_table.scss */
      .c-table thead th {
        padding: 1em;
        text-align: center;
        border-bottom: 1px solid #6BBFBD; }
        /* line 50, object/component/_table.scss */
        .c-table thead th:nth-child(n + 2) {
          border-left: 1px solid #6BBFBD; } }
  /* line 58, object/component/_table.scss */
  .c-table tbody th {
    background: #E9F2F1;
    text-align: center;
    border-bottom: 1px solid #6BBFBD;
    padding: 1em; }
    @media screen and (min-width: 768px) {
      /* line 58, object/component/_table.scss */
      .c-table tbody th {
        text-align: left; } }
    /* line 67, object/component/_table.scss */
    .c-table tbody th span {
      display: block;
      line-height: 130%; }
  /* line 73, object/component/_table.scss */
  .c-table tbody td {
    border-bottom: 1px solid #6BBFBD;
    padding: 1em;
    display: flex;
    justify-content: space-between;
    font-size: 1.0625rem; }
    @media screen and (min-width: 768px) {
      /* line 73, object/component/_table.scss */
      .c-table tbody td {
        display: table-cell;
        text-align: center;
        border-left: 1px solid #6BBFBD; } }
    /* line 86, object/component/_table.scss */
    .c-table tbody td::before {
      content: attr(data-label);
      font-size: 0.875rem; }
      @media screen and (min-width: 768px) {
        /* line 86, object/component/_table.scss */
        .c-table tbody td::before {
          display: none; } }

/* line 2, object/component/_title.scss */
.c-page-title {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: .02em;
  padding: 30vw 0 10vw;
  position: relative;
  /*
  &::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/common/page-main-steam.png) repeat-x center bottom / 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    animation: mokumoku 10s infinite linear;
  }
  */ }
  @media screen and (min-width: 768px) {
    /* line 2, object/component/_title.scss */
    .c-page-title {
      padding-top: 20vw;
      padding-bottom: 2em; } }
  @media screen and (min-width: 1200px) {
    /* line 2, object/component/_title.scss */
    .c-page-title {
      font-size: 2.25rem;
      padding-top: 15.6vw;
      padding-bottom: 6.24vw; } }
  /* line 21, object/component/_title.scss */
  .c-page-title__subtitle {
    display: block;
    font-size: .6em; }

@keyframes mokumoku {
  0% {
    transform: scale(1.2); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }
/* line 49, object/component/_title.scss */
.c-title-section {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  letter-spacing: .02em;
  font-weight: bold;
  line-height: 1.6em;
  /*.c-title-section--small*/ }
  @media screen and (min-width: 768px) {
    /* line 49, object/component/_title.scss */
    .c-title-section {
      font-size: 1.625rem;
      margin-bottom: 2rem; } }
  @media screen and (min-width: 1200px) {
    /* line 49, object/component/_title.scss */
    .c-title-section {
      font-size: 2rem;
      margin-bottom: calc(3.12vw / 2); } }
  /* line 67, object/component/_title.scss */
  .c-title-section--sub {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    line-height: 1.75em; }
    /* line 72, object/component/_title.scss */
    .c-title-section--sub:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      /* line 67, object/component/_title.scss */
      .c-title-section--sub {
        font-size: 1.25rem; } }
    @media screen and (min-width: 1200px) {
      /* line 67, object/component/_title.scss */
      .c-title-section--sub {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        line-height: 1.6em; } }
  /* line 86, object/component/_title.scss */
  .c-title-section--small {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: .5em;
    font-size: 1rem; }
    @media screen and (min-width: 1200px) {
      /* line 86, object/component/_title.scss */
      .c-title-section--small {
        font-size: 1rem; } }
  /* line 95, object/component/_title.scss */
  .c-title-section .-small {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0em;
    display: block;
    line-height: 1em;
    padding-top: 0.25em;
    font-size: 0.75rem; }
    @media screen and (min-width: 1200px) {
      /* line 95, object/component/_title.scss */
      .c-title-section .-small {
        font-size: 0.875rem; } }
  /* line 108, object/component/_title.scss */
  .c-title-section--medium {
    font-size: 1.5rem; }

/* line 115, object/component/_title.scss */
.c-title--owl::before {
  content: '';
  width: 9vw;
  height: 15vw;
  display: block;
  background: url(../img/illust/fukurou_01.png) no-repeat center center/contain;
  margin: 0 auto 0.25em; }
  @media screen and (min-width: 768px) {
    /* line 115, object/component/_title.scss */
    .c-title--owl::before {
      width: 6vw;
      height: 10vw; } }
  @media screen and (min-width: 1024px) {
    /* line 115, object/component/_title.scss */
    .c-title--owl::before {
      width: 3vw;
      height: 5vw; } }
/* line 132, object/component/_title.scss */
.c-title--owl.--owl1::before {
  background: url(../img/illust/fukurou_01.png) no-repeat center center/contain; }
/* line 133, object/component/_title.scss */
.c-title--owl.--owl2::before {
  background: url(../img/illust/fukurou_02.png) no-repeat center center/contain; }
/* line 134, object/component/_title.scss */
.c-title--owl.--owl3::before {
  background: url(../img/illust/fukurou_03.png) no-repeat center center/contain; }
/* line 135, object/component/_title.scss */
.c-title--owl.--owl4::before {
  background: url(../img/illust/fukurou_04.png) no-repeat center center/contain; }
/* line 136, object/component/_title.scss */
.c-title--owl.--owl5::before {
  background: url(../img/illust/fukurou_05.png) no-repeat center center/contain; }
/* line 137, object/component/_title.scss */
.c-title--owl.--owl6::before {
  background: url(../img/illust/fukurou_06.png) no-repeat center center/contain; }
/* line 138, object/component/_title.scss */
.c-title--owl.--owl7::before {
  background: url(../img/illust/fukurou_07.png) no-repeat center center/contain; }
/* line 139, object/component/_title.scss */
.c-title--owl.--owl8::before {
  background: url(../img/illust/fukurou_08.png) no-repeat center center/contain; }

/*主要ページのタイトル*/
/* line 143, object/component/_title.scss */
.c-page-title--l {
  color: #FFF;
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center; }
  /* line 151, object/component/_title.scss */
  .c-page-title--l.--environment {
    background: url("../img/environment/main.jpg") no-repeat center 90%/cover; }
  /* line 154, object/component/_title.scss */
  .c-page-title--l.--spring {
    background: url("../img/spring/main.jpg") no-repeat 50% 30%/cover; }
  /* line 157, object/component/_title.scss */
  .c-page-title--l.--facility {
    background: url("../img/facility/main.jpg") no-repeat center 100%/cover; }
  /* line 160, object/component/_title.scss */
  .c-page-title--l.--meal {
    background: url("../img/meal/main.jpg") no-repeat center 100%/cover; }
  /* line 166, object/component/_title.scss */
  .c-page-title--l__title {
    font-size: 1.5rem;
    color: #FFF;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.25em; }
    @media screen and (min-width: 768px) {
      /* line 166, object/component/_title.scss */
      .c-page-title--l__title {
        font-size: 1.75rem; } }
    @media screen and (min-width: 1024px) {
      /* line 166, object/component/_title.scss */
      .c-page-title--l__title {
        font-size: 2rem; } }
    @media screen and (min-width: 1200px) {
      /* line 166, object/component/_title.scss */
      .c-page-title--l__title {
        font-size: 2.25rem; } }

/* line 178, object/component/_title.scss */
.-underline {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #6bbfbd; }

/* line 2, object/component/_text.scss */
.c-text--s {
  font-size: 0.8125rem; }

/* line 6, object/component/_text.scss */
.c-text--center {
  text-align: center; }

/* line 10, object/component/_text.scss */
.c-lead {
  font-size: 1.25rem;
  text-align: center;
  line-height: 160%;
  letter-spacing: .02em;
  margin-bottom: 1rem; }
  @media screen and (min-width: 768px) {
    /* line 10, object/component/_text.scss */
    .c-lead {
      font-size: 1.5rem;
      margin-bottom: 2rem; } }
  @media screen and (min-width: 1024px) {
    /* line 10, object/component/_text.scss */
    .c-lead {
      font-size: 2.25rem; } }

/* line 28, object/component/_text.scss */
.c-text--icon__icon {
  display: inline-block;
  width: auto;
  height: 1em;
  margin-right: .5em;
  vertical-align: middle; }

/* CSS Document */
/* line 2, object/component/_image.scss */
.swiper {
  width: 100%;
  height: 100%;
  display: block; }

/* line 3, object/component/_image.scss */
.swiper-slide > img {
  object-fit: cover;
  /* IE: not support */
  width: 100%;
  height: 100%; }

/* line 9, object/component/_image.scss */
.c-img-window {
  width: 100%;
  height: 0;
  padding-bottom: 58.2%;
  position: relative;
  overflow: hidden; }
  /* line 16, object/component/_image.scss */
  .c-img-window .img {
    max-width: none;
    /*width: auto;
    height: 130%;*/
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    bottom: 0%;
    margin: auto;
    margin-left: -50%;
    /*&[data-rellax-speed="-1"] {
      min-height: 120%;
    }
    &[data-rellax-speed="-2"] {
      min-height: 130%;
    }
    &[data-rellax-speed="-3"] {
      min-height: 150%;
    }*/ }

/* line 41, object/component/_image.scss */
.c-slide-window {
  position: relative; }
  /* line 44, object/component/_image.scss */
  .c-slide-window .swiper-pagination {
    position: absolute;
    bottom: 0.5rem;
    left: 1rem;
    margin: auto; }
    @media screen and (min-width: 1024px) {
      /* line 44, object/component/_image.scss */
      .c-slide-window .swiper-pagination {
        left: 1rem;
        right: inherit;
        bottom: 1rem; } }
  /* line 53, object/component/_image.scss */
  .c-slide-window .swiper-pagination-bullet {
    margin: 0 5px;
    background: #FFF; }

/* line 60, object/component/_image.scss */
.p-reading.-reverse .c-slide-window .swiper-pagination {
  left: auto;
  right: 1rem; }

/* line 69, object/component/_image.scss */
.c-img-ellipse img {
  width: 100%;
  max-width: inherit;
  margin-left: 0%;
  height: auto; }
  @media screen and (min-width: 1024px) {
    /* line 69, object/component/_image.scss */
    .c-img-ellipse img {
      width: 120%;
      margin-left: -10%; } }
  @media screen and (min-width: 1200px) {
    /* line 69, object/component/_image.scss */
    .c-img-ellipse img {
      width: 140%;
      margin-left: -20%; } }

/*
  3.2 - Project
-----------------------------------------------------*/
/* CSS Document */
/* line 2, object/project/_home.scss */
body.home {
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  /* line 6, object/project/_home.scss */
  body.home.-loaded {
    height: auto;
    overflow: auto; }
  /* line 10, object/project/_home.scss */
  body.home .l-main {
    overflow-x: unset; }
  /* line 13, object/project/_home.scss */
  body.home .l-header .p-head-logo .-inner {
    padding-top: 100%; }
  /* line 14, object/project/_home.scss */
  body.home .l-header .p-head-logo .-inner .p-head-logo__img {
    bottom: 50%;
    transform: translateX(-50%) translateY(50%); }

/**/
/* line 19, object/project/_home.scss */
.moverea {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2; }
  @media screen and (min-width: 768px) {
    /* line 19, object/project/_home.scss */
    .moverea {
      height: 160vh; } }
  /* line 23, object/project/_home.scss */
  .moverea .c-page-title--l {
    height: 100vh; }

/* line 26, object/project/_home.scss */
.p-home__movie-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

/* line 29, object/project/_home.scss */
.p-home__movie {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  /*right: 0; bottom: 0;*/
  margin: auto;
  overflow: hidden;
  z-index: 0;
  background: url("../img/home/sp_main.jpg") no-repeat center;
  background-size: cover; }
  /* line 41, object/project/_home.scss */
  .p-home__movie::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    opacity: .3;
    transition: opacity .5s; }
  /* line 49, object/project/_home.scss */
  .p-home__movie__video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    display: none; }
    @media screen and (min-width: 768px) {
      /* line 49, object/project/_home.scss */
      .p-home__movie__video {
        display: block; } }
    /* line 61, object/project/_home.scss */
    .p-home__movie__video.--sp-video {
      display: block; }
      @media screen and (min-width: 768px) {
        /* line 61, object/project/_home.scss */
        .p-home__movie__video.--sp-video {
          display: none; } }

/* line 71, object/project/_home.scss */
.portrait .p-home__movie__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%; }
  /* line 73, object/project/_home.scss */
  .portrait .p-home__movie__video.--pc-video {
    display: none; }
  /* line 74, object/project/_home.scss */
  .portrait .p-home__movie__video.--sp-video {
    display: block;
    width: 100%;
    height: auto; }
/* line 76, object/project/_home.scss */
.portrait .p-home__today__jyuppukuday {
  width: 20%;
  left: 1vw;
  top: -15vw;
  max-width: 60px;
  transform: translateX(16%) translateY(-110%) rotate(0deg);
  transition: 0.5s 1s; }
  @media screen and (min-width: 768px) {
    /* line 76, object/project/_home.scss */
    .portrait .p-home__today__jyuppukuday {
      width: 38%;
      left: 1vw;
      top: 0vw;
      max-width: 80px;
      transform: translateX(-120%) translateY(-30%) rotate(-23deg); } }
  @media screen and (min-width: 1024px) {
    /* line 76, object/project/_home.scss */
    .portrait .p-home__today__jyuppukuday {
      width: 38%;
      left: 0;
      top: 0;
      transform: translateX(-130%) translateY(-20%) rotate(-23deg); } }

/* line 93, object/project/_home.scss */
.landscape .p-home__movie__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%; }
  /* line 95, object/project/_home.scss */
  .landscape .p-home__movie__video.--pc-video {
    display: block;
    width: 100%;
    height: auto; }
  /* line 96, object/project/_home.scss */
  .landscape .p-home__movie__video.--sp-video {
    display: none; }

/**/
/* line 102, object/project/_home.scss */
.p-home__front {
  position: relative;
  z-index: 2; }

/* line 106, object/project/_home.scss */
.p-home__front__bg {
  position: relative;
  overflow: hidden; }

/* line 110, object/project/_home.scss */
.p-home__mainvisual {
  z-index: 1;
  position: relative;
  padding-bottom: 20vw; }
  @media screen and (min-width: 768px) {
    /* line 110, object/project/_home.scss */
    .p-home__mainvisual {
      position: absolute;
      left: 0;
      top: 0;
      padding-bottom: 0; } }

/* line 124, object/project/_home.scss */
.p-home__today {
  font-feature-settings: normal;
  position: absolute;
  width: 90%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  text-align: center;
  padding: 1.5rem;
  transform: translate(0%, 50%);
  transition: transform 1s;
  color: #fff; }
  /* line 139, object/project/_home.scss */
  .p-home__today::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: url(../img/home/board.jpg) no-repeat center center/cover;
    z-index: 1; }
  /* line 140, object/project/_home.scss */
  .p-home__today > * {
    position: relative;
    z-index: 2; }
  @media screen and (min-width: 768px) {
    /* line 124, object/project/_home.scss */
    .p-home__today {
      position: fixed;
      transform: translate(0%, 0%);
      width: 230px;
      right: 0;
      bottom: 0;
      left: auto;
      padding: 1.8em 1.25em;
      z-index: 99999; } }
  /* line 155, object/project/_home.scss */
  .p-home__today__date {
    font-size: 0.85rem;
    letter-spacing: 0.1em; }
  /* line 159, object/project/_home.scss */
  .p-home__today__status {
    font-size: 1.85rem;
    line-height: 130%;
    letter-spacing: 0.15em; }
    @media screen and (min-width: 768px) {
      /* line 159, object/project/_home.scss */
      .p-home__today__status {
        font-size: 1.5rem; } }
  /* line 168, object/project/_home.scss */
  .p-home__today__businesshour {
    letter-spacing: 0.1em; }
    /* line 170, object/project/_home.scss */
    .p-home__today__businesshour span {
      display: block;
      font-size: .7em; }
  /* line 176, object/project/_home.scss */
  .p-home__today__now {
    color: #FFF;
    border: none;
    width: 100%;
    background: #000000;
    border-radius: 10px;
    padding: 1em 1em;
    font-size: inherit;
    font-family: inherit;
    margin-top: 1em;
    letter-spacing: .05em;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      /* line 176, object/project/_home.scss */
      .p-home__today__now {
        padding: .5em; } }
  /* line 193, object/project/_home.scss */
  .p-home__today__jyuppukuday {
    width: 20%;
    height: auto;
    position: absolute;
    left: 1vw;
    top: -15vw;
    max-width: 60px;
    transform: translateX(0%) translateY(-100%) rotate(10deg);
    opacity: 1;
    transition: 0.5s 1s; }
    @media screen and (min-width: 768px) {
      /* line 193, object/project/_home.scss */
      .p-home__today__jyuppukuday {
        width: 38%;
        left: 1vw;
        top: 0vw;
        max-width: 80px;
        transform: translateX(-120%) translateY(-30%) rotate(-23deg); } }
    @media screen and (min-width: 1024px) {
      /* line 193, object/project/_home.scss */
      .p-home__today__jyuppukuday {
        width: 38%;
        left: 0;
        top: 0;
        transform: translateX(-130%) translateY(-20%) rotate(-23deg); } }
  /* line 208, object/project/_home.scss */
  .p-home__today__owl {
    display: none;
    z-index: 0; }
    @media screen and (min-width: 768px) {
      /* line 208, object/project/_home.scss */
      .p-home__today__owl {
        display: block;
        width: 35%;
        position: absolute;
        left: 0;
        bottom: 0;
        margin-left: -25%; } }
    /* line 220, object/project/_home.scss */
    .p-home__today__owl.--pc.--front {
      z-index: 4;
      margin-left: -28%;
      transform: translateX(0%) translateY(0%);
      opacity: 1;
      transition: transform 0.3s cubic-bezier(0.39, 0.58, 0.57, 1) 1s, opacity 0.3s 1.2s; }
    /* line 227, object/project/_home.scss */
    .p-home__today__owl.--pc.--back {
      transform: translateX(0%);
      transition: transform 0.5s cubic-bezier(0.13, 0.83, 0.53, 1.08) 0.5s; }
    /* line 233, object/project/_home.scss */
    .p-home__today__owl.--sp {
      display: block;
      position: absolute;
      left: 0;
      width: 25%;
      bottom: 100%;
      margin-bottom: -16%; }
      /* line 240, object/project/_home.scss */
      .p-home__today__owl.--sp.--front {
        z-index: 100; }
      @media screen and (min-width: 768px) {
        /* line 233, object/project/_home.scss */
        .p-home__today__owl.--sp {
          display: none; } }
  @media screen and (min-width: 768px) {
    /* line 251, object/project/_home.scss */
    .p-home__today.-leave {
      transform: translateY(150%);
      transition: transform .5s; }
      /* line 255, object/project/_home.scss */
      .p-home__today.-leave .p-home__today__owl.--pc.--front {
        transform: translateX(-20%) translateY(20%);
        opacity: 0;
        transition: transform .5s .1s,opacity .1s 0s; }
      /* line 256, object/project/_home.scss */
      .p-home__today.-leave .p-home__today__owl.--pc.--back {
        transform: translateX(100%);
        transition: transform .5s .0s; }
      /* line 257, object/project/_home.scss */
      .p-home__today.-leave .p-home__today__jyuppukuday {
        opacity: 0;
        transition: 0.5s; } }

/* line 267, object/project/_home.scss */
.p-home__environment {
  color: #FFF;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  opacity: 1;
  transition: opacity .3s;
  padding: 75vw 0 50vw; }
  @media screen and (min-width: 768px) {
    /* line 267, object/project/_home.scss */
    .p-home__environment {
      position: absolute;
      height: 100%;
      left: 0;
      top: 0;
      padding: 0; } }
  @media screen and (min-width: 768px) {
    /* line 283, object/project/_home.scss */
    .p-home__environment .-fix {
      position: sticky;
      top: 0;
      display: flex;
      width: 100%;
      min-height: 100vh; } }
  @media screen and (min-width: 768px) {
    /* line 287, object/project/_home.scss */
    .p-home__environment__inner {
      margin: auto;
      display: flex;
      justify-content: space-between;
      position: relative; } }
  /* line 297, object/project/_home.scss */
  .p-home__environment__text {
    line-height: 200%;
    letter-spacing: .1em; }
    @media screen and (min-width: 768px) {
      /* line 297, object/project/_home.scss */
      .p-home__environment__text {
        font-size: 1.25rem; } }
    @media screen and (min-width: 1024px) {
      /* line 297, object/project/_home.scss */
      .p-home__environment__text {
        line-height: 300%; } }
  @media screen and (min-width: 768px) {
    /* line 307, object/project/_home.scss */
    .p-home__environment__more {
      position: absolute;
      bottom: 0em;
      left: 0;
      margin: auto;
      transform: translateY(3.12vw); } }
  @media screen and (min-width: 1024px) {
    /* line 307, object/project/_home.scss */
    .p-home__environment__more {
      transform: translateY(0); } }

/* line 323, object/project/_home.scss */
.p-reading.p-home-reading .p-reading__text {
  padding-top: 0;
  margin-top: calc(3.12vw * 3);
  position: relative;
  z-index: 2;
  /* padding-left: 10%;
   padding-right: 10%;
   padding-bottom: 5vw;*/
  padding: 0vw 6.24vw 0 6.24vw; }
  @media screen and (min-width: 768px) {
    /* line 323, object/project/_home.scss */
    .p-reading.p-home-reading .p-reading__text {
      margin-top: calc(3.12vw * 2); } }
  @media screen and (min-width: 1024px) {
    /* line 323, object/project/_home.scss */
    .p-reading.p-home-reading .p-reading__text {
      margin-top: 0;
      padding: 0 6.24vw 0 6.24vw; } }
  /* line 339, object/project/_home.scss */
  .p-reading.p-home-reading .p-reading__text .c-title-section {
    margin-bottom: 1rem;
    font-size: 1.625rem; }
    @media screen and (min-width: 768px) {
      /* line 339, object/project/_home.scss */
      .p-reading.p-home-reading .p-reading__text .c-title-section {
        font-size: 2rem; } }
    @media screen and (min-width: 1024px) {
      /* line 339, object/project/_home.scss */
      .p-reading.p-home-reading .p-reading__text .c-title-section {
        font-size: 2.5rem; } }
/* line 349, object/project/_home.scss */
.p-reading.p-home-reading.-reverse .p-reading__text {
  padding: 0vw 6.24vw 0 6.24vw; }
  @media screen and (min-width: 1024px) {
    /* line 349, object/project/_home.scss */
    .p-reading.p-home-reading.-reverse .p-reading__text {
      padding-top: 0;
      padding: 0 6.24vw 0 6.24vw; } }
/* line 358, object/project/_home.scss */
.p-reading.p-home-reading .p-home__title-owl {
  display: block;
  width: 25vw;
  height: auto;
  max-width: 250px;
  z-index: 10;
  position: absolute; }
  @media screen and (min-width: 768px) {
    /* line 358, object/project/_home.scss */
    .p-reading.p-home-reading .p-home__title-owl {
      width: 20vw;
      margin-top: 0;
      margin-left: 0; } }
  @media screen and (min-width: 1024px) {
    /* line 358, object/project/_home.scss */
    .p-reading.p-home-reading .p-home__title-owl {
      width: 20vw; } }
  /* line 374, object/project/_home.scss */
  .p-reading.p-home-reading .p-home__title-owl.--right {
    position: absolute;
    right: 0;
    bottom: 0; }
    @media screen and (min-width: 768px) {
      /* line 374, object/project/_home.scss */
      .p-reading.p-home-reading .p-home__title-owl.--right {
        margin-left: 0; } }
/* line 384, object/project/_home.scss */
.p-reading.p-home-reading .c-title-section--sub br {
  display: none; }
  @media screen and (min-width: 768px) {
    /* line 384, object/project/_home.scss */
    .p-reading.p-home-reading .c-title-section--sub br {
      display: block; } }

/* line 397, object/project/_home.scss */
.p-home-reading.--meal .p-home__title-owl {
  transform: translateX(21%) translateY(31%); }
  @media screen and (min-width: 768px) {
    /* line 397, object/project/_home.scss */
    .p-home-reading.--meal .p-home__title-owl {
      transform: translateX(35%) translateY(30%);
      position: absolute;
      right: 0;
      bottom: 0; } }
  @media screen and (min-width: 1024px) {
    /* line 397, object/project/_home.scss */
    .p-home-reading.--meal .p-home__title-owl {
      transform: translateX(30%) translateY(24%); } }
/* line 407, object/project/_home.scss */
.p-home-reading.--meal .patchwrap- {
  position: relative; }
  /* line 409, object/project/_home.scss */
  .p-home-reading.--meal .patchwrap- .patch {
    width: 70%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(80%, 50%); }
    /* line 411, object/project/_home.scss */
    .p-home-reading.--meal .patchwrap- .patch .-inner {
      display: block;
      width: 100%;
      padding-top: 100%;
      position: relative; }
      /* line 413, object/project/_home.scss */
      .p-home-reading.--meal .patchwrap- .patch .-inner img {
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        top: 0; }
  @media screen and (min-width: 1024px) {
    /* line 407, object/project/_home.scss */
    .p-home-reading.--meal .patchwrap- {
      position: absolute; }
      /* line 419, object/project/_home.scss */
      .p-home-reading.--meal .patchwrap- .patch {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        bottom: inherit;
        left: 0;
        right: inherit;
        transform: translateX(-90%) translateY(0%); }
        /* line 428, object/project/_home.scss */
        .p-home-reading.--meal .patchwrap- .patch img {
          width: 100%;
          height: auto; } }
/* line 434, object/project/_home.scss */
.p-home-reading.--spring .p-home__title-owl {
  transform: translateX(-20%) translateY(-75%); }
@media screen and (min-width: 768px) {
  /* line 436, object/project/_home.scss */
  .p-home-reading.--spring .p-home__title-owl {
    transform: translateX(-50%) translateY(-75%); } }
@media screen and (min-width: 1024px) {
  /* line 439, object/project/_home.scss */
  .p-home-reading.--spring .p-home__title-owl {
    transform: translateX(-50%) translateY(-75%); } }
/* line 443, object/project/_home.scss */
.p-home-reading.--facility .p-home__title-owl {
  transform: translateX(-18%) translateY(-65%); }
@media screen and (min-width: 768px) {
  /* line 445, object/project/_home.scss */
  .p-home-reading.--facility .p-home__title-owl {
    transform: translateX(-50%) translateY(-65%); } }
@media screen and (min-width: 1024px) {
  /* line 448, object/project/_home.scss */
  .p-home-reading.--facility .p-home__title-owl {
    transform: translateX(-50%) translateY(-65%); } }

/* line 455, object/project/_home.scss */
.p-home__img {
  overflow: hidden; }
  /* line 457, object/project/_home.scss */
  .p-home__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%; }
  /* line 458, object/project/_home.scss */
  .p-home__img.--spring1 {
    width: 14vw;
    height: 28vw;
    margin-left: -6.24vw;
    margin-top: calc(-3.12vw * 4); }
    /* line 463, object/project/_home.scss */
    .p-home__img.--spring1 img {
      transform: scale(1.3); }
    @media screen and (min-width: 768px) {
      /* line 458, object/project/_home.scss */
      .p-home__img.--spring1 {
        margin-top: calc(3.12vw * 1);
        position: absolute;
        left: 0;
        top: -5vw;
        margin-left: 0;
        transform: translateY(-120%); } }
    @media screen and (min-width: 1024px) {
      /* line 458, object/project/_home.scss */
      .p-home__img.--spring1 {
        position: absolute;
        left: 0;
        top: -10vw;
        margin: auto;
        width: 10vw;
        height: 16vw;
        transform: translateY(0%); } }
  /* line 484, object/project/_home.scss */
  .p-home__img.--spring2 {
    width: 45vw;
    display: table;
    margin: calc(-3.12vw * 2.5) calc(-3.12vw * 2) 0 auto; }
    @media screen and (min-width: 1024px) {
      /* line 484, object/project/_home.scss */
      .p-home__img.--spring2 {
        position: absolute;
        width: 18vw;
        height: 12vw;
        left: 8vw;
        margin: auto;
        margin-top: 5vw; } }
  /* line 498, object/project/_home.scss */
  .p-home__img.--meal1 {
    width: 40vw;
    height: 40vw;
    margin-top: calc(3.12vw * 5);
    margin-left: calc(3.12vw * 2);
    overflow: visible; }
    /* line 501, object/project/_home.scss */
    .p-home__img.--meal1 .-fit {
      overflow: hidden;
      width: 100%;
      height: 100%;
      display: block; }
    @media screen and (min-width: 768px) {
      /* line 498, object/project/_home.scss */
      .p-home__img.--meal1 {
        width: 30vw;
        height: 30vw;
        margin-top: calc(3.12vw * 2); } }
    @media screen and (min-width: 1024px) {
      /* line 498, object/project/_home.scss */
      .p-home__img.--meal1 {
        position: absolute;
        width: 12vw;
        height: 12vw;
        right: 0%;
        left: inherit;
        margin: 0;
        top: calc(-12vw - 1.5rem);
        transform: translateY(0%) translateX(0%); } }
  /* line 517, object/project/_home.scss */
  .p-home__img.--meal2 {
    width: 35vw;
    height: 35vw;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(-55%);
    display: table; }
    @media screen and (min-width: 768px) {
      /* line 517, object/project/_home.scss */
      .p-home__img.--meal2 {
        transform: translateY(-100%); } }
    @media screen and (min-width: 1024px) {
      /* line 517, object/project/_home.scss */
      .p-home__img.--meal2 {
        position: absolute;
        margin: 0;
        top: 0;
        width: 18vw;
        height: 12vw;
        right: 10%;
        bottom: inherit;
        transform: translateY(-50%); } }
  /* line 535, object/project/_home.scss */
  .p-home__img--campaign {
    width: 35vw;
    max-width: 250px; }
  /* line 541, object/project/_home.scss */
  .p-home__img--facility1 {
    width: 43vw;
    margin-left: -21vw;
    max-width: 300px;
    margin-top: 5vw; }
    @media screen and (min-width: 1024px) {
      /* line 541, object/project/_home.scss */
      .p-home__img--facility1 {
        position: absolute;
        width: 14vw;
        left: 7vw;
        top: 100%;
        margin: 5vw auto auto; } }
  /* line 554, object/project/_home.scss */
  .p-home__img--facility2 {
    width: 50vw;
    display: table;
    margin: -15vw 0 0 auto; }
    @media screen and (min-width: 768px) {
      /* line 554, object/project/_home.scss */
      .p-home__img--facility2 {
        margin-top: -30vw;
        transform: translateY(-50%); } }
    @media screen and (min-width: 1024px) {
      /* line 554, object/project/_home.scss */
      .p-home__img--facility2 {
        position: absolute;
        width: 26vw;
        left: 0vw;
        bottom: 100%;
        margin-bottom: 3.12vw;
        transform: translateY(0%); } }

/* line 573, object/project/_home.scss */
.p-home__trivia {
  text-align: center;
  position: relative; }
  /* line 577, object/project/_home.scss */
  .p-home__trivia__title {
    font-size: 1.7rem;
    letter-spacing: .02em;
    line-height: 175%;
    padding: 0 1em;
    background: url(../img/home/bg-title-trivia.svg) no-repeat center center/auto 100%;
    position: relative;
    z-index: 10;
    margin-bottom: -.85em; }
  /* line 588, object/project/_home.scss */
  .p-home__trivia__more {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 70%;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      /* line 588, object/project/_home.scss */
      .p-home__trivia__more {
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 55%;
        width: 15vw;
        transform: translateX(100%) translateY(0%);
        /*top: min(320px, 40vw);
        margin-left: min(38vw, 170px);*/
        z-index: 9; } }
    @media screen and (min-width: 1024px) {
      /* line 588, object/project/_home.scss */
      .p-home__trivia__more {
        transform: translateY(10%) translateX(25%); } }
    /* line 609, object/project/_home.scss */
    .p-home__trivia__more .comment-wrap {
      width: 50%; }
      @media screen and (min-width: 768px) {
        /* line 609, object/project/_home.scss */
        .p-home__trivia__more .comment-wrap {
          width: 100%;
          position: absolute;
          right: 0;
          top: 0;
          transform: translateX(90%); } }
      @media screen and (min-width: 1024px) {
        /* line 609, object/project/_home.scss */
        .p-home__trivia__more .comment-wrap {
          width: 50%;
          min-width: 120px;
          transform: translateX(50%); } }
    /* line 620, object/project/_home.scss */
    .p-home__trivia__more__comment {
      background: url(../img/home/comment.svg) no-repeat center center/contain;
      width: 100%;
      height: 0;
      padding-top: 100%;
      text-align: center;
      display: block;
      position: relative;
      transform: translateY(-50%) translateX(15%); }
      @media screen and (min-width: 768px) {
        /* line 620, object/project/_home.scss */
        .p-home__trivia__more__comment {
          transform: translateY(-40%) scale(-1.1, 1.1); } }
      /* line 631, object/project/_home.scss */
      .p-home__trivia__more__comment > span {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        display: flex; }
        @media screen and (min-width: 768px) {
          /* line 631, object/project/_home.scss */
          .p-home__trivia__more__comment > span {
            transform: scale(-1.1, 1.1); } }
        /* line 634, object/project/_home.scss */
        .p-home__trivia__more__comment > span > span {
          margin: auto;
          text-align: center; }
    /* line 644, object/project/_home.scss */
    .p-home__trivia__more img {
      width: 60%;
      height: auto;
      max-width: 230px;
      display: inline-block;
      transform: translateX(-10%); }
      @media screen and (min-width: 768px) {
        /* line 644, object/project/_home.scss */
        .p-home__trivia__more img {
          width: 100%;
          height: auto; } }

/* line 660, object/project/_home.scss */
.p-home__movie.--dark::before {
  opacity: .5; }

/* line 661, object/project/_home.scss */
.p-trivia--slider {
  width: 400px;
  max-width: 80vw;
  margin: 0 auto;
  position: relative; }
  /* line 667, object/project/_home.scss */
  .p-trivia--slider::before {
    content: '';
    width: calc(100% + 12px);
    height: 0;
    padding-bottom: calc(100% + 10px);
    border: 2px solid #EFC448;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    left: -7px;
    margin: auto; }
  /* line 681, object/project/_home.scss */
  .p-trivia--slider__img {
    border-radius: 50%;
    width: 100%;
    height: auto;
    display: table;
    margin: 0 auto; }
    /* line 688, object/project/_home.scss */
    .p-trivia--slider__img img {
      border-radius: 50%; }
  /* line 692, object/project/_home.scss */
  .p-trivia--slider__text {
    margin-top: 1.5em;
    opacity: 0; }
  /* line 697, object/project/_home.scss */
  .p-trivia--slider__next {
    position: absolute;
    height: 50px;
    top: calc(50% - 3rem);
    right: -10%;
    z-index: 10;
    cursor: pointer;
    display: flex; }
    /* line 705, object/project/_home.scss */
    .p-trivia--slider__next img {
      margin: auto; }
  /* line 707, object/project/_home.scss */
  .p-trivia--slider__prev {
    position: absolute;
    height: 50px;
    transform: scaleX(-1);
    top: calc(50% - 3rem);
    left: -10%;
    z-index: 10;
    cursor: pointer;
    display: flex; }
    /* line 717, object/project/_home.scss */
    .p-trivia--slider__prev img {
      margin: auto; }
  /* line 720, object/project/_home.scss */
  .p-trivia--slider .swiper-slide-active .p-trivia--slider__text {
    opacity: 1; }

/* line 725, object/project/_home.scss */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

/* line 730, object/project/_home.scss */
*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

/* line 735, object/project/_home.scss */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

/*
  Contents
-----------------------------------------------------*/
@media screen and (min-width: 1024px) {
  /* line 5, object/project/_reading.scss */
  .p-reading {
    display: flex;
    justify-content: space-between;
    align-items: center; } }
/* line 14, object/project/_reading.scss */
.p-reading__img {
  width: 95%;
  position: relative; }
  @media screen and (min-width: 768px) {
    /* line 14, object/project/_reading.scss */
    .p-reading__img {
      width: calc(100% - (3.12% * 6)); } }
  @media screen and (min-width: 1024px) {
    /* line 14, object/project/_reading.scss */
    .p-reading__img {
      width: 55%; } }
/* line 31, object/project/_reading.scss */
.p-reading__text {
  width: 100%;
  padding: 0 6.24vw; }
  /* line 34, object/project/_reading.scss */
  .p-reading__text .-inner {
    max-width: 28rem;
    margin: 0 auto; }
  @media screen and (min-width: 768px) {
    /* line 31, object/project/_reading.scss */
    .p-reading__text {
      width: 100%;
      margin: 0 auto; } }
  @media screen and (min-width: 1024px) {
    /* line 31, object/project/_reading.scss */
    .p-reading__text {
      width: 45%;
      margin: 0 auto; } }
  @media screen and (min-width: 768px) {
    /* line 45, object/project/_reading.scss */
    .p-reading__text__text {
      padding: 0 6.24vw; } }
  @media screen and (min-width: 1024px) {
    /* line 45, object/project/_reading.scss */
    .p-reading__text__text {
      padding: 0 10vw; } }
  @media screen and (min-width: 1200px) {
    /* line 45, object/project/_reading.scss */
    .p-reading__text__text {
      padding: 0 10vw 0 6.24vw; } }
  @media screen and (min-width: 1568px) {
    /* line 45, object/project/_reading.scss */
    .p-reading__text__text {
      padding: 0 6.24vw; } }
@media screen and (min-width: 1024px) {
  /* line 62, object/project/_reading.scss */
  .p-reading.-reverse {
    flex-direction: row-reverse; } }
/* line 68, object/project/_reading.scss */
.p-reading.-reverse .p-reading__img {
  margin-right: 0;
  margin-left: auto; }
@media screen and (min-width: 768px) {
  /* line 72, object/project/_reading.scss */
  .p-reading.-reverse .p-reading__text {
    padding: 0 6.24vw; } }
@media screen and (min-width: 1024px) {
  /* line 72, object/project/_reading.scss */
  .p-reading.-reverse .p-reading__text {
    padding: 0 10vw; } }
@media screen and (min-width: 1200px) {
  /* line 72, object/project/_reading.scss */
  .p-reading.-reverse .p-reading__text {
    padding: 0 6.24vw 0 10vw; } }
@media screen and (min-width: 1568px) {
  /* line 72, object/project/_reading.scss */
  .p-reading.-reverse .p-reading__text {
    padding: 0 6.24vw; } }
/* line 89, object/project/_reading.scss */
.p-reading .-illust {
  width: 25vw;
  height: auto;
  position: absolute;
  bottom: 0;
  z-index: 10; }
  /* line 91, object/project/_reading.scss */
  .p-reading .-illust.-right {
    right: 0;
    transform: translateX(0%) translateY(60%); }
  /* line 92, object/project/_reading.scss */
  .p-reading .-illust.-left {
    right: 3.12vw;
    transform: translateX(0%) translateY(60%); }
  /* line 93, object/project/_reading.scss */
  .p-reading .-illust.-pizza {
    bottom: 9%;
    right: -4%; }
  /* line 94, object/project/_reading.scss */
  .p-reading .-illust.-pan {
    bottom: 10%;
    right: 0%;
    transform: translateX(0%) translateY(105%) rotate(75deg); }
  @media screen and (min-width: 768px) {
    /* line 89, object/project/_reading.scss */
    .p-reading .-illust {
      width: 16vw; }
      /* line 97, object/project/_reading.scss */
      .p-reading .-illust.-right {
        right: 0;
        transform: translateX(15%) translateY(30%); }
      /* line 98, object/project/_reading.scss */
      .p-reading .-illust.-left {
        left: 0;
        right: inherit;
        transform: translateX(-15%) translateY(30%); }
      /* line 99, object/project/_reading.scss */
      .p-reading .-illust.-pan {
        bottom: 10%;
        right: 0%;
        transform: translateX(0%) translateY(125%) rotate(75deg); } }
  @media screen and (min-width: 1024px) {
    /* line 89, object/project/_reading.scss */
    .p-reading .-illust {
      width: 12vw;
      height: auto;
      position: absolute;
      bottom: 0; }
      /* line 103, object/project/_reading.scss */
      .p-reading .-illust.-right {
        right: 0;
        left: inherit;
        transform: translateX(15%) translateY(30%); }
      /* line 104, object/project/_reading.scss */
      .p-reading .-illust.-left {
        left: 0;
        right: inherit;
        transform: translateX(-15%) translateY(30%); }
      /* line 105, object/project/_reading.scss */
      .p-reading .-illust.-pizza {
        bottom: 9%;
        right: -4%; }
      /* line 106, object/project/_reading.scss */
      .p-reading .-illust.-pan {
        right: inherit;
        bottom: 10%;
        left: 0%;
        transform: translateX(-50%); } }

/* line 111, object/project/_reading.scss */
.p-reading .p-reading__img,
.p-reading .p-reading__text,
.p-reading.-reverse .p-reading__img,
.p-reading.-reverse .p-reading__text {
  padding-top: 6.24vw; }
  /* line 116, object/project/_reading.scss */
  .p-reading .p-reading__img:first-child,
  .p-reading .p-reading__text:first-child,
  .p-reading.-reverse .p-reading__img:first-child,
  .p-reading.-reverse .p-reading__text:first-child {
    padding-top: 0; }
  @media screen and (min-width: 1024px) {
    /* line 111, object/project/_reading.scss */
    .p-reading .p-reading__img,
    .p-reading .p-reading__text,
    .p-reading.-reverse .p-reading__img,
    .p-reading.-reverse .p-reading__text {
      padding-top: 0; } }

/* CSS Document */
@media screen and (min-width: 768px) {
  /* line 3, object/project/_column.scss */
  .p-2column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
/* line 12, object/project/_column.scss */
.p-2column__item:nth-child(n + 2) {
  margin-top: 2em; }
@media screen and (min-width: 768px) {
  /* line 10, object/project/_column.scss */
  .p-2column__item {
    width: 49%;
    margin: 0; }
    /* line 19, object/project/_column.scss */
    .p-2column__item:nth-child(n + 2) {
      margin-top: 0; }
    /* line 22, object/project/_column.scss */
    .p-2column__item:nth-child(n + 3) {
      margin-top: 2em; } }

@media screen and (min-width: 768px) {
  /* line 29, object/project/_column.scss */
  .p-3column {
    display: flex;
    flex-wrap: wrap; } }
/* line 37, object/project/_column.scss */
.p-3column__item:nth-child(n + 3) {
  margin-top: 2em; }
@media screen and (min-width: 768px) {
  /* line 35, object/project/_column.scss */
  .p-3column__item {
    width: 32%;
    margin: 0;
    margin-right: 2%; }
    /* line 46, object/project/_column.scss */
    .p-3column__item:nth-child(n + 2) {
      margin-top: 0; }
    /* line 50, object/project/_column.scss */
    .p-3column__item:nth-child(n + 4) {
      margin-top: 2em; }
    /* line 53, object/project/_column.scss */
    .p-3column__item:nth-child(3n) {
      margin-right: 0; } }

/* line 61, object/project/_column.scss */
.p-4column {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between; }
  /* line 66, object/project/_column.scss */
  .p-4column__item {
    width: 49%;
    margin-bottom: 1.5em; }
    @media screen and (min-width: 1024px) {
      /* line 66, object/project/_column.scss */
      .p-4column__item {
        width: calc(25% - 2.34vw);
        margin-right: 3.12vw; }
        /* line 72, object/project/_column.scss */
        .p-4column__item:nth-child(4n) {
          margin-right: 0; } }

/* CSS Document */
/* line 2, object/project/_environment.scss */
.p-efficacy {
  position: relative;
  z-index: 2; }

/* line 7, object/project/_environment.scss */
.p-efficacy__list {
  margin-top: 6.24vw;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    /* line 7, object/project/_environment.scss */
    .p-efficacy__list {
      margin: 0 auto;
      justify-content: center;
      display: flex;
      margin-top: 6.24vw; } }
  @media screen and (min-width: 1024px) {
    /* line 7, object/project/_environment.scss */
    .p-efficacy__list {
      margin-top: 3.12vw; } }
  @media screen and (min-width: 1200px) {
    /* line 7, object/project/_environment.scss */
    .p-efficacy__list {
      margin-top: -2em; } }
  /* line 26, object/project/_environment.scss */
  .p-efficacy__list > li {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 2em; }
    @media screen and (min-width: 768px) {
      /* line 26, object/project/_environment.scss */
      .p-efficacy__list > li {
        padding-left: 0;
        white-space: nowrap;
        padding-top: calc(64px + 1.5em);
        margin-left: 2rem;
        margin-bottom: 0;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        -webkit-font-feature-settings: 'pkna';
        font-feature-settings: 'pkna'; }
        /* line 43, object/project/_environment.scss */
        .p-efficacy__list > li:first-child {
          margin-left: 0; } }
    @media screen and (min-width: 1024px) {
      /* line 26, object/project/_environment.scss */
      .p-efficacy__list > li {
        padding-top: calc(90px + 1.5em);
        margin-left: 2em; }
        /* line 48, object/project/_environment.scss */
        .p-efficacy__list > li:first-child {
          margin-left: 0; } }
    @media screen and (min-width: 1200px) {
      /* line 26, object/project/_environment.scss */
      .p-efficacy__list > li {
        padding-top: calc(120px + 2em);
        margin-left: 4.5em; }
        /* line 53, object/project/_environment.scss */
        .p-efficacy__list > li:first-child {
          margin-left: 0; } }
  /* line 56, object/project/_environment.scss */
  .p-efficacy__list__owl {
    position: absolute;
    transform: translateX(-10%) translateY(0%);
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    max-width: 2rem;
    max-height: 3.332rem; }
    @media screen and (min-width: 768px) {
      /* line 56, object/project/_environment.scss */
      .p-efficacy__list__owl {
        top: 0;
        bottom: inherit;
        margin-bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        max-width: 3rem;
        max-height: 5rem; } }
    @media screen and (min-width: 1024px) {
      /* line 56, object/project/_environment.scss */
      .p-efficacy__list__owl {
        max-width: 4em;
        max-height: 7rem;
        width: 60px; } }
    @media screen and (min-width: 1200px) {
      /* line 56, object/project/_environment.scss */
      .p-efficacy__list__owl {
        max-width: 8em;
        max-height: 10em;
        width: 80px; } }
  /* line 84, object/project/_environment.scss */
  .p-efficacy__list__number {
    float: left;
    height: 4em; }
    @media screen and (min-width: 768px) {
      /* line 84, object/project/_environment.scss */
      .p-efficacy__list__number {
        height: 3em;
        display: inline-block; } }
    /* line 92, object/project/_environment.scss */
    .p-efficacy__list__number::after {
      content: '.'; }
      @media screen and (min-width: 768px) {
        /* line 92, object/project/_environment.scss */
        .p-efficacy__list__number::after {
          display: none;
          margin-top: .5em; } }
  /* line 99, object/project/_environment.scss */
  .p-efficacy__list__title {
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      /* line 99, object/project/_environment.scss */
      .p-efficacy__list__title {
        display: inline; } }
  @media screen and (min-width: 768px) {
    /* line 106, object/project/_environment.scss */
    .p-efficacy__list__conts {
      display: inline; } }
  @media screen and (min-width: 768px) {
    /* line 110, object/project/_environment.scss */
    .p-efficacy__list__conts::before {
      content: '・・・'; } }

/*
  Contact
-----------------------------------------------------*/
/* line 6, object/project/_contact.scss */
.p-contact-head {
  margin-bottom: 2em; }
  @media screen and (min-width: 768px) {
    /* line 6, object/project/_contact.scss */
    .p-contact-head {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  /* line 13, object/project/_contact.scss */
  .p-contact-head .c-title-section {
    margin-bottom: 0; }

/* line 18, object/project/_contact.scss */
.c-tel-link {
  font-size: 1.125rem; }
  /* line 21, object/project/_contact.scss */
  .c-tel-link__telnum {
    font-size: 2rem;
    margin-left: .5em; }

/* CSS Document */
/* line 4, object/project/_information.scss */
.p-todays-info {
  text-align: center; }
  /* line 7, object/project/_information.scss */
  .p-todays-info__status {
    font-size: 1.5em; }
  /* line 10, object/project/_information.scss */
  .p-todays-info__today {
    display: block;
    color: #FFF;
    background: #333;
    border-radius: 10px;
    width: 190px;
    padding: .5em;
    margin: 1em auto 0;
    font-family: inherit;
    font-size: inherit;
    border: none;
    cursor: pointer; }

@media screen and (min-width: 768px) {
  /* line 24, object/project/_information.scss */
  .p-calendar {
    display: flex;
    justify-content: space-between; } }
@media screen and (min-width: 768px) {
  /* line 30, object/project/_information.scss */
  .p-calendar__businessinfo {
    width: 30%; } }
/* line 35, object/project/_information.scss */
.p-calendar__calendar {
  padding-top: calc(3.12vw * 3); }
  @media screen and (min-width: 768px) {
    /* line 35, object/project/_information.scss */
    .p-calendar__calendar {
      padding-top: 0;
      width: 65%; } }

@media screen and (min-width: 1024px) {
  /* line 45, object/project/_information.scss */
  .p-businesshour {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse; } }
/* line 52, object/project/_information.scss */
.p-businesshour__text {
  margin-top: 2em; }
  @media screen and (min-width: 1024px) {
    /* line 52, object/project/_information.scss */
    .p-businesshour__text {
      width: 65%;
      margin-top: 0; } }
@media screen and (min-width: 1024px) {
  /* line 60, object/project/_information.scss */
  .p-businesshour__img {
    width: 30%; } }

/* line 67, object/project/_information.scss */
.p-privateroom {
  position: relative; }
  @media screen and (min-width: 768px) {
    /* line 70, object/project/_information.scss */
    .p-privateroom__enkai {
      position: absolute;
      bottom: -2em;
      right: -3em;
      margin: auto; } }
  @media screen and (min-width: 1024px) {
    /* line 70, object/project/_information.scss */
    .p-privateroom__enkai {
      right: -5em; } }

/* line 84, object/project/_information.scss */
.p-googlemap {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative; }
  /* line 90, object/project/_information.scss */
  .p-googlemap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

@media screen and (min-width: 768px) {
  /* line 100, object/project/_information.scss */
  .p-access-info {
    display: flex;
    justify-content: space-between; } }
@media screen and (min-width: 768px) {
  /* line 105, object/project/_information.scss */
  .p-access-info__item {
    width: 48%; } }
/* line 111, object/project/_information.scss */
.p-access-info__item + .p-access-info__item {
  margin-top: 2em; }
  @media screen and (min-width: 768px) {
    /* line 111, object/project/_information.scss */
    .p-access-info__item + .p-access-info__item {
      margin-top: 0; } }
/* line 119, object/project/_information.scss */
.p-access-info .c-text--icon__icon {
  width: 2em;
  height: auto; }

/* line 125, object/project/_information.scss */
.hours {
  margin-top: 0em;
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-top: 1px solid #6bbfbd; }
  /* line 128, object/project/_information.scss */
  .hours .hours-title {
    width: 6em; }
  /* line 129, object/project/_information.scss */
  .hours .hours-txt {
    width: calc(100% - 6em); }
    /* line 130, object/project/_information.scss */
    .hours .hours-txt .txt-small {
      font-size: 0.85em; }

/* CSS Document */
/* line 3, object/project/_facility.scss */
.p-accordion__wrap.-topM {
  margin-top: 6vw; }

@media screen and (min-width: 1024px) {
  /* line 7, object/project/_facility.scss */
  .page-template-facility .p-reading .-illust.-right {
    transform: translateX(50%) translateY(32%); } }
/* line 10, object/project/_facility.scss */
.p-accordion .c-list {
  margin-top: 1em; }

@media screen and (min-width: 768px) {
  /* line 12, object/project/_facility.scss */
  .p-areamap {
    display: flex;
    justify-content: space-between; } }
/* line 18, object/project/_facility.scss */
.p-areamap__map {
  position: relative; }
  /* line 20, object/project/_facility.scss */
  .p-areamap__map .-inner {
    max-width: 500px;
    position: relative;
    margin: 0 auto; }
  @media screen and (min-width: 768px) {
    /* line 18, object/project/_facility.scss */
    .p-areamap__map {
      width: 40%; } }
/* line 26, object/project/_facility.scss */
.p-areamap__main {
  position: relative;
  z-index: 2; }
/* line 31, object/project/_facility.scss */
.p-areamap__area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0; }
  /* line 39, object/project/_facility.scss */
  .p-areamap__area.-open {
    opacity: 1; }
/* line 44, object/project/_facility.scss */
.p-areamap__pin {
  width: 18%;
  height: auto;
  position: absolute;
  margin: auto;
  z-index: 3;
  max-width: 60px; }
  /* line 51, object/project/_facility.scss */
  .p-areamap__pin.--meal {
    top: 13%;
    left: 22%;
    transform: translateX(-50%); }
  /* line 56, object/project/_facility.scss */
  .p-areamap__pin.--omotenashi {
    top: 7%;
    right: 15%;
    transform: translateX(50%); }
  /* line 61, object/project/_facility.scss */
  .p-areamap__pin.--spring {
    top: 58%;
    left: 70%;
    transform: translateX(-50%); }
  /* line 66, object/project/_facility.scss */
  .p-areamap__pin.--cafe {
    top: 21%;
    left: 60%;
    transform: translateX(-50%); }
/* line 73, object/project/_facility.scss */
.p-areamap__info {
  display: flex;
  margin-top: 2em;
  width: 100%;
  display: block; }
  @media screen and (min-width: 768px) {
    /* line 73, object/project/_facility.scss */
    .p-areamap__info {
      margin-top: 0;
      width: 50%; }
      /* line 80, object/project/_facility.scss */
      .p-areamap__info .p-accordion {
        margin: auto;
        width: 100%; } }

/* CSS Document */
/* line 4, object/project/_meal.scss */
.p-meal--sub {
  position: relative;
  z-index: 2; }
/* line 5, object/project/_meal.scss */
.p-meal--text {
  position: relative;
  z-index: 1; }

/* line 8, object/project/_meal.scss */
.p-meal--sub .c-card-simple {
  position: relative; }
  /* line 10, object/project/_meal.scss */
  .p-meal--sub .c-card-simple .-illust {
    width: 30vw;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(40%) translateY(-40%); }
    /* line 11, object/project/_meal.scss */
    .p-meal--sub .c-card-simple .-illust.-coffee {
      width: 30vw; }
    @media screen and (min-width: 768px) {
      /* line 10, object/project/_meal.scss */
      .p-meal--sub .c-card-simple .-illust {
        width: 16vw;
        left: 0;
        right: inherit;
        top: 0;
        transform: translateX(-50%) translateY(-60%); }
        /* line 15, object/project/_meal.scss */
        .p-meal--sub .c-card-simple .-illust.-coffee {
          width: 16vw; } }
    @media screen and (min-width: 1024px) {
      /* line 10, object/project/_meal.scss */
      .p-meal--sub .c-card-simple .-illust {
        width: 12vw; }
        /* line 19, object/project/_meal.scss */
        .p-meal--sub .c-card-simple .-illust.-coffee {
          width: 12vw; } }

@media screen and (min-width: 1024px) {
  /* line 24, object/project/_meal.scss */
  .p-meal--text {
    transform: translateY(-30%); } }

/* line 30, object/project/_meal.scss */
.c-btn--mealmenu {
  display: none; }
  @media screen and (min-width: 1024px) {
    /* line 30, object/project/_meal.scss */
    .c-btn--mealmenu {
      width: min(110px, 7vw);
      height: auto;
      display: block;
      position: absolute;
      left: -1.5em;
      top: -2em; } }
  @media screen and (min-width: 1024px) {
    /* line 42, object/project/_meal.scss */
    .c-btn--mealmenu.--right {
      left: auto;
      right: -1.5em; } }
  /* line 49, object/project/_meal.scss */
  .c-btn--mealmenu.--sub {
    display: table;
    margin: 2em auto; }
    @media screen and (min-width: 1024px) {
      /* line 49, object/project/_meal.scss */
      .c-btn--mealmenu.--sub {
        display: none; } }

@media screen and (min-width: 1024px) {
  /* line 61, object/project/_meal.scss */
  .p-enkai__lead {
    display: flex;
    justify-content: space-between; } }
@media screen and (min-width: 1024px) {
  /* line 67, object/project/_meal.scss */
  .p-enkai__lead__title {
    width: 10rem;
    margin-right: 3.12vw;
    margin-bottom: 0; } }
@media screen and (min-width: 1024px) {
  /* line 74, object/project/_meal.scss */
  .p-enkai__lead__text {
    padding-top: 1em;
    width: calc(100% - 10rem - 6.24vw - 180px);
    margin-right: 3.12vw; } }
/* line 81, object/project/_meal.scss */
.p-enkai__lead .p-enkai__course__pdf {
  visibility: hidden; }
  @media screen and (min-width: 1024px) {
    /* line 81, object/project/_meal.scss */
    .p-enkai__lead .p-enkai__course__pdf {
      width: 180px;
      margin: 0;
      transform: translateY(-50%); } }
@media screen and (min-width: 1024px) {
  /* line 92, object/project/_meal.scss */
  .p-enkai__course {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; } }
@media screen and (min-width: 1024px) {
  /* line 99, object/project/_meal.scss */
  .p-enkai__course__list {
    width: calc(100% - 425px); } }
/* line 105, object/project/_meal.scss */
.p-enkai__course__pdf {
  width: 240px;
  margin: 2em auto 0; }
  @media screen and (min-width: 1024px) {
    /* line 105, object/project/_meal.scss */
    .p-enkai__course__pdf {
      margin-left: 0; } }
  /* line 112, object/project/_meal.scss */
  .p-enkai__course__pdf__cover {
    width: 50%;
    display: block;
    margin: 0 auto -38%;
    position: relative;
    z-index: 2; }

@media screen and (min-width: 1024px) {
  /* line 125, object/project/_meal.scss */
  .page-template-meal .p-stairs.-three {
    margin-top: 3.12vw; } }
@media screen and (min-width: 1568px) {
  /* line 128, object/project/_meal.scss */
  .page-template-meal .p-stairs.-three {
    margin-top: -3.12vw; } }
/* line 131, object/project/_meal.scss */
.page-template-meal .c-list-dl__term-img {
  text-align: center; }
  /* line 133, object/project/_meal.scss */
  .page-template-meal .c-list-dl__term-img img {
    width: 50%; }
  @media screen and (min-width: 768px) {
    /* line 135, object/project/_meal.scss */
    .page-template-meal .c-list-dl__term-img img {
      width: 100%; } }

/*
  Member
*/
/* line 6, object/project/_member.scss */
.p-memberscard {
  background: url(../img/common/bg-forest.jpg) no-repeat center center/cover;
  padding: calc(3.12vw * 2) calc(3.12vw * 2) calc(3.12vw * 8);
  color: #FFF;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    /* line 6, object/project/_member.scss */
    .p-memberscard {
      overflow: inherit;
      padding: calc(3.12vw * 2) calc(3.12vw * 2); } }
  @media screen and (min-width: 768px) {
    /* line 15, object/project/_member.scss */
    .p-memberscard__inner {
      /*display: flex;
      justify-content: space-between;
      flex-direction: row-reverse;*/ } }
  /* line 22, object/project/_member.scss */
  .p-memberscard__text {
    margin-top: 1em;
    position: relative; }
    @media screen and (min-width: 768px) {
      /* line 22, object/project/_member.scss */
      .p-memberscard__text {
        margin-top: 0;
        width: 24rem;
        margin: 0 auto; }
        /* line 29, object/project/_member.scss */
        .p-memberscard__text .p-memberscard__title {
          text-align: center; } }
    /* line 36, object/project/_member.scss */
    .p-memberscard__text .chocho {
      width: 3vw;
      height: auto;
      position: absolute; }
      /* line 38, object/project/_member.scss */
      .p-memberscard__text .chocho.-cho1 {
        left: 0;
        top: 0;
        transform: translateX(-100%); }
      /* line 39, object/project/_member.scss */
      .p-memberscard__text .chocho.-cho2 {
        right: 0;
        top: 0;
        transform: translateX(100%); }
  /* line 43, object/project/_member.scss */
  .p-memberscard__card {
    width: 30%;
    height: auto;
    text-align: center;
    float: left;
    margin-top: calc(3.12vw * 2); }
    /* line 45, object/project/_member.scss */
    .p-memberscard__card img {
      width: 100%;
      height: auto; }
    @media screen and (min-width: 768px) {
      /* line 43, object/project/_member.scss */
      .p-memberscard__card {
        width: calc((100% - 24rem ) / 2);
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        float: none;
        margin-top: 0; }
        /* line 48, object/project/_member.scss */
        .p-memberscard__card img {
          width: auto;
          height: 40%;
          margin: auto; } }
    @media screen and (min-width: 1024px) {
      /* line 51, object/project/_member.scss */
      .p-memberscard__card img {
        height: 60%; } }
  /* line 54, object/project/_member.scss */
  .p-memberscard__animal {
    width: calc(70% - 3.12vw);
    height: auto;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0; }
    /* line 56, object/project/_member.scss */
    .p-memberscard__animal img {
      width: 100%;
      height: auto; }
    @media screen and (min-width: 768px) {
      /* line 54, object/project/_member.scss */
      .p-memberscard__animal {
        width: calc((100% - 24rem ) / 2);
        height: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        float: none; }
        /* line 59, object/project/_member.scss */
        .p-memberscard__animal img {
          width: 100%;
          height: auto;
          margin: auto;
          position: absolute;
          right: 0;
          bottom: 0;
          max-width: 480px; } }
  /* line 63, object/project/_member.scss */
  .p-memberscard__title {
    font-size: 1.5rem;
    margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    /* line 68, object/project/_member.scss */
    .p-memberscard__img {
      width: 50%; } }

/* line 77, object/project/_member.scss */
.p-memberscard--about {
  background: url(../img/common/bg-forest.jpg) no-repeat center center/cover;
  padding: calc(3.12vw * 2.5) calc(3.12vw * 2);
  color: #FFF;
  position: relative;
  /*&::after {
    content: '';
    width: 90%;
    height: 0;
    padding-bottom: 15%;
    display: block;
    background: url(../img/common/10owl.svg) no-repeat center center / contain;
    position: absolute;
    bottom: 0;
    left: 0; right: 0; margin: auto;
    transform: translateY(40%);
    @include mq(tab) {
      width: 40%;
      left: 10%;
      right: auto;
    }
  }*/ }
  @media screen and (min-width: 768px) {
    /* line 77, object/project/_member.scss */
    .p-memberscard--about {
      padding: calc(3.12vw * 2) calc(3.12vw * 2);
      display: flex;
      justify-content: space-between; } }
  @media screen and (min-width: 768px) {
    /* line 90, object/project/_member.scss */
    .p-memberscard--about__title {
      width: 40%; } }
  /* line 95, object/project/_member.scss */
  .p-memberscard--about__title span {
    display: block;
    line-height: 1.75em;
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    /* line 101, object/project/_member.scss */
    .p-memberscard--about__conts {
      width: 55%; } }
  @media screen and (min-width: 768px) {
    /* line 106, object/project/_member.scss */
    .p-memberscard--about__link {
      position: absolute;
      left: calc(3.12vw * 2);
      top: calc(60px + 5rem);
      margin-top: 3rem; } }

@media screen and (min-width: 768px) {
  /* line 137, object/project/_member.scss */
  .p-club-accordion .p-accordion__title {
    display: flex;
    align-items: center; } }
/* line 145, object/project/_member.scss */
.p-club__member__sub {
  font-size: .67em;
  display: block; }
  @media screen and (min-width: 768px) {
    /* line 145, object/project/_member.scss */
    .p-club__member__sub {
      display: inline-block;
      vertical-align: middle;
      margin-left: 2em;
      line-height: 150%; } }
/* line 156, object/project/_member.scss */
.p-club-register {
  border: 1px solid;
  padding: 2em 10%; }
  @media screen and (min-width: 1024px) {
    /* line 160, object/project/_member.scss */
    .p-club-register__how {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  @media screen and (min-width: 1024px) {
    /* line 167, object/project/_member.scss */
    .p-club-register__how dt {
      width: 18em;
      margin-top: 1em; } }
  @media screen and (min-width: 1024px) {
    /* line 173, object/project/_member.scss */
    .p-club-register__how dd {
      width: calc(100% - 20em);
      margin-top: 1em; } }
  /* line 180, object/project/_member.scss */
  .p-club-register__how dd + dt {
    margin-top: 1em; }

/* CSS Document */
/* line 2, object/project/_trivia.scss */
.p-trivia__posts__subcat {
  line-height: 1.2em; }
  /* line 4, object/project/_trivia.scss */
  .p-trivia__posts__subcat a, .p-trivia__posts__subcat span {
    color: #888888;
    font-size: 0.8rem;
    margin-right: 1em; }
    /* line 6, object/project/_trivia.scss */
    .p-trivia__posts__subcat a:last-child, .p-trivia__posts__subcat span:last-child {
      margin-right: 0; }

/* line 11, object/project/_trivia.scss */
.p-trivia__selectcat {
  display: flex;
  justify-content: center;
  margin: 4em 0 2em; }
  @media screen and (min-width: 1024px) {
    /* line 11, object/project/_trivia.scss */
    .p-trivia__selectcat {
      justify-content: space-between; } }
  /* line 19, object/project/_trivia.scss */
  .p-trivia__selectcat > li {
    margin-right: 1.5em; }
    /* line 19, object/project/_trivia.scss */
    .p-trivia__selectcat > li:last-child {
      margin-right: 0; }
  /* line 20, object/project/_trivia.scss */
  .p-trivia__selectcat__link {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      /* line 20, object/project/_trivia.scss */
      .p-trivia__selectcat__link {
        display: block; } }
    /* line 32, object/project/_trivia.scss */
    .p-trivia__selectcat__link::before {
      content: '';
      width: 1.5rem;
      height: 1.5rem;
      display: block;
      border: 1px solid #EFC448;
      border-radius: 50%;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -.5em;
      margin: auto auto auto .7em;
      z-index: -1; }
      @media screen and (min-width: 768px) {
        /* line 32, object/project/_trivia.scss */
        .p-trivia__selectcat__link::before {
          bottom: .2em; } }
    /* line 52, object/project/_trivia.scss */
    .p-trivia__selectcat__link.--selected::before {
      background: #EFC448; }
    /* line 55, object/project/_trivia.scss */
    .p-trivia__selectcat__link svg {
      margin-top: .5em; }
      @media screen and (min-width: 768px) {
        /* line 55, object/project/_trivia.scss */
        .p-trivia__selectcat__link svg {
          margin-top: 0; } }
/* line 66, object/project/_trivia.scss */
.p-trivia__archive-head {
  position: relative; }
  /* line 68, object/project/_trivia.scss */
  .p-trivia__archive-head p {
    text-align: center; }
/* line 70, object/project/_trivia.scss */
.p-trivia__archive-owl {
  width: 15vw;
  display: block;
  margin: 0 auto 2rem; }
  @media screen and (min-width: 768px) {
    /* line 70, object/project/_trivia.scss */
    .p-trivia__archive-owl {
      position: absolute;
      left: 100%;
      bottom: 0;
      width: 13vw;
      margin: 0 0 0 0;
      transform: translateY(15%) translateX(10%); } }
  @media screen and (min-width: 1024px) {
    /* line 70, object/project/_trivia.scss */
    .p-trivia__archive-owl {
      margin-left: 0; } }
/* line 88, object/project/_trivia.scss */
.p-trivia__posts {
  border-top: 1px solid #707070; }
  /* line 90, object/project/_trivia.scss */
  .p-trivia__posts__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 0;
    border-bottom: 1px solid #707070; }
    @media screen and (min-width: 768px) {
      /* line 90, object/project/_trivia.scss */
      .p-trivia__posts__item {
        padding: 2em; } }
  /* line 103, object/project/_trivia.scss */
  .p-trivia__posts__img {
    width: calc(25% - 3.12vw);
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #EFC448; }
    @media screen and (min-width: 768px) {
      /* line 103, object/project/_trivia.scss */
      .p-trivia__posts__img {
        padding: 10px; } }
    /* line 111, object/project/_trivia.scss */
    .p-trivia__posts__img img {
      border-radius: 50%; }
  /* line 115, object/project/_trivia.scss */
  .p-trivia__posts__text {
    width: 75%; }
    @media screen and (min-width: 768px) {
      /* line 115, object/project/_trivia.scss */
      .p-trivia__posts__text {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
  /* line 124, object/project/_trivia.scss */
  .p-trivia__posts__title {
    font-size: 1rem; }
    @media screen and (min-width: 1024px) {
      /* line 124, object/project/_trivia.scss */
      .p-trivia__posts__title {
        font-size: 1.25rem; } }
    @media screen and (min-width: 1200px) {
      /* line 124, object/project/_trivia.scss */
      .p-trivia__posts__title {
        font-size: 1.5rem; } }
  /* line 129, object/project/_trivia.scss */
  .p-trivia__posts__cat {
    padding: 0 .5em;
    text-align: center;
    border-radius: 5em;
    min-width: 4em;
    white-space: nowrap;
    line-height: 180%;
    background: #EFC448;
    display: inline-block;
    font-size: 0.625rem; }
    @media screen and (min-width: 768px) {
      /* line 129, object/project/_trivia.scss */
      .p-trivia__posts__cat {
        margin-left: 1em;
        font-size: 0.875rem; } }

/* line 149, object/project/_trivia.scss */
.p-trivia-post__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em; }
  /* line 154, object/project/_trivia.scss */
  .p-trivia-post__head__title {
    font-size: 1.5rem;
    font-weight: bold;
    width: calc(100% - 5rem); }
    @media screen and (min-width: 1200px) {
      /* line 154, object/project/_trivia.scss */
      .p-trivia-post__head__title {
        font-size: 1.8rem; } }
  /* line 162, object/project/_trivia.scss */
  .p-trivia-post__head__info {
    display: flex; }
    /* line 164, object/project/_trivia.scss */
    .p-trivia-post__head__info .p-trivia-post__head__cat {
      margin: auto 0 auto auto; }
  /* line 167, object/project/_trivia.scss */
  .p-trivia-post__head__cat {
    padding: 0 .5em;
    text-align: center;
    border-radius: 5em;
    min-width: 4em;
    line-height: 180%;
    background: #EFC448;
    display: inline-block;
    white-space: nowrap; }
    @media screen and (min-width: 768px) {
      /* line 167, object/project/_trivia.scss */
      .p-trivia-post__head__cat {
        margin-left: 1em; } }
/* line 182, object/project/_trivia.scss */
.p-trivia-post__eyecatch {
  border: 3px solid #EFC448;
  border-radius: 1.2rem;
  position: relative;
  margin-bottom: 4em; }
  @media screen and (min-width: 1200px) {
    /* line 182, object/project/_trivia.scss */
    .p-trivia-post__eyecatch {
      border-radius: 1.2rem; } }
  /* line 191, object/project/_trivia.scss */
  .p-trivia-post__eyecatch img {
    border-radius: 1rem; }
    @media screen and (min-width: 1200px) {
      /* line 191, object/project/_trivia.scss */
      .p-trivia-post__eyecatch img {
        border-radius: 1rem; } }
/* line 198, object/project/_trivia.scss */
.p-trivia-post__owl {
  width: 17%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(30%); }

/* line 210, object/project/_trivia.scss */
.c-page-title--l {
  position: relative; }

/* line 211, object/project/_trivia.scss */
.pin-wrap {
  position: relative; }

/* line 212, object/project/_trivia.scss */
.c-card-simple {
  position: relative; }

/* line 213, object/project/_trivia.scss */
.triviaPin {
  width: 60px;
  height: 72px;
  display: block;
  background: url("../img/trivia/icon.svg") no-repeat;
  background-size: 100%;
  z-index: 10;
  top: 0%;
  left: 0%;
  position: absolute; }
  /* line 215, object/project/_trivia.scss */
  .triviaPin.-left {
    left: 10%;
    transform: translateY(-60%) translateX(-50%); }
  /* line 216, object/project/_trivia.scss */
  .triviaPin.-right {
    left: 90%;
    transform: translateY(-60%) translateX(-50%); }
  /* line 217, object/project/_trivia.scss */
  .triviaPin.-main {
    left: calc(100% - 3.12vw * 2);
    bottom: 1em;
    top: inherit;
    transform: translateY(0%) translateX(-100%); }
  /* line 218, object/project/_trivia.scss */
  .triviaPin.-basic {
    right: 0;
    left: inherit;
    top: 0;
    transform: translateY(-50%); }
  /* line 219, object/project/_trivia.scss */
  .triviaPin .-inner {
    width: 100%;
    padding-top: 100%;
    display: block;
    position: relative; }
    /* line 221, object/project/_trivia.scss */
    .triviaPin .-inner .-pin {
      position: absolute;
      left: 50%;
      top: 10%;
      transform: translateX(-50%);
      width: 50%;
      height: auto; }
    /* line 222, object/project/_trivia.scss */
    .triviaPin .-inner .-txt {
      position: absolute;
      width: 80%;
      left: 10%;
      bottom: 10%;
      text-align: center;
      font-size: 0.7rem;
      color: #000; }
  @media screen and (min-width: 1200px) {
    /* line 213, object/project/_trivia.scss */
    .triviaPin {
      width: calc(80px * 1.2);
      height: calc(92px * 1.2); }
      /* line 228, object/project/_trivia.scss */
      .triviaPin.-left {
        transform: translateY(-80%) translateX(-50%); }
      /* line 229, object/project/_trivia.scss */
      .triviaPin.-right {
        transform: translateY(-80%) translateX(-50%); }
      /* line 230, object/project/_trivia.scss */
      .triviaPin.-main {
        transform: translateY(0%) translateX(-50%); }
      /* line 231, object/project/_trivia.scss */
      .triviaPin.-basic {
        transform: translateY(-50%); }
      /* line 233, object/project/_trivia.scss */
      .triviaPin .-inner .-txt {
        font-size: 0.8rem; } }
  @media screen and (min-width: 1568px) {
    /* line 213, object/project/_trivia.scss */
    .triviaPin {
      width: calc(80px * 1.5);
      height: calc(92px * 1.5); }
      /* line 238, object/project/_trivia.scss */
      .triviaPin.-left {
        transform: translateY(-80%) translateX(-50%); }
      /* line 239, object/project/_trivia.scss */
      .triviaPin.-right {
        transform: translateY(-80%) translateX(-50%); }
      /* line 240, object/project/_trivia.scss */
      .triviaPin.-main {
        transform: translateY(0%) translateX(-50%); }
      /* line 241, object/project/_trivia.scss */
      .triviaPin.-basic {
        transform: translateY(-50%); }
      /* line 243, object/project/_trivia.scss */
      .triviaPin .-inner .-txt {
        font-size: 1rem; } }

/* line 248, object/project/_trivia.scss */
.triviaPin[href=""] {
  display: none; }

@media screen and (min-width: 1024px) {
  /* line 251, object/project/_trivia.scss */
  .p-trivia__posts__item {
    transition: 0.3s; }

  /* line 252, object/project/_trivia.scss */
  .p-trivia__posts__item:hover {
    background: #fff;
    transition: 0.1s; } }
/*
  Contents
-----------------------------------------------------*/
/* line 5, object/project/_news.scss */
.p-news {
  padding: 37vw 0;
  background: #E9F2F1 url(../img/common/news-cloud.png) no-repeat top center/100% auto;
  position: relative; }
  @media screen and (min-width: 768px) {
    /* line 5, object/project/_news.scss */
    .p-news {
      padding: 30vw 0 10vw; } }
  @media screen and (min-width: 768px) {
    /* line 5, object/project/_news.scss */
    .p-news {
      padding: 20vw 0 10vw; } }
  /* line 16, object/project/_news.scss */
  .p-news > * {
    position: relative;
    z-index: 2; }
  /* line 21, object/project/_news.scss */
  .p-news__title {
    text-align: center;
    font-size: 1.25rem;
    letter-spacing: .02em;
    margin-bottom: 3em; }
    /* line 27, object/project/_news.scss */
    .p-news__title__icon {
      display: block;
      margin: 0 auto .5em; }
  /* line 33, object/project/_news.scss */
  .p-news__posts {
    margin-bottom: 0em; }
    @media screen and (min-width: 768px) {
      /* line 33, object/project/_news.scss */
      .p-news__posts {
        display: flex;
        flex-wrap: wrap; } }
    /* line 43, object/project/_news.scss */
    .p-news__posts__item__wrap:nth-child(n + 2) {
      margin-top: 1em; }
    @media screen and (min-width: 768px) {
      /* line 41, object/project/_news.scss */
      .p-news__posts__item__wrap {
        width: 31%;
        margin-right: 3.5%; }
        /* line 51, object/project/_news.scss */
        .p-news__posts__item__wrap:nth-child(3n) {
          margin-right: 0; }
        /* line 55, object/project/_news.scss */
        .p-news__posts__item__wrap:nth-child(n + 2) {
          margin-top: 0; }
        /* line 58, object/project/_news.scss */
        .p-news__posts__item__wrap:nth-child(n + 4) {
          margin-top: 3em; } }
    /* line 65, object/project/_news.scss */
    .p-news__posts__item {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    /* line 71, object/project/_news.scss */
    .p-news__posts__img {
      width: 35%; }
      @media screen and (min-width: 768px) {
        /* line 71, object/project/_news.scss */
        .p-news__posts__img {
          width: 100%;
          margin-bottom: 1em; } }
    /* line 78, object/project/_news.scss */
    .p-news__posts__text {
      width: calc(65% - 1rem);
      line-height: 1.5em; }
      @media screen and (min-width: 768px) {
        /* line 78, object/project/_news.scss */
        .p-news__posts__text {
          width: 100%;
          line-height: 1.8em; } }
    /* line 86, object/project/_news.scss */
    .p-news__posts__date {
      color: #888888;
      font-size: 0.625rem;
      margin-right: 1em;
      line-height: 1em; }
      @media screen and (min-width: 768px) {
        /* line 86, object/project/_news.scss */
        .p-news__posts__date {
          font-size: 0.8125rem; } }
    /* line 95, object/project/_news.scss */
    .p-news__posts__cat {
      color: #888888;
      font-size: 0.625rem;
      margin-right: 1em;
      line-height: 1em; }
      @media screen and (min-width: 768px) {
        /* line 95, object/project/_news.scss */
        .p-news__posts__cat {
          font-size: 0.8125rem; } }
    /* line 104, object/project/_news.scss */
    .p-news__posts__title {
      font-size: 0.875rem;
      letter-spacing: .1em; }
      @media screen and (min-width: 768px) {
        /* line 104, object/project/_news.scss */
        .p-news__posts__title {
          font-size: 1rem; } }
  /* line 112, object/project/_news.scss */
  .p-news .c-deco-cloud {
    position: absolute;
    margin: auto; }
    /* line 116, object/project/_news.scss */
    .p-news .c-deco-cloud.-news-1 {
      max-width: 10vw;
      top: 20%;
      left: 20%;
      animation: decocloud 3s -1s ease-in-out alternate infinite; }
    /* line 121, object/project/_news.scss */
    .p-news .c-deco-cloud.-news-2 {
      max-width: 10vw;
      top: 60%;
      left: 5%;
      animation: decocloud 4s -2.5s ease-in-out alternate infinite; }
    /* line 126, object/project/_news.scss */
    .p-news .c-deco-cloud.-news-3 {
      max-width: 10vw;
      top: 30%;
      right: 20%;
      animation: decocloud 2.5s ease-in-out alternate infinite; }
    /* line 131, object/project/_news.scss */
    .p-news .c-deco-cloud.-news-4 {
      max-width: 10vw;
      bottom: 20%;
      left: 70%;
      animation: decocloud 3s -2s ease-in-out alternate infinite; }
    /* line 137, object/project/_news.scss */
    .p-news .c-deco-cloud.-news-5 {
      max-width: 10vw;
      bottom: 25%;
      right: 6%;
      animation: decocloud 3.5s -1.5s ease-in-out alternate infinite; }
  /* line 144, object/project/_news.scss */
  .p-news-select {
    display: flex;
    justify-content: space-between;
    margin-bottom: calc(3.12vw * 3); }
    @media screen and (min-width: 768px) {
      /* line 144, object/project/_news.scss */
      .p-news-select {
        margin-bottom: calc(3.12vw * 2); } }
    @media screen and (min-width: 1024px) {
      /* line 144, object/project/_news.scss */
      .p-news-select {
        margin-bottom: 5em; } }
    /* line 155, object/project/_news.scss */
    .p-news-select__selectbox {
      width: 48%;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      font-family: inherit;
      font-weight: inherit;
      font-size: inherit;
      text-align: center;
      padding: 1em 1em 2em 1em;
      background: #c2e1e1;
      border: none;
      background: url(../img/common/arrow--down.svg) #c2e1e1 no-repeat center bottom 1em/6px auto;
      outline: none;
      cursor: pointer;
      border-radius: 0; }
      @media screen and (min-width: 768px) {
        /* line 155, object/project/_news.scss */
        .p-news-select__selectbox {
          padding: 1em;
          background: url(../img/common/arrow--down.svg) #c2e1e1 no-repeat right 1.5em top 1.3em/10px auto; } }

/* line 182, object/project/_news.scss */
.p-news-select__selectbox:hover {
  background: url(../img/common/arrow--down.svg) #D0E2DF no-repeat center bottom 1em/6px auto; }
  @media screen and (min-width: 768px) {
    /* line 182, object/project/_news.scss */
    .p-news-select__selectbox:hover {
      background: url(../img/common/arrow--down.svg) #D0E2DF no-repeat right 1.5em top 1.3em/10px auto; } }

@keyframes decocloud {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(10px); } }
/* line 196, object/project/_news.scss */
.p-post__subcat {
  line-height: 1.2em;
  padding-top: 0.25em; }
  /* line 198, object/project/_news.scss */
  .p-post__subcat a, .p-post__subcat span {
    font-size: 0.7rem;
    margin-right: 1em;
    padding: 0 1em;
    background: #c2e2e1;
    border-radius: 1em;
    display: inline-block;
    margin-right: 0.5em; }
    /* line 200, object/project/_news.scss */
    .p-post__subcat a:last-child, .p-post__subcat span:last-child {
      margin-right: 0; }

/* line 204, object/project/_news.scss */
.p-post__head {
  margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    /* line 204, object/project/_news.scss */
    .p-post__head {
      display: flex;
      justify-content: space-between; } }
  /* line 211, object/project/_news.scss */
  .p-post__head__title {
    font-size: 1.5rem;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      /* line 211, object/project/_news.scss */
      .p-post__head__title {
        display: flex;
        justify-content: space-between;
        width: calc(100% - 10rem); } }
  /* line 220, object/project/_news.scss */
  .p-post__head__info {
    font-size: .715rem;
    color: #888;
    display: flex;
    margin: 1em 0 2em; }
    @media screen and (min-width: 768px) {
      /* line 220, object/project/_news.scss */
      .p-post__head__info {
        display: block;
        text-align: right;
        font-size: 1rem;
        width: 10em; } }
  /* line 232, object/project/_news.scss */
  .p-post__head__cat {
    order: 2;
    margin-left: 1em;
    font-size: 0.8em; }
  /* line 237, object/project/_news.scss */
  .p-post__head__date {
    order: 1;
    font-size: 0.8em; }

/* line 243, object/project/_news.scss */
.p-post__eyecatch {
  margin-bottom: 3em;
  text-align: center; }

/* line 249, object/project/_news.scss */
.wp-block-image {
  text-align: center; }

/* line 251, object/project/_news.scss */
.p-post__body {
  padding: 0 5%;
  margin-bottom: 50px; }
  /* line 254, object/project/_news.scss */
  .p-post__body a {
    text-decoration: underline; }
  /* line 255, object/project/_news.scss */
  .p-post__body > * {
    margin-bottom: 2em; }
  @media screen and (min-width: 768px) {
    /* line 251, object/project/_news.scss */
    .p-post__body {
      margin-bottom: 100px; } }
  @media screen and (min-width: 1200px) {
    /* line 251, object/project/_news.scss */
    .p-post__body {
      margin-bottom: 200px; } }
  /* line 264, object/project/_news.scss */
  .p-post__body h2 {
    font-size: 1.5rem;
    margin: 1em 0 .5em; }
  /* line 269, object/project/_news.scss */
  .p-post__body h3 {
    margin: 1em 0 .5em; }
  /* line 273, object/project/_news.scss */
  .p-post__body p {
    margin-bottom: 2em; }
  /* line 277, object/project/_news.scss */
  .p-post__body ul > li {
    padding-left: 1em; }
    /* line 280, object/project/_news.scss */
    .p-post__body ul > li::before {
      content: '・';
      width: 1em;
      display: inline-block;
      margin-left: -1em; }

/*
  Recruit
*/
/* line 6, object/project/_recruit.scss */
.img-recruit {
  text-align: center; }
  /* line 8, object/project/_recruit.scss */
  .img-recruit img {
    width: 100%;
    max-width: 800px; }
  @media screen and (min-width: 768px) {
    /* line 10, object/project/_recruit.scss */
    .img-recruit img {
      width: 60%;
      max-width: 800px; } }

/* line 16, object/project/_recruit.scss */
.page-template-recruit .c-text--center .u-container p {
  text-align: left; }
  /* line 16, object/project/_recruit.scss */
  .page-template-recruit .c-text--center .u-container p br {
    display: none; }
@media screen and (min-width: 768px) {
  /* line 18, object/project/_recruit.scss */
  .page-template-recruit .c-text--center .u-container p {
    text-align: center; }
    /* line 18, object/project/_recruit.scss */
    .page-template-recruit .c-text--center .u-container p br {
      display: block; } }

/* line 24, object/project/_recruit.scss */
.page-template-recruit .u-container > *:first-child {
  margin-top: 0; }
/* line 25, object/project/_recruit.scss */
.page-template-recruit .u-container p {
  margin-top: 1em; }

/*
  Form
*/
/* line 6, object/project/_form.scss */
.p-table-form {
  width: 100%; }
  @media screen and (min-width: 768px) {
    /* line 6, object/project/_form.scss */
    .p-table-form {
      table-layout: fixed; } }
  /* line 12, object/project/_form.scss */
  .p-table-form tr {
    width: 100%;
    display: block; }
    @media screen and (min-width: 768px) {
      /* line 12, object/project/_form.scss */
      .p-table-form tr {
        display: table-row; } }
  /* line 21, object/project/_form.scss */
  .p-table-form th {
    width: 100%;
    display: block;
    padding: .5em 0;
    font-size: 0.875rem; }
  /* line 28, object/project/_form.scss */
  .p-table-form td {
    width: 100%;
    display: block;
    padding: 0 0 .5em;
    font-size: 0.875rem; }

/* line 39, object/project/_form.scss */
span.wpcf7-list-item {
  margin: 0; }

/* line 42, object/project/_form.scss */
input[type='radio'],
input[type='checkbox'] {
  display: none; }

/* line 46, object/project/_form.scss */
input[type='submit'] {
  -webkit-appearance: none; }

/* line 52, object/project/_form.scss */
.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (min-width: 768px) {
    /* line 52, object/project/_form.scss */
    .wpcf7-radio {
      justify-content: flex-start; } }
  /* line 60, object/project/_form.scss */
  .wpcf7-radio span.wpcf7-list-item {
    width: 100%;
    display: block;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      /* line 60, object/project/_form.scss */
      .wpcf7-radio span.wpcf7-list-item {
        width: auto;
        margin-right: 10px; } }

/* line 73, object/project/_form.scss */
.wpcf7-list-item-label {
  background: #E9F2F1;
  padding: 1em 1em 1em 4em;
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  text-align: left; }
  @media screen and (min-width: 768px) {
    /* line 73, object/project/_form.scss */
    .wpcf7-list-item-label {
      padding: 1em 3em 1em 4em; } }
  /* line 86, object/project/_form.scss */
  .wpcf7-list-item-label:before {
    content: '';
    background: #FFF;
    border-radius: 50%;
    border: 1px solid #000000;
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    margin-right: .5em;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 1em;
    bottom: 0;
    margin: auto; }

/* line 104, object/project/_form.scss */
input[type='checkbox'] + .wpcf7-list-item-label {
  width: 100%;
  font-size: 0.875rem;
  text-align: center; }
  @media screen and (min-width: 768px) {
    /* line 104, object/project/_form.scss */
    input[type='checkbox'] + .wpcf7-list-item-label {
      font-size: 1rem;
      width: auto; } }
  /* line 113, object/project/_form.scss */
  input[type='checkbox'] + .wpcf7-list-item-label::before {
    border-radius: 0; }

/* line 117, object/project/_form.scss */
input[type='radio']:checked + .wpcf7-list-item-label,
input[type='checkbox']:checked + .wpcf7-list-item-label {
  background: #D8EDEE; }

/* line 121, object/project/_form.scss */
input[type='radio']:checked + .wpcf7-list-item-label:before,
input[type='checkbox']:checked + .wpcf7-list-item-label:before {
  background-color: #000;
  box-shadow: inset 0 0 0 3px #fff; }

/* line 129, object/project/_form.scss */
.p-form .must {
  color: #EA5711;
  font-size: .6em;
  vertical-align: super;
  margin-left: 1em; }
/* line 136, object/project/_form.scss */
.p-form input[type=text], .p-form input[type=number], .p-form input[type=date], .p-form input[type=email], .p-form input[type=tel], .p-form select, .p-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 150%;
  width: 100%;
  padding: 1em;
  line-height: 170%;
  margin: 3px 0;
  vertical-align: middle;
  display: inline-block;
  background: #E9F2F1;
  border: 1px solid #E9F2F1;
  font-family: 'Noto Serif JP', serif; }
/* line 159, object/project/_form.scss */
.p-form ::placeholder {
  color: #999999; }
/* line 162, object/project/_form.scss */
.p-form textarea {
  height: 30em; }
/* line 166, object/project/_form.scss */
.p-form__privacy {
  font-size: 0.875rem; }
  @media screen and (min-width: 768px) {
    /* line 166, object/project/_form.scss */
    .p-form__privacy {
      text-align: center; } }
  @media screen and (min-width: 1200px) {
    /* line 166, object/project/_form.scss */
    .p-form__privacy {
      font-size: 1rem; } }
  /* line 176, object/project/_form.scss */
  .p-form__privacy p {
    margin-bottom: 2em; }
  /* line 178, object/project/_form.scss */
  .p-form__privacy .wpcf7-list-item {
    display: block;
    max-width: 500px;
    margin: 0 auto; }
/* line 186, object/project/_form.scss */
.p-form__submit {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 3em auto 0;
  border: 1px solid #6BBFBD;
  padding: 1em;
  font-size: 1.0625rem;
  text-align: center;
  font-family: inherit;
  background: none;
  cursor: pointer;
  transition: color .3s, background .3s; }
  @media screen and (min-width: 768px) {
    /* line 186, object/project/_form.scss */
    .p-form__submit {
      font-size: 1.25rem; } }
  @media screen and (min-width: 1024px) {
    /* line 186, object/project/_form.scss */
    .p-form__submit {
      font-size: 1.5rem; } }
  /* line 208, object/project/_form.scss */
  .p-form__submit:hover {
    color: #FFF;
    background: #6BBFBD; }

/* line 216, object/project/_form.scss */
.c-btn-file {
  font-size: 1em;
  line-height: 1em;
  padding: 1.5em 3em;
  display: inline-block;
  color: #FFF;
  text-align: center;
  background: #6BBFBD;
  margin-right: 1em;
  position: relative; }
  /* line 226, object/project/_form.scss */
  .c-btn-file input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%; }
  /* line 235, object/project/_form.scss */
  .c-btn-file__filename {
    font-size: .8rem;
    width: calc(100% - 15rem);
    display: inline-block;
    vertical-align: middle;
    line-height: 140%; }

/*
  Contents
-----------------------------------------------------*/
/* line 5, object/project/_stairs.scss */
.p-stairs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  /* line 12, object/project/_stairs.scss */
  .p-stairs.-two > * {
    margin-bottom: 1.5em; }
    /* line 14, object/project/_stairs.scss */
    .p-stairs.-two > *:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    /* line 11, object/project/_stairs.scss */
    .p-stairs.-two {
      margin-top: 3vw; }
      /* line 18, object/project/_stairs.scss */
      .p-stairs.-two > * {
        width: 48%;
        margin-right: 4%; }
        /* line 21, object/project/_stairs.scss */
        .p-stairs.-two > *:nth-child(2n + 1) {
          margin-top: -3vw; }
        /* line 25, object/project/_stairs.scss */
        .p-stairs.-two > *:nth-child(2n) {
          margin-top: 3vw;
          margin-right: 0; } }
  /* line 35, object/project/_stairs.scss */
  .p-stairs.-three {
    padding-top: 6.24vw; }
    @media screen and (min-width: 768px) {
      /* line 35, object/project/_stairs.scss */
      .p-stairs.-three {
        padding-top: 3.12vw; } }
    @media screen and (min-width: 1024px) {
      /* line 35, object/project/_stairs.scss */
      .p-stairs.-three {
        padding-top: 6.24vw; } }
    /* line 43, object/project/_stairs.scss */
    .p-stairs.-three > * {
      width: 80%;
      margin-bottom: 6.24vw; }
      /* line 45, object/project/_stairs.scss */
      .p-stairs.-three > *:nth-child(2n) {
        margin-left: 20%; }
        @media screen and (min-width: 768px) {
          /* line 45, object/project/_stairs.scss */
          .p-stairs.-three > *:nth-child(2n) {
            margin-left: 0; } }
      @media screen and (min-width: 768px) {
        /* line 43, object/project/_stairs.scss */
        .p-stairs.-three > * {
          width: calc(33.333% - ((3.12vw * 2) / 3));
          margin-bottom: 0; } }
    @media screen and (min-width: 768px) {
      /* line 57, object/project/_stairs.scss */
      .p-stairs.-three.-down > *:nth-child(2n + 1) {
        margin-right: 3.12vw; } }
    @media screen and (min-width: 768px) {
      /* line 65, object/project/_stairs.scss */
      .p-stairs.-three.-down > *:nth-child(3n + 1) {
        margin-top: calc(-3.12vw * 2);
        margin-right: 3.12vw; }
      /* line 70, object/project/_stairs.scss */
      .p-stairs.-three.-down > *:nth-child(3n + 2) {
        margin-right: 3.12vw; }
      /* line 75, object/project/_stairs.scss */
      .p-stairs.-three.-down > *:nth-child(3n) {
        margin-top: calc(3.12vw * 2);
        margin-right: 0; } }
    @media screen and (min-width: 768px) {
      /* line 84, object/project/_stairs.scss */
      .p-stairs.-three.-up > *:nth-child(2n + 1) {
        margin-right: 3.12vw; } }
    @media screen and (min-width: 768px) {
      /* line 92, object/project/_stairs.scss */
      .p-stairs.-three.-up > *:nth-child(3n + 1) {
        margin-top: calc(3.12vw * 2);
        margin-right: 3.12vw; }
      /* line 97, object/project/_stairs.scss */
      .p-stairs.-three.-up > *:nth-child(3n + 2) {
        margin-top: 0;
        margin-right: 3.12vw; }
      /* line 102, object/project/_stairs.scss */
      .p-stairs.-three.-up > *:nth-child(3n) {
        margin-top: calc(-3.12vw * 2);
        margin-right: 0; } }

/* line 2, object/project/_loading.scss */
body.autumn .p-loading.-showLead {
  background: rgba(49, 34, 27, 0.8); }

/* line 3, object/project/_loading.scss */
body.autumn .p-loading.-play {
  background: rgba(49, 34, 27, 0); }

/* line 5, object/project/_loading.scss */
.p-loading {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  z-index: 99998;
  top: 0;
  left: 0;
  pointer-events: none;
  /*残すパターン*/ }
  /* line 15, object/project/_loading.scss */
  .p-loading.--common {
    background: #FFF;
    z-index: 9999999;
    opacity: 1; }
  /* line 21, object/project/_loading.scss */
  .p-loading__message {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
    /* line 35, object/project/_loading.scss */
    .p-loading__message-img {
      opacity: 0;
      transition: opacity 1s .5s, filter 2s .5s;
      filter: blur(5px);
      position: relative;
      z-index: 2;
      max-width: 400px;
      width: 50%; }
      @media screen and (min-width: 1024px) {
        /* line 35, object/project/_loading.scss */
        .p-loading__message-img {
          width: 25%;
          min-width: 300px; } }
  /* line 52, object/project/_loading.scss */
  .p-loading__steam .l-bg-steam {
    background: none;
    opacity: 0.03; }
  /* line 59, object/project/_loading.scss */
  .p-loading__leaf1, .p-loading__leaf2, .p-loading__leaf3 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  /* line 68, object/project/_loading.scss */
  .p-loading__leaf1 {
    z-index: 3; }
    /* line 71, object/project/_loading.scss */
    .p-loading__leaf1 img {
      max-width: 800px;
      width: 50%;
      height: auto;
      position: absolute;
      /*左上*/
      /*右上*/
      /*左下*/
      /*右下*/
      /*上中央*/
      /*下中央*/ }
      /* line 72, object/project/_loading.scss */
      .p-loading__leaf1 img:nth-child(1) {
        left: 0;
        top: 0%;
        transform: translate(-40%, -50%) rotate(0deg); }
      /* line 73, object/project/_loading.scss */
      .p-loading__leaf1 img:nth-child(2) {
        left: 100%;
        top: 0%;
        transform: translate(-60%, -50%) rotate(60deg); }
      /* line 74, object/project/_loading.scss */
      .p-loading__leaf1 img:nth-child(3) {
        left: 0%;
        top: 100%;
        transform: translate(-40%, -50%) rotate(120deg); }
      /* line 75, object/project/_loading.scss */
      .p-loading__leaf1 img:nth-child(4) {
        left: 100%;
        top: 100%;
        transform: translate(-60%, -50%) rotate(180deg); }
      /* line 76, object/project/_loading.scss */
      .p-loading__leaf1 img:nth-child(5) {
        left: 50%;
        top: 0%;
        transform: translate(-50%, -75%) rotate(0deg); }
      /* line 77, object/project/_loading.scss */
      .p-loading__leaf1 img:nth-child(6) {
        left: 50%;
        top: 100%;
        transform: translate(-50%, -25%) rotate(300deg); }
  /* line 82, object/project/_loading.scss */
  .p-loading__leaf2 {
    z-index: 2;
    /*display: none;*/ }
    /* line 85, object/project/_loading.scss */
    .p-loading__leaf2 img {
      max-width: 800px;
      width: 50%;
      height: auto;
      position: absolute;
      /*左上*/
      /*右上*/
      /*左下*/
      /*右下*/
      /*左中央*/
      /*右中央*/ }
      /* line 86, object/project/_loading.scss */
      .p-loading__leaf2 img:nth-child(1) {
        left: 30%;
        top: 0%;
        transform: translate(-50%, -75%) rotate(12deg); }
      /* line 87, object/project/_loading.scss */
      .p-loading__leaf2 img:nth-child(2) {
        left: 70%;
        top: 0%;
        transform: translate(-50%, -75%) rotate(180deg); }
      /* line 88, object/project/_loading.scss */
      .p-loading__leaf2 img:nth-child(3) {
        left: 30%;
        top: 100%;
        transform: translate(-50%, -25%) rotate(240deg); }
      /* line 89, object/project/_loading.scss */
      .p-loading__leaf2 img:nth-child(4) {
        left: 70%;
        top: 100%;
        transform: translate(-50%, -25%) rotate(300deg); }
      /* line 90, object/project/_loading.scss */
      .p-loading__leaf2 img:nth-child(5) {
        left: 0%;
        top: 50%;
        transform: translate(-70%, -50%) rotate(260deg); }
      /* line 91, object/project/_loading.scss */
      .p-loading__leaf2 img:nth-child(6) {
        left: 100%;
        top: 50%;
        transform: translate(-30%, -50%) rotate(0deg); }
  /* line 98, object/project/_loading.scss */
  .p-loading.-showLead {
    background: rgba(7, 57, 71, 0.8); }
    /* line 102, object/project/_loading.scss */
    .p-loading.-showLead .p-loading__message-img {
      opacity: 1;
      filter: blur(0); }
  /* line 111, object/project/_loading.scss */
  .p-loading.-play {
    /* background: transparent;
     opacity: 0;
     transition: background 3s, opacity 2.5s;*/
    transition: background 2s;
    background: rgba(7, 57, 71, 0); }
    /* line 118, object/project/_loading.scss */
    .p-loading.-play .p-loading__message {
      pointer-events: none;
      opacity: 0;
      transition: opacity 1s; }
    /* line 125, object/project/_loading.scss */
    .p-loading.-play .p-loading__leaf1 img {
      max-width: 800px;
      width: 50%;
      height: auto;
      position: absolute;
      transition: all ease-in-out 1.5s;
      /*左上*/
      /*右上*/
      /*左下*/
      /*右下*/
      /*上中央*/
      /*下中央*/ }
      /* line 133, object/project/_loading.scss */
      .p-loading.-play .p-loading__leaf1 img:nth-child(1) {
        left: 5%;
        top: -5%;
        transform: translate(-100%, -75%) rotate(0deg) scale(0.9); }
      /* line 134, object/project/_loading.scss */
      .p-loading.-play .p-loading__leaf1 img:nth-child(2) {
        left: 95%;
        top: -5%;
        transform: translate(0%, -75%) rotate(60deg) scale(0.9); }
      /* line 135, object/project/_loading.scss */
      .p-loading.-play .p-loading__leaf1 img:nth-child(3) {
        left: 5%;
        top: 105%;
        transform: translate(-100%, -30%) rotate(120deg) scale(0.9); }
      /* line 136, object/project/_loading.scss */
      .p-loading.-play .p-loading__leaf1 img:nth-child(4) {
        left: 95%;
        top: 105%;
        transform: translate(0%, -30%) rotate(180deg) scale(0.9); }
      /* line 137, object/project/_loading.scss */
      .p-loading.-play .p-loading__leaf1 img:nth-child(5) {
        left: 50%;
        top: -25%;
        transform: translate(-50%, -100%) rotate(0deg) scale(0.9); }
      /* line 138, object/project/_loading.scss */
      .p-loading.-play .p-loading__leaf1 img:nth-child(6) {
        left: 50%;
        top: 125%;
        transform: translate(-50%, 0%) rotate(300deg) scale(0.9); }
    /* line 142, object/project/_loading.scss */
    .p-loading.-play .p-loading__leaf2 img {
      max-width: 800px;
      width: 50%;
      height: auto;
      position: absolute;
      transition: all ease-in-out 1.5s;
      /*左上*/
      /*右上*/
      /*左下*/
      /*右下*/
      /*左中央*/
      /*右中央*/ }
      /* line 150, object/project/_loading.scss */
      .p-loading.-play .p-loading__leaf2 img:nth-child(1) {
        left: 33.33%;
        top: -20%;
        transform: translate(-100%, -70%) rotate(12deg) scale(0.8); }
      /* line 151, object/project/_loading.scss */
      .p-loading.-play .p-loading__leaf2 img:nth-child(2) {
        left: 66.66%;
        top: -20%;
        transform: translate(0%, -70%) rotate(180deg) scale(0.8); }
      /* line 152, object/project/_loading.scss */
      .p-loading.-play .p-loading__leaf2 img:nth-child(3) {
        left: 33.33%;
        top: 120%;
        transform: translate(-100%, -20%) rotate(240deg) scale(0.8); }
      /* line 153, object/project/_loading.scss */
      .p-loading.-play .p-loading__leaf2 img:nth-child(4) {
        left: 66.66%;
        top: 120%;
        transform: translate(0%, -20%) rotate(300deg) scale(0.8); }
      /* line 154, object/project/_loading.scss */
      .p-loading.-play .p-loading__leaf2 img:nth-child(5) {
        left: -10%;
        top: 50%;
        transform: translate(-100%, -50%) rotate(260deg) scale(0.8); }
      /* line 155, object/project/_loading.scss */
      .p-loading.-play .p-loading__leaf2 img:nth-child(6) {
        left: 110%;
        top: 50%;
        transform: translate(0%, -50%) rotate(0deg) scale(0.8); }

/*///////////////////

縦長の場合

//////////////////*/
/* line 169, object/project/_loading.scss */
body.portrait .p-loading {
  /**/ }
  /* line 170, object/project/_loading.scss */
  body.portrait .p-loading__leaf1 {
    z-index: 3; }
    /* line 172, object/project/_loading.scss */
    body.portrait .p-loading__leaf1 img {
      max-width: 800px;
      width: 50%;
      height: auto;
      position: absolute;
      transition: all ease-in-out 1.5s;
      /*左上*/
      /*右上*/
      /*左下*/
      /*右下*/
      /*上中央*/
      /*下中央*/ }
      /* line 174, object/project/_loading.scss */
      body.portrait .p-loading__leaf1 img:nth-child(1) {
        left: 0;
        top: 25%;
        transform: translate(-75%, -60%) rotate(0deg); }
      /* line 175, object/project/_loading.scss */
      body.portrait .p-loading__leaf1 img:nth-child(2) {
        left: 100%;
        top: 25%;
        transform: translate(-25%, -60%) rotate(60deg); }
      /* line 176, object/project/_loading.scss */
      body.portrait .p-loading__leaf1 img:nth-child(3) {
        left: 0%;
        top: 75%;
        transform: translate(-75%, -40%) rotate(120deg); }
      /* line 177, object/project/_loading.scss */
      body.portrait .p-loading__leaf1 img:nth-child(4) {
        left: 100%;
        top: 75%;
        transform: translate(-25%, -40%) rotate(180deg); }
      /* line 178, object/project/_loading.scss */
      body.portrait .p-loading__leaf1 img:nth-child(5) {
        left: 50%;
        top: 0%;
        transform: translate(-50%, -65%) rotate(0deg); }
      /* line 179, object/project/_loading.scss */
      body.portrait .p-loading__leaf1 img:nth-child(6) {
        left: 50%;
        top: 100%;
        transform: translate(-50%, -35%) rotate(300deg); }
  /* line 183, object/project/_loading.scss */
  body.portrait .p-loading__leaf2 {
    z-index: 2; }
    /* line 185, object/project/_loading.scss */
    body.portrait .p-loading__leaf2 img {
      max-width: 800px;
      width: 50%;
      height: auto;
      position: absolute;
      /*左上*/
      /*右上*/
      /*左下*/
      /*右下*/
      /*左中央*/
      /*右中央*/ }
      /* line 186, object/project/_loading.scss */
      body.portrait .p-loading__leaf2 img:nth-child(1) {
        left: 0%;
        top: 0%;
        transform: translate(-35%, -25%) rotate(12deg); }
      /* line 187, object/project/_loading.scss */
      body.portrait .p-loading__leaf2 img:nth-child(2) {
        left: 100%;
        top: 0%;
        transform: translate(-65%, -25%) rotate(180deg); }
      /* line 188, object/project/_loading.scss */
      body.portrait .p-loading__leaf2 img:nth-child(3) {
        left: 0%;
        top: 100%;
        transform: translate(-35%, -65%) rotate(240deg); }
      /* line 189, object/project/_loading.scss */
      body.portrait .p-loading__leaf2 img:nth-child(4) {
        left: 100%;
        top: 100%;
        transform: translate(-65%, -65%) rotate(300deg); }
      /* line 190, object/project/_loading.scss */
      body.portrait .p-loading__leaf2 img:nth-child(5) {
        left: 0%;
        top: 50%;
        transform: translate(-80%, -50%) rotate(260deg); }
      /* line 191, object/project/_loading.scss */
      body.portrait .p-loading__leaf2 img:nth-child(6) {
        left: 100%;
        top: 50%;
        transform: translate(-20%, -50%) rotate(0deg); }
  /* line 196, object/project/_loading.scss */
  body.portrait .p-loading.-play .p-loading__leaf1 img {
    /*左上*/
    /*右上*/
    /*左下*/
    /*右下*/
    /*上中央*/
    /*下中央*/ }
    /* line 203, object/project/_loading.scss */
    body.portrait .p-loading.-play .p-loading__leaf1 img:nth-child(1) {
      left: 5%;
      top: -5%;
      transform: translate(-100%, -75%) rotate(0deg) scale(0.9); }
    /* line 204, object/project/_loading.scss */
    body.portrait .p-loading.-play .p-loading__leaf1 img:nth-child(2) {
      left: 95%;
      top: -5%;
      transform: translate(0%, -75%) rotate(60deg) scale(0.9); }
    /* line 205, object/project/_loading.scss */
    body.portrait .p-loading.-play .p-loading__leaf1 img:nth-child(3) {
      left: 5%;
      top: 105%;
      transform: translate(-100%, -30%) rotate(120deg) scale(0.9); }
    /* line 206, object/project/_loading.scss */
    body.portrait .p-loading.-play .p-loading__leaf1 img:nth-child(4) {
      left: 95%;
      top: 105%;
      transform: translate(0%, -30%) rotate(180deg) scale(0.9); }
    /* line 207, object/project/_loading.scss */
    body.portrait .p-loading.-play .p-loading__leaf1 img:nth-child(5) {
      left: 50%;
      top: -25%;
      transform: translate(-50%, -100%) rotate(0deg) scale(0.9); }
    /* line 208, object/project/_loading.scss */
    body.portrait .p-loading.-play .p-loading__leaf1 img:nth-child(6) {
      left: 50%;
      top: 125%;
      transform: translate(-50%, 0%) rotate(300deg) scale(0.9); }
  /* line 218, object/project/_loading.scss */
  body.portrait .p-loading.-play .p-loading__leaf2 img {
    /*左上*/
    /*右上*/
    /*左下*/
    /*右下*/
    /*左中央*/
    /*右中央*/ }
    /* line 219, object/project/_loading.scss */
    body.portrait .p-loading.-play .p-loading__leaf2 img:nth-child(1) {
      left: 33.33%;
      top: -20%;
      transform: translate(-100%, -70%) rotate(12deg) scale(0.8); }
    /* line 220, object/project/_loading.scss */
    body.portrait .p-loading.-play .p-loading__leaf2 img:nth-child(2) {
      left: 66.66%;
      top: -20%;
      transform: translate(0%, -70%) rotate(180deg) scale(0.8); }
    /* line 221, object/project/_loading.scss */
    body.portrait .p-loading.-play .p-loading__leaf2 img:nth-child(3) {
      left: 33.33%;
      top: 120%;
      transform: translate(-100%, -20%) rotate(240deg) scale(0.8); }
    /* line 222, object/project/_loading.scss */
    body.portrait .p-loading.-play .p-loading__leaf2 img:nth-child(4) {
      left: 66.66%;
      top: 120%;
      transform: translate(0%, -20%) rotate(300deg) scale(0.8); }
    /* line 223, object/project/_loading.scss */
    body.portrait .p-loading.-play .p-loading__leaf2 img:nth-child(5) {
      left: -10%;
      top: 50%;
      transform: translate(-100%, -50%) rotate(260deg) scale(0.8); }
    /* line 224, object/project/_loading.scss */
    body.portrait .p-loading.-play .p-loading__leaf2 img:nth-child(6) {
      left: 110%;
      top: 50%;
      transform: translate(0%, -50%) rotate(0deg) scale(0.8); }

/*引っ込んでいくところ*/
/* line 250, object/project/_loading.scss */
body.-opening.-fvend .p-loading.-play .p-loading__leaf1 img {
  transition: all ease-in-out 0.5s;
  /*左上*/
  /*右上*/
  /*左下*/
  /*右下*/
  /*上中央*/
  /*下中央*/ }
  /* line 252, object/project/_loading.scss */
  body.-opening.-fvend .p-loading.-play .p-loading__leaf1 img:nth-child(1) {
    left: 5%;
    top: -5%;
    transform: translate(-100%, -75%) rotate(0deg) scale(0.9); }
  /* line 253, object/project/_loading.scss */
  body.-opening.-fvend .p-loading.-play .p-loading__leaf1 img:nth-child(2) {
    left: 95%;
    top: -5%;
    transform: translate(0%, -75%) rotate(60deg) scale(0.9); }
  /* line 254, object/project/_loading.scss */
  body.-opening.-fvend .p-loading.-play .p-loading__leaf1 img:nth-child(3) {
    left: 5%;
    top: 105%;
    transform: translate(-100%, -30%) rotate(120deg) scale(0.9); }
  /* line 255, object/project/_loading.scss */
  body.-opening.-fvend .p-loading.-play .p-loading__leaf1 img:nth-child(4) {
    left: 95%;
    top: 105%;
    transform: translate(0%, -30%) rotate(180deg) scale(0.9); }
  /* line 256, object/project/_loading.scss */
  body.-opening.-fvend .p-loading.-play .p-loading__leaf1 img:nth-child(5) {
    left: 50%;
    top: -25%;
    transform: translate(-50%, -100%) rotate(0deg) scale(0.9); }
  /* line 257, object/project/_loading.scss */
  body.-opening.-fvend .p-loading.-play .p-loading__leaf1 img:nth-child(6) {
    left: 50%;
    top: 125%;
    transform: translate(-50%, 0%) rotate(300deg) scale(0.9); }
/* line 261, object/project/_loading.scss */
body.-opening.-fvend .p-loading.-play .p-loading__leaf2 img {
  transition: all ease-in-out 0.5s;
  /*左上*/
  /*右上*/
  /*左下*/
  /*右下*/
  /*左中央*/
  /*右中央*/ }
  /* line 263, object/project/_loading.scss */
  body.-opening.-fvend .p-loading.-play .p-loading__leaf2 img:nth-child(1) {
    left: 33.33%;
    top: -20%;
    transform: translate(-100%, -70%) rotate(12deg) scale(0.8); }
  /* line 264, object/project/_loading.scss */
  body.-opening.-fvend .p-loading.-play .p-loading__leaf2 img:nth-child(2) {
    left: 66.66%;
    top: -20%;
    transform: translate(0%, -70%) rotate(180deg) scale(0.8); }
  /* line 265, object/project/_loading.scss */
  body.-opening.-fvend .p-loading.-play .p-loading__leaf2 img:nth-child(3) {
    left: 33.33%;
    top: 120%;
    transform: translate(-100%, -20%) rotate(240deg) scale(0.8); }
  /* line 266, object/project/_loading.scss */
  body.-opening.-fvend .p-loading.-play .p-loading__leaf2 img:nth-child(4) {
    left: 66.66%;
    top: 120%;
    transform: translate(0%, -20%) rotate(300deg) scale(0.8); }
  /* line 267, object/project/_loading.scss */
  body.-opening.-fvend .p-loading.-play .p-loading__leaf2 img:nth-child(5) {
    left: -10%;
    top: 50%;
    transform: translate(-100%, -50%) rotate(260deg) scale(0.8); }
  /* line 268, object/project/_loading.scss */
  body.-opening.-fvend .p-loading.-play .p-loading__leaf2 img:nth-child(6) {
    left: 110%;
    top: 50%;
    transform: translate(0%, -50%) rotate(0deg) scale(0.8); }
/* line 273, object/project/_loading.scss */
body.-opening.-fvend .p-home__mainlogo img {
  opacity: 0;
  filter: blur(10px);
  transition: 1s !important; }
/* line 279, object/project/_loading.scss */
body.-opening.-fvend .p-home__environment {
  opacity: 1;
  z-index: 1;
  transition: all 1s 0.5s;
  /*&.--fadeout {
    opacity: 0;
  	transform: translateY(-3%);
    transition : .5s;
  }*/ }

/* line 296, object/project/_loading.scss */
body .l-header {
  position: relative;
  z-index: 999999; }

/* line 301, object/project/_loading.scss */
body.-opening .l-header {
  opacity: 0; }
/* line 305, object/project/_loading.scss */
body.-opening .p-home__mainlogo {
  opacity: 0;
  position: fixed; }
/* line 308, object/project/_loading.scss */
body.-opening .p-home__environment {
  opacity: 0;
  transition: all 1s;
  z-index: 1; }
/* line 319, object/project/_loading.scss */
body.-opening.-loaded .l-header {
  opacity: 1;
  transition: opacity 1s 1.5s; }
/* line 323, object/project/_loading.scss */
body.-opening.-loaded .p-home__mainlogo {
  opacity: 1;
  transition: opacity 1.5s;
  width: 20%;
  height: auto;
  margin: auto;
  /*768px*/
  /*1024px*/
  /*1200px*/
  /*1568px*/ }
  /* line 329, object/project/_loading.scss */
  body.-opening.-loaded .p-home__mainlogo img {
    width: 100%;
    transition: 1s 0.5s; }
  @media screen and (min-width: 768px) {
    /* line 323, object/project/_loading.scss */
    body.-opening.-loaded .p-home__mainlogo {
      width: 12.5%; } }
  @media screen and (min-width: 1024px) {
    /* line 323, object/project/_loading.scss */
    body.-opening.-loaded .p-home__mainlogo {
      width: 7.5%; } }

/* line 3, object/project/_loading_winter.scss */
body .p-home__movie.-winter::before {
  opacity: 0.2; }

/* line 5, object/project/_loading_winter.scss */
.p-loading.winter {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  z-index: 99998;
  top: 0;
  left: 0;
  pointer-events: none;
  /*残すパターン*/ }
  /* line 16, object/project/_loading_winter.scss */
  .p-loading.winter .p-loading__leaf1 {
    z-index: 3; }
    /* line 19, object/project/_loading_winter.scss */
    .p-loading.winter .p-loading__leaf1 img {
      max-width: 400px;
      width: 35%;
      height: auto;
      position: absolute;
      /*左上*/
      /*右上*/
      /*左下*/
      /*右下*/
      /*上中央*/
      /*下中央*/ }
      /* line 20, object/project/_loading_winter.scss */
      .p-loading.winter .p-loading__leaf1 img:nth-child(1) {
        left: 0;
        top: 0%;
        transform: translate(-40%, -50%) rotate(0deg); }
      /* line 21, object/project/_loading_winter.scss */
      .p-loading.winter .p-loading__leaf1 img:nth-child(2) {
        left: 100%;
        top: 0%;
        transform: translate(-60%, -50%) rotate(60deg); }
      /* line 22, object/project/_loading_winter.scss */
      .p-loading.winter .p-loading__leaf1 img:nth-child(3) {
        left: 0%;
        top: 100%;
        transform: translate(-40%, -50%) rotate(120deg); }
      /* line 23, object/project/_loading_winter.scss */
      .p-loading.winter .p-loading__leaf1 img:nth-child(4) {
        left: 100%;
        top: 100%;
        transform: translate(-60%, -50%) rotate(180deg); }
      /* line 24, object/project/_loading_winter.scss */
      .p-loading.winter .p-loading__leaf1 img:nth-child(5) {
        left: 50%;
        top: 0%;
        transform: translate(-50%, -75%) rotate(0deg); }
      /* line 25, object/project/_loading_winter.scss */
      .p-loading.winter .p-loading__leaf1 img:nth-child(6) {
        left: 50%;
        top: 100%;
        transform: translate(-50%, -25%) rotate(300deg); }
  /* line 30, object/project/_loading_winter.scss */
  .p-loading.winter .p-loading__leaf2 {
    z-index: 2;
    /*display: none;*/ }
    /* line 33, object/project/_loading_winter.scss */
    .p-loading.winter .p-loading__leaf2 img {
      max-width: 400px;
      width: 35%;
      height: auto;
      position: absolute;
      /*左上*/
      /*右上*/
      /*左下*/
      /*右下*/
      /*左中央*/
      /*右中央*/
      /*左中央*/
      /*左中央*/
      /*右中央*/
      /*右中央*/
      /*左上*/
      /*右上*/
      /*左下*/
      /*右下*/ }
      /* line 34, object/project/_loading_winter.scss */
      .p-loading.winter .p-loading__leaf2 img:nth-child(1) {
        left: 35%;
        top: -7.5%;
        transform: translate(-50%, -50%) rotate(12deg); }
      /* line 35, object/project/_loading_winter.scss */
      .p-loading.winter .p-loading__leaf2 img:nth-child(2) {
        left: 65%;
        top: -7.5%;
        transform: translate(-50%, -50%) rotate(180deg); }
      /* line 36, object/project/_loading_winter.scss */
      .p-loading.winter .p-loading__leaf2 img:nth-child(3) {
        left: 35%;
        top: 107.5%;
        transform: translate(-50%, -50%) rotate(240deg); }
      /* line 37, object/project/_loading_winter.scss */
      .p-loading.winter .p-loading__leaf2 img:nth-child(4) {
        left: 65%;
        top: 107.5%;
        transform: translate(-50%, -50%) rotate(300deg); }
      /* line 38, object/project/_loading_winter.scss */
      .p-loading.winter .p-loading__leaf2 img:nth-child(5) {
        left: 0%;
        top: 50%;
        transform: translate(-70%, -50%) rotate(260deg);
        z-index: 10; }
      /* line 39, object/project/_loading_winter.scss */
      .p-loading.winter .p-loading__leaf2 img:nth-child(6) {
        left: 100%;
        top: 50%;
        transform: translate(-30%, -50%) rotate(0deg);
        z-index: 10; }
      /* line 40, object/project/_loading_winter.scss */
      .p-loading.winter .p-loading__leaf2 img:nth-child(7) {
        left: -5%;
        top: 30%;
        transform: translate(-50%, -50%) rotate(260deg); }
      /* line 41, object/project/_loading_winter.scss */
      .p-loading.winter .p-loading__leaf2 img:nth-child(8) {
        left: -5%;
        top: 70%;
        transform: translate(-50%, -50%) rotate(260deg); }
      /* line 42, object/project/_loading_winter.scss */
      .p-loading.winter .p-loading__leaf2 img:nth-child(9) {
        left: 105%;
        top: 30%;
        transform: translate(-50%, -50%) rotate(0deg); }
      /* line 43, object/project/_loading_winter.scss */
      .p-loading.winter .p-loading__leaf2 img:nth-child(10) {
        left: 105%;
        top: 70%;
        transform: translate(-50%, -50%) rotate(0deg); }
      /* line 44, object/project/_loading_winter.scss */
      .p-loading.winter .p-loading__leaf2 img:nth-child(11) {
        left: 20%;
        top: -7.5%;
        transform: translate(-50%, -50%) rotate(12deg); }
      /* line 45, object/project/_loading_winter.scss */
      .p-loading.winter .p-loading__leaf2 img:nth-child(12) {
        left: 80%;
        top: -7.5%;
        transform: translate(-50%, -50%) rotate(180deg); }
      /* line 46, object/project/_loading_winter.scss */
      .p-loading.winter .p-loading__leaf2 img:nth-child(13) {
        left: 20%;
        top: 107.5%;
        transform: translate(-50%, -50%) rotate(240deg); }
      /* line 47, object/project/_loading_winter.scss */
      .p-loading.winter .p-loading__leaf2 img:nth-child(14) {
        left: 80%;
        top: 107.5%;
        transform: translate(-50%, -50%) rotate(300deg); }
  /* line 54, object/project/_loading_winter.scss */
  .p-loading.winter.-showLead {
    background: rgba(95, 116, 132, 0.8); }
    /* line 58, object/project/_loading_winter.scss */
    .p-loading.winter.-showLead .p-loading__message-img {
      opacity: 1;
      filter: blur(0); }
  /* line 67, object/project/_loading_winter.scss */
  .p-loading.winter.-play {
    transition: background 2s;
    background: rgba(95, 116, 132, 0); }
    /* line 71, object/project/_loading_winter.scss */
    .p-loading.winter.-play.p-loading.winter .p-loading__message {
      pointer-events: none;
      opacity: 0;
      transition: opacity 1s; }
    /* line 78, object/project/_loading_winter.scss */
    .p-loading.winter.-play.p-loading.winter .p-loading__leaf1 img {
      max-width: 300px;
      width: 30%;
      height: auto;
      position: absolute;
      transition: all ease-in-out 1.5s;
      /*左上*/
      /*右上*/
      /*左下*/
      /*右下*/
      /*上中央*/
      /*下中央*/ }
      /* line 80, object/project/_loading_winter.scss */
      .p-loading.winter.-play.p-loading.winter .p-loading__leaf1 img:nth-child(1) {
        left: 5%;
        top: -5%;
        transform: translate(-100%, -75%) rotate(0deg) scale(0.9); }
      /* line 81, object/project/_loading_winter.scss */
      .p-loading.winter.-play.p-loading.winter .p-loading__leaf1 img:nth-child(2) {
        left: 95%;
        top: -5%;
        transform: translate(0%, -75%) rotate(60deg) scale(0.9); }
      /* line 82, object/project/_loading_winter.scss */
      .p-loading.winter.-play.p-loading.winter .p-loading__leaf1 img:nth-child(3) {
        left: 5%;
        top: 105%;
        transform: translate(-100%, -30%) rotate(120deg) scale(0.9); }
      /* line 83, object/project/_loading_winter.scss */
      .p-loading.winter.-play.p-loading.winter .p-loading__leaf1 img:nth-child(4) {
        left: 95%;
        top: 105%;
        transform: translate(0%, -30%) rotate(180deg) scale(0.9); }
      /* line 84, object/project/_loading_winter.scss */
      .p-loading.winter.-play.p-loading.winter .p-loading__leaf1 img:nth-child(5) {
        left: 50%;
        top: -25%;
        transform: translate(-50%, -100%) rotate(0deg) scale(0.9); }
      /* line 85, object/project/_loading_winter.scss */
      .p-loading.winter.-play.p-loading.winter .p-loading__leaf1 img:nth-child(6) {
        left: 50%;
        top: 125%;
        transform: translate(-50%, 0%) rotate(300deg) scale(0.9); }
    /* line 89, object/project/_loading_winter.scss */
    .p-loading.winter.-play.p-loading.winter .p-loading__leaf2 img {
      max-width: 300px;
      width: 30%;
      height: auto;
      position: absolute;
      transition: all ease-in-out 1.5s;
      /*左上*/
      /*右上*/
      /*左下*/
      /*右下*/
      /*左中央*/
      /*右中央*/
      /*左中央*/
      /*左中央*/
      /*右中央*/
      /*右中央*/
      /*左上*/
      /*右上*/
      /*左下*/
      /*右下*/ }
      /* line 90, object/project/_loading_winter.scss */
      .p-loading.winter.-play.p-loading.winter .p-loading__leaf2 img:nth-child(1) {
        left: 33.33%;
        top: -20%;
        transform: translate(-100%, -70%) rotate(12deg) scale(0.8); }
      /* line 91, object/project/_loading_winter.scss */
      .p-loading.winter.-play.p-loading.winter .p-loading__leaf2 img:nth-child(2) {
        left: 66.66%;
        top: -20%;
        transform: translate(0%, -70%) rotate(180deg) scale(0.8); }
      /* line 92, object/project/_loading_winter.scss */
      .p-loading.winter.-play.p-loading.winter .p-loading__leaf2 img:nth-child(3) {
        left: 33.33%;
        top: 120%;
        transform: translate(-100%, -20%) rotate(240deg) scale(0.8); }
      /* line 93, object/project/_loading_winter.scss */
      .p-loading.winter.-play.p-loading.winter .p-loading__leaf2 img:nth-child(4) {
        left: 66.66%;
        top: 120%;
        transform: translate(0%, -20%) rotate(300deg) scale(0.8); }
      /* line 94, object/project/_loading_winter.scss */
      .p-loading.winter.-play.p-loading.winter .p-loading__leaf2 img:nth-child(5) {
        left: -10%;
        top: 50%;
        transform: translate(-100%, -50%) rotate(260deg) scale(0.8); }
      /* line 95, object/project/_loading_winter.scss */
      .p-loading.winter.-play.p-loading.winter .p-loading__leaf2 img:nth-child(6) {
        left: 110%;
        top: 50%;
        transform: translate(0%, -50%) rotate(0deg) scale(0.8); }
      /* line 97, object/project/_loading_winter.scss */
      .p-loading.winter.-play.p-loading.winter .p-loading__leaf2 img:nth-child(7) {
        left: -40%;
        top: 30%;
        transform: translate(-50%, -50%) rotate(260deg) scale(0.8); }
      /* line 98, object/project/_loading_winter.scss */
      .p-loading.winter.-play.p-loading.winter .p-loading__leaf2 img:nth-child(8) {
        left: -40%;
        top: 70%;
        transform: translate(-50%, -50%) rotate(260deg) scale(0.8); }
      /* line 99, object/project/_loading_winter.scss */
      .p-loading.winter.-play.p-loading.winter .p-loading__leaf2 img:nth-child(9) {
        left: 140%;
        top: 30%;
        transform: translate(-50%, -50%) rotate(0deg) scale(0.8); }
      /* line 100, object/project/_loading_winter.scss */
      .p-loading.winter.-play.p-loading.winter .p-loading__leaf2 img:nth-child(10) {
        left: 140%;
        top: 70%;
        transform: translate(-50%, -50%) rotate(0deg) scale(0.8); }
      /* line 101, object/project/_loading_winter.scss */
      .p-loading.winter.-play.p-loading.winter .p-loading__leaf2 img:nth-child(11) {
        left: 20%;
        top: -25.5%;
        transform: translate(-50%, -50%) rotate(12deg) scale(0.8); }
      /* line 102, object/project/_loading_winter.scss */
      .p-loading.winter.-play.p-loading.winter .p-loading__leaf2 img:nth-child(12) {
        left: 80%;
        top: -25.5%;
        transform: translate(-50%, -50%) rotate(180deg) scale(0.8); }
      /* line 103, object/project/_loading_winter.scss */
      .p-loading.winter.-play.p-loading.winter .p-loading__leaf2 img:nth-child(13) {
        left: 20%;
        top: 125.5%;
        transform: translate(-50%, -50%) rotate(240deg) scale(0.8); }
      /* line 104, object/project/_loading_winter.scss */
      .p-loading.winter.-play.p-loading.winter .p-loading__leaf2 img:nth-child(14) {
        left: 80%;
        top: 125.5%;
        transform: translate(-50%, -50%) rotate(300deg) scale(0.8); }

/*///////////////////

縦長の場合

//////////////////*/
/* line 119, object/project/_loading_winter.scss */
body.portrait .p-loading.winter {
  /**/ }
  /* line 120, object/project/_loading_winter.scss */
  body.portrait .p-loading.winter .p-loading__leaf1 {
    z-index: 3; }
    /* line 122, object/project/_loading_winter.scss */
    body.portrait .p-loading.winter .p-loading__leaf1 img {
      max-width: 500px;
      width: 50%;
      height: auto;
      position: absolute;
      transition: all ease-in-out 1.5s;
      /*左上*/
      /*右上*/
      /*左下*/
      /*右下*/
      /*上中央*/
      /*下中央*/ }
      /* line 123, object/project/_loading_winter.scss */
      body.portrait .p-loading.winter .p-loading__leaf1 img:nth-child(1) {
        left: 0;
        top: 25%;
        transform: translate(-75%, -60%) rotate(0deg); }
      /* line 124, object/project/_loading_winter.scss */
      body.portrait .p-loading.winter .p-loading__leaf1 img:nth-child(2) {
        left: 100%;
        top: 25%;
        transform: translate(-25%, -60%) rotate(60deg); }
      /* line 125, object/project/_loading_winter.scss */
      body.portrait .p-loading.winter .p-loading__leaf1 img:nth-child(3) {
        left: 0%;
        top: 75%;
        transform: translate(-75%, -40%) rotate(120deg); }
      /* line 126, object/project/_loading_winter.scss */
      body.portrait .p-loading.winter .p-loading__leaf1 img:nth-child(4) {
        left: 100%;
        top: 75%;
        transform: translate(-25%, -40%) rotate(180deg); }
      /* line 127, object/project/_loading_winter.scss */
      body.portrait .p-loading.winter .p-loading__leaf1 img:nth-child(5) {
        left: 50%;
        top: 5%;
        transform: translate(-50%, -65%) rotate(0deg); }
      /* line 128, object/project/_loading_winter.scss */
      body.portrait .p-loading.winter .p-loading__leaf1 img:nth-child(6) {
        left: 50%;
        top: 95%;
        transform: translate(-50%, -35%) rotate(300deg); }
  /* line 132, object/project/_loading_winter.scss */
  body.portrait .p-loading.winter .p-loading__leaf2 {
    z-index: 2; }
    /* line 134, object/project/_loading_winter.scss */
    body.portrait .p-loading.winter .p-loading__leaf2 img {
      max-width: 500px;
      width: 50%;
      height: auto;
      position: absolute;
      /*左上*/
      /*右上*/
      /*左下*/
      /*右下*/
      /*左中央*/
      /*右中央*/
      /*左中央*/
      /*左中央*/
      /*右中央*/
      /*右中央*/
      /*左上*/
      /*右上*/
      /*左下*/
      /*右下*/ }
      /* line 135, object/project/_loading_winter.scss */
      body.portrait .p-loading.winter .p-loading__leaf2 img:nth-child(1) {
        left: 0%;
        top: 4%;
        transform: translate(-35%, -25%) rotate(12deg); }
      /* line 136, object/project/_loading_winter.scss */
      body.portrait .p-loading.winter .p-loading__leaf2 img:nth-child(2) {
        left: 100%;
        top: 3%;
        transform: translate(-65%, -25%) rotate(180deg); }
      /* line 137, object/project/_loading_winter.scss */
      body.portrait .p-loading.winter .p-loading__leaf2 img:nth-child(3) {
        left: 0%;
        top: 95%;
        transform: translate(-35%, -65%) rotate(240deg); }
      /* line 138, object/project/_loading_winter.scss */
      body.portrait .p-loading.winter .p-loading__leaf2 img:nth-child(4) {
        left: 100%;
        top: 95%;
        transform: translate(-65%, -65%) rotate(300deg); }
      /* line 139, object/project/_loading_winter.scss */
      body.portrait .p-loading.winter .p-loading__leaf2 img:nth-child(5) {
        left: 0%;
        top: 50%;
        transform: translate(-80%, -50%) rotate(260deg); }
      /* line 140, object/project/_loading_winter.scss */
      body.portrait .p-loading.winter .p-loading__leaf2 img:nth-child(6) {
        left: 100%;
        top: 50%;
        transform: translate(-20%, -50%) rotate(0deg); }
      /* line 141, object/project/_loading_winter.scss */
      body.portrait .p-loading.winter .p-loading__leaf2 img:nth-child(7) {
        left: -5%;
        top: 36%;
        transform: translate(-50%, -50%) rotate(260deg) scale(0.8); }
      /* line 142, object/project/_loading_winter.scss */
      body.portrait .p-loading.winter .p-loading__leaf2 img:nth-child(8) {
        left: -5%;
        top: 65%;
        transform: translate(-50%, -50%) rotate(260deg) scale(0.8); }
      /* line 143, object/project/_loading_winter.scss */
      body.portrait .p-loading.winter .p-loading__leaf2 img:nth-child(9) {
        left: 107%;
        top: 36%;
        transform: translate(-50%, -50%) rotate(0deg) scale(0.8); }
      /* line 144, object/project/_loading_winter.scss */
      body.portrait .p-loading.winter .p-loading__leaf2 img:nth-child(10) {
        left: 107%;
        top: 64%;
        transform: translate(-50%, -50%) rotate(0deg) scale(0.8); }
      /* line 145, object/project/_loading_winter.scss */
      body.portrait .p-loading.winter .p-loading__leaf2 img:nth-child(11) {
        left: 20%;
        top: 4%;
        transform: translate(-50%, -50%) rotate(12deg) scale(0.8); }
      /* line 146, object/project/_loading_winter.scss */
      body.portrait .p-loading.winter .p-loading__leaf2 img:nth-child(12) {
        left: 80%;
        top: 4%;
        transform: translate(-50%, -50%) rotate(180deg) scale(0.8); }
      /* line 147, object/project/_loading_winter.scss */
      body.portrait .p-loading.winter .p-loading__leaf2 img:nth-child(13) {
        left: 20%;
        top: 96.5%;
        transform: translate(-50%, -50%) rotate(240deg) scale(0.8); }
      /* line 148, object/project/_loading_winter.scss */
      body.portrait .p-loading.winter .p-loading__leaf2 img:nth-child(14) {
        left: 80%;
        top: 96.5%;
        transform: translate(-50%, -50%) rotate(300deg) scale(0.8); }
  /* line 153, object/project/_loading_winter.scss */
  body.portrait .p-loading.winter.-play .p-loading__leaf1 img {
    /*左上*/
    /*右上*/
    /*左下*/
    /*右下*/
    /*上中央*/
    /*下中央*/ }
    /* line 154, object/project/_loading_winter.scss */
    body.portrait .p-loading.winter.-play .p-loading__leaf1 img:nth-child(1) {
      left: -20%;
      top: 25%;
      transform: translate(-75%, -60%) rotate(0deg) scale(0.8); }
    /* line 155, object/project/_loading_winter.scss */
    body.portrait .p-loading.winter.-play .p-loading__leaf1 img:nth-child(2) {
      left: 120%;
      top: 25%;
      transform: translate(-25%, -60%) rotate(60deg) scale(0.8); }
    /* line 156, object/project/_loading_winter.scss */
    body.portrait .p-loading.winter.-play .p-loading__leaf1 img:nth-child(3) {
      left: -20%;
      top: 75%;
      transform: translate(-75%, -40%) rotate(120deg) scale(0.8); }
    /* line 157, object/project/_loading_winter.scss */
    body.portrait .p-loading.winter.-play .p-loading__leaf1 img:nth-child(4) {
      left: 120%;
      top: 75%;
      transform: translate(-25%, -40%) rotate(180deg) scale(0.8); }
    /* line 158, object/project/_loading_winter.scss */
    body.portrait .p-loading.winter.-play .p-loading__leaf1 img:nth-child(5) {
      left: 50%;
      top: -20%;
      transform: translate(-50%, -65%) rotate(0deg) scale(0.8); }
    /* line 159, object/project/_loading_winter.scss */
    body.portrait .p-loading.winter.-play .p-loading__leaf1 img:nth-child(6) {
      left: 50%;
      top: 120%;
      transform: translate(-50%, -35%) rotate(300deg) scale(0.8); }
  /* line 163, object/project/_loading_winter.scss */
  body.portrait .p-loading.winter.-play .p-loading__leaf2 img {
    /*左上*/
    /*右上*/
    /*左下*/
    /*右下*/
    /*左中央*/
    /*右中央*/
    /*左中央*/
    /*左中央*/
    /*右中央*/
    /*右中央*/
    /*左上*/
    /*右上*/
    /*左下*/
    /*右下*/ }
    /* line 164, object/project/_loading_winter.scss */
    body.portrait .p-loading.winter.-play .p-loading__leaf2 img:nth-child(1) {
      left: -30%;
      top: 0%;
      transform: translate(-35%, -25%) rotate(12deg) scale(0.8); }
    /* line 165, object/project/_loading_winter.scss */
    body.portrait .p-loading.winter.-play .p-loading__leaf2 img:nth-child(2) {
      left: 100%;
      top: -30%;
      transform: translate(-65%, -25%) rotate(180deg) scale(0.8); }
    /* line 166, object/project/_loading_winter.scss */
    body.portrait .p-loading.winter.-play .p-loading__leaf2 img:nth-child(3) {
      left: -30%;
      top: 95%;
      transform: translate(-35%, -65%) rotate(240deg) scale(0.8); }
    /* line 167, object/project/_loading_winter.scss */
    body.portrait .p-loading.winter.-play .p-loading__leaf2 img:nth-child(4) {
      left: 130%;
      top: 95%;
      transform: translate(-65%, -65%) rotate(300deg) scale(0.8); }
    /* line 168, object/project/_loading_winter.scss */
    body.portrait .p-loading.winter.-play .p-loading__leaf2 img:nth-child(5) {
      left: -30%;
      top: 50%;
      transform: translate(-80%, -50%) rotate(260deg) scale(0.8); }
    /* line 169, object/project/_loading_winter.scss */
    body.portrait .p-loading.winter.-play .p-loading__leaf2 img:nth-child(6) {
      left: 130%;
      top: 50%;
      transform: translate(-20%, -50%) rotate(0deg) scale(0.8); }
    /* line 170, object/project/_loading_winter.scss */
    body.portrait .p-loading.winter.-play .p-loading__leaf2 img:nth-child(7) {
      left: -30%;
      top: 36%;
      transform: translate(-50%, -50%) rotate(260deg) scale(0.8); }
    /* line 171, object/project/_loading_winter.scss */
    body.portrait .p-loading.winter.-play .p-loading__leaf2 img:nth-child(8) {
      left: -30%;
      top: 65%;
      transform: translate(-50%, -50%) rotate(260deg) scale(0.8); }
    /* line 172, object/project/_loading_winter.scss */
    body.portrait .p-loading.winter.-play .p-loading__leaf2 img:nth-child(9) {
      left: 135%;
      top: 36%;
      transform: translate(-50%, -50%) rotate(0deg) scale(0.8); }
    /* line 173, object/project/_loading_winter.scss */
    body.portrait .p-loading.winter.-play .p-loading__leaf2 img:nth-child(10) {
      left: 135%;
      top: 64%;
      transform: translate(-50%, -50%) rotate(0deg) scale(0.8); }
    /* line 174, object/project/_loading_winter.scss */
    body.portrait .p-loading.winter.-play .p-loading__leaf2 img:nth-child(11) {
      left: 20%;
      top: -34%;
      transform: translate(-50%, -50%) rotate(12deg) scale(0.8); }
    /* line 175, object/project/_loading_winter.scss */
    body.portrait .p-loading.winter.-play .p-loading__leaf2 img:nth-child(12) {
      left: 80%;
      top: -34%;
      transform: translate(-50%, -50%) rotate(180deg) scale(0.8); }
    /* line 176, object/project/_loading_winter.scss */
    body.portrait .p-loading.winter.-play .p-loading__leaf2 img:nth-child(13) {
      left: 20%;
      top: 130%;
      transform: translate(-50%, -50%) rotate(240deg) scale(0.8); }
    /* line 177, object/project/_loading_winter.scss */
    body.portrait .p-loading.winter.-play .p-loading__leaf2 img:nth-child(14) {
      left: 80%;
      top: 130%;
      transform: translate(-50%, -50%) rotate(300deg) scale(0.8); }

/*引っ込んでいくところ*/
/* line 189, object/project/_loading_winter.scss */
body.-opening.-fvend .winter .p-home__mainlogo img {
  opacity: 0;
  filter: blur(10px);
  transition: 1s !important; }
/* line 195, object/project/_loading_winter.scss */
body.-opening.-fvend .winter .p-home__environment {
  opacity: 1;
  z-index: 1;
  transition: all 1s 0.5s;
  /*&.--fadeout {
    opacity: 0;
  	transform: translateY(-3%);
    transition : .5s;
  }*/ }
/* line 206, object/project/_loading_winter.scss */
body.-opening.-fvend .winter .p-loading__leaf1 img {
  /*左上*/
  /*右上*/
  /*左下*/
  /*右下*/
  /*上中央*/
  /*下中央*/ }
  /* line 207, object/project/_loading_winter.scss */
  body.-opening.-fvend .winter .p-loading__leaf1 img:nth-child(1) {
    left: -20%;
    top: 25%;
    transform: translate(-75%, -60%) rotate(0deg) scale(0.8); }
  /* line 208, object/project/_loading_winter.scss */
  body.-opening.-fvend .winter .p-loading__leaf1 img:nth-child(2) {
    left: 120%;
    top: 25%;
    transform: translate(-25%, -60%) rotate(60deg) scale(0.8); }
  /* line 209, object/project/_loading_winter.scss */
  body.-opening.-fvend .winter .p-loading__leaf1 img:nth-child(3) {
    left: -20%;
    top: 75%;
    transform: translate(-75%, -40%) rotate(120deg) scale(0.8); }
  /* line 210, object/project/_loading_winter.scss */
  body.-opening.-fvend .winter .p-loading__leaf1 img:nth-child(4) {
    left: 120%;
    top: 75%;
    transform: translate(-25%, -40%) rotate(180deg) scale(0.8); }
  /* line 211, object/project/_loading_winter.scss */
  body.-opening.-fvend .winter .p-loading__leaf1 img:nth-child(5) {
    left: 50%;
    top: -20%;
    transform: translate(-50%, -65%) rotate(0deg) scale(0.8); }
  /* line 212, object/project/_loading_winter.scss */
  body.-opening.-fvend .winter .p-loading__leaf1 img:nth-child(6) {
    left: 50%;
    top: 120%;
    transform: translate(-50%, -35%) rotate(300deg) scale(0.8); }
/* line 216, object/project/_loading_winter.scss */
body.-opening.-fvend .winter .p-loading__leaf2 img {
  /*左上*/
  /*右上*/
  /*左下*/
  /*右下*/
  /*左中央*/
  /*右中央*/
  /*左中央*/
  /*左中央*/
  /*右中央*/
  /*右中央*/
  /*左上*/
  /*右上*/
  /*左下*/
  /*右下*/ }
  /* line 217, object/project/_loading_winter.scss */
  body.-opening.-fvend .winter .p-loading__leaf2 img:nth-child(1) {
    left: -30%;
    top: 0%;
    transform: translate(-35%, -25%) rotate(12deg) scale(0.8); }
  /* line 218, object/project/_loading_winter.scss */
  body.-opening.-fvend .winter .p-loading__leaf2 img:nth-child(2) {
    left: 100%;
    top: -30%;
    transform: translate(-65%, -25%) rotate(180deg) scale(0.8); }
  /* line 219, object/project/_loading_winter.scss */
  body.-opening.-fvend .winter .p-loading__leaf2 img:nth-child(3) {
    left: -30%;
    top: 95%;
    transform: translate(-35%, -65%) rotate(240deg) scale(0.8); }
  /* line 220, object/project/_loading_winter.scss */
  body.-opening.-fvend .winter .p-loading__leaf2 img:nth-child(4) {
    left: 130%;
    top: 95%;
    transform: translate(-65%, -65%) rotate(300deg) scale(0.8); }
  /* line 221, object/project/_loading_winter.scss */
  body.-opening.-fvend .winter .p-loading__leaf2 img:nth-child(5) {
    left: -30%;
    top: 50%;
    transform: translate(-80%, -50%) rotate(260deg) scale(0.8); }
  /* line 222, object/project/_loading_winter.scss */
  body.-opening.-fvend .winter .p-loading__leaf2 img:nth-child(6) {
    left: 130%;
    top: 50%;
    transform: translate(-20%, -50%) rotate(0deg) scale(0.8); }
  /* line 223, object/project/_loading_winter.scss */
  body.-opening.-fvend .winter .p-loading__leaf2 img:nth-child(7) {
    left: -30%;
    top: 36%;
    transform: translate(-50%, -50%) rotate(260deg) scale(0.8); }
  /* line 224, object/project/_loading_winter.scss */
  body.-opening.-fvend .winter .p-loading__leaf2 img:nth-child(8) {
    left: -30%;
    top: 65%;
    transform: translate(-50%, -50%) rotate(260deg) scale(0.8); }
  /* line 225, object/project/_loading_winter.scss */
  body.-opening.-fvend .winter .p-loading__leaf2 img:nth-child(9) {
    left: 135%;
    top: 36%;
    transform: translate(-50%, -50%) rotate(0deg) scale(0.8); }
  /* line 226, object/project/_loading_winter.scss */
  body.-opening.-fvend .winter .p-loading__leaf2 img:nth-child(10) {
    left: 135%;
    top: 64%;
    transform: translate(-50%, -50%) rotate(0deg) scale(0.8); }
  /* line 227, object/project/_loading_winter.scss */
  body.-opening.-fvend .winter .p-loading__leaf2 img:nth-child(11) {
    left: 20%;
    top: -34%;
    transform: translate(-50%, -50%) rotate(12deg) scale(0.8); }
  /* line 228, object/project/_loading_winter.scss */
  body.-opening.-fvend .winter .p-loading__leaf2 img:nth-child(12) {
    left: 80%;
    top: -34%;
    transform: translate(-50%, -50%) rotate(180deg) scale(0.8); }
  /* line 229, object/project/_loading_winter.scss */
  body.-opening.-fvend .winter .p-loading__leaf2 img:nth-child(13) {
    left: 20%;
    top: 130%;
    transform: translate(-50%, -50%) rotate(240deg) scale(0.8); }
  /* line 230, object/project/_loading_winter.scss */
  body.-opening.-fvend .winter .p-loading__leaf2 img:nth-child(14) {
    left: 80%;
    top: 130%;
    transform: translate(-50%, -50%) rotate(300deg) scale(0.8); }

/* line 241, object/project/_loading_winter.scss */
.winter .l-header {
  position: relative;
  z-index: 999999; }

/* line 247, object/project/_loading_winter.scss */
body.-opening .winter .l-header {
  opacity: 0; }
/* line 251, object/project/_loading_winter.scss */
body.-opening .winter .p-home__mainlogo {
  opacity: 0;
  position: fixed; }
/* line 254, object/project/_loading_winter.scss */
body.-opening .winter .p-home__environment {
  opacity: 0;
  transition: all 1s;
  z-index: 1; }
/* line 265, object/project/_loading_winter.scss */
body.-opening .winter.-loaded .l-header {
  opacity: 1;
  transition: opacity 1s 1.5s; }
/* line 269, object/project/_loading_winter.scss */
body.-opening .winter.-loaded .p-home__mainlogo {
  opacity: 1;
  transition: opacity 1.5s;
  width: 20%;
  height: auto;
  margin: auto;
  /*768px*/
  /*1024px*/
  /*1200px*/
  /*1568px*/ }
  /* line 275, object/project/_loading_winter.scss */
  body.-opening .winter.-loaded .p-home__mainlogo img {
    width: 100%;
    transition: 1s 0.5s; }
  @media screen and (min-width: 768px) {
    /* line 269, object/project/_loading_winter.scss */
    body.-opening .winter.-loaded .p-home__mainlogo {
      width: 12.5%; } }
  @media screen and (min-width: 1024px) {
    /* line 269, object/project/_loading_winter.scss */
    body.-opening .winter.-loaded .p-home__mainlogo {
      width: 7.5%; } }

/* CSS Document */
/*
  Pagination
*/
/* line 5, object/project/_pagination.scss */
.p-pagination {
  text-align: center;
  position: relative;
  padding: 0 5em;
  line-height: 1em; }
  /* line 12, object/project/_pagination.scss */
  .p-pagination .page-numbers {
    padding: 1.5em;
    position: relative;
    display: inline-block;
    margin: 0 .25em; }
    @media screen and (min-width: 768px) {
      /* line 12, object/project/_pagination.scss */
      .p-pagination .page-numbers {
        margin: 0 .5em; } }
    /* line 21, object/project/_pagination.scss */
    .p-pagination .page-numbers.current {
      background: url(../img/common/circle.svg) no-repeat center;
      background-size: 98%; }
  /* line 27, object/project/_pagination.scss */
  .p-pagination .prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 0;
    height: 2em;
    line-height: 2em; }
    /* line 37, object/project/_pagination.scss */
    .p-pagination .prev svg {
      transform: scaleX(-1); }
  /* line 39, object/project/_pagination.scss */
  .p-pagination .next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 0;
    height: 2em;
    line-height: 2em; }

/* line 1, object/project/_today.scss */
.p-today__checktime,
.p-today__meter.val-8 {
  display: none; }

/* line 4, object/project/_today.scss */
.p-today {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  color: #FFF;
  background: #073947;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s; }
  /* line 21, object/project/_today.scss */
  .p-today.-open {
    opacity: 1;
    pointer-events: auto; }
  /* line 26, object/project/_today.scss */
  .p-today__conts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    max-width: 830px;
    margin: auto; }
    @media screen and (min-width: 768px) {
      /* line 26, object/project/_today.scss */
      .p-today__conts {
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-end; } }
  /* line 40, object/project/_today.scss */
  .p-today__close {
    position: absolute;
    top: 3.12vw;
    right: 3.12vw;
    margin: auto;
    background: none;
    padding: 0;
    border: none;
    cursor: pointer;
    z-index: 3;
    display: none; }
  /* line 53, object/project/_today.scss */
  .p-today__title {
    font-size: 1.5rem;
    margin-bottom: 0.5em; }
    @media screen and (min-width: 1024px) {
      /* line 53, object/project/_today.scss */
      .p-today__title {
        font-size: 2rem;
        margin-bottom: 2em; } }
  /* line 65, object/project/_today.scss */
  .p-today__conditions {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 3rem; }
    @media screen and (min-width: 768px) {
      /* line 65, object/project/_today.scss */
      .p-today__conditions {
        width: auto;
        order: 2;
        margin-bottom: 0; } }
  /* line 78, object/project/_today.scss */
  .p-today__meter {
    margin: 0em auto 1em;
    display: block;
    width: 100%;
    max-width: 500px;
    position: relative;
    display: none; }
    /* line 85, object/project/_today.scss */
    .p-today__meter img {
      width: 30%;
      max-width: 200px; }
    @media screen and (min-width: 1024px) {
      /* line 87, object/project/_today.scss */
      .p-today__meter img {
        width: 50%;
        max-width: 300px; } }
    /* line 90, object/project/_today.scss */
    .p-today__meter::before {
      content: '';
      width: 10%;
      height: 100%;
      background: url(../img/common/full.svg) no-repeat left center/auto 100%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      z-index: 2; }
    /* line 103, object/project/_today.scss */
    .p-today__meter.val-1::before {
      width: 10%; }
    /* line 106, object/project/_today.scss */
    .p-today__meter.val-2::before {
      width: 20%; }
    /* line 109, object/project/_today.scss */
    .p-today__meter.val-3::before {
      width: 30%; }
    /* line 112, object/project/_today.scss */
    .p-today__meter.val-4::before {
      width: 40%; }
    /* line 115, object/project/_today.scss */
    .p-today__meter.val-5::before {
      width: 50%; }
    /* line 118, object/project/_today.scss */
    .p-today__meter.val-6::before {
      width: 60%; }
    /* line 121, object/project/_today.scss */
    .p-today__meter.val-7::before {
      width: 70%; }
    /* line 124, object/project/_today.scss */
    .p-today__meter.val-8::before {
      width: 80%; }
    /* line 127, object/project/_today.scss */
    .p-today__meter.val-9::before {
      width: 90%; }
    /* line 130, object/project/_today.scss */
    .p-today__meter.val-10::before {
      width: 100%; }
    /* line 134, object/project/_today.scss */
    .p-today__meter.--close::before {
      display: none; }
  /* line 140, object/project/_today.scss */
  .p-today .c-btn-ellipse {
    width: 220px;
    height: 78px;
    margin-top: 2rem; }
    @media screen and (min-width: 1024px) {
      /* line 140, object/project/_today.scss */
      .p-today .c-btn-ellipse {
        margin-top: 4rem; } }
  /* line 150, object/project/_today.scss */
  .p-today__bath__south, .p-today__bath__north {
    position: relative;
    width: 8rem; }
    @media screen and (min-width: 768px) {
      /* line 150, object/project/_today.scss */
      .p-today__bath__south, .p-today__bath__north {
        width: 10rem; } }
  /* line 158, object/project/_today.scss */
  .p-today__bath__south {
    margin-right: 2em; }
    @media screen and (min-width: 768px) {
      /* line 158, object/project/_today.scss */
      .p-today__bath__south {
        order: 1; } }
  /* line 164, object/project/_today.scss */
  .p-today__bath__north {
    margin-right: 0; }
    @media screen and (min-width: 768px) {
      /* line 164, object/project/_today.scss */
      .p-today__bath__north {
        order: 3; } }
  /* line 170, object/project/_today.scss */
  .p-today__bath__south::before {
    content: '';
    width: 100%;
    height: 10px;
    display: block;
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 768px) {
      /* line 170, object/project/_today.scss */
      .p-today__bath__south::before {
        margin-bottom: 2rem; } }
  /* line 180, object/project/_today.scss */
  .p-today__bath__north::before {
    content: '';
    width: 100%;
    height: 10px;
    display: block;
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 768px) {
      /* line 180, object/project/_today.scss */
      .p-today__bath__north::before {
        margin-bottom: 2rem; } }
  /* line 192, object/project/_today.scss */
  .p-today__bath__block.--men::before {
    background: linear-gradient(90deg, #5CD8DD 33%, #2FCBD6 33%, #2FCBD6 66%, #00B3A4 66%); }
  /* line 195, object/project/_today.scss */
  .p-today__bath__block.--wemen::before {
    background: linear-gradient(90deg, #F5B52E 33%, #F5DD39 33%, #F5DD39 66%, #F3ECA9 66%); }
  /* line 201, object/project/_today.scss */
  .p-today__bath__title {
    font-size: 2em;
    text-align: center;
    line-height: 1.5em; }
    /* line 205, object/project/_today.scss */
    .p-today__bath__title span {
      font-size: .5em;
      display: block; }
      /* line 208, object/project/_today.scss */
      .p-today__bath__title span:nth-child(1) {
        line-height: 1em; }
      /* line 209, object/project/_today.scss */
      .p-today__bath__title span:last-child {
        width: 5em;
        text-align: center;
        margin: 0 auto;
        background: #fff;
        padding: 0 0.25em;
        color: #073947;
        border-radius: 1em;
        line-height: 1.6em;
        font-size: 0.9rem;
        margin-top: 0.5em; }
  /* line 213, object/project/_today.scss */
  .p-today__bath__for {
    font-size: 2.5rem;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin-top: .5em;
    width: 100%;
    line-height: 8rem; }
    @media screen and (min-width: 768px) {
      /* line 213, object/project/_today.scss */
      .p-today__bath__for {
        font-size: 3.5rem;
        line-height: 10rem;
        margin-top: 1em; } }

/* news ticker
----------------------------*/
/* line 6, object/project/_news-ticker.scss */
.p-news-ticker__wrapper {
  position: absolute;
  width: 90%;
  left: 5%;
  top: calc(100% + 7.5rem);
  margin: auto;
  z-index: 99;
  color: #FFF;
  background: #073947;
  padding: 1.3rem 1.5rem;
  pointer-events: auto;
  transition: opacity .5s; }
  @media screen and (min-width: 768px) {
    /* line 6, object/project/_news-ticker.scss */
    .p-news-ticker__wrapper {
      position: fixed;
      max-width: calc(100% - 300px);
      left: 0;
      bottom: 0;
      top: auto;
      background: none;
      padding-left: calc(3.12% + 2.5rem);
      padding-top: 0;
      padding-right: 0;
      height: calc(60px  + 1.5rem); } }
  /* line 33, object/project/_news-ticker.scss */
  .p-news-ticker__wrapper .swiper-slide {
    opacity: 0 !important; }
    @media screen and (min-width: 768px) {
      /* line 33, object/project/_news-ticker.scss */
      .p-news-ticker__wrapper .swiper-slide {
        height: 60px; } }
  /* line 40, object/project/_news-ticker.scss */
  .p-news-ticker__wrapper .p-news-ticker__article {
    transition: transform 2s, opacity 1s, filter 2s; }
  /* line 45, object/project/_news-ticker.scss */
  .p-news-ticker__wrapper .swiper-slide-prev {
    overflow: visible; }
    /* line 47, object/project/_news-ticker.scss */
    .p-news-ticker__wrapper .swiper-slide-prev .p-news-ticker__article {
      filter: blur(5px);
      transform: translateY(-10px);
      opacity: 0; }
  /* line 54, object/project/_news-ticker.scss */
  .p-news-ticker__wrapper .swiper-slide-next .p-news-ticker__article {
    transform: translateY(0px); }
  /* line 58, object/project/_news-ticker.scss */
  .p-news-ticker__wrapper .swiper-slide-active {
    opacity: 1 !important; }
    /* line 61, object/project/_news-ticker.scss */
    .p-news-ticker__wrapper .swiper-slide-active .p-news-ticker__article {
      transform: translateY(0); }
  @media screen and (min-width: 768px) {
    /* line 66, object/project/_news-ticker.scss */
    .p-news-ticker__wrapper.-leave {
      opacity: 0;
      pointer-events: none; } }
/* line 74, object/project/_news-ticker.scss */
.p-news-ticker__title {
  font-size: .75rem;
  margin-bottom: 1em;
  line-height: 120%; }
  @media screen and (min-width: 768px) {
    /* line 74, object/project/_news-ticker.scss */
    .p-news-ticker__title {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: absolute;
      left: 3.12vw;
      top: 0;
      margin: auto; } }
/* line 88, object/project/_news-ticker.scss */
.p-news-ticker__article {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  /* line 94, object/project/_news-ticker.scss */
  .p-news-ticker__article__img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden; }
  /* line 100, object/project/_news-ticker.scss */
  .p-news-ticker__article__text {
    width: calc(100% - 70px); }
  /* line 103, object/project/_news-ticker.scss */
  .p-news-ticker__article__date {
    display: block;
    line-height: 120%;
    font-size: .75rem;
    margin-bottom: .5em; }
  /* line 109, object/project/_news-ticker.scss */
  .p-news-ticker__article__title {
    font-size: .875rem;
    line-height: 150%;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      /* line 109, object/project/_news-ticker.scss */
      .p-news-ticker__article__title {
        height: 1.5em;
        width: 35em;
        -webkit-line-clamp: none;
        line-clamp: none;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
        white-space: nowrap; } }

/*
  3.2 - Utility
-----------------------------------------------------*/
/* CSS Document */
/* line 3, object/utility/_color.scss */
.c-bg--white {
  background: #FFF; }

/* line 6, object/utility/_break.scss */
.pc-none {
  display: block; }
  @media screen and (min-width: 768px) {
    /* line 6, object/utility/_break.scss */
    .pc-none {
      display: none; } }

/* line 14, object/utility/_break.scss */
.sp-none {
  display: none; }
  @media screen and (min-width: 768px) {
    /* line 14, object/utility/_break.scss */
    .sp-none {
      display: block; } }

/* line 6, object/utility/_margin.scss */
.u-center {
  text-align: center; }

/* line 12, object/utility/_margin.scss */
.u-mt--0 {
  margin-top: 0; }
/* line 15, object/utility/_margin.scss */
.u-mt--xsmall {
  margin-top: 0.5em; }
/* line 18, object/utility/_margin.scss */
.u-mt--small {
  margin-top: 1em; }
/* line 21, object/utility/_margin.scss */
.u-mt--medium {
  margin-top: 1.5em; }
/* line 24, object/utility/_margin.scss */
.u-mt--large {
  margin-top: 2em; }
/* line 27, object/utility/_margin.scss */
.u-mt--xlarge {
  margin-top: 2.5em; }

/* line 33, object/utility/_margin.scss */
.u-mb--0 {
  margin-bottom: 0; }
/* line 36, object/utility/_margin.scss */
.u-mb--xsmall {
  margin-bottom: 0.5em; }
/* line 39, object/utility/_margin.scss */
.u-mb--small {
  margin-bottom: 1em; }
/* line 42, object/utility/_margin.scss */
.u-mb--medium {
  margin-bottom: 1.5em; }
/* line 45, object/utility/_margin.scss */
.u-mb--large {
  margin-bottom: 2em; }
/* line 48, object/utility/_margin.scss */
.u-mb--xlarge {
  margin-bottom: 2.5em; }

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