@charset "UTF-8";
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, a {
  font-size: 100%;
  line-height: 1;
  transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg);
}

.feature {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  font-feature-settings: normal;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff7e3;
  color: #333333;
}

.feature a {
  color: #333333;
  transition: opacity 0.3s;
  display: block;
  transform: none;
}
.feature a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.feature img,
svg,
video {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.area-header {
  width: 100%;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

* {
  box-sizing: border-box;
}

.js-fade {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 1s;
}

.js-fade.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
}

.feature {
  display: flex;
  justify-content: center;
}

.feature__inner {
  margin: 0 auto;
  padding-bottom: 8rem;
}

.hero {
  position: relative;
}
.hero.is-show .main-ttl {
  transform: none;
  opacity: 1;
}
.hero .main-ttl {
  width: 30.7084285714vw;
  position: absolute;
  top: 16.8vw;
  left: 9.6vw;
  transform: translateY(3rem);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

.main-lead {
  margin-top: 8.1rem;
  margin-bottom: 12.1rem;
}
.main-lead .main-lead-decolation {
  width: 48rem;
  margin: 0 auto;
}
.main-lead .main-lead-decolation.decolation02 {
  margin-top: 3.2rem;
}
.main-lead .main-lead-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 3.3rem;
  margin-left: 1.2rem;
}

.main-contents .item-list {
  width: 116rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem 4rem;
}
.main-contents .item-list.is-show .items .item-img {
  opacity: 1;
  transform: none;
}
.main-contents .item-list .items {
  width: 26rem;
  height: 8rem;
  background: #fff;
  border-radius: 1rem;
  position: relative;
}
.main-contents .item-list .items a {
  font-family: "orpheuspro", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #d398a1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 2.2rem;
  padding-left: 0.3rem;
}
.main-contents .item-list .items a span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem;
}
.main-contents .item-list .items a .item-img {
  transform: translateY(2rem);
  opacity: 0;
  transition: transform 1.3s ease, opacity 1.3s ease;
}
.main-contents .item-list .items.item01 .item-img {
  width: 10rem;
  position: absolute;
  top: -2.6rem;
  left: -3rem;
}
.main-contents .item-list .items.item02 .item-img {
  width: 11rem;
  position: absolute;
  top: 0.1rem;
  right: -2.4rem;
  transition-delay: 0.2s;
}
.main-contents .item-list .items.item03 .item-img {
  width: 10rem;
  position: absolute;
  top: -1.1rem;
  right: -3.1rem;
  transition-delay: 0.4s;
}
.main-contents .item-list .items.item04 .item-img {
  width: 12.2rem;
  position: absolute;
  top: -4.3rem;
  right: -1.3rem;
  transition-delay: 0.6s;
}
.main-contents .item-list .items.item05 {
  width: 32rem;
}
.main-contents .item-list .items.item05 .item-img {
  width: 10.6rem;
  position: absolute;
  top: -1.8rem;
  left: -4.2rem;
  transition-delay: 0.8s;
}
.main-contents .item-list .items.item06 {
  width: 32rem;
}
.main-contents .item-list .items.item06 .item-img {
  width: 11.2rem;
  position: absolute;
  top: -1.5rem;
  right: -2.5rem;
  transition-delay: 1.2s;
}
.main-contents .item-list .items.item07 {
  width: 32rem;
}
.main-contents .item-list .items.item07 .item-img {
  width: 9.4rem;
  position: absolute;
  top: 0.4rem;
  left: -4.5rem;
  transition-delay: 1s;
}
.main-contents .viewall {
  width: 40rem;
  height: 8rem;
  background: #fff;
  border-radius: 1rem;
  border: 2px solid #d398a1;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  transform: translateX(2rem);
}
.main-contents .viewall span {
  font-family: "orpheuspro", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #d398a1;
  margin-top: 0.5rem;
}/*# sourceMappingURL=pc-pic.css.map */