@charset "UTF-8";
/* ===================
 オリジナル
==================== */
/* ===================
 MIXIN
==================== */
/* ====================
design SIZE SET
==================== */
/* ====================
header height
==================== */
/*----------------------------------------
	RESET
-----------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none !important;
}

blockquote,
q {
  quotes: none;
}

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

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

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

/*----------------------------------------
	BACE
-----------------------------------------*/
.pc {
  display: block;
}
@media only screen and (max-width: 910px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 910px) {
  .sp {
    display: block !important;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
html.is-open {
  overflow: hidden;
}
@media only screen and (max-width: 910px) {
  html {
    scroll-padding-top: calc(60 / 780 * 100vw);
  }
}
@media screen and (min-width: 835px) and (max-width: 1299px) {
  html.is-open {
    overflow: auto;
  }
}

body {
  position: relative;
  width: 100%;
  font-family: YakuHanJP, "BIZ UDPMincho", serif;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1.58;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  word-wrap: break-word;
  color: #000;
  background: #fff;
  hanging-punctuation: allow-end;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 910px) {
  body {
    width: 100%;
    font-size: calc(24 / 780 * 100vw);
    letter-spacing: 0em;
    line-height: 1.58;
    min-width: 0;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
  }
}
body.is-open {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:before, a:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

button {
  color: initial;
  border: none;
  border-radius: 0;
}

@media only screen and (min-width: 911px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

img,
video {
  max-width: 100%;
  min-width: 0;
  height: auto;
  line-height: 1;
  vertical-align: top;
}

button {
  font-family: inherit;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

/*----------------------------------------
	COMMON
-----------------------------------------*/
/* 画面サイズ
===================================*/
.c-full {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.c-outer {
  width: 100%;
  max-width: 1280px;
  padding: 0 10px;
}

.c-inner {
  width: 350px;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 910px) {
  .c-inner {
    width: calc(660 / 780 * 100vw);
  }
}
/* 共通テキスト
-----------------------------------------*/
.c-text-english {
  font-family: YakuHanJP, "Merriweather", serif;
  font-weight: 500;
}

/* MODAL
===================================*/
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  pointer-events: none;
  z-index: 1000;
}
.c-modal__content {
  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: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: calc(45 / 780 * 100vw) calc(45 / 780 * 100vw) calc(90 / 780 * 100vw);
  overflow: auto;
}
.c-modal__back {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #edf1f2;
  z-index: 5;
  pointer-events: visible;
  cursor: pointer;
}
.c-modal__close {
  position: fixed;
  top: calc(20 / 780 * 100vw);
  right: calc(20 / 780 * 100vw);
  display: none;
  width: calc(62 / 780 * 100vw);
  height: calc(62 / 780 * 100vw);
  background: #edf1f2;
  border: 1px solid #333;
  border-radius: 100vmax;
  z-index: 5;
  pointer-events: visible;
  z-index: 100;
  cursor: pointer;
}
.c-modal__close::before, .c-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  display: block;
  width: 80%;
  height: 1px;
  background: #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 100;
}
.c-modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-modal__card {
  position: relative;
  display: none;
  max-width: calc(700 / 780 * 100vw);
  padding: calc(50 / 780 * 100vw);
  background: #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  pointer-events: visible;
  z-index: 10;
}
.c-modal__title {
  font-size: calc(24 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 1;
  text-align: center;
  color: #02aa61;
  margin-top: calc(50 / 780 * 100vw);
}
.c-modal__year {
  font-size: calc(20 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 1.2;
}
.c-modal__name {
  font-size: calc(32 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 1.72;
  font-weight: 700;
  text-align: center;
  margin-top: calc(20 / 780 * 100vw);
}
.c-modal__price {
  font-size: calc(32 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 1;
  text-align: center;
  margin-top: calc(10 / 780 * 100vw);
}
.c-modal__body {
  font-size: calc(24 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 1.88;
  margin-top: calc(40 / 780 * 100vw);
}
.c-modal__note {
  font-size: calc(20 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 1.2;
  margin-top: calc(20 / 780 * 100vw);
}
.c-modal__note li {
  text-indent: -1em;
  padding-left: 1em;
}
.c-modal__shop {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(18 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 1.39;
  color: #333;
  margin-top: calc(20 / 780 * 100vw);
}
.c-modal__shop strong {
  font-size: calc(22 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 1.14;
}

@media only screen and (min-width: 911px) {
  .c-modal__content {
    padding: 22.5px 22.5px 45px;
  }
  .c-modal__close {
    top: 10px;
    right: calc(50% - 215px);
    width: 31px;
    height: 31px;
  }
  .c-modal__close span {
    bottom: 10px;
    right: calc(50% - 12.5px);
    width: 25px;
    height: 25px;
  }
  .c-modal__card {
    max-width: 350px;
    padding: 25px;
  }
  .c-modal__title {
    font-size: 1.2rem;
    letter-spacing: 0em;
    line-height: 1;
    margin-top: 25px;
  }
  .c-modal__year {
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 1.2;
  }
  .c-modal__name {
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 1.72;
    margin-top: 10px;
  }
  .c-modal__price {
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 1;
    margin-top: 5px;
  }
  .c-modal__body {
    font-size: 1.2rem;
    letter-spacing: 0em;
    line-height: 1.88;
    margin-top: 20px;
  }
  .c-modal__note {
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 1.2;
    margin-top: 10px;
  }
  .c-modal__shop {
    font-size: 0.9rem;
    letter-spacing: 0em;
    line-height: 1.39;
    margin-top: 10px;
  }
  .c-modal__shop strong {
    font-size: 1.1rem;
    letter-spacing: 0em;
    line-height: 1.14;
  }
}
/* =========================================
   Component: Confetti Canvas
========================================= */
.c-confetti {
  position: fixed;
  top: 0;
  left: 0;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0 !important;
}

.u-inview {
  -webkit-animation: none !important;
          animation: none !important;
}

.u-delay-02 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.u-delay-04 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.u-delay-05 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.u-delay-06 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.u-delay-08 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.u-delay-10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}
.u-delay-12 {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}
.u-delay-15 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}
.u-delay-20 {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

/*===================================
original
===================================*/
@-webkit-keyframes animate-fadeLoop {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  62.5% {
    opacity: 0;
  }
  87.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animate-fadeLoop {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  62.5% {
    opacity: 0;
  }
  87.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*===================================
filter
===================================*/
.u-blur-in {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-animation: animate-filter 1.2s 0.2s forwards;
          animation: animate-filter 1.2s 0.2s forwards;
}

@-webkit-keyframes animate-filter {
  to {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
  }
}

@keyframes animate-filter {
  to {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
  }
}
/*===================================
translate
===================================*/
.u-fade-in {
  opacity: 0;
  -webkit-animation: animate-translate 0.8s forwards;
          animation: animate-translate 0.8s forwards;
}
.u-fade-up {
  opacity: 0;
  -webkit-transform: translate(0, 25px);
          transform: translate(0, 25px);
  -webkit-animation: animate-translate 0.8s forwards;
          animation: animate-translate 0.8s forwards;
}
.u-fade-down {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-animation: animate-translate 0.8s forwards;
          animation: animate-translate 0.8s forwards;
}
.u-fade-left {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  -webkit-animation: animate-translate 0.8s forwards;
          animation: animate-translate 0.8s forwards;
}
.u-fade-right {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-animation: animate-translate 0.8s forwards;
          animation: animate-translate 0.8s forwards;
}

.u-zoom-in {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: animate-translate 0.8s forwards;
          animation: animate-translate 0.8s forwards;
}

.u-role-in {
  opacity: 0;
  -webkit-transform: translate(-150px, 0) rotate(-360deg);
          transform: translate(-150px, 0) rotate(-360deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: animate-translate 1.3s forwards;
          animation: animate-translate 1.3s forwards;
}

@-webkit-keyframes animate-translate {
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes animate-translate {
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/*===================================
mask
===================================*/
.u-mask-up {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-animation: animate-maskUp 2s ease-out forwards;
          animation: animate-maskUp 2s ease-out forwards;
}
.u-mask-down {
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-animation: animate-maskDown 2s ease-out forwards;
          animation: animate-maskDown 2s ease-out forwards;
}
@media only screen and (max-width: 910px) {
  .u-mask-down-sp {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
    -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
            mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
            mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
    -webkit-mask-size: 100% 300%;
            mask-size: 100% 300%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
            mask-position: bottom;
    -webkit-animation: animate-maskDown 2s ease-out forwards;
            animation: animate-maskDown 2s ease-out forwards;
  }
}
.u-mask-left {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-animation: animate-maskLeft 2s ease-out forwards;
          animation: animate-maskLeft 2s ease-out forwards;
}
.u-mask-right {
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-animation: animate-maskRight 2s ease-out forwards;
          animation: animate-maskRight 2s ease-out forwards;
}

/* アニメーション定義 */
@-webkit-keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@-webkit-keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
@keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
@-webkit-keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@-webkit-keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
@keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
/*===================================
回転
===================================*/
.rotateX {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

.rotateXcenter {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

@-webkit-keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*==================================================
スーッ
===================================*/
.slideIn {
  -webkit-animation: animate-slideIn 0.4s linear forwards;
          animation: animate-slideIn 0.4s linear forwards;
}

@-webkit-keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*==================================================
滑らかに変形して出現
===================================*/
.smooth {
  -webkit-animation: animate-smooth 1s forwards;
          animation: animate-smooth 1s forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
}

@-webkit-keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}

@keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/*----------------------------------------
	HEADER
-----------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.l-header__wrap {
  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: 100%;
  height: calc(60 / 780 * 100vw);
  padding: 0 calc(12 / 780 * 100vw);
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__wrap.is-open .l-header__hamburger span:nth-of-type(1) {
  -webkit-transform: translateY(calc(4 / 780 * 100vw)) rotate(45deg);
          transform: translateY(calc(4 / 780 * 100vw)) rotate(45deg);
}
.l-header__wrap.is-open .l-header__hamburger span:nth-of-type(2) {
  -webkit-transform: translateY(calc(-4 / 780 * 100vw)) rotate(-45deg);
          transform: translateY(calc(-4 / 780 * 100vw)) rotate(-45deg);
}
.l-header__wrap.is-open .l-header__hamburger p::before {
  content: "CLOSE";
}
.l-header__logo {
  width: calc(160 / 780 * 100vw);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__hamburger {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(6 / 780 * 100vw);
  width: calc(26 / 780 * 100vw);
  height: calc(26 / 780 * 100vw);
}
.l-header__hamburger span {
  display: block;
  width: calc(26 / 780 * 100vw);
  height: 1px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__hamburger p {
  font-size: calc(7 / 780 * 100vw);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 0.3em;
}
.l-header__hamburger p::before {
  content: "MENU";
}

@media only screen and (min-width: 911px) {
  .l-header {
    display: none;
  }
}
@media screen and (min-width: 835px) and (max-width: 1280px) {
  .l-header {
    left: calc(50% - 212.5px);
    display: block;
    width: 225px;
    z-index: 100;
  }
  .l-header__wrap {
    height: 30px;
    padding: 0 6px;
  }
  .l-header__wrap.is-open .l-header__hamburger span:nth-of-type(1) {
    -webkit-transform: translateY(2px) rotate(45deg);
            transform: translateY(2px) rotate(45deg);
  }
  .l-header__wrap.is-open .l-header__hamburger span:nth-of-type(2) {
    -webkit-transform: translateY(-2px) rotate(-45deg);
            transform: translateY(-2px) rotate(-45deg);
  }
  .l-header__logo {
    width: 80px;
  }
  .l-header__hamburger {
    gap: 3px;
    width: 13px;
    height: 13px;
  }
  .l-header__hamburger span {
    width: 13px;
  }
  .l-header p {
    font-size: 0.35rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
}
/*----------------------------------------
	FOOTER
-----------------------------------------*/
.l-footer {
  margin-top: calc(390 / 780 * 100vw);
}
.l-footer-support__title {
  font-size: calc(28 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 1.36;
  text-align: center;
}
.l-footer-support__logo {
  width: calc(280 / 780 * 100vw);
  margin: calc(30 / 780 * 100vw) auto 0;
}
.l-footer__logo {
  display: block;
  width: calc(415 / 780 * 100vw);
  margin: calc(150 / 780 * 100vw) auto 0;
}
.l-footer__links {
  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;
  margin-top: calc(95 / 780 * 100vw);
  gap: 1.5em;
  font-size: calc(30 / 780 * 100vw);
  letter-spacing: -0.04em;
  line-height: 1.83;
}
.l-footer__links a {
  text-decoration: underline;
}
.l-footer__copy {
  width: 100%;
  font-size: calc(20 / 780 * 100vw);
  letter-spacing: -0.04em;
  line-height: 2.75;
  text-align: center;
  padding: calc(115 / 780 * 100vw) 0 calc(140 / 780 * 100vw);
}

@media only screen and (min-width: 911px) {
  .l-footer {
    margin-top: 195px;
  }
  .l-footer-support__title {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.36;
  }
  .l-footer-support__logo {
    width: 140px;
    margin: 15px auto 0;
  }
  .l-footer__logo {
    width: 207.5px;
    margin: 75px auto 0;
  }
  .l-footer__links {
    margin-top: 47.5px;
    font-size: 1.5rem;
    letter-spacing: -0.02em;
    line-height: 1.83;
  }
  .l-footer__copy {
    font-size: 1rem;
    letter-spacing: -0.02em;
    line-height: 2.75;
    padding: 57.5px 0 70px;
  }
}
/*----------------------------------------
	MAIN
-----------------------------------------*/
.l-main {
  position: relative;
}
.l-main-side {
  display: none;
}
.l-main-content {
  position: relative;
}
.l-main-content > * {
  position: relative;
}

@media only screen and (min-width: 911px) {
  .l-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-main-side {
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
    height: 100vh;
    /* Firefox */
    scrollbar-width: none;
    /* IE / Edge（旧） */
    -ms-overflow-style: none;
  }
  .l-main-side--hero {
    width: 100%;
  }
  .l-main-side::-webkit-scrollbar {
    display: none;
  }
  .l-main-side__hero {
    position: relative;
  }
  .l-main-side__float {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .l-main-side__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .l-main-side--nav {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 460px;
    z-index: 10;
  }
  .l-main-side__nav {
    position: relative;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 17px;
    overflow: hidden;
  }
  .l-main-side__heading {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.8rem;
    letter-spacing: 0em;
    line-height: 1.44;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .l-main-side__button {
    position: relative;
    width: 243px;
  }
  .l-main-side__button img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-main-side__button:nth-of-type(odd) {
    margin-left: -25px;
  }
  .l-main-side__button:nth-of-type(even) {
    margin-right: -25px;
  }
  .l-main-side__button:nth-of-type(n+3) {
    margin-top: 40px;
  }
  .l-main-side__button:hover {
    opacity: 1;
  }
  .l-main-side__button:hover img {
    opacity: 0;
  }
  .l-main-side__button:hover .l-main-side__hover {
    opacity: 1 !important;
  }
  .l-main-side__hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
  }
  .l-main-content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 390px;
    padding-top: 0;
    -webkit-box-shadow: 0 0 25px #a8a8a8;
            box-shadow: 0 0 25px #a8a8a8;
  }
  .l-main-content__menu {
    top: 30px;
    height: calc(100vh - 30px);
    padding: 10px 10px 30px;
  }
  .l-main-content__menu > *:nth-of-type(n+2) {
    margin-top: 12px;
  }
  .l-main-content__menu span {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1280px) {
  .l-main {
    gap: 10px;
  }
  .l-main-side--hero {
    display: none;
  }
  .l-main-side--nav {
    width: 510px;
  }
  .l-main-side__button:nth-of-type(odd) {
    margin-left: 0px;
  }
  .l-main-side__button:nth-of-type(even) {
    margin-right: 0px;
  }
}
.p-page-hero {
  position: relative;
  overflow: hidden;
}
.p-page-hero__float {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.p-page-hero__float--01 {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-animation: animate-translate 0.8s 1s forwards;
          animation: animate-translate 0.8s 1s forwards;
}
.p-page-hero__float--02 {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  -webkit-animation: animate-translate 0.8s 0.9s forwards;
          animation: animate-translate 0.8s 0.9s forwards;
}
.p-page-hero__float--03 {
  opacity: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: center 65%;
          transform-origin: center 65%;
  -webkit-animation: animate-translate 0.8s 1.4s forwards;
          animation: animate-translate 0.8s 1.4s forwards;
}
.p-page-hero__title {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: center 40%;
          transform-origin: center 40%;
  -webkit-animation: animate-translate 0.6s 1.8s forwards;
          animation: animate-translate 0.6s 1.8s forwards;
}
.p-page-lead {
  position: relative;
  margin-top: calc(120 / 780 * 100vw);
  overflow: hidden;
}
.p-page-lead__heading {
  position: relative;
}
.p-page-lead__heading--02 {
  margin-top: calc(50 / 780 * 100vw);
}
.p-page-lead__heading--03 {
  margin-top: calc(45 / 780 * 100vw);
}
.p-page-lead__catch {
  position: relative;
  font-size: calc(36 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 2.11;
  margin-top: calc(300 / 780 * 100vw);
  z-index: 1;
}
.p-page-lead__body {
  position: relative;
  font-size: calc(28 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 1.96;
  margin-top: calc(110 / 780 * 100vw);
  z-index: 1;
}
.p-page-lead__photo {
  width: calc(350 / 780 * 100vw);
}
.p-page-lead__photo--01 {
  position: absolute;
  top: calc(470 / 780 * 100vw);
  right: 0;
  width: calc(347 / 780 * 100vw);
}
.p-page-lead__photo--02 {
  width: calc(474 / 780 * 100vw);
  margin: calc(-25 / 780 * 100vw) auto 0 0;
}
.p-page-lead__photo--03 {
  width: calc(379 / 780 * 100vw);
  margin: calc(60 / 780 * 100vw) auto 0;
}
.p-page-nav {
  margin-top: calc(360 / 780 * 100vw);
  overflow: hidden;
}
.p-page-nav__heading {
  font-size: calc(24 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: calc(90 / 780 * 100vw);
}
.p-page-nav__heading strong {
  font-size: calc(48 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 0.75;
}
.p-page-nav__button {
  display: block;
  width: calc(580 / 780 * 100vw);
  margin-top: calc(20 / 780 * 100vw);
}
.p-page-nav__button:nth-of-type(even) {
  margin-left: auto;
}
.p-page__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: calc(350 / 780 * 100vw);
  margin-left: calc(45 / 780 * 100vw);
  margin-right: calc(20 / 780 * 100vw);
}
.p-page__float {
  position: sticky;
  top: 0;
  width: calc(60 / 780 * 100vw);
  height: 100vh;
}
.p-page__guide {
  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: calc(60 / 780 * 100vw);
  height: calc(340 / 780 * 100vw);
  font-size: calc(32 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-top: calc(10 / 780 * 100vw);
  border: 1px solid #000;
  border-radius: 100vmax;
}
@media screen and (max-height: 670px) {
  .p-page__guide {
    height: calc(270 / 780 * 100vw);
    font-size: calc(26 / 780 * 100vw);
    letter-spacing: 0em;
    line-height: 1.23;
  }
}
.p-page__guide--pink.is-current {
  color: #fff;
  background: #ffbdef;
}
.p-page__guide--green.is-current {
  color: #fff;
  background: #02aa61;
}
.p-page__section {
  width: calc(600 / 780 * 100vw);
}
.p-page__section:nth-of-type(n+2) {
  margin-top: calc(250 / 780 * 100vw);
}
.p-page__heading {
  font-size: calc(100 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 0.88;
}
.p-page__heading span {
  display: block;
  font-size: calc(42 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 1.95;
}
.p-page__heading small {
  font-size: calc(80 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 1.02;
}
.p-page__title {
  font-size: calc(50 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 1.4;
  margin-top: calc(40 / 780 * 100vw);
}
.p-page__title--cranped {
  font-size: 0.95em;
}
.p-page__title small {
  font-size: calc(36 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 1;
}
.p-page__cranped {
  font-size: 0.85em;
  letter-spacing: -1px;
}
.p-page__body {
  margin-top: calc(20 / 780 * 100vw);
}
.p-page__body + .p-page__body {
  margin-top: calc(10 / 780 * 100vw);
}
.p-page__card {
  margin-top: calc(60 / 780 * 100vw);
}
.p-page__card:first-of-type {
  margin-top: calc(70 / 780 * 100vw);
}
.p-page__visual img {
  border-width: 1px;
  border-style: solid;
}
.p-page__visual--pink img {
  border-color: #f273d3;
}
.p-page__visual--green img {
  border-color: #02aa61;
}
.p-page__visual--none img {
  border: none;
}
.p-page__tag {
  display: block;
  font-size: calc(20 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 1;
  margin-bottom: 1em;
}
.p-page__tag--pink {
  color: #f273d3;
}
.p-page__tag--green {
  color: #02aa61;
}
.p-page__floor {
  font-size: calc(18 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 1.39;
  color: #666;
  margin: 0.5em 0;
}
.p-page__time {
  font-size: calc(30 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 1.43;
  margin-top: calc(30 / 780 * 100vw);
  color: #f273d3;
}
.p-page__time small {
  font-size: calc(20 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 2.15;
}
.p-page__note {
  font-size: calc(20 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 1.9;
  text-indent: -1em;
  margin-top: calc(5 / 780 * 100vw);
  padding-left: 1em;
}
.p-page-feel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(70 / 780 * 100vw);
  padding: 0 calc(20 / 780 * 100vw);
}
.p-page-feel__item {
  width: calc(240 / 780 * 100vw);
  height: calc(570 / 780 * 100vw);
}
.p-page-feel__item:nth-of-type(2) {
  margin-top: calc(285 / 780 * 100vw);
}
.p-page-feel__item:nth-of-type(2n+3) {
  margin-top: calc(-285 / 780 * 100vw);
}
.p-page-feel__item:last-of-type {
  height: auto;
}
.p-page-feel__button {
  text-align: left;
}
.p-page-feel__image {
  position: relative;
  width: calc(240 / 780 * 100vw);
  -webkit-box-shadow: calc(10 / 780 * 100vw) calc(10 / 780 * 100vw) calc(30 / 780 * 100vw) #a8a8a8;
          box-shadow: calc(10 / 780 * 100vw) calc(10 / 780 * 100vw) calc(30 / 780 * 100vw) #a8a8a8;
}
.p-page-feel__food {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-animation: animate-fadeLoop 7s infinite ease-in-out;
          animation: animate-fadeLoop 7s infinite ease-in-out;
}
.p-page-feel__title {
  margin-top: calc(45 / 780 * 100vw);
}
.p-page-feel__title::after {
  content: "";
  display: block;
  width: calc(30 / 780 * 100vw);
  height: 1px;
  background: #000;
  margin: calc(15 / 780 * 100vw) 0 0;
}
.p-page-feel__year {
  font-size: calc(20 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 1.9;
}
.p-page-feel__shop {
  font-size: calc(18 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 1.39;
  white-space: nowrap;
  color: #666;
  margin-top: calc(20 / 780 * 100vw);
}
.p-page-feel__shop strong {
  font-size: calc(22 / 780 * 100vw);
  letter-spacing: 0em;
  line-height: 1.14;
}
.p-page-profile {
  margin-top: calc(370 / 780 * 100vw);
}
.p-page-profile__headings {
  position: relative;
}
.p-page-profile__heading {
  position: absolute;
}
.p-page-profile__heading--01 {
  position: static;
  display: block;
  width: 100%;
}
.p-page-profile__heading--02, .p-page-profile__heading--03, .p-page-profile__heading--04 {
  top: 0;
  left: 0;
  width: 100%;
}
.p-page-profile__heading--05 {
  top: calc(100 / 780 * 100vw);
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
}
.p-page-profile__visual {
  display: block;
  width: calc(613 / 780 * 100vw);
  margin: calc(85 / 780 * 100vw) auto 0;
}
.p-page-profile__name {
  width: calc(613 / 780 * 100vw);
  font-weight: 900;
  margin: calc(65 / 780 * 100vw) auto 0;
}
.p-page-profile__body {
  width: calc(613 / 780 * 100vw);
  margin: 1em auto 0;
}
.p-page-profile__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  width: calc(613 / 780 * 100vw);
  margin: calc(50 / 780 * 100vw) auto 0;
}
.p-page-profile__links a {
  text-decoration: underline;
}

@media only screen and (min-width: 911px) {
  .p-page-lead {
    margin-top: 60px;
  }
  .p-page-lead__heading--02 {
    margin-top: 25px;
  }
  .p-page-lead__heading--03 {
    margin-top: 22.5px;
  }
  .p-page-lead__catch {
    font-size: 1.8rem;
    letter-spacing: 0em;
    line-height: 2.11;
    margin-top: 150px;
  }
  .p-page-lead__body {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.96;
    margin-top: 55px;
  }
  .p-page-lead__photo--01 {
    top: 235px;
    right: 0;
    width: 173.5px;
  }
  .p-page-lead__photo--02 {
    width: 237px;
    margin: -12.5px auto 0 0;
  }
  .p-page-lead__photo--03 {
    width: 189.5px;
    margin: 30px auto 0;
  }
  .p-page-nav {
    margin-top: 180px;
  }
  .p-page-nav__heading {
    font-size: 1.2rem;
    letter-spacing: 0em;
    line-height: 1.5;
    margin-bottom: 45px;
  }
  .p-page-nav__heading strong {
    font-size: 2.4rem;
    letter-spacing: 0em;
    line-height: 0.75;
  }
  .p-page-nav__button {
    width: 290px;
    margin-top: 10px;
  }
  .p-page__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 175px;
    margin-left: 22.5px;
    margin-right: 10px;
  }
  .p-page__float {
    width: 30px;
  }
  .p-page__guide {
    width: 30px;
    height: 170px;
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 1;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 911px) and (max-height: 720px) {
  .p-page__guide {
    height: 135px;
    font-size: 1.3rem;
    letter-spacing: 0em;
    line-height: 1.23;
  }
}
@media only screen and (min-width: 911px) {
  .p-page__section {
    width: 300px;
  }
  .p-page__section:nth-of-type(n+2) {
    margin-top: 125px;
  }
  .p-page__heading {
    font-size: 5rem;
    letter-spacing: 0em;
    line-height: 0.88;
  }
  .p-page__heading span {
    display: block;
    font-size: 2.1rem;
    letter-spacing: 0em;
    line-height: 1.95;
  }
  .p-page__heading small {
    font-size: 4rem;
    letter-spacing: 0em;
    line-height: 1.02;
  }
  .p-page__title {
    font-size: 2.5rem;
    letter-spacing: 0em;
    line-height: 1.4;
    margin-top: 20px;
  }
  .p-page__title small {
    font-size: 1.8rem;
    letter-spacing: 0em;
    line-height: 1;
  }
  .p-page__body {
    margin-top: 10px;
  }
  .p-page__body + .p-page__body {
    margin-top: 5px;
  }
  .p-page__card {
    margin-top: 20px;
  }
  .p-page__card:first-of-type {
    margin-top: 35px;
  }
  .p-page__tag {
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 1;
  }
  .p-page__floor {
    font-size: 0.9rem;
    letter-spacing: 0em;
    line-height: 1.39;
  }
  .p-page__time {
    font-size: 1.5rem;
    letter-spacing: 0em;
    line-height: 1.43;
    margin-top: 15px;
  }
  .p-page__time small {
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 2.15;
  }
  .p-page__note {
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 1.9;
    margin-top: 2.5px;
  }
  .p-page-feel {
    margin-top: 35px;
    padding: 0 10px;
  }
  .p-page-feel__item {
    width: 120px;
    height: 285px;
  }
  .p-page-feel__item:nth-of-type(2) {
    margin-top: 142.5px;
  }
  .p-page-feel__item:nth-of-type(2n+3) {
    margin-top: -142.5px;
  }
  .p-page-feel__image {
    width: 120px;
    -webkit-box-shadow: 5px 5px 15px #a8a8a8;
            box-shadow: 5px 5px 15px #a8a8a8;
  }
  .p-page-feel__title {
    margin-top: 22.5px;
  }
  .p-page-feel__title::after {
    width: 15px;
    margin: 7.5px 0 0;
  }
  .p-page-feel__year {
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 1.9;
  }
  .p-page-feel__shop {
    font-size: 0.9rem;
    letter-spacing: 0em;
    line-height: 1.39;
    margin-top: 10px;
  }
  .p-page-feel__shop strong {
    font-size: 1.1rem;
    letter-spacing: 0em;
    line-height: 1.14;
  }
  .p-page-profile {
    margin-top: 185px;
  }
  .p-page-profile__heading--05 {
    top: 50px;
  }
  .p-page-profile__visual {
    width: 306.5px;
    margin: 42.5px auto 0;
  }
  .p-page-profile__name {
    width: 306.5px;
    margin: 32.5px auto 0;
  }
  .p-page-profile__body {
    width: 306.5px;
  }
  .p-page-profile__links {
    width: 306.5px;
    margin: 25px auto 0;
  }
}
@media screen and (min-width: 500px) and (max-width: 909px) {
  .p-page__guide {
    width: 30px;
    height: 170px;
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 1;
    margin-top: 5px;
    margin-left: auto;
  }
}