@import"https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap";
@import"https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap";
body, dd, dl, dt, figure, h1, h2, h3, h4, h5, h6, html, ol, p, ul {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: 400
}

ul, li, ol {
  list-style: none;
  padding: 0;
  margin: 0
}

table {
  border-collapse: collapse
}

html {
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased
}

body {
  background-image:url("assets/bg_type01.png");
  background-size:cover;
  background-repeat: repeat;
  font-family: "Shippori Mincho", serif;
  line-height: 1.8;
  line-break: normal;
  word-wrap: break-word
}

body.nav--open {
  height: 100%;
  overflow: hidden
}

main {
  display: block
}

a {
  color: #B59464
}

a:hover {
  text-decoration: none
}

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

hr {
  height: 1px;
  border: 0;
  margin-top: 0.9rem;
  margin-bottom: -0.9rem
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  background-color: transparent
}

::-moz-selection {
  color: #fff;
  background-color: #B59464
}

::selection {
  color: #fff;
  background-color: #B59464
}

::-moz-selection {
  color: #fff;
  background-color: #B59464
}

[data-whatinput=mouse] *:focus, [data-whatinput=touch] *:focus {
  outline: none
}

.sub_title{
  background-color:#424242;
  color:#fff;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box
}

.glide * {
  box-sizing: inherit
}

.glide__track {
  overflow: hidden
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  will-change: transform
}

.glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.glide__slide {
  width: 100%;
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent
}

.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.glide--rtl {
  direction: rtl
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, .5);
  border-radius: 4px;
  box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
  text-shadow: 0 .25em .5em rgba(0, 0, 0, .1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1
}

.glide__arrow:focus {
  outline: none
}

.glide__arrow:hover {
  border-color: #fff
}

.glide__arrow--left {
  left: 2em
}

.glide__arrow--right {
  right: 2em
}

.glide__arrow--disabled {
  opacity: .33
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: -webkit-inline-flex;
  display: inline-flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.glide__bullet {
  background-color: rgba(255, 255, 255, .5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
  margin: 0 .25em
}

.glide__bullet:focus {
  outline: none
}

.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, .5)
}

.glide__bullet--active {
  background-color: #fff
}

.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab
}

.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing
}

.glider-contain {
  width: 100%;
  margin: 0 auto;
  position: relative
}

.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.glider-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  z-index: 1
}

.glider.draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab
}

.glider.draggable .glider-slide img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none
}

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.glider-slide {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  width: 100%
}

.glider-slide img {
  max-width: 100%
}

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0
}

.glider-prev, .glider-next {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity .5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color .5s cubic-bezier(0.17, 0.67, 0.83, 0.67)
}

.glider-prev:hover, .glider-next:hover, .glider-prev:focus, .glider-next:focus {
  color: #a89cc8
}

.glider-next {
  right: -23px;
  left: auto
}

.glider-next.disabled, .glider-prev.disabled {
  opacity: .25;
  color: #666;
  cursor: default
}

.glider-slide {
  min-width: 150px
}

.glider-hide {
  opacity: 0
}

.glider-dots {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0
}

.glider-dot {
  border: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px
}

.glider-dot:hover, .glider-dot:focus, .glider-dot.active {
  background: #a89cc8
}


@media(max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .25)
  }
}

.l_footer {
  padding: 7.03125vw 0 4.53125vw
}

@media screen and (max-width: 50em) {
  .l_footer {
    padding: 20.2666666667vw 0 21.3333333333vw
  }
}

.l_footer__layout {
  display: grid;
  grid-template-columns: 12.96875vw 1fr 7.03125vw;
  grid-template-rows: 1fr 20px;
  grid-template-areas: "logo nav pagetop" "copyright copyright ig";
  gap: 5.46875vw 8.3333333333%
}

@media screen and (max-width: 50em) {
  .l_footer__layout {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(4, auto);
    gap: 0;
    grid-template-areas: "logo pagetop" "nav nav" "ig ig" "copyright copyright"
  }
}

.l_footer__logo {
  width: 5.96875vw;
  grid-area: logo
}

.l_footer__logo a {
  display: block
}

@media screen and (max-width: 50em) {
  .l_footer__logo {
    width: 15.3333333333vw
  }
}

.l_footer__nav {
  grid-area: nav
}

.l_footer__nav__list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -2.5rem;
  height: 7.3125rem
}

.l_footer__nav__list li a {
  display: inline-block;
  color: inherit;
  padding-right: 2.5rem;
  text-decoration: none;
  font-size: .875rem;
  letter-spacing: .06em;
  line-height: 2.5;
  transition: color .2s cubic-bezier(0, 0.55, 0.45, 1)
}

.l_footer__nav__list li a svg {
  transition: fill .2s cubic-bezier(0, 0.55, 0.45, 1)
}

.l_footer__nav__list li a:hover {
  color: #999999
}

.l_footer__nav__list li a:hover svg {
  fill: #999999
}

@media screen and (max-width: 50em) {
  .l_footer__nav__list {
    width: auto;
    margin-right: -1.25rem
  }
  .l_footer__nav__list li a {
    padding-right: 1.25rem;
    font-size: .75rem
  }
}

.l_footer__ig {
  grid-area: ig
}

@media screen and (max-width: 50em) {
  .l_footer__ig {
    padding-top: 33.6vw
  }
}

.l_footer__pagetop {
  position: relative;
  height: 12.8125vw;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  margin-left: auto
}

.l_footer__pagetop a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-family: "Hina Mincho", serif;
  letter-spacing: .12em;
  padding-right: 1.5625vw;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  color: #333333;
  transition: color .2s cubic-bezier(0, 0.55, 0.45, 1)
}

.l_footer__pagetop a svg {
  transition: fill .2s cubic-bezier(0, 0.55, 0.45, 1)
}

.l_footer__pagetop a:hover {
  color: #999999
}

.l_footer__pagetop a:hover svg {
  fill: #999999
}

.l_footer__pagetop a::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #C5CBD1;
  position: absolute;
  bottom: -1em;
  right: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}

.l_footer__pagetop a:hover::before {
  -webkit-animation: pagetop_hover 1s cubic-bezier(0, 0.55, 0.45, 1);
  animation: pagetop_hover 1s cubic-bezier(0, 0.55, 0.45, 1)
}

@media screen and (max-width: 50em) {
  .l_footer__pagetop {
    width: 21.3333333333vw;
    height: 43.7333333333vw
  }
}

.l_footer__copyright {
  grid-area: copyright;
  font-size: .625rem;
  letter-spacing: .06em;
  line-height: 1
}

@media screen and (max-width: 50em) {
  .l_footer__copyright {
    padding-top: 6.4vw
  }
}

@-webkit-keyframes pagetop_hover {
  0% {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}

@keyframes pagetop_hover {
  0% {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}

.pages_banner{
  width:100%;
  height:100%;
  text-align: center;
}

.pages_banner img{
  width:50%;
  margin-bottom:50px;
}

.twitter{
  width:500px;
  margin:70px auto 0 auto;
}
@media screen and (max-width: 50em) {
  .twitter{
    width:90%;
    margin:70px auto 0 auto;
  }
}

@media screen and (max-width: 50em) {
  .pages_banner img{
    width:100%;
    margin-bottom:50px;
  }
}


.l_header {
  position: relative;
  z-index: 101
}

.page-home .l_header {
  opacity: 0
}

.l_header__logo {
  position: absolute;
  top: 2.75rem;
  left: 3.4375rem;
  width: 10.625rem
}

.nav--open .l_header__logo {
  display: none
}

@media screen and (max-width: 50em) {
  .l_header__logo {
    width: 8.75rem;
    top: 1.5625rem;
    left: 1.5625rem
  }
}

.l_header__logo__title {
  height: 8.875rem
}

@media screen and (max-width: 50em) {
  .l_header__logo__title {
    height: 7.125rem
  }
}

.l_header__cart {
  position: absolute;
  top: 0;
  right: 7rem
}

.l_header__cart #baseMenu .base {
  display: none
}

.l_header__cart #baseMenu .cart a img {
  display: none
}

.l_header__cart a {
  display: inline-block;
  text-decoration: none;
  color: #333333;
  font-family: "Hina Mincho", serif;
  letter-spacing: .12em;
  line-height: 5rem;
  padding-right: 3rem;
  position: relative;
  transition: color .2s cubic-bezier(0, 0.55, 0.45, 1)
}

.l_header__cart a svg {
  transition: fill .2s cubic-bezier(0, 0.55, 0.45, 1)
}

.l_header__cart a:hover {
  color: #999999
}

.l_header__cart a:hover svg {
  fill: #999999
}

.l_header__cart a::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  background-color: #C5CBD1;
  position: absolute;
  top: calc(50% + 0.1rem);
  right: 0
}

.nav--open .l_header__cart {
  position: fixed
}

.l_header__btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  text-align: center
}

.l_header__btn button {
  width: 100%;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  font-family: "Hina Mincho", serif;
  transition: all .3s cubic-bezier(0, 0.55, 0.45, 1)
}

.l_header__btn button .bar {
  display: block;
  width: 2.25rem;
  height: .625rem;
  margin: 0 auto;
  position: relative
}

.l_header__btn button .bar i {
  display: block;
  width: 1.875rem;
  height: 1px;
  background-color: #C5CBD1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: absolute;
  transition: background-color .3s cubic-bezier(0, 0.55, 0.45, 1)
}

.l_header__btn button .bar i:nth-child(1) {
  top: calc(50% - 5px);
  right: 0
}

.l_header__btn button .bar i:nth-child(2) {
  top: 50%;
  left: 0
}

.l_header__btn button .bar i:nth-child(3) {
  top: calc(50% + 5px);
  right: 0
}

.l_header__btn button .text {
  display: block;
  padding-top: .75rem;
  line-height: 1;
  letter-spacing: .12em;
  padding-left: .12em;
  transition: all .3s cubic-bezier(0, 0.55, 0.45, 1)
}

.l_header__btn button:hover {
  background-color: #C5CBD1
}

.l_header__btn button:hover .bar i {
  background-color: #fff
}

.nav--open .l_header__btn button .bar i:nth-child(1), .nav--open .l_header__btn button .bar i:nth-child(3) {
  top: 50%;
  right: 50%;
  margin-right: -0.9375rem
}

.nav--open .l_header__btn button .bar i:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.nav--open .l_header__btn button .bar i:nth-child(2) {
  opacity: 0
}

.nav--open .l_header__btn button .bar i:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.l_main {
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.l_main::-webkit-scrollbar {
  display: none
}

.l_main.-contents {
  padding-top: 19.375rem
}

.l_main__inner {
  background-color: #fff;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
  z-index: 1
}

.l_main__inner.-nopt {
  padding-top: 0
}

.l_main__inner.-nopb {
  padding-bottom: 0
}

@media screen and (max-width: 50em) {
  .l_main__inner {
    padding-top: 5rem;
    padding-bottom: 5rem
  }
}

.l_main__header {
  position: absolute;
  right: 3.75rem;
  top: 9.75rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  z-index: 2
}

@media screen and (max-width: 50em) {
  .l_main__header {
    right: 1.875rem
  }
}

.l_main__footer {
  min-height: 8.375rem;
  background-color: #F2F0ED
}

.l_main__header__en {
  font-family: "Hina Mincho", serif;
  font-size: 1.25rem;
  letter-spacing: .12em;
  line-height: 1
}

.l_main__header__ja {
  margin-top: 2.25rem;
  font-family: "Shippori Mincho", serif;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 1.25rem;
  letter-spacing: .4em;
  line-height: 1
}

.l_main__pager {
  padding: 5rem 0
}

.l_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background-color: #fff;
  opacity: 0;
  display: none;
  transition: opacity .2s cubic-bezier(0, 0.55, 0.45, 1)
}

.l_nav.show {
  display: block
}

.nav--open .l_nav {
  opacity: 1
}

.l_nav__inner {
  padding: 9.375rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  opacity: 0;
  transition: opacity .4s cubic-bezier(0, 0.55, 0.45, 1)
}

.nav--open .l_nav__inner {
  opacity: 1
}

@media screen and (max-width: 40em) {
  .l_nav__inner {
    padding: 29.8666666667vw 10.6666666667vw 29.8666666667vw 37.3333333333vw;
    box-sizing: border-box;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: 100%;
    overflow: scroll
  }
}

.l_nav__logo {
  width: 9.125rem
}

@media screen and (max-width: 40em) {
  .l_nav__logo {
    width: 33.6vw
  }
}

.l_nav__logoset {
  height: 7.5rem
}

@media screen and (max-width: 40em) {
  .l_nav__logoset {
    height: 41.3333333333vw
  }
  .l_nav__logoset .c_logoset__title {
    height: 27.4666666667vw
  }
  .l_nav__logoset .c_logoset__text {
    font-size: .375rem
  }
}

.l_nav__list {
  padding-left: 5rem;
  margin-top: -0.9375rem
}

.l_nav__list ul li a {
  display: block;
  color: #333333;
  text-decoration: none;
  letter-spacing: .06em;
  transition: color .2s cubic-bezier(0, 0.55, 0.45, 1)
}

.l_nav__list ul li a svg {
  transition: fill .2s cubic-bezier(0, 0.55, 0.45, 1)
}

.l_nav__list ul li a:hover {
  color: #999999
}

.l_nav__list ul li a:hover svg {
  fill: #999999
}

.l_nav__list ul.-main {
  font-size: 1rem;
  line-height: 2.5
}

.l_nav__list ul.-sub {
  font-size: .875rem;
  padding-top: 1.5625rem;
  line-height: 2.3
}

.l_nav__list ul.-sns {
  padding-top: 2.5rem
}

.l_nav__list ul.-sns li a {
  display: -webkit-flex;
  display: flex
}

.l_nav__list ul.-sns li a svg {
  width: 18px;
  height: 18px
}

.l_nav__list ul.-sns li a span {
  font-size: 1.125rem;
  line-height: 1
}

.l_nav__list ul.-sub, .l_nav__list ul.-sns {
  margin-top: 1.5625rem;
  position: relative
}

.l_nav__list ul.-sub:before, .l_nav__list ul.-sns:before {
  content: "";
  display: block;
  width: 2.375rem;
  height: 1px;
  background-color: #C5CBD1;
  position: absolute;
  top: 0;
  left: 0
}

@media screen and (max-width: 40em) {
  .l_nav__list {
    padding-left: 0
  }
  .l_nav__list ul.-main {
    margin-top: 3.125rem;
    padding-top: 1.25rem;
    position: relative
  }
  .l_nav__list ul.-main:before {
    content: "";
    display: block;
    width: 2.375rem;
    height: 1px;
    background-color: #C5CBD1;
    position: absolute;
    top: 0;
    left: 0
  }
}

.inquirySection>h1, .inquirySection>p {
  display: none
}

.inquirySection dt {
  margin-top: 2em;
  margin-bottom: .5em;
  font-size: .875rem;
  letter-spacing: .06em;
  line-height: 1.6;
  position: relative
}

.inquirySection dt:before {
  content: "";
  display: block;
  width: 2.375rem;
  height: 1px;
  background-color: #C5CBD1;
  position: absolute;
  top: .8em;
  left: -3rem
}

@media screen and (max-width: 40em) {
  .inquirySection dt {
    padding-left: 2rem
  }
  .inquirySection dt:before {
    left: 0;
    width: 1.5rem
  }
}

.inquirySection input, .inquirySection textarea {
  box-sizing: border-box;
  border: 1px solid #C5CBD1;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.inquirySection input {
  width: min(100%, 32.125rem);
  height: 2.5rem;
  padding: 0 .625rem
}

.inquirySection input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 25rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-decoration: none;
  border: none;
  padding: 0 1.25rem;
  text-align: left;
  color: #fff;
  font-size: .875rem;
  letter-spacing: .06em;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  cursor: pointer;
  background-color: #4E5257;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  background-size: 22px auto;
  transition: background-color .1s
}

.inquirySection input[type=submit]:hover {
  background-color: #999999
}

.inquirySection textarea {
  width: 100%;
  height: 14rem;
  padding: .625rem
}

.control-panel {
  margin-top: 1.875rem
}

.p_home__mainvisual {
  position: relative;
  height: 117.1875vw;
  z-index: 2
}

@media screen and (max-width: 50em) {
  .p_home__mainvisual {
    height: 413.3333333333vw
  }
}

.p_home__mainvisual__title {
  position: absolute;
  right: 18.75vw;
  top: 23.4375vw;
  width: 9.25rem;
  height: 13.75rem;
  z-index: 11;
  opacity: 0;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: .4em;
  line-height: 1
}

.p_home__mainvisual__title p {
  margin-left: 1.5rem
}

.p_home__mainvisual__title p:nth-child(2) {
  margin-left: 1.875rem
}

.p_home__mainvisual__title p span {
  display: inline-block
}

@media screen and (max-width: 80em) {
  .p_home__mainvisual__title {
    font-size: 1.25vw;
    width: 11.5625vw;
    height: 17.1875vw
  }
  .p_home__mainvisual__title p {
    margin-left: 1.875vw
  }
  .p_home__mainvisual__title p:nth-child(2) {
    margin-left: 2.34375vw
  }
  .p_home__mainvisual__title p:last-child {
    margin-left: 0
  }
}

@media screen and (max-width: 50em) {
  .p_home__mainvisual__title {
    right: 7.4666666667vw;
    top: 150.9333333333vw;
    font-size: 3.7333333333vw;
    width: auto;
    height: auto
  }
  .p_home__mainvisual__title p {
    display: inline;
    line-height: 2.6;
    margin-left: 4.2666666667vw
  }
  .p_home__mainvisual__title p:nth-child(2) {
    margin-left: 4.2666666667vw
  }
  .p_home__mainvisual__title p:after {
    content: "\a";
    white-space: pre
  }
  .p_home__mainvisual__title p:nth-child(3):after {
    display: none
  }
}

.p_home__mainvisual__text {
  position: absolute;
  left: 17.734375vw;
  top: 72.265625vw;
  font-size: 1.25rem;
  letter-spacing: .04em;
  line-height: 1.4;
  font-family: "Hina Mincho", serif;
  z-index: 21
}

@media screen and (max-width: 80em) {
  .p_home__mainvisual__text {
    font-size: 1.5625vw
  }
}

@media screen and (max-width: 50em) {
  .p_home__mainvisual__text {
    left: 12vw;
    top: 373.3333333333vw;
    font-size: 4.2666666667vw;
    width: auto;
    height: auto
  }
}

.p_home__animetext p span {
  display: inline-block
}

.p_home__mainvisual__ig {
  position: absolute;
  right: 2.34375vw;
  top: max(100vh - 1.875vw, 52.890625vw);
  z-index: 11;
  -webkit-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%
}

.p_home__mainvisual__ig a svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

@media screen and (max-width: 50em) {
  .p_home__mainvisual__ig {
    display: none
  }
}

.p_home__mainvisual__nami {
  position: absolute;
  font-size: 0;
  z-index: 20
}

.p_home__mainvisual__nami.-nami_1 {
  width: 30.3125vw;
  top: 29.21875vw;
  left: -1.328125vw
}

.p_home__mainvisual__nami.-nami_2 {
  width: 33.4375vw;
  top: 75.546875vw;
  left: 16.875vw
}

.p_home__mainvisual__nami.-nami_3 {
  width: 29.765625vw;
  top: 36.09375vw;
  right: -2.65625vw
}

.p_home__mainvisual__nami.-nami_4 {
  width: 28.515625vw;
  top: 99.765625vw;
  left: 3.671875vw
}

.p_home__mainvisual__nami.-nami_5 {
  width: 25.78125vw;
  bottom: 5.46875vw;
  right: 8.4375vw
}

.p_home__mainvisual__nami img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%
}

@media screen and (max-width: 50em) {
  .p_home__mainvisual__nami.-nami_1 {
    width: 103.4666666667vw;
    top: 74.6666666667vw;
    left: -56.2666666667vw
  }
  .p_home__mainvisual__nami.-nami_2 {
    width: 114.1333333333vw;
    top: 400vw;
    left: 9.3333333333vw
  }
  .p_home__mainvisual__nami.-nami_3 {
    width: 101.6vw;
    top: 117.8666666667vw;
    left: 42.4vw
  }
  .p_home__mainvisual__nami.-nami_4 {
    width: 92.8vw;
    top: 541.3333333333vw;
    right: -11.2vw;
    left: auto
  }
  .p_home__mainvisual__nami.-nami_5 {
    width: 88vw;
    bottom: -24vw;
    right: -2.6666666667vw
  }
}

.p_home__mainvisual__image {
  position: absolute;
  font-size: 0;
  z-index: 10;

}

.p_home__mainvisual__image img {
  width: 100%;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

.p_home__mainvisual__image.-size_1 {
  width: 31.25vw
}

.p_home__mainvisual__image.-size_2 {
  width: 25vw
}

.p_home__mainvisual__image.-size_3 {
  width: 18.75vw
}

.p_home__mainvisual__image.-size_4 {
  width: 12.5vw
}

.p_home__mainvisual__image.-img_1_1 {
  top: 8.75vw;
  left: calc(50% - 17.96875vw);
  z-index: 2
}

.p_home__mainvisual__image.-img_1_2 {
  top: -3.75vw;
  left: calc(50% + 10.15625vw);
  z-index: 1
}

.p_home__mainvisual__image.-img_2_1 {
  top: 27.5vw;
  left: -3.515625vw;
  z-index: 1
}

.p_home__mainvisual__image.-img_2_2 {
  top: 47.265625vw;
  left: 11.71875vw;
  z-index: 2
}

.p_home__mainvisual__image.-img_3_1 {
  top: 16.09375vw;
  right: -7.03125vw
}

.p_home__mainvisual__image.-img_4_1 {
  top: 57.96875vw;
  left: 56.328125vw;
  z-index: 2
}

.p_home__mainvisual__image.-img_4_2 {
  bottom: 0vw;
  left: 77.34375vw;
  z-index: 1
}

.p_home__mainvisual__image.-img_5_1 {
  top: 87.03125vw;
  left: 14.0625vw
}

.p_home__mainvisual__image.-img_6_1 {
  bottom: -3.125%;
  right: -9.375%
}

@media screen and (max-width: 50em) {
  .p_home__mainvisual__image.-size_1 {
    width: 64vw
  }
  .p_home__mainvisual__image.-size_2 {
    width: 64vw
  }
  .p_home__mainvisual__image.-size_3 {
    width: 42.6666666667vw
  }
  .p_home__mainvisual__image.-size_4 {
    width: 32vw
  }
  .p_home__mainvisual__image.-img_1_1 {
    top: 46.9333333333vw;
    left: calc(50% - 27.47vw)
  }
  .p_home__mainvisual__image.-img_1_2 {
    display: none;
    top: -12.8vw;
    left: calc(50% + 10.15625vw)
  }
  .p_home__mainvisual__image.-img_2_1 {
    top: 134.1333333333vw;
    left: -10.6666666667vw;
    z-index: 2
  }
  .p_home__mainvisual__image.-img_2_2 {
    top: 180.2666666667vw;
    left: 22.6666666667vw
  }
  .p_home__mainvisual__image.-img_3_1 {
    top: 0;
    left: calc(100% - 6.13vw)
  }
  .p_home__mainvisual__image.-img_4_1 {
    top: 243.7333333333vw;
    left: 40vw
  }
  .p_home__mainvisual__image.-img_4_2 {
    bottom: auto;
    top: 328.8vw;
    left: 23.4666666667vw
  }
  .p_home__mainvisual__image.-img_4_2.-size_3 {
    width: 32vw
  }
  .p_home__mainvisual__image.-img_5_1 {
    top: 252.2666666667vw;
    left: -12.5333333333vw
  }
  .p_home__mainvisual__image.-img_6_1 {
    display: none;
    bottom: -10.6666666667%;
    right: -32%
  }
}

.p_home__about {
  margin-top: -17.1875vw;
  padding-top: 11.5625vw;
  padding-bottom: 11.5625vw;
  position: relative;
  z-index: 1
}

.p_home__about.pages {
  padding-bottom: 0vw;
}

.sp{
  display: none;
}

@media screen and (max-width: 50em) {
  .pc{
    display: none;
  }
  .sp{
    display: inline-block;
  }
}

@media screen and (max-width: 50em) {
  .p_home__about {
    margin-top: 0;
    padding-top: 0;
    overflow: hidden
  }
}

.p_home__about__layout {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

@media screen and (max-width: 50em) {
  .p_home__about__layout {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.p_home__about__image {
  width: 47.34375vw;
  font-size: 0;
  overflow: hidden
}

.p_home__about__image img {
  width: 100%
}

@media screen and (max-width: 50em) {
  .p_home__about__image {
    width: 100%
  }
}

.p_home__about__text {
  padding-left: 7.03125vw;
  max-width: 23rem
}
.p_home__about__text.pages {
  max-width: 50rem;
}


@media screen and (max-width: 50em) {
  .p_home__about__text {
    width: auto;
    box-sizing: border-box;
    padding-top: 32vw;
    padding-bottom: 32vw;
    padding-left: 9.6vw;
    padding-right: 9.6vw;
    max-width: inherit
  }
}

.p_home__about__text__copy {
  margin-top: 6.71875vw;
  font-size: 1.125rem;
  letter-spacing: .2em;
  line-height: 2.2
}

@media screen and (max-width: 50em) {
  .p_home__about__text__copy {
    margin-top: 13.3333333333vw
  }
}

.p_home__about__text__main {
  margin-top: 3.59375vw;
  font-size: .875rem;
  letter-spacing: .06em;
  line-height: 2
}

@media screen and (max-width: 50em) {
  .p_home__about__text__main {
    margin-top: 9.6vw
  }
}

.p_home__news {
  padding: 7rem 0
}

.p_home__news__layout {
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin-right: -3.25rem
}

@media screen and (max-width: 50em) {
  .p_home__news__layout {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-right: 0
  }
}

.p_home__news__title {
  width: 1.25rem
}

.p_home__news__content {
  padding-left: 5.625vw;
  -webkit-flex: 1;
  flex: 1
}

@media screen and (max-width: 50em) {
  .p_home__news__content {
    padding-left: 0;
    margin-top: 17.0666666667vw
  }
}

@media screen and (max-width: 50em) {
  .p_home__news__entitle.c_k {
    position: absolute;
    top: -0.125rem;
  }
}

.p_home__news__viewmore {
  position: absolute !important;
  top: -0.125rem;
  right: 0
}

@media screen and (max-width: 50em) {
  .p_home__news__viewmore {
    display: none
  }
}

.p_home__news__list {
  margin-top: 4.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5.7815845824%
}

@media screen and (max-width: 50em) {
  .p_home__news__list {
    margin-top: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: inherit;
    flex-wrap: inherit;
    gap: 16vw
  }
}

.p_home__news__list__item {
  width: 47.1092077088%
}

.p_home__news__list__item a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 1.3125rem;
  color: inherit;
  text-decoration: none;
  transition: color .2s cubic-bezier(0, 0.55, 0.45, 1)
}

.p_home__news__list__item a svg {
  transition: fill .2s cubic-bezier(0, 0.55, 0.45, 1)
}

.p_home__news__list__item a:hover {
  color: #999999
}

.p_home__news__list__item a:hover svg {
  fill: #999999
}

@media screen and (max-width: 50em) {
  .p_home__news__list__item {
    width: auto
  }
  .p_home__news__list__item a {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.p_home__news__list__image {
  width: 45.4545%;
  background-color: #C5CBD1;
  position: relative
}

.p_home__news__list__image:before {
  content: "";
  display: block;
  padding-top: 81.300813%
}

.p_home__news__list__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%
}

@media screen and (max-width: 50em) {
  .p_home__news__list__image {
    width: 100%
  }
}

.p_home__news__list__text {
  -webkit-flex: 1;
  flex: 1;
  font-size: .875rem
}

@media screen and (max-width: 50em) {
  .p_home__news__list__text {
    margin-top: 2.6666666667vw
  }
}

.p_home__set {
  padding: 11.875vw 0 8.59375vw;
  background-color: #fff
}

@media screen and (max-width: 50em) {
  .p_home__set {
    padding: 29.8666666667vw 0 16vw
  }
}

.p_home__set__list__item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  gap: 7.7868852459%;
  margin-top: 7.8125vw
}

.p_home__set__list__item:first-child {
  margin-top: 0
}

.p_home__set__list__item.-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse
}

@media screen and (max-width: 50em) {
  .p_home__set__list__item {
    margin-top: 21.3333333333vw;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .p_home__set__list__item:first-child {
    margin-top: 0
  }
  .p_home__set__list__item.-reverse {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.p_home__set__list__description {
  width: 30.737704918%
}

.p_home__set__list__description .text {
  font-size: .875rem;
  line-height: 2.2;
  letter-spacing: .06em
}

.p_home__set__list__description .link {
  margin-top: 3.125rem;
  margin-left: auto
}

@media screen and (max-width: 50em) {
  .p_home__set__list__description {
    width: auto;
    margin-top: 15.6666666667vw
  }
  .p_home__set__list__description .link {
    margin-top: 5.3333333333vw
  }
}

.p_home__set__list__image {
  width: 61.4754098361%;
  position: relative
}

.p_home__set__list__image h3 {
  position: absolute;
  left: 1.5em;
  top: -2em;
  z-index: 10
}

.p_home__set__list__image a {
  display: block;
  color: #333333
}

@media screen and (max-width: 50em) {
  .p_home__set__list__image {
    width: auto
  }
}

.home__set__caption {
  margin-top: 5vw;
  text-align: right;
  font-size: .75rem;
  letter-spacing: .06em
}

@media screen and (max-width: 50em) {
  .home__set__caption {
    margin-top: 23.4666666667vw
  }
}

.p__home__howto {
  padding: 8.984375vw 0 14.375vw
}

@media screen and (max-width: 50em) {
  .p__home__howto {
    padding: 24.5333333333vw 0 39.4666666667vw
  }
  .p__home__howto .u_wrap.--l {
    padding-left: 0;
    padding-right: 0
  }
}

.p__home__howto__title {
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.3;
  letter-spacing: .2em
}

.p__home__howto__title__k {
  margin-top: 1.25rem;
  text-align: center
}

.p__home__howto__list {
  margin-top: 6.71875vw
}

@media screen and (max-width: 50em) {
  .p__home__howto__list {
    margin-top: 24vw;
    padding-left: 13.3333333333vw;
    padding-right: 6.4vw
  }
}

.p__home__howto__list__item::before {
  content: "0" counter(num);
  display: block;
  position: absolute;
  font-size: 2rem;
  font-family: "Hina Mincho", serif;
  left: -0.75em;
  top: -1em;
  letter-spacing: .1em;
  line-height: 1
}

@media screen and (max-width: 50em) {
  .p__home__howto__list__item {
    margin-top: 30.9333333333vw
  }
  .p__home__howto__list__item:first-child {
    margin-top: 0
  }
}

.p__home__howto__list__title {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: absolute;
  font-size: 1.25rem;
  letter-spacing: .2em;
  line-height: 1;
  left: calc(-1em + 2px);
  top: .625vw;
  z-index: 10
}

.p__home__howto__list__title em {
  font-style: normal;
  font-size: .8em;
  margin-top: .8em
}

@media screen and (max-width: 50em) {
  .p__home__howto__list__title {
    top: 2.1333333333vw
  }
}

.p__home__howto__list__text {
  margin-top: 1.25rem;
  font-size: .875rem;
  line-height: 2.285714286;
  letter-spacing: .05em;
  text-align:center;
}

@media screen and (max-width: 50em) {
  .p__home__howto__list__text {
    margin-top: .8em
  }
}

.l_article+.l_article {
  margin-top: 7.875rem
}

.l_article__header {
  position: relative;
  padding-top: 1.875rem;
  margin-bottom: 2.5rem;
  text-align: center
}

.l_article__header:before {
  content: "";
  display: block;
  width: 2.375rem;
  height: 1px;
  background-color: #C5CBD1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.l_article__header .date {
  font-size: .875rem
}

.l_article__header .title {
  margin-top: .75rem;
  font-size: 1.25rem
}

.l_article__eyecatch img {
  width: 100%;
  height: auto
}

.l_article__content {
  word-break: break-all;
  font-size: .875rem;
  letter-spacing: .06em;
  line-height: 2
}

.l_article__content h1, .l_article__content h2, .l_article__content h3, .l_article__content h4, .l_article__content h5, .l_article__content h6 {
  margin-top: 2em;
  margin-bottom: .5em;
  font-weight: bold;
  line-height: 1.6
}

.l_article__content h1 {
  font-size: 1.6em
}

.l_article__content h2 {
  font-size: 1.4em
}

.l_article__content h3 {
  font-size: 1.2em
}

.l_article__content>figure {
  margin-top: 3em;
  margin-bottom: 3em
}

.l_article__content p {
  margin: 2em 0
}

.l_article__content img {
  display: inline;
  max-width: 100%;
  width: auto;
  height: auto
}

.l_article__content img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.l_article__content img.alignleft {
  display: inline;
  float: left
}

.l_article__content img.alignright {
  display: inline;
  float: right
}

.l_article__content small {
  display: block;
  line-height: 1.4;
  margin-top: 5px
}

.l_article__content hr {
  height: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 1em 0;
  background-color: #C5CBD1;
  width: 100%;
  border: none
}

.l_article__content iframe {
  max-width: 100%
}

.l_article__content ul {
  margin: 2em 0;
  margin-left: 1.4em
}

.l_article__content ul li {
  margin-top: 1em;
  list-style-type: disc
}

.l_article__content dl dt {
  margin-bottom: .5em
}

.l_article__content dl dd+dt {
  margin-top: 2em
}

.l_article__content blockquote {
  margin: 2em 0;
  padding: 20px 30px;
  background-color: rgba(0, 0, 0, .2);
  line-height: 2
}

.l_article__content blockquote strong {
  font-size: 1.2em
}

.l_article__content blockquote cite {
  font-style: normal
}

.l_article__content figcaption {
  margin-top: 5px;
  font-size: .8em
}

.l_article__content .wp-block-media-text {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.l_article__content .wp-block-media-text.has-media-on-the-right {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse
}

@media screen and (max-width: 50em) {
  .l_article__content .wp-block-media-text {
    -webkit-flex-direction: column;
    flex-direction: column
  }
  .l_article__content .wp-block-media-text.has-media-on-the-right {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.l_article__content .wp-block-media-text__media, .l_article__content .wp-block-media-text__content {
  width: calc(50% - 20px)
}

@media screen and (max-width: 50em) {
  .l_article__content .wp-block-media-text__media, .l_article__content .wp-block-media-text__content {
    width: auto
  }
}

.l_article__content .wp-block-embed-youtube {
  text-align: center
}

@media screen and (max-width: 50em) {
  .l_article__content .has-large-font-size {
    font-size: 2em
  }
}

.l_product__main {
  padding-bottom: 3.125rem
}

.l_product__main__layout {
  display: -webkit-flex;
  display: flex;
  gap: 6.2962962963%
}

@media screen and (max-width: 50em) {
  .l_product__main__layout {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.l_product__image {
  width: 55.5555555556%;
  font-size: 0
}

.l_product__image img {
  height: auto
}

@media screen and (max-width: 50em) {
  .l_product__image {
    width: auto
  }
}

.l_product__image__sub {
  margin-top: 1.25rem;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: .625rem
}

.l_product__image__sub__item {
  width: calc(12.5% - 8.75px) !important;
  cursor: pointer
}

@media screen and (max-width: 50em) {
  .l_product__image__sub__item {
    width: calc(20% - 8px) !important
  }
}

.l_product__info {
  width: 37.037037037%
}

@media screen and (max-width: 50em) {
  .l_product__info {
    width: auto;
    margin-top: 1.875rem
  }
}

.l_product__title {
  font-size: 1.25rem;
  letter-spacing: .02em
}

.l_product__price {
  margin-top: 1em;
  letter-spacing: .1em
}

.l_product__price small {
  margin-left: 1em;
  font-size: .75em;
  color: #999999
}

.l_product__box {
  margin-top: 2em;
  border: 1px solid #C5CBD1;
  padding: .9375rem;
  font-size: .875rem;
  letter-spacing: .1em
}

.l_product__caption {
  margin-top: 2em;
  color: #999999;
  font-size: .875rem;
  letter-spacing: .06em;
  line-height: 1.7
}

.l_product__caption a {
  text-decoration: none
}

.l_product__option {
  margin-top: 3em
}

.l_product__option .purchaseElement {
  margin-top: .625rem
}

.l_product__option .itemOption__name, .l_product__option .purchaseElement label {
  display: block;
  margin-bottom: .5em;
  font-size: .875rem
}

.l_product__option select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #C5CBD1;
  width: 100%;
  height: 3.125rem;
  font-family: "Shippori Mincho", serif;
  padding: 0 1.25rem;
  cursor: pointer;
  background-image: url("../img/icon-pulldown@2x.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) 50%;
  background-size: auto 8px;
  transition: border .1s
}

.l_product__option select:hover {
  border-color: #999999
}

.l_product__purchaseButton {
  margin-top: .625rem
}

.purchaseButton button, .purchaseButton a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 3.75rem;
  line-height: 3.75rem;
  text-decoration: none;
  padding: 0 1.25rem;
  text-align: left;
  color: #fff;
  font-size: .875rem;
  letter-spacing: .06em;
  font-family: "Shippori Mincho", serif;
  cursor: pointer;
  background-color: #4E5257;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  transition: background-color .1s
}

.purchaseButton button:hover, .purchaseButton a:hover {
  background-color: #999999
}

.purchaseButton button.purchaseButton__btn--requestRestockMail, .purchaseButton button.purchaseButton__btn--comingSoon, .purchaseButton a.purchaseButton__btn--requestRestockMail, .purchaseButton a.purchaseButton__btn--comingSoon {
  background-image: url("../img/icon-mail@2x.png");
  background-size: 22px auto
}

.purchaseButton button.purchaseButton__btn--addToCart, .purchaseButton a.purchaseButton__btn--addToCart {
  background-image: url("../img/icon-cart@2x.png");
  background-size: auto 24px
}

.l_product__links {
  margin-top: 2em
}

.l_product__links button {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 2.8125rem;
  font-size: .875rem;
  letter-spacing: .06em;
  cursor: pointer;
  line-height: 2.75rem;
  font-family: "Shippori Mincho", serif
}

.l_product__links__postage button {
  background-image: url("../img/icon-track@2x.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: auto 29px
}

.l_product__links__payment button {
  background-image: url("../img/icon-yen@2x.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: auto 36px
}

.l_product__illegalreport {
  margin-top: 2em;
  text-align: right;
  font-size: .75rem
}

.l_product__description {
  margin-top: 2em;
  padding-top: 2em;
  font-size: .875rem;
  line-height: 2;
  letter-spacing: .06em;
  position: relative
}

.l_product__description p {
  margin-top: 2em
}

.l_product__description p:first-child {
  margin-top: 0
}

.l_product__description:before {
  content: "";
  display: block;
  width: 2.375rem;
  height: 1px;
  background-color: #C5CBD1;
  position: absolute;
  top: 0;
  left: 0
}

.l_product__subinfo {
  padding: 4.75rem 0;
  background-color: #F2F0ED;
  font-size: .875rem
}

.l_product__subinfo__layout {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  gap: 7.65625%
}

.l_product__subinfo__layout .appsItemDetailCustom_3H2wgTmx #appsItemDetailCustomTag .appsItemDetailCustomTag_description {
  margin: 0;
  line-height: 2;
  letter-spacing: .06em;
  font-size: .875rem
}

@media screen and (max-width: 50em) {
  .l_product__subinfo__layout {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }
}

.l_product__checked {
  padding: 5.25rem 0
}

.l_product__checked__list {
  margin-top: 4.5rem
}

.l_toindex {
  padding: 5rem 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto
}

.l_toindex a {
  text-decoration: none;
  color: #333333;
  font-family: "Hina Mincho", serif;
  letter-spacing: .1em;
  line-height: 1.5
}

.l_toindex a:hover .icon {
  -webkit-animation: animation-scale 1s;
  animation: animation-scale 1s
}

.l_toindex .icon {
  width: 25px;
  height: 15px;
  margin: auto
}

.l_toindex .text {
  padding-top: 16px
}

@-webkit-keyframes animation-scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes animation-scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.l_shop__list {
  margin-top: -10.15625vw
}

.l_shop__list__item {
  margin-top: 10.15625vw
}

.l_shop__list__item a {
  display: block;
  text-decoration: none;
  color: #333333;
  position: relative
}

.l_shop__list__title {
  position: absolute;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  top: -1em;
  left: -1.2em;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: .2em;
  max-height: 18rem
}

@media screen and (max-width: 50em) {
  .l_shop__list__title {
    font-size: 1rem
  }
}

.c_row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8.3333333333%;
  counter-reset: num
}

.c_row.-smallgap {
  gap: 6.1224489796%
}

@media screen and (max-width: 50em) {
  .c_row {
    gap: 8vw 10%
  }
  .c_row.-smallgap {
    gap: 8vw 10%
  }
}

.c_row__col {
  counter-increment: num;
  position: relative
}

.c_row__col a {
  display: block;
  transition: color .2s cubic-bezier(0, 0.55, 0.45, 1)
}

.c_row__col a svg {
  transition: fill .2s cubic-bezier(0, 0.55, 0.45, 1)
}

.c_row__col a:hover {
  color: #999999
}

.c_row__col a:hover svg {
  fill: #999999
}

.c_row__col a:hover .c_row__image img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04)
}

.c_row__col.-col_3_2 {
  width: 27.7777777778%
}

@media screen and (max-width: 50em) {
  .c_row__col.-col_3_2 {
    width: 45%
  }
}

.c_row__col.-col_3_1 {
  width: 27.7777777778%
}

@media screen and (max-width: 50em) {
  .c_row__col.-col_3_1 {
    width: 100%
  }
}

.c_row__col.-col_4_2 {
  width: 20.4081632653%
}

@media screen and (max-width: 50em) {
  .c_row__col.-col_4_2 {
    width: 45%
  }
}

.c_row__col.-col_4_1 {
  width: 20.4081632653%
}

@media screen and (max-width: 50em) {
  .c_row__col.-col_4_1 {
    width: 100%
  }
}

.c_row__image {
  font-size: 0;
  overflow: hidden
}

.c_row__image img {
  display: block;
  width: 100%;
  height: auto;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s
}

.c_row__stitle {
  margin-top: 1em;
  font-size: .875rem;
  letter-spacing: .02em;
  line-height: 2;
  font-weight: bold
}

.c_row__subcopy {
  font-size: .875rem;
  letter-spacing: .02em;
  line-height: 2
}

.c_row__price {
  margin-top: 1em;
  font-size: .75rem;
  letter-spacing: .1em;
  color: #999999;
  line-height: 1
}

.l_product__price .soldout, .l_product__price .comingSoon, .l_product__price .preOrder, .l_product__price .lottery, .l_product__price .takeout, .l_product__price .community, .l_product__price .comingSoon, .c_row__price .soldout, .c_row__price .comingSoon, .c_row__price .preOrder, .c_row__price .lottery, .c_row__price .takeout, .c_row__price .community, .c_row__price .comingSoon {
  color: #B59464
}

.c_bg_white {
  background-color: #fff
}

.c_font_en {
  font-family: "Hina Mincho", serif
}

.c_font_jp {
  font-family: "Shippori Mincho", serif
}

.c_list_date {
  letter-spacing: .1em;
  font-family: "Hina Mincho", serif
}

.c_title {
  font-size: 1.25rem;
  letter-spacing: .06em
}

.c_link_ig a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: inherit;
  text-decoration: none;
  transition: color .2s cubic-bezier(0, 0.55, 0.45, 1)
}

.c_link_ig a svg {
  transition: fill .2s cubic-bezier(0, 0.55, 0.45, 1)
}

.c_link_ig a:hover {
  color: #999999
}

.c_link_ig a:hover svg {
  fill: #999999
}

.c_link_ig a svg {
  width: .875rem;
  height: .875rem
}

.c_link_ig a span {
  padding-left: .625rem;
  font-size: .875rem;
  letter-spacing: .12em;
  font-family: "Hina Mincho", serif
}

@media screen and (max-width: 50em) {
  .c_link_ig a svg {
    width: 6.4vw;
    height: 6.4vw
  }
  .c_link_ig a span {
    font-size: 1rem
  }
}

.c_k {
  position: relative
}

.c_k:before {
  content: "";
  display: block;
  width: 2.375rem;
  height: 1px;
  background-color: #C5CBD1;
  position: absolute;
  top: calc(50% + 0.1rem)
}

.c_k.-before {
  padding-left: 3rem
}

.c_k.-before:before {
  left: 0
}

.c_k.-after {
  padding-right: 3rem
}

.c_k.-after:before {
  right: 0
}

.c_section__title {
  font-size: 1.25rem;
  letter-spacing: .12em;
  line-height: 2;
}

.books{
  filter: drop-shadow(5px 5px 5px #aaa);
}

.p_pages__mainvisual{
  text-align: center;
  width:100%;
}
.p_pages__mainvisual img{
  filter: drop-shadow(5px 5px 5px #aaa);
  width:90%;
  padding:100px 0;

}



.c_section__title.-en {
  font-family: "Hina Mincho", serif
}

.c_section__title.-ja {
  letter-spacing: .2em;
  font-family: "Shippori Mincho", serif
}

.c_section__title.-tate {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl
}

.c_viewmore {
  position: relative;
  width: 8.5rem;
  height: 2.75rem
}

.c_viewmore a {
  display: inline-block;
  padding-right: 3.75rem;
  height: 100%;
  letter-spacing: .1em;
  font-family: "Hina Mincho", serif;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
  transition: color .2s cubic-bezier(0, 0.55, 0.45, 1)
}

.c_viewmore a svg {
  transition: fill .2s cubic-bezier(0, 0.55, 0.45, 1)
}

.c_viewmore a:hover {
  color: #999999
}

.c_viewmore a:hover svg {
  fill: #999999
}

.c_viewmore a::before, .c_viewmore a::after {
  content: "";
  display: block;
  position: absolute
}

.c_viewmore a::before {
  top: 1.0625rem;
  right: .875rem;
  width: 2.375rem;
  height: 1px;
  background-color: #C5CBD1;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}

.c_viewmore a::after {
  top: .1875rem;
  right: 0;
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 50%;
  border-width: 1px;
  border-color: #C5CBD1;
  border-style: solid
}

.c_viewmore a:hover::after {
  -webkit-animation: viewmore_hover_after .6s cubic-bezier(0, 0.55, 0.45, 1);
  animation: viewmore_hover_after .6s cubic-bezier(0, 0.55, 0.45, 1)
}

@-webkit-keyframes viewmore_hover_before {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes viewmore_hover_before {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@-webkit-keyframes viewmore_hover_after {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes viewmore_hover_after {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.c_logoset__title {
  width: 100%
}

.c_logoset__title a {
  display: block;
  width: 100%;
  height: 100%
}

.c_logoset__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0 0;
  object-position: 0 0
}

.c_logoset__text {
  margin-top: 2rem;
  font-size: .5625rem;
  line-height: 1.5;
  letter-spacing: .04em;
  font-family: "Hina Mincho", serif
}

.c_pager {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative
}

.c_pager a, .c_pager span {
  display: inline-block;
  text-decoration: none;
  color: var(--color-text-blue);
  font-family: "Hina Mincho", serif;
  font-size: 1.25rem;
  padding: 0 .6em;
  line-height: 1
}

.c_pager a.prev, .c_pager a.next, .c_pager span.prev, .c_pager span.next {
  padding: 2rem 2em 0;
  font-size: 1rem;
  letter-spacing: .1em;
  position: absolute
}

.c_pager a.prev:before, .c_pager a.next:before, .c_pager span.prev:before, .c_pager span.next:before {
  content: "";
  display: block;
  width: .75rem;
  height: .75rem;
  border-bottom: 1px solid #707070;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: absolute;
  top: .375rem;
  left: 50%;
  transition: border-color .2s cubic-bezier(0, 0.55, 0.45, 1)
}

.c_pager a.prev, .c_pager span.prev {
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.c_pager a.prev:before, .c_pager span.prev:before {
  margin-left: -0.1875rem;
  border-left: 1px solid #707070;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.c_pager a.next, .c_pager span.next {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.c_pager a.next:before, .c_pager span.next:before {
  margin-left: -0.5625rem;
  border-right: 1px solid #707070;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.c_pager a:hover.prev:before, .c_pager a:hover.next:before, .c_pager span:hover.prev:before, .c_pager span:hover.next:before {
  border-color: #C5CBD1
}

.c_pager span.current {
  color: #999999
}

.c_pager a[href] {
  color: #333333;
  transition: color .2s cubic-bezier(0, 0.55, 0.45, 1)
}

.c_pager a[href] svg {
  transition: fill .2s cubic-bezier(0, 0.55, 0.45, 1)
}

.c_pager a[href]:hover {
  color: #999999
}

.c_pager a[href]:hover svg {
  fill: #999999
}

.u_wrap {
  max-width: 61rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.625rem;
  padding-left: 5.625rem;
  position: relative
}

.u_wrap.--l {
  max-width: 67.5rem
}

.u_wrap.--m {
  max-width: 50rem
}

.u_wrap.--ms {
  max-width: 42.75rem
}

.u_wrap.--s {
  max-width: 37.5rem
}

@media screen and (max-width: 50em) {
  .u_wrap {
    padding-left: 9.6vw;
    padding-right: 9.6vw
  }
  .u_wrap .u_wrap.--s {
    padding-left: 0;
    padding-right: 0
  }
}

.u_ac {
  text-align: center
}

.u_ar {
  text-align: right
}

.u_al {
  text-align: left
}

.u_hidden {
  display: none
}

.u_text {
  word-break: break-all;
  font-size: .875rem;
  letter-spacing: .06em;
  line-height: 2
}

.u_text h1, .u_text h2, .u_text h3, .u_text h4, .u_text h5, .u_text h6 {
  margin-top: 2em;
  margin-bottom: .5em;
  font-weight: bold;
  line-height: 1.6
}

.u_text h1 {
  font-size: 1.6em
}

.u_text h2 {
  font-size: 1.4em
}

.u_text h3 {
  font-size: 1.2em
}

.u_text>figure {
  margin-top: 3em;
  margin-bottom: 3em
}

.u_text p {
  margin: 2em 0
}

.u_text img {
  display: inline;
  max-width: 100%;
  width: auto;
  height: auto
}

.u_text img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.u_text img.alignleft {
  display: inline;
  float: left
}

.u_text img.alignright {
  display: inline;
  float: right
}

.u_text small {
  display: block;
  line-height: 1.4;
  margin-top: 5px
}

.u_text hr {
  height: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 1em 0;
  background-color: #C5CBD1;
  width: 100%;
  border: none
}

.u_text iframe {
  max-width: 100%
}

.u_text ul {
  margin: 2em 0;
  margin-left: 1.4em
}

.u_text ul li {
  margin-top: 1em;
  list-style-type: disc
}

.u_text dl dt {
  margin-bottom: .5em
}

.u_text dl dd+dt {
  margin-top: 2em
}

.u_text blockquote {
  margin: 2em 0;
  padding: 20px 30px;
  background-color: rgba(0, 0, 0, .2);
  line-height: 2
}

.u_text blockquote strong {
  font-size: 1.2em
}

.u_text blockquote cite {
  font-style: normal
}

.u_text figcaption {
  margin-top: 5px;
  font-size: .8em
}

.u_text .wp-block-media-text {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.u_text .wp-block-media-text.has-media-on-the-right {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse
}

@media screen and (max-width: 50em) {
  .u_text .wp-block-media-text {
    -webkit-flex-direction: column;
    flex-direction: column
  }
  .u_text .wp-block-media-text.has-media-on-the-right {
    -webkit-flex-direction: column;
    flex-direction: column
  }
}

.u_text .wp-block-media-text__media, .u_text .wp-block-media-text__content {
  width: calc(50% - 20px)
}

@media screen and (max-width: 50em) {
  .u_text .wp-block-media-text__media, .u_text .wp-block-media-text__content {
    width: auto
  }
}

.u_text .wp-block-embed-youtube {
  text-align: center
}

@media screen and (max-width: 50em) {
  .u_text .has-large-font-size {
    font-size: 2em
  }
}
