@charset "UTF-8";
/* =========================================================

  トップページ

========================================================= */
.p_mv_slider .slider {
  margin: 0 auto;
  width: 730px;
  text-align: left;
}
.p_mv_slider .mv_list {
  width: 730px;
  height: 310px;
  overflow: hidden;
  position: relative;
}
.p_mv_slider .mv_list li {
  z-index: 98;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
}
.p_mv_slider .mv_list li:first-child {
  opacity: 1;
  z-index: 99;
}
.p_mv_slider .thumb_list {
  *zoom: 1;
  height: 94px;
  z-index: 99;
  text-align: center;
}
.p_mv_slider .thumb_list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.p_mv_slider .thumb_list ul {
  display: inline-block;
  padding: 20px 0 0 0;
}
.p_mv_slider .thumb_list li {
  width: 110px;
  height: 70px;
  float: left;
  margin-left: 14px;
  display: inline;
}
.p_mv_slider .thumb_list li:first-child {
  margin-left: 0;
}
.p_mv_slider .thumb_list span {
  position: relative;
  display: block;
  cursor: pointer;
}
.p_mv_slider .thumb_list .is_hover span:after,
.p_mv_slider .thumb_list .is_active span:after {
  position: absolute;
  top: -20px;
  left: -4px;
  width: 118px;
  height: 94px;
  content: '';
  background: url(../img/top/mv/thumb_bg_r.png) no-repeat center top;
}

.p_maintenance {
  font-size: 0.875em;
  border: 1px solid #ddd;
  margin-top: 25px;
  padding: 10px;
}
.p_maintenance .bold {
  font-weight: bold;
}

.l_notice {
  margin: 25px 0 0;
}

.p_notice {
  display: table;
  line-height: 2.1429;
}
.p_notice .title {
  display: table-cell;
  vertical-align: middle;
}
.p_notice .title span {
  position: relative;
  display: inline-block;
  width: 80px;
  margin: 0 30px 0 0;
  background: #eee;
  font-size: 0.875em;
  padding: 0 0 0 15px;
}
.p_notice .title span:after {
  content: "";
  position: absolute;
  left: 80px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #eee;
}
.p_notice .notice_list {
  display: table-cell;
  font-size: 0.875em;
}

.l_pickup {
  margin: 45px 0 0;
}

.p_pickup .pickup_list {
  *zoom: 1;
  margin: -50px 0 50px -30px;
}
.p_pickup .pickup_list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.p_pickup .pickup_item {
  float: left;
  position: relative;
  margin: 50px 0 0 30px;
}
.p_pickup .pickup_item a {
  display: block;
  text-decoration: none;
  width: 160px;
  text-align: center;
  box-shadow: 0px 0px 8px 0px #d8d8d8;
}
.p_pickup .pickup_item a .thumb {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}
.p_pickup .pickup_item a:hover .thumb {
  opacity: .6;
  -ms-filter: "alpha(opacity=60)";
}
.p_pickup .pickup_item .text {
  display: block;
  padding: 0.625em 0 0.8125em;
}
.p_pickup .pickup_item .thmub {
  background: #fff;
}
.p_pickup .pickup_item .name {
  display: table;
  width: 100%;
  margin: 0.7143em 0 0.7143em;
  height: 2.9286em;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.4286;
  text-decoration: underline;
}
.p_pickup .pickup_item .name span {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}
.p_pickup .pickup_item .copy {
  display: block;
  font-size: 0.8125em;
  line-height: 1.4615;
  color: #111;
}
.p_pickup .pickup_item [class^="icon_"] {
  position: absolute;
  z-index: 9;
}
.p_pickup .pickup_item .icon_laurel {
  top: -15px;
  left: 100px;
}
.p_pickup .pickup_item .icon_graph {
  top: -20px;
  left: 100px;
}
.p_pickup .pickup_item .icon_medal,
.p_pickup .pickup_item .icon_emblem {
  top: -27px;
  left: 110px;
}
.p_pickup .pickup_item .icon_omg {
  top: -20px;
  left: 106px;
}
.p_pickup .pickup_item.pickup_item_ssmn a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  background: #fff;
}
.p_pickup .pickup_item.pickup_item_ssmn a:hover {
  background: #fff5d5;
}
.p_pickup .pickup_item.pickup_item_omg a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  background: #fff;
}
.p_pickup .pickup_item.pickup_item_omg a:hover {
  background: #dbe5f3;
}
.p_pickup .pickup_item.pickup_item_lctct a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  background: #fff;
}
.p_pickup .pickup_item.pickup_item_lctct a:hover {
  background: #e7eaee;
}
.p_pickup .pickup_item.pickup_item_fage a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  background: #fff;
}
.p_pickup .pickup_item.pickup_item_fage a:hover {
  background: #def1ff;
}
.p_pickup .pickup_item.pickup_item_dha a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  background: #fff;
}
.p_pickup .pickup_item.pickup_item_dha a:hover {
  background: #def1ff;
}
.p_pickup .pickup_item.pickup_item_kznk a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  background: #fff;
}
.p_pickup .pickup_item.pickup_item_kznk a:hover {
  background: #f3e8df;
}
.p_pickup .pickup_item.pickup_item_maca a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  background: #fff;
}
.p_pickup .pickup_item.pickup_item_maca a:hover {
  background: #ffe6e6;
}
.p_pickup .pickup_item.pickup_item_vitoas a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  background: #fff;
}
.p_pickup .pickup_item.pickup_item_vitoas a:hover {
  background: #ffedd0;
}
.p_pickup .pickup_item.pickup_item_lcmr a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  background: #fff;
}
.p_pickup .pickup_item.pickup_item_lcmr a:hover {
  background: #f6efd2;
}
.p_pickup .pickup_item.pickup_item_sppr a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  background: #fff;
}
.p_pickup .pickup_item.pickup_item_sppr a:hover {
  background: #f9e4d4;
}
.p_pickup .pickup_item.pickup_item_nkgr a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  background: #fff;
}
.p_pickup .pickup_item.pickup_item_nkgr a:hover {
  background: #e1f8e8;
}
.p_pickup .pickup_item.pickup_item_lftg a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  background: #fff;
}
.p_pickup .pickup_item.pickup_item_lftg a:hover {
  background: #fee7eb;
}
.p_pickup .pickup_item.pickup_item_glc a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  background: #fff;
}
.p_pickup .pickup_item.pickup_item_glc a:hover {
  background: #fff0d5;
}
.p_pickup .pickup_item.pickup_item_aojr a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  background: #fff;
}
.p_pickup .pickup_item.pickup_item_aojr a:hover {
  background: #ecfadb;
}
.p_pickup .pickup_item.pickup_item_nano a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  background: #fff;
}
.p_pickup .pickup_item.pickup_item_nano a:hover {
  background: #ebebeb;
}
.p_pickup .pickup_item.pickup_item_mlcl a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  background: #fff;
}
.p_pickup .pickup_item.pickup_item_mlcl a:hover {
  background: #fee7eb;
}
.p_pickup .notes_list {
  font-size: 0.5625em;
  line-height: 1.5;
  color: #999;
}
.p_pickup .notes_item {
  padding-left: 2em;
  text-indent: -2em;
}

.l_search_area {
  margin: 60px 0 0;
}

.p_search_area {
  padding: 30px;
  background: #f4eddd;
}
.p_search_area .search_unit {
  *zoom: 1;
}
.p_search_area .search_unit:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.p_search_area .search_unit .title {
  margin: 0 0 10px 0;
  font-weight: bold;
}
.p_search_area .search_unit .title .icon {
  margin: 0 10px -5px 0;
}
.p_search_area .search_sup {
  float: left;
  width: 330px;
  height: 425px;
  padding: 15px 0 0 20px;
  border: 1px solid #fff;
  background: #ffe5cc;
}
.p_search_area .search_sup .search_item a {
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(255, 153, 51, 0.3);
}
.p_search_area .search_sup .search_item a:hover:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  border: 2px solid #ff9933;
}
.p_search_area .search_sup .search_item_sup a {
  display: block;
  width: 290px;
  height: 165px;
  padding: 66px 0 0 30px;
  line-height: 1.625;
  background: url(../img/top/search_area/pkg_onpar_bg_sup.jpg) left top no-repeat #fff;
}
.p_search_area .search_sup .search_item_sup .text {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
.p_search_area .search_sup .search_item_sup .text span {
  color: #333;
  display: inline-block;
  font-size: 0.8125em;
  font-weight: normal;
}
.p_search_area .search_sup .search_item_small {
  margin: 10px 10px 0 0;
  float: left;
}
.p_search_area .search_sup .search_item_small a {
  position: relative;
  display: block;
  width: 140px;
  height: 85px;
  padding: 22px 0 0 0;
  text-align: center;
  font-size: 0.9375em;
  background: #fff;
  background: url(../img/top/search_area/bg_search_item_small_sup.gif) left top no-repeat #fff;
}
.p_search_area .search_sup .search_item_small a:hover:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  border: 2px solid #ff9933;
}
.p_search_area .search_sup .search_item_small .text {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.625;
}
.p_search_area .search_sup .search_item_small .text span {
  color: #333;
  display: inline-block;
  font-size: 0.8667em;
  font-weight: normal;
}
.p_search_area .search_care {
  float: right;
  width: 320px;
  height: 250px;
  margin: 0 0 20px;
  padding: 15px 0 0 20px;
  border: 1px solid #fff;
  background: #d0eefc;
}
.p_search_area .search_care .search_item a {
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(68, 187, 204, 0.3);
}
.p_search_area .search_care .search_item a:hover:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  border: 2px solid #44bbcc;
}
.p_search_area .search_care .search_item_care a {
  display: block;
  width: 280px;
  height: 85px;
  padding: 18px 0 0 30px;
  line-height: 1.625;
  background: url(../img/top/search_area/pkg_onpar_bg_care.jpg) left top no-repeat #fff;
}
.p_search_area .search_care .search_item_care .text {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
.p_search_area .search_care .search_item_care .text span {
  color: #333;
  display: inline-block;
  font-size: 0.8125em;
  font-weight: normal;
}
.p_search_area .search_care .search_item_small {
  margin: 10px 11px 0 0;
  float: left;
}
.p_search_area .search_care .search_item_small a {
  position: relative;
  display: block;
  width: 86px;
  height: 85px;
  padding: 22px 0 0 0;
  text-align: center;
  font-size: 0.875em;
  background: #fff;
  background: url(../img/top/search_area/bg_search_item_small_care.gif) left top no-repeat #fff;
}
.p_search_area .search_care .search_item_small a:hover:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  border: 2px solid #44bbcc;
}
.p_search_area .search_care .search_item_small .text {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.625;
}
.p_search_area .search_care .search_item_small .text span {
  color: #333;
  display: inline-block;
  font-size: 0.8667em;
  font-weight: normal;
}
.p_search_area .search_goods {
  float: right;
  width: 320px;
  height: 155px;
  padding: 15px 0 0 20px;
  border: 1px solid #fff;
  background: #e5f2cb;
}
.p_search_area .search_goods .search_item a {
  position: relative;
  display: block;
  width: 280px;
  height: 85px;
  padding: 18px 0 0 30px;
  line-height: 1.625;
  background: url(../img/top/search_area/pkg_onpar_bg_goods.jpg) left top no-repeat #fff;
  box-shadow: 0px 0px 10px 0px rgba(153, 204, 34, 0.3);
}
.p_search_area .search_goods .search_item a:hover:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  border: 2px solid #99cc22;
}
.p_search_area .search_goods .search_item .text {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  line-height: 1.625;
  text-decoration: underline;
}
.p_search_area .search_goods .search_item .text span {
  color: #333;
  display: inline-block;
  font-size: 0.8125em;
  font-weight: normal;
}
.p_search_area .search_keyword {
  margin: 25px 0 0 0;
}
.p_search_area .search_keyword .title {
  margin: 0 0 15px;
  font-size: 1.25em;
  font-weight: bold;
}
.p_search_area .search_keyword .title .icon {
  margin: 0 10px -5px 0;
}
.p_search_area #hiddenSelect {
  display: none;
}
.p_search_area .select {
  width: 162px;
  width: 200px\9;
  padding: 0 0 0 54px;
  height: 45px;
  padding: 0 0 12px 0\9;
  line-height: 2\9;
  background-color: #f2f2f2;
  background-image: none;
  box-shadow: none;
  border: 1px solid #ccaa77;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 0.9375em;
  background: url(../img/top/search_area/arrow_keyword.gif) no-repeat 25px 18px #f4e4c3;
  vertical-align: middle;
}
.p_search_area .select-group {
  position: absolute;
  left: 0;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
  height: 45px;
  background-color: #f2f2f2;
  cursor: pointer;
  border-radius: 0;
}
.p_search_area .select-group:hover {
  background-color: #e6e5e5;
}
.p_search_area select::-ms-expand {
  display: none;
}
.p_search_area input[type="text"]:focus {
  outline: none;
  background-color: #9e2925a;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .p_search_area .search_keyword_text:focus {
    height: 45px !important;
    border-right: none !important;
  }
}
.p_search_area .search_btn {
  background: #ff6c15;
  background: linear-gradient(to top, #ff6c15 0%, #ff9933 75%);
  cursor: pointer;
  width: 100px;
  height: 45px;
  font-size: 0.9375em;
  color: #fff;
  border: none;
  position: absolute;
  right: 0;
}
.p_search_area .search_btn:hover {
  background: #ff5a0d;
  background: linear-gradient(to top, #ff7f1f 0%, #ff5a0d 75%);
}
.p_search_area .search_keyword {
  padding-bottom: 40px;
}
.p_search_area .search_container {
  float: left;
  width: 670px;
  position: relative;
}
.p_search_area .search_keyword_text {
  position: absolute;
  margin-left: -5.5px;
  width: 69.9%;
  width: 450px\9;
  right: 44px;
  padding-left: 10px;
  padding-top: 13px\9;
  border: 1px solid #bbbbbb;
  height: 45px;
  font-size: 0.9375em;
  border: 1px solid #ccaa77;
  border-right: none;
}
.p_search_area .search_keyword_text:placeholder-shown {
  color: #bb9955;
}
.p_search_area .search_keyword_text::-webkit-input-placeholder {
  color: #bb9955;
}
.p_search_area .search_keyword_text:-moz-placeholder {
  color: #bb9955;
  opacity: 1;
}
.p_search_area .search_keyword_text::-moz-placeholder {
  color: #bb9955;
  opacity: 1;
}
.p_search_area .search_keyword_text:-ms-input-placeholder {
  color: #bb9955;
}
.p_search_area .search_keyword_text:focus {
  width: 450px\9;
}
.p_search_area #form_action　.poplink_search {
  display: none;
}

.l_feature {
  margin: 50px 0 0;
}

.p_feature .feature_list {
  *zoom: 1;
  margin: -25px 0 0 -20px;
}
.p_feature .feature_list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.p_feature .feature_item {
  float: left;
  width: 230px;
  margin: 25px 0 0 20px;
  text-align: center;
}
.p_feature .feature_item .thumb {
  margin: 0 0 10px;
}
.p_feature .feature_item .thumb img {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}
.p_feature .feature_item .thumb:hover img {
  opacity: .6;
  -ms-filter: "alpha(opacity=60)";
}
.p_feature .feature_item .name {
  display: table;
  width: 100%;
  margin: 0 0 10px;
  line-height: 1.4667;
  font-size: 0.9375em;
}
.p_feature .feature_item .name a {
  display: table-cell;
  vertical-align: middle;
}
.p_feature .feature_item .explain {
  font-size: 0.875em;
  line-height: 1.4286;
}
.p_feature .feature_item .explain .notes {
  font-size: 0.6429em;
  line-height: 1.5;
}
.p_feature .btn_more_feature {
  display: table;
  margin: 30px auto 0;
}
.p_feature .btn_more_feature a {
  cursor: pointer;
  display: inline-block;
  height: 2.4286em;
  padding: 0 1.1429em;
  border-radius: 1.1429em;
  background: #ff9933;
  font-size: 0.875em;
  color: #fff;
  line-height: 2.4286;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
}
.p_feature .btn_more_feature a:hover {
  background-color: #ff7f1f;
  color: #fff;
}

.l_recommend_contents {
  margin: 60px 0 0 0;
}

.p_recommend_contents .recommend_contents_list {
  *zoom: 1;
  margin: -35px 0 0 -30px;
}
.p_recommend_contents .recommend_contents_list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.p_recommend_contents .recommend_contents_item {
  float: left;
  width: 160px;
  margin: 35px 0 0 30px;
  text-align: center;
}
.p_recommend_contents .recommend_contents_item .thumb {
  margin: 0 0 15px;
}
.p_recommend_contents .recommend_contents_item .thumb img {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}
.p_recommend_contents .recommend_contents_item .thumb:hover img {
  opacity: .6;
  -ms-filter: "alpha(opacity=60)";
}
.p_recommend_contents .recommend_contents_item .name {
  display: table;
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
  line-height: 1.5625;
  font-size: 1em;
}
.p_recommend_contents .recommend_contents_item .name a {
  display: table-cell;
  vertical-align: middle;
}
.p_recommend_contents .recommend_contents_item .explain {
  font-size: 0.875em;
  line-height: 1.4286;
}
.p_recommend_contents .btn_more_recommend {
  display: table;
  margin: 30px auto 0;
}
.p_recommend_contents .btn_more_recommend a {
  cursor: pointer;
  display: inline-block;
  height: 2.4286em;
  padding: 0 1.1429em;
  border-radius: 1.1429em;
  background: #ff9933;
  font-size: 0.875em;
  color: #fff;
  line-height: 2.4286;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
}
.p_recommend_contents .btn_more_recommend a:hover {
  background-color: #ff7f1f;
  color: #fff;
}

.l_news {
  margin: 50px 0 0 0;
}

.p_news {
  *zoom: 1;
}
.p_news:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.p_news .news_item {
  display: table;
  width: 100%;
  margin: 15px 0 0;
  font-size: 0.875em;
}
.p_news .news_item .date {
  position: relative;
  display: table-cell;
  width: 14.2857em;
  vertical-align: middle;
}
.p_news .news_item .date:after {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 6.6667em;
  font-size: 0.8571em;
  color: #fff;
  line-height: 2.0833;
  text-align: center;
  border-radius: 0.1667em;
}
.p_news .news_item .date.cat_product:after {
  content: '商品情報';
  background: #bb9955;
}
.p_news .news_item .date.cat_campaign:after {
  content: 'キャンペーン';
  background: #ff8822;
}
.p_news .news_item .date.cat_contents:after {
  content: 'コンテンツ';
  background: #88bb11;
}
.p_news .news_item .date.cat_info:after {
  content: 'お知らせ';
  background: #229fff;
}
.p_news .detail {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 1.4286em;
}
.p_news .btn_more_news {
  display: table;
  margin: 30px auto 0;
}
.p_news .btn_more_news a {
  cursor: pointer;
  display: inline-block;
  height: 2.4286em;
  padding: 0 1.1429em;
  border-radius: 1.1429em;
  background: #ff9933;
  font-size: 0.875em;
  color: #fff;
  line-height: 2.4286;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
}
.p_news .btn_more_news a:hover {
  background-color: #ff7f1f;
  color: #fff;
}

.l_stage_guide {
  margin: 30px 0 0;
}

.p_stage_guide {
  padding: 30px 0 15px;
}
.p_stage_guide .message_stage {
  position: relative;
  z-index: 9;
  display: table;
  width: 720px;
  margin: 0 auto;
  padding: 0 45px 15px 95px;
  font-size: 0.875em;
  color: #fff;
  line-height: 1.4444;
}
.p_stage_guide .message_stage p {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.p_stage_guide .message_stage span {
  font-size: 1.2857em;
  font-weight: bold;
}
.p_stage_guide .stage_container {
  display: table;
  width: 670px;
  margin: 0 auto;
  padding: 5px 30px 25px;
  background: url(../img/common/module/season/img_season_l-20180831.gif) no-repeat 20px top #fff;
}
.p_stage_guide .message_date {
  display: table-cell;
  height: 3.2143em;
  padding: 0 0 0 70px;
  font-size: 0.875em;
  vertical-align: middle;
  line-height: 1.4444;
}
.p_stage_guide .message_date span {
  font-size: 1.2857em;
  font-weight: bold;
  color: #ff6600;
}
.p_stage_guide .notes {
  margin: 10px 30px 0;
  font-size: 0.6875em;
  text-align: right;
  color: #777;
}
.p_stage_guide.has_stage_platina {
  background: url(../img/top/stage_guide/stage_platina/bg.jpg) repeat-y top center;
}
.p_stage_guide.has_stage_platina .message_stage {
  background: url(../img/top/stage_guide/stage_platina/bg_message.jpg) no-repeat top center;
}
.p_stage_guide.has_stage_platina .stage_container {
  box-shadow: 0px 0px 6px 3px #bbaadd, 0px 0 0 0 #fff inset;
}
.p_stage_guide.has_stage_gold {
  background: url(../img/top/stage_guide/stage_gold/bg.jpg) repeat-y top center;
}
.p_stage_guide.has_stage_gold .message_stage {
  background: url(../img/top/stage_guide/stage_gold/bg_message.jpg) no-repeat top center;
}
.p_stage_guide.has_stage_gold .stage_container {
  box-shadow: 0px 0px 6px 3px #ffdd88, 0px 0 0 0 #fff inset;
}
.p_stage_guide.has_stage_silver {
  background: url(../img/top/stage_guide/stage_silver/bg.jpg) repeat-y top center;
}
.p_stage_guide.has_stage_silver .message_stage {
  background: url(../img/top/stage_guide/stage_silver/bg_message.jpg) no-repeat top center;
}
.p_stage_guide.has_stage_silver .stage_container {
  box-shadow: 0px 0px 6px 3px #99ccee, 0px 0 0 0 #fff inset;
}
.p_stage_guide.has_stage_bronze {
  background: url(../img/top/stage_guide/stage_bronze/bg.jpg) repeat-y top center;
}
.p_stage_guide.has_stage_bronze .message_stage {
  background: url(../img/top/stage_guide/stage_bronze/bg_message.jpg) no-repeat top center;
}
.p_stage_guide.has_stage_bronze .stage_container {
  box-shadow: 0px 0px 6px 3px #f9c4b0, 0px 0 0 0 #fff inset;
}
.p_stage_guide.has_stage_wellness {
  background: url(../img/top/stage_guide/stage_wellness/bg.jpg) repeat-y top center;
}
.p_stage_guide.has_stage_wellness .message_stage {
  background: url(../img/top/stage_guide/stage_wellness/bg_message.jpg) no-repeat top center;
}
.p_stage_guide.has_stage_wellness .stage_container {
  box-shadow: 0px 0px 6px 3px #9dcb78, 0px 0 0 0 #fff inset;
}

.l_favorite {
  margin: 45px 0 0;
}

.p_favorite .favorite_list {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.p_favorite .favorite_item {
  width: 100%;
  display: table;
  border-bottom: 1px solid #ddd;
}
.p_favorite .favorite_item.favorite_item_ssmn {
  background: #fcf8e2;
  background: linear-gradient(to top, #fff 40%, #fcf8e2 100%);
}
.p_favorite .favorite_item.favorite_item_nkgr {
  background: #fcf8e2;
  background: linear-gradient(to top, #fff 40%, #fcf8e2 100%);
}
.p_favorite .favorite_item.favorite_item_prpls {
  background: #ecffe5;
  background: linear-gradient(to top, #fff 40%, #ecffe5 100%);
}
.p_favorite .favorite_item.favorite_item_rj {
  background: #fff5d9;
  background: linear-gradient(to top, #fff 40%, #fff5d9 100%);
}
.p_favorite .favorite_item.favorite_item_dha {
  background: #e4f3f6;
  background: linear-gradient(to top, #fff 40%, #e2f4ff 100%);
}
.p_favorite .favorite_item.favorite_item_coq10 {
  background: #ffecd9;
  background: linear-gradient(to top, #fff 40%, #ffecd9 100%);
}
.p_favorite .favorite_item.favorite_item_lctct {
  background: #fcf8e2;
  background: linear-gradient(to top, #fff 40%, #eaf1ff 100%);
}
.p_favorite .favorite_item.favorite_item_glc {
  background: #fff1d9;
  background: linear-gradient(to top, #fff 40%, #fff1d9 100%);
}
.p_favorite .favorite_item.favorite_item_lcmr {
  background: #fcf8e2;
  background: linear-gradient(to top, #fff 40%, #fcf8e2 100%);
}
.p_favorite .favorite_item.favorite_item_omg {
  background: #ccddff;
  background: linear-gradient(to top, #fff 40%, #ccddff 100%);
}
.p_favorite .favorite_item.favorite_item_mlcl {
  background: #ffdef2;
  background: linear-gradient(to top, #fff 40%, #ffdef2 100%);
}
.p_favorite .favorite_item.favorite_item_lftg {
  background: #ffe5eb;
  background: linear-gradient(to top, #fff 40%, #ffe5eb 100%);
}
.p_favorite .favorite_item.favorite_item_clgn {
  background: #ffdef1;
  background: linear-gradient(to top, #fff 40%, #ffdef1 100%);
}
.p_favorite .favorite_item.favorite_item_maca {
  background: #f2dada;
  background: linear-gradient(to top, #fff 40%, #f2dada 100%);
}
.p_favorite .favorite_item.favorite_item_bfds {
  background: #e5f6ff;
  background: linear-gradient(to top, #fff 40%, #e5f6ff 100%);
}
.p_favorite .favorite_item.favorite_item_isfl {
  background: #e9f2da;
  background: linear-gradient(to top, #fff 40%, #e9f2da 100%);
}
.p_favorite .favorite_item.favorite_item_blbr {
  background: #e4e0ff;
  background: linear-gradient(to top, #fff 40%, #e4e0ff 100%);
}
.p_favorite .favorite_item.favorite_item_icb {
  background: #daf2e0;
  background: linear-gradient(to top, #fff 40%, #daf2e0 100%);
}
.p_favorite .favorite_item.favorite_item_prda {
  background: #cfe5d5;
  background: linear-gradient(to top, #fff 40%, #cfe5d5 100%);
}
.p_favorite .favorite_item.favorite_item_kznk {
  background: #fff4d9;
  background: linear-gradient(to top, #fff 40%, #fff4d9 100%);
}
.p_favorite .favorite_item.favorite_item_ajgy {
  background: #cfe5cf;
  background: linear-gradient(to top, #fff 40%, #cfe5cf 100%);
}
.p_favorite .favorite_item.favorite_item_tnch {
  background: #fff0d9;
  background: linear-gradient(to top, #fff 40%, #fff0d9 100%);
}
.p_favorite .favorite_item.favorite_item_aojr {
  background: #e8ffe5;
  background: linear-gradient(to top, #fff 40%, #e8ffe5 100%);
}
.p_favorite .favorite_item.favorite_item_suora {
  background: #f6ffd9;
  background: linear-gradient(to top, #fff 40%, #f6ffd9 100%);
}
.p_favorite .favorite_item.favorite_item_flvn {
  background: #ffffd9;
  background: linear-gradient(to top, #fff 40%, #ffffd9 100%);
}
.p_favorite .favorite_item.favorite_item_mlvm {
  background: #fcf8e2;
  background: linear-gradient(to top, #fff 40%, #fcf8e2 100%);
}
.p_favorite .favorite_item.favorite_item_clmg {
  background: #d9f4ff;
  background: linear-gradient(to top, #fff 40%, #d9f4ff 100%);
}
.p_favorite .favorite_item.favorite_item_gmpp {
  background: #f2e2c2;
  background: linear-gradient(to top, #fff 40%, #f2e2c2 100%);
}
.p_favorite .favorite_item.favorite_item_gmpp .name .ico_medical {
  vertical-align: middle;
  margin-left: 10px;
}
.p_favorite .favorite_item.favorite_item_evoo {
  background: #fff9bf;
  background: linear-gradient(to top, #fff 40%, #fff9bf 100%);
}
.p_favorite .favorite_item.favorite_item_skkz {
  background: #fff0d9;
  background: linear-gradient(to top, #fff 40%, #fff0d9 100%);
}
.p_favorite .favorite_item.favorite_item_kmgc {
  background: #f2d3c2;
  background: linear-gradient(to top, #fff 40%, #f2d3c2 100%);
}
.p_favorite .favorite_item.favorite_item_conoha {
  background: #fff7d9;
  background: linear-gradient(to top, #fff 40%, #fff7d9 100%);
}
.p_favorite .favorite_item.favorite_item_vitoas {
  background: #ffedd9;
  background: linear-gradient(to top, #fff 40%, #ffedd9 100%);
}
.p_favorite .favorite_item.favorite_item_nano {
  background: #e5eeff;
  background: linear-gradient(to top, #fff 40%, #e5eeff 100%);
}
.p_favorite .favorite_item.favorite_item_enherb {
  background: #ffedd9;
  background: linear-gradient(to top, #fff 40%, #ffedd9 100%);
}
.p_favorite .favorite_item.favorite_item_flrc {
  background: #fcf8e2;
  background: linear-gradient(to top, #fff 40%, #f3e7f7 100%);
}
.p_favorite .favorite_item.favorite_item_deo {
  background: #fcf8e2;
  background: linear-gradient(to top, #fff 40%, #ededed 100%);
}
.p_favorite .favorite_item.favorite_item_fage {
  background: #fcf8e2;
  background: linear-gradient(to top, #fff 40%, #e2f4ff 100%);
}
.p_favorite .favorite_item.favorite_item_sppr {
  background: #feffd9;
  background: linear-gradient(to top, #fff 40%, #feffd9 100%);
}
.p_favorite .favorite_item.favorite_item_oto_cd_s {
  background: #fcf8e2;
  background: linear-gradient(to top, #fff 40%, #fcf8e2 100%);
}
.p_favorite .favorite_item.favorite_item_oto_cd_h {
  background: #e6efff;
  background: linear-gradient(to top, #fff 40%, #e6efff 100%);
}
.p_favorite .favorite_item.favorite_item_dsbb {
  background: #feffd9;
  background: linear-gradient(to top, #fff 40%, #feffd9 100%);
}
.p_favorite .favorite_item.favorite_item_pets {
  background: #fff3bf;
  background: linear-gradient(to top, #fff 40%, #fff3bf 100%);
}
.p_favorite .favorite_item.favorite_item_peta {
  background: #d9f3ff;
  background: linear-gradient(to top, #fff 40%, #d9f3ff 100%);
}
.p_favorite .favorite_item.favorite_item_petg {
  background: #fff1d9;
  background: linear-gradient(to top, #fff 40%, #fff1d9 100%);
}
.p_favorite .img {
  display: table-cell;
  width: 180px;
  vertical-align: middle;
}
.p_favorite .detail {
  display: table-cell;
  width: 320px;
  padding: 0 25px 30px 0;
  vertical-align: top;
}
.p_favorite .detail .name {
  margin: 40px 0 0;
  font-size: 1.25em;
  font-weight: bold;
}
.p_favorite .detail .explain {
  margin: 35px 0;
  line-height: 1.5625;
}
.p_favorite .detail .price .strong {
  font-weight: bold;
}
.p_favorite .detail .price .small {
  margin: 0 0.4167em 0 0;
  font-size: 0.75em;
}
.p_favorite .detail .notes {
  margin: 0.5em 0 0;
  font-size: 0.625em;
}
.p_favorite .detail.has_tag {
  padding-top: 20px;
}
.p_favorite .detail.has_tag [class^="tag_"] {
  display: inline-block;
  width: 5em;
  font-size: 0.8125em;
  color: #fff;
  line-height: 1.9231;
  text-align: center;
  border-radius: 0.2308em;
}
.p_favorite .detail.has_tag .tag_large {
  background: #ff9933;
}
.p_favorite .detail.has_tag .tag_free {
  background: #33bbff;
}
.p_favorite .detail.has_tag .name {
  margin: 20px 0;
}
.p_favorite .detail.has_tag .explain {
  margin: 20px 0;
}
.p_favorite .cart_in {
  display: table-cell;
  vertical-align: top;
  padding: 30px 30px 0 0;
  font-size: 0.9375em;
}
.p_favorite .cart_in .select_list {
  *zoom: 1;
  width: 200px;
}
.p_favorite .cart_in .select_list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.p_favorite .cart_in .select_item {
  border-radius: 3px;
  border: 1px solid #ccc;
  height: 40px;
}
.p_favorite .cart_in .select_course {
  width: 200px;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
}
.p_favorite .cart_in .decision_course {
  display: inline-block;
  width: 200px;
  margin: 15px 0 10px;
  padding: 0 0 0 30px;
  text-align: right;
}
.p_favorite .cart_in .select_amount {
  width: 55px;
  margin: 0 5px 0 0;
  padding: 0 0 0 15px;
}
.p_favorite .cart_in .select_cycle {
  float: right;
  width: 105px;
  margin: 0 0 0 14px;
  padding: 0 0 0 10px;
}
.p_favorite .cart_in .decision_cycle {
  display: inline-block;
  display: block;
  line-height: 2.6667;
}
.p_favorite .cart_in .btn_cart_in a {
  background: #ff6200;
  background: linear-gradient(to top, #ff6200 20%, #ff7700 50%);
  position: absolute;
  display: block;
  width: 200px;
  height: 50px;
  margin: 30px auto 0;
  padding: 15px 0 0 55px;
  font-size: 0.9333em;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 0px #ffaa33;
}
.p_favorite .cart_in .btn_cart_in a:hover {
  background: #ff4800;
  background: linear-gradient(to top, #ff5700 20%, #ff4800 50%);
}
.p_favorite .cart_in .btn_cart_in a .icon {
  position: absolute;
  top: 10px;
  left: 12px;
}
.p_favorite .btn_more_favorite {
  display: table;
  margin: 30px auto 0;
}
.p_favorite .btn_more_favorite a {
  cursor: pointer;
  display: inline-block;
  height: 2.4286em;
  padding: 0 1.1429em;
  border-radius: 1.1429em;
  background: #ff9933;
  font-size: 0.875em;
  color: #fff;
  line-height: 2.4286;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
}
.p_favorite .btn_more_favorite a:hover {
  background-color: #ff7f1f;
  color: #fff;
}

.l_check {
  margin: 50px 0 0 0;
}

.p_check .slider_unit {
  position: relative;
}
.p_check .btn_slider {
  cursor: pointer;
}
.p_check .btn_prev {
  position: absolute;
  top: 65px;
  left: 0;
}
.p_check .btn_next {
  position: absolute;
  top: 65px;
  right: 0;
}
.p_check .check_list {
  width: 670px;
  margin: 0 auto;
  position: relative;
}
.p_check .check_list ul {
  margin: 0 0 0 -10px;
  *zoom: 1;
}
.p_check .check_list ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.p_check .check_item {
  float: left;
  width: 160px;
  margin: 0 0 0 10px;
}
.p_check a img {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}
.p_check a:hover img {
  opacity: .6;
  -ms-filter: "alpha(opacity=60)";
}
.p_check .thumb {
  display: table;
  width: 160px;
  height: 160px;
  border: 1px solid #ddd;
  text-align: center;
}
.p_check .thumb .img {
  display: table-cell;
  vertical-align: middle;
}
.p_check .thumb .img img {
  width: 140px;
}
.p_check .name {
  display: table;
  width: 100%;
  margin: 20px 0 0;
  height: 2.8571em;
  font-size: 0.875em;
  text-align: center;
  line-height: 1.4286;
}
.p_check .name span {
  display: table-cell;
  vertical-align: middle;
}

.l_related_products {
  margin: 50px 0 0 0;
}

.p_related_products .headline {
  padding: 30px 35px 25px 100px;
  background: url(../img/top/related_products/bg_headline.gif) no-repeat 18px center #eee5ce;
}
.p_related_products .headline span {
  font-size: 1.125em;
  font-weight: bold;
}
.p_related_products .products_list {
  *zoom: 1;
  padding: 30px 30px 30px 10px;
  background: #f9f6ee;
}
.p_related_products .products_list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.p_related_products .products_list a .thumb img {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}
.p_related_products .products_list a:hover .thumb img {
  opacity: .6;
  -ms-filter: "alpha(opacity=60)";
}
.p_related_products .products_item {
  float: left;
  width: 325px;
  margin: 0 0 0 20px;
  font-size: 0.875em;
}
.p_related_products .products_item .thumb {
  float: left;
  width: 150px;
  height: 150px;
  border: 1px solid #bb9955;
  background: #fff;
}
.p_related_products .products_item .thumb img {
  width: 150px;
  height: 150px;
}
.p_related_products .products_item span {
  display: block;
}
.p_related_products .products_item .name {
  float: left;
  width: 175px;
  padding: 15px 0 0 20px;
  line-height: 1.4286;
  text-decoration: underline;
}
.p_related_products .products_item .text {
  color: #333;
  float: left;
  width: 175px;
  padding: 15px 0 0 20px;
  line-height: 1.4286;
}

.l_popular_ranking {
  margin: 50px 0 0 0;
}

.p_popular_ranking .ranking_list {
  padding: 30px 0 0 30px;
}
.p_popular_ranking .ranking_list > ol {
  *zoom: 1;
  width: 690px;
  margin: 0 0 0 -20px;
}
.p_popular_ranking .ranking_list > ol:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.p_popular_ranking .ranking_item {
  position: relative;
  float: left;
  width: 210px;
  margin: 0 0 0 20px;
}
.p_popular_ranking .ranking_item a .thumb img {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}
.p_popular_ranking .ranking_item a:hover .thumb img {
  opacity: .6;
  -ms-filter: "alpha(opacity=60)";
}
.p_popular_ranking .ranking_item .thumb {
  display: table;
  width: 210px;
  height: 160px;
  background: #fff;
}
.p_popular_ranking .ranking_item .thumb span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.p_popular_ranking .ranking_item .thumb img {
  width: 150px;
  height: 150px;
}
.p_popular_ranking .ranking_item .name {
  display: table;
  width: 100%;
  font-size: 0.875em;
  height: 4.2857em;
}
.p_popular_ranking .ranking_item .name span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #0088ff;
  -webkit-text-decoration-skip: none;
  text-decoration: underline;
}
.p_popular_ranking .ranking_item .icon {
  position: absolute;
  top: -18px;
  left: -12px;
}
.p_popular_ranking .more {
  *zoom: 1;
  width: 100%;
  padding: 0 30px 10px 120px;
}
.p_popular_ranking .more:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.p_popular_ranking .more .text {
  float: left;
  margin: 20px 0 0 0;
}
.p_popular_ranking .more .btn_more {
  float: right;
}
.p_popular_ranking .more .btn_more a {
  position: relative;
  display: block;
  width: 260px;
  height: 50px;
  margin: 20px 0 0 0;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  color: #0088ff;
  background: #fff;
  border-radius: 25px;
}
.p_popular_ranking .more .btn_more a > span:before {
  content: "";
  margin: 0 20px -5px 0;
}
.p_popular_ranking .more .btn_more a > span:after {
  width: 8px;
  height: 14px;
  display: inline-block;
  background: url(../img/common/module/icon/icon_all.png) no-repeat;
  background-position: -80px -200px;
  content: "";
  margin: 0 0 0 20px;
}
.p_popular_ranking .more .btn_more a:hover {
  color: #fff;
  background: #0088ff;
}
.p_popular_ranking .more .btn_more a:hover > span:before {
  width: 31px;
  height: 26px;
  display: inline-block;
  background: url(../img/common/module/icon/icon_all.png) no-repeat;
  background-position: 0 -840px;
}
.p_popular_ranking .more .btn_more a:hover > span:after {
  width: 8px;
  height: 14px;
  display: inline-block;
  background: url(../img/common/module/icon/icon_all.png) no-repeat;
  background-position: -80px -160px;
}
.p_popular_ranking.has_type_male .ranking_list {
  border-top: 3px solid #b2ddff;
  background: url(../img/top/popular_ranking/male/bg_ranking_item.gif) repeat;
}
.p_popular_ranking.has_type_male .ranking_item .thumb {
  border: 1px solid #ddf1ff;
}
.p_popular_ranking.has_type_male .more {
  background: url(../img/top/popular_ranking/male/img_ribbon.gif) no-repeat 30px top #ddf1ff;
}
.p_popular_ranking.has_type_male .btn_more a {
  box-shadow: 0 0 8px 0 rgba(102, 187, 255, 0.15);
}
.p_popular_ranking.has_type_male .btn_more a > span:before {
  width: 31px;
  height: 26px;
  display: inline-block;
  background: url(../img/common/module/icon/icon_all.png) no-repeat;
  background-position: 0 -720px;
}
.p_popular_ranking.has_type_female .ranking_list {
  border-top: 3px solid #ffc5d6;
  background: url(../img/top/popular_ranking/female/bg_ranking_item.gif) repeat;
}
.p_popular_ranking.has_type_female .ranking_item .thumb {
  border: 1px solid #fee5ed;
}
.p_popular_ranking.has_type_female .more {
  background: url(../img/top/popular_ranking/female/img_ribbon.gif) no-repeat 30px top #fee5ed;
}
.p_popular_ranking.has_type_female .btn_more a {
  box-shadow: 0 0 8px 0 rgba(255, 102, 153, 0.16);
}
.p_popular_ranking.has_type_female .btn_more a > span:before {
  width: 31px;
  height: 26px;
  display: inline-block;
  background: url(../img/common/module/icon/icon_all.png) no-repeat;
  background-position: 0 -760px;
}
.p_popular_ranking.has_type_mail .ranking_list {
  border-top: 3px solid #b8efce;
  background: url(../img/top/popular_ranking/mail/bg_ranking_item.gif) repeat;
}
.p_popular_ranking.has_type_mail .ranking_item .thumb {
  border: 1px solid #d8f6e2;
}
.p_popular_ranking.has_type_mail .more {
  background: url(../img/top/popular_ranking/mail/img_ribbon.gif) no-repeat 30px top #d8f6e2;
}
.p_popular_ranking.has_type_mail .btn_more a {
  box-shadow: 0 0 8px 0 rgba(198, 225, 207, 0.75);
}
.p_popular_ranking.has_type_mail .btn_more a > span:before {
  width: 31px;
  height: 26px;
  display: inline-block;
  background: url(../img/common/module/icon/icon_all.png) no-repeat;
  background-position: 0 -800px;
}

/* Localized */