
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500&family=EB+Garamond:wght@400;500&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@500&display=swap');

#by{
    padding: 0;
    margin: 0;
    font-family: 'Noto Serif JP',"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.8;

}
*:focus {
outline: none;
}
#by ul,#by li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#by a {
    text-decoration: none;
    color: #000;
}

#by img {
    border: none;
    width: 100%;
}
#by .img {
    line-height: 0;
}
#by h1 {
    padding: 0;
    margin: 0;
}
#by .clear {
    clear: both;
}
#by{
    /* max-width:1200px; */
    margin: 0 auto;
}

:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  /* --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2); */
}


/************************************************************
                main 
************************************************************/
#by .main{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
#by .main .inner{
  position: relative;
  width: 70%;
  padding-left: 30%;
  box-sizing: content-box;
}
#by .main .inner .vis{
  position: relative;
  width: 100%;
  line-height: 0;
}
#by .main .inner .ttl{
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0,-50%);
  width: 30%;
  line-height: 0;
}

/************************************************************
                main sp 
************************************************************/

@media only screen and (max-width: 768px)  {
  #by .main .inner{
    width: 80%;
    padding-left: 20%;
  }
  #by .main .inner .ttl{
    width: 50%;
    left: 11%;
  }
}







/************************************************************
                スワイパー
************************************************************/
.swiper-wrapper{
  height:auto
}
/* #by [class*=swiper]:focus {
  outline: none;
} */

/************************************************************
                コンテンツ
************************************************************/
#by .contents{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2%;
}
@media only screen and (max-width: 750px) {
  #by .contents{
    margin: 0 auto;
    padding: 0;
  }
}
/************************************************************
                セクション
************************************************************/


#by .contents .section{
  margin-top: 20%;
}
#by .contents .section:nth-of-type(2){
  margin-top: 45%;
}
#by .contents .section:nth-of-type(3){
  margin-top: 45%;
}
@media only screen and (max-width: 750px) {
  #by .contents .section{
    margin-top: 20%;
  }
  #by .contents .section:nth-of-type(2){
    margin-top: 20%;
  }
  #by .contents .section:nth-of-type(3){
    margin-top: 20%;
  }
}
/******** リラティブ **************************/
#by .contents .section .inner{
  position: relative;
}
#by .contents .section .inner:nth-of-type(2){
  margin-top: 30%;
}
#by .contents .section .inner:nth-of-type(3){
  margin-top: 30%;
}
#by .contents .section .item{
  position: relative;
  width: 52%;
  line-height: 0;
}
#by .contents .section .item::after{
  display: inline-block;
  content: 'STYLING ITEM';
  color: #fff;
  margin: 0 auto;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-family: 'EB Garamond';
  line-height: 1.4;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  padding-right: 5px;
  letter-spacing: 2px;
}
#by .contents .section .t-box{
  position: absolute;
  width: 40%;
}
#by .contents .section .t-box .no{
  font-family: 'EB GAramond';
  font-size: 35px;
}
#by .contents .section .t-box .name{
  font-family: 'EB GAramond';
  font-size: 35px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
#by .contents .section .t-box .price{
  font-size: 13px;
}
#by .contents .section .t-box .btn{
  font-size: 16px;
  font-family: 'EB Garamond';
  line-height: 1.2;
  margin-top: 2%;
}
#by .contents .section .t-box .btn a{
  display: inline-block;
  border-bottom: solid 1px #000;
}
#by .contents .section .t-box .price span{
  font-family: 'EB GAramond';
  font-size: 15px;
  margin-left: 10px;
  display: inline-block;
}
#by .contents .section .t-box .txt{
  font-size: 12px;
  margin-top: 10%;
  line-height: 2.2;
  width: 90%;
}
#by .contents .section .item2{
  position: absolute;
  width: 35%;
  line-height: 0;
}
@media only screen and (max-width: 750px) {
  #by .contents .section .t-box .no{
    font-size: 32px;
  }
  #by .contents .section .t-box .name{
    font-size: 32px;
    letter-spacing: 0.03em;
    line-height: 1.2;
  }
  #by .contents .section .t-box .price{
    font-size: 12px;
    margin-top: 2%;
  }
  #by .contents .section .t-box .price span{
    font-size: 14px;
    margin-left: 10px;
  }
  #by .contents .section .t-box .txt{
    font-size: 11px;
    width: 90%;
  }
  #by .contents .section .item2{
    position: absolute;
    width: 35%;
    line-height: 0;
  }
}

/******** 配置1  **************************/
#by .contents .section:nth-of-type(odd) .item{

}
#by .contents .section:nth-of-type(odd) .t-box{
  top: 10%;
  right: 0%;
}
#by .contents .section:nth-of-type(odd) .item2{
  top: 70%;
  right: 5%;
}

/******** 配置2  **************************/
#by .contents .section:nth-of-type(even) .item{
  margin-left: 48%;
}
#by .contents .section:nth-of-type(even) .t-box{
  top: 10%;
  left: 5%;
  width: 43%;
}
#by .contents .section:nth-of-type(even) .t-box .txt{
  width: 85%;
}
#by .contents .section:nth-of-type(even) .item2{
  top: 70%;
  left: 5%;
}
@media only screen and (max-width: 750px) {

  #by .contents .section .inner{
    position: static;
  }
  #by .contents .section .inner:nth-of-type(2){
    margin-top: 0%;
  }
  #by .contents .section .inner:nth-of-type(3){
    margin-top: 0%;
  }
  #by .contents .section .item{
    position: static;
    width: 90%;
    line-height: 0;
    margin-top: 10%;
  }
  #by .contents .section .item::after{
  font-size: 14px;
}
  #by .contents .section .t-box{
    position: static;
    width: 80%;
    margin-left: 10%;
  }
  #by .contents .section .item2{
    position: static;
    width: 60%;
    line-height: 0;
    margin-left: 40%;
    margin-top: 10%;
  }
  /******** 配置1  **************************/
  #by .contents .section:nth-of-type(odd) .item{

  }
  #by .contents .section:nth-of-type(odd) .t-box{
    top: auto;
    right: auto;
  }
  #by .contents .section:nth-of-type(odd) .item2{
    top: auto;
    right: auto;
  }
  #by .contents .section .t-box .txt {
    width: 100%;
  }
  /******** 配置2  **************************/
  #by .contents .section:nth-of-type(even) .item{
    margin-left: 0;
  }
  #by .contents .section:nth-of-type(even) .t-box{
    top: auto;
    left: auto;
    width: 80%;
  }
  #by .contents .section:nth-of-type(even) .t-box .txt{
    width: 100%;
  }
  
  #by .contents .section:nth-of-type(even) .item2{
    top: auto;
    left: auto;
  }

}

/************************************************************
                企画
************************************************************/

#by .kikaku{
  margin-top: 30%;
  max-width: 1000px;
  margin: 30% auto 0;
  padding: 0 5% 70px;
}
#by .kikaku .ttl{
  text-align: center;
  font-size: 20px;
}
#by .kikaku .ttl span{
  display: inline-block;
  border-bottom: solid 1px #000;
}
#by .kikaku .grid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 15px;
  margin-top: 10%;
}
#by .kikaku .swiper{
  width: 80%;
  margin: 10% auto 0;
}

#by .kikaku .t-box{
  width: 80%;
  max-width: 600px;
  margin: 10% auto 0;
}

#by .kikaku .t-box .txt{
  font-size: 12px;
  line-height: 2.2;
}

#by .kikaku .mrt{
  margin-top: 10%;
}

#by .kikaku .grid2{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 50px;
  margin-top: 10%;
}
#by .kikaku .grid2 .pal{
  font-size: 14px;
}
#by .kikaku .grid2 .txt{
  font-size: 12px;
  margin-top: 3%;
  line-height: 2;
}

@media only screen and (max-width: 768px)  {
  #by .kikaku{
    padding: 0 0 40px;
  }
  #by .kikaku .grid{
    display: none;
  }
  #by .kikaku .ttl{
    text-align: center;
    font-size: 16px;
  }
  #by .kikaku .t-box{
    width: 80%;
  }
  #by .kikaku .t-box .txt{
    font-size: 11px;
    margin-top: 5%;
  }
  #by .kikaku .grid2{
    display: block;
    width: 80%;
    margin: 10% auto 0;
  }
  #by .kikaku .mrt{
    margin-top: 15%;
  }
  #by .kikaku .grid2 .pal{
    font-size: 13px;
  }
  #by .kikaku .grid2 .box:nth-of-type(2) .pal{
    margin-top: 10%;
  }
  #by .kikaku .grid2 .txt{
    font-size: 11px;
  }
}


/************************************************************
                スワイパー
************************************************************/

@media only screen and (max-width: 750px) {

  #by .contents .section .inner {
    padding: 0;
  }
  .contents_wrap .swiper {
    /* padding: 10%; */
  }

}



/************************************************************
                その他
************************************************************/

#by .sp-br{
  display: none;
}
#by .sp-non{
  display: block;
}
#by .pc-non{
  display: none;
}
@media only screen and (max-width: 768px)  {
  #by .sp-br{
      display: block;
  }
  #by .sp-non{
    display: none;
  }
  #by .pc-non{
    display: block;
  }
}

#by .pc-br{
  display: block;
}
@media only screen and (max-width: 968px)  {
  #by .pc-br{
      display: none;
  }
}




/************************************************************
              動き
************************************************************/

.lo{
  opacity: 0;
  transition: 1.9s all 0s ease;
  filter: blur(2px);
}
.lo.sr{
  opacity: 1;
  filter: blur(0px);
}
.lo2{
  opacity: 0;
  transition: 2.2s all 0s ease;
  filter: blur(2px);
}
.lo2.sr{
  opacity: 1;
  filter: blur(0px);
}
.lo3{
  opacity: 0;
  transition: 1.6s all 0s ease;
}
.lo3.sr{
  opacity: 1;
}
