﻿@charset "UTF-8";

/* ===================
	LP Contents
=================== */

.item_detail_contents {
	margin: 0 auto;
	padding: 10rem 12rem 8rem;
  background: #F1E9D9;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	color: #000;
	letter-spacing: 0;
}

.item_detail_contents *,
.item_detail_contents *:before,
.item_detail_contents *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.item_detail_contents p,
.item_detail_contents ul,
.item_detail_contents ol,
.item_detail_contents ol {
	margin: 0;
	padding: 0;
}

.item_detail_contents ul,
.item_detail_contents li {
	list-style: none;
	border: none;
}

.item_detail_contents a:hover {}

.item_detail_contents img {
	max-width: 100%;
}

.item_detail_contents sup {
	color: inherit;
}

.item_detail_contents p {
	color: #000;
}

.item_detail_contents a,
.item_detail_contents a:before,
.item_detail_contents a:after,
.item_detail_contents a img {
	transition: opacity .3s ease-in-out,
	color .3s ease-in-out,
	background-color .3s ease-in-out,
	border-color .3s ease-in-out,
	text-shadow .3s ease-in-out,
	text-weight .3s ease-in-out;
}

.item_detail_contents h1 {
	padding: 0;
}


/* -- List -- */

.item_detail_contents .list ul {
	letter-spacing: -0.4em;
}

.item_detail_contents .list ul li {
	display: inline-block;
	letter-spacing: 0.08em;
	vertical-align: top;
}


/* -- List Dot -- */

.item_detail_contents .list_dot,
.item_detail_contents .list.list_dot {
	margin: 1rem 0;
}

.item_detail_contents .list_dot .list_dot {
	margin: 0 0 .5rem;
}

.item_detail_contents .list_dot ul,
.item_detail_contents .list.list_dot ul {
	margin: 0;
	padding-left: 1.5em !important;
}

.item_detail_contents .list_dot ul li {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	list-style-type: none;
	line-height: 1.8;
}

.item_detail_contents .list_dot ul li ul {
	padding-top: .2rem;
	padding-left: 2.5em !important;
}

.item_detail_contents .list_dot ul li:before {
	display: inline-block;
	width: .3rem;
	height: .3rem;
	margin-left: -1em;
	margin-right: 1.4rem;
	background: #555;
	border-radius: 100%;
	vertical-align: middle;
	content: "";
}

/* ===================
　　 General
=================== */

.item_detail_contents .txt_center {
	text-align: center;
}

.item_detail_contents .txt_bold {
	font-weight: bold;
}

.item_detail_contents .txt_en {
}


/* ===================
　Section Common
=================== */

.item_detail_contents .section {}

.item_detail_contents .inner {
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
}

.item_detail_contents .ttl_section {
	width: 100%;
	margin: 0 0 3rem;
	text-align: center;
	font-size: 3rem;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.item_detail_contents .ttl_section span {
	display: block;
}

.item_detail_contents .ttl_section .txt_en {
	margin: 0 auto;
  padding: 0;
	font-size: 1.8rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.4;
}

.item_detail_contents .ttl_sub {
	margin: 0 auto 4rem;
	font-size: 1.8rem;
	letter-spacing: 0.15em;
	font-weight: 500;
	text-align: center;
}

.item_detail_contents .txt_cont {
	text-align: center;
	line-height: 2;
}


/* ===================
　　   INTRO
=================== */

.intro_section {
  text-align: center;
}

.intro_section .mv_img {
	display: block;
	width: 100%;
}

.intro_section .intro_area {
	padding-top: 0;
}

.intro_section .intro_ttl {
	margin: 0 auto 10rem;
	padding: 5rem 0 0;
	border: none;
	color: #095437;
	font-size: 6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	letter-spacing: 0;
}

.intro_section .intro_txt {
	margin-bottom: 6.3rem;
	font-size: 1.8rem;
	text-align: center;
	line-height: 2.2;
}

.intro_bg_area {
	padding: 9rem 0;
	background: #f6e7ee;
}

.intro_bg_area p {
	font-size: 2rem;
	text-align: center;
	line-height: 2.2;
}

.intro_img {
	display: block;
}

.intro_img img {
	width: 100%;
}

.intro_section .ttl_section {
  margin-bottom: 3rem;
}

.intro_section .comment_wrap {
  display: inline-block;
  text-align: right;
  color: #547961;
}

.intro_section .comment_txt {
  text-align: center;
}

.intro_section .comment_txt span {
  position: relative;
  display: inline-block;
  margin: 1.6rem auto .8rem;
  padding: 2rem 3rem;
  background: #547961;
  border-radius: 1rem;
  color: #EFE9DB;
  font-size: 1.6rem;
  letter-spacing: 0;
}

.intro_section .comment_txt span::before {
  position: absolute;
  left: 6rem;
  right: auto;
  bottom: -1.5rem;
  display: inline-block;
  vertical-align: middle;
  color: #547961;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 2rem 1rem;
  border-top-color: #547961;
  border-bottom: 0;
  content: "";
}

.intro_section .comment_txt span sup {
  font-size: 1rem;
}

.intro_section .comment_wrap > sup {
  display: block;
  top: auto;
  font-size: 1rem;
  line-height: 1.5;
}

.intro_section .comment_txt + .comment_txt span {
  margin-top: 3rem;
}

.intro_section .comment_wrap + .comment_txt span::before {
  left: auto;
  right: 6rem;
}

/* ===================
　　   POINT
=================== */

.point_section {
	padding-top: 7rem;
	text-align: center;
}

.point_section .point_item {
	margin: 0 auto 5rem;
	max-width: 92rem;
}

.point_section .point_item__ttl {
	position: relative;
	z-index: 1;
	width: 63.5rem;
	margin: auto auto -7rem;
	padding: 4rem 0 3.2rem;
	background: #F6E7EE;
	border: 1px solid #606060;
	border-radius: 20rem;
	font-size: 3.5rem;
	font-weight: 700;
	text-align: center;
	color: #e57793;
	letter-spacing: 0.1em;
}

.point_section .point_item__cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.point_section .point_cont_img {
	width: 40rem;
	padding-top: 2rem;
	text-align: center;
}

.point_section .point_cont_img img {
	width: 15rem;
	max-width: 100%;
}

.point_section .point_item_inner {
	text-align: center;
}

.recommend_point {
	margin: 0 auto;
	padding: 7rem 8rem;
	background: #F5F3F2;
}

.recommend_point__inner {
	max-width: 80rem;
	margin: auto;
	padding: 6rem;
	background: #fff;
	border: 1px solid #606060;
	border-radius: 10rem;
}

.point_section .point_ttl {
	display: inline-block;
	margin-bottom: 6rem;
	padding: 1.7rem 5.6rem;
	background: #F6E7EE;
	border: 1px solid #606060;
	border-radius: 20rem;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.12em;
	color: #4d4d4d;
}

.point_section .point_txt {
	margin-bottom: 10rem;
	font-size: 2rem;
	line-height: 2.2;
	text-align: center;
}

.point_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.point_list li {
  display: flex;
  text-align: center;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  width: 39rem;
  height: 22rem;
  margin: 1rem;
  padding: 3.2rem 0 1rem;
  background: #fff;
  border-radius: 1rem;
  text-align: center;
}

.point_list dt {
  margin: 0 0 1.5rem;
  text-align: center;
}

.point_list .point_list__ttl {
  display: block;
  height: 4.6rem;
	font-size: 3rem;
	font-family: 'Ambroise Std', sans-serif;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.02em;
	line-height: 1.2;
  color: #095437;
}

.point_list .point_list__ttl img {
  max-height: 100%;
}

.point_list .point_list__main_txt {
	display: block;
	font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}

.point_list .point_list__main_txt sup {
	font-size: 1rem;
}

.point_list li p {
  text-align: center;
}

.point_list li .txt_sm {
  padding: 1.3rem 0 0;
	font-size: 1.2rem;
}

/* ===================
　　INGREDIENTS
=================== */

.ingredients_section {
	padding: 7rem 0 0;
}

.ingredients_section .ttl_section {
	margin-bottom: 4rem;
}

.ingredients_section .ttl_section:not(:first-child) {
  margin-top: 6rem;
}

.ingredients_section .ingredients_list {
	margin: auto;
}

.ingredients_section .ingredients_list ul {
	display: flex;
  justify-content: center;
}

.ingredients_section .ingredients_list li {
  width: 20rem;
}

.ingredients_section .ingredients_list .ingredients_icn {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
  width: 14rem;
  height: 14rem;
  margin: 0 auto 2rem;
  color: #EFE9DB;
	font-size: 1.4rem;
  font-weight: 500;
	text-align: center;
	line-height: 1.4;
  background: #547961;
  border-radius: 100%;
}

.ingredients_section .ingredients_list .ingredients_icn span {
  color: #EFE9DB;
}

.ingredients_section .ingredients_cont {
  padding-top: 1rem;
}

.ingredients_section .ingredients_ttl {
	font-size: 1.4rem;
	font-weight: 500;
	color: #095437;
  text-align: center;
  line-height: 1.45;
}

.ingredients_section .ingredients_ttl sup {
	position: relative;
	top: .4rem;
	left: -1.1rem;
}

.ingredients_section .ingredients_txt {
	padding-top: 1.4rem;
	font-size: 1.1rem;
  text-align: center;
	line-height: 1.8;
}


/* ===================
　　     FREE
=================== */

.ingredients_section .ingredients_list.free_list {
  width: 60rem;
}

.ingredients_section .ingredients_list.free_list ul {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
  flex-wrap: wrap;
}

.ingredients_section .ingredients_list.free_list .ingredients_icn {
  overflow: hidden;
  position: relative;
  margin: 0 auto 2rem;
  z-index: 0;
  background: #A5A8A6;
}

.ingredients_section .ingredients_list.free_list .ingredients_icn::before {
  position: absolute;
  top: -0.2rem;
  left: 7rem;
  width: 2px;
  height: 15rem;
  background: #B7B7B7;
  transform: rotate(317deg);
  z-index: -1;
  content: "";
}

/* ===================
　　    HOWTO
=================== */

.howto_section {
	padding: 9rem 0;
	background: #F5F3F2;
}

.howto_section .ttl_section {
	margin-bottom: 5rem;
}


@media only screen and (min-width: 769px) {
	html {
		font-size: 62.5%;
	}

	.item_detail_contents .sp_only {
		display: none;
	}
}
@media (min-width: 769px) and (max-width: 1200px) {
	html {
		font-size: calc(10 * (100vw / 1200));
	}
}


/*=======================================
                  SP
========================================*/


/* only SP */

@media only screen and (max-width: 768px) {
  .item_detail_contents .pc_only {
    display: none;
  }

  /* ===================
  	LP Contents
	=================== */
  .item_detail_contents {
    overflow: hidden;
    padding: 0 0 calc(70 * (100vw / 375));
    font-size: calc(12 * (100vw / 375));
    letter-spacing: 0;
  }
  /* GV用 */
  .section-bg .section-bg_inner .item_detail_contents {
    margin-right: calc(-20 * (100vw / 375));
    margin-left: calc(-20 * (100vw / 375));
  }
  /* BP/BS用 */
  .wrap-product-detail .products .item_detail_contents {
    margin-right: calc(-20 * (100vw / 375));
    margin-left: calc(-20 * (100vw / 375));
  }

  /* ===================
  　Section Common
	=================== */
  .contents {
    padding-top: 0;
  }

  .contents_inner .section {
  }

  .item_detail_contents .inner {}

  .item_detail_contents .section {
	}

  .item_detail_contents .ttl_section {
    width: 100%;
    margin: 0 0 calc(35 * (100vw / 375));
    font-size: calc(23 * (100vw / 375));
  }

  .item_detail_contents .ttl_section .txt_en {
    padding: calc(2 * (100vw / 375)) 0 0;
    font-size: calc(16 * (100vw / 375));
  }

  .item_detail_contents .ttl_sub {
    margin: 0 auto calc(40 * (100vw / 375));
    font-size: calc(32 * (100vw / 375));
  }

  .item_detail_contents .txt_cont {
    line-height: 1.8;
  }

  /* ===================
  　　   INTRO
	=================== */
  .intro_section {
    padding: 0 0 calc(70 * (100vw / 375)) !important;
  }

  .intro_section .mv_img {
    display: block;
    width: 100%;
  }

  .intro_section .intro_area {
    padding-top: 0;
  }

  .intro_section .intro_ttl {
    margin: 0 0 calc(80 * (100vw / 375));
    padding: calc(65 * (100vw / 750)) 0 0;
    border: none;
    font-size: calc(30 * (100vw / 375));
    line-height: 1.8;
  }

  .intro_section .intro_txt {
    margin-bottom: calc(100 * (100vw / 375));
    font-size: calc(21 * (100vw / 375));
    line-height: 2;
  }

  .intro_section .ttl_section {
    margin-bottom: calc(10 * (100vw / 375));
  }

  .intro_section .comment_wrap {
    font-size: calc(11 * (100vw / 375));
  }

  .intro_section .comment_txt span {
    margin: calc(20 * (100vw / 375)) auto calc(8 * (100vw / 375));
    padding: calc(20 * (100vw / 375)) calc(30 * (100vw / 375));
    border-radius: calc(10 * (100vw / 375));
    font-size: calc(14 * (100vw / 375));
    line-height: 1.6;
  }

  .intro_section .comment_txt span::before {
    left: calc(50 * (100vw / 375));
    bottom: calc(-14 * (100vw / 375));
    border-width: calc(20 * (100vw / 375)) calc(10 * (100vw / 375));
  }

  .intro_section .comment_txt span sup {
    font-size: calc(10 * (100vw / 375));
  }

  .intro_section .comment_wrap > sup {
    font-size: calc(10 * (100vw / 375));
  }

  .intro_section .comment_txt + .comment_txt span {
    margin-top: calc(40 * (100vw / 375));
  }

  .intro_section .comment_wrap + .comment_txt span::before {
    left: auto;
    right: calc(50 * (100vw / 375));
  }


  /* ===================
  　　   POINT
	=================== */
  .point_section {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: calc(80 * (100vw / 375));
  }

  .point_section .point_item {
    margin-bottom: calc(110 * (100vw / 375));
    max-width: 100%;
  }

  .point_section .point_item__ttl {
    width: calc(530 * (100vw / 375));
    margin: auto auto calc(-85 * (100vw / 375));
    padding: calc(30 * (100vw / 750)) 0;
    border-radius: calc(200 * (100vw / 375));
    font-size: calc(31 * (100vw / 375));
    letter-spacing: 0.06em;
  }

  .point_section .point_item__cont {
    padding: 0;
    border-radius: 0;
    display: block;
  }

  .point_section .point_cont_img {
    width: auto;
    margin: 0 0 calc(80 * (100vw / 375));
    padding: calc(80 * (100vw / 750)) 0 0;
  }

  .point_section .point_cont_img img {
    margin-left: 0;
    width: calc(200 * (100vw / 375));
    max-width: 100%;
  }

  .point_section .point_item_inner {
    width: auto;
    padding: 0 calc(20 * (100vw / 375));
  }

  .point_section .point_ttl {
    min-width: calc(480 * (100vw / 375));
    max-width: 100%;
    margin-bottom: calc(40 * (100vw / 375));
    padding: calc(25 * (100vw / 375));
    border-radius: calc(200 * (100vw / 375));
    font-size: calc(24 * (100vw / 375));
    letter-spacing: 0.05em;
  }

  .point_list {
    display: block;
  }

  .point_list dt {
    margin-bottom: calc(20 * (100vw / 375));
  }

  .point_list li {
    display: block;
    width: 100%;
    height: calc(190 * (100vw / 375));
    margin: auto auto calc(20 * (100vw / 375));
    padding: calc(20 * (100vw / 375)) calc(10 * (100vw / 375));
  }

  .point_list li:last-child {
    margin-bottom: 0;
  }

  .point_list .point_list__ttl {
    display: block;
    height: calc(38 * (100vw / 375));
    font-size: calc(25 * (100vw / 375));
  }

  .point_list .point_list__main_txt {
    font-size: calc(15 * (100vw / 375));
    line-height: 1.8;
  }

  .point_list .point_list__main_txt sup {
    font-size: calc(10 * (100vw / 375));
  }

  .point_list li .txt_sm {
    padding-top: calc(15 * (100vw / 375));
    font-size: calc(11 * (100vw / 375));
  }

  /* ===================
  　　INGREDIENTS
	=================== */
  .ingredients_section {
    padding: 0 calc(20 * (100vw / 375)) 0 !important;
  }

  .ingredients_section .ttl_section:not(:first-child) {
    margin-top: calc(80 * (100vw / 375));
  }

  .ingredients_section .ingredients_list ul {
    display: block;
    margin: auto;
    padding: 0;
  }

  .ingredients_section .ingredients_list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: auto;
    margin: 0 0 calc(40 * (100vw / 375));
    padding:0;
    border-radius: calc(200 * (100vw / 375));
  }

  .ingredients_section .ingredients_list:not(.free_list) li:last-child {
    margin-bottom: 0;
  }

  .ingredients_section .ingredients_list .ingredients_icn {
    width: calc(130 * (100vw / 375));
    height: calc(130 * (100vw / 375));
    margin-right: auto;
    margin-bottom: 0;
    font-size: calc(13 * (100vw / 375));
  }

  .ingredients_section .ingredients_cont {
    width: calc(192 * (100vw / 375));
    padding: 0 0 0 calc(10 * (100vw / 375));
    text-align: left;
  }

  .ingredients_section .ingredients_ttl {
    font-size: calc(14 * (100vw / 375));
  }

  .ingredients_section .ingredients_ttl sup {
    top: calc(3 * (100vw / 375));
    left: calc(-12 * (100vw / 375));
    font-size: calc(10 * (100vw / 375));
  }

  .ingredients_section .ingredients_txt {
    margin: 0;
    padding: calc(12 * (100vw / 375)) 0 0;
    font-size: calc(11 * (100vw / 375));
    line-height: 1.8;
    letter-spacing: -0.08em;
  }

  .ingredients_section .ingredients_txt sup {
    display: inline-block;
    padding-top: calc(18 * (100vw / 375));
    font-size: calc(20 * (100vw / 375));
    transform: scale(0.95) translateX(-.5vw);
  }


  /* ===================
　　     FREE
  =================== */

  .ingredients_section .ingredients_list.free_list {
    width: auto;
  }

  .ingredients_section .ingredients_list.free_list ul {
    display: flex;
    flex-wrap: wrap;
  }

  .ingredients_section .ingredients_list.free_list li {
    width: 50%;
    margin-bottom: 0;
  }

  .ingredients_section .ingredients_list.free_list .ingredients_icn {
    margin-bottom: calc(30 * (100vw / 375));
  }

  .ingredients_section .ingredients_list.free_list .ingredients_icn::before {
    top: calc(-2 * (100vw / 375));
    left: calc(65 * (100vw / 375));
    width: calc(2 * (100vw / 375));
    height: calc(140 * (100vw / 375));
  }

}
