@charset "UTF-8";

/* ヘッダ（ＰＣ） ファーストビュー用 */

/* sys/base_form.css のコピー ここから */

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
select,
textarea {
  padding: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* ----ボタン---- */

.btn {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  padding: 4px 10px;
}

.btn-default {
  color: #333;
  border: solid 1px #dcdcdc;
  background-color: #e5e5e5;
}

/* ここまで sys/base_form.css のコピー */

/* usr/layout.css のコピー ここから */

.pane-globalnav {
  position: relative;
  background-color: #444;
  color: #fff;
}

/* ここまで usr/layout.css のコピー */

/* usr/block.css のコピー ここから */

/* ----ヘッダー---- */

.block-header-logo {
  width: 300px;
  font-size: 0;
}

.block-headernav {
  width: 440px;
}

.block-headernav--item-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.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-global-search {
  width: 460px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.block-global-search--keyword {
  width: 280px;
}

.block-global-search form {
  background-color: #eee;
}

input.block-global-search--keyword:hover,
input.block-global-search--keyword {
  border: none;
  background-color: transparent;
}

button.block-global-search--submit {
  border: none;
  background-color: transparent;
  width: 33px;
}

.block-global-search--searchdetail {
  margin-left: 15px;
}

.block-global-search--search-detail-link {
  color: #6fb4c3;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/* ----グローバルナビ---- */

.block-globalnav--item-list {
  display: table;
  width: 100%;
}

.block-globalnav--item-list div {
  margin-right: 10px;
}

.block-globalnav--item-list>div {
  display: table-cell;
  width: 20%;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
}

.block-globalnav--item-list>div>a {
  position: relative;
  display: block;
  color: #fff;
  padding: 20px 0;
}

.block-globalnav--item-list>div>a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.block-globalnav--item-list>div>a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 38px;
  border-left: 1px solid #666;
  top: 10px;
  left: 0;
}

.block-globalnav--item-list>div:last-child>a:before {
  border-right: 1px solid #666;
}

.block-globalnav-menu {
  position: absolute;
  background-color: #191919;
  opacity: 0.98;
  width: 100%;
  top: 58px;
  left: 0;
  padding: 30px 0 20px;
  text-align: left;
  z-index: 10;
}

/* ここまで usr/block.css のコピー */

/* usr/user.css のコピー ここから */

/* fade image in after load */

.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}

/* ここまで usr/user.css のコピー */

/*ヘッダーパッチ*/

.block-headernav {
  display: flex;
  gap: 30px;
}

.block-header-logo02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.block-header-logo02 .block-header-logo--link {
  width: 130px;
}

.block-header-logo02>span {
  font-size: 11px;
}

.pane-globalnav>.container {}

.block-globalnav {
  display: flex;
  justify-content: center;
  min-height: 62px;
  padding: 5px 200px 5px;
  position: relative;
}

.block-globalnav--newsTxt {
  text-align: center;
  font-size: 13px;
}

.block-globalnav-cart {
  height: 52px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.block-globalnav-cart a {
  height: 100%;
}

/*フッターパッチ*/

.pane-footer {
  padding: 0 0 33px;
}

.pane-footer>.container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer-shop-banner {
  align-items: center;
  gap: 80px;
}

.footer-shop-banner-item {
  margin: 0;
}

.footer-shop-banner-item.-net {}

.footer-shop-banner-item.-tokyu-store {
  width: 202px;
}

.block-page-top {}

.footer-contact-box {
  padding: 60px 0 60px;
  background: #F5F5F5;
  order: 1;
}

.footer-contact-box--inner {
  display: flex;
  justify-content: space-between;
  gap: 30px 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-contact-box--item-heading {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.2em;
}

.footer-contact-box--item {
  padding: 40px 20px 0px;
  display: block;
  text-align: center;
  background: #fff;
  min-height: 188px;
}

.footer-contact-box--item.-form {
  width: 410px;
  flex-shrink: 0;
}

.footer-contact-box--item.-contact {
  width: 100%;
}

.footer-contact-box--info {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.footer-contact-box--tel {
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 16px;
  font-weight: 500;
  color: var(--font-color-red);
}

.footer-contact-box--tel>.numTxt {
  font-size: 30px;
  font-weight: bold;
  color: var(--font-color-red);
}

.footer-contact-box--btn {
  width: 100%;
  max-width: 282px;
  margin: 20px auto 0;
}

.footer-contact-box--btn a {
  width: 100%;
  min-height: 61px;
  border: 2px solid var(--font-color-red);
  ;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: var(--font-color-red);
  background: #FFF0F0;
}

.block-copyright {
  font-size: 11px;
}

.block-footernav {
  margin-bottom: 25px;
}

.block-footernav--item-list {
  display: flex;
  justify-content: center;
}

.block-footernav--item-list>li {
  padding: 0 16px 0;
}

.block-footernav--item-list>li::before {
  display: none !important;
}

.block-footernav--item-list>li:nth-of-type(n+2)::before {
  content: '';
  display: block !important;
  width: 1px;
  height: 14px;
  position: absolute;
  background: #222;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: auto;
}

.block-footernav--item-list>li a {
  font-size: 13px;
}

.block-footernav--item-list>li a[target="_blank"]::after {
  margin-left: 8px;
  content: '';
  display: inline-block;
  width: 9px;
  height: 11px;
  position: relative;
  top: 1px;
  background: url(../../img/usr/common/icon_blank.png) no-repeat center/contain;
}

.block-page-top {
  order: 2;
}

.footer-shop-banner {
  order: 3;
}

.block-footernav {
  order: 4;
}

.block-copyright {
  order: 5;
  ;
}

/*# sourceMappingURL=firstview_header.css.map */
