@charset "UTF-8";
/**************************************
商品詳細
**************************************/
@media (min-width: 768px) {
  .item-detail .header {
    margin-bottom: 90px; } }

.item-detail .main {
  max-width: 960px; }
  @media (min-width: 768px) {
    .item-detail .main {
      align-items: center;
      background-color: #fff;
      display: flex;
      justify-content: space-between;
      margin: 0 auto 65px;
      padding: 60px;
      width: 96%; } }
  @media (max-width: 767px) {
    .item-detail .main {
      padding-top: 48px;
      margin: 0 auto 4.2%;
      width: 100%; } }

@media (min-width: 768px) {
  .item-detail__imgbox {
    margin-left: 0 !important;
    width: 47.7%; } }

@media (max-width: 767px) {
  .item-detail__imgbox {
    margin-bottom: 5%;
    position: relative; } }

@media (min-width: 768px) {
  .item-detail__info {
    width: 44.7%; } }

@media (max-width: 767px) {
  .item-detail__info {
    padding: 0 5.3%; } }

.item-detail__head {
  color: #4d4d4d; }
  @media (min-width: 768px) {
    .item-detail__head {
      font-size: 27px;
      line-height: 1.5em;
      margin-bottom: 31px; } }
  @media (max-width: 767px) {
    .item-detail__head {
      font-size: 16px;
      font-weight: normal;
      line-height: 1.8em;
      margin-bottom: 4%; } }

@media (min-width: 768px) {
  .item-detail__price {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 16px; } }

@media (max-width: 767px) {
  .item-detail__price {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 4%;
    text-indent: -4px; } }

.item-detail__price:after {
  color: #a0a7b4;
  content: "税込";
  font-size: 12px;
  padding-left: 5px; }

.item-detail__price_sold:after {
  content: "SOLD OUT";
  font-size: 15px;
  font-weight: bold;
  padding-left: 10px;
  text-decoration: none; }
  @media (min-width: 768px) {
    .item-detail__price_sold:after {
      color: #ff7c8e; } }
  @media (max-width: 767px) {
    .item-detail__price_sold:after {
      color: #fa5171;
      display: block;
      padding-top: 10px;
      margin-bottom: 10%; } }

.item-detail__price_sold .item-detail__p-line {
  text-decoration: line-through; }

.item-detail__small {
  font-size: 11px;
  line-height: 11px; }

.item-detail__notice {
  color: #b6b6b6; }
  @media (min-width: 768px) {
    .item-detail__notice {
      font-size: 11px;
      line-height: 1.95em;
      margin-bottom: 33px; } }
  @media (max-width: 767px) {
    .item-detail__notice {
      font-size: 12px;
      line-height: 15px;
      margin-bottom: 10.5%;
      vertical-align: bottom; }
      .item-detail__notice:before {
        content: "\e88e";
        font-family: 'Material Icons';
        font-size: 15px;
        line-height: 15px; } }

.item-detail__anc {
  color: #252525; }

.item-detail__form {
  margin-bottom: 35px; }

.item-detail__form-item {
  align-items: center;
  display: flex;
  justify-content: flex-start; }
  .item-detail__form-item_mb25 {
    margin-bottom: 25px; }
  .item-detail__form-item_mb50 {
    margin-bottom: 50px; }

.item-detail__label {
  font-size: 14px;
  display: inline-block;
  width: 53px; }

.item-detail__input {
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 4px;
  color: #555;
  display: inline-block;
  height: 30px;
  min-width: 80px;
  padding: 4px 6px; }
  @media (min-width: 768px) {
    .item-detail__input {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .item-detail__input {
      font-size: 16px; } }
  .item-detail__input_nb {
    border: none; }

.item-detail__select {
  -webkit-appearance: listbox;
  -moz-appearance: listbox;
  appearance: listbox;
  min-width: 100px; }

.item-detail__submit {
  align-items: center;
  background-color: #fcee51;
  border-radius: 4px;
  color: #252525;
  display: flex;
  font-size: 14px;
  height: 48px;
  justify-content: center;
  letter-spacing: 3px;
  text-decoration: none;
  width: 100%; }

.item-detail__text {
  font-size: 14px; }
  @media (min-width: 768px) {
    .item-detail__text {
      line-height: 1.5em; }
      .item-detail__text + .item-detail__text {
        margin-top: 1em; } }
  @media (max-width: 767px) {
    .item-detail__text {
      line-height: 1.8em;
      margin-bottom: 10.3%; } }

@media (min-width: 768px) {
  .item-detail__select-btn {
    display: none; } }

@media (max-width: 767px) {
  .item-detail__select-btn {
    align-items: center;
    background-color: #f0f1f4;
    border-radius: 6px;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    height: 48px;
    justify-content: center;
    margin-bottom: 2.3%;
    position: relative;
    width: 100%; }
    .item-detail__select-btn:after {
      content: "\e313";
      font-family: 'Material Icons';
      font-weight: normal;
      font-size: 31px;
      position: absolute;
      right: 10px;
      top: calc( 50% - 15.5px); } }

@media (min-width: 768px) {
  .item-detail__cart-btn {
    display: none; } }

@media (max-width: 767px) {
  .item-detail__cart-btn {
    align-items: center;
    background-color: #252525;
    border-radius: 6px;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    height: 60px;
    justify-content: center;
    line-height: 18px;
    vertical-align: middle;
    width: 100%; }
    .item-detail__cart-btn:before {
      content: "\e8cc";
      font-family: 'Material Icons';
      font-size: 18px;
      line-height: 18px;
      margin-right: 3px; } }

@media (min-width: 768px) {
  .item-detail__request-btn {
    display: none; } }

@media (max-width: 767px) {
  .item-detail__request-btn {
    align-items: center;
    background-color: #a0a7b4;
    border-radius: 6px;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    height: 60px;
    justify-content: center;
    margin-bottom: 2.3%;
    position: relative;
    text-decoration: none;
    width: 100%; }
    .item-detail__request-btn:before {
      content: "\e159";
      font-family: 'Material Icons';
      font-size: 19px;
      font-weight: normal;
      line-height: 19px;
      margin-right: 3px; } }

.item-detail__butter-msg {
  color: #900;
  font-size: 12px;
  line-height: 15px;
  text-align: right; }

@media (min-width: 768px) {
  .slider {
    height: 400px;
    max-width: 400px;
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .slider {
    height: 0;
    position: relative;
    width: 100%; } }

.slider__container {
  height: 0;
  padding-top: 100%;
  width: 100%; }
  @media (min-width: 768px) {
    .slider__container {
      position: relative; } }
  @media (max-width: 767px) {
    .slider__container {
      left: 0;
      position: absolute;
      top: 0; } }

.slider__img {
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%; }

@media (min-width: 768px) {
  .slider__thumbs {
    display: flex; } }

@media (max-width: 767px) {
  .slider__thumbs {
    display: none; } }

.slider__thumbnail {
  background-color: transparent !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  border-radius: 0 !important;
  display: block !important;
  height: 70px !important;
  margin: 0 12px 10px 0 !important;
  width: 70px !important; }
  .slider__thumbnail:focus {
    outline: none; }

@media (min-width: 768px) {
  .slider__arrow {
    display: none; } }

@media (max-width: 767px) {
  .slider__arrow {
    background-color: rgba(0, 0, 0, 0.2);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    height: 40px;
    position: absolute;
    top: calc( 50% - 20px);
    width: 30px;
    z-index: 2; }
    .slider__arrow_l {
      background-image: url(../img/arrow_l.png);
      border-radius: 0 4px 4px 0;
      left: 0; }
    .slider__arrow_r {
      background-image: url(../img/arrow_r.png);
      border-radius: 4px 0 0 4px;
      right: 0; } }

@media (min-width: 768px) {
  .slider__fraction.swiper-pagination {
    display: none; } }

@media (max-width: 767px) {
  .slider__fraction.swiper-pagination {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    bottom: 13px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    left: 50%;
    letter-spacing: 2px;
    line-height: 24px;
    padding: 0 12px;
    transform: translateX(-50%);
    width: auto; } }

@media (min-width: 768px) {
  .sitelink {
    display: none; } }

@media (max-width: 767px) {
  .sitelink {
    border-bottom: 1px solid #f0f1f4;
    padding: 0 5.5%;
    margin-bottom: 10.7%; }
    .sitelink__anc {
      border-top: 1px solid #f0f1f4;
      color: #252525;
      display: block;
      font-size: 14px;
      padding: 19px 23px;
      position: relative;
      text-decoration: none; }
      .sitelink__anc:after {
        content: "\e315";
        color: #b3b9c3;
        font-family: 'Material Icons';
        font-size: 24px;
        font-weight: bold;
        position: absolute;
        right: -5px;
        top: calc( 50% - 13px); }
      .sitelink__anc_ship:before {
        color: #b3b9c3;
        content: "\e558";
        font-family: 'Material Icons';
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: rotateY(180deg) translate(3px, -50%); }
      .sitelink__anc_pay:before {
        align-content: center;
        background-color: #b3b9c3;
        border-radius: 50%;
        color: #fff;
        content: "￥";
        display: flex;
        font-size: 13px;
        font-weight: bold;
        height: 16px;
        left: 0;
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 16px; } }

@media (min-width: 768px) {
  .backlink {
    display: none; } }

@media (max-width: 767px) {
  .backlink {
    background-color: #a0a7b4;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 48px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 215px; } }

/**************************************
注文（スマホ用）
**************************************/
@media (min-width: 768px) {
  .sp-select {
    display: none; } }

@media (max-width: 767px) {
  .sp-select {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 100%;
    transition-duration: 0.3s;
    transition-property: top;
    width: 100%;
    z-index: 9999; } }

.sp-select[aria-hidden=false] {
  top: 0%; }

.sp-select[aria-hidden=true] {
  top: 100%; }

.sp-select__title {
  border-bottom: 1px solid #f0f1f4;
  font-size: 14px;
  line-height: 47px;
  text-align: center;
  width: 100%; }

.sp-select__ul {
  height: 100%;
  list-style-type: none;
  overflow: auto;
  padding: 0 5% 30%;
  width: 100%; }

.sp-select__li {
  align-items: center;
  border-bottom: 1px solid #f0f1f4;
  display: flex;
  padding: 5% 0;
  justify-content: space-between; }

.sp-select__text {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3em;
  width: 49.5%; }

.sp-select__btn {
  background-color: #252525;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 48px;
  width: 47.4%; }

.sp-select__small {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1em;
  padding-top: 4px; }

/**************************************
送料
**************************************/
.postage {
  height: 100%;
  left: 0;
  position: fixed;
  top: 100%;
  width: 100%;
  z-index: 9999; }
  @media (min-width: 768px) {
    .postage {
      align-items: center;
      display: flex;
      justify-content: center;
      transition-duration: 0.3s;
      transition-property: opacity; } }
  @media (max-width: 767px) {
    .postage {
      transition-duration: 0.3s;
      transition-property: top; } }
  .postage[aria-hidden=false] {
    top: 0%; }
    @media (min-width: 768px) {
      .postage[aria-hidden=false] {
        opacity: 1; } }
    .postage[aria-hidden=false] .postage__title {
      top: 0; }
  .postage[aria-hidden=true] {
    top: 100%; }
    @media (min-width: 768px) {
      .postage[aria-hidden=true] {
        opacity: 0; } }
    .postage[aria-hidden=true] .postage__title {
      top: 100%; }
  @media (max-width: 767px) {
    .postage__back {
      background-color: #fff;
      height: 64px; } }
  @media (min-width: 768px) {
    .postage__back {
      background-color: rgba(0, 0, 0, 0.5);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; } }
  .postage__container {
    background-color: #fff;
    overflow: scroll;
    padding-bottom: 50px;
    position: relative;
    z-index: 9999; }
    @media (min-width: 768px) {
      .postage__container {
        height: 95vh;
        max-height: 580px;
        max-width: 740px;
        width: 98%; } }
    @media (max-width: 767px) {
      .postage__container {
        height: 100%;
        padding: 0 4.2% 30%; } }
  .postage__title {
    border-bottom: 1px solid #F0F1F4;
    margin-bottom: 20px;
    text-align: center; }
    @media (min-width: 768px) {
      .postage__title {
        font-size: 20px;
        line-height: 68px; } }
    @media (max-width: 767px) {
      .postage__title {
        background-color: #fff;
        border-bottom: 1px solid #f0f1f4;
        font-size: 14px;
        left: 0;
        line-height: 47px;
        position: fixed;
        top: 0;
        transition-duration: 0.3s;
        width: 100%; } }
  .postage__text1 {
    font-size: 14px;
    font-weight: normal; }
    @media (min-width: 768px) {
      .postage__text1 {
        margin: 0 30px 20px; } }
    @media (max-width: 767px) {
      .postage__text1 {
        margin-bottom: 27px; }
        .postage__text1_mb {
          margin-bottom: 15px; } }
  .postage__text2 {
    color: #333;
    font-size: 16px;
    font-weight: bold; }
    @media (min-width: 768px) {
      .postage__text2 {
        border-bottom: solid 1px #ccc;
        margin: 0 30px 8px; } }
    @media (max-width: 767px) {
      .postage__text2 {
        margin-bottom: 3px; } }
  .postage__text3 {
    font-size: 14px; }
    @media (min-width: 768px) {
      .postage__text3 {
        font-weight: bold;
        margin: 0 30px 20px; } }
    @media (max-width: 767px) {
      .postage__text3 {
        line-height: 1.4em;
        margin-bottom: 17px; } }
  .postage__ul {
    list-style-type: none;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 768px) {
      .postage__ul {
        background: url(../img/map.png) no-repeat 170px 35px;
        background-size: 50%;
        height: 485px;
        width: 663px; } }
    @media (max-width: 767px) {
      .postage__ul {
        border-top: solid 1px #f0f1f4;
        padding-top: 2.3%; } }
  @media (max-width: 767px) {
    .postage__area {
      display: none; } }
  .postage__li {
    font-size: 12px;
    font-weight: bold; }
    @media (min-width: 768px) {
      .postage__li {
        position: absolute; }
        .postage__li_hokkai {
          color: #e28888;
          right: 0;
          top: 50px; }
        .postage__li_tohoku {
          color: #E2B788;
          right: 0px;
          top: 115px; }
        .postage__li_kanto {
          bottom: 0;
          color: #ABE288;
          right: 130px; }
        .postage__li_sinetu {
          color: #DEE288;
          left: 260px;
          top: 0; }
        .postage__li_hokrik {
          color: #88E2C4;
          left: 0;
          top: 0; }
        .postage__li_tokai {
          bottom: 0;
          color: #88E292;
          right: 0; }
        .postage__li_kinki {
          bottom: 0;
          color: #88D1E2;
          left: 270px; }
        .postage__li_chugok {
          color: #9B88E2;
          left: 130px;
          top: 0; }
        .postage__li_sikoku {
          color: #88A1E2;
          left: 0;
          top: 135px; }
        .postage__li_kyushu {
          bottom: 0;
          color: #C788E2;
          left: 0; }
        .postage__li_okinaw {
          bottom: 0;
          color: #E288D1;
          left: 130px; } }
    @media (max-width: 767px) {
      .postage__li {
        border-bottom: solid 1px #f0f1f4;
        margin-bottom: 2.3%; } }
  .postage__list {
    list-style-type: none; }
    @media (max-width: 767px) {
      .postage__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; } }
  .postage__data {
    color: #252525;
    display: flex;
    justify-content: space-between;
    line-height: 15px; }
    @media (min-width: 768px) {
      .postage__data {
        background-color: #eee;
        font-size: 13px;
        padding: 5px;
        width: 120px; } }
    @media (max-width: 767px) {
      .postage__data {
        background-color: #f0f1f4;
        font-size: 14px;
        margin-bottom: 2.3%;
        padding: 8px;
        width: 48.7%; } }
  @media (max-width: 767px) {
    .postage__pref {
      font-weight: normal; } }
  @media (min-width: 768px) {
    .postage__price:after {
      content: "円"; } }
  @media (max-width: 767px) {
    .postage__price:before {
      content: "￥"; } }
  .postage__close {
    height: 40px;
    opacity: 1;
    position: absolute;
    width: 40px;
    z-index: 9999; }
    @media (min-width: 768px) {
      .postage__close {
        background-color: #f2f2f2;
        border-radius: 50%;
        left: calc( 50% + 350px);
        top: calc( 50% - 309px);
        transition-duration: 0.3s; }
        .postage__close:hover {
          opacity: 0.5; } }
    @media (max-width: 767px) {
      .postage__close {
        right: 4px;
        top: 4px; } }
    .postage__close:focus {
      outline: none; }
    .postage__close-hr {
      border: none;
      content: "";
      display: block;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%) rotate(45deg); }
      @media (min-width: 768px) {
        .postage__close-hr {
          background-color: #919191;
          height: 5px;
          width: 55%; } }
      @media (max-width: 767px) {
        .postage__close-hr {
          background-color: #252525;
          height: 2px;
          width: 50%; } }
      .postage__close-hr:first-child {
        transform: translate(-50%, -50%) rotate(45deg); }
      .postage__close-hr:last-child {
        transform: translate(-50%, -50%) rotate(-45deg); }

/*# sourceMappingURL=shop.css.map */