/*-----------------------------------------------------------------------------------
	WELL LIFE SUPPLI｜コーヒー通販 ブルックス コーヒーマーケット
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}

/* bootstrap 上書き */

.bg-danger {
	background-color: #ff6600!important;
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
	background-color: rgb(240, 68, 0)!important;
}
.border-secondary {
    border-color: #c9c9c9!important;
}
@media all and (min-width: 1400px) {
	#collagen .container {
		max-width: 1320px!important;
	}
}

/* 2023.10.20追加 */

@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
/////////////////////////////////////////////////////////////////////*/

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease-out;
}
img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #40220f;
  text-align: left;
  letter-spacing: normal;
}
.ill {
  position: absolute;
}
.serif {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
.notosans-I {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
}

.lh-sm {
  line-height: 1.2;
}

/*--  background-color --*/
.bg-red {
  background-color: #ff0000;
}

/*--  color --*/

.deep-orange {
  color: #ff6600 !important;
}
.blown{
  color: #40220f;
}
.blown:hover{
  color: #40220f;
}

/*--  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;
}

/*-- 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; }
}

/* mirai */

.mirai-container {
	background-image: url("images_2021/mirai_bg_sky.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 3% 0;
	color: #000;
}
.mirai-container .mirai-title {
	text-align: center;
}
.mirai-container .mirai-title img {
	margin: 0 auto;
	width: 70%;
}
.mirai-container .mirai-title p {
	font-size: clamp(1.2rem, 0.727rem + 2.36vw, 2.5rem);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
.mirai-container .mirai-contents {
	margin: 0 auto;
	max-width: 1140px;
}
.mirai-container .mirai-contents img {
	width: 100%;
}
.mirai-container .contents-back {
	background-color: #fff;
	box-shadow: 9px 9px 18px 0px rgba(0, 0, 0, 0.3);
}
.mirai-container .contents-set .text-head {
	font-size: clamp(2rem, 1.782rem + 1.09vw, 2.6rem);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	margin-top: 1rem;
}
.mirai-container .contents-set .text-description {
	font-size: clamp(1.4rem, 1.255rem + 0.73vw, 1.8rem);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	margin-top: -0.6rem;
}

@media all and (max-width: 991px) {
	.mirai-container {
		padding: 6% 0;
	}
	.mirai-container .mirai-title img {
		width: 50%;
	}
	.mirai-container .mirai-title p {
		line-height: 1.4;
	}
	.mirai-container .mirai-contents {
		max-width: 85%;
	}
}

@media all and (max-width: 576px) {
	.mirai-container {
		padding: 8% 0;
	}
}

/* /////////////////////////////////////////////////////////////////////
//  About
/////////////////////////////////////////////////////////////////////*/

.about-area {
  /* margin-bottom: 60px; */
}
.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. ul {
	margin: 0;
  padding: 0;
  line-height: 1.0;
}
.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: 0.8rem;
  border-radius: 2px;
  /* color: #fff; */
  line-height: 1.4;
}
.component-list li small {
  font-size: 12px;
  line-height: 1.4;
}
.component-list li h4 {
	padding-bottom: 1rem;
    border-bottom: 1px solid;
    font-size: 18px;
}

/*-- 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: 40px;
  right: 60px;
  width: 144px;
}
.about-content p {
  font-size: 18px;
  line-height: 2;
}
.about-content span {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}

/*-- 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;
  }
	.component-list li h4 {
		font-size: 14px;
		padding-bottom: 0.7rem;
	}
  .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 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, #collagen .btn, #collagen a {
  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 1rem;
}
#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(images_2021/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%);
}
.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;
	}
}
@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;
}

/*-- 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-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: 60px;
  }
  #collagen .collagen-about-content {
    margin: auto;
    margin-top: 60px;
  }
  .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) {
.component-list li span.caffeineless {
	font-size: 17px;
	}

  #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;
  }

  /* #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;
  }
}


/* 2023.10.27追加 */
.about-link-btn {
	width: 50%;
	margin: 0 auto;
	padding: 2%;
	height: auto;
	text-align: center;
	background-color: #ff6600;
	border-radius: 5px;
	color: #fff;
	font-size: 21px;
}
.about-link-btn a span {
	display: inline-block;
	position: relative;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #ffffff;
	font-size: 0;
	margin-left: 10px;
	overflow: hidden;
	transition: all 0.2s;
}
.about-link-btn a:hover span {
	margin-left: 20px;
}
.about-link-btn:hover {
	background-color: rgb(240, 68, 0);
}
.about-link-btn a:hover {
	color: #fff !important;;
}
.about-link-btn a {
	font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: normal;
}

@media (max-width:575px){
	.about-link-btn {
		font-size: 18px;
	}
}


/* /bootstrap 上書き */
/* 2022.03.14追加 */
.link_btn,.link_btn_jt {
	width: 28%;
	height: 90px;
	display: inline-block;
	text-align: center;
	position: absolute;
	margin: auto;
	bottom: 5%;
	right: 1%;
}
.link_btn a,.link_btn_jt a {
	display: block;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: white;
	background-color: #ff6600;
	border-radius: 12px;
}
.link_btn a span,.link_btn_jt a span {
	display: inline-block;
	position: relative;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #ffffff;
	font-size: 0;
	margin-left: 10px;
	overflow: hidden;
	transition: all 0.2s;
}

.link_btn a:hover,.link_btn_jt a:hover {
	background-color: rgb(240, 68, 0);
}
.link_btn a:hover span,.link_btn_jt a:hover span {
	margin-left: 20px;
}

.various_bg  {
	background-image: url(images_2021/link_various_bg.jpg);
	background-size: cover;
	background-repeat: repeat-y;
}
.mix_blend img  {
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	mix-blend-mode: color-burn;
}
.z-index-1 {
	z-index: 1;
}
#various .link_btn,#various .link_btn_jt {
	width: 85%;
	height: 75px;
	line-height: 75px;
	font-size: 20px;
    right: 0;
    left: 0;
    bottom: 1.5%;
}
.link_btn_top {
	top: 20%;
}

@media (min-width:1200px){
	.link_btn {
		height: 90px;
		margin: auto;
		line-height: 90px;
	}
	.link_btn a {
		font-size: 22px;
	}

	#various .link_btn,#various .link_btn_jt {
		width: 85%;
		height: 75px;
		line-height: 75px;
	}
	#various .link_btn a,#various .link_btn_jt a {
		font-size: 22px;
	}
	.link_btn_top {
		top: 26%;
	}
}
@media (max-width:1199px){
	.link_btn {
		height: 80px;
		line-height: 80px;
	}
	.link_btn a {
		font-size: 22px;
	}

	#various .link_btn,#various .link_btn_jt {
		height: 60px;
		line-height: 60px;
	}
	#various .link_btn a,#various .link_btn_jt a {
		font-size: 22px;
	}
	.link_btn_top {
		top: 26%;
	}
}
@media (max-width:991px){
	.link_btn {
		height: 60px;
		line-height: 60px;
	}
	.link_btn a {
		font-size: 20px;
	}

	#various .link_btn,#various .link_btn_jt {
		height: 45px;
		line-height: 45px;
	}
	#various .link_btn a,#various .link_btn_jt a {
		border-radius:5px;
		font-size: 20px;
	}
	.link_btn_top {
		top: 26%;
	}
}
@media (max-width:767px){
	.link_btn,#various .link_btn,#various .link_btn_jt {
		height: 72px;
		position: relative;
		bottom: unset;
		right: unset;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: 2rem;
	}
	.link_btn:hover {
		color: #fff;
	}
	.link_btn a {
		border-radius: 10px;
		font-size: 25px;
	}

	.link_btn_top {
		top: 26%;
	}
}
@media (max-width:575px){

}
@media (max-width:465px){
	.link_btn {
		height: 56px;
	}

	#various .link_btn,#various .link_btn_jt {
		height: 56px;
	}
}



/* = Blocs
-------------------------------------------------------------- */


.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset-md{
	margin-top:50px;
}


/* = NavBar
-------------------------------------------------------------- */

/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){

.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}






.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}


/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
	display: flex;
    justify-content: center;
    align-items: center;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.hero--logo{
	padding-top:200px;
	padding-bottom:200px;
}
.item--name{
	text-align:center;
	font-size:2rem;
	color:#000000!important;
	font-weight:bold;
	line-height:2.3rem;
}
.feature--lead{
	text-align:center;
	font-size:1.3em;
}
.feature__title{
	padding-top:20px;
	width:500px;
}
.item__wrap-bg{
	background-color:#FEFFFE;
	box-shadow:0px 12px 20px rgba(0,0,0,0.07);
	padding:64px 32px 64px 32px;
	border-radius:30px 30px 30px 30px;
}
.new-item__title{
	font-size:3em;
	text-align:center;
	font-weight:600;
	color:#FEFFFE!important;
}
.com--conttent-wrap{
	background-color:#FEFFFE;
	box-shadow:0px 12px 20px rgba(0,0,0,0.07);
	overflow:hidden;
	border-radius:20px 20px 20px 20px;
}
.com--spec-wrap{
	margin-left:30px;
	margin-right:30px;
}
.com--copy-sub{
	font-size:1.3em;
	font-weight:600;
}
.com--copy{
	font-size:2.5em;
	font-weight:600;
}
.com--item-name{
	color:#000000!important;
	font-weight:600;
	font-size:3.2em;
	margin-top:10px;
}
.ichoha-item-sale{
	border-style:solid;
	background-color:#012F83;
	color:#FEFFFE!important;
	font-size:2em;
	font-weight:600;
	text-align:center;
	padding-top:8px;
	padding-bottom:6px;
	width:260px;
	border-width:1px 1px 1px 1px;
}
.ichoha__item-cap{
	font-size:0.9em;
	color:rgba(0,0,0,0.60)!important;
	text-align:left;
}
.ichoha__ing-icon{
	margin-top:20px;
	margin-bottom:20px;
	padding-right:10px;
	padding-left:10px;
}
.ichoha__logo{
	display:block;
}
.ichoha-worry--title{
	text-align:center;
	color:#000000!important;
	font-weight:600;
	font-size:2em;
	margin-top:32px;
}
.ichoha-worry--description{
	text-align:center;
	color:#012F83!important;
	font-size:1.3em;
	font-weight:600;
}
.ichoha-worry--improve{
	text-align:center;
	color:#FEFFFE!important;
	font-size:2em;
	font-weight:600;
	margin-top:20px;
	margin-bottom:20px;
}
.ichoha-worry--roasting{
	font-size:1.8em;
	text-align:center;
	font-weight:600;
	color:#000000!important;
	margin-top:20px;
	margin-bottom:20px;
}
.ichoha-worry--monitor-icon{
	margin-bottom:30px;
}
.ichoha-worry--monitor-voice{
	color:#012F83!important;
	font-size:1.4em;
	font-weight:600;
}
.ichoha-worry__img{
	margin-bottom:2px;
}
.spec__title{
	margin-top:5px;
	margin-bottom:5px;
	font-size:0.95em;
}
.spec--description{
	margin-top:5px;
	margin-bottom:5px;
	border-style:solid;
	border-color:rgba(0,0,0,0.30)!important;
	font-size:0.95em;
	border-width:0px 0px 0px 1px;
}
.tobicha--item-name-rubi{
	font-size:0.5em;
	margin-left:10px;
}
.ichoha--txtcolor{
	color:#B11909!important;
}
.tobicha--txtcolor{
	color:#DE1570!important;
}
.tobicha-item-sale{
	border-style:solid;
	background-color:#2F7E09;
	color:#FEFFFE!important;
	font-size:2em;
	font-weight:600;
	padding-top:8px;
	padding-bottom:6px;
	text-align:center;
	width:260px;
	border-width:1px 1px 1px 1px;
}
.tobicha__kosyuen-logo{
	position:absolute;
	top:30px;
	right:30px;
}
.text-red{
	color:#FF3F42!important;
}
.spec-list-item{
	margin-bottom:5px;
	margin-top:5px;
	font-size:0.95em;
}
.tobicha--solution-title{
	color:#FEFFFE!important;
	display:inline-block;
	margin-left:auto;
	font-weight:600;
	font-size:3em;
}
.tobitya--section-title{
	color:#2F7E09!important;
	font-weight:600;
	font-size:2em;
	margin-top:30px;
	margin-bottom:30px;
	border-style:_popUpItemAction:;
}
.com-underline{
	border-style:solid;
	border-color:#684196!important;
	border-width:0px 0px 1px 0px;
}
.tobicha__point-img{
	margin-top:20px;
	margin-bottom:20px;
	border-style:_popUpItemAction:;
}
.com-leftline{
	border-style:solid;
	border-color:#684196!important;
	border-width:0px 0px 0px 1px;
}
.tobicha--dextrin-description{
	text-align:left;
	color:#FFFFFF!important;
	margin-top:10px;
	margin-bottom:10px;
	font-size:2em;
	font-weight:600;
}
.tobicha__moniter-icon{
	/* margin-top:30px; */
	margin-bottom:30px;
}
.tobicha__moniter-voice{
	font-size:1.4em;
	font-weight:600;
	color:#2F7E09!important;
}
.tobicha--moniter-mgntop{
	margin-top:30px;
}
.tobicha--point-03{
	border-color:#684196!important;
	border-style:solid;
	border-width:0px 0px 1px 1px;
}
.tobicha__point-04{
	border-color:#684196!important;
	border-style:solid;
	border-width:0px 0px 0px 0px;
}
.tobicha__point-05{
	border-color:#684196!important;
	border-style:solid;
	border-width:0px 0px 0px 1px;
}
.tobicha__point-06{
	border-color:#684196!important;
	border-style:solid;
	border-width:0px 0px 0px 1px;
}
.tobicha__point-02{
	border-style:solid;
	border-color:#684196!important;
	border-width:0px 0px 1px 0px;
}
.tobicha__point-01{
	border-color:#684196!important;
	border-style:solid;
	border-width:0px 0px 1px 0px;
}
.tobicha--point-txt{
	color:#000000!important;
	font-size:1.2em;
	margin-top:23px;
}
.item--bg{
	background-size:1490px auto;
	background-repeat:repeat-y;
	background-position:center top;
	background-image:url("images_2021/bg_leaf.png");
}
.itme__bg-r{
	background-image:url("images_2021/bg_leaf-r.png");
	background-size:200px auto;
	background-repeat:repeat-y;
	background-position:right top;
}
.ichoha__bg{
	background-size:1411px auto;
	background-repeat:repeat-y;
	background-image:url("images_2021/bg_ichoha.png");
	background-position:center top;
}
.tobicha__bg{
	background-repeat:repeat-y;
	background-size:1411px auto;
	background-position:center top;
	background-image:url("images_2021/bg_tobicha.png");
}
.com--copy-star{
	font-size:0.3em;
	text-transform:none;
	display:inline-block;
	bottom:20px;
	position:relative;
}
.com-list-wrap{
	padding-left:1em;
}
.tobicha--dextrin-description-note{
	font-size:0.7em;
	padding-left:8px;
	padding-right:8px;
	bottom:2px;
}
.hero__bg{
	background-image:url("images_2021/top_bg.jpg");
}
.feature__img{
	padding-bottom:30px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-anti-flash-white{
	background-color:#F2F2F2;
}
.bgc-light-sea-green{
	background-color:#24AABA;
}
.bgc-cerulean-blue{
	background-color:#3663B3;
}
.bgc-dark-powder-blue{
	background-color:#012F83;
}
.bgc-asparagus{
	background-color:#7BA666;
}
.bgc-napier-green{
	background-color:#2F7E09;
}

/* Bloc image backgrounds */




/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    /* .bloc-sm-lg{padding:20px;} */
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none;
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.hero--logo{
		padding-top:120px;
		padding-bottom:120px;
	}
	.ichoha__ing-icon{
		padding-right:20px;
		padding-left:20px;
	}
	.ichoha-worry--monitor-icon{
		margin-bottom:20px;
		width:200px;
	}
	.ichoha-worry--monitor-voice{
		font-size:1.4em;
		padding-right:20px;
		text-align:center;
	}
	.tobicha--solution-title{
		text-align:left;
		font-size:2em;
	}
	.tobitya--section-title{
		text-align:center;
	}
	.tobicha--dextrin-description{
		font-size:2em;
		text-align:center;
		margin-top:0px;
		margin-bottom:10px;
	}
	.tobicha__moniter-voice{
		text-align:center;
	}
	.tobicha--moniter-mgntop{
		margin-top:0px;
	}
	.ichoha__logo{
		padding-bottom:0px;
	}
	.com--copy{
		font-size:2em;
		margin-bottom:20px;
	}
	.com--copy-sub{
		margin-top:20px;
	}
	.com--item-name{
		margin-bottom:10px;
		margin-top:10px;
	}
	.ichoha__item-cap{
		margin-bottom:5px;
	}
	.tobicha__moniter-icon{
		margin-bottom:20px;
		width:200px;
	}
	.tobicha--point-txt{
		font-size:0.8em;
		margin-top:33px;
	}
	.sp{
	}
	.tobicha__kosyuen-logo{
		top:20px;
		right:30px;
		width:100px;
	}
	.tobicha--point-icon{
		padding-left:10px;
		padding-right:10px;
	}
	.item--name{
	}
	.feature--lead{
	}
	.feature__title{
		padding-top:15px;
		width:400px;
	}
	.hero__bg{
		background-image:url("images_2021/top_bg-sp.jpg");
		background-size:cover;
		width: 100%;
		height: 600px;
		padding-top: 85.3%;
	}
	.tobicha--dextrin-description-btm{
		margin-bottom:30px;
	}
	.tobicha--dextrin-img{
	}
	.tobicha-item-sale{
		padding-bottom:4px;
	}
	.ichoha-item-sale{
		padding-bottom:4px;
	}
	.feature__img{
		padding-bottom:0px;
	}

	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}

}

@media (max-width: 767px){
	.feature__title{
		width:60%;
		/* padding-top:20px; */
	}
	.feature--lead{
		font-size:1.2em;
	}
	.feature__img{
		width:50%;
		padding-bottom:20px;
	}
	.new-item__title{
		font-size:2em;
	}
	.com--copy-sub{
		margin-top:30px;
		text-align:center;
	}
	.com--copy{
		margin-bottom:20px;
		text-align:center;
		margin-top:20px;
	}
	.ichoha__logo{
		margin-left:auto;
		margin-right:auto;
	}
	.com--item-name{
		text-align:center;
	}
	.ichoha__item-cap{
		text-align:center;
		margin-bottom:15px;
	}
	.ichoha__ing-icon{
		padding-left:80px;
		padding-right:80px;
		margin-bottom:15px;
		margin-top:15px;
	}
	.com--spec-wrap{
		text-align:center;
	}
	.ichoha-worry--improve{
		font-size:1.7em;
	}
	.ichoha-worry--description{
		font-size:1.2em;
	}
	.spec__title{
		margin-bottom:3px;
		margin-top:3px;
	}
	.tobicha--point-03{
		border-left-width:0px;
	}
	.tobicha__point-04{
		border-left-width:1px;
		border-bottom-width:1px;
	}
	.tobicha__point-05{
		border-left-width:0px;
	}
	.tobicha__point-img{
		margin-top:20px;
		padding-right:20px;
		padding-left:20px;
	}
	.tobicha--point-txt{
		font-size:0.9em;
		margin-top:28px;
	}
	.tobicha--dextrin-description{
		font-size:2em;
		text-align:center;
		margin-bottom:10px;
	}
	.tobicha--solution-title{
		text-align:center;
		margin-top:20px;
		margin-bottom:20px;
	}
	.spec--description{
		margin-bottom:3px;
		margin-top:3px;
	}
	.tobicha__moniter-voice{
		font-size:1.2em;
	}
	.sp{
	}
	.featur--wls-logo{
		width:80%;
	}
	.tobicha__kosyuen-logo{
		top:700px;
	}
	.hero--logo{
		padding:100px 16px 100px 16px;
	}
	.item__wrap-bg{
		padding-top:32px;
		padding-bottom:32px;
	}
	.hero__bg{
		height:500px;
	}
	.tobicha--dextrin-description-btm{
		padding-bottom:30px;
	}
	.ichoha-item-sale{
		margin-left:auto;
		margin-right:auto;
		font-size:1.8em;
	}
	.tobicha-item-sale{
		margin-left:auto;
		margin-right:auto;
		font-size:1.8em;
		padding-bottom:4px;
	}

	/* Small Text Margin Offsets */
	.mg-clear-sm{
		margin:0;
	}

}

@media (max-width: 575px){
	.feature__title{
		padding-top:0px;
		width:85%;
	}
	.feature__img{
		width:70%;
		padding-bottom:0px;
	}
	.item__wrap-bg{
		padding:24px 0px 24px 0px;
	}
	.featur--wls-logo{
		width:90%;
	}
	.com--spec-wrap{
		margin-left:8px;
		margin-right:8px;
	}
	.ichoha__ing-icon{
		padding-left:20px;
		padding-right:20px;
		margin-bottom:0px;
	}
	.spec--description{
		margin-bottom:5px;
		margin-left:15px;
		padding-left:15px;
	}
	.spec-list-item{
	}
	.com-list-wrap{
		padding-left:20px;
	}
	.ichoha__item-cap{
		font-size:0.75em;
		text-align:center;
	}
	.com--copy{
		font-size:1.8em;
		line-height:1.2em;
		margin-top:20px;
	}
	.ichoha--ing-icon-mgnbtm{
		margin-bottom:20px;
	}
	.tobicha--solution-title{
		font-size:1.8em;
		margin-top:30px;
		margin-bottom:30px;
	}
	.tobitya--section-title{
		font-size:1.6em;
		padding-top:30px;
		margin-top:0px;
		padding-bottom:30px;
		margin-bottom:0px;
	}
	.tobicha__point-img{
		padding-left:6px;
		padding-right:6px;
	}
	.tobicha--dextrin-description{
		text-align:center;
		font-size:1.2em;
		margin:10px 10px 10px 10px;
	}
	.tobicha--point-txt{
		margin-top:10px;
		margin-bottom:10px;
		padding-right:6px;
	}
	.hero--logo{
		padding:40px 8px 40px 8px;
	}
	.ichoha-worry--improve{
		font-size:1.5em;
		text-align:center;
	}
	.ichoha-worry--roasting{
		font-size:1.5em;
	}
	.new-item__title{
		font-size:1.6em;
		margin-top:10px;
		margin-bottom:10px;
	}
	.ichoha-worry--monitor-voice{
		padding-left:20px;
		font-size:1.2em;
	}
	.tobicha__moniter-voice{
		padding-right:20px;
		padding-left:20px;
	}
	.com--item-name{
		margin-bottom:20px;
		font-size:2.3em;
	}
	.ichoha-worry--title{
		font-size:1.5em;
	}
	.tobicha--dextrin-img{
		width:90%;
	}
	.feature--lead{
		text-align:left;
	}
	.ichoha-item-sale{
		font-size:1.3em;
	}
	.ichoha-worry--description{
		font-size:1em;
	}
	.tobicha-item-sale{
		font-size:1.3em;
		padding-bottom:4px;
	}
	.hero__bg{
		height:270px;
	}
	.item--name{
		font-size:2rem;
	}
	.text-span-color{
		color:#ffffff;
	}
	/* .tobicha__moniter-icon{
		margin-top:20px;
	} */
	.tobicha--dextrin-description-btm{
		margin-bottom:20px;
	}
	.tobicha__img{
	}

	/* Mobile Text Margin Offsets */
	.mg-clear-xs{
		margin:0;
	}

}
/* /////////////////////////////////////////////////////////////////////
//  gluco
/////////////////////////////////////////////////////////////////////*/

#gluco {
	padding: 60px 0 60px 0;
	background-color: #ffffe6;
	font-family: 'Noto Sans JP', sans-serif;
}

@media all and (min-width: 1400px) {
	#gluco .container {
		max-width: 1320px!important;
	}
}

#gluco h1, h2, h3, h4, h5, h6, p, label, .btn, a {
font-family: 'Noto Sans JP', sans-serif;
}
  
  /*-- 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(../spl/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: 30px 0 60px;
  }
  .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(../spl/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(../spl/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(../spl/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(../spl/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-what .what-area {
	  background-size: 50%;
	}
	.gluco-what-img {
	  background-image: url(../spl/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: 60px;
	}
	#gluco .gluco-about-content {
	  margin: auto;
	  margin-top: 60px;
	}
  }
  
  /*-- 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(../spl/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(../spl/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%;
	}
  }
  