@charset "utf-8";

/*@reset*/
* {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: #444;
  text-decoration: none;
  transition: 0.5s;
}

ul,
ol {
  list-style: none;
}

/*end@rest*/

/*@common*/
body {
  font-family: YakuHanJPs, 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 15px;
  color: #444;
  /* min-width: 1100px; */
  min-width: 1160px;
}

.gNav a::after {
  content: "";
  display: block;
  border: solid 0.05px #fff;
  margin-top: 0.5em;
  transform: scaleX(0);
  transition: 0.5s;
}

.gNav a:hover::after {
  transform: scaleX(1.06);
  opacity: 0.8;
}

h2.space-1 {
  font-family: "YakuHanJPs, Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.9em;
  color: #e8334a;
  text-align: center;
  padding: 60px 0 50px;
}

h2.space-2 {
  font-family: "YakuHanJPs, Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.9em;
  color: #e8334a;
  text-align: center;
  padding: 30px 0 0;
}

h2.space-3 {
  font-family: "YakuHanJPs, Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.9em;
  color: #e8334a;
  text-align: center;
  padding: 60px 0 50px;
}

h2.space-4 {
  font-family: "YakuHanJPs, Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.9em;
  color: #e8334a;
  padding-top: 60px;
  padding-bottom: 35px;
  text-align: center;
}

/* 見出しあしらい */
.fukidashi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
}

.fukidashi::before {
  content: "";
  width: 30px;
  height: 1.5px;
  margin-bottom: -0.05em;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #e8334a;
}

.fukidashi::after {
  content: "";
  width: 30px;
  height: 1.5px;
  margin-bottom: -0.05em;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #e8334a;
}

h3.sub {
  font-family: serif;
  font-size: 1.5em;
  color: #e8334a;
  font-weight: normal;
  text-align: center;
  margin-top: -50px;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}

/*end@common*/


/* @header */
header {
  background: url(../img/top3-100.jpg) no-repeat right center/cover;
  /* background-position: center -80px ; */
  /* background-position: center -75px; */
  background-position: center -69px;
  background-size: 95%;
  height: 110vh;
  /* min-width: 1160px; */
  background-color: #c0030a;
  position: relative;
}

nav {
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  font-size: 0.85em;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: flex-end;
  /* background-color: yellow; */
}

nav ul {
  width: 57%;
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  margin-right: 40px;
}

nav ul li a {
  color: #fff;
}

.header-text h1 {
  position: absolute;
  top: 2.5%;
  left: 13.3%;
  /* transform: translate(80%,-23%); */
  width: 14.5%;
}

.header-text .catch img {
  width: 40%;
  position: absolute;
  /* top: 7%; */
  top: 7.5%;
  right: 5%;
}

.vertical {
  font-family: "Zen Old Mincho", serif;
  -ms-writing-mode: tb-rl;
  /*IE用縦書き*/
  -webkit-writing-mode: vertical-rl;
  /*iOS 旧Safari用縦書き*/
  writing-mode: vertical-rl;
  /*縦書き vertical(縦)、rl(Right to Left) */
  text-orientation: upright;
  /*すべて縦方向に表示*/

  position: absolute;
  top: 27%;
  left: 5.5%;
  color: #fff;
  font-size: 1.15em;
  line-height: 2;
  letter-spacing: 0.4em;
  /* text-align: end; */
}

.sns-top {
  position: absolute;
  right: 30px;
  top: 70%;
  /* top: 360px; */
  /* font-size: 2.3em; */
  font-size: 2em;
}

.sns-top ul li a {
  color: #fff;
}

.sns-top ul li a:hover {
  opacity: 0.5;
}

/* end@header */


/* @main */
main {
  position: relative;
}

/* @section #about */
section#about {
  background-color: #ffebed;
  padding-bottom: 60px;
}

/* section#about::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/farm_img.jpg) no-repeat center/cover;
  z-index: -1;
} */

.about-msg {
  width: 60%;
  line-height: 1.8;
  letter-spacing: 0.03em;
  /* background-color: yellow; */
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}

.about-msg p {
  width: 64%;
  margin-right: -25px;
  text-align: justify;
  /* background-color: red; */
}

.about-msg p img {
  /* width: 300px; */
  width: 80%;
  /* background-color: pink; */
  border-radius: 50%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

p.img {
  width: 350px;
  /* width: 60%; */
  /* background-color: pink; */
  text-align: right;
}

/* section #contents */
section#contents {
  background-color: #fff;
  padding: 0px 0 80px;
  margin-bottom: 360px;
}

section#contents::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/farm_img.jpg) no-repeat center/cover;
  /* background-position: ;left: 3%; */
  z-index: -1;
}

figure.kind-0 {
  width: 282px;
  margin: 0 20px;
  border: 1.5px solid #e8334a;
  border-radius: 30px;
}

.maskImg-01 {
  width: 282px;
  height: 194px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}

figure.kind-0 img:hover {
  transform: scale(1.1);
  transition: 0.5s;
  cursor: pointer;
  opacity: 0.5;
}

figure.kind-0 a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

figure.kind-0 h3 {
  text-align: center;
  margin-bottom: 10px;
}

figure.kind-0 p.contents-text {
  margin: 0 20px;
  text-align: justify;
}

figure.kind-0 p.button {
  display: flex;
  justify-content: center;
}

figure.kind-0 p.button a {
  display: block;
  /* background-color: #dc0116; */
  background-color: #e8334a;
  width: 80%;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  margin: 15px 0 20px;
}

div.info {
  display: flex;
  justify-content: center;
}

*/ i {
  margin-left: 0.3em;
  font-size: 1.15em;
  display: inline-block;
  transform: translateY(0.02em);
  /* transform: translate(1em,0.02em); */
}

/* @section #variety */
section#variety {
  background-color: #fff;
  background-color: #ffebed;
  background-color: #fceeef;
  /* background-color: #f3e9e5; */
  padding-bottom: 80px;
}

div.berry {
  /* width: 948px; */
  display: grid;
  grid-template-columns: 280px 280px 280px;
  justify-content: center;
}

figure.kind-1 {
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

figure.kind-1 img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 15px;
}

figure.color-1 {
  background-color: #fbe2e0;
}

figure.color-2 {
  background-color: #fef7f6;
  background-color: #fff;
}

p.berry-msg {
  /* background-color: yellow; */
  font-size: 0.85em;
  margin: 0 10px 20px;
  text-align: justify;
}

h3.midasi-1 {
  height: 7.5em;
  background-color: #e7635c;
  color: #fff;
  font-family: serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  /* font-size: 1.2em; */
  padding: 10px 3px 10px;
  z-index: 100;
  /* transform: rotate(-90deg); */
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 0;
}

h4 {
  margin-bottom: 5%;
  text-align: center;
}

/* @section #picking */
span.yoyaku {
  background-color: #e8334a;
  color: #fff;
  font-weight: 500;
  padding: 0 1em;
  margin-left: 1em;
  font-size: 0.8em;
  font-family: sans-serif;
  display: inline-block;
  border-radius: 5px;
  transform: translateY(-0.1em);
}

.price {
  width: 70%;
  margin: 0 auto;
}

.price dl {
  display: flex;
}

section#picking {
  background-color: #fff;
  padding-bottom: 80px;
  margin-bottom: -25px;
  /* よくわからない余白の調整 */
}

section.picPrice {
  width: 946px;
  margin: 0 auto;
  padding: 20px 50px 30px;
  border: 1.5px solid #e8334a;
  border-radius: 10px;
  box-sizing: border-box;
}

.price-details {
  /* width: 90%; */
  margin: 0 auto;
}

.price-details dl dt {
  float: left;
  clear: both;
  padding: 10px 0;
}

.price-details dl dd {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 10px 0 15px 90%;
}

.picPrice h3 {
  text-align: center;
  /* background-color: yellow; */
  /* border-bottom: 3px solid #e8334a; */
  margin-bottom: 15px;
}

h3.sub-2 {
  font-family: serif;
  font-size: 1.5em;
  color: #e8334a;
  font-weight: normal;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}

p.remarks {
  font-size: 0.9em;
  margin-top: 15px;
  line-height: 1.7;
}


/* @section #cafe */
section#cafe h2 {
  padding: 40px 0 40px;
}

section#cafe {
  width: 100%;
  background-color: #fff;
  padding-bottom: 60px;
}

figure.kind-2 {
  width: 240px;
  margin: 0 35px;
}

figure.kind-2 img {
  border-radius: 50%;
  margin-bottom: 10px;
}

.maskImg-02 {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  /* margin-bottom: 10px; */
}

figure.kind-2 img:hover {
  transform: scale(1.1);
  transition: 0.5s;
  cursor: pointer;
  opacity: 0.5;
}

figure.kind-2 h3 {
  background-color: #f25081;
  width: 80%;
  color: #fff;
  font-size: 1.1em;
  font-weight: 500;
  padding: 0 0.4em 0.1em;
  margin: -20px auto 0;
  line-height: 1.8;
  text-align: center;
  transform: rotate(-3deg);
}

figure.kind-2 p {
  font-size: 0.85em;
  text-align: justify;
  line-height: 1.7;
  margin-top: 20px;
}

div.cafe-menu {
  /* background-color: yellow; */
  display: flex;
  justify-content: center;
  margin-top: 0px;
}


/* @section products */
section#products {
  width: 100%;
  background-color: #fff;
  /* padding-bottom: 80px; */
}


/* @section cm */
#cm {
  background-color: #fff;
  background-color: #ffebed;
  padding-bottom: 30px;
}

.youtube {
  /* width: 946px; */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
  height: 360px;
  /* background-color: yellow; */
  margin: 0 auto;
  text-align: center
}

.charaWrap {
  /* width: 350px; */
  /* height: 350px; */
  /* background-color: #fff; */
  /* border: 3px solid #e8334a; */
  /* border-radius: 50%; */
  /* box-sizing: border-box; */
}

.charaWrap h3 {
  /* padding-top: 30px; */
}

.chara {
  width: 337px;
  height: 337px;
  margin-left: 40px;
  border-radius: 20px;
  /* background-color: #fff; */
  box-shadow: 3px 3px 10px rgba(223, 88, 88, 0.2);
  box-sizing: border-box;
}

.maskImg-03 {
  width: 337px;
  height: 337px;
  border-radius: 20px;
  display: block;
  overflow: hidden;
}

.chara img:hover {
  transform: scale(1.04);
  transition: 0.5s;
  cursor: pointer;
  opacity: 0.7;
}

/* .chara:hover img {
  display: none;
}
.chara:hover {
  background-image: url(../img/chara_keyframe02.jpg);
  background-repeat: no-repeat;
} */

h2.space-2 {
  margin: 40px 0 30px;
}


/* access */
section#access {
  background-color: #ffebed;
  padding-top: 25px;
}

div.contact-wrap {
  width: 100%;
  height: 400px;
  background-color: #fff;
  padding-bottom: 60px;
}

div.contact {
  width: 946px;
  margin: 0 auto;
}

div.contact dl dt {
  float: left;
  clear: both;
  padding: 10px 0;
}

div.contact dl dd {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 10px 0 15px 30%;
}

div.map {
  width: 100％;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 60px;
}

p.google {
  margin-top: 20px;
}


/* @footer */
.sns {
  /* background-color: yellow; */
  width: 160px;
  margin: 0 auto 30px;
}

.sns ul {
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
}

.sns ul li a {
  color: #fff;
}

.sns ul li a:hover {
  opacity: 0.5;
}

.footer {
  background-color: #c0030a;
  text-align: center;
  padding: 40px 0 20px;
  /* color: #f3e9da; */
  color: #fff;
  font-size: 0.75rem;
}

.footer-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.footer .footer-text ul {
  width: 600px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer ul li a {
  color: #fff;
}

.footer ul li a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.footer small {
  font-size: 0.75rem;
}

/* end@footer */




/* TOP用のfadeIn */
@keyframes fadeInAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeIn-01 {
  /* opacity: 0; */
  animation-name: fadeInAnime;
  animation-duration: 2.6s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

.fadeIn-02 {
  /* opacity: 0; */
  animation-name: fadeInAnime;
  animation-duration: 2.8s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}


/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box {
  opacity: 0;
}

/*==================================================
ふわっ
===================================*/

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.3s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}




/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg {
  height: 2px;
}

/*割れる画面のアニメーション*/
.loader_cover {
  width: 100%;
  height: 50%;
  background-color: #333;
  transition: all .2s cubic-bezier(.04, .435, .315, .9);
  transform: scaleY(1);
}

/*上の画面*/
.loader_cover-up {
  transform-origin: center top;
}

/*下の画面*/
.loader_cover-down {
  position: absolute;
  bottom: 0;
  transform-origin: center bottom;
}

/*クラス名がついたらY軸方向に0*/
.coveranime {
  transform: scaleY(0);
}

/*========= ページトップのためのCSS ===============*/
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(150px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(150px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(150px);
  }
}

/*画像の切り替えと動き*/
#page-top a {
  /*aタグの形状*/
  display: block;
  width: 100px;
  height: 100px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  /*背景画像の指定*/
  background: url("../img/chara-01.png") no-repeat center;
  /* background-size: contain; */
  background-size: 67%;
}

#page-top.floatAnime a {
  width: 100px;
  height: 130px;
  /*背景画像の指定*/
  background: url("../img/chara-02.png") no-repeat center;
  background-size: contain;
  /* background-size: 62%; */
  /*アニメーションの指定*/
  animation: floatAnime 2s linear infinite;
  opacity: 0;
}

@keyframes floatAnime {
  0% {
    transform: translateX(0);
    opacity: 0;
  }

  25% {
    transform: translateX(-6px);
    opacity: 1;
  }

  50% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(6px);
    opacity: 1;
  }
}

/*Page Topと書かれたテキストの位置*/
#page-top span {
  position: absolute;
  bottom: -20px;
  right: 20px;
  font-size: 1.1em;
  color: #666;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
  margin: 0 10px;
  /*スライド左右の余白調整*/
}


/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/

#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #c0030a;
  text-align: center;
  color: #fff;
}

/* Loadingバー中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg {
  height: 2px;
}