*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
main,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: normal;
  border: 0;
  outline: 0;
  line-height: 1;
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
}

img {
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
}
@media only screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

em {
  font-weight: bold;
  font-style: normal;
}

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

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-family: inherit;
  color: inherit;
}

input {
  border: none;
  background: none;
}

img {
  image-rendering: high-quality;
}

body,
html {
  color: #333333;
  padding: 0;
  margin: 0;
  letter-spacing: 0.05em;
  font-family: "Zen Maru Gothic", serif;
}

.l-wrapper {
  position: relative;
  height: 100%;
}

.l-bg {
  position: fixed;
  background-color: #efdcb9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: background-color ease 1s;
  transition: background-color ease 1s;
  will-change: background-color;
  overflow: hidden;
}
.is-category-bird .l-bg {
  background-color: #c7e2f1;
}
.is-category-flower .l-bg {
  background-color: #d0e5c8;
}
.is-category-moon .l-bg {
  background-color: #cfccc8;
}
.is-category-multiple .l-bg {
  background-color: #f5d9d4;
}

.l-split {
  max-width: 1154px;
  position: relative;
  margin: 0 auto;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-top: 112px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: 504px 570px;
}
@media only screen and (min-width: 1441px) and (max-width: 1560px) {
  .l-split {
    width: 80vw;
    max-width: 1400px;
    grid-template-columns: 43.68% 49.39%;
  }
}
@media only screen and (min-width: 1561px) {
  .l-split {
    width: 80vw;
    max-width: 1400px;
    grid-template-columns: 43.68% 49.39%;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1560px) {
  .l-split {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .l-split {
    width: 96vw;
    grid-template-columns: 48% 47%;
  }
}
@media screen and (min-width: 768px) and (max-height: 820px) {
  .l-split {
    padding-top: calc(32px + 4vh);
  }
}
@media screen and (min-width: 768px) and (max-height: 760px) {
  .l-split {
    padding-top: calc(32px + 3vh);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .l-split {
    grid-template-columns: 47.5% 50%;
    margin-left: 3.5%;
    margin-right: 3.5%;
    width: 93%;
  }
}
@media only screen and (max-width: 768px) {
  .l-split {
    display: block;
    padding-top: 0;
  }
}

.l-splitleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  top: 122px;
  left: 0;
  z-index: 3;
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 768px) {
  .l-splitleft {
    position: relative;
    display: block;
    margin: 80px auto 0;
    top: 0;
    width: calc(100% - 32px);
  }
}
@media only screen and (max-width: 375px) {
  .l-splitleft {
    width: 92%;
  }
}
@media screen and (min-width: 768px) and (max-height: 820px) {
  .l-splitleft {
    top: calc(32px + 5vh);
  }
}

.l-splitright {
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 768px) {
  .l-splitright {
    position: relative;
    right: 0;
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
    padding: 0;
  }
}

.l-footer {
  margin-top: 120px;
  font-family: "Noto Sans JP", sans-serif;
}
.l-footer .pagetop {
  opacity: 1;
  bottom: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .l-footer .pagetop {
    bottom: 270px;
  }
}
.l-footer .pagetop a {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.l-footer .pagetop svg {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media print, screen and (min-width: 769px) {
  .l-footer .pagetop a:hover {
    background-color: #fff;
  }
  .l-footer .pagetop a:hover svg {
    fill: #222;
  }
}

/* l-footer
----------------------------------------------- */
.l-footer {
  position: relative;
  width: 100%;
  padding: 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 120px;
  font-family: "Noto Sans JP", sans-serif;
  border-top: 1px solid #ddd;
}
.l-footer .pagetop {
  position: absolute;
  right: 40px;
  bottom: 100px;
  z-index: 101;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .l-footer .pagetop {
    bottom: 236px;
  }
}
.l-footer .pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #222;
  border: 1px solid #222;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer .pagetop a svg {
  width: 10px;
  height: 20px;
  fill: #fff;
}
.l-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer__row:nth-child(1) {
  padding: 80px 40px 50px;
}
@media only screen and (max-width: 768px) {
  .l-footer__row:nth-child(1) {
    padding: 40px 16px 30px;
  }
}
.l-footer__row:last-child {
  padding: 38px 40px 40px;
  width: calc(100% - 32px);
  margin: 0 16px;
  border-top: 1px solid #ddd;
}
@media only screen and (max-width: 768px) {
  .l-footer__row:last-child {
    padding: 40px 0 80px;
  }
}
.l-footer__logo {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .l-footer__logo {
    margin-bottom: 30px;
  }
}
.l-footer__logo a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer__logo a img {
  width: 225px;
  height: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .l-footer__logo a img {
    width: 203px;
  }
}
.l-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .l-footer__link {
    gap: 40px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__link {
    margin-bottom: 33px;
    display: block;
    max-width: 280px;
    border-bottom: 1px solid #dddddd;
  }
}
.l-footer__linkitem {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer__linkitem a {
  padding: 10px 0;
  color: #222;
  font-size: 15px;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  display: block;
  letter-spacing: 0.01em;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 768px) {
  .l-footer__linkitem a {
    border-top: solid 1px #dddddd;
    font-size: 16px;
    padding: 20px 18px;
  }
}
.l-footer__linkitem a span {
  position: relative;
}
.l-footer__linkitem a span:before {
  display: block;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background-color: #222;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  will-change: transition;
  -webkit-transform: scale(0);
          transform: scale(0);
  content: "";
}
.l-footer__linkitem a:hover {
  color: #222;
  text-decoration: none;
}
.l-footer__linkitem a:hover span:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.l-footer__info {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 769px) {
  .l-footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__info {
    margin-bottom: 40px;
  }
}
.l-footer__infoitem a {
  display: block;
  color: #666;
  font-size: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  letter-spacing: 0.01em;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  will-change: transition;
}
@media print, screen and (min-width: 769px) {
  .l-footer__infoitem a:hover {
    color: #00a7e5;
    text-decoration: none;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__infoitem + .l-footer__infoitem {
    margin-top: 24px;
  }
}
.l-footer__copyright {
  color: #999;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* sns
----------------------------------------------- */
.sns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .sns {
    display: block;
  }
}
.sns__title {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: 0 40px 0 0;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 768px) {
  .sns__title {
    margin: 0 0 20px 0;
  }
}
.sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 30px;
}
.sns__listitem {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sns__listitem a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sns__listitem a svg,
.sns__listitem a img {
  display: block;
}
.sns__listitem a svg {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  will-change: fill;
}
.sns__listitem a img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  will-change: opacity;
}
.sns__listitem a.btn-twitter svg {
  width: 24px;
  height: 24px;
}
.sns__listitem a.btn-facebook svg {
  width: 24px;
  height: 24px;
}
.sns__listitem a.btn-youtube svg {
  width: 26px;
  height: 24px;
}
.sns__listitem a.btn-x svg {
  width: 24px;
  height: 24px;
}
@media print, screen and (min-width: 769px) {
  .sns__listitem a:hover.btn-facebook svg {
    fill: #3b579d;
  }
  .sns__listitem a:hover.btn-youtube svg {
    fill: #ff0000;
  }
  .sns__listitem a:hover.btn-niconico {
    opacity: 0.8;
  }
  .sns__listitem a:hover.btn-x {
    opacity: 0.5;
  }
  .sns__listitem a:hover.btn-niconico {
    opacity: 0.8;
  }
}

.svg-icon {
  display: none;
}

.modal {
  background-color: #fafafa;
  border-radius: 6px;
  will-change: opacity, visibility;
  width: calc(100% - 50px);
  height: 872px;
  max-width: 1240px;
  margin: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  will-change: transform;
}
@media only screen and (min-width: 1561px) {
  .modal {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 768px) {
  .modal {
    width: calc(100% - 16px);
    height: calc(100dvh - 3.45vw);
  }
}
@media screen and (max-height: 890px) {
  .modal {
    height: calc(100dvh - 3.45vw);
  }
}
.modal__inner {
  width: calc(100% - 50px);
  max-width: 960px;
  padding: 0;
  opacity: 0;
  margin: auto;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
@media screen and (max-height: 890px) {
  .modal__inner {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1560px) {
  .modal__inner {
    max-width: 1045px;
  }
}
@media only screen and (min-width: 1561px) {
  .modal__inner {
    max-width: 1045px;
  }
}
@media only screen and (max-width: 768px) {
  .modal__inner {
    width: calc(100% - 16px);
    padding: 50px 0 40px;
  }
}
.modal__main {
  display: block;
  margin: 0 auto;
  gap: 40px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .modal__left, .modal__right {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .modal__left {
    float: left;
    width: calc(100% - 446px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .modal__left {
    width: calc(50% - 1.388vw);
  }
}
@media print, screen and (min-width: 769px) {
  .modal__right {
    float: right;
    width: 430px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .modal__right {
    width: calc(50% - 1.388vw);
  }
}
.modal__sub {
  clear: both;
  padding-top: 40px;
}
.modal__item {
  width: calc(100% - 20px);
  height: 100vh;
  will-change: transition;
}
@media only screen and (max-width: 768px) {
  .modal__item {
    width: 100%;
    height: 100svh;
  }
}
.modal__item--size .modal__item__inner {
  width: 100vw;
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  .modal__item--size .modal__item__inner {
    width: 100%;
    padding: 20px 0;
  }
}
.modal__item--shop .modal__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.modal.is-open .modal__inner {
  opacity: 1;
  will-change: opacity;
}

.closebtn {
  height: 0;
  width: 0;
  position: sticky;
  left: calc(100% - 100px);
  top: 50px;
  z-index: 1;
}
@media screen and (max-height: 890px) {
  .closebtn {
    top: 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .closebtn {
    top: 25px;
    left: calc(100% - 75px);
  }
}
@media only screen and (max-width: 768px) {
  .closebtn {
    position: fixed;
    right: 67px;
    top: 33px;
    left: unset;
    bottom: unset;
    z-index: 999;
  }
}
.closebtn__inner {
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background-color: #efdcb9;
  position: relative;
  text-indent: -999px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.modal.is-category-dog .closebtn__inner {
  background: #efdcb9;
}
.modal.is-category-bird .closebtn__inner {
  background: #c7e2f1;
}
.modal.is-category-flower .closebtn__inner {
  background: #d0e5c8;
}
.modal.is-category-moon .closebtn__inner {
  background: #cfccc8;
}
.modal.is-category-multiple .closebtn__inner {
  background: #f5d9d4;
}
.closebtn__inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  border-radius: 48px;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  will-change: opacity;
}
.closebtn span:before, .closebtn span:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  display: block;
  background-color: #333333;
  width: 22px;
  height: 2.5px;
}
@media only screen and (max-width: 768px) {
  .closebtn span:before, .closebtn span:after {
    width: 18px;
    height: 2.5px;
  }
}
.closebtn span:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.closebtn span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.closebtn:hover .closebtn__inner:before {
  opacity: 0.2;
}

.information__label {
  font-size: 12px;
  color: #fff;
  padding: 4px 8px;
  display: inline-block;
  line-height: 1em;
  border-radius: 6px;
  font-weight: 500;
  line-height: 1.5;
}
.information__label.is-size-big {
  background-color: #60ade2;
}
.information__label.is-size-wide {
  background-color: #74c46e;
}
.information__label.is-size-mini {
  background-color: #fd8a8a;
}
.information__title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 4px;
}
.information__price {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
.information__price span {
  font-size: 13px;
}

.thumbnail {
  margin-top: 24px;
}
.thumbnail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 384px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .thumbnail__list {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .thumbnail__list {
    width: initial;
    white-space: nowrap;
    overflow: auto;
    display: block;
    font-size: 0;
  }
}
.thumbnail__item {
  width: 90px;
  height: 90px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.modal.is-category-dog .thumbnail__item {
  background: #efdcb9;
}
.modal.is-category-bird .thumbnail__item {
  background: #c7e2f1;
}
.modal.is-category-flower .thumbnail__item {
  background: #d0e5c8;
}
.modal.is-category-moon .thumbnail__item {
  background: #cfccc8;
}
.modal.is-category-multiple .thumbnail__item {
  background: #f5d9d4;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .thumbnail__item {
    max-width: 90px;
    max-height: 90px;
    width: 9.25vw;
    height: 9.25vw;
  }
}
@media only screen and (max-width: 768px) {
  .thumbnail__item {
    display: inline-block;
    margin-right: 8px;
  }
}
.thumbnail__item:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border: 0 solid rgba(0, 0, 0, 0);
  -webkit-transition: border-width 0.3s ease;
  transition: border-width 0.3s ease;
  will-change: border-width;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.modal.is-category-dog .thumbnail__item:before {
  border-color: #efdcb9;
}
.modal.is-category-bird .thumbnail__item:before {
  border-color: #c7e2f1;
}
.modal.is-category-flower .thumbnail__item:before {
  border-color: #d0e5c8;
}
.modal.is-category-moon .thumbnail__item:before {
  border-color: #cfccc8;
}
.modal.is-category-multiple .thumbnail__item:before {
  border-color: #f5d9d4;
}
.thumbnail__item.is-current::before {
  border-width: 4px;
}
@media print, screen and (min-width: 769px) {
  .thumbnail__item:hover::before {
    border-width: 4px;
  }
}
.thumbnail__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.slide {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .slide {
    margin-top: 40px;
  }
}
.slide__item__inner {
  height: 500px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .slide__item__inner {
    height: 340px;
  }
}
.slide__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slide img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 500px;
  max-height: 500px;
  height: 100%;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .slide img {
    max-width: calc(100% - 40px);
  }
}

.slideArrow {
  padding-top: 16px;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .slideArrow {
    max-width: 220px;
    padding-top: 24px;
  }
}
.slideArrow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slideArrow__item {
  display: block;
  width: 34px;
  height: 34px;
  background-color: #efdcb9;
  cursor: pointer;
  border-radius: 34px;
  font-size: 0;
  text-indent: -999px;
  background-image: url(../images/icon_arrow_slick.svg);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-image 0.3s ease, background-color 0.3s ease;
  transition: background-image 0.3s ease, background-color 0.3s ease;
  will-change: background-image, background-color;
  overflow: hidden;
  position: relative;
}
.modal.is-category-dog .slideArrow__item {
  background-color: #efdcb9;
}
.modal.is-category-bird .slideArrow__item {
  background-color: #c7e2f1;
}
.modal.is-category-flower .slideArrow__item {
  background-color: #d0e5c8;
}
.modal.is-category-moon .slideArrow__item {
  background-color: #cfccc8;
}
.modal.is-category-multiple .slideArrow__item {
  background-color: #f5d9d4;
}
.slideArrow__item:before {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 34px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  will-change: opacity;
}
@media print, screen and (min-width: 769px) {
  .slideArrow__item:hover:before {
    opacity: 0.2;
  }
}
.slideArrow__item--prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slideArrow__number {
  font-size: 16px;
  padding: 0 15px;
  width: 5em;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .slideArrow__number {
    font-size: 16px;
  }
}
.slideArrow__item:hover {
  background-color: #efdcb9;
}

.shoplist {
  background: #efdcb9;
  border-radius: 6px;
  padding: 24px;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .shoplist {
    padding: 24px 16px;
  }
}
@media only screen and (max-width: 768px) {
  .shoplist {
    padding: 40px 16px;
  }
}
.modal.is-category-dog .shoplist {
  background: #efdcb9;
}
.modal.is-category-bird .shoplist {
  background: #c7e2f1;
}
.modal.is-category-flower .shoplist {
  background: #d0e5c8;
}
.modal.is-category-moon .shoplist {
  background: #cfccc8;
}
.modal.is-category-multiple .shoplist {
  background: #f5d9d4;
}
.shoplist__title {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}
.shoplist__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 180px);
  gap: 16px 30px;
  width: 100%;
  margin: 16px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .shoplist__list {
    grid-template-columns: repeat(auto-fit, 150px);
    gap: 12px 16px;
  }
}
@media only screen and (max-width: 768px) {
  .shoplist__list {
    gap: 24px 8px;
    width: 100%;
    max-width: 328px;
    margin: 24px auto 0;
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 4px), 1fr));
  }
}

.shop {
  width: 180px;
  height: 50px;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  padding: 10px 18px;
  position: relative;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .shop {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .shop {
    width: 100%;
    max-width: 160px;
    height: 42px;
    margin: auto;
  }
}
.shop:before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
@media print, screen and (min-width: 769px) {
  .shop:hover:before {
    opacity: 0.5;
  }
}
.shop__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.shop__img img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  max-width: none;
}
.shop.is-hide {
  display: none;
}

.modal::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.1450980392);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 997;
  cursor: pointer;
  will-change: opacity;
}

.modal::backdrop,
.closebg {
  background-color: rgba(0, 0, 0, 0.1450980392);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 997;
  cursor: pointer;
  will-change: opacity;
}

*:focus-visible {
  outline: 2px solid #60ade2;
}

.skiplink {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
  z-index: 10000;
  padding: 10px;
}

.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fafafa;
  z-index: 9999;
}

.bgicon {
  position: absolute;
  width: 100%;
  max-width: 1400px;
  height: 100dvh;
  margin: auto;
  opacity: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
  will-change: transition;
}
@media only screen and (min-width: 1561px) {
  .bgicon {
    max-width: 1600px;
  }
}
body.is-category-dog .bgicon.bgicon--dog {
  opacity: 1;
}
body.is-category-bird .bgicon.bgicon--bird {
  opacity: 1;
}
body.is-category-flower .bgicon.bgicon--flower {
  opacity: 1;
}
body.is-category-moon .bgicon.bgicon--moon {
  opacity: 1;
}
body.is-category-multiple .bgicon.bgicon--multiple {
  opacity: 1;
}
.bgicon__item {
  display: block;
  position: absolute;
}
.bgicon__item img {
  width: 100%;
}
.bgicon__item:nth-child(1) img {
  -webkit-animation: iconanime-rotate 10s linear infinite forwards;
          animation: iconanime-rotate 10s linear infinite forwards;
}
.bgicon__item:nth-child(2) img {
  -webkit-animation: iconanime-rotate2 4s linear infinite forwards;
          animation: iconanime-rotate2 4s linear infinite forwards;
}
.bgicon__item:nth-child(3) img {
  -webkit-animation: iconanime-rotate2 4s linear infinite forwards;
          animation: iconanime-rotate2 4s linear infinite forwards;
}
.bgicon--dog .bgicon__item img {
  -webkit-transform-origin: center 69.6%;
          transform-origin: center 69.6%;
}
.bgicon--dog .bgicon__item:nth-child(1) {
  top: 45px;
  left: -8px;
  width: 190px;
  -webkit-transform: rotate(28.84deg);
          transform: rotate(28.84deg);
}
@media only screen and (max-width: 768px) {
  .bgicon--dog .bgicon__item:nth-child(1) {
    width: 120px;
    top: 173px;
    left: -18px;
  }
}
.bgicon--dog .bgicon__item:nth-child(1) img {
  -webkit-animation: iconanime-updown 6s linear infinite forwards;
          animation: iconanime-updown 6s linear infinite forwards;
}
.bgicon--dog .bgicon__item:nth-child(2) {
  top: 231px;
  left: 56px;
  width: 110px;
  -webkit-transform: rotate(5.48deg);
          transform: rotate(5.48deg);
}
@media only screen and (max-width: 768px) {
  .bgicon--dog .bgicon__item:nth-child(2) {
    width: 90px;
    top: 311px;
  }
}
.bgicon--dog .bgicon__item:nth-child(2) img {
  -webkit-animation: iconanime-updown2 3.5s linear infinite forwards;
          animation: iconanime-updown2 3.5s linear infinite forwards;
}
.bgicon--dog .bgicon__item:nth-child(3) {
  bottom: 71px;
  right: -23px;
  width: 153px;
  -webkit-transform: rotate(31.52deg);
          transform: rotate(31.52deg);
}
@media only screen and (max-width: 768px) {
  .bgicon--dog .bgicon__item:nth-child(3) {
    bottom: 130px;
    width: 90px;
    right: 20px;
  }
}
.bgicon--dog .bgicon__item:nth-child(3) img {
  -webkit-animation: iconanime-updown 6s linear infinite forwards;
          animation: iconanime-updown 6s linear infinite forwards;
}
.bgicon--bird .bgicon__item img {
  -webkit-transform-origin: center 76%;
          transform-origin: center 76%;
}
.bgicon--bird .bgicon__item:nth-child(1) {
  top: -46px;
  left: -78px;
  width: 225.5px;
  -webkit-transform: rotate(19.28deg);
          transform: rotate(19.28deg);
}
@media only screen and (max-width: 768px) {
  .bgicon--bird .bgicon__item:nth-child(1) {
    top: 34px;
    left: 1px;
    width: 120px;
  }
}
.bgicon--bird .bgicon__item:nth-child(1) img {
  -webkit-animation: iconanime-updown 6s linear infinite forwards;
          animation: iconanime-updown 6s linear infinite forwards;
}
.bgicon--bird .bgicon__item:nth-child(2) {
  top: 201px;
  left: 50px;
  width: 115px;
  -webkit-transform: rotate(-14.88deg);
          transform: rotate(-14.88deg);
}
@media only screen and (max-width: 768px) {
  .bgicon--bird .bgicon__item:nth-child(2) {
    width: 75px;
  }
}
.bgicon--bird .bgicon__item:nth-child(2) img {
  -webkit-animation: iconanime-updown2 4s linear infinite forwards;
          animation: iconanime-updown2 4s linear infinite forwards;
}
.bgicon--bird .bgicon__item:nth-child(3) {
  bottom: 61px;
  right: 2px;
  width: 152px;
  -webkit-transform: rotate(22.72deg);
          transform: rotate(22.72deg);
}
@media only screen and (max-width: 768px) {
  .bgicon--bird .bgicon__item:nth-child(3) {
    width: 75px;
    bottom: 130px;
  }
}
.bgicon--bird .bgicon__item:nth-child(3) img {
  -webkit-animation: iconanime-updown 6s linear infinite forwards;
          animation: iconanime-updown 6s linear infinite forwards;
}
.bgicon--flower .bgicon__item:nth-child(1) {
  top: 19px;
  left: -44px;
  width: 200px;
}
.bgicon--flower .bgicon__item:nth-child(1) img {
  -webkit-animation: iconanime-rotate 15s linear infinite forwards;
          animation: iconanime-rotate 15s linear infinite forwards;
}
.bgicon--flower .bgicon__item:nth-child(2) {
  top: 230px;
  left: 77px;
  width: 103px;
  -webkit-transform: rotate(8.12deg);
          transform: rotate(8.12deg);
}
.bgicon--flower .bgicon__item:nth-child(2) img {
  -webkit-animation: iconanime-rotate2 8s linear infinite forwards;
          animation: iconanime-rotate2 8s linear infinite forwards;
}
.bgicon--flower .bgicon__item:nth-child(3) {
  bottom: 75px;
  right: -10px;
  width: 225px;
  -webkit-transform: rotate(5.8deg);
          transform: rotate(5.8deg);
}
@media only screen and (max-width: 768px) {
  .bgicon--flower .bgicon__item:nth-child(3) {
    width: 75px;
    bottom: 120px;
  }
}
.bgicon--flower .bgicon__item:nth-child(3) img {
  -webkit-animation: iconanime-rotate2 9s linear infinite forwards;
          animation: iconanime-rotate2 9s linear infinite forwards;
}
.bgicon--moon .bgicon__item:nth-child(1) {
  top: 34px;
  left: -60px;
  width: 212px;
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
}
@media only screen and (max-width: 768px) {
  .bgicon--moon .bgicon__item:nth-child(1) {
    top: 74px;
    left: 10px;
    width: 92px;
  }
}
.bgicon--moon .bgicon__item:nth-child(1) img {
  -webkit-animation: iconanime-moon 9s linear infinite forwards;
          animation: iconanime-moon 9s linear infinite forwards;
}
.bgicon--moon .bgicon__item:nth-child(2) {
  top: 133px;
  left: 104px;
  width: 31px;
  -webkit-transform: rotate(53deg);
          transform: rotate(53deg);
}
@media only screen and (max-width: 768px) {
  .bgicon--moon .bgicon__item:nth-child(2) {
    top: 103px;
    left: 74px;
    width: 25px;
  }
}
.bgicon--moon .bgicon__item:nth-child(2) img {
  -webkit-animation: iconanime-star 3s ease infinite forwards;
          animation: iconanime-star 3s ease infinite forwards;
}
.bgicon--moon .bgicon__item:nth-child(3) {
  bottom: 98px;
  right: -39px;
  width: 156px;
  -webkit-transform: rotate(15.12deg);
          transform: rotate(15.12deg);
}
@media only screen and (max-width: 768px) {
  .bgicon--moon .bgicon__item:nth-child(3) {
    right: 31px;
    width: 95px;
    bottom: 120px;
  }
}
.bgicon--moon .bgicon__item:nth-child(3) img {
  animation: iconanime-moon 6s linear infinite reverse;
}
.bgicon--moon .bgicon__item:nth-child(4) {
  bottom: 172px;
  right: -21px;
  width: 31px;
  -webkit-transform: rotate(-16.88deg);
          transform: rotate(-16.88deg);
}
@media only screen and (max-width: 768px) {
  .bgicon--moon .bgicon__item:nth-child(4) {
    right: 31px;
  }
}
.bgicon--moon .bgicon__item:nth-child(4) img {
  -webkit-animation: iconanime-star 2s ease infinite forwards;
          animation: iconanime-star 2s ease infinite forwards;
}
.bgicon--multiple .bgicon__item:nth-child(1) {
  top: 42px;
  left: -22px;
  width: 195px;
  -webkit-transform: rotate(16.88deg);
          transform: rotate(16.88deg);
}
@media only screen and (max-width: 768px) {
  .bgicon--multiple .bgicon__item:nth-child(1) {
    width: 100px;
    left: 20px;
  }
}
.bgicon--multiple .bgicon__item:nth-child(1) img {
  -webkit-animation: iconanime-carrot 10s ease infinite forwards;
          animation: iconanime-carrot 10s ease infinite forwards;
}
.bgicon--multiple .bgicon__item:nth-child(2) {
  top: 215px;
  left: 86px;
  width: 73px;
}
@media only screen and (max-width: 768px) {
  .bgicon--multiple .bgicon__item:nth-child(2) {
    top: 115px;
    left: 96px;
    width: 43px;
  }
}
.bgicon--multiple .bgicon__item:nth-child(3) {
  bottom: 73px;
  right: 5px;
  width: 147px;
}
@media only screen and (max-width: 768px) {
  .bgicon--multiple .bgicon__item:nth-child(3) {
    -webkit-transform: rotate(31deg);
            transform: rotate(31deg);
    bottom: 163px;
    width: 77px;
    right: 30px;
  }
}

@-webkit-keyframes iconanime-rotate {
  0% {
    -webkit-transform: translate(0, 0) scale(1) rotate(0deg);
            transform: translate(0, 0) scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0px) scale(0.9) rotate(40deg);
            transform: translate(0, 0px) scale(0.9) rotate(40deg);
  }
}

@keyframes iconanime-rotate {
  0% {
    -webkit-transform: translate(0, 0) scale(1) rotate(0deg);
            transform: translate(0, 0) scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0px) scale(0.9) rotate(40deg);
            transform: translate(0, 0px) scale(0.9) rotate(40deg);
  }
}
@-webkit-keyframes iconanime-rotate2 {
  0% {
    -webkit-transform: translate(0, 0) scale(1) rotate(0deg);
            transform: translate(0, 0) scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0px) scale(1.05) rotate(-40deg);
            transform: translate(0, 0px) scale(1.05) rotate(-40deg);
  }
}
@keyframes iconanime-rotate2 {
  0% {
    -webkit-transform: translate(0, 0) scale(1) rotate(0deg);
            transform: translate(0, 0) scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, 0px) scale(1.05) rotate(-40deg);
            transform: translate(0, 0px) scale(1.05) rotate(-40deg);
  }
}
@-webkit-keyframes iconanime-updown {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(0, -30px) scale(1.05);
            transform: translate(0, -30px) scale(1.05);
  }
}
@keyframes iconanime-updown {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(0, -30px) scale(1.05);
            transform: translate(0, -30px) scale(1.05);
  }
}
@-webkit-keyframes iconanime-updown2 {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(0, 30px) scale(1.1);
            transform: translate(0, 30px) scale(1.1);
  }
}
@keyframes iconanime-updown2 {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(0, 30px) scale(1.1);
            transform: translate(0, 30px) scale(1.1);
  }
}
@-webkit-keyframes iconanime-moon {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
@keyframes iconanime-moon {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
@-webkit-keyframes iconanime-star {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@keyframes iconanime-star {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@-webkit-keyframes iconanime-carrot {
  0% {
    -webkit-transform: translate(0, 0) scale(1) rotate(0deg);
            transform: translate(0, 0) scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, -25px) scale(1.05) rotate(-20deg);
            transform: translate(0, -25px) scale(1.05) rotate(-20deg);
  }
}
@keyframes iconanime-carrot {
  0% {
    -webkit-transform: translate(0, 0) scale(1) rotate(0deg);
            transform: translate(0, 0) scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0, -25px) scale(1.05) rotate(-20deg);
            transform: translate(0, -25px) scale(1.05) rotate(-20deg);
  }
}
.maintitle {
  display: block;
  text-align: center;
}
.maintitle__logo {
  width: 160px;
  display: block;
  margin: 0 auto 15px;
}
.maintitle__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 13px;
}
.maintitle__year {
  font-family: "Averia Serif Libre", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 43px;
  line-height: 1;
  letter-spacing: 0.05em;
  display: block;
}
.maintitle__name {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  display: block;
}
.maintitle__h1 {
  padding: 44px 44px 42px 44px;
  background-color: #fff;
  border-radius: 5px;
}
@media print, screen and (min-width: 769px) {
  .maintitle__h1 {
    width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .maintitle__h1 {
    padding: 30px;
  }
}

.lead {
  text-align: center;
  font-size: 13px;
  line-height: 2;
  font-weight: 400;
}

.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 68px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 570px;
  gap: 35px 1.2vw;
}
@media screen and (min-width: 768px) and (max-height: 820px) {
  .category {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-height: 760px) {
  .category {
    margin: 30px 0 0;
    gap: 25px 1.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .category {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px auto 0;
    max-width: 353px;
    gap: 20px 23.5px;
  }
}
.category__item {
  position: relative;
  width: calc(50% - 0.6vw);
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .category__item {
    width: 65px;
  }
}
.category__item.is-current {
  pointer-events: none;
}
.category__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7.5px;
  color: #333333;
  padding-right: 2.4em;
}
@media only screen and (max-width: 768px) {
  .category__link {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px;
  }
}
.category__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category__icon:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fff;
  z-index: -1;
  border-radius: 99px;
  border: 0 solid #fd8a8a;
  -webkit-transition: border-width 0.14s ease;
  transition: border-width 0.14s ease;
  will-change: border-width;
}
@media print, screen and (min-width: 769px) {
  .category__item.is-current .category__icon:after {
    border: 3px solid #fd8a8a;
  }
}
.category__icon__img {
  display: block;
  border-radius: 99px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  will-change: transform;
}
@media print, screen and (min-width: 769px) {
  .category__item:hover .category__icon__img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.category__text {
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .category__text {
    width: 100%;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .category__text__suffix {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .category__text__suffix {
    display: none;
  }
}
.category__arrow {
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/icon_arrow_pk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}
@media print, screen and (min-width: 769px) {
  .category__arrow {
    position: absolute;
    right: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .category__arrow {
    right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .category__arrow {
    position: relative;
    right: inherit;
  }
}
.category__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background-color: #fd8a8a;
  width: 36px;
  height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 40px;
  rotate: 6deg;
  top: -5px;
  left: 32px;
}

.sizeanchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #818181;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 40px auto 0;
  height: 44px;
  line-height: 44px;
  text-align: center;
  padding: 0 1em;
  border-radius: 6px;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  max-width: 570px;
  border: 0 solid #fd8a8a;
  -webkit-transition: border-width 0.14s ease;
  transition: border-width 0.14s ease;
  will-change: border-width;
}
@media screen and (min-width: 768px) and (max-height: 760px) {
  .sizeanchor {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .sizeanchor {
    max-width: 353px;
  }
}
@media print, screen and (min-width: 769px) {
  .sizeanchor:hover {
    border-width: 2px;
  }
}
.sizeanchor__arrow {
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/icon_arrow_br.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  margin-left: 16px;
}

.tocategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-color: #818181;
  color: #fff;
  position: fixed;
  bottom: 27px;
  right: 13px;
  font-size: 12px;
  line-height: 1.3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 500;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  will-change: opacity;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.tocategory.is-show {
  opacity: 1;
  pointer-events: visible;
}
@media print, screen and (min-width: 769px) {
  .tocategory {
    display: none;
  }
}

.calendarblock {
  background: #fff;
  -webkit-box-shadow: 0px 6.8px 6.8px 0px rgba(0, 0, 0, 0.062745098);
          box-shadow: 0px 6.8px 6.8px 0px rgba(0, 0, 0, 0.062745098);
  border-radius: 30px;
  position: relative;
  padding: 80px 16px;
}
@media only screen and (min-width: 1561px) {
  .calendarblock {
    padding: 80px 32px;
  }
}
@media only screen and (max-width: 768px) {
  .calendarblock {
    padding: 60px 16px;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}
.calendarblock + .calendarblock {
  margin-top: 62px;
}
.calendarblock__ring {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15%;
  width: calc(100% - 32px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -33px;
}
@media only screen and (max-width: 768px) {
  .calendarblock__ring {
    top: -23px;
    gap: 16.5%;
  }
}
.calendarblock__ring__item {
  display: block;
  width: 24px;
  height: 64px;
  border: 3px solid #efdcb9;
  border-radius: 16px;
  background-color: #fff;
  -webkit-transition: border-color 1s ease;
  transition: border-color 1s ease;
  will-change: border-color;
}
body.is-category-dog .calendarblock__ring__item {
  border-color: #efdcb9;
}
body.is-category-bird .calendarblock__ring__item {
  border-color: #c7e2f1;
}
body.is-category-flower .calendarblock__ring__item {
  border-color: #d0e5c8;
}
body.is-category-moon .calendarblock__ring__item {
  border-color: #cfccc8;
}
body.is-category-multiple .calendarblock__ring__item {
  border-color: #f5d9d4;
}
@media only screen and (max-width: 768px) {
  .calendarblock__ring__item {
    width: 20px;
    height: 48px;
  }
}

.h2 {
  font-size: 30px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .h2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .h2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 24px;
  }
}
.h2__icon {
  width: 70px;
  height: 70px;
  display: block;
  margin-right: 16px;
  -webkit-transition: scale 0.25s ease;
  transition: scale 0.25s ease;
  will-change: scale;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media only screen and (max-width: 768px) {
  .h2__icon {
    width: 50px;
    height: 50px;
    margin-right: 8px;
  }
}
.h2__icon.is-zoom {
  scale: 1.2;
}
.h2__icon img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 3px solid #f0eade;
  border-radius: 70px;
}
body.is-category-dog .h2__icon img {
  border-color: #efdcb9;
}
body.is-category-bird .h2__icon img {
  border-color: #c7e2f1;
}
body.is-category-flower .h2__icon img {
  border-color: #d0e5c8;
}
body.is-category-moon .h2__icon img {
  border-color: #cfccc8;
}
body.is-category-multiple .h2__icon img {
  border-color: #f5d9d4;
}
.h2__title {
  display: inline-block;
  line-height: 1.5;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .h2__title {
    width: calc(100% - 70px - 16px);
  }
}
@media only screen and (max-width: 768px) {
  .h2__title {
    width: calc(100% - 50px - 8px);
  }
}
.h2--multiple {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.h2--multiple .h2__title {
  margin-top: 8px;
  text-align: center;
  width: 100%;
}
.h2--normal {
  display: block;
}
.h2--normal .h2__title {
  width: 100%;
  text-align: center;
}

.selectbtn {
  text-align: center;
  color: #333333;
  border-radius: 6px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .selectbtn {
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .selectbtn {
    height: 50px;
  }
}
.selectbtn__inner {
  position: absolute;
  top: -55.5px;
  right: 0;
  z-index: 998;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .selectbtn__inner {
    left: 0;
    right: inherit;
    margin-top: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .selectbtn__inner {
    left: 0;
    right: inherit;
    margin-top: 70px;
  }
}
.selectbtn__default {
  border-radius: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 16px;
  border-top: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 32px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  background-color: #efdcb9;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .selectbtn__default {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .selectbtn__default {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.selectbtn__default span {
  width: 8px;
  height: 1.14px;
  display: block;
  background-color: #333333;
  position: absolute;
  right: 16px;
  -webkit-transition: rotate ease 0.3s, opacity ease 0.3s;
  transition: rotate ease 0.3s, opacity ease 0.3s;
}
.selectbtn__default span:nth-child(2) {
  rotate: 90deg;
}
.selectbtn.is-open .selectbtn__default {
  border-radius: inherit;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.selectbtn__list {
  display: none;
}
.selectbtn__item {
  padding: 10.5px 16px;
  font-size: 13px;
  color: #333333;
  font-weight: 700;
  border-top: 1px solid #aeaca8;
  background-color: #f2ede4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  will-change: transition;
  width: 100%;
  text-align: left;
  cursor: pointer;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .selectbtn__item {
    padding: 15px 16px;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  .selectbtn__item:hover {
    background-color: #fafafa;
  }
}

.selectbtn.is-open .selectbtn__list {
  display: block;
}
.selectbtn.is-open .selectbtn__inner {
  border-radius: 0;
}
.selectbtn.is-open .selectbtn__default span:nth-child(1) {
  rotate: 180deg;
}
.selectbtn.is-open .selectbtn__default span:nth-child(2) {
  rotate: 270deg;
  opacity: 0;
}

.selectbtn:not(.is-open) .selectbtn__default {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  will-change: transition;
}
@media print, screen and (min-width: 769px) {
  .selectbtn:not(.is-open) .selectbtn__default:hover {
    background-color: #f0eade;
  }
}

.panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px 18.5px;
  margin: 40px 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .panel {
    gap: 24px 1.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .panel {
    gap: 24px 2vw;
  }
}
.panel__item {
  display: block;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.062745098);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.062745098);
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  width: calc(33.33% - 12.3333333333px);
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  will-change: opacity;
}
@media only screen and (min-width: 769px) and (max-width: 1240px) {
  .panel__item {
    width: calc(33.33% - 0.8vw);
  }
}
@media only screen and (max-width: 768px) {
  .panel__item {
    width: calc(33.33% - 1.3333333333vw);
  }
}
@media print, screen and (min-width: 769px) {
  .panel__item:hover {
    opacity: 0.6;
  }
}
.panel__label {
  color: #fff;
  background-color: #60ade2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 26px;
  font-size: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
}
.panel__label.is-size-wide {
  background-color: #74c46e;
}
.panel__label.is-size-mini {
  background-color: #fd8a8a;
}
.panel__img {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
.panel__img__bg {
  background-size: cover;
  -webkit-filter: blur(6.08px) brightness(110%);
          filter: blur(6.08px) brightness(110%);
  display: block;
  position: absolute;
  scale: 1.05;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.panel__img__img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.panel__title {
  color: #333333;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  padding: 0.5em 1.111vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(4.2em + 30px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .panel__title {
    font-size: 12px;
    padding: 0.5em 1.111vw;
    min-height: 66px;
  }
}

.sizeblock {
  margin: 62px auto 0;
  padding: 18px 16px 0;
}
@media only screen and (min-width: 1561px) {
  .sizeblock {
    padding: 18px 32px 0;
  }
}
@media only screen and (max-width: 768px) {
  .sizeblock {
    max-width: 570px;
  }
}

.sizelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 14px;
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.sizelist__item {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sizelist__title {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 4px;
  text-align: center;
  border-radius: 5px;
}
.sizelist__item.is-size-big .sizelist__title {
  background-color: #60ade2;
}
.sizelist__item.is-size-wide .sizelist__title {
  background-color: #74c46e;
}
.sizelist__item.is-size-mini .sizelist__title {
  background-color: #fd8a8a;
}
.sizelist__size {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  display: block;
  line-height: 1.6;
  margin: 16px auto 8px;
}
.sizelist__thumb {
  width: 100%;
  border: 1px solid #333333;
  display: block;
  margin: 0 auto;
}
.sizelist__item.is-size-big .sizelist__thumb {
  width: 74.25%;
}
.sizelist__item.is-size-mini .sizelist__thumb {
  width: 45%;
}

.white {
  color: #fff;
}

.red {
  color: #c90101;
}

.pink {
  color: #f900de;
}

.bold,
.strong {
  font-weight: bold;
}

.small {
  font-size: 0.77em;
}
@media only screen and (max-width: 375px) {
  .small {
    font-size: 0.65em;
  }
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right,
.has-text-align-right,
.is-style-right {
  text-align: right;
}

.can-click {
  cursor: pointer;
}

.not-click {
  cursor: none;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

.mt0 {
  margin-top: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.js-anime--finish {
  will-change: unset !important;
}

@media print {
  .l-split {
    width: 96vw;
    grid-template-columns: 49% 50%;
  }
}/*# sourceMappingURL=main.min.css.map */