.intro_txt, .intro_crop_txt, .lr_title[data-themes=flag] .tag, .lr_cert_region_box_txt {
  font-family: "Noto Sans JP", sans-serif;
}

.lr_heading .en, .lr_arrival_box_info .time {
  font-family: "Spectral", serif;
}

.c_mv__ttl .jp {
  font-family: "Zen Old Mincho", serif;
}

.lr_arrival_box_info .tag {
  font-size: 0.75rem;
}

.lr_cert_region_box_related_detail, .lr_cert_region_box_related_more .c_btn {
  font-size: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_related_detail, .lr_cert_region_box_related_more .c_btn {
    font-size: 0.875rem;
  }
}

.lr_cert_region_box_txt {
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_txt {
    font-size: 1rem;
  }
}

.lr_heading .jp {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .lr_heading .jp {
    font-size: 1.25rem;
  }
}

.intro_leading, .intro_crop_title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .intro_leading, .intro_crop_title {
    font-size: 1.5rem;
  }
}

.lr_title[data-themes=block], .lr_title[data-themes=flag], .lr_arrival_box_info .time, .lr_arrival_box_title {
  font-size: 1.375rem;
}
@media only screen and (min-width: 768px) {
  .lr_title[data-themes=block], .lr_title[data-themes=flag], .lr_arrival_box_info .time, .lr_arrival_box_title {
    font-size: clamp(
        1.5rem,
        calc(1.5rem + 0.0072115385 * (100vw - 768px)),
        1.875rem
    );
  }
}

.lr_title[data-themes=pri] {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .lr_title[data-themes=pri] {
    font-size: clamp(
        1.75rem,
        calc(1.75rem + 0.0144230769 * (100vw - 768px)),
        2.5rem
    );
  }
}

.lr_heading .en {
  font-size: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .lr_heading .en {
    font-size: clamp(
        2.75rem,
        calc(2.75rem + 0.0240384615 * (100vw - 768px)),
        4rem
    );
  }
}

.c_breadcrumb {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .c_breadcrumb {
    margin-top: 24px;
  }
}

.lr_heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.lr_heading .en,
.lr_heading .jp {
  display: block;
  line-height: 1.27;
}
.lr_heading .en {
  font-weight: 500;
}
.lr_heading .jp {
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .lr_heading .jp {
    line-height: 2.4;
  }
}

.lr_title[data-themes=pri] {
  font-weight: 700;
  line-height: 1.75;
}
.lr_title[data-themes=block] {
  font-weight: 700;
  line-height: 1.6666666667;
}
.lr_title[data-themes=flag] {
  font-weight: 700;
  line-height: 1.6666666667;
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .lr_title[data-themes=flag] {
    gap: 25px;
  }
}
.lr_title[data-themes=flag] .icon {
  width: 36px;
}
@media only screen and (min-width: 768px) {
  .lr_title[data-themes=flag] .icon {
    width: 74.97px;
  }
}
.lr_title[data-themes=flag] .txt {
  width: calc(100% - 36px - 10px);
}
@media only screen and (min-width: 768px) {
  .lr_title[data-themes=flag] .txt {
    width: auto;
  }
}
.lr_title[data-themes=flag] .tag {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #93a3b1;
  padding: 2px 6px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .lr_title[data-themes=flag] .tag {
    display: inline-block;
    font-size: 0.75rem;
    padding: 2px 8px 3px;
    position: relative;
    top: 2px;
    left: -1px;
  }
}

.lr_cert_region_box > .wow {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box > .wow {
    gap: 40px;
    margin-top: 80px;
  }
}
.lr_cert_region_box_body {
  background-color: #e4e8eb;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_body {
    padding: 46px 60px 70px;
    padding: 46px clamp(20px, (100vw - 1200px) * 1000, 60px) clamp(46px, (100vw - 1200px) * 1000, 70px);
  }
}
.lr_cert_region_box_context {
  display: flex;
  gap: 20px 40px;
  align-items: flex-start;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_context {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.lr_cert_region_box_txt {
  font-weight: 500;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_txt {
    width: calc(65.3846153846% - 40px);
    width: clamp(65.3846153846% - 40px, (1200px - 100vw) * 1000, 100%);
  }
}
.lr_cert_region_box_photo {
  width: 100%;
  aspect-ratio: 1.5;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_photo {
    width: 360px;
    width: clamp(34.6153846154%, (1200px - 100vw) * 1000, 100%);
    position: relative;
    top: 4px;
  }
}
.lr_cert_region_box_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lr_cert_region_box_more {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_more {
    margin-top: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_more + .lr_cert_region_box_related {
    margin-top: 60px;
  }
}
.lr_cert_region_box_more_btn {
  --btn-bc: #0b3971;
  --btn-c: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.4;
  color: var(--btn-c);
  width: 100%;
  min-height: 50px;
  background-color: var(--btn-bc);
  border: 1px solid #0b3971;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_more_btn {
    width: 360px;
    max-width: calc(50% - 10px);
    height: 80px;
    padding-right: 3px;
    font-size: clamp(
        1rem,
        calc(1rem + 0.0048076923 * (100vw - 768px)),
        1.25rem
    );
    transition: 300ms ease;
  }
  .lr_cert_region_box_more_btn:hover {
    --btn-bc: #fff;
    --btn-c: #0b3971;
  }
}
.lr_cert_region_box_more_btn .icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  flex-shrink: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_more_btn .icon {
    top: 2px;
  }
}
.lr_cert_region_box_more_btn .icon::before, .lr_cert_region_box_more_btn .icon::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--btn-bc);
  border: 1px solid var(--btn-c);
  position: absolute;
  z-index: 0;
}
.lr_cert_region_box_more_btn .icon::before {
  top: 0;
  left: 0;
}
.lr_cert_region_box_more_btn .icon::after {
  content: "";
  top: -3px;
  left: 3px;
  z-index: 1;
}
.lr_cert_region_box_related {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_related {
    gap: 40px;
    gap: clamp(20px, (100vw - 1200px) * 1000, 40px);
    align-items: center;
    flex-direction: row;
    margin-top: 64px;
    padding-right: 50px;
    padding-right: clamp(20px, (100vw - 1200px) * 1000, 50px);
  }
}
.lr_cert_region_box_related_photo {
  width: 100%;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_related_photo {
    width: 200px;
  }
}
.lr_cert_region_box_related_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lr_cert_region_box_related_context {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_related_context {
    width: calc(100% - 200px);
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
  }
}
.lr_cert_region_box_related_detail {
  font-weight: 500;
  line-height: 1.5714285714;
  padding-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_related_detail {
    width: calc(100% - 110px);
    width: clamp(100% - 110px - 40px, (1200px - 100vw) * 1000, 100%);
  }
}
.lr_cert_region_box_related_title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_related_title {
    font-size: clamp(
        1.125rem,
        calc(1.125rem + 0.0024038462 * (100vw - 768px)),
        1.25rem
    );
    margin-bottom: 19px;
    margin-bottom: clamp(10px, (100vw - 1200px) * 1000, 19px);
  }
}
.lr_cert_region_box_related_more {
  width: 110px;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .lr_cert_region_box_related_more {
    width: 110px;
  }
}
.lr_cert_region_box_related_more .c_btn {
  width: 100%;
  min-height: 40px;
  padding: 0px 10px;
}
.lr_arrival_box {
  display: flex;
  margin-top: 69px;
}
@media only screen and (min-width: 768px) {
  .lr_arrival_box {
    margin-top: 69px;
  }
}
.lr_arrival_box + .lr_arrival_box {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) {
  .lr_arrival_box + .lr_arrival_box {
    margin-top: 80px;
  }
}
.lr_arrival_box > .wow {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .lr_arrival_box > .wow {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
}
.lr_arrival_box_gallery {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .lr_arrival_box_gallery {
    width: 580px;
    width: clamp(50%, (1024px - 100vw) * 1000, 100%);
  }
}
.lr_arrival_box_gallery_photo {
  width: calc(50% - 10px);
}
@media only screen and (min-width: 768px) {
  .lr_arrival_box_context {
    width: 520px;
    width: clamp(46.5517241379% - 20px, (1024px - 100vw) * 1000, 100%);
  }
}
.lr_arrival_box_info {
  display: inline-flex;
  gap: 20px;
  align-items: center;
}
.lr_arrival_box_info .tag {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #93a3b1;
}
@media only screen and (min-width: 768px) {
  .lr_arrival_box_info .tag {
    padding: 2px 8px 3px;
  }
}
.lr_arrival_box_info .time {
  font-weight: 500;
  line-height: 1.5333333333;
  color: #0b3971;
}
.lr_arrival_box_title {
  font-weight: 700;
  line-height: 1.6666666667;
  margin-top: 5px;
}
.lr_arrival_box_txt {
  font-weight: 500;
  line-height: 2;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .lr_arrival_box_txt {
    margin-top: 33px;
  }
}
.lr_arrival_box_more {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .lr_arrival_box_more {
    margin-top: 36px;
  }
}
.lr_arrival_box_more .c_btn {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .lr_arrival_box_more .c_btn {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .intro {
    margin-top: -6px;
  }
}
.intro_grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .intro_grid {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .intro_grid_context {
    width: 520px;
    max-width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 768px) {
  .intro_grid_photo {
    width: 560px;
    max-width: calc(50% - 10px);
    position: relative;
    top: 9px;
  }
}
.intro_leading {
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .intro_leading {
    margin-top: -2px;
  }
}
.intro_txt {
  font-weight: 500;
  line-height: 2;
  margin-top: 12px;
}
@media only screen and (min-width: 768px) {
  .intro_txt {
    margin-top: 35px;
  }
}
.intro_txt + .intro_txt {
  margin-top: 12px;
}
.intro_crop {
  background-color: #e4e8eb;
  padding: 30px 20px 40px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .intro_crop {
    padding: 50px clamp(20px, (100vw - 1200px) * 1000, 60px) 74px;
    margin-top: 73px;
  }
}
.intro_crop_title {
  font-weight: 700;
  line-height: 1.5;
  color: #0b3971;
}
.intro_crop_grid {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-top: 12px;
}
@media only screen and (min-width: 768px) {
  .intro_crop_grid {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
  }
}
.intro_crop_grid_context {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .intro_crop_grid_context {
    width: calc(100% - 360px - 40px);
    width: clamp(61.5384615385%, (1200px - 100vw) * 1000, 50%);
  }
}
.intro_crop_grid_photo {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .intro_crop_grid_photo {
    width: 360px;
    width: clamp(34.6153846154%, (1200px - 100vw) * 1000, 50% - 20px);
    position: relative;
    top: 4px;
  }
}
.intro_crop_txt {
  line-height: 2;
  font-weight: 500;
}
.intro_crop_txt + .intro_crop_txt {
  margin-top: 12px;
}

.arrival {
  border-top: 1px solid #93a3b1;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .arrival {
    margin-top: 140px;
    margin-top: clamp(80px, (100vw - 1200px) * 1000, 140px);
    padding-top: 88px;
    padding-top: clamp(60px, (100vw - 1200px) * 1000, 88px);
    padding-bottom: 180px;
  }
}

.c_mv__ttl {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .c_mv__ttl {
    padding-top: 45px;
  }
}
.c_mv__ttl .jp {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .c_mv__ttl .jp {
    font-size: 1.875rem;
  }
}

/*# sourceMappingURL=coffee_newcrop.css.map */
