@charset "UTF-8";

/* メインビジュアル
  ========================================================================== */
.main-visual {
  left: 0;
  top: 0;
  height: 100vh; }

.main-visual-img {
  animation: mainVisualFadeIn 1.5s ease-out 1s both; }
  .main-visual-img img {
    height: 100vh;
    width: 100%; }

.main-visual-img-set {
  overflow: hidden; }

.main-visual-img-set img {
  transition: transform 10s 0s ease-in-out;
  transform: scale(1);
  will-change: animate; }

.main-visual-img.on .main-visual-img-set.slick-active img {
  transform: scale(1.1);
  will-change: animate; }

.main-visual-logo {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
}

.main-visual-logo.on {
  animation: mainLogoFadeIn 2s ease 1s both;
}

.main-visual-logo.off {
  animation: mainLogoFadeOut 2s ease 1s both;
}

.main-visual-logo.onFirst {
  animation: mainLogoFadeIn 2s ease 1s both;
  animation-delay: 2s;
}

.main-visual-scroll {
  animation: mainVisualFadeIn 1.5s ease-out 1s both;
  animation-delay: 2.3s;
}
  .main-visual-scroll span {
    background: rgba(255, 255, 255, 0.6);
    height: 183px;
    position: absolute;
    top: 0;
    left: 0;
    animation: sdb 2s infinite;
    width: 2px; }

@keyframes mainVisualFadeIn {
  0% {
    opacity: 0;
    filter: blur(10px); }
  100% {
    opacity: 1;
    filter: blur(0); } }

@keyframes mainLogoFadeIn {
  0% {
    opacity: 0;
    filter: blur(60px); }
  100% {
    opacity: 1;
    filter: blur(0); } }

@keyframes mainLogoFadeOut {
  0% {
    opacity: 1;
    filter: blur(0); }
  100% {
    opacity: 0;
    filter: blur(60px); }
 }
 
@keyframes sdb {
  0% {
    height: 0;
    opacity: 0; }
  50% {
    height: 183px;
    opacity: 1; }
  100% {
    height: 183px;
    opacity: 0; } }

@media screen and (max-width: 767px) {
  .main-visual {
    /*padding-bottom: 172%;*/
    height:60vh;
    overflow: hidden; }
  .main-visual-logo {
    height: 74.4vw;
    width: 22.67vw; }
    .main-visual-logo img {
      height: auto;
      width: 100%; }
  .main-visual-img img {
    height: 60vh;
  }

  .main-visual-scroll{
    display: none;
  }
  .slick-slide{
    height:60vh;
  }
}


/*----------------------------*/
/* Parallax Section */
/*----------------------------*/
@media screen and (max-width: 640px) {
  div.parallax {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .main-message-box {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-message-box .main-message {
    font-size: 32px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 6px black;
  }
}

@media screen and (min-width: 640px) {
  div.parallax {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    width:100%;
    overflow: hidden;
  }
  .main-message-box {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-message-box .main-message {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 58px;
    font-size: 45px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    text-shadow: 0 0 6px black;
  }
}


/*---------------------------------------------------------*/
/* index page */
/*---------------------------------------------------------*/

._scroll {
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  text-align: center;
  right: 60px;
}

@media screen and (max-width: 640px) {
  ._scroll {
    right: 15px;
  }
}

.slick-dots {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 8px;
  padding: 0;
}

.slick-dots li button {
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 14px;
  cursor: default;
  color: transparent;
  border-radius: 7px;
  border: 0;
  outline: none;
  background:rgba(255, 255, 255, 0.3);
}

.slick-dots li.slick-active button {
  background:#FFF;
  /*background:linear-gradient(#FFF, #DDD);*/
}


/*----------------------------*/
/* SHOP Section */
/*----------------------------*/
#shop{
  padding-bottom: 120px;
  background-image: url(../img/bg-shop.jpg);
}

#shop h2{
  margin-top: 220px;
  color:#333333;
  text-align: center;
}

#shop h3{
  text-align: center;
  line-height: 60px;
  font-size: 36px;
  padding-top: 210px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  color:#333333;
}

#shop h3:before{
  position: absolute;
  content: url(../img/shop_h3l.png);
  left:-45px;
  top:190px;
}

#shop h3:after{
  position: absolute;
  content: url(../img/shop_h3r.png);
  right:-25px;
  bottom:-10px;
}

#shop .column3{
  margin: 60px auto 0;
  width:100%;
  padding: 0 40px;
}

#shop .column3.column_center{
  justify-content: center;
}

#shop .column3 .columnBox {
  height:380px;
  background-size:cover;
  background-position: center center;
}

#shop .column3 .columnBox:nth-child(1){
  background-image: url(../img/shop1_bg.png);  
}

#shop .column3 .columnBox:nth-child(2){
  background-image: url(../img/shop2_bg.png);  
}

#shop .column3 .columnBox:nth-child(3){
  background-image: url(../img/shop3_bg.png);  
}

#shop .column3 .columnBox.cafe{
  background-image: url(../img/shop1_bg.png);  
}

#shop .column3 .columnBox.farmers{
  background-image: url(../img/shop2_bg.png);  
}

#shop .column3 .columnBox.tree{
  background-image: url(../img/shop3_bg.png);  
}

#shop .column3 .columnBox.deli{
  background-image: url(../img/shop4_bg.jpg);  
}

#shop .column3 .columnBox a,
#shop .column3 .columnBox .comingsoon{
  display: flex;
  width:100%;
  height:100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
    text-decoration: none;
}

#shop .column3 .columnBox img{
  width:90%;
}

_:-ms-fullscreen, :root #shop .column3 .columnBox img {
  width: 294px;
  height: 95px;
}

#shop .column3 .columnBox .detail {
    color: #fff;
    border:2px solid #fff;
    margin: 30px auto 0;
}

#shop .column3 .columnBox .comingsoon img {
    position: relative;
}

#shop .column3 .columnBox .comingsoon {
    position: relative;
}

#shop .column3 .columnBox .comingsoon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

#shop .column3 .columnBox .comingsoon .detail {
    padding-left: 28px;
}

#shop .column3 .columnBox .comingsoon .detail:before {
    display: none;
}

@media screen and (max-width: 640px) {
  #shop{
    background-position: 30% 0%;
    padding-bottom:  40px;
  }

  #shop h2 {
    margin-top: 100px;
  }

  #shop h3{
    font-size: 20px;
    line-height: 35px;
    padding-top: 100px;
  }

  #shop h3:before {
    left: -25px;
    top: 70px;
  }

  #shop .column3 {
    padding: 0 10px;
    margin-top:40px;
  }

  #shop .column3 .columnBox {
    height:66vw;
    margin-bottom: 20px;
  }

  #shop .column3 .columnBox .detail {
    margin: 15px auto 0;
  }
}


/*----------------------------*/
/* SERVICE Section */
/*----------------------------*/
#service {
  background:#f7f7f7;
  padding:0 0 150px;
  width: 100%;
}

#service .service-main{
  width: 100%;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 80px;
}

#service .service-main p{
  padding: 10px 0 20px;
  font-size: 18px;
  line-height:36px;
}

#service .service-main .detail {
    color: #fff;
    background: #000;
}

#service .service-read{
  width: 50%;
}

#service .service-photo{
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#service .service-photo .service-image{
  width:45%;
  height:160px;
  margin: 4px 0 4px 8px;
  background-size:cover;
  background-position: center center;
}

#service .service-photo .service-image:nth-child(1){
  background-image: url(../img/service1.png);  
}

#service .service-photo .service-image:nth-child(2){
  background-image: url(../img/service2.png);  
}

#service .service-photo .service-image:nth-child(3){
  background-image: url(../img/service3.png);  
}

#service .service-photo .service-image:nth-child(4){
  background-image: url(../img/service4.png);  
}

@media screen and (max-width: 640px) {
  #service {
    padding-bottom: 44px;
  }

  #service .service-main {
    padding: 40px 10px;
    flex-direction: column;
  }

  #service .service-read,
  #service .service-photo{
    width: 100%;
    text-align: center;
  }

  #service .service-photo{
    margin-top: 60px;
    justify-content: space-between;
  }

  #service .service-photo .service-image{
    width:48%;
    margin: 4px 0 ;
  }
}


/*----------------------------*/
/* ABOUT Section */
/*----------------------------*/
#about {
  background-image: url(../img/bg-about.jpg);
  min-height:100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #FFF;
}

#about h2{
  margin-top: 80px;
}

#about p{
  padding: 20px 0 40px;
  font-size: 18px;
  line-height:36px;
  text-align: center;
}

#about .detail{
  border: 2px solid #FFF;
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  #about p{
    padding: 20px 10px 40px;
  }
}


/*----------------------------*/
/* NEWS Section */
/*----------------------------*/
#news {
  background-image: url(../img/bg-paper.jpg);
}

#news .u-struct{
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#news h2{
  margin: 80px 0;
}

#news .news-section__body{
  background: #FFF;
  width:100%;
  padding: 40px 80px;
}

#news .news-list-block:last-child{
  border-bottom: none;
}

#news .detail{
  background: #000;
  color:#FFF;
  margin: 80px auto;
}

@media screen and (max-width: 640px) {
  #news h2{
    margin: 40px 0;
  }

  #news .news-section__body {
    vertical-align: middle;
    padding: 20px 30px;
  }

  #news .detail {
    margin: 40px auto;
  }
}

@media screen and (min-width: 640px) {
  .news-section__body {
    display: table-cell;
    vertical-align: middle;
    width: 752px;
  }
}

@media screen and (min-width: 640px) and (max-width: 1160px)  {
    #news .u-struct{
      width:95%;
    }
}


/*----------------------------*/
/* CONTACT Section */
/*----------------------------*/
#contact {
  color: #fff;
  background-image: url(../img/bg-contact.jpg);
}

#contact .u-struct{
  min-height:100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;  
}

#contact .tel-contact-block{
  border:1px solid #FFF;
  padding:8px;
  width: 48%;
  color:#333;
}

#contact .tel-contact-block:nth-child(n+2){
  margin-left: auto;
}

#contact h2{
  margin-top: 80px;
}

#contact p{
  padding: 20px 0 40px;
  font-size: 18px;
  line-height:36px;
  text-align: center;
}

.form-contact-cont .contact-btn {
  font-size: 12px;
  color: #fff;
}
.form-contact-cont .contact-btn a {
  display: flex;
  justify-content: center;
  max-width: 278px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 15px;
  background-color: #222222;
  text-decoration: none;
}
.form-contact-cont .contact-btn a:before {
  content: "\f003";
  font-family: FontAwesome;
  margin-right:20px;
  font-size: 24px;
}

@media screen and (max-width: 640px) {
  #contact h2{
    margin-top: 40px;
  }

  .inquiry-section__body {
    width: 100%;
    text-align: center;
    padding-bottom: 26px;
  }
  .inquiry-section__body ._txt {
    font-size: 14px;
    line-height: 28px;
  }
  #contact .tel-contact-block{
    width: 100%;
    margin-bottom: 20px;
  }
  .tel-contact-cont {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(154, 154, 154, 0.2);
            box-shadow: 0px 0px 5px 2px rgba(154, 154, 154, 0.2);
    padding: 20px;
    text-align: center;
  }
  #contact .tel-contact-block ._title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 28px;
    font-weight: bold;
  }
  .tel-contact-cont .tel-btn {
    font-size: 25px;
    font-weight: bold;
  }
  .tel-contact-cont .tel-btn a {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    text-decoration: none;
    font-family: 'Noto Sans JP';
    letter-spacing: 4px;
  }
  .form-contact-cont {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(154, 154, 154, 0.2);
            box-shadow: 0px 0px 5px 2px rgba(154, 154, 154, 0.2);
    padding: 20px;
    text-align: center;
  }

  #contact .tel-contact-block ._txt{
    padding: 0;
    font-size: 14px;
    line-height:26px;
  }
}

@media screen and (min-width: 640px) {
  .inquiry-section__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    margin-bottom: 80px;
  }
  .inquiry-section__body ._txt {
    font-size: 16px;
    line-height: 30px;
  }
  .tel-contact-cont {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(154, 154, 154, 0.2);
            box-shadow: 0px 0px 5px 2px rgba(154, 154, 154, 0.2);
            text-align: center;
            width: 100%;
            height: 100%;
            padding: 35px 35px 25px ;
  }
  .tel-contact-cont ._title {
    letter-spacing: 4px;
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: bold;
  }
  .tel-contact-cont .tel-btn {
    font-size: 30px;
    font-weight: 700;
  }
  .tel-contact-cont .tel-btn a {
    pointer-events: none;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    text-decoration: none;
    font-family: 'Noto Sans JP';
    letter-spacing: 8px;
  }
  .tel-contact-cont .tel-btn a:before {
    content: "\f095";
    font-family: FontAwesome;
  }
  #contact ._txt {
    font-size: 13px;
    color: #333333;
    padding: 0;
    letter-spacing: 4px;
  }
  .form-contact-cont ._title {
    letter-spacing: 4px;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 22px;
  }
}

@media screen and (max-width: 1040px) {
  #contact .tel-contact-block{
    width: 100%;
    max-width: 600px;
    margin-bottom: 20px;
    margin-inline: auto;
  }
}
