@charset "utf-8";
/****************
default
****************/
body{
  font-family: var(--nomal);
  color: var(--color-black);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
}
html{
  scroll-behavior: smooth;
}
::marker {
  font-size: 8px;
}
/**opening**/
.opening {
  position: absolute;
  width: 100%;
  height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.opening-logo {
  opacity: 0;
  filter: blur(10px);
  animation: opening 4s 0s ease both;
  position: fixed;
}
@keyframes opening {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  50% {
    opacity: 1;
    filter: blur(0);
  }
  100% {
    opacity: 0;
    filter: blur(10px);
  }
}
.opening_wrap {
  width: 50vw;
  margin-bottom: 6vw;
  margin-inline: auto;
}
.opening-logo img {
  margin-inline: auto;
  width: 100%;
  max-width: 600px;
}
.opening-logo--visible {
  opacity: 1;
}
.opening-logo p {
  font-size: 2rem;
  font-weight: 400;
}
/***/
.sp_only {
  display: none;
}
.late_line {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: justify;
  display: none;
}

.textanimation{
  letter-spacing: 2px;
}
.textanimation span {
opacity: 0;
filter: blur(10px);
animation: blur 1s 0s ease both;
}
.lateanimation span {
  opacity: 0;
  filter: blur(10px);
  animation: blur 1s 0s ease both;
}
.pc_bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.body_inner {
  display: grid;
  grid-template-columns: 1fr min(767px, 100%) 1fr;
  opacity: 0;
}
.body_inner.opening--out {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.left__wrap {
  width: 100%;
  height: 100svh;
}
.main_content {
  width: min(767px, 100%);
  margin-inline: auto;
  background: #FAFAFA;
  box-shadow: 2px 1px 17px 3px #b5b5b5;
  grid-column: 2 / 3;
  grid-row: 1;
  overflow: hidden;
}
.top_logo {
  opacity: 0;
  filter: blur(10px);
}
.top_logo img {
  margin-inline: auto;
  width: min(260px, 40%);
}
.theme_title {
  opacity: 0;
}
.main_img {
  position: fixed;
  bottom: 8px;
  right: 8px;
}
.global_nav__wrap {
  height: 100%;
  grid-column: 3 / -1;
  background: #f2f1ef url(../img/right_bg.png)repeat-x top right;
  background-attachment: fixed;
  background-size: 700px;
  min-width: 490px;
}
.nav_area__logo {
  margin-bottom: var(--space-lll);
}
.global_nav {
  position: fixed;
  margin-top: 120px;
  padding-bottom: var(--space-huge);
  padding-inline: max(64px, 5%);
  height: calc(100svh - 52px);
  overflow-y: auto;
  z-index: 10;
}
.global_nav li {
  font-size: var(--size-double);
  font-family: var(--flux);
  line-height: 2;
  margin-top: var(--space-m);
}
.global_nav li:has(li):not(:first-child) {
  margin-top: 24px;
}
.global_nav a {
  color: var(--black-b);
  &.current {
    color: #a34105;
  }
}
.global_nav li > ul > li {
  display: flex;
  align-items: center;
  gap: var(--space-nomal);
  margin-left: var(--space-nomal);
  font-size: 1.7rem;
}
.global_nav li > ul > li:before {
  content: "";
  background: #222;
  width: 8px;
  height: 2px;
}
.subnav {
  margin-top: 32px;
  position: relative;
  z-index: 10;
}
.change_lang {
  display: flex;
  gap: 8px;
  font-size: 1.2rem;
}
.change_lang p + p {
  content: "/";
}
.change_lang p + p:before {
  content: "/";
  padding-right: 8px;
}
.sns {
  margin-top: 16px;
}
.right_img {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 340px;
}
.right_img img {
  width: 100%;
}
.sp_nav__list li {
  font-size: 7vw;
  font-family: var(----flux);
  font-weight: 400;
}
.sp_nav__list li + li {
  margin-top: 8px;
}
.sp_nav__list li > ul > li {
  display: flex;
  align-items: center;
  gap: var(--space-nomal);
  margin-left: var(--space-nomal);
  font-size: 6vw;
}
.sp_nav__list li > ul > li:before {
  content: "";
  background: #222;
  width: 8px;
  height: 2px;
}
.sp_nav__list a {
  color: #221815;
}
/** sp nav **/
.humberger {
  display: none;
}
.sp_nav {
  height: 100%;
  padding: 100px 3% 50px;
  overflow-y: scroll;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.-active {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.humberger {
  position: fixed;
  z-index: 100;
  border: none;
  cursor: pointer;
  top: 0;
  right: 0;
  height: 41px;
  width: 41px;
  background: var(--color-brown);
}
.humberger__line {
  display: block;
  height: 1px;
  position: absolute;
  width: 27px;
  background-color: #fff;
  transition: 0.4s;
  left: 7px;
}
.humberger__line:before,
.humberger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #fff;
  transition: inherit;
}
.humberger.-active .humberger__line {
  background-color: transparent;
}
.humberger.-active .humberger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.humberger.-active .humberger__line::after {
  top: 0;
  transform: rotate(-45deg);
}

.humberger__line:before {
  top: -8px;
}
.humberger__line:after {
  top: 8px;
}
.sp_nav__wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #f9f9f8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  padding: 13vw 10vw 10vw;
  overflow-y: auto;
}
.sp_nav__wrap.-active {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.sp_nav__list {
  padding: 50px 2%;
}
.sp_nav_logo img {
  margin-inline: auto;
}
#page_top {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 1;
}
#page_top a {
  background: #fff;
  color: var(--color-brown);
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-block;
  border: 1px solid;
}
#page_top a:after {
  content: "";
  position: absolute;
  left: 38%;
  top: 38%;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  box-sizing: border-box;
  border-top: 2px solid;
  border-left: 2px solid;
}
#page_top a:hover {
  background-color: var(--color-brown);
  color: #fff;
  text-decoration: none;
}
.br {
  display: inline-block;
}

/*main*/
header {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_logo {
  margin-top: 32px;
}
.site_logo {
  width: 270px;
}
.site_logo img {
  width: 100%;
}
#area-1, #area-4 {
  padding-top: var(--space-huge);
}
#area-1 {
  background: #fff;
}
#area-2 { background: #f1e7e3;}
#area-3 { background: #f0f7f7;}
#area-5, #area-6 { background: linear-gradient(0deg, #fff 0%, #fff 55%,#f7f4f0 50%, #f7f4f0 100%);}
.content__wrap {
  padding-top: var(--space-lll);
}
.content__inner {
  width: 85%;
  margin-inline: auto;
}
.content__text__wrap {
  width: 85%;
  margin-inline: auto;
  margin-bottom: var(--space-large);
}
.section_title {
  font-family: var(--flux);
  width: fit-content;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--color-gray);
}
#area-3 .section_title {
  gap: 16px;
}
.section_title .name {
  font-size: 4rem;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  letter-spacing: .1rem;
}
.section_title p {
  font-size: var(--size-double);
  font-weight: 400;
  line-height: 1;
}
.item_title {
  font-family: var(--flux);
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 4rem;
}
.item_title {
  font-size: 2rem;
  color: var(--color-gray);
}
.item_title .name {
  font-size: 3.2rem;
}
.theme {
  padding-inline: 7%;
  margin-top: var(--space-huge);
  letter-spacing: var(--letterspace-m);
  padding-bottom: var(--space-l);
  position: relative;
}
.theme_title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
}
.main_theme_txt {
  margin-top: var(--space-mm);
  line-height: 2;
  min-height: 220px;
  text-align: left;
}
.main_theme_txt {
  width: min(580px, 100%);
  margin-inline: auto;
}

.content_title {
  font-size: 4rem;
  font-weight: 400;
  color: var(--color-gray);
}
.slideConts{
  opacity: 0;
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
}
.slide{
  animation: slideAnime 2s ease forwards;
}
@keyframes slideAnime {
  from {
  opacity: 0;
  translate: 0 13%;
  }

  to {
  opacity: 1;
  translate: 0;
  transition-timing-function:
    opacity var(--ease-out-cubic),
    translate var(--ease-out-quint);
  transition-duration: 1.8s;
  }
}
.txt1 {animation-delay: 0.2s;}
.txt2 {animation-delay: 0.6s;}
.txt3 {animation-delay: 1.0s;}
.txt4 {animation-delay: 1.4s;}
.txt5 {animation-delay: 1.8s;}

.theme_img {
  width: 100%;
  margin-inline: auto;
}
.theme_img img {
  width: 100%;
}
.scroll {
  writing-mode: vertical-rl;
  position: absolute;
  bottom: 100px;
  left: 30px;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}
.scroll:after {
  background: #222;
  content: "";
  height: 100px;
  width: 1px;
  position: relative;
  animation: line 2s ease-in-out infinite;
}
@keyframes line{
  0% {
    clip-path:inset(0% 0% 100% 0%);
  }
  50% {
    clip-path:inset(0% 0% 0% 0%);
  }
  100% {
    clip-path:inset(100% 0% 0% 0%);
  }
}
.line_theme {
  text-align: center;
  font-size: var(--size-main);
  display: grid;
  grid-template-columns: 60px 480px 60px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 90%;
  margin-inline: auto;
  letter-spacing: var(--letterspace-l);
  margin-bottom: var(--space-huge);
  font-weight: 400;
  /*font-family: var(--flux);*/
}
.line_theme:before, .line_theme:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #221815;
}
.line_theme:after {
  margin-left: -20px;
}
.cateimg_01 {
  margin-left: -20%;
  grid-area: 1 / -1;
}
.cate_area {
  display: grid;
  position: relative;
}
.cate02 .theme_txt {
  align-items: end;
} 
.cate_title {
  grid-area: 1 / -1;
  z-index: 1;
  margin-top: -49px;
  font-size: 2.6rem;
  letter-spacing: var(--letterspace-m);
  font-family: var(--flux);
  font-weight: 300;
  color: var(--color-gray);
}
.img_02 {
  width: 80%;
  margin: 48px -15% 60px auto;
  overflow: hidden;
}
.rose {
  position: absolute;
  bottom: 45px;
  left: -28px;
  width: 200px;
}
.fade img {
  opacity: 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 1s ease-out;
  transition: all 2s ease-out;
}
.fade.move img {
  opacity: 1;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.icon_at:before {
  content: "@";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
span.icon_at {
  position: relative;
  padding: 6px;
}

.blur {
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);

  opacity: 0;
  filter: blur(1em);
  scale: 1.1;

  &.move {
    opacity: 1;
    filter: blur(0);
    scale: 1;
    transition:
      scale 1s var(--ease-out-quart),
      opacity 1s var(--ease-out-quart),
      filter 1.4s var(--ease-out-quart);
  }
  &.isActive {
    opacity: 1;
    filter: blur(0);
    scale: 1;
    transition:
      scale 2s var(--ease-out-quart),
      opacity 2s var(--ease-out-quart),
      filter 1.5s var(--ease-out-quart);
  }
}
.fade-out {
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  /*--ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);*/
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1.18);
  opacity: 0;
  translate: 0 30%;

  &.move {
    opacity: 1;
    translate: 0;
    transition-timing-function:
      opacity var(--ease-out-cubic),
      translate var(--ease-out-quint);
    transition-duration: 1.8s;
  }
  &.isActive {
    opacity: 1;
    translate: 0;
    transition-timing-function:
      opacity var(--ease-out-cubic),
      translate var(--ease-out-quint);
    transition-duration: 1.8s;
  }
}
.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeUp.move {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}



.slideLeft {
  will-change: transform, opacity;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slideLeft.move {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slideRight {
  will-change: transform, opacity;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slideRight.move {
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.item_word {
  font-size: var(--size-main);
  margin-top: var(--space-ll);
  font-weight: 700;
  text-align: center;
}
.theme_txt {
  font-size: 1.1rem;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 2;
  margin-top: var(--space-mm);
  letter-spacing: .1rem;
}
.message {
  font-size: var(--size-main);
  font-weight: 500;
  margin-top: 24px;
  text-align: center;
  /*font-family: var(--flux);*/
  color: var(--color-gray);
  letter-spacing: var(--letterspace-l);
}
.item_info__wrap {
  margin-inline: auto;
  padding-bottom: var(--space-large);
  padding-top: var(--space-lll);
  padding-inline: 7%;
  background: #fff;
}
.item_01 {
  width: 100%;
  max-height: 550px;
  overflow: hidden;
}
.item_dl {
  display: grid;
  grid-template-columns: 160px 1fr;
  letter-spacing: .1rem;
}
.item_name {
  border-bottom: 1px solid;
  margin-bottom: var(--space-mm);
  padding-bottom: var(--space-mm);
}

.item_name p {
  font-size: var(--size-m);
  margin-top: var(--space-nomal);
}
.button_buy {
  width: 95%;
  margin-inline: auto;
  margin-top: 48px;
}
.button_buy a {
  display: flex;
  background: var(--color-black);
  padding: 24px 16px;
  font-size: 1.3rem;
  letter-spacing: .1rem;
  align-items: center;
  justify-content: center;
  transition: .3s ease-in-out;
  color: #fff;
  gap: 32px;
  line-height: 1;
}
.arrow {
  transition: .5s ease-in-out;
  position: relative;
}
.arrow:before,
.arrow:after{
  position: absolute;
  right: -16px;
  margin-inline: auto;
  content: "";
  vertical-align: middle;
}
.arrow:before {
  width: 30px;
  height: 1px;
  background: #fff;
}
.arrow:after{
  width: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(32deg);
  top: -3px;
  border-top: 1px solid #fff;
}
.button_buy a:hover .arrow {
  transform: translateX(16px);
}
.cateimg_02 {
  margin-right: -20%;
  grid-area: 1 / -1;
}
.cate_info__wrap {
  padding-bottom: var(--space-large);
  padding-top: var(--space-ll);
  line-height: 1.8;
}
.item_03 {
  width: 70%;
  margin-inline: auto;
  overflow: hidden;
  background: #fff;
}
.word_wrap {
  padding-top: var(--space-l);
}
.about_message {
  padding-top: var(--space-m);
  line-height: 1.8;
  letter-spacing: 0.1rem;
  background: #f2f1ef;
  padding: 16px 20px;
  border: 1px solid #ddd;
}
.copyright {
  text-align: center;
  margin-bottom: 8px;
  margin-top: 8px;
}
.about_company {
  margin-top: var(--space-huge);
  padding-top: var(--space-l);
  border-top: 1px solid;
}
.parallax_content {
  clip-path: inset(0);
  width: 768px;
  height: 260px;
  padding: 16px;
  box-sizing: border-box;
  color: #fff;
}

.parallax_content::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.parallax_content.img_bg_01::after {
  background: url(../img/bouquet.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.parallax_content.img_bg_02::after {
  background: url(../img/lac.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.word_set.move span{
  opacity: 0;
  animation: letter-glow 0.7s 0s ease both, blur 1s 0s ease both;
}
.text.move span{
  opacity: 0;
  animation: letter-glow 0.7s 0s ease both, blur 1s 0s ease both;
}
.message.move strong {
  opacity: 0;
  filter: blur(10px);
  animation: letter-glow 0.7s 0s ease both, blur 2s 0s ease both;
  font-size: 2rem;
  animation-delay: .5s;
}
.item_info {
    border-top: 1px dotted;
    padding-top: 16px;
    border-bottom: 1px solid;
    padding-bottom: 16px;
}
dl.item_description_dl {
    display: grid;
    grid-template-columns: 104px 1fr;
    letter-spacing: .1rem;
}
.item_description {
    margin-bottom: var(--space-m);
}
.item_description p + p {
  margin-top: var(--space-nomal);
}
.contact_btn {
  width: fit-content;
  margin-top: 8px;
}
.contact_btn a {
  color: #fff;
  background: #707070;
  padding: 4px 16px;
  line-height: 1.2;
}
.theme_img {
  opacity: 0;
  transform: scale(0.8);
  filter: blur(10px);
  transition: transform 4s ease-in-out, opacity 4s ease-in-out, filter 4s ease-in-out;
  width: 430px;
}

.theme_img.scale-in {
  opacity: 1;
  transform: scale(1);
  filter: blur(0px);
}
.center_title {
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--color-gray);
    text-align: center;
    margin-top: var(--space-ll);
}
.address {
    margin-top: 20px;
    font-size: 1.2rem;
    color: var(--color-brown);
    font-weight: 500;
}