@charset "utf-8";
/* CSS Document */
/* レイアウト
------------------------------------------------- */
a:hover img {
  opacity: 0.7 !important;
}
body {
  margin: 0
}
.att {
  font-size: 0.875rem;
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 20px;
}
.kemurilabo_wrap {
  font-size: 1.125rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 2;
  margin: 0;
  background-color: #1890d1;
  background-image: linear-gradient(0deg, rgba(23, 146, 208, 1)20%, rgba(115, 195, 174, 1) 60%, rgba(23, 146, 208, 1) 70%, rgba(25, 141, 210, 1) 80%, rgba(23, 147, 208, 1));
}
.kemurilabo_pad {
  padding: 0 4%;
  position: relative;
}
ul.kemurilabo_ice {
  list-style: none;
}
ul.kemurilabo_ice li {
  position: absolute;
}
ul.kemurilabo_ice li.ice1 {
  top: 30%;
  left: 3%;
}
ul.kemurilabo_ice li.ice2 {
  top: 50%;
  left: 0;
}
ul.kemurilabo_ice li.ice3 {
  top: 18%;
  left: 0%;
}
ul.kemurilabo_ice li.ice4 {
  top: 55%;
  left: 2%;
}
ul.kemurilabo_ice li.ice5 {
  top: 80%;
  left: 1%;
}
ul.kemurilabo_ice li.ice6 {
  top: 95%;
  right: 0%;
}
/* 右側 */
ul.kemurilabo_ice li.ice7 {
  top: 45%;
  right: 3%;
}
ul.kemurilabo_ice li.ice8 {
  top: 75%;
  right: 0;
}
ul.kemurilabo_ice li.ice9 {
  top: 30%;
  right: 6%;
}
ul.kemurilabo_ice li.ice10 {
  top: 40%;
  right: 2%;
}
ul.kemurilabo_tsubu {
  list-style: none;
}
ul.kemurilabo_tsubu li {
  position: absolute;
  z-index: 1;
}
ul.kemurilabo_tsubu li.tsubu1 {
  top: 5%;
  left: 5%;
}
ul.kemurilabo_tsubu li.tsubu2 {
  bottom: 70%;
  right: 5%;
}
ul.kemurilabo_tsubu li.tsubu3 {
  top: 0%;
  left: 1%;
}
ul.kemurilabo_tsubu li.tsubu4 {
  top: 20%;
  left: 0%;
}
ul.kemurilabo_tsubu li.mint2 {
  bottom: 20%;
  right: 10%;
  z-index: 1;
}
ul.kemurilabo_tsubu li.mint3 {
  bottom: 55%;
  left: 7%;
  z-index: 1;
}
ul.kemurilabo_tsubu li.mint4 {
  bottom: 40%;
  right: 10%;
  z-index: 1;
}
/* main
------------------------------------------------- */
.kemurilabo_main {
  clear: both;
  overflow: hidden;
  margin: 0 auto 100px;
  position: relative;
  max-width: 1920px;
  text-align: center;
}
.kemurilabo_main h1 {
  position: relative;
  z-index: 100;
}
.kemurilabo_main img {
  max-width: 100%;
  height: auto;
}
.img_sp {
  display: none;
}
ul.kemurilabo_index {
  list-style: none;
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: center;
  border-radius: 100px;
  border: solid 4px #fff;
  box-shadow: 0px 10px 10px -6px rgba(0, 86, 136, 0.3);
  margin-bottom: 30px;
  position: relative;
  z-index: 150;
}
ul.kemurilabo_index li {
  text-align: center;
  width: 25%;
}
ul.kemurilabo_index li a {
  padding: 10px 0px;
  text-decoration: none;
  color: #FFF;
  background-color: #0082cd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: solid 1px #5ea3cb;
  height: 100%;
  box-sizing: border-box;
}
ul.kemurilabo_index li a:hover {
  background-color: #005293;
  color: #fff100;
}
ul.kemurilabo_index li:first-child a {
  border-radius: 100px 0 0 100px;
}
ul.kemurilabo_index li:last-child a {
  border-radius: 0 100px 100px 0;
  border-right: none;
}
/* ブランドメッセージ
------------------------------------------------- */
.kemurilabo_message {
  max-width: 1000px;
  margin: auto;
  background-color: #FFF;
  padding-bottom: 1px;
  position: relative;
  z-index: 200;
}
.kemurilabo_message h1 {
  background: linear-gradient(128deg, rgba(238, 239, 239, 1) 0%, rgba(159, 160, 160, 1) 100%);
  color: #0082cd;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  padding: 1px 10px;
  margin-bottom: 40px;
}
.kemurilabo_message ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  width: 94%;
  margin: 0 auto 40px;
}
.kemurilabo_message ul li {
  width: 180px;
  text-align: center;
}
.kemurilabo_message ul li:nth-child(2) {
  xwidth: calc(100% - 450px);
  min-width: 480px;
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(180deg, #9fa0a0 1px, transparent 1px); /* 罫線の色と太さ  */
  background-size: 100% 2em; /* 行の高さ */
  line-height: 2em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}
/* 涼体験？
------------------------------------------------- */
.kemurilabo_experience {
  max-width: 1200px;
  margin: auto;
  color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 200;
}
.kemurilabo_experience h1 {
  margin: 50px 0 20px -50px
}
.kemurilabo_experience h2 {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
.kemurilabo_experience div {
  padding-left: 50px;
  width: 55%;
  box-sizing: border-box;
}
.kemuri {
  width: 45%;
}
.kemuri img {
  width: 100%;
  height: auto;
}
/* おすすめシーン
------------------------------------------------- */
.kemurilabo_scene {
  position: relative;
  z-index: 200;
}
.kemurilabo_scene ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 100px 0;
  gap: 40px;
}
/* 商品
------------------------------------------------- */
.kemurilabo_item {
  border: solid 1px #FFF;
  border-radius: 10px;
  max-width: 1000px;
  margin: auto;
  background: linear-gradient(0deg, rgba(24, 145, 209, 0.7) 0%, rgba(40, 174, 190, 0.7) 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  padding: 10px 50px;
  box-sizing: border-box;
  margin-bottom: 100px;
  position: relative;
  z-index: 100;
}
.kemurilabo_mint {
  position: absolute;
  top: -50px;
  right: -30px;
}
.kemurilabo_item h1 {
  font-size: 1.2rem;
  font-weight: 500;
}
.kemurilabo_item h1 strong {
  font-size: 2.6rem;
  font-weight: 700;
}
.kemurilabo_item div {
  width: calc(100% - 400px);
  margin-left: 4%;
}
.kemurilabo_item h1 rt {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 3px;
}
.kemurilabo_item h1 em {
  font-style: normal;
  display: inline-block;
  border-radius: 50px;
  border: solid 1px #fff;
  line-height: 1.1;
  padding: 3px 20px;
  margin-bottom: 10px;
}
.kemurilabo_price {
  border-bottom: dotted 1px #fff;
  margin-bottom: 10px;
}
.kemurilabo_seibun {
  font-size: 1rem;
  line-height: 1.5;
}
.kemurilabo_item dl {
  display: flex;
  font-size: 0.875rem;
  flex-wrap: wrap;
}
.kemurilabo_item dl dt {
  width: 80px;
}
.kemurilabo_item dl dd {
  width: calc(100% - 80px);
}
.kemurilabo_soon {
  font-size: 2rem;
  color: #fff100;
}
.kemurilabo_soon span{
  font-size: 60%;
}
ul.kemurilabo_btn {
  list-style: none;
  display: flex;
  margin-top: 20px;
}
ul.kemurilabo_btn li {
  text-align: center;
  flex: 1;
  max-width: 400px;
}
ul.kemurilabo_btn li a {
  display: block;
  padding: 8px 10px;
  background-color: #fff100;
  border-radius: 5px;
  text-decoration: none;
  color: #005293;
  position: relative;
}
ul.kemurilabo_btn li a:before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
/* qa
------------------------------------------------- */
.kemurilabo_qa {
  text-align: center;
  width: 100%;
  background-image: url("../../images/kemurilabo/qa_bg.svg");
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  box-sizing: border-box;
  padding-top: 10%;
  z-index: 150;
}
.kemurilabo_qain {
  background-color: #0082cd;
  padding-bottom: 100px;
  padding: 0 4%;
}
.kemurilabo_qa h1 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 50px;
}
.kemurilabo_qa h1 img {
  display: block;
  margin: auto;
}
.kemurilabo_qa dl.qa {
  text-align: left;
  max-width: 1000px;
  margin: auto;
  color: #FFF;
}
.kemurilabo_qa dl.qa dt {
  color: #c9fbd1;
  font-size: 1.5rem;
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
}
.kemurilabo_qa dl.qa dt:before {
  color: #c9fbd1;
  font-size: 2.6rem;
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
.kemurilabo_qa dl.qa dd {
  padding-left: 50px;
  position: relative;
  border-bottom: solid 1px #5ea3cb;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.kemurilabo_qa dl.qa dd:before {
  color: #fff100;
  font-size: 2.6rem;
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
.kemurilabo_qa .link a {
  display: inline-block;
  border: solid 1px #FFF;
  border-radius: 5px;
  padding: 3px 40px 3px 20px;
  text-decoration: none;
  color: #FFF;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  font-size: 1.0625rem;
}
.kemurilabo_qa .link a:before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
/* フッター固定
------------------------------------------------- */
.kemurilabo_footfix {
  padding: 25px 4%;
  position: sticky;
  bottom: 0;
  left: 0;
  xbackground: linear-gradient(180deg, rgba(24, 145, 209, 0.95) 0%, rgba(40, 174, 190, 0.95) 100%);
  background-color: rgba(255, 255, 255, 0.3);
  border-top: solid 1px #fff;
  z-index: 999;
}
ul.kemurilabo_foot_btn {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
}
ul.kemurilabo_foot_btn li {
  text-align: center;
}
ul.kemurilabo_foot_btn li a {
  display: block;
  padding: 5px 55px 5px 40px;
  background-color: #fff100;
  border-radius: 5px;
  text-decoration: none;
  color: #005293;
  position: relative;
}
ul.kemurilabo_foot_btn li a:before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
/* イメージ画像
------------------------------------------------- */
.kemurilabo_image {
  list-style: none;
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 0;
  overflow: hidden;
  display: block;
}
.kemurilabo_image li {
  width: 45%;
}
.kemurilabo_image li img {
  width: 100%;
  height: auto;
}
.kemurilabo_image li:nth-child(2) {
  width: 50%;
  margin-left: auto;
  margin-top: -200px;
}
.kemurilabo_image li:nth-child(3) {
  width: 50%;
  margin-top: -200px;
}
/* イメージ画像
------------------------------------------------- */
.splide__slide img {
  height: auto;
  width: 100%;
}
.kemurilabo_photo {
  list-style: none;
  max-width: 1920px;
  margin: 0 auto !important;
  padding: 50px 0 150px !important;
}
.kemurilabo_photo li {
  width: 33.333%;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: flex;
}
.kemurilabo_photo4 img {
  border-radius: 10px;
}
/* アイスミントの香り
------------------------------------------------- */
.kemurilabo_scent {
  max-width: 1200px;
  margin: 0 auto 100px;
  color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 200;
}
.kemurilabo_scent h1 {
  margin: 50px 0 40px;
  font-size: 40px;
  line-height: 1.1;
}
.kemurilabo_scent div {
  padding-left: 50px;
  width: 55%;
  box-sizing: border-box;
}
.kemurilabo_scent div img {
  max-width: 100%;
  height: auto;
}