/* Colorbox / レポートボタン */
#reportBtn a.cboxElement button {
  cursor: pointer;
}

/* 固定ヘッダー */
#fixedHeader ul li {
  float: left;
}

#fixedHeader li.topRightNavLi a {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 0 2px rgba(150, 150, 150, 0.4);
  display: block;
  -webkit-font-smoothing: antialiased;
  margin: 1px 0 0;
  padding: 5px 15px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

#fixedHeader li.topRightNavLi a:hover {
  box-shadow: 0 0 0 1px rgba(150, 150, 150, 0.2);
  padding: 6px 15px 4px;
}

#fixedHeader li.topRightNavLi.base {
  margin: 0 10px 0 0;
}

/* 共通スタイル */
body.shop {
  color: #000;
  -webkit-text-size-adjust: none;
  word-break: break-all;
}

body {
  background-color: #adc7c1;
  font-family: Lato, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body.shop .wrapper {
  margin: 0 auto 60px;
  padding: 0 10px;
}

@media (min-width: 769px) {
  body.shop .wrapper {
    width: 960px;
  }
}

body.shop #mainHeader {
  margin: 0 auto 34px;
}

body.shop #fixedHeader {
  padding: 5px 10px;
  position: fixed;
  right: 0;
  top: 0;
}

body.shop #shopHeader h1 {
  display: block;
  font-size: 30px;
  letter-spacing: 2px;
  text-align: center;
  margin: 56px 0 34px;
}

body.shop #shopHeader h1 a {
  display: inline-block;
}

body.shop #shopHeader h1 img {
  max-width: 960px;
  width: 100%;
  vertical-align: top;
}

body.shop #shopHeader nav {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  margin: 0 7px;
}

body.shop #shopHeader nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

body.shop #shopHeader nav ul li {
  display: block;
  width: max(33%, min(33%));
  height: 40px;
  line-height: 20px;
  text-align: center;
}

body.shop #shopHeader nav ul li.itemSearch {
  width: 100%;
  padding: 0 16px;
}

body.shop #shopHeader nav ul li.itemSearch form {
  box-sizing: border-box;
  border: none;
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
  width: 100%;
  height: 40px;
}

body.shop #shopHeader nav ul li.itemSearch form input {
  width: 100%;
  background-color: transparent;
  box-sizing: border-box;
  box-shadow: none;
  border: none;
  display: inline-block;
  margin: auto;
  padding: 0 0 0 8px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 20px;
}

body.shop #shopHeader nav ul li.itemSearch form .itemSearch__btn {
  background-color: transparent;
  border-style: none;
  display: block;
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: auto;
  cursor: pointer;
}

@media (min-width: 769px) {
  body.shop #shopHeader nav ul li.itemSearch form {
    width: 65px;
  }
}

body.shop #shopHeader nav ul li:hover {
  border-bottom: solid 2px #000;
  height: 38px;
}

body.shop #shopHeader nav ul li a {
  display: block;
  padding: 10px;
}

@media (min-width: 481px) {
  body.shop #shopHeader nav ul {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  body.shop #shopHeader nav ul li {
    flex: 1;
    width: auto;
  }
}

.titleForSearchResult {
  font-size: 14px;
  font-weight: 400;
  margin: -20px auto 0;
  padding: 0 0 30px;
  text-align: center;
  width: 100%;
}

@media (min-width: 769px) {
  .titleForSearchResult {
    width: 960px;
  }
}

body.shop #mainFooter {
  font-size: 11px;
  font-weight: bold;
  margin: 60px auto 100px;
}

body.shop #mainFooter .footerMenu ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

body.shop #mainFooter .footerMenu ul li {
  width: 100%;
  margin-bottom: 16px;
  color: #808080;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
}

body.shop #mainFooter .footerMenu li.boxRight > div {
  display: flex;
  justify-content: center;
}

body.shop #mainFooter .footerMenu .twitter {
  margin: 0 0 0 8px;
}

@media (min-width: 769px) {
  body.shop #mainFooter .footerMenu ul {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  body.shop #mainFooter .footerMenu ul li {
    width: auto;
    margin-right: 16px;
  }

  body.shop #mainFooter .footerMenu li.boxRight {
    flex: 1;
  }

  body.shop #mainFooter .footerMenu li.boxRight > div {
    justify-content: flex-end;
  }
}

.pinnedBlog {
  padding: 0 0 34px;
}

.pinnedBlog .pinnedBlog_title {
  font-size: 12px;
  text-align: center;
}

.pinnedBlog .pinnedBlog_title::before {
  content: "\e919";
  font-family: "shopicon";
  padding: 0 5px 0 0;
}

.pinnedBlog .pinnedBlog_title a {
  color: inherit;
  display: inline;
}

.publish_date.blog_pinned::before {
  content: "\e929";
  font-family: "shopicon";
  padding: 0 2px 0 0;
}

/* ============================================
   トップページスタイル
   ============================================ */
body#shopTopPage .itemList {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 481px) and (max-width: 768px) {
  body#shopTopPage .item {
    width: calc(33% - 4px);
  }
}

@media (min-width: 769px) {
  body#shopTopPage .itemList {
    padding-right: calc(106 / 1400 * 100vw);
  }

  body#shopTopPage .item {
    width: 210px;
  }

  body#shopTopPage .item {
    width: calc(100% / 3);
    margin-top: calc(75 / 1400 * 100vw);
  }
}

body#shopTopPage .item .itemTitle {
  margin: calc(20 / 1400 * 100vw) 0 calc(8 / 1400 * 100vw);
  text-align: center;
}

body#shopTopPage .item:hover .itemImg {
  opacity: 0.8;
}

body#shopTopPage .item .itemImg a {
  display: block;
  position: relative;
  height: calc(200 / 1400 * 100vw);
}

body#shopTopPage .item .itemImg img.image-resize {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body#shopTopPage .item .itemImg a .soldout_cover {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  filter: alpha(opacity=80);
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  zoom: 1;
  padding-top: calc(50 / 1400 * 100vw);
}

body#shopTopPage .item .itemImg a .soldout_cover p {
  color: #ed4242;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

body#shopTopPage .item .itemDetail .itemPrice {
  letter-spacing: 1px;
  text-align: center;
}

body#shopTopPage .item .itemDetail .discountPrice {
  color: #e75c5c;
  margin: 0;
}

body#shopTopPage .item .itemDetail .discountPrice__ratio {
  border: 1px solid #e75c5c;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  margin-right: 5px;
  padding: 0 5px;
}

body#shopTopPage .item .itemDetail .discountPrice__calcPrice {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.8;
  white-space: nowrap;
}

body#shopTopPage .item .comingSoon {
  color: #11beae;
  font-size: 14px;
  margin-top: 8px;
}

body#shopTopPage .item .preOrder,
body#shopTopPage .item .lottery,
body#shopTopPage .item .takeout,
body#shopTopPage .item .community {
  border: 1px solid #252525;
  border-radius: 2px;
  color: #252525;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 6px;
  margin-top: 6px;
}

body#shopTopPage .item .community {
  background-color: #f2bb31;
  border: 1px solid #f2bb31;
  color: #fff;
}

/* ============================================
   商品詳細ページスタイル
   ============================================ */
body#shopDetailPage #mainContent {
  background-color: #fff;
  margin-bottom: 50px;
}

body#shopDetailPage .itemImg {
  display: flex;
  height: calc(100vw - 80px);
}

body#shopDetailPage .itemImgSlide {
  flex: 1;
}

body#shopDetailPage #slideImg .imgBox {
  border-radius: 10px;
  text-align: center;
}

body#shopDetailPage #slideImg .imgBox img {
  width: 100%;
  vertical-align: middle;
}

body#shopDetailPage #slideImg .imgBox img.label_image {
  width: auto;
}

body#shopDetailPage #slideImgPager {
  float: left;
  overflow: hidden;
  padding: 0 0 0 10px;
  width: 64px;
}

body#shopDetailPage #slideImgPager li + li {
  margin-top: 10px;
}

body#shopDetailPage #slideImgPager .smallImgBox {
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
}

body#shopDetailPage #slideImgPager .smallImgBox img {
  max-height: 64px;
  max-width: 64px;
  vertical-align: middle;
}

body#shopDetailPage #slideImgPager .mCSB_inside > .mCSB_container {
  margin: 0;
}

body#shopDetailPage #mainContent .purchase {
  border-bottom: dotted 1px #000;
  border-top: dotted 1px #000;
  box-sizing: border-box;
}

body#shopDetailPage header h1.itemTitle {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 32px;
}

body#shopDetailPage #purchase_form {
  color: #000;
  margin-bottom: 35px;
}

body#shopDetailPage #purchase_form select {
  cursor: pointer;
}

body#shopDetailPage #purchase_form #purchaseSelect {
  margin: 0;
}

body#shopDetailPage #purchase_form .purchaseElement {
  margin: 5px 0 15px;
  overflow: hidden;
}

body#shopDetailPage #purchase_form input,
body#shopDetailPage #purchase_form select {
  width: 100%;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

body#shopDetailPage #purchase_form #itemSelect input::placeholder {
  font-size: 14px;
  color: #cccccc;
}

body#shopDetailPage #purchase_form label {
  font-size: 14px;
  margin: 16px 0 8px 0;
  line-height: 1em;
  display: block;
}

body#shopDetailPage #purchase_form .itemOptionElement,
#variationSelectWrap {
  max-width: 100%;
}

body#shopDetailPage #purchase_form .itemOption__caption {
  font-size: 12px;
  margin: 8px 0 8px 0;
  line-height: 1.5em;
  display: block;
}

body#shopDetailPage #purchase_form .itemOption__bottomCaptionBlock {
  overflow: hidden;
}

body#shopDetailPage #purchase_form .itemOption__caption--error {
  float: left;
  font-size: 12px;
  line-height: 1em;
  display: block;
  color: #f07f7f;
  transform-style: preserve-3d;
}

body#shopDetailPage #purchase_form .itemOption__count {
  float: right;
  font-size: 12px;
  line-height: 1em;
  display: block;
  color: #777777;
}

body#shopDetailPage #purchase_form .itemOption__count--error {
  color: #f07f7f;
}

body#shopDetailPage #purchase_form #itemSelect .itemOption__input[data-dirty="true"][data-has-error="true"] {
  border: #f07f7f 1px solid;
}

body#shopDetailPage #purchase_form #itemSelect select.itemOption__select,
body#shopDetailPage #purchase_form #itemSelect #valiationSelect,
body#shopDetailPage #purchase_form #itemSelect #amountSelect {
  height: auto;
  white-space: normal;
  max-width: 100%;
  min-height: 2.1em;
  appearance: none;
  padding-right: 1em;
  line-height: initial;
  background-repeat: no-repeat;
  background-position: right 0.35em center;
}

body#shopDetailPage #purchase_form #amountSelect {
  width: auto;
  max-width: 375px;
}

body#shopDetailPage #purchase_form .purchaseElement label {
  color: #000;
  font-size: 14px;
  margin-right: 10px;
}

body#shopDetailPage .report {
  text-align: left;
}

body#shopDetailPage .report a {
  color: #aaa;
  display: block;
  font-size: 11px;
  margin-right: 15px;
  padding-top: 3px;
  text-align: right;
}

body#shopDetailPage .report a:hover {
  text-decoration: underline;
}

body#shopDetailPage .itemPrice h2 {
  color: #262626;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 30px 0;
  text-align: left;
}

body#shopDetailPage .itemPrice .discountPrice__default {
  color: #666;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  margin-right: 10px;
  text-decoration: line-through;
  vertical-align: top;
}

body#shopDetailPage .itemPrice .discountPrice__ratio {
  border: 1px solid #e75c5c;
  color: #e75c5c;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding: 0 5px;
  vertical-align: top;
}

body#shopDetailPage .itemPrice .discountPrice__calcPrice {
  color: #e75c5c;
  display: block;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px 0 0;
}

body#shopDetailPage .purchase .itemPrice_soldout {
  margin-top: 25px;
}

body#shopDetailPage .purchase .itemPrice_soldout h2 {
  display: block;
  margin: 0;
  text-decoration: line-through;
}

body#shopDetailPage .purchase .itemPrice_soldout > span {
  color: #ed4242;
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
}

body#shopDetailPage .purchase .comingSoon {
  color: #11beae;
  font-size: 19px;
  margin: 0 0 20px;
}

body#shopDetailPage .preOrder,
body#shopDetailPage .lottery,
body#shopDetailPage .takeout,
body#shopDetailPage .community {
  margin: 16px 0;
}

body#shopDetailPage .preOrder__label,
body#shopDetailPage .lottery__label,
body#shopDetailPage .takeout__label {
  border: 1px solid #252525;
  border-radius: 2px;
  color: #252525;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 6px 4px;
  margin: 0 0 4px 0;
}

body#shopDetailPage .preOrder__data,
body#shopDetailPage .lottery__data {
  font-size: 12px;
  color: #252525;
}

body#shopDetailPage .takeout .takeout__data {
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

body#shopDetailPage .lottery > * {
  margin-bottom: 8px;
}

body#shopDetailPage #itemAttention {
  color: #868686;
  font-size: 13px;
  line-height: 2em;
  margin-bottom: 25px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body#shopDetailPage #itemAttention .attention a {
  color: #868686;
}

body#shopDetailPage #itemAttention .attention a:hover {
  text-decoration: underline;
}

body#shopDetailPage #itemAttention .attention.deliveryShortestDay {
  border: 1px solid #11beae;
  border-radius: 2px;
  color: #11beae;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 25px;
  padding: 5px;
  width: 100%;
  text-align: center;
}

body#shopDetailPage #itemAttention .attention.free {
  font-weight: bold;
}

body#shopDetailPage #itemAttention .attention.free .free__text {
  color: #11beae;
  font-weight: bold;
}

body#shopDetailPage #itemAttention .takeout__text {
  color: #252525;
  cursor: pointer;
  font-weight: bold;
  margin: 0 3px;
  text-decoration: underline;
}

body#shopDetailPage #itemAttention .attention.salesPeriod--term {
  background: #ceefeb;
  border: 1px solid #11beae;
  color: #11beae;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 36px;
  padding: 10px;
}

body#shopDetailPage #itemAttention .attention.salesPeriod--willStart {
  background: #ceefeb;
  border: 1px solid #11beae;
  color: #11beae;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 30px;
  padding: 10px;
  text-align: center;
}

body#shopDetailPage #itemAttention .attention.salesPeriod--finish {
  border: 1px solid #999;
  color: #999;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 36px;
  padding: 10px;
  text-align: center;
}

body#shopDetailPage .itemDescription {
  margin: 60px 7px 24px 0;
}

body#shopDetailPage .itemDescription p {
  line-height: 24px;
}

body.shop #embedded-tag {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  padding: 20px 0 0;
}

body#shopDetailPage #embedded-tag p {
  color: #000;
  margin: 0 0 5px;
}

body#shopDetailPage #embedded-tag textarea {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  color: #838383;
  padding: 5px;
  width: 100%;
}

body#shopDetailPage #purchase_form .purchaseButton {
  margin: 30px 0 0;
  text-align: center;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn {
  background: #000;
  border: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: bold;
  outline: none;
  padding: 10px 0 7px !important;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  width: 100%;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--outOfStock {
  color: #fff;
  background: #888;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn:hover {
  cursor: pointer;
  opacity: 0.7;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--comingSoonStay:disabled {
  cursor: not-allowed;
  opacity: 1;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--comingSoonStay {
  background: #eeeeee;
  color: #999999;
  cursor: not-allowed;
  opacity: 1;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--notApplying:disabled {
  cursor: not-allowed;
  opacity: 1;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn:disabled {
  background: #eeeeee;
  color: #999999;
  cursor: not-allowed;
  opacity: 1;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn--disabled {
  background: #eeeeee;
  color: #999999;
  cursor: not-allowed;
  opacity: 1;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn:disabled:hover {
  opacity: 1;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn--disabled:hover {
  opacity: 1;
}

body#shopDetailPage .shareButtons {
  display: flex;
  align-items: baseline;
}

body#shopDetailPage .shareButtons > div {
  margin-right: 4px;
}

@media (min-width: 769px) {
  body#shopDetailPage #mainContent {
    padding: 80px 65px;
    width: 830px;
  }

  body#shopDetailPage #mainContent .item {
    float: left;
    position: relative;
    width: 493px;
  }

  body#shopDetailPage #mainContent .purchase {
    margin: 0 0 0 520px;
    width: 280px;
  }

  body#shopDetailPage header h1.itemTitle {
    font-size: 27px;
    margin-bottom: 55px;
  }

  body#shopDetailPage #mainContent .item .itemImg {
    height: 400px;
  }

  body#shopDetailPage #mainContent .item .itemImgSlide {
    float: left;
    width: 400px;
  }

  body#shopDetailPage #mainContent .item .bx-wrapper {
    float: left;
    width: 400px;
  }

  body#shopDetailPage #slideImg .imgBox {
    border-radius: 10px;
    height: 400px;
    line-height: 400px;
    text-align: center;
    width: 400px;
  }

  body#shopDetailPage #slideImg .imgBox img {
    max-height: 400px;
    max-width: 400px;
    vertical-align: middle;
    object-fit: contain;
  }

  body#shopDetailPage #slideImgPager {
    float: left;
    height: 400px;
    overflow: hidden;
    padding: 0 0 0 10px;
    width: 83px;
  }
}

#widget {
  margin: 0 !important;
}

#reportBtn {
  padding-bottom: 20px;
}

#twitter-widget-0 {
  width: 75px;
}

#twitter-widget-1 {
  width: 75px;
}

body.shop #mainFooter .footerMenu li .fb-like {
  margin-top: -5px;
}

/* ============================================
   アバウトページ・お問い合わせページスタイル
   ============================================ */
.main {
  background: #fff;
  height: auto;
  margin: 0 auto;
  text-align: left;
  width: 960px;
}

.main #about {
  color: #535353;
  margin: 0 auto;
  padding: 85px 0;
  width: 820px;
}

.main #about h2 {
  color: #000;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 24px;
  text-align: left;
  text-transform: uppercase;
}

@media (min-width: 769px) {
  .main #about h2 {
    font-size: 34px;
    margin-bottom: 60px;
  }
}

.main #about h3 {
  font-size: 28px;
}

.main #about p {
  font-size: 14px;
  line-height: 1.6em;
}

.main #about .social {
  margin: 40px 0 0;
  text-align: center;
  width: 100%;
}

.main #about .social > ul {
  display: inline-block;
}

.main #about .social ul li {
  float: left;
  margin-right: 15px;
}

.main #about .social ul li:last-child {
  margin-right: 0;
}

body.shop #mainFooter .footerMenu ul .social_btn {
  float: right;
  width: 215px;
}

body.shop #mainFooter .footerMenu ul .social_btn li {
  margin: 0;
}

body.shop #mainFooter .footerMenu ul .social_btn li.twitter {
  margin: -5px 0 0 0;
}

.inquirySection {
  padding: 60px;
}

.inquirySection h1 {
  color: #1a1a1a;
  font-size: 35px;
  letter-spacing: 3px;
  line-height: 35px;
  margin: 0 0 20px;
  text-align: left;
  text-transform: uppercase;
}

.inquirySection p {
  color: #000;
  font-size: 13px;
  line-height: 13px;
  text-align: left;
}

.inquirySection form {
  width: 100%;
}

@media (min-width: 769px) {
  .inquirySection form {
    margin: 40px auto 0;
    width: 652px;
  }
}

.inquirySection dl {
  text-align: left;
}

.inquirySection dl dt {
  color: #000;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}

.inquirySection dl dt span {
  color: #fb7c8a;
  font-size: 11px;
  line-height: 11px;
  margin-left: 5px;
  vertical-align: baseline;
}

.inquirySection dl dd {
  margin-bottom: 20px;
}

.inquirySection dl dd input {
  box-sizing: border-box;
  border: 1px solid #c4c4c4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  width: 100%;
}

.inquirySection dl dd textarea {
  box-sizing: border-box;
  border: 1px solid #c4c4c4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 135px;
  padding: 10px;
  width: 100%;
}

@media (min-width: 769px) {
  .inquirySection dl dd input {
    width: 630px;
  }

  .inquirySection dl dd textarea {
    width: 630px;
  }
}

@-moz-document url-prefix() {
  .inquirySection dl dd textarea {
    font-size: 11px;
  }
}

.inquirySection .control-panel input#buttonLeave {
  background-color: #000;
  border: none;
  color: #ccc;
  display: inherit;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  letter-spacing: 5px;
  margin: 55px auto 0;
  padding: 14px 0;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  width: 290px;
}

.inquirySection .control-panel input#buttonLeave:hover {
  cursor: pointer;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

#inquiryConfirmSection p {
  color: #000;
  font-size: 13px;
  line-height: 13px;
}

#inquiryConfirmSection dd {
  font-size: 12px;
  padding-left: 15px;
}

#inquiryCompleteSection p {
  line-height: 1.4em;
  margin: 30px 0 0;
}

#inquiryCompleteSection a {
  background-color: #000;
  color: #ccc;
  display: block;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  letter-spacing: 5px;
  margin: 35px auto 0;
  padding: 14px 0;
  text-align: center;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  width: 290px;
}

#inquiryCompleteSection a:hover {
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

@media (max-width: 769px) {
  .main,
  #privacy,
  #law {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .main #about,
  .main .inquirySection {
    width: 100%;
    padding: 0;
  }
}

body.shop #shopHeader nav ul#appsItemCategoryTag {
  display: block;
}

#appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_description {
  font-size: 13px;
}

/* ============================================
   ユーティリティクラス
   ============================================ */
.has-row-rimit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.loader-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  width: 100vw;
  position: fixed;
  background: #fff;
  z-index: 9999;
}

h2 {
  font-size: 18px;
}

#baseMenu > ul > li a {
  padding: 0;
  background-color: unset;
}

#baseMenu > ul > li a:hover {
  box-shadow: unset;
  padding: 0;
}

#amountSelect {
  margin-bottom: 0;
}

.news-date {
  font-size: 13px;
}

.news-title {
  flex: 1;
  margin-left: 15px;
}

.news-container-row {
  align-items: baseline;
  margin-top: 20px;
}

.header-top-title-sp {
  padding-top: 4px;
}

.slick-track {
  display: flex;
  align-items: baseline;
}

.c_item-image {
  max-height: unset;
  position: relative;
}

.c_item-image div {
  height: 250px !important;
}

.c_item-image.standard {
  height: 250px;
}

.c_item-title {
  line-height: 1.4 !important;
  margin-top: 10px;
}

.c_item-title.standard {
  margin-top: 20px;
}

.c_item-image img {
  height: 100%;
  max-height: unset;
}

.c_item-price {
  font-size: 14px;
}

.c_item-wrapper {
  margin-top: 75px;
}

.soldout_cover {
  position: absolute;
  background: #fff;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 600px) {
  .c_item-title {
    font-size: calc(16 / 425 * 100vw);
  }
}

/* ============================================
   トップページスタイル
   ============================================ */
body#shopTopPage .news-container {
  margin-top: 0;
}

/* ============================================
   カテゴリページスタイル
   ============================================ */
@media (max-width: 1024px) {
  body.shop section {
    margin-top: 70px;
  }
  body.shop .c_section-title {
    margin-top: 45px;
  }
  body.shop .c_item-image div {
    height: 250px !important;
  }
  body.shop .c_item-wrapper {
    margin-top: 35px;
  }
}

/* ============================================
   商品詳細ページスタイル
   ============================================ */
body#shopDetailPage .c_detail-image {
  height: 630px;
}

body#shopDetailPage .detail-item-detail-inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

body#shopDetailPage .category-lead {
  flex-grow: 1;
}

body#shopDetailPage .select-option {
  height: auto;
  background: none;
  margin-top: 0;
}

body#shopDetailPage .price-wrapper {
  align-items: end;
  justify-content: space-between;
}

body#shopDetailPage #purchase_form label {
  margin-bottom: 5px !important;
  margin-right: 5px !important;
}

body#shopDetailPage select {
  border: 1px solid rgba(176, 175, 175, 0.9019607843);
}

body#shopDetailPage .deliveryShortestDay {
  text-align: left !important;
  color: #000 !important;
  margin-bottom: 5px !important;
}

body#shopDetailPage #itemAttention {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

body#shopDetailPage .itemOption__select {
  padding: 5px;
  border-radius: 3px !important;
}

body#shopDetailPage #openIllegalReport {
  flex-grow: 1;
  text-align: right;
  font-size: 12px;
  color: #989898;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body#shopDetailPage .twitter {
  background-color: #000;
  color: #fff;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 22px;
}

body#shopDetailPage .facebook {
  background-color: #1877f2;
  color: #fff;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 22px;
}

body#shopDetailPage .fa-brands,
body#shopDetailPage .fab {
  font-size: 20px;
  margin-right: 15px;
}

body#shopDetailPage .cart-button {
  background: none;
}

body#shopDetailPage .purchaseButton {
  margin-top: 10px;
  width: 100% !important;
  height: 50px;
  background: #afb0b0;
  display: grid !important;
}

body#shopDetailPage .related-title {
  font-family: ten-mincho-text, serif;
  font-size: 16px;
  border-bottom: 1px solid #00000034;
  margin-top: 190px;
  line-height: 2;
}

body#shopDetailPage .related-item-container {
  display: flex;
  flex-wrap: wrap;
}

body#shopDetailPage ::-webkit-full-page-media,
body#shopDetailPage :future,
body#shopDetailPage :root .detail-item-detail-container {
  width: 100%;
  word-break: normal !important;
  word-wrap: break-word;
}

@media (max-width: 1024px) {
  body#shopDetailPage .c_detail-image {
    height: 270px;
  }
  body#shopDetailPage .x_purchaseForm {
    display: block;
    margin-top: 0;
  }
  body#shopDetailPage .detail-item-price {
    margin-top: 30px !important;
  }
  body#shopDetailPage #amountSelectWrap {
    display: block !important;
  }
  body#shopDetailPage .purchaseButton {
    height: 40px;
  }
  body#shopDetailPage .itemOption__select,
  body#shopDetailPage .amountSelect {
    width: fit-content !important;
  }
  body#shopDetailPage .price-span {
    font-size: 14px !important;
  }
  body#shopDetailPage .related-item-container {
    padding-bottom: 50px;
  }
  body#shopDetailPage .related-title {
    font-size: 16px;
    margin-top: 100px;
  }
  body#shopDetailPage main {
    margin-top: 100px;
  }
}

body#shopDetailPage .main-swiper__container {
  width: 65%;
}

body#shopDetailPage .swiper {
  width: 65%;
  max-width: 600px;
  margin: 0 auto;
}

body#shopDetailPage .main-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 389 / 585;
}

body#shopDetailPage .thumb-swiper {
  margin-top: 10px;
}

body#shopDetailPage .thumb-swiper .swiper-slide {
  height: 80px;
  opacity: 0.4;
  cursor: pointer;
}

body#shopDetailPage .thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

body#shopDetailPage .thumb-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  body#shopDetailPage .main-swiper__container {
    width: 100%;
  }
  body#shopDetailPage .swiper {
    width: 100%;
  }
}

/* ============================================
   アバウトページスタイル
   ============================================ */
@media (max-width: 1024px) {
  body.shop main {
    margin-top: 100px;
  }
}

/* ============================================
   お問い合わせページスタイル
   ============================================ */
body.shop .main {
  width: auto;
  display: grid;
  place-content: center;
  height: calc(100vh - 100px);
}

body.shop .inquirySection {
  padding: 0;
  width: fit-content;
}

body.shop .inquirySection h1 {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  border-bottom: 1px solid #00000034;
}

body.shop .inquirySection dl dd input,
body.shop .inquirySection dl dd textarea {
  border-radius: 0;
  width: 100%;
}

body.shop .control-panel {
  text-align: center;
}

body.shop #buttonLeave {
  background-color: #b0afafe6 !important;
  color: #fff !important;
}

body.shop #inquiryCompleteSection a {
  color: #fff !important;
  background-color: #b0afafe6 !important;
}

body.shop #inquiryCompleteSection p {
  line-height: 2em;
}

@media (max-width: 1024px) {
  body.shop .inquirySection h1 {
    margin-top: 90px;
  }
}

@media (max-width: 769px) {
  body.shop .main {
    display: block;
    height: auto;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

/* ============================================
   ブログ詳細ページスタイル
   ============================================ */
body.shop .social {
  display: none;
}

body.shop .blog_inner {
  border-bottom: none !important;
}

body.shop .blog_title h2 {
  font-size: 24px !important;
}

body.shop #about {
  width: auto !important;
}

@media (max-width: 1024px) {
  body.shop main {
    margin-top: 100px;
  }
}

/* ============================================
   特商法・プライバシーポリシーページスタイル
   ============================================ */
@media (max-width: 1024px) {
  body.shop main {
    margin-top: 100px;
  }
}

/* ============================================
   フッタースタイル
   ============================================ */
footer .footer-link {
  text-decoration: underline !important;
}

@media (max-width: 1024px) {
  footer .footer-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ============================================
   非公開ページスタイル
   ============================================ */
body.shop .loader-bg {
  display: none;
}

.NotShopPublic-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: ten-mincho-text, serif;
  font-size: 16px;
  letter-spacing: 4px;
}

.NotShopPublic-message {
  height: auto;
  margin-bottom: 20px;
}

.NotShopPubli-link a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
