@charset "UTF-8";
/*--- 共通 ---*/
body {
  background-color: #fff;
}
body .anker {
  display: block;
  width: 100%;
  height: 0;
}
body .anker_product {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 106px;
  margin-top: -106px;
}
@media screen and (max-width: 1180px) {
  body .anker_product {
    padding-top: 9vw;
    margin-top: -9vw;
  }
}
@media screen and (max-width: 768px) {
  body .anker_product {
    padding-top: 0;
    margin-top: 0;
  }
}
body .wrap01 {
  max-width: 1052px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1180px) {
  body .wrap01 {
    max-width: none;
    width: 89.2%;
  }
}
@media screen and (max-width: 768px) {
  body .wrap01 {
    width: 90.3%;
  }
}
body .line {
  padding: 0 0.2em;
  background: linear-gradient(transparent 60%, #ff6 60%);
}
body .line.line_white {
  background: linear-gradient(transparent 60%, #fff 60%);
}
body .line.line_gray {
  background: linear-gradient(transparent 60%, #e9ebee 60%);
}
body .line.line_yellow01 {
  background: linear-gradient(transparent 80%, #fff88c 80%);
}

/*--- ヘッダー ---*/
header {
  display: none;
}
@media screen and (max-width: 768px) {
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    display: block;
  }
}
header .navToggle {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 14vw;
  height: 14vw;
  background-color: #5bb0e7;
  cursor: pointer;
  z-index: 10;
  text-align: center;
  z-index: 100;
  opacity: 1;
  transition-property: background-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
header .navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 7.2vw;
  border-bottom: solid 2px #fff;
  right: 3.4vw;
  transition: 0.25s ease-in-out;
}
header .navToggle span:nth-child(1) {
  top: 4.1vw;
}
header .navToggle span:nth-child(2) {
  top: 6.5vw;
}
header .navToggle span:nth-child(3) {
  top: 8.9vw;
}
header .navToggle.active {
  background-color: transparent;
}
header .navToggle.active span {
  top: 6.5vw;
  border-bottom-color: #5bb0e7;
  /* 最初のspanをマイナス45度に */
  /* 2番目と3番目のspanを45度に */
}
header .navToggle.active span:nth-child(1) {
  transform: rotate(-45deg);
}
header .navToggle.active span:nth-child(2), header .navToggle.active span:nth-child(3) {
  transform: rotate(45deg);
}

/*--- メニュー ---*/
#sp_menu {
  display: none;
}
@media screen and (max-width: 768px) {
  #sp_menu {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
  }
}
#sp_menu .menu_content {
  padding-top: 27.8vw;
  padding-bottom: 14.5vw;
  width: 80.5%;
  margin-left: auto;
  margin-right: auto;
}
#sp_menu .menu_content .menu_list li a {
  display: block;
  font-size: 3.9vw;
  padding: 7.2vw 2vw;
  color: #6c7a8b;
  border-bottom: 1px solid #6c7a8b;
  background-image: url(../images/page_link_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 1.9vw center;
  background-size: 4.1vw auto;
}

/*--- フロートボタン ---*/
.float_bt {
  width: 171px;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99;
  transform: translateY(-50%);
}
@media screen and (max-width: 1180px) {
  .float_bt {
    width: 14.5vw;
  }
}
@media screen and (max-width: 768px) {
  .float_bt {
    width: 100%;
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
}

/*--- メインビジュアル ---*/
#mv {
  background-image: url(../images/mv_bg01_pc.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  position: relative;
}
@media screen and (max-width: 768px) {
  #mv {
    background-image: url(../images/mv_bg01_sp.jpg);
  }
}
#mv .logo {
  width: 120px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}
@media screen and (max-width: 1180px) {
  #mv .logo {
    width: 10.2vw;
    top: 2.5vw;
    left: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .logo {
    width: 19.1vw;
    top: 4.1vw;
    left: 4.1vw;
  }
}
#mv .bg01 {
  background-image: url(../images/mv_bg02_pc.png);
  background-repeat: no-repeat;
  background-size: 1140px auto;
  background-position: center bottom;
}
@media screen and (max-width: 1180px) {
  #mv .bg01 {
    background-size: 96.6% auto;
  }
}
@media screen and (max-width: 768px) {
  #mv .bg01 {
    background-image: url(../images/mv_bg02_sp.png);
    background-size: 100% auto;
    background-position: center top;
  }
}
#mv .wrap01 {
  padding-top: 150px;
  height: 974px;
}
@media screen and (max-width: 1180px) {
  #mv .wrap01 {
    padding-top: 12.7vw;
    height: 82.5vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .wrap01 {
    padding-top: 21.7vw;
    width: 82.6%;
    height: 201.7vw;
  }
}
#mv .wrap01 h1 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.9em;
  color: #5bb0e7;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1180px) {
  #mv .wrap01 h1 {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .wrap01 h1 {
    width: 108%;
    font-size: 5.6vw;
    letter-spacing: 0.1em;
  }
}
#mv .wrap01 .txt01 {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5em;
  color: #5bb0e7;
  margin-top: 55px;
}
@media screen and (max-width: 1180px) {
  #mv .wrap01 .txt01 {
    font-size: 1.4vw;
    margin-top: 4.7vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .wrap01 .txt01 {
    width: 105%;
    font-size: 3.9vw;
    line-height: 2em;
    letter-spacing: 0;
    margin-top: 70.3vw;
    text-shadow: 0px 0px 4px rgb(255, 255, 255), 0px 0px 4px rgb(255, 255, 255);
  }
}
#mv .page_menu {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1052px;
  width: 96%;
  padding: 42px 0 70px;
}
@media screen and (max-width: 1180px) {
  #mv .page_menu {
    max-width: none;
    width: 89.2%;
    padding: 3.6vw 0 5.9vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .page_menu {
    display: none;
  }
}
#mv .page_menu.m_fixed {
  position: fixed;
  top: 0;
  bottom: auto;
  z-index: 50;
}
#mv .page_menu .menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 21px;
}
@media screen and (max-width: 1180px) {
  #mv .page_menu .menu_list {
    border-radius: 1.8vw;
  }
}
#mv .page_menu .menu_list li {
  display: inline-block;
}
#mv .page_menu .menu_list li + li {
  margin-left: 20px;
}
@media screen and (max-width: 1180px) {
  #mv .page_menu .menu_list li + li {
    margin-left: 1.7vw;
  }
}
#mv .page_menu .menu_list li a {
  display: inline-block;
  height: 42px;
  padding-right: 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 42px;
  color: #6c7a8b;
  letter-spacing: 0;
  background-image: url(../images/page_link_arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
}
@media screen and (max-width: 1180px) {
  #mv .page_menu .menu_list li a {
    height: 3.6vw;
    padding-right: 1.9vw;
    font-size: 1.2vw;
    line-height: 3.6vw;
    background-size: 1.6vw auto;
  }
}

/*--- いつものシャワーに「+1」とは？ ---*/
#about {
  background-color: #e7f3fb;
  position: relative;
}
#about .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 191px;
  z-index: 1;
  background: linear-gradient(to bottom, rgb(231, 243, 251) 0%, rgb(148, 204, 239) 100%);
}
@media screen and (max-width: 1180px) {
  #about .bg {
    height: 16.9vw;
  }
}
@media screen and (max-width: 768px) {
  #about .bg {
    height: 29.5vw;
  }
}
#about .wrap01 {
  position: relative;
  z-index: 2;
  padding-top: 130px;
}
@media screen and (max-width: 1180px) {
  #about .wrap01 {
    padding-top: 11vw;
  }
}
@media screen and (max-width: 768px) {
  #about .wrap01 {
    width: 100%;
    padding-top: 13.3vw;
  }
}
#about h2 {
  max-width: 920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1180px) {
  #about h2 {
    max-width: none;
    width: 78vw;
  }
}
@media screen and (max-width: 768px) {
  #about h2 {
    width: 65.7vw;
  }
}
#about .img01 {
  max-width: 861px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
}
@media screen and (max-width: 1180px) {
  #about .img01 {
    max-width: none;
    width: 73vw;
    padding-top: 5.9vw;
  }
}
@media screen and (max-width: 768px) {
  #about .img01 {
    width: 100%;
    padding-top: 9.7vw;
  }
}
#about .btn01 {
  max-width: 371px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  #about .btn01 {
    max-width: none;
    width: 34.1vw;
    margin-top: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #about .btn01 {
    max-width: none;
    width: 59.7vw;
    margin-top: 0.2vw;
  }
}
#about .btn01 a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #6c7a8b;
  border-radius: 1.8em;
  padding: 0.7em 1.2em 0.8em;
  text-align: left;
  background-image: url(../images/btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: right 1.2em center;
}
@media screen and (max-width: 1180px) {
  #about .btn01 a {
    font-size: 1.7vw;
    background-size: 0.6vw auto;
  }
}
@media screen and (max-width: 768px) {
  #about .btn01 a {
    font-size: 3.4vw;
    margin-top: 0.2vw;
    background-size: 1.2vw auto;
    padding: 0.7em 0.7em 0.8em;
  }
}
#about .txt_box01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1180px) {
  #about .txt_box01 {
    margin-top: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #about .txt_box01 {
    display: block;
    margin-top: 18vw;
    padding-bottom: 18.4vw;
    position: relative;
  }
}
#about .txt_box01 .img02 {
  width: 34.2%;
}
@media screen and (max-width: 768px) {
  #about .txt_box01 .img02 {
    width: 65.7vw;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
#about .txt_box01 .txt_block {
  width: 64.8%;
  padding: 35px 0;
  padding-left: 20px;
  border-top: 2px solid #5bb0e7;
  border-bottom: 2px solid #5bb0e7;
}
@media screen and (max-width: 1180px) {
  #about .txt_box01 .txt_block {
    padding: 3vw 0;
    padding-left: 1.7vw;
    border-top-width: 0.2vw;
    border-bottom-width: 0.2vw;
  }
}
@media screen and (max-width: 768px) {
  #about .txt_box01 .txt_block {
    margin-left: auto;
    margin-right: 5.1vw;
    width: 52.1vw;
    padding-left: 1vw;
    border-top-width: 0.5vw;
    border-bottom-width: 0.5vw;
  }
}
#about .txt_box01 .txt_block .txt01 {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.7em;
  color: #5bb0e7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1180px) {
  #about .txt_box01 .txt_block .txt01 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  #about .txt_box01 .txt_block .txt01 {
    font-size: 4.3vw;
    line-height: 1.9em;
    letter-spacing: 0.05em;
  }
}

/*--- モーダル ---*/
.modaal-overlay {
  background: rgba(91, 176, 231, 0.5) !important;
}

.modaal-inner-wrapper {
  padding: 80px 4.8vw;
}

.modaal-container {
  max-width: 1052px;
  border-radius: 20px;
  box-shadow: none;
}
@media screen and (max-width: 1180px) {
  .modaal-container {
    max-width: none;
    width: 89.2vw;
    border-radius: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .modaal-container {
    width: 100%;
    border-radius: 4.6vw;
  }
}

.modaal-content-container {
  position: relative;
  padding: 90px 30px 60px;
}
@media screen and (max-width: 1180px) {
  .modaal-content-container {
    padding: 7.6vw 2.5vw 5.1vw;
  }
}
@media screen and (max-width: 768px) {
  .modaal-content-container {
    padding: 25.4vw 0vw 13.3vw;
  }
}

.modaal_content h3 {
  font-size: 39px;
  font-weight: 500;
  line-height: 2em;
  color: #5bb0e7;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1180px) {
  .modaal_content h3 {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  .modaal_content h3 {
    font-size: 6vw;
    line-height: 1.7em;
  }
}
.modaal_content .m_img_box {
  max-width: 784px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1180px) {
  .modaal_content .m_img_box {
    max-width: none;
    width: 66.4vw;
    margin-top: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  .modaal_content .m_img_box {
    display: block;
    width: 65vw;
    margin-top: 8.5vw;
  }
}
.modaal_content .m_img_box .m_img_block {
  width: 46.8%;
}
@media screen and (max-width: 768px) {
  .modaal_content .m_img_box .m_img_block {
    width: 100%;
  }
  .modaal_content .m_img_box .m_img_block + .m_img_block {
    margin-top: 8.5vw;
  }
}
.modaal_content .m_img_box .m_img_block .m_img01 {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1180px) {
  .modaal_content .m_img_box .m_img_block .m_img01 {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .modaal_content .m_img_box .m_img_block .m_img01 {
    margin-bottom: 5.3vw;
  }
}
.modaal_content .m_img_box .m_img_block .m_txt01 {
  text-align: center;
}
.modaal_content .m_img_box .m_img_block .m_txt01 img {
  display: inline-block;
  width: auto;
  height: 24px;
}
@media screen and (max-width: 1180px) {
  .modaal_content .m_img_box .m_img_block .m_txt01 img {
    height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .modaal_content .m_img_box .m_img_block .m_txt01 img {
    height: 4.1vw;
  }
}
.modaal_content .m_img_box .m_img_block .m_txt02 {
  font-size: 27px;
  color: #6c7a8b;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1180px) {
  .modaal_content .m_img_box .m_img_block .m_txt02 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  .modaal_content .m_img_box .m_img_block .m_txt02 {
    font-size: 4.8vw;
  }
}
.modaal_content .m_img_box .m_img_block .m_txt02 sup {
  font-size: 0.6em;
}
.modaal_content .m_sub_txt {
  max-width: 784px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7em;
  color: #6c7a8b;
}
@media screen and (max-width: 1180px) {
  .modaal_content .m_sub_txt {
    max-width: none;
    width: 66.4vw;
    margin-top: 5.9vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .modaal_content .m_sub_txt {
    max-width: none;
    width: 80.4vw;
    margin-top: 8.5vw;
    font-size: 2.4vw;
    line-height: 1.9em;
  }
}
.modaal_content .close {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
}
@media screen and (max-width: 1180px) {
  .modaal_content .close {
    top: 2.1vw;
    right: 2.1vw;
    width: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  .modaal_content .close {
    top: 4.8vw;
    right: 4.8vw;
    width: 9.7vw;
  }
}

/*--- タイプとシーンでイメージする「+1」 ---*/
#imagine {
  background-color: #f1eae4;
}
#imagine .wrap01 {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1180px) {
  #imagine .wrap01 {
    padding-top: 11vw;
    padding-bottom: 11vw;
  }
}
@media screen and (max-width: 768px) {
  #imagine .wrap01 {
    width: 100%;
    padding-top: 14.5vw;
    padding-bottom: 14.5vw;
  }
}
#imagine h2 {
  max-width: 1026px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1180px) {
  #imagine h2 {
    max-width: none;
    width: 86.9vw;
  }
}
@media screen and (max-width: 768px) {
  #imagine h2 {
    width: 68.6vw;
  }
}
#imagine .txt01 {
  font-size: 15px;
  line-height: 1.7em;
  color: #6c7a8b;
  margin-top: 1.5em;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  #imagine .txt01 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #imagine .txt01 {
    font-size: 3.4vw;
    line-height: 1.9em;
  }
}
#imagine .img01 {
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1180px) {
  #imagine .img01 {
    max-width: none;
    width: 63.6vw;
    margin-top: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  #imagine .img01 {
    width: 67.6vw;
    margin-top: 8vw;
  }
}
#imagine #type {
  margin-top: 130px;
}
@media screen and (max-width: 1180px) {
  #imagine #type {
    margin-top: 11vw;
  }
}
@media screen and (max-width: 768px) {
  #imagine #type {
    overflow: hidden;
    margin-top: 13.3vw;
  }
}
#imagine #type h3 {
  font-size: 39px;
  font-weight: 500;
  line-height: 1.7em;
  color: #6c7a8b;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1180px) {
  #imagine #type h3 {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #imagine #type h3 {
    font-size: 6vw;
    line-height: 1.7em;
  }
}
#imagine #type .type_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #imagine #type .type_box {
    display: block;
  }
  #imagine #type .type_box .slider .slide .inner {
    padding: 0 2.4vw;
  }
}
#imagine #type .type_box .type_block {
  width: 31.9%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #imagine #type .type_box .type_block {
    width: 100%;
  }
}
#imagine #type .type_box .type_block .img01 {
  width: 100%;
}
#imagine #type .type_box .type_block .link_lsit {
  width: 82.1%;
  position: absolute;
  left: 8.95%;
  bottom: 30px;
}
@media screen and (max-width: 1180px) {
  #imagine #type .type_box .type_block .link_lsit {
    bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #imagine #type .type_box .type_block .link_lsit {
    bottom: 6.8vw;
  }
}
#imagine #type .type_box .type_block .link_lsit li + li {
  margin-top: 12px;
}
@media screen and (max-width: 1180px) {
  #imagine #type .type_box .type_block .link_lsit li + li {
    margin-top: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #imagine #type .type_box .type_block .link_lsit li + li {
    margin-top: 3.1vw;
  }
}
#imagine #type .type_box .type_block .link_lsit li a {
  display: block;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
}
#imagine #type .type_box .type_block .link_lsit li a:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  #imagine #type .type_box .type_block .link_lsit li a:hover {
    transform: scale(1);
  }
}
#imagine #type .type_box .type_block.type_block01 {
  order: 2;
}
#imagine #type .type_box .type_block.type_block02 {
  order: 1;
}
#imagine #type .type_box .type_block.type_block03 {
  order: 3;
}
#imagine #concerns {
  margin-top: 130px;
}
@media screen and (max-width: 1180px) {
  #imagine #concerns {
    margin-top: 11vw;
  }
}
@media screen and (max-width: 768px) {
  #imagine #concerns {
    overflow: hidden;
    margin-top: 8.7vw;
  }
}
#imagine #concerns h3 {
  font-size: 39px;
  font-weight: 500;
  line-height: 1.7em;
  color: #6c7a8b;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1180px) {
  #imagine #concerns h3 {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #imagine #concerns h3 {
    font-size: 6vw;
    line-height: 1.7em;
  }
}
#imagine #concerns .pop_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 1180px) {
  #imagine #concerns .pop_box {
    margin-top: 8.2vw;
  }
}
@media screen and (max-width: 768px) {
  #imagine #concerns .pop_box {
    display: block;
  }
}
#imagine #concerns .pop_box .pop {
  width: 23.6%;
  margin-left: 1.8%;
}
@media screen and (max-width: 768px) {
  #imagine #concerns .pop_box .pop {
    width: 100%;
    margin-left: 0;
  }
}
#imagine #concerns .pop_box .pop.pop01, #imagine #concerns .pop_box .pop.pop05 {
  margin-left: 0;
}
#imagine #concerns .pop_box .pop.pop05, #imagine #concerns .pop_box .pop.pop06, #imagine #concerns .pop_box .pop.pop07 {
  margin-top: 14px;
}
@media screen and (max-width: 1180px) {
  #imagine #concerns .pop_box .pop.pop05, #imagine #concerns .pop_box .pop.pop06, #imagine #concerns .pop_box .pop.pop07 {
    margin-top: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #imagine #concerns .pop_box .pop.pop05, #imagine #concerns .pop_box .pop.pop06, #imagine #concerns .pop_box .pop.pop07 {
    margin-top: 0;
  }
}
#imagine #concerns .pop_box .pop a {
  display: block;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
}
#imagine #concerns .pop_box .pop a:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  #imagine #concerns .pop_box .pop a:hover {
    transform: scale(1);
  }
}
#imagine #concerns .pop_box .pop.pop01 {
  order: 1;
}
#imagine #concerns .pop_box .pop.pop02 {
  order: 2;
}
#imagine #concerns .pop_box .pop.pop03 {
  order: 3;
}
#imagine #concerns .pop_box .pop.pop04 {
  order: 4;
}
#imagine #concerns .pop_box .pop.pop05 {
  order: 5;
}
#imagine #concerns .pop_box .pop.pop06 {
  order: 6;
}
#imagine #concerns .pop_box .pop.pop07 {
  order: 7;
}

/*--- 製品ラインアップ ---*/
#product {
  position: relative;
  padding-top: 130px;
}
@media screen and (max-width: 1180px) {
  #product {
    padding-top: 11vw;
  }
}
@media screen and (max-width: 768px) {
  #product {
    padding-top: 14.5vw;
  }
}
#product .wrap01 {
  position: relative;
  z-index: 2;
}
#product .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 191px;
  z-index: 1;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(141, 200, 238) 100%);
}
@media screen and (max-width: 1180px) {
  #product .bg {
    height: 16.2vw;
  }
}
@media screen and (max-width: 768px) {
  #product .bg {
    height: 30.2vw;
  }
}
#product h2 {
  max-width: 727px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1180px) {
  #product h2 {
    max-width: none;
    width: 61.6vw;
  }
}
@media screen and (max-width: 768px) {
  #product h2 {
    width: 59.7vw;
  }
}
#product #lineup {
  margin-top: 60px;
}
@media screen and (max-width: 1180px) {
  #product #lineup {
    margin-top: 5.1vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup {
    margin-top: 7.2vw;
  }
}
#product #lineup h3 {
  font-size: 29px;
  font-weight: 500;
  line-height: 1.7em;
  color: #5bb0e7;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1180px) {
  #product #lineup h3 {
    font-size: 2.5vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup h3 {
    font-size: 4.1vw;
    line-height: 1.7em;
    margin-bottom: 9.2vw;
  }
}
#product #lineup .product_section {
  background-color: #f3f5f6;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: space-between;
  margin-bottom: 22px;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section {
    border-radius: 1.7vw;
    margin-bottom: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section {
    display: block;
    border-radius: 3.6vw;
    margin-bottom: 4.8vw;
    padding-top: 6vw;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    padding-bottom: 8.2vw;
  }
}
#product #lineup .product_section:last-child {
  margin-bottom: 0;
}
#product #lineup .product_section .left_block {
  width: 50%;
  padding-left: 57px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section .left_block {
    padding-left: 4.8vw;
    padding-bottom: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section .left_block {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
#product #lineup .product_section .left_block h4 {
  width: 310px;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section .left_block h4 {
    width: 26.3vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section .left_block h4 {
    width: 59.9vw;
  }
}
#product #lineup .product_section .left_block h4 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#product #lineup .product_section .left_block .spec {
  width: 310px;
  border-top: 1px solid #98a2ae;
  padding-top: 15px;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section .left_block .spec {
    width: 26.3vw;
    padding-top: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section .left_block .spec {
    width: 59.9vw;
    padding-top: 2.2vw;
  }
}
#product #lineup .product_section .left_block .spec .model {
  font-size: 15px;
  color: #6c7a8b;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section .left_block .spec .model {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section .left_block .spec .model {
    font-size: 2.9vw;
  }
}
#product #lineup .product_section .left_block .spec .price {
  font-size: 13px;
  color: #6c7a8b;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section .left_block .spec .price {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section .left_block .spec .price {
    font-size: 2.4vw;
  }
}
#product #lineup .product_section .left_block .spec .price strong {
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section .left_block .spec .price strong {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section .left_block .spec .price strong {
    font-size: 3.9vw;
  }
}
#product #lineup .product_section .left_block .spec .price .s-txt {
  font-size: 13px;
  font-weight: normal;
  color: #6c7a8b;
  line-height: 1.5em;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section .left_block .spec .price .s-txt {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section .left_block .spec .price .s-txt {
    font-size: 2.7vw;
  }
}
#product #lineup .product_section .left_block .btn01 {
  width: 321px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section .left_block .btn01 {
    width: 27.2vw;
    margin-top: 3.8vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section .left_block .btn01 {
    display: none;
  }
}
#product #lineup .product_section .left_block .product_img01 {
  position: absolute;
  width: 129px;
  right: 55px;
  top: 35px;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section .left_block .product_img01 {
    width: 10.9vw;
    right: 4.7vw;
    top: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section .left_block .product_img01 {
    width: 24.9vw;
    right: 1.2vw;
    top: 0vw;
  }
}
#product #lineup .product_section .rgiht_block {
  width: 50%;
  padding-top: 80px;
  padding-right: 50px;
  padding-bottom: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section .rgiht_block {
    padding-top: 6.8vw;
    padding-right: 4.2vw;
    padding-bottom: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section .rgiht_block {
    width: 100%;
    padding-top: 7.2vw;
    padding-right: 0;
    padding-bottom: 0;
    display: block;
  }
}
#product #lineup .product_section .rgiht_block .catch {
  width: 110%;
  font-size: 23px;
  font-weight: 500;
  color: #5bb0e7;
  line-height: 1.7em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section .rgiht_block .catch {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section .rgiht_block .catch {
    width: 105%;
    font-size: 4.5vw;
    line-height: 1.6em;
  }
}
#product #lineup .product_section .rgiht_block .point_box {
  background-color: #aeb6bf;
  border-radius: 10px;
  padding: 15px 20px;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section .rgiht_block .point_box {
    border-radius: 0.8vw;
    padding: 1.3vw 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section .rgiht_block .point_box {
    border-radius: 1.9vw;
    padding: 2.4vw 3.1vw;
    margin-top: 4.8vw;
  }
}
#product #lineup .product_section .rgiht_block .point_box .pint_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#product #lineup .product_section .rgiht_block .point_box .pint_block + .pint_block {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #fff;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section .rgiht_block .point_box .pint_block + .pint_block {
    margin-top: 0.8vw;
    padding-top: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section .rgiht_block .point_box .pint_block + .pint_block {
    margin-top: 2.4vw;
    padding-top: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section .rgiht_block .point_box .pint_block .p_no {
    height: 3.4vw;
    line-height: 3.4vw;
  }
}
#product #lineup .product_section .rgiht_block .point_box .pint_block .p_no img {
  width: auto;
  height: 18px;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section .rgiht_block .point_box .pint_block .p_no img {
    height: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section .rgiht_block .point_box .pint_block .p_no img {
    height: 3.4vw;
  }
}
#product #lineup .product_section .rgiht_block .point_box .pint_block .p_txt01 {
  width: 81.4%;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section .rgiht_block .point_box .pint_block .p_txt01 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section .rgiht_block .point_box .pint_block .p_txt01 {
    width: 78.8%;
    font-size: 3.4vw;
  }
}
#product #lineup .product_section .rgiht_block .point_box .pint_block .p_txt01 .sub_txt {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3em;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section .rgiht_block .point_box .pint_block .p_txt01 .sub_txt {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section .rgiht_block .point_box .pint_block .p_txt01 .sub_txt {
    font-size: 2.4vw;
  }
}
#product #lineup .product_section .rgiht_block .btn01 {
  display: none;
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section .rgiht_block .btn01 {
    display: block;
    width: 62.1vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.5vw;
  }
}
#product #lineup .product_section.purelus {
  background-color: #fef5f5;
}
#product #lineup .product_section.purelus .rgiht_block .catch {
  color: #ef9b9a;
}
#product #lineup .product_section.purelus .rgiht_block .point_box {
  background-color: #f4adad;
}
#product #lineup .product_section#avanti_fine .left_block h4 {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section#avanti_fine .left_block h4 {
    padding-top: 6.8vw;
    padding-bottom: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section#avanti_fine .left_block h4 {
    padding-top: 8.9vw;
    padding-bottom: 10.4vw;
  }
}
#product #lineup .product_section#avanti_fine .left_block h4 img {
  width: 221px;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section#avanti_fine .left_block h4 img {
    width: 18.7vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section#avanti_fine .left_block h4 img {
    width: 42.8vw;
  }
}
#product #lineup .product_section#scalp_fine .left_block h4 {
  padding-top: 51px;
  padding-bottom: 32px;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section#scalp_fine .left_block h4 {
    padding-top: 4.3vw;
    padding-bottom: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section#scalp_fine .left_block h4 {
    padding-top: 4.1vw;
    padding-bottom: 6.3vw;
  }
}
#product #lineup .product_section#scalp_fine .left_block h4 img {
  width: 193px;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section#scalp_fine .left_block h4 img {
    width: 16.4vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section#scalp_fine .left_block h4 img {
    width: 37.2vw;
  }
}
#product #lineup .product_section#scalp_fine .left_block .product_img01 {
  width: 153px;
  right: 40px;
  top: 28px;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section#scalp_fine .left_block .product_img01 {
    width: 13vw;
    right: 3.4vw;
    top: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section#scalp_fine .left_block .product_img01 {
    width: 29.5vw;
    right: -2.2vw;
    top: 0.7vw;
  }
}
#product #lineup .product_section#scalp_fine .rgiht_block .catch {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section#scalp_fine .rgiht_block .catch {
    letter-spacing: 0.03em;
  }
}
#product #lineup .product_section#avanti_fine_comfort .left_block h4 {
  padding-top: 62px;
  padding-bottom: 39px;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section#avanti_fine_comfort .left_block h4 {
    padding-top: 5.2vw;
    padding-bottom: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section#avanti_fine_comfort .left_block h4 {
    padding-top: 7.2vw;
    padding-bottom: 7.7vw;
  }
}
#product #lineup .product_section#avanti_fine_comfort .left_block h4 img {
  width: 229px;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section#avanti_fine_comfort .left_block h4 img {
    width: 19.4vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section#avanti_fine_comfort .left_block h4 img {
    width: 44.2vw;
  }
}
#product #lineup .product_section#avanti_risaia_comfort .left_block h4 {
  padding-top: 64px;
  padding-bottom: 34px;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section#avanti_risaia_comfort .left_block h4 {
    padding-top: 5.4vw;
    padding-bottom: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section#avanti_risaia_comfort .left_block h4 {
    padding-top: 7.2vw;
    padding-bottom: 7.7vw;
  }
}
#product #lineup .product_section#avanti_risaia_comfort .left_block h4 img {
  width: 232px;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section#avanti_risaia_comfort .left_block h4 img {
    width: 19.7vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section#avanti_risaia_comfort .left_block h4 img {
    width: 44.7vw;
  }
}
#product #lineup .product_section#purelus_fine .left_block h4 {
  padding-top: 74px;
  padding-bottom: 54px;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section#purelus_fine .left_block h4 {
    padding-top: 6.3vw;
    padding-bottom: 4.6vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section#purelus_fine .left_block h4 {
    padding-top: 9.2vw;
    padding-bottom: 10.1vw;
  }
}
#product #lineup .product_section#purelus_fine .left_block h4 img {
  width: 237px;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section#purelus_fine .left_block h4 img {
    width: 20.1vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section#purelus_fine .left_block h4 img {
    width: 45.7vw;
  }
}
#product #lineup .product_section#purelus_finish_mist .left_block h4 {
  padding-top: 35px;
  padding-bottom: 14px;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section#purelus_finish_mist .left_block h4 {
    padding-top: 3vw;
    padding-bottom: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section#purelus_finish_mist .left_block h4 {
    padding-top: 0;
    padding-bottom: 3.1vw;
  }
}
#product #lineup .product_section#purelus_finish_mist .left_block h4 img {
  width: 196px;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section#purelus_finish_mist .left_block h4 img {
    width: 16.6vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section#purelus_finish_mist .left_block h4 img {
    width: 37.9vw;
  }
}
#product #lineup .product_section#purelus_finish_mist .left_block .product_img01 {
  width: 129px;
  right: 61px;
  top: 68px;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section#purelus_finish_mist .left_block .product_img01 {
    width: 10.9vw;
    right: 5.2vw;
    top: 5.8vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section#purelus_finish_mist .left_block .product_img01 {
    width: 24.9vw;
    right: -2vw;
    top: 2.4vw;
  }
}
#product #lineup .product_section#purelus_fine_luminous .left_block h4 {
  padding-top: 51px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section#purelus_fine_luminous .left_block h4 {
    padding-top: 4.3vw;
    padding-bottom: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section#purelus_fine_luminous .left_block h4 {
    padding-top: 5.1vw;
    padding-bottom: 7.2vw;
  }
}
#product #lineup .product_section#purelus_fine_luminous .left_block h4 img {
  width: 201px;
}
@media screen and (max-width: 1180px) {
  #product #lineup .product_section#purelus_fine_luminous .left_block h4 img {
    width: 17.1vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section#purelus_fine_luminous .left_block h4 img {
    width: 38.9vw;
  }
}
@media screen and (max-width: 768px) {
  #product #lineup .product_section#purelus_fine_luminous .rgiht_block .catch {
    letter-spacing: 0.05em;
  }
}
#product #chart {
  margin-top: 120px;
}
@media screen and (max-width: 1180px) {
  #product #chart {
    margin-top: 10.2vw;
  }
}
@media screen and (max-width: 768px) {
  #product #chart {
    margin-top: 14.5vw;
  }
}
#product #chart h3 {
  max-width: 643px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1180px) {
  #product #chart h3 {
    max-width: none;
    width: 54.5vw;
  }
}
@media screen and (max-width: 768px) {
  #product #chart h3 {
    max-width: none;
    width: 74.2vw;
  }
}
#product #chart .chart_box {
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 1180px) {
  #product #chart .chart_box {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #product #chart .chart_box {
    margin-top: 4.6vw;
    overflow-x: scroll;
  }
}
#product #chart .chart_box .chart_img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #product #chart .chart_box .chart_img {
    width: 167.4vw;
  }
}
#product #chart .chart_box .scroll_arrow {
  display: none;
}
@media screen and (max-width: 768px) {
  #product #chart .chart_box .scroll_arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 28.2vw;
    display: block;
    opacity: 1;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
  }
  #product #chart .chart_box .scroll_arrow img {
    display: block;
    animation: blink 1.6s ease-in-out infinite;
  }
  #product #chart .chart_box .scroll_arrow.fadeout {
    opacity: 0;
    animation: none;
    pointer-events: none;
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
#product #product_message {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1180px) {
  #product #product_message {
    margin-top: 6.8vw;
  }
}
@media screen and (max-width: 768px) {
  #product #product_message {
    width: 100%;
    margin-top: 14.5vw;
    padding-bottom: 25.1vw;
    padding-right: 4.8vw;
    position: relative;
  }
}
#product #product_message .img01 {
  width: 29.5%;
}
@media screen and (max-width: 768px) {
  #product #product_message .img01 {
    width: 72.5vw;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
#product #product_message .txt_box01 {
  width: 64.8%;
  border-top: 2px solid #5bb0e7;
  border-bottom: 2px solid #5bb0e7;
  padding: 50px 16px;
}
@media screen and (max-width: 1180px) {
  #product #product_message .txt_box01 {
    padding: 4.2vw 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #product #product_message .txt_box01 {
    width: 53.3vw;
    margin-left: auto;
    margin-right: 0;
    padding-left: 1vw;
    padding: 7.2vw 0.2vw;
  }
}
#product #product_message .txt_box01 .txt01 {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.7em;
  color: #5bb0e7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1180px) {
  #product #product_message .txt_box01 .txt01 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  #product #product_message .txt_box01 .txt01 {
    font-size: 4vw;
    line-height: 1.8em;
    letter-spacing: 0;
  }
}

/* --- 使い分けレシピ --- */
#recipe {
  background-color: #e7f3fb;
  padding-top: 130px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1180px) {
  #recipe {
    padding-top: 11vw;
    padding-bottom: 11vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe {
    padding-top: 14.5vw;
    padding-bottom: 14.5vw;
  }
}
#recipe h2 {
  max-width: 672px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1180px) {
  #recipe h2 {
    max-width: none;
    width: 56.9vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe h2 {
    max-width: none;
    width: 52.7vw;
  }
}
#recipe #fine_buble_plus {
  margin-top: 100px;
}
@media screen and (max-width: 1180px) {
  #recipe #fine_buble_plus {
    margin-top: 8.5vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #fine_buble_plus {
    width: 100%;
    margin-top: 12.1vw;
    overflow: hidden;
  }
}
#recipe #fine_buble_plus h3 {
  font-size: 39px;
  font-weight: 500;
  text-align: center;
  color: #6c7a8b;
}
@media screen and (max-width: 1180px) {
  #recipe #fine_buble_plus h3 {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #fine_buble_plus h3 {
    font-size: 6vw;
    line-height: 1.7em;
  }
}
#recipe #fine_buble_plus .fine_buble_plus_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 65px;
}
@media screen and (max-width: 1180px) {
  #recipe #fine_buble_plus .fine_buble_plus_box {
    margin-top: 5.5vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #fine_buble_plus .fine_buble_plus_box {
    margin-top: 8.7vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #fine_buble_plus .fine_buble_plus_box {
    display: block;
  }
}
#recipe #fine_buble_plus .fine_buble_plus_box .fine_buble_plus_img {
  width: 31.9%;
}
@media screen and (max-width: 768px) {
  #recipe #fine_buble_plus .fine_buble_plus_box .fine_buble_plus_img {
    width: 100%;
  }
}
#recipe #recipe_step {
  margin-top: 65px;
}
@media screen and (max-width: 1180px) {
  #recipe #recipe_step {
    margin-top: 5.5vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #recipe_step {
    margin-top: 13.8vw;
  }
}
#recipe #recipe_step h3 {
  max-width: 514px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1180px) {
  #recipe #recipe_step h3 {
    max-width: none;
    width: 43.6vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #recipe_step h3 {
    max-width: none;
    width: 59.4vw;
  }
}
#recipe #recipe_step .step_bg {
  position: relative;
  z-index: 1;
  background-color: #cde7f8;
  border-radius: 20px;
  padding-top: 80px;
  padding-bottom: 30px;
  margin-top: -50px;
}
@media screen and (max-width: 1180px) {
  #recipe #recipe_step .step_bg {
    border-radius: 1.7vw;
    padding-top: 6.8vw;
    padding-bottom: 2.5vw;
    margin-top: -4.2vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #recipe_step .step_bg {
    border-radius: 4.3vw;
    padding-top: 19.3vw;
    padding-bottom: 9.7vw;
    margin-top: -12.3vw;
  }
}
#recipe #recipe_step .step_bg .step_box {
  width: 94.3%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #recipe #recipe_step .step_bg .step_box {
    width: 78.9%;
    display: block;
  }
}
#recipe #recipe_step .step_bg .step_box .step_block {
  width: 29.7%;
}
@media screen and (max-width: 768px) {
  #recipe #recipe_step .step_bg .step_box .step_block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
#recipe #recipe_step .step_bg .step_box .step_block .step_no {
  width: 97px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1180px) {
  #recipe #recipe_step .step_bg .step_box .step_block .step_no {
    width: 8.2vw;
    margin-bottom: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #recipe_step .step_bg .step_box .step_block .step_no {
    width: 20.3vw;
    margin-bottom: 0;
    margin-right: 7.2vw;
  }
}
#recipe #recipe_step .step_bg .step_box .step_block .step_txt01 {
  font-size: 19px;
  font-weight: 500;
  text-align: left;
  color: #6c7a8b;
  line-height: 1.5em;
  letter-spacing: 0;
  height: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1180px) {
  #recipe #recipe_step .step_bg .step_box .step_block .step_txt01 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #recipe_step .step_bg .step_box .step_block .step_txt01 {
    font-size: 4.1vw;
    line-height: 1.6em;
    letter-spacing: 0;
  }
}
#recipe #recipe_step .step_bg .step_box .step_block .step_img {
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 1180px) {
  #recipe #recipe_step .step_bg .step_box .step_block .step_img {
    margin-top: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #recipe_step .step_bg .step_box .step_block .step_img {
    margin-top: 3.1vw;
  }
}
#recipe #recipe_step .step_bg .step_box .arrow {
  width: 2.5%;
  padding-bottom: 98px;
}
@media screen and (max-width: 1180px) {
  #recipe #recipe_step .step_bg .step_box .arrow {
    padding-bottom: 8.3vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #recipe_step .step_bg .step_box .arrow {
    width: 6.5vw;
    margin-top: 4.8vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.6vw;
    padding-bottom: 0;
  }
}
#recipe #rakuraku {
  margin-top: 65px;
}
@media screen and (max-width: 1180px) {
  #recipe #rakuraku {
    margin-top: 5.5vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #rakuraku {
    margin-top: 14.5vw;
  }
}
#recipe #rakuraku h3 {
  max-width: 514px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1180px) {
  #recipe #rakuraku h3 {
    max-width: none;
    width: 43.6vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #rakuraku h3 {
    width: 79.5vw;
  }
}
#recipe #rakuraku .rakuraku_box {
  max-width: 872px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1180px) {
  #recipe #rakuraku .rakuraku_box {
    max-width: none;
    width: 73.9vw;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #rakuraku .rakuraku_box {
    width: 100%;
    margin-top: 4.3vw;
  }
}
#recipe #rakuraku .rakuraku_box .rakuraku_block {
  width: 48.7%;
  padding: 30px 30px 40px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 1180px) {
  #recipe #rakuraku .rakuraku_box .rakuraku_block {
    border-radius: 1.7vw;
    padding: 2.5vw 2.5vw 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #rakuraku .rakuraku_box .rakuraku_block {
    width: 100%;
    border-radius: 3.6vw;
    padding: 6vw 9.7vw 7.7vw;
  }
  #recipe #rakuraku .rakuraku_box .rakuraku_block + .rakuraku_block {
    margin-top: 4.3vw;
  }
}
#recipe #rakuraku .rakuraku_box .rakuraku_block .r_txt01 {
  font-size: 22px;
  font-weight: 500;
  color: #5bb0e7;
  line-height: 1.6em;
  letter-spacing: 0;
  height: 4.8em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1180px) {
  #recipe #rakuraku .rakuraku_box .rakuraku_block .r_txt01 {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #rakuraku .rakuraku_box .rakuraku_block .r_txt01 {
    font-size: 4.2vw;
    height: auto;
  }
}
#recipe #rakuraku .rakuraku_box .rakuraku_block .r_img01 {
  width: 100%;
  margin-top: 16px;
}
@media screen and (max-width: 1180px) {
  #recipe #rakuraku .rakuraku_box .rakuraku_block .r_img01 {
    margin-top: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #rakuraku .rakuraku_box .rakuraku_block .r_img01 {
    margin-top: 3.6vw;
  }
}
#recipe #rakuraku .rakuraku_box .rakuraku_block .r_txt_box01 {
  width: 100%;
  height: 105px;
  border-bottom: 1px solid #98a2ae;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1180px) {
  #recipe #rakuraku .rakuraku_box .rakuraku_block .r_txt_box01 {
    height: 8.9vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #rakuraku .rakuraku_box .rakuraku_block .r_txt_box01 {
    padding: 3.8vw 0;
    height: auto;
  }
}
#recipe #rakuraku .rakuraku_box .rakuraku_block .r_txt_box01 .r_txt03 {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #6c7a8b;
  background-color: #e2e4e8;
  padding: 0.3em 0.7em 0.4em;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 1180px) {
  #recipe #rakuraku .rakuraku_box .rakuraku_block .r_txt_box01 .r_txt03 {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #rakuraku .rakuraku_box .rakuraku_block .r_txt_box01 .r_txt03 {
    font-size: 2.9vw;
  }
}
#recipe #rakuraku .rakuraku_box .rakuraku_block .r_txt_box01 .r_txt02 {
  font-size: 20px;
  font-weight: 500;
  color: #6c7a8b;
  line-height: 1.6em;
  letter-spacing: 0;
}
@media screen and (max-width: 1180px) {
  #recipe #rakuraku .rakuraku_box .rakuraku_block .r_txt_box01 .r_txt02 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #rakuraku .rakuraku_box .rakuraku_block .r_txt_box01 .r_txt02 {
    font-size: 4.3vw;
  }
}
#recipe #rakuraku .rakuraku_box .rakuraku_block .spec {
  padding-top: 15px;
}
@media screen and (max-width: 1180px) {
  #recipe #rakuraku .rakuraku_box .rakuraku_block .spec {
    padding-top: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #rakuraku .rakuraku_box .rakuraku_block .spec {
    padding-top: 3.1vw;
  }
}
#recipe #rakuraku .rakuraku_box .rakuraku_block .spec .model {
  font-size: 15px;
  line-height: 1.8em;
  color: #6c7a8b;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  #recipe #rakuraku .rakuraku_box .rakuraku_block .spec .model {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #rakuraku .rakuraku_box .rakuraku_block .spec .model {
    font-size: 2.9vw;
  }
}
#recipe #rakuraku .rakuraku_box .rakuraku_block .spec .price {
  font-size: 13px;
  color: #6c7a8b;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  #recipe #rakuraku .rakuraku_box .rakuraku_block .spec .price {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #rakuraku .rakuraku_box .rakuraku_block .spec .price {
    font-size: 2.4vw;
  }
}
#recipe #rakuraku .rakuraku_box .rakuraku_block .spec .price strong {
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 1180px) {
  #recipe #rakuraku .rakuraku_box .rakuraku_block .spec .price strong {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #rakuraku .rakuraku_box .rakuraku_block .spec .price strong {
    font-size: 3.9vw;
  }
}
#recipe #rakuraku .rakuraku_box .rakuraku_block .spec .price .s-txt {
  font-size: 14px;
  font-weight: normal;
  color: #6c7a8b;
  line-height: 1.5em;
}
@media screen and (max-width: 1180px) {
  #recipe #rakuraku .rakuraku_box .rakuraku_block .spec .price .s-txt {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #rakuraku .rakuraku_box .rakuraku_block .spec .price .s-txt {
    font-size: 2.7vw;
  }
}
#recipe #rakuraku .rakuraku_box .rakuraku_block .btn01 {
  width: 87.5%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
@media screen and (max-width: 1180px) {
  #recipe #rakuraku .rakuraku_box .rakuraku_block .btn01 {
    margin-top: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  #recipe #rakuraku .rakuraku_box .rakuraku_block .btn01 {
    width: 87.4%;
    margin-top: 6vw;
  }
}

#fine_buble_about {
  padding-top: 130px;
  padding-bottom: 225px;
}
@media screen and (max-width: 1180px) {
  #fine_buble_about {
    padding-top: 11vw;
    padding-bottom: 19.1vw;
  }
}
@media screen and (max-width: 768px) {
  #fine_buble_about {
    padding-top: 14.5vw;
    padding-bottom: 29vw;
  }
}
#fine_buble_about h2 {
  font-size: 39px;
  font-weight: 500;
  text-align: center;
  color: #5bb0e7;
}
@media screen and (max-width: 1180px) {
  #fine_buble_about h2 {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #fine_buble_about h2 {
    font-size: 6vw;
  }
}
#fine_buble_about .txt_box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 65px;
}
@media screen and (max-width: 1180px) {
  #fine_buble_about .txt_box01 {
    margin-top: 5.5vw;
  }
}
@media screen and (max-width: 768px) {
  #fine_buble_about .txt_box01 {
    margin-top: 11.7vw;
  }
}
@media screen and (max-width: 768px) {
  #fine_buble_about .txt_box01 {
    display: block;
  }
}
#fine_buble_about .txt_box01 .img01 {
  width: 49%;
}
@media screen and (max-width: 768px) {
  #fine_buble_about .txt_box01 .img01 {
    width: 100%;
    margin-bottom: 5.3vw;
  }
}
#fine_buble_about .txt_box01 .txt_block {
  width: 47.1%;
}
@media screen and (max-width: 768px) {
  #fine_buble_about .txt_box01 .txt_block {
    width: 100%;
  }
}
#fine_buble_about .txt_box01 .txt_block .txt01 {
  font-size: 22px;
  font-weight: 500;
  color: #6c7a8b;
  line-height: 1.6em;
}
@media screen and (max-width: 1180px) {
  #fine_buble_about .txt_box01 .txt_block .txt01 {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  #fine_buble_about .txt_box01 .txt_block .txt01 {
    font-size: 4.6vw;
  }
}
#fine_buble_about .txt_box01 .txt_block .txt02 {
  font-size: 15px;
  color: #6c7a8b;
  line-height: 1.7em;
  margin-top: 30px;
}
@media screen and (max-width: 1180px) {
  #fine_buble_about .txt_box01 .txt_block .txt02 {
    font-size: 1.3vw;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #fine_buble_about .txt_box01 .txt_block .txt02 {
    font-size: 3.4vw;
    margin-top: 4.6vw;
  }
}
#fine_buble_about .txt_box01 .txt_block .txt03 {
  font-size: 12px;
  color: #6c7a8b;
  line-height: 1.5em;
  margin-top: 45px;
}
@media screen and (max-width: 1180px) {
  #fine_buble_about .txt_box01 .txt_block .txt03 {
    font-size: 1vw;
    margin-top: 3.8vw;
  }
}
@media screen and (max-width: 768px) {
  #fine_buble_about .txt_box01 .txt_block .txt03 {
    font-size: 2.4vw;
    margin-top: 4.1vw;
  }
}
#fine_buble_about .txt_box02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 2px solid #5bb0e7;
  margin-top: 50px;
}
@media screen and (max-width: 1180px) {
  #fine_buble_about .txt_box02 {
    margin-top: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  #fine_buble_about .txt_box02 {
    display: block;
    margin-top: 9.7vw;
  }
}
#fine_buble_about .txt_box02 .txt_block {
  width: 57.5%;
  padding-left: 54px;
  padding-top: 40px;
}
@media screen and (max-width: 1180px) {
  #fine_buble_about .txt_box02 .txt_block {
    padding-left: 4.6vw;
    padding-top: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  #fine_buble_about .txt_box02 .txt_block {
    width: 100%;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    padding-top: 4.8vw;
    padding-bottom: 2.9vw;
  }
}
#fine_buble_about .txt_box02 .txt_block .txt01 {
  font-size: 32px;
  font-weight: 500;
  color: #5bb0e7;
  line-height: 1.6em;
  letter-spacing: 0;
}
@media screen and (max-width: 1180px) {
  #fine_buble_about .txt_box02 .txt_block .txt01 {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  #fine_buble_about .txt_box02 .txt_block .txt01 {
    font-size: 5.3vw;
  }
}
#fine_buble_about .txt_box02 .txt_block .txt02 {
  font-size: 15px;
  color: #6c7a8b;
  line-height: 1.7em;
  margin-top: 15px;
}
@media screen and (max-width: 1180px) {
  #fine_buble_about .txt_box02 .txt_block .txt02 {
    font-size: 1.3vw;
    margin-top: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #fine_buble_about .txt_box02 .txt_block .txt02 {
    font-size: 3.4vw;
    margin-top: 1.6vw;
  }
}
#fine_buble_about .txt_box02 .img_block {
  width: 37.6%;
  padding: 7px 9px;
}
@media screen and (max-width: 1180px) {
  #fine_buble_about .txt_box02 .img_block {
    padding: 0.6vw 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #fine_buble_about .txt_box02 .img_block {
    width: 100%;
    padding: 0vw 4.8vw 4.8vw;
  }
}
#fine_buble_about .fbia {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 1180px) {
  #fine_buble_about .fbia {
    margin-top: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  #fine_buble_about .fbia {
    display: block;
    margin-top: 9.7vw;
  }
}
#fine_buble_about .fbia .logo {
  width: 7.2%;
}
@media screen and (max-width: 768px) {
  #fine_buble_about .fbia .logo {
    display: none;
  }
}
#fine_buble_about .fbia .txt_block {
  width: 90.2%;
}
@media screen and (max-width: 768px) {
  #fine_buble_about .fbia .txt_block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
#fine_buble_about .fbia .txt_block .logo_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #fine_buble_about .fbia .txt_block .logo_sp {
    display: block;
    width: 11.8vw;
  }
}
#fine_buble_about .fbia .txt_block .txt01 {
  font-size: 25px;
  font-weight: 500;
  color: #5bb0e7;
  line-height: 1.6em;
}
@media screen and (max-width: 1180px) {
  #fine_buble_about .fbia .txt_block .txt01 {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  #fine_buble_about .fbia .txt_block .txt01 {
    font-size: 5.3vw;
    line-height: 1.3em;
    margin-left: 6vw;
  }
}
#fine_buble_about .fbia .txt_block .txt02 {
  font-size: 15px;
  color: #6c7a8b;
  line-height: 1.7em;
  margin-top: 0.3em;
}
@media screen and (max-width: 1180px) {
  #fine_buble_about .fbia .txt_block .txt02 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #fine_buble_about .fbia .txt_block .txt02 {
    width: 100%;
    font-size: 3.6vw;
    margin-top: 3.1vw;
  }
}
#fine_buble_about #check {
  margin-top: 120px;
}
@media screen and (max-width: 1180px) {
  #fine_buble_about #check {
    margin-top: 10.2vw;
  }
}
@media screen and (max-width: 768px) {
  #fine_buble_about #check {
    margin-top: 15.5vw;
  }
}
#fine_buble_about #check h3 {
  font-size: 39px;
  font-weight: 500;
  color: #5bb0e7;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  #fine_buble_about #check h3 {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #fine_buble_about #check h3 {
    font-size: 6vw;
    line-height: 1.7em;
  }
}
#fine_buble_about #check .check_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}
@media screen and (max-width: 1180px) {
  #fine_buble_about #check .check_box {
    margin-top: 5.9vw;
  }
}
@media screen and (max-width: 768px) {
  #fine_buble_about #check .check_box {
    display: block;
    margin-top: 8.5vw;
  }
}
#fine_buble_about #check .check_box .check_block {
  width: 29.8%;
}
@media screen and (max-width: 768px) {
  #fine_buble_about #check .check_box .check_block {
    width: 100%;
  }
  #fine_buble_about #check .check_box .check_block + .check_block {
    margin-top: 9.7vw;
  }
}
@media screen and (max-width: 768px) {
  #fine_buble_about #check .check_box .check_block .head_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
#fine_buble_about #check .check_box .check_block .head_box .head_txt01 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5em;
  color: #6c7a8b;
  letter-spacing: 0;
  height: 3em;
}
@media screen and (max-width: 1180px) {
  #fine_buble_about #check .check_box .check_block .head_box .head_txt01 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #fine_buble_about #check .check_box .check_block .head_box .head_txt01 {
    font-size: 4.2vw;
    line-height: 1.6em;
    letter-spacing: 0;
  }
}
#fine_buble_about #check .check_box .check_block .head_box .head_txt01 span {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
#fine_buble_about #check .check_box .check_block .head_box .head_img {
  width: 100%;
  margin-top: 16px;
}
@media screen and (max-width: 1180px) {
  #fine_buble_about #check .check_box .check_block .head_box .head_img {
    margin-top: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #fine_buble_about #check .check_box .check_block .head_box .head_img {
    width: 36.2vw;
    margin-top: 0;
  }
}
#fine_buble_about #check .check_box .check_block .body_box {
  margin-top: 20px;
}
@media screen and (max-width: 1180px) {
  #fine_buble_about #check .check_box .check_block .body_box {
    margin-top: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #fine_buble_about #check .check_box .check_block .body_box {
    margin-top: 2.9vw;
  }
}
#fine_buble_about #check .check_box .check_block .body_box .c_txt01 {
  font-size: 15px;
  line-height: 1.7em;
  color: #6c7a8b;
  letter-spacing: 0;
}
@media screen and (max-width: 1180px) {
  #fine_buble_about #check .check_box .check_block .body_box .c_txt01 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #fine_buble_about #check .check_box .check_block .body_box .c_txt01 {
    font-size: 3.2vw;
  }
}
#fine_buble_about #check .check_box .check_block .body_box .c_txt01 sup {
  font-size: 0.6em;
}
#fine_buble_about #check .check_box .check_block .body_box .c_txt01 .sub_txt {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #6c7a8b;
  line-height: 1.7em;
}
@media screen and (max-width: 1180px) {
  #fine_buble_about #check .check_box .check_block .body_box .c_txt01 .sub_txt {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  #fine_buble_about #check .check_box .check_block .body_box .c_txt01 .sub_txt {
    font-size: 2.4vw;
  }
}
#fine_buble_about #check .check_box .check_block .body_box .c_txt01 + .c_txt01 {
  margin-top: 0.8em;
}

#bottom {
  padding-bottom: 220px;
}
@media screen and (max-width: 1180px) {
  #bottom {
    padding-bottom: 18.6vw;
  }
}
@media screen and (max-width: 768px) {
  #bottom {
    width: 90.7%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 19.3vw;
  }
}
#bottom .txt_box01 {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1180px) {
  #bottom .txt_box01 {
    max-width: none;
    width: 67.8vw;
  }
}
@media screen and (max-width: 768px) {
  #bottom .txt_box01 {
    width: 100%;
  }
}
#bottom .txt_box01 .txt01 {
  font-size: 45px;
  font-weight: bold;
  color: #5bb0e7;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  padding-left: 0.15em;
}
@media screen and (max-width: 1180px) {
  #bottom .txt_box01 .txt01 {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 768px) {
  #bottom .txt_box01 .txt01 {
    font-size: 5.3vw;
    line-height: 1.9em;
    padding-left: 0.9em;
  }
}
#bottom .txt_box01 .img01 {
  margin-top: -116px;
}
@media screen and (max-width: 1180px) {
  #bottom .txt_box01 .img01 {
    margin-top: -9.8vw;
  }
}
@media screen and (max-width: 768px) {
  #bottom .txt_box01 .img01 {
    margin-top: -15.7vw;
  }
}
#bottom .btn01 {
  max-width: 492px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 164px;
}
@media screen and (max-width: 1180px) {
  #bottom .btn01 {
    max-width: none;
    width: 41.7vw;
    margin-top: 13.9vw;
  }
}
@media screen and (max-width: 768px) {
  #bottom .btn01 {
    width: 71.3vw;
    margin-top: 16.9vw;
  }
}

footer {
  padding-left: 30px;
  padding-right: 35px;
  padding-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1180px) {
  footer {
    padding-left: 2.5vw;
    padding-right: 3vw;
    padding-bottom: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding-left: 4.1vw;
    padding-right: 4vw;
    padding-bottom: 20.7vw;
  }
}
footer .logo {
  width: 120px;
}
@media screen and (max-width: 1180px) {
  footer .logo {
    width: 10.2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .logo {
    width: 19.1vw;
  }
}
footer .copyright {
  font-size: 13px;
}
@media screen and (max-width: 1180px) {
  footer .copyright {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 2.7vw;
  }
}

.slick-slide {
  margin: 0 2.4vw; /* 左右に10pxずつ隙間 */
}

.slick-list {
  margin: 0 -2.4vw; /* はみ出さないように調整 */
}

.slick-dotted.slick-slider {
  margin-bottom: 10vw;
}

.slick-dots {
  bottom: -8.5vw;
}
.slick-dots li {
  width: 1.9vw;
  height: 1.9vw;
  margin: 0 2.4vw;
}
.slick-dots li button {
  width: 1.9vw;
  height: 1.9vw;
  padding: 0px;
  border-radius: 50%;
  background-color: #fff;
}
.slick-dots li button::before {
  font-size: 1.9vw;
  line-height: 1.9vw;
  width: 1.9vw;
  height: 1.9vw;
  text-align: center;
  content: "•";
  color: #fff;
  opacity: 0.75;
  transition: opacity 0.25s ease-in-out;
}
.slick-dots li.slick-active button {
  background-color: #9fa8b3;
}
.slick-dots li.slick-active button::before {
  opacity: 0.75;
  color: #9fa8b3;
}

.animate,
.animate2,
.animate3 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

.animate.deactive,
.animate2.deactive,
.animate3.deactive {
  opacity: 0;
  transition: 0s;
}

/*--- メインビジュアル ---*/
#mv .bg01 {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
#mv .bg01.act {
  opacity: 1;
}
#mv h1 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
#mv h1.act {
  opacity: 1;
}
#mv .txt01 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
#mv .txt01.act {
  opacity: 1;
}
#mv .page_menu {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.9s;
  transition-timing-function: ease-in-out;
}
#mv .page_menu.act {
  opacity: 1;
}
#mv .page_menu.m_fixed {
  transition-property: none;
  opacity: 1;
}
#mv .page_menu.m_fixed .act {
  opacity: 1;
}

/*--- いつものシャワーに「+1」とは？ ---*/
#about h2 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
}
#about .img01 {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.5s;
}
#about .btn01 {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.5s;
}
#about.deactive h2 {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}
#about.deactive .img01 {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}
#about.deactive .btn01 {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}

/*--- タイプとシーンでイメージする「+1」 ---*/
#imagine h2 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
}
#imagine .txt01 {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.5s;
}
#imagine .img01 {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.5s;
}
#imagine.deactive h2 {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}
#imagine.deactive .txt01 {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}
#imagine.deactive .img01 {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}

/*--- 製品ラインアップ ---*/
#product h2 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
}
#product #lineup h3 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.5s;
}
#product #lineup #avanti_fine {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
  transition-delay: 0.5s;
}
#product.deactive h2 {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}
#product.deactive #lineup h3 {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}
#product.deactive #lineup #avanti_fine {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}

/* --- 使い分けレシピ --- */
#recipe h2 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
}
#recipe #fine_buble_plus {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
  transition-delay: 0.5s;
}
#recipe.deactive h2 {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}
#recipe.deactive #fine_buble_plus {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}/*# sourceMappingURL=style.css.map */