@charset "UTF-8";
main {
  padding-top: 0px;
}
.top h1{
  color: #644b3d;
}
.top h2,
.top h3,
.gallerywp p{
  color: #685f58;
}
.top h2{
  text-align: center;
}
a.arbtn,p.arbtn{
  font-size: 14px;
  border-radius: 4px;
}
.fv{
  background-color: #fff;
  position: relative;
}
.fv .fvbox{
  transition: all 2s;
    opacity: 0.2;
}
#loading.loaded .fvbox{
  animation-name: fade;
    animation-duration: 2s;
    opacity: 1;
}
@keyframes fade {
  0% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}
.fvbox{
  overflow: hidden;
  position: relative;
}
.fv-wp{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fv-wp h1{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  letter-spacing: 0.175em;
  font-size: 4.2em;
}
.instbg-tp{
  position: absolute;
  left: 0;
  bottom:0;
    text-align: center;
    width: 100%;
}
.icscroll{
  position: absolute;
  left: 0;
  bottom:-20px;
    text-align: center;
    width: 90px;
    height: 90px;
  z-index: 4;
}
.scrolltx{
  position:absolute;
}
.icscroll{
  display: flex;
  justify-content: center;
  align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
      text-align: center;
}
.scrolltx{
      animation-name: rotation;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transition: all ease 300ms;
}
@keyframes rotation {
    0% {
		transform: rotate(0);
    }
    100% {
		transform: rotate(-360deg);
    }
}
.fvani{
  position: absolute;
  z-index: 2;
  top:0;
  left: 0;
  transition: 1s;
}
.fvani img{
  margin: 0;
}
.fvimg-top{
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.fvimg-right{
  right: 0;
  left: inherit;
}
.fv .fvimg-top .cl-le,
.fv .fvimg-top .cl-ri{
  transition: 1s;
  opacity: 0;
}
.fv .fvimg-top .cl-ri{
  left: inherit;
  right: 0;
}
.loaded .fvimg-top .cl-le{
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fvimg-right{
  top: inherit;
  right: 5%;
  bottom:10%;
  width: 28%;
}
.fvimg-sun {
  top:-6%;
  left: 20%;
  width: 25%;
  max-width: 160px;
}
.fvimg-bird {
  left: 60%;
  top: 25%;
  width: 24%;
  max-width: 160px;
}
.fvimg-castle{
  left: 24%;
  top: 4%;
  width: 15%;
}
.fvimg-flower{
  top: inherit;
  left: 10%;
  bottom: 6%;
  width: 28%;
}
.loaded .fvimg-top .cl-ri {
  animation-name: fadeUpAnime-ri;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateX(-400px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeUpAnime-ri {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*===============================================
fv image
===============================================*/
.fv{
  text-align: center;
  position: relative;
  z-index: 1;
}
/*===============================================
Instagram
===============================================*/
.instwp {
  text-align: center;
  background-color: #fff5ec;
  overflow: hidden;
  position: relative;
  z-index: 4;
}
.instwp p{
  line-height: 150%;
}
.instwp .inner{
    padding: 40px 5vw 65px;
}
.instwp::after{
  content: "";
  background: url();
  width:100% ;
  height: 120px;
}
.instbg-btm{
    position: absolute;
      left: 0;
      top: 0;
      text-align: center;
      width: 100%;
}
.insta_list {
  max-width: 800px;
  display: flex;
  gap: 5px;
  flex-wrap: nowrap;
  margin: 0 auto;
}
.insta_list li {
  position: relative;
  width: 25%;
  height: auto;
}
.insta_list li:nth-of-type(4n) {
  margin-right: 0;
}
.insta_list li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.insta_list li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*===============================================
ごあいさつ
===============================================*/
.profwp{
  margin: 0px auto 120px;
  position: relative;
  padding-top: 120px;
}
.pro_illust{
  max-width: 300px;
  margin: 0 40px 0 auto ;
}
.pro_text{
  max-width: 380px;
  width: 40%;
  margin-right: auto;
}
.pro_text h2{
  font-size: 1.8em;
}
.pro_text .line{
  margin: 20px 0 30px 0;
}
.pro_text a{
  display: flex;
  border: 1px solid #aaa199;
  text-align: center;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  position: relative;
}
/*===============================================
ギャラリー
===============================================*/
.gallerwp{

}
.lli_frame{
  padding: 20px;
  border: 1px solid #aaa199;
  margin-right: auto;
  background-color: #fff;
  width: 30%;
}
.gll_btn{
  text-align: center;
  max-width: 360px;
  width: 33%;
  padding: 0;
  position: relative;
}
.gll_btn p{
  line-height: 120%;
}
.gll_btn .btn{
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  justify-content: center;
    align-items: center;
}
.gll_btn h3{
  margin: 5px 0 20px;
  font-size: 1.5em;
}
.gll_btn p{
  font-size: 1.25em;
}
.accesswp h2,
.gll_btn h3 {
  font-size: 2em;
}
.gll_btn a{
  max-width: 60%;
  border:1px solid #aaa199;
  border-left: none;
  border-right: none;
  text-align: center;
  margin: auto;
}
.profimg img {
  width: 60%;
  max-width: 240px;
}
.gll_btn a.arbtn {
  min-width: 200px;
  max-width: 200px;
  background-color: #fff;
  padding: 10px;
  border-radius: 0;
}
.gll_btn a.arbtn:hover {
  border: 1px solid #685f58;
  color: #fff;
  border-radius: 40px;
  background-color: #685f58;
}
/*===============================================
アトリエのご案内
===============================================*/
.accesswp{
  text-align: center;
  padding:80px 0px 150px 0;
  background: url(../img/top_acc_bgbtm.svg) no-repeat;
  background-position: bottom;
  background-size: contain;
  }
.ac_cap {
  max-width: 320px;
  width: 100%;
  margin: auto;
}
.ac_cap::before{
  content: "";
  background:url(../img/ic_access.svg) no-repeat;
  width: 50px;
  height: 40px;
  display: block;
  margin: 0 auto 10px;
}
.ac_cap .line{
  margin: 20px 0;
}
.ac_cap a{
  display: block;
  background-color: #fff5ec;
  border: 1px solid #fff5ec;
  padding: 10px; 
}
.ac_cap a:hover{
  background-color: #fff;
  border-radius: 40px;
  border: 1px solid #685f58;
}
.ac_pic{
  position: relative;
}
.ac_pic .acpicsub{
  position: absolute;
  z-index: 3;
  width: auto;
  max-width: 240px;
  bottom:-50px;
}
/*===============================================
オンラインショップのご案内
===============================================*/
.shopwp {
  text-align: center;
  background-color: #fff5ec;
  padding: 60px 0 60px;
}
.shopwp h2{
  margin: 0 0 10px 0;
}
.shopwp p{
  line-height: 150%;
  margin-bottom: 20px;
}
.shopwp .flex{
  justify-content: center;
  margin: auto;
  align-items: baseline;
}
.shopwp .splide{
  max-width: 800px;
}
.shopbox{
  display: flex;
  margin: auto auto ;
  flex-direction: column;
}
.shopbox img{
}
.shopwp .type li{
  display: flex;
  align-items:center;
  justify-content: center;
}
.shopwp .type{
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 10px auto;
  flex-grow: 1;
}
.shopwp .type01 div {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  text-align: left;
}
.shopwp .type01 li{
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: left;
}
.shopwp .type li::before{
  content: "";
  width: 24px;
  height: 20px;
  background-image: url(../img/tp_shop_check.svg);
  background-size: contain;
  background-repeat: no-repeat; 
  display: inline-block;
}
.shopwp .arbtn{
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 16px 20px;
  margin-top:auto;
  border-radius: 4px;
  border: 1px solid #aaa199;
}
.shopwp .parent {
  display: flex;
  margin: 40px auto;
    flex-wrap: nowrap;
}
.child {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 230px;
}
.sp_child {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  flex-grow: 1;
  width: 100%;
}
.ic-img{
  max-width: 210px;
  margin: auto;
}
.grandchild {
  flex-grow: 1;
}
.shopwp .other-btn{
margin: 20px auto 0;
}
.shopwp .other-btn a {
  background-color: #fff5ec;
  font-size: 13px;
  text-decoration: underline;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0px auto 0;
  padding: 0;
  width: inherit;
  max-width: 400px;
  border: none;
}
/*520px以下の記述。（モバイル）*/
.content {
}
@media screen and (min-width: 961px){
  .sp-con{
    display: none;
  }
}
/* PC時のスタイル */
.splide.is-initialized:not(.is-active) .splide__list {
  display: flex !important;
  margin: 40px auto !important;
}
.splide.is-initialized:not(.is-active) .splide__list .splide__slide{
  margin: 0 auto !important;
}
/*===============================================
Google Calendar
===============================================*/
.eventwp{
  margin: 120px auto 60px;
  width: 90%;
}
.calendar{
  margin: 20px auto 40px;
  max-width: 860px;
}
.cl_list a,.cl_list ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: start;
  margin: auto;
}
.cl_list ul{
  gap: 10px;
}
.cl_list li{
  width: 50%;
  max-width: 290px;
}
.cl_list a{
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #aaa199;
  padding: 4px;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 150%;
  transition: all .3s;
}
.cl_list a:hover .inner{
  background-color: #685f58;
  color: #fff;
}
.cl_list a .inner {
  background-color: #fff5ec;
  border-radius: 8px;
  padding: 12px 20px 20px 20px;
  width: 100%;
  transition: all .3s;
}
.cl_list a .name{
  font-size: 20px;
  margin: 10px;
}
.cl_list .name{
  display: flex;
  justify-content: start;
  align-items: center;
}
.cl_list .name::before{
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 15px 0 0;
}
.cl_inst .name::before{
  background-image: url(../img/ic_cl_insta.svg);
}
.cl_mail .name::before {
  background-image: url(../img/ic_cl_mail.svg);
  width: 30px;
  height: 30px;
}