@charset "UTF-8";
/* breakpoint
---------------------- */
/* color
---------------------- */
/* Component
---------------------- */
html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) {
  .c-pc-none {
    display: none;
  }
}
.ozasoda-plus-500 {
  color: #000000;
  font-family: "Helvetica Neue", Arial, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .ozasoda-plus-500 {
    max-width: 780px;
    margin: 0 auto;
  }
}

.gothic {
  font-family: "Helvetica Neue", Arial, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

.c-mb15 {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c-mb15 {
    margin-bottom: 30px;
  }
}

.c-mb30 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c-mb30 {
    margin-bottom: 60px;
  }
}

.c-mb60 {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .c-mb60 {
    margin-bottom: 120px;
  }
}

/* mv
---------------------- */
.mv__img {
  position: relative;
}
.mv__txt {
  position: absolute;
  top: 0;
  left: 0;
}

/* recommend
---------------------- */
.recommend__txtbox {
  position: relative;
  background: url(../../../Contents/ProductImages/OZASODA-PLUS-500/recommend-bg.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.recommend__ttl {
  position: absolute;
  top: -1.7rem;
}
@media screen and (min-width: 768px) {
  .recommend__ttl {
    top: -35px;
  }
}
.recommend__list {
  display: grid;
  gap: 2vh;
  width: 85%;
  margin: 0 auto;
  padding-top: 13vh;
  padding-bottom: 5vh;
}
@media screen and (min-width: 768px) {
  .recommend__list {
    gap: 35px;
    width: 80%;
    padding-top: 240px;
    padding-bottom: 90px;
  }
}
.recommend__item {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: calc(2rem + 5 * (100vw - 320px) / 447);
  font-weight: bold;
  line-height: 1;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .recommend__item {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .recommend__item {
    padding: 15px 30px;
  }
}
.recommend__cutlery {
  display: inline-block;
  width: 19px;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .recommend__cutlery {
    width: 38px;
    margin-right: 30px;
  }
}

/* detail
---------------------- */
.detail {
  position: relative;
  background: linear-gradient(to bottom, transparent, white), url(../../../Contents/ProductImages/OZASODA-PLUS-500/detail-bg.jpg);
  background-size: 100% 15%, cover;
  background-position: 0 bottom, 0 bottom;
  background-repeat: no-repeat;
}
.detail__img {
  position: relative;
}
.detail__ttl {
  position: absolute;
  top: 0;
  left: 0;
}
.detail__list {
  display: grid;
  gap: 3vh;
  width: 95%;
  margin-top: -2vh;
  margin-bottom: 3vh;
  margin-left: calc(3% + 100 * (100vw - 360px) / 447);
}
@media screen and (min-width: 768px) {
  .detail__list {
    gap: 35px;
    width: 90%;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 55px;
  }
}
.detail__item {
  display: flex;
  align-items: center;
  line-height: 1;
}
.detail__number {
  display: inline-block;
  width: 23px;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .detail__number {
    width: 46px;
    margin-right: 30px;
  }
}
.detail__txt {
  font-size: calc(2rem + 5 * (100vw - 320px) / 447);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .detail__txt {
    font-size: 4rem;
  }
}
.detail__marker {
  background: linear-gradient(transparent 60%, #f9d354 60%);
  padding-bottom: 0.15em;
}
.detail__symbol {
  font-size: calc(0.9rem + 5 * (100vw - 320px) / 447);
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .detail__symbol {
    font-size: 1.8rem;
  }
}
.detail__note {
  text-align: right;
  font-size: calc(0.9rem + 5 * (100vw - 320px) / 447);
  padding-bottom: 10px;
  margin-right: calc(4% + 100 * (100vw - 360px) / 447);
}
@media screen and (min-width: 768px) {
  .detail__note {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .detail__note {
    margin-right: 50px;
    padding-bottom: 60px;
  }
}

/* details
---------------------- */
.details__wrap {
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .details__wrap {
    margin: 60px auto;
  }
}
.details__ttl {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .details__ttl {
    gap: 25px;
    margin-bottom: 30px;
  }
}
.details__ttl-img {
  width: 25%;
}
@media screen and (min-width: 768px) {
  .details__ttl-img {
    width: 222px;
  }
}
.details__ttl-txt {
  color: #15a3dc;
  font-size: calc(1.6rem + 5 * (100vw - 320px) / 447);
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .details__ttl-txt {
    font-size: 3.6rem;
  }
}
.details__ttl-txt span {
  font-size: calc(1.3rem + 5 * (100vw - 320px) / 447);
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .details__ttl-txt span {
    font-size: 2.4rem;
  }
}
.details__txt {
  text-align: center;
  color: #000000;
  font-size: calc(1.3rem + 5 * (100vw - 320px) / 447);
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .details__txt {
    font-size: 2.8rem;
  }
}
.details__txt span {
  background: linear-gradient(transparent 60%, #f9d354 60%);
  padding-bottom: 0.15em;
}
.details__note {
  width: 90%;
  margin: 0 auto 15px;
  color: #4e4846;
  font-size: calc(0.9rem + 5 * (100vw - 320px) / 447);
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .details__note {
    font-size: 1.8rem;
  }
}
.details__indent {
  text-indent: -1em;
  padding-left: 1em;
}

/* price
---------------------- */
.price {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .price {
    margin-bottom: 100px;
  }
}
.price__img {
  position: relative;
}
.price__txt {
  position: absolute;
  top: 13vw;
  left: 13vw;
  text-align: left;
  color: #000000;
  font-size: calc(1.3rem + 5 * (100vw - 320px) / 447);
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .price__txt {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .price__txt {
    top: 100px;
    left: 120px;
  }
}
.price__txt span {
  background-color: #f9d354;
  display: inline-block;
  padding: 0.3rem 0.5rem 0.1rem;
  line-height: 1;
}
.price__ic-question {
  display: block;
  width: 6rem;
  margin: 20px auto 10px;
}
@media screen and (min-width: 768px) {
  .price__ic-question {
    width: 7rem;
    margin: 40px auto 15px;
  }
}
.price__list01 {
  margin-bottom: 30px;
  font-size: calc(1.3rem + 5 * (100vw - 320px) / 447);
}
@media screen and (min-width: 768px) {
  .price__list01 {
    font-size: 2.8rem;
  }
}
.price__list01-item {
  color: #000000;
}
.price__list01-item:first-child {
  color: #15a3dc;
  margin-bottom: 30px;
  font-size: calc(1.6rem + 5 * (100vw - 320px) / 447);
}
@media screen and (min-width: 768px) {
  .price__list01-item:first-child {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .price__list01-item:first-child {
    margin-bottom: 40px;
  }
}
.price__list01-item:nth-child(2) {
  width: 60%;
  margin: auto;
  font-weight: bold;
  margin-bottom: 20px;
  border: 1px solid;
  padding: 5px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .price__list01-item:nth-child(2) {
    width: 50%;
  }
}
.price__list01-item:nth-child(3) {
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .price__list01-item:nth-child(3) {
    margin-bottom: 40px;
  }
}
.price__list01-item:nth-child(3)::after {
  content: "";
  display: block;
  border-bottom: 2px solid;
  width: 15px;
  margin: auto;
  padding-top: 10px;
}
.price__list01-item:last-child {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .price__list01-item:last-child {
    margin-bottom: 60px;
  }
}
.price__list02 {
  background-color: #fdfbf6;
}
@media screen and (min-width: 768px) {
  .price__list02 {
    border-radius: 20px;
  }
}
.price__list02-item:first-child {
  width: 50%;
  margin: auto;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .price__list02-item:first-child {
    padding: 50px 0 30px;
  }
}
.price__list02-item:first-child::after {
  content: "";
  display: block;
  border-bottom: 2px solid;
  width: 15px;
  margin: auto;
  padding-top: 15px;
}
.price__list02-item:nth-child(2) {
  width: 95%;
  margin: 0 auto 30px;
}
.price__list02-item:last-child {
  width: 90%;
  margin: 0 auto;
  color: #000000;
  font-size: calc(1.3rem + 5 * (100vw - 320px) / 447);
  line-height: 1.6;
  padding: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .price__list02-item:last-child {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .price__list02-item:last-child {
    line-height: 1.8;
    padding: 0 0 40px;
  }
}

/* animation（ふわっと表示）
---------------------- */
.animated.fadeinUp {
  opacity: 0;
  transform: translate(0, 20%);
  transition: all 1s;
}

.animated.fadeinUp.active {
  opacity: 1;
  transform: translate(0, 0);
}

.animated.fadein {
  opacity: 0;
  transition: all 2.2s;
}

.animated.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

.katakata-icon {
  animation: katakata-icon 3s infinite;
}

@keyframes katakata-icon {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  21% {
    transform: translate(0, 0) rotate(0deg);
  }
  22% {
    transform: translate(0, 0) rotate(-6deg);
  }
  23% {
    transform: translate(0, -1px) rotate(0deg);
  }
  24% {
    transform: translate(0, -1px) rotate(3deg);
  }
  25% {
    transform: translate(1px, 0) rotate(-2deg);
  }
  26% {
    transform: translate(0, 1px) rotate(0deg);
  }
  27% {
    transform: translate(0, 0) rotate(3deg);
  }
  28% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}