@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal !important;
}
a {
  color: #000;
  text-decoration: none;
}
li {
  list-style: none;
}
#product_detail {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 !important;
}

#p-item-page-contents img {
  width: 100%;
}
#p-item-page-contents .section-headline {
  margin-top: 120px;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
  font-size: 24px;
  font-weight: bold;
}
#p-item-page-contents .section-headline:first-child {
  margin-top: 60px;
}

/*--=========================
  .item-description
  [ 商品説明 ]
=========================--*/
.description-content {
  margin-top: 60px;
}
.description-content .text-unit,
.description-content .image-unit {
  width: 100%;
}
.description-content .image-unit {
  margin-top: 40px;
}
.main-description h2 {
  font-size: 24px;
  line-height: 2;
}
.main-description p {
  margin-top: 60px;
}
.sub-description h2 {
  font-size: 18px;
  line-height: 1.8;
}
.sub-description p {
  margin-top: 30px;
}
/*-- 商品の使用ステップ --*/
.use-step {
  max-width: 90%;
  margin: 85px auto 0;
}
.use-step ol {
  display: flex;
  justify-content: space-between;
}
.use-step li {
  width: -webkit-calc(( 100% - 80px ) / 3 );
  width: calc(( 100% - 80px ) / 3 );
  text-align: center;
}
.use-step img {
  margin-bottom: 20px;
}
.use-step p {
  margin-top: 30px;
  text-align: center;
}
/*-- おすすめリスト --*/
.border-box {
  margin-top: 60px;
  padding: 40px 5.4%;
  border: solid 1px #000 !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
}
.recommend-list p {
  font-weight: bold;
}
.recommend-list ul {
  margin-top: 20px;
}
.recommend-list li:before {
  content: "■ ";
  font-size: 22px;
  line-height: 1;
  vertical-align: center;
}

/*--=========================
  .how-to-use
  [ 使用方法 ]
=========================--*/
.how-to-use {
  width: 100%;
  margin: 120px auto 0;
}
.how-to-use .movie-section {
  margin: 60px 0 0 0;
}
.how-to-use .description-section {
  margin-top: 60px;
  width: 100%;
}
.how-to-use li {
  margin-top: 30px;
  align-items: center;
}
.how-to-use li .text-unit {
  margin-top: 20px;
}
.how-to-use li:first-child {
  margin-top: 0;
}


/*--=========================
  .faq
  [ よくある質問 ]
=========================--*/
.faq {
  width: 100%;
  margin: 120px auto 0;
}
.faq dl {
  border-bottom: solid 1px #000;
}
.faq dt {
  padding: 20px;
  border-top: solid 1px #000;
  display: flex;
  align-items: center;
}
.faq dt:first-child {
  border: none;
}
.faq .p-icon-question,
.faq .p-icon-answer {
  margin-right: 10px;
  font-size: 31px;
  vertical-align: middle;
}
.faq .p-icon-answer {
  color: #b2142d;
  padding-left: 31px;
  margin-left: -72px;
}
.faq dt:after {
  font-family: "icon-font";
  content: "\e901";
  margin-left: auto;
}
.faq dt.active:after {
  font-family: "icon-font";
  content: "\e905";
  float: right;
}
.faq dd {
  padding: 40px 10px 40px 75px;
  background: url("<!--{$TPL_URLPATH_PC}-->img/common/background/bg-line.png") left top repeat-x;
  display: none;
}
.faq .p-icon-question img,
.p-icon-answer img{
  width: 1.75rem !important;
}



/*--=========================
  .ingredients
  [ 成分 ]
=========================--*/
.ingredients {
  width: 100%;
  margin: 120px auto 0;
}
.ingredients li {
  margin-top: 30px;
  align-items: center;
}
.ingredients li .text-unit {
  margin-top: 20px
}
.ingredients .unit-headline {
  margin-top: 60px;
  font-size: 18px;
  font-weight: bold;
}
.ingredients-detail .title {
  font-weight: bold;
}

.ingredients-detail .title:first-child {
  margin-top: 0;
  margin-bottom: 20px;
}
.ingredients-detail p:nth-child(n+3) {
  margin-top: 30px;
}



/*--=========================
  #customervoice_area
  [ レビュー ]
=========================--*/
.review_link_bloc_default {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto !important;
  padding: 0 5.4% !important;
}
.review_link_bloc_default h2 {
  margin-top: 60px !important;
}
#customervoice_area h2 {
  margin-top: 60px !important;
  padding: 0 !important;
}



/*--=========================
  .history_list
  [ 最近見た商品 ]
=========================--*/
.history_list {
  width: 100%;
  margin: 120px 0 0;
  padding: 120px 0;
  background: #f2f2f2;
}
.history_list .block_body,
.history_list h2 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto !important;
}
.history_list h2 {
  margin-bottom: 30px !important;
  text-align: center !important;
  border: none !important;
}
.history_list .block_body {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
}
#detailarea .point, #detailarea .relative_cat {
  display: none;
}
.history_list .block_body .product_item {
  width: -webkit-calc(( 100% - 100px ) / 3 ) !important;
  width: calc(( 100% - 100px ) / 3 );
  padding: 0 !important;
}
.history_list .block_body .product_item:nth-child(n + 4) {
  display: none !important;
}
.productImage {
  margin: 0;
}
.product_item h3,
.product_item p,
.product_item a {
  margin-top: 20px !important;
  font-weight: 300;
}


/*--=========================
  .link-lp
  [ カート周り ]
=========================--*/
#detailleftbloc,
#detailrightbloc {
  width: 100% !important;
  float: none;
}
ul.status_icon {
  width: 100%;
  margin-top: 20px !important;
  padding: 0 !important;
}
ul.status_icon li {
  width: 90px;
  margin-right: 10px !important;
}
#detailrightbloc h2 {
  margin-top: 30px !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
}
#detailarea .normal_price {
  margin-top: 30px !important;
}
#detailarea .price01_inctax_default {
  text-decoration: line-through;
}
#detailarea .sale_price {
  margin-top: 15px !important;
}
.sale_price .price02_notax_default {
  font-size: 18px !important;
}
#detailarea .point {
  margin-top: 10px !important;
}
#detailarea .point,
#detailarea .point span {
  font-size: 14px !important;
}
.point_rate i {
  display: none;
}
#detailrightbloc .classlist_chkbox .option {
  margin-top: 10px !important;
}
#detailrightbloc .classlist_chkbox .option:first-child {
  margin-top: 30px !important;
}
#detailarea .product_code {
  margin-top: 10px !important;
}
#detailarea .sell_kikan div {
  margin-top: 30px !important;
}
#detailarea .cartin {
  margin-top: 20px !important;
}
#detailarea .cartin_btn a #cart {
  padding: 20px 0 !important;
}
#cartbtn_default {
  padding: 0 !important;
}
#cartbtn_default > dl {
  display: none !important;
}
.btn_add_cart a {
  border-radius: 0;
  background: #000 !important;
}
#detailarea .favorite_btn a, #detailarea .ask_btn a, #detailarea .ask_btn a:visited {
  padding: 20px 0 !important;
  border-radius: 0;
}
#detailarea .favorite_btn a span, #detailarea .ask_btn a span, #detailarea .ask_btn a:visited span {
  font-size: 18px !important;
  box-sizing: border-box;
}
#detailarea .favorite_btn, #detailarea .ask_btn {
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
}
i.magic {
  display: none !important;
}
table.pricelist tbody tr th,
table.pricelist tbody tr td {
  padding: 10px !important;
}
table.pricelist tbody tr i {
  display: none !important;
}
table.pricelist tbody {
  margin: 10px 0 0 0 !important;
}
.other_info {
  display: none !important;
}