@charset "UTF-8";
@import url(normalize.css);
/*
 * コーヒーLP
*/
* {
  padding: 0;
  margin: 0;
}

:root {
  --side_padding: 35px;
  --color_text: #3B2E28;
  --color_primary: #219AC7;
}
@media screen and (max-width: 749px) {
  :root {
    --side_padding: 28px;
  }
}

body {
  background: #B7AA9A;
  color: var(--color_text);
  font-family: Noto Sans JP, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
}
@media screen and (max-width: 749px) {
  body {
    font-size: 14px;
  }
}

.l-content {
  padding-top: 0;
}

.l-container {
  width: 100%;
  max-width: calc(1030px + var(--side_padding) * 2);
  padding-left: var(--side_padding);
  padding-right: var(--side_padding);
  margin-left: auto;
  margin-right: auto;
}

.l-inner {
  width: 100%;
  max-width: var(--content_inner_width);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 749px) {
  .l-inner {
    padding-left: 8px;
    padding-right: 8px;
  }
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  vertical-align: top;
}

strong {
  font-weight: 700 !important;
}

.inline-block {
  display: inline-block;
}

@media screen and (min-width: 750px) {
  .show-tab,
  .show-sp {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .show-tab {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  .hide-sp {
    display: none;
  }
}
/* Typography */
.c-secTitle {
  text-align: center;
  line-height: 1;
}
.c-secTitle span {
  display: inline-block;
  padding: 10px 33px 1px;
  background: #3B2E28;
}
@media screen and (max-width: 749px) {
  .c-secTitle span {
    padding: 5px 32px 1px;
  }
}

/* Footer
---------------------------- */
.l-footer {
  background: #3B2E28;
}
@media screen and (max-width: 749px) {
  .l-footer {
    padding-bottom: 65px;
  }
}
.l-footer__info {
  display: none;
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__nav > .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 749px) {
  .l-footer__nav {
    display: grid;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
  }
  .l-footer__nav > .menu-item:nth-of-type(3) {
    padding-left: 0;
    margin-left: 0;
  }
  .l-footer__nav > .menu-item:nth-of-type(3)::before {
    content: none;
  }
}
@media screen and (max-width: 749px) {
  .l-footer .copyright {
    padding-top: 5px;
  }
}

/* KV
---------------------------- */
.s-visual {
  padding: 0;
}
.s-visual__title {
  margin: 0;
}
.s-visual__title img {
  width: 100%;
}

/* Story
---------------------------- */
.s-story {
  position: relative;
  padding-top: 80px;
  padding-bottom: 90px;
}
@media screen and (max-width: 999px) {
  .s-story {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 749px) {
  .s-story {
    padding-top: 24px;
    padding-bottom: 81px;
  }
}
.s-story::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 10.98vw;
  background: url(../images/lp-coffee/separator-whats.png) no-repeat left top;
  background-size: 100% auto;
}
.s-story .l-container {
  position: relative;
  z-index: 1;
}
.s-story__title {
  margin-bottom: 100px;
}
@media screen and (max-width: 749px) {
  .s-story__title {
    margin-bottom: 60px;
  }
  .s-story__title img {
    width: 61px;
  }
}
.s-story__box {
  position: relative;
}
.s-story__image {
  position: absolute;
  width: 405px;
}
.s-story__image img {
  border-radius: 30px;
}
@media screen and (max-width: 1099px) {
  .s-story__image {
    width: 355px;
  }
}
@media screen and (max-width: 999px) {
  .s-story__image {
    position: initial;
  }
}
@media screen and (max-width: 749px) {
  .s-story__image {
    width: 252px;
  }
  .s-story__image img {
    border-radius: 15px;
  }
}
.s-story__text {
  width: 560px;
  padding: 50px 10px;
  border: solid 2px #97826C;
}
.s-story__text p {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 999px) {
  .s-story__text {
    width: 100%;
    margin: 40px auto 0;
  }
  .s-story__text p {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 749px) {
  .s-story__text {
    padding: 26px 10px;
  }
  .s-story__text p {
    font-size: 12px;
  }
}
.s-story__deco {
  position: absolute;
}
@media screen and (max-width: 1099px) {
  .s-story__deco {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@media screen and (max-width: 749px) {
  .s-story__deco {
    -webkit-transform: unset;
            transform: unset;
  }
}
.s-story__box.-box1 {
  padding-top: 40px;
  padding-bottom: 231px;
}
@media screen and (max-width: 999px) {
  .s-story__box.-box1 {
    padding: 0;
    margin-bottom: 40px;
  }
}
.s-story__box.-box1 .s-story__text {
  margin-left: auto;
  background: #E7CAA9;
}
.s-story__box.-box1 .s-story__image.-img1 {
  top: 0;
  left: 0;
}
.s-story__box.-box1 .s-story__image.-img2 {
  left: 120px;
  bottom: 0;
}
@media screen and (max-width: 999px) {
  .s-story__box.-box1 .s-story__image.-img2 {
    margin-top: 40px;
    margin-left: auto;
  }
}
.s-story__box.-box1 .s-story__deco.-deco1 {
  top: -56px;
  right: 0;
}
@media screen and (max-width: 999px) {
  .s-story__box.-box1 .s-story__deco.-deco1 {
    top: 24px;
    left: 330px;
  }
}
@media screen and (max-width: 749px) {
  .s-story__box.-box1 .s-story__deco.-deco1 {
    width: 54px;
    top: 24px;
    left: 242px;
  }
}
.s-story__box.-box1 .s-story__deco.-deco2 {
  left: 0;
  bottom: -49px;
}
@media screen and (max-width: 999px) {
  .s-story__box.-box1 .s-story__deco.-deco2 {
    bottom: initial;
    top: 390px;
    left: -10px;
  }
}
@media screen and (max-width: 749px) {
  .s-story__box.-box1 .s-story__deco.-deco2 {
    top: 329px;
    width: 64px;
  }
}
.s-story__box.-box2 {
  padding-top: 80px;
  padding-bottom: 44px;
}
@media screen and (max-width: 999px) {
  .s-story__box.-box2 {
    padding: 0;
  }
}
.s-story__box.-box2 .s-story__text {
  background: #DDD1C4;
}
.s-story__box.-box2 .s-story__image.-img1 {
  top: -110px;
  right: 0;
}
@media screen and (max-width: 999px) {
  .s-story__box.-box2 .s-story__image.-img1 {
    margin-left: auto;
    margin-bottom: 40px;
  }
}
.s-story__box.-box2 .s-story__image.-img2 {
  right: 120px;
  bottom: 0;
}
.s-story__box.-box2 .s-story__deco.-deco1 {
  top: 142px;
  right: 47px;
}
@media screen and (max-width: 999px) {
  .s-story__box.-box2 .s-story__deco.-deco1 {
    top: 170px;
    right: 340px;
  }
}
@media screen and (max-width: 749px) {
  .s-story__box.-box2 .s-story__deco.-deco1 {
    width: 28px;
    top: 131px;
    right: 246px;
  }
}
.s-story__box.-box2 .s-story__deco.-deco2 {
  right: 0;
  bottom: -74px;
}
@media screen and (max-width: 999px) {
  .s-story__box.-box2 .s-story__deco.-deco2 {
    right: -10px;
    bottom: initial;
    top: 390px;
  }
}
@media screen and (max-width: 749px) {
  .s-story__box.-box2 .s-story__deco.-deco2 {
    width: 82px;
    top: 330px;
  }
}
.s-story__box.-box3 {
  padding-top: 20px;
  margin-top: 100px;
}
@media screen and (max-width: 999px) {
  .s-story__box.-box3 {
    padding: 0;
    margin-top: 40px;
  }
}
.s-story__box.-box3 .s-story__text {
  margin-left: auto;
  background: #D9D5D0;
}
.s-story__box.-box3 .s-story__image.-img1 {
  top: 0;
  left: 0;
}
@media screen and (max-width: 999px) {
  .s-story__box.-box3 .s-story__image.-img1 {
    right: 0;
    margin: auto;
  }
}
.s-story__box.-box3 .s-story__deco.-deco1 {
  bottom: 22px;
  left: 13px;
}
@media screen and (max-width: 999px) {
  .s-story__box.-box3 .s-story__deco.-deco1 {
    bottom: initial;
    top: 150px;
    left: 50%;
    margin-left: -260px;
  }
}
@media screen and (max-width: 749px) {
  .s-story__box.-box3 .s-story__deco.-deco1 {
    width: 58px;
    top: 131px;
    left: -10px;
    margin-left: 0;
  }
}

/* What's Speciality Coffee
---------------------------- */
.s-whats {
  position: relative;
  padding-top: 80px;
  padding-bottom: 250px;
  background: #E7CAA9;
}
@media screen and (max-width: 999px) {
  .s-whats {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 749px) {
  .s-whats {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.s-whats::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 10.98vw;
  background: url(../images/lp-coffee/separator-types.png) no-repeat left top;
  background-size: 100% auto;
}
.s-whats .l-container {
  position: relative;
  z-index: 2;
}
.s-whats__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 749px) {
  .s-whats__title {
    margin-bottom: 20px;
  }
  .s-whats__title span {
    padding-left: 15px;
    padding-right: 15px;
  }
  .s-whats__title img {
    width: 282px;
  }
}
.s-whats__image {
  text-align: center;
  margin-bottom: 33px;
}
@media screen and (max-width: 749px) {
  .s-whats__image {
    margin-bottom: 12px;
  }
  .s-whats__image img {
    width: 200px;
  }
}
.s-whats__text {
  text-align: center;
  padding: 50px;
  border: solid 2px #97826C;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 749px) {
  .s-whats__text {
    padding: 24px 6px;
    font-size: 12px;
  }
}

/* Types of coffee
---------------------------- */
.s-types {
  padding-top: 80px;
  padding-bottom: 160px;
  background: #DDD1C4;
}
@media screen and (max-width: 749px) {
  .s-types {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.s-types__title {
  margin-bottom: 100px;
}
@media screen and (max-width: 749px) {
  .s-types__title {
    margin-bottom: 40px;
  }
  .s-types__title span {
    padding-left: 15px;
    padding-right: 15px;
  }
  .s-types__title img {
    width: 180px;
  }
}
.s-types__origin {
  position: relative;
  max-width: 782px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 749px) {
  .s-types__origin {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 749px) {
  .s-types__map {
    text-align: center;
    margin-bottom: 24px;
  }
  .s-types__map img {
    width: 194px;
  }
}
.s-types__detail {
  position: absolute;
  top: 85px;
  right: 0;
  width: 284px;
}
.s-types__detail .image {
  margin-bottom: 15px;
}
.s-types__detail .image img {
  border-radius: 30px;
}
.s-types__detail .info {
  text-align: center;
}
.s-types__detail .info + .info {
  margin-top: 7px;
}
.s-types__detail .info dt {
  margin-bottom: 5px;
  background: #97826C;
  color: #fff;
}
.s-types__detail .info dd {
  font-size: 15px;
}
@media screen and (max-width: 852px) {
  .s-types__detail {
    top: initial;
    bottom: 31.5vw;
  }
}
@media screen and (max-width: 749px) {
  .s-types__detail {
    position: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
  .s-types__detail .image {
    margin: 7px 0 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .s-types__detail .image img {
    border-radius: 15px;
  }
  .s-types__detail .info dt {
    font-size: 12px;
  }
  .s-types__detail .info dd {
    font-size: 12px;
  }
}
.s-types__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media screen and (max-width: 999px) {
  .s-types__list {
    gap: 20px;
  }
}
@media screen and (max-width: 749px) {
  .s-types__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.s-types__list .item {
  padding: 20px;
  border: solid 2px #97826C;
}
.s-types__list .item__image img {
  width: 100%;
}
.s-types__list .item__title {
  text-align: center;
  font-size: 24px;
}
.s-types__list .item__process {
  text-align: center;
  margin-bottom: 7px;
}
.s-types__list .item__detail {
  border-bottom: solid 2px #97826C;
}
.s-types__list .item__detail dt {
  text-align: center;
  background: #97826C;
  color: #fff;
}
.s-types__list .item__detail dd {
  text-align: center;
  padding: 8px 0;
  font-size: 15px;
}
.s-types__list .item__detail dd small {
  font-size: 0.66em;
}
.s-types__list .item__description {
  text-align: justify;
  padding-top: 8px;
  font-size: 15px;
}
@media screen and (max-width: 999px) {
  .s-types__list .item__title {
    font-size: 20px;
  }
  .s-types__list .item__process {
    font-size: 15px;
  }
  .s-types__list .item__description {
    font-size: 14px;
  }
}
@media screen and (max-width: 749px) {
  .s-types__list .item {
    padding: 8px 20px 36px;
  }
  .s-types__list .item__title {
    font-size: 18px;
  }
  .s-types__list .item__process {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .s-types__list .item__detail dt {
    font-size: 12px;
  }
  .s-types__list .item__detail dd {
    font-size: 12px;
  }
  .s-types__list .item__detail dd small {
    font-size: 1em;
  }
  .s-types__list .item__description {
    font-size: 12px;
  }
}

/* 購入ボタン
---------------------------- */
.buyButton {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 10;
  width: 277px;
}
.buyButton > a {
  display: grid;
  grid-template-columns: 50px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  width: 100%;
  height: 54px;
  padding-left: 16px;
  background: #EA9D21;
  border: solid 2px #fff;
  border-right-width: 0;
  border-radius: 999px 0 0 999px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  color: #fff;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .buyButton > a:hover {
    background: #e27413;
  }
}
@media screen and (max-width: 749px) {
  .buyButton {
    left: 0;
    bottom: 20px;
    margin: auto;
    width: 222px;
  }
  .buyButton > a {
    grid-template-columns: 38px 1fr 38px;
    height: 42px;
    padding: 0 12px;
    border-right-width: 2px;
    border-radius: 999px;
  }
}