@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@300;900&display=swap");
body {
  font-family: 'Roboto', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  color: #000;
}
h1,
.h1 {
  font-size: 18px;
}
h2 {
  background: none;
}
a {
  color: #000;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
a:hover {
  opacity: .8;
  text-decoration: none;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
select,
textarea {
  padding: 5px;
  border: 1px solid #e0e0e0;
}
.required:after {
  background-color: #8a6500;
}
/* btn */
.action .btn {
  border-bottom-width: 1px;
  padding: 15px;
  min-width: 260px;
  color: #fff;
}
.action .btn:hover {
  color: #fff;
}
.action .btn a {
  color: #fff;
}
.action .btn a:hover {
  color: #fff;
}
.btn-danger,
.btn-primary {
  color: #fff;
  border: none;
  background-color: #000;
}
.btn-secondary,
.btn-default {
  color: #fff;
  border: solid 1px #000;
  background-color: #000;
}
/* price */
.price {
  color: #000;
}
/* error */
.form-error {
  color: #7d0000;
}
/* layout */
.pane-main {
  width: 1000px;
  margin: 0 auto;
}
.page-top .pane-main {
  width: 100%;
}
.pane-left-menu {
  display: none;
}
.pane-right-menu {
  width: auto;
  margin: 60px 0;
}
.pane-footer {
  background: #292929;
  padding: 0;
}
.pane-order-header {
  border-bottom: none;
}
/* globalnav */
.pane-globalnav {
  background-color: #292929;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scrollbar-base-color: #fff;
  scrollbar-face-color: #fff;
  scrollbar-shadow-color: #fff;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pane-globalnav.is-active {
  visibility: visible;
  opacity: 1;
}
.pane-globalnav::-webkit-scrollbar {
  width: 0;
  border: none;
}
/* header */
.pane-header .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1200px;
  padding-right: 50px;
}
.block-header-left {
  width: 460px;
}
.block-header-logo {
  position: absolute;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  top: 0;
  z-index: 12;
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-header-logo a {
  width: 120px;
}
.block-header-logo.is-active {
  position: fixed;
  background: transparent;
}
.block-header-logo--link {
  z-index: 11;
}
.page-cart .block-header-logo,
.page-login .block-header-logo {
  padding-top: 0;
  height: 100px;
}
.block-headernav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.block-headernav--logo {
  width: 200px;
}
.block-headernav--menu {
  padding-left: 80px;
}
.block-headernav--menu--link {
  display: block;
  position: relative;
  padding: 8px 0 0 50px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
}
.block-headernav--menu--link i {
  width: 40px;
  border-bottom: 2px solid #000;
  height: 2px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}
.block-headernav--menu--link i::before {
  content: '';
  position: absolute;
  width: 30px;
  border-bottom: 2px solid #000;
  height: 2px;
  display: block;
  top: 8px;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.block-headernav--menu--link i::after {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  border-bottom: 2px solid #000;
  height: 2px;
  top: 16px;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.block-headernav--menu--link.is-active i {
  border-bottom: none;
}
.block-headernav--menu--link.is-active i::before {
  top: 9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.block-headernav--menu--link.is-active i::after {
  top: 10px;
  width: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.block-headernav--search {
  width: 240px;
}
.block-headernav--search form {
  background: none;
  border-bottom: 1px solid #000;
}
.block-headernav--search input[type="text"].block-global-search--keyword {
  font-size: 11px;
  width: 200px;
  border: none;
}
.block-headernav--search .fa-search {
  font-size: 20px;
  color: #000;
}
.block-headernav--item-list-login {
  content: '';
  background: url("../../img/usr/common/header/ico_login.png") no-repeat 0 0;
  display: block;
  width: 22px;
  height: 27px;
  margin: 0 auto 5px;
}
.block-headernav--item-list-guide {
  content: '';
  display: block;
  height: 27px;
  margin: 0 auto 5px;
  background: url("../../img/usr/common/header/ico_guide.png") no-repeat 0 3px;
  width: 23px;
}
.block-headermenu {
  background: #292929;
  padding: 8px 0;
}
.block-headermenu--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 1200px;
  margin: 0 auto;
}
.block-headermenu--list li {
  display: inline-block;
}
.block-headermenu--list li a {
  color: #fff;
  font-size: 11px;
}
.block-headermenu--list-fav {
  padding: 8px 30px 0 0;
  border-right: 1px solid #505050;
}
.block-headermenu--list-fav i {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: 0;
}
.block-headermenu--list-reg {
  padding: 8px 0 0 30px;
}
.block-headermenu--list-signin {
  width: 100px;
  text-align: center;
  margin-left: 30px;
  padding: 10px 0;
  border-radius: 4px;
  background: #7d0000;
  display: inline-block;
  height: 36px;
  margin-right: 5px;
}
.block-headermenu--list-cart {
  width: 100px;
  text-align: center;
  padding: 8px 10px 2px 10px;
  border-radius: 4px;
  background: #8a6500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
}
.block-headermenu--list-cart-count {
  position: static;
  background: #7d0000;
  border-radius: 50%;
  padding-top: 2px;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: none;
}
.block-headermenu--list-cart-cart {
  content: '';
  display: block;
  height: 20px;
  margin: 0;
  background: url("../../img/usr/common/header/ico_cart.png") no-repeat 0 0;
  background-size: 22px 20px;
  width: 22px;
}
.block-header-news {
  background: #f0f0f0;
  padding: 10px;
  text-align: center;
}
/* globalnav */
.block-globalnav {
  background: #333;
  width: calc(100% - 360px);
  min-height: 1000px;
}
.block-globalnav--category {
  width: 720px;
  padding-top: 160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-globalnav--category-list {
  width: calc(50% - 25px);
}
.block-globalnav--category-list-title {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 40px;
}
.block-globalnav--category-list-title:after {
  content: '';
  display: block;
  width: 80px;
  border-bottom: 10px solid #fff;
  margin-top: 10px;
}
.block-globalnav--category-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
.block-globalnav--category-list-item li {
  width: calc(50% - 15px);
  padding: 7px 0;
  border-bottom: 1px solid #505050;
}
.block-globalnav--category-list-item a {
  color: #fff;
}
.block-globalnav--item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 130px;
  width: 460px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-globalnav--item-list > li {
  width: 220px;
  height: 340px;
  background: #fff;
  margin-bottom: 20px;
}
.block-globalnav--item-list > li > a {
  padding: 0;
  color: #000;
}
.block-globalnav--item-list > li > a::before {
  content: none;
}
.block-globalnav--item-list > li figure span {
  display: block;
  font-size: 11px;
  border: 1px solid #000;
  border-radius: 10px;
  width: 100px;
  margin: 0 auto 15px;
  padding: 5px 0;
  font-weight: 300;
}
.block-globalnav--item-list > li figure span.is-category01 {
  border: 1px solid #ac6a00;
  color: #ac6a00;
}
.block-globalnav--item-list > li figure span.is-category02 {
  border: 1px solid #f39700;
  color: #f39700;
}
.block-globalnav--item-list > li figure span.is-category03 {
  border: 1px solid #ea68a2;
  color: #ea68a2;
}
.block-globalnav--item-list > li figure span.is-category04 {
  border: 1px solid #000;
  color: #000;
}
.block-globalnav--item-list > li figcaption {
  padding-top: 20px;
  font-size: 15px;
  font-weight: 600;
}
.block-globalnav--logo {
  width: 720px;
  margin: 20px auto 0;
}
.block-globalnav--logo img {
  width: 200px;
}
.block-globalnav--close {
  position: absolute;
  top: 20px;
  left: 50%;
}
.block-globalnav--close-btn {
  cursor: pointer;
  font-size: 12px;
}
.block-globalnav--close-btn:before,
.block-globalnav--close-btn:after {
  content: '';
  position: absolute;
  width: 20px;
  border-bottom: 2px solid #8a6500;
  height: 2px;
  display: block;
  top: 10px;
  left: -25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.block-globalnav--close-btn:after {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.block-globalnav--link {
  width: 360px;
  background: #292929;
}
.block-globalnav--link-list {
  padding-bottom: 30px;
  border-bottom: 1px solid #999;
}
.block-globalnav--link-list li {
  margin-bottom: 20px;
}
.block-globalnav--link-list a {
  font-size: 40px;
}
.block-globalnav--link-guide {
  padding-top: 250px;
}
.block-globalnav--link-guide li {
  margin-bottom: 15px;
  font-size: 12px;
  padding-left: 50px;
}
.block-globalnav--link-guide li a {
  color: #fff;
}
.block-globalnav--link-sns {
  padding-top: 20px;
}
.block-globalnav--link-sns li {
  display: inline-block;
  padding: 0 10px;
}
/* top */
.block-top-free-2 {
  margin: 0 auto;
  padding-left: 200px;
  width: 1200px;
}
.page-top .pane-contents .container {
  width: 100%;
}
.block-top-body {
  margin-bottom: 120px;
}
.block-top-body--body {
  margin: 0 auto 60px;
  width: 1200px;
  height: 930px;
  position: relative;
}
.block-top-body--body li img {
  width: 100%;
  height: 750px;
  -o-object-fit: cover;
  object-fit: cover;
}
.block-top-body--body::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #b6a1e0;
  background: linear-gradient(45deg, #b6a1e0 0%, #eabcaa 100%);
  width: 900px;
  height: 930px;
}
.block-top-body--title {
  z-index: 15;
  color: #fff;
  font-size: 90px;
  position: absolute;
  top: 100px;
  left: 100px;
  font-weight: 900;
}
.block-top-body--items {
  width: 600px;
  height: 750px;
  position: absolute;
  left: 580px;
  top: 50px;
  z-index: 10;
}
.block-top-body--items-thum {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: -55px;
  bottom: 240px;
}
.block-top-body--items-thum li {
  width: 80px;
  margin-right: 15px;
}
.block-top-body--items-thum li img {
  width: 80px;
  height: 80px;
  border: 4px solid #fff;
  -o-object-fit: cover;
  object-fit: cover;
}
.block-top-body--concept {
  font-family: 'Noto Sans JP';
  margin: 0 auto;
  height: 960px;
  width: 1200px;
  padding-left: 650px;
  position: relative;
}
.block-top-body--concept-title {
  color: #b6a1e0;
  background: -webkit-linear-gradient(0deg, #b6a1e0, #eabcaa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 68px;
  font-weight: 900;
  padding: 50px 0 0;
}
.block-top-body--concept-text {
  color: #b6a1e0;
  background: -webkit-linear-gradient(0deg, #b6a1e0, #eabcaa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  padding: 0 0 0;
  line-height: 1.8;
  letter-spacing: 0.5em;
  font-weight: 900;
}
.block-top-body--concept-img01 {
  position: absolute;
  top: 0;
  left: 130px;
  width: 440px;
}
.block-top-body--concept-img02 {
  position: absolute;
  bottom: -40px;
  left: 410px;
  z-index: 20;
  width: 600px;
  height: 400px;
}
.block-top-body--feature {
  background: #292929;
}
.block-top-body--feature-title {
  text-align: center;
  color: #fff;
  padding: 160px 0 110px;
  letter-spacing: 2px;
  font-size: 30px;
  font-weight: 600;
}
.block-top-body--feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 990px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-top-body--feature-list li {
  width: calc(50% - 35px);
  margin: 0 0 80px;
  padding-bottom: 160px;
  position: relative;
}
.block-top-body--feature-detail {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;
  height: 220px;
  background: #fff;
  display: block;
  padding: 40px 50px;
}
.block-top-body--feature-detail-title {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 30px;
}
.block-top-body--feature-detail-title:after {
  display: block;
  content: '';
  padding-top: 20px;
  border-bottom: 3px solid #000;
  width: 40px;
}
.block-top-body--feature-detail-text {
  font-size: 12px;
  line-height: 2;
}
.block-top-body--item {
  width: 1200px;
  margin: 0 auto 60px;
  padding: 100px 0 60px;
  border-bottom: 1px solid #343434;
}
.block-top-body--item-title {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 40px;
}
.block-top-body--item-title:after {
  display: block;
  content: '';
  padding-top: 20px;
  border-bottom: 3px solid #000;
  width: 40px;
}
.block-top-body--item-text {
  padding: 35px 90px 0 600px;
  line-height: 1.6;
  font-size: 12px;
}
.block-top-body--item-price {
  padding: 15px 90px 0 600px;
  font-size: 12px;
  font-weight: 900;
}
.block-top-body--item-price span {
  font-size: 18px;
}
.block-top-body--category {
  width: 1000px;
  margin: 0 auto 220px;
  padding: 0 0 60px;
}
.block-top-body--category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-top-body--category-list li {
  width: calc(50% - 20px);
}
.block-top-body--category-title {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 40px;
}
.block-top-body--category-title:after {
  display: block;
  content: '';
  padding-top: 20px;
  border-bottom: 3px solid #000;
  width: 40px;
}
.block-top-body--category-text {
  padding: 35px 0 0;
  line-height: 1.6;
  font-size: 12px;
}
.block-top-body--genre {
  background: #292929;
}
.block-top-body--genre-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 0 auto 60px;
}
.block-top-body--genre-list li {
  width: calc(100% / 3);
  margin-top: -50px;
}
.block-top-body--genre-list li figure {
  position: relative;
}
.block-top-body--genre-list li figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100px;
  width: 135px;
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-weight: 900;
}
.block-top-body--genre-list li figcaption:after {
  content: '';
  width: 60px;
  border-bottom: 10px solid #fff;
  display: block;
}
.block-top-body--genre-list li:nth-child(2) {
  margin-top: -100px;
}
.block-top-body--genre-list li:nth-child(2) figcaption {
  width: 195px;
}
.block-top-body--genre-list li:nth-child(3) {
  margin-top: -150px;
}
.block-top-body--genre-list li:nth-child(3) figcaption {
  width: 170px;
}
.block-top-body--genre-title {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.block-top-body--genre-brand {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-top-body--genre-brand li {
  width: 140px;
}
.block-top-body--genre-brand li a {
  color: #fff;
}
.block-top-body--genre-brand figcaption {
  text-align: center;
  padding-top: 20px;
  font-size: 12px;
}
.block-top-topic {
  margin: 0 auto;
  background: #f0f0f0;
  padding: 80px 0;
}
.block-top-topic--header {
  border-top: none;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 4px;
}
.block-top-topic--body {
  width: 640px;
  margin: 0 auto;
}
.block-top-topic--items li {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
}
.block-top-topic--items dt {
  margin-right: 40px;
}
.block-top-topic--next-page {
  margin-top: 40px;
}
.block-top-topic--next-page a {
  width: 240px;
  display: block;
  margin: auto;
  background: #000;
  text-align: center;
  color: #fff;
  padding: 15px;
  text-decoration: none;
}
.block-top-free1 {
  margin: 0 auto 80px;
  padding-left: 200px;
  width: 1200px;
}
.block-top-free1--mod {
  width: 100%;
  height: 270px;
  background: #f6f2ed;
  position: relative;
}
.block-top-free1--mod::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 270px;
  border: 1px solid #111;
  z-index: 0;
}
.block-top-free1--mod-text {
  padding: 60px 0 40px;
  font-size: 28px;
  text-align: center;
  position: relative;
  font-weight: 600;
  letter-spacing: 2px;
}
.block-top-free1--mod-btn {
  width: 160px;
  background-color: #8a6500;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
}
.block-top-recommend {
  margin: 0 auto 60px;
  padding-left: 200px;
  width: 1200px;
}
.block-top-recommend--header,
.block-top-event--header {
  text-align: center;
  position: relative;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: 4px;
}
.block-top-recommend--goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-top-recommend--goods li {
  width: calc((100% - 100px) / 3);
  margin: 0 0 50px;
}
.block-top-recommend--goods-title {
  font-size: 14px;
  font-weight: 600;
}
.block-top-recommend--goods-text {
  font-size: 12px;
}
.block-top-category {
  margin: 0 auto 100px;
  padding-left: 200px;
  width: 1200px;
}
.block-top-category--wrap {
  background: #f6f2ed;
  padding: 50px 30px 60px;
}
.block-top-category--header::after {
  content: 'カテゴリ';
}
.block-top-category--header span {
  display: inline-block;
  padding: 0 20px 0 40px;
  background: url("/105_design_7/img/usr/top/ico_category.png") no-repeat 0 50%;
}
.block-category-style-p {
  margin: 0;
}
.block-category-style-p--item {
  width: calc((100% - 60px) / 4);
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  margin-left: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 340px;
}
.block-category-style-p--item:first-child {
  margin-left: 0;
}
.block-category-style-p--item-image {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  width: 100%;
}
.block-category-style-p--item-name {
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20;
  text-align: center;
  border-bottom: none;
  margin: 0 auto;
  font-weight: 600;
}
.block-category-style-p--item-name::before {
  content: '';
  display: block;
  font-size: 11px;
  border: 1px solid #000;
  border-radius: 10px;
  width: 100px;
  margin: 0 auto 10px;
  padding: 3px 0;
  font-weight: 300;
}
.block-category-style-p--item:nth-child(1) .block-category-style-p--item-name::before {
  content: 'chocolate';
  border: 1px solid #ac6a00;
  color: #ac6a00;
}
.block-category-style-p--item:nth-child(2) .block-category-style-p--item-name::before {
  content: 'cookie';
  border: 1px solid #f39700;
  color: #f39700;
}
.block-category-style-p--item:nth-child(3) .block-category-style-p--item-name::before {
  content: 'cake';
  border: 1px solid #ea68a2;
  color: #ea68a2;
}
.block-category-style-p--item:nth-child(4) .block-category-style-p--item-name::before {
  content: 'etc';
  border: 1px solid #000;
  color: #000;
}
.block-category-style-p--item-comment {
  display: none;
}
.block-top-free2--bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.block-top-event {
  margin: 0 auto;
  width: 1200px;
}
.block-top-event--header {
  padding: 0;
  margin: 0 auto 50px;
  border: none;
}
.block-top-event--header a {
  display: inline-block;
  padding: 0;
  position: relative;
}
.block-top-event .block-icon img {
  width: auto;
}
/* ranking 一覧ページ*/
.block-ranking-r--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 60px;
  padding: 50px 0 0;
  position: relative;
}
.block-ranking-r--items li {
  width: 160px;
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
  margin: 0 50px 50px 0;
}
.block-ranking-r--items li:nth-child(5n) {
  margin: 0 0 50px 0;
}
.block-ranking-r--goods {
  -ms-flex-preferred-size: 260px;
  flex-basis: 260px;
}
.block-ranking-r--goods a {
  text-decoration: none;
  font-size: 12px;
}
.block-ranking-r--goods-image {
  padding-top: 55px;
}
.block-ranking-r--goods-image .block-ranking-r--rank {
  top: 0;
  left: 0;
  color: #000;
  background: none;
  font-size: 22px;
  display: block;
}
.block-ranking-r--goods-image .block-ranking-r--rank:after {
  content: '';
  display: block;
  width: 35px;
  margin-top: 1px;
  border-bottom: 5px solid #ccc;
}
.block-ranking-r--goods-image .img-center img {
  width: 100%;
}
.block-ranking-r--goods-image .block-ranking-r--rank-1:after {
  border-bottom: 5px solid #bea870;
}
.block-ranking-r--goods-image .block-ranking-r--rank-2:after {
  border-bottom: 5px solid #9aa9b9;
}
.block-ranking-r--goods-image .block-ranking-r--rank-3:after {
  border-bottom: 5px solid #997a5c;
}
.block-ranking-r--goods-image figure {
  width: 100%;
  height: auto;
}
.block-ranking-r--goods-name {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  width: 100%;
  font-weight: 600;
  margin-bottom: 10px;
}
.block-ranking-r--price-infos {
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20;
  width: 100%;
}
.block-ranking-r--goods-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}
.block-ranking-r--goods-description .block-icon {
  display: none;
}
.block-ranking-r--goods-description .variation-name {
  display: none;
}
.block-ranking-r--goods .price,
.block-ranking-r--goods .net-price,
.block-ranking-r--goods .default-price,
.block-ranking-r--goods .exchange-price,
.block-ranking-r--goods .block-exchange-price--rate-dt {
  text-align: left;
  color: #000;
}
/* ranking top*/
.page-top .block-ranking-r--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto 60px;
  padding: 0;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.page-top .block-ranking-r--items li {
  width: 168px;
  -ms-flex-preferred-size: 168px;
  flex-basis: 168px;
  margin: 0 40px 0 0;
}
.page-top .block-ranking-r--items li:last-child {
  margin: 0;
}
/* 最近見た商品 */
.block-recent-item {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.block-recent-item--body {
  width: 1000px;
  margin: 0 auto 60px;
}
.block-recent-item--items {
  width: 1000px;
  margin: 0 auto;
}
.block-recent-item--header {
  border-top: none;
  padding: 20px 0 50px;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.block-recent-item--keep-history {
  margin-top: 0;
  position: absolute;
  right: 10px;
  top: 25px;
}
.block-recent-item--keep-history a {
  color: #000;
  font-size: 12px;
  text-decoration: none;
  position: relative;
}
.block-recent-item--keep-history a::before,
.block-recent-item--keep-history a::after {
  display: block;
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 13px;
  height: 1px;
  margin: -8px 0 0 -20px;
  background: #000;
}
.block-recent-item--keep-history a::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.block-recent-item--keep-history a::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.block-thumbnail-h li {
  width: 168px;
  margin: 0 0 40px 40px;
}
.block-thumbnail-h li:nth-child(5n+1) {
  margin: 0 0 40px 0;
}
.block-thumbnail-h--goods-description {
  margin-top: 15px;
}
.block-thumbnail-h--goods-image figure {
  background: none;
  width: 100%;
  min-height: 150px;
  height: auto;
}
.block-thumbnail-h--goods-name a {
  font-size: 12px;
  font-weight: 600;
}
.variation-name {
  font-size: 12px;
}
.block-thumbnail-h--goods .price,
.block-thumbnail-h--goods .net-price,
.block-thumbnail-h--goods .default-price,
.block-thumbnail-h--goods .exchange-price,
.block-thumbnail-h--goods .block-exchange-price--rate-dt {
  text-align: left;
  color: #000;
  padding: 2px 0 0;
}
/* footer */
footer .container {
  width: 100%;
}
.block-page-top {
  position: static;
  opacity: 1 !important;
}
.block-page-top a {
  background: #464642;
  width: 100%;
}
.block-page-top a:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.block-switcher {
  display: none;
}
.block-copyright {
  font-size: 10px;
  padding: 20px 0 60px;
  color: #747474;
}
.block-footer-sns--list,
.block-globalnav--link-sns {
  margin-bottom: 40px;
  text-align: center;
}
.block-footer-sns--list li,
.block-globalnav--link-sns li {
  display: inline-block;
  padding: 0 10px;
}
.block-footer-middle {
  width: 900px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-footer-middle-left {
  width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
}
.block-footer-middle-right {
  margin: 0;
  width: 420px;
  padding-top: 15px;
}
.block-footernav--logo {
  width: 620px;
  margin: 40px auto;
}
.block-footernav--category-list {
  width: 50%;
}
.block-footernav--category-list li {
  margin-bottom: 10px;
}
.block-footernav--link-list {
  width: 50%;
  border-right: 1px solid #77aba6;
}
.block-footernav--link-list li {
  margin-bottom: 10px;
}
.block-footernav--support {
  margin-bottom: 40px;
  text-align: center;
}
.block-footernav--support li {
  display: inline-block;
  padding: 0 30px;
}
.block-footernav--support li a {
  color: #fff;
}
.block-footernav--company {
  width: 1000px;
  padding: 20px 0;
  text-align: center;
  margin: 0 auto 40px;
  border-top: 1px solid #464642;
  border-bottom: 1px solid #464642;
}
.block-footernav--company li {
  display: inline-block;
  padding: 0 25px;
  font-size: 12px;
}
.block-footernav--company li a {
  color: #747474;
}
/* 商品詳細 layout */
.block-goods-detail {
  -ms-grid-columns: 1fr 500px;
  grid-template-columns: 1fr 500px;
}
.pane-goods-left-side {
  width: 440px;
}
.pane-goods-right-side {
  width: 500px;
}
/* 商品詳細 */
.pane-topic-path {
  background: #f9f9f9;
}
.pane-topic-path .container {
  width: 1000px;
}
.block-topic-path {
  padding: 12px 0;
}
.block-topic-path--list a {
  text-decoration: none;
}
.block-src-l figure img {
  width: 100%;
}
.pane-goods-left-side h3 {
  font-size: 16px;
}
.pane-goods-left-side dd {
  padding-bottom: 20px;
  line-height: 1.8;
}
.block-icon {
  margin-bottom: 10px;
}
.block-icon img {
  width: auto;
  height: 20px;
}
.block-goods-name h2 {
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.block-goods-price--price {
  color: #000;
}
.block-goods-comment1,
.block-goods-comment2,
.block-goods-comment3,
.block-goods-comment4,
.block-goods-comment5 {
  margin: 20px 0;
}
.goods-detail-description {
  display: table;
  width: 100%;
  margin: 5px 0;
}
.goods-detail-description dt {
  display: table-cell;
  width: 100px;
  font-weight: bold;
  padding: 6px 15px 6px 0;
  position: relative;
}
.goods-detail-description dt:before {
  position: absolute;
  content: "";
  display: block;
  height: 80%;
  width: 1px;
  background: #e0e0e0;
  right: 0;
  top: 10%;
}
.goods-detail-description dd {
  display: table-cell;
  padding: 6px 0 6px 15px;
}
.block-add-cart {
  width: 430px;
}
.block-variation-add-cart--btn,
.block-add-cart--btn {
  background-color: #000;
  display: table-cell;
  vertical-align: top;
  line-height: 36px;
  font-size: 18px;
  width: 430px;
  border: none;
}
.block-arrival-notice--btn {
  width: 430px;
  padding: 12px 0;
  font-size: 18px;
  line-height: 36px;
}
.block-variation-add-cart--btn,
.block-variation-no-stock--message {
  width: 380px;
}
.block-variation-no-stock--message {
  padding: 10px 0;
  font-size: 18px;
  line-height: 32px;
}
.block-goods-set .legend {
  font-size: 18px;
  border-bottom: #e0e0e0 1px solid;
}
.block-no-stock--message {
  padding: 12px;
  width: 430px;
  border: none;
  font-size: 18px;
  line-height: 36px;
}
.block-goods-favorite {
  -webkit-box-ordinal-group: 261;
  -ms-flex-order: 260;
  order: 260;
  position: relative;
}
.block-goods-favorite--btn {
  text-indent: -9999px;
  display: block;
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  background: #8a6500;
  border: none;
  margin-top: -60px;
}
.block-variation-favorite--btn {
  background: #8a6500;
  border: 1px solid #8a6500;
}
.block-goods-favorite--btn:before {
  content: "\02665";
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 14px);
  text-indent: 0;
}
.block-goods-store-stock--btn {
  width: 430px;
}
.block-variation-favorite a.btn-default:hover {
  color: #000;
}
.block-contact-about-goods--btn {
  border: none;
  background: none;
  text-align: left;
  text-decoration: underline;
  margin-top: 20px;
  color: #000;
}
.block-goods-footer-cart {
  display: none;
}
.block-variation--name.block-color--name,
.block-variation--name.block-size--name {
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0 10px;
}
.block-variation--selected-item {
  margin: 10px 0 0;
}
.block-variation--item dt {
  border: 2px solid #e0e0e0;
}
.block-variation--item.active dt {
  border: 2px solid #000;
}
.block-size--item dt,
.block-size--item-term span {
  width: 80px;
}
.block-size-with-cart--item-term span {
  font-size: 11px;
}
.fieldset-vertical .form-control {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fieldset .form-control {
  padding: 5px 0 4px 20px;
  vertical-align: middle;
}
/* 商品詳細 合わせて買いたい */
.pane-goods-right-side .block-accessory-list {
  padding-top: 0;
  margin: 0;
  border-top: none;
}
.pane-goods-right-side .block-accessory-list--name {
  text-align: left;
  font-size: 16px;
  margin: 40px 0 0;
}
.pane-goods-right-side .block-accessory-list .block-check-list-a--items {
  padding-top: 20px;
}
.pane-goods-right-side .block-accessory-list .block-check-list-a--items li {
  width: 100%;
}
.pane-goods-right-side .block-accessory-list .block-check-list-a--items li:last-child {
  margin-bottom: 0;
}
.pane-goods-right-side .block-accessory-list .block-check-list-a--price-infos,
.pane-goods-right-side .block-accessory-list .block-check-list-a--stock-items,
.pane-goods-right-side .block-accessory-list .block-check-list-a--select-item {
  text-align: left;
}
.block-check-list-a--price-infos {
  text-align: left;
}
/* 商品詳細 ユーザーレビュー*/
.block-goods-user-review {
  border-top: 1px solid #e0e0e0;
  padding-top: 40px;
  margin: 80px 0;
}
.block-goods-user-review h2 {
  font-size: 20px;
  text-align: center;
  background: none;
  font-weight: 600;
}
.block-goods-user-review h2::after {
  content: '';
}
.block-goods-user-review h2 i::before {
  content: none;
}
.block-goods-user-review--info {
  text-align: center;
}
.block-goods-user-review--need-login-message {
  margin: 5px 0 10px;
}
.block-goods-user-review--form {
  text-align: center;
}
.block-goods-user-review--write-review-btn,
.block-goods-user-review--write-review-link {
  display: inline-block;
  border: none;
  background-color: #000;
  padding: 10px;
  width: 200px;
}
.block-goods-user-review--write-review-btn:hover,
.block-goods-user-review--write-review-link:hover {
  color: #fff;
}
/* 商品一覧*/
h1.optimaized-h1.container {
  position: fixed;
  top: -100%;
}
.pager-current {
  color: #8a6500;
  background-color: #e0e0e0;
}
.pagination > * {
  border: 1px solid #e0e0e0;
}
.block-pickup-list-p li {
  margin-bottom: 40px;
}
.block-pickup-list-p--item-body {
  width: 50%;
  margin: 10px auto;
  padding: 0 20px;
}
.block-pickup-list-p--item-description {
  width: 100%;
}
.block-pickup-list-p--comment {
  font-size: 12px;
}
.block-pickup-list-p .price,
.block-pickup-list-p .net-price,
.block-pickup-list-p .default-price,
.block-pickup-list-p .exchange-price,
.block-pickup-list-p .block-exchange-price--rate-dt {
  text-align: left;
  color: #000;
  font-size: 14px;
}
.block-pickup-list-p--add-cart {
  padding-top: 10px;
  text-align: right;
}
.block-pickup-list-p--add-cart .block-list-add-cart-btn {
  border: none;
  display: inline-block;
  padding: 8px 0;
  width: 180px;
  background: #000;
  color: #fff;
}
.block-goods-list--display-style-items dt,
.block-goods-list--sort-order-items dt {
  margin-right: 5px;
}
.block-goods-list--display-style-items dd,
.block-goods-list--sort-order-items dd {
  margin-right: 15px;
}
.block-goods-list--display-style-items .active,
.block-goods-list--sort-order-items .active {
  color: #8a6500;
  font-weight: 600;
}
.block-category-list--header {
  font-size: 28px;
}
.block-category-list--topic {
  margin-bottom: 80px;
}
.block-goods-list--display-style-items {
  padding: 10px 0;
  margin-top: 10px;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}
.block-goods-list--sort-order-items {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
.block-goods-list--pager-top.pager,
.block-goods-list--pager-bottom.pager {
  text-align: center;
  padding: 20px 0;
}
.block-goods-list--pager-bottom.pager {
  padding: 20px 0 0;
}
.block-goods-list-l--table,
.block-goods-list-l--table td,
.block-goods-list-l--table th {
  border: 1px solid #e0e0e0;
}
.block-goods-list-l--table th {
  text-align: center;
  background: #f9f9f9;
}
.block-goods-list-l .price,
.block-goods-list-l .net-price,
.block-goods-list-l .default-price,
.block-goods-list-l .exchange-price,
.block-goods-list-l .block-exchange-price--rate-dt {
  color: #000;
}
.block-goods-list-l--add-cart .block-list-add-cart-btn {
  width: auto;
  border: none;
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 12px 20px;
}
.block-goods-list-l--goods-name + .block-icon {
  margin: 5px 0 0;
}
.block-thumbnail-t--goods {
  width: 211px;
  margin-left: 50px;
}
.block-thumbnail-t--goods-image figure {
  width: 100%;
  height: auto;
}
.block-thumbnail-t--goods-image figure img {
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}
.block-thumbnail-t--goods a {
  text-decoration: none;
}
.block-thumbnail-t--goods .price,
.block-thumbnail-t--goods .net-price,
.block-thumbnail-t--goods .default-price,
.block-thumbnail-t--goods .exchange-price,
.block-thumbnail-t--goods .block-exchange-price--rate-dt {
  text-align: left;
  color: #000;
  margin: 5px 0 0;
}
.block-goods-list-d--item-body {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  border-top: 1px solid #e0e0e0;
}
.block-goods-list-d li {
  margin: 0;
}
.block-goods-list-d li:first-child .block-goods-list-d--item-body {
  border-top: none;
}
.block-goods-list-d--image figure {
  background: none;
}
.block-goods-list-d--item-description {
  width: 800px;
  padding: 0 0 0 40px;
}
.block-goods-list-d--goods-name {
  font-size: 16px;
}
.block-goods-list-d--goods-name a {
  text-decoration: none;
}
.block-goods-list-d--goods-name + .block-icon {
  margin: 10px 0 5px;
}
.block-goods-list-d--comment {
  font-size: 12px;
  margin-top: 5px;
}
.block-goods-list-d--item-details {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-goods-list-d--add-cart {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.block-goods-list-d--price-infos,
.block-goods-list-d--stock-items {
  text-align: left;
  width: auto;
  padding: 2px 0;
}
.block-goods-list-d--add-cart .block-list-add-cart-btn {
  border: none;
  background: #000;
  color: #fff;
}
.block-goods-list-d--goods-comment {
  font-size: 12px;
  margin-top: 15px;
  line-height: 1.8;
}
.block-goods-list-d .price,
.block-goods-list-d .net-price,
.block-goods-list-d .default-price,
.block-goods-list-d .exchange-price,
.block-goods-list-d .block-exchange-price--rate-dt,
.block-pickup-list-w .price,
.block-pickup-list-w .net-price,
.block-pickup-list-w .default-price,
.block-pickup-list-w .exchange-price,
.block-pickup-list-w .block-exchange-price--rate-dt {
  text-align: left;
}
.block-category-list--sub {
  display: none;
}
/* 商品一覧 リスト*/
.block-list-s--items,
.block-goods-name-n {
  padding-top: 40px;
}
.block-list-s--items li,
.block-goods-name-n li {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
}
.block-list-s--items li:first-child,
.block-goods-name-n li:first-child {
  border-top: 1px solid #e0e0e0;
}
.block-list-s .block-list-s--goods-name {
  min-width: 240px;
  display: inline-block;
}
.variation-name.js-enhanced-ecommerce-variation-name,
.block-list-s--net-price.net-price {
  min-width: 100px;
  display: inline-block;
}
.block-goods-name-n {
  padding: 0;
}
/* 商品一覧 一括購入 */
.block-bulk-purchase-b--table {
  border: 1px solid #e0e0e0;
  margin-bottom: 40px;
}
.block-bulk-purchase-b--table th,
.block-bulk-purchase-b--table td {
  border: 1px solid #e0e0e0;
}
.block-bulk-purchase-b--add-cart {
  text-align: center;
  margin-bottom: 40px;
}
/* 商品一覧 買い物かご*/
.block-cart--contents {
  width: 700px;
}
.block-cart-i li {
  margin-bottom: 50px;
}
.block-cart-i--goods {
  margin-left: 65px;
}
.block-cart-i--goods-image figure {
  width: auto;
  height: auto;
}
.block-cart-i--goods .block-icon {
  margin: 5px 0;
}
.block-cart-i--goods .block-icon img {
  height: auto;
}
.block-cart-i--goods .variation-name {
  margin-bottom: 10px;
}
.block-cart-i--price.price {
  text-align: left;
}
/* 商品一覧 商品詳細 */
.block-goods-detail-j--items li {
  margin-bottom: 50px;
}
.block-goods-detail-j--goods {
  margin-left: 65px;
}
.block-goods-detail-j--goods .block-icon {
  margin: 5px 0;
}
.block-goods-detail-j--goods .block-icon img {
  height: auto;
}
/* 商品一覧 チェックリスト */
.block-check-list-a--items {
  padding-top: 60px;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-check-list-a--items--body {
  border: none;
}
.block-check-list-a--items li {
  margin: 0 0 20px;
  width: calc((100% - 40px) / 2);
  border-bottom: 1px solid #e0e0e0;
}
.block-check-list-a--items li:last-child .block-check-list-a--item-body {
  border-bottom: none;
}
.block-check-list-a--items input {
  display: inline-block;
}
.block-check-list-a--item-body {
  border: none;
}
/* 商品一覧 ピックアップ(クイックビューあり) */
.block-pickup-list-w li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-pickup-list-w--item-body {
  width: calc(50% - 15px);
  padding-bottom: 30px;
}
.block-pickup-list-w--item-description {
  width: 380px;
}
.block-pickup-list-w .price {
  text-align: left;
  margin: 5px 0;
}
.block-pickup-list-w--add-cart {
  text-align: right;
}
.block-pickup-list-w--add-cart .block-list-add-cart-btn {
  color: #fff;
  display: inline-block;
}
.block-pickup-list-w--net-price.net-price {
  margin-bottom: 10px;
}
/* ジャンルページ 絞り込み */
.block-genre-style {
  border-top: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
  margin-top: 60px;
}
.block-genre-style h3 {
  font-size: 16px;
  margin-right: 40px;
}
/* お問い合わせ */
/* お問い合わせ履歴 */
.block-inquiry--header,
.block-inquiry-completed--header {
  text-align: center;
  font-size: 24px;
  padding: 20px 0 10px;
}
.block-inquiry input[type="text"],
.block-inquiry input[type="tel"],
.block-inquiry input[type="email"],
.block-inquiry input[type="url"],
.block-inquiry input[type="number"],
.block-inquiry select,
.block-inquiry textarea {
  min-width: 375px;
}
.block-inquiry--name input[type="text"] {
  min-width: auto;
}
.block-inquiry--goods-name .form-control {
  vertical-align: middle;
}
.block-inquiry--forward,
.block-inquiry--confirmation-forward,
.block-inquiry--confirmation-back,
.block-inquiry-completed--back-to-home {
  background-color: #000;
  vertical-align: top;
  line-height: 36px;
  font-size: 18px;
  width: 240px;
  border: none;
}
.action .block-inquiry--confirmation-back,
.action .block-inquiry-completed--back-to-home {
  background-color: #000;
  border: 1px solid #000;
  border-bottom-width: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.block-inquiry-completed--customer-name {
  text-align: center;
}
.block-inquiry-completed--message {
  text-align: center;
  line-height: 1.8;
  margin-top: 40px;
}
.block-inquiry-history-detail {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.block-inquiry-history-detail--subject {
  font-size: 18px;
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
}
.block-inquiry-history-detail--item dt {
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
}
.block-inquiry-history-detail--form {
  margin-top: 60px;
}
/* 注文フローステップ */
.block-order-flow--step {
  padding: 70px 0 50px;
  text-align: center;
}
.block-order-flow--step ul {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-order-flow--step1,
.block-order-flow--step2,
.block-order-flow--step3,
.block-order-flow--step4,
.block-order-flow--step5 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 16px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 0 auto 0 0;
}
*[class*="block-order-flow--step"]:first-child {
  margin: 0 auto 0 auto;
}
*[class*="block-order-flow--step"]:last-child {
  margin: 0 auto 0 0;
}
.block-order-gift-dest h2 {
  font-size: 16px;
}
.block-order-gift-select--delivery-dest-add select[name=destlist] {
  vertical-align: -4px;
}
.block-order-gift-select--delivery-dest-goods-select {
  border: 1px solid #e0e0e0;
  padding: 20px;
}
.block-order-gift-select--delivery-dest-goods-name input[type="checkbox"] {
  display: inline-block;
}
.block-order-gift-select--promotion,
.block-order-gift-select--point-payment,
.block-order-gift-select--method {
  padding: 10px 0;
}
.block-order-gift-select .block-order-flow--step1,
.block-order-gift-select .block-order-flow--step2,
.block-order-gift-select .block-order-flow--step3,
.block-order-gift-select .block-order-flow--step4,
.block-order-gift-select .block-order-flow--step5 {
  padding: 0 2px;
  font-weight: bold;
}
.block-order-flow--step1:before {
  content: "STEP1";
}
.block-order-flow--step2:before {
  content: "STEP2";
}
.block-order-flow--step3:before {
  content: "STEP3";
}
.block-order-flow--step4:before {
  content: "STEP4";
}
.block-order-flow--step5:before {
  content: "STEP5";
}
.block-order-flow--step1:before,
.block-order-flow--step2:before,
.block-order-flow--step3:before,
.block-order-flow--step4:before,
.block-order-flow--step5:before {
  display: inline;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px #3a3a3a solid;
}
.block-order-flow--step1:after,
.block-order-flow--step2:after,
.block-order-flow--step3:after,
.block-order-flow--step4:after,
.block-order-flow--step5:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 18px;
  border-color: #fff #fff #fff #000;
  opacity: 0;
}
.block-order-flow--step-current {
  background-color: #000;
  padding: 0 30px 0 10px !important;
  color: #fff;
}
.block-order-flow--step-current:after {
  opacity: 1;
}
/* 注文フロー 最近チェックした商品 */
.block-cart-recent-item {
  margin-bottom: 70px;
  width: 1000px;
}
.block-cart-recent-item--header {
  border-top: #e0e0e0 1px solid;
  padding: 70px 0 50px;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
/* 購入ページ 右カラム */
.block-cart--procedure {
  border: solid 1px #e0e0e0;
  padding: 10px;
}
.block-cart--procedure-container {
  background: none;
}
.block-cart--procedure .block-cart--order-btn {
  background-color: #000;
  font-weight: 200;
  border: none;
  font-size: 18px;
}
.block-cart--procedure .block-cart--order-btn-gift {
  background-color: #8a6500;
  font-weight: 200;
  border: none;
  font-size: 18px;
}
.block-cart--goods-list-item {
  width: 320px;
}
.block-cart--goods-list-item-price {
  font-size: 16px;
}
.block-cart--goods-list-item-price-info {
  margin: 8px 0 20px;
  float: right;
}
.block-cart--subtotal-price {
  font-size: 24px;
  color: #000;
}
.block-order-method--procedure-container {
  background: #fff;
}
/* ご注文方法の指定 */
.block-order-method--contents {
  width: 660px;
}
/* 購入確認ページ */
.block-order-estimate h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  min-height: 33px;
}
.block-order-estimate h3 a {
  margin: -2px 0 5px;
}
.block-order-estimate p {
  font-size: 12px;
}
.block-order-estimate--content {
  width: 680px;
}
.block-order-estimate--confirmation-list:first-child {
  padding-right: 20px;
}
.block-order-estimate--confirmation-list {
  width: 315px;
}
.block-order-estimate--confirmation-list li {
  min-height: 150px;
}
.block-order-estimate--dest-name,
.block-order-estimate--host-name {
  padding-bottom: 5px;
}
.block-order-estimate address {
  line-height: 1.8;
}
.block-order-estimate--procedure-container {
  background: none;
}
.block-order-estimate--commit-btn {
  font-weight: normal;
}
.block-order-estimate--total {
  text-align: center;
  padding: 16px 8px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.block-order-estimate--total-price {
  font-size: 28px;
  color: #000;
  display: block;
  text-align: center;
}
.block-order-estimate--goods-item-comment {
  margin-top: 10px;
  line-height: 1.8;
}
.block-order-estimate--amt {
  font-size: 16px;
}
.block-order-estimate dd.block-order-estimate--point-add-message {
  color: #000;
}
.block-order-gift-confirmation--order-item-detail,
.block-order-gift-confirmation--shipping-address {
  width: 640px;
}
.block-order-gift-confirmation--order-item-summary,
.block-order-gift-confirmation--shipping-info {
  width: 295px;
}
/* 購入完了ページ */
.block-order-complete--home a {
  padding: 20px;
}
/* モーダルダイアログ */
.modal-header {
  text-align: center;
  color: #000;
  background-color: #000;
}
.modal-content {
  background: #fff;
}
.modal-body {
  font-size: 12px;
}
.block-member-terms--header {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
/* ログイン */
.block-login h1 {
  text-align: center;
  font-size: 24px;
  padding: 20px 0 10px;
}
.block-login--member-body,
.block-login--first-time {
  width: 800px;
  margin: 0 auto 60px;
}
.block-login--member-body .common_headline2_area_,
.block-login--member-body .block-login--first-time-header,
.block-login--first-time .common_headline2_area_,
.block-login--first-time .block-login--first-time-header {
  font-size: 16px;
  padding-bottom: 5px;
  margin: 0;
  font-weight: 600;
}
.block-login--member-body .fieldset .form-label {
  width: 33%;
  padding: 25px 4px 25px 25px;
}
.block-login--first-time .fieldset .form-label {
  width: 25%;
  padding: 25px 5px 25px 25px;
}
.block-login--input-items {
  width: 800px;
}
.block-login--body .btn-primary {
  padding: 15px 0;
  width: 300px;
}
.block-common-alert-list {
  margin: 0 auto 40px;
  border: 1px solid #e0e0e0;
  background: #f9f9f9;
}
/* 会員登録 */
.block-member-info,
.block-member-info-confirmation,
.block-member-registration-completed,
.block-shipping-address,
.block-credit-card-confirmation,
.block-inquiry,
.block-inquiry-history,
.block-mail-address,
.block-member-password,
.block-reset-password,
.block-user-review,
.block-mail-news {
  width: 1000px;
}
.block-member-info-confirmation > h1,
.block-member-info > h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 60px 0 20px;
}
.block-member-info .legend {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  margin: 60px 0 20px;
}
.block-member-info .fieldset .form-label {
  padding: 30px 10px 30px 25px;
}
.block-member-info--use-spoofing-protection .constraint,
.block-member-info--use-spoofing-protection .form-control {
  vertical-align: middle;
}
.block-member-info--customer-name {
  margin-bottom: 10px;
}
/* マイページ */
.block-mypage h1 {
  font-size: 20px;
  font-weight: 600;
}
.block-mypage--customer-status {
  background: #1e8d61;
}
.block-mypage--customer-name {
  font-size: 18px;
}
.block-mypage--logout {
  font-size: 12px;
}
.block-mypage--mypoint {
  font-size: 14px;
}
.block-mypage--mypoint-point {
  font-size: 20px;
  font-weight: 600;
}
.block-mypage--shopping-info,
.block-mypage--member-info,
.block-mypage--inquiry-info,
.block-mypage--snssync-info {
  font-size: 18px;
}
.block-mypage--shopping-info i,
.block-mypage--member-info i,
.block-mypage--inquiry-info i,
.block-mypage--snssync-info i {
  padding-right: 10px;
}
.block-mypage--shopping-info-items li,
.block-mypage--member-info-items li,
.block-mypage--inquiry-info-items li,
.block-mypage--snssync-info-items li {
  width: 305px;
  max-width: 305px;
  border: none;
  margin: 0 0 40px 40px;
}
.block-mypage--shopping-info-items li dt,
.block-mypage--member-info-items li dt,
.block-mypage--inquiry-info-items li dt,
.block-mypage--snssync-info-items li dt {
  border-bottom: #e5e5e5 1px solid;
}
.block-mypage--shopping-info-items li dt a,
.block-mypage--member-info-items li dt a,
.block-mypage--inquiry-info-items li dt a,
.block-mypage--snssync-info-items li dt a {
  font-size: 16px;
}
.block-mypage--shopping-info-items li dt a:hover,
.block-mypage--member-info-items li dt a:hover,
.block-mypage--inquiry-info-items li dt a:hover,
.block-mypage--snssync-info-items li dt a:hover {
  color: #8a6500;
}
.block-mypage--shopping-info-items li dd,
.block-mypage--member-info-items li dd,
.block-mypage--inquiry-info-items li dd,
.block-mypage--snssync-info-items li dd {
  padding-left: 14px;
}
.block-mypage--withdrawal {
  color: #000;
}
.legend {
  font-size: 18px;
}
/* ユーザーレビュー */
.block-user-review--header,
.block-user-review-completed--header {
  font-size: 20px;
  font-weight: 600;
}
.block-user-review--item-header {
  font-size: 18px;
}
.action .block-user-review--forward,
.action .block-user-review--back-to-goods-page,
.action .block-user-review--back,
.action .block-user-review-completed--back {
  padding: 12px 0;
  width: 240px;
  font-size: 16px;
}
.block-user-review--footer h3,
.block-user-review--review-header {
  font-size: 18px;
}
.block-user-review--review-item {
  margin-bottom: 40px;
}
.block-user-review--review-item-header {
  font-size: 16px;
}
.block-user-review--message {
  border-top: 1px solid #e0e0e0;
  padding-top: 40px;
}
.block-user-review-completed--message-header {
  font-size: 16px;
}
.block-goods-user-review--list {
  margin-bottom: 20px;
}
.block-goods-user-review--score dt {
  width: 150px;
  text-align: right;
}
.block-goods-user-review--score dd {
  width: 150px;
}
.block-goods-user-review--count dt {
  width: 150px;
  text-align: right;
}
.block-goods-user-review--count dd {
  font-size: 24px;
  font-weight: bold;
  width: 150px;
}
.block-goods-user-review--write-review {
  padding: 10px 0 30px;
  border-bottom: 1px solid #e0e0e0;
}
.block-goods-user-review--write-review-link {
  color: #fff;
  text-decoration: none;
}
.block-goods-user-review--item {
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
.block-goods-user-review--item-score {
  padding: 5px 0;
}
/* 当店人気商品 */
.block-accessory-list {
  border-top: 1px solid #e0e0e0;
  padding-top: 40px;
  margin: 0 0 80px;
}
.block-accessory-list--name {
  font-size: 20px;
  text-align: center;
  background: none;
  font-weight: 600;
  margin-bottom: 40px;
}
.block-goods-detail-j--goods a {
  text-decoration: none;
  font-weight: 600;
}
.block-goods-detail-j--goods-description {
  margin-top: 15px;
}
.block-goods-detail-j--price.price {
  text-align: left;
  color: #111;
  padding-top: 10px;
}
.block-goods-detail-j .net-price,
.block-goods-detail-j .default-price,
.block-goods-detail-j .exchange-price,
.block-goods-detail-j .block-exchange-price--rate-dt {
  text-align: left;
  padding: 5px 0 0;
}
/* マイページ各ページ内見出し */
.block-purchase-history--header,
.block-coupon-list--header,
.block-point-history-list--header,
.block-favorite--header,
.block-mail-address--update-header,
.block-shipping-address-registration--header,
.block-member-password--header,
.block-mail-news--header,
.block-inquiry-history--header,
.block-inquiry-history-detail--header,
.block-regular-purcharse-list--header {
  font-size: 20px;
  font-weight: 600;
}
/* 購入履歴一覧 */
.status-percentage {
  color: #000;
}
[class^="status-progress"] {
  background: #e0e0e0;
}
[class^="status-progress"]:after {
  border-right: #85c6a0 solid 4px;
  background: #000;
}
/* 購入履歴詳細 */
.block-purchase-history-detail--proceed-status .status-order {
  width: 100%;
}
.block-purchase-history-detail--shipping-info-items th {
  width: 120px;
}
/* ご注文キャンセル */
.block-order-cancellation--order-info-right {
  padding-top: 94px;
}
/* お気に入り */
.block-favorite--image {
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
}
.block-favorite--comment {
  -ms-flex-preferred-size: 500px;
  flex-basis: 500px;
}
.block-favorite--back {
  width: 350px;
}
.block-guest-favorite-synchronize h2 {
  font-size: 20px;
}
/* お気に入り一覧 */
.block-favorite--checkbox input[type="checkbox"] {
  display: inline-block;
}
/* アンケート */
.block-questionnaire--item .legend {
  font-size: 16px;
  border-bottom: #e0e0e0 1px solid;
}
.block-questionnaire--item .block-questionnaire--box-content {
  margin-bottom: 10px;
}
.block-questionnaire--freespace-bottom {
  margin-top: 40px;
}
.block-questionnaire-completed--message {
  margin-bottom: 40px;
}
/* トピック詳細一覧 */
.block-topic-details--header {
  font-size: 20px;
  font-weight: 600;
}
.block-topic-details--items {
  margin-bottom: 20px;
}
/* フリーページ */
.page_contents {
  width: 1180px;
  margin: 0 auto 60px;
}
.page_contents h1 {
  font-size: 20px;
  font-weight: 600;
}
.page_contents h2,
.page_contents h3 {
  font-size: 18px;
  font-weight: bold;
}
.page_contents table {
  margin-bottom: 40px;
}
.page_contents .anchor_ p {
  margin-bottom: 20px;
}
.page_contents .page_button1 {
  margin: 20px 0;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  letter-spacing: 0.01em;
  color: #1f1f1f;
  font-family: 'Noto Sans JP', 'Roboto', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}
.block-top-body {
  margin: 0;
}
.block-top-free-2 {
  width: 100%;
  padding: 0;
}
.pane-footer {
  position: relative;
  background: #fff;
}
.block-page-top {
  position: fixed;
  bottom: 100px;
  right: 40px;
  z-index: 10;
}
.block-page-top a {
  background-color: transparent;
  display: block;
  width: 70px;
  height: 70px;
  background-image: url("/img/usr/common/icon/btn.png");
  background-size: 100% 100%;
}
.block-page-top a:after {
  content: none;
}
.block-footernav--logo {
  width: 144px;
  margin: 0 0 38px;
}
.block-copyright {
  padding: 15px 0;
  font-size: 14px;
  color: #fff;
  background: #19224c;
}
.pane-contents {
  padding: 0;
}
.pane-contents .container {
  display: block;
}
.block-recent-item {
  width: 100%;
  max-width: 1242px;
  padding: 0 20px;
}
.block-recent-item--body {
  width: 100%;
  margin: 0;
}
.block-recent-item--items {
  width: 100%;
}
.block-recent-item--header {
  font-size: 16px;
  text-align: left;
  padding: 0;
  font-weight: 700;
  margin: 0 0 20px;
}
.pane-right-menu {
  margin: 0;
  padding: 50px 0 114px;
  background: #8aa3cc;
}
.block-thumbnail-h {
  margin: 0 0 27px;
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
  row-gap: 40px;
}
.block-thumbnail-h li {
  background: #fff;
  border-radius: 6px;
  width: 182px;
  padding: 10px 20px 20px;
  margin: 0;
}
.block-thumbnail-h li:nth-child(5n+1) {
  margin: 0;
}
.block-thumbnail-h li:nth-child(6n+1) {
  margin: 0 0;
}
.block-recent-item--keep-history {
  position: static;
}
.block-recent-item--keep-history a {
  font-size: 14px;
  text-decoration: underline;
}
.block-recent-item--keep-history a:before,
.block-recent-item--keep-history a:after {
  margin-top: -4px;
}
.block-thumbnail-h--goods-description {
  margin-top: 20px;
}
.block-headernav--logo {
  line-height: 1;
  margin: 0;
  width: 240px;
}
.block-headernav {
  width: 100%;
  max-width: 1330px;
  padding: 26px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-headernav--menu--link {
  width: 33px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px 0 0 0;
}
.block-headernav--menu--link i {
  display: inline-block;
  width: 19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.block-headernav--menu--link i:before,
.block-headernav--menu--link i:after {
  width: 19px;
}
.block-header-news {
  background-color: #fff;
  background-image: url("/img/usr/common/header/menu_bg_pc.png");
  background-size: 100% auto;
  background-position: top center;
  padding: 110px 20px 30px;
}
.block-header-news--label {
  background: #f5d301;
  font-size: 14px;
  line-height: 20px;
  border-radius: 10px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 10px;
}
.pane-globalnav {
  background-image: url("/img/usr/common/header/menu_bg_pc.png");
  background-size: cover;
  background-position: center;
  background-color: #fff;
  display: block;
  max-height: 100vh;
}
.block-globalnav {
  background-color: transparent;
}
.block-globalnav--link {
  background-color: transparent;
}
.block-globalnav {
  min-height: 1163px;
  width: 100%;
}
.block-globalnav--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 26px 20px;
  height: 100px;
}
.block-globalnav--close {
  width: 33px;
  position: relative;
  top: auto;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #1f1f1f;
}
.block-globalnav--close-btn {
  font-size: 10px;
  font-weight: 700;
}
.block-globalnav--close-btn:before,
.block-globalnav--close-btn:after {
  top: 10px;
  left: 50%;
  border-color: #1f1f1f;
}
.block-globalnav--close-btn:before {
  -webkit-transform: translateX(-50%) rotate(-135deg);
          transform: translateX(-50%) rotate(-135deg);
}
.block-globalnav--close-btn:after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.block-globalnav-cat {
  max-width: 1200px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-globalnav-cat--block {
  width: 345px;
}
.block-globalnav-cat--head {
  font-weight: 700;
  color: #1e8d61;
  font-size: 20px;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
.block-globalnav-cat--head span {
  color: #1f1f1f;
  letter-spacing: 0.01em;
  font-size: 12px;
  padding-left: 6px;
}
.block-globalnav-cat--block + .block-globalnav-cat--block {
  margin-left: 5px;
}
.block-globalnav-cat--block a {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 62px;
  background-color: #fff;
  border-radius: 6px;
  background-image: url("/img/usr/common/right_toggle.png");
  background-size: 5px auto;
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.block-globalnav-cat--block a span {
  display: inline-block;
  width: 46px;
  text-align: center;
  margin-right: 10px;
  margin-left: 13px;
}
.block-globalnav-cat--block a + a {
  margin-top: 5px;
}
#nav_feature a {
  padding-left: 17px;
}
.block-globalnav-search {
  border-radius: 6px;
  border: solid 1px #f5d301;
  background-color: #f5d301;
}
.block-globalnav-search input {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.block-globalnav-search ::-webkit-input-placeholder {
  color: #1a1919;
  opacity: 0.55;
}
.block-globalnav-search ::-moz-placeholder {
  color: #1a1919;
  opacity: 0.55;
}
.block-globalnav-search :-ms-input-placeholder {
  color: #1a1919;
  opacity: 0.55;
}
.block-globalnav-search ::-ms-input-placeholder {
  color: #1a1919;
  opacity: 0.55;
}
.block-globalnav-search ::placeholder {
  color: #1a1919;
  opacity: 0.55;
}
.block-globalnav-search input[type="search"] {
  display: inline-block;
  width: calc(100% - 42px);
  border-radius: 6px 0 0 6px;
  line-height: 1;
  padding: 14px 20px;
}
.block-globalnav-search input[type="search"]:hover {
  border: none;
}
.block-globalnav-search input[type="submit"] {
  width: 38px;
  display: inline-block;
  background-color: #f5d301;
  background-image: url("/img/usr/common/icon/ico_search.png");
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.block-globalnav-search--block {
  width: 385px;
  margin-top: 50px;
  margin-left: 10px;
  border-radius: 6px;
  background: rgba(255,255,255,0.8);
  padding: 20px 20px 30px;
}
.block-globalnav-login {
  margin: 20px 0 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.block-globalnav-login a {
  text-align: center;
  font-weight: 700;
  display: block;
  color: #fff;
  background: #1e8d61;
  border-radius: 6px;
  line-height: 46px;
  font-size: 14px;
}
.block-globalnav-sns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (34px)[5];
  grid-template-columns: repeat(5, 34px);
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin-bottom: 40px;
}
.block-globalnav-page {
  padding: 0 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px 165px;
  grid-template-columns: 160px 165px;
  row-gap: 20px;
}
.block-globalnav-page a {
  font-weight: 700;
  background-image: url("/img/usr/common/right_toggle.png");
  background-size: 4px auto;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 12px;
  line-height: 1;
  padding-left: 14px;
}
.block-top-topic {
  background: #fff;
  padding: 100px 0;
}
.block-top-topic .block-top-topic--header {
  color: #1a1919;
  max-width: 1240px;
  margin: 0 auto 17px;
  padding: 0 20px;
  text-align: left;
  font-size: 32px;
  letter-spacing: 0.05em;
}
.block-top-topic .block-top-topic--header:after {
  content: "お知らせ";
  display: inline-block;
  font-size: 16px;
  margin-left: 12px;
}
.block-top-topic--body {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.block-top-topic--items li {
  border-color: #dedede;
  padding: 20px 0;
}
.block-top-topic--items li:first-of-type {
  border-top: solid 1px #dedede;
}
.block-top-topic--items dt {
  color: #999;
  min-width: 91px;
  display: inline-block;
  margin: 0;
}
.block-top-topic--items dd {
  color: #1a1919;
}
.block-top-topic--next-page {
  margin-top: 60px;
}
.block-top-topic--next-page a {
  padding: 0 15px;
  font-weight: 700;
  width: 314px;
  line-height: 60px;
  background: #f5d301;
  border-radius: 50px;
  color: #1f1f1f;
}


.page_contents_inner {
    font-size: 16px;
    line-height: 2;
}

.page_contents_inner p {
    margin: 40px auto;
}

.page_contents_inner img {
    display: block;
    margin: 0 auto;
}

.page_contents h1.toppage_head3 {
    color: #1e8d61;
    font-weight: 700;
    font-size: 66px;
    margin: 72px 0 40px;
}