@charset "UTF-8";
.lineup__ecsite, .lineup__shop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev,
  .swiper-pagination {
    display: none !important;
  }
}

/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  margin-top: -30px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    background-size: 4.1666666667vw;
    margin-top: -2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 8vw;
    height: 8vw;
    background-size: 8vw;
    margin-top: -4vw;
  }
}

/* 次ページボタンのスタイル */
.swiper-button-next {
  opacity: 0.8;
  background-image: url(/assets/images/common/icon-swiper-right.png);
}
.swiper-button-next::after {
  content: "";
}

/* 前ページボタンのスタイル */
.swiper-button-prev {
  opacity: 0.8;
  background-image: url(/assets/images/common/icon-swiper-left.png);
}
.swiper-button-prev::after {
  content: "";
}

.swiper-pagination {
  position: relative !important;
  bottom: 0px !important;
  margin-top: 4vw !important;
}

.swiper-pagination-bullet-active {
  background: #6c2c2f !important;
}

.swiper-outer {
  position: relative;
}

.swiper-wrapper {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .swiper-wrapper {
    justify-content: flex-start;
  }
}

.swiper-slide {
  height: auto;
}

.movie-area {
  margin: auto;
  max-width: 720px;
}
.movie-area__container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.movie-area iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* r_base:start */
.intro__contents {
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
}
@media screen and (max-width: 767px) {
  .intro__contents {
    width: 80vw;
  }
}

.bean-to__contents {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

.intro, .kv {
  background-color: rgba(253, 243, 195, 0.6);
}

.main {
  background-image: url(/assets/images/r/base-bg-pc.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .main {
    background-image: url(/assets/images/r/base-bg-sp.jpg);
  }
}
.main picture {
  display: block;
}
.main ul,
.main ol {
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .main img {
    max-width: none;
    width: 100%;
  }
}
.main__bottom {
  position: relative;
  z-index: 1;
}
.main__bottom::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.6;
  z-index: -1;
  background-image: linear-gradient(to bottom, #AA691D 0%, #AA691D 10%, #FDF3C3 75%, #FDF3C3 80%, #DDBA74 100%);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .main__bottom::before {
    background-image: linear-gradient(to bottom, #AA691D 0%, #AA691D 5%, #E6CC94 75%, #FDF3C3 90%, #DDBA74 100%);
  }
}

/* r_base:end */
/* header:start */
.main-container .header {
  background-color: #CB9332;
}
.main-container .header__title {
  margin-top: 4px;
}

/* header:end */
/* kv:start */
.kv {
  position: relative;
  z-index: 3;
}
.kv__container {
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kv__container {
    max-width: none;
  }
  .kv__container img {
    max-width: none;
    width: 100%;
  }
}
.kv__hdg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* kv:end */
/* intro:start */
.intro {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .intro {
    background-color: transparent;
  }
  .intro::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 80vw);
    position: absolute;
    background-color: #FDF3C3;
    opacity: 0.6;
    bottom: 80vw;
    z-index: -1;
  }
}
.intro__container {
  padding-top: 145px;
}
@media screen and (max-width: 1150px) {
  .intro__container {
    padding-top: 12.6086956522%;
  }
}
@media screen and (max-width: 767px) {
  .intro__container {
    padding-top: 16vw;
  }
}
.intro__contents {
  position: relative;
  z-index: 1;
}
.intro__txt {
  margin-top: 6.9565217391%;
  padding-bottom: 0.4347826087%;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro__txt {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.intro__visual {
  margin-top: 11.5652173913%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .intro__visual {
    margin-top: 8.5333333333vw;
    position: relative;
  }
}
.intro__icon {
  position: absolute;
  right: 0;
  top: 0;
}
.intro__pkg {
  margin-top: 2.1739130435%;
  position: relative;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .intro__pkg {
    margin-top: 0;
  }
}
.intro__new {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

/* intro:end */
.point__list-04, .point__list-03, .point__list-02, .point__list-01 {
  position: relative;
}

.point__photo-04, .point__photo-03, .point__photo-02, .point__photo-01 {
  position: absolute;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .point__photo-04, .point__photo-03, .point__photo-02, .point__photo-01 {
    width: 100%;
    height: auto;
  }
}
.point__photo-04 img, .point__photo-03 img, .point__photo-02 img, .point__photo-01 img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .point__photo-04 img, .point__photo-03 img, .point__photo-02 img, .point__photo-01 img {
    width: 100%;
    height: auto;
  }
}

/* point:start */
.point {
  position: relative;
  z-index: 1;
}
.point::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 400px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.6;
  background-image: linear-gradient(to bottom, #FDF3C3 0%, #BF8C36 50%, #FDF3C3 100%);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .point::before {
    background-image: linear-gradient(to bottom, #FDF3C3 0%, #BF8C36 60%, #FDF3C3 100%);
    height: calc(100% + 133.3333333333vw);
    top: -80vw;
  }
}
.point__container {
  padding-top: 160px;
  padding-bottom: 145px;
}
@media screen and (max-width: 1000px) {
  .point__container {
    padding-top: 16vw;
    padding-bottom: 14.5vw;
  }
}
@media screen and (max-width: 767px) {
  .point__container {
    padding-top: 16vw;
  }
}
.point__list {
  margin-top: 8.5416666667%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .point__list {
    margin-top: 10.6666666667vw;
  }
}
.point__copy {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.point__txt {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
}
.point__list-01 {
  z-index: 2;
}
.point__photo-01 {
  left: 0;
  padding-left: 12.5%;
}
@media screen and (max-width: 767px) {
  .point__photo-01 {
    padding-left: 0;
  }
}
.point__list-02 {
  margin-top: -8.3333333333%;
}
@media screen and (max-width: 767px) {
  .point__list-02 {
    margin-top: 6.4vw;
  }
}
.point__photo-02 {
  right: 0;
}
@media screen and (max-width: 767px) {
  .point__photo-02 {
    width: 58.6666666667vw;
    left: auto;
    right: 0;
  }
}
.point__list-03 {
  margin-top: 8.3333333333%;
}
@media screen and (max-width: 767px) {
  .point__list-03 {
    margin-top: 6.4vw;
  }
}
.point__photo-03 {
  padding-right: 12.5%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .point__photo-03 {
    padding-right: 0;
  }
}
.point__list-04 {
  margin-top: -8.3333333333%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .point__list-04 {
    margin-top: 6.4vw;
  }
}
.point__photo-04 {
  left: 0;
}
@media screen and (max-width: 767px) {
  .point__photo-04 {
    width: 58.6666666667vw;
  }
}

/* point:end */
.lineup__copy--colombia, .lineup__copy--mocha, .lineup__copy--kyoto, .lineup__copy {
  margin-top: 18px;
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lineup__copy--colombia, .lineup__copy--mocha, .lineup__copy--kyoto, .lineup__copy {
    margin-top: 6px;
    margin-bottom: 8px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5625;
  }
}
@media screen and (max-width: 375px) {
  .lineup__copy--colombia, .lineup__copy--mocha, .lineup__copy--kyoto, .lineup__copy {
    font-size: 4.2666666667vw;
  }
}

.lineup__ec-enttl--mocha, .lineup__ec-enttl--kyoto, .lineup__ec-enttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 375px) {
  .lineup__ec-enttl--mocha, .lineup__ec-enttl--kyoto, .lineup__ec-enttl {
    font-size: 4.2666666667vw;
  }
}

/* lineup:start */
.lineup {
  position: relative;
  overflow: hidden;
}
.lineup::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 400px;
  left: 0;
  opacity: 0.6;
  z-index: 1;
  background-color: #FDF3C3;
}
@media screen and (max-width: 767px) {
  .lineup::before {
    top: 53.3333333333vw;
  }
}
.lineup__container {
  padding-bottom: 145px;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .lineup__container {
    padding-bottom: 14.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup__container {
    padding-bottom: 16vw;
    width: 100%;
  }
}
.lineup__hdg {
  margin-bottom: 8.3333333333%;
}
@media screen and (max-width: 767px) {
  .lineup__hdg {
    margin-bottom: 10.6666666667vw;
    margin-left: auto;
    margin-right: auto;
    width: 80vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup__category {
    margin-bottom: 10.6666666667vw;
    margin-left: auto;
    margin-right: auto;
    width: 80vw;
  }
}
@media screen and (max-width: 767px) {
  .lineup .swiper-outer {
    margin-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .lineup .swiper-wrapper {
    margin-top: 7.5%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .lineup .swiper-slide {
    display: flex;
  }
  .lineup .swiper-slide:not(:first-child) {
    margin-top: 76px;
  }
}
@media screen and (max-width: 767px) {
  .lineup .swiper-slide {
    width: 85.3333333333vw;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .lineup__pagination {
    display: none;
  }
}
.lineup__pagination {
  margin-left: auto;
  margin-right: auto;
  padding-right: 5.3333333333vw;
  width: 80vw;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .lineup .swiper-pagination-bullet {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lineup .swiper-pagination-bullet {
    margin-left: 1.0666666667vw;
    margin-right: 1.0666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    background: #cccccc;
    opacity: 1;
  }
}
.lineup .swiper-pagination-bullet-active {
  background: #6C2C2F;
}
@media screen and (max-width: 767px) {
  .lineup__itemarea {
    padding-right: 5.3333333333vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.lineup__item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .lineup__item {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    background-color: rgba(255, 253, 205, 0.6);
    min-height: 529px;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
}
.lineup__pkg {
  margin-right: 24px;
  width: 17.7777777778%;
}
@media screen and (max-width: 767px) {
  .lineup__pkg {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.6vw;
    width: 27.3333333333vw;
  }
}
.lineup__data {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .lineup__data {
    margin-left: auto;
    margin-right: auto;
    width: 70.6666666667vw;
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
  }
}
.lineup__name {
  margin-top: 7px;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lineup__name {
    margin-top: 0;
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .lineup__name {
    font-size: 4.2666666667vw;
  }
}
.lineup__copy {
  color: #B5550B;
}
.lineup__copy--kyoto {
  color: #892068;
}
.lineup__copy--mocha {
  color: #B52F0B;
}
.lineup__copy--colombia {
  color: #00826B;
}
.lineup__copy-en {
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .lineup__copy-en {
    padding-left: 0;
    display: block;
    line-height: 1.5625;
  }
}
.lineup__info {
  display: flex;
}
@media screen and (max-width: 767px) {
  .lineup__info {
    flex: 1;
    flex-direction: column;
  }
}
.lineup__rank {
  margin-left: 25px;
  width: 29.9295774648%;
}
@media screen and (max-width: 767px) {
  .lineup__rank {
    margin-left: 0;
    width: 100%;
  }
}
.lineup__info-txt {
  flex: 1;
  color: #202020;
  font-size: 1.4rem;
  line-height: 1.8571428571;
}
@media screen and (max-width: 767px) {
  .lineup__info-txt {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 70.6666666667vw;
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}
.lineup__map {
  margin-top: 7.9166666667%;
  margin-bottom: 12.5%;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .lineup__map {
    margin-top: 8.5333333333vw;
    margin-bottom: 16vw;
    width: 80vw;
  }
}
.lineup__ecsite {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .lineup__ecsite {
    margin-top: 10.6666666667vw;
    width: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .lineup__ecitems {
    margin-left: auto;
    margin-right: auto;
  }
}
.lineup__ecitem {
  width: 430px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .lineup__ecitem {
    width: 100%;
    align-items: center;
  }
}
.lineup__ecitem:not(:first-child) {
  margin-top: 9.3023255814%;
}
@media screen and (max-width: 767px) {
  .lineup__ecitem:not(:first-child) {
    margin-top: 4.2666666667vw;
  }
}
.lineup__ec-pkg {
  width: 51.8604651163%;
}
@media screen and (max-width: 767px) {
  .lineup__ec-pkg {
    width: 47%;
    flex-shrink: 0;
  }
}
.lineup__ec-info {
  padding-top: 3px;
  width: 42.5581395349%;
}
@media screen and (max-width: 767px) {
  .lineup__ec-info {
    width: 48.8333333333%;
    padding-top: 0;
    min-width: 0;
  }
}
.lineup__ec-ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .lineup__ec-ttl {
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}
@media screen and (max-width: 375px) {
  .lineup__ec-ttl {
    font-size: 4.2666666667vw;
  }
}
.lineup__ec-enttl {
  color: #B5550B;
}
.lineup__ec-enttl--kyoto {
  color: #892068;
}
.lineup__ec-enttl--mocha {
  color: #B52F0B;
}
.lineup__shop {
  margin-top: 80px;
  background-color: #CB9332;
  padding: 30px 0;
  width: 720px;
}
@media screen and (max-width: 767px) {
  .lineup__shop {
    margin-top: 10.6666666667vw;
    padding: 4vw 0;
    width: 100%;
  }
}
.lineup__shop-title {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lineup__shop-title {
    font-size: 4.2666666667vw;
  }
}
.lineup__shop-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 610px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .lineup__shop-list {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}
.lineup__shop-list > li {
  width: 48.8524590164%;
}
@media screen and (max-width: 767px) {
  .lineup__shop-list > li {
    width: 81%;
  }
}
@media screen and (max-width: 767px) {
  .lineup__shop-list > li:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
}
.lineup__shop-bnr {
  display: block;
}
.lineup__shop-bnr img {
  display: block;
}

/* lineup:end */
/* bean-to:start */
.bean-to {
  position: relative;
  z-index: 1;
}
.bean-to::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.6;
  z-index: -1;
  background-image: linear-gradient(to top, #FDF3C3 0%, #AA691D 22%, #D0A455 50%, #FDF3C3 100%);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bean-to::before {
    background-image: linear-gradient(to top, #FDF3C3 0%, #AA691D 30%, #D0A455 50%, #FDF3C3 100%);
  }
}
.bean-to__container {
  padding-bottom: 145px;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .bean-to__container {
    padding-bottom: 14.5%;
  }
}
@media screen and (max-width: 767px) {
  .bean-to__container {
    padding-bottom: 16vw;
  }
}
.bean-to__ttlarea {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(/assets/images/r/beanto-img-pc.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bean-to__ttlarea {
    background-image: url(/assets/images/r/beanto-img-sp.png);
    background-size: 100%;
  }
}
.bean-to__mainttl {
  position: relative;
  max-width: 1180px;
  width: 100%;
}
.bean-to__mainttl img {
  max-width: none;
  width: 100%;
}
.bean-to__hdg {
  width: 100%;
  position: relative;
}
.bean-to__hdg-logo {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bean-to__hdg-txt {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.bean-to__contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .bean-to__contents {
    width: 80vw;
  }
}
.bean-to__list {
  margin-top: 3.3898305085%;
  margin-bottom: 3.0508474576%;
  width: 72.5423728814%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .bean-to__list {
    margin-top: 11.3333333333vw;
    margin-bottom: 16vw;
    width: 80vw;
    flex-direction: column;
  }
}
.bean-to__listitem {
  padding-bottom: 4.6728971963%;
  width: 46.9626168224%;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .bean-to__listitem {
    padding-bottom: 0;
    width: 100%;
  }
  .bean-to__listitem:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
}
.bean-to__ttl {
  margin-top: 20px;
  margin-bottom: 12px;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2.1111111111;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .bean-to__ttl {
    padding-bottom: 4px;
    font-size: 1.6rem;
    line-height: 1.1875;
  }
}
.bean-to__txt {
  width: max(267px, 75.8706467662%);
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .bean-to__txt {
    width: 100%;
    line-height: 1.5;
  }
}
.bean-to__action {
  padding-top: 3.3898305085%;
  position: relative;
  z-index: 1;
  color: #202020;
}
@media screen and (max-width: 767px) {
  .bean-to__action {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
.bean-to__action::before {
  content: "";
  display: block;
  width: 81.3559322034%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-color: rgba(255, 253, 205, 0.6);
}
@media screen and (max-width: 767px) {
  .bean-to__action::before {
    width: 80vw;
  }
}
.bean-to__action:not(:first-of-type) {
  margin-top: 5.4237288136%;
}
@media screen and (max-width: 767px) {
  .bean-to__action:not(:first-of-type) {
    margin-top: 10.6666666667vw;
  }
}
.bean-to__hdg-sub {
  margin-bottom: 2.7118644068%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .bean-to__hdg-sub {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    width: 66.6666666667vw;
  }
}
.bean-to__hdg-sub02 {
  margin-bottom: -3.5593220339%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .bean-to__hdg-sub02 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    width: 66.6666666667vw;
  }
}
.bean-to__action-listitem {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .bean-to__action-listitem {
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    width: 66.6666666667vw;
  }
}
.bean-to__action-listitem:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .bean-to__action-listitem:nth-child(even) {
    flex-direction: column;
  }
}
.bean-to__action-listitem:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .bean-to__action-listitem:not(:first-child) {
    margin-top: 6.4vw;
  }
}
.bean-to__action-photos {
  margin-left: 1.2711864407%;
  margin-right: 11.0169491525%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bean-to__action-photos {
    margin-bottom: 4.2666666667vw;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.bean-to__action-photo01 {
  width: 33.6440677966vw;
  max-width: 397px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bean-to__action-photo01 {
    width: 50.2666666667vw;
    max-width: none;
  }
}
.bean-to__action-circlephoto {
  width: 17.2033898305vw;
  max-width: 203px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: -32.7455919395%;
  bottom: -17.9775280899%;
}
@media screen and (max-width: 767px) {
  .bean-to__action-circlephoto {
    margin-top: -20vw;
    margin-left: auto;
    width: 25.6vw;
    position: relative;
    z-index: 1;
    right: 0;
  }
}
.bean-to__action-photos02 {
  margin-right: 12.7118644068%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bean-to__action-photos02 {
    margin-bottom: 4.2666666667vw;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.bean-to__action-photo02 {
  width: 37.7966101695vw;
  max-width: 446px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bean-to__action-photo02 {
    width: 52.4vw;
    max-width: none;
  }
}
.bean-to__action-circlephoto02 {
  width: 17.2033898305vw;
  max-width: 203px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: -27.3542600897%;
  bottom: -17.9775280899%;
}
@media screen and (max-width: 767px) {
  .bean-to__action-circlephoto02 {
    margin-top: -18.1333333333vw;
    margin-left: auto;
    width: 23.8666666667vw;
    position: relative;
    z-index: 1;
    right: 0;
  }
}
.bean-to__action-photos03 {
  margin-left: 4.5762711864%;
  margin-right: 12.2033898305%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bean-to__action-photos03 {
    margin-bottom: 4.2666666667vw;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.bean-to__action-photo03 {
  width: 28.3898305085vw;
  max-width: 335px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .bean-to__action-photo03 {
    width: 46.6666666667vw;
    max-width: none;
  }
}
.bean-to__action-photo04 {
  width: 32.3728813559vw;
  max-width: 382px;
  position: absolute;
  z-index: 1;
  right: -42.9850746269%;
  top: 69.7777777778%;
}
@media screen and (max-width: 767px) {
  .bean-to__action-photo04 {
    margin-top: -8.5333333333vw;
    margin-left: auto;
    width: 53.2vw;
    position: relative;
    z-index: 1;
    right: 0;
  }
}
.bean-to__info {
  margin-right: 12.7118644068%;
  width: 37.7966101695%;
}
@media screen and (max-width: 767px) {
  .bean-to__info {
    margin-right: auto;
    width: 100%;
  }
}
.bean-to__info-huila {
  padding-bottom: 10.4237288136%;
  margin-left: 12.7118644068%;
  margin-right: 3.3898305085%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bean-to__info-huila {
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.bean-to__info-ethiopia {
  margin-right: 13.1355932203%;
  padding-top: 5.9322033898%;
  padding-bottom: 5.593220339%;
  width: 38.7288135593%;
}
@media screen and (max-width: 767px) {
  .bean-to__info-ethiopia {
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
}
.bean-to__action-ttl {
  margin-bottom: 16px;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-left: 26px;
  padding-right: 26px;
  display: inline-block;
  background-color: #5F350B;
  font-size: 1.6rem;
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .bean-to__action-ttl {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
  }
}
.bean-to__action-txt {
  margin-bottom: 16px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .bean-to__action-txt {
    line-height: 1.7857142857;
  }
}
.bean-to__action-txt + .bean-to__action-txt {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .bean-to__action-txt + .bean-to__action-txt {
    margin-top: 28px;
  }
}
.bean-to__action-sublist {
  width: 100%;
}
.bean-to__action-sublistitem {
  display: flex;
}
.bean-to__action-sublistitem span {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .bean-to__action-sublistitem span {
    line-height: 1.7857142857;
  }
}
.bean-to__sublist-longtxt {
  margin-right: -1em;
}
@media screen and (max-width: 767px) {
  .bean-to__sublist-longtxt {
    margin-right: 0;
  }
}
.bean-to__dot {
  padding-left: 0.2em;
  padding-right: 0.9em;
}
@media screen and (max-width: 767px) {
  .bean-to__dot {
    padding-left: 0.3em;
    padding-right: 0.5em;
  }
}

/* bean-to:end */
/* howto:start */
.howto {
  position: relative;
  z-index: 1;
}
.howto__container {
  padding-top: 145px;
  padding-bottom: 145px;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .howto__container {
    padding-top: 14.5vw;
    padding-bottom: 14.5vw;
  }
}
@media screen and (max-width: 767px) {
  .howto__container {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.howto__steps {
  margin-top: 8.3333333333%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .howto__steps {
    margin-top: 5.3333333333vw;
    flex-direction: column;
  }
}
.howto__step {
  width: 30%;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .howto__step {
    margin-left: auto;
    margin-right: auto;
    width: 68vw;
  }
}
@media screen and (max-width: 767px) {
  .howto__step:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
}
.howto__photo {
  position: relative;
}
.howto__photo-txt {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .howto__photo-txt {
    width: 100%;
  }
}
.howto__step-ttl {
  margin-top: 22px;
  padding-left: 1.3em;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .howto__step-ttl {
    font-size: 1.6rem;
  }
}
.howto__step-ttl::before {
  content: "";
  display: block;
  width: 0.9em;
  height: 0.9em;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .howto__step-ttl::before {
    bottom: 2px;
  }
}
.howto__step-txt {
  margin-top: 10px;
  min-height: 100px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
}
@media screen and (max-width: 767px) {
  .howto__step-txt {
    min-height: 0;
    line-height: 1.5;
  }
}
.howto__step-en {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .howto__step-en {
    margin-top: 8px;
    line-height: 1.5;
  }
}
.howto__movie {
  margin-top: 12.5%;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .howto__movie {
    margin-top: 10.6666666667vw;
    width: 100%;
  }
}

/* howto:end */
/* cm:start */
.cm {
  position: relative;
  z-index: 1;
}
.cm__container {
  padding-bottom: 145px;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .cm__container {
    padding-bottom: 14.5vw;
  }
}
@media screen and (max-width: 767px) {
  .cm__container {
    padding-bottom: 16vw;
  }
}
.cm__movie {
  margin-top: 8.3333333333%;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .cm__movie {
    margin-top: 5.3333333333vw;
    width: 100%;
  }
}

/* cm:end */