@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Zen+Old+Mincho:wght@400;700&family=Roboto:wght@300;400;500;600;700&display=swap';
/* =reset.css
-------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700;
}

blockquote, q {
  quotes: none;
}

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

ins {
  color: rgb(51, 51, 51);
  text-decoration: none;
  background-color: #FF9;
}

mark {
  font-style: normal;
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
}

del {
  text-decoration: line-through;
}

table {
  font-size: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

ol, ul {
  list-style: none;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: inherit;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a img {
  border: 0;
}

hr, legend {
  display: none;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

sup {
  font-size: 75%;
  vertical-align: top;
}

sub {
  font-size: 75%;
  vertical-align: bottom;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

input, select, textarea, button {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  outline: none;
}

input::-ms-clear {
  visibility: hidden;
}

input[type=text], input[type=tel], input[type=url], input[type=email], input[type=number], input[type=password], textarea {
  font-size: 16px;
}

input[type=button], input[type=submit], input[type=text], input[type=tel], input[type=url], input[type=email], input[type=number], input[type=password], textarea, button {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=submit], input[type=button], button {
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
}

input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration, input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus, input[type=button]:focus {
  outline-offset: -2px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]:focus {
  outline-offset: -2px;
}

label {
  cursor: pointer;
}

summary {
  list-style: none;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

/* base
-------------------------------------------------------------- */
html, body {
  width: 100%;
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 16px;
  cursor: default;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #FFF;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-break: strict;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1240px;
  }
}
@media print {
  body {
    overflow: visible visible;
  }
}

strong, b {
  font-weight: 700;
}

/* =a style
-------------------------------------------------------------- */
a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  color: #000;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

/* レスポンシブ
-------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* header
--------------------------------------------- */
.l-head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  padding: 0 30px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.l-head__logo img {
  width: 148px;
}
.l-head__logo a {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-head__logo a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .l-head {
    height: 50px;
    padding: 0 10px;
  }
  .l-head__logo img {
    width: 96px;
  }
  .l-head__nav-btn {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30px;
    height: 30px;
  }
  .l-head__nav-btn::before, .l-head__nav-btn::after, .l-head__nav-btn > span {
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background: #000;
  }
  .l-head__nav-btn > span {
    margin: 6px 0;
  }
  .gnav-open .l-head__nav-btn > span {
    opacity: 0;
  }
  .gnav-open .l-head__nav-btn::before, .gnav-open .l-head__nav-btn::after {
    position: absolute;
    top: 50%;
    right: 50%;
  }
  .gnav-open .l-head__nav-btn::before {
    -webkit-transform: translate(50%, -50%) rotate(45deg);
            transform: translate(50%, -50%) rotate(45deg);
  }
  .gnav-open .l-head__nav-btn::after {
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
            transform: translate(50%, -50%) rotate(-45deg);
  }
}

/* footer
--------------------------------------------- */
.l-foot {
  padding: 50px 25px 20px;
  color: #FFF;
}
.month-1 .l-foot {
  background: #955766;
}
.month-2 .l-foot {
  background: #9EB6CE;
}
.month-3 .l-foot {
  background: #E6B5D5;
}
.month-4 .l-foot {
  background: #49A05C;
}
.month-5 .l-foot {
  background: #D6C074;
}
.month-6 .l-foot {
  background: #B5AFD1;
}
.month-7 .l-foot {
  background: #7CB1D0;
}
.month-8 .l-foot {
  background: #1D3444;
}
.month-9 .l-foot {
  background: #C09C82;
}
.month-10 .l-foot {
  background: #CD553A;
}
.month-11 .l-foot {
  background: #B9B6BD;
}
.month-12 .l-foot {
  background: #5C5777;
}
.l-foot__name__sub {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}
.l-foot__name__main {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.l-foot__name__en {
  margin-top: 10px;
  line-height: 1;
  letter-spacing: 0.125em;
  font-size: 1rem;
}
.l-foot__btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.l-foot__add {
  display: flex;
  line-height: 2.3333333333;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
}
.l-foot__add p:nth-of-type(n+2) {
  margin-left: 1em;
}
.l-foot__copyright {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .l-foot {
    padding: 30px 10px 20px;
  }
  .l-foot__name__sub {
    margin-bottom: 10px;
    font-size: 0.625rem;
  }
  .l-foot__name__main {
    font-size: 1.125rem;
  }
  .l-foot__name__en {
    margin-top: 8px;
    font-size: 0.6875rem;
    letter-spacing: 0.05em;
  }
  .l-foot__btm {
    display: block;
    margin-top: 20px;
  }
  .l-foot__add {
    display: block;
    font-size: 0.625rem;
    line-height: 2;
  }
  .l-foot__add p:nth-of-type(n+2) {
    margin: 0;
  }
  .l-foot__copyright {
    margin-top: 40px;
    font-size: 0.625rem;
    letter-spacing: 0.01em;
  }
}

/* main
----------------------------------- */
.l-main {
  position: relative;
  padding: 100px 25px 60px;
}
.l-main::before, .l-main::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 25px;
  pointer-events: none;
  content: "";
}
.month-1 .l-main::before, .month-1 .l-main::after {
  background: #955766;
}
.month-2 .l-main::before, .month-2 .l-main::after {
  background: #9EB6CE;
}
.month-3 .l-main::before, .month-3 .l-main::after {
  background: #E6B5D5;
}
.month-4 .l-main::before, .month-4 .l-main::after {
  background: #49A05C;
}
.month-5 .l-main::before, .month-5 .l-main::after {
  background: #D6C074;
}
.month-6 .l-main::before, .month-6 .l-main::after {
  background: #B5AFD1;
}
.month-7 .l-main::before, .month-7 .l-main::after {
  background: #7CB1D0;
}
.month-8 .l-main::before, .month-8 .l-main::after {
  background: #1D3444;
}
.month-9 .l-main::before, .month-9 .l-main::after {
  background: #C09C82;
}
.month-10 .l-main::before, .month-10 .l-main::after {
  background: #CD553A;
}
.month-11 .l-main::before, .month-11 .l-main::after {
  background: #B9B6BD;
}
.month-12 .l-main::before, .month-12 .l-main::after {
  background: #5C5777;
}
.l-main::before {
  left: 0;
}
.l-main::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding: 50px 10px 40px;
  }
  .l-main::before, .l-main::after {
    width: 10px;
  }
}

/* sec
----------------------------------- */
.c-sec {
  margin-top: 160px;
}
.c-sec__ttl {
  position: relative;
  z-index: 2;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 2.75rem;
}
@media screen and (max-width: 767px) {
  .c-sec {
    padding: 0 20px;
    margin-top: 80px;
  }
  .c-sec__ttl {
    font-size: 1.375rem;
  }
}

/* more
----------------------------------- */
.c-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  line-height: 1;
  border-bottom: solid 1px #000;
  font-size: 1rem;
}
.c-more__arw {
  width: 17px;
}
.c-more__arw img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-more__txt, .c-more__arw {
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  a:hover .c-more__txt {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  a:hover .c-more__arw {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
@media screen and (max-width: 767px) {
  .c-more {
    padding-bottom: 16px;
    font-size: 0.75rem;
    border-bottom-width: 1px;
  }
  .c-more__arw {
    width: 17px;
  }
}

/* btn
----------------------------------- */
.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 350px;
  height: 70px;
  padding: 0 20px;
  margin: 80px auto 0;
  line-height: 1;
  color: #FFF;
  background-color: #000;
  border: solid 1px #000;
  font-size: 1rem;
}
.c-btn::after {
  display: block;
  width: 17px;
  height: 14px;
  content: "";
  background: url("../img/common/arw_wt.svg") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .c-btn {
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
  }
  .c-btn::before, .c-btn::after {
    transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .c-btn::before {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 17px;
    height: 14px;
    content: "";
    background: url("../img/common/arw_bk.svg") no-repeat;
    background-size: contain;
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-btn span {
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .c-btn:hover {
    color: #000;
    background-color: #FFF;
  }
  .c-btn:hover::before {
    opacity: 1;
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
  .c-btn:hover::after {
    opacity: 0;
  }
  .c-btn:hover span {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 100%;
    height: 50px;
    margin-top: 40px;
    font-size: 0.75rem;
  }
  .c-btn::after {
    width: 17px;
    height: 14px;
  }
}

/* tabs
----------------------------------- */
.c-tabs {
  display: flex;
  align-items: flex-end;
  border-bottom: solid 2px #000;
}
.c-tabs__item {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 0 5px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  background: #EBEBEB;
  font-size: 1.375rem;
}
.c-tabs__item:nth-of-type(2n+1) {
  background: #CCC;
}
.c-tabs__item.is-active {
  height: 80px;
  color: #FFF;
  background: #000;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .c-tabs {
    position: relative;
    z-index: 10;
    margin: 0 -20px;
    overflow-x: auto;
    white-space: nowrap;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .c-tabs::-webkit-scrollbar {
    display: none;
  }
  .c-tabs__item {
    min-width: 70px;
    height: 40px;
    font-size: 0.875rem;
    scroll-snap-align: center;
    white-space: normal;
  }
  .c-tabs__item.is-active {
    height: 50px;
  }
}

/* ec-links
----------------------------------- */
.c-ec-links {
  margin-top: 80px;
}
.c-ec-links__btn, .c-ec-links__btn--tabechoku, .c-ec-links__btn--pocket-m, .c-ec-links__btn--rakuten, .c-ec-links__btn--yahoo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #FFF;
  background-color: #F29314;
  border: solid 2px #F29314;
  font-size: 0.875rem;
}
.c-ec-links__btn::after, .c-ec-links__btn--tabechoku::after, .c-ec-links__btn--pocket-m::after, .c-ec-links__btn--rakuten::after, .c-ec-links__btn--yahoo::after {
  display: block;
  width: 17px;
  height: 13px;
  content: "";
  background: url("../img/common/ico_blank_wt.svg") no-repeat right center;
  background-size: contain;
}
.c-ec-links__btn--yahoo {
  background-color: #FF0032;
  border-color: #FF0032;
}
.c-ec-links__btn--rakuten {
  background-color: #B00204;
  border-color: #B00204;
}
.c-ec-links__btn--pocket-m {
  background-color: #018CD6;
  border-color: #018CD6;
}
.c-ec-links__btn--tabechoku {
  background-color: #BF0217;
  border-color: #BF0217;
}
@media screen and (min-width: 768px) {
  .c-ec-links {
    display: flex;
    gap: 0 50px;
    justify-content: center;
  }
  .c-ec-links__btn, .c-ec-links__btn--yahoo, .c-ec-links__btn--rakuten, .c-ec-links__btn--pocket-m, .c-ec-links__btn--tabechoku {
    position: relative;
    width: 200px;
    height: 70px;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
  }
  .c-ec-links__btn::before, .c-ec-links__btn--yahoo::before, .c-ec-links__btn--rakuten::before, .c-ec-links__btn--pocket-m::before, .c-ec-links__btn--tabechoku::before, .c-ec-links__btn::after, .c-ec-links__btn--yahoo::after, .c-ec-links__btn--rakuten::after, .c-ec-links__btn--pocket-m::after, .c-ec-links__btn--tabechoku::after {
    transition: opacity 0.2s ease-out;
  }
  .c-ec-links__btn::before, .c-ec-links__btn--yahoo::before, .c-ec-links__btn--rakuten::before, .c-ec-links__btn--pocket-m::before, .c-ec-links__btn--tabechoku::before {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 17px;
    height: 13px;
    content: "";
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2213%22%20viewBox%3D%220%200%2017%2012.999%22%3E%3Cg%20fill%3D%22%23F29314%22%3E%3Cpath%20d%3D%22M6%20.999h10v6H6Zm-1%207h12v-8H5Z%22%2F%3E%3Cpath%20d%3D%22M0%204.999v8h12v-4h-1v3H1v-6h3v-1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
    background-size: contain;
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-ec-links__btn:hover, .c-ec-links__btn--yahoo:hover, .c-ec-links__btn--rakuten:hover, .c-ec-links__btn--pocket-m:hover, .c-ec-links__btn--tabechoku:hover {
    color: #F29314;
    background-color: #FFF;
  }
  .c-ec-links__btn:hover::before, .c-ec-links__btn--yahoo:hover::before, .c-ec-links__btn--rakuten:hover::before, .c-ec-links__btn--pocket-m:hover::before, .c-ec-links__btn--tabechoku:hover::before {
    opacity: 1;
  }
  .c-ec-links__btn:hover::after, .c-ec-links__btn--yahoo:hover::after, .c-ec-links__btn--rakuten:hover::after, .c-ec-links__btn--pocket-m:hover::after, .c-ec-links__btn--tabechoku:hover::after {
    opacity: 0;
  }
  .c-ec-links__btn--yahoo::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2213%22%20viewBox%3D%220%200%2017%2012.999%22%3E%3Cg%20fill%3D%22%23FF0032%22%3E%3Cpath%20d%3D%22M6%20.999h10v6H6Zm-1%207h12v-8H5Z%22%2F%3E%3Cpath%20d%3D%22M0%204.999v8h12v-4h-1v3H1v-6h3v-1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  .c-ec-links__btn--yahoo:hover {
    color: #FF0032;
  }
  .c-ec-links__btn--rakuten::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2213%22%20viewBox%3D%220%200%2017%2012.999%22%3E%3Cg%20fill%3D%22%23B00204%22%3E%3Cpath%20d%3D%22M6%20.999h10v6H6Zm-1%207h12v-8H5Z%22%2F%3E%3Cpath%20d%3D%22M0%204.999v8h12v-4h-1v3H1v-6h3v-1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  .c-ec-links__btn--rakuten:hover {
    color: #B00204;
  }
  .c-ec-links__btn--pocket-m::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2213%22%20viewBox%3D%220%200%2017%2012.999%22%3E%3Cg%20fill%3D%22%23018CD6%22%3E%3Cpath%20d%3D%22M6%20.999h10v6H6Zm-1%207h12v-8H5Z%22%2F%3E%3Cpath%20d%3D%22M0%204.999v8h12v-4h-1v3H1v-6h3v-1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  .c-ec-links__btn--pocket-m:hover {
    color: #018CD6;
  }
  .c-ec-links__btn--tabechoku::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2213%22%20viewBox%3D%220%200%2017%2012.999%22%3E%3Cg%20fill%3D%22%23BF0217%22%3E%3Cpath%20d%3D%22M6%20.999h10v6H6Zm-1%207h12v-8H5Z%22%2F%3E%3Cpath%20d%3D%22M0%204.999v8h12v-4h-1v3H1v-6h3v-1Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  .c-ec-links__btn--tabechoku:hover {
    color: #BF0217;
  }
}
@media screen and (max-width: 767px) {
  .c-ec-links {
    margin-top: 46px;
  }
  .c-ec-links__btn, .c-ec-links__btn--yahoo, .c-ec-links__btn--rakuten, .c-ec-links__btn--pocket-m, .c-ec-links__btn--tabechoku {
    height: 50px;
    font-size: 0.75rem;
  }
  .c-ec-links__btn:nth-of-type(n+2), .c-ec-links__btn--yahoo:nth-of-type(n+2), .c-ec-links__btn--rakuten:nth-of-type(n+2), .c-ec-links__btn--pocket-m:nth-of-type(n+2), .c-ec-links__btn--tabechoku:nth-of-type(n+2) {
    margin-top: 20px;
  }
}

/* material-bnr
----------------------------------- */
.c-material-bnr {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.c-material-bnr__img {
  width: 250px;
}
.c-material-bnr__txt {
  display: block;
  margin-left: 50px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
}
.c-material-bnr__arw {
  width: 17px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .c-material-bnr__img {
    overflow: hidden;
  }
  .c-material-bnr__img img {
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .c-material-bnr__arw {
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .c-material-bnr:hover .c-material-bnr__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-material-bnr:hover .c-material-bnr__arw {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
@media screen and (max-width: 767px) {
  .c-material-bnr {
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 20px 0;
  }
  .c-material-bnr__img {
    width: 100%;
    margin-bottom: 23px;
  }
  .c-material-bnr__txt {
    flex: 1 1 50%;
    min-width: 0;
    margin: 0;
    font-size: 0.875rem;
  }
  .c-material-bnr__arw {
    margin-left: 15px;
  }
}

/* post
----------------------------------- */
.c-post {
  padding-top: 30px;
  margin-top: 120px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  border-top: solid 2px #CCC;
  font-size: 1rem;
}
.c-post h2:not([class]) {
  padding-top: 22px;
  margin: 120px 0 30px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  border-top: solid 2px #CCC;
  font-size: 1.875rem;
}
.c-post h2:not([class]):first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.c-post h2:not([class]):last-child {
  margin-bottom: 0;
}
.c-post h3:not([class]) {
  margin: 86px 0 30px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.5rem;
}
.c-post h3:not([class]):first-child {
  margin-top: 0;
}
.c-post h3:not([class]):last-child {
  margin-bottom: 0;
}
.c-post h4:not([class]) {
  margin: 60px 0 30px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.16em;
  font-size: 1.25rem;
}
.c-post h4:not([class]):first-child {
  margin-top: 0;
}
.c-post h4:not([class]):last-child {
  margin-bottom: 0;
}
.c-post h5:not([class]) {
  margin: 60px 0 30px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.c-post h5:not([class]):first-child {
  margin-top: 0;
}
.c-post h5:not([class]):last-child {
  margin-bottom: 0;
}
.c-post > img {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}
.c-post > img.aligncenter {
  margin-right: auto;
  margin-left: auto;
}
.c-post > img.alignright {
  margin-left: auto;
}
.c-post > img:first-child {
  margin-top: 0;
}
.c-post > img:last-child {
  margin-bottom: 0;
}
.c-post ul:not([class]), .c-post ol:not([class]) {
  margin: 30px 0;
}
.c-post ul:not([class]):first-child, .c-post ol:not([class]):first-child {
  margin-top: 0;
}
.c-post ul:not([class]):last-child, .c-post ol:not([class]):last-child {
  margin-bottom: 0;
}
.c-post ul:not([class]) li, .c-post ol:not([class]) li {
  padding-left: 1em;
  font-weight: 400;
  line-height: 2;
  text-indent: -1em;
  letter-spacing: 0.06em;
  font-size: 1rem;
}
.c-post ul:not([class]) li::before, .c-post ol:not([class]) li::before {
  content: "・";
}
.c-post ul:not([class]) li:nth-of-type(n+2), .c-post ol:not([class]) li:nth-of-type(n+2) {
  margin-top: 20px;
}
.c-post ol:not([class]) {
  counter-reset: ol-list;
}
.c-post ol:not([class]) li {
  counter-increment: ol-list;
}
.c-post ol:not([class]) li::before {
  content: counter(ol-list) ".";
}
.c-post a:not([class]) {
  text-decoration: underline;
}
.c-post a:not([class])[target=_blank]::after {
  display: inline-block;
  width: 17px;
  height: 13px;
  margin-left: 20px;
  content: "";
  background: url("../img/common/ico_blank_bk.svg") no-repeat center center;
  background-size: contain;
}
.c-post a:not([class]):hover {
  text-decoration: none;
}
.c-post table:not([class]) {
  width: 100%;
  margin: 30px 0;
  table-layout: fixed;
}
.c-post table:not([class]) th, .c-post table:not([class]) td {
  padding: 10px 20px;
  font-size: inherit;
  line-height: inherit;
  border: solid 1px #CCC;
}
.month-1 .c-post table:not([class]) th {
  background: rgba(149, 87, 102, 0.1);
}
.month-2 .c-post table:not([class]) th {
  background: rgba(158, 182, 206, 0.1);
}
.month-3 .c-post table:not([class]) th {
  background: rgba(230, 181, 213, 0.1);
}
.month-4 .c-post table:not([class]) th {
  background: rgba(73, 160, 92, 0.1);
}
.month-5 .c-post table:not([class]) th {
  background: rgba(214, 192, 116, 0.1);
}
.month-6 .c-post table:not([class]) th {
  background: rgba(181, 175, 209, 0.1);
}
.month-7 .c-post table:not([class]) th {
  background: rgba(124, 177, 208, 0.1);
}
.month-8 .c-post table:not([class]) th {
  background: rgba(29, 52, 68, 0.1);
}
.month-9 .c-post table:not([class]) th {
  background: rgba(192, 156, 130, 0.1);
}
.month-10 .c-post table:not([class]) th {
  background: rgba(205, 85, 58, 0.1);
}
.month-11 .c-post table:not([class]) th {
  background: rgba(185, 182, 189, 0.1);
}
.month-12 .c-post table:not([class]) th {
  background: rgba(92, 87, 119, 0.1);
}
.c-post .wp-caption {
  margin: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .c-post a:not([class])[href^="tel:"] {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .c-post {
    padding-top: 20px;
    margin-top: 80px;
    line-height: 2.2857142857;
    letter-spacing: 0;
    border-top-width: 1px;
    font-size: 0.875rem;
  }
  .c-post h2:not([class]) {
    padding-top: 20px;
    margin: 80px 0 26px;
    border-top-width: 1px;
    font-size: 1.25rem;
  }
  .c-post h3:not([class]) {
    margin: 60px 0 26px;
    font-size: 1.125rem;
  }
  .c-post h4:not([class]) {
    margin: 46px 0 26px;
    font-size: 1rem;
    letter-spacing: 0.06em;
  }
  .c-post h5:not([class]) {
    margin-top: 40px;
    font-size: 0.875rem;
  }
  .c-post ul:not([class]), .c-post ol:not([class]) {
    margin: 24px 0;
  }
  .c-post ul:not([class]) li, .c-post ol:not([class]) li {
    font-size: 0.875rem;
    line-height: 2.2857142857;
    letter-spacing: 0;
  }
  .c-post ul:not([class]) li:nth-of-type(n+2), .c-post ol:not([class]) li:nth-of-type(n+2) {
    margin-top: 16px;
  }
  .c-post > img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .c-post a:not([class])[target=_blank]::after {
    margin-left: 10px;
  }
  .c-post table:not([class]) {
    margin: 24px 0;
  }
  .c-post table:not([class]) th, .c-post table:not([class]) td {
    padding: 10px;
  }
}

/* calendar
----------------------------------- */
.c-calendar {
  margin-top: 120px;
}
.c-calendar + .c-calendar {
  margin-top: 80px;
}
.c-calendar__sh {
  font-weight: 700;
}
.c-calendar__legends {
  display: flex;
  margin-top: 20px;
}
.c-calendar__legends__item, .c-calendar__legends__item--season, .c-calendar__legends__item--shipping {
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 1rem;
}
.c-calendar__legends__item::before, .c-calendar__legends__item--season::before, .c-calendar__legends__item--shipping::before {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  content: "";
  border-radius: 50%;
}
.c-calendar__legends__item:nth-of-type(n+2), .c-calendar__legends__item--season:nth-of-type(n+2), .c-calendar__legends__item--shipping:nth-of-type(n+2) {
  margin-left: 25px;
}
.c-calendar__legends__item--shipping {
  color: #ED9200;
}
.c-calendar__legends__item--shipping::before {
  background: #ED9200;
}
.c-calendar__legends__item--season {
  color: #D12424;
}
.c-calendar__legends__item--season::before {
  background: #D12424;
}
@media screen and (max-width: 767px) {
  .c-calendar {
    margin-top: 86px;
  }
  .c-calendar + .c-calendar {
    margin-top: 60px;
  }
  .c-calendar__img {
    width: 100%;
  }
}

/* bnr-ja
----------------------------------- */
.c-bnr-ja {
  margin-top: 100px;
}
.c-bnr-ja__link {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border: solid 2px #CCC;
}
.c-bnr-ja__link:nth-of-type(n+2) {
  margin-top: 30px;
}
.c-bnr-ja__logo {
  display: grid;
  flex: 1 1 50%;
  place-items: center;
  min-width: 0;
  height: 160px;
  text-align: center;
  border-right: solid 1px #CCC;
}
.c-bnr-ja__logo img {
  width: 218px;
}
.c-bnr-ja__txt {
  display: flex;
  flex: 1 1 50%;
  align-items: center;
  justify-content: center;
  min-width: 0;
  letter-spacing: 0.06em;
  font-size: 1rem;
}
.c-bnr-ja__txt::after {
  display: block;
  width: 17px;
  height: 13px;
  margin-left: 10px;
  content: "";
  background: url("../img/common/ico_blank_bk.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .c-bnr-ja__logo img {
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .c-bnr-ja__txt {
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .c-bnr-ja__link:hover .c-bnr-ja__logo img {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .c-bnr-ja__link:hover .c-bnr-ja__txt {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
@media screen and (max-width: 767px) {
  .c-bnr-ja {
    margin-top: 80px;
  }
  .c-bnr-ja__link {
    display: block;
    padding: 0 20px;
  }
  .c-bnr-ja__logo {
    display: block;
    height: auto;
    padding: 35px 0;
    border-right: none;
    border-bottom: solid 1px #CCC;
  }
  .c-bnr-ja__logo img {
    width: 184px;
  }
  .c-bnr-ja__txt {
    align-items: flex-end;
    justify-content: flex-start;
    padding: 40px 20px 40px 10px;
    line-height: 2;
    font-size: 1rem;
  }
  .c-bnr-ja__txt::after {
    margin: 0;
  }
}

/* pagination
----------------------------------- */
.c-pagination {
  margin-top: 80px;
}
.c-pagination .screen-reader-text {
  position: absolute;
  margin: -1px;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.c-pagination__links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.c-pagination__link {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 0 11px;
  font-weight: 500;
  border-radius: 50%;
  font-size: 1rem;
}
.c-pagination__link.current {
  background: #CCC;
}
.c-pagination__link.prev, .c-pagination__link.next {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 24px;
  margin: 0;
  background: url("../img/common/pagination_arw_w.svg") no-repeat center center;
  background-size: contain;
  border-radius: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-pagination__link.prev span, .c-pagination__link.next span {
  position: absolute;
  margin: -1px;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.c-pagination__link.prev {
  left: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
.c-pagination__link.next {
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-pagination__links {
    max-width: 580px;
  }
  .c-pagination__link:not(.current, .prev, .next) {
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
  }
  .c-pagination__link:not(.current, .prev, .next):hover {
    color: #FFF;
    background-color: #000;
  }
  .c-pagination__link.prev {
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .c-pagination__link.prev:hover {
    -webkit-transform: scale(-1, 1) translate(5px, -50%);
            transform: scale(-1, 1) translate(5px, -50%);
  }
  .c-pagination__link.next {
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .c-pagination__link.next:hover {
    -webkit-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 40px;
  }
  .c-pagination__link {
    margin: 0 1px;
    font-size: 0.875rem;
  }
  .c-pagination__link.prev, .c-pagination__link.next {
    width: 14px;
    height: 16px;
  }
}

/* nav-anchor
----------------------------------- */
.c-nav-anchor__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
  line-height: 2;
  border-bottom: solid 1px #000;
  font-size: 0.875rem;
}
.c-nav-anchor__link::after {
  display: block;
  width: 17px;
  height: 14px;
  content: "";
  background: url("../img/common/arw_bk.svg") no-repeat center center;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-nav-anchor__link span {
  display: block;
  flex: 1 1 50%;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .c-nav-anchor {
    display: flex;
    gap: 50px;
  }
  .c-nav-anchor__link {
    flex: 1 1 200px;
  }
  .c-nav-anchor__link::after {
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .c-nav-anchor__link:hover::after {
    -webkit-transform: translateY(10px) rotate(90deg);
            transform: translateY(10px) rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .c-nav-anchor__link:nth-of-type(n+2) {
    margin-top: 40px;
  }
}

/* form
----------------------------------- */
.c-form__item:not(:first-of-type) {
  margin-top: 50px;
}
.c-form__item__h {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}
.c-form__item__field {
  margin-top: 20px;
}
.mw_wp_form .c-form__item__field .mwform-checkbox-field.horizontal-item {
  display: inline-block;
  margin: 0 2em 1em 0;
}
.c-form__notice {
  margin-top: 10px;
  font-weight: 400;
  line-height: 2;
  color: #666;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}
.c-form input[type=text], .c-form input[type=tel], .c-form input[type=url], .c-form input[type=email], .c-form input[type=number], .c-form input[type=password] {
  width: 450px;
  max-width: 100%;
  height: 50px;
  padding: 0 20px;
  font-size: 1rem;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.05);
  border-bottom: solid 1px #000;
}
.c-form input[type=text]:not(:valid), .c-form input[type=tel]:not(:valid), .c-form input[type=url]:not(:valid), .c-form input[type=email]:not(:valid), .c-form input[type=number]:not(:valid), .c-form input[type=password]:not(:valid) {
  background: rgba(255, 0, 0, 0.05);
  border-bottom-color: #F00;
}
.c-form textarea {
  width: 100%;
  height: 197px;
  padding: 20px;
  resize: vertical;
  background: rgba(0, 0, 0, 0.05);
  border-bottom: solid 1px #000;
}
.c-form__select {
  position: relative;
  width: 450px;
  max-width: 100%;
  height: 50px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
  border-bottom: solid 1px #000;
}
.c-form__select::before {
  position: absolute;
  top: 35%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  pointer-events: none;
  content: "";
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-form__select select {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-weight: 400;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: transparent;
  border-radius: 0;
  font-size: 1rem;
}
.c-form__select select:focus ~ .c-form__select__label, .c-form__select select:valid ~ .c-form__select__label {
  visibility: hidden;
}
.c-form__select select::-ms-expand {
  display: none;
}
.c-form__select__label {
  position: absolute;
  top: 50%;
  left: 20px;
  font-weight: 400;
  pointer-events: none;
  opacity: 0.3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
}
.c-form .mwform-checkbox-field label {
  position: relative;
  display: inline-block;
}
.c-form .mwform-checkbox-field span {
  position: relative;
  display: block;
  padding-left: 50px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}
.c-form .mwform-checkbox-field span::before, .c-form .mwform-checkbox-field span::after {
  position: absolute;
  display: block;
  content: "";
}
.c-form .mwform-checkbox-field span::before {
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #FFF;
  border: solid 1px #000;
}
.c-form .mwform-checkbox-field span::after {
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  visibility: hidden;
  background: #000;
}
.c-form .mwform-checkbox-field input {
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-form .mwform-checkbox-field input:checked + span::after {
  visibility: visible;
}
.c-form__agree {
  margin-top: 80px;
}
.c-form__agree__h {
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
  font-size: 1rem;
}
.c-form__agree__h a {
  text-decoration: underline;
}
.c-form__agree__h a:hover {
  text-decoration: none;
}
.c-form__agree__field {
  display: flex;
  justify-content: center;
  padding: 34px 0;
  margin-top: 40px;
  background: rgba(0, 0, 0, 0.05);
}
.c-form__btn {
  position: relative;
  width: 350px;
  max-width: 100%;
  height: 70px;
  margin: 77px auto 0;
  background: #000;
  border: solid 2px #000;
}
.c-form__btn::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 17px;
  height: 14px;
  pointer-events: none;
  content: "";
  background: url("../img/common/arw_wt.svg") no-repeat center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-form__btn input, .c-form__btn button {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-weight: 500;
  color: #FFF;
  text-align: left;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-form__btn {
    transition: background-color 0.2s ease-out;
  }
  .c-form__btn::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 17px;
    height: 14px;
    pointer-events: none;
    content: "";
    background: url("../img/common/arw_bk.svg") no-repeat center center;
    background-size: contain;
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-form__btn input, .c-form__btn button {
    transition: all 0.2s ease-out;
  }
  .c-form__btn::before, .c-form__btn::after {
    transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .c-form__btn:hover {
    background: #FFF;
  }
  .c-form__btn:hover::before, .c-form__btn:hover::after {
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
  .c-form__btn:hover::before {
    opacity: 0;
  }
  .c-form__btn:hover::after {
    opacity: 1;
  }
  .c-form__btn:hover input, .c-form__btn:hover button {
    padding-left: 30px;
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .c-form__item__h {
    font-size: 0.875rem;
    line-height: 2;
  }
  .c-form input[type=text], .c-form input[type=tel], .c-form input[type=url], .c-form input[type=email], .c-form input[type=number], .c-form input[type=password] {
    width: 100%;
    padding: 0 10px;
  }
  .c-form textarea {
    padding: 10px;
  }
  .c-form__select {
    width: 100%;
  }
  .c-form__select::before {
    right: 10px;
  }
  .c-form__select select {
    padding: 0 10px;
  }
  .c-form__select__label {
    left: 10px;
    font-size: 0.875rem;
  }
  .c-form .mwform-checkbox-field span {
    font-size: 0.875rem;
    line-height: 2;
  }
  .c-form__agree {
    margin-top: 60px;
  }
  .c-form__agree__h {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
  .c-form__agree__field {
    margin-top: 20px;
  }
  .c-form__btn {
    width: 100%;
    height: 50px;
    margin-top: 60px;
  }
  .c-form__btn input, .c-form__btn button {
    font-size: 0.75rem;
  }
}

/* tpl
----------------------------------- */
.c-tpl {
  margin-top: 160px;
}
.c-tpl .c-post:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.c-tpl__box__head {
  position: relative;
}
.c-tpl__box__ttl {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 100%;
  margin: 0;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.16em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
}
.c-tpl__box__img {
  position: relative;
  z-index: 1;
  display: block;
}
.c-tpl__box__img::before {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 42.2222222222%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.c-tpl__box__img img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-tpl__box .c-tpl__txt {
  margin-top: 20px;
}
.c-tpl__attention {
  margin-top: 20px;
  font-weight: 400;
  line-height: 2;
  color: #666;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
}
.c-tpl__attention > li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-tpl__attention > li::before {
  content: "※";
}
.c-tpl__gmap {
  position: relative;
  margin-top: 40px;
}
.c-tpl__gmap::before {
  display: block;
  padding-top: 33.3333333333%;
  content: "";
}
.c-tpl__gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-tpl__boxs {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .c-tpl__box {
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .c-tpl {
    padding: 0 20px;
    margin-top: 80px;
  }
  .c-tpl__box {
    margin-top: 40px;
  }
}

/* add
----------------------------------- */
.c-add {
  padding: 40px 0 34px;
  margin-top: 80px;
  line-height: 1.2;
  text-align: center;
}
.month-1 .c-add {
  background: rgba(149, 87, 102, 0.2);
}
.month-2 .c-add {
  background: rgba(158, 182, 206, 0.2);
}
.month-3 .c-add {
  background: rgba(230, 181, 213, 0.2);
}
.month-4 .c-add {
  background: rgba(73, 160, 92, 0.2);
}
.month-5 .c-add {
  background: rgba(214, 192, 116, 0.2);
}
.month-6 .c-add {
  background: rgba(181, 175, 209, 0.2);
}
.month-7 .c-add {
  background: rgba(124, 177, 208, 0.2);
}
.month-8 .c-add {
  background: rgba(29, 52, 68, 0.2);
}
.month-9 .c-add {
  background: rgba(192, 156, 130, 0.2);
}
.month-10 .c-add {
  background: rgba(205, 85, 58, 0.2);
}
.month-11 .c-add {
  background: rgba(185, 182, 189, 0.2);
}
.month-12 .c-add {
  background: rgba(92, 87, 119, 0.2);
}
.c-add__ttl {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
}
.c-add__tel {
  margin-top: 26px;
}
.c-add__tel a {
  display: inline-flex;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.625rem;
  text-decoration: none;
}
.c-add__tel a img {
  width: 26px;
  margin-right: 20px;
}
.c-add__notice {
  display: block;
  margin-top: 20px;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .c-add {
    padding: 30px 0 34px;
    margin-top: 60px;
  }
  .c-add__ttl {
    font-size: 0.875rem;
  }
  .c-add__tel {
    margin-top: 12px;
  }
  .c-add__tel a {
    font-size: 2rem;
  }
  .c-add__tel a img {
    margin-right: 8px;
  }
  .c-add__notice {
    margin-top: 10px;
    font-size: 0.875rem;
  }
}

/* gnav
----------------------------------- */
.p-gnav__list {
  display: flex;
}
.p-gnav__item {
  font-size: 0.875rem;
  line-height: 1;
}
.p-gnav__item:nth-of-type(n+2) {
  margin-left: 30px;
}
.p-gnav__item a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-gnav__item a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-gnav {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 100;
    display: flex;
    width: 100%;
    height: calc(100vh - 50px);
    pointer-events: none;
    background: #FFF;
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }
  .gnav-open .p-gnav {
    overflow: auto;
    pointer-events: all;
    opacity: 1;
  }
  .p-gnav__list {
    display: block;
    padding: 78px 30px;
  }
  .p-gnav__item {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
  .p-gnav__item:nth-of-type(n+2) {
    margin: 40px 0 0;
  }
}

/* mv
----------------------------------- */
.p-mv {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-mv > * {
  min-height: 0%;
}
.p-mv__date {
  position: absolute;
  right: 40px;
  bottom: 30px;
  display: flex;
  padding-right: 40px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
.p-mv__date__num {
  font-size: 4.125rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}
.p-mv__date__num span:nth-of-type(n+2) {
  margin-left: 10px;
}
.p-mv__date__week {
  position: absolute;
  top: 50%;
  left: 90%;
  font-weight: 700;
  letter-spacing: 0.06em;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  font-size: 1.4375rem;
}
.p-mv__scroll {
  position: absolute;
  bottom: 130px;
  left: 50px;
  width: 130px;
  padding-bottom: 1px;
  overflow: hidden;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  font-size: 0.875rem;
}
.p-mv__scroll::after {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  content: "";
  background: rgba(255, 255, 255, 0.5);
}
.p-mv__scroll__txt {
  display: block;
}
.p-mv__scroll__bar {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 70px;
  height: 3px;
  background: #FFF;
  -webkit-animation: scroll-anime 1.5s linear infinite;
          animation: scroll-anime 1.5s linear infinite;
}
@media screen and (min-width: 768px) {
  .p-mv {
    height: calc(100vh - 100px);
  }
  .month-1 .p-mv {
    background-image: url("../img/home/mv/1_pc.jpg");
  }
  .month-2 .p-mv {
    background-image: url("../img/home/mv/2_pc.jpg");
  }
  .month-3 .p-mv {
    background-image: url("../img/home/mv/3_pc.jpg");
  }
  .month-4 .p-mv {
    background-image: url("../img/home/mv/4_pc.jpg");
  }
  .month-5 .p-mv {
    background-image: url("../img/home/mv/5_pc.jpg");
  }
  .month-6 .p-mv {
    background-image: url("../img/home/mv/6_pc.jpg");
  }
  .month-7 .p-mv {
    background-image: url("../img/home/mv/7_pc.jpg");
  }
  .month-8 .p-mv {
    background-image: url("../img/home/mv/8_pc.jpg");
  }
  .month-9 .p-mv {
    background-image: url("../img/home/mv/9_pc.jpg");
  }
  .month-10 .p-mv {
    background-image: url("../img/home/mv/10_pc.jpg");
  }
  .month-11 .p-mv {
    background-image: url("../img/home/mv/11_pc.jpg");
  }
  .month-12 .p-mv {
    background-image: url("../img/home/mv/12_pc.jpg");
  }
  .p-mv__copy {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: calc(var(--vh, 1vh) * 100);
    padding-bottom: 30%;
  }
  .month-1 .p-mv {
    background-image: url("../img/home/mv/1_sp.jpg");
  }
  .month-2 .p-mv {
    background-image: url("../img/home/mv/2_sp.jpg");
  }
  .month-3 .p-mv {
    background-image: url("../img/home/mv/3_sp.jpg");
  }
  .month-4 .p-mv {
    background-image: url("../img/home/mv/4_sp.jpg");
  }
  .month-5 .p-mv {
    background-image: url("../img/home/mv/5_sp.jpg");
  }
  .month-6 .p-mv {
    background-image: url("../img/home/mv/6_sp.jpg");
  }
  .month-7 .p-mv {
    background-image: url("../img/home/mv/7_sp.jpg");
  }
  .month-8 .p-mv {
    background-image: url("../img/home/mv/8_sp.jpg");
  }
  .month-9 .p-mv {
    background-image: url("../img/home/mv/9_sp.jpg");
  }
  .month-10 .p-mv {
    background-image: url("../img/home/mv/10_sp.jpg");
  }
  .month-11 .p-mv {
    background-image: url("../img/home/mv/11_sp.jpg");
  }
  .month-12 .p-mv {
    background-image: url("../img/home/mv/12_sp.jpg");
  }
  .p-mv__copy {
    width: 63.3333333333%;
  }
  .p-mv__copy img {
    width: 100%;
  }
  .p-mv__logo {
    width: 75%;
    margin-top: 20px;
  }
  .p-mv__logo img {
    width: 100%;
  }
  .p-mv__date {
    right: 20px;
    bottom: 20px;
    padding-right: 20px;
  }
  .p-mv__date__num {
    font-size: 1.875rem;
  }
  .p-mv__date__num span:nth-of-type(n+2) {
    margin-left: 5px;
  }
  .p-mv__date__week {
    font-size: 0.625rem;
  }
  .p-mv__scroll {
    bottom: 80px;
    left: 20px;
    width: 80px;
    font-size: 0.625rem;
  }
  .p-mv__scroll::after {
    margin-top: 7px;
  }
  .p-mv__scroll__bar {
    width: 40px;
  }
}

@-webkit-keyframes scroll-anime {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  75.2% {
    opacity: 0;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  75.5% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll-anime {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  75.2% {
    opacity: 0;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  75.5% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* home
----------------------------------- */
.p-home__shop-subttl {
  padding-bottom: 40px;
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.06em;
  background: url("../img/home/subttl_obj.svg") no-repeat center bottom;
  font-size: 1rem;
}
.p-home__iro {
  padding: 68px 0;
  overflow: hidden;
  color: #FFF;
}
.month-1 .p-home__iro {
  background: #955766;
}
.month-2 .p-home__iro {
  background: #9EB6CE;
}
.month-3 .p-home__iro {
  background: #E6B5D5;
}
.month-4 .p-home__iro {
  background: #49A05C;
}
.month-5 .p-home__iro {
  background: #D6C074;
}
.month-6 .p-home__iro {
  background: #B5AFD1;
}
.month-7 .p-home__iro {
  background: #7CB1D0;
}
.month-8 .p-home__iro {
  background: #1D3444;
}
.month-9 .p-home__iro {
  background: #C09C82;
}
.month-10 .p-home__iro {
  background: #CD553A;
}
.month-11 .p-home__iro {
  background: #B9B6BD;
}
.month-12 .p-home__iro {
  background: #5C5777;
}
.p-home__iro__head {
  position: relative;
  z-index: 2;
}
.p-home__iro__sub-ttl {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.month-1 .p-home__iro__sub-ttl::before {
  content: "1";
}
.month-2 .p-home__iro__sub-ttl::before {
  content: "2";
}
.month-3 .p-home__iro__sub-ttl::before {
  content: "3";
}
.month-4 .p-home__iro__sub-ttl::before {
  content: "4";
}
.month-5 .p-home__iro__sub-ttl::before {
  content: "5";
}
.month-6 .p-home__iro__sub-ttl::before {
  content: "6";
}
.month-7 .p-home__iro__sub-ttl::before {
  content: "7";
}
.month-8 .p-home__iro__sub-ttl::before {
  content: "8";
}
.month-9 .p-home__iro__sub-ttl::before {
  content: "9";
}
.month-10 .p-home__iro__sub-ttl::before {
  content: "10";
}
.month-11 .p-home__iro__sub-ttl::before {
  content: "11";
}
.month-12 .p-home__iro__sub-ttl::before {
  content: "12";
}
.p-home__iro__ttl {
  margin-top: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  opacity: 0;
  transition: opacity 0.4s ease-out 0.5s;
  font-size: 3.75rem;
}
.in-view .p-home__iro__ttl {
  opacity: 1;
}
.p-home__iro__kana {
  margin-top: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  opacity: 0;
  transition: opacity 0.4s ease-out 0.5s;
  font-size: 0.6875rem;
}
.in-view .p-home__iro__kana {
  opacity: 1;
}
.p-home__iro__img {
  position: relative;
  width: 550px;
  margin: 0 auto;
  opacity: 0.88;
}
.p-home__iro__img::before {
  display: block;
  padding-top: 74.9090909091%;
  content: "";
}
.p-home__iro__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home__iro__txt {
  position: relative;
  z-index: 2;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2.25;
  opacity: 0;
  transition: opacity 0.4s ease-out 1s;
}
.in-view .p-home__iro__txt {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-home__shop {
    padding-top: 30px;
  }
  .p-home__iro__wrap {
    position: relative;
    width: 1108px;
    margin: 0 auto;
  }
  .p-home__iro__head {
    position: absolute;
    top: 72px;
    left: 0;
    z-index: 2;
  }
  .p-home__iro__txt {
    position: absolute;
    right: 0;
    bottom: 75px;
    z-index: 2;
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .p-home__shop-subttl {
    padding-bottom: 32px;
    margin-bottom: 10px;
    letter-spacing: 0;
    background-size: 258px auto;
    font-size: 0.75rem;
  }
  .p-home__iro {
    padding: 60px 20px 35px;
  }
  .p-home__iro__sub-ttl {
    font-size: 0.75rem;
  }
  .p-home__iro__ttl {
    margin-top: 13px;
    font-size: 2.5rem;
  }
  .p-home__iro__kana {
    margin-top: 7px;
    font-size: 0.5rem;
  }
  .p-home__iro__img {
    width: 100%;
    margin-top: -17px;
    opacity: 0.8;
  }
  .p-home__iro__txt {
    width: 210px;
    margin: -45px -20px 0 auto;
    line-height: 2;
    font-size: 0.8125rem;
  }
}

/* featured
----------------------------------- */
.p-featured__lede {
  margin-top: 30px;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.06em;
  font-size: 1rem;
}
.p-featured__nav {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.p-featured__link {
  display: block;
  width: 250px;
}
.p-featured__link .u-hover-img::before {
  display: block;
  padding-top: 56.4%;
  content: "";
}
.p-featured__link .u-hover-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-featured__link__txt {
  display: block;
  margin-top: 10px;
  line-height: 1.75;
  font-size: 1rem;
}
.p-featured__slider {
  position: relative;
  z-index: 2;
  margin: 60px -25px 0;
}
.p-featured__slider .slick-track, .p-featured__slider__wrap {
  display: flex;
  padding: 20px 0;
}
.p-featured__slider .slick-track {
  height: 390px;
}
.p-featured__slider__img {
  position: relative;
  width: 100%;
  border-radius: 50%;
  -webkit-animation: zoom-anime 6s ease infinite;
          animation: zoom-anime 6s ease infinite;
}
.p-featured__slider__img::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.p-featured__slider__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-featured__slider__slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
  width: 350px;
  height: auto;
}
.slick-initialized .p-featured__slider__slide {
  display: flex;
}
.p-featured__slider__slide:nth-of-type(2n) .p-featured__slider__img {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}
.p-featured__slider__ico {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 1.75rem;
  color: #FFF;
  border-radius: 50%;
}
.month-1 .p-featured__slider__ico {
  background: #955766;
}
.month-2 .p-featured__slider__ico {
  background: #9EB6CE;
}
.month-3 .p-featured__slider__ico {
  background: #E6B5D5;
}
.month-4 .p-featured__slider__ico {
  background: #49A05C;
}
.month-5 .p-featured__slider__ico {
  background: #D6C074;
}
.month-6 .p-featured__slider__ico {
  background: #B5AFD1;
}
.month-7 .p-featured__slider__ico {
  background: #7CB1D0;
}
.month-8 .p-featured__slider__ico {
  background: #1D3444;
}
.month-9 .p-featured__slider__ico {
  background: #C09C82;
}
.month-10 .p-featured__slider__ico {
  background: #CD553A;
}
.month-11 .p-featured__slider__ico {
  background: #B9B6BD;
}
.month-12 .p-featured__slider__ico {
  background: #5C5777;
}
@media screen and (max-width: 767px) {
  .p-featured__lede {
    margin-top: 20px;
    line-height: 2;
    letter-spacing: 0;
    font-size: 0.75rem;
  }
  .p-featured__nav {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .p-featured__link {
    width: 46.1538461538%;
  }
  .p-featured__link:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .p-featured__link__txt {
    margin-top: 8px;
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
  .p-featured__slider {
    margin: 40px -30px 0;
  }
  .p-featured__slider .slick-track {
    height: 200px;
  }
  .p-featured__slider__slide {
    width: 160px;
  }
  .p-featured__slider__ico {
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    font-size: 1.0625rem;
  }
}

@-webkit-keyframes zoom-anime {
  0% {
    width: 100%;
  }
  35% {
    width: 100%;
  }
  50% {
    width: 72%;
  }
  85% {
    width: 72%;
  }
  100% {
    width: 100%;
  }
}

@keyframes zoom-anime {
  0% {
    width: 100%;
  }
  35% {
    width: 100%;
  }
  50% {
    width: 72%;
  }
  85% {
    width: 72%;
  }
  100% {
    width: 100%;
  }
}
/* intro
----------------------------------- */
.p-intro {
  text-align: center;
}
.p-intro__txt {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .p-intro {
    margin-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .p-intro {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0 20px 0 30px;
    margin-top: 40px;
  }
  .p-intro__ttl {
    width: 18.4%;
  }
  .p-intro__ttl img {
    width: 100%;
  }
  .p-intro__txt {
    width: 72%;
    margin: 6.6666666667% 0 0;
  }
  .p-intro__txt img {
    width: 100%;
  }
}

/* premium-index
----------------------------------- */
.p-premium-index {
  padding: 106px 0 80px;
  margin: -26px 25px 0;
  background-size: 100px 100%;
}
.month-1 .p-premium-index {
  background-image: linear-gradient(to right, rgba(149, 87, 102, 0.1), rgba(149, 87, 102, 0.1) 50px, transparent 50px, transparent 71px, rgba(149, 87, 102, 0.1) 71px, rgba(149, 87, 102, 0.1) 79px, transparent 79px, transparent);
}
.month-2 .p-premium-index {
  background-image: linear-gradient(to right, rgba(158, 182, 206, 0.1), rgba(158, 182, 206, 0.1) 50px, transparent 50px, transparent 71px, rgba(158, 182, 206, 0.1) 71px, rgba(158, 182, 206, 0.1) 79px, transparent 79px, transparent);
}
.month-3 .p-premium-index {
  background-image: linear-gradient(to right, rgba(230, 181, 213, 0.1), rgba(230, 181, 213, 0.1) 50px, transparent 50px, transparent 71px, rgba(230, 181, 213, 0.1) 71px, rgba(230, 181, 213, 0.1) 79px, transparent 79px, transparent);
}
.month-4 .p-premium-index {
  background-image: linear-gradient(to right, rgba(73, 160, 92, 0.1), rgba(73, 160, 92, 0.1) 50px, transparent 50px, transparent 71px, rgba(73, 160, 92, 0.1) 71px, rgba(73, 160, 92, 0.1) 79px, transparent 79px, transparent);
}
.month-5 .p-premium-index {
  background-image: linear-gradient(to right, rgba(214, 192, 116, 0.1), rgba(214, 192, 116, 0.1) 50px, transparent 50px, transparent 71px, rgba(214, 192, 116, 0.1) 71px, rgba(214, 192, 116, 0.1) 79px, transparent 79px, transparent);
}
.month-6 .p-premium-index {
  background-image: linear-gradient(to right, rgba(181, 175, 209, 0.1), rgba(181, 175, 209, 0.1) 50px, transparent 50px, transparent 71px, rgba(181, 175, 209, 0.1) 71px, rgba(181, 175, 209, 0.1) 79px, transparent 79px, transparent);
}
.month-7 .p-premium-index {
  background-image: linear-gradient(to right, rgba(124, 177, 208, 0.1), rgba(124, 177, 208, 0.1) 50px, transparent 50px, transparent 71px, rgba(124, 177, 208, 0.1) 71px, rgba(124, 177, 208, 0.1) 79px, transparent 79px, transparent);
}
.month-8 .p-premium-index {
  background-image: linear-gradient(to right, rgba(29, 52, 68, 0.1), rgba(29, 52, 68, 0.1) 50px, transparent 50px, transparent 71px, rgba(29, 52, 68, 0.1) 71px, rgba(29, 52, 68, 0.1) 79px, transparent 79px, transparent);
}
.month-9 .p-premium-index {
  background-image: linear-gradient(to right, rgba(192, 156, 130, 0.1), rgba(192, 156, 130, 0.1) 50px, transparent 50px, transparent 71px, rgba(192, 156, 130, 0.1) 71px, rgba(192, 156, 130, 0.1) 79px, transparent 79px, transparent);
}
.month-10 .p-premium-index {
  background-image: linear-gradient(to right, rgba(205, 85, 58, 0.1), rgba(205, 85, 58, 0.1) 50px, transparent 50px, transparent 71px, rgba(205, 85, 58, 0.1) 71px, rgba(205, 85, 58, 0.1) 79px, transparent 79px, transparent);
}
.month-11 .p-premium-index {
  background-image: linear-gradient(to right, rgba(185, 182, 189, 0.1), rgba(185, 182, 189, 0.1) 50px, transparent 50px, transparent 71px, rgba(185, 182, 189, 0.1) 71px, rgba(185, 182, 189, 0.1) 79px, transparent 79px, transparent);
}
.month-12 .p-premium-index {
  background-image: linear-gradient(to right, rgba(92, 87, 119, 0.1), rgba(92, 87, 119, 0.1) 50px, transparent 50px, transparent 71px, rgba(92, 87, 119, 0.1) 71px, rgba(92, 87, 119, 0.1) 79px, transparent 79px, transparent);
}
.p-premium-index__list {
  display: flex;
  justify-content: space-between;
}
.p-premium-index__link {
  display: block;
}
.p-premium-index__link__fig {
  position: relative;
  overflow: hidden;
}
.p-premium-index__link__fig::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.p-premium-index__link__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-premium-index__link__ttl {
  position: absolute;
  top: 50%;
  right: 50%;
  display: grid;
  place-items: center;
  width: 100px;
  height: 260px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.25em;
  background: #FFF;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  font-size: 2.3125rem;
}
.p-premium-index__link__ttl .sake {
  position: relative;
}
.p-premium-index__link__ttl .sub {
  position: absolute;
  top: 5px;
  right: -22px;
  width: 19px;
  height: 80px;
  background: url("../img/premium/003/txt-the_saga.svg") no-repeat center 0;
  background-size: contain;
}
.p-premium-index__link__ttl .sub > span {
  position: absolute;
  margin: -1px;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.p-premium-index__link__btn {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-premium-index__link {
    width: 350px;
  }
  .p-premium-index__link__img {
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .p-premium-index__link:hover .p-premium-index__link__img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .p-premium-index {
    padding: 52px 12px 40px;
    margin: -12px -12px 0;
    background-size: 44px auto;
  }
  .month-1 .p-premium-index {
    background-image: linear-gradient(to right, rgba(149, 87, 102, 0.1), rgba(149, 87, 102, 0.1) 20px, transparent 20px, transparent 30px, rgba(149, 87, 102, 0.1) 30px, rgba(149, 87, 102, 0.1) 34px, transparent 34px, transparent);
  }
  .month-2 .p-premium-index {
    background-image: linear-gradient(to right, rgba(158, 182, 206, 0.1), rgba(158, 182, 206, 0.1) 20px, transparent 20px, transparent 30px, rgba(158, 182, 206, 0.1) 30px, rgba(158, 182, 206, 0.1) 34px, transparent 34px, transparent);
  }
  .month-3 .p-premium-index {
    background-image: linear-gradient(to right, rgba(230, 181, 213, 0.1), rgba(230, 181, 213, 0.1) 20px, transparent 20px, transparent 30px, rgba(230, 181, 213, 0.1) 30px, rgba(230, 181, 213, 0.1) 34px, transparent 34px, transparent);
  }
  .month-4 .p-premium-index {
    background-image: linear-gradient(to right, rgba(73, 160, 92, 0.1), rgba(73, 160, 92, 0.1) 20px, transparent 20px, transparent 30px, rgba(73, 160, 92, 0.1) 30px, rgba(73, 160, 92, 0.1) 34px, transparent 34px, transparent);
  }
  .month-5 .p-premium-index {
    background-image: linear-gradient(to right, rgba(214, 192, 116, 0.1), rgba(214, 192, 116, 0.1) 20px, transparent 20px, transparent 30px, rgba(214, 192, 116, 0.1) 30px, rgba(214, 192, 116, 0.1) 34px, transparent 34px, transparent);
  }
  .month-6 .p-premium-index {
    background-image: linear-gradient(to right, rgba(181, 175, 209, 0.1), rgba(181, 175, 209, 0.1) 20px, transparent 20px, transparent 30px, rgba(181, 175, 209, 0.1) 30px, rgba(181, 175, 209, 0.1) 34px, transparent 34px, transparent);
  }
  .month-7 .p-premium-index {
    background-image: linear-gradient(to right, rgba(124, 177, 208, 0.1), rgba(124, 177, 208, 0.1) 20px, transparent 20px, transparent 30px, rgba(124, 177, 208, 0.1) 30px, rgba(124, 177, 208, 0.1) 34px, transparent 34px, transparent);
  }
  .month-8 .p-premium-index {
    background-image: linear-gradient(to right, rgba(29, 52, 68, 0.1), rgba(29, 52, 68, 0.1) 20px, transparent 20px, transparent 30px, rgba(29, 52, 68, 0.1) 30px, rgba(29, 52, 68, 0.1) 34px, transparent 34px, transparent);
  }
  .month-9 .p-premium-index {
    background-image: linear-gradient(to right, rgba(192, 156, 130, 0.1), rgba(192, 156, 130, 0.1) 20px, transparent 20px, transparent 30px, rgba(192, 156, 130, 0.1) 30px, rgba(192, 156, 130, 0.1) 34px, transparent 34px, transparent);
  }
  .month-10 .p-premium-index {
    background-image: linear-gradient(to right, rgba(205, 85, 58, 0.1), rgba(205, 85, 58, 0.1) 20px, transparent 20px, transparent 30px, rgba(205, 85, 58, 0.1) 30px, rgba(205, 85, 58, 0.1) 34px, transparent 34px, transparent);
  }
  .month-11 .p-premium-index {
    background-image: linear-gradient(to right, rgba(185, 182, 189, 0.1), rgba(185, 182, 189, 0.1) 20px, transparent 20px, transparent 30px, rgba(185, 182, 189, 0.1) 30px, rgba(185, 182, 189, 0.1) 34px, transparent 34px, transparent);
  }
  .month-12 .p-premium-index {
    background-image: linear-gradient(to right, rgba(92, 87, 119, 0.1), rgba(92, 87, 119, 0.1) 20px, transparent 20px, transparent 30px, rgba(92, 87, 119, 0.1) 30px, rgba(92, 87, 119, 0.1) 34px, transparent 34px, transparent);
  }
  .p-premium-index__list {
    display: block;
  }
  .p-premium-index__link:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .p-premium-index__link__ttl {
    width: 28.8461538462%;
    height: 75%;
    font-size: 28px;
    font-size: 8.75vw;
  }
  .p-premium-index__link__ttl .sub {
    top: 2px;
    right: -50%;
    width: 38.8888888889%;
    height: 46.4%;
  }
  .p-premium-index__link__btn {
    margin-top: 20px;
  }
}

/* sagapin-index
----------------------------------- */
.p-sagapin-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
.p-sagapin-index__link {
  position: relative;
  display: block;
  padding-top: 5px;
}
.p-sagapin-index__tn {
  display: block;
  width: 300px;
  margin: 0 auto;
  border-radius: 50%;
}
.p-sagapin-index__ttl {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 2;
  line-height: 1;
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 2.625rem;
}
.p-sagapin-index__btn {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-sagapin-index::after {
    display: block;
    width: 350px;
    content: "";
  }
  .p-sagapin-index__link {
    width: 350px;
  }
  .p-sagapin-index__link:nth-of-type(n+4) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-sagapin-index {
    margin-top: 40px;
  }
  .p-sagapin-index__link {
    width: 46.1538461538%;
    padding-top: 20px;
  }
  .p-sagapin-index__link:nth-of-type(n+3) {
    margin-top: 40px;
  }
  .p-sagapin-index__tn {
    width: 100%;
  }
  .p-sagapin-index__ttl {
    left: 0;
    font-size: 1.375rem;
  }
  .p-sagapin-index__btn {
    margin-top: 10px;
  }
}

/* shop-slider
----------------------------------- */
.p-shop-slider {
  position: relative;
  z-index: 2;
  margin: 0 -25px;
}
.p-shop-slider__wrap {
  display: flex;
}
.p-shop-slider__slide {
  width: 350px;
  padding-top: 80px;
  margin: 0 25px;
}
.p-shop-slider__link {
  display: block;
}
.p-shop-slider__tn {
  display: block;
  width: 100%;
}
.p-shop-slider__txt {
  margin-top: 10px;
  font-size: 0.875rem;
}
.p-shop-slider__name {
  display: block;
}
.p-shop-slider__area {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.p-shop-slider__area::after {
  display: block;
  width: 15px;
  height: 23px;
  margin-left: 10px;
  content: "";
  background: url("../img/common/ico_pin.svg") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-shop-slider__txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
  }
  .p-shop-slider__name {
    flex: 1 1 30%;
    min-width: 0;
    padding-right: 1em;
  }
}
@media screen and (max-width: 767px) {
  .p-shop-slider {
    margin: 0 -30px;
  }
  .p-shop-slider__slide {
    width: 200px;
    padding-top: 40px;
    margin: 0 15px;
  }
  .p-shop-slider__tn, .p-shop-slider__txt {
    margin-top: 5px;
  }
  .p-shop-slider__area {
    justify-content: flex-end;
  }
}

/* news-index
----------------------------------- */
.p-news-index {
  margin-top: 80px;
  border-top: solid 1px #000;
}
.p-news-index__item {
  border-bottom: solid 1px #000;
}
.p-news-index__link {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.p-news-index__cate {
  display: block;
  width: 100px;
  padding: 10px 0;
  line-height: 1;
  color: #898989;
  text-align: center;
  border: solid 1px #898989;
  font-size: 0.625rem;
}
.p-news-index__date {
  display: block;
  width: 8em;
  margin-left: 20px;
  line-height: 1;
  color: #898989;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  font-size: 0.875rem;
}
.p-news-index__ttl {
  flex: 1 1 50%;
  min-width: 0;
  margin-left: 10px;
  font-weight: 500;
  line-height: 2;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-news-index__link::after {
    display: block;
    width: 17px;
    height: 14px;
    margin-left: auto;
    content: "";
    background: url("../img/common/arw_bk.svg") no-repeat;
    background-size: contain;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .p-news-index__link:hover::after {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .p-news-index__link:hover .p-news-index__date, .p-news-index__link:hover .p-news-index__ttl {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@media screen and (max-width: 767px) {
  .p-news-index {
    margin-top: 40px;
  }
  .p-news-index__link {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .p-news-index__ttl {
    flex-basis: 100%;
    width: 100%;
    margin: 20px 0 0;
  }
}

/* contact-index
----------------------------------- */
.p-contact-index {
  display: flex;
  justify-content: center;
  margin-top: 54px;
}
.p-contact-index__link {
  display: block;
  text-align: center;
}
.p-contact-index__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 102px;
  height: 102px;
  margin: 0 auto;
}
.p-contact-index__ico img {
  width: 100%;
  height: 100%;
}
.p-contact-index__txt {
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .p-contact-index__link {
    width: 250px;
  }
  .p-contact-index__link:nth-of-type(n+2) {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-index {
    margin-top: 35px;
  }
  .p-contact-index__link {
    width: 30.7692307692%;
  }
  .p-contact-index__link:nth-of-type(n+2) {
    margin-left: 3.8461538462%;
  }
  .p-contact-index__ico {
    position: relative;
    width: 63.75%;
    height: auto;
  }
  .p-contact-index__ico::before {
    display: block;
    padding-top: 100%;
    content: "";
  }
  .p-contact-index__ico img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-contact-index__txt {
    display: block;
    padding-bottom: 0;
    margin-top: 14px;
    border-bottom: none;
  }
}

/* links
----------------------------------- */
.p-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
.p-links__item {
  display: block;
}
.p-links__item img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-links::after {
    display: block;
    width: 350px;
    content: "";
  }
  .p-links__item {
    width: 350px;
  }
  .p-links__item:nth-of-type(n+4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-links {
    margin-top: 40px;
  }
  .p-links__item {
    width: 46.1538461538%;
  }
  .p-links__item:nth-of-type(n+3) {
    margin-top: 20px;
  }
}

/* sns
----------------------------------- */
.p-sns {
  margin-top: 180px;
}
.p-sns__ttl {
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.p-sns__links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.p-sns__link {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-sns__link:hover {
    opacity: 0.6;
  }
}
.p-sns__link:nth-of-type(n+2) {
  margin-left: 50px;
}
.p-sns__ico--x {
  width: 34px;
}
@media screen and (max-width: 767px) {
  .p-sns {
    margin-top: 100px;
  }
  .p-sns__ttl {
    font-size: 0.625rem;
  }
  .p-sns__links {
    margin-top: 20px;
  }
  .p-sns__link:nth-of-type(n+2) {
    margin-left: 20px;
  }
  .p-sns__ico--x {
    width: 28px;
  }
  .p-sns__ico--twt {
    width: 37px;
  }
  .p-sns__ico--insta {
    width: 30px;
  }
  .p-sns__ico--tiktok {
    width: 36px;
  }
}

/* pagehead
----------------------------------- */
.p-pagehead {
  padding: 80px 25px;
  margin: 0 -25px;
  color: #FFF;
  text-align: center;
}
.month-1 .p-pagehead {
  background: #955766;
}
.month-2 .p-pagehead {
  background: #9EB6CE;
}
.month-3 .p-pagehead {
  background: #E6B5D5;
}
.month-4 .p-pagehead {
  background: #49A05C;
}
.month-5 .p-pagehead {
  background: #D6C074;
}
.month-6 .p-pagehead {
  background: #B5AFD1;
}
.month-7 .p-pagehead {
  background: #7CB1D0;
}
.month-8 .p-pagehead {
  background: #1D3444;
}
.month-9 .p-pagehead {
  background: #C09C82;
}
.month-10 .p-pagehead {
  background: #CD553A;
}
.month-11 .p-pagehead {
  background: #B9B6BD;
}
.month-12 .p-pagehead {
  background: #5C5777;
}
.p-pagehead__ttl {
  font-size: 3.375rem;
  font-weight: 500;
  line-height: 1.2037037037;
  letter-spacing: 0.1em;
}
.p-pagehead__ttl em {
  margin-right: 5px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 3.625rem;
  font-weight: 400;
  line-height: 1;
}
.p-pagehead__ttl::after {
  display: block;
  width: 100px;
  height: 4px;
  margin: 20px auto 0;
  content: "";
  background: #000;
}
.p-pagehead__ttl:only-child::after {
  display: none;
}
.p-pagehead__txt {
  margin-top: 30px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-pagehead {
    padding: 34px 10px;
    margin: 0 -10px;
  }
  .p-pagehead__ttl {
    font-size: 1.375rem;
    line-height: 1.1818181818;
  }
  .p-pagehead__ttl em {
    margin-right: 3px;
    font-size: 1.5625rem;
  }
  .p-pagehead__ttl::after {
    width: 60px;
    height: 2px;
    margin-top: 12px;
  }
  .p-pagehead__txt {
    margin-top: 18px;
    font-size: 0.6875rem;
    line-height: 2;
  }
}

/* product
----------------------------------- */
.p-product__cont {
  max-width: 1150px;
  margin: 0 auto;
}
.p-product__panel {
  margin-top: 80px;
}
.p-product__panel:nth-of-type(n+2) {
  display: none;
}
.p-product__link {
  display: block;
}
.p-product__link__img {
  position: relative;
}
.p-product__link__img::before {
  display: block;
  padding-top: 75.0666666667%;
  content: "";
}
.p-product__link__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.p-product__link__txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.p-product__link__txt .txt {
  font-size: 1.375rem;
  letter-spacing: 0.06em;
}
.p-product__link__txt .arw {
  width: 17px;
}
@media screen and (min-width: 768px) {
  .p-product__cont {
    padding-top: 20px;
  }
  .p-product__index {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 50px;
  }
  .p-product__link {
    width: 350px;
  }
  .p-product__link__txt .txt, .p-product__link__txt .arw {
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .p-product__link:hover .p-product__link__txt .txt {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .p-product__link:hover .p-product__link__txt .arw {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
@media screen and (max-width: 767px) {
  .p-product__panel {
    margin-top: 40px;
  }
  .p-product__link:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .p-product__link__txt .txt {
    font-size: 1rem;
  }
}

/* premium
----------------------------------- */
.p-premium__mv {
  position: relative;
}
.p-premium__mv__box {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 3;
  width: 140px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.p-premium__mv__subttl {
  display: grid;
  place-items: center;
  width: 100%;
  height: 50px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
  background: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
}
.p-premium__mv__ttl {
  display: grid;
  place-items: center;
  width: 100%;
  height: 280px;
  margin-top: 2px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.148em;
  background: rgba(255, 255, 255, 0.9);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 3.375rem;
}
.p-premium__mv__ttl .sake {
  position: relative;
}
.p-premium__mv__ttl .sub {
  position: absolute;
  top: 5px;
  right: -25px;
  width: 19px;
  height: 80px;
  background: url("../img/premium/003/txt-the_saga.svg") no-repeat center 0;
  background-size: contain;
}
.p-premium__mv__ttl .sub > span {
  position: absolute;
  margin: -1px;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.p-premium__mv__img {
  display: block;
  width: 100%;
}
.p-premium__mv::before {
  position: absolute;
  right: 25px;
  bottom: 0;
  left: 25px;
  display: block;
  height: 50px;
  content: "";
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 50px, transparent 50px, transparent 71px, rgba(255, 255, 255, 0.5) 71px, rgba(255, 255, 255, 0.5) 79px, transparent 79px, transparent);
  background-size: 100px 100%;
}
.p-premium__cont {
  position: relative;
  z-index: 2;
  padding: 50px 0 160px;
  margin: -50px 25px 0;
  counter-reset: point;
  background-size: 100px 100%;
}
.month-1 .p-premium__cont {
  background-image: linear-gradient(to right, rgba(149, 87, 102, 0.05), rgba(149, 87, 102, 0.05) 50px, transparent 50px, transparent 71px, rgba(149, 87, 102, 0.05) 71px, rgba(149, 87, 102, 0.05) 79px, transparent 79px, transparent);
}
.month-2 .p-premium__cont {
  background-image: linear-gradient(to right, rgba(158, 182, 206, 0.05), rgba(158, 182, 206, 0.05) 50px, transparent 50px, transparent 71px, rgba(158, 182, 206, 0.05) 71px, rgba(158, 182, 206, 0.05) 79px, transparent 79px, transparent);
}
.month-3 .p-premium__cont {
  background-image: linear-gradient(to right, rgba(230, 181, 213, 0.05), rgba(230, 181, 213, 0.05) 50px, transparent 50px, transparent 71px, rgba(230, 181, 213, 0.05) 71px, rgba(230, 181, 213, 0.05) 79px, transparent 79px, transparent);
}
.month-4 .p-premium__cont {
  background-image: linear-gradient(to right, rgba(73, 160, 92, 0.05), rgba(73, 160, 92, 0.05) 50px, transparent 50px, transparent 71px, rgba(73, 160, 92, 0.05) 71px, rgba(73, 160, 92, 0.05) 79px, transparent 79px, transparent);
}
.month-5 .p-premium__cont {
  background-image: linear-gradient(to right, rgba(214, 192, 116, 0.05), rgba(214, 192, 116, 0.05) 50px, transparent 50px, transparent 71px, rgba(214, 192, 116, 0.05) 71px, rgba(214, 192, 116, 0.05) 79px, transparent 79px, transparent);
}
.month-6 .p-premium__cont {
  background-image: linear-gradient(to right, rgba(181, 175, 209, 0.05), rgba(181, 175, 209, 0.05) 50px, transparent 50px, transparent 71px, rgba(181, 175, 209, 0.05) 71px, rgba(181, 175, 209, 0.05) 79px, transparent 79px, transparent);
}
.month-7 .p-premium__cont {
  background-image: linear-gradient(to right, rgba(124, 177, 208, 0.05), rgba(124, 177, 208, 0.05) 50px, transparent 50px, transparent 71px, rgba(124, 177, 208, 0.05) 71px, rgba(124, 177, 208, 0.05) 79px, transparent 79px, transparent);
}
.month-8 .p-premium__cont {
  background-image: linear-gradient(to right, rgba(29, 52, 68, 0.05), rgba(29, 52, 68, 0.05) 50px, transparent 50px, transparent 71px, rgba(29, 52, 68, 0.05) 71px, rgba(29, 52, 68, 0.05) 79px, transparent 79px, transparent);
}
.month-9 .p-premium__cont {
  background-image: linear-gradient(to right, rgba(192, 156, 130, 0.05), rgba(192, 156, 130, 0.05) 50px, transparent 50px, transparent 71px, rgba(192, 156, 130, 0.05) 71px, rgba(192, 156, 130, 0.05) 79px, transparent 79px, transparent);
}
.month-10 .p-premium__cont {
  background-image: linear-gradient(to right, rgba(205, 85, 58, 0.05), rgba(205, 85, 58, 0.05) 50px, transparent 50px, transparent 71px, rgba(205, 85, 58, 0.05) 71px, rgba(205, 85, 58, 0.05) 79px, transparent 79px, transparent);
}
.month-11 .p-premium__cont {
  background-image: linear-gradient(to right, rgba(185, 182, 189, 0.05), rgba(185, 182, 189, 0.05) 50px, transparent 50px, transparent 71px, rgba(185, 182, 189, 0.05) 71px, rgba(185, 182, 189, 0.05) 79px, transparent 79px, transparent);
}
.month-12 .p-premium__cont {
  background-image: linear-gradient(to right, rgba(92, 87, 119, 0.05), rgba(92, 87, 119, 0.05) 50px, transparent 50px, transparent 71px, rgba(92, 87, 119, 0.05) 71px, rgba(92, 87, 119, 0.05) 79px, transparent 79px, transparent);
}
.p-premium__lede__ttl {
  display: flex;
  justify-content: center;
  text-align: center;
}
.p-premium__lede__ttl::before, .p-premium__lede__ttl::after {
  display: block;
  width: 70px;
  height: 70px;
  content: "";
}
.p-premium__lede__ttl::before {
  border-top: solid 2px #000;
  border-left: solid 2px #000;
}
.p-premium__lede__ttl::after {
  margin-top: auto;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
}
.p-premium__lede__ttl > span {
  margin: auto 9px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.16em;
  font-size: 2.5rem;
}
.p-premium__lede__txt {
  margin-top: 40px;
  line-height: 2.5;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
}
.p-premium__point {
  position: relative;
  counter-increment: point;
}
.p-premium__point::before {
  display: block;
  padding-left: 16px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  content: "POINT " counter(point);
  border-left: solid 2px #000;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  font-size: 1.375rem;
}
.p-premium__point__img img {
  display: block;
  width: 100%;
}
.p-premium__point__ttl {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.p-premium__point__txt, .p-premium__point__list > li {
  margin-top: 38px;
  line-height: 2.25;
  letter-spacing: 0.06em;
  font-size: 1rem;
}
.p-premium__point__list {
  margin-top: 60px;
}
.p-premium__point__list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-premium__point__list > li::before {
  content: "●";
}
.p-premium__point__list > li:first-of-type {
  margin-top: 0;
}
.p-premium__point__list > li:nth-of-type(n+2) {
  margin-top: 27px;
}
.p-premium__point-subsec {
  margin-top: 80px;
}
.p-premium__point-subsec__ttl {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}
.p-premium__point-subsec__txt {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-premium__point-subsec__fig:not(:first-child) {
  margin-top: 43px;
}
.p-premium__point-subsec__fig img {
  display: block;
  width: 100%;
}
.p-premium__point-subsec__box-dt, .p-premium__point-subsec__box-dd {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-premium__point-subsec__box-dt {
  font-weight: 700;
}
.p-premium__point-subsec__box-dd {
  font-weight: 400;
}
.p-premium__point-subsec__ol {
  counter-reset: num-list;
}
.p-premium__point-subsec__ol > li {
  padding-left: 1em;
  text-indent: -1em;
  counter-increment: num-list;
}
.p-premium__point-subsec__ol > li::before {
  content: counter(num-list) ".";
}
.p-premium__interview__ttl {
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 2.5rem;
}
.p-premium__interview__lede {
  margin-top: 63px;
  font-weight: 400;
  line-height: 2.5;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
}
.p-premium__interview__img {
  margin: 60px -25px 0;
}
.p-premium__interview__img img {
  display: block;
  width: 100%;
}
.p-premium__interview__cont {
  margin-top: 80px;
}
.p-premium__interview__txt {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-premium__interview__txt + .p-premium__interview__txt {
  margin-top: 40px;
}
.p-premium__interview__line {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-premium__interview__line::before, .p-premium__interview__line::after {
  display: block;
  content: "";
  background: #000;
}
.p-premium__interview__line::after {
  flex: 1 1 auto;
}
.p-premium__interview__line span {
  display: block;
  width: 20px;
  height: 20px;
  background-image: linear-gradient(-45deg, transparent 47%, #000 47%, #000 53%, transparent 53%, transparent);
}
.p-premium__interview__person .img {
  display: block;
  width: 100%;
}
.p-premium__interview__person .job {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
}
.p-premium__interview__person .name {
  margin-top: 23px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 1rem;
}
.p-premium__link__lede {
  margin-top: 43px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
}
.p-premium__link__bnr {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 80px;
  flex-wrap: wrap;

  br {
    display: none;
  }
}
.p-premium__link__bnr a {
  display: block;
  width: 350px;
}
.p-premium__table {
  width: 100%;
  border-bottom: solid 1px #000;
}
.p-premium__table th, .p-premium__table td {
  padding: 20px;
  border-top: solid 1px #000;
}
.p-premium__table th:not(:last-child), .p-premium__table td:not(:last-child) {
  border-right: solid 1px #000;
}
.p-premium__table th {
  width: 150px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background: #E8E8E8;
  font-size: 1.875rem;
}
.p-premium__table td {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-premium__table td em {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-premium__lede__ttl {
    min-height: 122px;
  }
  .p-premium__lede__ttl > span {
    padding: 34px 0;
  }
  .p-premium__point {
    display: flex;
    min-height: 583px;
  }
  .p-premium__point__cont {
    flex: 1 1 50%;
    min-width: 0;
    margin-left: 57px;
  }
  .p-premium__point__main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .p-premium__point__img {
    position: relative;
    width: 500px;
    margin-top: 58px;
  }
  .p-premium__point__img::before {
    position: absolute;
    top: 0;
    right: -200px;
    bottom: 0;
    z-index: 2;
    display: block;
    width: 225px;
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    opacity: 0.71;
  }
  .p-premium__point__img img {
    display: block;
    width: 700px;
    max-width: none;
  }
  .p-premium__point__box {
    position: relative;
    z-index: 2;
    width: 450px;
    margin-top: -20px;
    margin-left: auto;
  }
  .p-premium__point__notice {
    margin-top: 20px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.04em;
    font-size: 0.75rem;
  }
  .p-premium__point:nth-of-type(2n) .p-premium__point__main {
    flex-direction: row-reverse;
  }
  .p-premium__point:nth-of-type(2n) .p-premium__point__img::before {
    right: auto;
    left: -200px;
    width: 225px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .p-premium__point:nth-of-type(2n) .p-premium__point__img img {
    margin-left: -200px;
  }
  .p-premium__point:nth-of-type(2n) .p-premium__point__box {
    width: 500px;
    margin-left: 0;
  }
  .p-premium__point:nth-of-type(2n) .p-premium__point__ttl {
    white-space: nowrap;
  }
  .p-premium__point:nth-of-type(2n) .p-premium__point__txt, .p-premium__point:nth-of-type(2n) .p-premium__point__list > li {
    width: 450px;
  }
  .p-premium__point-subsec__boxs {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  .p-premium__point-subsec__box {
    width: 500px;
  }
  .p-premium__interview__cont {
    display: flex;
  }
  .p-premium__interview__box {
    flex: 1 1 40%;
    min-width: 0;
  }
  .p-premium__interview__line {
    flex-direction: column;
    margin-left: 75px;
  }
  .p-premium__interview__line::before, .p-premium__interview__line::after {
    width: 1px;
  }
  .p-premium__interview__line::before {
    height: 160px;
  }
  .p-premium__interview__line::after {
    min-height: 0;
  }
  .p-premium__interview__line span {
    border-top: solid 1px #000;
  }
  .p-premium__interview__person {
    width: 250px;
    margin-left: 55px;
  }
  .p-premium__interview__person .cap {
    margin-top: 19px;
  }
}
@media screen and (max-width: 767px) {
  .p-premium__mv__box {
    width: 80px;
  }
  .p-premium__mv__subttl {
    height: 29px;
    font-size: 0.625rem;
  }
  .p-premium__mv__ttl {
    height: 217px;
    font-size: 2.125rem;
  }
  .p-premium__mv__ttl .sub {
    top: 2px;
    right: -35%;
    width: 38.8888888889%;
    height: 46.4%;
  }
  .p-premium__mv::before {
    right: 8px;
    left: 8px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 20px, transparent 20px, transparent 30px, rgba(255, 255, 255, 0.5) 30px, rgba(255, 255, 255, 0.5) 34px, transparent 34px, transparent);
    background-size: 44px auto;
  }
  .p-premium__cont {
    padding: 50px 0 0;
    margin: -50px 8px 0;
    background-size: 44px auto;
  }
  .month-1 .p-premium__cont {
    background-image: linear-gradient(to right, rgba(149, 87, 102, 0.05), rgba(149, 87, 102, 0.05) 20px, transparent 20px, transparent 30px, rgba(149, 87, 102, 0.05) 30px, rgba(149, 87, 102, 0.05) 34px, transparent 34px, transparent);
  }
  .month-2 .p-premium__cont {
    background-image: linear-gradient(to right, rgba(158, 182, 206, 0.05), rgba(158, 182, 206, 0.05) 20px, transparent 20px, transparent 30px, rgba(158, 182, 206, 0.05) 30px, rgba(158, 182, 206, 0.05) 34px, transparent 34px, transparent);
  }
  .month-3 .p-premium__cont {
    background-image: linear-gradient(to right, rgba(230, 181, 213, 0.05), rgba(230, 181, 213, 0.05) 20px, transparent 20px, transparent 30px, rgba(230, 181, 213, 0.05) 30px, rgba(230, 181, 213, 0.05) 34px, transparent 34px, transparent);
  }
  .month-4 .p-premium__cont {
    background-image: linear-gradient(to right, rgba(73, 160, 92, 0.05), rgba(73, 160, 92, 0.05) 20px, transparent 20px, transparent 30px, rgba(73, 160, 92, 0.05) 30px, rgba(73, 160, 92, 0.05) 34px, transparent 34px, transparent);
  }
  .month-5 .p-premium__cont {
    background-image: linear-gradient(to right, rgba(214, 192, 116, 0.05), rgba(214, 192, 116, 0.05) 20px, transparent 20px, transparent 30px, rgba(214, 192, 116, 0.05) 30px, rgba(214, 192, 116, 0.05) 34px, transparent 34px, transparent);
  }
  .month-6 .p-premium__cont {
    background-image: linear-gradient(to right, rgba(181, 175, 209, 0.05), rgba(181, 175, 209, 0.05) 20px, transparent 20px, transparent 30px, rgba(181, 175, 209, 0.05) 30px, rgba(181, 175, 209, 0.05) 34px, transparent 34px, transparent);
  }
  .month-7 .p-premium__cont {
    background-image: linear-gradient(to right, rgba(124, 177, 208, 0.05), rgba(124, 177, 208, 0.05) 20px, transparent 20px, transparent 30px, rgba(124, 177, 208, 0.05) 30px, rgba(124, 177, 208, 0.05) 34px, transparent 34px, transparent);
  }
  .month-8 .p-premium__cont {
    background-image: linear-gradient(to right, rgba(29, 52, 68, 0.05), rgba(29, 52, 68, 0.05) 20px, transparent 20px, transparent 30px, rgba(29, 52, 68, 0.05) 30px, rgba(29, 52, 68, 0.05) 34px, transparent 34px, transparent);
  }
  .month-9 .p-premium__cont {
    background-image: linear-gradient(to right, rgba(192, 156, 130, 0.05), rgba(192, 156, 130, 0.05) 20px, transparent 20px, transparent 30px, rgba(192, 156, 130, 0.05) 30px, rgba(192, 156, 130, 0.05) 34px, transparent 34px, transparent);
  }
  .month-10 .p-premium__cont {
    background-image: linear-gradient(to right, rgba(205, 85, 58, 0.05), rgba(205, 85, 58, 0.05) 20px, transparent 20px, transparent 30px, rgba(205, 85, 58, 0.05) 30px, rgba(205, 85, 58, 0.05) 34px, transparent 34px, transparent);
  }
  .month-11 .p-premium__cont {
    background-image: linear-gradient(to right, rgba(185, 182, 189, 0.05), rgba(185, 182, 189, 0.05) 20px, transparent 20px, transparent 30px, rgba(185, 182, 189, 0.05) 30px, rgba(185, 182, 189, 0.05) 34px, transparent 34px, transparent);
  }
  .month-12 .p-premium__cont {
    background-image: linear-gradient(to right, rgba(92, 87, 119, 0.05), rgba(92, 87, 119, 0.05) 20px, transparent 20px, transparent 30px, rgba(92, 87, 119, 0.05) 30px, rgba(92, 87, 119, 0.05) 34px, transparent 34px, transparent);
  }
  .p-premium__lede__ttl {
    position: relative;
    padding: 20px 0;
  }
  .p-premium__lede__ttl::before, .p-premium__lede__ttl::after {
    position: absolute;
    width: 30px;
    height: 30px;
  }
  .p-premium__lede__ttl::before {
    top: 0;
    left: 0;
  }
  .p-premium__lede__ttl::after {
    right: 0;
    bottom: 0;
  }
  .p-premium__lede__ttl > span {
    margin: 0;
    line-height: 1.5454545455;
    letter-spacing: 0.1em;
    font-size: 1.375rem;
  }
  .p-premium__lede__txt {
    line-height: 2.2857142857;
    text-align: left;
    letter-spacing: 0;
    font-size: 0.875rem;
  }
  .p-premium__point::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -8px;
    z-index: 2;
    padding-left: 4px;
    pointer-events: none;
  }
  .p-premium__point__ttl {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.8333333333;
  }
  .p-premium__point__txt, .p-premium__point__list > li {
    margin-top: 5px;
    line-height: 2.2857142857;
    letter-spacing: 0;
    font-size: 0.875rem;
  }
  .p-premium__point__list {
    margin-top: 20px;
  }
  .p-premium__point__list > li:nth-of-type(n+2) {
    margin-top: 5px;
  }
  .p-premium__point-subsec {
    margin-top: 60px;
  }
  .p-premium__point-subsec__ttl {
    font-size: 1.125rem;
    line-height: 2;
  }
  .p-premium__point-subsec__box {
    margin-top: 20px;
  }
  .p-premium__point-subsec__txt {
    font-size: 0.875rem;
    line-height: 2.2857142857;
    letter-spacing: 0;
  }
  .p-premium__point-subsec__fig {
    margin-top: 33px;
  }
  .p-premium__point-subsec__box-dt, .p-premium__point-subsec__box-dd {
    font-size: 0.875rem;
    line-height: 2.2857142857;
    letter-spacing: 0;
  }
  .p-premium__interview__ttl {
    line-height: 1.8333333333;
    text-align: left;
    letter-spacing: 0.16em;
    font-size: 1.5rem;
  }
  .p-premium__interview__lede {
    margin-top: 25px;
    line-height: 2.2857142857;
    text-align: left;
    letter-spacing: 0;
    font-size: 0.875rem;
  }
  .p-premium__interview__img {
    margin: 40px -20px 0;
  }
  .p-premium__interview__cont {
    margin-top: 53px;
  }
  .p-premium__interview__txt {
    font-size: 0.875rem;
    line-height: 2.2857142857;
    letter-spacing: 0;
  }
  .p-premium__interview__txt + .p-premium__interview__txt {
    margin-top: 43px;
  }
  .p-premium__interview__line {
    margin-top: 40px;
  }
  .p-premium__interview__line::before, .p-premium__interview__line::after {
    flex: 1 1 auto;
    min-width: 0;
    height: 1px;
  }
  .p-premium__interview__line span {
    border-left: solid 1px #000;
  }
  .p-premium__interview__person {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
  }
  .p-premium__interview__person .img {
    width: 100px;
  }
  .p-premium__interview__person .cap {
    flex: 1 1 50%;
    min-width: 0;
    margin-left: 20px;
  }
  .p-premium__interview__person .job {
    font-size: 0.625rem;
  }
  .p-premium__interview__person .name {
    margin-top: 18px;
    line-height: 2;
    letter-spacing: 0;
    font-size: 0.875rem;
  }
  .p-premium__link__lede {
    margin-top: 20px;
    line-height: 2.2857142857;
    letter-spacing: 0;
    font-size: 0.875rem;
  }
  .p-premium__link__bnr {
    margin-top: 40px;
  }
  .p-premium__link__bnr a {
    width: 100%;
  }
  .p-premium__table th, .p-premium__table td {
    padding: 15px;
  }
  .p-premium__table th {
    width: 50px;
    font-size: 1.125rem;
  }
  .p-premium__table td {
    font-size: 0.75rem;
    letter-spacing: 0;
  }
  .p-premium__table td em {
    margin-bottom: 5px;
  }
}

/* item
----------------------------------- */
.p-item__mv {
  position: relative;
}
.p-item__mv__img {
  position: relative;
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
}
.p-item__mv__img::before {
  display: block;
  padding-top: 75.0666666667%;
  content: "";
}
.p-item__mv__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-item__mv__wrap {
  position: relative;
  z-index: 2;
}
.p-item__mv__box {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  align-items: flex-start;
  justify-content: flex-end;
}
.p-item__mv__subttl {
  display: block;
  padding: 10px 10px 10px 0;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  background: #FFF;
}
.p-item__mv__ttl {
  padding: 20px 20px 20px 0;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  background: #FFF;
}
.p-item__mv__area {
  padding: 10px 10px 10px 0;
  font-size: 1rem;
  letter-spacing: 0.1em;
  background: #FFF;
}
.p-item__sec {
  margin-top: 100px;
}
.p-item__sec__ttl {
  font-weight: 700;
  line-height: 1.6666666667;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-item__mv {
    padding: 66px 0 18px;
  }
  .p-item__mv__wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-item {
    padding: 0 20px;
  }
  .p-item__mv {
    margin: 0 -20px;
  }
  .p-item__mv__img {
    width: 100%;
  }
  .p-item__mv__wrap {
    padding: 0 20px;
    margin-top: -78px;
  }
  .p-item__mv__subttl {
    padding: 10px;
    font-size: 0.875rem;
  }
  .p-item__mv__ttl {
    padding: 10px;
    font-size: 1.5rem;
  }
  .p-item__mv__area {
    padding: 10px;
    font-size: 0.75rem;
    background: #F7F7F7;
  }
  .p-item__sec {
    margin-top: 70px;
  }
  .p-item__sec__ttl {
    font-size: 1.125rem;
    line-height: 1.8888888889;
  }
}

/* shop
----------------------------------- */
.p-shop__sec {
  padding-top: 20px;
  margin-top: -20px;
}
.p-shop__sec::before {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
}
.p-shop__map + .p-shop__sec::before {
  height: 80px;
  margin-top: 80px;
  border-top: solid 1px #CCC;
}
.p-shop__sec + .p-shop__sec::before {
  margin-top: 100px;
}
.p-shop__gallery__main {
  position: relative;
}
.p-shop__gallery__main::before {
  display: block;
  padding-top: 56.1818181818%;
  content: "";
}
.p-shop__gallery__main img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-shop__gallery__subs {
  display: flex;
  margin-top: 10px;
}
.p-shop__gallery__sub {
  position: relative;
  width: 23.6363636364%;
  cursor: pointer;
}
.p-shop__gallery__sub:nth-of-type(n+2) {
  margin-left: 1.8181818182%;
}
.p-shop__gallery__sub::before {
  display: block;
  padding-top: 55.3846153846%;
  content: "";
}
.p-shop__gallery__sub::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
  border: solid 2px #000;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.p-shop__gallery__sub img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-shop__gallery__sub.is-active::after {
  opacity: 1;
}
.p-shop__info__ttl {
  padding-bottom: 20px;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-bottom: solid 2px #CCC;
}
.p-shop__info__txt {
  margin-top: 25px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.07em;
  font-size: 1rem;
}
.p-shop__info__data {
  padding-top: 30px;
  margin-top: 30px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.07em;
  border-top: solid 1px #CCC;
  font-size: 1rem;
}
.p-shop__info__data p:nth-of-type(n+2) {
  margin-top: 8px;
}
.p-shop__info__data a {
  text-decoration: underline;
}
.p-shop__info__data a[target=_blank]::after {
  display: inline-block;
  width: 17px;
  height: 13px;
  margin-left: 5px;
  content: "";
  background: url("../img/common/ico_blank_bk.svg") no-repeat center center;
  background-size: contain;
}
.p-shop__info__data a:hover {
  text-decoration: none;
}
.p-shop__catalog {
  margin-top: 160px;
}
.p-shop__catalog__ttl {
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 2.5rem;
}
.p-shop__catalog__lede {
  margin-top: 60px;
  font-weight: 400;
  line-height: 2.5;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
}
.p-shop__catalog__cont {
  position: relative;
  margin-top: 80px;
}
.p-shop__catalog__cont::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
}
.month-1 .p-shop__catalog__cont::before {
  background: rgba(149, 87, 102, 0.1);
}
.month-2 .p-shop__catalog__cont::before {
  background: rgba(158, 182, 206, 0.1);
}
.month-3 .p-shop__catalog__cont::before {
  background: rgba(230, 181, 213, 0.1);
}
.month-4 .p-shop__catalog__cont::before {
  background: rgba(73, 160, 92, 0.1);
}
.month-5 .p-shop__catalog__cont::before {
  background: rgba(214, 192, 116, 0.1);
}
.month-6 .p-shop__catalog__cont::before {
  background: rgba(181, 175, 209, 0.1);
}
.month-7 .p-shop__catalog__cont::before {
  background: rgba(124, 177, 208, 0.1);
}
.month-8 .p-shop__catalog__cont::before {
  background: rgba(29, 52, 68, 0.1);
}
.month-9 .p-shop__catalog__cont::before {
  background: rgba(192, 156, 130, 0.1);
}
.month-10 .p-shop__catalog__cont::before {
  background: rgba(205, 85, 58, 0.1);
}
.month-11 .p-shop__catalog__cont::before {
  background: rgba(185, 182, 189, 0.1);
}
.month-12 .p-shop__catalog__cont::before {
  background: rgba(92, 87, 119, 0.1);
}
.p-shop__catalog__index {
  position: relative;
  z-index: 2;
  padding: 40px 0;
}
.p-shop__catalog__h {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.07em;
}
.p-shop__catalog__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-shop__catalog__item:nth-of-type(n+2) {
  margin-top: 24px;
}
.p-shop__catalog__cover {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .p-shop__catalog__cover a:hover {
    opacity: 0.6;
  }
}
.p-shop__catalog__link {
  margin-left: 50px;
  font-weight: 400;
  text-decoration: underline;
  letter-spacing: 0.07em;
  font-size: 0.875rem;
}
.p-shop__catalog__link:hover {
  text-decoration: none;
}
.p-shop__map__ttl {
  font-weight: 500;
  text-align: center;
}
.p-shop__map__txt {
  font-weight: 400;
}
.p-shop__map__fig {
  position: relative;
}
.p-shop__map__fig::before {
  display: block;
  padding-top: 75%;
  content: "";
}
.p-shop__map__fig iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-shop__sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-shop__gallery {
    width: 550px;
  }
  .p-shop__info {
    width: 550px;
  }
  .p-shop__catalog__index {
    margin: auto;
  }
  .p-shop__map {
    margin-top: 100px;
  }
  .p-shop__map__ttl {
    font-size: 1.875rem;
    letter-spacing: 0.1em;
  }
  .p-shop__map__txt {
    margin-top: 25px;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.07em;
    font-size: 1rem;
  }
  .p-shop__map__fig {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-shop__sec {
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-shop__sec::before {
    margin-top: 80px;
  }
  .p-shop__sec:nth-of-type(n+2)::before {
    margin-top: 80px;
  }
  .p-shop__info {
    margin-top: 30px;
  }
  .p-shop__info__ttl {
    padding-bottom: 20px;
    font-size: 1.125rem;
    letter-spacing: 0.16em;
    border-bottom-width: 1px;
  }
  .p-shop__info__txt {
    margin-top: 20px;
    line-height: 2.2857142857;
    letter-spacing: 0;
    font-size: 0.875rem;
  }
  .p-shop__info__data {
    padding-top: 20px;
    margin-top: 20px;
    line-height: 2;
    font-size: 0.875rem;
  }
  .p-shop__catalog {
    padding: 0 20px;
    margin-top: 80px;
  }
  .p-shop__catalog__ttl {
    text-align: left;
    font-size: 1.5rem;
    letter-spacing: 0.16em;
  }
  .p-shop__catalog__lede {
    margin-top: 35px;
    line-height: 2.2857142857;
    text-align: left;
    letter-spacing: 0;
    font-size: 0.875rem;
  }
  .p-shop__catalog__cont {
    margin-top: 40px;
  }
  .p-shop__catalog__cont::before {
    right: -20px;
    left: -20px;
  }
  .p-shop__catalog__cover {
    width: 22%;
  }
  .p-shop__catalog__link {
    margin-left: 5%;
  }
  .p-shop__map {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 80px;
  }
  .p-shop__map__ttl {
    font-size: 1.125rem;
    letter-spacing: 0.16em;
  }
  .p-shop__map__txt {
    margin-top: 20px;
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
  .p-shop__map__fig {
    margin-top: 30px;
  }
}

/* news
----------------------------------- */
.p-news__archive {
  margin-top: 160px;
}
.p-news__archive :first-child {
  margin-top: 0;
}
.p-news__head {
  padding: 40px 0;
  margin: 0 -25px;
  color: #FFF;
  text-align: center;
}
.month-1 .p-news__head {
  background: #955766;
}
.month-2 .p-news__head {
  background: #9EB6CE;
}
.month-3 .p-news__head {
  background: #E6B5D5;
}
.month-4 .p-news__head {
  background: #49A05C;
}
.month-5 .p-news__head {
  background: #D6C074;
}
.month-6 .p-news__head {
  background: #B5AFD1;
}
.month-7 .p-news__head {
  background: #7CB1D0;
}
.month-8 .p-news__head {
  background: #1D3444;
}
.month-9 .p-news__head {
  background: #C09C82;
}
.month-10 .p-news__head {
  background: #CD553A;
}
.month-11 .p-news__head {
  background: #B9B6BD;
}
.month-12 .p-news__head {
  background: #5C5777;
}
.p-news__head__ttl {
  display: block;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.p-news__single {
  margin-top: 70px;
}
.p-news__single__ttl {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.8666666667;
  letter-spacing: 0.1em;
}
.p-news__single__eyecatch {
  margin-top: 80px;
}
.p-news__single__eyecatch img {
  display: block;
  margin: 0 auto;
}
.p-news__info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.p-news__info__cate {
  display: grid;
  place-items: center;
  width: 100px;
  height: 30px;
  margin-right: 20px;
  font-weight: 500;
  color: #898989;
  border: solid 1px #898989;
  font-size: 0.625rem;
}
.p-news__info__date {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-news__archive {
    padding: 0 20px;
    margin-top: 80px;
  }
  .p-news__head {
    padding: 20px 0;
    margin: 0 -10px;
  }
  .p-news__head__ttl {
    font-size: 1.25rem;
  }
  .p-news__single {
    padding: 0 20px;
    margin-top: 40px;
  }
  .p-news__single__ttl {
    font-size: 1.25rem;
    line-height: 1.9;
    letter-spacing: 0;
  }
  .p-news__single__eyecatch {
    margin-top: 40px;
  }
  .p-news__info {
    margin-bottom: 20px;
  }
}

/* contact
----------------------------------- */
.p-contact__form {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    margin-top: 70px;
  }
}

/* story-index
----------------------------------- */
.p-story-index__link {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 349/262;
}
.p-story-index__thum, .p-story-index__ttl, .p-story-index__txt {
  position: absolute;
  left: 0;
}
.p-story-index__thum {
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-story-index__ttl, .p-story-index__txt {
  position: absolute;
  font-weight: 600;
}
.p-story-index__ttl {
  top: 0;
}
.p-story-index__ttl span {
  padding: 0.3em 0.4em 0.3em 0;
  line-height: 2em;
  background-color: #FFF;
  z-index: 1;
}
.p-story-index__txt {
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0.3em 0.4em 0.3em 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFF;
}
.p-story-index__txt small {
  margin-left: 0.4em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-story-index__list {
    display: flex;
    flex-wrap: wrap;
    gap: 59px 51px;
    margin-top: 160px;
  }
  .p-story-index__link {
    width: 349px;
  }
  .p-story-index__link:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-story-index__thum {
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .p-story-index__ttl, .p-story-index__txt {
    font-size: 1rem;
  }
  .p-story-index__txt small {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-story-index__list {
    margin-top: 80px;
    padding: 0 20px;
  }
  .p-story-index__li {
    margin-top: 40px;
  }
  .p-story-index__ttl, .p-story-index__txt {
    font-size: 0.75rem;
  }
  .p-story-index__txt small {
    font-size: 0.625rem;
  }
}

/* story
----------------------------------- */
.p-story {
  overflow-x: hidden;
}
.p-story__mv {
  position: relative;
  text-align: center;
}
.p-story__catch, .p-story__ttl, .p-story__from {
  text-align: left;
}
.p-story__catch {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.4em;
  font-weight: 300;
  color: #FFF;
  background-color: #000;
  z-index: 1;
}
.p-story__box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-story__ttl {
  font-weight: 600;
}
.p-story__ttl span {
  padding: 0.3em 0.2em 0.3em 0;
  line-height: 2em;
  background-color: #FFF;
}
.p-story__from {
  display: flex;
  align-items: center;
  gap: 0.2em;
  padding: 0.2em 0.4em 0.2em 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  line-height: 2em;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  background-color: #FFF;
}
.p-story__from small {
  font-weight: 400;
}
.p-story__map {
  position: absolute;
}
.p-story__intro {
  display: flex;
}
.p-story__intro dt {
  letter-spacing: 0.04em;
  color: #CCC;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.p-story__intro dd {
  margin-top: -0.5em;
  letter-spacing: 0.1em;
  color: #696969;
}
.p-story__single {
  border-top: solid #CCC;
}
.p-story__single h1,
.p-story__single h2,
.p-story__single h3 {
  letter-spacing: 0.06em;
}
.p-story__single img {
  display: block;
}
.p-story__single p {
  font-weight: 400;
}
.p-story__single hr {
  display: block;
  background-color: #CCC;
}
.p-story__single a {
  text-decoration: underline;
}
.p-story__single a:hover {
  text-decoration: none;
}
.p-story__info {
  display: flex;
  align-items: center;
  font-weight: 400;
  background-color: #F5F5F5;
}
.p-story__ph {
  border-radius: 50%;
  overflow: hidden;
}
.p-story__related {
  letter-spacing: 0.1em;
  border-top: 1px solid #000;
}
.p-story__related:last-of-type {
  border-bottom: 1px solid #000;
}
.p-story__related::after {
  content: "";
  display: block;
  margin-left: auto;
  width: 17px;
  height: 14px;
  background: url("../img/common/arw_bk.svg") no-repeat;
  background-size: contain;
}
.p-story__related::after,
.p-story__related p,
.p-story__related img {
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .p-story__mv {
    margin-top: 66px;
    padding-bottom: 72px;
  }
  .p-story__box {
    padding-top: 42px;
  }
  .p-story__catch {
    font-size: 1.25rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-story__ttl {
    font-size: 1.875rem;
  }
  .p-story__from {
    font-size: 1.25rem;
  }
  .p-story__from small {
    font-size: 0.875rem;
  }
  .p-story__map {
    right: -124px;
    bottom: 0;
    width: 380px;
  }
  .p-story__intro {
    margin-top: 48px;
    gap: 32px;
    font-size: 1rem;
  }
  .p-story__intro dd {
    line-height: 2;
  }
  .p-story__single {
    padding-top: 30px;
    margin-top: 114px;
    border-top-width: 2px;
  }
  .p-story__single h1,
  .p-story__single h2,
  .p-story__single h3 {
    font-size: 1.875rem;
    margin-bottom: 50px;
  }
  .p-story__single p {
    font-size: 1rem;
    margin: 40px 0;
    line-height: 2;
  }
  .p-story__single figure,
  .p-story__single img {
    margin: 60px auto;
  }
  .p-story__single hr {
    margin: 120px 0 30px;
    height: 2px;
  }
  .p-story__info {
    position: relative;
    gap: 50px;
    padding: 20px 0;
    margin-top: 120px;
  }
  .p-story__info::before, .p-story__info::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
    z-index: -1;
  }
  .p-story__info::before {
    right: 100%;
  }
  .p-story__info::after {
    left: 100%;
  }
  .p-story__item {
    flex: 1;
  }
  .p-story__item dt {
    font-size: 1.5rem;
  }
  .p-story__item dd {
    font-size: 0.75rem;
    margin-top: 20px;
    line-height: 2;
  }
  .p-story__ph {
    width: 150px;
  }
  .p-story__related {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 30px 0;
    line-height: 2;
  }
  .p-story__related:first-of-type {
    margin-top: 120px;
  }
  .p-story__related:hover::after {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .p-story__related:hover p {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .p-story__related:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-story__thum {
    overflow: hidden;
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .p-story__mv {
    margin-top: 20px;
    padding-top: 46px;
    padding-bottom: 120px;
  }
  .p-story__box {
    padding-top: 32px;
  }
  .p-story__catch {
    font-size: 0.75rem;
  }
  .p-story__ttl, .p-story__from {
    border-left: 0.4em solid #FFF;
  }
  .p-story__ttl {
    font-size: 0.9375rem;
  }
  .p-story__from {
    font-size: 0.75rem;
  }
  .p-story__from small {
    font-size: 0.625rem;
  }
  .p-story__map {
    right: 10px;
    bottom: 0;
    width: 180px;
  }
  .p-story__intro {
    gap: 12px;
    margin-top: 40px;
    padding: 0 20px;
  }
  .p-story__intro dt {
    font-size: 1rem;
  }
  .p-story__intro dd {
    font-size: 0.875rem;
    line-height: 2;
  }
  .p-story__single {
    padding-top: 20px;
    margin: 40px 20px 0;
    border-top-width: 1px;
  }
  .p-story__single h1,
  .p-story__single h2,
  .p-story__single h3 {
    font-size: 1.25rem;
    margin-bottom: 40px;
    line-height: 1.8;
  }
  .p-story__single p {
    font-size: 0.875rem;
    margin: 30px 0;
    line-height: 2;
  }
  .p-story__single figure,
  .p-story__single img {
    margin: 40px auto;
  }
  .p-story__single hr {
    margin: 70px 0 20px;
    height: 1px;
  }
  .p-story__info {
    flex-direction: column;
    gap: 20px;
    padding: 20px 20px 30px;
    margin-top: 80px;
  }
  .p-story__item {
    order: 1;
  }
  .p-story__item dt {
    font-size: 1.25rem;
  }
  .p-story__item dd {
    font-size: 0.625rem;
    margin-top: 20px;
    line-height: 2;
  }
  .p-story__ph {
    width: 150px;
  }
  .p-story__related {
    font-size: 0.875rem;
    position: relative;
    display: block;
    padding: 20px 0;
    margin: 0 20px;
    line-height: 2;
  }
  .p-story__related:first-of-type {
    margin-top: 80px;
  }
  .p-story__related::after {
    position: absolute;
    right: 0;
    bottom: 28px;
  }
  .p-story__thum {
    margin-bottom: 20px;
  }
  .p-story__thum img {
    width: 100%;
  }
}

/* wrap
----------------------------------- */
@media screen and (min-width: 768px) {
  .u-wrap {
    width: 1150px;
    margin-right: auto;
    margin-left: auto;
  }
  .u-wrap--inner {
    width: 950px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* hover-box
----------------------------------- */
.u-hover-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.u-hover-box img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .u-hover-box::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    border: solid 0 #000;
    transition: border 0.2s ease;
  }
  a:hover .u-hover-box::before {
    border-width: 7px;
  }
}

/* hover-img
----------------------------------- */
.u-hover-img {
  position: relative;
  display: block;
  overflow: hidden;
}
.u-hover-img img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .u-hover-img img {
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  a:hover .u-hover-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
