@charset "UTF-8";

/* ========================================
base
======================================== */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  color: #2b2522;
  background: #f8ecd0;
  font-family:
    "Zen Maru Gothic",
    "Hiragino Maru Gothic ProN",
    "Yu Gothic",
    sans-serif;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  cursor: none;
}

a,
button {
  cursor: none;
}

.cursor-bird {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 56px;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.cursor-bird img {
  width: 100%;
  display: block;
}

.cursor-bird {
  transition: filter .2s ease;
}

.cursor-bird.is-hover {
  filter: brightness(0) invert(1);
}


/* ========================================
page
======================================== */

.page {
  overflow: hidden;
  background: url("../img/paper-bg.png") repeat center top / 900px auto;
}

.site-footer {
  position: relative;
  padding: 100px 0 45px;
  background: url("../img/paper-bg.png") center -200px / 1600px auto repeat;
}

/* ========================================
common
======================================== */

.common-button {
  width: 340px;
  height: 64px;
  border-radius: 999px;
  background: #d91568;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 72px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .42em;
  transition: .3s ease;
}

.common-button:hover {
  opacity: .8;
}

.common-button span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: #d91568;
  display: grid;
  place-items: center;
  font-size: 20px;
  letter-spacing: 0;
  flex-shrink: 0;
}

.section-title h2 {
  margin: 0;
  color: #81756e;
  font-size: clamp(46px, 4.2vw, 70px);
  line-height: 1;
  letter-spacing: .22em;
}

.section-title p {
  margin: 18px 0 0;
  color: #81756e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .22em;
}

.section-title--center {
  text-align: center;
}

.bird {
  position: absolute;
  z-index: 12;
  pointer-events: none;
}

/* ========================================
header
======================================== */

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
}

.site-header__inner {
  width: min(100%, 1520px);
  margin: 0 auto;
  padding: 42px 48px 0;
  display: flex;
  align-items: center;
  gap: 40px;
}

.site-header__logo {
  width: 230px;
  flex-shrink: 0;
}

.site-header__nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .42em;
}

.site-header__contact {
  min-width: 156px;
  padding: 13px 26px;
  border-radius: 999px;
  background: #d91568;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .32em;
}

/* ========================================
top visual area
======================================== */

.top-visual-area {
  position: relative;
}

/* ========================================
fv
======================================== */

.fv {
  position: relative;
  overflow: visible;
  z-index: 1;
}

.fv__visual {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.fv__visual img {
  width: 100%;
  height: auto;
  display: block;
}

.bird--fv-left {
  top: 18%;
  left: 5%;
  width: clamp(70px, 6vw, 190px);
}

.bird--fv-center {
  top: 95%;
  left: 37%;
  width: clamp(55px, 7vw, 130px);
}

.bird--fv-right {
  top: 66%;
  right: 6%;
  width: clamp(65px, 8vw, 155px);
}

/* ========================================
shadow area
======================================== */

.top-shadow-area {
  position: relative;
}

.top-shadow-area::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url("../img/paper-shadow.png") no-repeat center top / 100% auto;
  pointer-events: none;
}

/* ========================================
intro
======================================== */

.intro {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  padding: 70px 0 170px;
  overflow: visible;
}

.intro__inner {
  position: relative;
  z-index: 10;
  width: min(100% - 80px, 1320px);
  margin: 0 auto;
  overflow: visible;
}

/* ========================================
fv copy
======================================== */

.fv-copy {
  position: relative;
  z-index: 20;
  margin-bottom: 90px;
}

.fv-copy h1 {
  margin: 0;
  font-size: clamp(38px, 4vw, 70px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .2em;
}

.fv-copy h1 span {
  color: #d91568;
}

.fv-copy p {
  margin-top: 16px;
  color: #8b8179;
  font-size: 13px;
  letter-spacing: .42em;
}

.intro__grid {
  display: grid;
  grid-template-columns: 50% 50%;
  column-gap: 30px;
  min-height: 860px;
  overflow: visible;
}

.intro__text {
  position: relative;
  z-index: 10;
}

.intro__text p {
  margin: 0 0 42px;
  font-size: clamp(18px, 1.05vw, 20px);
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: .18em;
}

.intro__label {
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.intro__label span,
.intro__label strong {
  display: inline-block;
  padding: 9px 14px 10px;
  color: #fff;
  font-size: clamp(18px, 1.8vw, 25px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .22em;
}

.intro__label span {
  background: linear-gradient(90deg, #f2a33a 0%, #a24549 100%);
}

.intro__label strong {
  background: linear-gradient(90deg, #f2a33a 0%, #943a44 100%);
}

.intro__button {
  margin-top: 35px;
}

.intro__images {
  position: relative;
  z-index: 3;
  min-height: 860px;
  overflow: visible;
}

.intro-photo {
  position: absolute;
  overflow: hidden;
}

.intro-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-photo--city {
  top: 0;
  left: 18%;
  width: clamp(170px, 18vw, 260px);
  aspect-ratio: 442 / 378;
}

.intro-photo--train {
  top: 190px;
  right: 2%;
  width: clamp(200px, 22vw, 300px);
  aspect-ratio: 502 / 426;
}

.intro-photo--sakura {
  top: 430px;
  right: 30%;
  width: clamp(140px, 14vw, 210px);
  aspect-ratio: 376 / 330;
}

.intro-photo--person {
  left: -20%;
  bottom: 0;
  width: clamp(220px, 26vw, 360px);
  aspect-ratio: 588 / 493;
}

.bird--intro-top {
  top: 8%;
  right: 4%;
  width: clamp(60px, 8vw, 120px);
}

.bird--intro-bottom {
    left: 6%;
    bottom: 14%;
  width: clamp(70px, 9vw, 145px);
}

/* ========================================
company
======================================== */

.company {
  position: relative;
  padding: 100px 0 130px;
  background: #f3eee9;
}

.company::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 55%;
  height: 140px;
  background: url("../img/company-paper-top.png") no-repeat right top / contain;
  pointer-events: none;
}

.company::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 55%;
  height: 150px;
  background: url("../img/company-paper-bottom.png") no-repeat left bottom / contain;
  pointer-events: none;
}

.company__inner {
  position: relative;
  z-index: 2;
  width: min(100% - 80px, 1320px);
  margin: 0 auto;
}

.company__text {
  margin: 55px auto 0;
  text-align: center;
}

.company__text p {
  margin: 0 0 44px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.35;
  letter-spacing: .18em;
}

.company__button {
  margin: 48px auto 0;
}

.company__photo {
  position: absolute;
  left: -25px;
  bottom: -90px;
  width: clamp(160px, 20vw, 250px);
}

.bird--company {
  top: 92px;
  right: 5%;
  width: clamp(80px, 8vw, 125px);
}

/* ========================================
service
======================================== */

.service {
  position: relative;
  padding: 145px 0 160px;
  background: #f3eee9;
}

.service::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 48%;
  height: 160px;
  background: url("../img/service-paper-top.png") no-repeat left top / contain;
  pointer-events: none;
}

.service::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 48%;
  height: 150px;
  background: url("../img/service-paper-bottom.png") no-repeat right bottom / contain;
  pointer-events: none;
}

.service__inner {
  position: relative;
  width: min(100% - 80px, 1320px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  gap: 20px;
}

.service__content {
  position: relative;
  z-index: 3;
  padding-left: 80px;
}

.service__button {
  margin-top: 42px;
}

.service__image {
  position: relative;
  z-index: 2;
}

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

.bird--service {
  top: 0%;
  left: 10%;
  width: clamp(90px, 9vw, 145px);
}

/* ========================================
news
======================================== */

.news {
  padding: 75px 0 85px;
  background: #fff;
}

.news__inner {
  width: min(100% - 80px, 1320px);
  margin: 0 auto;
}

.news__box {
  padding: 85px 75px;
  background: #f3eee9;
  display: grid;
  grid-template-columns: 28% 72%;
  gap: 40px;
}

.news__title {
  align-self: center;
}

.news__list {
  display: flex;
  flex-direction: column;
}

.news__item {
  min-height: 64px;
  border-top: 1px solid #5f5752;
  display: grid;
  grid-template-columns: 120px 120px 1fr 44px;
  align-items: center;
  gap: 28px;
  font-size: 12px;
  letter-spacing: .1em;
}

.news__item:nth-of-type(3) {
  border-bottom: 1px solid #5f5752;
}

.news__category {
  padding: 8px 12px;
  border: 1px solid #5f5752;
  text-align: center;
  font-size: 11px;
}

.news__item p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news__arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
}

.news__button {
  align-self: flex-end;
  margin-top: 45px;
}

/* ========================================
contact
======================================== */

.contact-section {
  position: relative;
  background: url("../img/contact-bg.png") no-repeat center center / cover;
}

.contact-section__inner {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.contact-section__content {
  position: relative;
  z-index: 5;
  text-align: center;
  color: #fff;
}

.contact-section__content p {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 36px);
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: .22em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .25);
}

.contact-section__button {
  margin: 32px auto 0;
}

.bird--contact-left {
  top: 5%;
  left: 5%;
  width: clamp(90px, 9vw, 145px);
}

.bird--contact-right {
  right: 5%;
  bottom: 6%;
  width: clamp(90px, 9vw, 145px);
}

/* ========================================
footer
======================================== */

.site-footer {
  position: relative;
  padding: 100px 0 45px;
}

.site-footer__inner {
  position: relative;
  width: min(100% - 80px, 1320px);
  min-height: 250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.site-footer__logo {
  width: 230px;
  align-self: center;
}

.site-footer__address {
  margin: 0;
  justify-self: center;
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: .12em;
}

.site-footer__copy {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0;
  transform: translateX(-50%);
  font-size: 10px;
  letter-spacing: .18em;
}

.pagetop {
  position: fixed;
  right: 34px;
  bottom: 34px;
  z-index: 30;
  width: 52px;
  height: 52px;
  border: 1px solid #d91568;
  border-radius: 50%;
  color: #d91568;
  display: grid;
  place-items: center;
  font-size: 18px;
}

.hamburger,
.drawer {
  display: none;
}


.fade-up {
  opacity: 0;
  transform: translateY(60px);
  transition:
    opacity .9s ease,
    transform .9s ease;
}

.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: .2s;
}

.delay-2 {
  transition-delay: .4s;
}

/* ========================================
1200px
======================================== */

@media screen and (max-width: 1200px) {
  .bird--fv-left {
    width: clamp(60px, 6vw, 110px);
  }

  .bird--fv-center {
    width: clamp(50px, 6vw, 90px);
  }

  .bird--fv-right {
    width: clamp(55px, 7vw, 100px);
  }

  .intro__grid,
  .intro__images {
    min-height: 760px;
  }

  .intro-photo--person {
    left: -10%;
  }

}

@media screen and (max-width: 900px) {

  .intro__images {
    display: none;
  }

}

/* ========================================
SP
======================================== */

@media screen and (max-width: 900px) {
  .page {
    background: url("../img/paper-bg.png") repeat center top / 700px auto;
  }

  .common-button {
    width: 260px;
    height: 56px;
    gap: 42px;
    font-size: 13px;
    margin: 25px auto 10px;
  }

  .section-title h2 {
    font-size: 42px;
  }

  .site-header__inner {
    padding: 10px 20px 0;
  }

  .site-header__logo {
    position: relative;
    z-index: 40;
    width: 180px;
  }

  .site-header__nav,
  .site-header__contact {
    display: none;
  }

  .hamburger {
    position: relative;
    z-index: 40;
    margin-left: auto;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: #d91568;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
  }

  .hamburger span {
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transition: .3s ease;
  }

  .hamburger.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .drawer {
    position: fixed;
    inset: 0;
    z-index: 35;
    display: block;
    padding-top: 110px;
    background: rgba(248, 236, 208, .96);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s ease;
  }

  .drawer.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .drawer__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .28em;
  }

  .drawer__contact {
    margin-top: 12px;
    width: 220px;
    height: 54px;
    border-radius: 999px;
    background: #d91568;
    color: #fff;
    display: grid;
    place-items: center;
  }

  body.is-drawer-open {
    overflow: hidden;
  }

  .bird--fv-left,
  .bird--fv-center,
  .bird--fv-right {
    display: none;
  }

  .intro {
    padding: 40px 20px 60px;
  }

  .intro__inner {
    width: 100%;
  }

  .fv-copy {
    margin-bottom: 35px;
  }

  .fv-copy h1 {
    font-size: 34px;
    letter-spacing: .14em;
  }

  .fv-copy p {
    font-size: 10px;
    letter-spacing: .25em;
  }

  .intro__grid {
    display: block;
    min-height: auto;
  }

  .intro__text p {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 2.1;
    letter-spacing: .08em;
  }

  .intro__label span,
  .intro__label strong {
    font-size: 17px;
    letter-spacing: .12em;
  }

  .intro__images {
    display: none;
  }

  .bird--intro-top {
    display: none;
  }

  .bird--intro-bottom {
    display: none;
  }

  .company {
    padding: 90px 0;
  }

  .company__inner {
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
  }

  .company .section-title {
    order: 1;
  }

  .company__photo {
    order: 2;
    position: relative;
    left: auto;
    bottom: auto;
    width: 230px;
    margin: 32px auto;
  }

  .company__text {
    order: 3;
    margin-top: 0;
    text-align: left;
  }

  .company__text p {
    font-size: 13px;
    line-height: 2;
    margin: 0 0 20px;
  }

  .company__button {
    order: 4;
    margin: 28px auto 0;
  }

  .bird--company {
    display: none;
  }

  .service {
    padding: 90px 0;
  }

  .service__inner {
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
  }

  .service__content {
    display: contents;
  }

  .service .section-title {
    order: 1;
    text-align: center;
  }

  .service__image {
    order: 2;
    width: min(100%, 390px);
    margin: 54px auto 0;
  }

  .service__button {
    order: 3;
    margin: 34px auto 0;
  }

  .bird--service {
    display: none;
  }

  .news {
    padding: 50px 0;
  }

  .news__inner {
    width: calc(100% - 40px);
  }

  .news__box {
    padding: 45px 24px;
    display: block;
  }

  .news__list {
    margin-top: 40px;
  }

  .news__item {
    grid-template-columns: 1fr 80px 34px;
    gap: 12px;
    padding: 14px 0;
  }

  .news__item time {
    grid-column: 1 / 2;
  }

  .news__category {
    grid-column: 2 / 3;
  }

  .news__item p {
    grid-column: 1 / 3;
    white-space: normal;
  }

  .news__arrow {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
  }

  .news__button {
    margin-left: auto;
  }

  .contact-section__inner {
    min-height: 430px;
    padding: 0 20px;
  }

  .contact-section__content p {
    font-size: 21px;
    letter-spacing: .12em;
  }

  .site-footer {
    padding: 70px 0 45px;
  }

  .site-footer__inner {
    width: calc(100% - 40px);
    display: block;
  }

  .site-footer__logo {
    width: 190px;
  }
  .site-footer__logo img{
    margin: 0 auto;
  }

  .site-footer__address {
    margin-top: 45px;
    font-size: 12px;
  }

  .site-footer__copy {
    position: static;
    transform: none;
    margin-top: 60px;
    text-align: center;
  }

  .pagetop {
    right: 18px;
    bottom: 18px;
    width: 42px;
    height: 42px;
  }
}

.page {
  overflow: hidden;
}

html,
body {
  overflow-y: auto !important;
  height: auto !important;
}

/* ========================================
lower fv
======================================== */

.lower-fv {
  position: relative;
  min-height: 500px;
  padding-top: 150px;
  background: url("../img/paper-bg.png") center 20px / 1400px auto repeat;
  overflow: hidden;
}

.lower-fv__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.lower-fv__inner h1 {
  margin: 0;
  color: #81756e;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1;
  letter-spacing: .24em;
}

.lower-fv__inner p {
  margin-top: 20px;
  color: #81756e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
}

.lower-fv__bird {
  position: absolute;
  right: 8%;
  bottom: 150px;
  width: clamp(90px, 9vw, 150px);
  z-index: 3;
}

.lower-fv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  width: 100%;
  height: 240px;
  background: #f3eee9;
  clip-path: polygon(
    0 62%,
    6% 50%,
    14% 48%,
    22% 42%,
    30% 28%,
    38% 20%,
    46% 34%,
    54% 35%,
    62% 18%,
    72% 16%,
    82% 28%,
    91% 20%,
    100% 31%,
    100% 100%,
    0 100%
  );
}

/* ========================================
breadcrumb
======================================== */

.breadcrumb {
  background: #f3eee9;
  padding: 28px 0 80px;
}

.breadcrumb__inner {
  width: min(100% - 80px, 1320px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #81756e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .28em;
}
.breadcrumb__inner a {
  transition: .3s ease;
}

.breadcrumb__inner a:hover {
  opacity: .6;
}

@media screen and (max-width: 900px) {
  body {
    cursor: auto !important;
  }

  .cursor-bird {
    display: none !important;
  }
}