@charset "UTF-8";

/* ==================================
background
==================================*/
body,
html {
  height: 100%;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  color: #4F4A45;
  font-weight: 400;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.background {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  color: white;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  /* 最初は透明 */
  transition: opacity 1.5s ease-in-out;
  /* ふわっと切り替えるアニメーション */
}

.bg1 {
  background-image: url('../img/top_1.png');
}

.bg2 {
  background-image: url('../img/store_regist_images_4_store_regist_images_4_EC257A08-52C0-4AB4-AA40-C94D722798E5.jpg');
}

.bg3 {
  background-image: url('../img/WORKSHOP__6.png');
}

.bg4 {
  background-image: url('../img/COLLECTION_9.png');
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

/* 最初に表示される背景 */
.bg1 {
  opacity: 1;
}

/* アクティブ時に透明度を変える */
.bg.active {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.header {
  display: flex;
  flex-direction: column;
  padding-left: 5%;
  padding-top: 20px;
}

.storeSubname {
  font-size: 1.0rem;
  font-weight: 500;
  letter-spacing: 0.6px;
}

.storeName {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.6px;
}

.icon-box {
  position: fixed;
  flex-direction: column;
  top: 100px;
  right: 3%;
  z-index: 6000;
}

.icon-box img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  cursor: pointer;
}

.guideBtn {
  margin-top: 10px;
}

.shopBtn {
  margin-top: 10px;
  margin-left: -2px;
}

.titleBox {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

h1 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 3.2px;
}

.storeTitle {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.2em;
}

.scrollBox {
  position: absolute;
  bottom: -58px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scroll {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 2px;
}

.line {
  padding-top: 2px;
  text-align: center;
}

.line img {
  height: 83px;
}

/* navの初期表示 */
.nav {
  background: rgba(79, 74, 69, 0.9);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  transform: translateX(-100%);
  transition: transform 0.4s;
  cursor: pointer;
  will-change: transform;
}

.navHeader {
  display: flex;
  align-items: center;
  padding: 50px 60px 0;
  box-sizing: border-box;
  width: 100%;
}

.navTitle {
  font-size: 2.4rem;
  margin-right: 160px;
  margin-bottom: 10px;
}

.navBtn {
  cursor: pointer;
}

/* .navBtn img {
  width: 18px;
  height: auto;
  vertical-align: -8px;
} */

.navList {
  padding: 40px 0;
  margin: 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  width: 300px;
}

.navItem {
  font-size: 1.6rem;
  letter-spacing: 0.56px;
  padding-bottom: 28px;
  padding-left: 8px;
  cursor: pointer;
}

.navsubTitle {
  margin-top: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 1.6px;
  margin-left: 67px;
}

/* .nav.active表示 */
.nav.active {
  transform: translateX(0);
}

/* background pc */
@media screen and (min-width:769px) {
  .background {
    /* background-image: url('../img/top_1.png'); */
    min-height: 100vh;
  }

  .nameBox {
    padding-left: 3%;
    margin-top: -70px;
  }

  h1 {
    font-size: 2.2rem;
    letter-spacing: 5.6px;
  }

  .storeTitle {
    font-size: 1.2rem;
    font-weight: 300;
    margin-top: 10px;
  }
  .icon-box { 
    top: 250px;
    right: 2%;
  }
  .icon-box img {
    width: 28px;
    height: 28px;
  }

  .guideBtn {
    margin-top: 14px;
  }

  .shopBtn {
    margin-top: 14px;
  }

  .scrollBox {
    position: absolute;
    bottom: -68px;
  }

  .scroll {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 2px;
  }

  .line img {
    height: 90px;
  }

  /* pc用nav */
  .nav {
    transform: translateX(-100%);
    width: 390px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
  }

  .navHeader {
    padding: 80px 50px 10px;
  }

  .navTitle {
    margin-right: 0;
  }

  .navBtn {
    padding-left: 150px;
  }

  .navList {
    padding: 30px 0 0;
    margin: 0 40px;
  }

  .navsubTitle {
    font-size: 1rem;
    /* サブタイトルのフォントサイズ */
    margin: 30px 40px;
  }
}

/*==================================
main
==================================*/

.sectionConcept {
  background-color: #a29e97;
  /* background-image: url('../img/DREAM_2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  color: #FFF;
  padding: 30px 10% 60px;
}

.conceptTxt {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 2.5px;
  text-align: left;
  padding-left: 25%;
  opacity: 0;
  transition: opacity 1s ease-out;
}

.conceptTxt.visible {
  opacity: 1;
}

.conceptBox {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.conceptImg {
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: opacity 1s ease-out;
  /* ふわっと表示させる */
}

/* 画像が表示された時にopacityが1に変わる */
.conceptImg.visible {
  opacity: 1;
}

.conceptImg img {
  width: 100%;
  height: auto;
  max-width: 300px;
  object-fit: contain;
}

.conceptAccesary {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 2px;
  padding-top: 30px;
  opacity: 0;
  transition: opacity 1s ease-out;
}

.conceptAccesary.visible {
  opacity: 1;
}

/* Concept PC */
@media screen and (min-width:769px) {
  .sectionConcept {
    padding: 60px 10% 60px;
  }

  .conceptTxt {
    /* font-size: 1.6rem;
    line-height: 2;*/
    letter-spacing: 3px;
    padding-left: 44%;
  }

  .conceptBox {
    margin: 50px 5%;
    flex-direction: row;
    /* 横並びに変更 */
    justify-content: space-between;
  }

  .conceptImg img {
    max-width: 380px;
  }

  .conceptAccesary {
    font-size: 1.4rem;
    line-height: 30px;
    letter-spacing: 5px;
    margin-left: 5.5%;
  }
}

/*==================================
Product
==================================*/
.sectionProduct {
  background-color: #f9f9f9;
  padding: 40px 10% 0;
}

.productTxt {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.2px;
  padding-top: 10px;
}

.slider {
  margin-top: 40px;
}

.sliderItem img {
  width: 320px;
  height: 320px;
  margin: 0 auto 20px;
}

/* product PC */
@media screen and (min-width:769px) {
  .sectionProduct {
    padding: 40px 28% 0;
  }

  .productTxt {
    line-height: 1.4;
    letter-spacing: 0.3em;
  }

  .slider {
    margin-top: 40px;
  }

  .sliderItem img {
    width: 400px;
    height: auto;
  }
}

/*==========================
slick
==========================*/
.slick-slider {
  overflow: hidden;
}

.slider__item {
  width: auto;
}

.slick-dots {
  position: static;
  padding-bottom: 50px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/*==================================
contents
==================================*/
.sectionContents {
  background-color: #f9f9f9;
  font-family: "Sawarabi Gothic", sans-serif;
  padding-top: 60px;
}

.contentsList {
  opacity: 0;
  transition: opacity 1s ease-out;
  /* ふわっと表示させる */
}

/* 画像が表示された時にopacityが1に変わる */
.contentsList.visible {
  opacity: 1;
}


.contentsBox {
  background-color: #f9f9f9;
  padding: 0 10%;
  display: flex;
  /* 親要素をflexboxに変更 */
  flex-direction: column;
  /* 要素を縦に並べる */
}

.contentsSubtitle {
  font-size: 1.2rem;
  letter-spacing: 0.42px;
  padding-top: 20px;
}

h3 {
  color: #656B61;
  font-family: "Aboreto", serif;
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  display: inline-block;
  /* 幅の調整に必要 */
  border-bottom: 1px solid #656B61;
  width: 258px;
  margin-top: 4px;
}

/* SP版（768px未満）の時だけ <br> を表示 */
.contentsTheme br {
  display: block;
}

h4 {
  font-size: 1.6rem;
  margin-top: 20px;
}

.contentsTxt {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.2px;
}

.contentsGuide {
  margin-top: 30px;
  margin-bottom: 50px;
  font-family: "Sawarabi Mincho";
  font-size: 1.2rem;
  display: inline-block;
  /* 幅の調整に必要 */
  border-bottom: 1px solid #656B61;
  align-self: flex-end;
}

.contentsGuide:hover {
  cursor: pointer;
}

.contentsImg {
  padding: 0 10%;
}

.contentsImg img {
  width: 300px;
  height: auto;
}

/* product PC */
@media (min-width: 768px) {
  .sectionContents {
    background-color: #d1cfc9;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 8% 0;

  }

  .contentsList {
    background-color: #d1cfc9;
    display: flex;
    align-items: stretch;
    margin-bottom: 60px;
  }

  .contentsList:nth-of-type(2) {
    align-self: flex-end;
    margin-left: auto;
  }

  .contentsBox {
    padding: 20px 5%;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .contentsImg {
    flex: 1;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
  }

  .contentsImg img {
    width: 400px;
    height: auto;
    object-fit: cover;
  }

  .contentsSubtitle {
    font-size: 1.4rem;
    letter-spacing: 2.08px;
  }

  .contentsTitle {
    font-size: 3.2rem;
    letter-spacing: 3.4px;
    display: inline-block;
    border-bottom: 1px solid #656B61;
    width: 460px;
  }

  .contentsTheme {
    font-size: 1.6rem;
    letter-spacing: 0.9px;
    margin-top: 30px;
  }

  .contentsTheme br {
    display: none;
  }

  .contentsTxt {
    font-size: 1.4rem;
    line-height: 28px;
    letter-spacing: 0.8px;
  }

  .contentsGuide {
    text-align: right;
    font-family: "Sawarabi Mincho";
    font-size: 1.4rem;
    letter-spacing: 0.98px;
    display: inline-block;
    border-bottom: 1px solid #656B61;
  }

  .contentsGuide:hover {
    text-decoration: underline;
    cursor: pointer;
  }
}

/*==================================
topics
==================================*/
.sectionTopics {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: 100%;
  font-family: "Sawarabi Gothic";
  color: #4F4A45;
  background-color: #F6F8EF;
  padding: 60px 10% ;
  height: auto;
  overflow: hidden;
}
.topicsMainimg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
    /* 親要素の高さに合わせる */
}
.topicsMainimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.topicsWrapper {
  width: 100%;
  z-index: 10;
  background-color: #F6F8EF;
}

.topicsBox {
  padding: 30px 6%;
}
.topicssubTitle{
  font-family: "Sawarabi Mincho";
  font-size: 1.2rem;
  letter-spacing: 0.8px;
}
.topicsTitle {
  font-family: "Sawarabi Mincho";
  font-size: 2rem;
  line-height: 22px;
  /* letter-spacing: 0.6px; */
  margin-top: 10px;
}
/* 下線を追加 */
.topicsTitle::after {
  content: "";
  display: block;
  width: 260px;
  /* 線の長さ */
  height: 0.5px;
  background-color: #4F4A45;
  margin: 20px auto ;
  /* 上に余白を設けてセンター配置 */
}
.topicsTxt {
  line-height: 20px;
  letter-spacing: 1;
  font-size: 1.4rem;
}
.topicsImg img {
  max-width: 100%;
  height: auto;
}
.guideWrapper {
  margin-top: 30px;
  margin-right: 5%;
  text-align: right;
  text-decoration: underline;
}

.topicsLink {
  font-size: 1.2rem;
  line-height: 35px;
  letter-spacing: 0.7px;
}



/* topis PC */
@media (min-width: 768px) {
  .sectionTopics {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    /* はみ出た要素を隠す */
    max-width: 100%;
    /* 親要素の幅を超えないように */
    font-family: "Sawarabi Gothic";
    color: #4F4A45;
    background-color: #F6F8EF;
    padding: 120px auto;
  }

  .topicsMainimg {
    position: absolute;
    right: 0;
    top: 0;
    width: 530px;
    height: auto;
  }

  .topicsMainimg img {
    width: 100%;
    height: auto;
    display: block;
  }

  .topicsWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 960px;
    z-index: 10;
    gap: 30px;
    background-color: #F6F8EF;
  }

  .topicsBox {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .topicssubTitle {
    font-family: "Sawarabi Mincho";
    font-size: 1.6rem;
    letter-spacing: 0.8px;
  }

  .topicsTitle {
    font-family: "Sawarabi Mincho";
    font-size: 3rem;
    line-height: 22px;
    letter-spacing: 0.68px;
    margin-top: 20px;
  }

  /* 下線を追加 */
  .topicsTitle::after {
    content: "";
    display: block;
    width: 420px;
    /* 線の長さ */
    height: 1px;
    /* 線の幅（太さ） */
    background-color: #4F4A45;
    margin: 20px auto 0;
    /* 上に余白を設けてセンター配置 */
  }

  .topicsTxt {
    line-height: 30px;
    letter-spacing: 1;
    font-size: 1.4rem;
    padding-top: 20px;
    padding-left: 0;
  }

  .topicsImg {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .topicsImg img {
    max-width: 420px;
    height: auto;
  }

  .guideWrapper {
    margin: 0;
    padding: 0;
    text-align: right;
    text-decoration: underline;
  }

  .topicsLink {
    font-size: 1.4rem;
    line-height: 35px;
    letter-spacing: 0.7px;
  }
}
/*==================================
about
==================================*/
.sectionAbout {
  background-color: #d1cfc9;
  padding: 40px 10% 60px;
  font-family: "Sawarabi Gothic";
  color: #4F4A45
}

.sectionAbout .sectionTitle {
  font-family: "Aboreto", serif;
  font-size: 3.2rem;
  letter-spacing: 1.92px;
  text-align: left;
}

.floristImg {
  margin-top: 30px;
}

.floristImg img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.floristName {
  font-size: 2.2rem;
  font-family: Aboreto;
  letter-spacing: 0.6px;
  line-height: 1.2;
  display: inline-block;
  /* 幅の調整に必要 */
  border-bottom: 1px solid #4F4A45;
  width: 296px;
  /* 下線の幅を指定 */
  margin-top: 30px;
  margin-bottom: 10px;
}

.floristTxt {
  font-size: 1.4rem;
  line-height: 20px;
  margin-top: 1rem;
  /* font-family: "Sawarabi Mincho"; */
}

/* product PC */
@media (min-width: 768px) {
  .sectionAbout {
    padding: 60px 0 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .sectionAbout .sectionTitle {
    font-size: 3.2rem;
    letter-spacing: 9px;
    margin-inline-end: 43%;
  }

  .aboutContents {
    margin-top: 30px;
    justify-content: center;
    display: flex;
    gap: 100px;
    width: 100%;
  }

  .floristImg img {
    max-width: 280px;
    height: auto;
  }

  .floristBox {
    max-width: 600px;
    /* テキストブロックの横幅を制限 */
  }

  .floristName {
    font-size: 2.8rem;
    letter-spacing: 2.24px;
    display: inline-block;
    border-bottom: 1px solid #4F4A45;
    width: 360px;
    line-height: 50px;
    margin-top: 40px;
  }

  .floristTxt {
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 20px;
  }

  .topicsLink,
  .topicsguide {
    font-size: 1.4rem;
  }
}

/*==================================
Information
==================================*/
.sectionInformation {
  background-color: #FFF;
  padding-top: 40px;
  color: #342B2B;
  font-family: "Sawarabi Gothic";
}
.informationWrapper {
  padding-bottom: 30px;
}

.sectionInformation .sectionTitle {
  font-family: Aboreto;
  font-size: 3.2rem;
  letter-spacing: 1.9px;
  padding-left: 10%;
}

.informationBox {
  margin: 30px 10%;
}

.informationTxt {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.imformationImg img {
  max-width: 100%;
  height: auto;
  /* アスペクト比を保持して高さを自動調整 */
}


/* information PC */
@media (min-width: 768px) {
  .sectionInformation {
    display: flex;
    color: #342B2B;
    justify-content: space-between;
    padding: 0 0;
    gap: 30px;
  }

  .informationWrapper {
    padding-left: 15%;
    padding-bottom: 0;
  }

  .sectionInformation .sectionTitle {
    font-size: 3.2rem;
    letter-spacing: 6px;
    margin: 50px 0 30px;
    padding-left: 0;
  }

  .informationBox {
    margin: 30px 0;
  }

  .informationTxt {
    line-height: 20px;
    letter-spacing: 1px;
  }
}

/*==================================
footer
==================================*/
.footer {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #4F4A45;
  color: #FFF;
  text-align: center;
  font-family: "Sawarabi Gothic";
}

.footerSubitle {
  font-size: 1.0rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-top: 40px;
}

.footerTitle {
  font-size: 2.4rem;
  letter-spacing: 0.5px;
}

.footerAccesary {
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 1rem;
  letter-spacing: 1.2px;
}

.footerNav {
  display: none;
}

.footerNavItem {
  margin-top: 20px;
}

.footerBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.footerIcon img {
  width: 24px;
  height: auto;
}

.copy {
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  margin-top: 30px;
}

/* footer PC */
@media (min-width: 768px) {
  .footerSubitle {
    font-size: 1.4rem;
  }

  .footerTitle {
    font-size: 2.6rem;
    letter-spacing: 0.6px;
  }

  .footerNav {
    margin-top: 30px;
    display: block;
  }

  .footerNavList {
    display: flex;
    justify-content: center;
    gap: 64px;
    /* ナビゲーション項目間の間隔を調整 */
  }

  .footerNavItem {
    margin-top: 0;
    /* 上部のマージンをリセット */
    color: #FFF;
    font-family: "Sawarabi Gothic";
    font-size: 1.4rem;
    letter-spacing: 0.64px;
  }

  .footerAccesary {
    margin-top: 60px;
    font-size: 1.2rem;
    letter-spacing: 1.5px;
  }

  .footerBox {
    margin-top: 60px;
    gap: 40px;
  }

  .footerIcon img {
    width: 40px;
    height: auto;
  }

  .copy {
    font-size: 1.4rem;
    letter-spacing: 0.7px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}