@charset 'UTF-8';
* {
  -webkit-appearance: none;
}
/* iPad角丸ボタン強制解除 */
.uk-button {
  -webkit-appearance: none;
  border-radius: 0;
}
/* Ads */
.ads {
  width: 100%;
  background: #fff;
}

/** HTML5 **/
body {
  background-color: #ffffff;
  line-height: 150%;
  color: #555;
}
header {
  background-color: #ffffff;
}
pre {
  border: none;
}

/** UIKit **/
.uk-button {
  border-radius: 4px;
}
.uk-button-gray {
  background-color: #f4f4f4;
  color: #777;
  border: 1px solid #e4e4e4;
}
.uk-button-orange {
  background-color: orange;
  color: #fff;
}
.uk-badge-gold {
  background-color: gold;
}
.uk-badge-pink {
  background-color: pink;
}
ul.uk-thumbnav {
  margin: auto;
}
ul.uk-thumbnav li {
  margin: 0;
  padding: 0;
}
.uk-text-xsmall {
  font-size: 12px;
}
.uk-width-xsmall {
  width: 50px;
}
.uk-padding-xsmall {
  padding: 5px;
}
.uk-text-white {
  color: #fff;
}
.uk-text-black {
  color: #000;
}
.uk-text-gray {
  color: #e4e4e4;
}
.uk-text-darkblue {
  color: darkblue;
}
.uk-background-darkgray {
  background-color: #a5a5a5;
}
.uk-background-danger {
  background-color: #f0506e;
}
.uk-background-olive {
  background-color: olivedrab;
}
.uk-text-breakword {
  overflow-wrap: break-word;
}
.uk-button-green {
  background: green;
}
.uk-breadcrumb {
  font-size: 11px;
}

/** PK **/
.pk-font-righteous {
  font-family: "Righteous", cursive;
}
.pk-font-raleway {
  font-family: "Raleway", sans-serif;
}

h1 {
  margin-left: -50px;
}
.pk-logo {
  font-family: "Righteous", cursive;
  font-size: 30px;
  font-weight: normal;
}
.pk-logo:link,
.pk-logo:visited,
.pk-logo:hover,
.pk-logo:active {
  font-family: "Righteous", cursive;
  color: #222;
  text-decoration: none;
}
.pk-link,
a:link.pk-link,
a:visited.pk-link,
a:hover.pk-link,
.pk-link:active {
  color: #000;
  padding: 0 5px;
}
.pk-menu-link,
a:link.pk-menu-link,
a:visited.pk-menu-link,
a:hover.pk-menu-link,
.pk-link:active {
  color: #fff;
  padding: 0 5px;
}
/** MyPage **/
.pk-mypage-background {
  background-color: ghostwhite;
}
.pk-icon-link {
  color: rgb(58, 171, 210);
}
img.pk-icon-building,
img.pk-icon-home,
img.pk-icon-setting,
img.pk-icon-store,
img.pk-icon-items,
img.pk-icon-useredit,
img.pk-icon-bank,
img.pk-icon-topic,
img.pk-icon-official,
img.pk-icon-category {
  width: 32px;
  height: 32px;
}
.pk-box-status {
  display: inline-block;
  width: 120px;
  height: 40px;
  margin: 2px;
}
.pk-box-status_number-text {
  font-size: 14px;
  color: #fff;
}
.pk-box-status-text {
  font-size: 10px;
  color: #fff;
}

.pk-dropshadow {
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.1));
}

/*.pk-topbanner { margin: 0 auto; text-align: center; }*/
.pk-topbanner-comment {
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  background-image: linear-gradient(
      45deg,
      #555555 25%,
      #555555 25%,
      transparent 25%,
      transparent 75%,
      #555555 75%,
      #555555 75%
    ),
    linear-gradient(
      -135deg,
      #555555 25%,
      #555555 25%,
      transparent 25%,
      transparent 75%,
      #555555 75%,
      #555555 75%
    );
}
.pk-avatar {
  width: 60px;
  height: 60px;
}
.pk-selectstore-avatar {
  width: 40px;
  height: 40px;
}

.pk-name-link {
  font-size: 20px;
  color: #000;
  padding: 0 2px;
}
.pk-store-header {
  background-color: #e4e4e4;
}
.pk-side {
  width: 350px;
  margin: 0;
  padding: 0;
}
.pk-main {
  width: 840px;
  margin: 0;
  padding: 5px;
}
.pk-section-top-regist {
  border: 1px solid #e4e4e4;
}

/** Search **/
.pk-search {
  margin: 0;
}
/** Search Official Store **/
.pk-search-official-store-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 160px);
  grid-gap: 20px;
  margin: 0 auto;
  justify-content: center;
}
.pk-search-official-store-thumb-child {
  display: inline-block;
  width: 160px;
  height: 120px;
  padding: 2px;
}
.pk-search-official-banner-thumb {
  width: 160px;
  height: 120px;
}


.pk-keyword {
  font-size: 12px;
  font-weight: bold;
  color: blue;
  margin: 0 0 5px 0;
  padding: 5px;
}
.pk-keyword li {
  margin: 0 10px;
  padding: 2px;
}
.pk-keyword li a {
  font-size: 12px;
  color: #555;
}
/** 商品一覧 **/
ul li[uk-tab] a { font-size: 12px; }
@media (min-width: 481px) {
  .pickup-btn {
    display: block;
    width: 290px;
    color: #fff;
    background-color: pink;
    margin: 5px 0;
  }
  .send-customer-btn {
    display: block;
    width: 290px;
    color: #fff;
    background-color: orange;
    margin: 5px 0;
  }
  .twitter-btn-area {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .pickup-btn {
    display: block;
    width: 98%;
    color: #fff;
    background-color: pink;
    margin: 5px auto;
  }
  .send-customer-btn {
    display: block;
    width: 98%;
    color: #fff;
    background-color: orange;
    margin: 5px auto;
  }
  .twitter-btn-area {
    padding-left: 4px;
  }
}

/** サムネイルナビ **/
@media (min-width: 481px) {
  #slideshow-area {
    width :600px;
    height: 800px;
  }
  #slideshow {
    width: 576px;
    height: 576px;
    margin: 0 auto;
    padding: 0;
  }
  #main-image {
    width: auto;
    height: 576px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  #thumbnav {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
    border:1px solid #ffffff;
  }
}

@media (max-width: 480px) {
  #slideshow-area {
    width :400px;
    height: 540px;
  }
  #slideshow {
    width: 384px;
    height: 384px;
    margin: 0 auto;
    padding: 0;
  }
  #main-image {
    width: auto;
    height: 384px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  #thumbnav {
    display: block;
    width: 100%;
    max-width: 384px;
    margin: 0 auto;
    padding: 0;
    border:1px solid #ffffff;
  }
}
.uk-slideshow-items {
  display: block;
  height: 100%;
  margin: 0 auto;
}
.uk-slideshow-items img {
  height: 100%;
}
.uk-thumbnav {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-template-rows: auto auto;
}

@media (min-width: 481px) {
  .uk-thumbnav li {
    width: 100px;
    height: 100px;
    border:1px solid #ffffff;
  }
  .uk-thumbnav img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 480px) {
  .uk-thumbnav li {
    width: 75px;
    height: 75px;
    border:1px solid #ffffff;
  }
  .uk-thumbnav img {
    width: 75px;
    height: 75px;
  }
}

/* 商品サムネイルの最外枠 */
.pk-item {
  display: block;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 481px) {
  /* 商品サムネイルの外枠 */
  .pk-item-thumb {
    position: relative;
    width: 200px;
    height: 238px;
    max-width: 200px;
    max-height: 238px;
    text-align: center;
    margin: 5px auto;

  }
  /* 商品サムネイル画像の外枠 */
  .pk-item-thumb-image {
    width: 200px;
    height: 200px;
    max-width: 200px;
    max-height: 200px;
  }
}
@media (max-width: 480px) {
  /* 商品サムネイルの外枠 */
  .pk-item-thumb {
    position: relative;
    width: 110px;
    height: 138px;
    max-width: 110px;
    max-height: 138px;
  }
  /* 商品サムネイル画像の外枠 */
  .pk-item-thumb-image {
    width: 110px;
    height: 110px;
    max-width: 110px;
    max-height: 110px;
  }
}
/* 商品サムネイルテキストの外枠 */
.pk-item-thumb-text {
  width: 100%;
  font-size: 12px;
  word-break: break-all;
  overflow-wrap: break-word;
  text-align: left;
  padding: 2px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
/* 商品サムネイルPiCKアイコンの外枠 */
.pk-item-thumb-icon {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 20px;
  padding: 4px 2px 0 2px;
  border: 1px solid pink;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
}

/* 商品サムネイルPiCKアイコン */
a.pk-pick-icon {
  display: inline-block;
  text-decoration: none;
  color: pink;
  font-size: 28px;
  line-height: 22px;
  margin: 0;
  padding: 2px 0 0 0;
}
/*
a.pk-pick-icon2 {
  display: inline-block;
  text-decoration: none;
  color: white;
  background-color: pink;
}
*/
/* 商品サムネイルPiCKアイコン Hover */
a:hover.pk-pick-icon {
  color: pink;
}
/*
a:hover.pk-pick-icon2 {
  color: white;
}
*/

/* 商品詳細画像 */
#profile_container {
  display: flex;
  width: 100%;
  padding: 0 10px;
  vertical-align: top;
  align-items: start;
}
#profile {
  width: 100%;
  max-width: 100px;

}
#profile_name {
  padding: 0 20px;
  font-size: 20px;
  white-space: pre-wrap;
  word-break: break-all;
  overflow-wrap: break-word;
}
#profile_header {
  font-size: 14px;
  white-space: pre-wrap;
  word-break: break-all;
  overflow-wrap: break-word;
  padding-left: 20px;
}
#profile_body {
  white-space: pre-wrap;
  word-break: break-all;
  overflow-wrap: break-word;
  padding: 0 50px 10px 50px;
}
#item_detail {
  padding: 50px;
}
.pk-item-detail-image {
  width: 300px;
  height: 300px;
}

.pk-officialitemlist-thumb {
  width: 400px;
  height: 250px;
  border: 1px solid #e4e4e4;
  text-align: center;
  margin: none;
  padding: none;
}
.pk-officialitem-thumb-image {
  width: 200px;
  height: 250px;
}

.pk-storeitemlist-thumb {
  width: 400px;
  height: 250px;
  border: 1px solid #e4e4e4;
  text-align: center;
  margin: none;
  padding: none;
}
.pk-storeitem-thumb-image {
  width: 200px;
  height: 250px;
}

.pk-officialosusume-thumb-image {
  width: 100px;
}

.pk-official-header {
  width: 100%;
}

.pk-text-white,
a.pk-text-white {
  color: #fff;
}
.pk-text-darkgray,
a.pk-text-darkgray {
  color: #333;
}
.pk-text-blue,
a.pk-text-blue {
  color: #32abd2
}
.pk-text-wrap {
  height: 50px;
  white-space: pre-wrap;
  word-break: break-all;
  overflow: hidden;
}

.pk-border {
  border: 1px solid #e4e4e4;
}
.pk-border-pink {
  border: 1px solid pink;
}
.pk-border-red {
  border: 1px solid #ff0000;
}
.pk-border-blue {
  border: 1px solid #32abd2;
}
.pk-campain {
  height: 40px;
}
.pk-border-bottom {
  border-bottom: 1px solid #e4e4e4;
}


/** Store Profile **/
.pk-profile-image {
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
}
.pk-profile-image2 {
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
}
/** Official Profile **/
.pk-official-profile-image {
  width: 290px;
  height: 120px;
  max-width: 290px;
  max-height: 120px;
}
.pk-official-profile-image2 {
  width: 100px;
  height: 50px;
  max-width: 100px;
  max-height: 50px;
}
/** SelectStore Setting **/
.pk-store-setting-menu {
  background-color: #fff;
}
.pk-store-setting-main {
  background-color: ghostwhite;
  padding: 5px;
}
.pk-store-setting-title {
  background-color: #fff;
}
.pk-store-setting-button {
  background-color: #fff;
  color: lightcyan;
  border: 1px solid blue;
}
/** Store Topic **/
.pk-store-topic-header_image {
  width: 100%;
}
.pk-store-topic-header_video {
  position: relative;
  max-width: 1280px;
  max-height: 720px;
  padding-top: 56.25%;
}
.pk-store-topic-header_video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.pk-store-topic-thumb-parent {
  display: inline-flex;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.pk-topic-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 160px);
  grid-gap: 30px;
  margin: 0 auto;
  justify-content: center;
}
.pk-store-topic-thumb-child {
  display: inline-block;
  width: 160px;
  height: 190px;
  padding: 2px;
  border:1px solid #32abd2;
}
.pk-store-topic-thumb {
  width: 160px;
  height: 120px;
}
.pk-store-topic-thumb-title-area {
  width: 100%;
  height: 50px;
  font-size: 12px;
  word-break: break-all;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pk-store-topic-thumb-date-area {
  width: 100%;
  height: 20px;
  font-size: 12px;
  word-break: break-all;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pk-store-topic-thumb-prof-area {
  width: 150px;
  height: 30px;
  font-size: 12px;
}
/** PiCKUP Select Store **/
.pk-pickup-select-store-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 160px);
  grid-gap: 20px;
  margin: 0 auto;
  justify-content: center;
}
.pk-pickup-select-store-thumb-child {
  display: inline-block;
  width: 160px;
  height: 120px;
  padding: 2px;
}

/** PiCKUP Official Store **/
.pk-pickup-official-store-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 160px);
  grid-gap: 20px;
  margin: 0 auto;
  justify-content: center;
}
.pk-pickup-official-store-thumb-child {
  display: inline-block;
  width: 160px;
  height: 120px;
  padding: 2px;
}
.pk-official-banner-thumb {
  width: 100%;
  height: 75%;
}


/** PV **/
.pk-pv-bk {
  background-color: darkturquoise;
  color: #fff;
}
.pk-pv-text {
  font-size: 32px;
}
/** Banner **/
.pk-official-banner {
  height: 200px;
}


/* Google Adsense */
.ads-responsive {
  width: 320px;
  height: 100px;
}
@media (min-width: 800px) {
  .ads-responsive {
    width: 728px;
    height: 280px;
  }
}
/*
@media (min-width: 481px) and (max-width: 799px){
  .ads-responsive {
    width: 468px;
    height: 160px;
  }
}
*/

/** Side **/
.pk-side-h {
  position: relative;
  display: inline-block;
  margin: 5px 0 0 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
  border: solid 1px #555;
  box-sizing: border-box;
}
/** Circle **/
.pk-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius:50%;
  line-height:20px;
  text-align:center;
  font-size: 10px;
  background-color: gray;
  color: #fff;
}
.pk-circle-gold {
  background-color: gold;
  color: #fff;
}
.pk-circle-sliver {
  background-color: silver;
  color: #fff;
}
.pk-circle-bronze {
  background-color: #815a2b;
  color: #fff;
}
