@charset "UTF-8";
/*-----------------------------------------------------------------------*/
/* 共通スタイル
/*-----------------------------------------------------------------------*/
/*色*/
/*フォント*/
.container {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  max-width: 750px;
}

.wrapper {
  padding: 0 20px;
}

body {
  font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","游ゴシック体",'Noto Sans JP', sans-serif;
  color: #333;
  line-height: 1.6;
}

.bold {
  font-weight: bold;
}

.lightg-heading {
  background-color: #231816;
  color: #fff;
  border-radius: 10px;
}

img {
  max-width: 100%;
}

/*-----------------------------------------------------------------------*/
/* 要素のアニメーション
/*-----------------------------------------------------------------------*/
/*トップへ戻るボタン*/
.page_top-wrap {
  width: 375px;
  margin: 0 auto;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #7fc4c1;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 9999;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -13px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.fade-item {
  opacity: 0;
}

.delay02 {
  animation-delay: 2s;
}

.delay-items {
  opacity: 0;
}

/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*下から*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(70px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInTrigger,
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

/*-----------------------------------------------------------------------*/
/* index.html
/*-----------------------------------------------------------------------*/
/* ---------------------------- */
/* header
/* ---------------------------- */
header {
  padding: 30px 0 45px;
}

header nav {
  position: relative;
}

header h1 {
  margin: 0 auto;
  max-width: 300px;
}

header img {
  max-height: 100%;
}

header .top-insta {
  position: absolute;
  right: 0;
  top: 2px;
  height: 65px;
}

header .top-insta a:hover {
  filter: opacity(50%);
  transition: 0.3s;
}



/* ---------------------------- */
/* key-visual
/* ---------------------------- */
.key-visual {
  margin-bottom: 0px;
}

/* ---------------------------- */
/* sec01
/* ---------------------------- */
.sec01 {
  text-align: center;
}

.sec01 .txt {
  margin-bottom: 10px;
}

.sec01 .txt p {
  font-size: 17px;
}

.sec01 .img {
  width: 135px;
  margin: 0 auto 5px;
}


/* ---------------------------- */
/* 正方形の商品画像
/* ---------------------------- */
.sec01 .sikaku {
  width: 80%;
  margin: 0 auto 15px;
  padding-top: 50px;
}
/* ---------------------------- */


/* ---------------------------- */
/* 正方形の商品画像
/* ---------------------------- */
.sec01 .sikaku2 {
  width: 300px;
  margin: 0 auto 5px;
}
/* ---------------------------- */


.sec01 .green-heading {
  padding: 20px 20px 20px 20px;
  background-color: #231816;
}

.sec01 .green-heading .img {
  width: 100%;
}

.sec01 .green-heading p {
  color: #fff;
}


/* ---------------------------- */
/* sec02
/* ---------------------------- */
.sec02 {
  margin-bottom: 0px;
}

.sec02 .top {
  margin-bottom: 0px;
  padding: 20px 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec02 .top .left {
  width: 150px;
}

.sec02 .top .right {
  margin-right: 10px;
  width: 80%;
}

.sec02 .top .right .txt {
  display: flex;
  flex-direction: column;
}

.sec02 .top .right .txt .heading {
  text-align: center;
  font-size: 15px;
  background-color: #231816;
  color: #fff;
  border-radius: 20px;
  padding: 7px 0;
  width: 150px;
  margin: 0 auto;
}


/* ---------------------------- */
/* 「オーガニックアロエとリーフ成分でうるおいに満ちたしっとり肌に」
/* ---------------------------- */
.sec02 .heading2 {
  text-align: center;
  font-size: 28px;
  background-color: #f587c3;
  color: #fff;
  border-radius: 20px;
  padding: 10px 10px 10px 10px;
  width: 100%;
  margin: 0 10px 0 10px;
}

.sec02 .heading2 .dot{
  font-size: 35px;
  padding-top: .4em;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 1.3em .3em;
  background-image: radial-gradient(.15em .15em at center center,#edfc6a,#edfc6a 100%,transparent);
  /* background-image: radial-gradient(.15em .15em at center center,#FFEC00,#FFEC00 100%,transparent); */
}

.second{
  margin-top: 10px;
}

/* ---------------------------- */


.sec02 .top .right .txt .desc {
  margin-top: 0px;
  text-align: left;
  font-size: 13px;
  text-align: center;
}

.sec02 .middle {
  margin-bottom: 0px;
  text-align: center;
}


.sec02 .middle .wrapper{
padding: 0;
}

.sec02 .bottom {
  text-align: center;
}

.sec02 .bottom .block-top {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  padding-left: 35px;
  margin-bottom: 0px;
}

.sec02 .bottom .block-top .left {
  max-width: 200px;
  margin-right: 16px;
  display: flex;
  align-items: center;
}

.sec02 .bottom .block-top .left img {
  max-width: 100%;
}

.sec02 .kaisetu img {
  max-width: 80%;
}

.sec02 .bottom .block-top .right {
  text-align: center;
}

.sec02 .bottom .block-top .right .img {
  max-width: 500px;
}

.sec02 .bottom .block-top .right .balloon-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 13px;
  background: #e0edff;
  border-radius: 5px;
}

.sec02 .bottom .block-top .right .balloon-top:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 53%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 15px solid #e0edff;
}

.sec02 .bottom .block-top .right .balloon-top p {
  margin: 0;
  padding: 0;
}

.sec02 .bottom .block-bottom {
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
}

.sec02 .bottom .block-bottom .block-left {
  max-width: 300px;
  padding-right: 13px;
}

.sec02 .bottom .block-bottom .block-right {
  max-width: 300px;
  padding-left: 13px;
}


/* ---------------------------- */
/* 「うるおいに満ちた」
/* ---------------------------- */
.sec02 .uruoi {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 8px;
}

.sec02 .uruoi .heading {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #53C3F2;
  padding: 13px 20px;
  border-radius: 20px;
  line-height: 1.9rem;
}

.sec02 .uruoi p {
  margin-top: 10px;
  font-size: 18px;
}
/* ---------------------------- */


/* ---------------------------- */
/* 「使い方いろいろ」
/* ---------------------------- */
.sec02 .lightg-heading3 {
  text-align: center;
  margin: 14px 50px 0 50px;
}

.sec02 .lightg-heading3 .main-txt {
  font-size: 18px;
  background-color: #53C3F2;
  color: #fff;
  padding: 4px 0;
  border-radius: 2rem;
}

.sec02 .lightg-heading3 .sub-txt {
  font-size: 16px;
  line-height: 1.7rem;
  margin: 20px 0;
}

.sec02 .heading3 {
  text-align: left;
  font-size: 14px;
  background-color: #53C3F2;
  color: #fff;
  border-radius: 20px;
  padding: 10px 10px 10px 50px;
  width: 0 auto;
  margin: 0px 50px 0 50px;
}

/* ---------------------------- */


/* ---------------------------- */
/* sec03
/* ---------------------------- */
.sec03 .lightg-heading {
  text-align: center;
  padding: 6px 0 8px;
  margin-bottom: 15px;
}

.sec03 .lightg-heading .main-txt {
  font-size: 17px;
}

.sec03 .lightg-heading .sub-txt {
  margin-top: 4px;
  font-size: 8px;
}

.sec03 .content {
  padding: 5px 5px 7px 5px;
  background-color: #eef2ef;
}

.sec03 .content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.sec03 .content ul:not(:last-child) {
  margin-bottom: 22px;
}

.sec03 .content ul .name {
  font-weight: bold;
  font-size: 15px;
  color: #231816;
  margin-bottom: 5px;
}

.sec03 .content ul .desc {
  font-size: 11px;
}

.sec03 .content ul .desc span {
  background: linear-gradient(transparent 40%, #FFEC00 40%);
}

.sec03 .content ul li .img {
  width: 126px;
  margin-right: 15px;
}

.sec03 .content ul li:nth-of-type(1) {
  flex: 1;
}

.sec03 .content ul li:nth-of-type(2) {
  flex: 3;
}

.sec03 .citrus-herb {
  margin: 33px 0 31px 0;
}

.sec03 .citrus-box {
  margin-top: 10px;
}

.sec03 .citrus-box .triangle {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #231816 transparent;
}

.sec03 .citrus-box .citrus-inner {
  padding: 0.5em 0.5em;
  background: #fff;
  margin-top: 5px;
  border: solid 2px #231816;
}

.sec03 .citrus-box .citrus-inner .citrus-herb {
  margin: 0;
  padding: 0;
}

.sec03 .cool-lotion {
  margin: 40px 0;
  text-align: center;
  width: 100%;
}

.sec03 .cool-lotion img {
  max-width: 100%;
}

.sec03 .lightg-heading {
  font-size: 17px;
}

.sec03 .ingredients .lightg-heading {
  margin-bottom: 9px;
}

/* ---------------------------- */
/* 全成分余白箇所
/* ---------------------------- */

.sec03 .ingredients2 .lightg-heading {
  margin-top: 60px;
  margin-bottom: 9px;
}

.sec03 .ingredients2 .txt {
  margin-bottom: 10px;
  font-size: 10px;
  color:#666;
}
/* ---------------------------- */


.sec03 .ingredients .txt {
  margin-bottom: 10px;
  font-size: 10px;
}

.sec03 .btn {
  position: relative;
  text-align: center;
  color: #231816;
  font-weight: bold;
  background-color: #fff;
  padding: 15px 0;
  margin-bottom: 50px;
  width: 100%;
  display: block;
  border: 3px solid #231816;
}

.sec03 .btn .right-arrow {
  padding-left: 5px;
}

.sec03 .btn:hover {
  background-color: #231816;
  transition: all .3s;
  color: #fff;
}

/* ---------------------------- */
/* sec04
/* ---------------------------- */
.sec04 {
  background-color: #065C3B;
  color: #fff;
  padding-bottom: 22px;
  margin-bottom: 40px;
  margin-top: 30px;
}

.sec04 .inner {
  padding: 0 10px;
}

.sec04 .heading {
  max-width: 334px;
  margin: 0 auto;
  padding: 10px 0 10px;
}

.sec04 .heading img {
  max-width: 100%;
}

.sec04 .contents-wrap {
  display: flex;
}

.sec04 .contents-wrap .content {
  width: 33.3%;
}

.sec04 .contents-wrap .content:not(:last-child) {
  margin-right: 18px;
}

.sec04 .contents-wrap .content .content-img {
  background: #fff;
  border-radius: 10px;
  text-align: center;
}

.sec04 .contents-wrap .content .content-img img {
  max-width: 100%;
}

.sec04 .contents-wrap .content .content-img img:hover {
  filter: opacity(70%);
  transition: 0.3s;
}

.sec04 .contents-wrap .content p {
  margin: 10px 0;
  font-size: 11px;
  text-align: center;
  line-height: 1.3;
  width: 100%;
  height: 60px;
}

.sec04 .product-btn {
  text-align: center;
  position: relative;
  color: #065C3B;
  font-weight: bold;
  font-size: 7px;
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 80%;
  margin: 0 auto;
  display: block;
  border: 3px solid #73BB37;
  border-radius: 10px;
}

.sec04 .product-btn .my-small {
  font-size: 0.1em;
}

.sec04 .product-btn:hover {
  background-color: #065C3B;
  transition: all .3s;
  color: #fff;
}

/* ---------------------------- */
/* sec05
/* ---------------------------- */
.sec05 {
  margin-bottom: 45px;
}

.sec05 .btn2 {
  margin: 0 auto;
  position: relative;
  color: #231816;
  font-weight: bold;
  background-color: #fff;
  padding: 15px 0px 15px 33px;
  width: 200px;
  display: block;
  border: 3px solid #231816;
}

.sec05 .btn2::after {
  position: absolute;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 52%;
  right: 23px;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
}

.sec05 .btn2:hover {
  background-color: #231816;
  transition: all .3s;
  color: #fff;
}

.sec05 .shadow-txt-box {
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 10px #231816, -2px 2px 10px #231816, 2px -2px 10px #231816, -2px -2px 10px #231816;
}

.sec05 .shadow-txt-box .e-txt {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 2px;
}

.sec05 .shadow-txt-box .e-txt::before,
.sec05 .shadow-txt-box .e-txt::after {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #fff;
}

.sec05 .shadow-txt-box .e-txt::before {
  margin-right: 7px;
}

.sec05 .shadow-txt-box .e-txt::after {
  margin-left: 7px;
}

.sec05 .bottom-txt {
  color: #065C3B;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  display: inline-block;
  padding: 7px 15px;
  font-size: 12px;
  font-weight: bold;
}

.sec05 .shadow-txt-box {
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 10px #231816, -2px 2px 10px #231816, 2px -2px 10px #231816, -2px -2px 10px #231816;
}

.sec05 .shadow-txt-box .e-txt {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 2px;
}

.sec05 .shadow-txt-box .e-txt::before,
.sec05 .shadow-txt-box .e-txt::after {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #fff;
}

.sec05 .shadow-txt-box .e-txt::before {
  margin-right: 7px;
}

.sec05 .shadow-txt-box .e-txt::after {
  margin-left: 7px;
}

.sec05 .contents3 {
  margin-top: 15px;
  position: relative;
}

.sec05 .contents3:hover {
  filter: opacity(70%);
  transition: 0.3s;
}

.sec05 .contents3 .txt-wrap {
  position: absolute;
  color: #231816;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.sec05 .contents3 .txt-wrap .heading {
  color: #fff;
  z-index: 10;
  margin-bottom: 22px;
  margin-top: 40px;
}

.sec05 .contents3 .txt-wrap .heading p {
  text-shadow: 2px 2px 10px #231816;
}

.sec05 .contents3 .txt-wrap .heading::before {
  content: attr(data-en);
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(6, 92, 59, 0.6);
  font-size: 33px;
  font-family: 'Overlock', cursive;
  font-weight: bold;
  z-index: -10;
  width: 100%;
}

.sec05 .contents3 p {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.sec05 .contents3 .bottom-txt {
  color: #065C3B;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  display: inline-block;
  padding: 7px 15px;
}



/* ---------------------------- */
/* sec99
/* ---------------------------- */
.sec99 {
  margin-bottom: 1px;
}

.sec99 .btn2 {
  margin: 0 auto;
  position: relative;
  color: #231816;
  font-weight: bold;
  background-color: #fff;
  padding: 15px 0px 15px 33px;
  width: 200px;
  display: block;
  border: 3px solid #231816;
}

.sec99 .btn2::after {
  position: absolute;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 52%;
  right: 23px;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
}

.sec99 .btn2:hover {
  background-color: #231816;
  transition: all .3s;
  color: #fff;
}

.sec99 .shadow-txt-box {
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 10px #231816, -2px 2px 10px #231816, 2px -2px 10px #231816, -2px -2px 10px #231816;
}

.sec99 .shadow-txt-box .e-txt {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 2px;
}

.sec99 .shadow-txt-box .e-txt::before,
.sec99 .shadow-txt-box .e-txt::after {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #fff;
}

.sec99 .shadow-txt-box .e-txt::before {
  margin-right: 7px;
}

.sec99 .shadow-txt-box .e-txt::after {
  margin-left: 7px;
}

.sec99 .bottom-txt {
  color: #065C3B;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  display: inline-block;
  padding: 7px 15px;
  font-size: 12px;
  font-weight: bold;
}

.sec99 .shadow-txt-box {
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 10px #231816, -2px 2px 10px #231816, 2px -2px 10px #231816, -2px -2px 10px #231816;
}

.sec99 .shadow-txt-box .e-txt {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 2px;
}

.sec99 .shadow-txt-box .e-txt::before,
.sec99 .shadow-txt-box .e-txt::after {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #fff;
}

.sec99 .shadow-txt-box .e-txt::before {
  margin-right: 7px;
}

.sec99 .shadow-txt-box .e-txt::after {
  margin-left: 7px;
}

.sec99 .contents3 {
  margin-top: 15px;
  position: relative;
}

.sec99 .contents3:hover {
  filter: opacity(70%);
  transition: 0.3s;
}

.sec99 .contents3 .txt-wrap {
  position: absolute;
  color: #231816;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.sec99 .contents3 .txt-wrap .heading {
  color: #fff;
  z-index: 10;
  margin-bottom: 22px;
  margin-top: 40px;
}

.sec99 .contents3 .txt-wrap .heading p {
  text-shadow: 2px 2px 10px #231816;
}

.sec99 .contents3 .txt-wrap .heading::before {
  content: attr(data-en);
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(6, 92, 59, 0.6);
  font-size: 33px;
  font-family: 'Overlock', cursive;
  font-weight: bold;
  z-index: -10;
  width: 100%;
}

.sec99 .contents3 p {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.sec99 .contents3 .bottom-txt {
  color: #065C3B;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  display: inline-block;
  padding: 7px 15px;
}





/* ---------------------------- */
/* sec06
/* ---------------------------- */
.sec06 .bottom-logo {
  max-width: 200px;
  margin: 0 auto;
}

.sec06 .bottom-logo a:hover {
  filter: opacity(50%);
  transition: 0.3s;
}

.sec06 .bottom-insta {
  width: 55px;
  margin: 28px auto;
}

.sec06 .bottom-insta a:hover {
  filter: opacity(50%);
  transition: 0.3s;
}

/* ---------------------------- */
/* footer
/* ---------------------------- */
footer {
  margin-top: auto;
  background-color: #065C3B;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 15px 0 15px;
}

/*-----------------------------------------------------------------------*/
/* index-1.html
/*-----------------------------------------------------------------------*/
/* ---------------------------- */
/* header
/* ---------------------------- */
.header2 .nav2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header2 .nav2 .history-logo {
  height: 65px;
}

.header2 .nav2 .top-insta2 {
  height: 65px;
}

.header2 .nav2 .top-insta2 a:hover {
  filter: opacity(50%);
  transition: 0.3s;
}

/* ---------------------------- */
/* sec2-01
/* ---------------------------- */
.sec2-01 {
  pointer-events: none;
  margin-bottom: 27px;
}

.contents2-2 {
  position: relative;
}

.contents2-2:hover {
  filter: opacity(70%);
  transition: 0.3s;
}

.contents2-2 .txt-wrap {
  padding-top: 15px;
  position: absolute;
  color: #231816;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shadow-txt-box {
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 10px #af8850,
 -2px 2px 10px #af8850,
 2px -2px 10px #af8850,
 -2px -2px 10px #af8850;
}

.shadow-txt-box .e-txt {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 2px;
}

.shadow-txt-box .e-txt span {
  position: relative;
  bottom: 1px;
}

/* ---------------------------- */
/* sec2-02
/* ---------------------------- */
.sec2-02 p {
  color: #231816;
  font-weight: bold;
}

.sec2-02 .contents {
  position: relative;
}

.sec2-02 .contents .back-img {
  margin-top: 87px;
}

.sec2-02 .contents .front-img {
  position: absolute;
  top: -50px;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
}

.sec2-02 .contents .front-img .img {
  margin: 0 auto 9px;
  max-width: 168px;
}

.sec2-02 .contents .front-img .img img {
  max-width: 100%;
}

.sec2-02 .contents .front-txt {
  font-size: 17px;
  position: absolute;
  top: 72px;
  left: 50px;
  text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}

.sec2-02 .contents2 {
  position: relative;
}

.sec2-02 .contents2 .front-txt2 {
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
  text-align: center;
  width: 100%;
}

/* ---------------------------- */
/* sec2-03
/* ---------------------------- */
.sec2-03 {
  margin-bottom: 40px;
}

.sec2-03 img {
  margin-bottom: 18px;
}

.sec2-03 p {
  font-size: 15px;
}

/* ---------------------------- */
/* sec2-04
/* ---------------------------- */
.sec2-04 {
  margin-bottom: 80px;
  margin-top: 40px;
}

.sec2-04 .delayScroll {
  position: relative;
}

.sec2-04 .delayScroll:not(:last-child) {
  margin-bottom: 45px;
}

.sec2-04 .delayScroll .ttl1 .heading {
  padding-left: 5em;
}

.sec2-04 .delayScroll .ttl1 p {
  text-indent: -15rem;
}

.sec2-04 .heading {
  font-size: 15px;
  font-weight: bold;
  color: #231816;
  text-align: center;
  padding-bottom: 5px;
  margin: 0 20px 10px 20px;
  border-bottom: solid 1px #231816;
}

.sec2-04 .wrapper {
  margin: 10px 20px 0 20px;
  position: relative;
}

.sec2-04 .wrapper p {
  font-size: 14px;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.sec2-04 .wrapper .img {
  width: 100%;
}

.sec2-04 .wrapper .img img {
  margin-top: 50px;
  width: 100%;
}

.sec2-04 .wrapper .img img:last-child {
  margin-top: 70px;
}

/* ---------------------------- */
/* sec2-05
/* ---------------------------- */
.sec2-05 {
  pointer-events: none;
}

.sec2-05 .heading {
  margin-bottom: 31px;
}

.sec2-05 .shadow-txt-box {
  text-shadow: 2px 2px 10px #231816, -2px 2px 10px #231816, 2px -2px 10px #231816, -2px -2px 10px #231816;
  font-size: 17px;
  letter-spacing: 1px;
}

.sec2-05 .clean-water {
  display: flex;
  margin-bottom: 20px;
}

.sec2-05 .clean-water .left {
  flex: 1;
  display: flex;
  align-items: center;
}

.sec2-05 .clean-water .left p {
  font-size: 13px;
}

.sec2-05 .clean-water .right {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sec2-05 .clean-water p {
  font-size: 10px;
}

.sec2-05 .filtration {
  margin-bottom: 39px;
}

.sec2-05 .clean-contents {
  margin-bottom: 50px;
}

.sec2-05 .clean-contents ul {
  display: flex;
}

.sec2-05 .clean-contents ul li {
  width: 50%;
}

.sec2-05 .clean-contents ul li:nth-child(2) {
  padding: 5px 9px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sec2-05 .clean-contents ul li .heading {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #231816;
}

.sec2-05 .clean-contents ul li p {
  font-size: 13px;
}

.sec2-05 .clean-contents ul:nth-child(even) {
  flex-direction: row-reverse;
}

.sec2-05 .clean-contents ul:nth-child(even) li {
  padding: 25px 9px 25px 0;
}

/* ---------------------------- */
/* sec2-06
/* ---------------------------- */
.sec2-06 {
  text-align: center;
  margin-bottom: 53px;
}

.sec2-06 .top {
  margin-bottom: 19px;
  position: relative;
}

.sec2-06 .top .ttl {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  padding: 13px 0px;
  width: 90%;
}

.sec2-06 .wrapper {
  font-size: 13px;
}

.sec2-06 .heading {
  color: #231816;
  font-weight: bold;
  font-size: 17px;
  margin-top: 40px;
}

.sec2-06 .wrap {
  margin-top: 30px;
  display: flex;
}

.sec2-06 .wrap .left {
  font-size: 12px;
  margin: 2px;
  flex: 2.2;
  text-align: left;
  display: flex;
  align-items: center;
}

.sec2-06 .wrap .right {
  font-size: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sec2-06 .wrap .right p {
  margin-top: 9px;
}

.sec2-06 .award .heading {
  display: block;
  position: relative;
}

.sec2-06 .award .heading::after {
  background: #231816;
  content: '';
  display: block;
  height: 2px;
  width: 0;
  transform: translateX(-50%);
  transition: 5s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  bottom: -10px;
  left: 50%;
}

.sec2-06 .award .heading.is-animated::after {
  width: 40%;
}

/*-----------------------------------------------------------------------*/
/* responsive
/*-----------------------------------------------------------------------*/
@media screen and (max-width: 520px) {
  header h1 {
    max-width: 200px;
  }
  header img {
    max-width: 100%;
  }
  header .top-insta {
    max-height: 43px;
  }
  .header2 .nav2 .history-logo {
    max-height: 43px;
  }
  .header2 .nav2 .top-insta2 {
    max-height: 43px;
  }
  .sec05 .contents3 .txt-wrap .heading {
    margin-bottom: 5px;
  }

/*-----------------------------------------------*/
/* responsive アロエジェル箇所
/*-----------------------------------------------*/

  .sec02 .heading2 {
    font-size: 16px;
  }
  .sec02 .heading2 .dot{
    font-size: 20px;
  }
  .sec02 .bottom .block-bottom {
    flex-direction: column;
    align-items: center;
  }
  .sec02 .bottom .block-bottom .block-left {
  padding-right: 0;
  max-width: 100%;
  width: 100%;
  }
  .sec02 .bottom .block-bottom .block-right {
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
    font-size: 20px;
  }
  .sec02 .uruoi p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .sec02 .lightg-heading3{
    width: 70%;
    margin: 14px auto 0;
  }
  .sec02 .heading3 {
    width: 70%;
    margin: 0 auto;
    padding-left: 15px;
  }
}

/*@media*/
