@charset "UTF-8";

/*==============================
設定
==============================*/
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

@media screen and (min-width: 751px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .is-pc {
    display: none;
  }
}

body {
  line-height: 1.875;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background: #fff;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

@media screen and (max-width: 750px) {
  body {
    line-height: calc(25/14);
    font-size: 14px;
  }
}


/*==========================
共通クラス
==========================*/
.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: min(80px, calc(80/1400*100vw));
  box-sizing: content-box;
}

@media screen and (max-width: 750px) {
  .inner {
    max-width: 470px;
    padding-inline: clamp(20px, calc(40/750*100vw), 40px);
  }
}


/*==========================
header
==========================*/
.header {
  position: relative;
  height: 100vh;
  z-index: 1;
}

.header__inner {
  height: inherit;
  min-height: inherit;
}

.header__title-wrap {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  text-align: center;
}

/* .swiper-container {
  position: relative;
} */

/* .swiper-container, */
.header__swiper,
.header__swiper .swiper-img,
.header__swiper .swiper-img img {
  height: inherit;
  min-height: inherit;
}

.header__swiper .swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 15% center;
}

.swiper-pagination-bullet {
  background: #ccc;

}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #999;
}

/* sp */
@media screen and (max-width: 1024px) {
  .swiper-pagination-bullet {
    margin: 0 4px;
  }
}


/*==========================
  about
==========================*/
.about {
  padding: 120px 0 120px;
}

.about__container {
  display: flex;
  align-items: stretch;
  border-radius: 20px;
}

.about__container+.about__container {
  margin-top: 70px;
}

.about__container--01 {
  background: url(../img/about01_bg_pc.jpg) no-repeat center center / cover;
}

.about__text {
  width: 45%;
}

.about__container--01 .about__text {
  padding: 54px 48px 35px 40px;
}

.about__container--02 .about__text {
  padding: min(54px, calc(48/751*100vw)) 36px min(72px, calc(64/751*100vw)) 36px;
}

.about__container--01 .about__title {
  max-width: 400px;
}

.about__lead {
  margin-top: 16px;
  line-height: calc(40/26);
  font-size: min(26px, calc(18/751*100vw));
  font-weight: 500;
}

.about__desc {
  margin-top: 16px;
  line-height: 1.75;
  font-weight: 500;
}

.about__image {
  flex: 1;
  overflow: hidden;
  border-radius: 20px;
}

.about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 20% center;
}

.about__container--02 {
  flex-direction: row-reverse;
  background: url(../img/about02_bg_pc.jpg) no-repeat center center / cover;
  color: #fff;
}

.about__container--02 .about__title {
  line-height: 1.75;
  font-size: 40px;
  font-weight: 500;
}

.about__container--02 .about__lead {
  margin-top: 20px;
}

.about__container--02 .about__desc {
  margin-top: 36px;
}

.about__container--02 .about__image img {
  object-position: 83% center;
}

/* sp */
@media screen and (max-width: 750px) {
  .about {
    padding: 50px 0 40px;
  }

  .about__container {
    display: flex;
    flex-direction: column-reverse;
  }

  .about__container+.about__container {
    margin-top: 25px;
  }

  .about__text {
    width: 100%;
  }

  .about__desc {
    margin-top: 20px;
    line-height: calc(25 / 14);
  }

  .about__container--01 {
    background: url(../img/about01_bg_sp.jpg) no-repeat center center / cover;
  }

  .about__container--01 .about__text {
    padding: 38px 30px 30px;
  }

  .about__container--02 .about__text {
    padding: 12px 30px 30px;
  }

  .about__container--01 .about__title {
    max-width: 240px;
    margin-inline: auto;
  }

  .about__lead {
    margin-top: 34px;
    line-height: calc(29/20);
    font-size: 20px;
  }

  .about__container--01 .about__lead {
    text-align: center;
  }

  .about__image {
    flex: unset;
    aspect-ratio: 1.57/1;
  }

  .about__image img {
    height: 100%;
    object-fit: cover;
  }

  .about__container--02 {
    flex-direction: column-reverse;
    background: url(../img/about02_bg_sp.jpg) no-repeat center center / cover;
  }

  .about__container--02 .about__title {
    font-size: 27px;
  }

  .about__container--02 .about__lead {
    margin-top: 7px;
    line-height: calc(29/18);
    font-size: 18px;
  }

  .about__container--02 .about__desc {
    margin-top: 13px;
  }
}


/*==========================
origin
==========================*/
.origin {
  padding: 190px 0;
  background: url(../img/bg_origin.jpg) no-repeat center center / cover;
}

.origin .inner {
  max-width: 850px;
}

.origin__container {
  margin-inline: auto;
  padding: 58px 32px 60px;
  border-radius: 20px;
  background: rgba(211, 90, 30, 0.85);
}

.origin__container__inner {
  max-width: 760px;
  margin-inline: auto;
}

.origin__title {
  max-width: 400px;
}

.origin__sub-title {
  margin-top: 10px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.origin__lead {
  margin-top: 25px;
  line-height: 1.5;
  font-size: 20px;
  color: #fff;
}

.origin__desc {
  margin-top: 32px;
  line-height: 1.75;
  color: #fff;
}

/* sp */
@media screen and (max-width: 750px) {
  .origin {
    padding: 124px 0;
  }

  .origin .inner {
    max-width: 470px;
  }

  .origin__container {
    padding: 54px 30px 32px;
  }

  .origin__container__inner {
    max-width: 280px;
  }

  .origin__title {
    max-width: 240px;
    margin-inline: auto;
  }

  .origin__sub-title {
    margin-top: 14px;
    line-height: 1.5;
    text-align: center;
    font-size: 24px;
  }

  .origin__lead {
    margin-top: 30px;
    font-size: 18px;
  }

  .origin__desc {
    margin-top: 18px;
  }
}


/*==========================
fresh brew/fresh brew共通
==========================*/
.fresh-brew,
.cup-charge {
  padding: 100px 0;
}

.cup-charge {
  background: #eef4d5;
}

.fresh-brew .inner,
.cup-charge .inner {
  max-width: 1000px;
}

.box__container {
  display: flex;
  align-items: center;
}

.box__container+.box__container {
  margin-top: 50px;
}

.box__text {
  flex: 1;
}

.box__container--01 .box__text {
  align-self: stretch;
  padding-left: min(44px, calc(38/751*100vw));
}

.box__container--02 .box__text {
  align-self: center;
  padding-inline: 20px min(44px, calc(38/751*100vw));
}

.box__title {
  width: 80%;
  max-width: 275px;
  margin: 20px auto 0;
}

.cup-charge .box__title {
  max-width: 272px;
  margin: min(28px, calc(24/751*100vw)) auto 0;
}

.box__lead {
  margin-top: min(40px, calc(35/751*100vw));
  line-height: calc(43/24);
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  text-align: center;
  font-size: min(24px, calc(20/751*100vw));
  font-weight: 500;
}

.cup-charge .box__lead {
  margin-top: min(32px, calc(28/751*100vw));
}

.box__image {
  width: 48%;
  border-radius: 20px;
  overflow: hidden;
}

.box__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.link__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 180px;
  height: 44px;
  margin-top: min(32px, calc(28/751*100vw));
  padding: 6px 20px;
  border-radius: 6px;
  color: #fff;
  background: #42210b;
  transition: opacity .3s ease;
}

.cup-charge .link__btn {
  margin-top: min(45px, calc(40/751*100vw));
}

.link__btn.green {
  background: #337833;
}

.link__btn:hover {
  opacity: .7;
}

/* sp */
@media screen and (max-width: 750px) {

  .fresh-brew,
  .cup-charge {
    padding: 44px 0 36px;
  }

  .fresh-brew .inner,
  .cup-charge .inner {
    max-width: 470px;
  }

  .box__container {
    flex-direction: column;
  }

  .box__container+.box__container {
    margin-top: 20px;
  }

  .box__container--01 .box__text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .box__container--02 .box__text {
    padding-right: 20px;
    padding-left: 20px;
  }

  .box__title {
    max-width: 180px;
    margin: 36px auto 0;
  }

  .cup-charge .box__title {
    max-width: 200px;
    margin: 34px auto 0;
  }

  .box__lead {
    margin-top: 35px;
    line-height: 1.5;
    text-align: left;
    font-size: 20px;
  }

  .cup-charge .box__lead {
    margin-top: 30px;
    line-height: calc(29/18);
    font-size: 18px;
  }

  .box__desc {
    line-height: calc(23/14);
  }

  .box__image {
    width: 100%;
  }

  .box__container--02 .box__image {
    margin-top: 26px;
  }

  .link__btn {
    margin: 36px auto 0;
    font-size: 16px;
  }

  .cup-charge .link__btn {
    margin-top: 28px;
  }
}


/*==========================
CTA
==========================*/
.cta {
  padding: 40px 0 48px;
  background: #5c5345;
}

.cta .inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 900px;
}

.cta__text-area {
  width: 55%;
}

.cta__heading {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.cta__desc {
  font-size: 13px;
  color: #fff;
}

.cta__btn-area {
  flex: 1;
  text-align: right;
}

.cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 100%;
  max-width: 308px;
  height: 60px;
  border-radius: 50px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  background: #fff;
  transition: opacity .3s ease;
}

.cta__btn:hover {
  opacity: .7;
}

/* sp */
@media screen and (max-width: 750px) {
  .cta {
    padding: 32px 20px 44px;
  }

  .cta .inner {
    display: block;
  }

  .cta__text-area {
    width: 100%;
  }

  .cta__heading {
    font-size: 18px;
  }

  .cta__desc {
    font-size: 12px;
  }

  .cta__btn-area {
    margin-top: 22px;
    text-align: center;
  }

  .cta__btn {
    max-width: 184px;
    height: 36px;
    font-size: 12px;
  }
}


/*==========================
footer
==========================*/
.footer {
  padding: 60px 0 25px;
  background: #000;
}

.footer .inner {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  max-width: 900px;
}

.footer__container {
  color: #fff;
}

.footer__heading {
  font-size: 20px;
}

.footer__links {
  margin-top: 10px;
}

.footer__link {
  display: block;
}

.footer__link+.footer__link {
  margin-top: 6px;
}

.footer__company-name {
  line-height: 1.75;
  font-size: 20px;
}

.footer__company-info {
  margin-top: 4px;
  font-size: 13px;
}

.footer__company-address {
  margin-top: 16px;
}

.footer__copyright {
  margin-top: 70px;
  text-align: center;
  font-size: 10px;
  color: #fff;
}

/* sp */
@media screen and (max-width: 750px) {
  .footer {
    padding: 30px 20px 10px;
  }

  .footer .inner {
    display: block;
  }

  .footer__container+.footer__container {
    margin-top: 64px;
  }

  .footer__heading {
    font-size: 18px;
  }

  .footer__links {
    margin-top: 14px;
    font-size: 14px;
  }

  .footer__link+.footer__link {
    margin-top: 7px;
  }

  .footer__company-name {
    font-size: 18px;
  }

  .footer__company-info {
    margin-top: 0;
    font-size: 12px;
  }

  .footer__company-address {
    margin-top: 12px;
    font-size: 14px;
  }

  .footer__copyright {
    margin-top: 62px;
  }
}