@charset "utf-8";

/* common */
*{
  font-family: 'BIZ UDPMincho', serif;
  font-weight: 400;
}

html {
  font-size: 62.5%;
  background-color: #f5f5f3;
}

body{
  background-image: url(../img/bg.png);
  background-size: contain;
}

main{
  font-weight: 600;
  font-size: 1.6em;
  color: #442F0B;
  letter-spacing: 0.2em;
  line-height: 1.67;
}

img {
  max-width: 100%;
  height: auto;
}

.pc{
  display: block;
}

.sp{
  display: none;
}

.en{
  font-family: 'Playfair Display', serif;
  font-weight: 900;
}

/* -------------------------------------
 *      ナビ
 * ------------------------------------- */
.nav {
  position: fixed;
  z-index: 999;
  padding: 48px 0 0 30px;
}

.nav nav ul li:not(:first-child){
  margin-top: 33px;
}

.nav nav ul li a{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.17em;
  color: #A17A94;
}

/* -------------------------------------
 *      メインビジュアル
 * ------------------------------------- */
.mv{
  position: relative;
  height: 100vh;
}

.mv_ttl{
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.mv_img{
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.mv_ttl{
  z-index: 1;
  font-size: 39px;
  color: #FBF8F4;
  text-align: center;
  line-height: 1.4;
  padding-top: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.mv_ttl span{
  display: block;
  font-size: 100px;
}

.mv_img::after{
  content: "";
  background-image: url(../img/mv-deco.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 751px;
  height: 204px;
  position: absolute;
  right: -8%;
  bottom: 27%;
}

@media screen and (min-width:767px) {
  .mv_img{
    min-width: 540px;
  }

  .mv_img::after{
    min-height: 172px;
    min-width: 633px;
  }
}

@media screen and (max-width:1280px){
  .mv_img::after{
    width: 58.67vw;
    height: 15.94vw;
    position: absolute;
    right: -8%;
    bottom: 27%;
  }
}

/* -------------------------------------
 *      コンテンツ共通
 * ------------------------------------- */
.article-area{
  margin-top: 220px;
}

.section-area{
  margin: 0px auto;
  max-width: 1080px;
  padding: 0 40px;
}

.cts-ttl{
  font-size: 56px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #A17A94;
}

.cts-lead{
  margin-top: 70px;
  font-size: 18px;
  text-align: center;
  line-height: 2.7;
}

.flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}


/* -------------------------------------
 *      ABOUT
 * ------------------------------------- */
#about.article-area{
  margin-top: 250px;
}

.about_list{
  margin-top: 112px;
}

.about_list li:not(:first-child){
  margin-top: 220px;
}

.about_list li:nth-child(even) {
  flex-direction: row-reverse;
}

.about_list--dsc{
  width: 52%;
}

.about_list--dsc-ttl{
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #e5a4a4;
  display: inline-block;
}

.about_list--dsc-txt{
  margin-top: 30px;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 2.7em;
}

.about_list--dsc-txt a{
  color: #A17A94;
  margin: 0 5px;
}

/* ======= profile ========= */
.profile{
  background-color:rgba(230,226,208,0.3);
  margin-top: 220px;
  padding: 90px 40px;
}

.profile_area{
  max-width: 810px;
  margin: 0 auto;
  justify-content: space-between;
  /* gap: 60px; */
}

.profile_area figure{
  width: 30%;
}

.profile_area--dsc{
  padding-top: 30px;
  width: 65%;
}

.profile_area--dsc-name{
  font-size: 32px;
  letter-spacing: 0.2em;
  font-weight: 500;
  border-bottom: 1px solid #e5a4a4;
  display: inline-block;
}

.profile_area--dsc-txt{
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2em;
  text-indent: -1em;
  padding-left: 1em;
}

.profile_area--dsc-txt span{
  color: #e5a4a4;
}

.profile_area--note{
  max-width: 810px;
  margin: 50px auto 0;
  padding: 50px 60px;
  border: 1px solid #e5a4a4;
}

.profile_area--note p{
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 2.5em;
}

.profile_area--note p:last-of-type{
  margin-bottom: 0;
}

.note_area{
  margin-bottom: 32px;
}

/* パララックス */
.parallax_box{
  padding: 100px 0;
  width: 100%;
  background-image: url(../img/workshop-img.png);
  background-position: center;
  background-size: cover;
  margin: 80px 0;
}

/* -------------------------------------
 *      WORKSHOP
 * ------------------------------------- */
.course{
  margin-top: 90px;
}

.workshop_sub-ttl{
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  color: #e5a4a4;
}

.workshop_lead{
  margin-top: 15px;
  font-size: 22px;
  text-align: center;
}

/* ======= コース ========= */
.course_dsc{
  max-width: 750px;
  margin: 30px auto 0;
  padding: 50px;
  border: 1px solid #e5a4a4;
}

.course_list{
  max-width: 455px;
  margin: 0 auto;
}

.course_list li:not(:first-child){
  margin-top: 47px;
}

.course_ttl{
  font-size: 22px;
  letter-spacing: 0.08em;
  font-weight: bold;
}

.course_ttl .price{
  margin-left: 5px;
  font-size: 19px;
}

.course_txt{
  margin-top: 10px;
  font-size: 16px;
  padding-left: 0.5em;
}

.course_note span{
  color: #e5a4a4;
}

.course_note{
  font-size: 20px;
  line-height: 2;
  max-width: 750px;
  margin: 33px auto 0;
  text-indent: -1em;
  padding-left: 1em;
}

.course_cancel{
  font-size: 14px;
  letter-spacing: inherit;
  max-width: 750px;
  margin: 40px auto 0;
  padding-left: 1em;
  text-indent: -1.2em;
}

/* ======= 申込みの流れ ========= */
.flow{
  margin-top: 80px;
}

.flow_img{
  width: 100%;
  margin: 15px auto 40px;
  display: inline-block;
  text-align: center;
}

.stepbar {
  margin: 30px auto 0;
  width: 65%;
}

.stepbar .stepbarwrap {
  margin: 4em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 50px;
  height: 50px;
  content: "";
  border-radius: 50%;
  background-color: #e5a4a4;
  color: #fff;
  text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  font-size: 32px;
  position: relative;
  padding-left: 3px;
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 22px;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
  letter-spacing: 0.08em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 18px;
  line-height: 2.7;
}

.stepbar .stepbarwrap .steptxt .txt a {
  font-size: 18px;
  color: #A17A94;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-top: 5px;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: 120%;
  background-color: #e5a4a4;
  position: absolute;
  top: 3em;
  left: 1.5em;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}

/* ======= CONTACT ========= */
#contact{
  background-color: rgba(230,226,208,0.3);
  margin-top: 120px;
  padding: 90px;
}

#contact .workshop_sub-ttl{
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.contact_lead{
  font-size: 18px;
  line-height: 2.5;
  max-width: 555px;
  margin: 24px auto 0;
}

.contact_lead span{
  display: block;
}

.contact_btn{
  text-align: center;
}

.contact_btn a{
  background-color: #ad9f64;
  font-size: 27px;
  letter-spacing: 0.17em;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  max-width: 350px;
  margin: 30px auto 0;
  padding: 13px 14px;
  border-radius: 50px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.contact_btn a span{
  background-color: #FFF;
  padding: 10px;
  width: 50px;
  display: inline-flex;
  border-radius: 30px;
}

/* -------------------------------------
 *      Instagram
 * ------------------------------------- */
.insta_post{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 810px;
  margin: 80px auto 0;
}

/* -------------------------------------
 *      BLOG
 * ------------------------------------- */
#blog{
  background-color: rgba(230,226,208,0.3);
  padding: 92px 0;
}

#blog .cts-lead a{
  font-weight: bold;
  color: #A17A94;
}

/* スライダー */
.section-lineup{
  overflow: hidden;
  padding:120px 0;
}

.section-lineup .inner{
  margin: 0 auto;
  width: 72%;
  padding-left: 4rem;
  padding-right: 4rem;
}

.section-lineup .lineup{
  position: relative;
}

.section-lineup li{
  text-align: center;
  margin-right: 24px;
}

.blog-ul li .note{
  display: flex;
  justify-content: start;
  gap: 10px;
}

.blog-category{
  font-size: 14px;
  color: #A17A94;
}

.blog-category::before{
  content: "#";
}

.blog-category:hover{
  opacity: 0.5;
}

.blog-ul li a{
  transition: .3s;
}

.blog-ul li a:hover{
  opacity: 0.4;
  transition: .3s;
}

.blog-ul li .day{
  font-size: 13px;
  text-align: left;
}

.blog-ul li .ttl{
  font-size: 21px;
  text-align: left;
  margin-top: 16px;
  color: #a17a94;
  /* font-weight: 600; */
}

.blog-ul li .txt{
  text-align: left;
  margin-top: 10px;
  overflow: hidden;
  font-size: 15px;
}

.blog-ul li .txt br{
  display: none;
}

.blog-ul img{
  display: block;
  margin-bottom: 16px;
  width:100%;
  aspect-ratio: 285/187;
  object-fit: cover;
}

.slick-list{
  overflow: visible;
}
.slick-nav-arrows {
  position: absolute;
  top: -80px;
  right: 0%;
}

.slick-arrow {
  display: inline-flex;
  width: 52px;
  height: 52px;
  background-image: url(../img/arrow.svg);
  margin-left: 10px;
}

.slick-arrow:hover{
  cursor: pointer;
  opacity: 0.5;
}

.slick-next{
  transform: scale(-1, 1);
}

.slick-next {
  right: 0;
}
.slick-prev {
  left: -80px;
}
.slick-next:before, .slick-prev:before{
  color:#000;
}

/* -------------------------------------
 *      SHOP
 * ------------------------------------- */
#shop{
  margin-bottom: 200px;
}

.shop_btn{
  text-align: center;
  margin: 20px auto 0;
  width: 280px;
}

/* -------------------------------------
 *      FOOTER
 * ------------------------------------- */
footer{
  background-color: #F1EDEB;
  text-align: center;
  padding: 30px;
}


/* -------------------------------------
 *      レスポンシブ
 * ------------------------------------- */
@media screen and (max-width:767px) {
  .pc{
    display: none;
  }

  .sp{
    display: block;
  }

  .nav{
    padding: 0;
  }

  /* -------------------------------------
 *      メインビジュアル
 * ------------------------------------- */
  .mv{
    overflow: hidden;
  }

  .mv_ttl, .mv_img {
    width: 70.4vw;
    min-width: 450px;
  }

  .mv_ttl{
    font-size: 31px;
  }

  .mv_ttl span{
    font-size: 60px;
  }

  .mv_img::after{
    width: 82.53vw;
    height: 22.43vw;
    min-width: 520px;
    min-height: 141px;
  }

  /* -------------------------------------
 *      コンテンツ共通
 * ------------------------------------- */
  .article-area{
    margin-top: 120px;
    padding-top: 100px;
  }

  .cts-ttl {
    font-size: 38px;
  }

  .cts-lead{
    margin-top: 50px;
    margin: 50px 0;
  }

  .section-area{
    padding: 0 30px;
  }

  .flex{
    flex-direction: column;
  }

  /* -------------------------------------
 *      ABOUT
 * ------------------------------------- */
  #about.article-area{
    margin-top: 0;
  }
  .about_list li:nth-child(even){
    flex-direction: column;
  }

  .about_list--dsc{
    width: 100%;
  }

  .about_list--dsc-ttl{
    font-size: 30px;
    margin-top: 20px;
  }

  /* ======= profile ========= */
  .profile{
    margin-top: 100px;
    padding: 80px 30px;
  }

  .profile_area figure{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

  .profile_area--dsc{
    padding: 0;
    width: 100%;
  }

  .profile_area--note p{
    margin-bottom: 32px;
  }

  .profile_area--note{
    margin-top: 80px;
    padding: 40px 20px;
    border-left: none;
    border-right: none;
    width: calc(100% + 30px);
    margin: 80px -15px 0;
  }

  /* -------------------------------------
 *      WORKSHOP
 * ------------------------------------- */
  .course{
    margin-top: 50px;
  }

  .workshop_sub-ttl{
    font-size: 23px;
  }

  .workshop_lead{
    font-size: 20px;
    margin-top: 10px;
  }

  /* ======= コース ========= */
  .course_dsc{
    padding: 30px;
    width: calc(100% + 26px);
    margin: 20px -13px 0;
  }

  .course_ttl {
    font-size: 20px;
  }

  .course_ttl .price{
    display: block;
    font-size: 18px;
  }

  .course_note{
    font-size: 16px;
    padding: 0 5px;
  }

  /* パララックス */
  .parallax_box{
    padding: 80px 0;
    background-image: url(../img/workshop-img_sp.png);
    background-size: 670px;
    /* background-attachment: scroll; */
    /* background-size: 550px; */
  }

  /* ======= 申込みの流れ ========= */
  .stepbar{
    width: 100%;
  }

  .stepbar .stepbarwrap .steptitle .stepcircle {
    width: 45px;
  height: 45px;
  }

  .stepbar .stepbarwrap .steptitle .stepcircle span{
    font-size: 26px;
  }

  .stepbar .stepbarwrap .steptitle .title{
    font-size: 20px;
  }

  .stepbar .stepbarwrap .steptxt .txt{
    font-size: 16px;
    line-height: 2;
  }

  /* ======= CONTACT ========= */
  #contact{
    padding: 80px 30px;
  }

  #contact .workshop_sub-ttl{
    white-space: inherit;
    letter-spacing: 00.1em;
  }

  .contact_lead{
    font-size: 18px;
    line-height: 2;
    text-align: center;
  }

  .contact_lead span{
    font-size: 16px;
    text-align: left;
    max-width: 270px;
    margin: 10px auto 0;
  }

  .contact_btn a{
    font-size: 20px;
  }

  /* -------------------------------------
 *      Instagram
 * ------------------------------------- */
  #insta.article-area{
    padding: 100px 20px;
  }

  /* -------------------------------------
 *      BLOG
 * ------------------------------------- */
  .section-lineup{
    padding: 0;
  }
  .section-lineup .inner{
    padding-left: 0;
  }

  .slick-nav-arrows{
    display: none;
  }

  #shop{
    margin: 0 0 200px;
  }
}