@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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: unset;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select,
textarea,
button {
  vertical-align: middle;
  border: none;
}

body {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 18px;
  font-weight: 500;
  color: #6E0B0B;
}

body.is-fixed {
  overflow: hidden;
}

a {
  text-decoration: none;
}

section {
  width: 100%;
}

img,
svg {
  width: 100%;
  vertical-align: top;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.l-wrapper {
  position: relative;
  overflow-x: hidden;
  padding-top: 0;
  background-color: #E8CFB2;
}

.l-section {
  position: relative;
}

.l-content {
  width: 1200px;
  margin: auto;
  padding: 125px 0;
}

.l-content--spBreak {
  width: 1200px;
  margin: auto;
  padding: 200px 0;
}

.l-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.l-row--spReverse {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.l-row--center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-row--asymmetric {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.l-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.l-spSort {
  display: flex;
  flex-direction: column;
}

.l-spSort--01 {
  order: 1;
}

.l-spSort--02 {
  order: 2;
}

.l-spSort--03 {
  order: 3;
}

v .c-image01 {
  width: 500px;
  border-radius: 160px 0 0 0;
  overflow: hidden;
}

.c-textBox01 {
  width: 620px;
}

.c-headline01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 38px;
  width: 100%;
}

.c-headline01 img {
  flex: 0 0 auto;
  width: auto;
}

.c-headline01::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  border-top: 3px solid #fff;
  border-bottom: 1px solid #fff;
  margin-right: 90px;
}

.c-headline01::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  border-top: 3px solid #fff;
  border-bottom: 1px solid #fff;
  margin-left: 90px;
}

.c-headline02 {
  font-size: 36px;
  line-height: 1.8888888889;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.c-text01 {
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.c-text02 {
  font-size: 27px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.c-text03 {
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.c-notes01 {
  margin-top: 40px;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.c-logo {
  width: 300px;
}

.c-logo02 {
  width: 236px;
}

.c-map {
  width: 550px;
}

.c-map iframe {
  width: 100%;
  height: 100%;
}

.c-button {
  text-align: left;
}

.c-button__main {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  border-radius: 100px;
  margin-top: 35px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
  border: 1px solid #ccc;
}

.c-button__icon {
  display: inline-block;
  width: 28px;
  margin-left: 20px;
}

.c-textTable {
  text-align: left;
  width: 100%;
}

.c-textTable__headline {
  padding-right: 20px;
  font-weight: normal;
}

.c-scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 80px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0em;
  color: #747474;
  transform-origin: left top;
  transform: rotate(-90deg) translateX(-80%);
  z-index: 20;
}

.c-scroll:after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 2px;
  margin-left: 25px;
  background-color: #747474;
}

.c-float {
  display: none;
}

.c-float__icon {
  position: absolute;
  top: 0;
  right: 6.9333333333vw;
  bottom: 0;
  display: block;
  width: 5.3333333333vw;
  height: 4.2666666667vw;
  margin: auto;
}

.p-header {
  position: relative;
  width: 100%;
}

.p-header__contact {
  background-color: #6E0B0B;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.p-header__contact__icon {
  display: none;
}

.p-fv {
  position: relative;
  z-index: 0;
}

.p-fv__logo {
  margin: 40px auto;
  width: 450px;
}

.p-fv__main {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.p-fv__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 15.2777777778vw;
}

.p-fv__link {
  display: flex;
  justify-content: flex-start;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.p-fv__link:not(:first-child) {
  flex-direction: column;
  writing-mode: unset;
  transform: rotate(0);
}

.p-fv__link__text {
  position: relative;
  font-size: 18px;
  font-size: 1.25vw;
  line-height: 1;
  letter-spacing: 0em;
}

.p-fv__link__text:not(:first-child) {
  margin-top: 4.1666666667vw;
}

.p-fv__link__text:not(:first-child)::after {
  content: "";
  position: absolute;
  top: -2.0833333333vw;
  right: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: rotate(30deg);
}

.p-fv__link__icon {
  width: 2.0833333333vw;
  margin-top: 35px;
}

.p-fv__button {
  display: none;
}

.p-fv__image {
  position: relative;
  width: 84.7222222222vw;
  max-height: 72vh;
  height: 51.6666666667vw;
  z-index: 0;
  background-image: url(../image/fv01.webp);
  background-size: cover;
  background-position: center top 10%;
}

.p-card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 130px;
}

.p-card__image {
  position: relative;
  width: 52.0833333333vw;
  flex: 0 0 auto;
  z-index: 0;
}

.p-card__text {
  position: relative;
  width: 720px;
  margin-left: -80px;
  padding: 60px;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 5;
  color: #000;
}

.p-card__text::after {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  pointer-events: none;
}

.p-menu__images {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 1200px;
  margin: 50px auto 0;
}

.p-menu__images__box {
  width: 33%;
  text-align: center;
}

.p-menu__images__box img {
  max-width: 100%;
  width: unset;
}

.p-menu__list {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  width: 1000px;
  margin: 50px auto 0;
  color: #fff;
}

.p-menu__list__name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding: 15px 0;
  width: 100%;
}

.p-menu__list__name span {
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 25px;
}

.p-menu__list__name::after {
  content: "";
  display: inline-block;
  background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 2px;
}

.p-menu__list__price {
  text-align: right;
  width: 120px;
}

.p-photo {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.p-photo__list {
  width: 25%;
}

.p-footer {
  position: relative;
  width: 100%;
  padding: 50px 0 0;
  text-align: center;
  color: #fff;
  background-color: #6E0B0B;
}

.p-footer__logo {
  width: 310px;
  margin-top: 15px;
}

.p-footer__wrapper {
  width: 1200px;
  margin: auto;
}

.p-footer__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p-footer__container:not(:first-child) {
  margin-top: 60px;
}

.p-footer__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.p-footer__link__list {
  margin-left: 85px;
}

.p-footer__link__text {
  line-height: 1;
}

.p-footer__details__head {
  text-align: right;
  font-weight: 500;
}

.p-footer__details__head--top {
  text-align: left;
  font-weight: 500;
}

.p-footer__details__cell {
  -moz-text-align-last: left;
  text-align-last: left;
  padding-left: 1.5em;
}

.p-footer__details__list {
  display: flex;
  justify-content: space-between;
}

.p-footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.p-footer__sns__icon {
  width: 50px;
  margin: 0 15px;
}

.p-footer__copy {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 91.6666666667vw;
  margin: 50px auto 0;
  padding: 25px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-caution {
  font-size: 0.5em;
  color: #A80000;
}

.u-ftMin {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-bgc01 {
  position: relative;
  background-color: #6E0B0B;
  z-index: 1;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ftFutura {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.u-fadeUp {
  opacity: 1;
  filter: blur(0);
  transition: opacity 1.2s, filter 1.2s, transform 1.2s;
  transition-delay: opacity 0s, filter 0.3s, transform 0s;
  transform: translateY(0%);
}

.u-fadeUp.is-active {
  opacity: 0;
  transform: translateY(10%);
  filter: blur(12px);
}

.u-fadeIn {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition: opacity 1.2s, filter 1.2s, transform 1.2s;
  transition-delay: opacity 0.6s, filter 0.9s, transform 0.9s;
}

.u-fadeIn.is-active {
  transform: scale(1.05);
  opacity: 0;
  filter: blur(12px);
}

.u-pint {
  filter: blur(0);
  opacity: 1;
  transition: 2s;
  transition-delay: 0.9s;
}

.u-pint.is-active {
  filter: blur(2px) grayscale(50%);
  opacity: 0;
}

.u-popIn {
  display: inline-block;
  opacity: 1;
  transform: scale(1);
  transition: 0.6s;
}

.u-popIn.is-active {
  transform: scale(0.95);
  opacity: 0;
}

.u-slideLeft {
  transform: translateX(0);
  overflow: hidden;
  transition: 0.9s;
  transition-delay: 0.6s;
}

.u-slideLeft.is-active {
  transform: translateX(-100%);
}

.u-slideRight {
  transform: translateX(0);
  overflow: hidden;
  transition: 0.9s;
  transition-delay: 0.6s;
}

.u-slideRight.is-active {
  transform: translateX(100%);
}

.u-slideRight02 {
  transform: translateX(0);
  transition: 0.9s;
  transition-delay: 0.6s;
}

.u-slideRight02.is-active {
  transform: translateX(100%);
}

.u-afterSet::after {
  transition: 0.9s;
  transition-delay: 0.6s;
}

.u-afterSet.is-active::after {
  top: 0;
  left: 0;
  background-color: #fff;
}

.u-magnify {
  transform: scale(1);
  transform-origin: center center;
  transition: 0.9s;
  transition-delay: 0;
}

.u-magnify.is-active {
  transform: scale(0) rotate(-25deg);
}

@media screen and (min-width: 1025px), print {
  .u-sp {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .l-wrapper {
    padding-top: 0vw;
  }

  .l-content {
    width: 83.3333333333vw;
    padding: 8.6805555556vw 0vw 8.6805555556vw 0vw;
  }

  .l-content--spBreak {
    width: 83.3333333333vw;
    padding: 13.8888888889vw 0vw 13.8888888889vw 0vw;
  }

  v .c-image01 {
    width: 34.7222222222vw;
    border-radius: 11.1111111111vw 0 0 0;
  }

  .c-textBox01 {
    width: 43.0555555556vw;
  }

  .c-headline01 {
    height: 2.6388888889vw;
  }

  .c-headline01::before {
    margin-right: 6.25vw;
    height: 1.6vw;
  }

  .c-headline01::after {
    margin-left: 6.25vw;
    height: 1.6vw;
  }

  .c-headline01 {
    height: 2.6388888889vw;
  }

  .c-headline02 {
    font-size: 36px;
    font-size: 2.5vw;
    line-height: 1.8888888889;
    letter-spacing: 0.05em;
  }

  .c-text01 {
    font-size: 24px;
    font-size: 1.6666666667vw;
    line-height: 2;
    letter-spacing: 0.05em;
  }

  .c-text02 {
    font-size: 27px;
    font-size: 1.875vw;
    line-height: 2;
    letter-spacing: 0.05em;
  }

  .c-text03 {
    font-size: 30px;
    font-size: 2.0833333333vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }

  .c-notes01 {
    margin-top: 2.7777777778vw;
    font-size: 24px;
    font-size: 1.6666666667vw;
    line-height: 2;
    letter-spacing: 0.05em;
  }

  .c-logo {
    width: 20.8333333333vw;
  }

  .c-logo02 {
    width: 16.3888888889vw;
  }

  .c-map {
    width: 38.1944444444vw;
  }

  .c-button__main {
    margin-top: 2.4305555556vw;
    padding: 1.0416666667vw 2.0833333333vw 1.0416666667vw 2.0833333333vw;
    font-size: 20px;
    font-size: 1.3888888889vw;
    line-height: 1;
    letter-spacing: 0.2em;
  }

  .c-button__icon {
    width: 1.9444444444vw;
    margin-left: 1.3888888889vw;
  }

  .c-textTable__headline {
    padding-right: 1.3888888889vw;
  }

  .c-scroll {
    left: 5.5555555556vw;
    font-size: 30px;
    font-size: 2.0833333333vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-header__contact {
    padding: 1.3888888889vw 0vw 1.3888888889vw 0vw;
    font-size: 24px;
    font-size: 1.6666666667vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .p-fv__logo {
    width: 31.25vw;
    margin: 2.7777777778vw auto 2.7777777778vw auto;
  }

  .p-fv__nav {
    width: 15.2777777778vw;
  }

  .p-fv__link__icon {
    margin-top: 2.4305555556vw;
    width: 3.1944444444vw;
  }

  .p-fv__image {
    width: 84.7222222222vw;
  }

  .p-card {
    margin-bottom: 9.0277777778vw;
  }

  .p-card__text {
    width: 192vw;
  }

  .p-card__text::after {
    top: -1.0416666667vw;
    left: -1.0416666667vw;
  }

  .p-menu__images {
    width: 83.3333333333vw;
  }

  .p-menu__list {
    width: 69.4444444444vw;
    font-size: 22px;
    font-size: 1.5277777778vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin: 3.4722222222vw auto 0vw auto;
  }

  .p-menu__list__name {
    padding: 1.0416666667vw 0vw 0vw 0vw;
  }

  .p-menu__list__name span {
    margin-right: 1.7361111111vw;
  }

  .p-menu__list__price {
    width: 8.3333333333vw;
  }

  .p-footer {
    padding: 3.4722222222vw 0vw 0vw 0vw;
  }

  .p-footer__logo {
    width: 21.5277777778vw;
    margin-top: 1.0416666667vw;
  }

  .p-footer__wrapper {
    width: 83.3333333333vw;
  }

  .p-footer__container:not(:first-child) {
    margin-top: 4.1666666667vw;
  }

  .p-footer__link__list {
    margin-left: 5.9027777778vw;
  }

  .p-footer__sns {
    margin-top: 1.0416666667vw;
  }

  .p-footer__sns__icon {
    width: 3.4722222222vw;
    margin: 0vw 1.0416666667vw 0vw 1.0416666667vw;
  }

  .p-footer__copy {
    font-size: 12px;
    font-size: 0.8333333333vw;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 3.4722222222vw auto 0vw auto;
    padding: 1.7361111111vw 0vw 2.7777777778vw 0vw;
  }

  .u-mt20 {
    margin-top: 1.3888888889vw;
  }

  .u-mt40 {
    margin-top: 2.7777777778vw;
  }

  .u-ml40 {
    margin-left: 2.7777777778vw;
  }
}

@media screen and (max-width: 767px) {
  body.is-fixed-sp {
    overflow: hidden;
  }

  .l-wrapper {
    padding-top: 0vw;
  }

  .l-content {
    width: 85.3333333333vw;
    padding: 17.6vw 0vw 17.6vw 0vw;
  }

  .l-content--spBreak {
    width: 100%;
    padding: 17.3333333333vw 0vw 17.3333333333vw 0vw;
  }

  .l-row {
    flex-direction: column;
  }

  .l-row--spReverse {
    flex-direction: column-reverse;
  }

  .l-row--center {
    flex-direction: column;
  }

  .l-row--asymmetric {
    flex-direction: column;
  }

  v .c-image01 {
    width: 280vw;
    margin-left: auto;
    border-radius: 42.6666666667vw 0 0 0;
  }

  .c-textBox01 {
    width: 85.3333333333vw;
    margin: 7.7333333333vw auto 0vw auto;
  }

  .c-headline01 {
    height: 20.2666666667vw;
  }

  .c-headline01::before {
    margin-right: 5.3333333333vw;
    height: 2.4vw;
    border-top: 0.8vw solid #fff;
    border-bottom: 0.2666666667vw solid #fff;
  }

  .c-headline01::after {
    margin-left: 5.3333333333vw;
    height: 2.4vw;
    border-top: 0.8vw solid #fff;
    border-bottom: 0.2666666667vw solid #fff;
  }

  .c-headline01 {
    height: 10.1333333333vw;
  }

  .c-headline02 {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 2;
    letter-spacing: 0.05em;
  }

  .c-text01 {
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 1.8181818182;
    letter-spacing: 0.05em;
  }

  .c-text02 {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.9375;
    letter-spacing: 0em;
  }

  .c-text03 {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.375;
    letter-spacing: 0.05em;
  }

  .c-notes01 {
    margin-top: 16vw;
    font-size: 42px;
    font-size: 11.2vw;
    line-height: 1.9761904762;
    letter-spacing: 0.05em;
  }

  .c-logo {
    width: 40.9722222222vw;
  }

  .c-logo02 {
    width: 40.9722222222vw;
  }

  .c-map {
    width: 100%;
    height: 50.6666666667vw;
  }

  .c-button__main {
    margin-top: 24vw;
    padding: 6.6666666667vw 13.3333333333vw 6.6666666667vw 13.3333333333vw;
    font-size: 40px;
    font-size: 10.6666666667vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .c-button__icon {
    width: 14.9333333333vw;
    margin-left: 10.6666666667vw;
  }

  .c-textTable__headline {
    padding-right: 10.6666666667vw;
  }

  .c-scroll {
    left: 21.3333333333vw;
    font-size: 30px;
    font-size: 8vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .c-float {
    position: fixed;
    left: 0;
    bottom: 8vw;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84.5333333333vw;
    height: 14.1333333333vw;
    box-sizing: border-box;
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
    background-color: #585858;
    color: #fff;
    margin: auto;
    z-index: 80;
  }

  .p-header {
    text-align: right;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }

  .p-header__contact {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    background-color: #6E0B0B;
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
    font-size: 17px;
    font-size: 4.5333333333vw;
    line-height: 1;
    letter-spacing: 0em;
  }

  .p-header__contact__icon {
    display: inline-block;
    width: 4.8vw;
    margin-right: 3.4666666667vw;
  }

  .p-fv {
    padding-top: 18.1333333333vw;
  }

  .p-fv__logo {
    width: 80vw;
    margin: 7.2vw auto 7.2vw auto;
  }

  .p-fv__nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 0vw;
    height: 0vh;
    justify-content: flex-start;
    flex-direction: column;
    overflow: hidden;
    transition: opacity 0.3s 0s, width 0s 0.3s, height 0s 0.3s;
    opacity: 0;
    z-index: 80;
    pointer-events: none;
  }

  .p-fv__nav.is-active {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: #6E0B0B;
    transition: opacity 0.3s 0s, width 0s 0s, height 0s 0s;
    opacity: 1;
    pointer-events: all;
  }

  .p-fv__link {
    flex-direction: column-reverse;
    align-items: center;
    writing-mode: unset;
    transform: rotate(0);
    color: #fff;
  }

  .p-fv__link:not(:first-child) {
    margin-top: 13.3333333333vw;
    flex-direction: row;
  }

  .p-fv__link__text {
    font-size: 30px;
    font-size: 8vw;
    line-height: 1.3666666667;
    letter-spacing: 0em;
    margin-top: 8.2666666667vw;
  }

  .p-fv__link__text:not(:first-child) {
    margin-top: 8.2666666667vw;
  }

  .p-fv__link__text:not(:first-child)::after {
    display: none;
  }

  .p-fv__link__icon {
    width: 8vw;
    margin: 0vw 4vw 0vw 4vw;
  }

  .p-fv__button {
    position: absolute;
    top: 5.3333333333vw;
    left: 6.4vw;
    display: block;
    width: 9.6vw;
    height: 7.4666666667vw;
    cursor: pointer;
    z-index: 300;
  }

  .p-fv__button__bar {
    position: absolute;
    display: block;
    width: 100%;
    height: 0.5333333333vw;
    border-radius: 5px;
    margin: auto;
    background-color: #6E0B0B;
    transform-origin: center center;
    transition: transform 0.3s;
  }

  .p-fv__button__bar:nth-child(1) {
    top: 0;
  }

  .is-active > .p-fv__button__bar:nth-child(1) {
    background-color: #fff;
    top: 0;
    bottom: 0;
    transform: rotate(45deg);
  }

  .p-fv__button__bar:nth-child(2) {
    top: 0;
    bottom: 0;
  }

  .is-active > .p-fv__button__bar:nth-child(2) {
    background-color: #fff;
    transform: scaleX(0);
  }

  .p-fv__button__bar:nth-child(3) {
    bottom: 0;
  }

  .is-active > .p-fv__button__bar:nth-child(3) {
    background-color: #fff;
    top: 0;
    bottom: 0;
    transform: rotate(-45deg);
  }

  .p-fv__image {
    width: 320vw;
    height: 128vw;
    background-image: url(../image/fv01-sp.webp);
  }

  .p-card {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16vw;
  }

  .p-card__image {
    width: 92vw;
  }

  .p-card__text {
    width: 84.2666666667vw;
    padding: 7.2vw 6.1333333333vw 7.2vw 6.1333333333vw;
    margin-top: -13.3333333333vw;
    margin-left: auto;
    margin-right: 0;
    justify-content: center;
    align-items: flex-end;
  }

  .p-card__text::after {
    top: -2.1333333333vw;
    left: -2.1333333333vw;
  }

  .p-menu__images {
    width: 90%;
    justify-content: space-between;
  }

  .p-menu__images__box {
    width: 47%;
    margin-top: 2.2vw;
  }

  .p-menu__list {
    width: 100%;
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 2.6363636364;
    letter-spacing: 0.1em;
    margin: 5.8666666667vw auto 0vw auto;
  }

  .p-menu__list__name {
    padding: 1.3333333333vw 0vw 0vw 0vw;
    width: 57.3333333333vw;
  }

  .p-menu__list__name span {
    margin-right: 2.4vw;
  }

  .p-menu__list__price {
    width: 58.6666666667vw;
  }

  .p-photo__list {
    width: 50%;
  }

  .p-footer {
    padding: 10.6666666667vw 0vw 26.6666666667vw 0vw;
  }

  .p-footer__logo {
    width: 74.6666666667vw;
    margin-top: 7.7333333333vw;
  }

  .p-footer__wrapper {
    width: 92.2666666667vw;
  }

  .p-footer__container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .p-footer__container:not(:first-child) {
    margin-top: 14.6666666667vw;
    flex-direction: column;
  }

  .p-footer__link {
    margin-bottom: 7.7333333333vw;
  }

  .p-footer__link__list {
    margin: unset;
    padding: 0vw 7.7333333333vw 0vw 7.7333333333vw;
  }

  .p-footer__link__list:not(:last-child) {
    border-right: 1px solid #fff;
  }

  .p-footer__details {
    margin: auto;
  }

  .p-footer__details__list {
    text-align: center;
  }

  .p-footer__sns {
    margin-top: 8.2666666667vw;
  }

  .p-footer__sns__icon {
    width: 5.3333333333vw;
    margin: 0vw 1.6vw 0vw 1.6vw;
  }

  .p-footer__copy {
    font-size: 10px;
    font-size: 2.6666666667vw;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 4.5333333333vw auto 0vw auto;
    width: 92.2666666667vw;
    padding: 5.0666666667vw 0vw 5.0666666667vw 0vw;
  }

  .u-pc {
    display: none;
  }

  .u-mt20 {
    margin-top: 2.6666666667vw;
  }

  .u-mt40 {
    margin-top: 5.3333333333vw;
  }

  .u-ml40 {
    margin-left: 5.3333333333vw;
  }
}

@media screen and (min-width: 767px) and (max-width: 1025px) {
  .u-sp {
    display: none;
  }
}