@charset "utf-8";
/* CSS Document */

/* top */
.top {
  height: 600px;
  width: auto;
  background-image: url("../images/top/main_visual.jpg");
  background-position: center;
  background-size:cover;
  background-repeat: no-repeat;
  color: #000;
  margin-bottom: 175px;
  position: relative;
  text-align: left;
  padding-left: 80px;
}
.top-text {
  width: 100%;
  padding-top: 232px;
}
.top h1 {
  font-size: 6.6rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  margin-bottom: 60px;
  line-height: 1.0;
}
.top p {
  font-size: 2.0rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  padding-left: 80px;
}
.fig-banner-pc {
  position: absolute;
  width: 250px;
  top: 55%;
  right: 6%;
}
.fig-banner-pc:hover {
  opacity: 0.9;
}
.fig-banner-sp {
  display: none;
}
@media (max-width: 890px) {
  .top {
    height: 490px;
    width: 100%;
    background-image: url("../images/top/main_visual_sp.jpg");
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    margin-bottom: 310px;
    padding-left: 0;
  }
  .top-text {
    padding: 190px 24px 0;
  }
  .top h1 {
    font-size: 2.4rem;
    margin-bottom: 410px;
    letter-spacing: 0.025rem;
  }
  .top p {
    font-size: 1.6rem;
    padding-left: 0;
  }
  .top-text .br-pc {
    display: none;
  }
  .fig-banner-pc {
    display: none;
  }
  .fig-banner-sp {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-165px);
    bottom: -100px;
  }
  .fig-banner-sp:hover {
    opacity: 1;
  }
}

/* concept */
.concept {
  position: relative;
  margin-bottom: 80px;
}
.concept-wrapper {
  width: 100%;
  letter-spacing: -1em; /* 文字間を詰める */
  white-space: nowrap; /* 自動で折り返ししない */
}
.concept-ballon-fig1 {
  width: 23%;
  display: inline-block;
  padding-top: 380px;
  text-align: center;
  vertical-align: top;
  letter-spacing: normal; /* 文字間を元に戻す */
  white-space: normal; /* 自動で折り返し(元に戻す) */
}
.ballon-fig1 {
  width: 85%;
}
.concept-description {
  width: 40%;
  display: inline-block;
  text-align: left;
  letter-spacing: normal; /* 文字間を元に戻す */
  white-space: normal; /* 自動で折り返し(元に戻す) */
}
.concept-image {
  display: inline-block;
  width: 37%;
  text-align: right;
  vertical-align: top;
  letter-spacing: normal; /* 文字間を元に戻す */
  white-space: normal; /* 自動で折り返し(元に戻す) */
}
.photo-concept-pc {
  width: 65%;
}
.photo-concept-sp {
  display: none;
}
.concept-separator {
  display: flex;
  align-items: center;/* 縦位置の調整 */
  font-size: 2.4rem;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  margin-bottom: 40px;
}
.concept-separator::after {
  content: '';
  height: 1px;
  background-color: #333;
  flex-grow: 0.55;/* 少数にする */
}
.concept-separator::after {
  margin-left: 30px;
}
.concept h2 {
  font-size: 4.8rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 80px;
}
.concept h2 span {
  font-size: 7.2rem;
  color: #be4c7c;
}
.concept p {
  font-size: 2.4rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 820px) {
  .concept {
    padding: 60px 0 40px;
    margin-bottom: 150px;
    background-color: #eeeeee;
  }
  .concept-description {
    width: 100%;
    display: block;
    padding: 0 24px;
  }
  .concept-separator {
    display: none;
  }
  .concept h2 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  .concept h2 span {
    font-size: 4.8rem;
  }
  .concept p {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    margin-bottom: 40px;
  }
  .concept-image {
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
  }
  .photo-concept-pc {
    display: none;
  }
  .photo-concept-sp {
    display: inline-block;
    width: 53.6%;
  }
  .concept-ballon-fig1 {
    width: 100%;
    padding: 0 0 0 5px;
    text-align: left;
    display: block;
    position: absolute;
    bottom: -60px;
  }
  .ballon-fig1 {
    width: 27%;
  }  
}

/* farm */
.farm {
  position: relative;
  margin-bottom: 160px;
}
.farm-wrapper {
  width: 100%;
  letter-spacing: -1em; /* 文字間を詰める */
  white-space: nowrap; /* 自動で折り返ししない */
}
.farm-image {
  display: inline-block;
  width: 40%;
  padding-top: 195px;
  text-align: center;
  vertical-align: top;
  letter-spacing: normal; /* 文字間を元に戻す */
  white-space: normal; /* 自動で折り返し(元に戻す) */
}
.photo-farm {
  width: 90%;
  position: relative; /* z-indexのために設定 */
  z-index: 10;
}
.farm-description {
  width: 35%;
  display: inline-block;
  text-align: left;
  letter-spacing: normal; /* 文字間を元に戻す */
  white-space: normal; /* 自動で折り返し(元に戻す) */
}
.farm-ballon-fig2 {
  width: 25%;
  display: inline-block;
  padding-top: 120px;
  text-align: right;
  vertical-align: top;
  letter-spacing: normal; /* 文字間を元に戻す */
  white-space: normal; /* 自動で折り返し(元に戻す) */
}
.ballon-fig2 {
  width: 50%;
}
.farm-separator {
  display: flex;
  align-items: center;/* 縦位置の調整 */
  font-size: 2.4rem;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  margin-bottom: 60px;
}
.farm-separator::after {
  content: '';
  height: 1px;
  background-color: #333;
  flex-grow: 0.55;/* 少数にする */
}
.farm-separator::after {
  margin-left: 30px;
}
.farm h2 {
  font-size: 4.8rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 80px;
}
.farm p {
  font-size: 2.4rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 100px;
}
.farm-more-btn {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.farm-more-btn a {
  width: 79%;
  display: inline-block;
  padding: 28px 0;
	color: #fff;
  background-color: #000;
	font-weight: 700;
  font-size: 3.0rem;
  font-family: 'Shippori Mincho', serif;
  text-decoration: none;
	transition: 0.3s;
  position: relative; /* z-indexのために設定 */
  z-index: 11;
  border: 1px solid #fff;
}
.farm-more-btn a:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.ballon-fig3-pc {
  position: absolute;
  left: 18%;
  bottom: -160px;
}
.ballon-fig3-sp {
  display: none;
}
@media (max-width: 820px) {
  .farm {
    margin-bottom: 150px;
  }
  .farm-image {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 70px;
  }
  .photo-farm {
    width: 95%;
    max-width: 400px;
  }
  .farm-description {
    width: 100%;
    display: block;
    padding: 0 24px;
  }
  .farm-ballon-fig2 {
    width: 20%;
    position: absolute;
    padding-top: 0;
    top: -40px;
    right: 0;
  }
  .ballon-fig2 {
    width: 100%;
  }
  .farm-separator {
    display: none;
  }
  .farm h2 {
    font-size: 2.4rem;
    letter-spacing: 0;
    margin-bottom: 330px;
  }
  .farm p {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .farm-more-btn a {
    width: 91%;
    max-width: 300px;
    display: inline-block;
    padding: 17px 0;
    font-size: 1.8rem;
  }
  .ballon-fig3-pc {
    display: none;
  }
  .ballon-fig3-sp {
    display: block;
    position: absolute;
    left: 10px;
    bottom: -90px;
  }
}

/* company */
.company {
  position: relative;
  text-align: left;
  padding: 0 80px;
  margin:  340px 0 156px;
}
.company-wrapper {
  width: 100%;
  letter-spacing: -1em; /* 文字間を詰める */
  white-space: nowrap; /* 自動で折り返ししない */
}
.company-description {
  width: 30%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  letter-spacing: normal; /* 文字間を元に戻す */
  white-space: normal; /* 自動で折り返し(元に戻す) */
}
.company-separator {
  display: flex;
  align-items: center;/* 縦位置の調整 */
  font-size: 2.4rem;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  margin-bottom: 60px;
}
.company-separator::after {
  content: '';
  height: 1px;
  background-color: #333;
  flex-grow: 0.8;/* 少数にする */
}
.company-separator::after {
  margin-left: 30px;
}
.company h2 {
  font-size: 4.8rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 80px;
}
.company p {
  font-size: 2.4rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 100px;
}
.ballon-fig4-pc {
  position: absolute;
  right: 42px;
  top: -228px;
}
.ballon-fig4-sp {
  display: none;
}
.company-image {
  width: 70%;
  display: inline-block;
  text-align: right;
  letter-spacing: -1em; /* 文字間を詰める */
  white-space: nowrap; /* 自動で折り返ししない */
}
.company-image a:hover {
  opacity: 0.8;
}
.company-image-link1 {
  width: 33%;
  padding-top: 20px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal; /* 文字間を元に戻す */
  white-space: normal; /* 自動で折り返し(元に戻す) */
}
.company-link-pc {
  width: 80%;
}
.company-link-sp {
  display: none;
}
.company-image-link2 {
  width: 33%;
  padding-top: 130px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal; /* 文字間を元に戻す */
  white-space: normal; /* 自動で折り返し(元に戻す) */
}
.ceo-link-pc {
  width: 80%;
}
.ceo-link-sp {
  display: none;
}
.company-image-link3 {
  width: 33%;
  padding-top: 60px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal; /* 文字間を元に戻す */
  white-space: normal; /* 自動で折り返し(元に戻す) */
}
.media-link-pc {
  width: 80%;
}
.media-link-sp {
  display: none;
}
.ballon-fig5-pc {
  position: absolute;
  left: 0px;
  bottom: -156px;
}
.ballon-fig5-sp {
    display: none;
  }
@media (max-width: 820px) {
  .company {
    padding: 0;
    margin:  150px 0 150px;
  }
  .company-description {
    width: 100%;
    display: block;
    padding: 0 24px;
  }
  .company-separator {
    display: none;
  }
  .company h2 {
    font-size: 2.4rem;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
  .company p {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .ballon-fig4-pc {
    display: none;
  }
  .ballon-fig4-sp {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: -70px;
  }
  .company-image {
    width: 100%;
    display: block;
  }
  .company-image-link1 {
    width: 100%;
    padding-top: 0;
    margin-bottom: 3px;
    display: block;
    text-align: center;
  }
  .company-link-pc {
    display: none;
  }
  .company-link-sp {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    vertical-align: bottom; /*画像下の余白削除*/
  }
  .company-image-link2 {
    width: 100%;
    padding-top: 0;
    margin-bottom: 3px;
    display: block;
    text-align: center;
  }
  .ceo-link-pc {
    display: none;
  }
  .ceo-link-sp {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    vertical-align: bottom; /*画像下の余白削除*/
  }
  .company-image-link3 {
    width: 100%;
    padding-top: 0;
    margin-bottom: 3px;
    display: block;
    text-align: center;
  }
  .media-link-pc {
    display: none;
  }
  .media-link-sp {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    vertical-align: bottom; /*画像下の余白削除*/
  }
  .ballon-fig5-pc {
    display: none;
  }
  .ballon-fig5-sp {
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: -120px;
  }
}

/* shop */
.shop {
  position: relative;
  text-align: left;
}
.shop-title-wrapper {
  margin-left: 37.3%;
  width: 47%;
  margin-bottom: 80px;
}
.shop-separator {
  display: flex;
  align-items: center;/* 縦位置の調整 */
  font-size: 2.4rem;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  width: 100%;
  margin-bottom: 60px;
}
.shop-separator::after {
  content: '';
  height: 1px;
  background-color: #333;
  flex-grow: 0.48;/* 少数にする */
}
.shop-separator::after {
  margin-left: 30px;
}
.shop h2 {
  font-size: 4.8rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-align: center;
  width: 100%;
  line-height: 1;
}
.shop-bg {
  background-image: url("../images/top/photo_shop_background.jpg");
  background-position: center;
  background-size:cover;
  background-repeat: no-repeat;
  color: #333;
  padding: 80px 0 34px 0;
  margin-bottom: 207px;
  position: relative;
}
.shop_image {
  display: none;
}
.shop-description {
  width: 47%;
  margin-left: 37.3%;
}
.shop p {
  font-size: 2.4rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 143px;
}
.shop-more-btn {
  width: 100%;
  display: block;
  text-align: center;
}
.shop-more-btn a {
	color: #fff;
  background-color: #000;
	font-weight: 700;
  font-size: 3.0rem;
  font-family: 'Shippori Mincho', serif;
  text-decoration: none;
	transition: 0.3s;
  width: 59%;
  display: inline-block;
  padding: 27px 0;
  border: 1px solid #fff;
}
.shop-more-btn a:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.ballon-fig6 {
  position: absolute;
  left: 268px;
  bottom: -220px;
}
.finish-banner {
  position: absolute;
  right: 8%;
  top: 70px;
}
.shop-signboard {
  position: absolute;
  left: 80px;
  bottom: -100px;
}
.signboard {
  width: 100%;
}
@media (max-width: 1000px) {
  .shop-title-wrapper {
    margin-left: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .shop-separator {
    display: none;
  }
  .shop h2 {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
  .shop-bg {
    background: 0;
    padding: 0 0 0 24px;
    margin-bottom: 150px;
    text-align: center;
  }
  .shop_image {
    display: inline-block;
    width: 351px;
  }
  .shop-description {
    margin-left: 0;
    width: 100%;
    padding: 40px 24px 0 0;
  }
  .shop p {
    font-size: 1.6rem;
    margin-bottom: 40px;
    text-align: left;
  }
  .shop-more-btn a {
    font-size: 1.8rem;
    width: 91.7%;
    padding: 17px 0;
    max-width: 300px;
  }
  .ballon-fig6 {
    position: absolute;
    left: 8px;
    bottom: -85px;
    width: 30%
  }
  .finish-banner {
    position: absolute;
    right: 6.4%;
    top: 35px;
    width: 26.7%;
    max-width: 150px;
  }
  .shop-signboard {
    width: 26.7%;
    left: 5px;
    top: 73px;
    max-width: 110px;
  }
}


