﻿@charset "UTF-8";

.sp {
  display: none;
}

.pane-contents {
  padding-bottom: 0;
}
body:not(.page-topic):not(.page-event):not(.page-genre) .pane-contents .container {
  display: block;
  width: 100%;
}
.pane-main {
  width: 100%;
}
.pane-footer {
  margin-top: 0;
}

body:not(.shoplist) .mainframe_ > .forcms_block:not(:first-child):not(.block-brand-top-products05) {
  padding-top: 110px;
}
.mainframe_ > .forcms_block:last-child {
  padding-bottom: 100px;
}
.mainframe_ > .forcms_block.block-brand-more-btn {
  padding-top: 50px !important;
}


.bg-gray {
  position: relative;
  z-index: 1;
}
.bg-gray:after {
  content: '';
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  z-index: -1;
}
.block-brand-more-btn.bg-gray {
  padding-bottom: 50px;
}
.block-brand-more-btn.bg-gray:after {
  top: 0;
}
@media only screen and (min-width: 1201px) {
  .bg-gray:after {
    width: 100vw;
    left: calc((100vw - 100%) / 2 * -1);
  }
}

.loading {
  display: none;
}
.wrapper_ {
  transition: .1s ease;
}
body.loaded {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
body.loaded .wrapper_ {
  opacity: 1;
}

#header {
  padding-left: 165px;
}
.block-header-news {
  background: #000;
}
.block-header-news a:before {
  color: #000;
}
.block-brand-top-mv {
  line-height: 0;
  background: #FFF;
}
.block-brand-top-mv h1 {
  margin: 0;
  padding: 0;
}
.block-brand-top-mv h1 img {
  width: 100%;
}
.block-brand-top-mv video {
  width: 100%;
}
.block-brand-top-slider {
  position: relative;
  background: #FFF;
}
#brand-slider {
  max-width: 1400px;
  margin: 0 auto;
}
#brand-slider .swiper-slide {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#brand-slider .swiper-slide img {
  width: 100%;
}
#brand-slider .swiper-pagination {
  position: static;
  line-height: 0;
  margin: 15px 0 0;
}
#brand-slider .swiper-pagination-bullet {
  width: 36px;
  height: 3px;
  border-radius: 5px;
  margin: 0 5px;
  background: #CCC;
  opacity: 1;
}
#brand-slider .swiper-pagination-bullet-active {
  position: relative;
  background: #CCC;
}
#brand-slider .swiper-pagination-bullet-active:after {
  content: '';
  position: absolute;
  brand: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 5px;
  background: #000;
  animation: TopMVReading 5s linear 0s 1 forwards;
}
@keyframes TopMVReading {
  0% { width: 0%;}
  100% { width: 100%;}
}
.block-brand-top-slider--comment {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 460px;
  padding: 25px 30px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .9);
}
.block-brand-top-slider--comment-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
}
.block-brand-top-slider--comment-text {
  font-size: 14px;
}
.block-brand-top-topic {
  width: 1400px;
  margin: 0 auto;
  background: #FFF;
}
.block-brand-top-topic--inner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
}
.block-brand-top-slider + .block-brand-top-topic .block-brand-top-topic--inner {
  padding-top: 0;
}
.block-brand-top-common-title {
  text-align: center;
  font-size: 56px;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 20px;
}
.block-brand-top-common-title span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
.block-brand-top-topic--body {
  border-top: 1px solid #000;
}
.block-brand-topic--items li {
  border-bottom: 1px dotted #707070;
}
.block-brand-topic--items li a {
  position: relative;
  display: block;
  padding: 26px 60px 26px 20px;
}
.block-brand-topic--items li a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 35px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}
.block-brand-topic--items li dl {
  display: flex;
  align-items: center;
}
.block-brand-topic--items li dt {
  font-weight: bold;
  margin-right: 10px;
}
.block-brand-topic--items-icon {
  margin: 0 13px 0 0;
  line-height: 0;
  text-align: center;
}
.block-brand-topic--items-icon img {
  width: auto;
  height: 20px;
}
.block-brand-topic--items li dd:not(.block-brand-topic--items-icon) {
  flex: 1;
}
.block-brand-top-topic--next-page {
  margin: 30px 0 0;
}
.block-brand-top-more-btn {
  position: relative;
  display: block;
  width: 300px;
  border: 1px solid #000;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  margin: 0 auto;
  padding: 8px 0;
  text-decoration: none;
}
.block-brand-top-more-btn:after {
  content: '';
  position: absolute;
  top: 16px;
  right: 24px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}
.block-brand-top-more-btn:hover {
  opacity: .8;
  text-decoration: none;
}
.block-brand-top-feature01,
.block-brand-top-feature02 {
  width: 1400px;
  margin: 0 auto;
  background: #FFF;
}
.block-brand-top-feature01--inner,
.block-brand-top-feature02--inner {
  width: 1200px;
  margin: 0 auto;
}
.block-brand-top-feature01--contents {
  display: flex;
  justify-content: space-between;
}
.block-brand-top-feature01--main {
  width: 660px;
}
.block-brand-top-feature01--sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 520px;
}
.block-brand-top-feature01--sub li {
  width: 250px;
  margin: 0 0 30px;
}
.block-brand-top-feature01--sub li:nth-last-child(-n+2) {
  margin: 0;
}
.block-brand-top-feature01 a:hover,
.block-brand-top-feature02 a:hover {
  text-decoration: none;
  opacity: .8;
}
.block-brand-top-feature01--img,
.block-brand-top-feature02--img {
  line-height: 0;
  margin: 0 0 8px;
  border-radius: 10px;
  overflow: hidden;
}
.block-brand-top-feature01--img img,
.block-brand-top-feature02--img img {
  transition: .3s ease;
}
 a:hover .block-brand-top-feature01--img img,
 a:hover .block-brand-top-feature02--img img {
  transform: scale(1.1);
}
.block-brand-top-feature01--text,
.block-brand-top-feature02--text {
  font-size: 14px;
  margin: 0 0 2px;
}
.block-brand-top-feature01--date,
.block-brand-top-feature02--date {
  display: none;
  color: #333;
  font-size: 12px;
}
.block-brand-top-feature02--main {
  display: flex;
  justify-content: space-between;
  margin: 0 0 35px;
}
.block-brand-top-feature02--main li {
  width: 590px;
}
.block-brand-top-feature02--sub {
  display: flex;
}
.block-brand-top-feature02--sub li {
  width: 285px;
  margin: 0 20px 0 0;
}
.block-brand-top-feature02--sub li:last-child {
  margin: 0;
}
.block-brand-top-story01 {
  padding: 90px 0 0;
}
.block-brand-top-story01--items {
  width: 1600px;
  margin: 0 auto;
}
.block-brand-top-story01--item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 80px;
}
.block-brand-top-story01--item:nth-child(odd) {
  flex-direction: row-reverse;
}
.block-brand-top-story01--item:last-child {
  margin: 0;
}
.block-brand-top-story01--item-text {
  width: 780px;
  padding: 0 50px 0 260px;
}
.block-brand-top-story01--item:nth-child(even) .block-brand-top-story01--item-text {
  padding: 0 260px 0 50px;
}
.block-brand-top-story01--item-img {
  width: 820px;
  line-height: 0;
  border-radius: 5px;
  overflow: hidden;
}
.block-brand-top-story01--item-img img {
  width: 100%;
}
.block-brand-top-story01--item h3 {
  padding: 0;
  margin: 0 0 30px;
  border: 0;
  font-size: 28px;
}
.block-brand-top-story01--item-text p {
  font-size: 14px;
}
.block-brand-top-eyecatch {
  line-height: 0;
  background: #FFF;
}
.block-brand-top-eyecatch--img {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.block-brand-top-eyecatch img {
  width: 100%;
}
body:not(.typeB) .block-brand-top-eyecatch img {
  opacity: 0;
}
.block-brand-top-story02 {
  width: 1400px;
  margin: 0 auto;
  background: #FFF;
}
.block-brand-top-story02--inner {
  width: 1200px;
  margin: 0 auto;
  padding: 55px 175px 70px;
  border: 1px solid #000;
}
.block-brand-top-story02 h3 {
  text-align: center;
  padding: 0;
  border: 0;
  margin: 0 0 30px;
  font-size: 28px;
}
.block-brand-top-story02--contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-brand-top-story02--img {
  width: 320px;
  border-radius: 5px;
  overflow: hidden;
}
.block-brand-top-story02--text {
  width: 470px;
  font-size: 14px;
}
.block-brand-top-brand01,
.block-brand-top-brand02 {
  width: 1400px;
  margin: 0 auto;
  background: #FFF;
}
.block-brand-top-brand01--inner,
.block-brand-top-brand02--inner {
  width: 1200px;
  margin: 0 auto;
}
.block-brand-top-brand01--items {
  display: flex;
}
.block-brand-top-brand01--item {
  width: 160px;
  height: 160px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 13px 13px 0;
}
.block-brand-top-brand01--item:nth-child(7n) {
  margin-right: 0;
}
.block-brand-top-brand01--item:nth-last-child(-n+7) {
  margin-bottom: 0;
}
.block-brand-top-brand01--item img {
  max-width: 100%;
  max-height: 100%;
  transition: .3s ease;
}
.block-brand-top-brand01--item a:hover img {
  transform: scale(1.1);
}
.block-brand-top-brand01--item h3 {
  padding: 0;
  margin: 0;
  border: 0;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}
.block-brand-top-brand02--items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-brand-top-brand02--item {
  width: 590px;
  margin: 0 0 90px;
}
.block-brand-top-brand02--item:nth-last-child(-n+2) {
  margin: 0;
}
.block-brand-top-brand02--item a:hover {
  text-decoration: none;
}
.block-brand-top-brand02--item-img {
  line-height: 0;
  overflow: hidden;
}
.block-brand-top-brand02--item-img img {
  transition: .3s ease;
}
a:hover .block-brand-top-brand02--item-img img {
  transform: scale(1.1);
}
.block-brand-top-brand02--item-contents {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  margin: -30px 0 0;
}
.block-brand-top-brand02--item-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border: 1px solid #FFF;
  border-radius: 5px;
  overflow: hidden;
}
.block-brand-top-brand02--item-logo img {
  max-width: 100%;
  max-height: 100%;
}
.block-brand-top-brand02--item-text {
  width: 360px;
  padding: 30px 0 0;
}
.block-brand-top-brand02--item-text h3 {
  padding: 0;
  border: 0;
  margin: 0 0 10px;
  font-size: 16px;
}
.block-brand-top-brand02--item-text p {
  font-size: 14px;
}
.block-brand-top-products01,
.block-brand-top-products02,
.block-brand-top-products03,
.block-brand-top-products04,
.block-brand-top-products06 {
  width: 1400px;
  margin: 0 auto;
  background: #FFF;
}
.block-brand-top-products01--inner,
.block-brand-top-products02--inner,
.block-brand-top-products03--inner,
.block-brand-top-products04--inner,
.block-brand-top-products06--inner {
  width: 1200px;
  margin: 0 auto;
}
.block-brand-top-products01 .block-thumbnail-t {
  width: 100%;
}
.block-brand-top-products01 .block-thumbnail-t--items {
  flex-wrap: wrap;
}
.block-brand-top-products01 .block-thumbnail-t--goods {
  width: 285px;
  margin: 0 20px 35px 0;
}
.block-brand-top-products01 .block-thumbnail-t--goods:nth-child(4n) {
  margin-right: 0;
}
.block-brand-top-products01 .block-thumbnail-t--goods:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.block-brand-top-products02 .block-pickup-list-p {
  width: 100%;
}
.block-brand-top-products02 .block-pickup-list-p--item-body {
  width: 585px;
}
.block-brand-top-products02 .block-pickup-list-p--image {
  width: 285px;
  border-radius: 10px;
}
.block-brand-top-products02 .block-pickup-list-p--item-description {
  width: 282px;
  background: transparent;
}
.block-brand-top-products02 .block-pickup-list-p--goods-name a {
  font-size: 16px;
  font-weight: normal;
}
.block-brand-top-products03--item {
  display: flex;
  align-items: center;
  margin: 0 0 100px;
}
.block-brand-top-products03--item.block-brand-top-products03--item-img-l {
  flex-direction: row-reverse;
}
.block-brand-top-products03--item:last-child {
  margin: 0;
}
.block-brand-top-products03--item-img {
  width: 630px;
  line-height: 0;
  border-radius: 5px;
  overflow: hidden;
}
.block-brand-top-products03--item-contents {
  width: 570px;
  padding: 0 40px 0 50px;
}
.block-brand-top-products03--item.block-brand-top-products03--item-img-l .block-brand-top-products03--item-contents {
  padding: 0 50px 0 40px;
}
.block-brand-top-products03--item-name {
  padding: 0;
  margin: 0 0 10px;
  border: 0;
  font-size: 36px;
  font-weight: bold;
}
.block-brand-top-products03--item-name span {
  display: block;
  font-size: 16px;
}
.block-brand-top-products03--item-text {
  margin: 0 0 20px;
}
.block-brand-top-products03--item-area {
  position: relative;
}
.block-brand-top-products03 .block-thumbnail-t {
  width: 100%;
  overflow: hidden;
}
.block-brand-top-products03 .block-thumbnail-t--goods {
  width: 230px !important;
  margin: 0 20px 0 0;
}
.block-brand-top-products03 .block-thumbnail-t--goods:last-child {
  margin: 0;
}
.block-brand-top-products03 .block-thumbnail-t--goods .block-thumbnail-t--goods-image {
  width: 230px;
  height: 230px;
}
.block-brand-top-products03 .swiper-container.swiper-initialized .swiper-button-prev,
.block-brand-top-products03 .swiper-container.swiper-initialized .swiper-button-next {
  display: block;
}
.block-brand-top-products03 .swiper-button-prev,
.block-brand-top-products03 .swiper-button-next {
  display: none;
  width: 30px;
  height: 30px;
  background: none;
  top: 120px;
  left: -35px;
}
.block-brand-top-products03 .swiper-button-next {
  left: auto;
  right: -35px;
}
.block-brand-top-products03 .swiper-button-prev:after,
.block-brand-top-products03 .swiper-button-next:after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(135deg);
}
.block-brand-top-products03 .swiper-button-next:after {
  transform: rotate(-45deg);
}
.block-brand-top-products04--items {
  display: flex;
  flex-wrap: wrap;
}
.block-brand-top-products04--item {
  width: 285px;
  margin: 0 20px 30px 0;
}
.block-brand-top-products04--item:nth-child(4n) {
  margin-right: 0;
}
.block-brand-top-products04--item:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.block-brand-top-products04--item a:hover {
  text-decoration: none;
}
.block-brand-top-products04--item-img {
  width: 100%;
  height: 285px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 10px;
}
.block-brand-top-products04--item-img img {
  width: 100%;
  transition: .3s ease;
}
a:hover .block-brand-top-products04--item-img img {
  transform: scale(1.1);
}
.block-brand-top-products04--item-name {
  text-align: center;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 16px;
  font-weight: normal;
}
.block-brand-top-products05 {
  margin: 110px 0 0;
  padding: 230px 0 0;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center top;
}
.block-brand-top-products05--title {
  color: #FFF;
  margin: 0 0 190px;
}
.block-brand-top-products05--contents {
  width: 1100px;
  margin: 0 auto;
  padding: 35px 45px 0;
  background: #FFF;
  border-radius: 5px 5px 0 0;
}
.block-brand-top-products05 h3 {
  font-size: 26px;
  text-align: center;
  padding: 0;
  border: 0;
  margin: 0 0 15px;
}
.block-brand-top-products05--text {
  width: 790px;
  margin: 0 auto 40px;
}
.block-brand-top-products05 .block-pickup-list-p {
  width: 100%;
}
.block-brand-top-products05 .block-pickup-list-p--item-body {
  width: 485px;
}
.block-brand-top-products05 .block-pickup-list-p--image {
  width: 220px;
  border-radius: 5px;
}
.block-brand-top-products05 .block-pickup-list-p--item-description {
  background: none;
  width: 265px;
  padding: 0 20px;
}
.block-brand-top-products05 .block-pickup-list-p--goods-name a {
  font-size: 16px;
  font-weight: normal;
}
.block-brand-top-products06 .block-ranking-r .block-ranking-r--goods {
  width: 223px;
  margin-right: 21px;
}
.block-brand-top-new {
  width: 1400px;
  margin: 0 auto;
  padding: 70px 0 0;
  background: #FFF;
}
.block-brand-top-new .block-pickup-list-p--image {
  width: 345px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.block-brand-top-new .block-pickup-list-p--image img {
  width: 100%;
}
.block-brand-top-best {
  background: #FFF;
}
.block-brand-top-best .block-thumbnail-t{
  position: relative;
}
.block-brand-top-best .swiper-button-prev,
.block-brand-top-best .swiper-button-next {
  /*top: 300px;*/
  top: 110px;
}
.block-brand-top-gift {
  padding: 100px 0;
  background: #F4F4F4 !important;
  border-top: 110px solid #FFF;
}
.block-brand-top-gift--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1600px;
  margin: 0 auto;
}
.block-brand-top-gift--mv {
  position: relative;
  width: 820px;
  z-index: 11;
}
.block-brand-top-gift-selection {
  position: relative;
  width: 780px;
  padding: 0 20px 0 30px;
}
.block-brand-top-gift--title {
  text-align: left;
}
.block-brand-top-gift-selection--text {
  font-size: 14px;
  margin: 0 0 35px;
}
.block-brand-top-gift--slider {
  position: relative;
}
.block-brand-top-gift .block-thumbnail-t {
  display: flex;
  overflow-x: hidden;
  width: 100%;
}
.block-brand-top-gift .block-thumbnail-t--goods {
  width: 230px !important;
  margin: 0 20px 0 0;
}
.block-brand-top-gift .block-thumbnail-t--goods-image {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 8px;
  width: 230px;
  height: 230px;
}
.block-brand-top-gift .swiper-button-prev,
.block-brand-top-gift .swiper-button-next {
  top: 100px;
}
.block-brand-top-gift .block-brand-top-more-btn {
  margin: 20px 0 0;
  width: 200px;
}
.block-brand-top-store01,
.block-brand-top-store02,
.block-brand-top-store03 {
  width: 1400px;
  margin: 0 auto;
  background: #FFF;
}
.block-brand-top-store01--inner,
.block-brand-top-store02--inner,
.block-brand-top-store03--inner {
  width: 1200px;
  margin: 0 auto;
}
.block-brand-top-store01--inner {
  border: 0;
  padding: 0;
}
.mainframe_ > .forcms_block.block-brand-top-store01 + .block-brand-top-store01 {
  padding-top: 40px !important;
}
.block-brand-top-store01--mv {
  line-height: 0;
  border-radius: 5px;
  overflow: hidden;
}
.block-brand-top-store01--items {
  display: flex;
  flex-wrap: wrap;
  width: 1220px;
  margin: 0 auto;
  background: #FFF;
}
.block-brand-top-store01--item {
  width: 285px;
  margin: 0 10px 30px;
  order: 99;
}
.block-brand-top-store01--item:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.block-brand-top-store01--item a:hover {
  text-decoration: none;
}
.block-brand-top-store01--item-img {
  line-height: 0;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 10px;
}
.block-brand-top-store01--item-img img {
  transition: .3s ease;
}
a:hover .block-brand-top-store01--item-img img {
  transform: scale(1.1);
}
.block-brand-top-store01--item-name {
  padding: 0;
  border: 0;
  margin: 0 0 5px;
  font-size: 18px;
}
.block-brand-top-store01--item-address {
  padding: 0 0 0 23px;
  margin: 0 0 5px;
  background: url(../../../img/usr/common/icon_map.png) no-repeat left top 3px;
}
.block-brand-top-store01--item-tel {
  margin: 0 0 10px;
}
.block-brand-top-store01--item-tel a {
  display: inline-block;
  padding: 0 0 0 23px;
  background: url(../../../img/usr/common/icon_tel.png) no-repeat left center;
  pointer-events: none;
}
.block-brand-top-store01--item-data {
  padding: 0 0 0 23px;
  margin: 0 0 8px;
  background: url(../../../img/usr/common/icon_calendar.png) no-repeat left 3px;
}
.block-brand-top-store01--item-text p {
  font-size: 13px;
}
.block-brand-top-store02--mv {
  line-height: 0;
  margin: 0 0 20px;
  border-radius: 5px;
  overflow: hidden;
}
.block-brand-top-store02--text {
  width: 790px;
  margin: 0 auto 25px;
  text-align: center;
}
.block-brand-top-store02--btn {
  display: flex;
  justify-content: center;
}
.block-brand-top-store02--btn a {
  margin: 0 10px;
}
.block-brand-top-store03--items {
  display: flex;
  flex-wrap: wrap;
}
.block-brand-top-store03--item {
  display: flex;
  flex-direction: column;
  width: 385px;
  margin: 0 20px 20px 0;
  padding: 35px 35px 27px;
  background: #F5F5F5;
  border-radius: 5px;
}
.block-brand-top-store03--item:nth-child(3n) {
  margin-right: 0;
}
.block-brand-top-store03--item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.block-brand-top-store03--item-name {
  padding: 0;
  margin: 0 0 15px;
  border: 0;
  font-size: 18px;
}
.block-brand-top-store03 .block-brand-top-more-btn {
  width: 200px;
  font-size: 14px;
  padding: 9px 0 7px;
  margin-top: auto;
}
.block-brand-top-recruit {
  width: 1400px;
  margin: 0 auto;
  background: #FFF;
}
.block-brand-top-recruit--inner {
  width: 1200px;
  margin: 0 auto;
}
.block-brand-top-recruit--contents {
  display: flex;
  align-items: center;
}
.block-brand-top-recruit--img {
  line-height: 0;
  width: 600px;
  border-radius: 5px;
  overflow: hidden;
}
.block-brand-top-recruit--text {
  padding: 0 60px;
  width: 600px;
}
.block-brand-top-recruit h3 {
  font-size: 32px;
  font-weight: normal;
  padding: 0;
  border: 0;
  margin: 0 0 10px;
}
.block-brand-top-recruit--text p {
  margin: 0 0 30px;
}
.block-brand-top-recruit .block-brand-top-more-btn {
  margin: 0;
  width: 200px;
  font-size: 14px;
}
.block-brand-footer {
  padding: 60px 0;
  margin: 100px 0 0;
  background: #F7F7F7;
  text-align: center;
}
.pane-contents > .block-brand-footer {
  margin-top: 0;
}
@media only screen and (min-width: 1401px) {
  .page-goods .block-brand-footer {
    width: 100vw;
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}
.block-brand-footer--logo {
  width: 156px;
  line-height: 0;
  margin: 0 auto 30px;
  overflow: hidden;
  border-radius: 5px;
}
.block-brand-footer--logo a:hover img {
  opacity: .8;
}
.block-brand-footer--nav {
  display: flex;
  justify-content: center;
  margin: 0 0 30px;
}
.block-brand-footer--nav li {
  margin: 0 18px;
}
.block-brand-footer--sns {
  display: flex;
  justify-content: center;
}
.block-brand-footer--sns li {
  margin: 0 5px;
}
.block-brand-footer--sns li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.block-brand-footer--sns li img {
  transition: .3s ease;
}
.block-brand-footer--sns li a:hover img {
  transform: scale(1.1);
}

/*--- 背景ありパターン ---*/
body.typeB .mainframe_ > .forcms_block {
  width: 1400px;
  background-color: #FFF;
  margin: 0 auto;
}
body.typeB .mainframe_ > .forcms_block:last-child {
  padding-bottom: 100px !important;
}
body.typeB .mainframe_ > .forcms_block.block-brand-top-slider {
  width: 100%;
  padding: 0 0 20px;
  margin: 0 0 90px;
}
body.typeB .block-brand-top-topic {
  margin-top: 90px;
  padding-top: 100px;
}
body.typeB .block-brand-top-story01 {
  width: 1400px;
  margin: 0 auto;
  background: #FFF;
  padding-bottom: 100px;
}
body.typeB .block-brand-top-story01--inner {
  width: 1200px;
  margin: 0 auto;
}
body.typeB .block-brand-top-story01--items {
  width: 100%;
}
body.typeB .block-brand-top-story01--item-img {
  width: 620px;
}
body.typeB .block-brand-top-story01--item-text {
  width: 580px;
  padding: 0 56px !important;
}
body.typeB .block-brand-top-eyecatch {
  width: 1400px;
  margin: 0 auto;
  padding: 0 0 100px;
}
body.typeB .block-brand-top-eyecatch--inner {
  width: 1200px;
  margin: 0 auto;
}
body.typeB .block-brand-top-products05 {
  width: 1400px;
  margin: 0 auto;
  border-top: 110px solid #FFF;
  background-size: 1200px;
}
body.typeB .block-brand-top-products05--inner {
  width: 1200px;
  margin: 0 auto;
}
body.typeB .block-brand-top-new--inner {
  width: 1200px;
  margin: 0 auto;
}
body.typeB .block-brand-top-new .block-pickup-list-p {
  width: 100%;
}
body.typeB .block-brand-top-new .block-pickup-list-p--item-body {
  width: 590px;
}
body.typeB .block-brand-top-new .block-pickup-list-p--image {
  width: 300px;
}
body.typeB .block-brand-top-new .block-pickup-list-p--item-description {
  width: 290px;
  padding: 0 23px;
}
body.typeB .block-brand-top-best {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
body.typeB .block-brand-top-best--inner {
  width: 1200px;
  margin: 0 auto;
}
body.typeB .block-brand-top-gift {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
body.typeB .block-brand-top-gift--inner {
  width: 100%;
}
body.typeB .block-brand-top-gift--mv {
  width: 690px;
}
body.typeB .block-brand-top-gift-selection {
  width: 710px;
  padding-right: 0;
}
body.typeB .itemhistory {
  position: relative;
  border: 0;
  padding-top: 190px !important;
}
body.typeB .itemhistory:before {
  content: '';
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #D8D8D8;
}
body.typeB #itemHistoryButton {
  margin-right: 20px;
}

.navipage_ {
  display: none;
}