@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;700&display=swap");
@import url("//fonts.googleapis.com/css2?family==Noto+Sans:wght@600&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;
}
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: #40220f;
  text-align: left;
  letter-spacing: normal;
}
#spl-wrapper {
  overflow: hidden;
}
.ill {
  position: absolute;
}
.serif {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
.notosans-I {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
}

.drop-shadow {
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.2));
}

/*--  color --*/
.red {
  color: #f20400 !important;
}
.deep-red {
  color: #d30012 !important;
}
.deep-orange {
  color: #ff6600 !important;
}
.yellow-green {
  color: #99cf16 !important;
}
.green {
  color: green;
}
.blown{
  color: #40220f!important;
}
.blown:hover{
  color: #40220f;
}

/*--  background-color --*/
.bg-yellow {  background-color: #fffede!important;}

/*--  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;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 10px 20px;
}

.lh-md {
  line-height: 1.5;
}

/*-- 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; }
}

/* /////////////////////////////////////////////////////////////////////
//  About
/////////////////////////////////////////////////////////////////////*/

.about-area {
  margin-bottom: 40px;
}
.about-area .br-kihon {
  display: none;
}

@media all and (max-width: 1227px) {
  .about-area .br-kihon {
    display: block;
  }
}
@media all and (max-width: 991px) {
  .about-area .br-kihon {
    display: none;
  }
}
@media all and (max-width: 652px) {
  .about-area .br-kihon {
    display: block;
  }
}

/*-- about-image --*/

.about-image-area {
  position: relative;
}
.about-image {
  position: relative;
  height: 100%;
  min-height: 600px;
}
.about-image img {
  display: none;
}
.about-image p small {
  font-size: 14px;
}
.component-list {
  list-style: none;
}
.component-list li {
  display: inline-block;
  margin: 0 .75rem 1rem 0;
  vertical-align: top;
}
.component-list li:last-child {
  margin-bottom: 0;
}
.component-list li span {
  display: block;
  padding: 1rem 1.25rem 1.25rem;
  border-radius: 2px;
  color: #fff;
  line-height: 1.4;
}
.component-list li small {
  font-size: 12px;
  line-height: 1.4;
}

/*-- about-content --*/

.about-content {
  position: relative;
  max-width: 648px;
  padding: 60px;
}
.about-content h1 {
  margin-bottom: 20px;
  font-size: 64px;
}
.about-content h1 img {
  display: block;
  padding-bottom: 10px;
  width: 249px;
}
.about-content h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
}
.about-content .comment {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 144px;
}
.about-content p {
  font-size: 18px;
  line-height: 2;
}
.about-content p span {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}

/*-- 1200px --*/

@media all and (max-width: 1200px) {
  .about-content .comment {
    top: -25px;
    right: -45px;
  }
}

/*-- 992px --*/

@media all and (max-width: 992px) {
  .about-area {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-image {
    min-height: auto;
  }
  .about-image img {
    display: inline-block;
  }
  .about-image p small {
    font-size: 12px;
  }
  .about-image .comment {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 20%;
  }
  .about-content {
    max-width: 100%;
    padding: 40px;
    text-align: center;
  }
  .about-content h1 img {
    margin: auto;
  }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  .about-area {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .about-image .comment {
    top: 10px;
    left: 10px;
    width: 30%;
  }
  .component-list li  {
    margin-right: 0;
  }
  .component-list li span {
    font-size: 12px;
    padding: .5rem .75rem .75rem;
  }
  .component-list li small {
    font-size: 10px;
  }
  .about-content {
    padding: 20px 10px;
  }
  .about-content h1 {
    font-size: 40px;
  }
  .about-content h1 img {
    width: 50%;
  }
  .about-content h2 {
    font-size: 18px;
  }
  .about-content .comment {
    top: 20px;
    right: 20px;
    width: 30%;
  }
  .about-content p {
    font-size: 14px;
    line-height: 2;
  }
  .about-content p span {
    font-size: 12px;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  collagen
/////////////////////////////////////////////////////////////////////*/

#collagen {
  padding: 60px 0 60px 0;
  background-color: #ffefeb;
}
#collagen h1, #collagen h2, #collagen h3, #collagen h4, #collagen h5, #collagen h6, #collagen label {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}
#collagen ul {
	margin: 0;
  padding: 0;
}

@media all and (max-width: 991px) {
  #collagen {
    padding: 60px 0 30px 0;
  }
}

/*-- about --*/

#collagen-about {
  position: relative;
}
#collagen-about .ill-collagen-about-msg {
  width: 90%;
  top: 4%;
  left: 2%;
  z-index: 1;
}
#collagen-about .ill-collagen-date {
  width: 24%;
  bottom: 5%;
  left: 5%;
  z-index: 2;
}
#collagen .collagen-about-content {
  padding: 0 60px;
  max-width: 800px;
}
#collagen .collagen-about-content-title {
  margin-bottom: 30px;
}
#collagen .collagen-about-content-title h2 {
  display: block;
  padding: 1rem 0;
  border: 1px solid;
  font-size: 24px;
  line-height: 1.4;
  /* color: #40220f; */
  text-align: center;
}
#collagen .collagen-about-content-title h2 span
 {
  font-size: 18px;
}
#collagen .about-package-image {
  position: relative;
  padding: 0 4rem;
}
#collagen .about-package-image .icon-new {
  width: 24%;
  top: -4%;
  left: -4%;
  z-index: 1;
}
#collagen .about-image {
  position: relative;
  min-height: auto;
  background-image: url(spl2021_img/collagen-about-img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#collagen .about-image p {
  position: absolute;
  right: 4%;
  bottom: 0%;
}
#collagen .about-image p small {
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.4) 0%);
}
.collagen-effect .num {
  width: 10%;
  max-width: 54px;
}

@media all and (max-width: 1339px) {
  /* #collagen .br-collagen-yurai {
    display: block;
  } */
}
@media all and (min-width: 1337px) {
  #collagen .br-collagen-ippai {
    display: none;
  }
}
@media all and (max-width: 1185px) {
  /* #collagen .br-collagen-yurai {
    display: none;
  } */
}
@media all and (max-width: 991px) {
  #collagen .br-collagen-botsu {
    display: block;
  }
}
@media all and (max-width: 708px) {
  #collagen .br-collagen-botsu {
    display: none;
  }
  /* #collagen .br-collagen-yurai {
    display: block;
  } */
}
/* @media all and (max-width: 670px) {
  #collagen .br-collagen-yurai {
    display: block;
  }
} */
/* @media all and (max-width: 631px) {
  #collagen .br-collagen-yurai {
    display: none;
  }
} */
@media all and (max-width: 576px) {
  #collagen .collagen-about-content-title h2 span {
    font-size: 12px;
  }
	#collagen .about-package-image {
	  padding: 0 1rem;
	}
}
@media all and (max-width: 431px) {
  /* #collagen .br-collagen-yurai {
    display: block;
  } */
}
@media all and (max-width: 373px) {
  /* #collagen .br-collagen-yurai {
    display: none;
  } */
}

/*-- content --*/

.collagen-content-title,
.collagen-content-result {
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
}
.collagen-effect-description h2 span {
  color: #f4524e;
}
/* .collagen-content-title sup {
	font-size: 16px;
    top: -18px;
} */
.collagen-content-title .fs-big {
  font-size: 110%;
}
.collagen-content-title .fs-big small {
  position: relative;
  vertical-align: baseline;
  bottom: 5px;
}

.collagen-content-title,
.collagen-voice-title {
  margin-bottom: 2rem;
}
.collagen-content-result {
  margin-top: 2rem;
  padding-top: 60px;
}
.collagen-content-result.arrow {
  position: relative;
}
.collagen-content-result.arrow::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 80px solid transparent;
  border-top: 40px solid #40220f;
  border-bottom-width: 0;
}
.collagen-effect {
  /* margin: 60px 0; */
  margin: 60px 0 0 0;
}
.collagen-effect h3 {
  margin: 1rem 0 0;
  padding: 0;
  background-color: transparent !important;
  font-size: 22px;
  font-weight: normal;
  color: #40220f;
  line-height: 1.8;
}
.collagen-effect h3 small {
  font-size: 14px;
}
.collagen-effect-list .package {
  width: 50%;
}
.collagen-content-comment {
  font-size: 18px;
}
.collagen-content-comment:before,
.collagen-content-comment:after {
  position: relative;
  display: inline-block;
  content: '';
  background-color: #40220f;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
.collagen-content-comment:before {
  transform: rotate(-35deg);
}
.collagen-content-comment:after {
  transform: rotate(35deg);
}
.collagen-content-img {
  position: relative;
  margin: 0 1rem;
  border-radius: 50%;
  overflow: hidden;
}
.collagen-content-img img {
  width: 100%;
}
.dialogue {
  width: 200px;
  padding: 2rem 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  background-color: #ffebcd;
  border-radius: 50%;
  z-index: 1;
}
.dialogue:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 64%;
  top: 72%;
  border-right: 22px solid #ffebcd;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  transform: rotate( 110deg);
}
.dialogue-1 {
  top: -8%;
  left: -8%;
  transform: rotate(10deg);
}
.dialogue-2 {
  top: 28%;
  left: -24%;
}
.dialogue-3 {
  left: -8%;
  bottom: 0;
  transform: rotate(-10deg);
}
.c-arrow-label {
  margin: auto;
  width: 100%;
  max-width: 270px;
}
.c-arrow-label__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  width: calc(100% - 40px);
  height: 80px;
  background-color: #40220f;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
.c-arrow-label__item:before {
  content: '';
  position: absolute;
  top: -16px;
  right: -40px;
  border-top: solid 56px transparent;
  border-bottom: solid 56px transparent;
  border-left: solid 40px #40220f;
}
@media all and (max-width: 1399px) {
  .collagen-content-title,
  .collagen-content-result {
    font-size: 34px;
  }
}
@media all and (max-width: 1200px) {
  .collagen-content-title,
  .collagen-content-result {
    font-size: 32px;
  }
}
@media all and (max-width: 991px) {
  .collagen-effect-img {
    max-width: 80%;
  }
  .collagen-content-title,
  .collagen-voice-title {
    margin-bottom: 0.5rem;
  }
}
@media all and (max-width: 576px) {
  .collagen-content-title .fs-big small {
    bottom: 2px;
  }
}

/*-- product --*/

#collagen .product-img {
  padding-top: 56px;
}
#collagen-product-1 .gaba-special .comment,
#collagen-product-2 .gaba-special .comment {
  width: 80%;
}
#collagen-product-1 .gaba-special p,
#collagen-product-2 .gaba-special p {
  margin-top: 1rem;
  font-size: 12px;
  line-height: 1.4;
}
#collagen-product-1 .teiki-box,
#collagen-product-2 .teiki-box {
  margin-top: 40px;
}

#collagen-product-1 .product-img-package img {
  margin-left: -8%;
}

/*-- what --*/

.collagen-what .what-area {
  position: relative;
  padding: 40px 60px;
  background: url(images_2021/paper-yl.png);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.collagen-what h2 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
.collagen-what h2 span {
  color: #ff6600;
  background: linear-gradient(transparent 50%, #efe300 50%);
}
.collagen-what p {
	font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  line-height: 1.6em;
}

@media all and (max-width: 1200px) {
  .collagen-what .what-area {
    background-size: 50%;
  }
}

@media all and (max-width: 991px) {
  #collagen .product-img {
    padding-top: 0px;
  }
  .collagen-what .what-area {
    background-size: 80%;
  }
  .collagen-what {
  margin: 50px 0;
  }
}

@media all and (max-width: 576px) {
  .collagen-what .what-area {
    background-size: 90%;
  }
  .collagen-what h2 {
    font-size: 26px;
    text-align: center;
    line-height: 1.6;
  }
  .collagen-what p {
    font-size: 18px;
    line-height: 1.4;
  }
  .collagen-what .what-area {
    padding: 20px;
  }
	.collagen-what .what-padding {
		padding-right: 10px;
	  padding-left: 10px;
	}
	.collagen-content-title sup {
		font-size: 12px;
		top: -10px;
	}
}

@media all and (max-width: 320px) {
  .br-collagen-toha {
    display: block;
  }
}

/*-- voice --*/

.collagen-content-img-area {
  position: relative;
}
.collagen-component-title img {
  height: 18px;
}
.component-list.collagen li {
  display: block;
  margin-right: 0;
  font-weight: bold;
}

.component-list li span.caffeineless {
  background-color: #ffb391 !important;
  color: #40220f !important;
  border-radius: 50px;
  font-size: 20px;
}
.collagen-voice {
  margin: 80px 0;
}
.collagen-voice .voice-area {
  position: relative;
  padding: 40px 60px;
  background: url(images_2021/wood-wh.png);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.collagen-voice .voice-table {
  font-size: 22px;
}
.collagen-cup {
  top: -20px;
  left: 40px;
  width: 240px;
}
.balloon-left {
	position: relative;
	display: inline-block;
  margin: 1rem 0 3rem;
	width: 100%;
	background-color: #99cf16;
	border-radius: 60px;
	color: #fff;
	line-height: 60px !important;
	text-align: center;
}
.balloon-left:before {
	content: '';
	position: absolute;
	bottom: -22px;
  left: 20px;
	display: block;
	margin-left: 0;
	width: 20px;
	height: 20px;
	background-color: #99cf16;
	border-radius: 50%;
}
.balloon-left:after {
	content: '';
	position: absolute;
	bottom: -33px;
  left: 32px;
	display: block;
	margin-left: 0;
	width: 10px;
	height: 10px;
	background-color: #99cf16;
	border-radius: 50%;
}

/*-- 1200px --*/

@media all and (max-width: 1200px) {
  #collagen .collagen-about-content {
    padding: 0 30px;
  }
  .c-arrow-label__item {
    font-size: 18px;
  }
}

/*-- 992px --*/

@media all and (max-width: 992px) {
  #collagen-about {
    margin-bottom: 40px;
  }
  #collagen .collagen-about-content {
    margin: auto;
    margin-top: 30px;
  }
  .collagen-effect-list .package {
    width: 30%;
  }
  .collagen-content-img {
    margin: auto;
    width: 50%;
  }
  .collagen-content-img-area {
    margin: 0 0 0 35%;
    width: 50%;
  }
  .collagen-content-img-area .collagen-content-img {
    width: auto;
  }
  .dialogue-1 {
    left: -24%;
  }
  .dialogue-2 {
    left: -48%;
  }
  .dialogue-3 {
    left: -24%;
  }
  .c-arrow-label__item {
    margin: auto;
    margin-bottom: 40px;
    width: 184px;
    height: 64px;
  }
  .c-arrow-label__item:before {
    display: none;
  }
  .c-arrow-label__item:after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border: 120px solid transparent;
    border-top: 40px solid #40220f;
    border-bottom-width: 0;
  }
  .collagen-cup {
    top: -4%;
    left: 4%;
    width: 28%;
  }
}

/*-- 991px --*/

@media all and (max-width: 991px) {
  #collagen-about .ill-collagen-about-msg {
    top: 10px;
    left: 10px;
    width: 80%;
  }
  #collagen-about .ill-collagen-date {
    width: 20%;
  }
  #collagen .about-image {
    background-image: none;
  }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  #collagen {
    padding: 0 0 1px;
  }
  #collagen .collagen-about-content-title {
    margin-bottom: 10px;
  }
  #collagen .collagen-about-content-title h2 {
    font-size: 16px;
  }
  #collagen .collagen-about-content-title h2 span {
    font-size: 12px;
  }
  #collagen .collagen-about-content {
    /* margin-top: 40px; */
    padding: 0 15px;
  }
  .component-list li span.caffeineless {
    font-size: 17px;
  }

  /* #collagen .about-package-image {
    padding: 0 1rem;
  } */
  .collagen-effect {
    /* margin: -30px 0; */
  }
  .dialogue {
    width: 144px;
    padding: 1rem 0;
    font-size: 14px;
  }
  .dialogue-1 {
    left: -32%;
  }
  .dialogue-2 {
    left: -56%;
  }
  .dialogue-3 {
    left: -32%;
  }
  .dialogue:after {
    border-right: 11px solid #ffebcd;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
  }
  .collagen-content-title,
  .collagen-content-result {
    font-size: 22px;
  }
  .collagen-voice-title {
    font-size: 22px;
  }
  .collagen-content-result {
    margin-top: 2rem;
    padding-top: 30px;
  }
  .collagen-voice {
    margin: 60px 0;
  }
  .collagen-voice .voice-area {
    padding: 30px 10px;
  }
  .collagen-voice .voice-table {
    font-size: 18px;
  }
  .collagen-effect h3 {
    font-size: 16px;
  }
  .collagen-effect h3 small {
    font-size: 12px;
  }
  .collagen-content-result.arrow::before {
    border: 40px solid transparent;
    border-top: 20px solid #40220f;
  }
}

/*-- 320px --*/

@media all and (max-width: 320px) {
  .dialogue {
    width: 120px;
    font-size: 12px;
  }
}


/* /////////////////////////////////////////////////////////////////////
//  product
/////////////////////////////////////////////////////////////////////*/

.product-area {
  margin-bottom: 80px;
}
.product-box {
  position: relative;
  margin: auto;
  margin-bottom: 40px;
  padding: 40px;
  width: inherit;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.product-img,.product-desc {
  padding: 0 1rem;
}
.product-img .amount {
  line-height: 1.4;
}
.product-img .package {
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}
/*
.ichou-package {
  padding-top: 24%;
}
*/
.product-img .naiyouryou {
  text-align: right;
}

.product-desc h4.heading {
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
}
.limited-msg .limited-ribbon {
  margin-bottom: 1rem;
  padding: 1.5rem 0 1.8rem;
  background-color: #eda018;
  font-weight: bold;
  color: #fff;
}
.limited-msg .free-ribbon {
  padding: 1.5rem 0 1.8rem;
  background-color: #de1270;
  font-weight: bold;
  color: #fff;
}
.limited-msg .mame-ribbon {
  padding: 1.2rem 0 1.5rem;
  border: 3px solid #de1270;
  background-color: #fff;
  font-weight: bold;
  color: #de1270;
}
.limited-msg .off-ribbon {
  padding: 1.5rem 0 1.8rem;
  background-color: #eda018;
  font-weight: bold;
  color: #fff;
}
.limited-msg .limited-ribbon p,
.limited-msg .free-ribbon p,
.limited-msg .mame-ribbon p,
.limited-msg .off-ribbon p {
  font-size: 22px;
}
.product-desc .name-area {
  position: relative;
}
.product-desc .name-area .icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  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 .icon {
  width: 96px;
}
.product-desc h3.name {
  margin-bottom: 1rem;
  padding: 0;
  background-color: transparent !important;
  font-size: 30px;
  font-weight: bold;
  color: #40220f;
  line-height: 1.2;
}
.product-desc h3.name span {
  padding-right: 1rem;
  font-size: 75%;
}
.product-desc .lead {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 2;
}
.product-desc .inner {
  margin-bottom: 20px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #c9c9c9;
}
.product-desc .inner:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.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;
}

/*-- 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-color: #99cf16;
  border: 2px solid #99cf16;
  border-radius: 64px;
  font-size: 21px;
  color: #fff;
  text-align: center;
  line-height: 64px;
  transition: all 0.2s ease-out;
}
.product-box.teiki .crt_btn {
  background-color: #ec7980;
  border: 2px solid #ec7980;
}
.crt_btn i {
  position: absolute;
  right: 15px;
  line-height: 60px;
}
.crt_btn:hover {
  background-color: #fff;
  border: 2px solid #99cf16;
  color: #99cf16;
}
.product-box.teiki .crt_btn:hover {
  background-color: #fff;
  border: 2px solid #ec7980;
  color: #ec7980;
}

/*-- 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;
  font-size: 21px;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid;
  border-radius: 50px;
}
.price span.price-ttl {
  position: relative;
  bottom: -1px;
  padding: 0 0.25rem;
  font-size: 29px;
  font-weight: bold;
}
.price span.num,
.price-area span.num {
  position: relative;
  bottom: -1px;
  margin-right: 2rem;
  font-size: 29px;
  font-weight: bold;
}
.price b {
  position: relative;
  bottom: -10px;
  font-family: "Arial";
  padding: 0 0.05em;
  font-size: 62px;
}
.price span.unit {
  position: relative;
  bottom: -1px;
  font-size: 37px;
  font-weight: bold;
}

/*-- trial --*/

.balloon-trial {
  position: absolute;
  top: -28px;
  right: -10px;
	width: auto;
	min-width: 240px;
	background-color: #f20300;
  border-radius: 20px;
  font-size: 24px;
	color: #fff;
  line-height: 90px;
	text-align: center;
}
.balloon-trial:after {
	content: '';
	position: absolute;
	bottom: -8px;
  left: 50%;
	margin-left: -8px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #f20300 transparent transparent transparent;
}

/*-- 1199px --*/

@media all and (max-width: 1199px) {
  .price-area span.point {
    font-size: 17px;
  }
}

/*-- 992px --*/

@media all and (max-width: 992px) {
  .product-desc {
    margin-top: 20px;
  }
}

/*-- 991px --*/

@media all and (max-width: 991px) {
  .price-area span.point {
    font-size: 21px;
  }
}

/*-- 767px --*/

@media all and (max-width: 767px) {
  .balloon-trial {
    top: -20px;
    right: 10px;
    padding-top: 20px;
    min-width: 96px;
    height: 96px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 1.4;
  }
  .balloon-trial:after {
    bottom: -6px;
  }
  .price-area span.point {
    font-size: 20px;
  }
}

/*-- 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 {
    position: relative;
    margin-bottom: 1rem;
  }
  .product-desc .name-area .icon-list .icon {
    width: 64px;
  }
  .limited-msg .limited-ribbon p,
  .limited-msg .free-ribbon p,
  .limited-msg .mame-ribbon p,
  .limited-msg .off-ribbon p {
    font-size: 15px;
  }
  .note-area p {
    font-size: 12px;
  }
  .crt_btn {
    border-radius: 60px;
    font-size: 18px;
    line-height: 60px;
  }
  .crt_btn i {
    right: 10px;
    line-height: 56px;
  }
  .price-area {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .price-area span.point {
    margin-right: 0;
    font-size: 18px;
  }
  .price span.price-ttl {
    padding: 0 0.5rem;
    font-size: 27px;
  }
  .price-area span.num {
    margin-right: 1rem;
    font-size: 27px;
  }
  .price b {
    font-size: 50px;
  }
  .price span.unit {
    font-size: 30px;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Banner
/////////////////////////////////////////////////////////////////////*/

#banner-about {
  position: relative;
}
#banner-about .ill-banner-msg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 520px;
  text-align: center;
  z-index: 3;
}
#banner .about-content {
  position: relative;
  right: -40px;
  margin: 0 0 0 auto;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(245, 245, 220, 1) 5px, rgba(245, 245, 220, 1) 10px );
}
#banner .about-content .bg-natural-about {
  top: -120px;
  left: -160px;
  z-index: -1;
}
#banner .about-content .bg-wakan-about {
  left: -280px;
  bottom: -280px;
  z-index: -1;
}
#banner .about-content h1 {
  margin-bottom: 0;
}
#banner .about-content h1 img {
  padding-bottom: 0;
  width: 400px;
}

/*-- carousel --*/

.carousel {
  z-index: -1;
}
.carousel-item {
  position: relative;
  height: 100%;
  min-height: 600px;
}
.carousel-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  max-width: inherit;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

/*-- 992px --*/

@media all and (max-width: 992px) {
  #banner-about .ill-banner-msg {
    bottom: -20px;
  }
  #banner .about-content {
    right: 0;
    text-align: center;
  }
  #banner .about-content .bg-wakan-about {
    left: -240px;
    bottom: -240px;
    z-index: 1;
  }
  #banner .about-content h1 img {
    margin: auto;
  }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  .product-area {
    margin-bottom: 0;
  }
  #banner-about .ill-banner-msg {
    max-width: 64%;
  }
  #banner .about-content .bg-wakan-about {
    width: 160px;
    left: -120px;
    bottom: -120px;
    z-index: 1;
  }
  #banner .about-content h1 img {
    width: 70%;
  }
  .carousel-item {
    min-height: auto;
  }
  .carousel-item img {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: none;
    transform: none;
    -webkit-transform: none;
  }
  .product-desc h4.heading {
    font-size: 18px;
  }
  .product-desc h3.name {
    font-size: 24px;
  }
  .product-desc .lead {
    font-size: 14px;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Nav
/////////////////////////////////////////////////////////////////////*/

#nav {
  margin-bottom: 30px;
}
#nav .nav-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1400px;
}
#nav h2 {
  padding-bottom: 2rem;
  margin: auto;
  width: 400px;
}
#nav nav ul,
#nav nav ul li a {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  list-style: none;
}
#nav nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#nav nav ul li {
  padding: 0 1%;
  width: calc(100% / 7);
  max-width: 150px;
  position: relative;
}
#nav nav ul li a {
  width: 100%;
  height: 100%;
  padding: 5% 5% 10% 5%;
  display: inline-block;
  position: relative;
  text-align: center;
}
#nav nav ul li a .icon-new {
  width: 16%;
  top: -4%;
  left: -4%;
  z-index: 1;
}
#nav nav ul li a:hover {
  -webkit-box-shadow: 0 15px 35px rgb(0 0 0 / 10%);
  box-shadow: 0 15px 35px rgb(0 0 0 / 10%);
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
  color: unset;
}
#nav nav ul li a:hover img {
  opacity: unset;
}
#nav nav ul li.collagen a {
  background-color: #ffefeb;
}
#nav nav ul li.gluco a {
  background-color: #ffffe6;
}
#nav nav ul li.bellirica a {
  background-color: #fff2d9;
}
#nav nav ul li.ichou a {
  background-color: #FFFAF0;
}
#nav nav ul li.gaba a {
  background-color: #dde9f2;
}
#nav nav ul li.supplement a {
  background-color: #eaf7f9;
}
#nav nav ul li.wakan a {
  background-color: #faebec;
}
#nav nav ul li.natural a {
  background-color: #fef7ee;
}
#nav nav ul li .nav-img {
  width: auto;
  height: 80px;
  margin: auto;
}
#nav nav ul li .nav-img>img {
  height: 100%;
}
#nav nav ul li a:after {
  content: "";
  width: 10px;
  border-top: 6px solid #40220f;
  border-bottom: 4px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#nav nav ul li .nav-name .name {
  height: 5rem;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
#nav nav ul li .nav-name .nav-ribbon {
  padding: 0.2rem;
  /* background-color: #fff462; */
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #7b5034;
  color: #7b5034;
}
.nav-new {
  width: 35%;
  position: absolute;
  top: -10px;
  left: 0;
}

/*-- 1200px --*/

@media all and (max-width: 1200px) {

}

/*-- 992px --*/

@media all and (max-width: 992px) {
  #nav nav ul {
    width: 100%;
    margin: auto;
  }
  #nav nav ul li {
    padding: 0 0.5%;
    min-width: 110px;
    margin-bottom: 5px;
  }
  #nav nav ul li a {
    padding: 4% 2% 12% 2%;
  }
  #nav nav ul li .nav-name .name {
    height: 4rem;
    font-size: 16px;
  }
  #nav nav ul li .nav-name .nav-ribbon {
    font-size: 12px;
  }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  #nav nav ul {
    width: 100%;
  }
  #nav nav ul li {
    min-width: 120px;
  }
  #nav nav ul li .nav-img {
    height: 50px;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  gluco
/////////////////////////////////////////////////////////////////////*/

#gluco {
  padding: 60px 0 60px 0;
  background-color: #ffffe6;
}

/*-- about --*/

#gluco-about {
  position: relative;
}
#gluco-about .ill-gluco-about-msg {
  width: 35%;
  top: 4%;
  left: 8%;
  z-index: 1;
}
#gluco-about .ill-gluco-date {
  width: 12%;
  bottom: 5%;
  left: 5%;
  z-index: 2;
}
#gluco .gluco-about-content {
  padding: 0 60px;
  max-width: 800px;
}
#gluco .gluco-about-content-title {
  margin-bottom: 30px;
}
#gluco .gluco-about-content-title h2 {
  display: block;
  padding: 1rem 0;
  border: 1px solid;
  font-size: 24px;
  line-height: 1.4;
  color: #40220f;
  text-align: center;
}
#gluco .gluco-about-content-title h2 span
 {
  font-size: 18px;
}
#gluco .about-package-image {
  position: relative;
  padding: 0 4rem;
}
#gluco .about-package-image .icon-new {
  width: 24%;
  top: -4%;
  left: -4%;
  z-index: 1;
}
#gluco .about-image {
  position: relative;
  min-height: auto;
  background-image: url(spl2021_img/gluco-about-img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#gluco .about-image p {
  position: absolute;
  right: 4%;
  bottom: 4%;
}
#gluco .about-image p small {
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.4) 0%);
}

/*-- content --*/

.gluco-content-title,
.gluco-content-result {
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  padding: 0 15% 0;
}
.gluco-effect-description {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gluco-effect-description h2 span {
  color: #d30012;
}
.gluco-voice-title {
  font-size: 43px;
  line-height: 1.4;
  font-weight: bold;
}
.gluco-content-title,
.gluco-voice-title {
  margin-bottom: 1rem;
}
.gluco-content-result {
  margin-top: 2rem;
  padding-top: 60px;
}
.gluco-content-result.arrow {
  position: relative;
}
.gluco-content-result.arrow::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 80px solid transparent;
  border-top: 40px solid #40220f;
  border-bottom-width: 0;
}
.gluco-effect {
  margin: 60px 0;
}
.gluco-effect h3 {
  margin: 1rem 0 0;
  padding: 0;
  background-color: transparent !important;
  font-size: 22px;
  font-weight: normal;
  color: #40220f;
  line-height: 1.8;
}
.gluco-effect h3 small {
  font-size: 14px;
}
.ill-gluco-number {
  width: 13%;
  left: 2%;
  top: 1%;
}
.gluco-effect-img {
  width: 70%;
  margin-top: auto;
}

@media all and (max-width: 1399px) {
  .br-gluco-hadano {
    display: none;
  }
}
@media all and (max-width: 1269px) {
  .br-gluco-asetyl {
    display: block;
  }
}
@media all and (min-width: 1270px) {
  .br-gluco-asetyl {
    display: none;
  }
}


/*-- product --*/

#gluco .product-img {
  padding-top: 56px;
}
#gluco-product-1 .gaba-special .comment,
#gluco-product-2 .gaba-special .comment {
  width: 80%;
}
#gluco-product-1 .gaba-special p,
#gluco-product-2 .gaba-special p {
  margin-top: 1rem;
  font-size: 12px;
  line-height: 1.4;
}
#gluco-product-1 .teiki-box,
#gluco-product-2 .teiki-box {
  margin-top: 40px;
}
#gluco-product-1 .product-img-package img {
  margin-left: -8%;
}

/*-- what --*/

.what-area {
  margin-bottom: 60px;
}
.what-contents {
  background-color: white;
  border-radius: 0 0 20px 20px;
}
.gluco-what .what-area {
  position: relative;
  padding: 1%;
  background-color: #ffeb00;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.gluco-what .what-area h2 {
  line-height: 1.2;
}
.gluco-what h2 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
.gluco-what h2 span {
  color: #d30012;
}
.gluco-what p {
  font-size: 24px;
  line-height: 1.6em;
  /* font-weight: bold; */
}
.gluco-what-img {
  background-image: url(spl2021_img/gluco-what-img.png);
  background-position: right 5% center;
  background-repeat: no-repeat, no-repeat;
  padding: 0 3%;
}

/*-- voice --*/

.gluco-content-img-area {
  position: relative;
}
.gluco-component-title img {
  height: 18px;
}
.component-list.gluco li {
  display: block;
  margin-right: 0;
  font-weight: bold;
}
.component-list.gluco li span {
  background-color: #ffeb00;
  color: #40220f;
}

.gluco-voice {
  margin: 80px 0;
}
.gluco-voice .voice-area {
  position: relative;
  padding: 40px 60px;
  background: url(spl2021_img/wood-wh.png);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.gluco-voice .voice-table {
  font-size: 22px;
}
.gluco-voice-img1 {
  top: -7%;
  left: 3%;
  width: 21%;
}
.gluco-voice-img2 {
  top: -7%;
  right: 3%;
  width: 21%;
}
.gluco-voice-bg {
  /* border-radius: 30px; */
  /* background-color: rgba(255,255,255,0.9); */
  padding: 5% 3% 2%;
}
.gluco-voice-balloon p {
  position: relative;
  padding: 3rem;
  border-radius: 20px;
  background-color: white;
  font-size: 2.2rem;
  /* font-weight: bold; */
  line-height: 1.4em;
  filter:drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
}
.gluco-voice-balloon p:before,
.gluco-voice-balloon p:after {
    position: absolute;
    /* top: 100%; */
    left: 30px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}
.gluco-voice-balloon p:before {
    top: 100%;
    margin-left: -10px;
    border-color: transparent;
    border-width: 10px;
}
.gluco-voice-balloon p:after {
    top: 99%;
    margin-left: 15px;
    border-color: transparent;
    border-top-color: white;
    border-right-color: white;
    border-width: 15px;
}

/*-- recommend --*/

.gluco-recommend {
  margin: 80px 0;
}
.gluco-recommend .recommend-area {
  display: flex;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  border-radius: 4px
}
.gluco-recommend-description {
  width: 70%;
  padding: 5% 5%;
  border-radius: 0 4px 4px 0;
}
.gluco-recommend-description-title {
  text-align: center;
  padding-bottom: 2rem;
}
.gluco-recommend-img {
  width: 30%;
  overflow: hidden;
}
.gluco-recommend-img {
  background-image: url(spl2021_img/gluco-recommend-img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 4px 0 0 4px;
}
.gluco-recommend-img img {
  display: none;
}
.gluco-recommend-description ul {
	list-style: none;
}
.gluco-recommend-description ul li {
	padding-left: 5rem;
  font-size: 3.2rem;
  font-weight: bold;
	line-height: 5rem;
	background: url(spl2021_img/gluco-recommend-check.png) left 0px top 3px no-repeat;
	background-size: 4rem auto;
}
.gluco-recommend-description ul li span {
  color: #d30012;
}

/*-- 1200px --*/

@media all and (max-width: 1200px) {
  #gluco .gluco-about-content {
    padding: 0 30px;
  }
  .gluco-what .what-area {
    background-size: 50%;
  }
  .gluco-what-img {
    background-image: url(spl2021_img/gluco-what-img-transparent.png);
    background-position: right 13% center;
    background-size: 78%;
    background-repeat: no-repeat, no-repeat;
    padding: 0 3%;
  }
  .gluco-voice-balloon p {
    font-size: 2.6rem;
  }
}

/*-- 992px --*/

@media all and (max-width: 992px) {
  #gluco-about {
    margin-bottom: 40px;
  }
  #gluco .gluco-about-content {
    margin: auto;
    margin-top: 30px;
  }
}

/*-- 991px --*/

@media all and (max-width: 991px) {
  #gluco {
    padding: 60px 0 30px 0;
  }
  #gluco-about .ill-gluco-about-msg {
    top: 10px;
    left: 10px;
    width: 72%;
  }
  #gluco-about .ill-gluco-date {
    top: 24%;
    left: 5%;
    width: 20%;
  }
  .gluco-effect {
    margin: 60px 0 0 0;
  }
  .gluco-effect-img {
    max-width: 80%;
  }
  .gluco-content-title {
    margin-bottom: 0.5rem;
  }
  .gluco-what .what-area {
    background-size: 80%;
  }
  .gluco-what {
  margin: 3rem 0 5rem 0;
  }
  .gluco-what p {
    font-size: 28px;
    line-height: 1.4;
  }
  .gluco-voice-title {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .gluco-voice-title {
    font-size: 39px;
  }
  .gluco-voice-bg {
    padding: 3% 0%;
    border-radius: 15px;
  }
  .gluco-voice-img1 {
    top: -5%;
    left: 1%;
    width: 24%;
  }
  .gluco-voice-img2 {
    top: -5%;
    right: 1%;
    width: 24%;
  }
  .gluco-effect-description{
    padding-bottom: 3rem;
  }
}

/*-- 767px --*/

@media all and (max-width: 767px) {
  .gluco-voice-title {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
  .gluco-what h2 {
    font-size: 36px;
  }
  .gluco-what p {
    font-size: 24px;
    line-height: 1.4;
  }
  .gluco-voice-img1 {
    top: -7%;
    left: 4%;
    width: 26%;
  }
  .gluco-voice-img2 {
    top: -7%;
    right: 4%;
    width: 26%;
  }
  .gluco-recommend .recommend-area {
    display: block;
  }
  .gluco-recommend-img {
    height: 300px;
    width: 100%;
    overflow: hidden;
  }
  .gluco-recommend-img {
    background-image: url(spl2021_img/gluco-recommend-img.jpg);
    background-position: 0 32%;
    border-radius: 4px 4px 0 0;
  }
  .gluco-recommend-description {
    width: 100%;
    padding: 6%;
  }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  #gluco {
    padding: 0 0 1px;
  }
  #gluco .gluco-about-content-title {
    margin-bottom: 20px;
  }
  #gluco .gluco-about-content-title h2 {
    font-size: 16px;
  }
  #gluco .gluco-about-content-title h2 span {
    font-size: 12px;
  }
  #gluco .gluco-about-content {
    /* margin-top: 40px; */
    padding: 0 15px;
  }
  #gluco .about-image {
    background-image: none;
  }
  #gluco .about-package-image {
    padding: 0 1rem;
  }
  .gluco-content-title,
  .gluco-content-result {
    font-size: 22px;
  }
  .gluco-voice-title {
    font-size: 30px;
  }
  .gluco-content-result {
    margin-top: 2rem;
    padding-top: 30px;
  }
  .gluco-what .what-area {
    background-size: 90%;
  }
  .gluco-what h2 {
    font-size: 26px;
    text-align: center;
    line-height: 1.6;
  }
  .gluco-what p {
    font-size: 18px;
    line-height: 1.4;
  }
  .gluco-what .what-area {
    /* padding: 20px; */
  }
  .gluco-voice {
    margin: 60px 0;
  }
  .gluco-voice .voice-area {
    padding: 30px 30px 45px;
  }
  .gluco-voice .voice-table {
    font-size: 18px;
  }
  .gluco-voice-balloon p {
    font-size: 1.8rem;
  }
  .gluco-voice-img1 {
    top: -6%;
    left: 0%;
    width: 26%;
  }
  .gluco-voice-img2 {
    top: -6%;
    right: 0%;
    width: 26%;
  }
  .gluco-effect h3 {
    font-size: 16px;
  }
  .gluco-effect h3 small {
    font-size: 12px;
  }
  .gluco-content-result.arrow::before {
    border: 40px solid transparent;
    border-top: 20px solid #40220f;
  }
  #gluco-about .ill-gluco-date {
    top: 18%;
  }
  .ill-gluco-number {
    width: 9%;
    left: 5%;
    top: 0%;
  }
  .gluco-recommend {
    margin: 40px 0;
  }
  #gluco-product-2 .teiki-box {
    margin: 40px 0;
  }
  .gluco-recommend-description-title {
    text-align: center;
    padding-top: 0rem;
    padding-bottom: 1rem;
    width: 90%;
    margin: 0 auto;
  }
  .gluco-recommend-description ul li {
    padding-left: 4rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 3rem;
    background: url(spl2021_img/gluco-recommend-check.png) left 0px top 0px no-repeat;
    background-size: 3rem auto;
  }
}

/*-- 320px --*/

@media all and (max-width: 320px) {
  .gluco-what h2 {
    font-size: 24px;
  }
  .gluco-voice-img1 {
    top: -6%;
    left: 0%;
    width: 36%;
  }
  .gluco-voice-img2 {
    top: -6%;
    right: 0%;
    width: 36%;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Bellirica
/////////////////////////////////////////////////////////////////////*/

#bellirica {
  padding: 60px 0 60px 0;
  background-color: #fff2d9;
}

/*-- about --*/

#bellirica-about {
  position: relative;
}
#bellirica-about .ill-bellirica-about-msg {
  width: 35%;
  top: 4%;
  left: 8%;
  z-index: 1;
}
#bellirica-about .ill-bellirica-date {
  width: 12%;
  bottom: 5%;
  left: 5%;
  z-index: 2;
}
#bellirica .bellirica-about-content {
  padding: 0 60px;
  max-width: 800px;
}
#bellirica .bellirica-about-content-title {
  margin-bottom: 30px;
}
#bellirica .bellirica-about-content-title h2 {
  display: block;
  padding: 1rem 0;
  border: 1px solid;
  font-size: 24px;
  line-height: 1.4;
  color: #40220f;
  text-align: center;
}
#bellirica .bellirica-about-content-title h2 span
 {
  font-size: 18px;
}
#bellirica .about-package-image {
  position: relative;
  padding: 0 4rem;
}
#bellirica .about-package-image .icon-new {
  width: 24%;
  top: -4%;
  left: -4%;
  z-index: 1;
}
#bellirica .about-image {
  position: relative;
  min-height: auto;
  background-image: url(spl2021_img/bellirica-about-img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#bellirica .about-image p {
  position: absolute;
  right: 4%;
  bottom: 4%;
}
#bellirica .about-image p small {
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.4) 0%);
}

#bellirica .br-bellirica-yurai {
  display: none;
}
@media all and (max-width: 1339px) {
  #bellirica .br-bellirica-yurai {
    display: block;
  }
}
@media all and (min-width: 1337px) {
  #bellirica .br-bellirica-ippai {
    display: none;
  }
}
@media all and (max-width: 1185px) {
  #bellirica .br-bellirica-yurai {
    display: none;
  }
}
@media all and (max-width: 991px) {
  #bellirica .br-bellirica-botsu {
    display: block;
  }
}
@media all and (max-width: 708px) {
  #bellirica .br-bellirica-botsu {
    display: none;
  }
  #bellirica .br-bellirica-yurai {
    display: block;
  }
}
@media all and (max-width: 670px) {
  #bellirica .br-bellirica-yurai {
    display: block;
  }
}
@media all and (max-width: 631px) {
  #bellirica .br-bellirica-yurai {
    display: none;
  }
}
@media all and (max-width: 576px) {
  #bellirica .bellirica-about-content-title h2 span {
    font-size: 12px;
  }
}
@media all and (max-width: 431px) {
  #bellirica .br-bellirica-yurai {
    display: block;
  }
}
@media all and (max-width: 373px) {
  #bellirica .br-bellirica-yurai {
    display: none;
  }
}

/*-- content --*/

.bellirica-content-title,
.bellirica-content-result {
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
}
.bellirica-effect-description h2 span {
  color: #ff6600;
}
.bellirica-voice-title {
  font-size: 43px;
  line-height: 1.4;
  font-weight: bold;
}
.bellirica-content-title,
.bellirica-voice-title {
  margin-bottom: 4rem;
}
.bellirica-content-result {
  margin-top: 2rem;
  padding-top: 60px;
}
.bellirica-content-result.arrow {
  position: relative;
}
.bellirica-content-result.arrow::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 80px solid transparent;
  border-top: 40px solid #40220f;
  border-bottom-width: 0;
}
.bellirica-effect {
  margin: 60px 0;
}
.bellirica-effect h3 {
  margin: 1rem 0 0;
  padding: 0;
  background-color: transparent !important;
  font-size: 22px;
  font-weight: normal;
  color: #40220f;
  line-height: 1.8;
}
.bellirica-effect h3 small {
  font-size: 14px;
}

/*-- product --*/

#bellirica .product-img {
  padding-top: 56px;
}
#bellirica-product-1 .gaba-special .comment,
#bellirica-product-2 .gaba-special .comment {
  width: 80%;
}
#bellirica-product-1 .gaba-special p,
#bellirica-product-2 .gaba-special p {
  margin-top: 1rem;
  font-size: 12px;
  line-height: 1.4;
}
#bellirica-product-1 .teiki-box,
#bellirica-product-2 .teiki-box {
  margin-top: 40px;
}
#bellirica-product-1 .product-img-package img {
  margin-left: -8%;
}

/*-- what --*/

.what-area {
  margin-bottom: 60px;
}
.bellirica-what .what-area {
  position: relative;
  padding: 40px 60px;
  background: url(spl2021_img/paper-yl.png);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.bellirica-what h2 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
.bellirica-what h2 span {
  color: #ff6600;
  background: linear-gradient(transparent 50%, #efe300 50%);
}
.bellirica-what p {
  font-size: 24px;
  line-height: 1.6em;
}

/*-- voice --*/

.bellirica-content-img-area {
  position: relative;
}
.bellirica-component-title img {
  height: 18px;
}
.component-list.bellirica li {
  display: block;
  margin-right: 0;
  font-weight: bold;
}
.component-list.bellirica li span {
  background-color: #ff6600;
  color: #fff;
}

.bellirica-voice {
  margin: 80px 0;
}
.bellirica-voice .voice-area {
  position: relative;
  padding: 40px 60px;
  background: url(spl2021_img/wood-wh.png);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.bellirica-voice .voice-table {
  font-size: 22px;
}
.bellirica-cup {
  top: -20px;
  left: 40px;
  width: 240px;
}
.bellirica-pasta {
  top: -20px;
  right: 40px;
  width: 240px;
}
.bellirica-voice-bg {
  border-radius: 30px;
  background-color: rgba(255,255,255,0.9);
  padding: 2% 10%;
}
.bellirica-voice-piechart1 {
  padding: 0 5%;
}
.bellirica-voice-piechart2 {
  padding: 0 5%;
}
.voice-footnote {
  bottom: 3%;
  right: 3%;
  font-size: 14px;
}

/*-- 1200px --*/

@media all and (max-width: 1200px) {
  #bellirica .bellirica-about-content {
    padding: 0 30px;
  }
  .bellirica-what .what-area {
    background-size: 50%;
  }
}

/*-- 992px --*/

@media all and (max-width: 992px) {
  #bellirica-about {
    margin-bottom: 40px;
  }
  #bellirica .bellirica-about-content {
    margin: auto;
    margin-top: 30px;
  }
  .bellirica-effect-list .package {
    width: 30%;
  }
  .bellirica-content-img {
    margin: auto;
    width: 50%;
  }
  .bellirica-content-img-area {
    margin: 0 0 0 35%;
    width: 50%;
  }
  .bellirica-content-img-area .bellirica-content-img {
    width: auto;
  }
  .bellirica-cup {
    top: -4%;
    left: 4%;
    width: 28%;
  }
  .bellirica-pasta {
    top: -4%;
    right: 4%;
    width: 28%;
  }
}

/*-- 991px --*/

@media all and (max-width: 991px) {
  #bellirica {
    padding: 60px 0 30px 0;
  }
  #bellirica-about .ill-bellirica-about-msg {
    top: 10px;
    left: 10px;
    width: 64%;
  }
  #bellirica-about .ill-bellirica-date {
    top: 24%;
    left: 5%;
    width: 20%;
  }
  .bellirica-effect-img {
    max-width: 80%;
  }
  .bellirica-content-title {
    margin-bottom: 0.5rem;
  }
  .bellirica-what .what-area {
    background-size: 80%;
  }
  .bellirica-what {
  margin: 50px 0;
  }
  .bellirica-voice-title {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .bellirica-voice-title {
    font-size: 39px;
  }
  .bellirica-voice-bg {
    padding: 5% 10%;
    border-radius: 15px;
  }
  .voice-footnote {
    bottom: 1%;
    right: 5%;
    font-size: 12px;
  }
}

/*-- 767px --*/

@media all and (max-width: 767px) {
  .bellirica-voice-title {
    margin-top: 2rem;
  }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  #bellirica {
    padding: 0 0 1px;
  }
  #bellirica .bellirica-about-content-title {
    margin-bottom: 20px;
  }
  #bellirica .bellirica-about-content-title h2 {
    font-size: 16px;
  }
  #bellirica .bellirica-about-content-title h2 span {
    font-size: 12px;
  }
  #bellirica .bellirica-about-content {
    /* margin-top: 40px; */
    padding: 0 15px;
  }
  #bellirica .about-image {
    background-image: none;
  }
  #bellirica .about-package-image {
    padding: 0 1rem;
  }
  .bellirica-content-title,
  .bellirica-content-result {
    font-size: 22px;
  }
  .bellirica-voice-title {
    font-size: 30px;
  }
  .bellirica-content-result {
    margin-top: 2rem;
    padding-top: 30px;
  }
  .bellirica-what .what-area {
    background-size: 90%;
  }
  .bellirica-what h2 {
    font-size: 26px;
    text-align: center;
    line-height: 1.6;
  }
  .bellirica-what p {
    font-size: 18px;
    line-height: 1.4;
  }
  .bellirica-what .what-area {
    padding: 20px;
  }
  .bellirica-voice {
    margin: 60px 0;
  }
  .bellirica-voice .voice-area {
    padding: 30px 20px;
  }
  .bellirica-voice .voice-table {
    font-size: 18px;
  }
  .bellirica-effect h3 {
    font-size: 16px;
  }
  .bellirica-effect h3 small {
    font-size: 12px;
  }
  .bellirica-content-result.arrow::before {
    border: 40px solid transparent;
    border-top: 20px solid #40220f;
  }
  #bellirica-about .ill-bellirica-date {
    top: 18%;
  }
  #bellirica-product-2 .teiki-box {
    margin: 40px 0;
  }
}

/*-- 320px --*/

@media all and (max-width: 320px) {
  .dialogue {
    width: 120px;
    font-size: 12px;
  }
  .br-bellirica-toha {
    display: block;
  }
}


/* /////////////////////////////////////////////////////////////////////
//  Ichou
/////////////////////////////////////////////////////////////////////*/

#ichou {
  padding: 60px 0;
  background-color: #FFFAF0;
}

/*-- about --*/

#ichou-about {
  position: relative;
}
#ichou-about .ill-ichou-about-msg {
  width: 35%;
  top: 4%;
  left: 8%;
  z-index: 1;
}
#ichou .ichou-about-content {
  padding: 0 60px;
  max-width: 800px;
}
#ichou .ichou-about-content-title {
  margin-bottom: 30px;
}
#ichou .ichou-about-content-title h2 {
  display: block;
  padding: 1rem 0;
  border: 1px solid;
  font-size: 24px;
  line-height: 1.4;
  color: #40220f;
  text-align: center;
}
#ichou .ichou-about-content-title h2 span {
  font-size: 18px;
}
#ichou .about-package-image {
  position: relative;
  padding: 0 4rem;
}
#ichou .about-package-image .icon-new {
  width: 24%;
  top: -4%;
  left: -4%;
  z-index: 1;
}
#ichou .about-image {
  position: relative;
  min-height: auto;
  background-image: url(spl2021_img/ichou-about-img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#ichou .about-image p {
  position: absolute;
  right: 4%;
  bottom: 4%;
}

/*-- content --*/

.ichou-content-title,
.ichou-content-result {
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
}
.ichou-voice-title {
  font-size: 37px;
  line-height: 1.4;
  font-weight: bold;
}
.ichou-content-title,
.ichou-voice-title {
  margin-bottom: 4rem;
}
.ichou-content-result {
  margin-top: 4rem;
  padding-top: 60px;
}
.ichou-content-result.arrow {
  position: relative;
}
.ichou-content-result.arrow::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 80px solid transparent;
  border-top: 40px solid green;
  border-bottom-width: 0;
}
.ichou-effect {
  margin: 80px 0;
}
.ichou-effect h3 {
  margin: 1rem 0 0;
  padding: 0;
  background-color: transparent !important;
  font-size: 22px;
  font-weight: normal;
  color: #40220f;
  line-height: 1.8;
}
.ichou-effect h3 small {
  font-size: 14px;
}
.ichou-effect-list .package {
  width: 50%;
}
.ichou-content-comment {
  font-size: 18px;
}
.ichou-content-comment:before,
.ichou-content-comment:after {
  position: relative;
  display: inline-block;
  content: '';
  background-color: #40220f;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
.ichou-content-comment:before {
  transform: rotate(-35deg);
}
.ichou-content-comment:after {
  transform: rotate(35deg);
}
.ichou-content-img {
  position: relative;
  margin: 0 1rem;
  border-radius: 50%;
  overflow: hidden;
}
.ichou-content-img img {
  width: 100%;
}
.dialogue {
  width: 200px;
  padding: 2rem 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  background-color: #ffebcd;
  border-radius: 50%;
  z-index: 1;
}
.dialogue:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 64%;
  top: 72%;
  border-right: 22px solid #ffebcd;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  transform: rotate( 110deg);
}
.dialogue-1 {
  top: -8%;
  left: -8%;
  transform: rotate(10deg);
}
.dialogue-2 {
  top: 28%;
  left: -24%;
}
.dialogue-3 {
  left: -8%;
  bottom: 0;
  transform: rotate(-10deg);
}
.c-arrow-label {
  margin: auto;
  width: 100%;
  max-width: 270px;
}
.c-arrow-label__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  width: calc(100% - 40px);
  height: 80px;
  background-color: #40220f;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
.c-arrow-label__item:before {
  content: '';
  position: absolute;
  top: -16px;
  right: -40px;
  border-top: solid 56px transparent;
  border-bottom: solid 56px transparent;
  border-left: solid 40px #40220f;
}

/*-- product --*/

#ichou .product-img {
  padding-top: 56px;
}
#ichou-product-1 .gaba-special .comment,
#ichou-product-2 .gaba-special .comment {
  width: 80%;
}
#ichou-product-1 .gaba-special p,
#ichou-product-2 .gaba-special p {
  margin-top: 1rem;
  font-size: 12px;
  line-height: 1.4;
}
#ichou-product-1 .teiki-box,
#ichou-product-2 .teiki-box {
  margin-top: 40px;
}

/*-- voice --*/

.ichou-content-img-area {
  position: relative;
}
.ichou-component-title img {
  height: 18px;
}
.component-list.ichou li {
  display: block;
  margin-right: 0;
  font-weight: bold;
}
.component-list.ichou li span {
  background-color: #99cf16;
  color: #40220f;
}
.ichou-voice {
  margin: 80px 0;
}
.ichou-voice .voice-area {
  position: relative;
  padding: 40px 60px;
  background: url(spl2021_img/wood-wh.png);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.ichou-voice .voice-table {
  font-size: 22px;
}
.ichou-cup {
  top: -20px;
  left: 40px;
  width: 240px;
}
.balloon-left {
	position: relative;
	display: inline-block;
  margin: 1rem 0 3rem;
	width: 100%;
	background-color: #99cf16;
	border-radius: 60px;
	color: #fff;
	line-height: 60px !important;
	text-align: center;
}
.balloon-left:before {
	content: '';
	position: absolute;
	bottom: -22px;
  left: 20px;
	display: block;
	margin-left: 0;
	width: 20px;
	height: 20px;
	background-color: #99cf16;
	border-radius: 50%;
}
.balloon-left:after {
	content: '';
	position: absolute;
	bottom: -33px;
  left: 32px;
	display: block;
	margin-left: 0;
	width: 10px;
	height: 10px;
	background-color: #99cf16;
	border-radius: 50%;
}

/*-- 1200px --*/

@media all and (max-width: 1200px) {
  #ichou .ichou-about-content {
    padding: 0 30px;
  }
  .c-arrow-label__item {
    font-size: 18px;
  }
}

/*-- 992px --*/

@media all and (max-width: 992px) {
  #ichou-about {
    margin-bottom: 40px;
  }
  #ichou .ichou-about-content {
    margin: auto;
    margin-top: 30px;
  }
  .ichou-effect-list .package {
    width: 30%;
  }
  .ichou-content-img {
    margin: auto;
    width: 50%;
  }
  .ichou-content-img-area {
    margin: 0 0 0 35%;
    width: 50%;
  }
  .ichou-content-img-area .ichou-content-img {
    width: auto;
  }
  .dialogue-1 {
    left: -24%;
  }
  .dialogue-2 {
    left: -48%;
  }
  .dialogue-3 {
    left: -24%;
  }
  .c-arrow-label__item {
    margin: auto;
    margin-bottom: 40px;
    width: 184px;
    height: 64px;
  }
  .c-arrow-label__item:before {
    display: none;
  }
  .c-arrow-label__item:after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border: 120px solid transparent;
    border-top: 40px solid #40220f;
    border-bottom-width: 0;
  }
  .ichou-cup {
    top: -4%;
    left: 4%;
    width: 28%;
  }
}

/*-- 991px --*/

@media all and (max-width: 991px) {
  #ichou-about .ill-ichou-about-msg {
    top: 10px;
    left: 10px;
    width: 72%;
  }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  #ichou {
    padding: 0 0 1px;
  }
  #ichou .ichou-about-content-title {
    margin-bottom: 20px;
  }
  #ichou .ichou-about-content-title h2 {
    font-size: 16px;
  }
  #ichou .ichou-about-content-title h2 span {
    font-size: 12px;
  }
  #ichou .ichou-about-content {
    /* margin-top: 40px; */
    padding: 0 15px;
  }
  #ichou .about-image {
    background-image: none;
  }
  #ichou .about-package-image {
    padding: 0 1rem;
  }
  .ichou-effect {
    margin: 60px 0;
  }
  .dialogue {
    width: 144px;
    padding: 1rem 0;
    font-size: 14px;
  }
  .dialogue-1 {
    left: -32%;
  }
  .dialogue-2 {
    left: -56%;
  }
  .dialogue-3 {
    left: -32%;
  }
  .dialogue:after {
    border-right: 11px solid #ffebcd;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
  }
  .ichou-content-title,
  .ichou-content-result {
    font-size: 22px;
  }
  .ichou-voice-title {
    font-size: 22px;
  }
  .ichou-content-result {
    margin-top: 2rem;
    padding-top: 30px;
  }
  .ichou-voice {
    margin: 60px 0;
  }
  .ichou-voice .voice-area {
    padding: 30px 10px;
  }
  .ichou-voice .voice-table {
    font-size: 18px;
  }
  .ichou-effect h3 {
    font-size: 16px;
  }
  .ichou-effect h3 small {
    font-size: 12px;
  }
  .ichou-content-result.arrow::before {
    border: 40px solid transparent;
    border-top: 20px solid green;
  }
  #ichou-product-2 .teiki-box {
    margin: 40px 0;
  }
}

/*-- 320px --*/

@media all and (max-width: 320px) {
  .dialogue {
    width: 120px;
    font-size: 12px;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Gaba
/////////////////////////////////////////////////////////////////////*/

#gaba {
  padding: 60px 0;
  /* margin-bottom: 60px; */
  background-color: #11253c;
}

/*-- about --*/

#gaba-about {
  position: relative;
  margin-bottom: -50px;
}
#gaba-about .ill-gaba-about-msg {
  top: 3%;
  left: 6%;
  z-index: 1;
}
#gaba .gaba-about-content {
  padding: 0 60px;
  max-width: 800px;
}
#gaba .gaba-about-content-title {
  margin-bottom: 30px;
}
#gaba .gaba-about-content-title h2 {
  display: block;
  padding: 1rem 0;
  border: 1px solid;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
#gaba .gaba-about-content-title h2 span {
  font-size: 18px;
}
#gaba .about-package-image {
  padding: 0 4rem;
}
#gaba .about-image {
  min-height: auto;
  background-image: url(spl2021_img/gaba-about-img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*-- content --*/

.gaba-content-title {
  margin-bottom: 4rem;
}
.gaba-content-title img {
  height: 3.6vw;
}
.gaba-content-img {
  margin: 0 1rem;
  border-radius: 4px;
  overflow: hidden;
}
.gaba-evaluate, .gaba-recommend {
  margin-bottom: 80px;
}
.gaba-effect {
  margin: 80px 0;
}
.gaba-evaluate .gaba-evaluate-img {
  padding: 0 2rem;
}
.gaba-evaluate .note {
  margin-top: 2rem;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}
.gaba-effect .gaba-effect-list h3 {
  margin: 1rem 0 0;
  padding: 0;
  background-color: transparent !important;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  line-height: 1.8;
}
.gaba-recommend .gaba-recommend-list {
  padding: 0 3rem;
  list-style: none;
}
.gaba-recommend .gaba-recommend-list li {
  padding-bottom: 4rem;
  font-size: 24px;
  color: #fff;
}
.gaba-recommend .gaba-recommend-list li:last-child {
  padding-bottom: 0;
}
.gaba-recommend .gaba-recommend-list li i {
  margin-right: 2rem;
  color: #9cbce3;
  vertical-align: sub;
}

/*-- product --*/

#gaba .product-img {
  padding-top: 56px;
}
#gaba-product-1 .gaba-special .comment,
#gaba-product-2 .gaba-special .comment {
  width: 80%;
}
#gaba-product-1 .gaba-special p,
#gaba-product-2 .gaba-special p {
  margin-top: 1rem;
  font-size: 12px;
  line-height: 1.4;
}
#gaba-product-1 .teiki-box,
#gaba-product-2 .teiki-box {
  margin-top: 40px;
}

/*-- voice --*/

.component-list.gaba li {
  display: block;
  margin-right: 0;
  font-weight: bold;
}
.component-list.gaba li span {
  background-color: #9dbde4;
  color: #40220f;
}
.gaba-voice {
  margin: 80px 0 20px;
}
.gaba-voice .voice-area {
  position: relative;
  padding: 40px 60px;
  background: url(spl2021_img/wood-dark.png);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.gaba-cup {
  top: -20px;
  left: 40px;
  width: 280px;
}

/*-- 1200px --*/

@media all and (max-width: 1200px) {
  #gaba .gaba-about-content {
    padding: 0 30px;
  }
}

/*-- 992px --*/

@media all and (max-width: 992px) {
  #gaba-about {
    margin-bottom: 20px;
  }
  #gaba .gaba-about-content {
    margin: auto;
    margin-top: 30px;
  }
  .gaba-content-title img {
    height: 6vw;
  }
  .gaba-cup {
    display: none;
  }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  #gaba {
    padding: 0 0 1px;
    margin-bottom: 0px;
  }
  #gaba .gaba-about-content-title {
    margin-bottom: 20px;
  }
  #gaba-about .ill-gaba-about-msg {
    top: 10px;
    left: 10px;
    width: 40%;
  }
  #gaba .gaba-about-content {
    /* margin-top: 40px; */
    padding: 0 15px;
  }
  #gaba .about-image {
    background-image: none;
  }
  #gaba .about-package-image {
    padding: 0 1rem;
  }
  .gaba-evaluate .gaba-evaluate-img {
    padding: 0 1rem;
  }
  .gaba-evaluate .note {
    font-size: 12px;
  }
  .gaba-evaluate, .gaba-recommend {
    margin-bottom: 60px;
  }
  .gaba-effect {
    margin: 60px 0;
  }
  .gaba-effect .gaba-effect-list h3 {
    font-size: 16px;
  }
  .gaba-content-title img {
    height: 8vw;
  }
  .gaba-recommend-list-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .gaba-recommend .gaba-recommend-list {
    padding: 2rem 0 0;
  }
  .gaba-recommend .gaba-recommend-list li {
    padding-bottom: 1rem;
    font-size: 16px;
  }
  .gaba-recommend .gaba-recommend-list li i {
    vertical-align: middle;
  }
  .gaba-content-img {
    margin: 0;
  }
  #gaba-product-1 .gaba-special p,
  #gaba-product-2 .gaba-special p {
    font-size: 10px;
  }
  #gaba .gaba-about-content-title h2 {
    font-size: 16px;
  }
  #gaba .gaba-about-content-title h2 span {
    font-size: 12px;
  }
  .gaba-voice {
    margin: 60px 0 20px;
  }
  .gaba-voice .voice-area {
    padding: 30px 10px;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Gaba & Ichou
/////////////////////////////////////////////////////////////////////*/

.moreinfo-link a {
  position: relative;
}
.moreinfo-link a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #99cf16;
	transition: width 0.2s;
}
.moreinfo-link a:hover:after {
	width: 100%;
}
.fixed-phrase {
  font-size: 18px;
  line-height: 1.4;
}
.voice-table {
  font-size: 18px;
  background-color: rgba(255,255,255,0.9);
}
.voice-table p {
  line-height: 1.8;
}
.voice-table tr th {
  font-weight: normal;
}
.voice-table .voice-star i {
  color: #fbb03b;
}
.component-list li h4 {
  padding-bottom: 1rem;
  border-bottom: 1px solid;
  font-size: 18px;
}

/*-- ribbon --*/

.ribbon {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  margin: 0 0 0 -20px;
  padding: 0;
  width: 216px;
  background-color: #fff462;
  box-sizing: border-box;
}
.ribbon h4 {
  margin: 0;
  padding-left: 20px;
  font-size: 24px;
  font-weight: normal;
  color: #40220f;
  line-height: 56px;
}
.ribbon:before {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #F5DF4D 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;
}
.product-box.teiki .ribbon:after {
  border-color: transparent #fbe8e6 transparent transparent;
}

/*-- 992px --*/

@media all and (max-width: 992px) {
  .voice-table tr th,
  .voice-table tr td {
    display: block;
    width: 100%;
  }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  .fixed-phrase {
    font-size: 14px;
  }
  .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;
  }
  .component-list li h4 {
    font-size: 14px;
  }
  .voice-table {
    font-size: 16px;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Supplement
/////////////////////////////////////////////////////////////////////*/

#supplement {
  margin-top: 60px;
}
/*-- about --*/

#supplement-about {
  position: relative;
}
#supplement-about .ill-supplement-about-msg {
  top: 8%;
  left: 8%;
}
#supplement .about-image {
  background-image: url(spl2021_img/supplement-about-img-241118.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}
#supplement .about-content {
  position: relative;
  left: -40px;
  background-color: #eaf7f9;
}
#supplement .about-content .ill {
  top: -80px;
  right: -160px;
  z-index: -1;
}
#supplement .about-content h1,
#supplement .about-content h2,
#supplement .product-desc h4.heading {
  color: #34b1c1;
}
#supplement-product .component-list.polyphenol li span {
  background-color: #c8113d;
}
#supplement-product .component-list.dietaryfiber li span {
  background-color: #6cbb5a;
}
#supplement-product .component-list.collagen li span {
  background-color: #d474ab;
}

/*-- 1200px --*/

@media all and (max-width: 1200px) {
  #supplement .about-content {
    padding: 60px 40px 60px 30px;
  }
}

/*-- 992px --*/

@media all and (max-width: 992px) {
  #supplement .about-content {
    padding: 30px 30px 40px;
    left: 0;
  }
  #supplement .about-content .ill {
    z-index: 1;
  }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  #supplement-about .ill-supplement-about-msg {
    top: 0;
    left: 0;
    width: 50%;
  }
  #supplement .about-content .ill {
    width: 140px;
    top: -40px;
    right: -80px;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Wakan
/////////////////////////////////////////////////////////////////////*/

/*-- about --*/

#wakan-about {
  position: relative;
}
#wakan-about .ill-wakan-about-msg {
  right: 8%;
  bottom: 8%;
}
#wakan .about-image {
  background-image: url(spl2021_img/wakan-about-img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}
#wakan .about-content {
  position: relative;
  right: -40px;
  margin: 0 0 0 auto;
  background-color: #faebec;
}
#wakan .about-content .ill {
  top: -80px;
  left: -240px;
  z-index: -1;
}
#wakan .about-content h1,
#wakan .about-content h2,
#wakan .product-desc h4.heading {
  color: #d75455;
}
#wakan-product .component-list.relieved li span {
  background-color: #ae7600;
}
#wakan-product .component-list.warm li span {
  background-color: #c65a45;
}
#wakan-product .component-list.urutsuya li span {
  background-color: #3a8b98;
}

/*-- 1200px --*/

@media all and (max-width: 1200px) {
  #wakan .about-content {
    padding: 60px 40px 60px 30px;
  }
}

/*-- 992px --*/

@media all and (max-width: 992px) {
  #wakan .about-content {
    padding: 30px 30px 40px;
    right: 0;
  }
  #wakan .about-content .ill {
    z-index: 1;
  }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  #wakan-about .ill-wakan-about-msg {
    right: 10px;
    bottom: 10px;
    width: 40%;
  }
  #wakan .about-content .ill {
    top: -40px;
    left: -120px;
    width: 160px;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Natural
/////////////////////////////////////////////////////////////////////*/

/*-- about --*/

#natural-about {
  position: relative;
}
#natural-about .ill-natural-about-msg {
  top: 8%;
  left: 8%;
}
#natural .about-image {
  background-image: url(spl2021_img/natural-about-img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}
#natural .about-content {
  position: relative;
  left: -40px;
  background-color: #fef7ee;
}
#natural .about-content .ill {
  top: -80px;
  right: -160px;
  z-index: -1;
}
#natural .about-content h1,
#natural .about-content h2,
#natural .product-desc h4.heading {
  color: #ac6f3c;
}
#natural-product .component-list.blackbean li span {
  background-color: #3b2d52;
}
#natural-product .component-list.salacia li span {
  background-color: #00aae8;
}
#natural-product .component-list.blueberry li span {
  background-color: #9b7cb6;
}
#natural-product .component-list.maca li span {
  background-color: #f3981c;
}

/*-- 1200px --*/

@media all and (max-width: 1200px) {
  #natural .about-content {
    padding: 60px 40px 60px 30px;
  }
}

/*-- 992px --*/

@media all and (max-width: 992px) {
  #natural .about-content {
    padding: 30px 30px 40px;
    left: 0;
  }
  #natural .about-content .ill {
    z-index: 1;
  }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  #natural-about .ill-natural-about-msg {
    top: 10px;
    left: 10px;
    width: 40%;
  }
  #natural .about-content .ill {
    top: -40px;
    right: -80px;
    width: 120px;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  teiki
/////////////////////////////////////////////////////////////////////*/

#teiki {
  padding: 60px 0;
  background-color: #fbe8e6;
}
.teiki-box {
  padding: 0;
  background-color: #fff;
  border: 2px solid #ec7980;
  border-radius: 4px;
  box-sizing: border-box;
}

/*-- teiki-title --*/

.teiki-title h1 {
  margin-top: -1px;
  padding: 1.25rem 0;
  background-color: #ec7980;
}
.teiki-title h1 .icon,
.teiki-title h1 .title {
  vertical-align: middle;
}
.teiki-title h1 .icon {
  margin-right: 1rem;
  height: 40px;
}
.teiki-title h1 .title {
  height: 28px;
}

/*-- teiki-special --*/

.teiki-special {
  padding: 20px 40px;
}
.teiki-special-left .teiki-special-right {
  padding: 0 1rem;
}
.teiki-special .special-detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.teiki-special .special-detail:last-child {
  margin-bottom: 0;
}
.teiki-special .special-detail .special {
  margin-right: 2rem;
  width: 80px;
}
.teiki-special .special-detail p {
  padding-top: .25rem;
  font-size: 24px;
  line-height: 1.2;
}
.teiki-special .special-detail .bag {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*-- product-box --*/

.product-box.teiki {
  background-color: #fbe8e6;
}

/*-- 1200px --*/

@media all and (max-width: 1200px) {
  .teiki-special .special-detail .bag {
    position: relative;
  }
}

/*-- 992px --*/

@media all and (max-width: 992px) {
  .teiki-special {
    padding: 20px;
  }
  .teiki-special-left {
    margin-bottom: 1rem;
  }
  .teiki-special .special-detail .bag {
    width: 56px;
  }
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  #teiki {
    padding: 40px 0;
  }
  .teiki-special {
    padding: 10px;
  }
  .teiki-special .special-detail {
    margin-bottom: 1rem;
  }
  .teiki-special .special-detail .special {
    margin-right: 1rem;
    width: 60px;
  }
  .teiki-special .special-detail p {
    font-size: 18px;
  }
  .teiki-title h1 {
    padding: 1rem 0;
  }
  .teiki-title h1 .icon {
    margin-right: 1vw;
    height: 8vw;
  }
  .teiki-title h1 .title {
    height: 4.5vw;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Mori
/////////////////////////////////////////////////////////////////////*/

#mori {
  padding: 60px 0;
}
#mori img {
  transition: all 0.2s ease-out;
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  #mori {
    padding: 40px 0;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Pagetop
/////////////////////////////////////////////////////////////////////*/

.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 20px;
  right: 20px;
  width: 43px;
  height: 45px;
  background-color: #99cf16;
  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;
  }
}

/* /////////////////////////////////////////////////////////////////////
//  Moreinfo
/////////////////////////////////////////////////////////////////////*/

#moreinfo {
  padding: 40px 0;
  background: url(spl2021_img/wood.png);
}
#moreinfo .bg-white {
  padding: 30px 20px;
}
.moreinfo-area {
  margin-bottom: 40px;
}
.moreinfo-title h3 {
  padding: 0.5rem 1rem;
  background-color: transparent !important;
  font-weight: bold;
  color: #40220f;
  font-size: 21px;
  line-height: 1.4;
}
#moreinfo-gluco .moreinfo-title h3 {
  border-left: solid 5px #ffeb00;
}
#moreinfo-bellirica .moreinfo-title h3 {
  border-left: solid 5px #ff6600;
}
#moreinfo-ichou .moreinfo-title h3 {
  border-left: solid 5px #99cf16;
}
#moreinfo-gaba .moreinfo-title h3 {
  border-left: solid 5px #9dbde4;
}
.moreinfo-list {
  font-size: 14px;
}
.moreinfo-list li {
  margin: 0 0 1rem 1.5em;
  line-height: 1.4;
}
.moreinfo-list li:last-child {
  margin: 0 0 0 1.5em;
}
.moreinfo-text-link {
  font-size: 14px;
  line-height: 2;
}
.moreinfo-text-link .text-link:hover {
  text-decoration: underline;
}
.moreinfo-text-attention {
  color: #f20400 !important;
}

/*-- data-sheet --*/

dl.data-sheet {
  border: 1px solid #dee2e6;
  border-bottom: none;
  font-size: 14px;
  line-height: 1.4;
}
dl.data-sheet dt,
dl.data-sheet dd {
  margin-bottom: 0;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
dl.data-sheet dt {
  width: 30%;
}
dl.data-sheet dd {
  width: 70%;
  border-right: none;
  word-break: break-all;
}
dl.data-sheet dt:nth-of-type(even),
dl.data-sheet dd:nth-of-type(even) {
  background-color: #f7f5f2;
}

/*-- 576px --*/

@media all and (max-width: 576px) {
  #moreinfo .bg-white {
    padding: 20px 10px;
  }
  .moreinfo-title h3 {
    font-size: 18px;
  }
  dl.data-sheet dt,
  dl.data-sheet dd {
    width: 100%;
    border-right: none;
  }
  dl.data-sheet dt {
    padding-bottom: 0;
    border-top: none;
    border-bottom: none;
  }
}
