/* =============================================
全体設定
============================================= */
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body, input, textarea {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
body {
  font-size: 16px;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  margin: 0;
  color: #0f0f0f;
}
img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
p {
  padding-bottom: 5px;
}
/* =============================================
ヘッダー
============================================= */
/*ヘッダーブロック*/
header {
  margin-bottom: 45px;
  max-width: 100%;
  overflow: hidden;
  /*  position: absolute;*/
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
header .container_small {
  display: flex;
  justify-content: space-between;
  aligh-items: center;
}
.head_label {
  background: #EFA380;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 5px;
}
.head_logo {
  display: inline-block;
  padding: 5px 15px 0;
  text-align: center;
  max-width: 450px;
  height: auto;
}
/*リンク*/
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
/*ナビゲーションメニュー*/
.head_navi {
  display: none;
}
nav ul {
  flex-direction: column;
}
.head_navi ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.head_navi a {
  display: block;
  padding: 5px;
  color: inherit;
  font-size: 15px;
  text-decoration: none;
}
.head_navi a:hover {
  background-color: rgba(0, 0, 0, 0.3)
}
/*ナビゲーションメニュー*/
nav {
  margin: 15px 0;
}
nav ul {
  list-style-type: none;
  padding: 0;
  color: #666;
  font-size: 14px;
  display: flex;
  justify-content: center;
}
nav li {
  padding: 0 0 0 30px;
}
.head_toggle {
  margin-right: 10px;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  font-size: 30px;
  opacity: 0.5;
  cursor: pointer;
}
.head_toggle:hover {
  opacity: 0.3;
}
/* =============================================
ピックアップ特集：アイキャッチ部分
============================================= */
.pu_eyecatch {
  margin: 50px 0;
}
.pu_eyecatch_txt {
  color: #0f0f0f;
  padding: 80px 0;
}
.pu_h2, .pu_p {
  text-align: center;
}
.pu_h2 {
  margin-bottom: 10px;
}
.pu_p {
  margin: 20px 0;
}
.pu_eyecatch_bg {
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3)), url("../img/pickup_eyecatch_bg.jpg");
  width: 100%;
  min-height: auto;
  background-size: 100%;
  background-position: top right;
  background-attachment: fixed;
}
/* =============================================
ピックアップ特集：スイッチボタン部分
============================================= */
#pu_switch {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  justify-content: center;
  overflow: hidden;
}
.pu_btn:nth-child(odd) {
  margin-right: 5px; /*奇数個目のボタンにのみ右マージン5px*/
}
.pu_btn {
  width: 45%;
  padding: 5px;
  margin: 0 0 5px 0;
  text-align: center;
  background: #EFA380;
  color: #FFF;
  border-bottom: 4px solid rgba(0, 0, 0, .2);
  border-radius: 5px;
  font-size: 0.9rem;
}
.pu_btn:hover {
  opacity: .8;
  cursor: pointer;
}
.pu_inactive {
  opacity: .5;
}
.pu_inactive:hover {
  opacity: .5;
  cursor: default;
}
/* =============================================
ピックアップ特集：コンテンツ部分
============================================= */
.pu_boxDisplay {
  display: block;
}
.pu_boxNone {
  display: none;
}
.pu_content_area {
  margin: 15px;
}
h3 {
  background: #333;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
  box-sizing: border-box;
}
/*カード型デザイン*/
.pu_item_box {
  display: flex;
  flex-direction: column;
  border: dashed 2px #808080;
  padding: 3px;
  margin: 5px 0 10px;
  width: 100%;
  box-sizing: border-box;
}
.pu_item_desc {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.pu_item_catch {
  font-size: 1.3rem;
  margin: 10px 0;
}
.pu_item_text {
  margin: 10px 0 20px;
}
.pu_item_btn {
  justify-content: center;
  width: auto;
  padding: 5px;
  margin: 15px 0 0;
  text-align: center;
  background: #FFA500;
  color: #FFF;
  border-bottom: 4px solid rgba(0, 0, 0, .2);
  border-radius: 5px;
  font-size: 1.1rem;
}
.pu_item_btn:hover {
  opacity: .8;
  cursor: pointer;
}
/*商品画像上にラベル*/
.label-new, .label_recommend {
  background: #fafafa;
  width: 250px;
  height: 250px;
  border: #eee 1px solid;
  margin: 0 auto;
  position: relative;
}
.label-new::before, .label_recommend::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 4em solid transparent;
  border-left: 4em solid #c12748; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100;
}
.label-new::after {
  content: "新商品";
  display: block;
  top: 10px;
  transform: rotate(-45deg);
  color: #fff; /* 文字色はここで変更 */
  left: 0;
  position: absolute;
  z-index: 101;
  font-size: 0.8rem;
}
.label_recommend::after {
  content: "オススメ";
  display: block;
  top: 5px;
  transform: rotate(-45deg);
  color: #fff; /* 文字色はここで変更 */
  left: 0;
  position: absolute;
  z-index: 101;
}
/*カテゴリボタン*/
.pu_cat_btn, a.pu_cat_btn, button.pu_cat_btn {
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.pu_cat_btn-wrap {
  margin: 30px 0;
  text-align: center;
}
a.pu_cat_btn-c {
  font-size: 1.2rem;
  position: relative;
  padding: 0.25rem 2rem 1.5rem 3.5rem;
  color: #fff;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}
a.pu_cat_btn-c span {
  font-size: 1.0rem;
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.2rem 0;
  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.pu_cat_btn-c span:before, a.pu_cat_btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
a.pu_cat_btn-c span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}
a.pu_cat_btn-c span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
a.pu_cat_btn-c i {
  margin-right: 1rem;
}
a.pu_cat_btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}
/* =============================================
aside:バナーエリア
============================================= */
.pu_bnr_area {
  background-color: #E5E5E5;
  width: 100%;
  min-height: auto;
}
.pu_bnr_box {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 5px;
}
.pu_bnr_item {
  justify-content: center;
  margin: 5px 0px 0px;
  width: 100%;
  height: auto;
}
.pu_bnr_item:hover {
  opacity: .8;
  cursor: pointer;
}
/* =============================================
フッター
============================================= */
footer {
  max-width: 100%;
  padding: 20px;
  text-align: center;
  background: #EFA380;
  color: #FFF;
}
footer nav {
  display: none;
}
/* =============================================
装飾のCSS
============================================= */
/*蛍光ペン（黄色）でアンダーライン*/
.marker_yellow {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
/* =============================================
タブレット版600px以上の設定
============================================= */
@media (min-width:600px) {
  /*タブレット版コンテナ*/
  .container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  /*バナーエリア*/
  .pu_bnr_area {
    padding: 30px 0;
  }
  .pu_bnr_box {
    flex-direction: row;
    margin: 0 auto;
  }
  .pu_bnr_item {
    margin: 0px 20px;
  }
  /*フッター*/
  footer li {
    color: #FFF;
  }
  footer nav {
    display: block;
  }
}
/* =============================================
PC版1100px以上の設定
============================================= */
@media (min-width:1025px) {
  .head_navi {
    display: block !important;
  }
  nav ul {
    flex-direction: row;
  }
  /*PC版ヘッダーブロック内のコンテナ*/
  header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /*PC版でnavが横並びになるように*/
  .head_navi ul {
    display: flex;
  }
  .head_toggle {
    display: none;
  }
  .head_logo {
    padding: 10px 15px 0;
  }
  nav li {
    padding: 0 0;
  }
  nav li:not(:last-child) {
    margin-right: 20px;
  }
  /*PC版コンテナ*/
  .container {
    max-width: 1280px;
  }
  .pu_eyecatch_bg {
    background-size: cover;
  }
  .pu_item_frame {
    display: flex;
    flex-direction: row;
  }
  .pu_item_box:nth-child(odd) {
    margin-right: 15px;
  }
  .pu_item_box {
    flex-direction: row;
    padding: 5px;
  }
  .pu_item_img {
    flex: 1;
    padding-top: 5px;
  }
  .pu_item_desc {
    flex: 1.2;
    padding: 5px 10px 5px;
  }
  .pu_item_catch {
    margin: 0;
  }
}