@charset "Shift_JIS";
html {
  position: relative;
  min-height: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
}

/* SP */
.header {
  z-index: 1000;
}
.content__inner {
  overflow: visible;
}

/* -------------------------------------------
 * tsuyasayaka
 * ------------------------------------------- */
 @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
.tsuyasayaka{
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  color: #231815;

}

.tsuyasayaka .main__inner{
  width: 90%;
  margin: auto;
}
.tsuyasayaka img{
  width: 100%;
  height: auto;
}

/* tsuyasayaka__cv */
.tsuyasayaka__cv__button{
  position: fixed;
  bottom: 0;
  z-index: 10;
  transition: all 0.3s;
  transform: translateY(100px);
}

.tsuyasayaka__cv__button.is-animated{
  transform: translateY(0);
}


/* tsuyasayaka__concept */
.tsuyasayaka__concept{
  margin-top: 60px;
}
.tsuyasayaka__concept__title{
  margin-bottom: 22px;
}
.tsuyasayaka__concept__text{
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1.5px;
}
.tsuyasayaka__concept__img01{
  margin: 20px 0 46px;
}

/* tsuyasayaka__intro */
.tsuyasayaka__intro{
  margin-top: 60px;
  position: relative;
}
.tsuyasayaka__intro__title{
  margin-bottom: 20px;
}
.tsuyasayaka__intro__title img{
  width: 80%;
  display: block;
  margin: 0 auto;
}
.tsuyasayaka__intro__img01{
  margin: 0 calc(50% - 50vw) 26px;
}
.tsuyasayaka__intro__content p{
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1.5px;
  margin-bottom: 2em;
}
.tsuyasayaka__intro__img02{
  text-align: right;
}
  .tsuyasayaka__intro__img02 img{
    width: 80%;
    margin-top: 0;
    margin-right: 0px;
  }

/* tsuyasayaka__point */
.tsuyasayaka__point{
  background: url(/images/tsuyasayaka/point_bg_sp.jpg) center top no-repeat;
  background-size: cover;
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 0px;
}
.tsuyasayaka__point__title{
  text-align: center;
  margin-bottom: 33px;
}
  .tsuyasayaka__point__title img{
    width: 65%;
  }
.tsuyasayaka__point__item{
  width: 90%;
  margin: 20px auto 0;
}

.tsuyasayaka__point__text{
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1.5px;
  margin-bottom: 2em;
}
/* point-beer */
.tsuyasayaka__point__title__beer {
  margin-top: 60px;
}

.tsuyasayaka__point__title__beer img{
  width: 80%;
  display: block;
  margin: 0 auto;
}

.tsuyasayaka__point__item__beer img{
  width: 80%;
  margin: 0 auto;
  display: block;

}

.tsuyasayaka__point__text__beer {
  /* font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 3.3px;
  text-align: left; */
  margin: 20px 0;
}


/* tsuyasayaka__background */
.tsuyasayaka__background{
  background: url(/images/tsuyasayaka/background_bg_sp.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 63px;
}
.tsuyasayaka__background__title{
  width: 66%;
  margin: auto;
}
.tsuyasayaka__background__text{
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
  margin-top: 23px;
}

/* tsuyasayaka__insertcv */
.tsuyasayaka__insertcv{
  background-color: #f6f5f4;
  padding-top: 50px;
  padding-bottom: 54px;
}
.tsuyasayaka__insertcv__text01{
  width: 80%;
  margin: auto;
}
.tsuyasayaka__insertcv__img01{
  width: 66.5%;
  margin: 20px auto 0;
}
.tsuyasayaka__insertcv__button{
  width: 90%;
  margin: 21px auto 0;
}

/* tsuyasayaka__feature */
.tsuyasayaka__feature{
  /* background-image: linear-gradient(90deg, #eada9d, #fcf8e8, #eada9d); */
  background-image: linear-gradient(90deg, rgb(193, 188, 184) 0%, rgb(193, 188, 184) 0%, rgb(222, 219, 216) 10%, rgb(250, 249, 248) 49%, rgb(193, 188, 184) 100%);
  padding-top: 50px;
  padding-bottom: 50px;
}
.tsuyasayaka__feature__inner{
  background-color: rgba(255,255,255, 0.5);
  padding: 35px 5% 34px;
}
.tsuyasayaka__feature__logo{
  width: 45%;
  margin: 0 auto 11px;
}
.tsuyasayaka__feature__title{
  font-size: 23px;
  font-weight: 500;
  line-height: 1.47;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 26px;
  text-align: center;
}
.tsuyasayaka__feature__title::after{
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #a6760e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.tsuyasayaka__feature__text{
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1.6px;
  text-align: left;
  color: #231815;
  margin-bottom: 20px;
}
.tsuyasayaka__feature__img01{
  margin-bottom: 47px;
}
.tsuyasayaka__feature__img01 > div{
  margin-bottom: 20px;
}
.tsuyasayaka__feature__img02{
  margin-top: 22px;
}

/* tsuyasayaka__catch */
.tsuyasayaka__catch{
  background: url(/images/tsuyasayaka/catch_bg_sp.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 34px;
  padding-bottom: 10px;
}
.tsuyasayaka__catch__text{
  width: 70%;
  margin: 0 auto 25px;
}
.tsuyasayaka__catch__img01{
  width: 61%;
  margin: auto;
}

/* tsuyasayaka__product */
.tsuyasayaka__product{
  background-color: #f6f5f4;
  padding-top: 50px;
  padding-bottom: 60px;
}
.tsuyasayaka__product__img01{
  width: 90%;
  margin: auto;
}
.tsuyasayaka__product__text01{
  width: 80%;
  margin: 23px auto 41px;
}
.tsuyasayaka__product__button{
  width: 90%;
  margin: auto;
}

/* tsuyasayaka__next */
.tsuyasayaka__next{
  background: url(/images/tsuyasayaka/next_bg_sp.jpg) center top no-repeat;
  background-size: cover;
  padding-top: 58px;
  padding-bottom: 60px;
}
.tsuyasayaka__next__text{
  width: 70%;
  margin: auto;
}

/* tsuyasayaka__set */
.tsuyasayaka__set {
  /* background-image: linear-gradient(90deg, #eada9d, #fcf8e8, #eada9d); */
  /* background-image: linear-gradient(90deg, rgb(193, 188, 184) 0%, rgb(193, 188, 184) 0%, rgb(222, 219, 216) 10%, rgb(250, 249, 248) 49%, rgb(193, 188, 184) 100%); */
  background: url(/images/tsuyasayaka/set_bg.jpg);
  background-size: 100% auto;
  padding: 90px 0;

}

.tsuyasayaka__set__inner {
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 27px 3px rgba(0, 0, 0, 0.11);
  padding:0 0 30px;
  text-align: center;
}


.tsuyasayaka__set__logo {
  margin-bottom: 30px;
}

.tsuyasayaka__set__title {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 1.8px;
  position: relative;
  /* margin-bottom: 60px; */
  display: block;
  width: 100%;
  background: #a6760e;
  position: relative;
  box-sizing: border-box;
  padding: 20px 0px 20px 0px;
  ;
}

.tsuyasayaka__set__title__icon {
  display: block;
  position: absolute;
  left: -20px;
  top: -50px;
  width: 30%!important;
}

.tsuyasayaka__set__title__icon img{
  width: 20%;
}

.tsuyasayaka__set__product {
  margin-bottom: 30px;
  padding: 10px 4% 60px;
  background: #fff;

}

.tsuyasayaka__set__button {
  width: 90%;
  margin: auto;
}

.tsuyasayaka__set__2col {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.tsuyasayaka__set__2col > div {
  width: 100%;
  padding:0 10% 40px;
}

.tsuyasayaka__set__2col p{
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1.5px;
}

.tsuyasayaka__set__text {
  font-size: 16px;
  /* font-weight: 500; */
  line-height: 2;
  letter-spacing: 1.8px;
  margin: 2em 0;
}

.tsuyasayaka__set__img01 {
  margin-bottom: 40px;
  margin-top: 20px;
}

.tsuyasayaka__set__chart {
  margin: 30px 0 30px;}


/* バナー */
.nagasakikogane__bnr {
  padding: 20px 0 40px;
  text-align: center;
}



.nagasakikogane__bnr__title {
  font-size: 18px;
  margin: 30px 0 10px;
  font-weight: 800;
}

.nagasakikogane__bnr__title span {
  font-size: 14px;
}

.nagasakikogane__bnr img{
  width: 90%;
  display: block;
  margin: 0 auto;
  box-shadow: 2.5px 4.33px 5px 0px rgba(108, 108, 108, 0.32);
}



/* -------------------------------------------
 * Scroll Animation
 * ------------------------------------------- */
.an_true,
.an_delay_item {
  transition: opacity 0.8s, transform 0.8s;
}

.si_fade,
.si_top,
.si_bottom,
.si_left,
.si_right{
  opacity: 1;
}
.si_fade.scrollin,.scrollin .si_fade {opacity: 1;}
.si_top {transform: translate(0, -50px);}
.si_bottom {transform: translate(0, 50px);}
.si_left {transform: translate(-50px, 0);}
.si_right {transform: translate(50px, 0);}
.si_diagonal {transform: translate(50px, 50px);}
.si_top.scrollin,.scrollin .si_top,
.si_bottom.scrollin,.scrollin .si_bottom,
.si_left.scrollin,.scrollin .si_left,
.si_right.scrollin,.scrollin .si_right,
.si_diagonal.scrollin,.scrollin .si_diagonal{
  opacity: 1;
  transform : translate(0, 0);
}