@charset "UTF-8";
/*all=========================*/
header {
  z-index: 999;
}

#Wrap {
  margin: 0 !important;
}

.contents_inner {
  padding-bottom: 0;
}

html {
  font-size: 62.5%;
}
p, ul, ol, dl {
    margin: 0;
    padding: 0;
}
.article_page * {
  box-sizing: border-box;
  letter-spacing: .05em;
}

.article_page h2,
.article_page h3,
.article_page h4 {
  font-weight: normal;
}

.article_page li {
  list-style: none;
}

.article_page a {
  text-decoration: none;
  transition: .5s;
}

.article_page a:hover {
  opacity: .6;
}

.article_page dl,
.article_page ul {
  margin-bottom: 0;
}

.article_page picture,
.article_page a {
  display: block;
}

.article_page img {
  width: 100%;
  height: auto;
}

.article_page {
  padding: 5rem 0 10rem;
  /* background: #fafafa; */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  /* color: #5f5f5f; */
  text-align: left;
  /* margin: 0 auto; */
  /* display: block; */
}

.article_page_inner {
  width: 100rem;
  margin: 0 auto;
  padding-bottom: 4.5rem;
  background: #fff;
}

.sec_inner {
  width: 90rem;
  margin: 0 auto;
  padding: 5rem 0 3rem;
}

.sec_ttl_wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
  padding-left: 3rem;
}

.sec_ttl {
  width: fit-content;
  padding: 0 1rem;
  background: #fff;
  font-family: "Muli", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.sec_ttl_wrap::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  margin: 0 calc(50% - 50%);
  background: #aaa;
  content: "";
}
/*=========================all*/

/*MV==========================*/
#MV.sec_inner {
  margin-bottom: 1.5rem;
}

#MV .flex-box {
  display: flex;
  align-items: center;
  margin-bottom: 1.7rem;
}

.article_sort {
  margin: 0;
  padding: .4rem 1rem .2rem;
  background: #aaa;
  font-size: 1.4rem;
  color: #fff;
}

.article_date {
  margin: 0 0 0 1rem;
  font-size: 1.4rem;
}

.article_ttl {
  margin-bottom: 3.7rem;
  font-size: 2.4rem;
  line-height: 1.58;
}

.article_ttl .notes {
  display: block;
  padding-top: 1rem;
  font-size: 1.1rem;
}

.article_img {
  margin-bottom: 3.5rem;
}

.article_lead {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 2;
}

#MV .itm_list {
  display: flex;
  justify-content: center;
}

#MV .itm_list li {
  width: 28rem;
}

#MV .itm_list li:nth-of-type(n+2) {
  margin-left: 3rem;
}

#MV .itm_list li .itm_img {
  border: solid 1px #f8f7f4;
  margin-bottom: 0;
}

#MV .itm_list li .itm_caption {
  padding: 1rem 1.5rem;
  background: #f8f7f4;
}

#MV .itm_list li .itm_caption .itm_name {
  margin-bottom: .5rem;
  font-size: 1.4rem;
}

#MV .itm_list li .itm_caption .itm_price {
  margin-bottom: 0;
  font-size: 1.8rem;
}

#MV .itm_list li .itm_caption .itm_price .tax {
  font-size: 1.3rem;
}
/*==========================MV*/

/*REVIEW======================*/
.review_list {
  margin-bottom: 1rem;
}

.review_list li {
  border-radius: 1rem;
  padding: 2rem 2rem 1.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.review_name {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}

.review_name .txt_square {
  border: solid 1px #aaa;
  margin-right: .6rem;
  padding: .4rem .4rem .2rem;
  font-size: 1.2rem;
  line-height: 1;
}

.review_name .underline {
  text-decoration: underline;
	margin-top: 5px;
}

.review_evaluation {
  margin-bottom: 0;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: -.15em;
  color: #b1a335;
}

.review_ttl {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.review_dtl {
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.77;
}

/* ▽ 2column以下 ▽*/
.review_list.under-2clm li:nth-of-type(n+2) {
  margin-top: 1.5rem;
}
/* △ 2column以下 △*/
/*-----------------*/
/* ▽ 3column以上 ▽*/
.review_list.over-3clm {
  width: 100rem;
  margin: 0 calc(50% - 50rem);
}

.review_list.over-3clm li {
  width: 29rem;
  margin-bottom: 1rem;
}

.review_list.over-3clm li:nth-of-type(n+2) {
  margin-left: 1.5rem;
}

.review_list.over-3clm li .review_name .txt_square {
  margin-bottom: .7rem;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}
/* △ 3column以上 △*/

@media screen and (min-width:769px) {
/* ▽ 3column固定 ▽*/
.review_list.flex-3clm li {
    width: 30rem;
    margin: 0 0.7rem;
}

.review_list.flex-3clm {
    display: flex;
}
/* △ 3column固定 △*/
}
/*======================REVIEW*/

/*INDEX=======================*/
#Index {
  position: relative;
  z-index: 10;
  background: #fff;
}

#Index .sec_inner {
  margin-bottom: 3rem;
  padding-bottom: 0;
}

#Index .sec_ttl_wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 5.7rem;
  margin: 5rem -3.8rem 0 0;
  padding-left: 4rem;
  transform: rotate(90deg);
  transform-origin: top left;
}

#Index .sec_ttl_wrap .sec_ttl {
  font-size: 1.8rem;
  color: #817962;
}

#Index .sec_ttl_wrap::after {
  background: #817962;
}

.index_list {
  padding: 2rem 3rem 1rem;
  background: #f8f7f4;
}

.index_list .primary {
  width: fit-content;
  margin-bottom: .5rem;
  font-family: "Muli", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 2rem;
}

.index_list .primary:nth-of-type(n+2) {
  margin-top: 1.2rem;
}

.index_list dd {
  margin-left: 1rem;
}

.index_list dd .secondary_list .secondary {
  width: fit-content;
  font-size: 1.5rem;
  line-height: 2;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.index_list .notes {
  font-size: 1.1rem;
  text-align: right;
}

/* ▽ 追従ナビ ▽ */
.following_nav_wrap {
  position: fixed;
  top: 0;
  z-index: 1;
  transform: rotate(90deg);
  transform-origin: top left;
  width: 100rem;
  padding-left: 15rem;
  margin-left: 98.6rem;
  display: none;
}

.following_nav {
  position: relative;
  display: inline-block;
  padding-left: 5rem;
  font-family: "Muli", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 1.8rem;
  color: #817962;
}

.following_nav::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4rem;
  height: 1px;
  background: #817962;
  content: "";
}

.nav_active {
  display: block;
}
/* △ 追従ナビ △ */
/*=======================INDEX*/

/*Content01===================*//*POINT*/
#Content01 .content_wrap:nth-of-type(n+2) {
  margin-top: 5.5rem;
}

#Content01 .content_ttl {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.625;
  text-indent: -1.5em;
  padding-left: 1.5em;
  color: #817962;
}

#Content01 .content_dtl {
  position: relative;
}

#Content01 .content_dtl .desc {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.7;
}

/* ▽ Content01_01 ▽ */
#Content01_01 .specific dt {
  margin-bottom: 1.7rem;
  font-size: 1.8rem;
  text-align: center;
}

#Content01_01 .specific dd {
  position: relative;
}

#Content01_01 .specific dd ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#Content01_01 .specific dd ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22rem;
  height: 22rem;
  text-align: center;
}

#Content01_01 .specific dd ul li:nth-of-type(n+2) {
  margin-left: 3rem;
}

#Content01_01 .specific dd ul li:nth-of-type(1) {
  background: url(../Page/Article/20221214/image/bg_001.png) center center / cover no-repeat;
}

#Content01_01 .specific dd ul li:nth-of-type(2) {
  background: url(../Page/Article/20221214/image/bg_002.png) center center / cover no-repeat;
}

#Content01_01 .specific dd ul li:nth-of-type(3) {
  background: url(../Page/Article/20221214/image/bg_003.png) center center / cover no-repeat;
}

#Content01_01 .specific dd ul li:nth-of-type(4) {
  margin-left: 0;
  background: url(../Page/Article/20221214/image/bg_004.png) center center / cover no-repeat;
}

#Content01_01 .specific dd ul li:nth-of-type(5) {
  background: url(../Page/Article/20221214/image/bg_005.png) center center / cover no-repeat;
}

#Content01_01 .specific dd ul li .subheading {
  margin-bottom: 1.3rem;
  font-size: 1.5rem;
}

#Content01_01 .specific dd ul li .caption {
  margin-bottom: 0;
  font-size: 1.3rem;
}

#Content01_01 .specific dd .notes {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  text-align: right;
}
/* △ Content01_01 △ */
/*--------------------*/
/* ▽ Content01_02 ▽ */
#Content01_02 .specific {
  display: flex;
  justify-content: center;
}

#Content01_02 .specific li {
  width: 12rem;
  text-align: center;
}

#Content01_02 .specific li:nth-of-type(n+2) {
  margin-left: 4rem;
}

#Content01_02 .specific li .ingredient_img {
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
}

#Content01_02 .specific li .ingredient_name {
  margin-bottom: 0;
}

#Content01_02 .specific li .ingredient_name .txt_small {
  display: block;
  font-size: 1.2rem;
}

#Content01_02 .notes {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  text-align: right;
}
/* △ Content01_02 △ */
/*--------------------*/
/* ▽ Content01_03 ▽ */
#Content01_03 .specific {
  display: flex;
  padding-top: .5rem;
}

#Content01_03 .specific li {
  position: relative;
  border: solid 1px #aaa;
  border-radius: 1rem;
  width: 43.5rem;
  padding: 3rem 2rem;
}

#Content01_03 .specific li:nth-of-type(n+2) {
  margin-left: 3rem;
}

#Content01_03 .specific li .subheading {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: -1rem 0 0;
  padding: 0 .5rem;
  background: #fff;
  font-size: 1.5rem;
}

#Content01_03 .specific li .caption {
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
}

#Content01_03 .specific li .img_wrap {
  display: flex;
  justify-content: center;
}

#Content01_03 .specific li .img_wrap .ingredient_img {
  width: 12rem;
  margin-bottom: 0;
}

#Content01_03 .specific li .img_wrap .ingredient_img:nth-of-type(n+2) {
  margin-left: 3rem;
}
/* △ Content01_03 △ */
/*--------------------*/
/* ▽ Content01_04 ▽ */
#Content01_04 .specific {
  display: flex;
  flex-wrap: wrap;
}

#Content01_04 .specific li {
  position: relative;
  width: 30rem;
  padding-left: 3rem;
}

#Content01_04 .specific li:nth-of-type(n+4) {
  margin-top: 1.3rem;
}

#Content01_04 .specific li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  background: url(../Page/Article/20221214/image/icon_001.svg) center center / cover no-repeat;
  content: "";
}
/* △ Content01_04 △ */
/*===================Content01*//*POINT*/

/*Content02===================*//*LINE UP*/
#Content02 .content_wrap:nth-of-type(n+2) {
  margin-top: 5rem;
}

#Content02 .content_ttl {
  position: relative;
  border: solid 1px #817962;
  border-radius: 1rem;
  width: fit-content;
  margin: 0 auto 3rem;
  padding: 1rem 3rem .8rem;
  font-size: 2rem;
  line-height: 1.375;
  text-align: center;
  color: #817962;
}

#Content02 .content_ttl::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  border: .5rem solid transparent;
  border-top: 1.5rem solid #FFF;
  margin-bottom: -1.7rem;
  content: "";
}

#Content02 .content_ttl::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  border: .6rem solid transparent;
  border-top: 1.5rem solid #817962;
  margin-bottom: -2.1rem;
  content: "";
}

#Content02 .content_dtl {
  display: flex;
  align-items: center;
}

#Content02 .content_dtl .itm_img {
  border: solid 1px #dddbd7;
  width: 40rem;
  margin-right: 3rem;
}

#Content02 .content_dtl .itm_txt_wrap {
  width: 47rem;
}

#Content02 .content_dtl .itm_name {
  margin-bottom: .5rem;
  font-size: 1.6rem;
}

#Content02 .content_dtl .itm_price {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}

#Content02 .content_dtl .itm_price .tax {
  font-size: 1.2rem;
}

#Content02 .content_dtl .itm_potency {
  position: relative;
  border: solid 1px #aaa;
  border-radius: 1rem;
  margin-bottom: 2rem;
  padding: 2rem 2rem 1.5rem;
}

#Content02 .content_dtl .itm_potency dt {
  position: absolute;
  top: 0;
  left: 0;
  margin: -1rem 0 0 1.5rem;
  padding: 0 1.7rem;
  background: #fff;
  font-size: 1.4rem;
}

#Content02 .content_dtl .itm_potency dd ul li {
  position: relative;
  padding-left: 2.7rem;
  font-size: 1.4rem;
}

#Content02 .content_dtl .itm_potency dd ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  background: url(../Page/Article/20221214/image/icon_001.svg) center center / cover no-repeat;
  content: "";
}

#Content02 .content_dtl .itm_potency dd ul li:nth-of-type(n+2) {
  margin-top: 1rem;
}

#Content02 .content_dtl .itm_caption {
  margin-bottom: 3rem;
  font-size: 1.4rem;
  line-height: 1.77;
}

#Content02 .content_dtl .itm_caption .notes {
  font-size: 1.2rem;
}

#Content02 .content_dtl .itm_btn {
  margin-bottom: 0;
}

#Content02 .content_dtl .itm_btn .btn_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 4rem;
  margin: 0 auto;
  background: #817962;
  font-size: 1.4rem;
  color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}
/*===================Content02*//*LINE UP*/

/*Content03===================*//*HOW TO*/
#Content03 .content_wrap:nth-of-type(n+2) {
  margin-top: 6rem;
}

#Content03 .content_ttl {
  margin-bottom: 1rem;
  font-size: 2rem;
  text-align: center;
  line-height: 1.625;
  text-indent: -1.5em;
  padding-left: 1.5em;
  color: #817962;
}

#Content03 .content_dtl .specific {
  display: flex;
  justify-content: center;
}

#Content03 .content_dtl .specific li {
  position: relative;
  width: 24rem;
}

#Content03 .content_dtl .specific li:nth-of-type(n+2) {
  margin-left: 8rem;
}

#Content03 .content_dtl .specific li dl dt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-family: "Muli", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  color: #817962;
}

#Content03 .content_dtl .specific li dl dt .txt_large{
  font-size: 3rem;
}

#Content03 .content_dtl .specific li dl dd {
  text-align: center;
}

#Content03 .content_dtl .specific li dl dd .howto_img {
  position: relative;
  margin-bottom: .7rem;
}

#Content03 .content_dtl .specific li:nth-of-type(n+2) dl dd .howto_img::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3.7rem;
  height: 1.1rem;
  margin-left: -5.7rem;
  background: url(../Page/Article/20221214/image/icon_002.svg) center center / cover no-repeat;
  content: "";
}

#Content03 .content_dtl .specific li dl dd .subheading {
  margin-bottom: .5rem;
  font-size: 1.8rem;
}

#Content03 .content_dtl .specific li dl dd .caption {
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.77;
}
/*===================Content03*//*HOW TO*/

/*Archive=====================*/
#Archive {
  width: 90rem;
  margin: 0 auto;
  padding: 8rem 0 0;
}

#Archive .sec_ttl {
  margin: 0 auto 3.5rem;
  background: none;
}

.archive_list {
  display: flex;
  justify-content: center;
}

.archive_dtl {
  width: 28rem;
}

.archive_list .archive_dtl:nth-of-type(n+2) {
  margin-left: 3rem;
}

.archive_img {
  margin-bottom: 1.5rem;
}

#Archive .flex-box {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.archive_sort {
  margin: 0;
  padding: .3rem .4rem .1rem;
  background: #aaa;
  font-size: 1.2rem;
  color: #fff;
}

.archive_date {
  margin: 0 0 0 1rem;
  font-size: 1.2rem;
}

.archive_ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.4rem;
  line-height: 1.58;
}

.archive_ttl .notes {
  display: block;
  padding-top: .5rem;
  font-size: 1rem;
}

/* ▽ slick arrow ▽*/
.slick-arrow:before {
	content: "";
}

.slick-arrow:before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  content: "";
}

.slick-arrow {
  z-index: 2;
  width: 1.44rem;
  height: 3.1rem;
}

.slick-next {
  top: 0;
  right: 0;
  /* margin: 9.5rem -4.5rem 0 0; */
}

.slick-prev {
  top: 0;
  left: 0;
  /* margin: 9.5rem 0 0 -4.5rem; */
}

.slick-next:before {
  background: url(../Page/Article/parts/image/arrow_next.svg);
  background-size: 100% auto;
}

.slick-prev:before {
  background: url(../Page/Article/parts/image/arrow_prev.svg);
  background-size: 100% auto;
}

#Archive .slick-next {
    margin: 9.5rem -4.5rem 0 0;
}

#Archive .slick-prev {
    margin: 9.5rem 0 0 -4.5rem;
}

#Review .slick-prev {
    top: 50%;
    transform: translate(0, -50%);
    left: 4rem;
}

#Review .slick-next {
    top: 50%;
    transform: translate(0, -50%);
    right: 4rem;
}
/* △ slick arrow △*/
/*=====================Archive*/

/*SmartPhone====================================================*/
@media screen and (max-width:768px) {
/*all=========================*/
.pc_only {
  display: none;
}
.contents {
    min-width: 100%;
}
.article_page {
  padding: 0;
}

.article_page_inner {
  width: 100%;
  padding-bottom: 0;
}

.sec_inner {
  width: calc(360 * (100vw / 390));
  padding: calc(10 * (100vw / 390)) 0 calc(40 * (100vw / 390));
}

.sec_ttl_wrap {
  margin-bottom: calc(20 * (100vw / 390));
  padding-left: calc(26 * (100vw / 390));
}

.sec_ttl {
  padding: 0 calc(6 * (100vw / 390));
  font-size: calc(20 * (100vw / 390));
}
/*=========================all*/

/*MV==========================*/
#MV.sec_inner {
  margin-bottom: 1.5rem;
}

#MV .flex-box {
  display: flex;
  align-items: center;
  margin-bottom: 1.7rem;
}

.article_sort {
  padding: calc(3 * (100vw / 390)) calc(6 * (100vw / 390)) calc(1 * (100vw / 390));
  font-size: calc(13 * (100vw / 390));
}

.article_date {
  margin: 0 0 0 calc(6 * (100vw / 390));
  font-size: calc(13 * (100vw / 390));
}

.article_ttl {
  margin-bottom: calc(18 * (100vw / 390));
  font-size: calc(16 * (100vw / 390));
  line-height: 1.5;
}

.article_ttl .notes {
  padding-top: calc(10 * (100vw / 390));
  font-size: calc(11 * (100vw / 390));
}

.article_img {
  margin-bottom: calc(20 * (100vw / 390));
}

.article_lead {
  margin-bottom: calc(15 * (100vw / 390));
  font-size: calc(13 * (100vw / 390));
  line-height: 1.85;
}

#MV .itm_list {
  display: block;
}

#MV .itm_list li {
  width: fit-content;
}

#MV .itm_list li a {
  display: flex;
  align-items: center;
}

#MV .itm_list li:nth-of-type(n+2) {
  margin: calc(10 * (100vw / 390)) 0 0;
}

#MV .itm_list li .itm_img {
  width: calc(100 * (100vw / 390));
}

#MV .itm_list li .itm_caption {
  margin-left: calc(10 * (100vw / 390));
  padding: 0;
  background: none;
}

#MV .itm_list li .itm_caption .itm_name {
  margin-bottom: calc(5 * (100vw / 390));
  font-size: calc(13 * (100vw / 390));
}

#MV .itm_list li .itm_caption .itm_price {
  font-size: calc(16 * (100vw / 390));
}

#MV .itm_list li .itm_caption .itm_price .tax {
  font-size: calc(11 * (100vw / 390));
}
/*==========================MV*/

/*REVIEW======================*/
.review_list {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.review_list li {
  border-radius: calc(10 * (100vw / 390));
  width: calc(290 * (100vw / 390));
  margin-bottom: calc(10 * (100vw / 390));
  padding: calc(20 * (100vw / 390)) calc(20 * (100vw / 390)) calc(15 * (100vw / 390));
}

.review_name {
  display: block;
  margin-bottom: calc(10 * (100vw / 390));
  font-size: calc(13 * (100vw / 390));
}

.review_name .txt_square {
  display: inline-block;
  margin: 0 0 calc(6 * (100vw / 390));
  padding: calc(4 * (100vw / 390)) calc(4 * (100vw / 390)) calc(2 * (100vw / 390));
  font-size: calc(12 * (100vw / 390));
}

.review_evaluation {
  font-size: calc(23 * (100vw / 390));
}

.review_ttl {
  margin-bottom: calc(10 * (100vw / 390));
  font-size: calc(15 * (100vw / 390));
}

.review_dtl {
  font-size: calc(13 * (100vw / 390));
}
.review_name .underline {
    margin: 0;
}
/* ▽ 2column以下 ▽*/
.review_list.under-2clm li:nth-of-type(n+2) {
  margin: 0 0 calc(10 * (100vw / 390)) calc(15 * (100vw / 390));
}
/* △ 2column以下 △*/
/*-----------------*/
/* ▽ 3column以上 ▽*/
.review_list.over-3clm, .review_list.flex-3clm {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.review_list.over-3clm li, .review_list.flex-3clm li {
  width: calc(290 * (100vw / 390));
  margin-bottom: calc(10 * (100vw / 390));
}

.review_list.over-3clm li:nth-of-type(n+2), .review_list.flex-3clm li:nth-of-type(n+2) {
  margin-left: calc(15 * (100vw / 390));
}

.review_list.over-3clm li .review_name .txt_square, .review_list.flex-3clm li .review_name .txt_square {
  margin-bottom: calc(6 * (100vw / 390));
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}
/* △ 3column以上 △*/
/*======================REVIEW*/

/*INDEX=======================*/
#Index .sec_inner{
  margin-bottom: calc(40 * (100vw / 390));
  padding-bottom: 0;
}

#Index .sec_ttl_wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: fit-content;
  margin: calc(1 * (100vw / 390)) calc(15 * (100vw / 390)) 0 0;
  padding-left: 0;
  transform: none;
}

#Index .sec_ttl_wrap .sec_ttl {
  padding: 0;
  font-size: calc(18 * (100vw / 390));
  background: none;
}

#Index .sec_ttl_wrap::after {
  display: none;
}

.index_list {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: calc(30 * (100vw / 390)) calc(15 * (100vw / 390));
}

.index_list .primary {
  margin-bottom: calc(2 * (100vw / 390));
  font-size: calc(18 * (100vw / 390));
}

.index_list .primary:nth-of-type(n+2) {
  margin-top: calc(10 * (100vw / 390));
}

.index_list dd {
  margin-left: calc(10 * (100vw / 390));
}

.index_list dd .secondary_list .secondary {
  font-size: calc(14 * (100vw / 390));
  line-height: 2.2;
}

.index_list .notes {
  font-size: calc(11 * (100vw / 390));
}

/* ▽ 追従ナビ ▽ */
.following_nav_wrap {
  top: auto;
  bottom: 0;
  right: 0;
  z-index: 2;
  transform-origin: top right;
  width: auto;
  padding-left: 0;
  margin: 0 0 calc(60 * (100vw / 390)) 0;
}

.following_nav {
  padding-left: 0;
  font-size: calc(18 * (100vw / 390));
}

.following_nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(80 * (100vw / 390));
  height: calc(40 * (100vw / 390));
  background: #e7e5dd;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 0 5px #aaa;
}

.following_nav::after {
  display: none;
}
.following_nav a:hover {
    opacity: 1;
}
.nav_active {
  display: block;
}
/* △ 追従ナビ △ */
/*=======================INDEX*/

/*Content01===================*//*POINT*/
#Content01 .content_wrap:nth-of-type(n+2) {
  margin-top: calc(35 * (100vw / 390));
}

#Content01 .content_ttl {
  margin-bottom: calc(10 * (100vw / 390));
  font-size: calc(16 * (100vw / 390));
}

#Content01 .content_dtl .desc {
  margin-bottom: calc(40 * (100vw / 390));
  font-size: calc(13 * (100vw / 390));
}

/* ▽ Content01_01 ▽ */
#Content01_01 .specific dt {
  margin-bottom: calc(8 * (100vw / 390));
  font-size: calc(15 * (100vw / 390));
}

#Content01_01 .specific dd ul li {
  width: calc(170 * (100vw / 390));
  height: calc(170 * (100vw / 390));
}

#Content01_01 .specific dd ul li:nth-of-type(n+2) {
  margin: 0;
}

#Content01_01 .specific dd ul li:nth-of-type(2) {
  margin: calc(10 * (100vw / 390)) 0 0 calc(15 * (100vw / 390));
}

#Content01_01 .specific dd ul li:nth-of-type(3) {
  margin: calc(-43 * (100vw / 390)) calc(95 * (100vw / 390)) 0;
}

#Content01_01 .specific dd ul li:nth-of-type(4) {
  margin: calc(-43 * (100vw / 390)) 0 0;
}

#Content01_01 .specific dd ul li:nth-of-type(5) {
  margin: calc(-33 * (100vw / 390)) 0 0 calc(15 * (100vw / 390));
}

#Content01_01 .specific dd ul li .subheading {
  margin-bottom: calc(12 * (100vw / 390));
  font-size: calc(14 * (100vw / 390));
}

#Content01_01 .specific dd ul li .caption {
  font-size: calc(12 * (100vw / 390));
}

#Content01_01 .specific dd .notes {
  position: static;
  padding-top: calc(13 * (100vw / 390));
  font-size: calc(11 * (100vw / 390));
}
/* △ Content01_01 △ */
/*--------------------*/
/* ▽ Content01_02 ▽ */
#Content01_02 .specific li {
  width: calc(82 * (100vw / 390));
}

#Content01_02 .specific li:nth-of-type(n+2) {
  margin-left: calc(10 * (100vw / 390));
}

#Content01_02 .specific li .ingredient_img {
  margin-bottom: calc(13 * (100vw / 390));
}

#Content01_02 .specific li .ingredient_name {
 font-size: calc(13 * (100vw / 390));
}

#Content01_02 .specific li .ingredient_name .txt_small {
  font-size: calc(11 * (100vw / 390));
}

#Content01_02 .notes {
  position: static;
  padding-top: calc(20 * (100vw / 390));
  font-size: calc(11 * (100vw / 390));
}
/* △ Content01_02 △ */
/*--------------------*/
/* ▽ Content01_03 ▽ */
#Content01_03 .specific {
  display: block;
  padding-top: calc(5 * (100vw / 390));
}

#Content01_03 .specific li {
  border-radius: calc(10 * (100vw / 390));
  width: 100%;
  padding: calc(22 * (100vw / 390)) calc(18 * (100vw / 390));
}

#Content01_03 .specific li:nth-of-type(n+2) {
  margin: calc(28 * (100vw / 390)) 0 0 0;
}

#Content01_03 .specific li .subheading {
  margin: calc(-10 * (100vw / 390)) 0 0;
  padding: 0 calc(5 * (100vw / 390));
  font-size: calc(15 * (100vw / 390));
}

#Content01_03 .specific li .caption {
  margin-bottom: calc(10 * (100vw / 390));
  font-size: calc(13 * (100vw / 390));
}

#Content01_03 .specific li .img_wrap .ingredient_img {
  width: calc(120 * (100vw / 390));
}

#Content01_03 .specific li .img_wrap .ingredient_img:nth-of-type(n+2) {
  margin-left: calc(20 * (100vw / 390));
}
/* △ Content01_03 △ */
/*--------------------*/
/* ▽ Content01_04 ▽ */
#Content01_04 .specific li {
  width: calc(180 * (100vw / 390));
  padding-left: calc(20 * (100vw / 390));
}

#Content01_04 .specific li:nth-of-type(n+3) {
  margin-top: calc(10 * (100vw / 390));
}

#Content01_04 .specific li::before {
  top: 0;
  transform: translateY(0);
  width: calc(21 * (100vw / 390));
  height: calc(21 * (100vw / 390));
  margin-top: calc(-4 * (100vw / 390));
}
/* △ Content01_04 △ */
/*===================Content01*//*POINT*/

/*Content02===================*//*LINE UP*/
#Content02 .content_wrap:nth-of-type(n+2) {
  margin-top: calc(50 * (100vw / 390));
}

#Content02 .content_ttl {
  border-radius: calc(5 * (100vw / 390));
  width: calc(300 * (100vw / 390));
  margin: 0 auto calc(23 * (100vw / 390));
  padding: calc(7 * (100vw / 390)) 0;
  font-size: calc(16 * (100vw / 390));
}

#Content02 .content_ttl::before {
  border: calc(5 * (100vw / 390)) solid transparent;
  border-top: calc(15 * (100vw / 390)) solid #FFF;
  margin-bottom: calc(-18 * (100vw / 390));
}

#Content02 .content_ttl::after {
  border: calc(6 * (100vw / 390)) solid transparent;
  border-top: calc(15 * (100vw / 390)) solid #817962;
  margin-bottom: calc(-21 * (100vw / 390));
}

#Content02 .content_dtl {
  display: block;
}

#Content02 .content_dtl .itm_img {
  width: calc(270 * (100vw / 390));
  margin: 0 auto calc(17 * (100vw / 390));
}

#Content02 .content_dtl .itm_txt_wrap {
  width: 100%;
}

#Content02 .content_dtl .itm_name {
  margin-bottom: calc(5 * (100vw / 390));
  font-size: calc(14 * (100vw / 390));
  text-align: center;
}

#Content02 .content_dtl .itm_price {
  margin-bottom: calc(15 * (100vw / 390));
  font-size: calc(16 * (100vw / 390));
  text-align: center;
}

#Content02 .content_dtl .itm_price .tax {
  font-size: calc(10 * (100vw / 390));
}

#Content02 .content_dtl .itm_potency {
  border-radius: calc(10 * (100vw / 390));
  margin-bottom: calc(20 * (100vw / 390));
  padding: calc(25 * (100vw / 390)) calc(15 * (100vw / 390)) calc(20 * (100vw / 390));
}

#Content02 .content_dtl .itm_potency dt {
  left: 50%;
  transform: translateX(-50%);
  margin: calc(-10 * (100vw / 390)) 0 0 0;
  padding: 0 calc(17 * (100vw / 390));
  font-size: calc(14 * (100vw / 390));
}

#Content02 .content_dtl .itm_potency dd ul li {
  padding-left: calc(20 * (100vw / 390));
  font-size: calc(13 * (100vw / 390));
}

#Content02 .content_dtl .itm_potency dd ul li::before {
  width: calc(21 * (100vw / 390));
  height: calc(21 * (100vw / 390));
}

#Content02 .content_dtl .itm_potency dd ul li:nth-of-type(n+2) {
  margin-top: calc(10 * (100vw / 390));
}

#Content02 .content_dtl .itm_caption {
  margin-bottom: calc(25 * (100vw / 390));
  font-size: calc(13 * (100vw / 390));
}

#Content02 .content_dtl .itm_caption .notes {
  font-size: calc(11 * (100vw / 390));
}

#Content02 .content_dtl .itm_btn .btn_inner {
  width: calc(200 * (100vw / 390));
  height: calc(40 * (100vw / 390));
  font-size: calc(14 * (100vw / 390));
}
/*===================Content02*//*LINE UP*/

/*Content03===================*//*HOW TO*/
#Content03 .content_wrap:nth-of-type(n+2) {
  margin-top: calc(40 * (100vw / 390));
}

#Content03 .content_ttl {
  margin-bottom: calc(18 * (100vw / 390));;
  font-size: calc(16 * (100vw / 390));
}

#Content03 .content_dtl .specific {
  display: block;
}

#Content03 .content_dtl .specific li {
  width: 100%;
}

#Content03 .content_dtl .specific li:nth-of-type(n+2)::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(8 * (100vw / 390));
  height: calc(28.67 * (100vw / 390));
  margin-top: calc(-28.67 * (100vw / 390));
  background: url(../Page/Article/20221214/image/icon_002_sp.svg) center center / cover no-repeat;
  content: "";
}

#Content03 .content_dtl .specific li:nth-of-type(n+2) {
  margin: calc(30 * (100vw / 390)) 0 0 0;
}

#Content03 .content_dtl .specific li dl dt {
  font-size: calc(14 * (100vw / 390));
}

#Content03 .content_dtl .specific li dl dt .txt_large{
  font-size: calc(25 * (100vw / 390));
}

#Content03 .content_dtl .specific li dl dd {
  display: flex;
  align-items: center;
  text-align: left;
}

#Content03 .content_dtl .specific li dl dd .howto_img {
  width: calc(180 * (100vw / 390));
  margin-bottom: 0;
}

#Content03 .content_dtl .specific li:nth-of-type(n+2) dl dd .howto_img::before {
  display: none;
}

#Content03 .content_dtl .specific li dl dd .txt_wrap {
  width: calc(180 * (100vw / 390));
}

#Content03 .content_dtl .specific li dl dd .subheading {
  margin-bottom: calc(5 * (100vw / 390));
  font-size: calc(15 * (100vw / 390));
}

#Content03 .content_dtl .specific li dl dd .caption {
  font-size: calc(13 * (100vw / 390));
}
/*===================Content03*//*HOW TO*/

/*Archive=====================*/
#Archive {
  width: calc(300 * (100vw / 390));
  margin: 0 auto;
  padding: calc(50 * (100vw / 390)) 0 calc(43 * (100vw / 390));
}

#Archive .sec_ttl {
  margin: 0 auto calc(20 * (100vw / 390));
}

.archive_dtl {
  width: calc(300 * (100vw / 390));
}

.archive_list .archive_dtl:nth-of-type(n+2) {
  margin-left: 0;
}

.archive_img {
  margin-bottom: calc(12 * (100vw / 390));
}

#Archive .flex-box {
  margin-bottom: calc(12 * (100vw / 390));
}

.archive_sort {
  padding: calc(3 * (100vw / 390)) calc(4 * (100vw / 390)) calc(1 * (100vw / 390));
  font-size: calc(12 * (100vw / 390));
}

.archive_date {
  margin: 0 0 0 calc(8 * (100vw / 390));
  font-size: calc(12 * (100vw / 390));
}

.archive_ttl {
  font-size: calc(13 * (100vw / 390));
  line-height: 1.7;
}

.archive_ttl .notes {
  padding-top: calc(5 * (100vw / 390));
  font-size: calc(10 * (100vw / 390));
}

/* ▽ slick arrow ▽*/
#Archive .slick-arrow {
  width: calc(14.4 * (100vw / 390));
  height: calc(31 * (100vw / 390));
}

#Archive .slick-next {
  margin: calc(85 * (100vw / 390)) calc(-30 * (100vw / 390)) 0 0;
}

#Archive .slick-prev {
  margin: calc(85 * (100vw / 390)) 0 0 calc(-30 * (100vw / 390));
}
/* △ slick arrow △*/
/*=====================Archive*/
}
/*====================================================SmartPhone*/
/*PCのみ========================================================*/
@media screen and  (min-width:769px) {
  .sp_only {
    display: none;
  }
}
/*========================================================PCのみ*/

/*レスポンシブ対応===============================================*/
@media screen and (max-width: 1100px){
  html {
    font-size: calc((10 * (100vw / 1100)));
  }
}
/*===============================================レスポンシブ対応*/



/*==============================================================================================
 商品レビュー
==============================================================================================*/

.rate {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 16px;
  font-size: 16px;
  letter-spacing: 0;
}

.rate:before,
.rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  display: inline-block;
  height: 16px;
  line-height: 16px;
}

.rate:before {
  color: #ddd;
}

.rate:after {
  color: #ffa500;
  overflow: hidden;
  white-space: nowrap;
}

.rate0:after {
  width: 0;
}

.rate0-1:after,.rate0-2:after,.rate0-3:after,.rate0-4:after.rate0-5:after {
  width: 8px;
}

.rate0-6:after,.rate0-7:after,.rate0-8:after,.rate0-9:after,.rate1:after {
  width: 16px;
}

.rate1-1:after,.rate1-2:after,.rate1-3:after,.rate1-4:after,.rate1-5:after {
  width: 24px;
}

.rate1-6:after,.rate1-7:after,.rate1-8:after,.rate1-9:after,.rate2:after {
  width: 32px;
}

.rate2-1:after,.rate2-2:after,.rate2-3:after,.rate2-4:after,.rate2-5:after {
  width: 40px;
}

.rate2-6:after,.rate2-7:after,.rate2-8:after,.rate2-9:after,.rate3:after {
  width: 48px;
}

.rate3-1:after,.rate3-2:after,.rate3-3:after,.rate3-4:after,.rate3-5:after {
  width: 56px;
}

.rate3-6:after,.rate3-7:after,.rate3-8:after,.rate3-9:after,.rate4:after {
  width: 64px;
}

.rate4-1:after,.rate4-2:after,.rate4-3:after,.rate4-4:after,.rate4-5:after{
  width: 72px;
}

.rate4-6:after,.rate4-7:after,.rate4-8:after,.rate4-9:after,.rate5:after {
  width: 80px;
}

.wrap {
  width: 100px;
  margin: 0 auto;
}

.reviewFeature__RankingParts{
  margin-top: 10px;
  font-size: 13px;
}
.reviewFeature__RankingParts .num{
  margin-left: 5px;
  margin-top: 2px;
}
.reviewFeature__RankingParts .ken{
  margin-left: 8px;
  margin-top: 2px;
}
.reviewFeature__RankingParts a{
  display: flex;
  align-items: center;
  text-decoration: none;
  /* justify-content: center; */
}
.reviewFeature__RankingParts a:hover{
  opacity: 0.8;
}
.rate:after {
    color: #b2a235;
}
@media only screen and (max-width: 768px) {
  .rate {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 12px;
    font-size: 12px;
    margin-right: 5px;
  }
  
  .rate:before,
  .rate:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "★★★★★";
    display: inline-block;
    height: 12px;
    line-height: 12px;
  }
  
  .rate:before {
    color: #ddd;
  }
  
  .rate:after {
    /* color: #ffa500; */
    overflow: hidden;
    white-space: nowrap;
  }
  
  .rate0:after {
    width: 0;
  }
  
  .rate0-1:after,.rate0-2:after,.rate0-3:after,.rate0-4:after.rate0-5:after {
    width: 6px;
  }
  
  .rate0-6:after,.rate0-7:after,.rate0-8:after,.rate0-9:after,.rate1:after {
    width: 12px;
  }
  
  .rate1-1:after,.rate1-2:after,.rate1-3:after,.rate1-4:after,.rate1-5:after {
    width: 18px;
  }
  
  .rate1-6:after,.rate1-7:after,.rate1-8:after,.rate1-9:after,.rate2:after {
    width: 24px;
  }
  
  .rate2-1:after,.rate2-2:after,.rate2-3:after,.rate2-4:after,.rate2-5:after {
    width: 30px;
  }
  
  .rate2-6:after,.rate2-7:after,.rate2-8:after,.rate2-9:after,.rate3:after {
    width: 36px;
  }
  
  .rate3-1:after,.rate3-2:after,.rate3-3:after,.rate3-4:after,.rate3-5:after {
    width: 42px;
  }
  
  .rate3-6:after,.rate3-7:after,.rate3-8:after,.rate3-9:after,.rate4:after {
    width: 48px;
  }
  
  .rate4-1:after,.rate4-2:after,.rate4-3:after,.rate4-4:after,.rate4-5:after{
    width: 54px;
  }
  
  .rate4-6:after,.rate4-7:after,.rate4-8:after,.rate4-9:after,.rate5:after {
    width: 60px;
  }
  
  .wrap {
    width: 100px;
    margin: 0 auto;
  }
  
  
  .reviewFeature__RankingParts{
    margin-top: 10px;
    font-size: 13px;
  }
  .reviewFeature__RankingParts .num{
    margin-left: 0;
  }
  .reviewFeature__RankingParts .ken{
    margin-left: 8px;
  }
  .reviewFeature__RankingParts a{
    text-decoration: none;
    /* justify-content: center; */
    display: flex;
    align-items: center;
  }
  .reviewFeature__RankingParts a:hover{
    opacity: 0.8;
  }

  }



/* Archive非表示 */
#Archive {
    display: none; 
}

/* 共通ヘッダー調整 */
.slick-slider .cam_bnr__item {
    width: 100% !important;
}
header, .contents, footer {
    min-width: auto;
}


#Wrap {
    margin: 0 auto !important;
}
body {
    background: #fafafa;
}