@charset "UTF-8";

/* 商品ページ */
/* パンくず */
.wrapper--product-detail .__inner {
  margin: 0 auto;
  padding-top: 1em;
}
.__list.c-breadcrumb a {
  color: #0068b7;
}
/* 商品ページ画像サイド */
.main.main--product-detail section.__information {
  margin-bottom: 3em;
}
.main.main--product-detail section.__information .__primary {
  width: 48%;
}
.main.main--product-detail section.__information .__primary .__photo .__sub ul li {
  width: 25%;
}
@media screen and (max-width: 599px) {
  .main.main--product-detail section.__information .__primary {
    width: 100%;
  }
}
.main.main--product-detail section.__information .__primary .__photo .__main img {
  max-height: none;
}

/* 商品ページ商品名サイド */

.main.main--product-detail section.__information .__secondary {
  width: 50%;
  color: #333;
}
.main.main--product-detail section.__information .__secondary h1.__title {
  font-size: 24px;
}
.main.main--product-detail section.__information .__secondary .__catch {
  font-size: 16px;
}
.main.main--product-detail section.__information .__secondary .__description {
  line-height: 1.7;
  color: #333;
}
.item-inner {
  margin-bottom: 1.5em;
}
.item-table {
  margin: 2em 0 3em;
}
.item-table table {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.item-table table td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 0.5em 1em;
  text-align: right;
}
.c-table-dl tr th, .c-table-dl tr td {
  padding: 0.5em 1em;
}
.item-table table td:first-child {
  text-align: left;
  border-left: 1px solid #ddd;
}
.item-table table tr:first-child td {
  text-align: left;
  background: #f1f1f1;
}
.main.main--product-detail section.__information .__secondary .__spec .__table {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 14px;
}
.c-table-dl tr th {
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .main.main--product-detail section.__information .__secondary {
    width: 100%;
  }
  .main.main--product-detail section.__information .__secondary .__spec {
    margin: 1em 1rem;
  }
  .main.main--product-detail section.__information .__secondary .__spec .__table {
    font-size: 12px;
  }
}

/* バリエーションテーブル */
.p-product-set table {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.p-product-set table thead tr th {
  font-size: 14px;
  padding: 1.5em 0;
}
.p-product-set table thead tr th .__total:after {
  content: "（税抜）";
}

.p-product-set table tbody tr td.__price .__body .__total {
  font-size: 1.3rem;
}
.p-product-set table tbody tr td.__description {
  padding-bottom: 1em;
}
.p-product-set table tbody tr td.__description h2.__name {
  font-size: 14px;
}
.p-product-set table tbody tr td.__description .__spec {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 65px;
  margin-top: 0;
  font-size: 14px;
  color: #333;
}
.p-product-set table tbody tr td.__description .__spec dl {
  margin-left: 80px;
}
.p-product-set table tbody tr td.__description .__spec dl.__custom.__custom--1 {
  order: 0;
  position: absolute;
  left: 0;
  margin-left: 0;
  top: 0;
}
.p-product-set table tbody tr td.__description .__spec dl.__custom.__custom--1 dt:after {
  display: none;
}
.main.main--product-detail section.__block.__block--recommend {
  margin-top: 4em;
}
.__block--recommend .__body.p-product-block.p-product-block--compact {
  margin-top: 0;
}

.__add-cart .__submit {
  background: #0068b7;
  border-radius: 30px;
  margin-top: 1.5em;
  font-size: 15px;
  padding: 1em 3.5em;
}

@media screen and (max-width: 599px) {
  .p-product-set table thead tr th {
    font-size: 13px;
  }
  .p-product-set table tbody tr td.__description h2.__name {
  font-size: 13px;
  }
  .p-product-set table tbody tr td.__description .__spec {
    font-size: 13px;
  }

}

/* 下層ページ共通 */

.__heading .c-h1{
  font-size: 20px;
  padding: 1em 0 1em;
}

.c-form select, .c-form textarea {
  font-size: 14px;
}
.c-form input[type=text], .c-form input[type=password], .c-form input[type=email], .c-form input[type=url], .c-form input[type=date], .c-form input[type=month], .c-form input[type=time], .c-form input[type=datetime], .c-form input[type=datetime-local], .c-form input[type=week], .c-form input[type=number], .c-form input[type=search], .c-form input[type=tel], .c-form input[type=color] {
  font-size: 14px;
}

.p-product-block ul.__product {
  margin: 30px auto;
}	

.p-product-block ul.__product li.__item a .__title{
  margin-top: 1em;
}
.p-pagination {
  margin-bottom: 50px;
  padding-top: 1em;
  font-size: 12px;
}
.c-button-submit {
  border-radius: 30px;
  background: #0068b7;
  font-size: 16px;
  width: 0.8em 3.5em;
}
.c-form label {
  border: 0;
  box-shadow: none;
  font-size: 13px;
  background: none;
}

@media screen and (max-width: 599px) {
  .p-product-block ul.__product {
    gap: 1.2em;
  }	
  .p-product-block ul.__product {
    margin: 1em auto;
  }
  .p-product-block ul.__product li.__item {
    width: calc((100% / 2) - 0.6em);
    padding: 1em 0;
  }
  .__list--block.p-product-block {
    width: 90%;
    margin: 0 auto;
  }
}

/* カテゴリー */
.wrapper--product-list .__inner {
  margin: 0 auto;
  padding-top: 1em;
}

@media screen and (max-width: 599px) {
  .wrapper--product-list .__inner .__heading {
    padding: 0 1em;
  }
}
/* お知らせ */

.wrapper--news .__inner {
  margin: 30px auto 10px;
  padding: 1em 2em;
}
section.__news {
  margin-top: 20px;
}
.c-news-label {
  padding: 0.2em 0.8em;
  font-size: 11px;
}
@media screen and (max-width: 599px) {
  .wrapper--news .__inner {
    margin: 1em auto 2em;
    padding: 1em;
  }
  .main.main--news-list section.__news ul li {
    padding: 1em;
  }
  .main.main--news-list section.__news .__date,.main.main--news-list section.__news .__subject {
    font-size: 12px;
  }
}

/* 閲覧履歴 / カテゴリ */
.__block.__block--recommend {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .__block.__block--recommend {
    margin-top: 1em;
  }
}

/* ログインページ,新規会員登録ページ,お問い合わせ */
.main--login, .main--regist, .main--contact, .main--quickorder {
  margin: 15px auto 60px !important;
}
.main--login .__content-top {
  display: none;
}

/* ログイン */
.p-form-table {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.p-form-table tr th, .p-form-table tr td {
  border-right: 1px solid #ddd;
  padding: 1em;
  vertical-align: middle;
}
.main.main--login .textfield {
  width: 70%;
}
.main.main--login section.__input .__remember {
  margin-top: 2em;
}

.main.main--login .__item.__item--regist a,.main.main--login .__item.__item--password a {
  padding: 0 2em;
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  .p-form-table {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
  }
  .p-form-table tr th, .p-form-table tr td {
    border: 0;
    padding: 0.5em 1em;
  }
  .p-form-table tr td {
    padding: 0.5em 1em 1em;
  }
  .main.main--login .textfield {
    width: 100%;
  }
  .main.main--login section.__input .__remember {
    margin-top: 2em;
  }

}

/* 新規登録 */
.main--regist .p-form-flow {
  margin-bottom: 3em;
}
.main--regist .p-form-flow .__flow.__active .__number {
  background: #0068b7;
}
.main--regist .p-form-flow .__flow .__text {
  font-weight: normal;
}

.main--regist .p-form-table tr th, .main-regist .p-form-table tr td {
  vertical-align: middle;
}

.p-form-table tr.__is-required > th:after {
  margin-top: 2px;
}
.__kiyaku .p-form-table {
  border: 0;
}
.__kiyaku .p-form-table tr th, .__kiyaku .p-form-table tr td {
  border: 0;
}
.main--regist .c-button {
  font-size: 12px;
}

/* クリックオーダー */
.wrapper--quickorder .__inner {
  padding: 0 2em;
}
.wrapper--quickorder .__table {
  border: 1px solid #ddd;
}
.wrapper--quickorder .__js-input-delete {
  font-size: 13px;
}

@media screen and (max-width: 599px) {
  .wrapper--quickorder .__inner {
    padding: 0 1em;
  }   
}

/* ご利用案内,特商法,会社概要,プライバシーポリシー */
.wrapper--howto .__inner,.wrapper--law .__inner,.wrapper--corporate .__inner,.wrapper--privacy .__inner {
  margin: 30px auto 60px;
  padding: 0 2em;
}
.main.main--howto .__content-top {
  margin-top: 0.5em;
}
.main.main--howto .__step h2.__heading {
  padding-bottom: .5em;
  margin-bottom: 0;
  font-size: 18px;
}
.main.main--howto .__step .__body ul.__list li.__item .__title{
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .wrapper--howto .__inner,.wrapper--law .__inner,.wrapper--corporate .__inner,.wrapper--privacy .__inner {
    margin: 1em auto 2em;
    padding: 0 1em;
  }
  .main.main--howto .__step h2.__heading {
    padding-bottom: 0;
  }
}

.wrapper--law .__inner .__table,.wrapper--corporate .__inner .__table {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/*一覧ページの no image調整*/
.p-product-block ul.__product li.__item a .__photo.__is-noimage .__noimage .__wrap {
  left: 0;
}

/* カートページの調整 */
.__shipping-wrap .p-cart .__description .__detail {
  display: flex;
}
.__shipping-wrap .p-cart .__description .__detail > a {
  order: 1;
}
.__shipping-wrap .p-cart .__description .__detail > a .__name {
  margin: 0.5em 0 1em -80px;
  font-weight: bold;
}
.__shipping-wrap .p-cart .__description .__detail > a .__no,.__shipping-wrap .p-cart .__description .__detail > a .__jan {
  display: flex;
  margin: 0.5em 0;
}
.__shipping-wrap .p-cart .__description .__detail > a .__no dd ,.__shipping-wrap .p-cart .__description .__detail > a .__jan dd{
  margin-left: 1.5em;
}

.__shipping-wrap .p-cart .__description .__detail .__custom {
  order: 0;
  margin: 0;
  padding-top: 2.5em;
}
.__shipping-wrap .p-cart .__description .__detail .__custom dd {
  margin: 0 auto;
  padding: 0 1em;
}
.__shipping-wrap .p-cart .__control .__update .c-button,.__shipping-wrap .p-cart .__control .__add-bookmark .c-button {
  color: #0068b7;
  border: 2px solid #0068b7;
  background: #fff;
  border-radius: 30px;
  padding: 0.8em 1.5em;
}
.main.main--cart section.__shipping-wrap .__shipping .__control ul li.__to-order .__button {
  border: 2px solid #0068b7;
  background: #0068b7;
  border-radius: 30px;
  padding: 0.8em 2em;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .main--cart .__heading {
    padding: 0 1em;
  }
  .__shipping-wrap .p-cart .__description .__detail > a .__name {
    margin: 0 0 0.5em 0;
  }
  .__shipping-wrap .p-cart .__description .__detail > a .__no,.__shipping-wrap .p-cart .__description .__detail > a .__jan {
    margin: 0;
  }
  .__shipping-wrap .p-cart .__description .__detail .__custom {
    margin: 0;
    padding-top: 0.5em;
  }
  .__shipping-wrap .p-cart .__description .__detail .__custom dd {
    margin: 0 1.5em 0 .5em;
    padding: 0;
  }
  .__shipping-wrap .p-cart .__price .__body .__total {
    font-size: 1rem;
  }
  .__shipping-wrap .p-cart .__order {
    display: flex;
    justify-content: space-between;
  }
  .__shipping-wrap .p-cart .__order.__is-final {
    font-size: 1.2em;
  }
}