@charset "UTF-8";

@font-face {
  font-family: 'Neura Display';
  src: url('../fonts//NeuraDisplayVariable[wght].ttf') format('truetype');
  font-weight: 400 700;
  font-display: swap;
}
:root {
   --color-black: #2D2D2D;
   --color-white: #FFFFFF;
   --color-gray: #807E7B;
   --color-navy: #1D4984;
   --color-pink: #DBB7C3;
   --color-gold: #BD9E85;
}

/*============================
全体
============================*/
html {
  font-size: 10px;
}
body {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-black);
  letter-spacing: 0;
  width: 100%;
}
main {
  overflow-x: hidden;
}
a {
  color: var(--color-black);
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
li {
  list-style: none;
}
.neura-display {
  font-family: 'Neura Display', sans-serif;
}
.serif {
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  /* コンテンツ幅 */
  .wrapper {
    width: 100%;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}
/*============================
共通
============================*/
.disposable__section-title-box {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.disposable__section-title-box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  width: 21.3rem;
  height: 2px;
  background: var(--color-navy);
}
.disposable__section-title {
  color: var(--color-navy);
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .05em;
  text-align: left;
}
.disposable__section-subtitle {
  color: var(--color-gray);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .05em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .disposable__section-title-box::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
    width: 18rem;
    height: 1px;
    background: var(--color-navy);
  }
  .disposable__section-title {
    color: var(--color-navy);
  }
  .disposable__section-subtitle {
    color: var(--color-gray);
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  
}
/*============================
使い切りタイプ・ファーストビュー
============================*/
#disposable__fv {
  position: relative;
  width: 100%;
  height: 40.2rem;
  background: url("../img/disposable-fv.jpg") left / cover no-repeat;
  margin-top: 14.1rem;
  padding: 11.6rem 0;
}
.disposable__fv-inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.disposable__title-box {
  text-align: center;
}
.disposable__title {
  position: relative;
  display: inline-block;
  color: var(--color-navy);
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .05em;
  margin-bottom: 1.1rem;
}
.disposable__title::after {
  content: "";
  position: absolute;
  bottom: .5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 21.3rem;
  height: 2px;
  background-color: var(--color-navy);
}
.disposable__subtitle {
  color: var(--color-white);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .05em;
  text-shadow: 2px 2px 2px #B4B098;
  margin-bottom: .7rem;
}
.disposable__txt {
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .05em;
  text-shadow: 2px 2px 2px #B4B098;
}
@media screen and (max-width: 767px) {
  #disposable__fv {
    width: 100%;
    height: auto;
    background: url("../img/disposable-fv_sp.jpg") center / cover no-repeat;
    margin-top: 0;
    padding: 6.4rem 0 41.6rem;
  }
  .disposable__title {
    font-size: 4.8rem;
    margin-bottom: .6rem;
  }
  .disposable__title::after {
    bottom: .5rem;
    width: 17rem;
    height: 1px;
  }
  .disposable__subtitle {
    font-size: 2.2rem;
    margin-bottom: .4rem;
  }
  .disposable__txt {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  
}

/*============================
使い切りタイプ・デバイス
============================*/
#disposable-device {
  padding: 12rem 0 9.6rem;
}
.disposable-device__inner {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 4rem;
}
.disposable-device__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 6.4rem;
}
.disposable-device__item {
  max-width: 24.8rem;
  margin-left: 4rem;
}
.disposable-device__item-card {
  position: relative;
  background-color: #F8F5EB;
  width: 100%;
  max-width: 18rem;
  height: 37.5rem;
  display: flex;
  align-items: center;
  transition: .4s;
}
.cola-device {
  position: relative;
  margin-top: 1.6rem;
}
.cola-device::before,
.latte-device::before,
.jasmine-device::before,
.pine-device::before {
  content: "";
  position: absolute;
  top: -2.2rem;
  left: -4rem;
  width: 3.2rem;
  height: 100%;
}
.cola-device::before {
  background: url("../img/disposable-title-cola.png") top / contain no-repeat;
}
.cola-device img {
  width: auto;
  height: 30rem;
  margin-left: 8rem;
  margin-right: auto;
}
.latte-device {
  position: relative;
  margin-top: 6.4rem;
}
.latte-device::before {
  background: url("../img/disposable-title-latte.png") top / contain no-repeat;
}
.latte-device img {
  width: auto;
  height: 29rem;
  margin-left: 8rem;
  margin-right: auto;
}
.jasmine-device {
  position: relative;
  margin-top: 3.2rem;
}
.jasmine-device::before {
  background: url("../img/disposable-title-jasmine.png") top / contain no-repeat;
}
.jasmine-device img {
  width: auto;
  height: 28.2rem;
  margin-left: 8rem;
  margin-right: auto;
}
.pine-device {
  position: relative;
}
.pine-device::before {
  background: url("../img/disposable-title-pineapple.png") top / contain no-repeat;
}
.pine-device img {
  width: auto;
  height: 28rem;
  margin-left: 8.8rem;
  margin-right: auto;
}
.disposable-device__item-title {
  display: none;
  color: var(--color-white);
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .05em;
  white-space: nowrap;
  text-shadow: 2px 2px 2px #B4B098;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.disposable-device__title {
  width: calc(828 / 1080 * 100%);
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #disposable-device {
    padding: 9.6rem 0 8rem;
  }
  .disposable-device__inner {
    max-width: 88rem;
  }
  .disposable-device__content {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 4rem 8rem;
    margin-bottom: 4rem;
  }
  .disposable-device__item {
    margin-left: 0;
  }
  .disposable-device__item-card {
    width: 18rem;
  }
  .latte-device {
    margin-top: 4rem;
  }
  .jasmine-device {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #disposable-device {
    padding: 8rem 0 4rem;
  }
  .disposable-device__inner {
    padding: 0 2rem;
  }
  .disposable-device__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 4.8rem;
    justify-items: center;
  }
  .cola-device,
  .latte-device,
  .jasmine-device,
  .pine-device {
    margin-top: 0;
  }
  .cola-device::before,
  .latte-device::before,
  .jasmine-device::before,
  .pine-device::before {
    top: -1.6rem;
    left: -3.2rem;
    width: 2.4rem;
  }
  .disposable-device__title {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .disposable-device__item-card:hover {
    background-color: rgba(45, 45, 45, .5);
    width: 100%;
    max-width: 24.8rem;
  }
  .disposable-device__item-card:hover .disposable-device__item-title {
    display: block;
  }
}
/*============================
使い切りタイプ・説明
============================*/
#disposable-explanation {
  background: url("../img/disposable-bg.jpg") center / cover no-repeat;
  padding: 14rem 0;
}
.disposable-explanation__inner {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 4rem;
}
.disposable-explanation__content {
  display: flex;
  justify-content: space-between;
}
.disposable-explanation_item {
  width: 35%;
}
.disposable-explanation__title {
  color: var(--color-navy);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .05em;
  margin-bottom: 1.6rem;
}
.disposable-explanation__title span {
  display: inline-block;
}
.disposable-explanation__txt {
  line-height: 1.6;
  letter-spacing: .05em;
  margin-bottom: 2.4rem;
}
.disposable-explanation__subtxt {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: .05em;
}
.disposable-ingredient__item {
  width: 60%;
  background: url("../img/disposable-kanpou.jpg") left / cover no-repeat;
  color: var(--color-white);
  text-align: right;
  padding: 2.4rem 6rem 2.4rem 0;
}
.disposable-ingredient__title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .05em;
  margin-bottom: 1.6rem;
}
.disposable-ingredient__txt {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: .05em;
  text-shadow: 4px 4px 4px rgba(26, 28, 28, .68);
}
.disposable-explanation__caution {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: .05em;
  margin-top: 1.6rem;
  text-align: right;
}
.disposable-explanation__caution span {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  #disposable-explanation {
    padding: 12rem 0;
  }
  .disposable-explanation_item {
    width: 45%;
  }
  .disposable-ingredient__item {
    width: 50%;
    padding: 2.4rem 4rem 2.4rem 0;
  }
}
@media screen and (max-width: 767px) {
  #disposable-explanation {
    background: url("../img/disposable-bg.jpg") left / cover no-repeat;
    padding: 6rem 0;
  }
  .disposable-explanation__inner {
    padding: 0 2rem;
  }
  .disposable-explanation__content {
    flex-flow: column;
    justify-content: center;
    gap: 4rem;
  }
  .disposable-explanation_item {
    width: 100%;
  }
  .disposable-explanation__title {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
  .disposable-explanation__txt {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
  .disposable-explanation__subtxt {
    font-size: 1rem;
  }
  .disposable-ingredient__item {
    width: 100%;
    padding: 1.6rem 2.4rem 1.6rem 0;
  }
  .disposable-ingredient__title {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
  .disposable-ingredient__txt {
    font-size: 1.2rem;
  }
  .disposable-explanation__caution {
    font-size: 1rem;
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 768px) {

}