﻿@charset "UTF-8";

/* ----トップページ本文---- */

.block-top-body--body {
    margin-top: 40px;
    width: 900px;
    height: 390px;
}


/* ----トップページ予備テンプレート2---- */

.block-top-free2--header {
    font-size: 28px;
    text-align: center;
    border-top: #444 2px solid;
    padding: 19px 0 30px;
}

.block-top-free2--body {
    margin: 47px 0 50px;
}

.block-top-free2--items {
    width: 900px;
    height: auto;
    overflow: hidden;
}

.block-top-free2--items li {
    float: left;
}

.block-top-free2--items>li {
    width: 535px;
    height: auto;
}

.block-top-free2--items>li:first-child {
    width: 354px;
    height: auto;
    margin-right: 10px;
}

.block-top-free2--sub-items li {
    width: 172px;
    height: 172px;
    margin-left: 9px;
    margin-bottom: 9px;
}

.block-top-free2--sub-items li:nth-of-type(3n+1) {
    margin-left: 0;
}


/* ----ヘッダー---- */

.block-header-logo {
    width: 180px;
    font-size: 0;
}

.block-headernav {
    width: 440px;
}

.block-headernav--item-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.block-headernav--item-list li {
    position: relative;
    display: inline-block;
    font-size: 11px;
    ;
    text-align: center;
}

.block-headernav--item-list li i.fa {
    position: relative;
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
    z-index: 1;
}

.block-headernav--item-list li a {
    display: block;
}

.block-headernav--item-list li a:hover {
    text-decoration: none;
}

.block-headernav--cart-count {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    background-color: #e61d50;
    color: #fff;
    border-radius: 10px;
    top: -5px;
    right: -2px;
    z-index: 2;
}


/* ----ヘッダー検索---- */

.block-global-search {
    width: 460px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.block-global-search--keyword {
    width: 280px;
}

.block-global-search form {
    background-color: #eee;
}

input.block-global-search--keyword:hover,
input.block-global-search--keyword {
    border: none;
    background-color: transparent;
}

button.block-global-search--submit {
    border: none;
    background-color: transparent;
    width: 33px;
}

.block-global-search--searchdetail {
    margin-left: 15px;
}

.block-global-search--search-detail-link {
    color: #6fb4c3;
    text-decoration: underline;
}

.block-global-search--search-detail-link:hover {
    text-decoration: none;
}


/* ----グローバルナビ---- */

.block-globalnav--item-list {
    display: table;
    width: 100%;
}

.block-globalnav--item-list i {
    margin-right: 10px;
}

.block-globalnav--item-list>li {
    display: table-cell;
    width: 20%;
    font-size: 18px;
    line-height: 1;
    text-align: center;
}

.block-globalnav--item-list>li>a {
    position: relative;
    display: block;
    color: #fff;
    padding: 20px 0;
}

.block-globalnav--item-list>li>a {
    text-decoration: none;
}

.block-globalnav--item-list>li>a:hover {
    color: #6fb4c3;
}

.block-globalnav--item-list>li>a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 38px;
    border-left: 1px solid #666;
    top: 10px;
    left: 0;
}

.block-globalnav--item-list>li:last-child>a:before {
    border-right: 1px solid #666;
}

.block-globalnav--item-list>li>a .fa-chevron-down {
    position: absolute;
    font-size: 12px;
    right: 12px;
}

.block-globalnav--item-list>li>a.active {
    transition: color 0.2s linear 0;
    color: #6fb4c3;
    text-decoration: none;
}

.block-globalnav--item-list>li>a.active .fa-chevron-down {
    color: #fff;
    transform: rotate(180deg);
}

.block-globalnav-menu {
    position: absolute;
    background-color: #191919;
    opacity: 0.98;
    width: 100%;
    top: 58px;
    left: 0;
    padding: 30px 0 20px;
    text-align: left;
    z-index: 10;
}

.block-globalnav-menu * {
    color: #fff;
}

.block-globalnav-menu>div {
    width: 1200px;
    margin: auto;
}

.block-globalnav-menu .block-dynamic-category--body,
.block-globalnav-menu .block-dynamic-genre--body {
    display: flex;
    align-items: center;
}

.block-globalnav-menu .block-dynamic-category--body li,
.block-globalnav-menu .block-dynamic-genre--body li {
    width: 20%;
    font-size: 14px;
    margin-bottom: 20px;
}

.block-globalnav-menu .block-dynamic-category--body li a,
.block-globalnav-menu .block-dynamic-genre--body li a {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.block-globalnav-menu .block-dynamic-category--body li a:before,
.block-globalnav-menu .block-dynamic-genre--body li a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.block-globalnav-menu .block-dynamic-category--body li a img,
.block-globalnav-menu .block-dynamic-genre--body li a img {
    vertical-align: middle;
    width: 30px;
    margin-right: 10px;
}

.block-globalnav-menu--freespace * {
    font-size: 14px;
}

.block-globalnav-menu--freespace h3 {
    margin-top: 0;
}

.block-globalnav-menu--freespace p {
    font-size: 12px;
    margin: 10px 10px 10px 0;
}

.block-globalnav-menu--freespace ul {
    display: flex;
    align-items: center;
}

.block-globalnav-menu--freespace ul li img {
    vertical-align: middle;
}


/* ----フッター---- */

footer .container {
    position: relative;
}

.block-footernav {
    margin-bottom: 20px;
    text-align: center;
}

.block-footernav li {
    padding: 0 1em;
    display: inline-block;
}

.block-footernav li a {
    color: #444;
}


/* ----ページトップに戻る---- */

.block-page-top a {
    position: relative;
    display: block;
    width: 54px;
    height: 54px;
    background-color: #444;
}

.block-page-top a:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -8px;
}

.block-page-top {
    position: fixed;
    top: auto;
    bottom: 10px;
    right: 26px;
    display: none;
}


/* ----PC/スマホ切り替えスイッチ---- */

.block-switcher {
    width: 400px;
    text-align: center;
    margin: 0 auto 20px;
}

.block-switcher li {
    display: inline-block;
}

.block-switcher--switch {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #444;
    color: #fff;
}

.block-switcher--switch:hover {
    text-decoration: none;
    background-color: #ccc;
}

.block-switcher--current {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ccc;
    color: #fff;
}

.block-switcher .fa {
    margin-right: 10px;
    vertical-align: middle;
}

.block-switcher .fa-mobile-phone {
    font-size: 22px;
}

.block-switcher .fa-desktop {
    font-size: 18px;
}


/* ----Copyright---- */

.block-copyright {
    font-size: 10px;
    text-align: center;
    color: #444;
}

/* ----TOP画面---- */
.block-genre-page--header-freespace2 .information_flex{
	display: flex;
	justify-content: left;
	margin-bottom: 40px;
}

.block-genre-page--header-freespace2 .information_content{
	margin-right:5%;
	color:#ccc;
}

.block-genre-page--header-freespace2 .block-genre--news-list .item::before{
	content: "-";
	margin: 0px 10px 0px 10px;
	color:#ccc;
}

.page-genre .block-genre-page--header-freespace3 .ajaxgoodslist_newarrival .block-thumbnail-t{
	border-bottom: unset;
}

.enf-morebtn {
    background: #ffffff;
    margin-top: 38px;
}

.enf-morebtn a {
    text-decoration: none;
    padding-bottom: 8px;
    display: inline-block;
    transition: border-bottom 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.enf-morebtn a:link,
.enf-morebtn a:visited {
    color: #000;
    border-bottom: solid 1px transparent;
}

.enf-morebtn a:hover {
    color: #000;
    border-bottom: solid 1px #000;
}

.enf-morebtn a {
    font-size: 12px;
}

.enf-morebtn a:link, .enf-morebtn a:visited {
    display: block;
    padding: 20px 0;
    color: #888;
    letter-spacing: 0.25em;
    text-align: center;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

/* ----ブランド画面---- */

.block-brand-list {
    margin: 40px 0 60px;
}

.block-brand-list .block-topic-path {
    margin-bottom: 40px;
}

.block-brand-list--items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.block-brand-list--item {
    flex-grow: 1;
    flex-basis: 390px;
    max-width: 390px;
    margin: 0 0 20px 15px;
}

.block-brand-list--item:nth-of-type(3n+1) {
    margin-left: 0;
}

.block-brand-list--item-img {
    width: 390px;
    height: 240px;
}

.block-brand-list--item-name,
.block-brand-list--item-comment {
    border: #ddd 1px solid;
    border-top: none;
    border-bottom: none;
}

.block-brand-list--item-name {
    padding: 15px 35px 0;
}

.block-brand-list--item-comment {
    border-bottom: #ddd 1px solid;
    padding: 15px 35px 35px;
}

.block-brand-list--item-btn {
    display: block;
    text-align: center;
    width: 240px;
    height: 48px;
    line-height: 48px;
    color: #333;
    font-size: 14px;
    margin: 15px auto 0;
    background: #e5e5e5;
}

.block-brand-detail--image {
    margin-top: 40px;
}

.block-brand-detail--description {
    margin-bottom: 30px;
}


/* ----商品詳細画面---- */

.block-goods-detail--color-variation-goods-image-frame {
  overflow: hidden;
  margin: 0 0 20px;
  height:57%;
}

.js-goods-detail-goods-slider {
  position: relative;
}

.js-goods-detail-goods-slider .slick-prev {
  position: absolute;
  top: calc(37% - 14px);
  left: 10px;
  width: 17px;
  height: 28px;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  outline: 0;
  cursor: pointer;
  background-color: transparent;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -931px 0px;
  z-index: 2;
  filter: invert(0%) sepia(100%) saturate(0) hue-rotate(229deg) brightness(107%) contrast(112%);
}

.js-goods-detail-goods-slider .slick-next {
  position: absolute;
  top: calc(37% - 14px);
  right: 46px;
  width: 17px;
  height: 28px;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  outline: 0;
  cursor: pointer;
  background-color: transparent;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -931px -77px;
  z-index: 2;
  filter: invert(0%) sepia(100%) saturate(0) hue-rotate(229deg) brightness(107%) contrast(112%);
}

.block-goods-detail-line-item {
  position: relative;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .block-goods-detail-line-item {
  z-index: 3 !important;
  outline: 0;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .block-goods-detail-line-item.slick-active {
  z-index: 4 !important;

}

.block-goods-gallery--slider-desc {
  margin: 0 0 10px;
  text-align: center;
  font-size: 14px;
}

.block-goods-gallery--slider-desc::before {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 4px;
  vertical-align: middle;
  background-image: url(../../../img/usr/common/images/sprite.png);
  background-position: -931px -787px;
  content: "";
}

.block-goods-gallery > ul {
  margin: 0 3px;
}

.block-goods-gallery > ul li.block-goods-gallery--color-variation-src {
  width: 90px;
  margin: 0 4px 4px 0;
}

.block-goods-gallery > ul li.block-goods-gallery--color-variation-src a {
  position: relative;
  display: block;
}

.block-goods-gallery > ul li.block-goods-gallery--color-variation-src a.active::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #818181;
  z-index: 1;
  content: "";
}

.block-goods-gallery > ul li.block-goods-gallery--color-variation-src figure {
  width: 90px;
  height: 100%;
}

.block-goods-gallery > ul li.block-goods-gallery--color-variation-src figure img.block-goods-gallery--color-variation-img-movie {
  width: 84%;
}

.block-goods-gallery > ul li.block-goods-gallery--color-variation-src figure img.block-goods-gallery--color-variation-img-picture {
  width: 100%;
}

.block-goods-gallery > ul li.block-goods-gallery--color-variation-src .block-goods-detail--color-variation-goods-color-name {
  display: none;
}

.block-goods-gallery > ul li.block-goods-gallery--color-variation-src:nth-of-type(5n) {
  margin-right: 0;
}

.block-goods-detail-line-item:not(.slick-active) .block-src-image-preview {
  display: none;
}

.block-goods-detail-line-item:not(.slick-active) .magnifier-lens {
  display: none;
}

.block-color-size-with-cart--item-list {
  margin: 0 0 16px;
}

.block-color-size-with-cart--color-frame {
  display: flex;
  border-top: 1px solid #cccccc;
}

.block-color-size-with-cart--color-line {
  padding: 16px 0;
  align-items: center;
}

.block-color-size-with-cart--color-item-term {
  position: relative;
  border: 0;
  margin: 16px 36px 16px 0;
  width: 78px;
  height: auto;
  text-align: center;
}

.block-color-size-with-cart--color-item-term .block-color-size-with-cart--color-item-term-frame {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
}

.block-color-size-with-cart--color-item-term figure {
  width: 78px;
  height: 78px;
}

.block-color-size-with-cart--color-item-term figure img {
  max-width: 78px;
  max-height: 78px;
}

.block-color-size-with-cart--color-item-term .block-color-size-with-cart--color-item-term-color {
  font-size: 12px;
}

.block-color-size-with-cart--color-item-term .block-color-size-with-cart--color-item-term-price {
  font-size: 12px;
  font-weight: bold;
  color: #ec1b23;
}

.block-color-size-with-cart--color-item-term .block-color-size-with-cart--color-item-term-price .tax-text {
  display: block;
}

.block-color-size-with-cart--color-line .block-color-size-with-cart--size-item-term {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border: 0;
  width: 200px;
  height: auto;
  margin: 0;
}

.block-color-size-with-cart--line-frame {
  width: calc(100% - 114px);
}

.block-color-size-with-cart--line-frame .block-color-size-with-cart--size-item-size {
  width: auto;
  padding: 9px 0;
}

.block-color-size-with-cart--line-frame .block-color-size-with-cart--size-item-size::after {
  content: "／";
}

.block-color-size-with-cart--line-frame .block-color-size-with-cart--size-item-stock {
  width: auto;
  padding: 9px 0;
}

.block-color-size-with-cart--line-frame .block-color-size-with-cart--size-item-store-stock a {
  text-decoration: underline;
}

.block-color-size-with-cart--line-frame .block-color-size-with-cart--size-item-comment {
  font-size: 12px;
}

.block-color-size-with-cart--size-line {
  padding: 16px 0;
  align-items: center;
}

.block-color-size-with-cart--size-line .block-color-size-with-cart--nocolor {
  display: none;
}

.block-color-size-with-cart--size-line .block-color-size-with-cart--size-item-term {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border: 0;
  width: 120px;
  height: auto;
  margin: 0;
}

.block-color-size-with-cart--color-item-term-mile {
    display: inline-block;
    padding: 2px 6px;
    color: #ffffff;
    background-color: #ff343c;
    font-size: 10px;
    width: 85px;
}

.block-variation-add-cart,
.block-goods-variation-request-restock,
.block-goods-variation-arrival-notice,
.block-variation-outside-sales-period {
    width: 200px;
    margin: 0;
}

.block-variation-favorite {
  margin: auto;
}

.block-variation-favorite > a.btn {
  position: relative;
  display: block;
  width: 22px;
  height: 20px;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.block-variation-favorite a i:before {
  display: none;
}

.block-variation-favorite > a.block-variation-favorite--btn {
  background: url(/img/usr/rimark/common/favorite_icon.png) center center / auto auto no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
}

.block-variation-favorite > a.block-variation-favorite-registed--btn {
  background: url(/img/usr/rimark/common/favorite_icon_on.png) center center / auto auto no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
}

.block-variation-favorite i.js-animation-bookmark-in-progress {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(/img/usr/common/images/common/goods_bookmark_progress_sp.gif) no-repeat center / contain;
  animation: none;
}

.block-variation-add-cart--btn {
  display: block;
  font-size: 14px;
  width: 200px;
  height: auto;
  padding: 9px 2px;
  transition: 0.3s;
  border: 0;
  border-radius: 4px;
  color: #FFF;
  background: #cccccc url(/img/usr/rimark/common/shoppingbag_icon_white.png) center right calc(50% - 63px) / 16px  auto no-repeat;
}

.block-variation-add-cart--btn:hover {
  opacity: 0.6;
}

.block-goods-variation-arrival-notice--btn,
.block-goods-variation-request-restock--btn {
  font-size: 14px;
  width: 340px;
  height: 62px;
  padding: 9px 2px;
  transition: 0.3s;
  border: 1px solid #333333;
  border-radius: 4px;
  color: #333333;
  background: #FFFFFF;
}

.block-goods-variation-arrival-notice--btn:hover,
.block-goods-variation-request-restock--btn:hover {
  opacity: 0.6;
}

.block-outside-sales-period--message, 
.block-variation-no-stock--message {
  font-size: 14px;
  width: 340px;
  height: 62px;
  padding: 9px 2px;
  transition: 0.3s;
  border: 1px solid #A7A7A7;
  border-radius: 0;
  color: #A7A7A7;
  background-color: #FFFFFF;
}


.block-color-size-with-cart--color-line .block-goods-variation-arrival-notice--btn,
.block-color-size-with-cart--color-line .block-goods-variation-request-restock--btn {
  display: block;
  font-size: 14px;
  width: 200px;
  height: auto;
  padding: 9px 2px;
  transition: 0.3s;
  border: 1px solid #333333;
  border-radius: 4px;
  color: #333333;
  background: #FFFFFF;
}

.block-color-size-with-cart--color-line .block-goods-variation-arrival-notice--btn:hover,
.block-color-size-with-cart--color-line .block-goods-variation-request-restock--btn:hover {
  opacity: 0.6;
}

.block-color-size-with-cart--color-line .block-variation-outside-sales-period--message, 
.block-color-size-with-cart--color-line .block-variation-no-stock--message {
  display: block;
  font-size: 14px;
  width: 200px;
  height: auto;
  padding: 9px 2px;
  transition: 0.3s;
  border: 1px solid #A7A7A7;
  border-radius: 0;
  color: #A7A7A7;
  background-color: #FFFFFF;
}

/*CSSによる商品詳細画面の項目の並び順変更用*/

.pane-goods-right-side form {
    display: flex;
    flex-flow: column wrap;
}

.block-goods-sns {}

.page-goods .block-icon {}

.block-goods-comment {}

.block-goods-name {}

.block-goods-price {}

.block-goods-code {}

.block-goods-item-code {}

.block-goods-item-code2 {}

.block-goods-item-code3 {}

.block-goods-release-dt {}

.block-goods-class1 {}

.block-goods-class2 {}

.block-goods-attr1 {}

.block-goods-attr2 {}

.block-goods-attr3 {}

.block-goods-size {}

.block-goods-color {}

.block-goods-point {}

.block-goods-postage {}

.block-goods-stock {}

.block-goods-spec {}

.block-goods-sales-detail-append {}

.block-variation {}

.block-custom-order {}

.block-add-cart {}

.block-no-stock {}

.block-outside-sales-period {}

.block-arrival-notice {}

.block-goods-store-stock {}

.block-goods-set {}

.block-accessory-list {}

.block-variation-back-order {}

.block-contact-about-goods {}

.block-goods-favorite {}

.block-goods-link {}


/* ----ゲストお気に入り画面---- */

.block-guest-favorite-synchronize {
    text-align: center;
    margin-top: 50px;
}


/* ----定期購入商品サイクル情報変更画面---- */

.block-regular-purcharse-cycle-info-update--skip-cancel-message {
    margin: 5px 0 0 5px;
}


/* ----enfoldヘッダー---- */

.enf-header {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 170px);
    margin: 0 130px 60px 100px;
    transition: 0.5s;
}

@media screen and (max-width: 1280px) {
    .enf-header {
        width: calc(100% - 125px);
        margin: 0 100px 60px;
    }
}

.enf-header .enf-header-logo {
    width: 180px;
}

.enf-mod-storenav {
    border-bottom: 1px solid #000;
    margin-top: -2px;
    padding-bottom: 7px;
    width: 240px;
}

.enf-mod-storenav:after {
    content: "";
    display: block;
    clear: both;
}

.enf-mod-storenav a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.enf-mod-storenav a:hover {
    color: #999;
}

.enf-mod-storenav .enf-register-link {
    float: left;
    font-size: 12px;
    padding-top: 4px;
    margin-right: 10px;
}

.enf-mod-storenav .enf-signin-link {
    float: left;
    font-size: 12px;
    padding-top: 4px;
}

.enf-mod-storenav .enf-utility {
    float: right;
    letter-spacing: -.4em;
    position: relative;
    top: 0;
}

.enf-mod-storenav .enf-utility>li {
    margin-left: 21px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
}

.enf-mod-storenav .enf-utility>li:first-child {
    margin-left: 0;
}

.enf-mod-storenav .enf-utility>li i {
    font-size: 21px;
    position: relative;
    top: -3px;
}

.enf-mod-storenav .enf-utility>li a {
    position: relative;
    top: 0;
}

.enf-mod-storenav .enf-utility>li .enf-cartcount {
    position: absolute;
    top: -21px;
    right: -14px;
    width: 20px;
    height: 20px;
    background: #fa0835;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
}

.enf-searchmodal-wrapper {
    display: none;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    min-width: 600px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: auto;
}

.enf-searchmodal-wrapper .enf-searchmodal-content {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 100px;
    position: absolute;
    top: 0;
    left: 0;
    display: table;
}

.enf-searchmodal-wrapper .enf-searchmodal-content .enf-searchmodal-form {
    display: table-cell;
    vertical-align: middle;
}

.enf-searchmodal-wrapper .enf-searchmodal-content .enf-searchmodal-form .enf-searchmodal-formcontents {
    position: relative;
}

.enf-searchmodal-wrapper .enf-searchmodal-content .enf-searchmodal-form .enf-headtext {
    font-size: 50px;
    color: #ddd;
    transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    top: 10px;
    left: 0;
}

.enf-searchmodal-wrapper .enf-searchmodal-content .enf-searchmodal-form .enf-headtext-short {
    font-size: 20px;
    color: #ddd;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    position: absolute;
    top: 10px;
    left: 0;
}

.enf-searchmodal-wrapper .enf-searchmodal-content .enf-searchmodal-form input {
    font-size: 50px;
    background: none;
    border: none;
    padding: 0;
    line-height: 1;
    position: relative;
    z-index: 100;
}

.enf-searchmodal-wrapper .enf-searchmodal-content .enf-searchmodal-form input:focus {
    outline: none;
}

.enf-searchmodal-wrapper .enf-searchmodal-content .enf-searchmodal-form input.enf-jp {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
}

.enf-searchmodal-wrapper .enf-searchmodal-content .enf-searchmodal-form.input-on .enf-headtext {
    opacity: 0;
}

.enf-searchmodal-wrapper .enf-searchmodal-content .enf-searchmodal-form.input-on .enf-headtext-short {
    opacity: 1;
    top: -26px;
}


/* ----enfoldフッター---- */

.pane-footer {
    border-top: solid 1px #eee;
    box-sizing: border-box;
    width: 100%;
    padding: 96px 100px 98px 101px;
}

.pane-footer:after {
    content: "";
    display: block;
    clear: both;
}

.pane-footer .enf-footer-logo {
    width: 90px;
}

.pane-footer .enf-footer-copyright {
    font-size: 10px;
    color: #999;
    margin-top: 11px;
}

.pane-footer .enf-footer-nav {
    margin-top: -28px;
    float: right;
}

.pane-footer .enf-footer-nav:after {
    content: "";
    display: block;
    clear: both;
}

.pane-footer .enf-footer-nav li {
    float: left;
    margin-left: 36px;
}

.pane-footer .enf-footer-nav li a {
    text-decoration: none;
    padding-bottom: 8px;
    display: inline-block;
    transition: border-bottom 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.pane-footer .enf-footer-nav li a:link,
.pane-footer .enf-footer-nav li a:visited {
    color: #999;
    border-bottom: solid 1px transparent;
}

.pane-footer .enf-footer-nav li a:hover {
    color: #999;
    border-bottom: solid 1px #999;
}

.pane-footer .enf-footer-nav li a {
    font-size: 11px;
    letter-spacing: 0.05em;
    transition: border-bottom 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53), color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.pane-footer .enf-footer-nav li a:hover {
    color: #000;
    border-color: #000;
}


/*買い物かご　ヘッダー*/

.enf-header-ttl--cart {
    margin-top: 0;
    font: unset;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 5px;
    
}

.enf-header-ttl--cart span {
    font-size: 16px;
    padding-left: 20px;
    letter-spacing: 0;
}


/* ----共通ヘッダー---- */

.enf-mod-storenav {
    border-bottom: 1px solid #000;
    float: right;
    margin-bottom: 60px;
    margin-top: -2px;
    padding-bottom: 7px;
    width: 240px;
}

.enf-mod-storenav:after {
    content: "";
    display: block;
    clear: both;
}

.enf-mod-storenav a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.device-desktop .enf-mod-storenav a:hover {
    color: #999;
}

.enf-mod-storenav .enf-register-link {
    float: left;
    font-size: 12px;
    padding-top: 4px;
    margin-right: 10px;
}

.enf-mod-storenav .enf-signin-link {
    float: left;
    font-size: 12px;
    padding-top: 4px;
}

.enf-mod-storenav .enf-utility {
    float: right;
    letter-spacing: -.4em;
    position: relative;
    top: 0;
}

.enf-mod-storenav .enf-utility>li {
    margin-left: 21px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
}

.enf-mod-storenav .enf-utility>li:first-child {
    margin-left: 0;
}

.enf-mod-storenav .enf-utility>li i {
    font-size: 21px;
    position: relative;
    top: -3px;
}

.enf-mod-storenav .enf-utility>li a {
    position: relative;
    top: 0;
}

.enf-mod-storenav .enf-utility>li .enf-cartcount {
    position: absolute;
    top: -21px;
    right: -14px;
    width: 20px;
    height: 20px;
    background: #fa0835;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
}

.enf-mod-storenav .enf-utility>li.enf-select-lang>span img {
    cursor: pointer;
    display: none;
}

.enf-mod-storenav .enf-utility>li.enf-select-lang>span img.enf-select {
    display: block;
}

.enf-mod-storenav .enf-utility>li.enf-select-lang ul {
    display: none;
    position: absolute;
    top: 29px;
    right: 0;
    z-index: 10;
    width: 238px;
    background: #f5f5f5;
    border: solid 1px #eee;
    text-align: center;
    padding: 37px 0;
}

.enf-mod-storenav .enf-utility>li.enf-select-lang ul li {
    font-size: 12px;
    display: block;
}

.enf-mod-storenav .enf-utility>li.enf-select-lang ul li+li {
    margin-top: 32px;
}

.enf-mod-storenav .enf-utility>li.enf-select-lang ul li img {
    padding-right: 8px;
}

@media screen and (max-width: 1280px) {
    .enf-mod-storenav {
        margin-left: -20px;
    }
}

.enf-mod-storenav.enf-signin {
    width: calc(100% - 400px);
    float: none;
    margin: 0 200px;
    min-width: 880px;
}

.page-login .enf-mod-storenav.enf-signin {
    display: none;
}

.enf-mod-storenav.enf-signin .enf-user-name {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-right: 38px;
    padding-top: 3px;
}

.enf-mod-storenav.enf-signin .enf-signout-link {
    float: left;
    font-size: 13px;
    padding-top: 2px;
}

.enf-mod-storenav.enf-signin .enf-signout-link a {
    color: #999;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.device-desktop .enf-mod-storenav.enf-signin .enf-signout-link a:hover {
    color: #000;
}

h1.enf-enfold-logo {
    display: inline;
    margin: 0 0 0 60px;
    font-size: 100%;
}

.enf-nagonstans-logo {
    margin-left: 20px;
}


/* ----メールニュース---- */

.block-mail-news--register-header {
    margin: 0 0 24px;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #000;
    text-align: center;
}

.block-mail-news .block-mail-news---release-form {
    display: none;
}

.block-mail-news .form-group.block-mail-news--mag .form-control label {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-top: 18px;
    word-break: break-all;
}

.block-mail-news .form-group.block-mail-news--mag .form-control input[type="checkbox"] {
    margin-top: 18px;
}

.block-mail-news .form-group.block-mail-news--mag .form-control input[type="checkbox"]:nth-of-type(1),
.block-mail-news .form-group.block-mail-news--mag .form-control input[type="checkbox"]:nth-of-type(2),
.block-mail-news .form-group.block-mail-news--mag .form-control label:nth-of-type(1),
.block-mail-news .form-group.block-mail-news--mag .form-control label:nth-of-type(2) {
    margin-top: 0
}

.block-mail-news .form-group.block-mail-news--mag .form-control input[type="checkbox"]+label::before {
    top: 4px;
}

.block-mail-news .form-group.block-mail-news--confirmation-mag .form-control span {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 8px 0;
}

.block-mail-news .fieldset {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    padding: 0 29%;
}

.block-mail-news .fieldset .form-group {
    display: table;
    width: 100%;
    border-top: #e5e5e5 1px solid;
    white-space: nowrap;
}



.block-mail-news .fieldset .form-label,
.block-mail-news .fieldset .constraint,
.block-mail-news .fieldset .form-control {
    display: table-cell;
}

.block-mail-news .fieldset .form-label {
    width: 45%;
    text-align: left;
    background: unset;
    padding-left: 15%;
}

.block-mail-news .fieldset .form-label label {
    font-weight: bold;
}

.block-mail-news .fieldset .constraint {
    width: 65px;
    padding: 5px;
    background: #f9f9f9;
}

.block-mail-news .fieldset .form-label {
    background: #fff;
}

.block-mail-news .fieldset .constraint {
    background: #efefef;
}

.block-mail-news .fieldset .form-control {
    border-left: 1px solid #FFF;
    background: #fff;
    vertical-align: middle;
}

.page-mag_entry .form-control {
    padding-left: 11% !important;
}

.page-mag_entry .action-buttons {
    margin-top: 60px;
}

.block-mail-news--register-header {
    margin: 60px 0;
}


.block-mail-news .required:after {
    padding: 2px 6px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    background-color: #ff343c;
}

.block-mail-news .block-mail-news--register-mag-choice-confirmation-form .fieldset .form-group {
    display: flex;
    width: 100%;
    border-top: #e5e5e5 1px solid;
}

.block-mail-news .block-mail-news--register-mag-choice-confirmation-form .fieldset .form-group:last-child {
    border-bottom: #e5e5e5 1px solid;
}



.page-mag_entry .form-control-block {
    width: 60%;
}

.form-control-block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #f9f9f9;
}
.form-control-block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #f9f9f9;
}

.block-mail-news .block-mail-news--register-mag-choice-confirmation-form .fieldset .form-label,
.block-mail-news .block-mail-news--register-mag-choice-confirmation-form .fieldset .constraint {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: calc((100% - 231px) / 3);
}

.block-mail-news .block-mail-news--register-mag-choice-confirmation-form .fieldset .form-control {
    display: flex;
    align-items: center;
    min-width: calc(100% / 3);
}

.block-mail-news .block-mail-news--register-mag-choice-confirmation-form .fieldset .form-label {
    width: 45%;
    text-align: left;
    background: unset;
    padding-left: 15%;
}

.block-mail-news {
    width: 100%;
}

.block-mail-news--forward-to-register {
    background: #cccc;
}

/* ----メールニュース確認---- */

.block-mail-news--register-mag-choice-confirmation-form .pane-topic-path {
    margin: 0;
}

.block-mail-news--register-items .form-control-block {
    background: #fff;
}

.block-mail-news .block-mail-news--register-mag-choice-confirmation-form .fieldset .form-label {
    background: #fff;
}


.block-mail-news--register-mag-choice-confirmation-form input.btn.btn-default.block-member-info--back {
    color: #fff;
}

/* ----メールニュース完了---- */

.block-mailnews-complete--message {
    text-align: center;
    border: none;
    background-color: unset;
    padding: 80px 10px 80px 30px;
    font-weight: bold;
}

.block-mail--news .success::before {
    content: unset;
}


.page-menu .fa-angle-right::before {
    content: "\f105" !important;
}

/* ----お気に入り---- */
.block-favorite--bookmark-list {
	margin-top: 20px;
}

.block-favorite--bookmark-list ul.block-favorite--items {
	display: flex;
	flex-wrap: wrap;
}	
.block-favorite--bookmark-list .block-favorite--items li {
	width: calc(20% - 2px);
	padding: 0 0 70px;
	margin: 0 2px 0px 0;
	border: none;
	position: relative;
}
.block-favorite--bookmark-list .block-favorite--items li:nth-child(4n) {
	margin-right: 0;
}
.block-favorite--bookmark-list .block-favorite--items .block-favorite--favorite-goods {
	width: 100%;
	display: flex; 
	flex-direction: column;
}
.block-favorite--bookmark-list .block-favorite--items .block-favorite--checkbox {
	padding: 10px; 
	position: absolute; 
	top: 0; 
	left: 0;
}
.block-favorite--bookmark-list .block-favorite--items .block-favorite--delete-item {
	display: flex; 
	justify-content: center; 
	align-items: center;
}
.block-favorite--bookmark-list .block-favorite--items .block-favorite--checkbox {
	padding-right: 0; 
	flex-basis: initial;
}
.block-favorite--bookmark-list .block-favorite--items .block-favorite--image {
	text-align: center; 
	flex-basis: initial;
}
.block-favorite--bookmark-list .block-favorite--items .block-favorite--description { 
	margin: 0 0px 15px; 
	text-align: left; 
	flex-basis: initial;
	font-size: 12px;
	padding-left: 10%;
}
.block-favorite--bookmark-list .block-favorite--items .block-favorite--comment-textarea { 
	width: 100%; 
	height: 75px;
}
.block-favorite--bookmark-list .block-favorite--items .block-favorite--comment { 
	margin: 0 20px; 
	text-align: center; 
	flex-basis: initial;
}
.block-favorite--bookmark-list .block-favorite--items .block-favorite--delete-item { 
	width: 100%; 
	text-align: center; 
	flex-basis: initial; 
	position: absolute; 
	left: 0; 
	bottom: 20px;
}
.block-favorite--bookmark-list .block-favorite--items .block-favorite--image { 
	/*margin: 0 0 20px;*/
}
.block-favorite--bookmark-list .block-favorite--items .block-favorite--image figure { 
	width: 100%; 
	height: 100%; 
	margin: 0; 
	text-align: center; 
	background: none;
}
.block-favorite--bookmark-list .block-favorite--items .block-favorite--goods-name { 
	text-align: left;
}
.block-favorite--bookmark-list .block-favorite--items .block-favorite--goods-name a { 
	text-decoration: none; 
	text-align: center; 
	color: #000;
}
.block-favorite--bookmark-list .block-favorite--items .block-favorite--edit-comment a { 
	padding: 0; 
	text-decoration: underline;
}
.block-favorite--bookmark-list .block-favorite--items .block-favorite--price-items { 
	/*padding-top: 10px;*/
}
.block-favorite--form form .action-buttons { 
	margin-right: 0;
}

/* ----お気に入り 機能非表示---- */
.block-favorite--description .variation-name {
	display: none;
}
.block-favorite--description .variation-name {
	display: none;
}
.block-favorite--price-items .block-favorite--price-title {
	display: none;
}
.block-favorite--price-items .block-favorite--net-price {
	display: none;
}
.block-favorite--comment {
	display: none;
}
.block-favorite--favorite-goods .block-favorite--checkbox {
	display: none;
}
.block-favorite--form .action-buttons #checkcart {
	display: none;
}
.block-favorite--update-dt {
	display: none;
}

/* ----マイページ---- */
#itemHistory .block-thumbnail-h--goods-image{
	text-align: center;
}

/* ----購入履歴---- */
dl.block-purchase-history-detail--invoice, dl.block-purchase-history-detail--track-shipment {
    box-sizing: border-box;
    order-collapse: collapse;
    border: 1px solid #ddd;
}
.block-purchase-history-detail--invoice dt, .block-purchase-history-detail--invoice dd,.block-purchase-history-detail--track-shipment dt, .block-purchase-history-detail--track-shipment dd {
    padding: 10px;
}

.block-purchase-history-detail--invoice dt, .block-purchase-history-detail--track-shipment dt {
    font-weight: bold;
    background-color: #eee;
    width: 20%;
    float: left;
    border-right: 1px solid #ddd;
}
.block-purchase-history-detail--invoice dd, .block-purchase-history-detail--track-shipment dd {
    width: 80%;
}
dl.block-purchase-history-detail--invoice {
    margin: 10px 0 0;
}
dl.block-purchase-history-detail--track-shipment {
    margin: 0 0 10px;
    border-top: none;
}