@charset "utf-8";

.breadcrumb {
  margin: 0 8px;
}
body.rec-coffee-lp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  margin: 8px 0;
}

body.rec-coffee-lp .main p {
  line-height: 200%;
  font-size: 16px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  body.rec-coffee-lp .main p {
    font-size: 14px;
  }
}

body.rec-coffee-lp .main .small-txt {
  font-size: 14px;
}

body.rec-coffee-lp .main a {
  text-decoration: none;
}

.rec-coffee-lp a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
.rec-coffee-lp a:active,
.rec-coffee-lp a:focus {
  outline: 0;
}

.rec-coffee-lp ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rec-coffee-lp li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rec-coffee-lp img {
  border-style: none;
  padding: 0;
  margin: 0;
}
.rec-coffee-lp figure {
  margin: 0;
}
.rec-coffee-lp .pc-only {
  display: block;
}
.rec-coffee-lp .sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .rec-coffee-lp .pc-only {
    display: none;
  }
  .rec-coffee-lp .sp-only {
    display: block;
  }
}

.rec-coffee-lp img {
  max-width: 100%;
}

.rec-coffee-inner {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .rec-coffee-inner {
    width: 92%;
    margin: 0 auto;
  }
}
.rec-coffee-inner-l {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1001px) {
  .rec-coffee-inner-l {
    width: 92%;
    margin: 0 auto;
  }
}

body.rec-coffee-lp .main .sentence-block {
  width: 100%;
}
body.rec-coffee-lp .main .sentence-block p {
  margin-bottom: 1em;
}

body.rec-coffee-lp .main .btn-txt {
  margin-top: 24px;
}
body.rec-coffee-lp .main .btn-txt a {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  background: #EDF5FF;
  display: inline-block;
  padding: 16px 64px 16px 24px;
  position: relative;
}
body.rec-coffee-lp .main .btn-txt a::after {
  content: '';
  background: url(https://gigaplus.makeshop.jp/kodawariq/assets/images/lp/634/ico_arrow.svg) no-repeat center center / contain;
  width: 15px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  body.rec-coffee-lp .main .btn-txt a {
    font-size: 16px;
    padding: 8px 40px 8px 16px;
  }
  body.rec-coffee-lp .main .btn-txt a::after {
    right: 16px;
  }
}

/* mv-area */
.mv-area {
  background: linear-gradient(180deg, #1A294E 0%, #1A294E 70%, #fff 30%, #fff 100%);;
  padding-top: 136px;
}
.mv-area .mv-img {
  text-align: center;
}
.mv-area .mv-img .logo {
  margin-bottom: 96px;
}
.mv-area .mv-img .logo img {
  max-width: 415px;
}
.mv-area .mv-goods-block img {
  max-width: 622px;
}
.mv-area p {
  color: #fff;
  text-align: center;
  font-size: 22px !important;
}
@media screen and (max-width: 768px) {
  .mv-area {
    padding-top: 56px;
  }
  .mv-area .mv-img .logo {
    margin-bottom: 32px;
  }
  .mv-area .mv-img .logo img {
    max-width: 250px;
  }
  .mv-area .mv-goods-block img {
    max-width: 100%;
  }
}

/* about-area */
.about-area {
  color: #000;
  text-align: center;
  padding: 80px 0;
  position: relative;
}
.about-area .logo {
  margin-bottom: 48px;
}
.about-area .logo img {
  max-height: 130px;
  width: unset;
}
.about-area .sentence-block .txt {
  font-size: 24px;
}

.about-amakusa-area {
  background: #EDF5FF;
  padding-bottom: 224px;
  position: relative;
}
.about-amakusa-area::after {
  content: '';
  background: url(https://gigaplus.makeshop.jp/kodawariq/assets/images/lp/634/img_about-amakusa-area.png) no-repeat center center / contain;
  width: 300px;
  height: 360px;
  position: absolute;
  bottom: -50px;
  right: 4vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about-area {
    padding: 40px 0;
  }
  .about-area .logo {
    margin-bottom: 16px;
  }
  .about-area .logo img {
    max-height: 80px;
  }
  .about-area .sentence-block .txt {
    font-size: 16px;
  }
  .about-amakusa-area {
    padding-bottom: 112px;
  }
  .about-amakusa-area::after {
    width: 130px;
    height: 155px;
  }
}

/* products-area */
.products-area {
  background: #fff;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
.products-area.deco {
  padding-bottom: 160px;
}
.products-area.deco::after {
  content: "";
  background: url(https://gigaplus.makeshop.jp/kodawariq/assets/images/lp/634/bg_products-area01.png) no-repeat center center / contain;
  width: 220px;
  height: 311px;
  position: absolute;
  top: 35%;
  left: 0;
  z-index: -1;
}
.products-area.deco:before {
  content: "";
  background: url(https://gigaplus.makeshop.jp/kodawariq/assets/images/lp/634/bg_products-area02.png) no-repeat center center / contain;
  width: 226px;
  height: 132px;
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: -1;
}
.products-area .ttl {
  font-size: 24px;
  font-weight: normal;
}
.products-area .price span {
  font-size: 40px;
  font-weight: bold;
  padding-right: 8px;
}
.products-area .row:nth-child(2) {
  justify-content: end;
}
.products-area .row:nth-child(2) .product-img {
  max-width: 500px;
}
.products-area .note {
  text-align: center;
}

@media screen and (max-width: 1001px) {
  .products-area.deco::after {
    width: 150px;
    height: 212px;
    top: 30%;
  }
  .products-area.deco::before {
    width: 150px;
    height: 88px;
  }
  .products-area .row:nth-child(2) .product-img {
    max-width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .products-area .ttl {
    font-size: 20px;
  }
  .products-area .price span {
    font-size: 32px;
  }
  .products-area.deco::after {
    width: 106px;
    height: 150px;
  }
}

.commitment-area {
  padding: 80px 0;
}
.commitment-area .ttl-wrap {
  text-align: center;
}
.commitment-area .ttl {
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  background: #748CA8;
  border-radius: 100px;
  padding: 8px 32px;
  margin-bottom: 80px;
}
.commitment-area .img-wrap {
  margin-bottom: 80px;
}
.commitment-area .img-wrap >div {
  margin-bottom: 80px;
}
.commitment-area .sentence-block .txt {
  font-size: 24px;
}
.commitment-area .sentence-block.right {
  text-align: end;
}
.commitment-area .detail .img-wrap {
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  .commitment-area .ttl {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .commitment-area .sentence-block .txt {
    font-size: 16px;
  }
}

.logo-area {
  background: #1A294E;
  padding: 112px;
}
.logo-area .logo {
  max-width: 415px;
  margin: 0 auto;
}

/* row  */
.row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 80px;
}
.row:last-child {
  margin-bottom: 0;
}
.row > div {
  width: calc(37% - 12px);
}

.row .product-img {
  width: calc(63% - 12px);
}

.row.reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .row,
  .row.reverse {
    flex-direction: column-reverse;
    align-items: center;
  }
  .row > div,
  .row .product-img {
    text-align: center;
    width: auto;
    margin: 0 auto;
  }
  .row .product-img {
    max-width: 500px;
  }
}