@charset "UTF-8";

/* トップページ　共通 */
.page-top .block-itemlist--header {
  letter-spacing: .06em;
}

/* ----トップページ本文---- */
.block-top-body--body {
  margin-top: 40px;
  width: 900px;
  height: 390px;
}

/* ----トップページ予備テンプレート2---- */
.block-top-free2--header {
  font-size: 28px;
  text-align: center;
  border-top: #444 2px solid;
  padding: 19px 0 30px;
}

.block-top-free2--body {
  margin: 47px 0 50px;
}

.block-top-free2--items {
  width: 900px;
  height: auto;
  overflow: hidden;
}

.block-top-free2--items li {
  float: left;
}

.block-top-free2--items>li {
  width: 535px;
  height: auto;
}

.block-top-free2--items>li:first-child {
  width: 354px;
  height: auto;
  margin-right: 10px;
}

.block-top-free2--sub-items li {
  width: 172px;
  height: 172px;
  margin-left: 9px;
  margin-bottom: 9px;
}

.block-top-free2--sub-items li:nth-of-type(3n+1) {
  margin-left: 0;
}

/* トップページ　カテゴリー一覧 */
.block-top-category {
  display: flex;
  padding-left: 100px;
  margin-bottom: 100px;
}

.block-category--header {
  display: flex;
  flex-direction: column;
  width: 235px;
  margin: 0 35px 0 0;
  letter-spacing: .06em;
}

.block-category--header span {
  font-size: 32px;
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  letter-spacing: .06em;
  margin-bottom: 16px;
}

.block-category--header small {
  font-size: 13px;
}

/* ----ヘッダー---- */
.block-header-top {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  background-color: #F6F3F1;
  font-size: 10px;
}

.block-header-top-info--emphasis {
  color: #f00;
}

.block-header-top-info {
  margin: 0 auto;
}

.block-header-logo {
  position: absolute;
  top: 30px;
  left: 40px;
  width: 92px;
  font-size: 0;
  margin: 0;
  z-index: 10;
}

.block-header-logo--link svg {
  width: 92px;
  height: 21px;
}

.block-global-right-wrap {
  position: absolute;
  top: 20px;
  right: 40px;
  display: flex;
  align-items: center;
}

.block-headernav img {
  max-width: unset;
}

.block-headernav--item-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 140px;
}

.block-headernav--item-list li {
  position: relative;
  display: inline-block;
  font-size: 11px;
  text-align: center;
}

.block-headernav--item-list li a {
  display: block;
}

.block-headernav--item-list li a:hover {
  text-decoration: none;
}

.icon-menu-cart {
  width: 28.02px;
  height: 26px;
}

.block-headernav--cart-count {
  display: none;
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  background-color: #f00;
  color: #fff;
  border-radius: 10px;
  top: -8px;
  right: -8px;
  z-index: 2;
}

.block-header-banner {
  display: none;
  text-align: center;
  line-height: 1;
}

.block-header-banner.on-active {
  display: block;
}

.block-header-banner.on-active img {
  vertical-align: middle;
}

/* マイページ */
.icon-menu-account {
  width: 23px;
  height: 27px;
}

.block-headernav--menu {
  display: none;
  position: fixed;
  background-color: #fff;
  opacity: 1;
  width: 185px;
  top: 80px;
  right: 0;
  padding: 10px 0;
  text-align: left;
  z-index: 10;
  text-align: center;
  border: 1px solid #F6F3F1;
  box-shadow: 0 0 6px -6px #000000;
}

.block-headernav--menu dt {
  margin-bottom: 10px;
  line-height: 1.5;
}

.block-headernav--menu dd {
  margin-bottom: 29px;
}

.block-headernav--menu dd.on-login {
  margin-bottom: 15px;
}

.block-headernav--menu dd a {
  text-decoration: underline;
}

.block-headernav--menu dd span {
  padding-top: 10px;
  display: block;
}

.block-headernav--menu dd:last-of-type {
  margin-bottom: 0;
}

.block-headernav--item-list li:first-of-type .block-headernav--menu {
  right: calc(185px / 4);
}

.nav-top .block-headernav--menu {
  top: 80px;
}

.block-headernav--menu a {
  font-weight: bold;
  color: #A79069;
}

.block-purchase-history-detail--goods-list-image {
  float: left;
  margin: 0 20px 0;
  background: #fff;
  width: 200px;
  height: 200px;
}

.block-purchase-history-detail--shipping-info-items {
  margin-top: 10px;
}

.block-purchase-history-detail--payment-info-items th,
.block-purchase-history-detail--shipping-info-items th {
  width: 220px;
}

.icon-menu-heart-type3 {
  width: 28px;
  height: 25px;
}

/* ----ヘッダー検索---- */
.block-global-search {
  display: flex;
  align-items: center;
  min-width: 160px;
  height: 36px;
  margin-right: 10px;
}

.block-global-search--keyword {
  font-size: 13px;
  outline-color: #fff;
}

.block-global-search--keyword::placeholder {
  color: #bababa;
  font-size: 13px;
}

.block-global-search form {
  display: flex;
  width: 165px;
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
}

input.block-global-search--keyword:hover,
input.block-global-search--keyword {
  border: none;
  background-color: transparent;
  width: 73%;
}

button.block-global-search--submit {
  border: none;
  background-color: transparent;
}

button.block-global-search--submit:active {
  box-shadow: none;
}

button.block-global-search--submit svg {
  width: 26px;
  height: 26px;
}

.block-global-search--searchdetail {
  margin-left: 15px;
}

.block-global-search--search-detail-link {
  color: #6fb4c3;
  text-decoration: underline;
}

.block-global-search--search-detail-link:hover {
  text-decoration: none;
}

/* ----グローバルナビ---- */
.block-globalnav--item-list {
  /* display: flex;*/
  width: 700px;
  margin: 0 auto;
}

.block-globalnav--item-list>div {
  line-height: 1;
  text-align: center;
  margin-right: 35px;
  display: inline-block;
}

.block-globalnav--item-list>div:last-of-type {
  margin-right: 0;
}

.block-globalnav--item-list>div>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 80px;
  color: #262626;
  text-decoration: none;
  transition: color .3s;
}

.block-globalnav--item-list>div>a:hover {
  color: #A79069;
}

.block-globalnav--item-list>div:hover>.block-globalnav--item-link {
  opacity: 0.7;
}

.block-globalnav--item-list>div:last-child>a:before {
  border-right: 1px solid #666;
}

.block-globalnav--item-list>div>a .fa-chevron-down {
  position: absolute;
  font-size: 12px;
  right: 12px;
}

.block-globalnav--item-list>div>a.block-icon-image--angle-down {
  transition: color .3s;
  color: #A79069;
  text-decoration: none;
}

.block-globalnav--item-list>div>a:after {
  transition: width .3s;
  content: "";
  position: absolute;
  right: 0;
  top: unset;
  bottom: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: #a79069;
  border: none;
  margin-top: 0;
  transform: unset;
}

.block-globalnav--item-list>div>a:hover:after,
.block-globalnav--item-list>div>a.block-icon-image--angle-down:after {
  left: 0;
  width: 100%;
}

.block-globalnav-megamenu {
  margin-right: 18px;
}

.block-globalnav-megamenu>a::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #262626;
  border-right: solid 2px #262626;
  position: absolute;
  right: -20px;
  top: 38px;
  transition: .3s;
  transform: rotate(135deg);
}

.block-globalnav-megamenu>a:hover::before,
.block-globalnav-megamenu>a.block-icon-image--angle-down:before {
  transform: rotate(-45deg);
}

.block-globalnav--item-list span {
  font-size: 10px;
  letter-spacing: .06em;
}

.block-globalnav--item-list .block-globalnav--item-en {
  font-size: 13px;
  margin-bottom: 7px;
  font-family: Roboto, MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif
}

.block-globalnav--item-list div a .block-icon-image--flex .block-icon-image-small {
  padding-right: 30px;
}

.block-globalnav--item-list div a .block-icon-image--flex .block-icon-image-double-small {
  position: relative;
  left: 50px;
  width: 30px;
}

.block-globalnav-menu {
  display: none;
  position: fixed;
  background-color: #F6F3F1;
  opacity: 1;
  width: 100%;
  top: 80px;
  left: 0;
  padding: 15px 0 44px;
  text-align: left;
  z-index: 10;
  transition: .3s;
}

.block-globalnav-megamenu:nth-child(3) .block-globalnav-menu {
  padding: 44px 0 44px;
}

.nav-top .block-globalnav-menu {
  top: 80px;
}

.block-globalnav-menu * {
  color: #262626;
}

.block-globalnav-menu>div {
  width: 1200px;
  margin: auto;
}

.block-globalnav-megamenu:nth-child(3) .block-globalnav-menu>div {
  width: 1200px;
  margin: auto;
}

.block-globalnav-menu .block-dynamic-category--body,
.block-globalnav-menu .block-dynamic-genre--body {
  display: flex;
  align-items: center;
}

.block-globalnav-menu .block-dynamic-category--body li,
.block-globalnav-menu .block-dynamic-genre--body li {
  width: 20%;
  font-size: 14px;
  margin-bottom: 20px;
}

.block-globalnav-menu .block-dynamic-category--body li a,
.block-globalnav-menu .block-dynamic-genre--body li a {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.block-globalnav-menu .block-dynamic-category--body li a:before,
.block-globalnav-menu .block-dynamic-genre--body li a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.block-globalnav-menu .block-dynamic-category--body li a img,
.block-globalnav-menu .block-dynamic-genre--body li a img {
  vertical-align: middle;
  width: 30px;
  margin-right: 10px;
}

.block-globalnav-menu--freespace h3 {
  margin-top: 0;
}

.block-globalnav-menu--freespace p {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}

.block-globalnav-megamenu:nth-child(3) .block-globalnav-menu--freespace p {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
  text-align: center;
}

.block-globalnav-menu--freespace-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1084px;
  margin: 0 auto;
}

.block-globalnav-menu--freespace-inner>div {
  position: relative;
}

.block-globalnav-megamenu:nth-child(3) .block-globalnav-menu--freespace-inner {
  width: 450px;
}

.block-globalnav-megamenu:nth-child(3) .block-globalnav-menu--freespace-inner>div:nth-child(3) {
  position: relative;
  left: 0;
}

.block-globalnav-menu--freespace-inner>div::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 20px;
  right: -40px;
  background-color: #E5DDD7;
}

.block-globalnav-megamenu:nth-child(3) .block-globalnav-menu--freespace-inner>div::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -77px;
  background-color: #000;
}

.block-globalnav-menu--freespace-inner .block-globalnav-menu--en {
  font-size: 16px;
}

.block-globalnav-menu--freespace-inner p>span {
  font-size: 13px;
}

.block-globalnav-megamenu:nth-child(3) .block-globalnav-menu--freespace-inner .block-globalnav-menu--en {
  font-size: 40px;
}

.block-globalnav-megamenu:nth-child(3) .block-globalnav-menu--freespace-inner p>span {
  font-size: 18px;
}

.block-globalnav-menu--freespace-inner>div:last-of-type::before {
  display: none;
}

.block-globalnav-megamenu:nth-child(3) .block-globalnav-menu--freespace-inner>div:last-of-type::before {
  display: none;
}

.block-globalnav-menu--freespace figure {
  transition: opacity .3s;
}

.block-globalnav-megamenu:nth-child(3) .block-globalnav-menu--freespace figure {
  display: none;
}

.block-globalnav-menu--freespace a:hover figure {
  opacity: .5;
}

.block-globalnav-menu--freespace div li img {
  vertical-align: middle;
}

.block-globalnav-menu--freespace a:hover {
  text-decoration: none;
}

.block-globalnav-menu--en {
  font-size: 16px;
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  margin-bottom: 5px;
}

.block-globalnav-megamenu:nth-child(3) .block-globalnav-menu--en {
  font-size: 16px;
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  margin-bottom: 15px;
}

/* ----フッター---- */
footer .container {
  position: relative;
}

.block-footerbanner dl {
  display: flex;
}

.block-footerbanner dl div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 258px;
  background-color: #F6F3F1;
  padding: 30px;
}

.block-footerbanner dl div:nth-of-type(even) {
  background-color: #D7CBC2;
}

.block-footerbanner dt {
  margin-bottom: 30px;
  font-size: 40px;
  letter-spacing: .06em;
  font-weight: 400;
  font-family: "EB Garamond", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
}

.block-footerbanner dd {
  font-size: 12px;
  letter-spacing: .12em;
  line-height: 1.5;
  margin: 0 20px;
}

.block-footerbanner dd a {
  font-weight: bold;
  text-decoration: underline;
  color: #A79069;
}

.block-footerbanner .block-footerbanner--link {
  margin-top: 30px;
}

.block-footernav {
  background-color: #262626;
  padding: 100px 0;
}

.block-footernav-inner,
.block-footernav--bottom {
  width: 1400px;
  margin: 0 auto;
  padding: 0 100px;
}

.block-footernav-inner {
  display: flex;
  justify-content: space-between;
}

.block-footernav--item-logo svg {
  width: 196px;
  height: 43px;
  fill: #fff;
}

.block-footernav--item-list {
  display: flex;
  width: calc(100% - 460px)
}

.block-footernav--item-list dl {
  width: calc(100% / 3);
  color: #fff;
}

.block-footernav--item-list dt {
  margin-bottom: 40px;
  letter-spacing: .14em;
  font-size: 15px;
  font-family: Roboto, MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-footernav--item-list dd {
  margin-bottom: 23px;
  letter-spacing: .14em;
}

.block-footernav--item-list dd a {
  color: #fff;
}

.block-footernav--item-list dd a:hover {
  color: #a79069;
}

.block-footernav li {
  padding: 0 1em;
  display: inline-block;
}

.block-footernav li:first-child {
  padding-left: 0;
}

.block-footernav li a {
  color: #fff;
}

.block-footerbanner--app {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

.block-footernav svg {
  fill: #fff;
}

.block-footernav-sns-item svg {
  height: 20px;
}

.block-footernav li a svg {
  transition: fill .3s;
}

.block-footernav li a:hover svg,
.block-footernav li a:hover svg [data-name="base"] {
  fill: #a79069;
}

.instagram-link svg {
  width: 20px;
}

.twitter-link svg {
  width: 25px;
}

.facebook_mask-link svg {
  width: 21px;
}

.youtube-link svg {
  width: 28.67px;
}

/* ----ページトップに戻る---- */
.block-page-top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #666;
}

.block-page-top a:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -6px;
}

.block-page-top {
  position: fixed;
  top: auto;
  bottom: 10px;
  right: 26px;
  display: none;
  z-index: 100;
}

/* ----PC/スマホ切り替えスイッチ---- */
.block-switcher {
  width: 400px;
  text-align: center;
  margin: 0 auto 20px;
}

.block-switcher-container {
  float: left;
  padding: 0 0 10px 10px;
  width: 50%;
}

.block-switcher--switch {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  background-color: #444;
  color: #fff;
}

.block-switcher--switch:hover {
  text-decoration: none;
  background-color: #ccc;
}

.block-switcher--switch--inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.block-switcher--current {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  background-color: #ccc;
  color: #fff;
}

.block-switcher .block-switcher-container .block-switcher--switch .block-switcher--switch--inline .block-icon-image-small {
  background-size: 10px auto;
}

/* SNS & メールマガジン */
.block-footernav--bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.block-footernav-sns {
  margin-bottom: 44px;
}

.block-footernav-mailmagazine {
  width: 185px;
  color: #fff;
  margin-right: 65px;
}

.block-footernav-mailmagazine a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.block-footernav-mailmagazine a:visited {
  color: #fff;
}

.block-footernav-mailmagazine a:hover {
  color: #a79069;
}

.block-footernav-mailmagazine a:after {
  content: '';
  width: 16px;
  height: 5px;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: skew(45deg);
}

.block-footernav-mailmagazine dt {
  font-weight: bold;
  margin-bottom: 14px;
  display: none;
}

/* ----Copyright---- */
.block-copyright {
  width: 100%;
  color: #fff;
  font-size: 11px;
  letter-spacing: .16em;
}

/* ----ブランド画面---- */
.block-brand-list {
  margin: 40px 0 60px;
}

.block-brand-list .block-topic-path {
  margin-bottom: 40px;
}

.block-brand-list--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-brand-list--item {
  flex-grow: 1;
  flex-basis: 390px;
  max-width: 390px;
  margin: 0 0 20px 15px;
}

.block-brand-list--item:nth-of-type(3n+1) {
  margin-left: 0;
}

.block-brand-list--item-img {
  width: 390px;
  height: 240px;
}

.block-brand-list--item-name,
.block-brand-list--item-comment {
  border: #ddd 1px solid;
  border-top: none;
  border-bottom: none;
}

.block-brand-list--item-name {
  padding: 15px 35px 0;
}

.block-brand-list--item-comment {
  border-bottom: #ddd 1px solid;
  padding: 15px 35px 35px;
}

.block-brand-list--item-btn {
  display: block;
  text-align: center;
  width: 240px;
  height: 48px;
  line-height: 48px;
  color: #333;
  font-size: 14px;
  margin: 15px auto 0;
  background: #e5e5e5;
}

.block-brand-detail--image {
  margin-top: 40px;
}

.block-brand-detail--description {
  margin-bottom: 30px;
}

/* ----商品詳細画面---- */
/*CSSによる商品詳細画面の項目の並び順変更用*/
.pane-goods-right-side form {
  display: flex;
  flex-flow: column;
}

.block-goods-sns {
  order: 10;
}

.page-goods .block-icon {
  order: 20;
}

.block-goods-comment {
  order: 30;
}

.block-goods-code {
  order: 35;
}

.block-goods-name {
  order: 40;
}

.block-goods-price {
  order: 50;
}

.block-goods-item-code {
  order: 70;
}

.block-goods-item-code2 {
  order: 80;
}

.block-goods-item-code3 {
  order: 90;
}

.block-goods-release-dt {
  order: 100;
}

.block-goods-class1 {
  order: 110;
}

.block-goods-class2 {
  order: 120;
}

.block-goods-attr1 {
  order: 130;
}

.block-goods-attr2 {
  order: 140;
}

.block-goods-attr3 {
  order: 150;
}

.block-goods-size {
  order: 160;
}

.block-goods-color {
  order: 170;
}

.block-goods-point {
  order: 180;
}

.block-goods-postage {
  order: 190;
}

.block-goods-stock {
  order: 200;
}

.block-goods-spec {
  order: 210;
}

.block-goods-sales-detail-append {
  order: 220;
}

.block-variation {
  order: 230;
}

.cart-check-size {
  order: 235;
}

.block-custom-order {
  order: 240;
}

.block-goods-comment1 {
  order: 234;
}

.block-add-item {
  order: 250;
}

.block-goods-tryingon {
  order: 255;
}

.block-no-stock {
  order: 260;
}

.block-outside-sales-period {
  order: 260;
}

.block-arrival-notice {
  order: 270;
}

.block-goods-store-stock {
  order: 280;
}

.block-goods-set {
  order: 290;
}

.block-accessory-list {
  order: 300;
}

.block-variation-back-order {
  order: 310;
}

.block-contact-about-goods {
  order: 320;
}

.block-goods-link {
  order: 340;
}

.block-product-detail {
  order: 350;
}

.block-goods-comment9 {
  order: 360;
}

.block-product-detail--link {
  order: 365;
}

.block-sns-list {
  order: 370;
}

/* ----ゲストお気に入り画面---- */
.block-guest-favorite-synchronize {
  text-align: center;
  margin-top: 50px;
}

/* ----定期購入商品サイクル情報変更画面---- */
.block-regular-purcharse-cycle-info-update--skip-cancel-message {
  margin: 5px 0 0 5px;
}

/* ----アプリログイン訴求画面---- */
.block-applogin-body {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.9em;
  text-align: center;
  margin: auto;
  height: 100px;
}

/*新規会員登録フォーム修正箇所*/
.block-member-info--favstoreflg select {
  width: 309px;
}

.block-size--item-term span {
  height: calc(29px - 2px);
}

/*カート/お届け先住所変更*/
.fieldset-vertical .form-group {
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: normal;
}

.fieldset-vertical .form-control {
  padding: 10px;
}

.block-order-estimate--dest-address-name-sei {
  margin-bottom: 10px;
}

/*お気に入り/削除ボタン*/
.btn-danger {
  color: #A79069;
  text-decoration: underline;
  font-size: 16px;
  border: none;
  background-color: transparent;
}

/*お支払情報/お支払方法レイアウト*/
.block-order-method--payment-method-select li {
  margin: 0 0 10px 0;
  display: -webkit-flex;
  display: flex;
}

.help-block {
  display: block;
  font-size: 11px;
  margin-top: 0px;
  color: #737373;
}
.block-order-method--payment-method-select li label{
    width: 190px;
}

.block-order-method--payment-method-select li .help-block {
  display: inline-block;
  margin-left: 15%;
  width: 400px;
  vertical-align: top;
}

/*入荷案内申し込み商品/レイアウト*/
.block-arrival-notice-list {
  width: 700px;
  margin: 0 auto 100px;
}

.pager-total {
  font-size: 22px;
  font-weight: bold;
  padding-left: 5px;
}

.block-arrival-notice-list--form li:first-child .block-arrival-notice-list--goods {
  border-top: 1px solid #eee;
}

.block-arrival-notice-list--goods {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}

.block-arrival-notice-list--delete-item {
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}