﻿@charset "UTF-8";

/* ==================================================
一覧
================================================== */
.ItemallArea {
  width: 100%;
  margin: 0 auto;
}
.ItemallArea .IaAitemBlk .IaAiBSet .IaAiBLists {
  justify-content: space-between;
}
.ItemallArea .IaAitemBlk .IaAiBSet .IaAiBLists .IaAiBList {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 15vw;
}
.ItemallArea .IaAitemBlk .IaAiBSet .IaAiBLists .IaAiBList .imgObj {
  width: 25%;
  margin: 0;
}
.ItemallArea .IaAitemBlk .IaAiBSet .IaAiBLists .IaAiBList .imgObj img {
  width: 100%;
  height: auto;
}
.ItemallArea .IaAitemBlk .IaAiBSet .IaAiBLists .IaAiBList .creditGlp {
  width: 70%;
  margin: 0;
  text-align: left;
}
.ItemallArea .IaAitemBlk .IaAiBSet .IaAiBLists .IaAiBList .txtGlp {
  width: 100%;
}
.ItemallArea .IaAitemBlk .IaAiBSet .IaAiBLists .IaAiBList .txtGlp .cartSet .cartBtnLists {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ItemallArea .IaAitemBlk .IaAiBSet .IaAiBLists .IaAiBList .txtGlp .cartSet .cartBtnLists .cartBtnList {
  width: 49%;
}
@media screen and (min-width: 769px) {
  .ItemallArea .IaAitemBlk .IaAiBSet .IaAiBLists .IaAiBList {
    width: 45%;
    margin: 0 0 7.5vw;
  }
}
/* ==================================================
詳細
================================================== */
/*--   共通エリア   --*/
.itemdetailArea .btnCenter {
  width: fit-content;
  margin: 0 auto;
}
.itemdetailArea .btnCenter a {
  padding: 1em min(3em, 2em);
}
.itemdetailArea .btnCenter p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.5em;
}
@media screen and (min-width: 961px) {
  .itemdetailArea .btnCenter a {
    padding: 1em 4em;
  }
}
/*--   メインエリア   --*/
.idAmainBlk {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: min(90%, 1200px);
  margin: 0 auto;
}
.idAmainBlk .imgGlp {
  width: 100%;
  margin: 0 auto;
}
.idAmainBlk .imgGlp .sldMask {
  overflow: hidden;
}
.idAmainBlk .imgGlp .js-slideNav .swiper-wrapper .swiper-slide {
  width: 20%;
}
.idAmainBlk .imgGlp .js-slideNav .swiper-wrapper .swiper-slide-active {
  border: 4px solid #d4510f;
  box-sizing: border-box;
}
.idAmainBlk .imgGlp .js-slideNav .swiper-wrapper .swiper-slide-active .imgObj {
  opacity: 0.5;
}
.idAmainBlk .txtGlp {
  margin: 5vw auto 0;
  width: 100%;
  text-align: left;
}
.idAmainBlk .txtGlp .itemPrice.salePrice {
  display: inline-block;
}
.idAmainBlk .txtGlp .itemPrice.notPrice {
  position: relative;
}
.idAmainBlk .txtGlp .itemPrice.notPrice::before,
.idAmainBlk .txtGlp .itemPrice.notPrice::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #5a1e0f;
  position: absolute;
  left: 0;
}
.idAmainBlk .txtGlp .itemPrice.notPrice::before {
  top: 45%;
}
.idAmainBlk .txtGlp .itemPrice.notPrice::after {
  bottom: 45%;
}
.idAmainBlk .txtGlp .itemPrice.salePrice + .salePrice {
  margin: 0 0 0 1em;
  position: relative;
}
.idAmainBlk .txtGlp .itemPrice.salePrice + .salePrice::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 1px;
  background-color: #2e2e2e;
  position: absolute;
  left: -0.75em;
  bottom: 40%;
}
.idAmainBlk .txtGlp .itemPrice.salePrice + .salePrice::after {
  content: "";
  display: block;
  width: 0.2em;
  height: 1px;
  background-color: #2e2e2e;
  position: absolute;
  left: -0.45em;
  bottom: 40%;
  transform: rotate(45deg);
  transform-origin: right bottom;
}
.idAmainBlk .txtGlp .itemTxt {
  width: 100%;
}
.idAmainBlk .itemBtnSet {
  width: 100%;
}
.idAmainBlk .itemBtnSet .btnSet {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 0 auto;
  justify-content: space-between;
}
.idAmainBlk .itemBtnSet .btnSet + .btnSet {
  margin: 5vw auto 0;
}
.idAmainBlk .itemBtnSet .btnSet .btnCenter {
  margin: 0 0 0 2.5em;
  margin: 0 0 0 3%;
  /* width: 51%; */
}
.idAmainBlk .itemBtnSet .priceSet {
  display: flex;
  width: fit-content;
  flex-flow: column;
  align-items: baseline;
}
.idAmainBlk .itemBtnSet .priceSet.salePrice {
  flex-flow: wrap;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}
.idAmainBlk .itemBtnSet .priceSet a {
  color: #d4510f;
}
.idAmainBlk .itemBtnSet .priceSet .teikiIcon {
  background: #d4510f;
  width: 1.5em;
  height: 1.5em;
  margin: 0 0.65em 0 0;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.idAmainBlk .idAmBannotaionSet {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .idAmainBlk .txtGlp .itemTxt {
    margin: 0;
    width: 100%;
  }
}

@media screen and (min-width: 961px) {
  .idAmainBlk .itemBtnSet .btnSet + .btnSet {
    margin: 2.5vw auto 0;
  }
  .idAmainBlk .imgGlp {
    width: 45%;
    margin: 0;
  }
  .idAmainBlk .txtGlp {
    width: 50%;
    margin: 0 0 0 auto;
  }
}
/*--   特長エリア   --*/
.idAfeatureBlk {
  width: min(90%, 1200px);
  margin: 0 auto;
  background: #ffffff;
  padding: 10vw 5vw;
}
.idAfeatureBlk .txtObj {
  text-align: left;
}
.idAfBpointSet .txtGlp {
  margin: 0 auto;
}
.idAfBpointSet .txtGlp .movObj {
  aspect-ratio: 16/9;
}
.idAfBpointSet .sabTxtGlp {
  margin: 0 auto;
}
.idAfBpointSet .idAfBpSconcGlp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.idAfBpointSet .idAfBpSconcGlp .imgGlp {
  width: 48%;
  line-height: 1;
}
.idAfBseibunSet .idAfBsSLists .idAfBsSList + .idAfBsSList {
  margin: 2em auto 0;
}
.idAfBseibunSet .idAfBsSLists .idAfBsSList .imgGlp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.idAfBseibunSet .idAfBsSLists .idAfBsSList .imgGlp .imgObj {
  width: min(15vw, 180px);
  height: min(15vw, 180px);
  border-radius: 100%;
  overflow: hidden;
}
.idAfBseibunSet .idAfBsSLists .idAfBsSList .imgGlp .txtGlp {
  width: max(calc(100% - 20vw), calc(100% - 210px));
  text-align: left;
}
.idAfBseibunSet .sabTxtGlp .idAfBsSnaturalLists {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.idAfBseibunSet .sabTxtGlp .idAfBsSnaturalLists .idAfBsSnaturalList {
  width: fit-content;
  margin: 0 auto;
}
.idAfBseibunSet .sabTxtGlp .idAfBsSnaturalLists .idAfBsSnaturalList .imgGlp .imgObj {
  width: min(10vw, 100px);
  height: min(10vw, 100px);
  border-radius: 100%;
  overflow: hidden;
}
.idAfBseibunSet .sabTxtGlp .idAfBsSnaturalLists .idAfBsSnaturalList .ttlObj {
  width: 9em;
  text-align: left;
}
.idAfBseibunSet .sabTxtGlp .idAfBsSnaturalLists .idAfBsSnaturalList .txtObj {
  width: 11em;
}
.idAfBhowtoSet {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.idAfBhowtoSet .titGlp {
  width: 100%;
}
.idAfBhowtoSet .titGlp .txtObj {
  text-align: center;
}
.idAfBhowtoSet .idAfBhSmovGlp {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.idAfBhowtoSet .idAfBhSmovGlp iframe {
  width: 100%;
  height: 100%;
}
.idAfBhowtoSet .idAfBhSpointGlp {
  width: 100%;
}
.idAfBhowtoSet .idAfBhSpointGlp .idAfBhSpGLists {
  padding: 0 0 0 2em;
}
.idAfBhowtoSet .idAfBhSpointGlp .idAfBhSpGLists .idAfBhSpGList {
  list-style: decimal-leading-zero;
  text-align: left;
}
.idAfBhowtoSet .idAfBhSpointGlp .idAfBhSpGLists .idAfBhSpGList + .idAfBhSpGList {
  margin: 1em 0 0;
}
.idAfBhowtoSet .idAfBhSpointGlp .idAfBhSpGpointObj {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.idAfBhowtoSet .idAfBhSpointGlp .idAfBhSpGpointObj .iconObj {
  background: #d4510f;
  border-radius: 0.5em;
  width: 8em;
  padding: 0.6em 1em 0.5em;
  margin: 0 1em 0 0;
}
@media screen and (min-width: 769px) {
  .idAfBseibunSet .sabTxtGlp .idAfBsSnaturalLists .idAfBsSnaturalList {
    margin: 0 2.5vw;
  }
  .idAfBseibunSet .sabTxtGlp .idAfBsSnaturalLists .idAfBsSnaturalList .ttlObj {
    width: 13em;
    text-align: center;
  }
  .idAfBseibunSet .sabTxtGlp .idAfBsSnaturalLists .idAfBsSnaturalList .txtObj {
    width: 14em;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .idAfBpointSet .txtGlp {
    width: 90%;
  }
  .idAfBpointSet .sabTxtGlp {
    width: 80%;
  }
  .idAfBseibunSet .idAfBsSLists .idAfBsSList {
    align-items: center;
  }
  .idAfBhowtoSet .idAfBhSmovGlp {
    width: 40%;
  }
  .idAfBhowtoSet .idAfBhSpointGlp {
    width: fit-content;
    margin: 0 auto;
  }
  .idAfBhowtoSet .idAfBhSmovGlp + .idAfBhSpointGlp {
    width: 55%;
    margin: 0;
  }
}
/*--   コンセプトエリア   --*/
.idAconceptBlk {
  width: min(90%, 1200px);
  margin: 0 auto;
}
.idAcBpromiseSet {
  text-align: left;
}
.idAcBconceptSet .btnCenter p {
  width: 10em;
}
@media screen and (min-width: 769px) {
  .idAcBpromiseSet,
  .idAcBconceptSet {
    text-align: center;
  }
}
/*--   全成分   --*/
.IDAcautionBlk {
  width: min(90%, 1200px);
  margin: 0 auto;
  text-align: left;
}
/*--   VISUMO   --*/
.idAvisumoBlk .ecbn-selection-widget {
  width: 100% !important;
  margin: 0 auto;
  max-width: inherit;
}
.idAvisumoBlk .ecbn-selection-widget .ecbn-selection-wrapper {
  width: min(90vw, 1200px) !important;
  margin: 0 auto !important;
}
.idAvisumoBlk .ecbn-selection-widget .ecbn-selection-wrapper .ecbn-selection-slide-wrapper {
  width: 100% !important;
}
.idAvisumoBlk .vsm-slider .ecbn-selection-wrapper .ecbn-selection-slide-wrapper,
.idAvisumoBlk .vsm-goods .ecbn-selection-wrapper .ecbn-selection-slide-wrapper {
  margin: 0 !important;
}
.idAvisumoBlk .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a {
  background: none !important;
  top: 50% !important;
  transform: translate(0, -50%);
}
.idAvisumoBlk .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next:before {
  border-right: 2px solid #d4510f !important;
  border-top: 2px solid #d4510f !important;
}
.idAvisumoBlk .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev:before {
  border-left: 2px solid #d4510f !important;
  border-bottom: 2px solid #d4510f !important;
}
.idAvisumoBlk .ecbn-selection-wrapper li.ecbn-selection-item,
.vsm-goods .ecbn-selection-wrapper li.ecbn-selection-item {
  margin: 0 !important;
  padding: 2.5vw;
}
.idAvisumoBlk .ecbn-selection-wrapper li.ecbn-selection-item > div > a,
.vsm-goods .ecbn-selection-wrapper li.ecbn-selection-item > div > a {
  width: 25vw !important;
  height: 25vw !important;
}
.idAvisumoBlk .ecbn-selection-footer2 {
  display: none !important;
}

.idAmainBlk .itemBtnSet .btnSet.saleBtn .btnCenter {
  margin: 4% auto 1%;
  width: 100%;
  height: 3em;
}
.idAmainBlk .itemBtnSet .btnSet.saleBtn .btnCenter a {
  justify-content: center;
}
.idAmainBlk .itemBtnSet .btnSet.saleBtn .infoTxt {
  text-align: center;
  width: 100%;
  margin: 0.5em 0 0;
}

@media screen and (min-width: 961px) {
  .idAvisumoBlk .ecbn-selection-wrapper li.ecbn-selection-item,
  .vsm-goods .ecbn-selection-wrapper li.ecbn-selection-item {
    margin: 0 !important;
    padding: min(1.25vw, calc(50px / 3));
  }
  .idAvisumoBlk .ecbn-selection-wrapper li.ecbn-selection-item > div > a,
  .vsm-goods .ecbn-selection-wrapper li.ecbn-selection-item > div > a {
    width: min(15.5vw, calc(620px / 3)) !important;
    height: min(15.5vw, calc(620px / 3)) !important;
  }
}

@media screen and (max-width: 960px) {
  /* .idAmainBlk .itemBtnSet .saleBtn .priceSet.salePrice {
    flex-flow: column !important;
  }
  .saleBtn .priceSet .priceGlp.proper {
    padding: 0;
    margin: 0 0 1.5em;
    position: relative;
    width: 100%;
  }

  .saleBtn .priceSet .priceGlp.proper::before {
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    width: 0.5em;
    height: 0.5em;
    left: 0;
    right: 0;
    top: 130%;
    transform: rotate(45deg) translate(0, -50%);
    margin: 0 auto;
  }
  .saleBtn .priceSet .priceGlp.proper::after {
    width: 1px;
    height: 0.7em;
    background: #707070;
    right: 0;
    top: 132%;
    transform: translate(0, -50%);
    left: 7%;
    margin: 0 auto;
  } */
}
@media screen and (min-width: 961px) {
  .idAmainBlk .itemBtnSet .btnSet {
    justify-content: flex-end;
  }
  .idAmainBlk .itemBtnSet .saleBtn .priceSet.salePrice {
    flex-flow: nowrap;
    align-items: center;
  }
  .saleBtn .priceSet .priceGlp.proper {
    padding: 0 0.8em 0 0;
    margin: 0 0.3em 0 0;
  }

  .saleBtn .priceSet .priceGlp.proper::before {
    width: 0.3em;
    height: 0.3em;
    top: 49.5%;
  }
  .saleBtn .priceSet .priceGlp.proper::after {
    width: 0.4em;
  }
  .idAmainBlk .itemBtnSet .btnSet .btnCenter {
    margin: 0 0 0 auto;
  }
  .idAmainBlk .itemBtnSet .btnSet.saleBtn .btnCenter a {
    padding: 1em 1.5em;
  }
}
