@charset "UTF-8";
/* -----------------------------------------
- common
----------------------------------------- */
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
body {
  width: 100%;
  height: 100%;
  color: #555;
  background: #fff;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  /* Adjust font size */
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  letter-spacing: normal;
  animation: fadeIn 1s ease;
  -webkit-animation: fadeIn 1s ease;
}
body, input, button, select, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-size: 16px;
}
p {
  font-size: 1.6rem;
  font-size: 16px;
  letter-spacing: normal;
}
span {
  letter-spacing: normal;
}
object {
  pointer-events: none;
}
a {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  transition: all .3s;
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active, a:hover {
  opacity: .7;
  outline-width: 0;
}
img {
  -webkit-tap-highlight-color: transparent;
  max-width: 100%;
  height: auto;
}
table {
  border-spacing: 0;
  width: 100%;
}
ol, ul {
  list-style: none;
  font-size: 0;
  padding: 0;
  margin: 0;
}
ol li, ul li {
  font-size: 1.6rem;
}
input, button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-style: none;
  color: inherit;
  border-radius: 0;
  outline: none;
}
button, select {
  text-transform: none;
}
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, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #1c1c1c;
  letter-spacing: normal;
}
h1,
.h1 {
  font-size: 2.2rem;
}
h2,
.h2 {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}

/* -----------------------------------------
- animation
----------------------------------------- */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
    0% {
        opacity:0;
        margin-top: -10px;
    }
    100% {
        opacity:1;
    }
}
@keyframes fadeUp {
    0% {
        opacity:1;
    }
    100% {
        opacity:0;
        margin-top: -10px;
    }
}

/* -----------------------------------------
- scrollbar
----------------------------------------- */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #555;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #aaa;
}
/* -----------------------------------------
- common
----------------------------------------- */
main {
  position: relative;
  width: 100%;
  min-width: 1140px;
  height: auto;
  margin: 0 auto;
}
aside {
  float: left;
  width: 230px;
  max-width: 230px;
  height: 100%;
  overflow: hidden;
}

.inner {
  width: 1140px;
  min-width: 1140px;
  height: 100%;
  margin: 0 auto;
}
.inner.full-width {
  width: 100%;
  padding: 0;
}
.rightcol {
  float: right;
  width: 910px;
  max-width: 910px;
  padding-left: 50px;
  height: 100%;
  overflow: hidden;
}
.rightcol_inner {
  width: 100%;
}
.main_container {
  width: 1140px;
  max-width: 1140px;
  height: 100%;
  margin: 0 auto;
}
.main_container::after {
  content: "";
  clear: both;
  display: block;
}

.container {
  width: 100%;
  margin: 0 auto;
}
.box {
  width: 100%;
  margin: 0 auto;
}

/* -----------------------------------------
- header
----------------------------------------- */
header {
  width: 100%;
}
.top {
  height: 70px;
  padding: 5px 0;
  display: flex;
}
.toplogo {
  width: 249px;
  display: block;
}
.toplogo a {
  display: block;
  height: 100%;
}
.toplogo a img {
  height: 100%;
  width: auto;
}
.belt-banner {
  width: 100%;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
.topnav_box {
  overflow: hidden;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.topnav {
  display: flex;
}
.topnav li:not(last-child) {
  margin-left: 10px;
}
.topnav .icon {
  line-height: 70px;
  font-size: 32px;
}
.topnav .advance-search {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.topnav .mypage-icon {
  font-size: 36px;
}

/* .search */
.search {
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.search .input_box {
  display: flex;
  width: 220px;
  border-bottom: 1px solid #515151;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.search .input_box input {
  width: 180px;
}
.search .input_box input {
  width: 180px;
}
.search .input_box .search_btn {
  color: #000000;
  position: absolute;
  right: 0;
  top: -3px;
}
.search .input_box .search_btn span {
  font-size: 32px;
}
input::-webkit-input-placeholder {
  color: #7f7f7f;
  font-size: 12px;
  letter-spacing: 1px;
}
/* IE */
input:-ms-input-placeholder {
  color: #7f7f7f;
  font-size: 12px;
  letter-spacing: 1px;
}
/* firefox */
input::-moz-placeholder {
  color: #7f7f7f;
  font-size: 12px;
  letter-spacing: 1px;
}
/* Edge */
input::-ms-input-placeholder {
  color: #7f7f7f;
  font-size: 12px;
  letter-spacing: 1px;
}
/* .login */
.login {
  margin-right: 25px;
  line-height: 65px;
}
.login_txt {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #7f7f7f;
  letter-spacing: 1px;
}
/* .comment */
.comment {
  margin-right: 26px;
  line-height: 65px;
}
.comment img {
  width: 23px;
}
/* .love */
.love {
  line-height: 65px;
}
.love img {
  width: 23px;
}
/* .shopping-cart */
.shopping-cart {
  position: relative;
  margin-right: 6px;
  line-height: 67px;
}
.cart-in_number {
  display: none;
}
.cart-in.cart-in_number {
  position: absolute;
  top: 15px;
  right: -6px;
  display: inline-block;
  width: 16px;
  height: 16px;
  padding-left: 1px;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  color: #fff;
  background: #d0021b;
  line-height: 17px;
  text-align: center;
  border-radius: 50%;
  letter-spacing: 1px;
}
.gnav_box {
  clear: both;
  width: 100%;
  min-width: 1140px;
  height: 50px;
  margin: 0 auto;
  background: #f8f8f8;
}
.gnav_box ul.gnav {
  display: flex;
  line-height: 50px;
}
.gnav_box ul.gnav> li {
  display: inline-block;
  width: 120px;
  white-space: nowrap;
}
.gnav_box ul li a {
  position: relative;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  letter-spacing: .7px;
}
.gnav> li:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #aaa;
}
.gnav_category a {
  padding: 0 20px;
}
.gnav_brand a {
  padding: 0 30px;
}
.gnav_ranking a {
  padding: 0 30px;
}
.gnav_topics a {
  padding: 0 30px;
}
.gnav_sale a {
  padding: 0 30px;
}


.gnav_box li.gnav_category {
  position: relative;
}
.gnav_box li.gnav_brand {
  position: relative;
}
.gnav_box ul li ul {
  display: none;
}
.gnav_box ul li:hover ul {
  position: absolute;
  z-index: 99;
  display: block;
  width: 210px;
  background: #fff;
  border: 1px solid #c7c7c7;
  animation: fadeDown .6s ease;
  -webkit-animation: fadeDown .6s ease;
}
.gnav_box ul li ul:first-of-type {
 left: 10;
}
.gnav_box ul li ul:nth-of-type(2) {
  left: 210px;
  border-left: 0;
}
.gnav_box ul li ul:nth-of-type(3) {
  left: 420px;
  border-left: 0;
}
.gnav_box ul li ul:nth-of-type(4) {
  left: 630px;
  border-left: 0;
}

.gnav_box ul li ul li {
  font-family: 'Lato', sans-serif;
  display: block;
  color: #000;
  font-size: 14px;
  white-space: nowrap;
}
.gnav_box ul li ul li a {
  display: block;
  width: 100%;
  /* padding: 0 20px 0 40px; */
  padding: 0 20px;
  color: #000;
  font-size: 12px;
  white-space: nowrap;
  transition: ease .3s;
}
.gnav_box ul li ul li a:hover {
  background: #c7c7c7;
}
.gnav_box ul li ul .none,
.gnav_box ul li ul .none a:hover {
  pointer-events: none;
  background: transparent;
}
.gnav_box ul li ul .tgl_point {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0 0 40px;
  color: #000;
  font-size: 14px;
  border-bottom: 1px solid #c7c7c7;
  cursor: pointer;
}
.gnav_box ul li ul .tgl_point::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 10px;
  height: 10px;
  background: url('/img/user/common/icon_minus.png') no-repeat;
  background-size: 100%;
  transition: ease .3s;
}
.gnav_box ul li ul .tgl_point.plus::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 6.5px);
  left: 20px;
  width: 10px;
  height: 10px;
  background: url('/img/user/common/icon_plus.png') no-repeat;
  background-size: 100%;
  transition: ease .3s;
}


/* ======================================
= toppage =
========================================= */
/* -----------------------------------------
- #top_banner
----------------------------------------- */
#top_banner {
  width: 100%;
  margin: 0 auto;
  animation: fadeIn 2s ease;
  -webkit-animation: fadeIn 2s ease;
}
#top_banner a {
  display: block;
  width: 100%;
  height: 100%;
}
#top_banner .sp-slides {
  height: 548px;
}
#top_banner .sp-slides .sp-slide {
  text-align: center;
}
/* slider-pro */
.slider-pro .sp-buttons {
  display: block;
  width: 100%;
  padding-top: 2.5px;
  margin-bottom: 20.5px;
}
.sp-buttons .sp-button {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  margin: 9.5px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #c3c3c3;
}
.sp-buttons .sp-selected-button {
  background-color: #333;
}
/* -----------------------------------------
- #sub_banner
----------------------------------------- */
#sub_banner ul {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}
#sub_banner ul li {
  margin: 0 15px 0;
}
/* -----------------------------------------
- section
----------------------------------------- */
section h1,.h1 {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  color: #1c1c1c;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 1.1px;
  line-height: 1.25;
}
/* -----------------------------------------
- .product_list
----------------------------------------- */
.product_list {
  display: flex!important;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.product_list li {
  display: flex;
  white-space: nowrap;
  text-align: center;
  flex-direction: column;
}
.product_list >li {
  min-width: 178px;
}

.item_image a {
  width: 100%;
  height: 100%;
  display: block;
}
.item_info {
  margin-bottom: .25em;
}
.item_info a {
  display: inline-block;
}
.item_info a {
  display: inline-block;
}
.item_info a:hover {
  opacity: .7;
  text-decoration: underline;
}
.item_info a:hover .sale {
  text-decoration: underline;
}
.item_info .brand {
  font-size: 12px;
}
.item_info .item_title {
  font-size: 14px;
  line-height: 1.75;
  white-space: normal;
  word-break: break-all;
}
.price_txt {
  font-size: 16px;
  font-weight: bold;
}
.yen {
  font-family: sans-serif;
}
.tax-in {
  font-size: 12px;
  padding-left: .5em;
}
.sale {
  display: inline-block;
  font-size: 12px;
  color: #d0021b;
}
.sale .sale_txt {
  font-size: 12px;
  padding-left: .5em;
}
.item_mark {
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: auto;
}
.item_mark li {
  width: 33px;
  margin: auto 0;
  line-height: 0;
}
.item_mark li:nth-child(n+2) {
  margin-left: 7px;
  margin-right: 0;
}
.item_mark li img {
  width: 100%;
}
.item_mark a {
  display: block;
}
.item_mark a:hover {
  opacity: .7;
}
.item_mark >.none {
  display: none;
}
.more_link {
  position: relative;
  padding-top: 18px;
  padding-right: 20px;
  font-size: 14px;
  text-align: right;
}
.more_link span {
  letter-spacing: 1px;
}
.more_link a {
  color: #7f7f7f;
}
.more_link::after {
  position: absolute;
  top: 19px;
  right: 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 19px;
  background: url('/img/user/common/arrow-right_s.png') no-repeat;
  background-size: 100%;
}
/* -----------------------------------------
- Top Page Contents
----------------------------------------- */
.top-page-content-section {
  padding-bottom: 70px;
}

.pickup-products h1 {
  margin-bottom: 63px;
  font-size: 3rem;
}

.pickup-products .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.pickup-products .bx-wrapper .bx-prev {
  left: -30px;
  background: url('/img/user/common/arrow-left.png') no-repeat 0;
  background-size: contain;
}
.pickup-products .bx-wrapper .bx-prev:hover,
.pickup-products .bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.pickup-products .bx-wrapper .bx-next {
  right: -30px;
  background: url('/img/user/common/arrow-right.png') no-repeat 0;
  background-size: contain;
}
.pickup-products .bx-wrapper .bx-next:hover,
.pickup-products .bx-wrapper .bx-next:focus {
  background-position: 0 0;
}
.pickup-products .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  margin-top: -54px;
  outline: 0;
  width: 13px;
  height: 25px;
  text-indent: -9999px;
  z-index: 99999;
}

.pickup-products .product_list .product_content {
  min-width: 200px;
  max-width: 240px;
  margin-right: 10px;
}

.pickup-products .product_list .product_content:last-child {
  margin-right: 0px;
}

.pickup-products .product_list .product_content.item-per-row-5 {
  width: calc((100% - (10px * 4)) / 5);
}
.pickup-products .product_list .product_content.item-per-row-4 {
  width: calc((100% - (10px * 3)) / 4);
}
.pickup-products .product_list .product_content.item-per-row-3 {
  width: calc((100% - (10px * 2)) / 3);
}

.pickup-products .product_list .product_content .product_mark {
  text-align: left;
  margin-bottom: 5px;
  height: 2rem;;
}

.pickup-products .product_list .product_content .product_mark span {
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  color: #a5a0a0;
  border: 1px solid #a5a0a0;
  border-radius: 5px;
  background-color: #fff;
  padding: 0 4px;
}
.pickup-products .product_list .product_content .product_mark span.sale {
  color: #ff5146;
  border-color: #ff5146;
}

.pickup-products .product_list .product_content .product_info {
  font-size: 1.5rem;
  font-weight: normal;
  height: 80px;
  line-height: 22px;
  margin-top: 10px;
  text-align: left;
  text-wrap: wrap;
}

.pickup-products .product_list .product_content .product_info h3 {
  font-weight: normal;
}

.pickup-products .product_list .product_content .product_info .item-name {
  white-space: normal;
}

.pickup-products .product_list .product_content .product_info .item-price {
  color: #aaaaaa;
  margin-bottom: 17px;
}
.pickup-products .product_list .product_content .product_info .item-price .line-through {
  text-decoration: line-through;
}
.pickup-products .product_list .product_content .product_info .item-price .price.sale-price {
    color: #ff5146;
}

.pickup-products .view-more-link {
  border: 1px solid #111111;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5rem;
  margin: 0 auto;
  padding: 18px 0;
  text-align: center;
  transition: all 0.3s;
  width: 240px;
}

.item_image {
  display: flex;
  min-height: 320px;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.item_image.rank {
  position: relative;
}
.item_image.rank::after {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 90;
  counter-increment: number;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 1.75;
  letter-spacing: 1px;
  background: #fff;
  border: 1px solid #c7c7c7;
  content: attr(data-rank);
}
.item_image.rank.first::after {
  color: #fff;
  background: #e7bc3a;
  border: 1px solid #e7bc3a;
}
.item_image.rank.second::after {
  color: #fff;
  background: #9a9893;
  border: 1px solid #9a9893;
}
.item_image.rank.third::after {
  color: #fff;
  background: #a0783f;
  border: 1px solid #a0783f;
}

/* -----------------------------------------
- #newarrival
----------------------------------------- */
#newarrival {
  padding-bottom: 34px;
}
.newarrival_list > li {
  width: 18%;
  margin-left: 2.5%;
}
.newarrival_list > li:first-child {
  margin-left: 0;
}
.newarrival_list .newarrival_item .item_image {
  margin: 0 0 8px 0;
}
/* -----------------------------------------
- #ranking
----------------------------------------- */
#ranking {
  padding-bottom: 34px;
}
#ranking h1,.h1 {
  margin-bottom: 26px;
}
#ranking-nav {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
#ranking-nav li {
  /* width: calc(100% / 7); */
  padding: 0 3.4em;
  font-size: 14px;
}
#ranking-nav li:first-child {
  padding-left: 7em;
}
#ranking-nav a {
  color: #7f7f7f;
}
#ranking-nav a:focus,
#ranking-nav a:hover,
#ranking-nav a.active {
  color: #333;
  font-weight: bold;
}
.ranking_list {
  counter-reset: number;
}
.ranking_list li.rank {
  position: relative;
}
.ranking_list li.rank::after {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 9999;
  counter-increment: number;
  content: counter(number);
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 1.75;
  letter-spacing: 1px;
  background: #fff;
  border: 1px solid #c7c7c7;
}
.ranking_list li.rank:nth-child(1)::after {
  color: #fff;
  background: #e7bc3a;
  border: 1px solid #e7bc3a;
}
.ranking_list li.rank:nth-child(2)::after {
  color: #fff;
  background: #9a9893;
  border: 1px solid #9a9893;
}
.ranking_list li.rank:nth-child(3)::after {
  color: #fff;
  background: #a0783f;
  border: 1px solid #a0783f;
}
.ranking_list > li {
  width: 18%;
  margin-left: 2%;
}
.ranking_list > li:first-child {
  margin-left: 0;
}
/* ranking-slider
--------------------------- */
.rankingSlider_cnt .bx-wrapper {
  margin-bottom: 0;
}
.rankingSlider_cnt .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.rankingSlider_cnt .bx-wrapper .bx-prev {
  left: 0;
  background: url('/img/user/common/arrow-left.png') no-repeat 0;
  background-size: contain;
}
.rankingSlider_cnt .bx-wrapper .bx-prev:hover,
.rankingSlider_cnt .bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.rankingSlider_cnt .bx-wrapper .bx-next {
  right: 0;
  background: url('/img/user/common/arrow-right.png') no-repeat 0;
  background-size: contain;
}
.rankingSlider_cnt .bx-wrapper .bx-next:hover,
.rankingSlider_cnt .bx-wrapper .bx-next:focus {
  background-position: 0 0;
}
.rankingSlider_cnt .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  margin-top: -54px;
  outline: 0;
  width: 13px;
  height: 25px;
  text-indent: -9999px;
  z-index: 99999;
}
.rankingSlider_cnt .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* -----------------------------------------
- #recommend
----------------------------------------- */
#recommend {
  padding-bottom: 34px;
}
#recommend h1,.h1 {
  margin-bottom: 26px;
}
.recommend-nav {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.recommend-nav li {
  /* width: calc(100% / 7); */
  padding: 0 3.4em;
  font-size: 14px;
}
.recommend-nav li:first-child {
  padding-left: 7em;
}
.recommend-nav a {
  color: #7f7f7f;
}
.recommend-nav a:focus,
.recommend-nav a:hover,
.recommend-nav a.active {
  color: #333;
  font-weight: bold;
}
/* recommend-slider
--------------------------- */
.recommendSlider_cnt .bx-wrapper {
  margin-bottom: 0;
}
.recommendSlider_cnt .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.recommendSlider_cnt .bx-wrapper .bx-prev {
  left: 0;
  background: url('/img/user/common/arrow-left.png') no-repeat 0;
  background-size: contain;
}
.recommendSlider_cnt .bx-wrapper .bx-prev:hover,
.recommendSlider_cnt .bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.recommendSlider_cnt .bx-wrapper .bx-next {
  right: 0;
  background: url('/img/user/common/arrow-right.png') no-repeat 0;
  background-size: contain;
}
.recommendSlider_cnt .bx-wrapper .bx-next:hover,
.recommendSlider_cnt .bx-wrapper .bx-next:focus {
  background-position: 0 0;
}
.recommendSlider_cnt .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  margin-top: -54px;
  outline: 0;
  width: 13px;
  height: 25px;
  text-indent: -9999px;
  z-index: 99999;
}
.recommendSlider_cnt .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.recommend_list > li {
  width: 18%;
  margin-left: 2%;
}
.recommend_list > li:first-child {
  margin-left: 0;
}
/* -----------------------------------------
- #news-event
----------------------------------------- */
#news-event h1 {
  font-size: 3rem;
}
.news-event_box {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.news-event_box ul {
  width: 100%;
  margin: 10px 0;
}
.news-event_box a {
  color: #555;
}

.news-event_tbl {
  width: 1140px;
  margin-bottom: 34px;
  color: #555;
  font-size: 12px;
  font-weight: normal;
}
.news-event_tbl tr {
  height: 70px;
  border: 1px solid #c7c7c7;
}
.news-event_tbl .news_date{
  width: 110px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
}
.news-event_tbl .news_title {
  width: 460px;
  padding-right: .75em;
  vertical-align: middle;
  border-right: 1px solid #c7c7c7;
}
.news-event_tbl .news_title span{
  letter-spacing: 1px;
}
.news_title {
  position: relative;
}
.ne-date_txt {
  padding: 0 28px 0 17px;
}
/* -----------------------------------------
- footer
----------------------------------------- */
footer {
  width: 100%;
  margin: 0 auto;
}
footer .inner {
  position: relative;
}
.footer-contents {
  display: flex;
  width: 100%;
  font-size: 12px;
  padding: 20px 0;
  border-top: solid 1px;
  border-bottom: solid 1px;
  justify-content: flex-start;
}
.footer-contents::after {
  content: "";
  clear: both;
  display: block;
}
.footer-contents dt, .footer-contents li {
  font-size: 1.4rem;
}
.footer_nav {
  float: left;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  min-width: 360px;
}
.footer_nav a {
  display: inline-block;
}
.footer_nav a:hover {
  opacity: .7;
  text-decoration: underline;
}
.footer_nav dl dd {
  display: flex;
  font-size: 12px;
  margin-top: 16px;
}
.footer_nav dl dd ul {
  margin-right: 50px;
}
.footer_nav dl dd ul li {
  margin: 10px 0;
}

.footer_sns {
  margin: 20px 0 0 0;
}
.footer_sns dd {
  display: flex;
  font-size: 12px;
  margin-top: 16px;
}
.footer_sns li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.footer_sns li img {
  width: 28px;
  max-width: 100%;
  margin-right: 8px;
  height: auto;
}
.footer_sns li a {
  display: block;
  padding: 0;
}

.footer_banner {
  margin-left: auto;
  height: 100%;
}
.footer_banner img {
  height: 100%;
}

/* copyright */
.copyright {
  width: 100%;
  color: #333;
  text-align: center;
  overflow: hidden;
  margin: 20px 0;
}
.copyright .copy {
  font-family: sans-serif;
  font-size: 11px;
}
/* pagetop */
#pagetop {
  position: absolute;
  right: 60px;
}
#pagetop a {
  position: fixed;
  z-index: 99999;
  bottom: 240px;
  width: 60px;
  height: 60px;
}
/* ======================================
= page =
========================================= */
.page section h1 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.page #recommend {
  clear: both;
  padding-top: 36px;
  padding-bottom: 50px;
  border-top: 1px solid #c7c7c7;
}
.page #anotherbrand {
  padding-bottom: 50px;
}
.page #history {
  padding-bottom: 100px;
  /* 商品詳細にHISTORY以外も表示する場合は、修正が必要 */
  clear: both;
  padding-top: 36px;
  /* padding-bottom: 50px; */
  border-top: 1px solid #c7c7c7;
}
/* -----------------------------------------
= detail.html
----------------------------------------- */
#breadcrumb {
  padding: 14px 0 20px;
}
#breadcrumb li a {
  font-size: 12px;
  color: #07079a;
}
#breadcrumb li .now {
  color: #1c1c1c;
}
#breadcrumb li {
  display: inline;
  line-height: 1;
  font-size: 12px;
  color: #1c1c1c;
}
#breadcrumb li::after {
  display: inline-block;
  margin-bottom: 4px;
  content: ">";
  padding: 0 1em;
  color: #1c1c1c;
  font-size: 10px;
  font-weight: bold;
  vertical-align: middle;
}
#breadcrumb li:last-of-type::after {
  display: none;
}

#page-detail .detail .breadcrumb .inner {
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
}

#page-detail .detail .breadcrumb .inner ul {
  padding: 11px 40px;
}

#page-detail .detail .breadcrumb .inner ul li {
  color: #000;
  display: inline;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
}

#page-detail .detail .breadcrumb .inner ul li a {
  color: #111111;
  font-size: 14px;
}

#page-detail .detail .breadcrumb .inner ul li::after {
  color: #000;
  content: ">";
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
  padding: 0 10px;
  vertical-align: middle;
}

#page-detail .detail .breadcrumb .inner ul li:last-child::after {
  content: none;
}

#page-detail .detail .main-box-area {
  display: flex;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 1025px;
  margin-bottom: 65px;
}

#page-detail .detail .main-box-area .detail-main-img {
  margin-top: 10px;
  position: relative;
  width: 500px;
}

#page-detail .detail .main-box-area .detail-main-img #product-image {
  box-sizing: border-box;
  font-size: 0;
  letter-spacing: 0;
  list-style: none;
  margin: 0 auto 20px;
  overflow: hidden;
  padding-left: 0;
  white-space: nowrap;
}

#page-detail .detail .main-box-area .detail-main-img .btn-prev, #page-detail .detail .main-box-area .detail-main-img .btn-next {
  cursor: pointer;
  height: 37px;
  position: absolute;
  top: 300px;
  width: 5px;
}

#page-detail .detail .main-box-area .detail-main-img .btn-prev span, #page-detail .detail .main-box-area .detail-main-img .btn-next span {
  box-sizing: border-box;
  border: 1px solid grey;
  display: block;
  height: 27px;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
  width: 27px;
}

#page-detail .detail .main-box-area .detail-main-img .btn-prev {
  left: -30px;
}

#page-detail .detail .main-box-area .detail-main-img .btn-prev span {
  border-right-color: transparent;
  border-top-color: transparent;
  left: 5px;
}

#page-detail .detail .main-box-area .detail-main-img .btn-next {
  right: -30px;
}

#page-detail .detail .main-box-area .detail-main-img .btn-next span {
  border-left-color: transparent;
  border-bottom-color: transparent;
  right: 5px;
}

#page-detail .detail .main-box-area .detail-main-img #product-image li {
  display: inline-block;
  transition: all 0.5s linear;
  vertical-align: middle;
}

#page-detail .detail .main-box-area .detail-main-img #product-image li .bg-img {
  display: flex;
  height: 656px;
  min-height: 320px;
  justify-content: center;
  align-items: center;
}

#page-detail .detail .main-box-area .detail-main-img #product-image li .bg-img img {
  background: no-repeat center/contain;
  vertical-align: top;
  width: 100%;
}

#page-detail .detail .main-box-area .detail-main-img .img_page {
  margin: 32px 0 25px;
  text-align: center;
  width: 500px;
}

#page-detail .detail .main-box-area .detail-main-img .thumbnail-area {
  width: 100%;
}

#page-detail .detail .main-box-area .detail-main-img .thumbnail-area .thumbnail-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#page-detail .detail .main-box-area .detail-main-img .thumbnail-area .thumbnail-list::after {
  content: "";
  width: 24%;
}

#page-detail .detail .main-box-area .detail-main-img .thumbnail-area .thumbnail-list::before {
  order:1;
  content: "";
  width: 24%;
}

#page-detail .detail .main-box-area .detail-main-img .thumbnail-area .thumbnail-list li {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 24%;
}

#page-detail .detail .main-box-area .detail-main-img .thumbnail-area .thumbnail-list li:hover img {
  opacity: 0.7;
}

#page-detail .detail .main-box-area .detail-main-img .thumbnail-area .thumbnail-list li:nth-of-type(4n) {
  margin-right: 0;
}

#page-detail .detail .main-box-area .detail-main-img .thumbnail-area .thumbnail-list li:nth-of-type(n + 5) {
  margin-top: 8px;
}

#page-detail .detail .main-box-area .detail-main-img .thumbnail-area .thumbnail-list li img {
  background: no-repeat center/contain;
  transition: all 0.3s;
  width: 100%;
}

#page-detail .detail .main-box-area .detail-text-area {
  margin-left: 55px;
  width: 465px;
}

#page-detail .detail .main-box-area .detail-text-area .title-box {
  font-weight: bold;
}

#page-detail .detail .main-box-area .detail-text-area .title-box .detail-title {
  font-size: 30px;
  letter-spacing: 0.1em;
}

#page-detail .detail .main-box-area .detail-text-area .title-box .sub-title {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  margin-top: 25px;
  line-height: 1.5;
  font-weight: 300;
}

#page-detail .detail .main-box-area .detail-text-area .title-box .sub-title .price.sale-price {
  color: #ff5146;
}
#page-detail .detail .main-box-area .detail-text-area .title-box .sub-title .off-rate {
  color: #ff5146;
}

#page-detail .detail .main-box-area .detail-text-area .main-txt-box {
  font-size: 14px;
  letter-spacing: 0.035em;
  line-height: 28px;
  margin: 55px 0 60px;
}

#page-detail .detail .main-box-area .detail-text-area .detail-sub-box .caution-txt {
  font-weight: bold;
  letter-spacing: 0.035em;
  line-height: 28px;
  margin-top: 75px;
}

#page-detail .detail .main-box-area .detail-text-area .detail-sub-box .caution-txt .caution-sub-txt {
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  margin-top: 40px;
}

#page-detail .detail .main-box-area .detail-text-area .detail-sub-box .caution-txt .caution-sub-txt:nth-of-type(1) {
  margin-top: 27px;
}

#page-detail .detail .main-box-area .detail-text-area .tab-content-wrapper {
  padding-bottom: 40px;
}

#page-detail .detail .main-box-area .detail-text-area .tab-content-wrapper .tab-content.tbl_size {
  margin: 27px 0 18px;
}

#page-detail .detail .main-box-area .detail-text-area .tab-content-wrapper .tab-content.tbl_size .size_comment {
  margin-top: 7px;
  font-size: 14px;
}

#page-detail .detail .main-box-area .detail-text-area .tab-content-wrapper .txt-wrapper {
  font-size: 14px;
  line-height: 24px;
  -ms-overflow-style: none;
  overflow-x: auto;
  scrollbar-width: none;
}

#page-detail .detail .main-box-area .detail-text-area .tab-content-wrapper .txt-wrapper li {
  margin-top: 35px;
}

#page-detail .detail .main-box-area .detail-text-area .tab-content-wrapper .txt-wrapper table {
  border-collapse: collapse;
  margin: auto;
  min-width: 100%;
  width: max-content;
}

#page-detail .detail .main-box-area .detail-text-area .tab-content-wrapper .txt-wrapper table tbody {
  line-height: 1.66667;
}

#page-detail .detail .main-box-area .detail-text-area .tab-content-wrapper .txt-wrapper table tbody tr:nth-child(odd) {
  background: #f8f8f8;
}

#page-detail .detail .main-box-area .detail-text-area .tab-content-wrapper .txt-wrapper table tbody tr td {
  min-width: 60px;
  padding: 15px 30px 15px;
  text-align: center;
}

#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-bg {
  background: #f8f8f8;
  height: 17px;
}

#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .cart-title {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 55px;
}

#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray {
  border-bottom: 1px solid #b5b5b5;
}

#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray:nth-of-type(1) {
  border-top: 1px solid #b5b5b5;
}

#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray:first-child {
  border-top: 1px solid #b5b5b5;
}

#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select {
  box-sizing: border-box;
  width: 100%;
}

#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name {
  display: flex;
  list-style: none;
  padding: 10px 0;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .cart-image {
  border-radius: 50%;
  width: 50px;
}

#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .cart-image img {
  background: center/cover;
  width: 100%;
}

#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .cart-name {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 35px;
  width: 180px;
}

#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .cart-name .sold-label {
  color: #fe2121;
}
#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .cart-name .sales-price {
  color: #fe2121;
}
#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .cart-name .tax-label {
  font-size: 0.8rem;
}

#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .cart-select-in a {
  background: #fff;
  color: #525252;
  border: solid 1px #525252;
  cursor: pointer;
  display: block;
  font-weight: 300;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.3s;
  width: 165px;
  height: 40px;
}

#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .cart-select-in a:hover {
  opacity: 0.7;
}

#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .cart-select-in.sold>a {
  background: rgba(210, 210, 210, 0.7);
}

#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .favolite-img {
  height: 32px;
  width: 32px;
  list-style: none;
  position: relative;
}

#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .favolite-img a {
  cursor: pointer;
  display: block;
  line-height: 45px;
  margin-left: 20px;
  position: relative;
  width: 25px;
}

#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .favolite-img span {
  font-size: 32px;
}

#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .favolite-img img {
  width: 100%;
}

#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .heart {
  display: none;
  height: 20px;
  position: absolute;
  right: 28px;
  top: 9px;
  width: 20px;
}

#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .heart:before {
  background: #e5004f;
  border-radius: 50px 50px 0 0;
  content: "";
  height: 21px;
  left: 35px;
  position: absolute;
  top: 0;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
  width: 14px;
}

#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .heart:after {
  background: #e5004f;
  border-radius: 50px 50px 0 0;
  content: "";
  height: 21px;
  left: 21px;
  position: absolute;
  top: 0px;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
  width: 14px;
}

#page-detail .detail .main-box-area .detail-text-area .cart-select-box .title-box .product-flags {
  line-height: 24px;
  text-align: left;
  height: 40px;
  font-weight: 300;
}
#page-detail .detail .main-box-area .detail-text-area .cart-select-box .title-box .product-flags span {
  display: inline-block;
  text-align: center;
  font-size: 13px;
  color: #a5a0a0;
  border: 1px solid #a5a0a0;
  border-radius: 5px;
  margin-right: 6px;
  background-color: #fff;
  padding: 0 4px;
}
#page-detail .detail .main-box-area .detail-text-area .cart-select-box .title-box .product-flags span.sale {
  color: #ff5146;
  border-color: #ff5146;
}

#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .cart-select-in span ,
#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .cart-select-in button {
  background: #525252;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 300;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.3s;
  width: 165px;
  height: 40px;
}
#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .cart-select-in span:hover,
#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .cart-select-in button:hover {
  opacity: 0.7;
}
#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .cart-select-in .sold,
#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .cart-select-in .before-sale,
#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .cart-select-in .end-sale {
  background: rgba(210, 210, 210, 0.7);
}
#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .cart-select-in .sold ,
#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .cart-select-in .before-sale ,
#page-detail .detail .main-box-area .detail-text-area .cart-select-box .cart-box .bg-gray .cart-select .call-name .cart-select-in .end-sale {
  pointer-events: none;
}

.line-through {
  text-decoration: line-through;
}

.tax-label {
  font-size: 1.2rem;
}


#page-detail .detail .list-allitems {
  font-size: 0;
  letter-spacing: 0;
  margin: 0 auto;
  margin-top: 120px;
  text-align: center;
  width: 1025px;
}

#page-detail .detail .list-allitems .detail_check {
  color: #000;
  font-size: 2rem;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 44px;
  text-align: center;
}

#page-detail .detail .list-allitems .list-area {
  display: inline-block;
  margin-bottom: 83px;
  margin-right: 1.5%;
  vertical-align: top;
  width: 240px;
}

#page-detail .detail .list-allitems .list-area:nth-of-type(4n) {
  margin-right: 0;
}

#page-detail .detail .list-allitems .list-area a {
  display: block;
}

#page-detail .detail .list-allitems .list-area a .img-box img {
  vertical-align: top;
  width: 100%;
}

#page-detail .detail .list-allitems .list-area a .txt-box {
  font-size: 1rem;
  height: 91px;
  line-height: 22px;
  padding-top: 21px;
  text-align: left;
}

#page-detail .detail .list-allitems .list-area a .txt-box .item-price {
  color: #aaaaaa;
  margin-bottom: 17px;
}

#page-detail .detail .list-allitems .list-area a .txt-box .item-price .regular-price {
  text-decoration: line-through;
}

#page-detail .detail .list-allitems .list-area a .txt-box .item-price .price.sale-price {
  color: #ff5146;
}

/* ======================================
= .aside =
========================================= */
.aside h3 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 2;
}
.aside .aside_tgl {
  font-family: 'Lato', sans-serif;
}
.aside .aside_tgl_point {
  position: relative;
  font-family: 'Lato', sans-serif;
  padding-left: 20px;
  color: #1c1c1c;
  line-height: 2.5;
  vertical-align: middle;
}
.aside .aside_tgl_point:hover {
  cursor: pointer;
  opacity: .7;
}
.aside_tgl_point::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
  width: 10px;
  height: 10px;
  background: url('/img/user/common/icon_minus.png') no-repeat;
  background-size: 100%;
  transition: ease .3s;
}
.aside_tgl_point.plus::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  width: 10px;
  height: 10px;
  background: url('/img/user/common/icon_plus.png') no-repeat;
  background-size: 100%;
  transition: ease .3s;
}

.aside_ct {
  padding: 0 2px;
  color: #1c1c1c;
}
.aside_ct:nth-of-type(n+2) ul {
  display: none;
}
.aside_ct a {
  color: #1c1c1c;
}
.aside_ct ul {
  padding: 0 20px 4px;
}
.aside_ct ul li {
  font-size: 12px;
  line-height: 2;
  white-space: nowrap;
}
.aside_ct .active,
.aside_ct ul li.active a {
  color: #333;
  font-weight: bold;
}

#aside-link-box h3 {
  line-height: 2.5;
}
#aside-link-box h3 a {
  color: #1c1c1c;
}
#aside-banner-box ul li {
  margin-bottom: 20px;
}
#aside-banner-box ul li a {
  display: block;
}
#aside-sub-banner-box {
  margin: 20px 0;
}
#aside-sub-banner-box ul li {
  margin-bottom: 20px;
}
#aside-sub-banner-box ul li a {
  display: block;
}

/* ======================================
= .list-page =
========================================= */
.list-page #breadcrumb {
  padding: 14px 0 34px;
}
.list-page section h1 {
  margin-bottom: 0;
  color: #1c1c1c;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 2;
}
.result {
  font-size: 14px;
  display: inline-block;
}
.result .result_items {
  font-weight: bold;
}

/* #pager */
#pager {
  width: 100%;
  margin: 0 auto 100px;
}
#pager ul {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#pager ul li {
  display: inline-block;
}
#pager .pager_first {
  margin-right: 14px;
}
#pager .pager_pre {
  margin-right: 21px;
}
#pager .pager_number {
  margin-right: 21px;
  font-size: 16px;
}
#pager .pager_next {
  margin-right: 14px;
}

/* .display_box */
.list-page #result_select {
  display: block;
  color: #1c1c1c;
}
.display_box {
  float: right;
  display: flex;
  white-space: nowrap;
  margin-bottom: 30px;
}
.display-order {
  width: 150px;
  margin-right: 60px;
}
.display-stock_status {
  width: 88px;
  margin-right: 60px;
}
.display-item_count {
  width: 140px;
}

.display {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  overflow: hidden;
}
.display-order .display::before {
  content: "表示順：";
  display: inline-block;
  font-size: 14px;
}
.display-item_count .display::before {
  content: "表示件数：";
  display: inline-block;
  font-size: 14px;
}
.display::after {
  position: absolute;
  top: 3.5px;
  right: 0;
  content: "";
  width: 12px;
  height: 12px;
  background: url('/img/user/common/icon_caret-down.png') no-repeat;
  background-size: 100%;
  pointer-events: none;/* クリックできるよう */
}
.display select {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  min-width: 100px;
  width: 160px;
  max-width: 160px;
  font-size: 14px;
  border: none;
  position: relative;
}
.display select:focus {
  border: none;
}
.display option {
  width: 160px;
  min-width: 100px;
  max-width: 160px;
  color: #1c1c1c;
  background: #fff;
  border: 1px solid #c7c7c7;
}
.display select:focus option {
  color: #1c1c1c;
  background: #f9f5f3;
}

/* ie9対策 */
.display select:not(:target) {
  width: 120% \9;
}
.display_box select::-ms-expand {
  display: none;
}

/* ======================================
= .register-page-- =
========================================= */
.register-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#register-box {
  padding: 0 20px;
}
#register-box .inner {
  padding-bottom: 100px;
}
#register-box .form_box {
  width: 570px;
  padding: 50px 0 0;
  margin: 0 auto;
  border: 1px solid #c7c7c7;
}
#register-box th {
  display: inline-block;
  width: 140px;
  padding-left: 30px;
  line-height: 50px;
  vertical-align: middle;
}
#register-box input[type="text"],
#register-box input[type="email"],
#register-box input[type="password"],
#register-box textarea {
  width: 400px;
  max-width: 400px;
  height: 50px;
  margin-right: 30px;
  margin-bottom: 20px;
  padding: 0.5em;
  outline: none;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  font-size: 16px;
  background: #fff;
}
#register-box input[type="text"]:focus,
#register-box input[type="email"]:focus,
#register-box input[type="password"]:focus,
#register-box texture:focus {
  border: 1px solid #333;
}
#register-box input[type="text"]:disabled {
  background: #ccc;
}
#register-box .ttl {
  font-size: 14px;
  font-weight: 600;
}
#register-box p .txt {
  display: inline-block;
}
#register-box .register-next {
  width: 290px;
  height: 50px;
  margin: 20px auto 50px;
  border-radius: 4px;
  background: #333;
}
#register-box .register-next .submit_btn {
  width: 100%;
  height: 100%;
  line-height: 50px;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

/* ======================================
= .confirm-page-- =
========================================= */
.confirm-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#confirm-box {
  padding: 0 20px;
}
#confirm-box .inner {
  padding-bottom: 100px;
}
#confirm-box .form_box {
  width: 570px;
  padding: 67px 0 0;
  margin: 0 auto;
  border: 1px solid #c7c7c7;
}
#confirm-box .form_box table {
  margin-bottom: 57px;
}
#confirm-box .form_box th {
  width: 140px;
  padding-left: 30px;
}
#confirm-box .ttl {
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
}
#confirm-box .txt {
  display: inline-block;
}
#confirm-box .confirm-output {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
}
#confirm-box .confirm-btn {
  white-space: nowrap;
  margin: 0 auto 50px;
}
#confirm-box .confirm-btn .submit_btn {
  display: block;
  width: 290px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto 20px;
  color: #fff;
  background: #333;
  white-space: nowrap;
  letter-spacing: 1px;
  border-radius: 4px;
}
#confirm-box .confirm-btn .return_btn {
  display: block;
  width: 290px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: normal;
  margin: 0 auto;
  color: #707070;
  background: #fff;
  white-space: nowrap;
  border: 1px solid #c7c7c7;
  letter-spacing: 1px;
  border-radius: 4px;
}

/* ======================================
= .login-page-- =
========================================= */
.login-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#login-box {
  padding: 0 20px;
}
#login-box .inner {
  padding-bottom: 100px;
}
#login-box .login_box {
  display: block;
  float: left;
  width: 50%;
  max-width: 569px;
  border-right: 1px solid #c7c7c7;
}
#login-box .login_box_add {
  display: inline-block;
  width: 50%;
  max-width: 569px;
  margin: 0 auto;
}
#login-box .form_box::after {
  content: "";
  clear: both;
  display: block;
}
#login-box .form_box {
  width: 1140px;
  height: 100%;
  margin: 0 auto;
  padding: 50px 0;
  border: 1px solid #c7c7c7;
}
#login-box th {
  display: inline-block;
  width: 140px;
  padding-left: 30px;
  line-height: 50px;
  vertical-align: middle;
}
#login-box input[type="text"],
#login-box input[type="email"],
#login-box input[type="password"],
#login-box textarea {
  width: 400px;
  max-width: 400px;
  height: 50px;
  margin-right: 30px;
  margin-bottom: 20px;
  padding: 0.5em;
  outline: none;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  font-size: 16px;
  background: #fff;
}
#login-box input[type="text"]:focus,
#login-box input[type="email"]:focus,
#login-box input[type="password"]:focus,
#login-box texture:focus {
  border: 1px solid #333;
}
#login-box .ttl {
  font-size: 14px;
  font-weight: 600;
}
#login-box p .txt {
  display: inline-block;
}
#login-box .autologin {
  margin-bottom: 14px;
}
#login-box input[type=checkbox] {
  margin-right: 6px;
  width: 14px;
  height: 14px;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  color: #1c1c1c;
  background: #fff;
  vertical-align: middle;
}
#login-box .autologin .txt {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
}
#login-box .login-next {
  width: 290px;
  height: 50px;
  margin: 0 auto 20px;
  border-radius: 4px;
  background: #333
}
#login-box .login-next input {
  width: 100%;
  height: 100%;
  line-height: 50px;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
#login-box .login-forgot {
  margin-left: 140px;
}
#login-box .login-forgot a {
  color: #333;
  font-size: 14px;
  font-weight: normal;
}
#login-box .login_group ul {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 30px;
}
#login-box .login_group ul li {
  width: 50%;
  max-width: 249px;
  height: 134px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}
#login-box .login_group ul li img {
  display: block;
  width: 50px;
  margin: 18px auto 10px;
}
#login-box .login_group ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  overflow: hidden;
}
#login-box .login_group ul .login-facebook {
  background: #3b5998;
  margin-right: 10px;
  margin-bottom: 10px;
}
#login-box .login_group ul .login-twitter {
  background: #1da1f2;
  margin-bottom: 10px;
}
#login-box .login_group ul .login-line {
  background: #00c000;
  margin-right: 10px;
}
#login-box .login_group ul .login-yahoo_jp {
  background: #ff0033;
}

/* ======================================
= .mypage-page-- =
========================================= */
.mypage-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#mypage-box {
  padding: 0 20px;
}
#mypage-box .inner {
  padding-bottom: 100px;
}
#mypage-box .box {
  display: block;
  max-width: 980px;
}
#mypage-box .box * .material-symbols-outlined {
  font-size: 48px;
}
#mypage-box .box ul {
  display: flex;
  text-align: center;
}
#mypage-box .box ul:not(:last-child) {
  margin-bottom: 10px;
}
#mypage-box .box ul li {
  width: 320px;
  font-size: 16px;
  line-height: 28px;
  color: #1c1c1c;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
}
#mypage-box .box ul li a {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}
#mypage-box .box ul li a:hover {
  background: #c7c7c7;
  opacity: 1;
}
#mypage-box .box ul li:nth-of-type(-n+2) {
  margin-right: 10px;
}
#mypage-box .box ul li img {
  display: block;
  margin: 0 auto 10px;
}
#mypage-box .box ul li .txt {
  white-space: nowrap;
}

/* ======================================
= .mypage-order_histories-page-- =
========================================= */
.mypage-order_histories-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#mypage-order_histories-box .inner {
  padding-bottom: 100px;
}
#mypage-order_histories-box .form_box {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 20px;
}
#mypage-order_histories-box .form_box select {
  width: 150px;
  height: 50px;
  padding: .25em .5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #c7c7c7;
  background: #fff;
  background: url('/img/user/mypage/icon-caret-down.png') right 10px center no-repeat;
  background-size: 14px;
}
#mypage-order_histories-box .box {
  width: 100%;
  max-width: 980px;
}
#mypage-order_histories-box .order_box {
  border: 1px solid #c7c7c7;
  margin-bottom: 30px;
}
#mypage-order_histories-box .order-date_box {
  padding: 20px;
  background: #F0f0f0;
  border-bottom: 1px solid #c7c7c7;
}
#mypage-order_histories-box .order-date tr {
  font-size: 16px;
  line-height: 28px;
}
#mypage-order_histories-box .order-date th {
  width: 75px;
}
#mypage-order_histories-box .order-date td:last-of-type {
  display: block;
  float: right;
}
#mypage-order_histories-box .order-date td:last-of-type a {
  color: #1c1c1c;
  text-decoration: underline;
}
#mypage-order_histories-box .order-date td:last-of-type a:hover {
  text-decoration: none;
}
#mypage-order_histories-box .order-number_box {
  padding: 20px;
}
#mypage-order_histories-box .order-number th {
  width: 75px;
}
#mypage-order_histories-box .order-number td:last-of-type {
  text-align: right;
}
#mypage-order_histories-box .order-number td:last-of-type a {
  color: #1c1c1c;
  text-decoration: underline;
}
#mypage-order_histories-box .order-number td:last-of-type a:hover {
  text-decoration: none;
}
#mypage-order_histories-box .order-status {
  display: inline-block;
  min-width: 160px;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  background: #fff;
  border: 1px solid #333;
  white-space: nowrap;
  padding: 0 1em;
}
#mypage-order_histories-box .order-detail_box {
  padding: 0 20px;
}
#mypage-order_histories-box .order-detail_box td {
  vertical-align: top;
  white-space: nowrap;
}
#mypage-order_histories-box .order-detail_box .item_image {
  position: relative;
  width: 100px;
  height: 100px;
  min-width: auto;
  min-height: auto;
  margin-right: 20px;
  background: #fff;
  border: 1px solid #c7c7c7;
  overflow: hidden;
}
#mypage-order_histories-box .order-detail_box .item_image img {
  padding: 5px;
}
#mypage-order_histories-box .order-detail_box tbody {
  display: block;
  padding-bottom: 12px;
}
#mypage-order_histories-box .order-detail_box .order-capacity th,
#mypage-order_histories-box .order-detail_box .order-price th {
  width: 3em;
  vertical-align: top;
}
#mypage-order_histories-box .order-detail_box .order-capacity td,
#mypage-order_histories-box .order-detail_box .order-price td {
  vertical-align: top;
}
#mypage-order_histories-box .order-detail_box .order-detail .item_image-tr a {
  color: #333;
  font-weight: 600;
}
.order-detail .item_image-tr .brand_txt {
  margin-right: .5em;
}
#mypage-order_histories-box .order-detail_box tbody:last-of-type {
  border-bottom: 1px solid #c7c7c7;
}
#mypage-order_histories-box .order-total_box {
  margin-left: auto;
  padding: 20px;
}
#mypage-order_histories-box .order-total {
  text-align: right;
  width: auto;
  float: right;
}
#mypage-order_histories-box .order-total th {
  font-weight: normal;
}
#mypage-order_histories-box .order-total td {
  padding-left: .75em;
}
#mypage-order_histories-box .order-total .total_fee th,
#mypage-order_histories-box .order-total .total_fee td {
  padding-top: 1em;
  font-weight: bold;
}
#mypage-order_histories-box .order-total_box::after {
  content: "";
  clear: both;
  display: block;
}

/* ======================================
= .mypage-edit-page-- =
========================================= */
.mypage-edit-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#mypage-edit-box .inner {
  padding-bottom: 100px;
}
#mypage-edit-box .dl-edit_box {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 30px 50px;
  border: 1px solid #c7c7c7;
}
#mypage-edit-box form {
  margin: 0 auto 40px;
}
#mypage-edit-box dl {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 50px;
  text-align: left;
  margin-bottom: 20px;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 28px;
  background: #fff;
}
#mypage-edit-box dl ul {
  display: flex;
}
#mypage-edit-box dl.edit-name ul li input,
#mypage-edit-box dl.edit-ruby ul li input {
  width: 200px;
}
#mypage-edit-box dl ul li:first-of-type {
  margin-right: 10px;
}
#mypage-edit-box form .note {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  color: #1c1c1c;
  font-size: 12px;
  line-height: 16px;
}
#mypage-edit-box dt {
  width: 130px;
  line-height: 50px;
  white-space: nowrap;
}
#mypage-edit-box dd {
  width: 410px;
  margin: 0;
}
#mypage-edit-box dl input:not([type="checkbox"]) {
  width: 410px;
  height: 50px;
  padding: .5em;
  font-size: 16px;
  border: 1px solid #c7c7c7;
}
#mypage-edit-box input::-webkit-input-placeholder {
  color: #7f7f7f;
  font-size: 16px;
  letter-spacing: 1px;
}
/* IE */
#mypage-edit-box input:-ms-input-placeholder {
  color: #7f7f7f;
  font-size: 16px;
  letter-spacing: 1px;
}
/* firefox */
#mypage-edit-box input::-moz-placeholder {
  color: #7f7f7f;
  font-size: 16px;
  letter-spacing: 1px;
}
/* Edge */
#mypage-edit-box input::-ms-input-placeholder {
  color: #7f7f7f;
  font-size: 16px;
  letter-spacing: 1px;
}
#mypage-edit-box .edit-gender select {
  width: 100px;
  height: 50px;
  padding: .5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #c7c7c7;
  background: #fff;
  background: url('/img/user/mypage/icon-caret-down.png') right 10px center no-repeat;
  background-size: 16px;
}
#mypage-edit-box .edit-save {
  width: 290px;
  height: 50px;
  margin: 0 auto;
  letter-spacing: 1px;
}
#mypage-edit-box .edit-save input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  color: #fff;
  background: #333;
  white-space: nowrap;
}
#mypage-edit-box .edit-save a {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #707070;
  background: #fff;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #c7c7c7;
  text-align: center;
  vertical-align: middle;
}
#mypage-edit-box .edit-save:hover {
  opacity: .7;
  transition: all .3s;
}

/* ======================================
= .mypage-edit-page-- =
========================================= */
.mypage-customer_addresses-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#mypage-customer_addresses-box .customer_addresses_box {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#mypage-customer_addresses-box .new_addresses a {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #333;
  border-radius: 4px;
  white-space: nowrap;
}
#mypage-customer_addresses-box .regulatory_address {
  float: left;
  line-height: 50px;
  font-weight: 600;
  font-size: 20px;
}
#mypage-customer_addresses-box .regulatory_address img {
  margin-right: 15px;
}
#mypage-customer_addresses-box .edit_delete ul {
  display: flex;
  float: right;
  margin-bottom: 10px;
}
#mypage-customer_addresses-box .edit_delete ul li a {
  display: block;
  width: 73px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  text-align: center;
  border-radius: 4px;
}
#mypage-customer_addresses-box .edit_delete ul .edit-btn a {
  color: #fff;
  background: #707070;
}
#mypage-customer_addresses-box .edit_delete ul .delete-btn a {
  color: #707070;
  border: 1px solid #C7C7C7;
}
#mypage-customer_addresses-box .edit_delete ul::after {
  content: "";
  clear: both;
  display: block;
}
#mypage-customer_addresses-box table {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 50px;
}
#mypage-customer_addresses-box table tr {
  border-top: 1px solid #c7c7c7;
}
#mypage-customer_addresses-box table th {
  width: 200px;
  height: 60px;
}
#mypage-customer_addresses-box table td {
  line-height: 28px;
  padding: 30px 0;
}

/* ======================================
= .mypage-customer_addresses_create-box-- =
========================================= */
.mypage-customer_addresses_create-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#mypage-customer_addresses_create-box .inner {
  padding-bottom: 100px;
}
#mypage-customer_addresses_create-box .dl-edit_box {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 30px 50px;
  border: 1px solid #c7c7c7;
}
#mypage-customer_addresses_create-box form {
  margin: 0 auto 40px;
}
#mypage-customer_addresses_create-box dl {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 50px;
  text-align: left;
  margin-bottom: 20px;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 28px;
  background: #fff;
}
#mypage-customer_addresses_create-box dl ul {
  display: flex;
}
#mypage-customer_addresses_create-box dl.edit-name ul li input,
#mypage-customer_addresses_create-box dl.edit-ruby ul li input {
  width: 200px;
}
#mypage-customer_addresses_create-box dl ul li:first-of-type {
  margin-right: 10px;
}
#mypage-customer_addresses_create-box form .note {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  color: #1c1c1c;
  font-size: 12px;
  line-height: 16px;
}
#mypage-customer_addresses_create-box dt {
  width: 180px;
  line-height: 50px;
  white-space: nowrap;
}
#mypage-customer_addresses_create-box dt .small {
  margin-left: .5em;
  font-size: inherit;
  font-weight: normal;
}
#mypage-customer_addresses_create-box dd {
  width: 790px;
  margin: 0;
}
#mypage-customer_addresses_create-box dl input {
  width: 100%;
  max-width: 790px;
  height: 50px;
  padding: .5em;
  font-size: 16px;
  border: 1px solid #c7c7c7;
}
#mypage-customer_addresses_create-box input::-webkit-input-placeholder {
  color: #7f7f7f;
  font-size: 16px;
  letter-spacing: 1px;
}
/* IE */
#mypage-customer_addresses_create-box input:-ms-input-placeholder {
  color: #7f7f7f;
  font-size: 16px;
  letter-spacing: 1px;
}
/* firefox */
#mypage-customer_addresses_create-box input::-moz-placeholder {
  color: #7f7f7f;
  font-size: 16px;
  letter-spacing: 1px;
}
/* Edge */
#mypage-customer_addresses_create-box input::-ms-input-placeholder {
  color: #7f7f7f;
  font-size: 16px;
  letter-spacing: 1px;
}
#mypage-customer_addresses_create-box .edit-postal_code input {
  width: 110px;
}
#mypage-customer_addresses_create-box .edit-prefectures select {
  width: 110px;
  height: 50px;
  padding: 0 .5em;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #c7c7c7;
  background: #fff;
  background: url('/img/user/mypage/icon-caret-down.png') right 10px center no-repeat;
  background-size: 16px;
}
#mypage-customer_addresses_create-box .edit-tel input {
  width: 410px;
}
#mypage-customer_addresses_create-box .edit-regulation input {
  width: 16px;
  height: 50px;
  margin-right: 5px;
  float: left;
  vertical-align: middle;
}
#mypage-customer_addresses_create-box .edit-regulation .radio_btn {
  display: inline-block;
  width: auto;
  line-height: 50px;
  margin-right: 20px;
  white-space: nowrap;
}
#mypage-customer_addresses_create-box .edit-save {
  width: 290px;
  height: 50px;
  margin: 0 auto;
  border-radius: 4px;
  background: #333;
}
#mypage-customer_addresses_create-box .edit-save input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
#mypage-customer_addresses_create-box .edit-save:hover {
  opacity: .7;
  transition: all .3s;
}

/* ======================================
= .mypage-favorites-page-- =
========================================= */
.mypage-favorites-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#mypage-favorites-box .inner {
  padding-bottom: 100px;
}
#mypage-favorites-box .favorites_items {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 20px;
  border: 1px solid #c7c7c7;
}
#mypage-favorites-box .items_detail tr {
  font-size: 16px;
  line-height: 28px;
}
#mypage-favorites-box .items_detail .item_image-tr th {
  width: 140px;
}
#mypage-favorites-box .items_detail .item_ttl {
  padding-top: 20px;
  text-align: left;
  color: #333;
  font-weight: 600;
  vertical-align: top;
}
#mypage-favorites-box .items_detail .item_ttl a {
  color: #333;
}
#mypage-favorites-box .items_detail .item_ttl .brand_txt {
  margin-right: .5em;
}
#mypage-favorites-box .items_detail .item_price {
  vertical-align: top;
}
#mypage-favorites-box .items_detail .item_image {
  position: relative;
  width: 100px;
  height: 100px;
  min-width: auto;
  min-height: auto;
  margin: 20px 20px 12px;
  background: #fff;
  border: 1px solid #c7c7c7;
  overflow: hidden;
}
#mypage-favorites-box .items_detail .item_image img {
  padding: 5px;
}
#mypage-favorites-box .items_detail tr.item_option {
  display: flex;
  float: right;
  margin-right: 20px;
  margin-bottom: 10px;
}
#mypage-favorites-box .items_detail tbody::after {
  content: "";
  clear: both;
  display: block;
}
#mypage-favorites-box .items_detail .delete_btn a {
  display: inline-block;
  width: 70px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #707070;
  font-size: 16px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #c7c7c7;
}
#mypage-favorites-box .items_detail .shopping_cart_btn {
  display: flex;
}
#mypage-favorites-box .items_detail .shopping_cart_btn a {
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: #333;
  border-radius: 4px;
  white-space: nowrap;
}
#mypage-favorites-box .items_detail .shopping_cart_btn a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-right: 5px;
  background: url('/img/user/mypage/icon-shopping_cart.png') no-repeat;
  background-size: 100%;
}
#mypage-favorites-box .items_detail .shopping_cart_btn .finished_sales_message {
  display: table;
}
#mypage-favorites-box .items_detail .shopping_cart_btn .finished_sales_message .finished_sales_message_item {
  display: table-cell;
  vertical-align: middle;
}
#mypage-favorites-box .items_detail .shopping_cart_btn .finished_sales_message .finished_sales_message_item span {
  margin-left: 12px;
}

/* ======================================
= .cart-page-- =
========================================= */
.cart-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#cart-box .inner {
  padding-bottom: 100px;
}
#cart-box .tbl_container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
#cart-box .cart_tbl_box {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #c7c7c7;
}
#cart-box .cart_tbl_box table {
  width: auto;
}
#cart-box .cart_tbl_box table.item_tbl tbody {
  display: block;
  margin-bottom: 12px;
}
#cart-box .cart_tbl_box table.item_tbl th {
  width: 150px;
  height: 150px;
}
#cart-box .cart_tbl_box table.item_tbl td {
  min-width: 46px;
  padding: 0 0 8px;
  vertical-align: top;
}
#cart-box .cart_tbl_box table.item_tbl .order-capacity td {
  vertical-align: middle;
}
#cart-box .cart_tbl_box .item_image {
  position: relative;
  width: 150px;
  height: 150px;
  min-width: auto;
  min-height: auto;
  margin-right: 20px;
  background: #fff;
  border: 1px solid #c7c7c7;
  overflow: hidden;
}
#cart-box .cart_tbl_box .item_image img {
  padding: 5px;
}
#cart-box .cart_tbl_box a {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
#cart-box .cart_tbl_box .delete_btn a {
  display: inline-block;
  width: 50px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #707070;
  background: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
}
#cart-box .cart_tbl_box .favorite_btn a {
  display: inline-block;
  width: 135px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  background: #707070;
  border-radius: 4px;
}
#cart-box .cart_tbl_box .order-capacity select {
  min-width: 60px;
  height: 30px;
  padding: 0 10px;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 14px;
  border: 1px solid #c7c7c7;
  background: url('/img/user/cart/icon-caret-down.png') right 10px center no-repeat;
  background-size: 12px;
  background-color: #fff;
  border-radius: 4px;
}

#cart-box .cart_tbl_box .detail {
  padding: 12px 0;
}
#cart-box .cart_tbl_box .discount,
#cart-box .cart_tbl_box .detail {
  border-top: 1px solid #c7c7c7;
}
#cart-box .cart_tbl_box table.discount_tbl {
  margin: 10px 0;
}
#cart-box .cart_tbl_box table.discount_tbl,
#cart-box .cart_tbl_box table.detail_tbl,
#cart-box .cart_tbl_box table.subtotal_tbl {
  width: 100%;
  text-align: right;
}
#cart-box .cart_tbl_box table.subtotal_tbl th,
#cart-box .cart_tbl_box table.subtotal_tbl td {
  display: inline;
  font-size: 16px;
  font-weight: 600;
}
#cart-box .cart_tbl_box table.detail_tbl th,
#cart-box .cart_tbl_box table.detail_tbl td {
  font-size: 16px;
  font-weight: 100;
}
#cart-box .cart_tbl_box table.subtotal_tbl th {
  padding-right: 5px;
}
#cart-box .cart_tbl_box .subtotal::after {
  content: "";
  clear: both;
  display: block;
}
#cart-box .customers_btn {
  display: flex;
  margin-bottom: 50px;
  border-bottom: 1px solid #c7c7c7;
}
#cart-box .customers_btn .ttl {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #1c1c1c;
}
#cart-box .customers_btn .customers {
  width: 50%;
  padding: 50px 0 50px 160px;
}
#cart-box .customers_btn .non_member {
  width: 50%;
  padding: 50px 0 50px 30px;
}
#cart-box .customers_btn .submit_btn,
#cart-box .customers_btn .register_btn {
  width: 290px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 4px;
  background: #333;
}
#cart-box .customers_btn .not_register_btn {
  width: 290px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 4px;
  background: #909090;
}
#cart-box .customers_btn input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
#cart-box .customers_btn input:hover {
  opacity: .7;
  transition: all .3s;
}
#cart-box .continue a {
  display: block;
  width: 290px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #707070;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  white-space: nowrap;
}
#cart-box .continue a .txt {
  letter-spacing: 1px;
}

/* ======================================
= .order-gift-page-- =
========================================= */
.order-gift-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#order-gift-box .inner {
  padding-bottom: 100px;
}
#order-gift-box .tbl_container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 50px;
  padding: 20px;
  border: 1px solid #c7c7c7;
}
#order-gift-box .tbl_container .gift_ttl {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 1em;
  white-space: nowrap;
}

#order-gift-box .gift_tbl_box table {
  width: auto;
  margin-bottom: 20px;
}
#order-gift-box .gift_tbl_box table tbody {
  display: block;
  margin-bottom: 20px;
}
#order-gift-box .gift_tbl_box table th {
  width: auto;
  font-weight: normal;
}
#order-gift-box .gift_tbl_box .item_image {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  min-width: auto;
  min-height: auto;
  margin: 0;
  margin-right: 20px;
  background: #fff;
  border: 1px solid #c7c7c7;
  overflow: hidden;
}
#order-gift-box .gift_tbl_box .item_image img {
  padding: 5px;
}
#order-gift-box .gift_tbl_box td {
  vertical-align: top
}
#order-gift-box .gift_tbl_box .item_td {
  line-height: 28px;
}
#order-gift-box .gift_tbl_box .item_ttl {
  font-weight: 600;
}
#order-gift-box .gift_tbl_box .brand_txt {
  margin-right: .5em;
}
#order-gift-box .gift_wrapping_box .wrapping_cnt {
  display: flex;
  justify-content: space-between;
}
#order-gift-box .gift_wrapping_box .wrapping_cnt {
  margin-bottom: 10px;
}
#order-gift-box .gift_wrapping_box table {
  width: 460px;
  height: 80px;
  font-size: 16px;
  color: #1c1c1c;
  background: #f0f0f0;
}
#order-gift-box .gift_wrapping_box table {
  margin-right: 10px;
}
#order-gift-box .gift_wrapping_box input[type="checkbox"] {
  display: none;
}
#order-gift-box .gift_wrapping_box td.ck_label {
  position: relative;
  width: 150px;
}
#order-gift-box .gift_wrapping_box label {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  padding-left: 80px;
  vertical-align: middle;
  cursor: pointer;
}
#order-gift-box .gift_wrapping_box label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  background: url('/img/user/gift/icon-gift_nocheck_mark.png') center no-repeat;
  background-size: 40px;
  cursor: pointer;
}
#order-gift-box .gift_wrapping_box input[type="checkbox"]:checked + label::after {
  background: url('/img/user/gift/icon-gift_check_mark.png') center no-repeat;
}
#order-gift-box .gift_wrapping_box .order-price td {
  vertical-align: top;
}
#order-gift-box .gift_wrapping_box .order-wrapping_type {
  padding-top: .5em;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
}

#order-gift-box .edit-save {
  width: 290px;
  height: 50px;
  margin: 0 auto;
  border-radius: 4px;
  background: #333;
}
#order-gift-box .edit-save input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
#order-gift-box .edit-save:hover {
  opacity: .7;
  transition: all .3s;
}

/* ======================================
= .order-input-page-- =
========================================= */
.order-input-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#order-input-box .inner {
  padding-bottom: 100px;
}
#order-input-box .tbl_container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  color: #1c1c1c;
}

#order-input-box .input_info {
  margin-bottom: 10px;
  border-bottom: 1px solid #c7c7c7;
}
#order-input-box .info_ttl {
  float: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
}
#order-input-box .address_ttl a {
  float: right;
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 11px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #707070;
  border-radius: 4px;
}
#order-input-box .address_ttl a .txt {
  letter-spacing: 1px;
}
#order-input-box .input_info::after {
  content: "";
  clear: both;
  display: block;
}

#order-input-box dl {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  text-align: left;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 28px;
  background: #fff;
}
#order-input-box dl.input-e_mail {
  padding-bottom: 20px;
}
#order-input-box dt {
  display: inline-block;
  width: 200px;
  margin: auto 0;
  padding: 10px 0;
  white-space: nowrap;
}
#order-input-box dd {
  width: 760px;
  height: auto;
  padding: 10px 0;
  margin: auto 0;
}
#order-input-box dl input[type="text"],
#order-input-box dl input[type="email"] {
  width: 410px;
  padding: .5em;
  font-size: 16px;
  border: 1px solid #c7c7c7;
}

#order-input-box .input_box-01 {
  margin-bottom: 60px;
  border-bottom: 1px solid #c7c7c7;
}
#order-input-box .input_box-01 select {
  height: 50px;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #c7c7c7;
  background: url('/img/user/order/icon-caret-down.png') right 10px center no-repeat;
  background-size: 16px;
  background-color: #fff;
}
#order-input-box .input_box-01 .input-shipping_destination select {
  /*width: 270px;*/
  padding-right: calc(18px + 1em);
}
#order-input-box .input_box-01 .input-delivery_info select {
  width: 165px;
  padding-right: calc(18px + 1em);
  margin-left: .5em;
}
#order-input-box .input_box-01 .input-payment_info input {
  margin-left: 1em;
}
#order-input-box .input_box-01 .input-delivery_cycle_info span {
  margin-right: 1em;
}
#order-input-box .input_box-01 .input-delivery_cycle_info input {
  margin-left: 0;
}
#order-input-box .bdr-top {
  min-height: 90px;
  padding: 20px 0;
  border-top: 1px solid #c7c7c7;
}

#order-input-box .input_box-02 {
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c7c7c7;
}
#order-input-box .input_box-02 dt {
  padding: 12.5px 0;
}
#order-input-box .input_box-02 dd {
  padding: 12.5px 0;
}
#order-input-box .input_box-02 .info_ttl {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 1em;
  margin-bottom: 30px;
  border-bottom: 1px solid #c7c7c7;
}
#order-input-box .input_box-02 select {
  min-width: 80px;
  height: 50px;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #c7c7c7;
  background: #fff;
  background: url('/img/user/order/icon-caret-down.png') right 10px center no-repeat;
  background-size: 16px;
}
#order-input-box .input_box-02 select.month {
  width: 80px;
  margin-right: 20px;
}
#order-input-box .input_box-02 select.year {
  width: 100px;
}
#order-input-box .input_box-02 input[type="checkbox"]{
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
#order-input-box .input_box-02 .input-payment select {
  width: 80px;
  height: 50px;
}

#order-input-box .input_box-03 {
  margin-bottom: 50px;
}
#order-input-box .input_box-03 dl {
  margin-bottom: 20px;
}
#order-input-box .input_box-03 .info_ttl {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: .75em;
}
#order-input-box .input_box-03 textarea {
  width: 100%;
  max-width: 980px;
  height: 300px;
  margin: 0 auto 10px;
  padding: .5em;
  border: 1px solid #c7c7c7;
}
#order-input-box .note {
  display: block;
  width: 100%;
  color: #1c1c1c;
  font-size: 12px;
  line-height: 16px;
}

#order-input-box .gift-return {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
}
#order-input-box .gift-return input {
  display: inline-block;
  width: 290px;
  height: 50px;
  margin: 0 auto;
  letter-spacing: 1px;
  border-radius: 4px;
  background: #707070;
}
#order-input-box .gift-return .return_btn {
  margin-right: 20px;
  color: #707070;
  font-size: 18px;
  font-weight: normal;
  background: #fff;
  border: 1px solid #707070;
}
#order-input-box .gift-return input {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
#order-input-box .gift-return input:hover {
  opacity: .7;
  transition: all .3s;
}

/* ======================================
= .order-addresses-page-- =
========================================= */
.order-addresses-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#order-addresses-box .inner {
  padding-bottom: 100px;
}
#order-addresses-box .addresses_box {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  color: #1c1c1c;
}

#order-addresses-box .new_addresses {
  display: inline-block;
  margin-bottom: 30px;
}
#order-addresses-box .new_addresses a {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  background: #333;
}

#order-addresses-box .regulatory_address {
  padding-bottom: 20px;
  border-bottom: 1px solid #c7c7c7;
}
#order-addresses-box .regulatory_address .txt {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 600;
}
#order-addresses-box table.addresses {
  height: 140px;
}
#order-addresses-box .addleses_box th {
  position: relative;
}
#order-addresses-box .addleses_box th label {
  display: block;
  width: 110px;
  height: 100%;
  cursor: pointer;
}
#order-addresses-box .addleses_box th input[type="radio"] {
  display: none;
}
#order-addresses-box .addleses_box th label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  text-align: center;
  cursor: pointer;
  background: url('/img/user/order/icon-nocheck_mark.png') center no-repeat;
  border-radius: 50px;
}
#order-addresses-box .addleses_box th input[type="radio"]:checked + label:after {
  background: url('/img/user/order/icon-check_mark.png') center no-repeat;
}
#order-addresses-box .addleses_box th {
  width: 110px;
  height: 140px;
  text-align: center;
}
#order-addresses-box .addleses_box td.name {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: .75em;
}
#order-addresses-box .addleses_box td.address {
  display: inline-block;
  vertical-align: top;
  line-height: 1.75;
  margin-bottom: .5em;
}
#order-addresses-box .addleses_box td.edit_btn {
  text-align: right;
  width: 140px;
}
#order-addresses-box .addleses_box td.edit_btn a {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #707070;
  border-radius: 4px;
}
#order-addresses-box .addleses_box-01 {
  margin-bottom: 60px;
  border-bottom: 1px solid #c7c7c7;
}
#order-addresses-box .addleses_box-02 {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
#order-addresses-box .addleses_box-03 {
  margin-bottom: 30px;
  border-bottom: 1px solid #c7c7c7;
}

#order-addresses-box .addresses_set {
  margin-bottom: 20px;
  text-align: center;
}
#order-addresses-box .addresses_set input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
}
#order-addresses-box .addresses_set .txt {
  font-size: 14px;
  color: #1c1c1c;
  letter-spacing: 1px;
}

#order-addresses-box .addresses-save {
  width: 290px;
  height: 50px;
  margin: 0 auto;
  border-radius: 4px;
  background: #333;
}
#order-addresses-box .addresses-save input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
#order-addresses-box .addresses-save:hover {
  opacity: .7;
  transition: all .3s;
}

/* ======================================
= .order-confirm-page-- =
========================================= */
.order-confirm-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#order-confirm-box .inner {
  padding-bottom: 100px;
}
#order-confirm-box .confirm_box {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  color: #1c1c1c;
}
#order-confirm-box .ttl {
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 1em;
  border-bottom: 1px solid #c7c7c7;
}

#order-confirm-box .confirm_box-order {
  margin-bottom: 40px;
  border-top: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
#order-confirm-box .order-contents {
  height: 112px;
  line-height: 28px;
  margin-bottom: 10px;
  padding: 10px 20px 20px;
  background: #F0F0F0;
  border-bottom: 1px solid #c7c7c7;
}
#order-confirm-box .order-contents th {
  width: 110px;
  white-space: nowrap;
}

#order-confirm-box .confirm_box_recent_order .recent_order_contents table {
  margin: 10px 0px;
}
#order-confirm-box .confirm_box_recent_order .recent_order_contents th {
  background-color: #f0f0f0;
}
#order-confirm-box .confirm_box_recent_order .recent_order_contents th,
#order-confirm-box .confirm_box_recent_order .recent_order_contents td {
  border: 1px solid #c7c7c7;
  text-align: center;
  padding: 8px 0;
}

#order-confirm-box .confirm_tbl {
  padding: 0 20px 20px;
}
#order-confirm-box .confirm_box-order a {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
#order-confirm-box .confirm_box-order .items_detail {
  display: block;
  margin-bottom: 20px;
}
#order-confirm-box .confirm_box-order .items_detail tbody {
  display: block;
  padding-bottom: 20px;
}
#order-confirm-box .confirm_box-order .items_detail tbody:last-of-type {
  border-bottom: 1px solid #c7c7c7;
}
#order-confirm-box .confirm_box-order .items_detail td {
  vertical-align: top;
  line-height: 28px;
}
#order-confirm-box .confirm_box-order .item_image {
  position: relative;
  width: 100px;
  height: 100px;
  min-width: auto;
  min-height: auto;
  margin: 0;
  margin-right: 20px;
  background: #fff;
  border: 1px solid #c7c7c7;
  overflow: hidden;
}
#order-confirm-box .confirm_box-order .item_image img {
  padding: 5px;
}
#order-confirm-box .confirm_box-order .item {
  margin-right: .5em;
}

#order-confirm-box .amount_details {
  text-align: right;
}
#order-confirm-box .amount_details th {
  font-weight: normal;
}
#order-confirm-box .amount_details td {
  width: 90px;
  white-space: nowrap;
}
#order-confirm-box .amount_details tr.total {
  height: 40px;
  font-weight: 600;
  vertical-align: bottom;
}
#order-confirm-box .amount_details tr.total th {
  font-weight: 600;
}

#order-confirm-box .dl_cont {
  margin-bottom: 40px;
  padding: 8px 0;
  border-bottom: 1px solid #c7c7c7;
}
#order-confirm-box dl {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  text-align: left;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 28px;
  background: #fff;
}
#order-confirm-box dt {
  display: inline-block;
  width: 200px;
  padding: 10px 0;
  white-space: nowrap;
}
#order-confirm-box dd {
  width: 760px;
  height: auto;
  padding: 10px 0;
  margin: 0;
}

#order-confirm-box .confirm_box-comment {
  margin-bottom: 40px;
  border-bottom: 1px solid #c7c7c7;
}
#order-confirm-box .comment-contents {
  font-size: 16px;
  line-height: 28px;
  padding: 20px 0;
}
#order-confirm-box .comment-contents .txt {
  letter-spacing: 1px;
}

#order-confirm-box .order-confirm {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
}
#order-confirm-box .order-confirm input,
#order-confirm-box .order-confirm button {
  display: inline-block;
  width: 290px;
  height: 50px;
  margin: 0 auto;
  letter-spacing: 1px;
  border-radius: 4px;
}
#order-confirm-box .order-confirm .submit_btn {
  background: #333;
}
#order-confirm-box .order-confirm .return_btn {
  margin-right: 20px;
  color: #707070;
  font-size: 18px;
  font-weight: normal;
  background: #fff;
  border: 1px solid #c7c7c7;
}
#order-confirm-box .order-confirm input,
#order-confirm-box .order-confirm button {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
#order-confirm-box .order-confirm input:hover,
#order-confirm-box .order-confirm button:hover {
  opacity: .7;
  transition: all .3s;
}

/* ======================================
= .informations-top-page-- =
========================================= */
.informations-top-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#informations-top-box .inner {
  padding-bottom: 100px;
}
#informations-top-box .informations-list {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 30px;
  border: 1px solid #c7c7c7;
}
#informations-top-box .header {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 30px;
  border: 1px solid #c7c7c7;
  background-color: #f9f9f9;
}
#informations-top-box .informations-list dl {
  display: flex;
  padding: 18px 0;
  font-size: 14px;
  line-height: 1.25;
  color: #1c1c1c;
  border-bottom: 1px solid #c7c7c7;
}
#informations-top-box .informations-list dl:last-of-type {
  border-bottom: none;
}
#informations-top-box .informations-list dt {
  width: 115px;
  min-width: 115px;
  max-width: 115px;
  font-weight: normal;
}
#informations-top-box .informations-list dd {
  margin: 0;
}
#informations-top-box .informations-list a:hover {
  text-decoration: underline;
}

/* ======================================
= .informations_news-page-- =
========================================= */
.informations_news-page h1 {
  max-width: 640px;
  font-size: 30px;
  margin: 40px auto 60px;
}
#informations-news-box .inner {
  padding-bottom: 100px;
}
#informations-news-box .informations-news-cnt {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: .75px;
  color: #1c1c1c;
}
#informations-news-box img {
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}
#informations-news-box p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: .75px;
}
#informations-news-box .informations_post-link a {
  display: inline-block;
  padding: .25em 0;
  color: #1c1c1c;
  text-decoration: underline;
}
#informations-news-box .informations_post-link a:hover {
  opacity: .7;
  text-decoration: none;
}

/* ======================================
= .contact-page-- =
========================================= */
.contact-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#contact-page-box .contact-page_cnt {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.25;
  color: #1c1c1c;
  letter-spacing: .75px;
  margin-bottom: 100px;
}
#contact-page-box .contactpage-faq-box {
  margin-bottom: 40px;
  padding: 20px 30px;
  background: #f0f0f0;
}
#contact-page-box .contactpage-faq-box h2 {
  margin-bottom: 10px;
  padding-bottom: 18px;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #c7c7c7;
}
#contact-page-box .contactpage-faq-box .faqLst_box {
  display: flex;
  margin-bottom: 28px;
}
#contact-page-box .contactpage-faq-box ul {
  width: 300px;
  margin-right: 10px;
  font-size: 16px;
}
#contact-page-box .contactpage-faq-box ul:last-of-type {
  margin-right: 0;
}
#contact-page-box .contactpage-faq-box ul li {
  line-height: 40px;
}
#contact-page-box .contactpage-faq-box li a:hover {
  text-decoration: underline;
}
#contact-page-box .contactpage-faq-box .link_btn a {
  display: block;
  width: 350px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #707070;
  border-radius: 4px;
}
#contact-page-box .contactpage-guide {
  margin: 0 auto 30px;
}
#contact-page-box .contactpage-guide .txt_box p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: .75px;
}
#contact-page-box .contactpage-guide a {
  text-decoration: underline;
}
#contact-page-box .contactpage-guide a:hover {
  text-decoration: none;
}
#contact-page-box .member_login {
  margin-bottom: 20px;
  padding: 20px 30px;
  background: #f0f0f0;
}
#contact-page-box .member_login th {
  width: 103px;
  font-size: 18px;
  font-weight: 600;
  border-right: 1px solid #c7c7c7;
}
#contact-page-box .member_login td.txt {
  padding-left: 30px;
  font-size: 16px;
  line-height: 28px;
}
#contact-page-box .member_login .login_btn {
  text-align: right;
}
#contact-page-box .member_login .login_btn .submit_btn {
  display: inline-block;
  width: 130px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #333;
  border-radius: 4px;
}
#contact-page-box .inquiry_box {
  margin-bottom: 10px;
}
#contact-page-box .inquiry_box ul {
  display: flex;
  margin-bottom: 20px;
}
#contact-page-box .inquiry_box p {
  font-size: 16px;
  line-height: 28px;
}
#contact-page-box .inquiry_box li {
  width: 320px;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  text-align: center;
}
#contact-page-box .inquiry_box li {
  display: block;
  width: 100%;
  height: 100%;
  color: #707070;
  background: #f0f0f0;
}
#contact-page-box .inquiry_box li.select {
  color: #fff;
  background: #707070;
}
#contact-page-box .inquiry_box li:last-of-type {
  margin-right: 0;
}
#contact-page-box .inquiry_box .note {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
}
#contact-page-box .note {
  display: inline-block;
  margin-bottom: 20px;
  color: #ff0000;
}
#contact-page-box .red {
  color: #ff0000;
}
#contact-page-box .required {
  font-size: inherit;
  font-weight: 600;
  color: #ff0000;
}
#contact-page-box .inquiry_form {
  margin-bottom: 50px;
  padding: 20px 15px;
  border: 15px solid #f0f0f0;
}
#contact-page-box .inquiry_form .inner {
  width: 100%;
  min-width: 100%;
}
#contact-page-box .inquiry_form-box {
  width: 850px;
  margin: 0 auto;
}
#contact-page-box .inquiry_form-box form {
  margin-bottom: 40px;
  border-bottom: 1px solid #c7c7c7;
}
#contact-page-box .inquiry_form dl {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  min-height: 50px;
  text-align: left;
  margin-bottom: 20px;
  color: #1c1c1c;
  font-size: 16px;
  background: #fff;
}
#contact-page-box .inquiry_form dl:last-of-type {
  margin-bottom: 50px;
}
#contact-page-box .inquiry_form dl ul {
  display: flex;
}
#contact-page-box .inquiry_form dl.edit-name ul li input,
#contact-page-box .inquiry_form dl.edit-ruby ul li input {
  /* width: 660px; */
}
#contact-page-box .inquiry_form dl ul li:first-of-type {
  margin-right: 20px;
}
#contact-page-box .inquiry_form form .note {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  color: #1c1c1c;
  font-size: 12px;
  line-height: 16px;
}
#contact-page-box .inquiry_form dt {
  display: flex;
  justify-content: space-between;
  width: 250px;
  margin-right: 10px;
  text-align: center;
}
#contact-page-box .inquiry_form dt div {
  padding: 1em .75em;
}
#contact-page-box .inquiry_form dd {
  width: 660px;
  height: 100%;
  margin: 0;
}
#contact-page-box .inquiry_form .inquiry_input-item-box {
  display: flex;
}
#contact-page-box .inquiry_form .inquiry_input-item-box .inquiry_input-item {
  width: 100%;
  margin: 0 5px;
}
#contact-page-box .inquiry_form .inquiry_input-item-box .inquiry_input-validation-result-icon {
  padding-top: 0.5em;
  width: 32px;
}
#contact-page-box .inquiry_form dl input {
  width: 100%;
  min-height: 50px;
  padding: .5em;
  font-size: 16px;
  border: 1px solid #c7c7c7;
}
#contact-page-box .inquiry_form dl input,
#contact-page-box .inquiry_form dl textarea,
#contact-page-box .inquiry_form dl select {
  margin-bottom: 5px;
}
#contact-page-box .inquiry_form dt .required {
  color: 'red';
}
#contact-page-box .inquiry_form input::-webkit-input-placeholder,
#contact-page-box .inquiry_form textarea::-webkit-input-placeholder {
  color: #c7c7c7;
  font-size: 16px;
  letter-spacing: 1px;
}
/* IE */
#contact-page-box .inquiry_form input:-ms-input-placeholder,
#contact-page-box .inquiry_form textarea:-ms-input-placeholder {
  color: #c7c7c7;
  font-size: 16px;
  letter-spacing: 1px;
}
/* firefox */
#contact-page-box .inquiry_form input::-moz-placeholder,
#contact-page-box .inquiry_form textarea::-moz-input-placeholder {
  color: #c7c7c7;
  font-size: 16px;
  letter-spacing: 1px;
}
/* Edge */
#contact-page-box .inquiry_form input::-ms-input-placeholder,
#contact-page-box .inquiry_form textarea::-ms-input-placeholder {
  color: #c7c7c7;
  font-size: 16px;
  letter-spacing: 1px;
}
#contact-page-box .edit-orderNo dt {
  line-height: 1.1;
}
#contact-page-box .edit-orderNo dt .red {
  font-size: 12px;
  font-weight: normal;
  line-height: .5;
  color: #ff0000;
}
#contact-page-box .inquiry_form .data-inquiryType select {
  width: 100%;
  height: 50px;
  padding: .5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #c7c7c7;
  background: #fff;
  background: url(/img/user/contact/icon-caret-down.png) right 10px center no-repeat;
  background-size: 16px;
}
#contact-page-box .inquiry_form .edit-inquiryLetter textarea {
  width: 100%;
  min-height: 300px;
  padding: 1em .75em;
  border: 1px solid #c7c7c7;
}

#contact-page-box .inquiry_txt_box {
  padding-bottom: 20px;
}
#contact-page-box .inquiry_txt_box p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
}
#contact-page-box .inquiry_txt_box a {
  text-decoration: underline;
}
#contact-page-box .inquiry_txt_box a:hover {
  text-decoration: none;
}

#contact-page-box .inquiry_submit {
  max-width: 606px;
  margin: 0 auto;
  white-space: nowrap;
  text-align: center;
}
#contact-page-box .inquiry_submit .return_btn {
  width: 290px;
  height: 50px;
  font-size: 18px;
  font-weight: normal;
  color: #707070;
  background: #fff;
  letter-spacing: 1px;
  border-radius: 4px;
  border: 1px solid #c7c7c7;
}
#contact-page-box .inquiry_submit .submit_btn {
  width: 290px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #ff911c;
  letter-spacing: 1px;
  border-radius: 4px;
}
#contact-page-box .inquiry_submit .submit_btn:disabled {
  color: #fff;
  background: #707070;
}

#contact-page-box .inquiry_submit input:first-of-type,
#contact-page-box .inquiry_submit button:first-of-type {
  margin-bottom: 100px;
}

#contact-page-box .inquiry_submit input:hover {
  opacity: .7;
  transition: all .3s;
}
#contact-page-box .inquiry_submit input:disabled {
  pointer-events: none;
}

/* ======================================
= .policy-page-- =
========================================= */
.policy-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#policy-page-box .inner {
  padding-bottom: 100px;
}
.policy-page .main_container {
  width: 90%;
}
#policy-page-box .policy-page_cnt {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 26px;
  color: #1c1c1c;
}
#policy-page-box .policy-page_cnt p,
#policy-page-box .policy-page_cnt li {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
}
#policy-page-box .txt_box {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 40px;
}
#policy-page-box .policy-page_cnt h2 {
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: 600;
  color: #1c1c1c;
}
#policy-page-box .txt_box p {
  /* text-align: center; */
  font-size: 16px;
}
#policy-page-box article.text p {
  padding: 0 20px 40px;
}
#policy-page-box article.order_lst ol {
  padding: 0 0 40px 20px;
  counter-reset: item;
  list-style-type: none;
}
#policy-page-box article.order_lst li {
  text-indent: -2em;
  padding-left: 2em;
}
#policy-page-box article.order_lst li:before {
  display: inline-block;
  width: 2em;
  counter-increment: item;
  content: counter(item)'.';
  padding-left: calc(20px + .5em);
  font-size: 14px;
  font-weight: normal;
  color: #1c1c1c;
}
#policy-page-box article.order_lst li div {
  padding-left: 30px;
}

/* ======================================
= .commercial_transactions-page-- =
========================================= */
.commercial_transactions-page h1 {
  font-size: 30px;
  margin: 40px auto 60px;
}
#commercial_transactions-page-box .inner {
  padding-bottom: 100px;
}
#commercial_transactions-page-box .commercial_transactions-page_cnt {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 28px;
  color: #1c1c1c;
  border-top: 1px solid #c7c7c7;
}
.commercial_transactions-page_cnt dl {
  display: flex;
  min-height: 96px;
  border-bottom: 1px solid #c7c7c7;
  letter-spacing: 1px;
}
.commercial_transactions-page_cnt dt {
  width: 200px;
  padding-top: 35px;
  font-weight: 600;
}
.commercial_transactions-page_cnt dd {
  width: 100%;
  padding-top: 35px;
  padding-left: 20px;
}
.commercial_transactions-page_cnt dd .addless_txt {
  display: block;
  margin-top: -15px;
}
.commercial_transactions-page_cnt .price_other {
  padding-bottom: 10px;
}
.commercial_transactions-page_cnt .price_other dt,
.commercial_transactions-page_cnt .price_other dd {
  margin-top: 35px;
  padding-top: 0;
}
.commercial_transactions-page_cnt .price_other p {
  font-size: 16px;
  margin-bottom: 1em;
}
.commercial_transactions-page_cnt a {
  color: #333;
}
.commercial_transactions-page_cnt a:hover {
  text-decoration: underline;
}

/* ======================================
= .faq-page-- =
========================================= */
.faq-page h1 {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  margin: 40px auto 60px;
}
.faq-page .txt_box p {
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
}
.faq-page main {
  position: relative;
  width: 100%;
  min-width: 980px;
  margin: 0 auto;
}
.faq-page .main_container {
  width: 100%;
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
}

/* .faq-page .rightcol */
.faq-page .rightcol {
  float: right;
  width: 750px;
  max-width: 750px;
  padding-left: 0;
  padding-bottom: 60px;
  height: 100%;
  overflow: hidden;
}
#faq-page-box .inner {
  padding-bottom: 100px;
}
#faq-page-box .faq-page_cnt {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  font-size: 16px;
  line-height: 28px;
  color: #1c1c1c;
  border-top: 1px solid #c7c7c7;
}
#faq-page-box .faq-page_cnt h2 {
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
}
.faq-page_cnt dl {
  display: block;
  width: 100%;
  padding-left: 15px;
  line-height: 26px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
}
.faq-page_cnt dl:last-of-type {
  margin-bottom: 40px;
  border-bottom: 1px solid #c7c7c7;
}
.faq-page_cnt dt {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
}
.faq-page_cnt dd {
  padding-left: 15px;
}
.faq-page_cnt dd p {
  margin-bottom: 1em;
  line-height: 26px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: .75px;
}
.faq-page_cnt dd p:last-of-type {
  margin-bottom: 30px;
}

/* .faq-page aside */
.faq-page .aside_inner div {
  border-bottom: 1px solid #c7c7c7;
}
.faq-page aside {
  float: left;
  width: 200px;
  max-width: 200px;
  height: 100%;
  overflow: hidden;
  font-size: 16px;
  line-height: 28px;
  color: #1c1c1c;
  border-top: 1px solid #c7c7c7;
}
.faq-page aside .aside_tgl_point {
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-left: 0;
  color: #1c1c1c;
  line-height: 71.5px;
  vertical-align: middle;
  height: 71.5px;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
}
.faq-page .aside_tgl_point::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 2.5px);
  left: auto;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(/img/user/common/icon_minus.png) no-repeat;
  background-size: 100%;
  transition: ease .3s;
}
.faq-page .aside_tgl_point.plus::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 5px);
  left: auto;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(/img/user/common/icon_plus.png) no-repeat;
  background-size: 100%;
  transition: ease .3s;
}
.faq-page .aside_ct ul {
  padding: 0 0 0 11.5px;
}
.faq-page .aside_ct ul li {
  margin-bottom: 1em;
  font-size: 12px;
  line-height: 22px;
  white-space: normal;
}
.faq-page .aside_ct ul li .txt {
  letter-spacing: 1px;
}

/* select add */
select::-ms-expand {
  display: none;
}
/* [type="checkbox"] {
  display: none;
} */
/* :focus !important */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #333;
}

.anotherbrand_list > li {
  width: 18%;
  margin-left: 2%;
}
.anotherbrand_list > li:first-child {
  margin-left: 0;
}

.history_list > li {
  width: 18%;
  margin-left: 2%;
}
.history_list > li:first-child {
  margin-left: 0;
}

.recurring-payments-list {
  max-width: 980px !important;
}
.recurring-payments-list th.center,
.recurring-payments-list td.center {
  text-align: center;
}

/* -----------------------------------------
- .ambassador_icon
----------------------------------------- */
.ambassador_icon {
  display: block;
  width: 160px;
  height: 160px;
  padding: 2px;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
}
.ambassador_icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.description .ambassador-comment {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.description .ambassador-comment .ambassador_icon {
  width: 80px;
  height: 80px;
}
.description .ambassador-comment dd {
  margin-left: 32px;
}

/* -----------------------------------------
- .ambassador_list
----------------------------------------- */
.ambassador_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 2px;
}

.ambassador_list>li {
  display: flex;
  text-align: center;
  flex-direction: column;
  margin-right: 36px;
  margin-bottom: 36px;
}

.ambassador_list>li:nth-child(6n) {
  margin-right: 0;
}

.index-page .ambassador_list .ambassador_icon {
  width: 100px;
  height: 100px;
}
.index-page .ambassador_list>li {
  margin-right: 32px;
}

.index-page .ambassador_list>li p {
  margin-top: 6px;
  max-width: 100px;
  overflow: hidden;
  font-size: .85em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* -----------------------------------------
- .ambassador_profile
----------------------------------------- */
.ambassador_profile {
  display: flex;
  margin-bottom: 32px;
}

.ambassador_profile .ambassador_icon {
  flex-basis: 240px;
  height: 240px;
  margin-right: 48px;
}

.ambassador_profile .ambassador_profile_data {
  flex-shrink: 999;
}

.ambassador_profile .ambassador_profile_data div p {
  margin: 20px 0;
}

.ambassador_profile .ambassador_profile_data div dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}

.ambassador_profile .ambassador_profile_data dl dt {
  margin-bottom: 12px;
}
.ambassador_profile .ambassador_profile_data dl dt img {
  width: 32px;
  height: 32px;
}
.ambassador_profile .ambassador_profile_data dl dd {
  margin-left: 12px;
  line-height: 32px;
}

/* お気に入り */
.material-symbols-outlined.fill {
  font-variation-settings: 'FILL' 1;
  color: #f00;
}

/* Pay.jp クレジットカードまわり */
#js-payjp-error {
  color: red;
}

.payjs-outer {
  width: 410px;
  padding: 0.5em;
  font-size: 16px;
  border: 1px solid #c7c7c7;
  height: 4.5rem;
  display: flex;
  align-items: center;
}

.payjs-outer.cvc,
.payjs-outer.expiry-date {
  width: 150px;
}

/* Google reCAPTCHA */
.grecaptcha-badge {
  z-index: 9999999999999;
}
