@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;
}
#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: 14px;
  font-weight: bold;
}
#p-item-page-contents .section-headline:first-child {
  margin-top: 60px;
}

/*--=========================
  .link-lp
  [ LPへのリンク ]
=========================--*/
.link-lp {
  width: 100%;
  display: flex;
}
.link-lp a {
  width: -webkit-calc(( 100% - 40px ) / 2 );
  width: calc(( 100% - 40px ) / 2 );
  margin-left: auto;
  display: block;
  background: #e3e3e3;
}

/*--=========================
  .item-description
  [ 商品説明 ]
=========================--*/
.item-description {
  width: 100%;
}
.description-content {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.description-content .text-unit,
.description-content .image-unit {
  width: -webkit-calc(( 100% - 40px ) / 2 );
  width: calc(( 100% - 40px ) / 2 );
}
.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: 440px;
  margin: 85px auto 0;
}
.use-step ol {
  display: flex;
  justify-content: space-between;
}
.use-step li {
  width: 100px;
  text-align: center;
}
.use-step img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}
.use-step p {
  margin-top: 30px;
  text-align: center;
}
/*-- おすすめリスト --*/
.border-box {
  margin-top: 60px;
  padding: 40px 60px;
  border: solid 1px #000;
}
.recommend-list p {
  font-weight: bold;
}
.recommend-list ul {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recommend-list li {
  width: -webkit-calc(( 100% - 40px ) / 2 );
  width: calc(( 100% - 40px ) / 2 );
}
.recommend-list li:before {
  content: "■ ";
  font-size: 22px;
  line-height: 1;
  vertical-align: bottom;
}

/*--=========================
  .how-to-use
  [ 使用方法 ]
=========================--*/
.how-to-use {
  width: 100%;
  margin: 120px auto 0;
}
.how-to-use-content {
  display: flex;
}
.how-to-use .movie-section {
  width: 480px;
  margin: 60px 40px 0 0;
}
.how-to-use .description-section {
  margin-top: 60px;
  width: 100%;
}
.how-to-use ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.how-to-use li {
  width: -webkit-calc(( 100% - 40px ) / 2 );
  width: calc(( 100% - 40px ) / 2 );
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.how-to-use li .image-unit {
  width: 180px;
  margin-right: 20px;
  flex-shrink: 0;
}
.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 {
display: flex;
flex-direction: row;
align-items: center;
  padding: 20px;
  border-top: solid 1px #000;
}

.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 {;
  padding-left: 31px;
  margin-left: -72px;
}
.faq .p-icon-question img,
.p-icon-answer img{
  width: 1.75rem !important;
}

.faq dd {
  padding: 40px 10px 40px 75px;
  background: url("https://global-official.jp/user_data/packages/raku2pc/img/common/background/bg-line.png") left top repeat-x;
  display: none;
}

.faq dt.active  {

}




/*--=========================
  .ingredients
  [ 成分 ]
=========================--*/
.ingredients {
  width: 100%;
  margin: 120px auto 0;
}
.ingredients ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ingredients li {
  width: -webkit-calc(( 100% - 40px ) / 2 );
  width: calc(( 100% - 40px ) / 2 );
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.ingredients li .image-unit {
  width: 120px;
  margin-right: 20px;
  flex-shrink: 0;
}
.ingredients .unit-headline {
  margin-top: 60px;
  font-size: 18px;
  font-weight: bold;
}
.ingredients-detail .title {
  font-weight: bold;
}
/*.ingredients-detail .free {
  margin-top: 30px;
  padding: 30px 0;
  background: url("https://global-official.jp/user_data/packages/raku2pc/img/common/background/bg-line.png") left top repeat-x, url("https://global-official.jp/user_data/packages/raku2pc/img/common/background/bg-line.png") left bottom repeat-x;
}*/
.ingredients-detail .title:first-child {
  margin-top: 0;
  margin-bottom: 20px;
}
.ingredients-detail p:nth-child(n+3) {
  margin-top: 30px;
}



/*--=========================
  #customervoice_area
  [ レビュー ]
=========================--*/
#customervoice_area h2,
.review_link_bloc_default h2 {
  margin-top: 60px !important;
  padding: 0 !important;
}




/*--=========================
  .history_list
  [ 最近見た商品 ]
=========================--*/
.history_list {
  width: 100%;
  margin: 120px 0 0;
  padding: 120px 0;
  background: #f2f2f2;
  clear: both;
}
.history_list .block_body,
.history_list h2 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto !important;
  padding: 0 40px !important;
}
.history_list h2 {
  margin-bottom: 30px !important;
  text-align: center !important;
  border: none !important;
}

.product_item {
  width: -webkit-calc( 100% / 5 );
  width: calc( 100% / 5 );
  margin-right: 50px;
  padding: 0 !important;
}
.product_item:last-child {
  margin-right: 0;
}
.productImage {
  margin: 0;
}
.product_item h3,
.product_item p,
.product_item a {
  margin-top: 20px !important;
  color: #000 !important;
  font-weight: 300;
}



/*--=========================
  .link-lp
  [ カート周り ]
=========================--*/

#main_column.colnum1 #detailleftbloc,
#main_column.colnum1 #detailrightbloc {
  width: 48% !important;
}

#detailarea ul.status_icon {
  margin-top: 60px !important;
}
#detailarea ul.status_icon li {
  margin-right: 20px !important;
}
#detailrightbloc h2 {
  margin-top: 30px !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
}
#detailarea .normal_price {
  margin-top: 30px !important;
}
#detailarea .normal_price dd {
  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;
}
#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 !important;
}
#detailarea .favorite_btn a, #detailarea .ask_btn a, #detailarea .ask_btn a:visited {
  padding: 20px !important;
  border-radius: 0;
}
#detailarea .favorite_btn a span, #detailarea .ask_btn a span, #detailarea .ask_btn a:visited span {
  font-size: 18px !important;
}
#detailarea .cart_area_col01 .favorite_btn {
  margin: 10px 0 0 0 !important;
}
#detailarea .cart_area_col01 .ask_btn {
  margin: 10px 0 0 0 !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;
}
