@charset "UTF-8";

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* scrollBar fix */
html {
  overflow-y: scroll;
  background-color: #EEE;
}

/*---link focus (accessibility)------------------*/
/*
a:focus,
input:focus,
img:focus {
  outline:3px solid #449cf7;
}
*/
a:hover,
input:hover {
  outline: none;
}

a:active,
input:active {
  outline: none;
}

/*---defaultStyle ------------------*/
body {
  color: #333;
  background-color: #FFF;
  line-height: 1.4;
  font-size: 14px;
  /*アクセシビリティ対応　文字サイズ変更可*/
  /*min-width: 1360px;*/
}

sup.sup-sub {
  vertical-align: sub;
}

input,
textarea,
#global_header,
#contents,
#contents_title,
#global_footer {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

#page {
  overflow: hidden;
}

strong {
  font-weight: bold;
}

/*.br_1140 {
  display: none;
}*/
@media screen and (min-width: 1024px) and (max-width: 1319px) {
  .br_1140 {
    display: block;
  }
}

/* link
----------------------------------------------------------- */
a {
  outline: none;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #DE0202;
  text-decoration: underline;
}

a:active {
  color: #333;
  text-decoration: none;
}

.page-width {
  width: 100%;
  min-width: 700px;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1320px) {
  .page-width {
    padding: 0;
  }
}

select:focus {
  border: none;
}

/* text
----------------------------------------------------------- */
.txt_red {
  color: #DE0202;
}

.txt_blue {
  color: #0b70cd;
}

.txt_pink {
  color: #e96d72;
}

.txt_green {
  color: #009933;
}

/* background
----------------------------------------------------------- */
.bg-white {
  background: #fff;
}

.bg-beige {
  background: url(../img/bg_01.png);
}

.bg-cream {
  background: #f5f3eb;
}

/* ページ下部バナーエリア */
.top_banner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  font-size: 0;
  padding: 30px 0;
}

.banner_item {
  display: inline-block;
}

.banner_item a:hover {
  opacity: 0.7;
}

/*pd-login_panel*/
.recommend-login_panel_list {
  padding: 20px 0 30px;
  font-size: 0;
}

.recommend_panel_title {
  padding-top: 30px;
  font-size: 20px;
  font-weight: bold;
}

.recommend_panel_item {
  position: relative;
  width: 320px;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 14px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.recommend-login_panel_list .recommend_panel_item:nth-child(4n) {
  margin-right: 0;
}

.recommend_panel_item-product {
  -webkit-box-shadow: 0px 0px 2px -1px black;
  box-shadow: 0px 0px 2px -1px black;
}

.recommend_panel_item_inner {
  width: 100%;
  padding: 20px 20px 40px;
}

.recommend_panel_item_title {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 5px 0;
  margin-bottom: 7px;
  border-bottom: 2px solid transparent;
}

.recommend_panel_item-product .recommend_panel_item_title {
  border-color: #d68188;
}

.recommend_panel_item_image {
  width: auto;
  height: 210px;
  border: 1px solid #e5e5e5;
  text-align: center;
}

.recommend_panel_item_title+.recommend_panel_item_image {
  margin-bottom: 10px;
}

.recommend_panel_item_image img {
  max-width: 100%;
  max-height: 100%;
}

.recommend_panel_item_contents {
  font-size: 14px;
  line-height: 1.5em;
  display: inline-block;
  padding-bottom: 30px;
  font-weight: normal;
}

.recommend_panel_item_contents li {
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  background: url(../img/recommend_check.png) no-repeat left top 2px;
}

.recommend_panel_item-product .recommend_panel_item_link {
  background: #e88a92;
}

.recommend_panel_item_link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  padding: 5px 0;
  margin: 0 auto;
  display: block;
  color: #fff;
  text-align: center;
  width: 280px;
  border-radius: 5px;
  line-height: 1em;
  cursor: pointer;
}

.recommend_panel_item-product .recommend_panel_item_link:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  background: url(../../login/img/icon_product_link.png) center center no-repeat;
}

.recommend_panel_item_link:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.panel_item_contents:nth-child(2) {
  padding-bottom: 10px;
  margin-top: 1em;
  text-align: center;
  display: block;
}


/*ぱんくずリスト*/
.breadcrumb {
  padding: 10px 0px;
  /* text-align: right; */
  text-align: left;
  font-size: 12px;
  margin-bottom: 0 !important;
  font-weight: bold !important;
}

.breadcrumb_link a {
  text-decoration: underline;
}

.breadcrumb_link:after {
  content: ">";
  margin: 0 5px;
}

/* ------------------------------------------------------------
Page Top
------------------------------------------------------------ */
#pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9000;
}