@charset "UTF-8";
/* -------------------------------------------------
  * 商品詳細
------------------------------------------------- */
.contents--product-items {
  margin: 100px 0 150px;
}

.products-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: ２0px;
  padding: 0 20px;
}
.products-main.right {
  justify-content: flex-end;
}
.products-detail {
  width: 40%;
  padding-top: 30px;
  padding-left: 5%;
  color: #2a5338;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.products-detail__name {
  line-height: 2.1em;
}

.products-detail__name--en {
  font-size: 2rem;
}

.products-detail__name--jp {
  font-size: 1.6rem;
}

.product-shop {
  padding: 50px 0 30px;
}

.product-shop + .product-shop {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 40px 0;
  border-top: 1px solid #2a5338;
}

.product-shop__price {
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: bold;
}

.product-shop__price--purple {
  color: #801070;
}

.product-shop__button {
  display: inline-block;
  min-width: 268px;
  padding: 10px 16px;
  border-radius: 5px;
  background: #8aa97f;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  text-align: center;
  transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.product-shop__button:not(:last-child) {
  margin-bottom: 60px;
}

.product-shop__button:hover {
  opacity: 0.7;
}

.product-shop__button.repeat-button {
  background: #2A5338;
}

.product-shop__button-text {
  line-height: 1.9em;
  vertical-align: top;
}

.product-shop__icon {
  display: inline-block;
  width: 22px;
  margin-left: 5px;
}

.product-coupon-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-coupon-area__text {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.product-slider {
  width: 60%;
}

.product-slider__main-item {
  padding: 0 5px 20px;
}

.product-slider__button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: wrap;
}

.product-slider__button li {
  width:25%;
  opacity: 0.7;
  transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
}

.product-slider__button li:hover {
  opacity: 1;
}

.product-slider__button li.slick-active {
  opacity: 1;
  cursor: default;
}

.products-intro {
  border: 1px solid #8aa97f;
}

.products-intro__head {
  padding: 15px 0px;
  background: #8aa97f;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.products-intro__body {
  padding: 55px 30px;
  background: #fff;
  color: #2a5338;
  font-size: 1.3rem;
  line-height: 2.1em;
  letter-spacing: 0.05em;
}

.products-intro p {
  margin-bottom: 35px;
}

.products-intro ul {
  margin-bottom: 35px;
}

.products-intro ul li {
  margin-bottom: 15px;
  text-indent: -2em;
  padding-left: 2em;
}

.products-intro ul li:last-child {
  margin-bottom: 0;
}

.products-intro__text {
  margin-bottom: 35px;
}

.products-intro__list {
  margin-bottom: 35px;
}

.products-intro__list-item {
  margin-bottom: 15px;
  text-indent: -2em;
  padding-left: 2em;
}

.products-intro__list-item:last-child {
  margin-bottom: 0;
}

.products-intro__link {
  margin-top: 45px;
  text-align: center;
}

.products-intro__button {
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #586c5a;
  border-radius: 5px;
  background: #fff;
  color: #586c5a;
  font-size: 1.6rem;
  text-decoration: none;
  transition: background 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.products-intro__button:hover {
  background: #586c5a;
  color: #fff;
}

/* -------------------------------------------------
  * テキスト + 背景画像
------------------------------------------------- */
.contents--last-item {
  margin-bottom: 150px;
}

/* -------------------------------------------------
  * 中身を見てみよう
------------------------------------------------- */
.capsule-component {
  padding: 150px 0;
  color: #2a5338;
}

.capsule-component__head {
  margin-bottom: 80px;
  font-size: 2rem;
  text-align: center;
}

.capsule-component__image {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.capsule-component__image img {
  width: auto;
  height: auto;
}

.capsule-component__name {
  position: absolute;
  top: 0;
  left: 14.5%;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.5em;
}

.contents__deco--capsule-component01 {
  width: 154px;
  top: 10px;
  right: 0;
}

.contents__deco--capsule-component02 {
  width: 141px;
  bottom: 60px;
  left: 0;
}

/* -------------------------------------------------
  * movie
------------------------------------------------- */
.content--product-movie {
  margin-bottom: 150px;
}

.contents__head--product {
  margin: 0 auto 100px;
}

/* -------------------------------------------------
  * Q and A
------------------------------------------------- */
.contents--q-a {
  margin: 80px 0 100px;
}

/* -------------------------------------------------
  * point
------------------------------------------------- */
.contents--products-points {
  margin-bottom: 180px;
}

.contents__head--products-points {
  margin: 0 auto 90px;
}

.contents__head--products-points:before {
  right: 50%;
  left: auto;
}

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

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

   * PC 768px 〜 1000px

============================================================ */
@media screen and (max-width: 950px) {
  /* -------------------------------------------------
    * 商品詳細
  ------------------------------------------------- */
  .products-detail {
    padding-top: 25px;
  }
  .products-main {
    padding: 0 10px;
  }
  .product-coupon-area {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  /* -------------------------------------------------
    * 中身を見てみよう
  ------------------------------------------------- */
  .capsule-component__image {
    width: 100%;
  }
  .capsule-component__image img {
    width: 100%;
  }
}

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

   * SP

============================================================ */
@media screen and (max-width: 768px) {
  /* -------------------------------------------------
    * 商品詳細
  ------------------------------------------------- */
  .contents--product-items {
    margin: 50px 0 75px;
  }
  .products-main {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-bottom: 25px;
    padding: 0 20px;
  }
  .products-detail {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    text-align: center;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .products-detail__name {
    line-height: 2.1em;
  }
  .products-detail__name--en {
    font-size: 1.75rem;
  }
  .products-detail__name--jp {
    font-size: 1.35rem;
  }
  .product-shop {
    margin: 0 15px;
    padding: 30px 0;
  }
  .product-shop + .product-shop {
    padding: 45px 0;
    border-top: 1px solid #2a5338;
  }
  .product-shop__price {
    margin-bottom: 20px;
    font-size: 1.35rem;
  }
  .product-shop__button {
    min-width: 224px;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1.35rem;
    transition: none;
  }
  .product-shop__button:not(:last-child) {
    margin-bottom: 45px;
  }
  .product-shop__button:hover {
    opacity: 1;
  }
  .product-coupon-area {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-coupon-area__text {
    font-size: 1.35rem;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .product-slider {
    width: 100%;
    margin-bottom: 50px;
  }
  .product-slider__main-item {
    min-width: 255px;
    margin: 0 auto;
    padding: 0 1.5% 20px;
  }
  .product-slider__button {
    justify-content: flex-start;
  }
  .product-slider__button li {
    width: 25%;
  }
  .products-intro {
    border: none;
  }
  .products-intro__head {
    padding: 0 0 35px;
    background: transparent;
    font-size: 1.5rem;
    color: #2a5338;
  }
  .products-intro__body {
    padding: 0 35px;
    font-size: 1.25rem;
  }
  .products-intro p {
    margin-bottom: 30px;
  }
  .products-intro ul {
    margin-bottom: 30px;
  }
  .products-intro ul li {
    margin-bottom: 30px;
  }
  .products-intro__text {
    margin-bottom: 30px;
  }
  .products-intro__list {
    margin-bottom: 30px;
  }
  .products-intro__list-item {
    margin-bottom: 30px;
  }
  .products-intro__link {
    margin-top: 50px;
    text-align: center;
  }
  .products-intro__button {
    padding: 8px 20px;
    font-size: 1.35rem;
    transition: none;
  }
  .products-intro__button:hover {
    background: #fff;
    color: #586c5a;
  }
  /* -------------------------------------------------
    * テキスト + 背景画像
  ------------------------------------------------- */
  .contents--last-item {
    margin-bottom: 20px;
  }
  /* -------------------------------------------------
    * 中身を見てみよう
  ------------------------------------------------- */
  .capsule-component {
    padding: 20px 0 0;
  }
  .capsule-component__head {
    margin-bottom: 20px;
    font-size: 1.75rem;
  }
  .capsule-component__image {
    width: 100%;
    margin: 0 auto 45px;
  }
  .capsule-component__name {
    margin-bottom: 35px;
    position: static;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5em;
  }
  /* -------------------------------------------------
    * movie
  ------------------------------------------------- */
  .content--product-movie {
    margin: 75px 0;
  }
  .contents__head--product {
    margin: 0 auto 60px;
  }
  /* -------------------------------------------------
    * Q and A
  ------------------------------------------------- */
  .contents--q-a {
    margin: 30px 0 50px;
  }
  /* -------------------------------------------------
    * point
  ------------------------------------------------- */
  .contents--products-points {
    margin-bottom: 50px;
  }
  .contents__head--products-points {
    margin: 0 auto 25px;
  }
}



@media screen and (min-width: 769px) {
  .contents--product-face-oil .contents__inner-products.contents__inner-products--row-reverse,
  .contents--product-face-oil .contents__inner-products.contents__inner-products--row {
    margin: 0 auto;
    padding: 0;
  }
  .contents--product-face-oil .products-text-area h3 {
    margin-bottom: 40px;
  }
  .contents--product-face-oil .products-text-area {
    margin: 0 45px;
  }
  div:not([class="contents contents--q-a"]) + .contents--products-points {
    margin-top: 200px;
  }
  .contents--product-face-oil .capsule-component__image img {
    width: 990px;
  }
  .contents--product-face-oil .capsule-component {
    padding-bottom: 95px;
  }
}
@media screen and (max-width: 768px) {
  .contents--product-face-oil .capsule-component__image {
    margin-bottom: 0;
  }
}

.about-subscription {
  margin: -40px 0 15px;
  display: flex;
  align-items: center;
}
.about-subscription a {
  margin-left: 3px;
  color: #2A5338;
  font-size: 12px;
  font-weight: bold;
}
.about-subscription span,
.about-subscription img {
  display: inline-block;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .about-subscription {
    margin: -20px auto 15px;
    justify-content: center;
  }
}

.about-subscription-list {
  margin: -30px 0 15px;
  color: #2A5338;
  font-size: 12px;
  font-weight: bold;
}
.about-subscription-list li{
	margin-bottom:0.8em;
}
.about-subscription-list li a {
  color: #2A5338;
}
@media screen and (max-width: 768px) {
	.about-subscription-list {

	}
}

.products-detail.product-detail-info{
	width:54%;
	padding-right:40px;
}
.product-detail-info h3{
  margin-bottom: 0.5em;
  color: #2a5338;
  font-size: 2rem;
  text-align: left;
  line-height: 1.7em;
}

.product-detail-info p {
    font-size: 1.3rem;
    line-height: 2.1em;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.product-detail-info.text-area{
		width:100%;
		padding:20px;
		margin-bottom:20px;
	}
	.products-detail.product-detail-info{
		width:100%;
		padding-right:0px;
	}
	.product-detail-info p {
		text-align:left;
	}
}


.product-detail-info-outer .contents__photo--row-reverse{
	width:45%;
}
.product-detail-info-outer:after{
	background-color:#fff;
}
@media screen and (max-width: 768px) {
	.product-detail-info-outer  .contents__photo--row-reverse{
		width:100%;
	}
}

.contents_gift_inner {
  background-color:#8AA97F;
}
.contents_gift_inner img {
  display: block;
  margin: auto;
}
.contents_gift_set_img {
  margin: auto;
}
.content_gift_icons {
  display: flex;
  justify-content: space-around;
  margin: auto;
}
.contents_gift_box .contents__inner-products {
  position: relative;
  min-height: unset;
}
.contents_gift_links a {
  display: block;
  color: #2a5338;
  text-align: center;
}
.contents_gift_links li:before {
  content: '';
  position: absolute;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.gift-information {
  margin: 60px auto 0;
  padding: 0 40px;
  width: 100%;
  text-align: right;
  color: #2a5338;
  font-size: 14px;
  max-width: 1140px;
}

@media screen and (max-width: 768px) {
  .gift-information {
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .contents_gift_links a {
    position: absolute;
    line-height: 1.7;
    font-weight: bold;
    background-color: #fff;
  }
  .contents_gift_links li:before {
    width: 120px;
    height: 2px;
    background-image : linear-gradient(to right, #2A5338, #2A5338 2px, transparent 2px, transparent 11px);
    background-size: 11px 2px;
  }
  .contents_gift_wellness .contents_gift_links li:nth-child(1):before {
    top: 63.6%;
    left: 28.9%;
  }
  .contents_gift_wellness .contents_gift_links li:nth-child(2):before {
    top: 67.8%;
    right: 28.8%;
  }
  .contents_gift_wellness .contents_gift_links li:nth-child(3):before {
    top: 88.2%;
    right: 36%;
    transform: rotate(43deg);
  }
  .contents_gift_wellness .contents_gift_links li:nth-child(1) a {
    top: 61.8%;
    left: 17%;
  }
  .contents_gift_wellness .contents_gift_links li:nth-child(2) a {
    top: 66%;
    right: 17.4%;
  }
  .contents_gift_wellness .contents_gift_links li:nth-child(3) a {
    top: 93.1%;
    right: 23%;
  }
  .contents_gift_bc .contents_gift_links li:nth-child(1):before {
    top: 51.6%;
    left: 28.9%;
  }
  .contents_gift_bc .contents_gift_links li:nth-child(2):before {
    top: 81.8%;
    left: 32.5%;
    transform: rotate(-43deg);
  }
  .contents_gift_bc .contents_gift_links li:nth-child(3):before {
    top: 83.5%;
    right: 42.7%;
    transform: rotate(44.5deg);
  }
  .contents_gift_bc .contents_gift_links li:nth-child(4):before {
    top: 66.7%;
    right: 31.4%;
  }
  .contents_gift_bc .contents_gift_links li:nth-child(1) a {
    top: 49.5%;
    left: 15.9%;
  }
  .contents_gift_bc .contents_gift_links li:nth-child(2) a {
    top: 91%;
    left: 26.4%;
  }
  .contents_gift_bc .contents_gift_links li:nth-child(3) a {
    top: 90.1%;
    right: 36.7%;
  }
  .contents_gift_bc .contents_gift_links li:nth-child(4) a {
    top: 64.5%;
    right: 21.6%;
  }
  .contents_gift_box .contents__inner-products {
    overflow: hidden;
    max-width: 1440px;
    padding-bottom: 60px;
  }
  .contents_gift_wellness .contents__inner-products {
    padding-bottom: 60px;
  }
  .contents_gift_bc .contents__inner-products {
    padding-bottom: 80px;
  }
	/*
  .contents_gift_box .contents__inner-products:before {
    content: url(../../images/gift_L.png);
    position: absolute;
    z-index: -1;
    left: -104px;
    top: 270px;
  }
  .contents_gift_box .contents__inner-products:after {
    content: url(../../images/gift_R.png);
    position: absolute;
    z-index: -1;
    right: -26px;
    top: 70px;
  }
	*/
  .contents_gift_box img {
    width: 494px;
    width: 35.3%;
    display: block;
    margin: auto;
  }
  .contents_gift .contents__head--row:after {
    width: 92%;
    max-width: 1025px;
  }
  .contents_gift h2 {
    margin: auto;
  }
  .contents_gift {
    margin-bottom: 120px;
  }
  .contents_gift_inner {
    padding: 60px 0 80px;
  }
  .contents_gift_inner h2 {
    margin-bottom: 120px;
  }
  .contents_gift_inner img {
    width: 431px;
  }
  .contents_gift_set_img {
    margin: 0 auto 120px;
    width: 886px;
    background-image: url(../../images/gift_set_bg.svg);
    background-size: 100%;
    background-position: 0 -157px;
    background-repeat: no-repeat;
  }
  .content_gift_icons {
    width: 886px;
  }
  .contents_gift_inner .content_gift_icons img {
    width: 100%;
  }
  .content_gift_icons li:nth-child(1) {
    width:97px;
    height:103px;
  }
  .content_gift_icons li:nth-child(2) {
    width:97px;
    height:112px;
  }
  .content_gift_icons li:nth-child(3) {
    width:63px;
    height:111px;
  }
  .content_gift_icons li:nth-child(4) {
    width:117px;
    height:102px;
  }
  .contents_gift_yourself img:first-child {
    max-width: 383px;
    object-fit: contain;
  }
  .contents_gift_yourself img:last-child {
    max-width: 520px;
    margin-right: 80px;
  }
  .contents_gift_yourself_inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
}
@media screen and (max-width: 1440px) {
  .contents_gift_wellness .contents_gift_links li:nth-child(1) a {
    top: 29.7vw;
  }
  .contents_gift_wellness .contents_gift_links li:nth-child(2) a {
    top: 31.6vw;
  }
  .contents_gift_wellness .contents_gift_links li:nth-child(3) a {
    top: 43.8vw;
  }
  .contents_gift_bc .contents_gift_links li:nth-child(2) a {
    top: 35.8vw;
  }
  .contents_gift_bc .contents_gift_links li:nth-child(3) a {
    top: 35.8vw;
  }
}
@media screen and (max-width: 768px) {
  .contents_gift_links li:before {
    width: 80px;
    height: 1px;
    background-image : linear-gradient(to right, #2A5338, #2A5338 1px, transparent 1px, transparent 6px);
    background-size: 6px 1px;
  }
  .contents_gift_links br {
    display: none;
  }
  .contents_gift_links li:after {
    position: absolute;
  }
  .contents_gift_links li:nth-child(1):after {
    content: "\2460";
  }
  .contents_gift_links li:nth-child(2):after {
    content: "\2461";
  }
  .contents_gift_links li:nth-child(3):after {
    content: "\2462";
  }
  .contents_gift_links li:nth-child(4):after {
    content: "\2463";
  }
  .contents_gift_wellness .contents_gift_links li:nth-child(1):before {
    top: 46.4%;
    left: 8.2%;
    transform: rotate(33.6deg);
  }
  .contents_gift_wellness .contents_gift_links li:nth-child(1):after {
    top: 40%;
    left: 4.8%;
  }
  .contents_gift_wellness .contents_gift_links li:nth-child(2):before {
    top: 51%;
    right: 18.8%;
    transform: rotate(33.6deg);
  }
  .contents_gift_wellness .contents_gift_links li:nth-child(2):after {
    top: 55%;
    right: 15.3%;
  }
  .contents_gift_wellness .contents_gift_links li:nth-child(3):before {
    top: 60.2%;
    right: 27%;
    transform: rotate(43deg);
  }
  .contents_gift_wellness .contents_gift_links li:nth-child(3):after {
    top: 65.4%;
    right: 24.9%;
  }
  .contents_gift_bc .contents_gift_links li:nth-child(1):before {
    top: 30.4%;
    left: 8.2%;
    transform: rotate(33.6deg);
  }
  .contents_gift_bc .contents_gift_links li:nth-child(1):after {
    top: 23.2%;
    left: 4.8%;
  }
  .contents_gift_bc .contents_gift_links li:nth-child(2):before {
    top: 53%;
    left: 7.8%;
    transform: rotate(-33.6deg);
  }
  .contents_gift_bc .contents_gift_links li:nth-child(2):after {
    top: 57.7%;
    left: 4.3%;
  }
  .contents_gift_bc .contents_gift_links li:nth-child(3):before {
    top: 54.2%;
    right: 27%;
    transform: rotate(39deg);
  }
  .contents_gift_bc .contents_gift_links li:nth-child(3):after {
    top: 59.8%;
    right: 24.5%;
  }
  .contents_gift_bc .contents_gift_links li:nth-child(4):before {
    top: 38.2%;
    right: 11%;
    transform: rotate(-17deg);
  }
  .contents_gift_bc .contents_gift_links li:nth-child(4):after {
    top: 33.9%;
    right: 6.6%;
  }
  .contents_gift {
    margin-bottom: 80px;
  }
  .contents_gift_box .contents__inner-products {
    max-width: 375px;
    margin: auto;
  }
  .contents_gift_box img {
    width: 300px;
    display: block;
    margin: 0 auto 30px;
  }
  .contents_gift_links {
    margin: auto;
  }
  .contents_gift_links a {
    margin-bottom: 25px;
    text-underline-offset: 4px;
  }
  .contents_gift_links a:after {
    content: "  >";
  }
  .contents_gift_links li:nth-child(1) a:before {
    content: "\2460  ";
  }
  .contents_gift_links li:nth-child(2) a:before {
    content: "\2461  ";
  }
  .contents_gift_links li:nth-child(3) a:before {
    content: "\2462  ";
  }
  .contents_gift_links li:nth-child(4) a:before {
    content: "\2463  ";
  }
  .contents_gift_inner {
    padding: 40px 0 20px;
  }
  .contents_gift_inner h2 {
    margin-bottom: 50px;
  }
  .contents_gift_inner h2 img {
    width: 240px;
  }
  .contents_gift_inner img {
    width: 75%;
  }
  .contents_gift_set_img {
    margin-bottom: 50px;
  }
  .content_gift_icons li:nth-child(1) {
    width:48px;
    height:51px;
  }
  .content_gift_icons li:nth-child(2) {
    width:48px;
    height:56px;
  }
  .content_gift_icons li:nth-child(3) {
    width:32px;
    height:56px;
  }
  .content_gift_icons li:nth-child(4) {
    width:59px;
    height:51px;
  }
  .contents_gift_yourself_inner {
    padding: 0 45px;
  }
  .contents_gift_yourself img:first-child {
    margin-bottom: 45px;
  }
}
.product-related{
	padding:0 20px;
}
.lineup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
	gap:20px;
}

.lineup-list__item {
  width: 23%;
  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: 1em;
}
.lineup-list__capacity, .lineup-list__recommend{
	margin-top:0.2em;
	text-align:left;
}

.lineup-list__price--yen {
  color: #791f6d;
}
@media screen and (max-width: 768px) {
  .lineup-list {
    flex-wrap: wrap;
  }
  .lineup-list__item {
    width: 47%;
  }
  .lineup-list__image {
    display: block;
    min-width: 137px;
    width: 90%;
    margin: 0 auto 5px;
  }
  .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: 2.1em;
  }
}

/* -------------------------------------------------
  * REVIEW Overwride
------------------------------------------------- */
.glsr-form-wrap .wp-block-button{text-align:center;padding:0.5em 0;}
.glsr-form-wrap .wp-block-button__link {
    color: #2a5338;
    background-color: #fff;
    border-radius:0px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9em;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    box-sizing: border-box;
	border: 1px solid #2a5338;
	transition:.4s;
}
.glsr-form-wrap .wp-block-button__link:hover{
	color: #2a5338;
	opacity:.7;
	transition:.4s;
}
.glsr-reviews-wrap .glsr-pagination .nav-links{text-align:center;}
.glsr-reviews-wrap .glsr-pagination .nav-links a,
.glsr-reviews-wrap .glsr-pagination .nav-links span{margin:0 0.25em;}