@charset "UTF-8";

* {
  box-sizing: border-box;
  color: #3b4043;
  font-family: "Zen Kaku Gothic New";
  font-size: 10px;
  letter-spacing: .07em;
  margin: 0;
  padding: 0;
}
img {
  height: auto;
  vertical-align: bottom;
  width: max(100%, 100%);
}
a {
  text-decoration: none;
}
ul,ol {
  list-style: none;
}
address {
  font-style: normal;
}
body {
  background: transparent radial-gradient(closest-side at 50% 36%, #FFFDF4 0%, #FFF5EB 60%, #FFECDE 100%) 0% 0% no-repeat padding-box;
}
section {
  margin-bottom: 250px;
}
.wrapper {
  margin: 0 auto;
  width: min(79.06%, 1080px);
}
.section-title span {
  color: #946c45;
  display: block;
  &:first-of-type {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 3px;
  }
  &:last-of-type {
    font-size: 2rem;
    font-weight: 300;
  }
}
.sns_list {
  display: flex;
  column-gap: 17px;
}
.sns_item {
  height: 27px;
  width: 27px;
}
.sns_link {
  display: block;
  height: 100%;
}
.sns_link:has(.X_image) {
  background-color: #000;
  border-radius: 5px;
  position: relative;
}
.X_image {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
}
.button, .button * {
  transition-duration: .6s;
  transition-timing-function: cubic-bezier(.25,.1,.25,1);
}
.button {
  display: block;
  font-weight: bold;
  position: relative;
  text-align: center;
  /* &:hover {
    .button-text {
      left: 50%;
      transform: translateX(-50%);
    }
    .button-icon {
      transform: translateY(-50%) scale(0);
      transform-origin: center;
    }
  }  */
}
.button-text {
  position: absolute;
  white-space: nowrap;
}
.button-icon {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1);
  &::before, &::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(.25,.1,.25,1);
  }
  &::after {
    transform: rotate(45deg);
    transform-origin: top right;
  }
}
.scroll-point {
  opacity: 0;
  position: relative;
  top: 30px;
  transition-duration: .75s;
}
.show {
  opacity: 1;
  top: 0;
}
/* header */
#header {
  display: flex;
  justify-content: space-between;
  padding: clamp(30px, 3vw, 63px) min(6.67vw, 72px) clamp(46px, 4.61vw, 63px) min(6.48vw, 70px);
  .sns_list {
    margin-top: 6px;
  }
}
.header-logo {
  margin-top: 9px;
  width: 166px;
}
.header-content {
  display: flex;
  column-gap: min(5.56vw, 60px);
}
.header-list {
  display: flex;
  column-gap: min(4.35vw, 47px);
  span {
    color: #946c45;
    display: block;
    text-align: center;
    &:first-of-type {
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: .119rem;
    }
    &:last-of-type {
      font-size: 1.4rem;
    }
  }
}
.header-link {
  transition-duration: .3s;
  &:hover {
    opacity: .6;
  }
}
/* main visual */
.main_visual {
  margin-bottom: 250px;
  position: relative;
}
.main_visual.scroll-point {
  opacity: 1;
  top: 0;
  &>* {
    opacity: 0;
  }
  &.show * {
    opacity: 1;
  }

  .main_visual-image1,.main_visual-image2,.main_visual-text {
    transition-duration: 1.6s;
    transition-timing-function: ease-out;
  }
  .main_visual-image2 {
    transition-delay: .3s;
  }
  .main_visual-text {
    transition-delay: .6s;
  }
  .main_visual-button-container {
    transition-delay: .9s;
    transition-duration: .3s;
  }
}
.main_visual-image1 {
  position: absolute;
  right: 9.74%;
  top: 33px;
  width: 23%;
}
.main_visual-image2 {
  position: absolute;
  left: 9.74%;
  top: 201px;
  width: 19.33%;
}
.main_visual-text {
  display: flex;
  flex-direction: row-reverse;
  line-height: 1;
  margin: 0 auto min(1.17vw,16px);
  gap: 40px;
  text-orientation: upright;
  align-items: flex-start;
  justify-content: center;
  span {
    color: #000;
    font-size: 3rem;
    letter-spacing: .5em;
    writing-mode: vertical-rl;
    text-align: center;
    &::after {
      position: relative;
      top: -7px;
    }
  }
}
.main_visual-text span:nth-of-type(2)::after {
  content: "、";
}
.main_visual-text span:last-of-type::after {
  content: "。";
}
.main_visual-button {
  background-color: #946c45;
  border-radius: 24px;
  height: 48px;
  line-height: 48px;
  margin: 0 auto 45px;
  width: 260px;
  &:hover {
    background-color: #fff;
    .button-text {
      color: #946c45;
    }
    .button-icon {
      background-color: #946c45;
      &::before {
        background-color: #fff;
      }
      &::after {
        border-color: #fff;
      }
    }
  }
  .button-text {
    color: #fff;
    font-size: 1.6rem;
    left: 26px;
    letter-spacing: .048rem;
  }
  .button-icon {
    background-color: #fff;
    height: 30px;
    right: 12px;
    width: 30px;
    &::before {
      background-color: #946c45;
      height: 1px;
      right: 8px;
      width: 14px;
    }
    &::after {
      border-right: 1px solid #946c45;
      border-top: 1px solid #946c45;
      height: 8px;
      right: 7px;
      width: 8px;
    }
  }
}
.main_visual-arrow {
  animation: shake-arrow .7s ease-in-out infinite alternate;
  border-left: 1px solid #946c45;
  height: 63px;
  margin: 0 auto;
  position: relative;
  width: 7px;
  &::after {
    background-color: #946c45;
    bottom: 0;
    content: "";
    height: 18px;
    left: -1px;
    position: absolute;
    transform: rotate(20deg);
    transform-origin: bottom;
    width: 1px;
  }
}
@keyframes shake-arrow {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, -15px);
  }
}
/* message */
#message {
  position: relative;
  .section-title {
    margin-bottom: 153px;
  }
}
.message-container {
  display: flex;
  column-gap: 10%;
}
.message-background{
  height: auto;
  position: absolute;
  top: -150px;
  right: 0;
  width: min(739px, calc(100vw - 5.235vw));
  z-index: -1;
}
#line path {
  animation: show-path 1s 1 forwards;
  transition: stroke-dashoffset .1s linear;
  stroke: #ffcc9a;
  stroke-width: 1;
  fill: none;
  opacity: 0;
}
@keyframes show-path {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.message-content {
  flex-shrink: 0;
  width: 450px;
}
.message-large_text {
  margin-bottom: 69px;
  padding-bottom: 62px;
  position: relative;
  &::after {
    background-color: #946c45;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 99px;
  }
  span {
    color: #000;
    display: block;
    font-size: 4rem;
    letter-spacing: .96rem;
  }
}
.message-text {
  font-size: 1.8rem;
  line-height: 1.61;
  &:not(:last-of-type) {
    margin-bottom: 1.8rem;
  }
}
.message-image {
  margin-bottom: 15px;
}
.message-image_box div {
  position: relative;
  text-align: right;
  &::before {
    background-color: #707070;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 17px;
    width: calc(100% - 157px);
  } 
}
.message-image_box p {
  &:first-of-type {
    font-size: 2.2rem;
    font-weight: bold;
  }
  &:last-of-type {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
/* story */
#story .section-title {
  margin-bottom: 156px;
}
.story-text_box {
  margin: 0 auto;
  width: min(621px, 100%);
}
.story-text, .story-text span {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.story-text:not(:last-of-type) {
  margin-bottom: 3.1rem;
}
.story-text span:first-of-type {
  display: block;
  margin-bottom: 3.1rem;
}
/* logo mark */
#logo_mark .section-title {
  margin-bottom: 127px;
}
.logo_mark-image {
  display: block;
  margin: 0 auto 78px;
  width: min(44.44%,480px);
}
.logo_mark-heavy {
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 52px;
  text-align: center;
}
.logo_mark-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  span {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
  }
}
.logo_mark-text span:nth-of-type(4)::after {
  content: "———";
  margin-left: 8px;
  letter-spacing: 0;
}
/* flow */
#flow .section-title {
  margin-bottom: 150px;
}
.flow-list {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}
.flow-background {
  padding-left: 42px;
}
.flow-item {
  position: relative;
  p {
    align-items: center;
    color: #3b4043;
    column-gap: 5.11%;
    display: flex;
    font-size: 2.2rem;
    font-weight: bold;
    height: 100%;
    left: 0;
    letter-spacing: .22rem;
    padding-right: 30px;
    position: absolute;
    top: 0;
    width: 100%;
  }
  span {
    background-color: #946c45;
    border-radius: 18px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 900;
    height: 24px;
    line-height: 23px;
    text-align: center;
    width: 83px;
  }
}
.flow-text {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .18rem;
  margin-bottom: 153px;
  text-align: center;
}
.flow-container {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.flow-content {
  width: 50.6%;
  &>p {
    background-color: #946c45;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    font-size: 2.2rem;
    font-weight: bold;
    height: 3.5rem;
    letter-spacing: .22rem;
    line-height: 3.4rem;
    margin-bottom: 30px;
    padding: 0 25px;
  }
}
.flow-box {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.flow-text_box {
  border-left: 1px solid #946c45;
  margin-left: 10px;
  min-height: 314px;
  padding-left: 30px;
}
.flow-box:last-of-type .flow-text_box {
  min-height: auto;
}
.flow-image {
  width: 45%;
}
.flow-large_text {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 40px;
}
.flow-box .flow-text {
  letter-spacing: .072rem;
  line-height: 2.17;
  margin-bottom: 0;
  text-align: left;
}
/* feature */
#feature .section-title {
  margin-bottom: 60px;
}
.feature-list {
  display: flex;
  column-gap: 4.72%;
}
.feature-item {
  border-radius: 40px;
  background-color: #fffaf5;
  padding: 0 28px 28px;
  min-height: 535px;
  flex: 1;
  p:first-of-type {
    display: flex;
    flex-direction: column;
    height: 65px;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
    span {
      letter-spacing: .24rem;
    }
  }
}
.feature-item p:first-of-type,.feature-item p:first-of-type span {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 3rem;
}
.feature-item p:nth-of-type(n+2) {
  font-size: 1.8rem;
  letter-spacing: .072rem;
  line-height: 3rem;
}
.feature-image {
  display: block;
}
.feature-item:first-of-type {
  padding-top: 37px;
  .feature-image {
    margin: 0 11px 24px auto;
    max-width: 218px;
  }
}
.feature-item:nth-of-type(2) {
  padding-top: 43px;
  p:first-of-type {
    margin-bottom: 20px;
  }
  .feature-image {
    margin: 0 auto;
    max-width: 242px;
    position: relative;
    top: 20px;
  }
}
.feature-item:last-of-type {
  padding-top: 50px;
  .feature-image {
    margin: 0 auto 40px;
    max-width: 214px;
  }
}
/* contact */
#contact {
  background: url("images/contact.png") center no-repeat;
  background-size: cover;
  min-height: 334px;
  padding: 77px 0 71px;
}
.contact-small_text {
  color: #fff;
  font-size: 2rem;
}
.contact-text {
  display: flex;
  flex-wrap: wrap;
  left: -8px;
  margin-bottom: 20px;
  position: relative;
  span {
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
  }
}
.contact-button {
  background-color: #fff;
  border-radius: 44px;
  height: 79px;
  letter-spacing: .066rem;
  line-height: 79px;
  width: min(596px, 100%);
  .button-text {
    color: #946c45;
    font-size: 2.2rem;
    left: 77px;
    letter-spacing: .066rem;
  }
  .button-icon {
    background-color: #946c45;
    height: 50px;
    right: 19px;
    width: 50px;
    &::before {
      background-color: #fff;
      height: 2px;
      right: 13px;
      width: 25px;
    }
    &::after {
      border-right: 2px solid #fff;
      border-top: 2px solid #fff;
      height: 14px;
      right: 11px;
      width: 14px;
    }
  }
}
.contact-button:hover {
  background-color: #946c45;
  .button-text {
    color: #fff;
  }
  .button-icon {
    background-color: #fff;
    &::before {
      background-color: #946c45;
    }
    &::after {
      border-color: #946c45;
    }
  }
}
/* footer */
#footer {
  padding: 40px 0 50px;
  position: relative;
  .wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 70px;
  }
}
.footer-backgroung {
  position: absolute;
  right: 0;
  top: 67px;
  width: 38.29%;
  z-index: -1;
}
.footer-left {
  flex-grow: 1;
}
.footer-contact {
  border-bottom: 1px solid #946c45;
  padding-bottom: 40px;
}
.footer-contact_small_text {
  font-size: 2rem;
  letter-spacing: .16rem;
}
.footer-contact_text {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.footer-email {
  font-size: 3rem;
}
.footer-information {
  padding-top: 138px;
}
.footer-logo {
  margin-bottom: 45px;
  width: 226px;
}
.footer-text {
  font-size: 1.6rem;
}
.footer-company_name {
  font-size: 2rem;
  margin-bottom: 13px;
}
.footer-address {
  margin-bottom: 13px;
}
.footer-business_hour {
  margin-bottom: 8px;
}
.footer-right {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  row-gap: 20px;
  width: 257px;
}
.copyright {
  font-size: 1.6rem;
  text-align: right;
  letter-spacing: 0;
}
@media (width <= 1000px) {
  /* header */
  #header {
    align-items: center;
    flex-direction: column;
    row-gap: 10px;
  }
  .header-logo {
    margin-top: 0;
  }
  /* message */
  .message-container {
    align-items: center;
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  .message-image_box {
    max-width: 521px;
  }
  .message-content {
    max-width: 450px;
    width: 100%;
  }
  
  /* flow */
  .flow-list {
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .flow-item {
    column-gap: 19px;
    width: min(352px, 100%);
  }
  .flow-box {
    flex-direction: column;
    row-gap: 20px;
    &>* {
      width: 100%;
    }
  }
  /* feature */
  .feature-list {
    flex-direction: column;
    row-gap: 30px;
    max-width: 100%;
    &:first-of-type .feature-image {
      margin: 0 auto;
      left: 11px;
      position: relative;
    }
  }
}

@media (width <= 768px) {
  * {
    font-size: 8px;
  }
  section {
    margin-bottom: 125px;
  }
  .wrapper {
    width: 89.53%;
  }
  /* header */
  #header .sns_list {
    margin-top: 0;
  }
  .header-content {
    align-items: center;
    flex-direction: column;
    row-gap: 10px;
  }
  /* main visual */
  .main_visual {
    margin-bottom: 125px;
  }
  .main_visual-text {
    gap: 32px;
  }
  .main_visual-button {
    margin-bottom: 20px;
  }
  /* message */
  #message .section-title {
    margin-bottom: 77px;
  }
  .message-background{
    top: -75px;
  }
  /* story */
  #story .section-title {
    margin-bottom: 78px;
  }
  /* logo mark */
  #logo_mark .section-title {
    margin-bottom: 69px;
  }
  .logo_mark-image {
    margin-bottom: 39px;
    width: 270px;
  }
  /* flow */
  #flow .section-title {
    margin-bottom: 75px;
  }
  .flow-text_box {
    margin-left: 5px;
    padding-left: 15px;
  }
  .flow-text {
    margin-bottom: 77px;
  }
  /* feature */
  .feature-item {
    min-height: 464px;
  }
  /* contact */
  .contact-button .button-text {
    left: 39px;
  }
  /* footer */
  #footer .wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
  .footer-information {
    padding-top: 69px;
  }
  .footer-right {
    width: 100%;
  }
}