@charset "UTF-8";
/*---------------------------------------
	common.scss
---------------------------------------*/
/*---------------------------------------
	_common-base.scss
---------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: none;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
}

body {
  line-height: 1;
}

header, footer, main, section, article, aside, nav, figcaption, figure {
  display: block;
}

h1, h2, h3, h4, h5, h6, div, img, a, p, span, strong, em, address, iframe,
header, footer, section, article, nav, aside, figure, figcaption,
ol, ul, li, dl, dt, dd, table, tr, th, td {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  word-wrap: break-word;
  word-break: break-all;
  text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
}

a, a:link, a:visited, a:hover, a:active {
  /*	text-decoration: none;*/
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

table, tr, th, td {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="test"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="datetime"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],
input[type="range"],
input[type="color"],
input[type="checkbox"],
input[type="file"],
input[type="submit"],
input[type="image"],
input[type="reset"],
input[type="button"],
button,
textarea,
select {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  border-radius: 0;
  overflow: visible;
  text-transform: none;
}

select::-ms-expand {
  display: none;
}

menu {
  margin: 0;
  padding: 0;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

/*---------------------------------------
	_common-style.scss
---------------------------------------*/
@font-face {
  font-family: "NotoSansCJKjp-Thin";
  src: url("../../font/NotoSansCJKjp-Thin_min.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "NotoSansCJKjp-Light";
  src: url("../../font/NotoSansCJKjp-Light_min.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../../font/NotoSansCJKjp-Regular_min.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../../font/NotoSansCJKjp-Medium_min.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../../font/NotoSansCJKjp-Bold_min.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "NotoSansCJKjp-Black";
  src: url("../../font/NotoSansCJKjp-Black_min.woff") format("woff");
  font-weight: 900;
}
@font-face {
  font-family: "swatchit";
  src: url("../../font/swatchit_min.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "centurygothic";
  src: url("../../font/centurygothic_min.woff") format("woff");
  font-weight: normal;
}
html {
  font-size: 62.5%;
}

body {
  font-family: "NotoSansCJKjp-Regular", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  position: relative;
}

a, button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

.inner {
  position: relative;
  margin: auto;
  width: 90%;
  max-width: 1536px;
}

.replaceText {
  text-indent: 110% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

@media screen and (min-width: 1024px) {
  .show-pc {
    display: block;
  }

  .show-mb, .show-tb, .show-sp {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .show-mb {
    display: block;
  }

  .show-pc {
    display: none;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .show-tb {
    display: block;
  }

  .show-pc {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .show-sp {
    display: block;
  }

  .show-pc {
    display: none;
  }
}
.header {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 100;
  background: #202121;
}

.headerLogo a img {
  width: auto;
  min-height: 40px;
  height: 3.2vw;
}

.headerNavi {
  display: flex;
  align-items: center;
  margin-left: auto;
  height: 100%;
}
.headerNavi_main {
  display: flex;
}
.headerNavi_main_btn a img {
  width: auto;
  min-height: 30px;
  height: 2.4vw;
}
.headerNavi_main_btn.headerNavi_main_btn-brand {
  margin-right: 2vw;
}

.megaMenuContent {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../../img/common/common_bg.jpg) no-repeat center top;
  background-size: cover;
  z-index: 500;
  padding: 5vw 0 6vw;
}
.megaMenuContent_brandWrap {
  width: 80%;
  max-height: 25vw;
  margin: auto;
  overflow-x: hidden;
  overflow-y: hidden;
}
.megaMenuContent_brand {
  width: 82vw;
  max-height: 25vw;
  padding-right: 2vw;
  overflow-y: scroll;
}
.megaMenuContent_brand_btn {
  width: 100%;
  height: 9vw;
  background: #202121;
  border: 2px solid #333;
}
.megaMenuContent_brand_btn:not(:first-child) {
  margin-top: 1.4vw;
}
.megaMenuContent_brand_btn a {
  color: #fff;
  justify-content: flex-start;
  padding-left: 4vw;
  position: relative;
}
.megaMenuContent_brand_btn a::before {
  content: "";
  position: absolute;
  right: 0.5vw;
  bottom: 0.5vw;
  width: 0;
  height: 0;
  border-color: #fff;
  border-bottom: 0.6vw solid #fff;
  border-left: 0.6vw solid transparent;
  border-right: 0.6vw solid #fff;
  border-top: 0.6vw solid transparent;
}
.megaMenuContent_brand_btn a span {
  display: block;
}
.megaMenuContent_brand_btn a span.en {
  font-family: "swatchit";
  font-size: 62px;
  font-size: 3.22917vw;
  letter-spacing: 3px;
  letter-spacing: 0.15625vw;
}
.megaMenuContent_brand_btn a span.jp {
  font-family: "NotoSansCJKjp-Bold";
  font-size: 20px;
  font-size: 1.04167vw;
  letter-spacing: 1.5px;
  letter-spacing: 0.07813vw;
  margin-left: 3vw;
}

.footer {
  background: #f5f5f5;
}

.footer_guide {
  padding: 2.4vw 0 3vw;
}

.shoppingGuide {
  display: flex;
  width: 90%;
  max-width: 1536px;
  margin: auto;
}
.shoppingGuide_item {
  width: 100%;
  padding: 1.4vw 0vw 1.4vw 2.4vw;
}
.shoppingGuide_item_title {
  margin-bottom: 1.6vw;
  font-family: "NotoSansCJKjp-Bold";
  font-size: 20px;
  font-size: 1.04167vw;
  letter-spacing: 1px;
  letter-spacing: 0.05208vw;
}

.shoppingGuide-postage_title {
  font-size: 26px;
  font-size: 1.35417vw;
  letter-spacing: 3px;
  letter-spacing: 0.15625vw;
  position: relative;
  padding-left: 7vw;
  min-height: 4vw;
  margin-bottom: 1.6vw;
}
.shoppingGuide-postage_title::before {
  content: "";
  background: url(../../img/common/footer_shoppingguide_track.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 6vw;
  height: 4.6vw;
}
.shoppingGuide-postage_title span {
  font-family: "NotoSansCJKjp-Medium";
  font-size: 35px;
  font-size: 1.82292vw;
  letter-spacing: 0.6px;
  letter-spacing: 0.03125vw;
  line-height: 52px;
  line-height: 2.70833vw;
  display: inline-block;
  margin-right: 0.3vw;
}
.shoppingGuide-postage_text {
  font-size: 14px;
  font-size: 0.72917vw;
  letter-spacing: 1px;
  letter-spacing: 0.05208vw;
  line-height: 24px;
  line-height: 1.25vw;
  color: #666;
}

.shoppingGuide-payment_list_item {
  width: 100%;
  display: flex;
  align-items: center;
}
.shoppingGuide-payment_list_item:not(:first-child) {
  margin-top: 1.3vw;
}
.shoppingGuide-payment_list_item_title {
  min-width: 34%;
  margin-right: 1vw;
  position: relative;
  padding-left: 0.8vw;
  font-family: "NotoSansCJKjp-Bold";
  font-size: 15px;
  font-size: 0.78125vw;
  letter-spacing: 0.5px;
  letter-spacing: 0.02604vw;
}
.shoppingGuide-payment_list_item_title::before {
  content: "";
  position: absolute;
  top: 0.05vw;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-bottom: 0.34vw solid transparent;
  border-left: 0.44vw solid #202121;
  border-right: 0.34vw solid transparent;
  border-top: 0.34vw solid transparent;
}
.shoppingGuide-payment_list_item_text {
  width: 66%;
  font-size: 14px;
  font-size: 0.72917vw;
  letter-spacing: 0.4px;
  letter-spacing: 0.02083vw;
  line-height: 24px;
  line-height: 1.25vw;
  color: #666;
}
.shoppingGuide-payment_list_item_creditcard {
  width: 100%;
  display: flex;
  align-items: center;
}
.shoppingGuide-payment_list_item_creditcard img {
  width: auto;
  max-height: 2vw;
}
.shoppingGuide-payment_list_item_creditcard img:not(:first-child) {
  margin-left: 0.4vw;
}

.shoppingGuide-order_title {
  font-family: "NotoSansCJKjp-Bold";
  font-size: 15px;
  font-size: 0.78125vw;
  letter-spacing: 0.5px;
  letter-spacing: 0.02604vw;
}
.shoppingGuide-order_list {
  margin-top: 1.4vw;
  counter-reset: serial;
}
.shoppingGuide-order_list_item {
  padding: 0.6vw 0;
  padding-left: 3vw;
  position: relative;
  font-family: "NotoSansCJKjp-Bold";
  font-size: 16px;
  font-size: 0.83333vw;
  letter-spacing: 0.5px;
  letter-spacing: 0.02604vw;
}
.shoppingGuide-order_list_item:not(:first-child) {
  margin-top: 0.2vw;
}
.shoppingGuide-order_list_item::before {
  content: counter(serial) "";
  counter-increment: serial;
  font-family: "centurygothic";
  font-size: 20px;
  font-size: 1.04167vw;
  letter-spacing: 0.5px;
  letter-spacing: 0.02604vw;
  background: #202121;
  color: #fff;
  width: 1.6vw;
  height: 1.6vw;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.shoppingGuide-order_list_item span.shoppingGuide-order-mail {
  color: #999;
}
.shoppingGuide-order_list_item span.shoppingGuide-order-tel {
  color: #6ebe48;
}

.siteGuide {
  width: 90%;
  max-width: 1536px;
  margin: 2vw auto 0;
  padding: 1.4vw 0 1.4vw 2.4vw;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
}
.siteGuide_ssl {
  width: 27.08333333333333vw;
  display: flex;
  align-items: center;
}
.siteGuide_ssl_icon {
  width: 8.6vw;
  max-width: 100px;
  min-width: 50px;
  margin-right: 0.8vw;
}
.siteGuide_ssl_body {
  font-size: 13px;
  font-size: 0.67708vw;
  letter-spacing: 0.5px;
  letter-spacing: 0.02604vw;
  line-height: 24px;
  line-height: 1.25vw;
  color: #999;
}
.siteGuide_contact {
  min-width: 23.02083333333333vw;
  margin-left: 2vw;
}
.siteGuide_contact_list_item:not(:first-child) {
  margin-top: 0.5vw;
}
.siteGuide_contact_list_item a {
  padding: 0;
  justify-content: flex-start;
  height: 2.8vw;
}
.siteGuide_contact_list_item_title {
  background: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13vw;
  max-width: 200px;
  height: 100%;
  font-size: 14px;
  font-size: 0.72917vw;
  letter-spacing: 1px;
  letter-spacing: 0.05208vw;
  color: #fff;
  margin-right: 0.8vw;
}
.siteGuide_contact_list_item_body {
  color: #999;
}
.siteGuide_contact_list_item_body_main {
  font-size: 26px;
  font-size: 1.35417vw;
  letter-spacing: 2.4px;
  letter-spacing: 0.125vw;
}
.siteGuide_contact_list_item_body_sub {
  font-size: 13px;
  font-size: 0.67708vw;
  letter-spacing: 1px;
  letter-spacing: 0.05208vw;
  margin-top: 0.5vw;
}
.siteGuide_form {
  margin-left: 2.4vw;
  min-width: 18.22916666666667vw;
}
.siteGuide_form_btn {
  display: flex;
  align-items: center;
  width: 18vw;
  height: 4vw;
}
.siteGuide_form_btn a {
  background: #fff;
  box-shadow: 0 0 0.8vw 0 rgba(0, 0, 0, 0.16);
  color: #999;
}
.siteGuide_form_btn_icon {
  width: 1.822916666666667vw;
  margin-right: 1vw;
}
.siteGuide_form_btn_text {
  font-family: "NotoSansCJKjp-Bold";
  font-size: 20px;
  font-size: 1.04167vw;
  letter-spacing: 1px;
  letter-spacing: 0.05208vw;
}

.footer_navi {
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_navi_text {
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  color: #fff;
  width: auto;
  height: 3vw;
  min-height: 40px;
  position: relative;
}
.footer_navi_text:not(:first-child)::before {
  content: "";
  background: #fff;
  width: 1px;
  height: 1.2vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.footer_navi_text a {
  padding: 0 2vw;
}

.footer_bottom {
  background: #202121;
  padding: 2.6vw 0 3vw;
}
.footer_bottom_logo {
  width: 11vw;
  min-width: 200px;
  margin: auto;
  position: relative;
  left: -0.3vw;
}
.footer_bottom_copyright {
  font-size: 1.0rem;
  letter-spacing: 0.12rem;
  color: #999;
  margin-top: 20px;
  text-align: center;
}

.sectionTitle {
  font-family: "centurygothic";
  font-size: 40px;
  font-size: 2.08333vw;
  letter-spacing: 5px;
  letter-spacing: 0.26042vw;
  font-size: 3.8rem;
  letter-spacing: 0.6rem;
  color: #fff;
  position: relative;
  display: table;
  margin: auto;
  margin-bottom: 90px;
}
.sectionTitle::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -23px;
  left: -7px;
  margin: auto;
  width: 50px;
  height: 1px;
  background: #fff;
}

.lowerSectionTitle {
  font-family: "NotoSansCJKjp-Bold";
  font-size: 3.2rem;
  letter-spacing: 0.3rem;
  line-height: 4.2rem;
  color: #202121;
  padding-bottom: 18px;
  border-bottom: 6px solid #202121;
  margin-bottom: 30px;
}

.lowerSectionTitle-S {
  font-family: "NotoSansCJKjp-Medium";
  font-size: 2.0rem;
  letter-spacing: 0.24rem;
  color: #202121;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 3px solid #202121;
  margin-bottom: 26px;
}

.lowerSectionLead {
  display: table;
  margin: 30px auto;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 2.4rem;
  color: #202121;
}

.commonBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "NotoSansCJKjp-Medium";
  height: 56px;
}
.commonBtn a, .commonBtn button {
  background: #202121;
  border-radius: 2px;
  font-family: "NotoSansCJKjp-Medium";
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  color: #fff;
}
.commonBtn.cart_btn-back a, .commonBtn.cart_btn-back button {
  background: #999;
}
.commonBtn.btn-red a, .commonBtn.btn-red button {
  background: #be4848;
}

.commonSubBtn {
  font-family: "NotoSansCJKjp-Light";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
}
.commonSubBtn a, .commonSubBtn button {
  font-family: "NotoSansCJKjp-Light";
  background: #ddd;
  font-size: 1.2rem;
  letter-spacing: 0.03rem;
  color: #666;
  border-radius: 2px;
}
.commonSubBtn button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.lowerMv {
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  position: relative;
  background: url(../../img/common/common_mv.jpg) no-repeat right top;
  background-size: cover;
}
.lowerMv::before {
  content: "";
  background: url(../../img/common/mv_filter.png) repeat;
  background-size: 10px 4px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.lowerMv_title {
  position: relative;
  top: -0.5vw;
  color: #fff;
  width: 90%;
  max-width: 1536px;
  margin: auto;
}
.lowerMv_title span {
  display: block;
}
.lowerMv_title::before {
  content: "";
  width: 4vw;
  height: 2px;
  position: absolute;
  bottom: -40px;
  left: 0;
  background: #fff;
}
.lowerMv_title_main {
  font-family: "centurygothic";
  font-size: 6.5rem;
  letter-spacing: 0.8rem;
}
.lowerMv_title_sub {
  font-family: "NotoSansCJKjp-Regular";
  font-size: 2.5rem;
  letter-spacing: 0.4rem;
  margin-top: 20px;
}

.lowerPage.productsPage .lowerMv,
.lowerPage.cartPage .lowerMv,
.lowerPage.shoppingPage .lowerMv {
  background: url(../../img/products/products_mv.jpg) no-repeat center center;
  background-size: 100%;
  background-size: cover;
}

.crawlerNavi {
  background: #202121;
}
.crawlerNavi_list {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 1536px;
  margin: auto;
}
.crawlerNavi_list_item:not(:first-child) {
  margin-left: 2vw;
  position: relative;
}
.crawlerNavi_list_item:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.5vw;
  margin: auto;
  transform: rotate(315deg);
  border-right: 0.15vw solid #fff;
  border-bottom: 0.15vw solid #fff;
  width: 0.5vw;
  height: 0.5vw;
}
.crawlerNavi_list_item_btn {
  color: #fff;
  display: flex;
  align-items: center;
  height: 2.3vw;
  min-height: 33px;
  font-family: "NotoSansCJKjp-Medium";
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
.crawlerNavi_list_item_btn a {
  color: #999;
}

.lowerContent {
  padding-top: 60px;
  padding-bottom: 90px;
}

.lowerContentBox {
  background: #f5f5f5;
  padding: 60px 50px 70px;
}
.lowerContentBox_title {
  font-family: "NotoSansCJKjp-Bold";
  font-size: 50px;
  font-size: 2.60417vw;
  letter-spacing: 3px;
  letter-spacing: 0.15625vw;
  line-height: 70px;
  line-height: 3.64583vw;
  color: #202121;
  display: table;
  margin: auto;
  margin-top: 50px;
}
.lowerContentBox_text {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 2.6rem;
  color: #666;
  margin: auto;
  margin-top: 35px;
  max-width: 730px;
  display: table;
}
.lowerContentBox_btn {
  width: 100%;
  max-width: 420px;
  margin: auto;
  margin-top: 40px;
}

.stepNavi {
  width: 600px;
  margin: auto;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  counter-reset: serial;
  position: relative;
  left: -5px;
}
.stepNavi_item {
  width: 120px;
  padding-top: 58px;
  position: relative;
}
.stepNavi_item:not(:last-child)::after {
  content: "";
  background: url(../../img/common/cart_stepnavi_dot.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 17px;
  right: -63px;
  width: 86px;
  height: 8px;
  margin: auto;
}
.stepNavi_item::before {
  content: counter(serial) "";
  counter-increment: serial;
  font-family: "centurygothic";
  font-size: 3rem;
  letter-spacing: 0rem;
  background: #999;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.stepNavi_item_text {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  color: #999;
  text-align: center;
}
.stepNavi_item.active::before {
  background: #202121;
}
.stepNavi_item.active .stepNavi_item_text {
  font-family: "NotoSansCJKjp-Bold";
  color: #202121;
}

.stepNavi.stepNavi-entry {
  width: 440px;
}

.commonInput {
  width: 100%;
}
.commonInput input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-family: "NotoSansCJKjp-Regular";
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  color: #202121;
}
.commonInput input:placeholder-shown {
  color: #ccc;
  font-family: "NotoSansCJKjp-Light";
}
.commonInput input::-webkit-input-placeholder {
  color: #ccc;
  font-family: "NotoSansCJKjp-Light";
}
.commonInput input:-moz-placeholder {
  opacity: 1;
  color: #ccc;
  font-family: "NotoSansCJKjp-Light";
}
.commonInput input::-moz-placeholder {
  opacity: 1;
  color: #ccc;
  font-family: "NotoSansCJKjp-Light";
}
.commonInput input:-ms-input-placeholder {
  color: #ccc;
  font-family: "NotoSansCJKjp-Light";
}

.commonSelect label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.commonSelect label::before, .commonSelect label::after {
  content: "";
  border: 5px solid transparent;
  z-index: 2;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
}
.commonSelect label::before {
  border-bottom: 7px solid #666;
  bottom: -4px;
}
.commonSelect label::after {
  border-top: 7px solid #666;
  top: -4px;
}
.commonSelect label select {
  width: 100% !important;
  min-width: auto !important;
  max-width: 100% !important;
  padding: 14px 40px 14px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #efefef;
  background: linear-gradient(to bottom, #ffffff 50%, #fafafa 52%, #e2e2e2 100%);
  border-radius: 2px;
  border: 1px solid #ccc;
  font-family: "NotoSansCJKjp-Regular";
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  color: #333;
}
.commonSelect label select::-ms-expand {
  display: none;
}

/*
.commonRadio,
.commonCheckbox {
	font-family: "NotoSansCJKjp-Regular";
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
	color: #333;
	display: table;

	// inputa要素
	input[type="radio"],
	input[type="checkbox"]{
		display: none;
	}

	// label要素
	label {
		display: inline-block;
		width: auto;
		min-width: 300px;
		height: 50px;
		padding: 0 20px 0 45px;
		display: flex;
		align-items: center;
		cursor: pointer;
		position: relative;
		font-family: "NotoSansCJKjp-Regular";
		//background: #ddd;
		border: 1px solid #ddd;
		background: #f9f9f9;
		font-size: 1.4rem;
		letter-spacing: 0.1rem;
		color: #333;
		border-radius: 2px;

		// 疑似要素 共通
		&::before,
		&::after {
			content: "";
			position: absolute;
			top: 0;
			bottom: 0;
			left: 14px;
			margin: auto;
			border-radius: 100vw;
		}
		// 疑似要素_befor
		&::before {
			background: #efefef;
			background: linear-gradient(to bottom,  #ffffff 50%,#fafafa 52%,#e2e2e2 100%);
			border: 1px solid #ccc;
			width: 20px;
			height: 20px;
		}
	}

	// 選択中のlabel要素
	input[type="radio"]:checked + label,
	input[type="checkbox"]:checked + label {
		position: relative;
	}
}

// radioのみの選択中のスタイル（黒いボーダーと丸い点）
.commonRadio {
	input[type="radio"]:checked + label {

		// 疑似要素_before
		&::before {
			border: 0.2vw solid $color-black;
		}
		// 疑似要素_after
		&::after {
			left: 20px;
			width: 8px;
			height: 8px;
			background: $color-black;
		}
	}
}

// checkboxの選択中のスタイル（Awesomeのアイコン）
.commonCheckbox {
	input[type="checkbox"]:checked + label {

	// 疑似要素_after
		&::after {
			content: "\f00c";
			font-family: FontAwesome;
			font-size: 2.2rem;
			position: absolute;
			left: 17px;
			top: 0;
			bottom: 26px;
			margin: auto;
			width: 0;
			height: 0;
			color: $color-black;
		}		
	}
}
*/
.commonRadioWrap .radio,
.commonRadioWrap .checkbox,
.commonCheckboxWrap .radio,
.commonCheckboxWrap .checkbox {
  font-family: "NotoSansCJKjp-Regular";
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  color: #333;
  display: table;
}
.commonRadioWrap .radio label,
.commonRadioWrap .checkbox label,
.commonCheckboxWrap .radio label,
.commonCheckboxWrap .checkbox label {
  display: block;
  width: auto;
  min-width: 300px;
  height: 56px;
  padding: 0 20px 0 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-family: "NotoSansCJKjp-Regular";
  border: 1px solid #ddd;
  background: #f9f9f9;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  color: #333;
  border-radius: 2px;
  position: relative;
}
.commonRadioWrap .radio label input[type="radio"],
.commonRadioWrap .radio label input[type="checkbox"],
.commonRadioWrap .checkbox label input[type="radio"],
.commonRadioWrap .checkbox label input[type="checkbox"],
.commonCheckboxWrap .radio label input[type="radio"],
.commonCheckboxWrap .radio label input[type="checkbox"],
.commonCheckboxWrap .checkbox label input[type="radio"],
.commonCheckboxWrap .checkbox label input[type="checkbox"] {
  position: relative;
  left: -10px;
}

textarea {
  resize: vertical;
  width: 100%;
  min-height: 200px;
  padding: 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-family: "NotoSansCJKjp-Regular";
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  color: #202121;
}
textarea:placeholder-shown {
  color: #ccc;
  font-family: "NotoSansCJKjp-Light";
}
textarea::-webkit-input-placeholder {
  color: #ccc;
  font-family: "NotoSansCJKjp-Light";
}
textarea:-moz-placeholder {
  opacity: 1;
  color: #ccc;
  font-family: "NotoSansCJKjp-Light";
}
textarea::-moz-placeholder {
  opacity: 1;
  color: #ccc;
  font-family: "NotoSansCJKjp-Light";
}
textarea:-ms-input-placeholder {
  color: #ccc;
  font-family: "NotoSansCJKjp-Light";
}

.commonList {
  width: 100%;
  max-width: 960px;
  margin: auto;
  margin-top: 55px;
}
.commonList_item {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dotted #ccc;
}
.commonList_item:last-child {
  border-bottom: 1px dotted #ccc;
}
.commonList_item_listTitle {
  width: 35%;
  max-width: 320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.commonList_item_listTitle_text {
  min-width: 120px;
  font-family: "NotoSansCJKjp-Medium";
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  line-height: 2rem;
  color: #202121;
}
.commonList_item_listTitle_required {
  width: 50px;
  height: 24px;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  color: #fff;
  border-radius: 2px;
}
.commonList_item_listTitle_required.required-on {
  background: #be4848;
}
.commonList_item_listTitle_required.required-off {
  background: #4882be;
}
.commonList_item_listBody {
  width: 100%;
  margin-left: 50px;
}
.commonList_item_listBody_parts {
  font-family: "NotoSansCJKjp-Light";
  font-size: 1.4rem;
  letter-spacing: 0.03rem;
  line-height: 2.2rem;
  color: #999;
}
.commonList_item_listBody_notes {
  width: 100%;
  margin-top: 12px;
}
.commonList_item_listBody_notes_text {
  font-family: "NotoSansCJKjp-Light";
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  color: #666;
}
.commonList_item_listBody_notes_text:not(:first-child) {
  margin-top: 10px;
}
.commonList_item_listBody_notes_text.formNotes-caution {
  font-family: "NotoSansCJKjp-Medium";
  color: #be4848;
  letter-spacing: 0.1rem;
}

.commonList.commonList-blackVer .commonList_item {
  padding: 25px 0;
  border-color: #202121;
}
.commonList.commonList-blackVer .commonList_item_listTitle {
  width: 30%;
  max-width: 320px;
  font-family: "NotoSansCJKjp-Medium";
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  line-height: 2.2rem;
  color: #202121;
  padding-left: 30px;
}
.commonList.commonList-blackVer .commonList_item_listBody {
  width: 100%;
  margin-left: 50px;
  padding-right: 30px;
}
.commonList.commonList-blackVer .commonList_item_listBody_text {
  font-family: "NotoSansCJKjp-Light";
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  line-height: 2.3rem;
  color: #666;
}
.commonList.commonList-blackVer .commonList_item_listBody_text:not(:first-child) {
  margin-top: 15px;
}

.formItem-name01 .commonList_item_listBody_partsWrap,
.formItem-name02 .commonList_item_listBody_partsWrap {
  display: flex;
  align-items: center;
}
.formItem-name01 .commonList_item_listBody_parts,
.formItem-name02 .commonList_item_listBody_parts {
  width: 49.5%;
}
.formItem-name01 .commonList_item_listBody_parts:not(:last-child),
.formItem-name02 .commonList_item_listBody_parts:not(:last-child) {
  margin-right: 1%;
}

.formItem-address .commonList_item_listBody_partsWrapHeader {
  display: flex;
  align-items: center;
}
.formItem-address .commonList_item_listBody_parts:not(:last-child) {
  margin-right: 1%;
}
.formItem-address .commonList_item_listBody_parts.input-postacode01, .formItem-address .commonList_item_listBody_parts.input-postacode02 {
  max-width: 80px;
}
.formItem-address .commonList_item_listBody_parts.autoInputBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 40px;
  margin-left: 10px;
  font-family: "NotoSansCJKjp-Light";
}
.formItem-address .commonList_item_listBody_parts.autoInputBtn a, .formItem-address .commonList_item_listBody_parts.autoInputBtn button {
  font-family: "NotoSansCJKjp-Light";
  padding: 0 15px;
}
.formItem-address .commonList_item_listBody_partsWrapFooter {
  margin-top: 15px;
}
.formItem-address .commonList_item_listBody_parts.select-address {
  margin-bottom: 1%;
}
.formItem-address .commonList_item_listBody_parts.input-address02 {
  margin-top: 1%;
}

.formItem-tel .commonList_item_listBody_partsWrap,
.formItem-fax .commonList_item_listBody_partsWrap {
  display: flex;
  align-items: center;
}
.formItem-tel .commonList_item_listBody_parts:not(:last-child),
.formItem-fax .commonList_item_listBody_parts:not(:last-child) {
  margin-right: 1%;
}
.formItem-tel .commonList_item_listBody_parts.input-tel, .formItem-tel .commonList_item_listBody_parts.input-tel01, .formItem-tel .commonList_item_listBody_parts.input-tel02, .formItem-tel .commonList_item_listBody_parts.input-tel03, .formItem-tel .commonList_item_listBody_parts.input-fax01, .formItem-tel .commonList_item_listBody_parts.input-fax02, .formItem-tel .commonList_item_listBody_parts.input-fax03,
.formItem-fax .commonList_item_listBody_parts.input-tel,
.formItem-fax .commonList_item_listBody_parts.input-tel01,
.formItem-fax .commonList_item_listBody_parts.input-tel02,
.formItem-fax .commonList_item_listBody_parts.input-tel03,
.formItem-fax .commonList_item_listBody_parts.input-fax01,
.formItem-fax .commonList_item_listBody_parts.input-fax02,
.formItem-fax .commonList_item_listBody_parts.input-fax03 {
  max-width: 100px;
}

.formItem-mail .commonList_item_listBody_parts.input-mailConfirm, .formItem-mail .commonList_item_listBody_parts.input-passwordConfirm,
.formItem-password .commonList_item_listBody_parts.input-mailConfirm,
.formItem-password .commonList_item_listBody_parts.input-passwordConfirm {
  margin-top: 1%;
}
.formItem-mail .commonList_item_listBody_parts.input-mailFor:not(:first-child), .formItem-mail .commonList_item_listBody_parts.input-passwordFor:not(:first-child),
.formItem-password .commonList_item_listBody_parts.input-mailFor:not(:first-child),
.formItem-password .commonList_item_listBody_parts.input-passwordFor:not(:first-child) {
  margin-top: 1%;
}

.formItem-cardNumber .commonList_item_listBody_parts {
  width: 50%;
}

.formItem-cardLimit .commonList_item_listBody_partsWrap {
  display: flex;
  align-items: center;
}
.formItem-cardLimit .commonList_item_listBody_parts:not(:last-child) {
  margin-right: 2%;
}

.formItem-cardName .commonList_item_listBody_partsWrap {
  display: flex;
  align-items: center;
}
.formItem-cardName .commonList_item_listBody_parts:not(:last-child) {
  margin-right: 2%;
}
.formItem-cardName .commonList_item_listBody_parts.input-cardNameFirst, .formItem-cardName .commonList_item_listBody_parts.input-cardNameLast {
  width: 142px;
}

.formItem-cardCord .commonList_item_listBody_parts {
  width: 50%;
}

.formItem-cardEntered .commonList_item_listBody_partsWrap {
  display: flex;
  align-items: center;
}
.formItem-cardEntered .commonList_item_listBody_parts {
  width: 49.5%;
}
.formItem-cardEntered .commonList_item_listBody_parts:not(:last-child) {
  margin-right: 1%;
}

.formBtn {
  margin-top: 35px;
}
.formBtn_main {
  width: 540px;
  height: 70px;
  margin: auto;
}
.formBtn_main span {
  font-family: "NotoSansCJKjp-Regular";
  color: #ccc;
  font-size: 1.2rem;
  letter-spacing: 0.06rem;
  display: inline-block;
  margin-left: 10px;
}
.formBtn_sub {
  width: 320px;
  margin: auto;
  margin-top: 20px;
}

/*---------------------------------------
	_common-style-pc.scss
---------------------------------------*/
@media screen and (min-width: 1024px) {
  a, button {
    transition: 0.3s;
  }

  a:hover,
  button:hover {
    transition: 0.1s;
  }

  .commonBtn a:hover,
  .commonBtn button:hover {
    background: #6ebe48;
  }

  .commonBtn.cart_btn-back a:hover,
  .commonBtn.cart_btn-back button:hover {
    background: #ccc;
  }

  .commonBtn.btn-red a:hover,
  .commonBtn.btn-red button:hover {
    background: #a60000;
  }

  .commonSubBtn a:hover,
  .commonSubBtn button:hover {
    background: #c0c0c0;
  }

  .commonSubBtn button:disabled:hover {
    background: auto;
  }

  .header {
    height: 4.5vw;
    padding: 0 0.8vw 0 1vw;
  }

  .headerNavi_main {
    margin-right: 2.5vw;
  }
  .headerNavi_main_btn a:hover {
    opacity: 0.4;
  }

  .headerNavi_guide {
    display: flex;
    align-items: center;
    margin-right: 2vw;
  }
  .headerNavi_guide_btn {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    width: 7.4vw;
    min-width: 120px;
    height: 2vw;
    min-height: 30px;
  }
  .headerNavi_guide_btn a {
    color: #777;
    border: 1px solid #777;
  }
  .headerNavi_guide_btn a:hover {
    color: #fff;
    border: 1px solid #fff;
  }
  .headerNavi_guide_btn:not(:first-child) {
    margin-left: 0.7vw;
  }

  .headerNavi_cart {
    width: 14vw;
    min-width: 200px;
    height: 3vw;
    min-height: 40px;
  }
  .headerNavi_cart a {
    background: #fff;
    border-radius: 3px;
  }
  .headerNavi_cart a:hover {
    background: #6ebe48;
    transition: 0.1s;
  }
  .headerNavi_cart a img {
    width: 7.291666666666667vw;
    min-width: 100px;
    position: relative;
    left: -2px;
  }

  .megaMenuContent_brand_btn a::before {
    transition: 0.3s;
  }
  .megaMenuContent_brand_btn a:hover {
    opacity: 1;
    color: #6ebe48;
  }
  .megaMenuContent_brand_btn a:hover::before {
    transition: 0.1s;
    border-bottom: 1vw solid #6ebe48;
    border-left: 1vw solid transparent;
    border-right: 1vw solid #6ebe48;
    border-top: 1vw solid transparent;
  }

  .shoppingGuide_item.shoppingGuide-payment {
    border-left: 1px solid #ccc;
  }
  .shoppingGuide_item.shoppingGuide-order {
    border-left: 1px solid #ccc;
  }

  .siteGuide_contact_list_item-tel a:hover,
  .siteGuide_contact_list_item-mail a:hover {
    opacity: 0.4;
  }

  .siteGuide_contact_list_item-tel a {
    pointer-events: none;
  }

  .siteGuide_form_btn a:hover {
    box-shadow: 0 0 1.6vw 0.2vw rgba(0, 0, 0, 0.26);
  }

  .footer_navi_text a:hover:hover {
    opacity: 0.4;
  }
  .footer_navi_text a br {
    display: none;
  }

  .crawlerNavi_list_item_btn a:hover {
    color: #fff;
    transition: 0.3s;
  }

  .commonInput input {
    transition: 0.3s;
  }
  .commonInput input:hover {
    box-shadow: 0 0.1vw 0.4vw 0.1vw #ddd inset;
    transition: 0.1s;
  }

  .commonSelect select:hover {
    background: #e9e9e9;
  }

  .commonRadioWrap .radio label {
    transition: 0.3s;
  }
  .commonRadioWrap .radio label:hover {
    border-radius: 2px;
    background: #e9e9e9;
    transition: 0.1s;
  }

  .commonTextarea textarea {
    transition: 0.3s;
  }
  .commonTextarea textarea:hover {
    box-shadow: 0 0.1vw 0.4vw 0.1vw #ddd inset;
    transition: 0.1s;
  }
}
/*---------------------------------------
	_common-style-mb.scss
---------------------------------------*/
@media screen and (max-width: 1023px) {
  .inner {
    width: 90%;
    max-width: 90%;
  }

  .header {
    padding-left: 1.4vw;
    min-height: auto;
  }

  .headerLogo {
    width: 27.0772238514174vw;
  }
  .headerLogo a img {
    width: 100%;
    min-height: 100%;
    height: 100%;
  }

  .headerNavi_main {
    margin-right: 2vw;
  }
  .headerNavi_main_btn a img {
    width: 100%;
    min-height: 100%;
    height: 100%;
  }
  .headerNavi_main_btn.headerNavi_main_btn-brand {
    width: 15.24926686217009vw;
    margin-right: 5vw;
  }
  .headerNavi_main_btn.headerNavi_main_btn-product {
    width: 19.35483870967742vw;
  }

  .megaMenuContent {
    padding: 10vw 0 11.5vw;
  }
  .megaMenuContent_brandWrap {
    width: 90%;
    max-height: 44vw;
  }
  .megaMenuContent_brand {
    width: 92vw;
    max-height: 44vw;
    padding-right: 2vw;
  }
  .megaMenuContent_brand_btn {
    height: 16vw;
  }
  .megaMenuContent_brand_btn:not(:first-child) {
    margin-top: 2vw;
  }
  .megaMenuContent_brand_btn a span.en {
    font-size: 48px;
    font-size: 4.69208vw;
    letter-spacing: 3px;
    letter-spacing: 0.29326vw;
  }
  .megaMenuContent_brand_btn a span.jp {
    font-size: 20px;
    font-size: 1.95503vw;
    letter-spacing: 3px;
    letter-spacing: 0.29326vw;
    margin-left: 3vw;
  }

  .mobileNavi {
    width: 14.66275659824047vw;
    z-index: 1000;
  }

  .mobileNavi_menuBtn {
    position: relative;
    display: block;
    width: 100%;
    height: 13.6852394916911vw;
  }

  .mobileNavi_menuBtn_range {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 44%;
    height: 0;
    padding-top: 31.33333333333333%;
  }

  .mobileNavi_menuBtn_range:before,
  .mobileNavi_menuBtn_range:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 20%;
    transition: 0.5s;
    background: #fff;
  }

  .mobileNavi_menuBtn_range:before {
    top: 0;
    transform-origin: bottom left;
  }

  .mobileNavi_menuBtn_range:after {
    bottom: 0;
    transform-origin: top left;
  }

  .mobileNavi_menuBtn_range_icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 20%;
    transition: all .5s;
    transform: translate(0, -50%) scale(1);
    background: #fff;
  }

  .mobileNavi_menuBtn_range.open {
    width: 40%;
  }

  .mobileNavi_menuBtn_range.open:before {
    transform: translate(10%, -75%) scale(1) rotate(45deg);
  }

  .mobileNavi_menuBtn_range.open:after {
    transform: translate(10%, 0%) scale(1) rotate(-45deg);
  }

  .mobileNavi_menuBtn_range.open .mobileNavi_menuBtn_range_icon {
    transform: translate(0, 0%) scale(0);
  }

  .mobileNavi_list {
    position: fixed;
    left: 100%;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.92);
    transition: 0.5s;
    padding: 6% 0 8%;
  }

  .mobileNavi_list.open {
    left: 0%;
  }

  .mobileNavi_list_guide {
    width: 90%;
    margin: auto;
  }
  .mobileNavi_list_guide_btn {
    font-size: 36px;
    font-size: 3.51906vw;
    letter-spacing: 3.2px;
    letter-spacing: 0.31281vw;
    color: #fff;
  }
  .mobileNavi_list_guide_btn:not(:first-child) {
    margin-top: 3vw;
  }
  .mobileNavi_list_guide_btn a {
    color: #777;
    border: 1px solid #777;
    height: 12vw;
    padding-left: 10vw;
    position: relative;
    justify-content: flex-start;
  }
  .mobileNavi_list_guide_btn a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4vw;
    margin: auto;
    width: 0;
    height: 0;
    border-bottom: 1vw solid transparent;
    border-left: 1.8vw solid #777;
    border-right: 1vw solid transparent;
    border-top: 1vw solid transparent;
  }

  .mobileNavi_list_cart {
    width: 90%;
    margin: auto;
    margin-top: 6vw;
  }
  .mobileNavi_list_cart_btn a {
    background: #fff;
    border-radius: 3px;
    height: 16vw;
    position: relative;
  }
  .mobileNavi_list_cart_btn a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 5vw;
    bottom: 0;
    margin: auto;
    border: 0;
    border-top: 0.7vw solid #202121;
    border-right: 0.7vw solid #202121;
    transform: rotate(45deg);
    width: 3vw;
    height: 3vw;
  }
  .mobileNavi_list_cart_btn a img {
    width: 32.45356793743891vw;
    position: relative;
    left: -2vw;
  }

  .footer_guide {
    padding: 0;
    padding-bottom: 7vw;
    background: #f5f5f5;
  }

  .footer_pagetopBtn {
    width: 80%;
    margin: 3vw auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 9vw;
    border: 2px solid #d0d0d0;
    font-size: 26px;
    font-size: 2.54154vw;
    letter-spacing: 4px;
    letter-spacing: 0.39101vw;
    color: #c0c0c0;
  }

  .shoppingGuide {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .shoppingGuide_mbTab {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .shoppingGuide_mbTab_text {
    background: #666;
    width: 33.333%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10vw;
    font-family: "NotoSansCJKjp-Medium";
    font-size: 28px;
    font-size: 2.73705vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
    color: #fff;
  }
  .shoppingGuide_mbTab_text.select {
    background: #f5f5f5;
    color: #666;
  }
  .shoppingGuide_mbTab_text:not(:first-child) {
    border-left: 1px solid #fff;
  }
  .shoppingGuide_item {
    width: 90%;
    margin: auto;
    padding: 5.4vw 0 5vw;
    border-bottom: 1px solid #999;
  }
  .shoppingGuide_item_content {
    width: 90%;
    margin: auto;
  }

  .tabContents {
    display: none;
  }

  .shoppingGuide-postage_title {
    font-size: 58px;
    font-size: 5.6696vw;
    letter-spacing: 5px;
    letter-spacing: 0.48876vw;
    line-height: 74px;
    line-height: 7.23363vw;
    position: relative;
    padding-left: 25vw;
    min-height: 17vw;
    margin-bottom: 1.6vw;
  }
  .shoppingGuide-postage_title::before {
    content: "";
    width: 21.79863147605083vw;
    height: 17vw;
  }
  .shoppingGuide-postage_title span {
    font-size: 75px;
    font-size: 7.33138vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
    line-height: 82px;
    line-height: 8.01564vw;
    margin-right: 1vw;
  }
  .shoppingGuide-postage_text {
    font-size: 26px;
    font-size: 2.54154vw;
    letter-spacing: 1.4px;
    letter-spacing: 0.13685vw;
    line-height: 36px;
    line-height: 3.51906vw;
  }

  .shoppingGuide-payment_list_item {
    width: 100%;
  }
  .shoppingGuide-payment_list_item:not(:first-child) {
    margin-top: 3vw;
  }
  .shoppingGuide-payment_list_item_title {
    min-width: 33%;
    margin-right: 4vw;
    padding-left: 2.4vw;
    font-size: 28px;
    font-size: 2.73705vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
  }
  .shoppingGuide-payment_list_item_title::before {
    top: 0.07vw;
    border-bottom: 0.9vw solid transparent;
    border-left: 1.2vw solid #202121;
    border-right: 0.9vw solid transparent;
    border-top: 0.9vw solid transparent;
  }
  .shoppingGuide-payment_list_item_text {
    width: 100%;
    font-size: 26px;
    font-size: 2.54154vw;
    letter-spacing: 1.4px;
    letter-spacing: 0.13685vw;
    line-height: 36px;
    line-height: 3.51906vw;
  }
  .shoppingGuide-payment_list_item_creditcard {
    width: 100%;
  }
  .shoppingGuide-payment_list_item_creditcard img {
    width: auto;
    max-height: 6vw;
  }
  .shoppingGuide-payment_list_item_creditcard img:not(:first-child) {
    margin-left: 1.2vw;
  }

  .shoppingGuide-order_title {
    font-family: "NotoSansCJKjp-Regular";
    font-size: 26px;
    font-size: 2.54154vw;
    letter-spacing: 1.4px;
    letter-spacing: 0.13685vw;
    line-height: 36px;
    line-height: 3.51906vw;
    color: #666;
  }
  .shoppingGuide-order_list {
    margin-top: 4vw;
  }
  .shoppingGuide-order_list_item {
    padding: 0.6vw 0;
    padding-left: 7vw;
    position: relative;
    font-size: 28px;
    font-size: 2.73705vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
  }
  .shoppingGuide-order_list_item:not(:first-child) {
    margin-top: 3.4vw;
  }
  .shoppingGuide-order_list_item::before {
    font-size: 38px;
    font-size: 3.71457vw;
    letter-spacing: 0px;
    letter-spacing: 0vw;
    width: 5.6vw;
    height: 5.6vw;
  }
  .shoppingGuide-order_list_item span.shoppingGuide-order-mail {
    color: #999;
  }
  .shoppingGuide-order_list_item span.shoppingGuide-order-tel {
    color: #6ebe48;
  }

  .siteGuide {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 1vw;
    padding: 3vw 5%;
    border: none;
    display: block;
  }
  .siteGuide_ssl {
    width: 100%;
  }
  .siteGuide_ssl_icon {
    min-width: 12.90322580645161vw;
    max-width: 100%;
    margin-right: 2.8vw;
  }
  .siteGuide_ssl_body {
    font-size: 24px;
    font-size: 2.34604vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
    line-height: 34px;
    line-height: 3.32356vw;
  }
  .siteGuide_contact {
    min-width: 100%;
    margin-left: 0;
  }
  .siteGuide_contact_list {
    margin-top: 4.2vw;
  }
  .siteGuide_contact_list_item:not(:first-child) {
    margin-top: 1.5vw;
  }
  .siteGuide_contact_list_item a {
    border: 2px solid #999;
    height: 100%;
  }
  .siteGuide_contact_list_item_title {
    width: 46%;
    max-width: 100%;
    height: 13vw;
    font-size: 24px;
    font-size: 2.34604vw;
    letter-spacing: 2px;
    letter-spacing: 0.1955vw;
    margin-right: 4vw;
  }
  .siteGuide_contact_list_item_body {
    width: 54%;
  }
  .siteGuide_contact_list_item_body_main {
    font-size: 40px;
    font-size: 3.91007vw;
    letter-spacing: 3px;
    letter-spacing: 0.29326vw;
  }
  .siteGuide_contact_list_item_body_sub {
    font-size: 23px;
    font-size: 2.24829vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
    margin-top: 1.6vw;
  }
  .siteGuide_form {
    margin-left: 0;
    margin-top: 5vw;
    min-width: 100%;
  }
  .siteGuide_form_btn {
    width: 100%;
    height: 15vw;
  }
  .siteGuide_form_btn a {
    box-shadow: 0 0 3vw 0 rgba(0, 0, 0, 0.16);
    justify-content: flex-start;
    padding-left: 5vw;
    position: relative;
  }
  .siteGuide_form_btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 5vw;
    bottom: 0;
    margin: auto;
    border: 0;
    border-top: 0.7vw solid #999;
    border-right: 0.7vw solid #999;
    transform: rotate(45deg);
    width: 3vw;
    height: 3vw;
  }
  .siteGuide_form_btn_icon {
    width: 8.01564027370479vw;
    margin-right: 4.4vw;
  }
  .siteGuide_form_btn_text {
    font-size: 44px;
    font-size: 4.30108vw;
    letter-spacing: 3px;
    letter-spacing: 0.29326vw;
  }

  .footer_navi_text {
    font-size: 24px;
    font-size: 2.34604vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
    line-height: 32px;
    line-height: 3.12805vw;
    height: 9.4vw;
    width: 25%;
    position: relative;
    color: #ccc;
  }
  .footer_navi_text:not(:first-child)::before {
    content: "";
    background: #202121;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .footer_navi_text a {
    padding: 2vw 2vw;
  }

  .footer_bottom {
    padding: 6.2vw 0 7.4vw;
  }
  .footer_bottom_logo {
    width: 39.10068426197458vw;
    min-width: auto;
    left: -0.7vw;
  }
  .footer_bottom_copyright {
    font-size: 0.9rem;
    margin-top: 2.6vw;
  }

  .sectionTitle {
    font-family: "centurygothic";
    font-size: 74px;
    font-size: 7.23363vw;
    letter-spacing: 5px;
    letter-spacing: 0.48876vw;
    margin-bottom: 13vw;
  }
  .sectionTitle::before {
    bottom: -3.8vw;
    width: 8vw;
  }

  .lowerSectionTitle {
    font-size: 44px;
    font-size: 4.30108vw;
    letter-spacing: 3px;
    letter-spacing: 0.29326vw;
    line-height: 60px;
    line-height: 5.8651vw;
    padding-bottom: 2.3vw;
    border-bottom: 1vw solid #202121;
    margin-bottom: 4vw;
  }

  .lowerSectionTitle-S {
    font-size: 38px;
    font-size: 3.71457vw;
    letter-spacing: 2px;
    letter-spacing: 0.1955vw;
    padding-bottom: 1.8vw;
    border-bottom: 0.5vw solid #202121;
    margin-bottom: 3vw;
  }

  .lowerSectionLead {
    font-size: 34px;
    font-size: 3.32356vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
    line-height: 56px;
    line-height: 5.4741vw;
    display: block;
    margin: 5vw auto;
  }

  .commonBtn {
    font-size: 36px;
    font-size: 3.51906vw;
    letter-spacing: 3.6px;
    letter-spacing: 0.35191vw;
    height: 12vw;
  }
  .commonBtn a, .commonBtn button {
    font-size: 36px;
    font-size: 3.51906vw;
    letter-spacing: 3.6px;
    letter-spacing: 0.35191vw;
  }

  .commonSubBtn {
    height: 9vw;
  }
  .commonSubBtn a, .commonSubBtn button {
    font-size: 24px;
    font-size: 2.34604vw;
    letter-spacing: 0.5px;
    letter-spacing: 0.04888vw;
    color: #777;
    border-radius: 2px;
  }

  .lowerContent {
    padding-top: 5vw;
    padding-bottom: 12.5vw;
  }

  .lowerContentBox {
    padding: 8% 5%;
  }
  .lowerContentBox_title {
    font-size: 50px;
    font-size: 4.88759vw;
    letter-spacing: 2px;
    letter-spacing: 0.1955vw;
    line-height: 68px;
    line-height: 6.64712vw;
    display: block;
    margin: auto;
    margin-top: 6vw;
  }
  .lowerContentBox_text {
    font-size: 32px;
    font-size: 3.12805vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
    line-height: 52px;
    line-height: 5.08309vw;
    margin-top: 3.4vw;
    width: 100%;
    max-width: 100%;
  }
  .lowerContentBox_text br {
    display: none;
  }
  .lowerContentBox_btn {
    width: 100%;
    margin-top: 5vw;
  }

  .lowerMv {
    width: 100%;
    height: 43.98826979472141vw;
  }
  .lowerMv_title {
    top: -2.2vw;
    width: 90%;
    max-width: 90%;
  }
  .lowerMv_title::before {
    width: 8vw;
    height: 2px;
    bottom: -4.8vw;
  }
  .lowerMv_title_main {
    font-size: 84px;
    font-size: 8.21114vw;
    letter-spacing: 8px;
    letter-spacing: 0.78201vw;
  }
  .lowerMv_title_sub {
    font-size: 36px;
    font-size: 3.51906vw;
    letter-spacing: 4px;
    letter-spacing: 0.39101vw;
    margin-top: 1.8vw;
  }

  .crawlerNavi_list {
    width: 90%;
    max-width: 90%;
  }
  .crawlerNavi_list_item:not(:first-child) {
    margin-left: 6vw;
    position: relative;
    height: 100%;
  }
  .crawlerNavi_list_item:not(:first-child)::before {
    top: 0;
    bottom: 0;
    left: -4.5vw;
    margin: auto;
    width: 2vw;
    height: 2vw;
  }
  .crawlerNavi_list_item_btn {
    height: 7vw;
    min-height: auto;
    font-size: 24px;
    font-size: 2.34604vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
  }

  .stepNavi {
    width: 100%;
    margin-top: 5vw;
  }
  .stepNavi_item {
    width: 25%;
    padding-top: 7vw;
  }
  .stepNavi_item:not(:last-child)::after {
    content: "";
    background: url(../../img/common/cart_stepnavi_dot.png) no-repeat center center;
    background-size: 100%;
    top: 0vw;
    right: -7vw;
    width: 13.5vw;
    height: 6vw;
  }
  .stepNavi_item::before {
    font-size: 40px;
    font-size: 3.91007vw;
    background: #999;
    color: #fff;
    width: 6vw;
    height: 6vw;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .stepNavi_item_text {
    font-size: 30px;
    font-size: 2.93255vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
  }

  .commonInput input {
    height: 10vw;
    padding: 0 3vw;
    font-size: 32px;
    font-size: 3.12805vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
  }

  .commonSelect {
    background: pink;
  }
  .commonSelect label {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
  .commonSelect label::before, .commonSelect label::after {
    content: "";
    border: 1.4vw solid transparent;
    z-index: 2;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
  }
  .commonSelect label::before {
    border-bottom: 1.8vw solid #666;
    bottom: -1.3vw;
  }
  .commonSelect label::after {
    border-top: 1.8vw solid #666;
    top: -1.3vw;
  }
  .commonSelect label select {
    padding: 3.5vw 10vw 3.5vw 4vw;
    font-size: 36px;
    font-size: 3.51906vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
  }

  .commonRadioWrap .radio,
  .commonRadioWrap .checkbox,
  .commonCheckboxWrap .radio,
  .commonCheckboxWrap .checkbox {
    font-size: 36px;
    font-size: 3.51906vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
    display: block;
  }
  .commonRadioWrap .radio label,
  .commonRadioWrap .checkbox label,
  .commonCheckboxWrap .radio label,
  .commonCheckboxWrap .checkbox label {
    width: 100%;
    min-width: auto;
    height: 14vw;
    padding: 0 8vw;
    font-size: 36px;
    font-size: 3.51906vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
    /*
    // 疑似要素 共通
    &::before,
    &::after {
    	content: "";
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	left: 3vw;
    	margin: auto;
    }
    // 疑似要素_befor
    &::before {
    	width: 5vw;
    	height: 5vw;
    }
    */
  }
  .commonRadioWrap .radio label input[type="radio"],
  .commonRadioWrap .radio label input[type="checkbox"],
  .commonRadioWrap .checkbox label input[type="radio"],
  .commonRadioWrap .checkbox label input[type="checkbox"],
  .commonCheckboxWrap .radio label input[type="radio"],
  .commonCheckboxWrap .radio label input[type="checkbox"],
  .commonCheckboxWrap .checkbox label input[type="radio"],
  .commonCheckboxWrap .checkbox label input[type="checkbox"] {
    left: -3vw;
  }

  /*
  .commonRadio {
  	input[type="radio"]:checked + label {
  		// 疑似要素_before
  		&::before {
  			border: 0.6vw solid $color-black;
  		}
  		// 疑似要素_after
  		&::after {
  			left: 4.25vw;
  			width: 2.5vw;
  			height: 2.5vw;
  			background: $color-black;
  		}		
  	}
  }
  // checkboxの選択中のスタイル（Awesomeのアイコン）
  .commonCheckbox {
  	input[type="checkbox"]:checked + label {
  
  	// 疑似要素_after
  		&::after {
  			font-size: 5.4vw;
  			left: 3.5vw;
  			top: 0;
  			bottom: 6.0vw;
  			margin: auto;
  			width: 0;
  			height: 0;
  			color: $color-black;
  		}		
  	}
  }
  */
  textarea {
    min-height: 40vw;
    padding: 3vw;
    font-size: 32px;
    font-size: 3.12805vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
    line-height: 44px;
    line-height: 4.30108vw;
  }
  textarea:placeholder-shown {
    color: #ccc;
    font-family: "NotoSansCJKjp-Light";
  }
  textarea::-webkit-input-placeholder {
    color: #ccc;
    font-family: "NotoSansCJKjp-Light";
  }
  textarea:-moz-placeholder {
    opacity: 1;
    color: #ccc;
    font-family: "NotoSansCJKjp-Light";
  }
  textarea::-moz-placeholder {
    opacity: 1;
    color: #ccc;
    font-family: "NotoSansCJKjp-Light";
  }
  textarea:-ms-input-placeholder {
    color: #ccc;
    font-family: "NotoSansCJKjp-Light";
  }

  .commonList {
    width: 100%;
    margin-top: 6vw;
  }
  .commonList_item {
    padding: 5vw 0 4vw;
    display: block;
    border-top: 2px dotted #ccc;
  }
  .commonList_item:last-child {
    border-bottom: 2px dotted #ccc;
  }
  .commonList_item_listTitle {
    width: 100%;
    max-width: 100%;
    margin-bottom: 3vw;
    justify-content: flex-start;
  }
  .commonList_item_listTitle_text {
    margin-right: 4vw;
    min-width: auto;
    font-size: 40px;
    font-size: 3.91007vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
    line-height: 46px;
    line-height: 4.49658vw;
  }
  .commonList_item_listTitle_required {
    margin-left: 0;
    width: auto;
    height: 5vw;
    padding: 0 1.7vw;
    font-size: 28px;
    font-size: 2.73705vw;
    letter-spacing: 2px;
    letter-spacing: 0.1955vw;
  }
  .commonList_item_listBody {
    margin-top: 1vw;
    margin-left: 0;
  }
  .commonList_item_listBody_parts {
    font-size: 32px;
    font-size: 3.12805vw;
    line-height: 46px;
    line-height: 4.49658vw;
    letter-spacing: 0.5px;
    letter-spacing: 0.04888vw;
  }

  .commonList.commonList-blackVer .commonList_item {
    padding: 4.2vw 0;
  }
  .commonList.commonList-blackVer .commonList_item_listTitle {
    border-left: 1.2vw solid #202121;
    padding: 0.4vw 0 0.4vw 1.8vw;
    width: 100%;
    max-width: 100%;
    font-size: 40px;
    font-size: 3.91007vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
    line-height: 46px;
    line-height: 4.49658vw;
  }
  .commonList.commonList-blackVer .commonList_item_listBody {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    background: #f5f5f5;
    padding: 4% 5%;
  }
  .commonList.commonList-blackVer .commonList_item_listBody_text {
    font-family: "NotoSansCJKjp-Light";
    font-size: 32px;
    font-size: 3.12805vw;
    letter-spacing: 0.5px;
    letter-spacing: 0.04888vw;
    line-height: 54px;
    line-height: 5.27859vw;
  }
  .commonList.commonList-blackVer .commonList_item_listBody_text:not(:first-child) {
    margin-top: 3vw;
  }

  .formItem-name01 .commonList_item_listBody,
  .formItem-name02 .commonList_item_listBody {
    display: block;
  }
  .formItem-name01 .commonList_item_listBody_partsWrap,
  .formItem-name02 .commonList_item_listBody_partsWrap {
    display: block;
  }
  .formItem-name01 .commonList_item_listBody_parts,
  .formItem-name02 .commonList_item_listBody_parts {
    width: 100%;
  }
  .formItem-name01 .commonList_item_listBody_parts:not(:last-child),
  .formItem-name02 .commonList_item_listBody_parts:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2vw;
  }

  .formItem-address .commonList_item_listBody_parts:not(:last-child) {
    margin-right: 1vw;
  }
  .formItem-address .commonList_item_listBody_parts.input-postacode01, .formItem-address .commonList_item_listBody_parts.input-postacode02 {
    width: 20%;
    max-width: 100%;
  }
  .formItem-address .commonList_item_listBody_parts.autoInputBtn {
    height: 10vw;
    margin-left: 2vw;
  }
  .formItem-address .commonList_item_listBody_parts.autoInputBtn a, .formItem-address .commonList_item_listBody_parts.autoInputBtn button {
    padding: 0 2.5vw;
  }
  .formItem-address .commonList_item_listBody_partsWrapFooter {
    margin-top: 3vw;
  }
  .formItem-address .commonList_item_listBody_parts.select-address {
    margin-bottom: 2vw;
    width: 100%;
  }
  .formItem-address .commonList_item_listBody_parts.input-address02 {
    margin-top: 2vw;
  }

  .formItem-tel .commonList_item_listBody_parts:not(:last-child),
  .formItem-fax .commonList_item_listBody_parts:not(:last-child) {
    margin-right: 1vw;
  }
  .formItem-tel .commonList_item_listBody_parts.input-tel01, .formItem-tel .commonList_item_listBody_parts.input-tel02, .formItem-tel .commonList_item_listBody_parts.input-tel03, .formItem-tel .commonList_item_listBody_parts.input-fax01, .formItem-tel .commonList_item_listBody_parts.input-fax02, .formItem-tel .commonList_item_listBody_parts.input-fax03,
  .formItem-fax .commonList_item_listBody_parts.input-tel01,
  .formItem-fax .commonList_item_listBody_parts.input-tel02,
  .formItem-fax .commonList_item_listBody_parts.input-tel03,
  .formItem-fax .commonList_item_listBody_parts.input-fax01,
  .formItem-fax .commonList_item_listBody_parts.input-fax02,
  .formItem-fax .commonList_item_listBody_parts.input-fax03 {
    width: 22%;
    max-width: 100%;
  }

  .formItem-mail .commonList_item_listBody_parts.input-mailConfirm, .formItem-mail .commonList_item_listBody_parts.input-passwordConfirm,
  .formItem-password .commonList_item_listBody_parts.input-mailConfirm,
  .formItem-password .commonList_item_listBody_parts.input-passwordConfirm {
    margin-top: 2vw;
  }
  .formItem-mail .commonList_item_listBody_parts.input-mailFor:not(:first-child), .formItem-mail .commonList_item_listBody_parts.input-passwordFor:not(:first-child),
  .formItem-password .commonList_item_listBody_parts.input-mailFor:not(:first-child),
  .formItem-password .commonList_item_listBody_parts.input-passwordFor:not(:first-child) {
    margin-top: 2vw;
  }

  .formItem-cardNumber .commonList_item_listBody_parts {
    width: 100%;
  }

  .formItem-cardLimit .commonList_item_listBody_parts:not(:last-child) {
    margin-right: 3%;
  }

  .formItem-cardName .commonList_item_listBody_parts:not(:last-child) {
    margin-right: 3%;
  }
  .formItem-cardName .commonList_item_listBody_parts.input-cardNameFirst, .formItem-cardName .commonList_item_listBody_parts.input-cardNameLast {
    width: 40%;
  }

  .formItem-cardCord .commonList_item_listBody_parts {
    width: 100%;
  }

  .formBtn {
    margin-top: 5vw;
  }
  .formBtn_main {
    width: 100%;
    height: 16vw;
  }
  .formBtn_main span {
    font-size: 26px;
    font-size: 2.54154vw;
    letter-spacing: 1.4px;
    letter-spacing: 0.13685vw;
    margin-left: 2vw;
  }
  .formBtn_sub {
    width: 60%;
    margin-top: 4.2vw;
  }
}
