@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
.js-breakpointSp {
  width: 750px;
}

.js-viewportWidthSp {
  width: 375px;
}

.js-viewportWidthTb {
  width: 1280px;
}

.js-viewportWidthPc {
  width: 1440px;
}

:root {
  --color-red: #a72826;
  --color-cream: #fffcf1;
  --color-text: #2c2c2c;
}

/*----------------------------------------------------------------
  reset
-----------------------------------------------------------------*/
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,
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;
  background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
td {
  font-weight: normal;
}

/*
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  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;
}

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

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;
}

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

input,
select {
  vertical-align: middle;
}

img,
svg {
  vertical-align: top;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

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

main {
  display: block;
}

/* Form
______________________________________________*/
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 100%;
  display: inline-block;
  font-family: inherit;
}

/* IE
______________________________________________*/
::-ms-expand {
  display: none;
}

::-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

/* clearfix
______________________________________________*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* bugfix
______________________________________________*/
body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/*----------------------------------------------------------------
    base
-----------------------------------------------------------------*/
html {
  zoom: 0.0694444444vw;
  scroll-behavior: smooth;
}
@media screen and (max-width: 750px) {
  html {
    zoom: 1;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 14px;
  color: #2c2c2c;
  background-color: #fef2da;
  line-height: 1.7;
}

svg {
  width: 100%;
  height: auto;
}

a,
button {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  width: 100%;
}

table {
  width: 100%;
}
table th {
  text-align: left;
}

/* Tel click off
______________________________________________*/
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* Slick 高さ揃える
______________________________________________*/
.slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}

/*----------------------------------------------------------------
    layout
-----------------------------------------------------------------*/
.l-body {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .l-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*----------------------------------------------------------------
    Post 投稿記事用
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
  background
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
  Table
-----------------------------------------------------------------*/
/* .c-table1
______________________________________________*/
.c-table1 {
  width: 100%;
  line-height: 1.9;
  border-top: solid 1px #dddddd;
}
.c-table1 > * > tr > th,
.c-table1 > * > tr > td {
  padding: 1em 1.1em;
  border: solid 1px #dddddd;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .c-table1 > * > tr > th,
  .c-table1 > * > tr > td {
    display: block;
  }
}
.c-table1 > * > tr > th {
  width: 173px;
  background-color: #f7f7f7;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .c-table1 > * > tr > th {
    width: 100%;
    border-bottom: none;
    border-top: none;
  }
}

/* .c-table2
______________________________________________*/
.c-table2 {
  width: 100%;
  border-top: solid 3px #000;
}
.c-table2 > * > tr > th,
.c-table2 > * > tr > td {
  padding: 1.5em 1.1em;
  border-bottom: solid 1px #000;
  text-align: left;
}
.c-table2 > * > tr > th {
  width: 30%;
  vertical-align: middle;
  font-weight: bold;
}

/* .c-table3
______________________________________________*/
.c-table3 {
  width: 100%;
}
.c-table3 > * > tr > th,
.c-table3 > * > tr > td {
  padding: 1.5em 1.1em;
  border-bottom: solid 1px #a72826;
  text-align: left;
}
.c-table3 > * > tr > th {
  width: 20%;
  vertical-align: middle;
  font-weight: bold;
}

/*----------------------------------------------------------------
  HEADER
-----------------------------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .l-header {
    height: 95px;
  }
}

.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 32px 0 35px;
}
@media screen and (max-width: 750px) {
  .l-header__inner {
    padding: 0 20px;
  }
}

.l-header__logo {
  line-height: 1;
  position: relative;
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  width: auto;
  height: 37px;
}
@media screen and (max-width: 750px) {
  .l-header__logo img {
    height: 32px;
  }
}

.l-header-menu {
  position: fixed;
  top: 26px;
  right: 32px;
  z-index: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .l-header-menu {
    right: 20px;
  }
}

.l-header__menu-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #a72826;
}
.l-header__menu-btn img {
  width: 22px;
  height: auto;
}
@media screen and (max-width: 750px) {
  .l-header__menu-btn img {
    width: 18px;
  }
}
@media screen and (hover: hover) and (min-width: 751px) {
  .l-header__menu-btn:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 750px) {
  .l-header__menu-btn {
    width: 44px;
    height: 44px;
  }
}

.l-header__menu-btn-icon--close {
  display: none;
}

html.is-navOpen .l-header__menu-btn-icon {
  display: none;
}

html.is-navOpen .l-header__menu-btn-icon--close {
  display: block;
}

/*----------------------------------------------------------------
  FOOTER
-----------------------------------------------------------------*/
.l-footer {
  background-image: url("../images/bg-footer.png");
  background-size: 100% 100%;
  background-position: center;
  margin-top: -96px;
}
@media screen and (max-width: 750px) {
  .l-footer {
    background-image: url("../images/bg-footer--sp.png");
    margin-top: -22px;
  }
}

.l-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 137px 20px 50px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .l-footer__inner {
    padding: 69px 20px 40px;
  }
}

/* ボタンリスト
______________________________________________*/
.l-footer__btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 750px) {
  .l-footer__btn-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 0 10px;
  }
}

.l-footer__btn-item {
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 750px) {
  .l-footer__btn-item {
    max-width: 100%;
  }
}

.l-footer__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  padding: 0 0 0 4px;
  border-radius: 100vmax;
  background-color: #a72826;
  outline: 1px solid #be7a6e;
  outline-offset: -6px;
  position: relative;
}
@media screen and (hover: hover) and (min-width: 751px) {
  .l-footer__btn:hover .l-footer__btn-icon {
    -webkit-transform: translateY(-50%) translateX(4px);
            transform: translateY(-50%) translateX(4px);
  }
}

.l-footer__btn-text {
  font-family: "Noto Serif JP", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif Japanese", Georgia, "Hiragino Mincho ProN", "HGS明朝E", serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.27;
  letter-spacing: 0.1em;
}

.l-footer__btn-icon {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.l-footer__btn-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background-color: #a72826;
  -webkit-mask-image: url("../images/icon-arrow-1.svg");
          mask-image: url("../images/icon-arrow-1.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

/* SNS
______________________________________________*/
.l-footer__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 47px auto 19px;
}
@media screen and (max-width: 750px) {
  .l-footer__sns {
    margin: 30px auto 34px;
  }
}

.l-footer__sns-link {
  display: block;
}
.l-footer__sns-link img {
  width: 32px;
  height: 32px;
}
@media screen and (hover: hover) and (min-width: 751px) {
  .l-footer__sns-link:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

/* コピーライト
______________________________________________*/
.l-footer__copyright {
  font-size: 12px;
  line-height: 1.583;
  letter-spacing: 0.05em;
}

/*----------------------------------------------------------------
  SIDEBAR
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
    Box
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
    Block
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
  Card
-----------------------------------------------------------------*/
/*================================================================
  Item Card .c-item-card
================================================================*/
.c-item-card {
  --item-accent: #1f417a;
  --item-package-bg: #efe2d2;
  max-width: 502px;
}

.c-item-card--petal {
  --item-accent: #6da746;
  --item-package-bg: #bbc65c;
}

.c-item-card--ribbon {
  --item-accent: var(--color-red);
  --item-package-bg: #f0c3c2;
}

.c-item-card__visual {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-item-card__visual {
    width: 95%;
  }
}

.c-item-card__img-wrap {
  aspect-ratio: 502/296;
  overflow: hidden;
  background-color: #d7d0c9;
  -webkit-mask-image: url("../images/item-card-image-msk.svg");
          mask-image: url("../images/item-card-image-msk.svg");
  mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.c-item-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-item-card__bottom-line {
  position: absolute;
  left: 51%;
  bottom: -5%;
  width: 108%;
  aspect-ratio: 527/43;
  background-color: var(--item-accent);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask-image: url("../images/item-card-bottom-line-msk.svg");
          mask-image: url("../images/item-card-bottom-line-msk.svg");
  mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.c-item-card__package {
  position: absolute;
  right: 2.5%;
  bottom: -7%;
  z-index: 2;
  width: 25%;
  aspect-ratio: 1;
  padding: 3%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--item-package-bg);
}
.c-item-card__package img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-item-card__name {
  font-family: "ten-mincho", "Noto Serif JP", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif Japanese", Georgia, "Hiragino Mincho ProN", "HGS明朝E", serif;
  color: #2c2c2c;
  letter-spacing: 0.14em;
  font-size: 28px;
  line-height: 1.4285714286;
  padding: 31px 0 15px;
  border-bottom: solid 1px #a3a3a3;
}
@media screen and (max-width: 750px) {
  .c-item-card__name {
    letter-spacing: 0.1em;
    font-size: 20px;
    padding: 23px 0 4px;
  }
}

.c-item-card__desc {
  padding: 17px 0 13px;
  font-size: 18px;
  line-height: 1.556;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
  .c-item-card__desc {
    font-size: 14px;
    padding: 11px 0 8px;
  }
}

.c-item-card__price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 750px) {
  .c-item-card__price-wrap {
    gap: 9px;
  }
}

.c-item-card__price-label {
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 78px;
  height: 24px;
  padding: 0 12px;
  background-color: #595959;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  border-radius: 100vmax;
}
@media screen and (max-width: 750px) {
  .c-item-card__price-label {
    min-width: 58px;
    height: 16px;
    padding: 0 6px;
    font-size: 12px;
  }
}

.c-item-card__price {
  margin: 0;
  font-size: 24px;
  color: #2c2c2c;
  font-weight: bold;
  line-height: 2.417;
}
@media screen and (max-width: 750px) {
  .c-item-card__price {
    font-size: 16px;
  }
}
.c-item-card__price small {
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .c-item-card__price small {
    font-size: 12px;
  }
}

.c-item-card__note {
  font-size: 14px;
  color: #8b8b8b;
  line-height: 1.429;
  letter-spacing: 0.18em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 750px) {
  .c-item-card__note {
    font-size: 12px;
  }
}

.c-item-card__decoration-petal {
  position: absolute;
  max-width: none;
  width: 102%;
  top: -3%;
  left: 0;
}

.c-item-card__decoration-ribbon {
  position: absolute;
  width: 17%;
  bottom: -10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*----------------------------------------------------------------
  Navs
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
  Button
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
  Icons
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
  Form
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
グリッドのコンポーネント
-----------------------------------------------------------------*/
/* .u-grid
______________________________________________*/
.u-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.u-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 750px) {
  .u-grid--2 {
    grid-template-columns: 1fr;
  }
}
.u-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 750px) {
  .u-grid--3 {
    grid-template-columns: 1fr;
  }
}
.u-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 750px) {
  .u-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 750px) {
  .u-grid--sp-1 {
    grid-template-columns: 1fr;
  }
  .u-grid--sp-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.u-grid--gap-s {
  gap: 20px;
}
.u-grid--gap-l {
  gap: 60px;
}
.u-grid__col-2 {
  grid-column: span 2;
}
.u-grid__col-3 {
  grid-column: span 3;
}
.u-grid__col-4 {
  grid-column: span 4;
}
.u-grid__col-6 {
  grid-column: span 6;
}
.u-grid__col-12 {
  grid-column: span 12;
}
@media screen and (max-width: 750px) {
  .u-grid__col-2, .u-grid__col-3, .u-grid__col-4, .u-grid__col-6 {
    grid-column: span 12;
  }
  .u-grid__col-sp-2 {
    grid-column: span 2;
  }
  .u-grid__col-sp-3 {
    grid-column: span 3;
  }
  .u-grid__col-sp-4 {
    grid-column: span 4;
  }
  .u-grid__col-sp-6 {
    grid-column: span 6;
  }
  .u-grid__col-sp-12 {
    grid-column: span 12;
  }
}

/*----------------------------------------------------------------
  List
-----------------------------------------------------------------*/
.c-item-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px 60px;
  padding: 0 13px 0 29px;
}
@media screen and (max-width: 750px) {
  .c-item-list {
    margin-top: 26px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
}

/*----------------------------------------------------------------
  Text, Lead
-----------------------------------------------------------------*/
/*================================================================
  Section Title .c-section-ttl
================================================================*/
.c-section-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 4px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 750px) {
  .c-section-ttl {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.c-section-ttl__en {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "ten-mincho", "Noto Serif JP", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif Japanese", Georgia, "Hiragino Mincho ProN", "HGS明朝E", serif;
  color: #a72826;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 750px) {
  .c-section-ttl__en {
    gap: 14px;
    font-size: 16px;
  }
  .c-section-ttl__en::before {
    width: 61px;
  }
}
.c-section-ttl__en::before {
  content: "";
  display: block;
  width: 1px;
  height: 61px;
  background-color: #a72826;
}
@media screen and (max-width: 750px) {
  .c-section-ttl__en::before {
    height: 1px;
    width: 61px;
  }
}

.c-section-ttl__en--horizontal {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
.c-section-ttl__en--horizontal::before, .c-section-ttl__en--horizontal::after {
  content: "";
  display: block;
  width: 61px;
  height: 1px;
  background-color: #a72826;
}

.c-section-ttl__ja {
  font-family: "ten-mincho", "Noto Serif JP", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif Japanese", Georgia, "Hiragino Mincho ProN", "HGS明朝E", serif;
  font-size: 50px;
  color: #2c2c2c;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .c-section-ttl__ja {
    font-size: 24px;
    line-height: 1.667;
  }
}

.c-indent {
  text-indent: 0.5em;
}

/*----------------------------------------------------------------
    Media
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
	Color
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
  プロジェクト、ページ用ユニークスタイル .p-
-----------------------------------------------------------------*/
/*================================================================
  Nav Drawer .p-nav
================================================================*/
/* ラッパー（全画面固定）
______________________________________________*/
.p-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
  width: 100%;
  max-width: 324px;
  height: 100vh;
  padding: 105px 0 40px;
  overflow-y: auto;
  background-color: #fffcf1;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.is-navOpen .p-nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.p-nav__link {
  display: block;
  padding: 15px 20px 15px 54px;
  font-family: "Noto Serif JP", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif Japanese", Georgia, "Hiragino Mincho ProN", "HGS明朝E", serif;
  font-size: 20px;
  color: #2c2c2c;
  line-height: 1.7;
  letter-spacing: 0.2em;
}
@media screen and (hover: hover) and (min-width: 751px) {
  .p-nav__link:hover {
    color: #a72826;
  }
}

/* ボタンリスト（外部リンク）
______________________________________________*/
.p-nav__btn-list {
  margin: 34px 0 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.p-nav__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 60px;
  padding: 0 34px 0 54px;
  background-color: #efecdf;
}
@media screen and (hover: hover) and (min-width: 751px) {
  .p-nav__btn:hover .p-nav__btn-icon {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}

.p-nav__btn-text {
  font-family: "Noto Serif JP", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif Japanese", Georgia, "Hiragino Mincho ProN", "HGS明朝E", serif;
  font-size: 15px;
  color: #a72826;
  line-height: 1.27;
  letter-spacing: 0.05em;
}

.p-nav__btn-icon {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #a72826;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.p-nav__btn-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  -webkit-mask-image: url("../images/icon-arrow-1.svg");
          mask-image: url("../images/icon-arrow-1.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

/* SNS
______________________________________________*/
.p-nav__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding-right: 19px;
}
@media screen and (max-width: 750px) {
  .p-nav__sns {
    padding: 20px;
    gap: 12px;
  }
}

.p-nav__sns-link {
  display: block;
}
.p-nav__sns-link img {
  width: 34px;
  height: 34px;
}
@media screen and (hover: hover) and (min-width: 751px) {
  .p-nav__sns-link:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.p-nav__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 200;
}

.is-navOpen .p-nav__overlay {
  opacity: 1;
  pointer-events: auto;
}

/*================================================================
  MV .p-mv
================================================================*/
/* PC
______________________________________________*/
.p-mv {
  padding: 93px 40px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-mv {
    display: none;
  }
}

.p-mv__inner {
  width: 100%;
  max-width: 1347px;
  position: relative;
  z-index: 0;
}
.p-mv__inner::before {
  content: "";
  position: absolute;
  inset: -2px;
  background-color: var(--color-red);
  -webkit-mask-image: url("../images/mv-mask.svg");
          mask-image: url("../images/mv-mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 0% 0%;
          mask-size: 0% 0%;
  pointer-events: none;
  z-index: -1;
}

.p-mv__inner.is-inview::before {
  -webkit-animation: mv-wipe 0.75s ease-out forwards;
          animation: mv-wipe 0.75s ease-out forwards;
}
.p-mv__inner.is-inview .p-mv__mask {
  -webkit-animation: mv-wipe 0.75s ease-out forwards;
          animation: mv-wipe 0.75s ease-out forwards;
}

.p-mv__mask {
  width: 100%;
  height: 692px;
  position: relative;
  -webkit-mask-image: url("../images/mv-mask.svg");
          mask-image: url("../images/mv-mask.svg");
  mask-mode: alpha;
  -webkit-mask-size: 0% 0%;
          mask-size: 0% 0%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .p-mv__mask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@-webkit-keyframes mv-wipe {
  0% {
    -webkit-mask-size: 0% 0%;
            mask-size: 0% 0%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}

@keyframes mv-wipe {
  0% {
    -webkit-mask-size: 0% 0%;
            mask-size: 0% 0%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}
.p-mv__panel {
  background-image: url("../images/mv-bg.jpg");
  background-size: cover;
  background-position: center;
  width: 352px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding-top: 49px;
}

.p-mv__catch {
  font-family: "ten-mincho", "Noto Serif JP", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif Japanese", Georgia, "Hiragino Mincho ProN", "HGS明朝E", serif;
  font-size: 28px;
  line-height: 1.429;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.13em;
}

.p-mv__sub {
  font-size: 22px;
  font-family: "ten-mincho", "Noto Serif JP", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif Japanese", Georgia, "Hiragino Mincho ProN", "HGS明朝E", serif;
  line-height: 1.273;
  text-align: center;
  letter-spacing: -0.06em;
  margin-top: 3px;
}
.p-mv__sub span {
  letter-spacing: 0;
}

.p-mv__logo {
  width: 269px;
  margin: 0 auto;
}

.p-mv__img {
  width: calc((100% - 352px) / 2);
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* SP
______________________________________________*/
@media screen and (min-width: 751px) {
  .p-sp-mv {
    display: none;
  }
}
.p-sp-mv {
  position: relative;
  z-index: 0;
  padding: 92px 10px 0;
}

.p-sp-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.p-sp-mv__img-wrap {
  position: relative;
}
.p-sp-mv__img-wrap::before {
  content: "";
  position: absolute;
  inset: -2px;
  -webkit-mask-image: url("../images/mv-mask.svg");
          mask-image: url("../images/mv-mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 0% 0%;
          mask-size: 0% 0%;
  pointer-events: none;
  z-index: -1;
  background-color: var(--color-red);
}

.p-sp-mv.is-inview .p-sp-mv__img-wrap::before {
  -webkit-animation: mv-wipe 0.75s ease-out forwards;
          animation: mv-wipe 0.75s ease-out forwards;
}
.p-sp-mv.is-inview .p-sp-mv__img {
  -webkit-animation: mv-wipe 0.75s ease-out forwards;
          animation: mv-wipe 0.75s ease-out forwards;
}

.p-sp-mv__img {
  display: block;
  width: 100%;
  -webkit-mask-image: url("../images/mv-mask.svg");
          mask-image: url("../images/mv-mask.svg");
  mask-mode: alpha;
  -webkit-mask-size: 0% 0%;
          mask-size: 0% 0%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.p-sp-mv__panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 33px 0 36px;
}

.p-sp-mv__catch {
  font-size: 24px;
  font-family: "ten-mincho", "Noto Serif JP", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif Japanese", Georgia, "Hiragino Mincho ProN", "HGS明朝E", serif;
  line-height: 1.4166666667;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-sp-mv__catch span {
  letter-spacing: 0.22em;
}

.p-sp-mv__logo {
  width: 201px;
  margin: 20px auto 32px;
}

.p-sp-mv__sub {
  font-family: "ten-mincho", "Noto Serif JP", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif Japanese", Georgia, "Hiragino Mincho ProN", "HGS明朝E", serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  font-weight: 800;
}

/*================================================================
  ABOUT .p-about
================================================================*/
.p-about {
  position: relative;
  padding: 0 40px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-about {
    background-image: url("../images/bg-about--sp.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 106%;
    padding: 34px 20px 164px;
    z-index: -1;
    margin-top: -35px;
  }
}

.p-about__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 68px;
  padding: 93px 0 0 2px;
}
@media screen and (max-width: 750px) {
  .p-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
    padding: 93px 0 0 0;
  }
}
.p-about__inner .c-section-ttl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  gap: 25px;
}
@media screen and (max-width: 750px) {
  .p-about__inner .c-section-ttl {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    gap: 7px;
  }
}
.p-about__inner .c-section-ttl__ja {
  font-size: 40px;
}
@media screen and (max-width: 750px) {
  .p-about__inner .c-section-ttl__ja {
    font-size: 24px;
  }
}

.p-about__body {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Noto Serif JP", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif Japanese", Georgia, "Hiragino Mincho ProN", "HGS明朝E", serif;
  font-size: 20px;
  line-height: 3;
  letter-spacing: 0.21em;
}
@media screen and (max-width: 750px) {
  .p-about__body {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 16px;
    line-height: 2.125;
    letter-spacing: 0.15em;
  }
}

.p-about__text {
  font-family: "Noto Serif JP", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif Japanese", Georgia, "Hiragino Mincho ProN", "HGS明朝E", serif;
  font-size: 18px;
  color: #2c2c2c;
  line-height: 2.1;
  letter-spacing: 0.08em;
  text-wrap: pretty;
}
@media screen and (max-width: 750px) {
  .p-about__text {
    font-size: 16px;
    line-height: 2.125;
  }
}

/*================================================================
  SEASON .p-season
================================================================*/
.p-season {
  background-image: url("../images/bg-season.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  margin-top: -10px;
  overflow: hidden;
  padding: 240px 20px 176px;
}
@media screen and (max-width: 750px) {
  .p-season {
    background-image: url("../images/bg-season--sp.png");
    margin-top: -75px;
    padding: 98px 20px 158px;
  }
}

.p-season__ttl {
  max-width: 1048px;
  margin: 0 auto 73px;
}
@media screen and (max-width: 750px) {
  .p-season__ttl {
    margin-bottom: 35px;
  }
}

.p-season__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 66px 44px;
  max-width: 1048px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-season__list {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}

/*================================================================
  STANDARD .p-standard
================================================================*/
.p-standard {
  background-image: url("../images/bg-standard.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  margin-top: -146px;
  padding: 234px 20px 59px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-standard {
    background-image: url("../images/bg-standard--sp.png");
    margin-top: -148px;
    padding: 126px 20px 109px;
  }
}

.p-standard__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.p-standard__ttl {
  max-width: 1048px;
  margin: 0 auto 72px;
}
@media screen and (max-width: 750px) {
  .p-standard__ttl {
    margin-bottom: 36px;
  }
}

.p-standard__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 67px 44px;
  max-width: 1048px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-standard__list {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}

/*================================================================
  LINE UP .p-lineup
================================================================*/
.p-lineup {
  background-image: url("../images/bg-line-up.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 121%;
  background-color: #fffcf1;
  overflow: hidden;
  padding: 205px 0 114px;
}
@media screen and (max-width: 750px) {
  .p-lineup {
    background-image: url("../images/bg-line-up--sp.png");
    background-position: center top;
    background-size: 100% 100%;
    background-color: transparent;
    margin-top: -75px;
    padding: 125px 0 59px;
  }
}

.p-lineup__inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-lineup-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.p-lineup-ttl .c-section-ttl__ja {
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .p-lineup-ttl .c-section-ttl__ja {
    margin: 8px auto 0;
  }
}

.p-lineup__slider {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  margin: 32px 0 83px;
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .p-lineup__slider {
    margin: 23px 0 83px;
    padding-bottom: 50px;
  }
  .p-lineup__slider .c-item-card {
    width: 338px;
  }
}
.p-lineup__slider .slick-list {
  margin: 0 -30px;
}
.p-lineup__slider .slick-slider {
  margin-bottom: 0;
}
.p-lineup__slider .slick-slide {
  padding: 0 30px;
}
.p-lineup__slider .slick-dots {
  bottom: 18px;
}
.p-lineup__slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.p-lineup__slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}
.p-lineup__slider .slick-dots li button::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bebebe;
  color: transparent;
  opacity: 1;
}
.p-lineup__slider .slick-dots .slick-active button::before {
  background-color: #2c2c2c;
}
@media screen and (max-width: 750px) {
  .p-lineup__slider .slick-dots {
    bottom: 12px;
  }
}
.p-lineup__slider .slick-prev,
.p-lineup__slider .slick-next {
  top: auto;
  bottom: 0;
  z-index: 2;
  width: 45px;
  height: 45px;
  -webkit-transform: none;
          transform: none;
  border-radius: 50%;
  background-color: #000;
  -webkit-transition: background-color 0.2s ease, outline-color 0.2s ease;
  transition: background-color 0.2s ease, outline-color 0.2s ease;
  outline: 1px solid transparent;
}
.p-lineup__slider .slick-prev::before,
.p-lineup__slider .slick-next::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  -webkit-mask-image: url("../images/icon-arrow-1.svg");
          mask-image: url("../images/icon-arrow-1.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  opacity: 1;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media screen and (hover: hover) and (min-width: 751px) {
  .p-lineup__slider .slick-prev:hover,
  .p-lineup__slider .slick-next:hover {
    background-color: #ffffff;
    outline-color: #000000;
  }
  .p-lineup__slider .slick-prev:hover::before,
  .p-lineup__slider .slick-next:hover::before {
    background-color: #000000;
  }
}
@media screen and (max-width: 750px) {
  .p-lineup__slider .slick-prev,
  .p-lineup__slider .slick-next {
    top: 90px;
    bottom: auto;
    width: 34px;
    height: 34px;
  }
}
.p-lineup__slider .slick-prev {
  left: calc(50% - 121px);
}
.p-lineup__slider .slick-prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 750px) {
  .p-lineup__slider .slick-prev {
    left: 20px;
  }
}
.p-lineup__slider .slick-next {
  right: calc(50% - 121px);
}
@media screen and (max-width: 750px) {
  .p-lineup__slider .slick-next {
    right: 20px;
  }
}

/*----------------------------------------------------------------
  for JavaScript
-----------------------------------------------------------------*/
/*================================================================
  Inview（スクロールフェードイン） .js-inview
================================================================*/
.js-inview {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}

.js-inview.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*================================================================
  Inview グループ（子要素一括） .js-inview-group
================================================================*/
.js-inview-group > * {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}
.js-inview-group > *.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*----------------------------------------------------------------
  状態管理
-----------------------------------------------------------------*/
/* .is-
______________________________________________*/
.is-tb,
.is-tb-flex,
.is-tb-inline-flex,
.is-tb-inline,
.is-tb-inline-block {
  display: none !important;
}

.is-sp,
.is-sp-flex,
.is-sp-inline-flex,
.is-sp-inline,
.is-sp-inline-block {
  display: none !important;
}

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

.is-pc-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media only screen and (max-width: 750px) {
  .is-pc-flex {
    display: none !important;
  }
}

.is-pc-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media only screen and (max-width: 750px) {
  .is-pc-inline-flex {
    display: none !important;
  }
}

.is-pc-inline {
  display: inline !important;
}
@media only screen and (max-width: 750px) {
  .is-pc-inline {
    display: none !important;
  }
}

.is-pc-inline-block {
  display: inline-block !important;
}
@media only screen and (max-width: 750px) {
  .is-pc-inline-block {
    display: none !important;
  }
}

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

.is-sp-flex {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .is-sp-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.is-sp-inline-flex {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .is-sp-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

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

/*----------------------------------------------------------------
    Utilitys
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
	Print
-----------------------------------------------------------------*/
@media print {
  body {
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
  }
}