@-webkit-keyframes infinity-scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.ancpoint {
  position: relative;
  top: -80px;
  left: 0;
  width: 0;
  height: 0;
}
@media screen and (max-width: 992px) {
  .ancpoint {
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .ancpoint {
    top: 0;
  }
}

/*************************************************

bgview

*************************************************/
.bgview {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.bgview img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .bgview {
    height: 100vh;
  }
}
.bgview::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  z-index: 1;
  background-color: #020202;
}
.is-bgon .bgview::after {
  opacity: 0.7;
}

/*************************************************

mv

*************************************************/
.mv {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .mv {
    height: 100vh;
  }
}

.mv-title {
  max-width: 500px;
  margin: 0 auto;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .mv-title {
    width: 85.8666666667%;
  }
}
.mv-title img {
  -webkit-transform: translateX(3%);
          transform: translateX(3%);
}

/*************************************************

leadarea

*************************************************/
.leadarea {
  position: relative;
  padding: 40px 0 180px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .leadarea {
    padding-bottom: 100px;
  }
}
.leadarea > * {
  position: relative;
  z-index: 5;
}
.leadarea::before, .leadarea::after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  z-index: 1;
  background-color: #020202;
}
.leadarea::before {
  bottom: calc(100% - 161px);
  height: 200px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(2, 2, 2)), to(rgba(2, 2, 2, 0)));
  background: linear-gradient(0deg, rgb(2, 2, 2) 0%, rgba(2, 2, 2, 0) 100%);
}
.leadarea::after {
  bottom: 0;
  height: calc(100% - 160px);
}

.leadarea-title01 {
  color: #B09355;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .leadarea-title01 {
    font-size: min(20px, 5.3333333333vw);
  }
}

.leadarea-text {
  font-size: 20px;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .leadarea-text {
    font-size: min(16px, 4.2666666667vw);
  }
}

.leadarea-title02 {
  color: #B09355;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .leadarea-title02 {
    font-size: min(18px, 4.8vw);
  }
}

/*************************************************

overview

*************************************************/
.overview {
  position: relative;
  padding: 120px 0 160px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .overview {
    padding: 60px 0 90px;
  }
}
.overview > * {
  position: relative;
  z-index: 5;
}

.overview-wide {
  width: min(1200px, 100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

.overview-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  z-index: 1;
}
.overview-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* overview-leads
-----------------------------------------*/
.overview-leads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .overview-leads {
    display: block;
    margin-bottom: 70px;
  }
}

.overview-leads__left {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .overview-leads__left {
    width: auto;
    margin-bottom: 35px;
  }
}

.overview-leads__right {
  width: min(100% - 220px, 790px);
}
@media screen and (max-width: 767px) {
  .overview-leads__right {
    width: auto;
  }
}

.overview-leads__en {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .overview-leads__en {
    font-size: 16px;
  }
}

.overview-leads__ja {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .overview-leads__ja {
    font-size: 24px;
  }
}

.overview-leads__texts {
  font-weight: 600;
  line-height: 2.6;
}
@media screen and (max-width: 767px) {
  .overview-leads__texts {
    font-size: 14px;
  }
}

/* overview-box
-----------------------------------------*/
.overview-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 20px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .overview-box {
    padding: 10px 0 0 10px;
  }
}
.overview-box::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .overview-box::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}

.overview-box-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .overview-box-inner {
    display: block;
  }
}
.overview-box-inner > * {
  position: relative;
  z-index: 5;
}
.overview-box-inner::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: "";
  width: calc(100% - 70px);
  height: calc(100% - 40px);
  border: #fff solid 1px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .overview-box-inner::before {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.overview-box-inner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-repeat: repeat;
  background-position: center center;
  background-size: 64px auto;
  z-index: 1;
}

.overview-box-letters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 54.2372881356%;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .overview-box-letters {
    width: auto;
    padding: 30px 30px;
  }
}

.overview-box-letters__inner {
  width: min(490px, 100%);
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .overview-box-letters__inner {
    width: auto;
  }
}

.overview-box-title {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .overview-box-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .overview-box-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

.overview-box-texts01 {
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .overview-box-texts01 {
    font-size: 12px;
    line-height: 1.6667;
  }
}
.overview-box-texts01 .in-min {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .overview-box-texts01 .in-min {
    font-size: 10px;
  }
}

.overview-box-texts02 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .overview-box-texts02 {
    margin-top: 20px;
    font-size: 14px;
  }
}

.overview-box-img {
  width: 45.7627118644%;
}
@media screen and (max-width: 767px) {
  .overview-box-img {
    width: 100%;
  }
}

.overview-box-img__el {
  height: 100%;
}
.overview-box-img__el img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.overview-box01 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .overview-box01 {
    margin-bottom: 70px;
  }
}
.overview-box01::before {
  border: #B09355 solid 1px;
}
.overview-box01 .overview-box-inner {
  padding-bottom: 20px;
  background-color: #B09355;
}
@media screen and (max-width: 767px) {
  .overview-box01 .overview-box-inner {
    padding-bottom: 0;
  }
}
.overview-box01 .overview-box-inner::after {
  background-image: url(../images/top/overview_box01_bg.png);
  opacity: 0.1;
}
.overview-box01 .overview-box-img__label {
  position: absolute;
  top: -10px;
  right: 10px;
  display: block;
  width: 33.3333333333%;
  line-height: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .overview-box01 .overview-box-img__label {
    top: -20px;
    right: -10px;
    width: 40%;
  }
}
.overview-box01 .overview-box-img__el {
  width: 92.5925925926%;
}
@media screen and (max-width: 767px) {
  .overview-box01 .overview-box-img__el {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: auto;
    height: auto;
    aspect-ratio: 305/160;
    margin: 0 10px;
  }
  .overview-box01 .overview-box-img__el img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}
.overview-box01 .overview-box-obi {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #fff;
  padding: 25px 40px;
  background-color: #020202;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .overview-box01 .overview-box-obi {
    width: auto;
    margin-left: -10px;
    padding: 15px 20px;
  }
}
.overview-box01 .overview-box-obi__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 65px;
  max-width: 1030px;
  margin: 0 auto;
  font-weight: 700;
  line-height: 2;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .overview-box01 .overview-box-obi__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 12px;
    line-height: 1.6;
  }
}
.overview-box01 .overview-box-obi__box .in-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.overview-box01 .overview-box-obi__box .in-title {
  white-space: nowrap;
}
.overview-box01 .overview-box-obi__box .in-body span {
  display: inline-block;
}
.overview-box01 .overview-box-obi__deco {
  position: absolute;
  width: 142px;
  line-height: 0;
  z-index: 1;
}
.overview-box01 .overview-box-obi__deco.is-01 {
  left: -40px;
  bottom: -80px;
}
.overview-box01 .overview-box-obi__deco.is-02 {
  right: -48px;
  top: -70px;
}
.overview-box01 .overview-box-logos {
  margin-top: 10px;
}

.overview-box02 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .overview-box02 {
    margin-bottom: 60px;
    padding-bottom: 20px;
  }
}
.overview-box02::before {
  border: #DA3E31 solid 1px;
}
.overview-box02 .overview-box-inner {
  background-color: #DA3E31;
}
.overview-box02 .overview-box-inner::after {
  background-image: url(../images/top/overview_box02_bg.png);
  opacity: 0.15;
}
.overview-box02 .overview-box-img__el {
  padding-left: 20px;
  background-color: rgba(2, 2, 2, 0.9);
}
@media screen and (max-width: 767px) {
  .overview-box02 .overview-box-img__el {
    padding: 16px 0 0;
  }
}
.overview-box02 .overview-box-deco {
  position: absolute;
  line-height: 0;
  z-index: 2;
}
.overview-box02 .overview-box-deco.is-01 {
  top: -40px;
  left: -13px;
  width: 113px;
}
@media screen and (max-width: 767px) {
  .overview-box02 .overview-box-deco.is-01 {
    top: -23px;
    left: -7px;
    width: 72px;
  }
}
.overview-box02 .overview-box-deco.is-02 {
  bottom: -5px;
  left: -43px;
  width: 87px;
}
@media screen and (max-width: 767px) {
  .overview-box02 .overview-box-deco.is-02 {
    top: -23px;
    bottom: auto;
    left: auto;
    right: 0;
    width: 53px;
  }
}

/* overview-shop
-----------------------------------------*/
.overview-shop-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: none;
  background: none;
}
.overview-shop-title .in-title {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .overview-shop-title .in-title {
    font-size: 18px;
  }
}
.overview-shop-title .in-toggle {
  width: 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  line-height: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.overview-shop-title .in-toggle img {
  width: 100%;
}
.overview-shop-title.is-on .in-toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.overview-shop-listwrap {
  display: none;
}

.overview-shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 20px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .overview-shop-list {
    gap: 40px 20px;
    margin-top: 30px;
  }
}

.overview-shop-list__item {
  width: calc(20% - 16px);
}
@media screen and (max-width: 992px) {
  .overview-shop-list__item {
    width: calc(25% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .overview-shop-list__item {
    width: calc(50% - 10px);
  }
}
.overview-shop-list__item.is-none {
  display: none;
}

.overview-shop-list__acnhor {
  display: block;
  color: #000;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
}

.overview-shop-list__thumb {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  color: #91712C;
  aspect-ratio: 222/167;
  border: #AE945C solid 1px;
  background: #fff url(../images/top/overview_shop_thumb.png) no-repeat center center/cover;
  -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .overview-shop-list__thumb {
    gap: 3px;
  }
}
.overview-shop-list__thumb figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.overview-shop-list__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.overview-shop-list__name {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .overview-shop-list__name {
    font-size: 13px;
  }
}

.overview-shop-list__pref {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 767px) {
  .overview-shop-list__pref {
    font-size: 12px;
  }
}

.overview-shop-list__addr {
  font-size: 13px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .overview-shop-list__addr {
    font-size: 12px;
  }
}

.overview-map {
  height: 600px;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .overview-map {
    height: 300px;
    margin-top: 60px;
  }
}

.overview-shop-cap {
  margin-top: 20px;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .overview-shop-cap {
    font-size: 10px;
  }
}

/*************************************************

crafts

*************************************************/
.crafts {
  overflow: hidden;
  position: relative;
  padding-bottom: 130px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .crafts {
    padding-bottom: 70px;
  }
}
.crafts > * {
  position: relative;
  z-index: 5;
}

.crafts-inner {
  overflow: hidden;
  position: relative;
}
.crafts-inner > * {
  position: relative;
  z-index: 5;
}

.crafts-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.crafts-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #000;
  opacity: 0.7;
  z-index: 3;
}
.crafts-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.crafts-bg__el {
  width: 100%;
  height: 120%;
}

/* crafts-leads
-----------------------------------------*/
.crafts-leads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(1200px, 100% - 40px);
  margin-left: auto;
  margin-right: auto;
  padding: 140px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .crafts-leads {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .crafts-leads {
    display: block;
  }
}

.crafts-leads__left {
  width: 220px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .crafts-leads__left {
    width: auto;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  .page-en .crafts-leads__left {
    width: 250px;
  }
}

.crafts-leads__right {
  width: min(100% - 220px, 790px);
}
@media screen and (min-width: 768px) {
  .page-en .crafts-leads__right {
    width: min(100% - 250px, 890px);
  }
}
@media screen and (max-width: 767px) {
  .crafts-leads__right {
    width: auto;
  }
}

.crafts-leads__en {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .crafts-leads__en {
    font-size: 16px;
  }
}

.crafts-leads__ja {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .crafts-leads__ja {
    font-size: 24px;
  }
}
.page-en .crafts-leads__ja {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .page-en .crafts-leads__ja {
    font-size: 22px;
  }
}

.crafts-leads__title {
  margin-bottom: 35px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .crafts-leads__title {
    margin-bottom: 25px;
    font-size: 18px;
  }
}

.crafts-leads__texts {
  font-weight: 600;
  line-height: 2.6;
}
@media screen and (max-width: 767px) {
  .crafts-leads__texts {
    font-size: 14px;
  }
}

.crafts-slide {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
}
.is-load .crafts-slide {
  opacity: 1;
}

.crafts-slide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.is-load .crafts-slide__list {
  -webkit-animation: infinity-scroll-left 40s infinite linear both;
          animation: infinity-scroll-left 40s infinite linear both;
}

.crafts-slide__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .crafts-slide__item {
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
  }
}
.crafts-slide__item img {
  width: auto;
  height: 267px;
}
@media screen and (max-width: 767px) {
  .crafts-slide__item img {
    height: 150px;
  }
}

/*************************************************

ingredients

*************************************************/
.ingredients {
  overflow: hidden;
  position: relative;
  background-color: #000;
}
.ingredients > * {
  position: relative;
  z-index: 5;
}

.ingredients-inner {
  overflow: hidden;
  position: relative;
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .ingredients-inner {
    padding-bottom: 0;
  }
}
.ingredients-inner > * {
  position: relative;
  z-index: 5;
}

.ingredients-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ingredients-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 120%;
}

.ingredients-bg__el {
  width: 100%;
  height: 100%;
}

/* ingredients-leads
-----------------------------------------*/
.ingredients-leads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(1200px, 100% - 40px);
  margin-left: auto;
  margin-right: auto;
  padding: 140px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ingredients-leads {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .ingredients-leads {
    display: block;
  }
}

.ingredients-leads__left {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .ingredients-leads__left {
    width: auto;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  .page-en .ingredients-leads__left {
    width: 250px;
  }
}

.ingredients-leads__right {
  width: min(100% - 220px, 790px);
}
@media screen and (max-width: 767px) {
  .ingredients-leads__right {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .page-en .ingredients-leads__right {
    width: min(100% - 250px, 890px);
  }
}

.ingredients-leads__en {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ingredients-leads__en {
    font-size: 16px;
  }
}

.ingredients-leads__ja {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .ingredients-leads__ja {
    font-size: 24px;
  }
}
.page-en .ingredients-leads__ja {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .page-en .ingredients-leads__ja {
    font-size: 22px;
  }
}

.ingredients-leads__title {
  margin-bottom: 35px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .ingredients-leads__title {
    margin-bottom: 25px;
    font-size: 18px;
  }
}

.ingredients-leads__texts {
  font-weight: 600;
  line-height: 2.6;
}
@media screen and (max-width: 767px) {
  .ingredients-leads__texts {
    font-size: 14px;
  }
}

.ingredients-slide {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
}
.is-load .ingredients-slide {
  opacity: 1;
}

.ingredients-slide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.is-load .ingredients-slide__list {
  -webkit-animation: infinity-scroll-left 120s infinite linear both;
          animation: infinity-scroll-left 120s infinite linear both;
}

.ingredients-slide__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .ingredients-slide__item {
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
  }
}
.ingredients-slide__item img {
  width: auto;
  height: 267px;
}
@media screen and (max-width: 767px) {
  .ingredients-slide__item img {
    height: 150px;
  }
}

/*************************************************

organizer

*************************************************/
.organizer {
  position: relative;
  background-color: #fff;
}
.organizer > * {
  position: relative;
  z-index: 5;
}

.organizer-wide {
  width: min(800px, 100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

.organizer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  z-index: 1;
}
.organizer-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.organizer-letters {
  padding: 130px 0 160px;
}
@media screen and (max-width: 767px) {
  .organizer-letters {
    padding: 80px 0 100px;
  }
}

.organizer-title {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .organizer-title {
    font-size: 22px;
  }
}

.organizer-logo {
  margin-bottom: 40px;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .organizer-logo img {
    width: 150px;
  }
}

.organizer-texts {
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .organizer-texts {
    font-size: 14px;
  }
}

.organizer-img {
  overflow: hidden;
  position: relative;
  height: 360px;
}
@media screen and (max-width: 992px) {
  .organizer-img {
    height: 260px;
  }
}
@media screen and (max-width: 767px) {
  .organizer-img {
    height: 150px;
  }
}

.organizer-img__el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
@media screen and (max-width: 767px) {
  .organizer-img__el {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}