@charset "UTF-8";
/* CSS Document */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}
body {
  font-family: Montserrat, Helvetica, Lato, "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: rgb(28, 48, 92);
}
.main {
  background-color: #e9e4d4;
  background-repeat: repeat-y;
  background-position: center;
  overflow: hidden;
}
/*フォント*/
.top-text, .content-coment h2, .content-appealpoint-text, #soil-making, .recommendation-title h2, .recommendation h3, .recommendation p, .sns h2, .thought-circle h2 {
  font-family: Yu YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
/*右からスライドin*/
#soil-making, .sns h2 {
  opacity: 0;
  transform: translate(20px, 0);
  transition: all 1s ease-out;
}
/*左からスライドin*/
.recommendation-title h2, .thought-circle h2 {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: all 1s ease-out;
}

.top-image {
  position: relative;
}
.top-image-mobile {
  width: 100%;
  margin-bottom: 50px;
}
.top-image-pc {
  display: none;
}
.top-title {
  position: absolute;
  top: 190px;
  right: 25%;
  left: 0;
  margin: 0 auto;
  writing-mode: vertical-rl;
  color: #fff;
  line-height: 180%;
  letter-spacing: 0.1em;
  font-size: 4vw;
  font-family: 'Kaisei HarunoUmi', serif;
  font-family: 'Kaisei Tokumin', serif;
  display: inline-block;
  animation: fadein 5s;
}
h1 {
  color: #fff;
  background: -webkit-linear-gradient(-45deg, #460e44, #ffffff);
  background-size: 600% 600%;
  background-position: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  posiion: relative;
  writing-mode: vertical-rl;
  display: inline-block;
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: left;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 24px;
  line-height: 1.8;
  animation: fadein 10s;
}
@keyframes fadein {
  0% {
    background-position: 0% 0%
  }
  100% {
    background-position: 100% 100%
  }
}
.top-sns {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 52%;
  bottom: 0;
  right: 3.5%;
  z-index: 100;
}
.top-instagram-icon {
  margin-top: 7px;
  width: 9vw;
  height: 9vw;
}
.top-instagram-icon:hover {
  transform: scaleX(1.2);
}
.top-facebook-icon {
  margin-top: 7px;
  width: 9vw;
  height: 9vw;
}
.top-facebook-icon:hover {
  transform: scaleX(1.2);
}
/*米icon*/
.top-kometubu {
  width: 18vw;
  position: fixed;
  right: 0;
  z-index: 10000;
}
.top-kometubu:hover {
  transform: scaleX(1.2);
}
@media (min-width: 920px) {
  .top {
    padding-bottom: 90px;
  }
  .top-image-mobile {
    display: none;
  }
  .top-image-pc {
    display: block;
    width: 100%;
  }
  .top-title {
    top: 11% !important;
	  right: 47%;
    line-height: 200%;
    letter-spacing: 0.1em;
    font-size: 1.8vw
  }
  .top-sns {
    right: 1.5%;
    top: 20%;
  }
  .top-instagram-icon {
    width: 5vw;
    height: 5vw;
  }
  .top-facebook-icon {
    width: 5vw;
    height: 5vw;
  }
  .top-kometubu {
    width: 9vw;
    right: 0;
  }
}
@media (min-width: 768px) {
  .top-title {
    top: 22%;
  }
}
@media (min-width: 1024px) {
  .top-title {
    top: 25%;
  }
}
/*トップ end*/

/*天地のめぐみ〜*/
.inaho1, .inaho2 {
  display: none;
}
.purple-circle {
  width: 338px;
  height: 262px;
  border-radius: 50%;
  background: #491031;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.content-coment {
  position: relative;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: 'Yusei Magic', sans-serif;
  display: flex;
  justify-content: center;
}
.content-coment h2 {
  position: absolute;
  top: 70px;
  font-size: 20px;
  font-family: 'Yusei Magic', sans-serif;
}
.content-coment p {
  position: absolute;
  top: 120px;
  font-size: 16px;
  width: 227px;
  text-align: center;
}
@media (min-width: 920px) {
  .inaho1, .inaho2 {
    display: block;
    width: 350px;
    height: 450px;
  }
  .inaho1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 27%;
  }
  .inaho2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 27%;
  }
  .purple-circle {
    margin-top: 42px;
    width: 562px;
    height: 435px;
  }
  .content-coment h2 {
    top: 160px;
  }
  .content-coment p {
    top: 250px;
    line-height: 40px;
    width: 400px;
    font-size: 24px;
  }
}
/*天地のめぐみ〜end*/

/*安心安全の〜*/
.content-appealpoint {
  position: relative;
  height: 600px;
  margin-top: 400px;
}
.inaho-image {
  object-fit: cover;
  object-position: 70%;
  width: 100%;
  height: 600px;
}
.content-appealpoint-text {
  writing-mode: vertical-rl;
  line-height: 30px;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  width: 70%;
  margin: 0 auto;
  z-index: 5000;
}
/*ふわっと*/
.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/*ふわっとend*/

.content-appealpoint-text{
  background-color: rgba(225, 225, 225, 0.5);
  height: 70%;
  width: 90%;
  position: absolute;
  top:-13%;
  display: flex;
  align-items: center;
  z-index: 1;
  flex-wrap: wrap;
  align-content: center;
}
.content-appealpoint-text p{
  font-size: 12px;
  font-weight: 600;
  line-height: 37px;
  letter-spacing: 3px;
  padding-top: 20px;
}
.content-appealpoint-text h3 {
  font-size: 24px;
  font-weight: 600;
  margin-left: 25px;
  padding-top: 20px;
}

#soil-making {
  height: 210px;
  position: absolute;
  top: -85px;
  right: 5px;
  color: #fff;
  font-size: 24px;
  z-index: 1000;
  writing-mode: vertical-rl;
  line-height: 40px;
  letter-spacing: 0.1em;
}
/*半円*/
.circle {
  position: absolute;
  top: -148px;
  bottom: 0;
  right: 0;
  z-index: 100;
  height: 300px;
  width: 130px;
}
@media (min-width: 920px) {
  .content-appealpoint {
    height: 900px;
    margin-top: 900px;
  }
  .inaho-image {
    height: 900px;
  }
  .back-color1 {
    bottom: 395px;
    left: 0;
    right: 0;
    margin: auto;
    height: 692px;
    width: 80%;
  }
  .content-appealpoint-text{
    height: 80%;
  }
  .content-appealpoint h3 {
    font-size: 2.4vw;
    height: 800px;
    line-height: 180%;
  }
  .content-appealpoint p {
    font-size: 1.3vw;
    height: 700px;
    line-height: 285%;
  }
  #soil-making {
    height: 350px;
    top:66px;
    right: 66px;
    color: #fff;
    font-size: 36px;
    line-height: 60px;
    letter-spacing: 0.1em;
    z-index: 20000;
  }
  /*半円*/
  .circle {
    height: 700px;
    width: 300px;
    z-index: 15000;
  }
}
/*安心安全の〜end*/

/*こだわりの土づくり*/
.back-color {
  height: 700px;
  width: 100%;
  background-color: #B29671;
  z-index: 100;
}
.commitment {
  position: relative;
}
.enclose {
  display: flex;
  justify-content: flex-start;
}
.enclose img {
  position: absolute;
  top: 60px;
  left: 10%;
  object-fit: cover;
  width: 80%;
  height: 50%;
}
.taue-image {
  object-position: 60%40%;
  position: absolute;
  top: 113px;
  left: 0;
}
.tuti-image {
  position: absolute;
  top: 162px;
  left: 188px;
}

.commitment p {
  position: absolute;
  top: 373px;
  left: 20px;
  right: 20px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.br-none{
	display: none;
}
@media (min-width: 768px) {
  .enclose img {
    height: 77%;
  }
}
@media (min-width: 920px) {
  .back-color {
    height: 1080px;
  }
  .enclose img {
    object-fit: cover;
    width: 79%;
    height: 900px;
    top: 40px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .commitment p {
    width: 827px;
    top: 550px;
    left: 10%;
    line-height: 50px;
    font-size: 20px;
    letter-spacing: 0.15em;
  }
}
/*こだわりの土づくり end*/

/*自然豊かな信州小諸*/
.recommendation-title {
  position: relative;
  height: 500px;
}
.recommendation-title img {
  height: 300px;
  width: 130px;
}
#recommendation-circle {
  position: absolute;
  bottom: 250px;
  z-index: 100;
  left: 0;
}
.recommendation-title h2 {
  height: 180px;
  position: absolute;
  bottom: 300px;
  left: 30px;
  color: #fff;
  font-size: 24px;
  writing-mode: vertical-rl;
  line-height: 40px;
  letter-spacing: 0.1em;
  z-index: 1000;
}
.recommendation-inaho {
  position: absolute;
  padding-top: 50px;
  right: 0;
  bottom: 250px;
}
.recommendation h3, .recommendation p {
  height: 270px;
  writing-mode: vertical-rl;
  line-height: 40px;
  letter-spacing: 0.1em;
}
.recommendation h3 {
  top: 195px;
  font-size: 24px;
  padding-left: 10px;
  height: 250px;
}
.recommendation p {
  top: 200px;
  text-orientation: upright;
  line-height: 30px;
  font-size: 12px;
  font-weight: 600;
  z-index: 1000;
}
.recommendation-text {
  display: flex;
  justify-content: center;
  padding-top: 200px;
}
@media (min-width: 768px) {
  .recommendation h3 {
    right: 33%;
  }
  .recommendation p {
    right: 44%;
  }
}
@media (min-width: 920px) {
  .recommendation-title {
    height: 850px;
  }
  .recommendation-inaho {
    height: 700px;
    width: 500px;
    right: 10px;
    bottom: 370px;
    padding-top: 0;
  }
  .recommendation h3 {
    font-size: 2vw;
    letter-spacing: 0.6rem;
    height: 650px;
    line-height: 0;
    right: 0;
    margin-left: 40px;
  }
  .recommendation p {
    font-size: 1.2vw;
    letter-spacing: 0.6rem;
    line-height: 300%;
    height: 500px;
    z-index: 1000;
    right: 130px;
  }
  #recommendation-circle {
    height: 700px;
    width: 300px;
    z-index: 100;
  }
  .recommendation-title h2 {
    height: 300px;
    bottom: 415px;
    left: 70px;
    font-size: 36px;
    z-index: 1000;
  }
  .recommendation-inaho {
    width: 310px !important;
    height: 500px !important;
    right: 0 !important;
    top:10px;
  }
}
/*自然豊かな信州小諸end*/

/*商品詳細の紹介*/
.recommendation-contents {
  text-align: center;
  padding-bottom: 180px;
}
.recommendation-images {
  object-fit: cover;
  width: 300px;
  height: 300px;
}
.back-image {
  height: 320px;
  width: 300px;
}
.recommendation-contents-enclose {
  position: relative;
  text-align: center;
}
.recommendation-text-1 {
  position: absolute;
  left: 50%;
  top: 70px;
  display: inline;
  transform: translate(-90%, -50%);
  writing-mode: vertical-rl;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-size: 20px;
  width: 290px;
  height: 110px;
}
.recommendation-text-2 {
  position: absolute;
  left: 50%;
  top: 70px;
  display: inline;
  transform: translate(-95%, -50%);
  writing-mode: vertical-rl;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-size: 20px;
  width: 290px;
  height: 110px;
}
.recommendation-contents-enclose p {
  position: absolute;
  width: 290px;
  height: 150px;
  left: 50%;
  top: 150px;
  margin: 0 130px 0 -143px;
  line-height: 20px;
  font-size: 12.5px;
}
@media (min-width: 920px) {
  .recommendation-contents {
    padding: 0 10% 0 10%;
    margin: 0 auto;
  }
  .recommendation-contents li {
    display: flex;
    justify-content: center;
  }
  .recommendation-contents li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .recommendation-images {
    object-fit: cover;
    height: 100%;
    width: 50%;
  }
  .back-image {
    height: 100%;
    width: 100%;
  }
  .recommendation-text-1 {
    font-size: 2.5vw;
    height: 300px;
    line-height: 60px;
    left: 337px;
    right: 0;
    margin: 0 auto;
    top: 27%;
    bottom: 300px;
  }
  .recommendation-text-2 {
    font-size: 2.5vw;
    height: 300px;
    top: 26%;
    left: 295px;
    right: 0;
    margin: 0 auto;
  }
  .recommendation-contents-enclose {
    width: 50%;
  }
  .recommendation-contents-enclose p {
    font-size: 1.2vw;
    top: 53%;
    width: 700px;
    line-height: 170%;
    margin: 0 auto;
    transform: translate(-50%);
  }
}

/*商品購入ボタン*/
.content-btn {
  padding-top: 10px;
  z-index: 10000;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.btn, a.btn, button.btn {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -webkit-transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.btn--orange, a.btn--orange {
  color: #fff;
  background-color: #9D8133;
  border-radius: 100vh;
  border: 1px solid;
  border-color: #fff;
  z-index: 10000;
  top: 30px;
}
.btn--orange:hover, a.btn--orange:hover {
  color: #fff;
  background: #48380D;
}
a.btn--radius {
  border-radius: 100vh;
}
@media (min-width: 920px) {
  .btn, a.btn, button.btn {
    font-size: 27px;
  }
  .content-btn {
    padding-top: 30px;
  }
}
.sns {
  position: relative;
}

/*sns半円*/
.circle-sns {
  position: absolute;
  bottom: -69px;
  right: 0;
  z-index: 100;
  height: 300px;
  width: 130px;
}
.sns h2 {
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  position: absolute;
  bottom: 33px;
  right: 6px;
  text-align: center;
  z-index: 10000;
}

/*slider*/
.gallery-list {
  display: none;
}
.sliderArea img {
  width: 100%;
  border-radius: 30px 30px 0 0;
}
.sliderArea {
  padding: 60px 0 0 0;
  width: 80%;
  margin: 0 auto;
}
.hashtag{
  display: inline-block;
  margin-top: 30px;
}
.slick-prev:before, .slick-next:before {
  color: #897858 !important; /*矢印の色*/
  opacity: 1 !important; /*デフォルトは.75指定*/
}
.slick-prev, .slick-next {
  width: 40px !important;
  height: 40px !important;
}
.slick-prev:before, .slick-next:before {
  font-size: 35px !important; /*矢印サイズ*/
}
.slick-prev {
  z-index: 1 !important;
}
.sliderAriea-back {
  position: relative;
}
.sliderArea-back-image {
  width: 320px;
  height: 300px;
  top: -10px;
  margin-bottom: 100px;
  border-radius: 0 0 30px 30px;
  opacity: 0.8;
  box-shadow: 5px -10px 20px rgba(0, 0, 0, 0.25);
}
.slider-text {
  text-align: left;
  padding-left: 38px;
}
.item p {
  background-color: #ffffff;
  font-size: 2vw;
  padding: 20px 20px 20px;
  margin-bottom: 100px;
  width: 100%;
  height: 200px;
  overflow: scroll;
  border-radius: 0 0 30px 30px !important;
  line-height: 25px;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 15px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777;
}
::-webkit-scrollbar-thumb {
  background: #e6b422;
  border-radius: 10px;
  box-shadow: none;
}
@media (min-width: 920px) {
  .sliderAriea-back, .sliderAriea-back p {
    display: none;
  }
  .sliderArea img {
    border-radius: 0;
    border: none;
  }
  .sliderArea {
    padding: 100px 0 150px 0;
  }
  .item-text {
    display: none;
  }

  /*SNS pc*/
  .regular {
    display: none;
  }
  .gallery-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 200px;
    list-style: none;
  }
  .gallery-list li {
    width: 25%;
    margin: 0 0 10px 10px;
  }
  .gallery-list img {
    width: 100%;
	z-index: 1000;
  }
  .modaal-close:after, .modaal-close:before {
    background: #ccc;
  }
  .modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
    background: #666;
  }
}
.modaal-inner-wrapper {
	overflow: hidden;
}
@media (min-width: 920px) {
  .circle-sns {
    bottom: -450px;
    right: 0;
    height: 700px;
    width: 300px;
    z-index: 150;
  }
  .sns h2 {
    font-size: 36px;
    line-height: 60px;
    bottom: -180px;
    right: 38px;
    z-index: 200;
  }
  .regular:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }
  .item {
    width: 32%;
    margin: 0 0 5px 5px;
  }
}
/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, .modaal-close:before {
  background: #ccc;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #666;
}
/*私たちの思い*/
.thought-back {
  background-color: #B29671;
}
.thought-circle {
  position: relative;
  bottom: 80px;
  left: 0;
}
.thought-circle h2 {
  position: absolute;
  left: 20px;
  top: 75px;
  font-size: 24px;
  color: #fff;
  writing-mode: vertical-rl;
  line-height: 40px;
  letter-spacing: 0.1em;
  z-index: 100;
}
.thought-circle-image {
  height: 300px;
}
.thought-image {
  position: absolute;
  height: 170px;
  width: 120px;
  left: 0;
  right: 0;
  top: 200px;
  margin: auto;
}
.thought-content p {
  text-align: center;
  font-size: 1.5vw;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: #fff;
}
/*contact*/
.contact {
  text-align: center;
  padding-bottom: 50px;
}
.contact p {
  padding: 47px 0 0 0;
  color: #fff;
  line-height: 15px;
  letter-spacing: 0.1em;
  font-size: 1vw;
}
@media (min-width: 920px) {
  .thought-circle h2 {
    left: 80px;
    top: 20px;
    font-size: 36px;
    z-index: 10000;
    height: 300px;
  }
  .thought-circle-image {
    position: absolute;
    bottom: -500px;
    height: 700px;
    width: 300px;
  }
  .thought-back {
    height: 220%;
  }
  .thought-image {
    position: absolute;
    height: 270px;
    width: 200px;
    top: 80px;
    margin: auto;
  }
  .thought-content {
    padding-top: 225px;
  }
  .thought-content p {
    text-align: left;
    line-height: 250%;
    letter-spacing: 0.15em;
    color: #fff;
    writing-mode: vertical-rl;
    margin: 0 auto;
    padding-top: 70px;
    position: relative;
	font-size: 1.3vw;
  }
  .contact p {
    padding: 40px 0 0 0;
    color: #fff;
    line-height: 200%;
    letter-spacing: 0.15em;
  }
  .contact {
    text-align: center;
    padding: 50px 0 57px 0;
  }
}

/*UP btn*/
.up-btn {
  box-sizing: border-box;
  display: block;
  position: relative;
  border: solid 3px #CDD6DD;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  margin: 0 auto ;
  height: 40px;
  width: 40px;
  background-color: #B29671;
  bottom: 5px;
}
.up-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background-color: #959EA7;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: transform ease 0.4s;
}
.up-btn:hover:after {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}
.up-btn:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-style: solid;
  border-color: #CDD6DD;
  border-width: 3px 0 0 3px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color ease 0.1s;
}
.up-btn:hover:before {
  border-color: #fff;
}
@media (min-width: 920px) {
  .up-btn {
    border: solid 5px #CDD6DD;
    height: 70px;
    width: 70px;
  }
  .up-btn:after {
    width: 90px;
    height: 90px;
    border-radius: 50%;
  }
  .up-btn:before {
    width: 20px;
    height: 20px;
    border-width: 5px 0 0 5px;
  }
}
/*footer*/
.footer {
  text-align: center;
  padding: 10px 0 0 0;
  background-color: #e9e4d4;
}
.footer-content {
  position: relative;
}
.footer-back {
  width: 80%;
}
.footer-logo {
  width: 12vw !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 16%;
}
.footer p {
  line-height: 14px;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 16%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 1vw;
}
.footer-copy {
  position: relative;
  right: 120px;
  bottom: 5% !important;
}
@media (min-width: 920px) {
  .footer {
    padding-top: 30px;
  }
  .footer-back {
    width: 50%;
  }
  .footer-logo {
    width: 8vw !important;
  }
  .footer p {
    line-height: 25px;
    letter-spacing: 0.1em;
    bottom: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .footer-copy {
    bottom: 10px;
    right: 800px;
  }
}
