﻿@charset "UTF-8";

/* ヘッダ（ＰＣ） ファーストビュー用 */

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

a {
  text-decoration: underline;
  color: #0000FF;
}

a:hover,
a:focus {
  text-decoration: none;
}

.container {
  width: 1080px !important;
  margin: 0 auto;
}

/* 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 のコピー */

/* sys/layout.css のコピー ここから */

.wrapper {
  width: 100%;
  min-width: 1080px;
  overflow: hidden;
}

.container {
  width: 1080px;
  margin: 0 auto;
}

.pane-header .container {
  display: flex;
  align-items: center;
  height: 91px;
}

.pane-globalnav {
  width: 100%;
}

.pane-globalnav {
  width: 100%;
}

.pane-contents {
  min-height: 600px;
  padding-bottom: 30px;
}

.pane-contents .container {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  /* IE11 */
  display: -ms-grid;
  -ms-grid-columns: auto 1fr;
  -ms-grid-rows: auto 1fr;
}

.pane-left-menu {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  /* IE11 */
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  width: 180px;
  margin: 10px 10px 0 0;
}

.pane-main {
  display: block;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  /* IE11 */
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  width: 100%;
  padding-top: 10px;
}

.pane-right-menu {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  /* IE11 */
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  margin: 30px 0;
  width: 890px;
}

.pane-footer {
  padding: 30px 0;
}

/* ここまで sys/layout.css のコピー */


/* usr/layout.css のコピー ここから */

.pane-globalnav {
  position: relative;
  background-color: #444;
  color: #fff;
}

/* ここまで usr/layout.css のコピー */


/* usr/block.css のコピー ここから */

.pane-header .container {
  display: flex;
  align-items: center;
  height: 91px;
}

/* ----ヘッダー---- */

.pane-header {
  border-bottom: 1px solid #999999;
  background-color: #FDE1F4;
}

.header-right {
  margin-left: auto;
}

.header-left-top {
  display: flex;
  align-items: center;
  padding-top: 1px;
}

.header-left-bot {
  margin-top: 9px;
}

.header-logo a,
.header-logo img {
  display: block;
  width: 221px;
}

.header-logo a:hover {
  opacity: .7;
}

.header-left-top .block-global-search {
  margin-left: 20px;
}

.header-left-top .block-global-search form {
  display: flex;
  align-items: center;
}

.header-left-top .block-global-search--keyword {
  width: 250px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #848484;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
  font-size: 1.3rem;
}

.header-left-top .block-global-search--keyword::placeholder {
  color: #999999;
}

.header-left-top .block-global-search--keyword:hover {
  border: 1px solid #848484;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
}

.header-left-top .block-global-search--submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 32px;
  border: 1px solid #848484;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: none;
  background: rgb(216, 75, 145);
  background: -moz-linear-gradient(top, rgba(216, 75, 145, 1) 0%, rgba(223, 39, 117, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(216, 75, 145, 1) 0%, rgba(223, 39, 117, 1) 100%);
  background: linear-gradient(to bottom, rgba(216, 75, 145, 1) 0%, rgba(223, 39, 117, 1) 100%);
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  cursor: pointer;
}

.header-left-top .block-global-search--submit:hover {
  opacity: .7;
}

.header-nav-1 ul {
  display: flex;
}

.header-nav-1 li + li {
  margin-left: 24px;
}

.header-nav-1 a {
  color: #333333;
  font-size: 1.4rem;
  text-decoration: none;
}

.header-nav-1 a:hover {
  opacity: .7;
}

.header-nav-2 ul {
  display: flex;
}

.header-nav-2 li + li {
  margin-left: 10px;
}

.header-nav-2 a,
.header-nav-2 img {
  display: block;
  position: relative;
  width: 98px;
}

.header-nav-2 a:hover {
  opacity: .7;
}

.block-headernav--cart-count {
  display: none;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  padding-left: 2px;
  color: #F50A8F;
  font-size: 2.8rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  text-shadow:
    3px 3px 1px #ffffff,
    -3px 3px 1px #ffffff,
    3px -3px 1px #ffffff,
    -3px -3px 1px #ffffff,
    3px 0px 1px #ffffff,
    0px 3px 1px #ffffff,
    -3px 0px 1px #ffffff,
    0px -3px 1px #ffffff;
  letter-spacing: -.02em;
}

/* ここまで 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 のコピー */
