@charset "UTF-8";
/* -------------------------------------------------
  * CBD PRODUCTS LINE-UP
------------------------------------------------- */
.contents--products-line-up {
  margin: 100px 0 0;
}

.contents__head--products-line-up {
  margin: 0 auto 130px;
}

.contents__head--products-line-up:after {
  width: 440px;
}

.contents__title--products-line-up,
.contents__title-kana--products-line-up {
  padding-left: 45px;
  text-align: left;
}

.lineup {
  width: 100%;
  margin: 0 auto 100px;
  padding: 0 45px;
}

.lineup-infomation {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 15px 60px;
		line-height:1.6;
}
.lineup-infomation p {
	padding: 20px;
	border: 1px solid #2a5338;
}
.contents--products-line-up .contents__head--products-line-up {
	margin-bottom: 65px;
}
.contents--products-line-up .contents__inner {
    padding-top: 65px;
}
.contents--products-line-up .contents__inner.nopadding {
    padding-top: 0px;
}
.lineup__category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2a5338;
  text-align: left;
}

.lineup__category-en {
  font-size: 2.7rem;
  padding-right: 1.5em;
}

.lineup__category-jp {
  font-size: 1.6rem;
}

.lineup__tag {
  display: inline-block;
  margin: 5px 0 75px;
  padding: 10px 0 0;
  border-top: 2px solid #1e432b;
  font-size: 1.3rem;
  line-height: 1.5em;
}

.lineup__tag-title {
  display: inline-block;
  padding: 0 6px;
  border: 1px solid #1e432b;
  vertical-align: top;
}

.lineup__tag-list {
  display: inline-block;
}

.lineup__tag-name {
  display: inline-block;
  padding: 0 0.5em;
  vertical-align: top;
}

.lineup-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.lineup-list__item {
  width: calc(100% / 4);
  text-align: center;
}

.lineup-list__link {
  display: block;
  width: 230px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.6em;
  text-decoration: none;
  color: #1e432b;
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.lineup-list__link:hover {
  opacity: 0.7;
}

.lineup-list__image {
  padding: 0 10px;
}

.lineup-list__price {
  margin-top: 0.5em;
}
.lineup-list__capacity, .lineup-list__recommend{
	margin-top:0.5em;
	font-size:0.9em;
}

.lineup-list__price--yen {
  color: #791f6d;
}

/* -------------------------------------------------
  * 食べること、寝ること、リラックスすること
------------------------------------------------- */
.contents--lineup-relax {
  margin-bottom: 40px;
}

/* -------------------------------------------------
  * WHICH PRODUCT TO CHOOSE
------------------------------------------------- */
.contents--which-product-to-choose {
  margin-bottom: 10px;
}

.product-description__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* icon list section */
.product-description--icons {
  color: #fff;
  background: #617e78;
  margin-bottom: 120px;
  padding: 40px 0;
}

.product-description__list {
  padding-left: 60px;
}

.product-description__item {
  margin: 2em 0px;
  position: relative;
}

.product-description__icon {
  width: 34px;
  position: absolute;
  top: 0;
  left: 0;
}

.product-description__icon--drop {
  padding: 0 8px;
}

.product-description__icon--capsuel {
  padding: 6px 0;
}

.product-description__icon--salve {
  padding: 0 6px;
}

.product-description__icon--crystal {
  padding: 0 6px;
}

.product-description__text {
  padding-left: 50px;
  line-height: 2.1em;
}

/* graph section */
.product-description__head {
  margin-bottom: 60px;
  font-size: 2rem;
  text-align: center;
}

.product-description__text-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 70px;
}

.product-description__text-area {
  max-width: 450px;
  width: 50%;
}

.product-description__text-area h4 {
  margin-bottom: 30px;
  font-size: 1.7rem;
}

.product-description__text-area p {
  font-size: 1.3rem;
  line-height: 2.1em;
}

.product-description__text-head {
  margin-bottom: 30px;
  font-size: 1.7rem;
}

.product-description__text-body {
  font-size: 1.3rem;
  line-height: 2.1em;
}

.product-description__graph-image {
  width: 85%;
  margin: 0 auto;
}

/* -------------------------------------------------
  * WHY CHOOSE ENDOCA
------------------------------------------------- */
.contents--lineup-points {
  margin-bottom: 100px;
}

.contents__head--lineup-choose-endoca {
  margin: 0 auto 90px;
}

.contents__head--lineup-choose-endoca:before {
  left: auto;
  right: 50%;
}

.contents__head--lineup-choose-endoca:after {
  width: 92%;
  max-width: 1025px;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.contents__deco--lineup01 {
  width: 141px;
  top: -30px;
  right: 0;
}

.contents__deco--lineup02 {
  width: 154px;
  top: 670px;
  left: 0;
}

.contents__deco--lineup03 {
  width: 154px;
  top: 890px;
  right: 0;
}

.contents__deco--lineup04 {
  width: 141px;
  top: 1350px;
  right: 0;
}

.contents__deco--lineup05 {
  width: 154px;
  z-index: auto;
  pointer-events: none;
  position: absolute;
  top: 1940px;
  left: 0;
}

.contents__deco--lineup06 {
  width: 354px;
  z-index: auto;
  pointer-events: none;
  position: absolute;
  top: 2070px;
  right: 0;
}

/* ============================================================

   * PC 768px 〜 1000px

============================================================ */
@media screen and (max-width: 950px) {
  /* -------------------------------------------------
    * CBD PRODUCTS LINE-UP
  ------------------------------------------------- */
  .lineup {
    padding: 0 20px;
  }
  .lineup-list__link {
    width: 220px;
    font-size: 1.3rem;
  }
  .lineup-list__image {
    padding: 0 5px;
  }
  .lineup-infomation {
	padding: 0 40px;
  }
}

/* ============================================================

   * SP

============================================================ */
@media screen and (max-width: 768px) {
  /* -------------------------------------------------
    * CBD PRODUCTS LINE-UP
  ------------------------------------------------- */
	.lineup-infomation {
	    padding: 30px 20px;
	}
	.lineup-infomation p {
		padding: 20px;
	}
	.contents--products-line-up .contents__head--products-line-up {
		margin-bottom: 25px;
	}
	.contents--products-line-up .contents__inner {
		padding-top: 25px;
	}
	.contents--products-line-up .contents__inner.nopadding {
		padding-top: 0;
	}
  .contents--products-line-up {
    margin: 50px 0 0;
  }
  .contents__head--products-line-up {
    margin: 0 auto 50px;
  }
  .contents__head--products-line-up:before, .contents__head--products-line-up:after {
    display: none;
  }
  .contents__title--products-line-up {
    padding-left: 0;
    text-align: center;
    font-size: 2.5rem;
  }
  .contents__title-kana--products-line-up {
    position: static;
    padding: 0;
    font-size: 1.75rem;
    font-weight: bold;
    text-align: center;
  }
  .lineup {
    margin: 0 auto 75px;
    padding: 0 15px;
  }
  .lineup__category {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lineup__category-en {
    font-size: 1.9rem;
    padding-right: 1em;
  }
  .lineup__category-jp {
    font-size: 1.35rem;
  }
  .lineup__tag {
    display: block;
    width: calc(100% - 15px);
    margin: 7px auto 50px;
    padding: 20px 5px 0 15px;
    font-size: 1rem;
    line-height: 1.8em;
  }
  .lineup__tag-title {
    padding: 0.1em 5px 0;
    line-height: 1.5em;
  }
  .lineup__tag-list {
    width: calc(100% - 50px);
    padding-left: 5px;
  }
  .lineup__tag-name {
    padding: 0 0.25em;
    margin-bottom: 0.1em;
  }
  .lineup-list {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .lineup-list__item {
    width: 50%;
  }
  .lineup-list__item:nth-of-type(n + 3) {
    margin-top: 75px;
  }
  .lineup-list__image {
    display: block;
    min-width: 137px;
    width: 90%;
    margin: 0 auto 30px;
  }
  .lineup-list__link {
    width: 80%;
    min-width: 172px;
    font-size: 1.15rem;
    line-height: 1.75em;
    transition: none;
  }
  .lineup-list__link:hover {
    opacity: 1;
  }
  .lineup-list__price {
    margin-top: 0.5em;
  }
  /* -------------------------------------------------
    * 食べること、寝ること、リラックスすること
  ------------------------------------------------- */
  .contents--lineup-relax {
    margin-bottom: 50px;
  }
  /* -------------------------------------------------
    * WHICH PRODUCT TO CHOOSE
  ------------------------------------------------- */
  .contents--which-product-to-choose {
    margin-bottom: 30px;
  }
  .contents__head--which-product-to-choose {
    padding: 0;
  }
  .contents__title--which-product-to-choose {
    font-size: 1.95rem;
    letter-spacing: 0.025em;
  }
  .product-description--icons {
    margin-bottom: 30px;
    padding: 10px 0;
  }
  .product-description__inner {
    padding: 0;
    min-height: 100%;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* icons list section */
  .product-description__list {
    padding: 0 25px;
  }
  .product-description__item {
    font-size: 1.15rem;
    margin: 2em 0px;
  }
  .product-description__icon {
    width: 32px;
  }
  .product-description__icon--drop {
    padding: 0 9px;
  }
  .product-description__icon--capsuel {
    padding: 4px 0;
  }
  .product-description__icon--salve {
    padding: 0 5px;
  }
  .product-description__icon--crystal {
    padding: 0 5px;
  }
  .product-description__text {
    padding-left: 50px;
  }
  /* praph section */
  .product-description__head {
    padding: 0 13%;
    margin-bottom: 30px;
    font-size: 1.75rem;
    line-height: 1.5em;
  }
  .product-description__text-container {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0 40px;
  }
  .product-description__text-area {
    max-width: 100%;
    min-width: 320px;
    width: 50%;
    margin-bottom: 30px;
  }
  .product-description__text-area h4 {
    margin-bottom: 10px;
    font-size: 1.15rem;
  }
  .product-description__text-area p {
    font-size: 1.15rem;
    line-height: 2.1em;
  }
  .product-description__text-head {
    margin-bottom: 10px;
    font-size: 1.15rem;
  }
  .product-description__text-body {
    font-size: 1.15rem;
    line-height: 2.1em;
  }
  .product-description__graph-image {
    width: 100%;
  }
  /* -------------------------------------------------
    * WHY CHOOSE ENDOCA
  ------------------------------------------------- */
  .contents__head--lineup-choose-endoca {
    margin: 0 auto 40px;
  }
  .contents--lineup-points {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 320px) {
  /* -------------------------------------------------
    * CBD PRODUCTS LINE-UP
  ------------------------------------------------- */
  .lineup-list__link {
    min-width: 150px;
  }
}


/* -------------------------------------------------
  * TOP SLIDER
------------------------------------------------- */
.top-slider {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 30px auto 100px;
}

.top-slider__item {
  width: 100%;
}

.top-slider__btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 22px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.top-slider__btn:hover {
  opacity: .7;
}

.top-slider__btn--r {
  right: 20px;
}

.top-slider__btn--l {
  left: 20px;
}

.top-slider__dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
}

.top-slider__dots li {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  -webkit-transition: background 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border-radius: 50%;
  background: #bbbbbb;
}

.top-slider__dots li.slick-active {
  background: #333333;
}

/* -------------------------------------------------
  * LINEUP BANNER
------------------------------------------------- */
.lineup-banner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 30px auto 100px;
}
.lineup-banner-outer{
	display:flex;
	gap:10px;
	flex-wrap:wrap;
	justify-content:space-between;
}
.lineup-banner-one a{
	transition:all .4s;
}
.lineup-banner-one a:hover{
	opacity:.5;
	transition:all .4s;
}
.lineup-banner-one{
	width:calc(50% - 5px);
}

@media screen and (max-width: 768px) {
	.lineup-banner-one{
		width:100%;
	}
}
