@charset "utf-8";

/* /////////////////////////////////////////////////////////////////////
//  Import
/////////////////////////////////////////////////////////////////////*/

@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("//cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css");
@import url("//cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css");

/* /////////////////////////////////////////////////////////////////////
//  Global
/////////////////////////////////////////////////////////////////////*/

html,body,h1,h2,p,ul,li {
  margin: 0;
  padding: 0;
  line-height: 1.0;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease-out;
}
a.text-link {
  text-decoration: underline;
}
a.text-link:hover {
  text-decoration: none;
}
h3 {
  margin: 0;
  padding: 0;
}
img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}
html {
  font-size: 62.5%;
}
body {
  background-color: #fff;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #40210f;
  text-align: left;
  letter-spacing: normal;
}
#bijelly-wrapper {
  overflow: hidden;
}
.z-index--1 {
  z-index: -1;
}
.z-index-1 {
  z-index: 1;
}

/*--  ill --*/

.ill {
  position: absolute;
}
.leaf-right-1,
.leaf-right-2 {
  right: 0;
}
.leaf-right-1 {
  top: 0;
}
.leaf-right-2 {
  top: 1200px;
}
.leaf-left-1 {
  top: 600px;
  left: 0;
}
.leaf-left-brown-1 {
  left: 0;
  bottom: -160px;
}
.coffee-beans-right {
  right: -40px;
  bottom: -80px;
}
.coffee-beans-left {
  top: -80px;
  left: -40px;
}
.mangosteen-1 {
  top: 40px;
  right: -80px;
}
.mangosteen-2 {
  top: 320px;
  left: -80px;
}

/*--  font --*/

.ja {
  font-family: 'Noto Serif JP', serif;
}

/*--  color --*/
.red {
  color: #f20400 !important;
}
.brown {
  color: #40210f !important;
}

/*--  background-color --*/

.bg-red {
  background-color: #f20400;
}
.bg-brown {
  background-color: #40210f;
}
.bg-bijelly-light {
  background-color: #d6ecec;
}
.bg-bijelly {
  background-color: #44c1bd;
}

/*--  border --*/

.border-red {
  border: 1px solid #f20400;
}
.border-brown {
  border: 1px solid #40210f;
}
.border-bijelly {
  border: 1px solid #44c1bd;
}
.border-radius-lg {
  border-radius: 8px;
}

/*--  js-scroll-trigger --*/

.u-fade-type-up{
  transform: translateY(50px);
  opacity: 0;
}
.u-fade-type-up.is-active{
  transition: .6s;
  transform: translateY(0);
  opacity: 1;
}

/*--  bootstrap --*/

.navbar {
  display: block;
}

/*-- pc sp 切り替え --*/

.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 992px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}

/*-- 1200px --*/

@media all and (max-width: 1200px) {
  .mangosteen-1 {
    top: 200px;
  }
}

/*-- 992px --*/

@media all and (max-width: 992px) {
  .coffee-beans-left {
    top: -96px;
  }
  .mangosteen-1,
  .mangosteen-2 {
    display: none;
  }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  .leaf-right-1,
  .leaf-right-2,
  .leaf-left-1,
  .leaf-left-brown-1,
  .coffee-beans-right,
  .coffee-beans-left {
    width: 30vw;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Trial
/////////////////////////////////////////////////////////////////////*/

#trial {
  padding: 160px 0 60px;
  background-color: #44c1bd;
  background-image: url("bijelly21_img/bg-trial.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
}

/*-- product --*/

#trial .product-img {
  padding-top: 56px;
}

/*-- 992px --*/

@media all and (max-width: 992px) {
  #trial {
    padding: 80px 0;
    background-image: url("bijelly21_img/bg-trial.jpg");
    background-size: cover;
  }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  #trial {
    padding: 40px 0;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Recommend
/////////////////////////////////////////////////////////////////////*/

#recommend {
  padding: 80px 0;
  background-color: #89d3d4;
}
.Scene2 {
  margin-top: 64px;
}
.scene-comment {
  position: absolute;
  right: -120px;
  bottom: -60px;
}

/*-- title --*/

.title-recommend img {
  height: 128px;
}

/*-- 992px --*/

@media all and (max-width: 992px) {
  .scene-comment {
    right: -8vw;
    width: 40vw;
  }
  .title-recommend {
    padding: 0 4rem;
  }
  .title-recommend img {
    height: auto;
  }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  #recommend {
    padding: 40px 0;
  }
  .Scene2 {
    margin: 30px 0;
  }
  .scene-comment {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 30px;
    width: auto;
  }
  .title-recommend {
    padding: 0 2rem;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Point
/////////////////////////////////////////////////////////////////////*/

#point {
  padding: 80px 0;
  background-color: #d3bca5;
}
#point p {
  line-height: 2;
}

/*-- point-box --*/

.point-box {
  position: relative;
  margin: auto;
  padding: 10px;
  background-color: #fff;
}
.grad-box {
  padding: 1px;
  background: linear-gradient(120deg, #e8d360 0%, #fffabc 33%, #e8d360 64%, #b69817 100%);
}
.grad-box > div {
  padding: 40px;
  background-color: #fff;
}
.point-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
}
.point-title.polygon-1,
.point-title.polygon-2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.point-title.polygon-1 {
  background-image: url("bijelly21_img/polygon-1.svg");
}
.point-title.polygon-2 {
  background-image: url("bijelly21_img/polygon-2.svg");
}

/*-- 992px --*/

@media all and (max-width: 992px) {
  .point-box-1 {
    margin-bottom: 40px;
  }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  #point {
    padding: 40px 0;
  }
  #point p {
    font-size: 14px;
  }
  .point-box-1 {
    margin-bottom: 30px;
  }
  .grad-box > div {
    padding: 30px 10px;
  }
  .point-title {
    font-size: 24px;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Function
/////////////////////////////////////////////////////////////////////*/

#function {
  padding: 80px 0;
  background: radial-gradient(#844f27, #33100c);
}
#function p {
  line-height: 2;
}
#function p.desc-notice {
  line-height: 1.4;
}
#function section {
  margin-bottom: 40px;
}
#function section:last-child {
  margin-bottom: 0;
}

/*-- frame-gold --*/

.frame-gold {
  display: inline-block;
  padding: 0.75rem 0;
  width: 400px;
  background: linear-gradient(120deg, #e8d360 0%, #fffabc 33%, #e8d360 64%, #b69817 100%);
  border-radius: 40px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  font-size: 30px;
}
.frame-gold.frame-gaba {
  line-height: 1.4;
}
.frame-gold.frame-rb {
  line-height: 1.1;
}
.frame-gold span {
  font-size: 16px;
}
.frame-gold small {
  font-size: 14px;
}

/*-- ill --*/

.mangosteen {
  top: -16px;
  right: -80px;
}

/*-- title --*/

.title-sub-function img {
  height: 114px;
}
.title-function img {
  height: 96px;
}
.desc-title {
  display: inline-block;
  padding: .5em 1em 1.25rem;
  border-radius: 20px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
}

/*-- desc-box --*/

.function-6-num {
  top: -20px;
}
hr.bijelly {
  height: 2px;
  background-color: #44c1bd;
  opacity: 1;
}
.desc-box {
  position: relative;
  padding: 40px;
  background-color: #fff;
  border: 2px solid #44c1bd;
  box-sizing: border-box;
}
#function p.result {
  margin-top: 3rem;
}

/*-- 992px --*/

@media all and (max-width: 992px) {
  .title-sub-function {
    padding: 0 4rem;
  }
  .desc-box-1 {
    margin-bottom: 3rem;
  }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  #function {
    padding: 40px 0;
  }
  #function p {
    font-size: 14px;
  }
  .function-list li {
    width: 50%;
  }
  .frame-gold {
    width: 280px;
    font-size: 24px;
  }
  .mangosteen {
    top: -8vw;
    right: -4vw;
    width: 20vw;
  }
  .title-sub-function {
    padding: 0 2rem;
  }
  .title-function {
    padding: 0 1rem;
  }
  .title-function img,
  .title-sub-function img {
    height: auto;
  }
  .desc-title {
    font-size: 16px;
  }
  .function-6-num {
    width: 13vw;
  }
  .desc-box {
    padding: 30px 20px;
  }
  .desc-box-2 {
    margin-bottom: 3rem;
  }
  #function p.result {
    font-size: 16px;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Voice
/////////////////////////////////////////////////////////////////////*/

#voice {
  padding: 80px 0;
  background-image: url("bijelly21_img/bg-trial.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
#voice p {
  font-size: 18px;
  line-height: 2;
}
.graph {
  width: 320px;
}

/*-- voice-box --*/

.voice-box {
  position: relative;
  margin: auto;
  padding: 40px 80px;
  background-color: #fff;
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}
.voice-box ul li {
  margin: 0 0 0.5rem 1.5em;
  line-height: 1.7;
}

/*-- ill --*/

.voice-img {
  position: absolute;
  top: -64px;
  right: -144px;
}

/*-- balloon --*/

.balloon {
	position: relative;
	display: block;
	padding: 1rem 2rem;
	line-height: 1.4;
	background: #d6ecec;
	border-radius: 60px;
	z-index: 0;
}
.balloon:before {
	content: '';
	position: absolute;
	bottom: -17px; left: 15px;
	margin-left: 0;
	display: block;
	width: 15px;
	height: 15px;
	background: #d6ecec;
	border-radius: 50%;
	z-index: 0;
}
.balloon:after {
	content: '';
	position: absolute;
	bottom: -25px; left: 25px;
	margin-left: 0;
	display: block;
	width: 8px;
	height: 8px;
	background: #d6ecec;
	border-radius: 50%;
	z-index: 0;
}

/*-- 992px --*/

@media all and (max-width: 992px) {
  .graph {
    padding: 0 4rem;
    width: auto;
  }
  .voice-img {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 25%;
    width: 50%;
  }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  #voice {
    padding: 40px 0;
  }
  #voice p {
    font-size: 16px;
  }
  .voice-box {
    padding: 30px 20px;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Bijelly
/////////////////////////////////////////////////////////////////////*/

#bijelly {
  padding: 60px 0;
  margin-bottom: 60px;
  background-color: #89d3d4;
}

/*-- title --*/

.title-trial img {
  height: 80px;
}

/*-- product --*/

#bijelly .product-img {
  padding-top: 56px;
}

/*-- ill --*/

.teiki-cmt {
  top: -40px;
  right: -80px;
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  #bijelly {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .title-trial {
    padding: 0 3rem;
  }
  .title-trial img {
    height: auto;
  }
  .teiki-cmt {
    right: -8vw;
    width: 30vw;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  product
/////////////////////////////////////////////////////////////////////*/

.product-box {
  position: relative;
  margin: auto;
  margin-bottom: 40px;
  padding: 40px 35px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.product-img,.product-desc {
  padding: 0 1rem;
}
.product-img .amount {
  font-size: 14px;
  line-height: 1.4;
}
.product-desc .name-area .icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 20px;
  right: 40px;
  list-style: none;
}
.product-desc .name-area .icon-list li {
  margin-right: 1rem;
}
.product-desc .name-area .icon-list li:last-child {
  margin-right: 0;
}
.product-desc .name-area .icon-list li span.kome {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
.product-desc .name-area .icon-list .icon {
  width: 96px;
}
.product-desc h3.name {
  margin-bottom: 1rem;
  padding: 0;
  background-color: transparent !important;
  font-size: 40px;
  font-weight: bold;
  color: #40220f;
  line-height: 1.4;
}
.product-desc .lead {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 2;
}
.note-area {
  margin-top: 1em;
}
.note-area p {
  margin-bottom: 0.5rem;
  font-size: 14px;
  line-height: 1.4;
}
.note-area p:last-child {
  margin-bottom: 0;
}

/*-- 1家族様1セット1回限り --*/

.limited-msg .limited-ribbon {
  padding: 1.25rem 0 1.5rem;
  border-top: solid 3px #e8528d;
  border-bottom: solid 3px #e8528d;
  background: repeating-linear-gradient(-45deg, #fef9fb, #fef9fb 8px, #fceef0 8px, #fceef0 16px);
}
.limited-msg .limited-ribbon p {
  font-size: 24px;
  color: #e8528d;
}

/*-- btn --*/

.crt_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.crt_btn {
  display: block;
  position: relative;
  width: 100%;
  background-image: linear-gradient(to top, #dd5800 20%, #ff7a22 100%);
  border: 3px solid #ff6600;
  border-radius: 64px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 64px;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
}
.product-box.teiki .crt_btn {
  background-image: linear-gradient(to top, #e85b64 20%, #f0979c 100%);
  border: 3px solid #ec7980;
}
.crt_btn:hover,
.product-box.teiki .crt_btn:hover {
	opacity: 0.7;
  color: #fff;
}

/*-- price --*/

.price-area-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 1.5em;
}
.price-area,
.price-area .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}
.price-area span.point {
  display: inline-block;
  position: relative;
  bottom: -5px;
  margin-right: 1rem;
  padding: 1rem 1.5rem;
  background-color: #fff;
  border: 2px solid;
  border-radius: 50px;
  font-size: 21px;
  font-weight: bold;
}
.price span.price-ttl,
.price span.num,
.price-area span.num {
  position: relative;
  bottom: -2px;
  font-size: 29px;
}
.price span.num,
.price-area span.num {
  margin-right: 2rem;
}
.price span.price-ttl {
  padding: 0 0.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.price b {
  position: relative;
  bottom: -10px;
  font-family: "Arial";
  padding: 0 0.05em;
  font-size: 62px;
}
.price span.unit {
  position: relative;
  bottom: -2px;
  font-size: 37px;
  font-weight: bold;
}

/*-- hako --*/

.hako-img {
  left: 40px;
}
.hako {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  border: 2px solid #44c1bd;
}

/*-- ribbon --*/

.ribbon {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  margin: 0 0 0 -20px;
  padding: 0;
  width: 216px;
  background-color: #e8528d;
  box-sizing: border-box;
}
.ribbon h4 {
  margin: 0;
  padding-left: 20px;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  line-height: 56px;
}
.ribbon:before {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #d91d67 transparent transparent;
  border-width: 0 20px 10px 0;
}
.ribbon:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 28px 10px 28px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

/*-- 1199px --*/

@media all and (max-width: 1199px) {
  .product-desc .name-area .icon-list {
    top: 10px;
  }
  .product-desc .name-area .icon-list li:last-child {
    margin-right: -3rem;
  }
}

/*-- 992px --*/

@media all and (max-width: 992px) {
  .product-desc {
    margin-top: 20px;
  }
  .product-desc .name-area .icon-list {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 1rem;
  }
  .product-desc .name-area .icon-list li:last-child {
    margin-right: 0;
  }
  .note-area {
    margin-bottom: 1rem;
  }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  .product-box {
    margin-bottom: 30px;
    padding: 30px 10px;
  }
  .product-img,.product-desc {
    padding: 0;
  }
  .product-img .amount {
    font-size: 12px;
  }
  .product-desc .name-area .icon-list .icon {
    width: 64px;
  }
  .product-desc h3.name {
    font-size: 30px;
  }
  .product-desc .name-area .icon-list li span.kome {
    font-size: 10px;
  }
  .note-area p {
    font-size: 12px;
  }
  .limited-msg .limited-ribbon p {
    font-size: 18px;
  }
  .crt_btn {
    border-radius: 60px;
    font-size: 18px;
    line-height: 60px;
  }
  .price-area {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .price-area span.point {
    margin-right: 0;
    font-size: 18px;
  }
  .price span.price-ttl,
  .price span.num,
  .price-area span.num {
    font-size: 27px;
  }
  .price span.price-ttl {
    padding: 0 0.5rem;
  }
  .price-area span.num {
    margin: 0 1rem;
  }
  .price b {
    font-size: 50px;
  }
  .price span.unit {
    font-size: 30px;
  }
  .hako-img {
    left: 10px;
  }
  .hako {
    width: 28vw;
    height: 28vw;
  }
  .ribbon {
    margin: 0 0 0 -5px;
    width: 176px;
  }
  .ribbon h4 {
    font-size: 18px;
    line-height: 40px;
  }
  .ribbon:before {
    bottom: -5px;
    border-width: 0 5px 5px 0;
  }
  .ribbon:after {
    border-width: 20px 8px 20px 0px;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Moreinfo
/////////////////////////////////////////////////////////////////////*/

#moreinfo dl,
#moreinfo table,
#moreinfo ul li,
#moreinfo p {
  line-height: 1.7;
}
#moreinfo ul li {
  margin: 0 0 .5rem 1.5em;
}
#moreinfo ul li:last-child {
  margin-bottom: 0;
}

/*-- title --*/

.moreinfo-title {
  display: inline-block;
  padding: .5em 1em 1.25rem;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
}

/* == moreinfo-table ================ */

.moreinfo-table > dt,
.moreinfo-table > dd {
  padding: 1.5rem;
  margin: 0;
}
.moreinfo-table > dt {
  background-color: #d3bca5;
}
.moreinfo-table > dd {
  background-color: #fff;
}

/*-- 992px以上 --*/

@media screen and (min-width: 992px) {
  .moreinfo-table {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #efe6de;
  }
  .moreinfo-table > dt,
  .moreinfo-table > dd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid #efe6de;
  }
  .moreinfo-table > dt {
    width: 25%;
  }
  .moreinfo-table > dd {
    width: 75%;
    border-right: 1px solid #efe6de;
  }
}

/*-- 991px未満 --*/

@media screen and (max-width: 991px) {
  .moreinfo-table > dt,
  .moreinfo-table > dd {
    padding: 1rem;
  }
  .moreinfo-table > dd {
    border: 1px solid #e8d3ca;
    border-top: none;
  }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  #moreinfo dl,
  #moreinfo table,
  #moreinfo ul li,
  #moreinfo p {
    font-size: 14px;
  }
  .moreinfo-title {
    font-size: 16px
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Pagetop
/////////////////////////////////////////////////////////////////////*/

.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 20px;
  right: 20px;
  width: 43px;
  height: 45px;
  background-color: #44c1bd;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
  box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
  font-size: 32px;
  color: #fff;
  text-align: center;
  z-index: 99;
}
.go-top i {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin: auto;
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  .go-top {
    bottom: 10px;
    right: 10px;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Banner
/////////////////////////////////////////////////////////////////////*/

#banner {
  padding: 20px 0 0;
  background-color: #44c1bd;
}
.kcal {
  right: -120px;
  width: 120px;
  height: 120px;
}
.kcal-sp {
  display: none;
}
.banner-product {
  margin-bottom: -80px;
}
.coffee-taste {
  bottom: 40%;
  left: -130px;
}
.new-appearance {
  top: -64px;
  right: -240px;
  width: 280px;
}
.banner-dics h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}
.fixed-phrase {
  padding: 0 30px;
  line-height: 1.6;
}
.fixed-phrase:before,
.fixed-phrase:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #fff;
}
.fixed-phrase:before {
  left: 0;
}
.fixed-phrase:after {
  right: 0;
}

/*-- title --*/

.banner-product-name img {
  height: 160px;
}
.title-sub-banner {
  margin-bottom: -10px;
}
.title-sub-banner img {
  height: 114px;
}
.title-banner {
  padding-left: 4em;
}
.title-banner img {
  height: 80px;
}

/*-- ill --*/

.jelly-img-2 {
  right: -60px;
  bottom: 240px;
}

/*-- drop-shadow --*/

.drop-shadow {
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.2));
}

/*-- ribbon --*/

.banner-ribbon {
  display: inline-block;
  position: relative;
  padding: 0 30px;
  height: 50px;
  background-color: #e8528d;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box;
}
.banner-ribbon:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  z-index: 1;
}
.banner-ribbon:after {
  top: 0;
  right: 0;
  border-width: 25px 10px 25px 0;
  border-color: transparent #44c1bd transparent transparent;
  border-style: solid;
}

/*-- 1200px --*/

@media all and (max-width: 1200px) {
  .kcal {
    right: -96px;
    width: 96px;
    height: 96px;
  }
  .product {
    width: 480px;
  }
  .banner-product-name img {
    height: 120px;
  }
  .jelly-img-2 {
    right: -120px;
  }
}

/*-- 992px --*/

@media all and (max-width: 992px) {
  #banner {
    padding: 20px 0;
  }
  .medal {
    position: absolute;
    top: 0;
    right: 0;
    width: 16vw;
  }
  .banner-product {
    margin-bottom: 0;
  }
  .coffee-taste {
    bottom: 0;
    left: -60px;
  }
  .new-appearance {
    top: 0;
    right: -12vw;
    width: auto;
    height: 20vw;
  }
  .title-banner {
    padding: 0 4rem;
  }
  .banner-product-name img,
  .title-banner img {
    height: auto;
  }
  .jelly-img-1,
  .jelly-img-2 {
    display: none;
  }
}

/*-- 768px --*/

@media all and (max-width: 768px) {
  .kcal-pc {
    display: none;
  }
  .kcal-sp {
    display: block;
    top: -5px;
    right: 0;
  }
  .kcal-text {
    display: inline-block;
    padding: 1rem;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
  }
  .banner-ribbon {
    padding: 0 16px 0 8px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
  }
  .banner-ribbon:after {
    border-width: 20px 8px 20px 0;
  }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  .medal {
		top: -2vw;
    width: 20vw;
  }
  .banner-dics h4 {
    font-size: 16px;
  }
  .product {
    padding: 0 3rem;
  }
  .coffee-taste {
    left: 0;
    width: 19vw;
  }
  .new-appearance {
    top: -1vw;
    right: 0;
  }
  .fixed-phrase {
    padding: 0;
    font-size: 14px;
  }
  .fixed-phrase:before,
  .fixed-phrase:after {
    display: none;
  }
  .title-banner {
    padding: 0 3rem;
  }
  .title-sub-banner {
    padding: 0 1rem;
  }
  .title-sub-banner img {
    height: auto;
  }
}

/*-- 320px --*/

@media all and (max-width: 320px) {
  .kcal-text {
    font-size: 12px;
  }
  .banner-ribbon {
    padding: 0 16px 0 8px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
  }
  .banner-ribbon:after {
    border-width: 16px 8px 16px 0;
  }
}
