@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1vw;
}

body {
  width: 100%;
}

img {
  width: 100%;
  margin: 0;
  padding: 0;
}

.pcBr {
  display: none;
}


/* ----------- TOP AREA ----------- */

#mainArea {
  width: 100%;
  height: auto;
}

h1 {
  width: 50%;
  margin: 0 auto;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#mainArea ul .title {
  width: 100%;
  margin: 10% 0;
  font-size: 6vw;
  font-weight: 500;
  text-align: center;
}

#mainArea ul .text {
  width: 100%;
  text-align: center;
  font-size: 3vw;
  line-height: 1.8;
  font-weight: 400;
}

#mainArea button {
  margin: 10% auto;
  display: block;
  padding: 3% 20%;
  color: #000;
  border: 1px solid #000;
  font-size: 3vw;
  font-weight: 700;
}

#mainArea button:hover {
  background: #000;
  color: #fff;
  font-weight: 700;
  transition: color 0.5s;
  transition: background 0.5s;
  cursor: pointer;
}


/* ----------- YOUTUBE ----------- */

#video {
  width: 100%;
  margin: 20% 0;
  height: auto;
}

.youtube {
  width: 90%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}


/* ----------- MESSAGE ----------- */

#message {
  width: 100%;
  height: auto;
  margin: 0;
}

#message .img {
  width: 100%;
  height: auto;
  display: flex;
}

#message .messageWrapper {
  width: 100%;
  padding: 10% 0;
  background: #E8E6E1;
}

#message ul {
  width: 80%;
  height: auto;
  padding: 0 0 5% 0;
  margin: 0 auto;
  border-bottom: 1px solid #000;
  overflow: hidden;
}

#message ul .sub {
  width: 100%;
  font-size: 3vw;
  font-weight: 900;
  text-align: center;
}

#message ul .name {
  margin: 1% 0;
  width: 100%;
  font-size: 6vw;
  font-weight: 900;
  text-align: center;
}

#message ul .title {
  width: 100%;
  margin: 3% 0;
  font-size: 3vw;
  font-weight: 900;
  text-align: center;
}

#message .text {
  width: 80%;
  margin: 10% auto;
  font-size: 3vw;
  text-align: center;
  line-height: 2;
}


/* ----------- PRODUCE ----------- */

#produce {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15% 0;
  overflow: hidden;
}

#produce .title {
  width: 80%;
  margin: 0 auto;
  padding: 3% 0;
  font-size: 3.5vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #000;
}

#produce .produceWrapper {
  width: 100%;
  margin: 0 auto;
  height: auto;
}

#produce .teaImg {
  width: 80%;
  margin: 8% auto;
}

#produce ul {
  width: 75%;
  margin: 0 auto;
  text-align: center;
}

#produce .subTitle {
  font-size: 4vw;
  font-weight: 700;
}

#produce .text {
  font-size: 3vw;
  margin: 5% auto 0 auto;
  line-height: 2;
}


/* ----------- DAMAGE ----------- */

#damage {
  padding: 20% 0;
  background: #E8E6E1;
}

.damageWrapper {
  width: 100%;
  margin: 0 auto;
}

.damageWrapper ul {
  width: 80%;
  margin: 0 auto;
}

.damageWrapper ul .title {
  width: 100%;
  margin: 0 auto;
}

.damageWrapper ul .subTitle {
  font-size: 3.5vw;
  margin: 5% auto 0 auto;
  text-align: center;
  font-weight: 700;
}

.damageWrapper ul .cause {
  font-size: 4vw;
  margin: 15% auto 5% auto;
  text-align: center;
  font-weight: 700;
}

.damageWrapper ul .text {
  width: 100%;
  font-size: 3vw;
  margin: 0 auto;
  line-height: 2;
}

.damageWrapper .damageImg {
  width: 80%;
  margin: 10% auto;
}

.causeCnt {
  width: 100%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  text-align: center;
}

.causeCntWrapper {
  width: 100%;
  margin: 0 auto;
  float: left;
}

.causetitle {
  font-size: 4vw;
  margin: 5% 0;
}

.causeCntWrapper ul {
  width: 70%;
  margin: 0 auto;
}

.causeCntWrapper ul li {
  width: 100%;
  margin: 0 1%;
}


/* ----------- CARE ----------- */

#care {
  padding: 15% 0;
}

.careWrapper {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.careImg {
  width: 80%;
  margin: 0 auto;
}

.careWrapper ul {
  width: 80%;
  margin: 10% auto 0 auto;
  text-align: center;
}

.careWrapper li {
  font-size: 3.5vw;
  margin: 5% auto;
  font-weight: 500;
  line-height: 1.8;
}

.bottleSet img {
  width: 50%;
  margin: 20% auto 0 auto;
  display: block;
}


/* ----------- FEATURES ----------- */

#features {
  width: 100%;
  padding: 15% 0 10% 0;
  background: #DCD9D3;
}

#features .heading {
  width: 100%;
  text-align: center;
  margin: 0 auto 10% auto;
  letter-spacing: 1px;
}

#features .heading .title {
  width: 80%;
  margin: 0 auto;
  font-size: 4vw;
  font-weight: 900;
  border-bottom: 1px solid #000;
  padding: 0 0 10px 0;
}

#features .heading .sub {
  width: 100%;
  font-size: 3vw;
  padding: 10px 0 0 0;
  text-align: center;
}

.featuresContent {
  width: 90%;
  height: auto;
  margin: 0 auto 5% auto;
  padding: 10% 0;
  overflow: hidden;
  background: #fff;
}

.contentTitle {
  width: 100%;
}

.contentTitle .title {
  width: 80%;
  height: auto;
  font-size: 4vw;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #000;
  font-weight: 500;
  margin: auto;
}

.contentTitle .sub {
  width: 100%;
  margin: 10% auto;
  font-size: 4.5vw;
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
}

.singleList {
  width: 80%;
  height: auto;
  margin: 15% auto 10% auto;
  ;
  font-size: 3.5vw;
  font-weight: 500;
  padding: 0 1% 3% 1%;
  text-align: center;
  border-bottom: 1px solid #000;
}

.materialDetail {
  width: 100%;
  margin: 0 auto;
}

.materialDetail .img {
  width: 70%;
  margin: 0 auto;
}

.materialDetail .text {
  width: 80%;
  font-size: 3vw;
  line-height: 2;
  text-align: center;
  margin: 10% auto;
}

.border {
  width: 85%;
  margin: 15% auto;
  border-bottom: 1px solid #BFBFBF;
  display: block;
  text-align: center;
}

.doubleList {
  width: 100%;
  margin: 0 auto;
  line-height: 2;
}

.doubleList .text {
  font-size: 3vw;
  width: 80%;
  margin: 0 auto;
  line-height: 2;
  text-align: center;
}

.layoutLeft {
  width: 100%;
  margin: 10% 0;
}

.layoutLeft .title {
  font-size: 3.5vw;
  font-weight: 500;
  margin: 10% auto 3% auto;
  text-align: center;
}

.layoutLeft .detail {
  font-size: 3vw;
  font-weight: 500;
  margin: 0 0 0 2%;
  text-align: center;
}

.number {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 60px;
  min-height: 60px;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 7vw;
  font-weight: 500;
}

.layoutCenter {
  width: 80%;
  margin: 0 auto;
  font-size: 3vw;
  display: flex;
  line-height: 2;
  flex-direction: row;
}

.madeinjapan {
  width: 100%;
  margin: 10% 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.madeinjapan .en {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #E51212;
  display: block;
}

.madeinjapan .text {
  font-size: 3vw;
  font-weight: 700;
  margin: 0 3%;
}

.madeinjapan .ex {
  font-size: 3vw;
  font-weight: 500;
  margin: 0 1%;
}

#materialImg {
  width: 80%;
  margin: 10% auto;
}

#materialImg .left {
  float: left;
  width: 40%;
}

#materialImg .right {
  float: right;
  width: 30%;
}

.marginNone {
  margin: 0 auto 2% auto;
}


/* ----------- HOW TO USE ----------- */

#howtouse {
  width: 100%;
  height: auto;
  padding: 15% 0 10% 0;
  overflow: hidden;
  background: #EDEAEA;
}

#howtouseWrapper {
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

#howtouseTitle {
  text-align: center;
}

#howtouseTitle .title {
  font-size: 6vw;
  font-weight: 900;
}

#howtouseTitle .jptitle {
  font-size: 2.8vw;
  margin: 1% 0 3% 0;
  font-weight: 500;
}

#howtouseTitle .text {
  font-size: 3vw;
  line-height: 1.5;
  font-weight: 500;
  line-height: 1.8;
}

#howtouseImg {
  width: 100%;
  margin: 10% auto;
}

#howtouseImg li {
  width: 100%;
  margin: 10% auto;
}


/* ----------- JIN BACK ----------- */

#jinBack {
  width: 100%;
  position: relative;
}

#jinBack .text {
  width: 80%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  color: #fff;
  letter-spacing: 1px;
  line-height: 2;
  font-size: 3vw;
}


/* ----------- BUY NOW ----------- */

#buynow {
  width: 100%;
  height: auto;
  padding: 8% 0;
  background: #FBFAF7;
}

#buynow .logo {
  width: 50%;
  margin: 10% auto;
}

#buynow .img {
  width: 70%;
  margin: 10% auto;
}

#buynow .name {
  margin: 0 auto 3% auto;
  text-align: center;
  font-size: 4vw;
  font-weight: 700;
}

#buynow .detail {
  margin: 0 auto;
  text-align: center;
  font-size: 3vw;
  line-height: 2;
}

#buynow .btn {
  margin: 3% 0;
}

#buynow button {
  margin: 10% auto;
  display: block;
  padding: 3% 20%;
  color: #000;
  border: 1px solid #000;
  font-size: 3vw;
  font-weight: 700;
}

#buynow button:hover {
  background: #000;
  color: #fff;
  font-weight: 700;
  transition: color 0.5s;
  transition: background 0.5s;
  cursor: pointer;
}

/* ---- フェード ---------------------------- */

.animation {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}


/*アニメーション要素までスクロールした時のスタイル*/

.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.damagecause_img{
 padding-bottom: 2px !important;
}
