@charset "UTF-8";
body {
  padding-top: 170px !important;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 140px !important;
  }
}

.aboutFv {
  background: url(../img/page/about-fv.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .aboutFv {
    margin-top: 48px;
    background: url(../img/page/about-fv-sp.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.aboutFv__inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.aboutFv #bread-crumb {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .aboutFv #bread-crumb {
    top: -48px;
  }
}
.aboutFv #bread-crumb li::marker {
  display: none !important;
}
.aboutFv #bread-crumb a,
.aboutFv #bread-crumb span {
  color: #fff !important;
  font-size: 14px !important;
}
@media screen and (max-width: 768px) {
  .aboutFv #bread-crumb a,
  .aboutFv #bread-crumb span {
    color: #000 !important;
    font-size: 3.4666666667vw !important;
  }
}
@media screen and (max-width: 768px) {
  .aboutFv {
    padding: 16vw 5.3333333333vw;
  }
}
.aboutFv__title {
  text-align: center !important;
  color: #fff !important;
  font-size: 32px !important;
  font-weight: normal !important;
  margin-top: 0 !important;
  border: 0 !important;
  margin-bottom: 64px !important;
  font-family: "Noto Serif JP", serif !important;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .aboutFv__title {
    font-size: 5.8666666667vw !important;
    margin-bottom: 8vw !important;
  }
}
.aboutFv p {
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aboutFv p {
    font-size: 3.7333333333vw;
  }
}

.message {
  background: #EFEEEA;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .message {
    padding: 17.3333333333vw 5.3333333333vw;
  }
}
.message__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .message__inner {
    flex-direction: column;
  }
}
.message .section__title {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .message .section__title {
    width: 100%;
  }
}
.message__contents {
  justify-content: space-between;
  display: flex;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .message__contents {
    margin-top: 12vw;
    width: 100%;
    flex-direction: column-reverse;
  }
}
.message__contents .img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .message__contents .img {
    width: 60%;
    margin: 0 auto;
  }
}
.message__contents .contents {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .message__contents .contents {
    width: 100%;
  }
}
.message__contents .contents h3 {
  font-size: 24px !important;
  padding-bottom: 20px !important;
  margin-bottom: 30px !important;
  font-weight: normal !important;
  border-bottom: 1px solid #B5B73B;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .message__contents .contents h3 {
    font-size: 5.3333333333vw !important;
    margin-bottom: 8vw !important;
  }
}
.message__contents .contents p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .message__contents .contents p {
    font-size: 3.7333333333vw;
  }
}
.message__contents .contents .name {
  margin-top: 14px;
  text-align: right;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .message__contents .contents .name {
    margin-bottom: 8vw;
    font-size: 3.7333333333vw;
  }
}

.product__index {
  padding: 100px 40px 50px;
}

@media screen and (max-width: 768px) {
  .product__index {
    padding: 10.6666666667vw 0 5.3333333333vw;
  }
}
.product__indexWrap {
  overflow-x: auto;
  width: 100%;
  scrollbar-width: none;
}

.product__indexWrap::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 768px) {
  .product__indexWrap {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}
.product__index--lists {
  display: flex;
  justify-content: center;
  gap: 40px;
}

@media screen and (max-width: 1200px) {
  .product__index--lists {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 20px;
    gap: 30px;
  }
}
.product__index--list {
  display: block;
  padding-bottom: 10px;
  padding-right: 36px;
  border-bottom: 1px solid #000000;
  font-size: 16px;
  background: url(../img/common/icon_arrow_bottom.svg) no-repeat;
  background-size: 16px;
  background-position: top 40% left 100%;
}

@media screen and (max-width: 768px) {
  .product__index--list {
    font-size: 14px;
  }
}
.product__index--list:hover {
  border-bottom: 1px solid #B5B73B;
  color: #B5B73B;
  background: url(../img/common/icon_arrow_bottom_gl.svg) no-repeat;
  background-size: 16px;
  background-position: top 40% left 100%;
}

.commitment {
  padding: 50px 40px 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .commitment {
    padding: 13.3333333333vw 5.3333333333vw 8vw;
  }
}
.commitment__inner {
  max-width: 1340px;
  margin: 0 auto;
}
.commitment .section__title {
  text-align: center;
  margin-bottom: 50px;
}
.commitment__text {
  text-align: center;
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .commitment__text {
    font-size: 3.7333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.commitment__tabs {
  display: flex;
  justify-content: center;
  max-width: 660px;
  margin: 0 auto;
  gap: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .commitment__tabs {
    gap: 0;
    justify-content: space-between;
  }
}
.commitment__tab {
  background: #EFEEEA;
  padding: 32px 0;
  text-align: center;
  width: 48.5%;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .commitment__tab {
    font-size: 3.7333333333vw;
    padding: 10px;
    line-height: 1.5;
    width: 49%;
    display: block;
  }
}
.commitment__tab:hover {
  background: #000;
  color: #fff;
}
.commitment__tab.is_active {
  background: #000;
  color: #fff;
}
.commitment__contents {
  display: none;
}
.commitment__contents.is_show {
  display: block;
}
.commitment__slider {
  padding: 0 70px 50px;
  overflow: hidden;
  position: relative;
}
.commitment__slider .swiper-button-prev,
.commitment__slider .swiper-button-next {
  width: 44px;
}
.commitment__slider .swiper-pagination-bullet {
  margin: 0 6px !important;
}
.commitment__slider .swiper-pagination-bullet-active {
  background: #000;
}
@media screen and (max-width: 768px) {
  .commitment__slider {
    padding: 0 0 30px;
    overflow: visible;
  }
  .commitment__slider .swiper-button-prev,
  .commitment__slider .swiper-button-next {
    width: 34px;
    top: 40%;
  }
  .commitment__slider .swiper-button-prev {
    left: -10px;
  }
  .commitment__slider .swiper-button-next {
    right: -10px;
  }
}
.commitment__slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .commitment__slider .swiper-slide {
    display: block;
  }
}
.commitment__slider .swiper-slide .img {
  width: 49%;
}
.commitment__slider .swiper-slide .img img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .commitment__slider .swiper-slide .img {
    width: 100%;
    margin-bottom: 10.6666666667vw;
  }
}
.commitment__slider .swiper-slide .contents {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .commitment__slider .swiper-slide .contents {
    width: 100%;
  }
}
.commitment__slider .swiper-slide .contents h3 {
  font-size: 24px !important;
  margin-bottom: 30px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
}
@media screen and (max-width: 768px) {
  .commitment__slider .swiper-slide .contents h3 {
    font-size: 5.3333333333vw !important;
    margin-bottom: 8vw !important;
  }
}
.commitment__slider .swiper-slide .contents p {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .commitment__slider .swiper-slide .contents p {
    font-size: 3.7333333333vw;
  }
}

.gift {
  padding: 50px 40px;
}

@media screen and (max-width: 768px) {
  .gift {
    padding: 10vw 5.33vw;
  }
  .gift .more {
    margin-left: auto;
    margin-right: auto;
  }
}
.gift__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .gift__inner {
    display: block;
  }
}
.gift__img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .gift__img {
    width: 100%;
  }
}
.gift__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}

.gift__contents {
  background: #EFEEEA;
  padding: 5%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .gift__contents {
    width: 100%;
    padding: 16vw 5.3333333333vw 10.6666666667vw;
  }
}
.gift__contents h3 {
  font-size: 24px !important;
  font-weight: normal !important;
  margin-bottom: 20px !important;
  line-height: 1.5 !important;
}
@media screen and (max-width: 768px) {
  .gift__contents h3 {
    font-size: 5.3333333333vw !important;
  }
}

@media screen and (max-width: 768px) {
  .gift .section__title {
    text-align: center;
  }
}
.gift__contents .section__text {
  margin-top: 0;
}

.gift .section__title span {
  color: #000;
}

.gift .section__text {
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .gift .section__text {
    font-size: 3.7333333333vw;
  }
}

.more__btn {
  display: block;
  width: 224px;
  color: #fff;
  border: 1px solid #000;
  padding: 20px 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  transition: 0.3s ease;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .more__btn {
    padding: 4vw 0;
    font-size: 4.2666666667vw;
    width: 59.7333333333vw;
  }
}
.more__btn:hover {
  border: 1px solid #B5B73B;
  opacity: 1;
  background: #B5B73B;
  color: #fff;
}

.gift .more__btn {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .gift .more__btn {
    margin: 0 auto;
  }
}
.gift .more__btn:hover {
  background: #000;
  color: #fff;
}

.sustainable {
  padding: 50px 40px 100px;
}
@media screen and (max-width: 768px) {
  .sustainable {
    padding: 8vw 5.3333333333vw 16vw;
  }
}
.sustainable__inner {
  background: url(../img/page/sustainable-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 40px;
}
@media screen and (max-width: 768px) {
  .sustainable__inner {
    padding: 13.3333333333vw 5.3333333333vw;
    background: url(../img/page/sustainable-bg-sp.png) no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.sustainable__title {
  text-align: center !important;
  color: #fff !important;
  padding-bottom: 20px !important;
  font-size: 24px !important;
  font-weight: normal !important;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 30px !important;
  border-bottom: 1px solid #B5B73B;
}
@media screen and (max-width: 768px) {
  .sustainable__title {
    font-size: 5.3333333333vw !important;
    margin-bottom: 5.3333333333vw !important;
  }
}
.sustainable__text {
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sustainable__text {
    font-size: 3.7333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.sustainable__lists {
  display: flex;
  max-width: 930px;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sustainable__lists {
    display: block;
  }
}
.sustainable__list {
  padding: 20px;
  width: 31%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sustainable__list {
    width: 100%;
    padding: 5.3333333333vw 4vw;
    margin-bottom: 20px;
  }
}
.sustainable__list--icon {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sustainable__list--icon {
    margin-bottom: 10px;
  }
}
.sustainable__list--icon img {
  height: 45px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .sustainable__list--icon img {
    height: 45px;
  }
}
.sustainable__list--title {
  font-size: 22px !important;
  font-weight: normal !important;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .sustainable__list--title {
    font-size: 4.8vw !important;
  }
}
.sustainable__list--text {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sustainable__list--text {
    font-size: 3.7333333333vw;
  }
}

.company {
  padding: 100px 40px;
  background: #EFEEEA;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 17.3333333333vw 5.3333333333vw 20vw;
  }
}
.company__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.company .section__title {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .company .section__title {
    margin-bottom: 13.3333333333vw;
  }
}
.company__lists {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 8px;
  transition: grid-template-columns 0.4s ease;
}
@media screen and (max-width: 768px) {
  .company__lists {
    display: block;
  }
}
.company .company__lists {
  position: relative;
}
@media (min-width: 769px) {
  .company {
    /* hover 中は他の要素を非表示（薄く） */
    /* hover された要素だけ全面に拡大 */
    /* 中の画像を拡大 */
    /* テキストも見せたい場合 */
  }
  .company .company__list {
    position: relative;
    transition: 0.4s ease;
  }
  .company .company__lists:hover .company__list {
    opacity: 0.1;
  }
  .company .company__lists:hover .company__list:hover {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .company .company__list:hover .company__list--img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .company .company__list:hover .company__list--text {
    opacity: 1;
    transition: opacity 0.3s 0.3s ease;
  }
}
.company__list {
  height: 700px;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .company__list {
    height: 130px;
    margin-bottom: 10px;
  }
  .company__list::after {
    content: "";
    width: 17px;
    height: 17px;
    background: url(../img/page/icon_plus.svg) no-repeat;
    background-size: 17px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .company__list.active::after {
    background: url(../img/page/icon_minus.svg) no-repeat;
  }
}
.company__list--year {
  position: absolute;
  top: 30px;
  left: 20px;
  writing-mode: vertical-rl;
  font-size: 40px;
  font-family: "Playfair Display", serif;
  color: #fff;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .company__list--year {
    top: 15px;
    left: 20px;
    writing-mode: horizontal-tb;
    font-size: 8.5333333333vw;
    transform: rotate(0);
  }
}
.company__list--img {
  height: 100%;
  width: 100%;
}
.company__list--img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.company__list--text {
  position: absolute;
  left: 35px;
  bottom: 40px;
  color: #fff;
  font-size: 16px;
  opacity: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .company__list--text {
    width: 100%;
    left: 0;
    padding: 0 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.company__list.active {
  height: 350px;
}
.company__list.active .company__list--text {
  transition: opacity 0.3s 0.5s ease;
  opacity: 1;
}

.gooddays {
  padding: 100px 40px 120px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .gooddays {
    padding: 17.3333333333vw 5.3333333333vw 20vw;
  }
}
.gooddays .section__title {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .gooddays .section__title {
    margin-bottom: 8vw;
  }
}
.gooddays__text {
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .gooddays__text {
    text-align: left;
    font-size: 3.7333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.gooddays__slider {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .gooddays__slider {
    margin-bottom: 12vw;
  }
}
.gooddays .more {
  margin: 0 auto;
}

.shop {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .shop {
    margin-bottom: 0;
  }
}
.shop__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 768px) {
  .shop__inner {
    display: block;
  }
}
.shop__img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .shop__img {
    width: 100%;
  }
}
.shop__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .shop__img img {
    aspect-ratio: 1.7;
    vertical-align: bottom;
  }
}
.shop__contents {
  background: #6D6D6D;
  padding: 5%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .shop__contents {
    padding: 13.3333333333vw 5.3333333333vw;
    width: 100%;
    text-align: center;
  }
}
.shop .section__title {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .shop .section__title h2 {
    margin-bottom: 8vw;
  }
}
.shop .section__title span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .shop .section__title {
    margin-bottom: 6.9333333333vw;
  }
}
.shop .address {
  font-size: 16px;
  color: #fff;
  line-height: 1.7;
}

.shop .address a {
  margin-left: 10px;
}

.instagram {
  padding: 100px 40px 0;
  background: #EFEEEA;
}

@media screen and (max-width: 768px) {
  .instagram {
    padding: 16vw 5.3333333333vw 0;
  }
}
.instagram .more__btn {
  margin: 40px auto 0;
}

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

.instagram__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 40px;
  font-weight: normal;
  font-family: "Playfair Display", serif;
}

@media screen and (max-width: 768px) {
  .instagram__title {
    font-size: 9.3333333333vw;
  }
}
.instagram__title img {
  width: 40px;
}

@media screen and (max-width: 768px) {
  .instagram__title img {
    width: 8vw;
  }
}
.instagram__lists {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.instagram__lists img {
  vertical-align: bottom;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .instagram__lists {
    margin-top: 10.6666666667vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
.instagram {
  background: none !important;
}
@media screen and (max-width: 768px) {
  .instagram {
    padding: 0;
  }
}

#JournalList > h1 {
  display: none !important;
}
#JournalList article > h2 {
  display: none !important;
}

#wrapper #contents {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#main-column > #bread-crumb {
  display: none !important;
}

h2 {
  border-top: 0 solid #000 !important;
}

.state_l {
  display: none !important;
}

@media screen and (max-width: 768px) {
  #contents #main-column,
  #main-column-full {
    padding: 0 !important;
  }
}

#JournalList .journal-cont ol,
#Journal .journal-cont ol {
  margin: 0 !important;
}

#JournalList .journal-cont ol li,
#Journal .journal-cont ol li {
  list-style: none !important;
}

#bread-crumb-listTop ol li:not(:first-child):before {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  #bread-crumb-listTop ol li:not(:first-child):before {
    color: #000 !important;
  }
}

.journal__slider .swiper-button-prev {
  top: 53%;
}

.journal__slider .swiper-button-next {
  top: 53%;
}

[id] {
  scroll-margin-top: 117px;
}

@media screen and (max-width: 768px) {
  .journal {
    padding-top: 0;
  }
}

.mailmagazine__form input.submit_mailMag {
  height: 40px;
}/*# sourceMappingURL=about.css.map */