@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: 0;
  background: transparent;
  border: 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

/* change colours to suit your needs */
mark {
  font-style: italic;
  font-weight: bold;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

/* 追加 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

/* ----------------------------------------------------
foundation - base
---------------------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
@media screen and (width < 1300px) {
  html {
    scroll-padding-top: 140px;
  }
}
@media screen and (width < 1024px) {
  html {
    scroll-padding-top: 46px;
  }
}

body {
  position: relative;
  width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #222;
  text-align: center;
}

a {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:focus,
a:hover {
  opacity: 0.8;
}

/* ----------------------------------------------------
layout
---------------------------------------------------- */
.l-header {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.l-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-header__bg-image {
  -webkit-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
  -webkit-animation-name: header-anime;
  animation-name: header-anime;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.l-header__bg-image:nth-child(1) {
  position: absolute;
  top: 2vw;
  left: 11vw;
  width: 18vw;
}
@media screen and (width < 768px) {
  .l-header__bg-image:nth-child(1) {
    top: 10vw;
    left: 10vw;
  }
}
.l-header__bg-image:nth-child(2) {
  position: absolute;
  top: 20vw;
  left: -9vw;
  width: 30vw;
}
@media screen and (width < 768px) {
  .l-header__bg-image:nth-child(2) {
    top: 30vw;
    left: -10vw;
  }
}
.l-header__bg-image:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 16vw;
  width: 16vw;
}
@media screen and (width < 768px) {
  .l-header__bg-image:nth-child(3) {
    left: 5vw;
    width: 18vw;
  }
}
.l-header__bg-image:nth-child(4) {
  position: absolute;
  top: 7vw;
  right: 6vw;
  width: 27vw;
}
@media screen and (width < 768px) {
  .l-header__bg-image:nth-child(4) {
    top: 20vw;
    right: 1vw;
    width: 30vw;
  }
}
.l-header__bg-image:nth-child(5) {
  position: absolute;
  top: 20vw;
  right: -9vw;
  width: 30vw;
}
@media screen and (width < 768px) {
  .l-header__bg-image:nth-child(5) {
    top: 38vw;
  }
}
.l-header__bg-image:nth-child(6) {
  position: absolute;
  right: 7vw;
  bottom: 0;
  width: 20vw;
}
@media screen and (width < 768px) {
  .l-header__bg-image:nth-child(6) {
    right: 0;
    width: 22vw;
  }
}

@-webkit-keyframes header-anime {
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes header-anime {
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.l-main {
  position: relative;
}

.l-footer {
  padding: 3% 0 7%;
  text-align: center;
  background-image: url("../img/footer-bg-02.png");
}
@media screen and (width < 768px) {
  .l-footer {
    padding: 7% 0 10%;
  }
}

/* ----------------------------------------------------
Object - Component
---------------------------------------------------- */
.c-fix-header {
  position: fixed;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 110px;
  background-color: rgba(225, 84, 34, 0.8);
}
@media screen and (width < 1300px) {
  .c-fix-header {
    height: 140px;
  }
}
@media screen and (width < 1024px) {
  .c-fix-header {
    height: 46px;
  }
}

.c-logo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 280px;
  margin-left: 30px;
}
@media screen and (width < 1024px) {
  .c-logo__list {
    width: 94px;
    margin-left: 13px;
  }
}
.c-logo__list img {
  width: 55px;
  height: 55px;
}
@media screen and (width < 1024px) {
  .c-logo__list img {
    width: 20px;
    height: 20px;
  }
}

.c-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  width: 65%;
  height: 55px;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: left;
}
@media screen and (width < 1024px) {
  .c-menu__list {
    display: none;
  }
}
@media screen and (width < 1500px) {
  .c-menu__list {
    width: 75%;
  }
}
@media screen and (width < 1300px) {
  .c-menu__list {
    width: 100%;
    margin-left: 22.5px;
  }
}
.c-menu__list > li {
  width: 16%;
}
.c-menu__list > li:nth-child(1), .c-menu__list > li:nth-child(7) {
  width: 20%;
}
.c-menu__list > li > a {
  position: relative;
  display: inline-block;
  padding-left: 27px;
  color: #fff;
  opacity: 1;
}
.c-menu__list > li > a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  content: "";
  background: url("../img/lead-arrow.png") no-repeat;
  background-size: cover;
}
.c-menu__list > li > a::after {
  position: absolute;
  bottom: -5px;
  left: 22px;
  width: calc(100% - 22px);
  height: 2px;
  content: "";
  background: #ffa31d;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-menu__list > li > a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* ハンバーガーメニュー */
.c-hamburger-menu {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 999;
  width: 90vw;
  padding: 20px;
  background-color: #e15422;
  border-radius: 4vw 0 0 4vw;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
@media screen and (width >= 1024px) {
  .c-hamburger-menu {
    display: none;
  }
}
@media screen and (width < 1024px) {
  .c-hamburger-menu {
    display: block;
  }
}
.c-hamburger-menu__title {
  width: 60%;
  margin: 20px auto;
}
.c-hamburger-menu.open {
  right: 0;
}
.c-hamburger-menu.open ~ .c-hamburger__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.6;
}

.hamburger {
  position: fixed;
  top: 10px;
  right: 13px;
  z-index: 20;
  width: 20px;
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
  transform: rotate(-45deg) translate(6px, -6px);
}

.c-heading__level1 {
  width: 100%;
}
.c-heading__level1-image {
  width: 100%;
}

.c-section {
  position: relative;
}

.c-btn__large {
  position: relative;
  display: block;
  width: 50%;
  height: 130px;
  margin: 0 auto;
  margin-top: 3%;
  font-size: clamp(1.4rem, 1.094rem + 1.25vw, 2.6rem);
  font-weight: 700;
  color: #fff;
  background-color: #e26f22;
  border-radius: 65px;
}
@media screen and (width < 768px) {
  .c-btn__large {
    width: 90%;
    height: 58px;
  }
}
.c-btn__large > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-btn__large > span::after {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 28px;
  height: 28px;
  content: "";
  background: url("../img/lead-arrow.png") no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (width < 768px) {
  .c-btn__large > span::after {
    right: 2%;
    width: 15px;
    height: 15px;
  }
}
.c-btn__large > span.-arrow-right::after {
  background: url("../img/icon-arrow-right.png") no-repeat;
  background-size: contain;
}

.c-menu {
  position: relative;
  padding: 0 5% 7%;
}
@media screen and (width < 768px) {
  .c-menu {
    padding: 3%;
    padding-bottom: 10%;
  }
}
.c-menu.-pink {
  background-color: #ffe6ee;
}
.c-menu.-pink .c-menu__content {
  border: 2px solid #ab1c42;
  -webkit-box-shadow: 0.75vw 0.75vw 0 0 #ab1c42;
  box-shadow: 0.75vw 0.75vw 0 0 #ab1c42;
}
.c-menu.-orange {
  background-color: #ffead7;
}
.c-menu.-orange .c-menu__content {
  border: 2px solid #e15422;
  -webkit-box-shadow: 0.75vw 0.75vw 0 0 #e15422;
  box-shadow: 0.75vw 0.75vw 0 0 #e15422;
}
.c-menu__title-bg {
  position: relative;
  z-index: 12;
  margin-top: -2.5vw;
}
@media screen and (width < 768px) {
  .c-menu__title-bg {
    margin-top: -5vw;
  }
}
.c-menu__title {
  position: absolute;
  top: -8vw;
  left: 0;
  z-index: 12;
  width: 60%;
}
@media screen and (width < 768px) {
  .c-menu__title {
    display: none;
  }
}
.c-menu__content {
  position: relative;
  z-index: 12;
  max-width: 1240px;
  padding: 5%;
  padding-bottom: 0;
  margin: 0 auto;
  margin-top: -6.5vw;
  background: #fff;
  border-radius: 4vw;
}
.c-menu__content.-pb {
  padding-bottom: 5%;
}
@media screen and (width < 768px) {
  .c-menu__content {
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.c-menu__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  max-width: 1100px;
  padding-bottom: 5%;
}
.c-menu__content-item {
  width: 32%;
  font-weight: 700;
  text-align: left;
}
@media screen and (width < 768px) {
  .c-menu__content-item {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px !important;
    border-bottom: dashed 2px #d8bcc7;
  }
  .c-menu__content-item:last-child {
    margin-bottom: 0 !important;
    border: none;
  }
}

/* ----------------------------------------------------
Object - Project
---------------------------------------------------- */
.p-lead {
  position: relative;
  width: 100%;
  text-align: center;
  background-image: url("../img/lead-bg.png");
}
.p-lead__bg {
  width: 100%;
  height: 100%;
  padding: 5% 3%;
  background-image: url("../img/lead-bg-01.png"), url("../img/lead-bg-02.png"), url("../img/lead-bg-03.png"), url("../img/lead-bg-04.png"), url("../img/lead-bg-05.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top 50% left 10vw, bottom 0 left 3vw, top 30% right 7vw, top 50% right 10vw, top 78% right 3vw;
  background-size: 5vw;
}
@media screen and (width < 768px) {
  .p-lead__bg {
    background-image: url("../img/lead-bg-01.png"), url("../img/lead-bg-03.png"), url("../img/lead-bg-04.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: bottom 2vw left 2vw, top 2vw right 2vw, bottom 2vw right 2vw;
    background-size: 10vw, 5vw, 5vw;
  }
}
.p-lead__heading {
  position: absolute;
  top: 1vw;
  left: 5vw;
  z-index: 9;
  width: 28vw;
}
@media screen and (width < 768px) {
  .p-lead__heading {
    left: 0;
    width: 40vw;
  }
}
.p-lead__content {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  height: 100%;
  padding: 4% 0;
  margin: 0 auto;
  line-height: 1.5;
  -webkit-border-image: url("../img/lead-sq.png") 300/1240px/0 round;
  -o-border-image: url("../img/lead-sq.png") 300/1240px/0 round;
  border-image: url("../img/lead-sq.png") 300/1240px/0 round;
}
.p-lead__content::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 80%;
  height: 80%;
  content: "";
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-lead__explain {
  font-size: clamp(1.4rem, 1.145rem + 1.05vw, 2.4rem);
}
.p-lead__coupon {
  font-size: clamp(1.4rem, 1.094rem + 1.25vw, 2.6rem);
}
.p-lead__hr {
  width: 100%;
  padding: 0 5%;
  margin: 50px auto;
}
@media screen and (width < 768px) {
  .p-lead__hr {
    margin: 10px auto 15px;
  }
}

.p-genre {
  position: relative;
  width: 100%;
  text-align: center;
  background-image: url("../img/genre-bg.png");
}
.p-genre__bg {
  width: 100%;
  height: 100%;
  padding: 5% 3%;
  background-image: url("../img/genre-bg-01.png"), url("../img/genre-bg-02.png"), url("../img/genre-bg-03.png"), url("../img/genre-bg-04.png"), url("../img/genre-bg-05.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top 30% left 3vw, top 80% left 5vw, top 5% right 6vw, top 40% right 10vw, top 95% right 3vw;
  background-size: 5vw, 10vw, 7vw, 3vw, 7vw;
}
@media screen and (width < 768px) {
  .p-genre__bg {
    background-image: url("../img/lead-bg-02.png"), url("../img/genre-bg-01.png"), url("../img/genre-bg-02.png"), url("../img/genre-bg-03.png"), url("../img/lead-bg-05.png"), url("../img/genre-bg-05.png"), url("../img/genre-bg-04.png");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top 0 left 1vw, top 25% left 1vw, bottom 2% left 1vw, bottom 2% left 45vw, top 5% right 0, bottom 2% right 20vw, bottom 5% right 2vw;
    background-size: 6vw, 8vw, 12vw, 10vw, 7vw, 10vw, 4vw;
  }
}
.p-genre__speech {
  position: relative;
  z-index: 9;
}
.p-genre__content {
  position: relative;
  max-width: 1240px;
  height: 100%;
  padding: 5%;
  padding-top: 6%;
  margin: 0 auto;
  margin-top: -5vw;
  line-height: 1.5;
  background: #fff;
  border-radius: 4vw;
}
.p-genre__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (width < 768px) {
  .p-genre__list {
    gap: 1.3333333333%;
  }
}
.p-genre__list-item {
  width: 24%;
  margin-bottom: 15px;
}
@media screen and (width < 768px) {
  .p-genre__list-item {
    width: 32%;
  }
}

.p-hamburger__content {
  position: relative;
  max-width: 1240px;
  height: 100%;
  padding: 5%;
  margin: 0 auto;
  line-height: 1.5;
  background: #fff;
  border-radius: 4vw;
}
.p-hamburger__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (width < 768px) {
  .p-hamburger__list {
    gap: 1.3333333333%;
  }
}
.p-hamburger__list-item {
  width: 24%;
  margin-bottom: 15px;
}
@media screen and (width < 768px) {
  .p-hamburger__list-item {
    width: 32%;
  }
}

.p-hamburger__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 60%;
  margin: 30px auto;
}
.p-hamburger__logo img {
  width: 80%;
  height: auto;
}

.p-app {
  padding: 5%;
  background-image: url("../img/app-bg.png");
}
@media screen and (width < 768px) {
  .p-app {
    padding: 5% 3%;
  }
}
.p-app__content {
  max-width: 1240px;
  padding: 5%;
  margin: 0 auto;
  margin-top: -5vw;
  background-color: #fff;
  border: 4px solid #e26f22;
  border-radius: 4vw;
}
.p-app__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.p-app__dl {
  margin-top: 2vw;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (width < 768px) {
  .p-app__dl {
    margin-top: 5vw;
    font-size: 1.4rem;
  }
}
.p-app__banner {
  margin-top: 2vw;
}
@media screen and (width < 768px) {
  .p-app__banner {
    margin-top: 5vw;
  }
}
.p-app__caution {
  margin-top: 2vw;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0.06em;
}
@media screen and (width < 768px) {
  .p-app__caution {
    margin-top: 5vw;
    font-size: 1.2rem;
  }
}
.p-app__caution > li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-app__caution > li:nth-child(1) {
  margin-bottom: 10px;
}
.p-app__caution > li::before {
  content: "※";
}

.p-page-top {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/footer-bg-01.png");
}
.p-page-top img {
  width: 80px;
  padding: 30px 0;
}
@media screen and (width < 768px) {
  .p-page-top img {
    width: 60px;
  }
}
.p-page-top:hover {
  opacity: 1;
}

.p-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 460px;
  margin: 0 auto;
}
@media screen and (width < 768px) {
  .p-footer__logo {
    width: 200px;
  }
}
.p-footer__logo img {
  width: 90px;
  height: 90px;
}
@media screen and (width < 768px) {
  .p-footer__logo img {
    width: 40px;
    height: 40px;
  }
}

.p-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 50px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (width < 768px) {
  .p-footer__link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 70%;
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
.p-footer__link li {
  margin-right: 2em;
}
.p-footer__link li:last-child {
  margin-right: 0;
}
.p-footer__link li > a {
  color: #fff;
}

.p-copyright {
  margin-top: 50px;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (width < 768px) {
  .p-copyright {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}

.p-to-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 99;
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (width < 768px) {
  .p-to-top {
    width: 52px;
    height: 52px;
  }
}

/* ----------------------------------------------------
menu
---------------------------------------------------- */
.menu {
  position: relative;
  display: block;
  color: #222;
}
.menu:hover {
  opacity: 1;
}
.menu:hover .menu-image img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu:hover .menu-mask {
  opacity: 1;
}
.menu-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  font-size: 1.4rem;
  color: #9b9692;
}
@media screen and (width < 768px) {
  .menu-meta {
    display: block;
    margin: 10px 0;
  }
}
.menu-meta-area {
  display: inline-block;
  padding: 0.3em 1em;
  color: #fff;
  white-space: nowrap;
  border-radius: 9999px;
}
@media screen and (width < 768px) {
  .menu-meta-area {
    margin-bottom: 5px;
  }
}
.menu-meta-floor {
  margin: 0 0.7em;
  white-space: nowrap;
}
.menu-meta-genre {
  position: relative;
  padding-left: 1.5em;
}
.menu-meta-genre::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ｜ ";
}
.menu-meta-genre.-kome {
  padding-left: 0.7em;
}
.menu-meta-genre.-kome::before {
  content: "";
}
.menu-shopname {
  margin-top: 0.3em;
  font-size: 2rem;
}
.menu-image {
  position: relative;
  margin-top: 1.5em;
  overflow: hidden;
  border-radius: 1.5vw;
}
@media screen and (width < 768px) {
  .menu-image {
    border-radius: 4vw;
  }
}
.menu-mask {
  position: absolute;
  inset: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: auto;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.menu-mask > p {
  display: block;
  padding: 0.3em 1.2em;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #fff;
}
.menu-name {
  margin-top: 0.7em;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.menu-price {
  margin-top: 0.5em;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.-parks .menu-meta-area {
  background-color: #006126;
}
.-parks .menu-meta-floor {
  color: #006126;
}

.-city .menu-meta-area {
  background-color: #005bab;
}
.-city .menu-meta-floor {
  color: #005bab;
}

.-skyo .menu-meta-area {
  background-color: #009be5;
}
.-skyo .menu-meta-floor {
  color: #009be5;
}

.-eikin .menu-meta-area {
  background-color: #222;
}
.-eikin .menu-meta-floor {
  color: #222;
}

/* ----------------------------------------------------
Utility
---------------------------------------------------- */
.u-sp-only {
  display: none;
}
@media screen and (width < 768px) {
  .u-sp-only {
    display: block;
  }
}

.-orange {
  color: #e15422;
}

.-bold {
  font-weight: 700;
}

.-opacity {
  opacity: 0.6;
}

.-underline {
  position: relative;
}
.-underline::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: "";
  background-color: rgba(225, 84, 34, 0.6);
}

.-palt {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.-mb60-pc {
  margin-bottom: 60px;
}
@media screen and (width < 768px) {
  .-mb60-pc {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=style.css.map */
