@charset "UTF-8";
/* mediaquery */
/* color */
/* font */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/* variable */
i {
  margin: auto 20px;
}

.pc {
  display: inherit !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit !important;
  }
}
/*---------------------------------------------------------------
common
-------------------------------------------------------------- */
html {
  font-size: 2.7vw;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    font-size: clamp(10px, 1vw, 16px);
  }
}

:target {
  scroll-margin-top: 50px;
}

body {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 180%;
  color: #fff;
  background: #4F5553;
  background-size: cover;
  background-position: center center;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
  position: relative;
}

a,
a:hover,
a:visited {
  color: #fff;
  text-decoration: none;
}

/* ローディング画面 */
#loading {
  position: fixed;
  inset: 0;
  background: #4F5553;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
}
#loading .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#loading .inner figure {
  opacity: 0;
}
#loading .inner figure.loading-img-a {
  width: 14rem;
}
#loading .inner figure.loading-img-b {
  width: 19rem;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  opacity: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/*-------------------------------
block
--------------------------------- */
.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inherit;
  }
}

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

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*-------------------------------
main
--------------------------------- */
.main {
  width: 100%;
  position: relative;
  z-index: 2;
}
.main .title {
  width: 24rem;
  height: 24rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 3;
  pointer-events: none;
}
.main .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.main .inner .slide {
  height: 100svh;
  position: relative;
  margin: 0;
  padding: 0;
}
.main .inner .slide .item {
  position: relative;
  height: 100%;
}
.main .inner .slide .item figure {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .inner .slide .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main .inner .slide > .slick-list, .main .inner .slide > .slick-list > .slick-track, .main .inner .slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}
.main .inner .slide .slide-animation {
  animation: fadezoom 8s 0s forwards;
}
@media screen and (min-width: 768px) {
  .main .inner .slide .slide-animation {
    animation: none;
  }
}
@keyframes fadezoom {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.main .inner .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #444A48;
  opacity: 0.2;
  mix-blend-mode: multiply;
  z-index: 1;
}

.content {
  position: relative;
}
.content .cloud_area {
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .cloud_area .cloud {
  position: absolute;
  opacity: 0.5;
  filter: brightness(0.6) contrast(2);
  will-change: transform;
  z-index: 1;
}
.content .cloud_area .cloud:nth-of-type(3n) {
  width: 16rem;
}
@media screen and (min-width: 768px) {
  .content .cloud_area .cloud:nth-of-type(3n) {
    width: 32rem;
  }
}
.content .cloud_area .cloud:nth-of-type(3n-1) {
  width: 20rem;
  animation-delay: 1.5s;
}
@media screen and (min-width: 768px) {
  .content .cloud_area .cloud:nth-of-type(3n-1) {
    width: 40rem;
  }
}
.content .cloud_area .cloud:nth-of-type(3n-2) {
  width: 24rem;
  animation-delay: 3s;
}
@media screen and (min-width: 768px) {
  .content .cloud_area .cloud:nth-of-type(3n-2) {
    width: 48rem;
  }
}
.content .cloud_area .cloud_1 {
  top: 1%;
  left: -5%;
}
.content .cloud_area .cloud_2 {
  top: 14%;
  right: -5%;
}
.content .cloud_area .cloud_3 {
  top: 18%;
  left: -5%;
}
.content .cloud_area .cloud_4 {
  top: 25%;
  right: -5%;
}
.content .cloud_area .cloud_5 {
  top: 33%;
  left: -5%;
}
.content .cloud_area .cloud_6 {
  top: 36%;
  right: -5%;
}
.content .cloud_area .cloud_7 {
  top: 45%;
  left: 15%;
}
.content .cloud_area .cloud_8 {
  top: 55%;
  right: -5%;
}
.content .cloud_area .cloud_9 {
  top: 56%;
  left: -5%;
}
.content .cloud_area .cloud_10 {
  top: 62%;
  right: 15%;
}
.content .cloud_area .cloud_11 {
  top: 74%;
  left: -5%;
}
.content .cloud_area .cloud_12 {
  top: 76%;
  right: -5%;
}
.content .cloud_area .cloud_13 {
  top: 84%;
  left: 15%;
}
.content .cloud_area .cloud_14 {
  top: 93%;
  right: -5%;
}
.content .cloud_area .cloud_15 {
  top: 96%;
  left: -5%;
}
.content section {
  padding: 8rem 1.6rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .content section {
    max-width: 1440px;
    padding: 8rem 6.4rem;
  }
}

/*-------------------------------
about
--------------------------------- */
section.about {
  width: 100%;
  margin: 0 auto;
}
section.about .copy {
  margin-bottom: 3.2rem;
  font-size: 3.2rem;
  font-family: abril-fatface, serif;
  line-height: 1.5;
  display: block;
  text-align: center;
}
section.about .lead {
  margin-bottom: 3.2rem;
  font-size: 1.3rem;
  line-height: 2;
  display: block;
  text-align: center;
}
section.about .date {
  margin-bottom: 5.6rem;
  font-size: 2.2rem;
  line-height: 1.5;
  display: block;
  text-align: center;
}
section.about .date span {
  font-size: 1.4rem;
}
section.about ul.page_navi {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  section.about ul.page_navi {
    max-width: 1440px;
  }
}
section.about ul.page_navi li {
  width: calc((100% - 1.6rem) / 2);
  padding: 0;
  background: #444A48;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.about ul.page_navi li {
    width: calc((100% - 4.8rem) / 4);
  }
}
section.about ul.page_navi li a {
  display: block;
}
section.about ul.page_navi li a figure {
  width: 100%;
}
section.about ul.page_navi li a div {
  padding: 1.2rem 1.6rem 1.6rem;
  line-height: 100%;
  text-align: center;
}
section.about ul.page_navi li a div .en {
  margin-bottom: 0.8rem;
  font-size: 2.2rem;
  font-family: abril-fatface, serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  section.about ul.page_navi li a div .en {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
}
section.about ul.page_navi li a div .jp {
  font-size: 1rem;
  line-height: 1;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*-------------------------------
item
--------------------------------- */
.item {
  width: 100%;
  margin: 0 auto;
  /* category_main_img */
}
.item article {
  padding: 6.4rem 0;
}
.item article .inner {
  max-width: 144rem;
  margin: auto;
  position: relative;
  /* item_list_area */
  /* weblimited */
}
@media screen and (min-width: 768px) {
  .item article .inner .flex {
    margin-bottom: 9.8rem;
    display: flex;
    gap: 6.4rem;
    align-items: center;
  }
}
.item article .inner .flex .category_img {
  margin-bottom: 3.2rem;
  aspect-ratio: 375/400;
  position: relative;
  display: block;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .item article .inner .flex .category_img {
    width: 60%;
  }
}
.item article .inner .flex .category_img li {
  position: absolute;
}
.item article .inner .flex .category_img li.img5 {
  width: 26.6666666667%;
  display: block;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item article .inner .flex .category_img li.img5 span {
  font-size: 13.6rem;
  color: #E27332;
  font-family: abril-fatface, serif;
  line-height: 1;
  display: inline-block;
}
.item article .inner .flex .detail {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .item article .inner .flex .detail {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .item article .inner .flex .detail {
    margin-bottom: 0;
  }
}
.item article .inner .flex .detail h2 {
  margin-bottom: 3.2rem;
  color: #E27332;
}
.item article .inner .flex .detail h2 .en {
  margin-bottom: 1.6rem;
  font-size: 5.4rem;
  font-family: abril-fatface, serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
}
.item article .inner .flex .detail h2 .jp {
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 0.2em;
}
.item article .inner .flex .detail .txt {
  font-size: 1.6rem;
  line-height: 2;
  display: block;
  white-space: pre-line;
}
.item article .inner .item_list_area {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 4rem;
  padding: 0 1.6rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.item article .inner .item_list_area .item_list {
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  margin: 0 auto;
  display: flex;
  gap: 1.6rem;
}
.item article .inner .item_list_area .item_list li {
  width: 14rem;
  flex: 0 0 auto;
}
.item article .inner .item_list_area .item_list li a {
  display: block;
}
.item article .inner .item_list_area .item_list li a figure {
  margin-bottom: 1.6rem;
}
.item article .inner .item_list_area .item_list li a .credit {
  line-height: 1.5;
}
.item article .inner .item_list_area .item_list li a .credit .name {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}
.item article .inner .item_list_area .item_list li a .credit .price {
  font-size: 1.6rem;
}
.item article .inner .item_list_area .item_list li a .credit .price span {
  font-size: 1rem;
}
.item article .inner .item_list_area .item_list li a .credit .txt {
  margin-top: 0.4rem;
  font-size: 1rem;
}
.item article .inner .weblimited {
  margin: 0 auto 4rem;
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 1.6rem;
}
@media screen and (min-width: 768px) {
  .item article .inner .weblimited {
    width: 48rem;
  }
}
.item article .inner .weblimited a {
  padding: 1.6rem;
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
.item article .inner .weblimited a figure {
  width: 14rem;
}
.item article .inner .weblimited a .credit {
  line-height: 1.5;
}
.item article .inner .weblimited a .credit .txt {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .item article .inner .weblimited a .credit .txt br {
    display: none;
  }
}
.item article .inner .weblimited a .credit .name {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .item article .inner .weblimited a .credit .name br {
    display: none;
  }
}
.item article .inner .weblimited a .credit .price {
  font-size: 1.6rem;
}
.item article .inner .weblimited a .credit .price span {
  font-size: 1rem;
}
.item article .inner a.btn {
  width: calc(100% - 3.2rem);
  max-width: 32rem;
  margin: auto;
  padding: 1.6rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #E27332;
  display: block;
  border-radius: 100vh;
  transition: background-color 0.4s ease;
}
.item article .inner a.btn:hover {
  background-color: rgb(232.3205128205, 145.5128205128, 94.6794871795);
}
.item article.kids_area h2 {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .item article.kids_area h2 {
    text-align: left;
  }
}
.item article.kids_area .category_img .img1 {
  width: 96%;
  transform: rotate(5deg);
  top: 28.75%;
  left: 8.5333333333%;
}
@media screen and (min-width: 768px) {
  .item article.kids_area .category_img .img1 {
    left: 0%;
  }
}
.item article.kids_area .category_img .img2 {
  width: 18.1333333333%;
  top: 2.5%;
  left: 40%;
}
.item article.kids_area .category_img .img3 {
  width: 26.6666666667%;
  top: -5%;
  right: 4.2666666667%;
}
.item article.kids_area .category_img .img4 {
  width: 21.3333333333%;
  bottom: 0%;
  left: 0%;
}
.item article.kids_area .category_img .img5 {
  top: -5%;
  left: 0%;
}
@media screen and (min-width: 768px) {
  .item article.kitchen_area .flex {
    margin-bottom: 9.8rem;
    display: flex;
    gap: 6.4rem;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.item article.kitchen_area .category_img .img1 {
  width: 96%;
  transform: rotate(-5deg);
  top: 28.75%;
  right: 8.5333333333%;
}
@media screen and (min-width: 768px) {
  .item article.kitchen_area .category_img .img1 {
    right: 0%;
  }
}
.item article.kitchen_area .category_img .img2 {
  width: 34.6666666667%;
  top: 7.5%;
  left: 4.2666666667%;
}
.item article.kitchen_area .category_img .img3 {
  width: 46.6666666667%;
  bottom: -11.25%;
  right: 21.3333333333%;
}
.item article.kitchen_area .category_img .img4 {
  width: 21.3333333333%;
  bottom: -2.5%;
  right: 0%;
}
.item article.kitchen_area .category_img .img5 {
  top: -5%;
  right: 0%;
}
.item article.pet_area h2 {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .item article.pet_area h2 {
    text-align: left;
  }
}
.item article.pet_area .category_img .img1 {
  width: 96%;
  transform: rotate(5deg);
  top: 28.75%;
  left: 8.5333333333%;
}
@media screen and (min-width: 768px) {
  .item article.pet_area .category_img .img1 {
    left: 0%;
  }
}
.item article.pet_area .category_img .img2 {
  width: 21.3333333333%;
  top: 2.5%;
  left: 40%;
}
.item article.pet_area .category_img .img3 {
  width: 29.3333333333%;
  top: -5%;
  right: 4.2666666667%;
}
.item article.pet_area .category_img .img4 {
  width: 32%;
  bottom: 0%;
  left: 4.2666666667%;
}
.item article.pet_area .category_img .img5 {
  top: -5%;
  left: 0%;
}
@media screen and (min-width: 768px) {
  .item article.nui_area .flex {
    margin-bottom: 9.8rem;
    display: flex;
    gap: 6.4rem;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.item article.nui_area .category_img .img1 {
  width: 96%;
  transform: rotate(-5deg);
  top: 28.75%;
  right: 8.5333333333%;
}
@media screen and (min-width: 768px) {
  .item article.nui_area .category_img .img1 {
    right: 0%;
  }
}
.item article.nui_area .category_img .img2 {
  width: 24%;
  top: 0%;
  left: 0%;
}
.item article.nui_area .category_img .img3 {
  width: 13.3333333333%;
  bottom: 0%;
  right: 10.6666666667%;
}
.item article.nui_area .category_img .img4 {
  width: 13.3333333333%;
  bottom: -10%;
  right: 0%;
}
.item article.nui_area .category_img .img5 {
  top: -5%;
  right: 0%;
}

footer {
  width: 100%;
  padding: 9.6rem 1.6rem;
  text-align: center;
}
footer .f_logo {
  width: 12rem;
  margin: 0 auto;
}
footer .f_logo a {
  margin: 0 auto;
  padding: 0;
  display: block;
}
footer .f_logo a svg path {
  fill: #fff;
}
footer .f_icon {
  margin: 3.2rem auto 1.6rem;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer .f_icon li {
  margin: 0 1.2rem;
  padding: 0;
}
footer .f_icon li i {
  margin: 0;
  font-size: 2rem;
}
footer small {
  text-align: center;
  font-size: 1rem;
}

/*------------------------------
animation
-------------------------------*/
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0;
}

.visible {
  transition: opacity 0.5s ease;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */