@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap");

/* =========================================================
フォントファミリー
============================================================ */
body {
  font-family: "Noto Sans JP", sans-serif;
}

/* =========================================================
レイアウト
============================================================ */
.contents {
  margin: 0 auto;
  max-width: 1100px;
}

.contents:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.news .contents,
.special .contents {
  margin-bottom: 5em;
}

@media screen and (max-width: 1366px) and (min-width: 1024px) {
  /* ウィンドウ左右枠との間隔設定 タブレット */
  .contents {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  /* ウィンドウ左右枠との間隔設定 タブレット */
  .contents {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .contents {
    max-width: 100%;
    padding: 0 1em;
  }
}

/* =========================================================
アンカーリンク
============================================================ */
a:link,
a:visited {
  color: #010101;
}

a:active,
a:hover,
a:focus {
  /*  */
}

/* =========================================================
ユーティリティークラス
============================================================ */
.block {
  display: block;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.none {
  display: none;
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

.overflowHidden {
  overflow: hidden;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.textLink {
  text-decoration: underline;
}

.red {
  color: #c63135;
}

.corporateTxtCollar {
  color: #ce4d66 !important;
}

.ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.pcNone {
  display: none;
}

.spNone {
  display: block;
}

.linkHover {
  transition: opacity 0.3s ease-in-out;
}

.linkHover:hover {
  opacity: 0.7;
}

.diff {
  color: #a1304c;
}

@media screen and (max-width: 767px) {
  .pcNone {
    display: block;
  }

  .spNone {
    display: none;
  }

  .spTextLeft {
    text-align: left;
  }
}

/* =========================================================
リスト
============================================================ */
.notes ul li::before {
  content: "※";
}

.notesSmall ul li {
  font-size: 13px;
}

.notes ul li {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .notesSmall ul li {
    font-size: 11px;
  }
}

/* =========================================================
パスワードを見ながら入力
============================================================ */
.passwordInputOuter {
  position: relative;
}

.passwordInputOuter .eyeIcon {
  background-image: url(../../images/common/icon-eye-close01.png);
  background-repeat: no-repeat;
  background-size: 24px 22px;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

.passwordInputOuter .eyeIconOpen {
  background-image: url(../../images/common/icon-eye-open01.png);
  background-size: 24px 17px;
  height: 17px;
  width: 24px;
}

@media screen and (max-width: 767px) {
  .passwordInputOuter .eyeIcon {
    background-image: url(../../images/common/sp/icon-eye-close01.png);
    background-size: 24.5px 22.5px;
    height: 22.5px;
    right: 4%;
    width: 24.5px;
  }

  .passwordInputOuter .eyeIconOpen {
    background-image: url(../../images/common/sp/icon-eye-open01.png);
    background-size: 24.5px 17px;
    height: 17px;
    width: 24.5px;
  }
}

/* =========================================================
noItem メッセージ
============================================================ */
.noItem {
  margin-top: 40px;
}

.noItem .message {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .noItem .message {
    font-size: 20px;
  }
}

.swiper-container {
  padding: 0 1px;
}

@media screen and (max-width: 767px) {
  .swiper-container {
    padding: 0;
  }
}

/* 配送ー店舗セレクト */
  .goodsIndex .storeSelect {
    margin: 20px 0 15px;
    padding: 10px;
  }
  .goodsIndex .storeSelect p {
    margin: 7px 0 12px -10px;
    font-size: 108%;
  }
  .goodsIndex .storeSelect p:before {
    content: "";
    display: inline-block;
    background-size: contain !important;
    vertical-align: middle;
    background: url(../../images/goods/goodsdetail_check.png) no-repeat;
    width: 32px;
    height: 24px;
    margin-right: 3px;
  }
  .goodsIndex .storeSelect select {
 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 10px 8px 10px 15px;
    border: 1px solid #ce4d66;
    font-size: 14px;
    letter-spacing: 2px;
    color: #ce4d66;
    background: #fff;
  }
  .goodsIndex .storeSelect20220525 select {
    padding: 10px 30px 10px 15px;
  }
  .goodsIndex .goodDetail_precheck20220525 ul {
    margin-left: 23px;
  }
  .goodsIndex .storeSelect .select {
    position: relative;
  }
  .goodsIndex .storeSelect .select::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ce4d66;
    content: "";
    height: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 1em;
    top: 45%;
    width: 0;
  }


/* =========================================================
　外商新規会員登録
============================================================ */

.gaisho .gaishoInputForm .formRadio:checked + .LabelRadioPats::after{
  background: #722C70!important;
}
.gaisho .gaishoInputForm .passwordInputOuter .eyeIconOpen{
  background-image: url(../../images/common/gaisho/icon-eye-open01.png);  
}

.gaisho .gaishoInputForm .formCheckbox + .formCheckboxParts::after{
  border-bottom: 3px solid #722C70;
  border-right: 3px solid #722C70;
}


/* =========================================================
　マイページ_外商
============================================================ */
/* オンライン会員情報の確認 */
.gaisho .passwordInputOuter .eyeIconOpen {
    background-image: url(../../images/common/gaisho/icon-eye-open01.png);
}

