﻿@charset "UTF-8";
/*-----TOPページstrat-------*/
body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
  letter-spacing: 1.2px;
  color: #000;
}
a:hover{
  text-decoration:none;
  color:#e3004c;
}
#block_of_top_free1 img:hover{
    transform: scale(1.01);
    transition-duration: 0.8s;
    opacity: 0.8;
}
#header {
    background-color: #000;
}
/*.page-top .container{
    width: auto;
    margin: 0 auto;
}
.page-top .pane-contents .header-container {
    display: flex;
}*/
.page-goods .pane-header {
    width: 1200px;
    display: flex;
}
.pane-globalnav .category .block-globalnav .block-globalnav--category-list li {
    margin: 0px 30px;
}
.pane-globalnav .category .block-globalnav .block-globalnav--category-list li a{
  color: #fff;
}
.header-container .block-headernav ul a{
  color: #fff;
  padding: 5px 0px;
}
#header .header-container .block-global-search form{
    background-color:#000;
    border-bottom: solid 1px #fff;
    padding-bottom: 5px;
    /* margin-left: 133px; */
}
#block_of_top_body {
    background-color: #000;
}
header#header {
    width: auto;
}
.header-container {
    display: flex;
    width: 1280px;
    align-items: center;
    height: 100px;
    margin: 0 auto;
}
header#header.m_fixed {
  left: 0;
  position: fixed;
  top: -15px;
  width: 100%;
  z-index: 1;
  height: 88px;
}
.page-top .container {
    width: auto;
    margin: 0 auto;
}
.pane-right-menu {
    width: auto;
    margin: 0 auto;
}
ul.block-globalnav--category-list {
    display: flex;
    /* width: 600px; */
}
.pane-main .block-top-body .block-top-body--body {
    margin: 0 auto;
    width: 1280px; 
    height: 700px; 
}
.pane-globalnav {
    width: auto;
    margin-left: 144px;
}
.pane-header .block-global-search {
    width: 180px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 133px;
}
.block-global-search--keyword {
    width: 130px;
}
.block-global-search .block-global-search--keyword {
    font-size: 12px;
    color: #fff;
    outline: none;
}
button.block-global-search--submit {
    width: 0px;
}
.block-global-search .block-global-search--submit {
    width: 33px;
    padding: 0;
    border: none;
    text-indent: -9999px;
    background: url(/105_design_5/img/usr/common/icon_search.png) center center no-repeat;
}
h2.title {
    margin: 40px 320px;
    font-size: 24px;
    font-weight: normal;
    border-bottom: solid 5px;
    width: 50px;
}
.block-news {
    position: relative;
    width: 1200px;
    margin: auto;
}
ul.block-news-list li {
    width: 320px;
    margin-right: 50px;
    display: block;
}
ul.block-news-list {
    width: 1200px;
    margin: 0 auto;
}
/*ul.block-news-list .slick-list {
    margin-left: -50px;
}*/
h3.news-title {
    margin: 10px 0;
    font-size: 28px;
    font-weight:900;
    font-family: YuMincho,'Yu Mincho',serif;
}
p.news-date {
    margin: 30px 0px;
}
dl.block-news-list-goods dt a:hover {
    text-decoration: none;
    color: #e3004c;
}
.block-news .slick-arrow:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    border-top: 1px #fff solid;
    border-right: 1px #fff solid;
}
.block-news .slick-arrow.slick-prev:after {
    margin: -7px 0 0 -4px;
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.block-news .slick-arrow.slick-next:after {
    margin: -6px 0 0 -10px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.block-news .slick-arrow{
    outline: none;
}
.block-news .slick-arrow:hover {
    cursor: pointer;
    opacity:0.8;
}
.block-video-viewbtn a:hover {
    color: #fff;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    display: inline-block;
}
.block-video-viewbtn:hover {
    border: 2px solid #fff;
    transition: all 0.3s ease;
    background: none;
    font-size: 13px;
    color: #fff;
    margin: 50px auto;
    position: relative;
}
.block-video-viewbtn:before {
    content: "";
    display: block;
    position: absolute;
    top: 27%;
    left: 29px;
    width: 0;
    height: 15px;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    transition: all 0.3s ease;
}
.block-video-viewbtn:after {
    position: absolute;
    content: " ";
    z-index: 0;
    width: 60px;
    top: 50%;
    left: -24px;
    height: 2px;
    border: 1px solid;
    border-color: #fff;
    transition: all 0.3s ease;
    font-size: 13px;
    width: 60px;
}
.block-video-viewbtn:hover:before {
    left: 53px;
    transition: all 0.3s ease;
}
.block-video-viewbtn:hover:after {
    left: -1px;
}

h3.news-title:hover {
    color: #e3004c;
}
.view-all a:hover {
    color:  #e3004c;
    text-decoration: none;
}
li.block-feature-list:nth-child(odd){
  background-color: #f6f6f6;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  /*margin: 0 -200%;*/
  /*padding:3px 200%;*/
  /* overflow-x: hidden; */
  /* position: relative; */
  /* width: 1470px; */
  /* background: linear-gradient(#ffffff 0%, #ff6666 100%); */
}
.block-news .slick-arrow {
    color: #fff;
    border: 0;
    background-color: #000000;
    height: 60px;
    width: 60px;
    position: absolute;
    bottom: -50px;
    right: 0;
}
.block-news .slick-arrow.slick-prev {
    right: 70px;
}

li.block-feature-list {}
li.block-feature-list:nth-child(even) {
    padding: 6px 3px;
}
h3.block-feature-list-textarea-title {
  font-family: YuMincho,'Yu Mincho',serif;
  font-size: 40px;
  font-weight: 900;
  margin: 30px 0;
}

li.block-feature-list {
    display: flex;
}
.block-feature-list-image {width: 480px;}

.block-feature-list-contents {
    margin: 0 auto;
    width: 1200px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.block-recommend {
    width: 1200px;
    margin: 0 auto;
}

.page-top #block_of_event {
    width: 1200px;
    margin: 0 auto;
}
.block-feature-list-contents .block-feature-list-textarea {
      /* display: flex; */
      margin-left: 100px;
      width: calc(100% - 480px);
}
/*main.pane-main {
    width: 1280px;
    margin: 0 auto;
}*/
.block-feature-list-textarea-btn {
  border: 2px solid #000;
  transition: all 0.3s ease;
  background: #ffffff;
  font-size: 13px;
  padding: 8px 20px;
  position: relative;
}
.block-feature-list-textarea-btn:before {
  position: absolute;
  content: " ";
  z-index: 0;
  width: 60px;
  top: 50%;
  left: -25px;
  height: 2px;
  border: 1px solid;
  border-color: #000;
  transition: all 0.3s ease;
  font-size: 13px;
  width: 60px;
}
.block-feature-list-textarea-btn:hover {
  background: #e50150;
  color: #fff;
  border-color: #e50150;
  padding-left: 70px;
  padding-right: 20px;
  text-decoration: none;
  font-size: 13px;
}
.block-feature-list-textarea-btn:hover:before {
  left: -2px;
  border-color: #fff;
}
.block-feature-list-textarea-category {
    /* margin-top: 40px; */
    }
.block-feature-list-textarea-category p:first-child {
    border-bottom: solid 1px #8b8b8b;
    display: inline-block;
    color: #8b8b8b;
    font-size: 12px;
}
p.block-feature-list-textarea-description {
    margin-bottom: 50px;
}
.block-feature-list-image img {
    width: 480px;
}
li.block-feature-list:nth-child(even) {
    padding: 6px 3px;
}
.block-video {
    background: url(/105_design_5/img/usr/top/bg001.png);
    height: 515px;
    background-size: 100%;
}

.block-video-textarea {
    color: #fff;
}
.block-video-textarea p span {
    font-family: YuMincho,'Yu Mincho',serif;
    font-size: 40px;
}
.block-video-textarea p {
    text-align: center;
    padding-top: 180px;
}

.block-video-viewbtn {
    text-align: center;
}
.block-video-viewbtn {
  border: 2px solid #fff;
  transition: all 0.3s ease;
  background: none;
  font-size: 13px;
  width: 200px;
  color: #fff;
  margin: 50px auto;
  position: relative;
}
h2.title_text {
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 5px;
    width: 40px;
    padding-bottom: 10px;
}
.page-top .title {
    /* display: block; */
    width: 1200px;
    margin: 40px auto;
}
.block-top-category-contents {
    width: 1200px;
    margin: 0 auto;
}

.block-top-category-list p {
    text-align: center;
}

.block-feature .view-all {
    margin: 0 auto 90px;
    width: 1200px;
}
.block-video-viewbtn:hover {
  background: #e50150;
  color: #fff;
  border-color: #e50150;
  padding-left: 30px;
  padding-right: 20px;
  text-decoration: none;
  font-size: 13px;
}
.block-video-viewbtn a {
    color: #fff;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    display: inline-block;
}
.view-all {
    margin: 0 auto 90px;
    width: 1200px;
}
.block-recommend-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1px;
    justify-content: space-between;
}
.block-recommend-list li {
    width: calc((100% - 80px) / 3);
    margin-right: -70px;
    margin-bottom: 50px;
    text-align: left;
    /* width: 320px; */
}
.block-recommend-list-name-icon {
    margin: 10px 0;
}
h3.block-recommend-goodsname {
    font-size: 15px;
    display: inline;
    margin-right: 5px;
}
.block-recommend-list a:hover {
    color: #e50150;
    text-decoration: none;
}
p.block-recommend-goodsprice span {
    font-size: 10px;
}
ul.block-switcher {
    display: none;
}
footer.pane-footer {
    background: #242424;
    color: #fff;
}
.block-top-category {
    background: #292929 repeat;
    color: #fff;
    display: flex;
    padding: 10px 10px;
    width: 100%;
    height: 540px;
}
.block-top-category-list {
    background: #fff;
    width: 820px;
    padding: 70px 20px;
    display: flex;
    float: left;
    margin-top: 80px;
}
.block-top-category-list ul {
    /* float: left; */
    /* padding-left: 40px; */
    margin: auto;
}
.block-top-category-list li {
    float: left;
    margin-right: 6px;
    }

.block-top-category-textarea {
    margin-right: 60px;
    width: calc(100% - 880px);
    float: left;
    margin-top: 80px;
}
.block-top-category-textarea h3 {
    margin: 10px 0;
    font-size: 35px;
    font-weight: 900;
    font-family: YuMincho,'Yu Mincho',serif;
}
.block-top-category-textarea p {
    margin-top: 20px;
    color: #9a9a9a;
}
.block-top-category-list li a:hover {
    text-decoration: none;
    color:#e50150;
}
.block-top-category-textarea h2 {
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 900;
    border-bottom: solid 5px;
    width: 50px;
    padding-bottom: 20px;
}
main.pane-main {
    /* width: 1280px; */
    margin: 0 auto;
}
.block-ranking-r--goods-image figure {
    background: none;
    width: 160px;
    height: 160px;
}
.block-ranking-r li {
    justify-content: space-between;
}
div#block_of_event h2 {
    margin: 40px 0 80px 0;
    font-size: 24px;
    font-weight: normal;
    border-top: none;
    border-bottom: solid 5px;
    width: 50px;
}
span.block-icon--src1 {
    /* position: absolute; */
    top: -7px;
}
.block-icon {
    position: relative;
}

.block-news-list a:hover {
    color: #e3004c;
}
.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;
}
.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
.block-ranking-r--goods a {
    text-decoration: none;
}
.block-ranking-r--goods-image .block-ranking-r--rank {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -43px;
    left: 0px;
    width: 32px;
    height: 32px;
    background: none;
    border-radius: 32px;
    font-size: 26px;
    color: #000;
    font-family: YuMincho,'Yu Mincho',serif;
    text-align: center;
}
ul.block-ranking-r--items .block-ranking-r--goods-description a {
    text-decoration: none;
    font-size: 12px;
}
.block-ranking-r--price{
    font-size: 13px;
}
.footer-pt3 {
    color: #ffffff;
    padding: 40px 0 60px 0;
    width: 1180px;
    margin: 0 auto;
}

ul.block-footernav--sns-list {
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}
.block-footernav--info-block {
    display: flex;
}
.block-footernav--info-block .block-footernav--info-block-list{
    width: calc(100% / 3);
    height: 200px;
    /*margin: 10px 40px;*/
}
.block-footernav--info-block .block-footernav--info-block-list:nth-of-type(2)  {
    border-right: solid 1px #4a4a4a;
    border-left: solid 1px #4a4a4a;
}
.footer-sitelogo {
    text-align: center;
}
.block-footernav--sns-list li {
    margin: 0 10px;
}
.block-footernav--info-block-list dt {
    font-size: 30px;
    text-align: center;
    font-family: YuMincho,'Yu Mincho',serif;
}
.block-footernav--info-block-list dd {
    font-size: 12px;
    text-align: center;
    width: 214px;
    margin: 20px auto;
    color: #8f8e8e;
}
.block-footernav--info {
    margin-bottom: 70px;
}
.block-footernav--info-block-list div {
    text-align: center;
}
.block-footernav--info-block-list a {
    color: #fff;
}
.block-footernav--info-block-list a:hover {
    color:#e3004c;
    text-decoration:none;
}
div#footernav {
    border-bottom: 1px dotted #4a4a4a;
    border-top: 1px dotted #4a4a4a;
    padding: 30px 0px;
}
p#copyright {
    margin-top: 50px;
    font-size: 13px;
    text-align: center;
}
ul.block-footernav--item-list a {
    color: #707070;
}
ul.block-footernav--item-list a:hover {
    color: #e3004c;
}
ul.block-footernav--sns-list img:hover {
    opacity: 0.8;
}
.block-header-logo {
    width: 125px;
    font-size: 0;
}
.header-container .block-headernav {
    width: 100px;
    margin-left: 20px;
}
.block-headernav_mypage_list{
  display:none;
  position: relative;
}
.block-headernav_mypage:hover .block-headernav_mypage_list{
  color: #fff;
  background: #505050;
  width: 140px;
  height: 95px;
  position: absolute;
  left: -54px;
  top: 45px;
  display: block;
  padding: 5px;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
}
.block-headernav_mypage.onlogin:hover .block-headernav_mypage_list{
  color: #fff;
  background: #505050;
  width: 140px;
  height: 55px;
  position: absolute;
  left: -54px;
  top: 45px;
  display: block;
  padding: 5px;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
}
.block-headernav_mypage_list:before {
    content: "";
    position: absolute;
    top: -7%;
    left: 41%;
    margin-top: -10px;
    border: 8px solid transparent;
    border-bottom: 9px solid #505050;
}
li.block-headernav_mypage_list_signin:hover {
    /*border-bottom: solid;
    border-color: #9b9b9b;
    border-width: 2px;*/
}
li.block-headernav_mypage_list_signin {
    /* padding: 10px; */
}
li.block-headernav_mypage_list_register {
    padding: 10px;
    border-top: 1px solid #ffffff57;
}
a.block-header-logo--link {
    display: block;
    width: 92px;
}
img.block-header-logo--img {
    /*width: 92px;*/
    margin-left: 60px;
}
.pane-header.m_fixed .block-header-logo--img {
    height: 43px;
}
.pane-globalnav .category .block-globalnav .block-globalnav--category-list li a:after {
    content:"";
    margin-top:2px;
    display:block;
    width:0;
    height: 2px;
    background: #e3004c;
    transition:.2s;
}
.pane-globalnav .category .block-globalnav .block-globalnav--category-list li a:hover:after {
    width:100%;
}
/*.pane-globalnav .category .block-globalnav .block-globalnav--category-list li a:hover {
    border-bottom: 2px solid #e3004c;
    padding-bottom: 5px;
}*/
.block-feature-list-image a {
    display: block;
    width: 480px;
}
#block_of_top_free1 {
    margin: 0px auto;
    /* width: 1280px; */
}
.block-news .block-news-list a {
    display: block;
    width: 100%;
    outline: none;
}
.block-recommend-category {
    margin-bottom: 10px;
    border-bottom: 1px solid;
    display: inline-block;
}
.block-recommend-icon {
    display: inline;
    vertical-align: middle;
}
.block-recommend-goodsprice {
    margin-top: 10px;
    font-weight: bold;
    font-size: 17px;
}
.block-recent-item--header {
    margin: 0px auto 30px auto;
    font-size: 24px;
    font-weight: normal;
    border-top: none;
    border-bottom: solid 1px #d6d6d6;
    width: 300px;
}
#block_of_itemhistory {
    width: auto;
    margin: 50px auto 0;
}
.block-recent-item--items {
    width: 1280px;
}
.block-thumbnail-h li {
    margin-right: 50px;
    width: 110px;
}
.block-thumbnail-h {
    margin: 0 auto;
}
.block-thumbnail-h--goods-description {
    display: none;
}
.block-recent-item--keep-history a {
    color: #909090;
    text-decoration: none;
    font-size: 13px;
}
.block-recent-item--keep-history a:hover {
    color: #da4242;
    text-decoration: none;
    font-size: 13px;
}
.page-top .block-top-body ul li a:hover {
    opacity: 0.8;
    transition: 1.0s;
}
.block-feature-list-textarea-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 26%;
    left: 29px;
    width: 0;
    height: 15px;
    border-right: 2px solid #000;
    transform: rotate(135deg);
    transition: all 0.3s ease;
}
.block-feature-list-textarea-btn {
    padding-left: 35px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    display: inline-block;
}
.block-feature-list-textarea-btn:hover:after {
    left: 51px;
    border-color: #fff;
}
.page-top span.block-icon--auto-new {
    position: absolute;
    top: -205px;
    left: 0;
    width: 40px;
    display: block;
}
span.block-icon--auto-new img {
    width: 40px;
}
span.block-icon--auto-reservation img {
    width: 60px;
}
.block-icon img {
    width: 60px;
}
.variation-name.js-enhanced-ecommerce-variation-name {
    display: none;
}
.block-icon img {
    margin: 5px 0;
}
.block-ranking-r--price-infos {
    font-size: 0.6vw;
}
.block-ranking-r--net-price.net-price {
    display: none;
}
.block-top-infomation:hover{
    background-color: #89754f;
}
/*-----TOPページend-------*/
/*--------カテゴリページ--------*/
.page-category .block-category-list {
    width: auto;
    padding: 0;
}
.page-category .block-goods-list--pager-top.block-goods-list--pager.pager {
    margin-right: 5px;
}
.page-category dl.block-goods-list--display-style-items {
    display: none;
}
.page-category dl.block-goods-list--sort-order-items {
    /*display: none;*/
}
.page-category dl.block-goods-list--sort-order-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 700px;
    background: #efefef;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.page-category .block-goods-list--sort-order-items dt {
    display: block;
    padding: 10px 10px 10px 15px;
    border-right: 1px solid #ddd;
    background-color: #585858;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.page-category .block-goods-list--sort-order-items dd {
    padding: 10px 10px 10px 15px;
}
.page-category dl.block-goods-list--display-style-items {
    display: none;
}
.page-category h2.h1.block-category-list--header {
    margin: 20px 20px 20px 0px;
}
.page-category .block-category-list--comment {
    margin: 20px 20px 40px 0px;
}
.page-category .block-goods-detail-j--goods.js-enhanced-ecommerce-item {
    margin-right: 10px;
}
.page-category h2.block-category-tree--header {
    border-top: none;
}
.page-category a.js-enhanced-ecommerce-goods-name {
    text-decoration: none;
}
.page-category .block-category-list li {
    float: left;
    margin-bottom: 30px;
}
.page-category #block_of_itemhistory {
    display: none;
}
.page-category .block-category-list--sub {
    display: none;
}
.page-category li.block-category-tree--item {
    border-top: none;
}
.page-category li.block-category-tree--item__open {
    border-top: none;
}
.page-category li.block-category-tree--item span {
    font-size: 13px;
}
.page-category li.block-category-tree--item__open > a {
    background-color: #f1f1f194;
}
ul.block-category-tree--items.block-category-tree--level-1 a:hover {
    color: #ea5566;
}
.page-category .block-topic-path--list a {
    text-decoration: none;
    font-size: 11px;
}
#block_of_categorytree {
    width: 220px;
}
.page-category ul.block-goods-detail-j--items {
    margin-left: 40px;
}
.page-category .block-cart-i--goods, .block-goods-detail-j--goods {
    margin: 0 0 45px 27px;
}
.page-category h2.h1.block-category-list--header {
    font-family: YuMincho,'Yu Mincho',serif;
}
.page-category .block-category-list--comment {
    font-family: YuMincho,'Yu Mincho',serif;
}
.block-goods-list--pager-top.block-goods-list--pager.pager .pager-total {
    font-family: YuMincho,'Yu Mincho',serif;
}
.page-category figure.img-center {
    border-radius: 40px 0 40px 0;background: #f8f8f8;
}
.page-category .img-center img:hover {
    transform: scale(1.01);
    transition-duration: 0.3s;
    opacity: 0.8;
}
.page-category .block-goods-list--pager-bottom.block-goods-list--pager.pager {
    display: none;
}
/*--------商品詳細ページ--------*/
.page-goods span.block-icon--auto-new img {
    width: 50px;
    position: absolute;
    left: -700px;
    top: 0px;
}
.page-goods #gallery {
    width: 700px;
}
.page-goods .block-goods-detail {
    display: grid;
/*    grid-template-columns: 1fr 770px;*/
    grid-template-rows: auto auto auto auto;
    display: -ms-grid;
    -ms-grid-columns: 1fr 400px;
    -ms-grid-rows: auto auto auto auto;
}
.page-goods .block-topic-path--list a{
    text-decoration:none;
    font-size:12px;
}
.page-goods .block-no-stock--message {
    text-align: center;
    margin-top: 10px;
    padding: 10px 0px;
    font-size: 13px;
    width: 100%;
    border: none;
    color: #ffffff;
    background-color: #676767;
}
.page-goods .block-contact-about-goods {
    display: inline-block;
}
.page-goods.block-goods-favorite {
    display: inline-block;
}
.page-goods .block-contact-about-goods a {
    font-size: 13px;
    color: #333;
    border: none;
    background-color: #e5e5e5;
    width: 100%;
    height: 42px;
    padding: 10px 0;
    margin-top: 20px;
}
.page-goods a.block-goods-favorite--btn.btn.btn-default.js-animation-bookmark {
    font-size: 13px;
    color: #333;
    border: none;
    background-color: #e5e5e5;
    width: 400px;
    padding:15px;
}
.pane-goods-right-side {
    width: 760px;
}
.page-goods .pane-goods-right-side{
    width: 400px; 
}
.page-goods .block-goods-comment1 dd {
    font-size: 12px;
}
.page-goods .block-goods-user-review {
    background-color: whitesmoke;
    /*height: 230px;*/
    margin-top: 80px;
    padding:20px 40px 40px;
}
.page-goods .block-goods-user-review--info {
    text-align: center;
    font-size: 12px;
}
.page-goods .block-goods-user-review--write-review{
   margin: 30px auto 0;
}
.page-goods a.btn.btn-secondary.block-goods-user-review--write-review-btn {
    margin: 50px auto;
    background: #000;
    padding:15px 30px; 
    font-weight: normal;
}
.pane-goods-footer .block-goods-footer-cart {
    display: none;
}
button.block-add-cart--btn.btn.btn-primary.js-enhanced-ecommerce-add-cart-detail {
    color: #fff;
    border: solid 1px #e3004c;
    background-color: #e3004c;
    font-size: 13px;
    padding: 15px 0px;
    width: 400px;
    font-weight: 600;
}

button.block-add-cart--btn.btn.btn-primary.js-enhanced-ecommerce-add-cart-detail:hover {
    border: solid 1px #e3004cc9;
    background-color: #e3004cc9;
}
.block-variation h2.block-variation--name.block-color--name {
    font-size: 16px;
    margin: 10px 0px;
}
.block-variation h2.block-variation--name.block-size--name {
    font-size: 16px;
    margin: 10px 0px;
}
.page-goods .block-variation--selected-item {
    color: #757575;
    font-size: 11px;
    margin-top: 5px;
}
.page-goods h2.h1.block-goods-name--text.js-enhanced-ecommerce-goods-name {
    margin: 10px 0 10px;
}
.page-goods .block-add-cart {
    margin-top: 30px;
}
.page-goods .goods-detail-description {
    display: none;
}
.page-goods .block-goods-comment1 {
    order: 350;
    margin-bottom: 20px;
}
.page-goods .block-goods-comment2 {
    order: 355;
    margin-bottom: 20px;
}
.page-goods .block-goods-comment3 {
    order: 360;
    margin-bottom: 20px;
}
.page-goods .block-goods-comment4 {
    order: 365;
    margin-bottom: 20px;
}
.page-goods .block-goods-comment5 {
    order: 370;
}
.page-goods .block-goods-comment2 dd {
    font-size: 12px;
    margin-bottom: 10px;
}
.page-goods .block-goods-comment3 dd {
    font-size: 12px;
    margin-bottom: 10px;
}
.page-goods .block-goods-comment4 dd {
    font-size: 12px;
    margin-bottom: 10px;
}
.page-goods .block-goods-comment5 dd {
    font-size: 12px;
    margin-bottom: 10px;
}
.block-top-infomation {
    background-color: #846934;
    padding: 12px 0;
}
.block-top-infomation p {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
#gallery .block-src-1 img {
    width: 100px;
}

.pane-goods-left-side .block-src-l figure img {
    width: 500px;
}
.block-size--item-term span {
    font-size: 11px;
    height: 30px;
    width: 150px;
    padding: 10px 0px;
}
.block-size--item-term dt {
    width: 160px;
}
.block-size--item {
    width: 100px;
}
dt.block-variation--item-term.block-size--item-term {
    width: 150px;
    min-height: 30px;
}
.block-size--item-list .block-variation--item.active dt {
    border: none;
    background-color: #000000bf;
    color:#fff;
}
.block-size--item-list .block-variation--item dt {
    border: none;
    background-color: #ebebebbf;
    color:#6e6e6e;
}
.block-variation--item.active dt {
    border: 2px solid #000000;
}
.block-size--item-list .block-variation--item {
    margin-right: 60px;
}
.pane-goods-center {
    width: 1200px;
    /* margin: 0 auto; */
}
.block-goods-price--price{
  color: #444;
}
.block-goods-price--on-sales-comment {
    color: #e3004c;
}
.block-color--item-term figure {
    width: 90px;
    height: 90px;
}
dl.block-variation--item.block-color--item.active.color-enable-stock {
    width: 100px;
    height: 100px;
}
dt.block-color--item-term {
    height: 90px;
    width: 90px;
}
.block-color--item-term img {
    max-width: 60px;
    max-height: 60px;
}
.block-goods-favorite {
    float: left;
}
.block-variation-add-cart--btn {
    background: #e3004c;
    font-weight: 200;
    border: none;
    width: 230px;
    font-size: 13px;
    font-weight: 600;
}
.block-color-size-with-cart--size-item-term span {
    font-size: 11px;
}
.block-variation-no-stock--message {
    background: #747474;
    font-weight: 200;
    border: none;
    width: 247px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}
.block-color-with-cart .block-variation-no-stock--message {
    background: #747474;
    font-weight: 200;
    border: none;
    width: 230px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}
.block-color-size-with-cart--size-item-term {
    border: none;
}
.page-goods #spec_goods_comment {
    font-family: YuMincho,'Yu Mincho',serif;
}
.page-goods .block-goods-name {
    font-family: YuMincho,'Yu Mincho',serif;
}
/*-----詳細ページend-------*/
/*-----イベントページstrat-------*/
.page-event .block-event-page--comment {
    margin: 20px 0;
}
.page-event .block-goods-list--pager-top.block-goods-list--pager.pager {
    margin: 40px auto;
    text-align: center;
}
.page-event.page-event dl.block-goods-list--display-style-items {
    display: none;
}
.page-event.page-event .block-goods-list--sort-order-items dd {
    padding: 10px 10px 10px 15px;
}
.page-event dl.block-goods-list--sort-order-items {
    /* border: 1px solid #9e9e9e; */
    /* padding: 15px 0px 15px 10px; */
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    /* border-right: 1px solid #ddd; */
    /* border-bottom: 1px solid #ddd; */
    /* border-left: 1px solid #ddd; */
    width: 700px;
    background: #efefef;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.page-event .block-goods-list--sort-order-items dt {
    display: block;
    padding: 10px 10px 10px 15px;
    border-right: 1px solid #ddd;
    background-color: #585858;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.page-event .pagination > * {
    list-style-type: none;
    float: left;
    margin-left: 5px;
    padding: 3px 8px;
    background-color: #fff0f4;
    border: 1px solid #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.page-event .block-goods-list--pager-bottom.block-goods-list--pager.pager {
    margin: 40px auto;
    text-align: center;
}
.page-event ul.block-thumbnail-t {
    justify-content: space-between;
}
.page-event .block-thumbnail-t--goods a {
    text-decoration: none;
}
.page-event dl.block-thumbnail-t--goods.js-enhanced-ecommerce-item {
    margin-left: 40px;
}
.page-event .block-thumbnail-t--net-price.net-price {
    display: none;
}
.page-event .block-thumbnail-t--scomment {
    color: #e3004c;
    font-weight: 900;
}
.page-event .block-thumbnail-t--price.price.js-enhanced-ecommerce-goods-price {
    color: #e3004c;
}
.page-event h2.h1.block-event-page--header{
    font-family: YuMincho,'Yu Mincho',serif;
}
.page-event .block-event-page--comment{
    font-family: YuMincho,'Yu Mincho',serif;
}
.page-event .block-goods-list--pager-top.block-goods-list--pager.pager .pager-total {
    font-family: YuMincho,'Yu Mincho',serif;
}
.page-event figure.img-center {
    border-radius: 40px 0 40px 0;background: #f8f8f8;
}
.page-event .img-center img:hover {
    transform: scale(1.01);
    transition-duration: 0.3s;
    opacity: 0.8;
}
.page-event .block-goods-list--pager-bottom.block-goods-list--pager.pager {
    display: none;
}
/*-----イベントページend-------*/
/*-----ジャンルページstart-------*/
.page-genre dl.block-goods-list--display-style-items {
    display: none;
}
.page-genre dl.block-goods-list--sort-order-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    /* border-right: 1px solid #ddd; */
    /* border-bottom: 1px solid #ddd; */
    /* border-left: 1px solid #ddd; */
    width: 700px;
    background: #efefef;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.page-genre .block-goods-list--sort-order-items dt {
    display: block;
    padding: 10px 10px 10px 15px;
    border-right: 1px solid #ddd;
    background-color: #585858;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.page-genre .block-goods-list--sort-order-items dd {
    padding: 10px 10px 10px 15px;
}
.page-genre h2.h1.block-genre-page--header {
    font-family: YuMincho,'Yu Mincho',serif;
}
a.block-list-add-cart-btn.btn.btn-primary.js-animation-add-cart.js-enhanced-ecommerce-add-cart {
    background: #e3004c;
    font-weight: 600;
}
a.block-list-add-cart-btn.btn.btn-primary.js-animation-add-cart.js-enhanced-ecommerce-add-cart:hover {
    color: #fff;
    opacity: .8;
}
.block-pickup-list-w--goods-name a, .block-pickup-list-p--goods-name a {
    text-decoration: none;
}
.block-genre-page--goods {
    display: none;
}
/*-----ジャンルページend-------*/
/*-----トピックページstrat-------*/
.page-topic h2.h1.block-topic-page--article-header {
    font-family: YuMincho,'Yu Mincho',serif;
}
.page-topic .block-topic-page--article-body {
    font-family: YuMincho,'Yu Mincho',serif;
}
/*-----トピックページend-------*/
/*-----詳細検索ページstrat-------*/
.page-search dl.block-goods-list--sort-order-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 700px;
    background: #efefef;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.page-search .block-goods-list--sort-order-items dt {
    display: block;
    padding: 10px 10px 10px 15px;
    border-right: 1px solid #ddd;
    background-color: #585858;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.page-search .block-goods-list--sort-order-items dd {
    padding: 10px 10px 10px 15px;
}
.page-search dl.block-goods-list--display-style-items {
    display: none;
}
/*-----詳細検索ページend-------*/
/*-----カートページ start------*/
.page-cart .block-cart--procedure .block-cart--procedure-container .btn-primary {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #e3004c;
}
.page-cart .block-promotion-message--content {
    border: none;
    background-color: #fafafa;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 10px 0;
    font-size: 12px;
}
.page-cart .block-cart--continue-shopping-link {
    cursor: pointer;
    text-decoration: none;
}
.page-cart .block-common-alert-list {
    width: 900px;
    margin-bottom:50px;
}
.page-estimate .btn-primary{
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #e3004c;
}
.block-order-flow--step-current {
    color: #fff;
    background: #e3004c;
    font-weight: bold;
}
.block-order-flow--step-current:after {
    border-left: 25px solid #e3004c;
}
/*-----カートページ end-------*/
/*-----common start-------*/
h1.optimaized-h1.container {
    display: none;
}
.block-ranking-r--scomment {
    color: #e5004c;
    font-weight: bold;
}
.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 {
    text-decoration: none;
    color: #e3004c;
}
#header .block-headernav .block-headernav--cart-count {
    width: 18px;
    height: 18px;
    line-height: 20px;
    font-size: 11px;
    background-color: #e61d50;
    color: #fff;
    border-radius: 10px;
    top: -4px;
    right: -9px;
    z-index: 2;
}
/*-----common end-------*/
