@charset "UTF-8";
/* =========================================================
variables
========================================================= */
/* =========================================================
mixin
========================================================= */
/* =========================================================
アニメーション設定ここから
========================================================= */
.splash-end [data-anime=kakukaku] {
  animation: kakukaku 0.8s step-end 0s infinite;
}
.splash-end [data-anime=flip-v-left] {
  opacity: 0;
}
.splash-end [data-anime=flip-v-left].in-view {
  animation: flip-v-left 0.6s 0.2s cubic-bezier(0.65, 0, 0.35, 1) both;
}
.splash-end [data-anime=flip-v-right] {
  opacity: 0;
}
.splash-end [data-anime=flip-v-right].in-view {
  animation: flip-v-right 0.6s 0.2s cubic-bezier(0.65, 0, 0.35, 1) both;
}
.splash-end [data-anime=fadeInUp] {
  opacity: 0;
}
.splash-end [data-anime=fadeInUp].in-view {
  animation: fadeInUp 0.6s 0.2s cubic-bezier(0.65, 0, 0.35, 1) both;
}

@keyframes kakukaku {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  50% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes flip-v-left {
  0% {
    opacity: 0;
    transform: rotateY(180deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes flip-v-right {
  0% {
    opacity: 0;
    transform: rotateY(-180deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInUpTtl {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* =========================================================
アニメーション設定ここまで
========================================================= */
* {
  box-sizing: border-box;
  word-break: break-all;
}

img {
  max-width: 100%;
}

.w100 {
  width: 100%;
  height: auto;
}

a {
  color: inherit;
}

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

@media (min-width: 769px) {
  .sp-visible {
    display: none;
  }
}

.btn-pagetop {
  display: none !important;
}

[class*=illust-] {
  position: absolute;
}

/* =========================================================
body
========================================================= */
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
}

.iframe-area {
  position: relative;
  margin: 50px auto 20px;
}
@media (min-width: 769px) {
  .iframe-area {
    margin: 80px auto 0;
    text-align: center;
  }
}

iframe {
  width: 100%;
}
@media (min-width: 769px) {
  iframe {
    width: min(73.2064421669vw, 1000px);
  }
}

.lp-wrap {
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 13px 13px 0;
  background: url(../images/back-sp.jpg) top 86px left/auto repeat;
}
@media (min-width: 769px) {
  .lp-wrap {
    background: url(../images/back-pc.jpg) top left/auto repeat;
    padding: 2.7818448023vw 2.7818448023vw 0;
  }
}

.arrow {
  position: relative;
  width: 11px;
  height: 5px;
  display: block;
}
@media (min-width: 769px) {
  .arrow {
    transition: 0.4s;
  }
}
.arrow::before, .arrow::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.arrow::after {
  width: 8px;
  transform: rotate(45deg);
  transform-origin: right bottom;
}

.lp-btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
@media (min-width: 769px) {
  .lp-btn-wrap {
    flex-direction: row;
    justify-content: center;
    gap: min(7.3206442167vw, 100px);
  }
}

.cmn-lp-btn {
  text-align: center;
}
.cmn-lp-btn .lp-btn {
  position: relative;
  display: inline-block;
}
.cmn-lp-btn .lp-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 8px;
  left: 0;
  border-radius: 999px;
}
.cmn-lp-btn .lp-btn-in {
  position: relative;
  z-index: 2;
  width: 57.6vw;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #fff;
  background: #DE6C28;
  border-radius: 999px;
}
@media (min-width: 769px) {
  .cmn-lp-btn .lp-btn-in {
    width: 230px;
    font-size: 15px;
    transition: transform 0.4s;
  }
}
@media (min-width: 769px) {
  .cmn-lp-btn .lp-btn:hover {
    opacity: 1;
  }
  .cmn-lp-btn .lp-btn:hover .lp-btn-in {
    transform: translateY(8px);
  }
}
.cmn-lp-btn.bg-blue .lp-btn-in {
  background: #5B82CE;
}
.cmn-lp-btn.more {
  transform: translate3d(0, 0, 0);
}
.cmn-lp-btn.more .lp-btn::before {
  top: 6px;
  border-radius: 9.6vw/7.2vw;
}
@media (min-width: 769px) {
  .cmn-lp-btn.more .lp-btn::before {
    border-radius: 58px/43px;
  }
}
.cmn-lp-btn.more .lp-btn-in {
  width: 19.2vw;
  height: 14.4vw;
  border-radius: 9.6vw/7.2vw;
  font-size: 4vw;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 769px) {
  .cmn-lp-btn.more .lp-btn-in {
    width: 116px;
    height: 86px;
    border-radius: 58px/43px;
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .cmn-lp-btn.more .lp-btn:hover .lp-btn-in {
    transform: translateY(6px);
  }
  .cmn-lp-btn.more .lp-btn:hover .arrow {
    width: 28px;
  }
}

.sec-ttl-wrap {
  position: relative;
  z-index: 2;
  display: flex;
}
@media (max-width: 768px) {
  .sec-ttl-wrap {
    margin: 0 8.5333333333vw 30px;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 10px;
  }
}
@media (min-width: 769px) {
  .sec-ttl-wrap {
    width: min(73.2064421669vw, 1000px);
    margin: 0 auto 22px;
    gap: 26px;
    align-items: center;
    padding-left: 50px;
  }
}
.sec-ttl-wrap .label {
  display: inline-block;
  background: #DE6C28;
  color: #fff;
  padding: 4px 16px 4px 9px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  clip-path: polygon(0px 0px, 0px 100%, 100% 100%, calc(100% - 6px) 50%, 100% 0%, 100% 100%, 100% 0px);
}
.sec03 .sec-ttl-wrap .label {
  background: #5B82CE;
}

.sec-ttl {
  font-size: 10.6666666667vw;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #DE6C28;
}
@media (min-width: 769px) {
  .sec-ttl {
    font-size: 40px;
  }
}
.sec03 .sec-ttl {
  color: #5B82CE;
}
.sec-ttl span {
  display: inline-block;
  opacity: 0;
}
.sec-ttl.in-view span:nth-child(1) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.1s forwards;
}
.sec-ttl.in-view span:nth-child(2) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.2s forwards;
}
.sec-ttl.in-view span:nth-child(3) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.3s forwards;
}
.sec-ttl.in-view span:nth-child(4) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.4s forwards;
}
.sec-ttl.in-view span:nth-child(5) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.5s forwards;
}
.sec-ttl.in-view span:nth-child(6) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.6s forwards;
}
.sec-ttl.in-view span:nth-child(7) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.7s forwards;
}
.sec-ttl.in-view span:nth-child(8) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.8s forwards;
}
.sec-ttl.in-view span:nth-child(9) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.9s forwards;
}
.sec-ttl.in-view span:nth-child(10) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1s forwards;
}
.sec-ttl.in-view span:nth-child(11) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.1s forwards;
}
.sec-ttl.in-view span:nth-child(12) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.2s forwards;
}
.sec-ttl.in-view span:nth-child(13) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.3s forwards;
}
.sec-ttl.in-view span:nth-child(14) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.4s forwards;
}
.sec-ttl.in-view span:nth-child(15) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.5s forwards;
}
.sec-ttl.in-view span:nth-child(16) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.6s forwards;
}
.sec-ttl.in-view span:nth-child(17) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.7s forwards;
}
.sec-ttl.in-view span:nth-child(18) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.8s forwards;
}
.sec-ttl.in-view span:nth-child(19) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.9s forwards;
}
.sec-ttl.in-view span:nth-child(20) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2s forwards;
}
.sec-ttl.in-view span:nth-child(21) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.1s forwards;
}
.sec-ttl.in-view span:nth-child(22) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.2s forwards;
}
.sec-ttl.in-view span:nth-child(23) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.3s forwards;
}
.sec-ttl.in-view span:nth-child(24) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.4s forwards;
}
.sec-ttl.in-view span:nth-child(25) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.5s forwards;
}
.sec-ttl.in-view span:nth-child(26) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.6s forwards;
}
.sec-ttl.in-view span:nth-child(27) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.7s forwards;
}
.sec-ttl.in-view span:nth-child(28) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.8s forwards;
}
.sec-ttl.in-view span:nth-child(29) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.9s forwards;
}
.sec-ttl.in-view span:nth-child(30) {
  animation: fadeInUpTtl 0.4s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3s forwards;
}

/* MV
======================================== */
.mv {
  position: relative;
  width: 100%;
  height: calc(100vh - 54px - 26px);
  transition: 0.5s 0.8s;
}
.page-show .mv {
  height: 155.4666666667vw;
}
@media (min-width: 769px) {
  .mv {
    height: calc(100vh - 88px - 5.5636896047vw);
  }
  .page-show .mv {
    height: 642px;
  }
}

.mv-bg {
  opacity: 0;
  transform: translateY(80%);
  transition: 1s 1s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 80px 80px 0 0;
  background: #F3AE43 url(../images/mv-bg.webp) center/370.6666666667vw 106.4vw repeat-x;
  animation: loopMvBgSP 20s linear infinite;
}
.page-show .mv-bg {
  opacity: 1;
  transform: translateY(0);
}
.mv-bg::before, .mv-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F3AE43;
  width: 100%;
  height: 48.8vw;
}
.mv-bg::after {
  height: 26.6666666667vw;
  bottom: 48.8vw;
  background: linear-gradient(180deg, rgba(243, 174, 67, 0) 0%, rgb(243, 174, 67) 100%);
}
@media (min-width: 769px) {
  .mv-bg {
    animation: loopMvBgPC 30s linear infinite;
    border-radius: min(14.6412884334vw, 200px) min(14.6412884334vw, 200px) 0 0;
    background: #F3AE43 url(../images/mv-bg.webp) center/1985px 570px repeat-x;
  }
  .mv-bg::before {
    height: 80px;
  }
  .mv-bg::after {
    bottom: 79px;
    height: 134px;
  }
}

@keyframes loopMvBgSP {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1390px 0;
  }
}
@keyframes loopMvBgPC {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1985px 0;
  }
}
.mv-main {
  width: 23.4666666667vw;
  aspect-ratio: 336/480;
  position: absolute;
  bottom: calc(50% + 6.4vw);
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/main-illust.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 200% auto;
  transition: 0.8s 0.8s;
}
.page-show .mv-main {
  width: 54.9333333333vw;
  bottom: 40vw;
  animation: mvIllust 1.4s 1.2s steps(2) infinite;
}
@media (min-width: 769px) {
  .mv-main {
    width: 141px;
    bottom: calc(50% + 44px);
  }
  .page-show .mv-main {
    width: 336px;
    bottom: 26px;
  }
}

@keyframes mvIllust {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 200%;
  }
}
.mv-ttl {
  position: absolute;
  width: 80vw;
  left: calc(50% - 40vw);
  bottom: calc(50% - 27.2vw);
  transition: 0.8s 0.8s;
}
.page-show .mv-ttl {
  bottom: 7.4666666667vw;
}
@media (min-width: 769px) {
  .mv-ttl {
    width: 600px;
    left: calc(50% - 300px);
    bottom: calc(50% - 212px);
  }
  .page-show .mv-ttl {
    width: 302px;
    left: 32px;
    bottom: 32px;
  }
}

.mv-copy {
  width: 17.0666666667vw;
  position: absolute;
  top: 2px;
  right: 4.5333333333vw;
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  transition: clip-path 0.8s 1.6s, opacity 0.8s 1.4s;
}
.page-show .mv-copy {
  opacity: 1;
  clip-path: inset(0 0 0% 0);
}
@media (min-width: 769px) {
  .mv-copy {
    width: 90px;
    top: 4.39238653vw;
    right: 9.9560761347vw;
  }
}

/* sec01
======================================== */
.sec01 {
  opacity: 0;
  background: #F3AE43;
  transition: 0.8s;
}
.splash-end .sec01 {
  opacity: 1;
}
.sec01 .sec-in {
  position: relative;
}
.sec01 .text {
  padding: 0 5.8666666667vw;
  font-size: 3.7333333333vw;
  line-height: 2;
  color: #fff;
}
@media (min-width: 769px) {
  .sec01 .text {
    font-size: max(1.317715959vw, 16px);
    line-height: 2.22222222;
    letter-spacing: 0;
    width: 50%;
    padding: 8.0527086384vw 0 7.3206442167vw min(3.4407027818vw, 47px);
    margin-left: auto;
  }
}
.sec01 .deco-top {
  position: relative;
  width: 100%;
  height: 66.6666666667vw;
}
@media (min-width: 769px) {
  .sec01 .deco-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.sec01 .deco-middle {
  position: relative;
  width: 100%;
  height: 44.2666666667vw;
}
@media (min-width: 769px) {
  .sec01 .deco-middle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.sec01 .deco-bottom {
  position: relative;
  width: 100%;
  height: 25.0666666667vw;
}
@media (min-width: 769px) {
  .sec01 .deco-bottom {
    height: 152px;
  }
}
.sec01 .illust-dress {
  width: 34.6666666667vw;
  top: 3.7333333333vw;
  left: 20.8vw;
}
@media (min-width: 769px) {
  .sec01 .illust-dress {
    width: 15.3733528551vw;
    left: 15.2269399707vw;
    top: auto;
    bottom: calc(200px + 21.2298682284vw);
  }
}
.sec01 .illust-tie {
  width: 15.4666666667vw;
  top: 8vw;
  left: 60.5333333333vw;
}
@media (min-width: 769px) {
  .sec01 .illust-tie {
    width: 7.1010248902vw;
    left: 32.9428989751vw;
    top: auto;
    bottom: calc(200px + 28.0380673499vw);
    animation-delay: 0.4s !important;
  }
}
.sec01 .illust-bread {
  width: 34.1333333333vw;
  top: 38.9333333333vw;
  left: 5.3333333333vw;
}
@media (min-width: 769px) {
  .sec01 .illust-bread {
    width: 15.5197657394vw;
    left: 7.7598828697vw;
    top: auto;
    bottom: calc(200px + 10.6881405564vw);
    animation-delay: 0.6s !important;
  }
}
.sec01 .illust-women1 {
  width: 36vw;
  top: 22.4vw;
  left: 48.5333333333vw;
}
@media (min-width: 769px) {
  .sec01 .illust-women1 {
    width: 0;
  }
}
@media screen and (min-width: 900px) {
  .sec01 .illust-women1 {
    width: 11.7130307467vw;
    top: auto;
    bottom: calc(200px + 12.0790629575vw);
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 1100px) {
  .sec01 .illust-women1 {
    right: 5.1244509517vw;
  }
}
.sec01 .illust-kira1 {
  width: 8.5333333333vw;
  top: 11.7333333333vw;
  left: 8.5333333333vw;
}
@media (min-width: 769px) {
  .sec01 .illust-kira1 {
    width: 2.3426061493vw;
    left: 8.1991215227vw;
    top: auto;
    bottom: calc(200px + 28.9897510981vw);
  }
}
.sec01 .illust-kira2 {
  width: 4.8vw;
  top: 26.1333333333vw;
  left: 79.4666666667vw;
  animation: kakukaku 1s step-end 0.3s infinite;
}
@media (min-width: 769px) {
  .sec01 .illust-kira2 {
    width: 0;
  }
}
@media screen and (min-width: 900px) {
  .sec01 .illust-kira2 {
    width: 1.317715959vw;
    top: auto;
    bottom: calc(200px + 26.0614934114vw);
    left: auto;
    right: 3.6603221083vw;
  }
}
@media screen and (min-width: 1100px) {
  .sec01 .illust-kira2 {
    right: 8.6383601757vw;
  }
}
.sec01 .illust-kira3 {
  width: 8vw;
  top: 8vw;
  left: 32.8vw;
  animation: kakukaku 1.2s step-end 0.3s infinite;
}
@media (min-width: 769px) {
  .sec01 .illust-kira3 {
    width: 2.196193265vw;
    left: 14.2752562225vw;
    bottom: calc(200px + 5.4172767204vw);
    top: auto;
  }
}
.sec01 .illust-present {
  width: 19.7333333333vw;
  top: 3.7333333333vw;
  left: 51.2vw;
}
@media (min-width: 769px) {
  .sec01 .illust-present {
    width: 12.8843338214vw;
    top: auto;
    bottom: calc(200px + 10.8345534407vw);
    left: 32.9428989751vw;
    animation-delay: 0.8s !important;
  }
}
.sec01 .illust-shoes {
  width: 29.8666666667vw;
  top: 20.2666666667vw;
  left: 27.4666666667vw;
}
@media (min-width: 769px) {
  .sec01 .illust-shoes {
    width: 19.7657393851vw;
    top: auto;
    bottom: calc(200px + 3.074670571vw);
    left: 17.7159590044vw;
    animation-delay: 1s !important;
  }
}
.sec01 .illust-man {
  width: 16.5333333333vw;
  top: 5.3333333333vw;
  left: 77.3333333333vw;
}
@media (min-width: 769px) {
  .sec01 .illust-man {
    width: 96px;
    top: auto;
    bottom: 70px;
    left: auto;
    right: 22px;
  }
}
.sec01 .illust-family {
  width: 26.6666666667vw;
  top: 5.3333333333vw;
  left: 0;
}
@media (min-width: 769px) {
  .sec01 .illust-family {
    width: 12.1522693997vw;
    top: auto;
    bottom: 124px;
  }
}
.sec01 .illust-frame {
  width: 19.7333333333vw;
  top: 7.4666666667vw;
  left: 11.2vw;
}
@media (min-width: 769px) {
  .sec01 .illust-frame {
    width: 116px;
    top: auto;
    bottom: 40px;
    left: calc(50% - 213px);
  }
}
.sec01 .illust-staff1 {
  width: 21.8666666667vw;
  bottom: 0;
  left: calc(50% - 10.9333333333vw);
}
@media (min-width: 769px) {
  .sec01 .illust-staff1 {
    width: 128px;
    left: calc(50% - 64px);
  }
}
.sec01 .illust-enjoy {
  width: 10.1333333333vw;
  top: 10.6666666667vw;
  left: 62.6666666667vw;
}
@media (min-width: 769px) {
  .sec01 .illust-enjoy {
    width: 60px;
    top: auto;
    bottom: 58px;
    left: calc(50% + 90px);
  }
}

/* おさんぽブログ
======================================== */
.sec02 {
  background: #FFEFD0;
}
.sec02 .sec-in {
  position: relative;
  padding: 70px 0 21.8666666667vw;
  -webkit-perspective: 1000;
  perspective: 1000;
}
@media (min-width: 769px) {
  .sec02 .sec-in {
    padding: 120px 0;
  }
}
.sec02 .sec-ttl-wrap {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .sec02 .sec-ttl-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sec02 .sec-ttl-wrap .deco-ttl {
  position: absolute;
  top: 0;
  left: 49.0666666667vw;
  width: 30.9333333333vw;
  height: 35.7333333333vw;
  background: url(../images/illust-leaf.png) bottom 5px left/14.4vw auto no-repeat;
}
.sec02 .sec-ttl-wrap .deco-ttl .illust-staff2 {
  bottom: 0;
  right: 0;
  width: 17.6vw;
}
@media (min-width: 769px) {
  .sec02 .sec-ttl-wrap .deco-ttl {
    aspect-ratio: 412/148;
    width: min(30.1610541728vw, 412px);
    height: auto;
    left: auto;
    right: -5.710102489vw;
    background: url(../images/illust-furniture.png) bottom left/100% auto no-repeat;
  }
  .sec02 .sec-ttl-wrap .deco-ttl .illust-staff2 {
    width: 103px;
    width: min(7.5402635432vw, 103px);
    left: min(6.588579795vw, 90px);
    right: auto;
  }
}
.sec02 .lead-text {
  position: relative;
  padding: 0 8.5333333333vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 2;
}
@media (min-width: 769px) {
  .sec02 .lead-text {
    width: min(73.2064421669vw, 1000px);
    margin: 0 auto;
    padding-left: 50px;
    padding-right: min(25.6222547584vw, 350px);
    font-size: 18px;
    line-height: 1.88888889;
  }
}
.sec02 .illust-staff3 {
  width: 16.5333333333vw;
  top: -16vw;
  left: 0;
  overflow: hidden;
}
.sec02 .illust-staff3 img {
  display: inline-block;
  transform: rotate3d(0, 0, 1, -60deg);
  transform-origin: left bottom;
  transition: 0.4s 0.5s;
}
.sec02 .illust-staff3.in-view img {
  transform: rotate3d(0, 0, 1, 0deg);
}
@media (min-width: 769px) {
  .sec02 .illust-staff3 {
    width: 7.3206442167vw;
    height: 13.616398243vw;
    top: 50px;
  }
}
.sec02 .illust-staff4 {
  width: 20vw;
  bottom: 69px;
  right: 0;
  overflow: hidden;
}
.sec02 .illust-staff4 img {
  transform: rotate3d(0, 0, 1, 60deg);
  transform-origin: right bottom;
  transition: 0.3s 0.2s;
}
.sec02 .illust-staff4.in-view img {
  transform: rotate3d(0, 0, 1, 0deg);
}
@media (min-width: 769px) {
  .sec02 .illust-staff4 {
    width: 7.906295754vw;
    height: 12.298682284vw;
    bottom: 514px;
  }
}
.sec02 .illust-women2 {
  width: 23.4666666667vw;
  bottom: 0;
  left: 4.2666666667vw;
}
@media (min-width: 769px) {
  .sec02 .illust-women2 {
    width: 148px;
    left: calc(50% - 343px);
  }
}
.sec02 .illust-grandma {
  width: 21.0666666667vw;
  bottom: 0;
  left: 57.6vw;
}
@media (min-width: 769px) {
  .sec02 .illust-grandma {
    width: 112px;
    left: calc(50% + 191px);
  }
}

/* 特集
======================================== */
.sec03 {
  background: #FFF7EB;
}
.sec03 .sec-in {
  padding: 66px 0 23.4666666667vw;
  -webkit-perspective: 1000;
  perspective: 1000;
}
@media (min-width: 769px) {
  .sec03 .sec-in {
    padding: 120px 0;
  }
}
.sec03 .lead-text {
  padding: 0 8.5333333333vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 2;
}
@media (min-width: 769px) {
  .sec03 .lead-text {
    width: min(73.2064421669vw, 1000px);
    margin: 0 auto;
    padding-left: 50px;
    padding-right: min(25.6222547584vw, 350px);
    font-size: 18px;
    line-height: 1.88888889;
  }
}
.sec03 .sec-ttl-wrap {
  position: relative;
}
.sec03 .sec-ttl-wrap .deco-ttl {
  position: absolute;
  top: 0;
  left: 32.2666666667vw;
  width: 46.6666666667vw;
  height: 23.4666666667vw;
}
.sec03 .sec-ttl-wrap .deco-ttl .illust-feature {
  position: relative;
}
.sec03 .sec-ttl-wrap .deco-ttl .illust-kira5 {
  width: 2.4vw;
  top: 1.3333333333vw;
  left: 1.3333333333vw;
}
.sec03 .sec-ttl-wrap .deco-ttl .illust-kira6 {
  width: 3.4666666667vw;
  top: -0.5333333333vw;
  right: 1.3333333333vw;
}
.sec03 .sec-ttl-wrap .deco-ttl .illust-kira6 img {
  vertical-align: top;
}
@media (min-width: 769px) {
  .sec03 .sec-ttl-wrap .deco-ttl {
    aspect-ratio: 402/202;
    width: min(29.4289897511vw, 402px);
    height: auto;
    left: auto;
    right: -5.710102489vw;
  }
  .sec03 .sec-ttl-wrap .deco-ttl .illust-kira5 {
    width: min(1.4641288433vw, 20px);
    top: min(3.1478770132vw, 43px);
    left: min(0.7320644217vw, 10px);
  }
  .sec03 .sec-ttl-wrap .deco-ttl .illust-kira6 {
    width: min(2.196193265vw, 30px);
    top: min(-0.7320644217vw, -10px);
    right: min(0.439238653vw, 6px);
  }
}
.sec03 .illust-staff5 {
  width: 14.4vw;
  height: 37.3333333333vw;
  bottom: 35px;
  left: 0;
  overflow: hidden;
}
.sec03 .illust-staff5 img {
  transform: rotate3d(0, 0, 1, -60deg);
  transform-origin: left bottom;
  transition: 0.3s 0.2s;
}
.sec03 .illust-staff5.in-view img {
  transform: rotate3d(0, 0, 1, 0deg);
}
@media (min-width: 769px) {
  .sec03 .illust-staff5 {
    width: 5.8565153734vw;
    height: 15.5197657394vw;
    top: calc(50% - 100px);
    bottom: auto;
  }
}
.sec03 .illust-staff6 {
  width: 21.3333333333vw;
  bottom: 1.8666666667vw;
  right: -1.8666666667vw;
  overflow: hidden;
}
.sec03 .illust-staff6 img {
  transform: translateX(100%);
  transition: 0.3s 0.2s;
}
.sec03 .illust-staff6.in-view img {
  transform: translateX(0%);
}
@media (min-width: 769px) {
  .sec03 .illust-staff6 {
    width: min(9.0775988287vw, 124px);
    bottom: 26px;
    right: min(0.7320644217vw, 10px);
  }
}
.sec03 .illust-flower {
  width: 21.3333333333vw;
  bottom: 1.8666666667vw;
  left: 55.4666666667vw;
}
@media (min-width: 769px) {
  .sec03 .illust-flower {
    width: min(9.0775988287vw, 124px);
    bottom: 26px;
    right: min(8.4187408492vw, 115px);
    left: auto;
  }
}

/* おさんぽエディター
======================================== */
.sec04 {
  background: #F3AE43;
}
.sec04 .sec-in {
  position: relative;
  padding: 16vw 0 80px;
  -webkit-perspective: 1000;
  perspective: 1000;
}
@media (min-width: 769px) {
  .sec04 .sec-in {
    padding: 120px 0 110px;
  }
}
.sec04 .illust-women3 {
  width: 20vw;
  top: -20.2666666667vw;
  left: 20vw;
}
@media (min-width: 769px) {
  .sec04 .illust-women3 {
    width: 110px;
    top: -119px;
    left: calc(50% + 110px);
  }
}
.sec04 .illust-kira2 {
  width: 4.8vw;
  top: 14.6666666667vw;
  left: 68.5333333333vw;
}
@media (min-width: 769px) {
  .sec04 .illust-kira2 {
    width: 18px;
    top: 68px;
    left: calc(50% - 317px);
  }
}
.sec04 .sec-ttl {
  color: #fff;
  margin-left: 34px;
}
@media (min-width: 769px) {
  .sec04 .sec-ttl {
    text-align: center;
    margin: 0;
  }
}
.sec04 .editor-list {
  margin: 30px 22px 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 769px) {
  .sec04 .editor-list {
    flex-direction: row;
    width: min(73.2064421669vw, 800px);
    gap: min(3.6603221083vw, 50px);
    margin: 46px auto 0;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
.sec04 .editor-list li {
  position: relative;
}
.sec04 .editor-list li:nth-child(even) {
  animation-delay: 0.4s !important;
}
@media (min-width: 769px) {
  .sec04 .editor-list li {
    width: 25%;
  }
  .sec04 .editor-list li:nth-child(3) {
    animation-delay: 0.6s !important;
  }
  .sec04 .editor-list li:nth-child(4) {
    animation-delay: 0.8s !important;
  }
  .sec04 .editor-list li:nth-child(5) {
    animation-delay: 1s !important;
  }
  .sec04 .editor-list li:nth-child(6) {
    animation-delay: 1.2s !important;
  }
}
@media (max-width: 768px) {
  .sec04 .editor-list .list-in {
    display: flex;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .sec04 .editor-list li:nth-child(2n) .list-in {
    flex-direction: row-reverse;
  }
}
.sec04 .editor-list .avatar {
  width: 120px;
}
@media (min-width: 769px) {
  .sec04 .editor-list .avatar {
    width: 100%;
    padding: 0 5px;
  }
}
.sec04 .editor-list .prof {
  flex: 1;
}
.sec04 .editor-list .name {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 769px) {
  .sec04 .editor-list .name {
    justify-content: center;
    gap: 6px;
    margin-top: 14px;
    font-size: 20px;
  }
  .sec04 .editor-list .name .arrow-wrap {
    position: relative;
    width: 14px;
    height: 4px;
  }
  .sec04 .editor-list .name .arrow-wrap .arrow {
    position: absolute;
    width: 100%;
    left: 0;
  }
  .sec04 .editor-list .name .arrow-wrap .arrow::after {
    width: 8px;
  }
}
.sec04 .editor-list .name .arrow {
  width: 12px;
  height: 4px;
}
.sec04 .editor-list .name .arrow::after {
  width: 6px;
}
.sec04 .editor-list .text {
  font-size: 11px;
  font-weight: bold;
  line-height: 2;
}
@media (min-width: 769px) {
  .sec04 .editor-list .text {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.84615385;
    letter-spacing: 0;
  }
}
@media (min-width: 769px) {
  .sec04 .editor-list a:hover {
    opacity: 1;
  }
  .sec04 .editor-list a:hover .name .arrow-wrap .arrow {
    width: 20px;
  }
}
.sec04 .illust-kira1 {
  width: 32px;
  bottom: -6px;
  left: -24px;
  animation: kakukaku 1.2s step-end 0.3s infinite;
}
@media (min-width: 769px) {
  .sec04 .illust-kira1 {
    top: -38px;
    bottom: auto;
    left: -32px;
  }
}
.sec04 .illust-kira3 {
  width: 30px;
  top: -40px;
  right: -27px;
  animation: kakukaku 1.4s step-end 0.3s infinite;
}
@media (min-width: 769px) {
  .sec04 .illust-kira3 {
    top: -104px;
    right: 0;
  }
}
.sec04 .lp-btn-wrap {
  margin-top: 70px;
}
@media (min-width: 769px) {
  .sec04 .lp-btn-wrap {
    margin-top: 80px;
    gap: min(4.831625183vw, 66px);
  }
}
@media (min-width: 769px) {
  .sec04 .lp-btn-wrap a:hover {
    opacity: 1;
  }
  .sec04 .lp-btn-wrap a:hover .arrow-wrap .arrow {
    width: 25px;
  }
}
.sec04 .cmn-lp-btn .lp-btn-in {
  width: 243px;
  background: #5CBC9F;
  gap: 20px;
}
@media (min-width: 769px) {
  .sec04 .cmn-lp-btn .lp-btn-in {
    width: 322px;
    height: 78px;
    font-size: 20px;
  }
}
.sec04 .cmn-lp-btn .lp-btn-in.insta {
  background: #E25E4E;
}
.sec04 .cmn-lp-btn .lp-btn-in .arrow-wrap {
  position: relative;
  width: 11px;
  height: 5px;
}
.sec04 .cmn-lp-btn .lp-btn-in .arrow-wrap .arrow {
  position: absolute;
  left: 0;
}

.lp-pagetop {
  z-index: 10;
  position: fixed;
  right: 36px;
  bottom: 24px;
  transition: 0.4s;
  opacity: 0;
}
.lp-pagetop.btn-show {
  opacity: 1;
}
.lp-pagetop .lp-btn {
  position: relative;
  display: inline-block;
}
.lp-pagetop .lp-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 6px;
  left: 0;
  border-radius: 23px/16px;
}
@media (min-width: 769px) {
  .lp-pagetop .lp-btn::before {
    border-radius: 31px/22px;
  }
}
.lp-pagetop .arrow {
  transform: rotate(-90deg) scale(1, -1);
  width: 8px;
}
@media (min-width: 769px) {
  .lp-pagetop .arrow {
    width: 12px;
  }
}
.lp-pagetop .arrow:after {
  width: 6px;
}
@media (min-width: 769px) {
  .lp-pagetop .arrow:after {
    width: 8px;
  }
}
.lp-pagetop .lp-btn-in {
  position: relative;
  z-index: 2;
  width: 46px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #5CBC9F;
  border-radius: 23px/16px;
}
@media (min-width: 769px) {
  .lp-pagetop .lp-btn-in {
    width: 62px;
    height: 44px;
    transition: transform 0.4s;
    border-radius: 31px/22px;
  }
}
@media (min-width: 769px) {
  .lp-pagetop .lp-btn:hover {
    opacity: 1;
  }
  .lp-pagetop .lp-btn:hover .lp-btn-in {
    transform: translateY(6px);
  }
  .lp-pagetop .lp-btn:hover .arrow {
    width: 20px;
  }
}/*# sourceMappingURL=page240328.css.map */