@charset "utf-8";

/***************************************************************************

  トップページ

***************************************************************************/
main.top {
  padding: 90px 0 0 0;
}


/*****************************************
  FV
*****************************************/
.fvBlock {
  max-width: 1400px;
  height: 690px;
  margin: 0 auto 80px;
}

.fvBlock .fvMvBox {
  position: relative;
}

.fvBlock .fvMvBox .txt {
  width: 1200px;
  height: 690px;
  margin: auto;
  position: relative;
}

.fvBlock .fvMvBox .txt img {
  width: 473px;
  height: 131px;
  position: absolute;
  bottom: 120px;
  left: 0;
  z-index: 1;
}

.fvBlock .fvMvBox .img {
  width: 1120px;
  height: 690px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .fvBlock {
    width: 100%;
    height: 530px;
    margin: 0 auto;
    padding: 0;
  }

  .fvBlock .fvMvBox {
    width: 100%;
  }

  .fvBlock .fvMvBox .txt {
    width: 100%;
    height: 530px;
  }

  .fvBlock .fvMvBox .txt img {
    width: 82.6vw;
    height: auto;
    left: 20px;
    bottom: 40px;
  }

  .fvBlock .fvMvBox .img {
    width: calc(100% - 35px);
    height: 530px;
    background: url(../img/top/fv-img_sp.jpg) no-repeat right top;
    background-size: cover;
  }
}


/*****************************************
  お知らせ
*****************************************/
.newsListBlock {
  max-width: 1200px;
  margin: 0 auto 120px;
}

.newsListBlock h2 {
  font-size: 2.8rem;
  font-weight: 600;
  margin: 0 0 38px;
}

.newsListBlock article a {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DEDEDE;
}

.newsListBlock article figure {
  width: 120px;
}

.newsListBlock article dl {
  width: calc(100% - 120px - 40px);
}

.newsListBlock article dl dt {
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  color: #7B7B7B;
}

.newsListBlock article dl dt span {
  letter-spacing: 0;
  font-size: 1.3rem;
  font-weight: 600;
  background: #F5F5F5;
  display: inline-block;
  line-height: 1.3;
  padding: 3px 8px 1px;
  color: #454545;
  border-radius: 1px;
  margin: 0 0 0 12px;
}

.newsListBlock article a dl dd span {
  position: relative;
}

.newsListBlock article a dl dd span::after {
  background-color: #454545;
  bottom: -4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .3s;
  width: 100%;
}

.newsListBlock article a:hover dl dd span::after {
  transform: scale(1, 1);
  height: 0.5px;
}

.newsListBlock .btnList {
  text-align: right;
  margin: 32px 0 0 0;
}

.newsListBlock .btnList a {
  padding: 4px 66px 4px 0;
  display: inline-block;
  font-weight: 600;
  background: url(../img/arrow-link-circle.png) no-repeat right center;
  background-size: 46px;
}

.newsListBlock .btnList a:hover {
  background: url(../img/arrow-link-circle_ov.png) no-repeat right center;
  background-size: 46px;
}

@media screen and (max-width: 767px) {
  .newsListBlock {
    margin: 30px 35px 80px;
    max-width: 100%;
  }

  .newsListBlock h2 {
    font-size: 2.3rem;
    margin: 0 0 0;
  }

  .newsListBlock article a {
    padding: 20px 0;
    align-items: start;
  }

  .newsListBlock article figure {
    width: 90px;
  }

  .newsListBlock article dl {
    width: calc(100% - 90px - 16px);
  }

  .newsListBlock article dl dt {
    font-size: 1.3rem;
    letter-spacing: 0.07em;
    color: #7B7B7B;
  }

  .newsListBlock article dl dt span {
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 3px 8px 3px;
    margin: 0 0 0 7px;
  }

  .newsListBlock article dl dd {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .newsListBlock .btnList {
    text-align: center;
  }

  .newsListBlock .btnList a {
    padding: 4px 56px 4px 0;
    font-size: 1.6rem;
    background: url(../img/arrow-link-circle.png) no-repeat right center;
    background-size: 36px;
  }

  .newsListBlock .btnList a:hover {
    background: url(../img/arrow-link-circle.png) no-repeat right center;
    background-size: 36px;
  }
}


/*****************************************
  ひめの凜の魅力
*****************************************/
#charm {
  max-width: 1200px;
  margin: 100px auto 180px;
}

#charm h2 {
  margin: 0 0 70px;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}

#charm h2 span {
  letter-spacing: -1rem;
}

#charm h2 + p {
  margin: 0 0 50px;
  text-align: center;
}

#charm h2 + p + p {
  text-align: center;
}

#charm article {
  margin: 0 0 80px;
  display: flex;
  justify-content: space-between;
}

#charm article div {
  width: calc(100% - 560px - 50px);
  padding: 90px 0 0;
}

#charm article:last-child div {
  padding: 80px 0 0 0;
}

#charm article div h3 {
  margin: 0 0 35px;
  font-size: 2.6rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}

#charm article div h3 i {
  font-size: 1.5rem;
  color: #C50018;
  margin: 0 18px 0 0;
}

#charm article figure {
  width: 560px;
}

#charm article figure img {
  width: 100%;
}

#charm article:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  #charm {
    margin: 50px auto 80px;
  }

  #charm h2 {
    font-size: 2.5rem;
    margin: 0 0 33px;
  }

  #charm h2 + p,
  #charm h2 + p + p {
    font-size: 1.6rem;
  }

  #charm h2 + p {
    margin: 0 0 27px;
  }

  #charm article,
  #charm article:nth-child(even) {
    flex-direction: column-reverse;
    margin: auto 35px 50px;
  }

  #charm article div,
  #charm article figure {
    width: 100%;
  }

  #charm article div,
  #charm article:last-child div {
    padding: 16px 0 0;
  }

  #charm article div h3 {
    margin: 0 0 20px;
    font-size: 2.0rem;
    letter-spacing: 0;
    line-height: 1.6;
    display: block;
  }

  #charm article div h3 i {
    font-size: 1.3rem;
    line-height: 1;
    display: block;
    margin: 10px 0 5px;
  }
}


/*****************************************
  美味しさの理由
*****************************************/
#reason {
  margin: 90px auto 180px;
  max-width: 1200px;
}

#reason h2 {
  font-size: 3.2rem;
  font-weight: 600;
  margin: 0 0 70px;
  padding: 0;
  position: relative;
  text-align: center;
}

#reason h2::before {
  content: "";
  width: 32px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
  background: #C50018;
  position: absolute;
}

#reason h2 + p {
  text-align: center;
}

#reason article {
  margin: 120px 0 60px;
  display: flex;
  justify-content: space-between;
}

#reason article figure {
  width: 520px;
}

#reason article div {
  width: calc(100% - 520px - 100px);
}

#reason article div h3 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.8;
  margin: 25px 0 30px;
}

@media screen and (max-width: 767px) {
  #reason {
    margin: 50px auto 80px;
    max-width: 100%;
    padding: 0 35px;
  }

  #reason h2 {
    font-size: 2.2rem;
    margin: 0 0 35px;
  }

  #reason h2::before {
    bottom: -10px;
  }

  #reason h2 + p {
    text-align: left;
  }

  #reason article {
    margin: 60px 0 50px;
    flex-direction: column;
  }

  #reason article figure,
  #reason article div {
    width: 100%;
  }

  #reason article div h3 {
    font-size: 1.9rem;
    line-height: 1.8;
    margin: 0 0 16px;
  }

  #reason article figure {
    margin: 20px 0 0 0;
  }
}


/*****************************************
  「ひめの凜」への想い
*****************************************/
#passion {
  margin: 90px auto 180px;
}

#passion h2 {
  font-size: 3.2rem;
  font-weight: 600;
  margin: 0 0 70px;
  padding: 0;
  position: relative;
  text-align: center;
}

#passion h2::before {
  content: "";
  width: 32px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
  background: #C50018;
  position: absolute;
}

#passion .passionBlock {
  max-width: 1200px;
  margin: auto;
}

#passion .passionBlock h3 {
  font-size: 1.6rem;
  font-weight: 600;
}

#passion .developerBox {
  margin: 0 0 100px;
}

#passion .developerBox .developerCntBox {
  margin: 15px 0 0 0;
  display: flex;
  justify-content: space-between;
}

#passion .developerBox .developerCntBox h4 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.8;
  margin: 26px 0 36px;
}

#passion .developerBox .developerCntBox div {
  width: calc(100% - 608px - 80px);
}

#passion .developerBox .developerCntBox figure {
  width: 608px;
}

#passion .designBlock {
  margin: 120px auto;
  max-width: 1200px;
}

#passion .designBlock h3 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px;
}

#passion .designBlock h3 + figure {
  margin: 0 auto 40px;
  width: 477px;
}

#passion .designBlock p {
  text-align: center;
  line-height: 2.8;
}

@media screen and (max-width: 767px) {
  #passion {
    margin: 50px auto 0;
    max-width: 100%;
  }

  #passion h2 {
    font-size: 2.2rem;
    margin: 0 0 35px;
  }

  #passion h2::before {
    bottom: -10px;
  }

  #passion .passionBlock h3 {
    font-size: 1.4rem;
  }

  #passion .developerBox {
    margin: 0 35px 80px;
  }

  #passion .developerBox .developerCntBox {
    margin: 23px 0 0 0;
    flex-direction: column;
  }

  #passion .developerBox .developerCntBox h4 {
    font-size: 1.9rem;
    line-height: 1.8;
    margin: 0 0 20px;
  }

  #passion .developerBox .developerCntBox div,
  #passion .developerBox .developerCntBox figure {
    width: 100%;
  }

  #passion .developerBox .developerCntBox figure {
    margin: 30px 0 0 0;
  }

  #passion .designBlock {
    margin: 60px auto;
    max-width: 100%;
    padding: 0 35px;
  }

  #passion .designBlock h3 {
    font-size: 1.3rem;
    margin: 0 0 23px;
  }

  #passion .designBlock h3 + figure {
    margin: 0 auto 20px;
    width: 100%;
  }

  #passion .designBlock p {
    text-align: left;
    line-height: 2.2;
  }
}


/*****************************************
  「ひめの凜」を買う
*****************************************/
#buy {
  background: url(../img/top/buy-01.jpg) no-repeat;
  background-size: cover;
  padding: 110px 0;
}

#buy h2 {
  font-size: 3.2rem;
  font-weight: 600;
  margin: 0 0 70px;
  padding: 0;
  position: relative;
  text-align: center;
}

#buy h2::before {
  content: "";
  width: 32px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
  background: #C50018;
  position: absolute;
}

#buy h2 + p {
  text-align: center;
}

#buy .btnLink ul {
  max-width: 1200px;
  margin: 70px auto 0;
}

#buy .btnLink ul {
  display: flex;
  justify-content: space-between;
  gap: 0 60px;
}

#buy .btnLink ul li {
  width: 50%;
}

#buy .btnLink ul li a {
  display: block;
  font-size: 2.0rem;
  font-weight: 600;
  background: #fff url(../img/arrow-link-circle.png) no-repeat right 40px center;
  background-size: 46px;
  height: 140px;
  display: flex;
  align-items: center;
  padding: 0 32px;
}

#buy .btnLink ul li a:hover {
  background: #fff url(../img/arrow-link-circle_ov.png) no-repeat right 40px center;
  background-size: 46px;
}

@media screen and (max-width: 767px) {
  #buy {
    background: none;
    padding: 0 35px 80px;
  }

  #buy + sp {
    width: calc(100% + 70px);
    margin: 0 -35px;
  }

  #buy h2 {
    font-size: 2.2rem;
    margin: 50px 0 35px;
  }

  #buy h2::before {
    bottom: -10px;
  }

  #buy h2 + p {
    text-align: left;
  }

  #buy .btnLink ul {
    max-width: 100%;
    margin: 30px auto 0;
  }

  #buy .btnLink ul {
    display: block;
  }

  #buy .btnLink ul li {
    width: 100%;
    margin: 0 0 16px;
  }

  #buy .btnLink ul li:last-child {
    margin: 0;
  }

  #buy .btnLink ul li a {
    border: 1px solid #DEDEDE;
    border-radius: 1px;
    font-size: 1.6rem;
    background: #fff url(../img/arrow-link-circle.png) no-repeat right 16.5px center;
    background-size: 35px;
    height: auto;
    display: block;
    padding: 22.5px 17px;
  }

  #buy .btnLink ul li a:hover {
    background: #fff url(../img/arrow-link-circle.png) no-repeat right 16.5px center;
    background-size: 35px;
  }
}


/*****************************************
  ギャラリー
*****************************************/
#gallery {
  padding: 90px 0;
  background: #FAFAFA;
}

#gallery h2 {
  font-size: 3.2rem;
  font-weight: 600;
  margin: 0 0 70px;
  padding: 0;
  position: relative;
  text-align: center;
}

#gallery h2::before {
  content: "";
  width: 32px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
  background: #C50018;
  position: absolute;
}

.galleryBlock {
  margin: 80px auto 0;
  max-width: 1200px;
}

.galleryBlock h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 20px 0;
}

.galleryBlock .galleryBox {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.galleryBlock .galleryBox article {
  width: calc(100% / 3 - 24px);
}

.galleryBlock .galleryBox article div:nth-child(2) {
  margin: 10px 0 40px;
}

.galleryBlock .galleryBox article figure {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.galleryBlock .galleryBox article figure img {
  border: 1px solid #EEEEEE;
  transition: transform .6s ease;
}

.galleryBlock .galleryBox article figure:hover img {
  transform: scale(1.1);
}

.galleryBlock .galleryBox article div span {
  font-size: 1.5rem;
  display: block;
}

.galleryBlock .galleryBox article div strong {
  font-weight: 600;
}

.galleryBlock .galleryBox article a.zoom,
.galleryBlock .galleryBox article a.movie {
  position: relative;
  display: block;
}

.galleryBlock .galleryBox article a.movie::after {
  content: "";
  width: 58px;
  height: 58px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/icon-play.png) no-repeat center center;
  background-size: 58px;
}

.galleryBlock .galleryBox article a.zoom::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 4px;
  bottom: 4px;
  background: url(../img/icon-zoom.png) no-repeat 0 0;
  background-size: 25px;
}

#gallery .btnList {
  text-align: center;
  margin: 40px 0 0 0;
}

#gallery .btnList a {
  padding: 4px 66px 4px 0;
  display: inline-block;
  font-weight: 600;
  background: url(../img/arrow-link-circle.png) no-repeat right center;
  background-size: 46px;
}

#gallery .btnList a:hover {
  background: url(../img/arrow-link-circle_ov.png) no-repeat right center;
  background-size: 46px;
}

@media screen and (max-width: 767px) {
  #gallery {
    padding: 50px 35px 84px;
  }

  #gallery h2 {
    font-size: 2.2rem;
    margin: 0 0 17px;
  }

  #gallery h2::before {
    bottom: -10px;
  }

  .galleryBlock h3 {
    font-size: 1.9rem;
    margin: 72px 0 20px;
  }

  .galleryBlock .galleryBox {
    display: block;
  }

  .galleryBlock .galleryBox article {
    width: 100%;
  }

  .galleryBlock .galleryBox article figure img {
    width: 100%;
  }

  .galleryBlock .galleryBox article div span {
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0 0 5px;
  }

  .galleryBlock .galleryBox article div strong {
    font-size: 1.6rem;
    line-height: 1.8;
    display: block;
  }

  .galleryBlock .galleryBox article div:nth-child(2) {
    margin: 14px 0 40px;
  }

  #gallery .btnList a {
    padding: 4px 56px 4px 0;
    font-size: 1.8rem;
    background: url(../img/arrow-link-circle.png) no-repeat right center;
    background-size: 36px;
  }

  #gallery .btnList a:hover {
    background: url(../img/arrow-link-circle_ov.png) no-repeat right center;
    background-size: 36px;
  }
}


/*****************************************
  生産者・販売者の皆様へ
*****************************************/
#producers-sellers {
  margin: 100px auto -20px;
  max-width: 1200px;
}

#producers-sellers div {
  cursor: pointer;
  max-width: 1200px;
  height: 320px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#producers-sellers div div {
  background: url(../img/top/producers-sellers-01.jpg) no-repeat center;
  background-size: cover;
  height: 320px;
  width: 100%;
  transition: transform .6s ease;
}

#producers-sellers div:hover div {
  transform: scale(1.05);
}

#producers-sellers div span {
  display: flex;
  align-items: center;
  position: absolute;
  margin: auto;
  width: 14em;
  bottom: 0;
  left: 50px;
  top: 0;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 600;
  background: url(../img/top/arrow-link-circle.png) no-repeat right center;
  background-size: 46px;
  z-index: 1;
}

#producers-sellers div:hover span {
  background: url(../img/top/arrow-link-circle_ov.png) no-repeat right center;
  background-size: 46px;
}

@media screen and (max-width: 767px) {
  #producers-sellers {
    margin: 40px auto -20px;
    max-width: 100%;
    padding: 0 12px;
  }

  #producers-sellers div {
    max-width: 100%;
    height: 160px;
  }

  #producers-sellers div div {
    background: url(../img/top/producers-sellers-01.jpg) no-repeat center;
    background-size: cover;
    height: 160px;
    width: 100%;
    transition: none;
  }

  #producers-sellers div:hover div {
    transform: none;
  }

  #producers-sellers div span {
    display: flex;
    align-items: center;
    position: absolute;
    margin: auto;
    width: calc(100% - 16px - 23px);
    bottom: 0;
    left: 16px;
    top: 0;
    font-size: 2.0rem;
    background: url(../img/top/arrow-link-circle.png) no-repeat right center;
    background-size: 36px;
    z-index: 1;
  }

  #producers-sellers div:hover span {
    background: url(../img/top/arrow-link-circle.png) no-repeat right center;
    background-size: 36px;
  }
}


/*****************************************
  パララックス
*****************************************/
.parallax-01 {
  max-width: 1280px;
  height: 680px;
  margin: 0 auto;
  background: url(../img/top/landscape-01.jpg) no-repeat center;
  background-size: cover;
}

.parallax-02 {
  max-width: 1048px;
  margin: 120px auto;
}

.parallax-03 {
  width: 100%;
  height: 780px;
  background: url(../img/top/landscape-03.jpg) no-repeat center;
  background-size: cover;
}

.parallax-04 {
  width: 100%;
  height: 780px;
  background: url(../img/top/landscape-04.jpg) no-repeat center;
  background-size: cover;
}

.parallax-05 {
  text-align: right;
}

.parallax-05 img {
  width: 1160px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .parallax-01 {
    width: calc(100% - 24px);
    height: 560px;
  }

  .parallax-02 {
    max-width: 100%;
    margin: 70px auto;
  }

  .parallax-03 {
    height: 700px;
  }

  .parallax-04 {
    height: 700px;
  }

  .parallax-05 img {
    width: calc(100% - 65px);
  }
}
