/*PC基本設定*/
html {
    font-size: 62.3%;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}
*,
:after,
:before {
    background-repeat: no-repeat;
    text-decoration: inherit;
    vertical-align: inherit;
    background-repeat: no-repeat;
    box-sizing: inherit;
}
* {
    padding: 0;
    margin: 0;
}
body {
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 1.3rem;
    /*13px*/
    font-family: "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.6;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#sysAll {
    max-width: 100%;
    background-color: transparent;
    padding: 0;
}
#sysWrap {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    /*height: 100%;*//*20230425追記　ここが100%だとカートページが見切れます*/
}
#sysHeader {
    margin: 0 auto;
    /*margin-top: 3vh  !important;  20230901追記*/
    padding: 0 0 0 0;
    width: 100%;
    height: 80px;
    max-width: 1500px;
}
#sysAside {
    display: none;
    float: none;
    padding: 0;
    margin: 0;
}
div#sysMain {
    float: none;
    width: 85% !important;
    max-width: 1500px;
    padding: 5px 20px;
    margin: 10px auto !important;
    border: none !important;
}
div#sysAside {
    display: block;
    z-index: 100;
    float: left !important;
    width: 180px;
    margin: 0 !important;
    padding: 10px;
    background-color: #fff;
}
div#sysWrap:after {
    display: block;
    content: "";
    clear: both;
}
div#sysMain {
float: right;
width: 900px;
margin: 30px auto;
}
div#sysAside {
display: block;
float: left;
width: 180px;
margin: 30px auto;
}
#sysFooter {
    margin: 0;
    padding: 0;
}
.footer .sysContent {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.sysContent {
    padding: 0 !important;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.sp_only {
    display: none;
}
/*文字*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.6;
    font-weight: bold;
    font-weight: 700;
    letter-spacing: inherit;
    font-size: inherit;
}
p {
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
p.indent {
    margin: 5px 0 !important;
    text-indent: 1em
}
a,span {
    color: #333;
    text-decoration: none;
    font-weight: inherit;
}
a:hover {
    color: #222222;
}
#sysSubtotal {
    margin: 5px 0;
}
span.sysSubtotalPrice {
    font-size: 2rem;
    font-weight: 700;
    color: #e93b39;
    line-height: 30px;
}
.sysItemBlockVariationPrice{
    color: #e93b39; 
}
ul li {
    font-size: 1.3rem;
    line-height: 1.5;
    list-style-type: none;
}
/*画像*/
img {
    vertical-align: bottom;
    height: auto;
    content-visibility: auto;
}
a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-filter: "alpha( opacity=50 )";
    -webkit-filter: "alpha( opacity=50 )";
    -o-filter: "alpha( opacity=50 )";
    -ms-filter: "alpha( opacity=50 )";
}
a:hover img.nohover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-filter: "alpha( opacity=100 )";
    -webkit-filter: "alpha( opacity=100 )";
    -o-filter: "alpha( opacity=100 )";
    -ms-filter: "alpha( opacity=100 )";
}
/* ログイン切り替え*/
body[data-member-login="true"] #non_impression {
    display: none !important;
}
body[data-member-login="true"] #impression {
    display: inline !important;
}
#impression {
    display: none;
}
/**jQueryプラグイン
   * Owl Carousel v2.2.1
   * Copyright 2013-2017 David Deutsch
   * Licensed under  ()*/
/* Owl Carousel - Core*/
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    /* z-index: 1;  */
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;

}
.owl-grab img{
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
/* No Js */
.no-js .owl-carousel {
    display: block;
}
/*Owl Carousel - Animate Plugin*/
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/*Owl Carousel - Auto Height Plugin*/
.owl-height {
    transition: height 500ms ease-in-out;
}
/*Owl Carousel - Lazy Load Plugin*/
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
/*Owl Carousel - Video Plugin*/
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    /*background: url("owl.video.play.png") no-repeat;*/
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}
.owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-dots {
    text-align: center;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    position: relative;
    top: 10px;
}
.owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 12.5px;
    background: #999;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #000;
}
.owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-nav [class*=owl-] {
    position: absolute;
    top: 98%;
    margin-top: -18.5px;
    outline: 0;
    width: 20px;
    height: 37px;
    padding: 0;
    text-indent: -9999px;
    z-index: 1;
    border: none;
    border-radius: none;
    cursor: pointer;
}
.owl-nav .owl-prev {
    left: 35%;
    background: url(/img/common/controls.png) no-repeat 0 0;
    background-size: 40px;
}
.owl-nav .owl-next {
    right: 35%;
    background: url(/img/common/controls.png) no-repeat -20px 0;
    background-size: 40px;
}
.owl-nav .owl-prev:hover {
    background-position: 0 0;
}
.owl-nav .owl-next:hover {
    background-position: -20px 0;
}

/* フォームとボタン */
form {
    -webkit-appearance: none;
    background-color: transparent;
    background: transparent;
}
.sysButton {
    background-color: transparent;
    background: transparent;
    border-style: none;
    color: inherit;
    font: inherit;
    box-shadow: none !important;
    text-shadow: none !important;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    width: auto;
    height: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
button,
input,
optgroup,
select,
textarea {
    background-color: transparent;
    background: transparent;
    border-style: none;
    color: inherit;
    font: inherit;
    box-shadow: none !important;
    text-shadow: none !important;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    width: auto;
    height: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
}
select {
    /*padding: max(calc(1em + (1rem - 1em)), 0.2em) max(calc(1em + (1rem - 1em) * 0.2), 0.4em);*/
    /* 230424追記 */
    padding: max(calc(1em + (1rem - 1em)), 0.2em) max(calc(1em + (1rem - 0.2em) * 1.2), 0.4em);
    background-color: #fff;
    background-image: url(../img/common/triangle02.svg);
    background-position: 95% center;
    background-size: 10px 6px;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid #bbb;
    border-radius: 4px;
    width: auto;
    height: auto;
    min-width: 5em;
    max-width: 11em;
    vertical-align: middle;
}
.sysCart #sysMain select{
    margin: 0 0 0 0;
}
[role=button],
[type=button],
[type=reset],
[type=submit],
[type=search],
[type=text],
[type=tel],
[type=email],
[type=password] {
    cursor: pointer;
    padding: max(calc(1em + (1rem - 1em)), 0.2em) max(calc(1em + (1rem - 1em) * 0.2), 0.4em);
    border-radius: 8px;
    border: 1px solid #bbb;
    -webkit-appearance: none;
    line-height: inherit;
    margin: 0.5em 0;
    box-shadow: none !important;
    text-shadow: none !important;
    background: transparent;
    width: auto;
    height: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
[type=text],
[type=tel],
[type=email],
[type=password] {
    background: #fff !important;
    background-color: #fff !important;
    width: auto;
    height: auto;
}
input[type="radio"] {
    max-width: 20px;
    max-height: 20px;
    width: 1em;
    height: 1em;
    padding: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 100%;
    background: -webkit-radial-gradient(#fff 0, #fff 30%, #bbb 100%);
    background: radial-gradient(#fff 0, #fff 30%, #bbb 100%);
    border: none;
    cursor: pointer;
    vertical-align: middle;
    margin: 0.3em 0.5em 0.3em 0.3em;
    transform: scale(1.5);
}
input[type="radio"]:checked {
    background: -webkit-radial-gradient(#FD306A 0, #FD306A 44%, #f7f7f7 50%, #bbb 100%);
    background: radial-gradient(#FD306A 0, #FD306A 44%, #f7f7f7 50%, #bbb 100%)
}
input[type="checkbox"] {
    width: 13px;
    height: 13px;
    margin-right: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #bbb;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    transform: scale(1.5);
}
input[type="checkbox"]:checked::before {
    content: "";
    display: block;
    width: 7px;
    height: 14px;
    border-bottom: 3px solid #FD306A;
    border-right: 3px solid #FD306A;
    position: absolute;
    top: -5px;
    left: 5px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
}
#sysItemDetail .sysFreeForm input[type=submit] {
    width: 100%;
    background: #fff;
    color: #FD306A;
    border: 1px solid #FD306A;
    font-weight: normal;
}
#sysItemDetail .sysReview form input[type=submit] {
    height: auto;
    width: auto;
    border-radius: 8px;
    background-color: #f7a833;
    border: solid 1px #f7a833;
    color: #ffff;
}
#favorite .sysVertical input[type=submit] {
    -webkit-appearance: none;
    padding: 10px 5px !important;
    line-height: 1;
    margin-top: 9px;
    margin-bottom: 10px;
    height: 50px;
    width: 100%;
}
#sysMypageReminder #sysMain .sys_mailaddress input[type=email] {
    width: 100%;
}
#sysMypageReminder #sysMain .sys_mailaddress input[type=submit] {
    width: 50%;
}
.sysLoginButton,
.sysButton,
.sysNextSubmit {
    width: auto;
    height: auto;
    max-height: 47px;
    border-radius: 8px;
    background-color: #FD306A;
    background: #FD306A;
    color: #fff;
    border: 1px solid #FD306A;
    font-weight: bold;
}
.sysLoginButton:hover,
.sysButton:hover,
.sysNextSubmit:hover {
    opacity: 0.8;
}
#sysMain textarea {
    min-height: 75px;
    max-width: 600px;
    width: 100%;
    height: auto;
    border: 1px solid #bbb;
    background: #fff;
    background-color: #fff;
    border-radius: 6px;
    padding: max(calc(1em + (1rem - 1em)), 0.2em) max(calc(1em + (1rem - 1em) * 0.2), 0.4em);
}
/*カートボタン*/
.sysCart #sysMain input[type=submit],
.sysCart #sysMain .sysConfirmButton input[type=submit],
.sysCart #sysMain button[type=submit],
.sysCart #sysMain button {
    border: 1px solid #bbb;
    background: #fff;
    background-color: #fff;
    min-width: 7em;
    width: auto;
    height: auto;
    color: #333;
    float: none;
    margin: 0.5em 0 0.5em auto;
}
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit, .sysCart #sysMain .sysNextSubmitAreaForResumeMemberSessionCart .sysNextSubmit {
    width: auto;
    height: auto;
    max-height: 47px;
    min-width: 11em;
    margin: 0.5em auto;
    border-radius: 8px;
    background-color: #FD306A;
    background: #FD306A;
    color: #fff;
    cursor: pointer;
    border: 2px solid #FD306A;
}
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit:hover,.sysCart #sysMain .sysNextSubmitAreaForResumeMemberSessionCart .sysNextSubmit:hover {
    width: auto;
    height: auto;
    max-height: 47px;
    margin: 0.5em auto;
    border-radius: 8px;
    background-color: #d32557;
    background: #d32557;
    color: #fff;
    cursor: pointer;
    border: 2px solid #d32557;
}
.sysCart #sysMain #sysPurchaseAuthMember input[type=submit]{
    display: block;
    width: auto;
    height: auto;
    max-height: 47px;
    margin: 0 auto;
    border-radius: 8px;
    background-color: #FD306A;
    background: #FD306A;
    color: #fff;
    cursor: pointer;
    border: 1px solid #FD306A;
    font-size: 1.5rem;
    font-weight: bold;
    min-width: 10em;
}
/* 商品カテゴリ */
.sysSelectionDescription {
    width: 100%;
}
#sysItemCategory .sysWishListButton {
    display: none;
}
.sysItemCategoryCtl {
    border: none;
    margin: 0 0 2vh 0;
    padding: 1em 0;
    display: block;
    padding: 1em 2em;
    background: #eee;
    background-color: #eee;
}
.sysItemCategoryCtl a {
    display: inline-block;
    padding: 2px 4px;
    background: #ffffff;
    border: 1px solid #bbb;
    color: #333;
    border-radius: 3px;
    text-decoration: none;
    margin: 2px 0;
}
.sysItemCategoryCtl .sysCurrent{
    background-color: #eee;
}
.sysItemCategoryCtl a:hover {
    background: #333;
    color: #fff;
}
.sysPagination a {
    display: block;
    border: 1px solid #ddd;
    width: 100%;
    line-height: 44px;
    color: #333;
}
.sysPagination a.sysCurrent{
    background-color: #eee;
}
.sysPagination a:hover{
    background: #333;
    color: #eee;
}
/*商品サムネイル*/
.sysItemList ul,
.sysContent ul.sysHorizontal{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.sysItemList ul.sysThumbnail li,
.sysContent ul.sysHorizontal li {
    display: block;
    padding: 0 0 20px 0;
    margin: 0 1%;
    width: calc(100% / 5 - 2%);
}
.sysItemList ul.sysThumbnail li::before,
.sysContent ul.sysHorizontal li::before{
    content: "";
    clear: both;
    display: block;
    margin: 0 1%;
    width: calc(100% / 5 - 2%);
}
.sysItemList ul.sysThumbnail li::after,
.sysContent ul.sysHorizontal li::after{
    content: "";
    clear: both;
    display: block;
    margin: 0 1%;
    width: calc(100% / 5 - 2%);
}
.sysItemList ul.sysThumbnail li .sysThumbnailImage,
.sysContent ul.sysHorizontal li .sysItemImage{
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    position: relative;
}
.sysItemList ul.sysThumbnail li img,
.sysContent ul.sysHorizontal li .sysItemImage img {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
}
.sysItemList ul.sysThumbnail input {
    display: none;
}
/* 商品サムネイル パーツ*/
.purchase .sysContent .sysHorizontal li,
.category_popular .sysContent .sysHorizontal li,
.top_ranking .sysContent .sysHorizontal li,
.top_recommendation .sysContent .sysHorizontal li,
.top_new_item .sysContent .sysHorizontal li,
.category_new_item .sysContent .sysHorizontal li{
    display: inline-block;
    vertical-align: top;
    padding: 0 0 20px 0;
    margin: 0 1%;
    width: calc(100% / 6 - 2%);
}
.purchase .sysContent .sysHorizontal li::after,
.category_popular .sysContent .sysHorizontal li::after,
.top_ranking .sysContent .sysHorizontal li::after,
.top_recommendation .sysContent .sysHorizontal li::after,
.top_new_item .sysContent .sysHorizontal li::after,
.category_new_item .sysContent .sysHorizontal li::after{
    content: "";
    clear: both;
    display: block;
    margin: 0 1%;
    width: calc(100% / 6 - 2%);
}
.purchase .sysContent .sysHorizontal li::before,
.category_popular .sysContent .sysHorizontal li::before,
.top_ranking .sysContent .sysHorizontal li::before,
.top_recommendation .sysContent .sysHorizontal li::before,
.top_new_item .sysContent .sysHorizontal li::before,
.category_new_item .sysContent .sysHorizontal li::before{
    content: "";
    clear: both;
    display: block;
    margin: 0 1%;
    width: calc(100% / 6 - 2%);
    order:1;
}
/* TOP人気カテゴリー */
.top_popular {
    text-align: center;
    width: 48%;
    margin: 1%;
    height: 300px;
    float: left;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
}
.top_popular .sysContent ul.sysHorizontal{
    height: 240px;
    padding-top: 10px;
}
.top_popular .sysContent ul.sysHorizontal li{
    padding-bottom: 0;
}
.top_popular .sysContent ul.sysHorizontal li .sysItemImage{
    width: 70px;
    height: 70px;
    margin: auto;
    padding-bottom: 0;
}
.top_popular .sysItemName{
    text-align: center;
}
/*リアルタイムレビュー*/
.top_review {
    display: inline-block;
    width: 48%;
    margin: 1%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    float: none;
    height: 300px;
}
.top_review .sysContent{
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 240px;
    border-radius: 6px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: thin;
    background: #fff;
}
.top_review .sysContent::-webkit-scrollbar{
    display:none;
}
.sysReviewItemList{
	width: 100%;
	position: relative;
}
.sysReviewList {
    width: 100%;
    height: 100%;
    position: absolute;
  }
.sysReviewItemList ul.sysReviewList li{
    border: none;
    padding: 10px 15px;
    margin: 30px 20px;
    overflow: hidden;
    position: relative;
    background-color: #fafafa;
    border-radius: 6px;
  }

/* 商品一覧商品名 */
.sysItemName,
.sysExplanation>div>span,
.sysReview>span {
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
}

.sysRetailPrice {
    color: #F92435;
    font-weight: bold;
}

/* 商品画像 */
.sysThumbnailImage>span,
.sysThumbnailImage>br {
    display: none;
}
.sysItemImages {
    max-width: 500px;
}
.sysImageList{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}
.sysItemImages .sysImageList li {
width: 23%;
height: 100px;
position: relative;
}
.sysItemImages .sysImageList li::after {
    display: block;
    content: "";
    clear: both;
    width: 23%;
}
.sysItemImages .sysImageList li::before {
    display: block;
    content: "";
    clear: both;
    width: 23%;
}
.sysItemImages .sysImageList li img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
}
/* 注文エリア*/
.orderArea {
    text-align: center;
    padding: 1em;
}
.orderArea>div {
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
    max-width: 500px;
}
.orderArea>.orderArea>div {
    width: 100%;
    display: block;
}
/* ログインページ */
.sysLoginForm {
    width: 100%;
}
.sysLoginForm form {
    max-width: none;
    width: 100%;
}
.sysLoginForm .sysFormField {
    width: 100%;
}
/* 商品詳細ページログインボタン */
#sysMypageLogin .sysLoginButton {
    width: 48%;
    float: left;
    margin-right: 1%;
}
#sysMypageLogin .sysButton {
    width: 48%;
    margin-left: 1%;
}
#sysMypageLogin .mypage_login .newaccount {
    padding: max(calc(1em + (1rem - 1em)), 0.2em) max(calc(1em + (1rem - 1em) * 0.2), 0.4em);
    border-radius: 8px;
    background-color: #FD306A;
    border: 1px solid #FD306A;
    color: #fff;
    cursor: pointer;
    width: 50%;
    font-weight: bold;
}
#sysMypageLogin .mypage_login .newaccount:hover {
    opacity: 0.8;
}
.sysWishlistLoginGroup {
    margin: auto auto 30px !important;
    text-align: center;
}

/* フォームページのレイアウト調整*/
#sysFormIndex #sysMain,
#sysFormConfirm #sysMain,
#sysFormThanks #sysMain,
.sysMemberRegister #sysMain,
.sysMypage #sysMain {
    padding: 20px 150px !important;
}
#sysMypageEditMember [type=text], 
#sysMypageEditMember[type=tel],
#sysMypageEditMember [type=email],
#sysMypageEditMember [type=password]{
    width: 100%;
}
#sysDestination #sysMain {
    width: 1100px;
    border: 1px solid #eee;
    padding: 20px 150px !important;
}

#sysFormThanks .completeText {
    margin: 20px 0;
    text-align: center;
    font-size: 15px;
}

#sysFormThanks .completeText a {
    color: #068acc;
    text-decoration: underline;
}
#sysMemberRegisterRegister #sysMain h2,
#sysMemberRegisterConfirm #sysMain h2,
#sysMemberRegisterIndex #sysMain h2,
#sysFormThanks #sysMain h2,
#sysFormConfirm #sysMain h2,
#sysFormIndex #sysMain h2 {
    display: none;
}
#sysFormIndex .txtBlock {
    text-align: center;
}
.sysFormItem .sys2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.sysItemThumnailByFreeform {
    max-width: 300px;
    max-height: 300px;
    position: relative;
    overflow: hidden;
}
.sysItemThumnailByFreeform img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
#sysMain .sysFormLabel {
    margin-bottom: 5px;
    margin-top: 15px;
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
}
#sysMain .sysRequired {
    display: inline-block;
    color: #F92435;
}
.sysZipcode .sysFormLabel {
    display: block;
}
.sysZipcode .sysFormField {
    width: 140px;
}
.sysZipcode br {
    display: none;
}
.sysBirthday input {
    width: auto !important;
    cursor: pointer;
    padding: max(calc(1em + (1rem - 1em)), 0.2em) max(calc(1em + (1rem - 1em) * 0.2), 0.4em);
    border-radius: 8px;
    border: 1px solid #bbb;
    -webkit-appearance: none;
    line-height: inherit;
    margin: 0.5em 0.5em 0.5em 0;
    box-shadow: none !important;
    text-shadow: none !important;
    background: transparent;
    width: auto;
    height: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* Special Point */
.sysSpecialPoint {
    overflow: hidden;
    letter-spacing: -.4em;
}
.sysSpecialPoint>div:nth-child(2n) {
    width: 60%;
}
.sysSpecialPoint>div {
    display: inline-block;
    letter-spacing: normal;
    padding: 5px 10px;
    border-bottom: 1px solid #d5d5d5;
}

.sysSpecialPoint>div:nth-child(2n+1) {
    width: 40%;
}

/* 4-5-4 Coupon List */
.sysCoupon {
    border: 2px solid #fff;
    margin: 30px 10px;
    font-size: 1.4rem;
    background-color: #fee1e7;
    padding: 2%;
    border-radius: 10px;
}

.sysCouponDiscount {
    font-size: 1.8rem;
    margin-bottom: 15px;
    font-weight: bold;
}

/* 複数配送先編集画面*/
.sysSelectAddress {
    background: none;
}

.sysSelectAddress .sysSubTitle {
    font-size: medium;
    font-weight: bold;
    margin: 0.5em 0;
    text-align: left;
}

.sysSelectAddress div {
    text-align: left;
}

.sysSelectAddress a {
    display: block;
    text-decoration: none;
    border: 0px solid;
    padding: 10px;
}

.sysSelectAddress a:hover {
    background: #eee;
}

/***********************************
  共通パーツ
***********************************/
hr.style01 {
    width: 100%;
    height: 1px;
    background: #222222;
    margin: 50px auto;
    padding: 0;
    border: 0;
}
.sysTitle,
.sysHeadline {
    width: 100%;
    padding: 10px 0 0 0;
    margin: 10px 0 10px 0;
    font-size: 2.5rem;
    letter-spacing: 3px;
    font-weight: 600;
}

/* 20230426追加 */
.category_new_item .sysHeadline,
.category_popular .sysHeadline,
.purchase .sysHeadline,
.top_illustration .sysHeadline,
.top_category .sysHeadline,
.top_ranking .sysHeadline,
.top_new_item .sysHeadline,
.top_recommendation .sysHeadline,
.pure_lots .sysHeadline{
    width: 100%;
    display: block;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #EEEEEE;
}
.top_illustration .sysHeadline span,
.top_category .sysHeadline span,
.top_ranking .sysHeadline span,
.top_new_item .sysHeadline span,
.top_recommendation .sysHeadline span{
    background: #fd306a;
    display: inline-block;
    border-radius: 100px;
    padding: 5px 30px;
    color: #fff;
}
.top_illustration .sysHeadline ,
.top_category .sysHeadline ,
.top_ranking .sysHeadline,
.top_new_item .sysHeadline,
.top_recommendation .sysHeadline,
.top_recommendation .sysHeadline{
    text-align: center;
}

.top_review .sysHeadline,
.top_popular .sysHeadline{
    display: inline-block;
    width: 100%;
    height: 40px;
    text-align: center;
    padding: 0;
    margin: 0;
}
.sysTitle b {
    display: none;
}
.sysHeadline b {
    display: none;
}
.contentsWrap {
    width: 1100px;
    margin: 0 auto;
}
/***********************************
  ヘッダー
***********************************/
.header_wrap {
    position: fixed;
    height: 80px;
    width: 100%;
    display: block;
    top: 0;
    /*top: 0;   20230901追記*/
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: #fff;
    background-color: #fff;
    border-bottom: 1px solid #aaa;
    /* border-top: 8px solid #FD306A; */
    border-top: none !important;   /*20230621追記*/
    text-align: center;
    z-index: 120;
}
.header_wrap_inner {
    max-width: 1500px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.header_h1_under,
.header_h1 {
    width: 14%;
    height: 100%;
    float: left;
    padding: 10px;
    display: inline-block;
}
.header_h1 .sysContent {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.header_h1_under .sysContent {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.h_inner {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.logo_all {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.logo {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.logo img {
    display: none;
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-position: left 0;
}
img.purelovers{
  width: 200px;
  height: auto;
}
.header_search {
    float: left;
    text-align: left;
    width: 20%;
    height: 100%;
    padding: 10px;
}
.h-pc-search {
    width: 100%;
    height: 60%;
    display: inline-block;
    margin: 0;
    max-width: 250px;
}
.h-pc-search .sysContent {
    display: none;
    padding: 10px;
    color: #CBCBCB;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.search_bx form {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 1px solid #dddddd;
}
.window_s {
    display: none;
    width: 100%;
    height: 40%;
    float: left;
}
.window_s .sysContent {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.window_s .sysContent div {
    float: left;
    width: 100%;
    height: 100%;
}
.window_search {
    display: flex;
}
.header {
    height: 100%;
    width: 50%;
    float: right;
    display: none;
}
.header .sysContent {
    display: inline-block;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    height: 100%;
}
.head_title {
    font-size: 11px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    letter-spacing: 1px;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.header .g_navi {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
}
.header .g_navi ul {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
}
.header .g_navi li {
    width: auto;
    height: 100%;
    text-align: center;
    margin: 0 0.5rem;
    display: block;
}
.header .g_navi li a {
    display: flex;
    height: 100%;
    width: auto;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    align-items: stretch;
    color: #333;
}
.header .g_navi li a:hover {
    color: #FD306A;
}
.header .g_navi li i {
    display: block;
    width: 100%;
    height: 60%;
    padding-bottom: 5px;
}
.header .g_navi li p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.1;
}
.header .g_navi .navi_p {
    display: block;
    width: 100%;
    height: 40%;
    margin: 0;
}
.header .g_navi #non_impression .new_h {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.1;
}
.header .g_navi #non_impression .login_h {
    margin-bottom: -60px;
    margin-top: -20px;
    display: block;
}
.header .g_navi li svg {
    height: 50%;
    display: inline-block;
    width: fit-content;
    height: 50%;
    margin: 0 auto;
}
.g_navi #navBtn img {
    display: none;
}
.g_navi svg {
    fill: #333;
}
.g_navi svg:hover {
    fill: #FD306A;
}
/* 検索ボックス */
.search_bx .sysItemSearchFormWord {
    float: left;
    width: 78.5%;
}
.search_bx input[type="search"] {
    height: 32px;
    border: none;
    padding: 5px;
    width: 100%;
    margin: 0;
    color: #333;
}
::placeholder {
    color: #707070;
    opacity: 0.7;
}
.search_bx .sysSearchButton {
    border-radius: 0px;
    border: none;
    text-indent: -999px;
    background: #FAE4E6 url(/img/common/search.svg) center center no-repeat;
    background-size: 18px;
    height: 32px;
    margin: 0;
    padding: 0;
    width: 21.5%;
    cursor: pointer;
}
.search_bx .sysSearchButton:hover {
    border-radius: 0px;
    border: none;
    background-color: #FD306A;
    cursor: pointer;
    color: #fff;
}
.window_search li {
    margin-right: 5px;
}
.window_search li a {
    font-size: 1rem;
    font-weight: 500;
    margin-right: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.window_search li:nth-child(n+2) {
    padding-left: 14px;
}
/***********************************
  商品詳細ページ
***********************************/
/*商品名*/
#sysItemDetail .sysItemName h1 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.5em;
    color: #333;
}
/*カート内バリエーション*/
#sysVariation {
    width: 100%;
}
#sysSelections div {
    width: 100%;
    padding: 0.5em;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}
/*商品詳細ページバリエーション*/
#sysItemDetail #sysVariation>div {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    margin: 10px auto;
    overflow: hidden;
    align-items: center;
    font-size: 13px;
}
#sysItemDetail #sysVariation>div select {
    max-width: 100%;
}
/*ボタン*/
#sysWishlist .sysButton,
#sysItemDetail .sysCartButton {
    width: 100%;
}
#sysItemDetail #sysSubmit {
    display: flex;
    justify-content: center;
    align-items: center;
}
#sysCartInForm {
    width: 100%;
}
/*簡易説明欄*/
#sysDescription {
    text-align: left;
    margin: 10px 0;
}
#sysItemDetail .osirase {
    border-radius: 6px;
    background-color: #f7a833;
    padding: 10px 15px;
    margin-bottom: 10px;
}
#sysItemDetail .osirase p {
    color: #ffffff;
    font-size: 1.5rem;
}
#sysItemDetail .osirase span.del {
    color: #474747;
    text-decoration-line: line-through;
    text-decoration-style:double;
    font-size: 1.3rem;
    vertical-align: middle;
}
#sysItemDetail .news {
    border-radius: 6px;
    background: #47afff;
    padding: 10px 15px;
    margin-bottom: 20px;
}
#sysItemDetail .news p {
    color: #ffffff;
    font-size: 1.5rem;
}
/*サムネイル*/
.sysItemListViewType {
    display: none;
}
/*価格表示*/
#sysItemDetail .sysRetailPrice {
    display: inline-block;
    width: 100%;
    color: #000;
    font-weight: 500;
    vertical-align: middle;
}
#sysCartInForm {
    width: 100%;
    margin-left: auto;
}
/*商品詳細説明欄*/
.sysExplanation {
    text-align: left;
    margin: 20px 0;
    padding: 1em;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.sysExplanation span {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 30px;
}
.sysExplanation ul {
    column-count: 1;
    padding-top: 1em;
    margin-top: 1em;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px solid #eeeeee;
}
#sysItemDetail .itempage_cap {
    margin-bottom: 30px;
    font-size: 12px;
}

#sysItemDetail .itempage_cap .i_ttl {
    margin-bottom: 20px;
    font-size: 120%;
    font-weight: bold;
}

#sysItemDetail .itempage_detail h3 {
    font-size: 18px;
    font-weight: normal;
}

#sysItemDetail .itempage_detail table {
    width: 100%;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
}

#sysItemDetail .itempage_detail table tr {
    border-bottom: 1px solid #ccc;
}

#sysItemDetail .itempage_detail table th,
#sysItemDetail .itempage_detail table td {
    padding: 10px;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

#sysItemDetail .itempage_detail table th {
    width: 30%;
    border-right: 1px solid #ccc;
}

#sysItemDetail .itempage_detail table td {
    width: 70%;
    text-align: left;
    background: #fff;
}

#sysItemDetail .itempage_detail_ttl {
    position: relative;
    margin-top: 40px;
    padding: 5px 0;
    font-weight: bold;
    font-size: 18px;
}

#sysItemDetail .itempage_detail_ttl:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 2px;
    background-color: #000;
}

/* 商品詳細ページ有料オプション */
#sysSelections {
    margin: 0.5em 0;
    padding: 0.5em;
    width: 100%;
    background-color: #FAE4E6;
    border-radius: 8px;
}

.sysCart #sysSelections {
    display: inline-block;
}
.sysCart #sysSelections select {
    margin: 0;
}

/*商品詳細ページテーブルデザイン*/
.sysExplanation table {
    width: 100%;
    text-align: center;
    border: 1px solid #999;
    line-height: 2;
}

.sysExplanation thead {
    text-align: center;
    color: #fff;
    background: #999;
}

.sysExplanation td {
    font-size: small;
    text-align: left;
    padding-left: 10px;
}
/*ボタン*/
.sysCart .sysNumArea {
    display: none;
}
#sysItemDetail .sysNumArea .sysBtnPlus {
    display: none;
    border-color: black;
    background: url(/img/layout/system/ico_plus.png) center center no-repeat;
    background-size: 30px;
    width: 40px;
    height: 30px;
    left: 242px;
    bottom: 0;
    position: absolute;
}
#sysItemDetail .sysNumArea .sysBtnMinus {
    display: none;
    border-color: black;
    background: url(/img/layout/system/ico_minus.png) center center no-repeat;
    background-size: 30px;
    width: 40px;
    height: 30px;
    left: 78px;
    bottom: 0;
    position: absolute;
}
#sysItemDetail .sysCartButton {
    padding: 23px 15px !important;
    text-indent: -999px;
    border: 1px solid #FD306A;
    background: #FD306A url(/img/layout/system/btn_cart.png) center center no-repeat;
    background-size: 140px;
    height: 50px;
    color: #FD306A;
    border-radius: 8px;
    margin: 5px 0;
}
#sysItemDetail .sysCartButton:hover {
    opacity: 0.8;
}
#sysItemDetail .sysGoCartButton {
    background: #FD306A url(/img/layout/system/btn_cart2.png) center center no-repeat;
    background-size: 127px;
}
#favorite .sysGoCartButton {
    display: none;
}
#sysItemDetail #sysWishlist .sysButton {
    overflow: hidden;
    text-indent: -999px;
    border: 1px solid #FD306A;
    background: #fff url(/img/layout/system/btn_okiniiri01.png) center center no-repeat;
    background-size: 140px;
    color: #FD306A;
    border-radius: 8px;
    height: 50px;
    width: 100%;
    margin-top: 0.5em;
}
#sysItemDetail #sysWishlist .sysButton:disabled,
#sysItemDetail #sysWishlist .sysButton:disabled{
    overflow: hidden;
    text-indent: -999px;
    border: 1px solid #333333;
    background: #fff url(/img/layout/system/btn_okiniiri02.png) center center no-repeat;
    background-size: 140px;
    color: #333333;
    border-radius: 8px;
    height: 50px;
    width: 100%;
    margin-top: 0.5em;
}
#sysItemDetail .sysWishListButtonFormAjax {
    display: flex;
    align-items: center;
    justify-content: center;
}
#sysItemDetail #sysWishlist .sysButton:hover {
    opacity: 0.5;
}
/*お気に入り登録時モーダル*/
.modaal-container {
    max-width: 750px !important;
    padding: 30px 8%;
    box-shadow: none !important;
    color: #333333 !important;
    border-radius: 8px !important;
    background: #fff;
    border: 1px solid #ddd;
}
.modaal-container img{
    width: auto;
    height: 100px;
    margin: 0 auto;
}
.sysWishListButton {
    background: #ddd;
    border: 1px solid #999;
    border-radius: 3px;
    text-decoration: none;
    margin-left: 0;
}
.modaal-close {
    width: 50px;
    height: 50px;
    width: 22px !important;
    height: 22px !important;
    position: absolute !important;
    right: 15px !important;
    top: 15px !important;
    border-radius: 0 !important;
    background-color: #fff !important;
}
.modaal-close:after,
.modaal-close:before {
    display: block;
    content: " ";
    position: absolute;
    top: 0.3px !important;
    left: 8px !important;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background-color: #333 !important;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
@media (min-width: 1024px) {
    .modaal-close {
        width: 44px !important;
        height: 44px !important;
        right: 30px !important;
        top: 30px !important;
    }
}
.mdl-dialog__image::before {
    content: "お気に入り登録完了";
    margin-bottom: 15px;
    display: block;
    text-align: center;
    font-size: 1.3rem;
}
.mdl-dialog__image {
    width: 88.81%;
    max-width: 250px;
    margin: auto;
}
.massage {
    text-align: center;
    font-size: 14px;
}
@media (min-width: 1024px) {
    .mdl-dialog__content {
        padding: 0 0 30px !important;
        font-size: 1.6rem !important;
    }
}
.sysWishlistMemberRegisterGroup {
    width: 100%;
    text-align: center;
    position: relative;
    margin: auto auto 30px !important;
}
.sysWishlistMemberRegisterGroup::before {
    content: "会員登録をされていないお客様はこちら";
    margin-top: 12px;
    display: block;
    font-size: 14px;
    text-align: center;
}
.sysWishlistMemberRegistButton {
    width: 100%;
    line-height: 1;
    min-height: 47px;
    font-weight: 600;
    font-weight: bold;
    background-color: #FD306A;
    text-align: center;
    color: #fff;
    padding: max(calc(1em + (1rem - 1em)), 0.2em) max(calc(1em + (1rem - 1em) * 0.2), 0.4em);
    margin: 0 auto;
    position: relative;
}
.sysWishlistLoginButton{
    width: 100%;
    line-height: 1;
    min-height: 47px;
    font-weight: 600;
    font-weight: bold;
    background-color: #FD306A;
    text-align: center;
    color: #fff;
    padding: max(calc(1em + (1rem - 1em)), 0.2em) max(calc(1em + (1rem - 1em) * 0.2), 0.4em);
    margin: 0 auto;
}
/*商品詳細ページSNSボタン*/
#sysItemDetail .sysShare {
    padding: 5px 0 0 2%;
    text-align: right;
}
#sysItemDetail .sysShare .sysFacebook {
    position: relative;
}
#sysItemDetail .sysShare .sysGoogleplus {
    width: 58px;
}
#sysItemDetail .sysShare .sysLine,
#sysItemDetail .sysShare .sysDisplayPcNone {
    display: inline-block !important;
}
.h_mypage {
    display: none;
}
#sysItemDetail .sysShare .sysLine {
    position: relative;
    top: 0px;
}
/*商品詳細ページレビュー*/
#sysItemDetail .sysReview {
    margin: 0 0 30px 0 !important;
    width: 100%;
}
#sysItemDetail .sysReview span {
    position: relative;
    font-size: 2.5rem;
    letter-spacing: 3px;
    font-weight: 600;
    display: inline-block;
}
#sysItemDetail .sysReviewHistoryCount {
    display: inline-block;
    position: relative;
    font-size: 1rem;
    letter-spacing: 3px;
    font-weight: 600;
}
#sysItemDetail .sysReviewHistoryList {
    display: block;
    padding: 10px;
/*
    overflow: auto;
    max-height: 200px;
*/
    border: solid 1px #f7a833;
}
#sysItemDetail .sysReviewHistoryList:empty {
    display: none;
}
#sysItemDetail .sysReviewHistoryList:blank {
    display: none;
}
#sysItemDetail .sysReviewHistoryList ul:empty {
    display: none;
}
#sysItemDetail .sysReviewHistoryList ul:blank {
    display: none;
}
#sysItemDetail .sysReviewHistoryList li {
    border: none;
    line-height: 2;
    padding: 10px 15px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    background-color: #fff9f3;
    border-radius: 6px;
}
#sysItemDetail .sysReviewHistoryList li .sysReviewText {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 5;*/
    font-size: 1.8rem;
    line-height: 1.5;
}
#sysItemDetail .sysReviewHistoryList li .sysNickname span {
    font-size: 1rem;
}
#sysItemDetail .sysReviewHistoryList li .sysEvaluation span {
    font-size: 1.3rem;
    color: #ffd000;
    text-shadow: 1px 2px #808080;
}
#sysItemDetail .sysReview-banner {
    background-image: url(../img/common/review.png);
    width: 100%;
    height: 50px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}
/***********************************
  検索ページ
***********************************/
#sysItemSearch #sysMain .sysItemSearchFormWord input {
    background-color: #fff;
    background: #fff;
}

#sysItemSearch #sysMain .sysItemSearchFormRange,
#sysItemSearch #sysMain .sysItemSearchFormCategory,
#sysItemSearch #sysMain .sysItemSearchFormSort,
#sysItemSearch #sysMain .sysItemSearchFormLimit{
    display: inline-block;
}
#sysItemSearch #sysMain .sysItemSearchFormRange{
    margin-right: 1em;
}

#sysItemSearch #sysMain .sysItemSearchForm {
    background-color: #f1f1f1;
    padding: 20px;
    margin-bottom: 30px;
}
#sysItemSearch #sysMain .sysItemSearchForm .sysItemSearchFormInput {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
}
#sysItemSearch #sysMain .sysItemSearchForm .sysItemSearchFormWord {
    width: 50%;
}
#sysItemSearch #sysMain .sysItemSearchForm .sysItemSearchAndOr {
    width: auto;
}
#sysItemSearch #sysMain .sysItemSearchForm .sysItemSearchAndOr label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
}
#sysItemSearch #sysMain .sysItemSearchForm .sysItemSearchFormRange {
    width: auto;
    margin-left: 10px;
}
/*
#sysItemSearch #sysMain .sysItemSearchForm .sysItemSearchFormCategory {
    display: flex;
    margin-top: 10px;
    width: 50%;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
}
*/
#sysItemSearch #sysMain .sysItemSearchForm .sysItemSearchFormLimit, #sysItemSearch #sysMain .sysItemSearchForm .sysItemSearchFormSort {
    margin-left: 10px;
    margin-top: 10px;
}
#sysItemSearch #sysMain .sysItemSearchForm .sysItemSearchFormLimit,
#sysItemSearch #sysMain .sysItemSearchForm .sysItemSearchFormSort {
    margin-left: 10px;
    margin-top: 10px;
}
#sysItemSearch #sysMain .sysItemSearchForm .sysSearchButton {
    text-align: center;
    display: block;
    max-width: 256px;
    max-height: 47px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 10px 0 0 auto;
    border: none;
    background: #333333;
    color: #fff;
    font-size: 120%;
}
.sysItemSearchFormItemCategoryGroupsTitle{
    display: none;
}
#sysItemSearch #sysMain .sysItemSearchForm .sysItemSearchFormCategory select{
    max-width: 100%;
/*
    width: 78%;
    margin-left: 10px;
*/
}
#sysItemSearch #sysMain .sysItemSearchForm .sysItemSearchFormLimit select,
#sysItemSearch #sysMain .sysItemSearchForm .sysItemSearchFormSort select {
    padding-right: 25px!important;
}
/***********************************
  お問い合わせ
***********************************/

/***********************************
  マイページ
***********************************/
.sysMypageMajorHeadLine {
    display: none;
}
.SysMypageMinorHeadLine {
    font-size: 1.8rem;
    margin: 0 0 0.3em 0;
    text-align: center;
}
/* マイページ購入履歴 */
.sysOrderHistory {
    display: block;
    padding: 1em;
    background-color: #eee;
}
.sysOrderList {
    padding: 0.5em;
    max-height: 400px;
    overflow-y: scroll;
    border-radius: 6px;
    width: 100%;
    height: 50vh;
}
.sysOrders{
    background: #fff;
    padding: 2em;
    border-radius: 6px;
    margin: 2vh 0;
}
.sysOrderHeader .sysDatetime{
    float: none;
    display: block;
    width: 100%;
    text-align: left;
}
.sysOrder .sysDatetime{
    background: green;
    display: none;
}
.sysOrder .sysItemReviewLink{
    display: block;
    width: 100%;
    height: auto;
}
.sysCallOrderHistoryDetail [type=button]{
    max-width: 300px;
    min-width: 11em;
    width: auto;
    font-size: 1.1rem;
}
.sysOrder .sysItemReviewLink a{
    display: inline-block;
    color: #fff;
    background-color: #FD306A;
    border: 1px solid #FD306A;
    border-radius: 8px;
    padding: 0.5em 1em;
    margin: 5px auto;
    width: auto;
    max-width: 200px;
    min-width: 5em;
    font-size: 1rem;
}
.sysOrder .sysItemName{
    border-top: 1px solid #eee;
    padding-top: 5px;
    margin-top: 5px;
}
.sysOrderHeader .sysTotalPrice{
    float: none;
    display: block;
    width: 100%;
    text-align: left !important;
}
#sysMypageLogin form {
    width: 100%;
}
#sysMypageLogin .sysMypageMinorHeadLine {
    display: none;
}

#sysMypageLogin .sysHeadline {
    width: 100%;
    position: relative;
    text-align: left;
}
#sysMypageLogin .sysHeadline b {
    display: block;
    font-size: 13px;
}
.sysMypageMinorHeadLine {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 1em 0;
}

/* マイページボタン */
.sysMypageNav {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .sysMypageNav>form{
    display: block;
    height: auto;
    margin: 0 1%;
    width: calc(100% / 3 - 2%);
}
.sysMypage .sysMypageNav input[type="submit"] {
    width: 100%;
    border-radius: 8px !important;
    border: 1px solid #333333;
    background: #333333;
    color: #fff;
}
/* マイページ　下層ページ商品リスト */
#sysMypageReview .sysItemList,
#sysMypageAshiato .sysItemList,
#sysMypageRestockRequest .sysItemList{
    background: #eee;
    background-color: #eee;
    padding: 15px 4% 30px;
}
#sysMypageReview .sysItemListDisp,
#sysMypageAshiato .sysItemListDisp,
#sysMypageRestockRequest .sysItemListDisp {
    background: #eee;
    background-color: #eee;
    padding: 15px 4% 0 4%;
}
#sysMypageReview .sysItemList ul.sysList li,
#sysMypageAshiato .sysItemList ul.sysList li,
#sysMypageRestockRequest .sysItemList ul.sysList li{
    padding: 30px 4% 0;
    background-color: #fff;
    border: none !important;
    border-radius: 6px;
    position: relative;
    width: 48%;
    height: 250px;
}
#sysMypageReview .sysItemList ul.sysList li .sysThumbnailImage,
#sysMypageAshiato .sysItemList ul.sysList li .sysThumbnailImage,
#sysMypageRestockRequest .sysItemList ul.sysList li .sysThumbnailImage{
    width: 120px;
    max-height: 120px;
    margin-right: 14px;
    float: left;
    overflow: hidden;
}
#sysMypageReview .sysCartButton {
    display: none;
}
#sysMypageReview .sysItemList ul.sysList li:nth-child(odd), 
#sysMypageAshiato .sysItemList ul.sysList li:nth-child(odd),
#sysMypageRestockRequest .sysItemList ul.sysList li:nth-child(odd) {
    margin-right: 4%;
}
#sysMypageReview .sysItemList ul.sysList li:not(:last-child),
#sysMypageAshiato .sysItemList ul.sysList li:not(:last-child),
#sysMypageRestockRequest .sysItemList ul.sysList li:not(:last-child){
    margin-bottom: 4%;
}
#sysMypageReview .sysItemList form,
#sysMypageAshiato .sysItemList form,
#sysMypageRestockRequest .sysItemList form{
    bottom: 20px;
    position: absolute;
}
/***********************************
  ヘッダー　カート情報
***********************************/
#cartInfo {
    float: right;
    position: relative;
    margin: 20px 10px;
    width: 120px;
    height: 30px;
    line-height: 28px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 20px;
    border: 1px solid #FD306A;
    background: #FD306A;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
#cartInfo p.cartTxt {
    margin: -2px;
    line-height: 21px;
    padding-top: 5px;
    font-size: 10px;
}

#cartInfo p img {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

#cartInfo i {
    margin-right: 5px;
}

.h_cart {
    display: none;
    width: 280px;
    position: absolute;
    top: 40px;
    right: 5px;
    border: 1px solid #aaa;
    background: #fff;
    color: #000;
    z-index: 110;
    padding: 10px 20px;
}

.h_cart dl {
    font-size: 12px;
    margin-bottom: 0px;
}

.h_cart dl:after {
    display: block;
    content: "";
    clear: both;
}

.h_cart dt,
.h_cart dd {
    float: left;
}

.h_cart dd span {
    display: inline-block;
    color: #da4636;
    font-weight: bold;
    padding: 0 5px;
}

.h_cart .sysCartInfoCartIn a {
    display: block;
    background: #FD306A;
    color: #fff;
    width: 100%;
    margin: 10px 0% 5px;
    height: 50px;
    padding: 12px 0 0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
}

.h_cart .sysCartInfoCartIn a:hover {
    background: #333;
}

.h_cart .sysCartInfoCartIn a img {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.h_cart .sysCartInfoCartIn a i {
    margin-right: 5px;
}

/* カート内商品数表示 */
button.itemCount {
    display: none;
    border: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    margin-left: 5px;
    color: #222222;
    background: #fff;
    border-radius: 10px;
}

/***********************************
  ショッピングカートページ
***********************************/

/* ショッピングカート */
#sysBasket .h_mypage {
    display: none;
}

#sysDestination .h_mypage {
    display: none;
}

#sysPayment .h_mypage {
    display: none;
}

#sysConfirm .h_mypage {
    display: none;
}

#sysBillingAddress .h_mypage {
    display: none;
}

#sysBillingAddress #sysWrap {
    border-top: 1px solid #aaa;
}

#sysRegi .h_mypage {
    display: none;
}
#sysBasket .header .g_navi #non_impression .login_h {
    margin-bottom: -67px;
}
#sysBasket .window_search {
    display: flex;
    width: 255px;
    top: 45px;
    left: 14%;
    margin: 0;
}
#sysBasket .sysNumArea {
    font-size: 13px;
    font-weight: 500;
    position: relative;
    margin-top: -7px;
    margin-bottom: 7px;
}

#sysBasket .sysNumArea .sysBtnPlus {
    display: none;
    font-size: 0px;
    color: #FFFFFF;
    background: url(/img/layout/system/ico_plus.png) center center no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    left: 227px;
    bottom: 0;
    position: absolute;
    border-radius: 0;
}
#sysBasket .sysNumArea .sysBtnMinus {
    display: none;
    font-size: 0px;
    color: #FFFFFF;
    background: url(/img/layout/system/ico_minus.png) center center no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    left: 47px;
    bottom: 0;
    position: absolute;
    border-radius: 0;
}
.sysCart .sysOrder ul.nav {
    display: none;
  }
.sysCart .sysOrder .nav input[type=submit]{
    display: none;
  }
/* ショッピングカート ヘッダー */
#sysRegi .header .g_navi #non_impression .login_h {
    margin-bottom: -67px;
}

.sysCart .header_h1_under,
.sysOpcBody .header_h1_under {
    float: none;
    padding: 10px 0;
    width: 100%;
    height: auto;
    background-color: #fff;
}

.sysCart .header_h1_under a,
.sysOpcBody .header_h1_under a {
    display: block;
    width: 160px;
    margin: 0 auto;
}

.sysCart .header_h1_under .logo img,
.sysOpcBody .header_h1_under .logo img {
    float: none;
    margin-right: 0;
}
.sysCart .header_h1_under .head_title,
.sysOpcBody .header_h1_under .head_title {
    text-align: center;
}

.sysCart #sysMain,
.sysOpcBody #sysMain {
    max-width: 1500px;
    border: 1px solid #eee;
    padding: 20px 150px;
    margin: 0 auto;
}

.sysBox {
    background-color: #ffffff;
    box-shadow: none;
    padding: 1em 2em;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
}
.sysCart .sysSelectPaymentArea,
.sysCart .sysSelectDeliveryArea,
.sysCart .sysRemarksArea,
.sysCart .sysSelectOptionArea,
.sysCart .sysDetail,
.sysCart .sysOrder .nav,
.sysCart .sysAcceptDomainArea,
.sysCart .sysRepeatOrderSetting {
    background-color: #ffffff;
    box-shadow: none;
    padding: 1em 2em;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
}
.sysCart .sysBox img.sysProductImg {
    float: left;
    height: auto;
    width: 20%;
    padding: 0.5em;
    display: block;
}
.sysCart .sysBox .sysProduct {
    float: right;
    width: 80%;
    display: block;
    padding: 0.5em;
}

#sysConfirm .sysTotal {
    max-width: 1300px;
}

.sysCart .sysTotalTxt {
    text-shadow: none;
}

.sysTotal .sysTotalTxt .sysCartAttention {
    font-size: 2rem;
}
.sysCartAttention,
.sysCartAttention span{
    color: #F92435;
    font-weight: bold;
}
.sysCart .sysNextSubmitArea {
    margin: 2em 0;
}
.sysCart .sysGetPoint {
    color: #da4636;
    font-weight: bolder;
}

.sysCart .sysCartNote {
    color: #000;
    font-size: 90%;
}

.sysCart .sysCartTitle {
    color: #000;
    font-size: large;
    font-weight: bolder;
    background-color: #fff;
    padding: 0;
    text-align: left;
    margin: 0;
}

.sysCart .sysCartTitle span {
    font-size: 1.2rem;
}
.sysCart .sysNavImg {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.sysCart .sysFreeArea {
    color: #000;
    margin: 20px 0;
}

.sysSelectPayment li:last-child,
.sysSelectDelivery li:last-child,
.sysSelectOption li:last-child,
.sysCart .sysDetail li:last-child,
.sysRemarks,
.sysCart .sysOrder .nav li:last-child {
    border-bottom: none;
}

.sysCart .sysAcceptDomainArea input {
    padding: 0 10px !important;
}

.sysCart .cart_btn {
    color: #000;
    text-align: center;
    margin-top: 40px;
}

.sysCart .cart_btn p {
    margin: 0;
    padding: 0;
}

.sysCart .cart_btn .btn {
    margin-top: 5px;
}

.sysCart .cart_btn img {
    width: 200px;
    border: 1px solid #d0d0d0;
}

#sysBasket #sysMain {
    padding-top: 10px;
}

.sysCart .cart_info .sysContent {
    max-width: 300px;
    color: #000;
    text-align: center;
    font-weight: bolder;
    font-size: 13px;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    margin: 1em auto 0 auto;
    padding: 10px;
    background-color: #fff;
}
#sysSelections select {
    display: inline-block;
    float: none !important;
    border-radius: 3px;
    padding: 0 8% 0 10px;
    margin: 0;
    background-color: #fff;
    background-image: url(../img/common/triangle02.svg);
    background-position: 97% center;
    background-size: 10px 6px;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid #bbb;
    max-width: none;
    width: 50% !important;
}
#selectHopeDeliveryDate {
    margin-left: auto;
}

.sysCart .sysBtnChange {
    margin-bottom: 10px !important;
}

/*登録せずに購入*/
#sysBillingAddress .input-append input[type="text"] {
    display: inline-block;
}

/*都道府県*/
#sysBillingAddress .sysPrefState select {
    width: 200px;
}

/*性別*/
#sysBillingAddress .sysGender {
    margin-bottom: 20px;
}

#sysBillingAddress .sysGender input {
    vertical-align: middle;
}

#sysBillingAddress .sysGender label {
    display: inline-block;
    margin-right: 20px;
}

/*メルマガ*/
#sysBillingAddress .sysAcceptMailmagazine {
    margin-bottom: 20px;
}

/*注文完了ページ*/
.cart_completion {
    text-align: center;
}

/*ご注文番号*/
#sysThanks #sysMain .sysOrderNumber {
    font-size: 1.5rem;
    font-weight: bold;
}

/*お買い物を続ける*/
.sysSelectPayment {
    text-align: left;
}

.sysSelectPayment li {
    padding: 1em 0;
}

.sysSelectPayment label {
    text-align: left;
    font-weight: bold;
}
.sysSelectPaymentArea li label {
    display: block;
    padding: max(calc(1em + (1rem - 1em)), 0.2em) max(calc(1em + (1rem - 1em) * 0.2), 0.4em);
    border-radius: 5px;
    background-color: #FAE4E6;
    height: auto;
    width: 100%;
}
.sysSelectPayment li .sysPaymentDescription {
    text-align: left;
    font-weight: 500;
    color: #333;
    font-size: 1.2rem;
    width: 100%;
    padding: 1em 2em;
}
.kouzajoho ul {
    column-count: 2;
    line-height: 2;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
    color: #3778AD;
    margin: 0.5em;
}

.kouzajoho li {
    padding: 0 !important;
    margin: 0;
    border: none;
}

.kouzajoho span {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.kouzajoho p {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.sysSelectPayment li:first-child {
    padding: 1em 0;
}


/***********************************
  ナビゲーション
***********************************/
.h_navi {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
}

#headNavigation {
    max-width: 1100px;
    margin: 0 auto;
    height: 60px;
}

#headNavigation .pcnone {
    display: none;
}

#headNavigation li.tab1 {
    width: 220px;
    float: left;
    text-align: center;
}

#headNavigation li a {
    display: block;
    font-weight: 700;
}

#headNavigation li a span {
    display: block;
    font-size: 10px;
}

.tabmenu .border:after {
    background-color: #000;
    content: " ";
    height: 15px;
    margin-top: -35px;
    position: absolute;
    right: 0;
    top: 42px;
    width: 1px;
}

/*ナビゲーショントグル*/
.tabmenu:before {
    display: block;
    content: "";
    clear: both;
}

.tabmenu {
    margin: 10px 0 0;
}

.toggleNav {
    display: none;
    width: 220px;
    position: absolute;
    height: 0px;
    /*heightはjs制御*/
    top: 50px;
    left: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 110;
    box-shadow: 2px 2px 4px 0px #ccc;
    -moz-box-shadow: 2px 2px 4px 0px #ccc;
    -webkit-box-shadow: 2px 2px 4px 0px #ccc;
}

.toggleNav:hover {
    overflow: visible !important;
}

.tabmenu li.tab1 {
    position: relative;
}

.tabmenu li.tab1 a {
    font-size: 14px;
}

.tabmenu li.tab2 {
    text-align: left;
    height: 35px;
    border-bottom: 1px dotted #ccc;
    position: relative;
}

.tabmenu li.tab2:hover {
    background: #bcbcbc;
}

.tabmenu li.tab2 a {
    display: block;
    position: relative;
    padding: 10px;
    font-size: 12px !important;
    line-height: 15px;
    font-weight: bold;
}

.tabmenu li.tab2 a i {
    position: absolute;
    right: 10px;
    top: 10px;
}

.tabmenu li.tab2 .subCategory {
    position: absolute;
    width: 200px;
    left: 200px;
    top: 0px;
    background: rgba(255, 255, 255, 1);
    visibility: hidden;
    transition: all .10s ease;
    z-index: 120;
    box-shadow: 2px 2px 4px 0px #ccc;
    -moz-box-shadow: 2px 2px 4px 0px #ccc;
    -webkit-box-shadow: 2px 2px 4px 0px #ccc;
}

.tabmenu li.tab2:hover .subCategory {
    visibility: visible;
}

.tabmenu li.tab3 {
    font-size: 14px;
    height: 35px;
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
}

.tabmenu li.tab3:hover {
    background: #cccccc;
}

/***********************************
  フッター
***********************************/
.footer {
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
    background: #fff;
    letter-spacing: 2px;
}

.footer .f_navi_all {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0 0;
}

.footer .f_navi h3 {
    margin: 10px 0 0;
    font-size: 15px;
}

.footer .f_navi ul {
    width: 671px;
    text-align: left;
    margin: 0 auto;
}

.footer .f_navi li {
    display: inline-block;
    padding: 0 15px 0 5px;
    margin: 10px 5px 0;
    font-size: 15px;
    position: relative;
}

.footer .f_navi li:after {
    background-color: #000;
    content: "　";
    height: 10px;
    margin-top: -35px;
    position: absolute;
    right: 0;
    top: 41px;
    width: 1px;
}

.footer .f_navi .b_none {
    border-right: 0px;
}

.footer .telephone {
    margin: 20px 0 5px;
}

.footer .telephone .telephone01 {
    width: 250px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #000;
    border-radius: 15px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
}

.footer .telephone .telephone02 {
    width: 300px;
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
}

.footer .telephone .telephone02 a {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 25px;
}

.footer .telephone .telephone02 a img {
    display: inline-block;
    height: 30px;
    margin-right: 10px;
}

.footer .telephone:after {
    display: block;
    content: "";
    clear: both;
}

.footer .time {
    font-size: 15px;
    margin: 0 0 10px;
}

.footer .f_gnav_all {
    background: #c3c3c3;
    padding: 15px 0 10px;
    letter-spacing: 2px;
}

.footer .f_gnav li {
    display: inline-block;
    padding: 0px 20px 0 15px;
    font-size: 12px;
    position: relative;
}

.footer .f_gnav li:after {
    background-color: #000;
    content: "　";
    height: 10px;
    margin-top: -35px;
    position: absolute;
    right: 0;
    top: 40px;
    width: 1px;
}

.footer .f_gnav li:last-child {
    border-right: 0px;
}

.footer .f_gnav {
    margin-bottom: 5px;
}

.footer .f_copy {
    background: #fff;
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
    border-top: 1.5px solid #aaa;
}

/***********************************
  フッター部分のご利用ガイド
***********************************/
.f_guide {
    width: 100%;
    border-top: 2px solid #222222;
    margin-top: 50px;
}

.f_guide .sysContent {
    width: 1100px;
    margin: 0 auto;
}

.f_guide .Title {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    padding: 10px 0 30px;
}

.f_guide .clearfix {
    font-size: 0;
}

.f_guide .guideBlock {
    display: inline-block;
    width: 550px;
    font-size: 14px;
    vertical-align: top;
}

.f_guide .guideBlock:after {
    display: block;
    content: "";
    clear: both;
}

.f_guide .guide01 {
    padding-right: 50px;
}

.f_guide .guide02 {
    padding-left: 50px;
}

.f_guide .guideTitle {
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 15px;
    margin-bottom: 10px;
}

.f_guide p {
    font-size: 15px;
    line-height: 22px;
    margin: 5px 0;
}

.f_guide .mt {
    margin-top: 20px;
}

.f_guide .smaller {
    font-size: 12px;
}

.f_guide .freedial {
    background: rgba(0, 0, 0, 0) url("/img/common/dial.png") no-repeat scroll left center / 45px auto;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    padding-left: 50px;
}

/*ボタン*/
.f_guide .common_btn {
    margin: 10px auto;
}

.f_guide .common_btn a {
    font-size: 13px;
    padding: 10px 0;
}

/* ページトップに戻る*/
.page_t {
    position: fixed;
    bottom: 6%;
    right: 3%;
    width: 3.75%;
    height: 7.1%;
    text-align: center;
    z-index: 999999;
    margin: 10px;
}

.pagetop #page-top:hover {
    background: #999;
    background: url(../img/common/zintyu.PNG)no-repeat center center / cover;
}

.img-after {
    visibility: hidden;
}

.img-before img:hover {
    visibility: hidden;
}

.img-after img:hover {
    visibility: visible;
}

#wrap-success {
    background-image: url(/img/common/page_top.png), url(/img/common/page_top_02.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#wrap-success:hover {
    background-size: 0 0, contain;
}

/***********************************
  サイド
***********************************/
.side_navi h2,
.side_navi_item h2{
    font-size: 1.5rem;
    font-weight: bold;
    color: #3778AD;
    padding: 0;
    margin: 0 !important;
    text-align: left;
    letter-spacing: 2px;
    width: auto;
    border-top: none;
    border-bottom: none !important;
}
.side_navi h2:before,
.side_navi_item h2:before {
    content: none;
}
.side_navi_item{
    width: 100%;
    background: #fff;
}
.top_modal .sysContent{
    padding: 0;
    margin: 0;
}
.side_navi_item ul{
    width: 100%;
    padding: 0;
}
.side_navi_item li,
.side_navi_1 ul li,
.side_navi_2 ul li{
    float: none;
    height: auto !important;
    position: relative;
    vertical-align: middle;
}
.side_navi_item li:hover,
.porpose .course .modal_content li:hover{
    background: #bbb;
}
.modal_icon_heart{
    width: 15%;
    vertical-align: middle;
    display: inline-block;
}
.modal_icon_heart img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.modal_icon {
    display: flex;
    align-items: center;
    height: auto;
    width: 100%;
    padding: 0.5em; 
}
.modal_icon:hover+.mouseover_box {
    display: block;
}
.side_navi_item a {
    position: relative;
    padding: 0 !important;
    vertical-align: middle;
}
.modal_icon:after {
    position: relative;
    content: ">";
    display: block;
    float: right;
    vertical-align: middle;
    height: auto;
    width: auto;
}
.side_navi_item .modal_non a {
    position: relative;
    padding: 0 !important;
}
.side_navi_item .modal_non a:after {
    position: absolute;
    right: 5%;
    content: "";
    display: inline-block;
}
.side_navi_item .modal_bnr {
    right: 0;
    content: "";
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.side_navi_item .modal_bnr a:after {
    display: none;
}
.side_navi_item .modal_li{
    width: 80%;
    height: 100%;
    padding-left: 5%;
    display: inline-block;
}
.side_navi_item div.modal_non{
    width: auto;
    padding-left: 5%;
    display: inline-block;
}
li.pickup .modal_icon:after {
    display: none;
}
/* モーダルここから */
.mouseover_box:hover {
    display: block;
}
.mouseover_box {
    display: none;
    position: absolute;
    left: 100%;
    top: -10px;
    width: 420px;
    /* height: 83vh; */
    background-color: #fff;
    border: 0.5px solid #ccc;
    box-sizing: border-box;
    z-index: 110;
}
.modal_icon:hover+.mouseover_box2 {
    display: block;
}
.mouseover_box2:hover {
    display: block;
}
.mouseover_box2 {
    display: none;
    position: absolute;
    top: -20px;
    left: 100%;
    width: 420px;
    /* height: 89vh; */
    font-size: 13px;
    background-color: #fff;
    border: 0.5px solid #ccc;
    box-sizing: border-box;
    z-index: 110;
}
.course_ranking {
    justify-content: flex-start;
    display: inline-flex;
    align-content: center;
    flex-wrap: nowrap;
    align-items: stretch;
    margin-left: 5%;
}
.modal_title {
    font-size: 2rem;
    margin: 0.5em 0.5em 0 0.5em;
    font-weight: 500;
}
.sysItemBlock {
width: 100%;
height: 100%;
}
.modal_title p {
    font-size: 2.2rem;
    font-weight: 500;
}
.porpose {
    display: flow-root;
    padding: 1em;
}
.porpose .course{
    width: 100%;
}
.porpose .course ul{
    width: 100%;
    display: flex;
}
.porpose .course .modal_content li{
    background: #fff;
    float: none;
    /*width: calc(100% / 3 - 2%);*/
    width: 100%;
    height: auto !important;
    position: relative;
    padding: max(calc(1em + (1rem - 1em)), 0.2em) max(calc(1em + (1rem - 1em) * 0.2), 0.4em);
    margin: 0 1%;
    border: 1px solid #FD306A;
}
.porpose .course .modal_content a{
    display: block;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    color: #FD306A;
}
.search_tag {
    background-color: #fff;
    border: 1px solid #F6F6F6;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
    margin-top: 15px;
}
.search_tag a {
    color: #333;
    font-weight: 300;
    font-size: 12px;
}
.search_tag a:hover {
    color: #333;
    font-weight: 300;
    font-size: 12px;
}
.porpose_search a:after {
    content: none;
}
.mouseover_box a:after {
    content: none;
}
.mouseover_box2 a:after {
    content: none;
}
.modal_content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
.modal_content li {
    text-align: center !important;
}
.modal_content p {
    font-size: 1rem;
}
.goods {
    float: none;
    width: calc(100% / 4 - 2%);
    height: auto !important;
    position: relative;
    padding: 5px;
    margin: 0 1%;
}
.goods::after {
    content: "";
    clear: both;
    display: block;
    margin: 0 1%;
    width: calc(100% / 4 - 2%);
}
.goods::before {
    content: "";
    clear: both;
    display: block;
    margin: 0 1%;
    width: calc(100% / 4 - 2%);
}
.goods img{
    padding: 5px;
}
/*商品別*/
.sysWishListButtonFormAjax{
display: none;
}
#sysItemCategory h1.itemCategory {
    margin-left: 5px;
    border-left: 5px solid #222222;
    padding-left: 10px;
    font-size: 18px;
    margin: 20px 0 10px;
}
/*お買い物ガイド 最後2つ*/
.side_navi_guide li:nth-last-child(1),
.side_navi_guide li:nth-last-child(2) {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #222222;
    margin-bottom: 10px;
}

.side_navi_guide li:nth-last-child(1) a,
.side_navi_guide li:nth-last-child(2) a {
    padding: 7px 5px !important;
    border: none !important;
}

.side_navi_guide li:nth-last-child(1) a:hover,
.side_navi_guide li:nth-last-child(2) a:hover {
    background-color: #fff;
}

.side_navi_guide li:nth-last-child(3) {
    margin-bottom: 10px;
}

/***********************************
  特商法テーブルレイアウト
***********************************/
#main_tradelaw,
.main_tradelaw {
    margin: 0 auto 30px;
    max-width: 1100px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 13px;
}

#main_tradelaw dl,
.main_tradelaw dl {
    background: #ededed;
    border-bottom: 1px dotted #bfbfbf;
    overflow: hidden;
}

#main_tradelaw dl:last-child,
.main_tradelaw dl:last-child {
    border: 0px;
}

#main_tradelaw dt,
.main_tradelaw dt {
    padding: 15px 0 15px 20px;
    float: left;
    clear: both;
    font-weight: bolder;
}

#main_tradelaw dd,
.main_tradelaw dd {
    margin-left: 200px;
    padding: 15px;
    background: #fff;
}

.shipFee {
    max-width: 1100px;
    margin: 20px auto
}

.shipFee .tableTitle {
    font-size: 16px;
    height: 70px;
    padding: 10px;
    color: #424242;
    margin: 50px 0 0px;
    border: 0px !important;
    text-align: leftr;
}

table.shipFeeTable {
    border-collapse: collapse;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.5;
    text-align: center;
}

table.shipFeeTable .eyeCatch {
    width: 120px;
    display: block;
    margin: 5px auto;
    height: 25px;
    line-height: 25px;
    color: #000;
    border-bottom: 1px solid #aaa;
    padding-bottom: 5px;
}

table.shipFeeTable thead {
    background: #555;
    text-align: center;
}

.spThead {
    display: none;
}

table.shipFeeTable thead th {
    padding: 10px;
    vertical-align: top;
    font-weight: normal;
    color: #fff;
}

table.shipFeeTable tbody .sum {
    position: relative;
}

table.shipFeeTable tbody .sum i {
    position: absolute;
    color: #888;
    font-size: 35px;
    right: -15px;
    bottom: 30px;
    z-index: 20;
}

table.shipFeeTable tbody th {
    font-size: 12px;
    width: 600px;
    padding: 10px;
    vertical-align: top;
    background: #fff;
    font-weight: normal;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table.shipFeeTable td {
    width: 500px;
    padding: 10px;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #eee;
    font-size: 12px;
}

table.shipFeeTable b {
    color: #D42E30;
    display: inline-block;
    padding: 0 3px;
    font-size: 1.2em;
}

div#main_tradelaw a {
    display: inline-block;
    color: #068acc;
    text-decoration: underline;
}



/***********************************
  2カラムレイアウト
***********************************/
.column2Wrap {
    width: 1100px;
    margin: 0 auto;
}

.column2Wrap:after {
    display: block;
    content: "";
    clear: both;
}

.sideWrap {
    width: 180px;
    height: 1000px;
    background: #aaa;
    margin-right: 20px;
    float: left;
}

.mainWrap {
    width: 900px;
    margin-left: 200px;
}

.col2Style {
    display: block;
    width: 100%;
}

.col2Style h2 {
    font-size: 2rem;
    border-left: 5px solid #FF1493;
    padding-left: 5px;
    margin: 15px 0;
    background-color: #EEEEEE;
}

.col2Style h3 {
    font-size: 1.8rem;
    color: #FF1493;
    padding-top: 10px;
    margin: 5px 0;
    border-bottom: 1px solid #eeeeee;
}

.col2Style h4 {
    font-size: 1.6rem;
    margin-top: 19px;
}

.col2Style .txtBlock a,
#forbusiness .txtBlock a,
#relocation .txtBlock a,
#privacypolicy .txtBlock a {
    color: #068acc;
    height: 25px;
    line-height: 25px;
    padding-bottom: 1px;
    border-bottom: 1px solid #068acc;
}
.col2Style .txtBlock a{
    color: #068acc;
    height: 25px;
    line-height: 25px;
    padding-bottom: 1px;
    border-bottom: 1px solid #068acc;
}
#shoplist td a,
#corporate dd a {
    color: #068acc;
    height: 25px;
    line-height: 25px;
    padding-bottom: 1px;
    border-bottom: 1px solid #068acc;
}

.col2Style p {
    font-size: 1.3rem;
    padding: 0;
    margin: 0;
}

.col2Style .larger {
    font-size: 1.6rem;
}

.col2Style span {
    font-size: 1.6rem;
    color: #e93b39;
}
.col2Style span.del {
    font-size: inherit;
    color: inherit;
    text-decoration-line: line-through;
    text-decoration-style:double;
}
.purelovers {
    width: 200px;
    height: auto;
    margin: 5px 0;
    display: inline-block;
    border: none;
}
.col2Style .txtBlock .purelovers a{
    border: none;
}
.purelovers img{
    width: 100%;
    max-width: 200px;
    height: auto;
}
.col2Style img {
    min-width: 30px;
    max-width: 500px;
    margin: 10px 0;
    display: inline-block;
    border: none;
}
.col2Style .g_p img{
    height: auto;
    margin: 10px 0;
    display: block;
    border: none;
}
.col2Style .txtBlock {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    padding: 0 1em;
}

.col2Style .txtBlock .txt {
    display: inline-block;
    width: 100%;
    padding: 0 1em;
}

.col2Style .floatWrap {
    margin: 20px 0;
}

.col2Style .floatWrap:after {
    display: block;
    content: "";
    clear: both;
}

.col2Style .floatImg {
    text-align: center;
}

.col2Style .floatImg:after {
    display: block;
    content: "";
    clear: both;
}

.col2Style .osirase {
    padding: max(calc(1em + (1rem - 1em)), 0.2em) max(calc(1em + (1rem - 1em) * 0.2), 0.4em);
    margin: 0.5em 0;
    background: #FFF;
    border: solid 3px #e93b39;
    border-radius: 8px;
    display: inline-block;
}

.col2Style .osirase p {
    font-weight: bold;
    font-size: 1.6rem;
}

.col2Style .osirase span {
    font-weight: bold;
    color: #e93b39;
    font-size: 1.6rem;
}

.guide nav {
    margin: 20px auto;
    display: block;
    width: 100%;
}

.guide .sysContent {
    display: block;
    width: 100%;
}

.guide .sysContent .help ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: row;
    width: 100%;
    gap: 1em 0;
    justify-content: space-between;
    align-items: stretch;
}

.guide .sysContent .help ul::after {
    content: "";
    display: block;
    width: 32%;
}

.guide .sysContent .help ul::before {
    content: "";
    display: block;
    width: 32%;
    order: 1;
}

.guide .sysContent .help li {
    display: block;
    height: 60px;
    width: calc(100% / 4 - 2%);
    border-radius: 8px;
    border: 1px solid #333333;
    background: #fff;
    transition: all 0.2s;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guide .sysContent .help li a {
    display: inline-block;
    width: 100%;
    padding: max(calc(1em + (1rem - 1em)), 0.2em) max(calc(1em + (1rem - 1em) * 0.2), 0.4em);
    color: #333333;
    font-size: 15px;
    font-weight: bold;
}

.guide .sysContent .help li:hover {
    background: #eeeeee;
}

/***********************************
   お買い物ガイド
***********************************/
.indexList {
    margin: 10px 0;
}

.indexList li {
    display: inline-block;
    text-align: center;
    margin: 0 5px 10px;
    border: 1px solid #aaa;
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 15px;
}

/*商品購入ステップ*/
.steps ul {
    width: 700px;
    margin: 0 auto;
}

.steps ul:after {
    display: block;
    content: "";
    clear: both;
}

.steps li {
    float: left;
    padding: 0 6px;
    height: 200px;
}

.steps li a {
    display: block;
    height: 100%;
    height: 200px !important;
}

.steps li img {
    height: 200px;
}


/***********************************
   ボタンデザイン
***********************************/
.common_btn {
    width: 250px;
    margin: 20px auto 50px;
    position: relative;
}

.common_btn a {
    display: block;
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: #000;
}

.common_btn a:hover {
    background: #999;
}

.common_btn a i {
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
}

/***********************************
  TOPページ
***********************************/
/*スライダー*/
#slider {
    display: none;
}

.top_slider {
    padding-top: 0px;
    margin: 0 0 40px;
}

.top_slider .owl-item {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-filter: "alpha( opacity=50 )";
    -webkit-filter: "alpha( opacity=50 )";
    -o-filter: "alpha( opacity=50 )";
    -ms-filter: "alpha( opacity=50 )";
}

.top_slider .center {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-filter: "alpha( opacity=100 )";
    -webkit-filter: "alpha( opacity=100 )";
    -o-filter: "alpha( opacity=100 )";
    -ms-filter: "alpha( opacity=100 )";
}

/*新着アイテム*/
.top_newarrival ul {
    font-size: 0;
    text-align: left;
}

.top_newarrival li {
    float: none !important;
    display: inline-block;
    width: 23% !important;
    margin: 5px 1% 20px !important;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top_newarrival li img {
    width: 100%;
}

.top_newarrival .sysItemName {
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
}

/*20220813修正開始*/
/*FirstView*/
.top_fv .sysContent .sysHorizontal li {
    float: none !important;
    display: inline-block;
    width: 17% !important;
    margin: 5px 1% 20px !important;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top_illustration {
    text-align: center;
}

.top_illustration a {
    font-size: 1.2rem;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.slick-dots {
    bottom: -40px;
}

/*illustration*/
.top_illustration .sysContent .sysHorizontal li {
    float: none !important;
    display: inline-block;
    width: 120px !important;
    padding: 10px 10px 10px 10px;
    margin: 0 0 0 0;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top_illustration .sysContent .sysHorizontal li img{
    width: 120px !important;
    height: 120px;
}
/*お知らせ*/
.sysTitle,
.top_news .sysHeadline {
    /* width: 42%; */
    margin: 20px auto !important;
    position: relative;
    text-align: left;
    font-size: 20px;
    letter-spacing: 3px;
}
.top_block_start {
    width: 42%;
    background: #FFF0F5;
}
/*特集一覧*/
.top_features {
    overflow: hidden;
}

.top_features ul {
    font-size: 0;
    text-align: left;
}

.top_features li {
    float: none !important;
    display: inline-block;
    width: 30%;
    margin: 1.66666666666667%;
    font-size: 12px;
    vertical-align: top;
}

.top_features li img {
    width: 100%;
}

.top_features li a {
    display: block;
    position: relative;
}

.top_features li span {
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.sysItemPrice {
    color: #F92435;
    font-weight: 700;
    text-align: left;
}
/*おすすめ商品、ランキング*/
.top_recommend_item li .sysItemName,
.top_ranking_item li .sysItemName {
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
}

.top_recommend_item .sysItemPrice,
.top_ranking_item .sysItemPrice {
    font-size: 14px;
    color: #ff0000;
    font-weight: 600;
    padding-top: 5px;
}

/*おすすめ商品*/
.top_recommend_item {
    margin-bottom: 60px;
}

.top_recommend_item li {
    width: 100% !important;
    padding: 0 20px !important;
}

/*クロネコペイボタン装飾調整*/
div#kuronekoPayFlex {
    margin-right: 21px;
}

.sysCart #sysMain #kuronekoPayFlex button img {
    margin-top: -11px;
}

.sysCart #sysMain button#kmid-login-subwindow-launch,
.sysCart #sysMain button[onclick="Sys('#kmid-login-subwindow-launch').click()"] {
    padding: 10px 0px 0px 0px;
}

.sysConfirmButton input#open_dlg_edit_customer_info {
    display: inline-block;
    padding: 10px;
    width: auto;
    height: auto;
    color: #000;
    background: #fff;
    border-radius: none;
    border: 1px solid #999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* 年齢確認モーダル */
.check-age-modal .overlay {
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
}

.check-age-modal .modal_area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    text-align: center;
    z-index: 2;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding: 15px;
    width: 33%;
}

.check-age-modal .txt_area .ttl {
    font-size: 27px;
    color: #FD306A;
}

.check-age-modal .txt_area p {
    padding: 3px;
    font-size: 13px;
}

.check-age-modal .txt_area img {
    width: 10%;
}

.check-age-modal .btn_area {
    display: flex;
    gap: 21px;
    justify-content: center;
}

.check-age-modal .btn_area button,
.check-age-modal .no {
    display: block;
    margin: 0;
    background: #333;
    color: #fff;
    padding: 10px;
    border: none;
    width: 30%;
    border-radius: 10px;
    font-size: 2rem;
    font-weight: 700;
}

.check-age-modal .no {
    border: 1px solid #333;
    background: #fff;
    color: #333;
}
.check-age-modal .btn_area button:hover {
    background: #777;
}
.check-age-modal button {
    cursor: pointer;
}
.pr_area img {
    width: 100%;
    height: auto;
}
.c-btn,
.c-bnr,
.c-txt {
    cursor: pointer;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.c-btn {
    background: #ff701e;
    border: 2px solid #ff701e;
    border-radius: 60px;
    color: #fff;
    display: block;
    font-weight: bold;
    max-width: 300px;
    padding: 15px 40px;
    text-align: center;
}

.c-bnr {
    background: url(../img/btn-bnr.jpg)no-repeat center center / cover;
    display: inline-block;
    width: 240px;
    height: 240px;
}

.c-txt {
    color: #ff701e;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.06em;
}

.c-btn:hover {
    background: #fff;
    color: #ff701e;
}
/* supportページ */
.support {
    width: 100%;
    margin-bottom: 30px;
}

.support_box {
    display: flex;
    padding: 10px;
}

/* .support_img {
  display: flex;
} */

.support_img img {
    width: 40px;
    height: 40px;
    margin-top: 10px;
}

.child_support {
    width: 30%;
}

li.child_support::marker {
    list-style: none;
    content: none;
}

.child_support ::marker {
    content: none;
}

.parent_support {
    display: flex;
    width: 100%;
    margin-top: 30px;
    flex-wrap: wrap;
}

.support_title p {
    font-size: 23px;
    font-weight: 600;
    padding-top: 2%;
}

.support_link {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500;
    margin-left: 4%;
    line-height: 30px;
    width: 335px;
}

.support_img {
    display: flex;
}

.support_title {
    margin-left: 10px;
    /* padding-top: 12px; */
}

/* 商品詳細 */
.sysMainImageModal {
    text-align: center;
}

.sysImageList {
    text-align: left;
}

.sysGetPoint {
    text-align: left;
}

.get_point {
    font-size: 13px;
    font-weight: 500;
}

/* #sysSubmit {
  width: 73%;
  height: 60px;
  margin-bottom: 7px;
} */
.sysStockQuantity {
    height: 40px;
    font-size: 13px;
    font-weight: 500;
    padding-top: 19px;
    margin-bottom: 7px;
}

/* サポート */
.footer_support {
    font-size: 1rem;
    border-top: 1px solid #EEEEEE;
    margin-top: 30px;
}

.parent_footer_support {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
}

.child_footer_support {
    margin-left: 4%;
    margin-right: 4%;
    font-size: 1rem;
}

.footer_support_link li {
    margin-bottom: 10px;
    font-size: 12px;
}
.footer_support_link li a:hover {
    color: #FD306A;
    border-bottom: 1px solid #FD306A;
}
.modaal-content-container {
    padding: 30px;
    text-align: center !important;
}

.sysWishlistCloseBottomButtonGroup {
    text-align: center !important;
}
/* スライダー */
.slider {
    margin: 0 auto;
    /* max-width: 1500px; */
    width: 100%;
    max-height: 256px;
}
.slick-slider {
    overflow: hidden;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    border-radius: 6px;
}
.slider-img {
    width: 256px !important;
}
.slider-img img {
    height: 256px;
    width: 256px;
    opacity: 0;
}
.sp_slider {
    margin: 0 auto;
    width: 100%;
    padding-right: 2%;
    max-height: 180px;
}
.sp_slider_img img {
    height: auto;
    width: 100%;
}
.slider .slick-slide img {
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 auto;
}
.slide-arrow {
    bottom: 20px;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    width: 30px;
}

.prev-arrow {
    left: 37%;
    opacity: 1;
    z-index: 1;
    height: 55px;
    width: 55px;
}

.next-arrow {
    right: 37%;
    opacity: 1;
    z-index: 1;
    height: 55px;
    width: 55px;
}

.sysMyPoint {
    font-size: 1.4rem;
    margin: 30px 0;
}

/* お知らせ */
.sysFuncInformation .sysContent li {
    font-size: 14px;
    font-weight: 500;
}

#sysInformation article h1 {
    font-size: 16px;
    font-weight: 700;
}

#sysInformation article .sysNewsDetail {
    font-size: 14px;
    font-weight: 500;
}

/* supportページ */
.header_support {
    display: none;
}
.sp_slider {
    display: none;
}
.top_illustration .sysItemImage img {
    height: 120px;
    width: 120px;
}

#favorite .sysItemBlock ul.sysVertical li {
    width: 21%;
    float: left;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    height: 407px;
}

.c-favorite .sysContent .sysVertical .sysItemImage img {
    width: 250px;
    height: 250px;
    vertical-align: top;
    float: left;
}
#sysMypageOrderHistoryDetail {
    font-size: 14px;
}

.top_fv_slider .sysContent{
    margin: 10px 0 10px 0;
}
.top_fv_slider .slick-dots {
    display: none;
}
.sysMypageAshiato #sysMain {
    width: 100% !important;
    max-width: 1200px;
}
/* レビュー投稿 */
#sysItemReviewIndex #sysMain{
    padding: 20px 150px !important;
}
#sysItemReviewIndex #sysMain form {
    background: #fff;
    background-color: #fff;
    padding: 1em 2em;
}
#sysItemReviewIndex #sysMain .sysForm{
    padding: 1em 2em;
    background: #fff;
    background-color: #fff;
    border-radius: 6px;
}
#sysItemReviewIndex #sysMain .sysList {
    height: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    object-fit: contain;
}

#sysItemReviewIndex h2 {
    width: 100%;
    margin: 30px auto !important;
    position: relative;
    font-size: 2rem;
    font-weight: 600;
}
#sysItemReviewIndex h3 {
    width: 100%;
    margin: 30px auto !important;
    padding-top: 20px;
    position: relative;
    font-size: 2rem;
    font-weight: 600;
    border-top: 1px solid #EEEEEE;
}
#sysItemReviewIndex .sysButton {
    min-width: 11em;
    max-width: 400px;
}
#sysItemReviewIndex .sysReviewHistoryList .sysButton {
    background-color: #fff6f7;
    font-size: 1rem;
}

#sysItemReviewIndex .sysReviewHistoryList .sysButton:hover {
    background-color: #fff6f7;
    color: #FD306A;
}

#sysItemReviewIndex .sysReviewHistoryList li {
    border: none;
    line-height: 2;
    padding: 10px 15px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    background-color: #fff6f7;
    border-radius: 6px;
}

#sysItemReviewIndex .sysReviewHistoryList {
    margin: 30px auto !important;
}

#sysItemReviewIndex .sysReviewHistoryList li {
    font-size: 1rem;
}

#sysItemReviewIndex .sysReviewHistoryList .sysNickname {
    font-size: 1.3rem;
}

#sysItemReviewIndex .sysReviewHistoryList .sysEvaluation {
    font-size: 1.3rem;
    color: #ffd000;
    text-shadow: 1px 2px #808080;
}
#sysItemReviewIndex #sysMain select {
    width: auto;
    display: inline-block;
    border-radius: 3px;
    background-color: #fff;
    background-image: url(../img/common/triangle02.svg);
    background-position: 97% center;
    background-size: 10px 6px;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid #bbb;
}
.sysReviewImproperForm {
    display: none;
}
#sysItemDetail .sysContent .sysReviewItemList .sysReviewList {
    padding: 10px;
    overflow: auto;
    height: 300px;
    border: solid 1px #EEEEEE;
    margin-top: -20px;
}

#sysItemDetail .sysContent .sysReviewItemList .sysReviewList li {
    border: none;
    line-height: 2;
    padding: 10px 15px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    background-color: #EEEEEE;
    border-radius: 6px;
}
.sysReviewItemList ul.sysReviewList li:last-child,
#sysItemDetail .sysReviewItemList ul.sysReviewList li:last-child {
    border-bottom: none;
}

.sysContent .sysReviewItemList .sysReviewList img {
    width: 100%;
    height: auto;
    padding: 10px;
    float: left;
}
.sysHeadline .reviewbanner {
    display: block;
    width: 100%;
    max-width: 700px;
}
.sysHeadline .reviewbanner img {
    display: block;
    width: 100%;
    max-width: 700px;
}
.sysContent .sysReviewItemList .sysReviewList .sysReviewItemName {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.sysContent .sysReviewItemList .sysReviewList .sysEvaluation {
    color: #ffd000;
    display: inline-block;
    text-shadow: 1px 2px #808080;
}

.sysContent .sysReviewItemList .sysReviewList .sysReviewDatetime {
    color: #777777;
    font-size: 0.8rem;
}

.sysContent .sysReviewItemList .sysReviewList .sysReviewText {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}

.product_image .sysContent .sysVertical .sysItemImage img {
    height: 450px;
    margin-top: 30px;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

#kain {
    font-size: 14px;
    color: red;
}
.category_popular .sysContent .sysIconRank img {
    width: auto;
    height: auto;
}
.category_popular .sysContent .sysIconRank {
    text-align: left;
}
.sysCategoryPankuzu {
    font-size: 1rem;
    margin-top: -1em;
}
.sysPrefState .sysFormField select {
    margin-left: auto !important;
}
#info-point .point_img {
    width: 80%;
}
#sysThanks .h_mypage {
    display: none;
}
#sysMypageWithdrawalConfirm input[type=submit] {
    font-size: 14px;
}
#sysMypageLogin .sysFreeArea {
    font: unset;
    font-size: 14px;
}
.mypage_login .sysButton {
    width: 100%;
}
#sysMain text {
    font: unset;
}
.guide .sysContent table {
    border-collapse: collapse;
    display: table;
    table-layout: fixed;
    width: 100%;
    border: solid 2px #bbc8cb;
    padding: 1em 10px 1em 1em;
    margin: 30px auto;
}
.guide .sysContent table img{
    width: 100%;
    height: auto;
    display: block;
}
.guide .sysContent thead {
    background: #eee;
    top: 0px;
    z-index: 2;
}
.guide .sysContent th,
.guide .sysContent td {
    border: 1px solid #ddd;
    padding: 1em;
    text-align: center;
    vertical-align: middle;
    border-collapse: collapse;
    text-align: center;
}
.guide .color01 {
    background: #FD306A;
}
.guide .color01 span {
    color: #fff;
}
.guide .color02 {
    background: #FAE4E6;
}
.side_navi_item .modal_banner {
    padding-top: 20px;
}
.side_navi_item .modal_banner {
    padding-top: 20px;
}
div:empty {
    display: none !important;
}
span:empty {
    display: none !important;
}
.payment-container-99 {
    margin-top: 1em;
}
div.sysSelectionDescription {
    display: none !important;
    width: 100%;
}
.sysCart #sysMain .sysUseCoupons .sysUseCouponsSelect {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.sysCart #sysMain .sysUseCoupons .sysUseCouponsSelect ul {
    width: 95%;
    background-color: #ffffff;
    padding: 0;
    margin: 0.5em auto;
    border-radius: 6px;
    display: block;
    border: 1px solid #eeeeee;
    font-size: 1.6rem;
    font-weight: normal;
}
.sysCart #sysMain .sysUseCoupons .sysUseCouponsSelect li {
    width: 100%;
    padding: max(calc(1em + (1rem - 1em)), 0.2em) max(calc(1em + (1rem - 1em) * 0.2), 0.4em);
    margin: 0;
}
input.sysButton.sysDeleteArea {
    margin: 0;
}
.sysAcceptDomainArea {
    display: none;
    /* display: flex;
    width: auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; */
}
.sysAcceptDomainArea div {
    width: 100%;
}

.sysAcceptDomain div {
    height: 35px;
    float: left;
    margin: 1%;
    width: 47%;
    background-color: #FAE4E6;
    border-radius: 8px;
}

.cardlist {
    padding: 0;
    margin: 0;
}

.cardlist ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.cardlist li {
    padding: 0;
    margin: 0;
    border: none;
}

.cardlist li:first-child {
    padding: 0;
    margin: 0;
    border: none;
}

.sysPaymentDescription span {
    font-size: 1.5rem;
    color: #F92435;
    font-weight: bold;
}

.sysSelectPayment li,
.sysSelectDelivery li,
.sysRemarks,
.sysSelectOption li {
    border-bottom: none;
}

#sysFormIndex #sysMain form {
    background: #eee;
    background-color: #eee;
    padding: 1em 2em;
}

#sysFormIndex #sysMain .message {
    background: #eee;
    background-color: #eee;
    padding: 1em 2em 0 2em;
}

#sysFormIndex #sysMain .sysForm {
    background: #fff;
    background-color: #fff;
    margin: 1em 2em;
    padding: 1em;
    border-radius: 6px;
}

#sysFormIndex #sysMain .sysNextSubmit {
    display: block;
    width: auto;
    margin: 0 auto;
    max-width: 400px;
    float: none;
}

#sysFormIndex #sysMain .sysFormField textarea {
    background: #fff;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #bbb;
    width: 100%;
}

#sysFormIndex #sysMain [type=text] {
    width: 100%;
}

#sysFormConfirm #sysMain form {
    background: #eee;
    background-color: #eee;
    padding: 1em 2em;
}

#sysFormConfirm #sysMain .message {
    background: #eee;
    background-color: #eee;
    padding: 1em 2em 0 2em;
}

#sysFormConfirm #sysMain .sysForm {
    background: #fff;
    background-color: #fff;
    margin: 1em 2em;
    padding: 1em;
    border-radius: 6px;
}

#sysFormConfirm #sysMain .sysNextSubmit {
    margin: 0 auto;
    float: none;
    min-width: 11em;
}
#sysFormConfirm button.sysButton {
    width: auto;
    height: auto;
    margin: 0;
    float: none;
}
#sysFormConfirm #sysMain .sysFormItem {
    margin: 0 0 1em 0;
}
.sysFormField a {
    color: #068acc;
    height: 25px;
    line-height: 25px;
    padding-bottom: 1px;
    border-bottom: 1px solid #068acc;
}

.sysLoginForm .sysMemberPassword,
.sysMailaddress {
    width: 100%;
    text-align: left;
    margin: 1em 0;
}

#sysMemberRegisterIndex #sysMain .sysFormItem {
    margin: 1em 0 1em 0;
}

#sysMemberRegisterIndex #sysMain [type=text],
[type=password],
[type=password] {
    width: 100%;
}
#sysMemberRegisterIndex #sysMain .sysForm {
    padding: 1em 0;
}

#sysMemberRegisterIndex #sysMain .sysNextSubmit {
    width: auto;
    height: auto;
}

.sysMemberAgreementFormLabel {
    font-size: 1.5rem;
    font-weight: bold;
}

.sysMemberAgreement {
    border: 1px solid #bbb;
    padding: 1em;
    font-size: 13px;
}

#sysMypageEditMember .sysNextSubmit {
    width: auto;
    height: auto;
}

#sysMypageEditMember .sysButton {
    width: auto;
    height: auto;
}

#sysMypageEditMember .sysFormItem {
    margin: 1em 0 1em 0;
}

.sysOtherAddress .sysFormItem {
    margin: 1em 0 1em 0;
}

.sysOtherAddress [type=text],
[type=password],
[type=password] {
    width: 100%;
}
#sysMain .sysFormItem {
    margin: 0 0 1em 0;
}
.sysSelectHopeDelivery{
    display: flex !important;
    width: 100%;
}
.sysSelectHopeDelivery div{
    padding: 1em;
    width: 50%;
    display: flex;
    max-width: 400px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    background: #eee;
    margin: 0.5em;
}
.sysSelectHopeDelivery label{
    display: block;
    width: 100%;
}
form .loginId,
.loginPassword {
    width: 100%;
}
.sysOrderHistory{
    display: block;
    margin: 20px 0;
}
.top_illustration .sysContent ul{
    width: 100%; 
    display: block;
    background-color: #eeeeee;
    border-radius: 6px;
}
#sysMypageEditDelivery #sysMain .sysNextSubmit,
#sysMypageEditMember .sysNextSubmit{
    min-width: 11em;
    max-width: 400px;
    width: 63.19%;
}
.sysMypageNav{
margin-top: 30px;
}
.mypage_login{
    margin-top: 20px;
    text-align: center;
}
.sysSubTotalArea{
    margin: 5px 0;
}
#sysGetPoint{
    margin: 5px 0;  
}
.sysItemVariationByFreeform{
    margin: 0.5em 0;
}
#sysItemDetail .sysItemId,
#sysItemDetail .sysItemId>span,
#sysItemDetail .sysItemViewId,
#sysItemDetail .sysItemViewId>span,
#sysItemDetail .sysRetailPrice,
.sysRetailPriceValue,
.sysRetailPriceValue>span,
#sysNumber,
.sysGetPoint,
span.message{
    font-size: 13px;
    color: #333;
    line-height: 1.6;
    font-weight: 500;
    vertical-align: middle;
}
.sysCart #sysMain .sysUsePoints input[type="text"]{
    display: inline;
    min-width: 5em;
    max-width: 11em;
    width: auto;
    height: auto;
    margin: 0.5em;
    padding: max(calc(1em + (1rem - 1em)), 0.2em) max(calc(1em + (1rem - 1em) * 0.2), 0.4em);
}
.sysCart #sysMain .sysUsePoints .sysUsePointsButton input[type=submit]{
    background: #fff;
    border: 1px solid #FD306A;
    color: #FD306A;
    font-weight: bold;
}
.sysCart #sysMain .sysUseCoupons .sysUseCouponsButton input[type=submit]{
    background: #fff;
    border: 1px solid #FD306A;
    color: #FD306A;
    font-weight: bold;
}
.side_navi_item li.pickup{
    float: none;
    height: auto !important;
    position: relative;
    border-top: 1px solid #afafaf;
}
.side_navi_item li.pickup:last-child{
    border-bottom: 1px solid #afafaf;
}
.side_navi_item .pickup_box{
    margin-bottom: 10px;
}
.side_navi_item nav{
    margin-bottom: 10px;
}
#sysItemDetail .sysFreeForm input[type=submit] {
    overflow: hidden;
    text-indent: -999px;
    border: 1px solid #FD306A;
    background: #fff url(/img/layout/system/remind.png) center center no-repeat;
    background-size: 230px;
    color: #FD306A;
    border-radius: 8px;
    height: 50px;
    width: 100%;
    margin-top: 0.5em;
}
.sysWithdrawal p{
    display: none;
   }
#sysItemSearch #sysMain .sysItemSearchFormRange input{
    margin: 0.5rem;
    background: #FFF;
    padding: max(calc(1em + (1rem - 1em)), 0.2em) max(calc(1em + (1rem - 1em) * 0.2), 0.4em);
    border-radius: 8px;
    border: 1px solid #bbb;
    line-height: inherit;
    width: auto;
    height: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sysItemSearchFormItemCategoryGroups{
    margin-top: 0.5rem;
}
/* 20230414追加 */
.koubaibu {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    border-style: solid;
    border-radius: 0px;
    border-width: 0px;
    box-shadow: none;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
}
.koubaibu .lp_fv{
    margin: 0 auto;
    display: block;
    width: 100%;
    padding-bottom: 5px;
}
.koubaibu .contbox{
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 1em;
    background-color: #FAE4E6;
    background: #FAE4E6;
}
.koubaibu .lp_btn{
    display: block;
    padding: 0.5rem 1rem;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 50%;
}
.sysMainImageModal {
    text-align: center;
    width: 100%;
    height: 500px;
    position: relative;
    padding: 1em;
}
.sysMainImageModal img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
}

#sysMemberRegisterIndex .sysZipcode .sysFormField input{
    cursor: pointer;
    padding: max(calc(1em + (1rem - 1em)), 0.2em) max(calc(1em + (1rem - 1em) * 0.2), 0.4em);
    border-radius: 8px;
    border: 1px solid #bbb;
    -webkit-appearance: none;
    line-height: inherit;
    margin: 0.5em 0.5em 0.5em 0;
    box-shadow: none !important;
    text-shadow: none !important;
    background: transparent;
    width: auto;
    height: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#sysMemberRegisterIndex #sysMain div.sysFormItem.sysFax,
#sysMemberRegisterConfirm #sysMain div.sysFormItem.sysFax{
    display: none;
}
.sysSendAuthenticationMail{
    width: auto;
    height: auto;
    max-height: 47px;
    min-width: 11em;
    margin: 0.5em auto;
    border-radius: 8px;
    background-color: #FD306A;
    background: #FD306A;
    color: #fff;
    cursor: pointer;
    border: 2px solid #FD306A;
    font-weight: bold;
}
input.sysMemberRegister{
    width: auto;
    height: auto;
    max-height: 47px;
    min-width: 11em;
    margin: 0.5em auto;
    border-radius: 8px;
    background-color: #FD306A;
    background: #FD306A;
    color: #fff;
    cursor: pointer;
    border: 2px solid #FD306A;
    font-weight: bold;
}
.col2Style img.terms{
    margin: 0 0 0 0;
}
.sysMypage .sysMypageNav form:nth-of-type(7){
    display:none;
    }
/* 20230420追加 */
#button_erase {
    display:none;
}
/* 20230421追加 */
.top_ranking .sysContent .sysIconRank img,
.category_popular .sysContent .sysIconRank img {
    width: 70px;
    height: 22px;
}
/* 20230425追加 */
#sysMemberRegisterIndex #sysMain label{
    display: inline-block;
    margin: 5px 0;
}
#sysMemberRegisterIndex #sysMain ul.sysFormField label{
    display: block;
    width: 100%;
    margin: 5px 0;
}
#sysItemDetail #sysWishlist .sysButton:disabled,
#sysItemDetail #sysWishlist .sysButton:disabled{
    overflow: hidden;
    text-indent: -999px;
    border: 1px solid #999999;
    background: #fff url(/img/layout/system/btn_okiniiri02.png) center center no-repeat;
    background-size: 140px;
    color: #999999;
    border-radius: 8px;
    height: 50px;
    width: 100%;
    margin-top: 0.5em;
}
/* 230426追記 */
.sysMainImage:not(.sysMainImageModal) a {
    pointer-events: none;
}
/* 230427追記 */
.noncart_btn{
    padding: max(calc(1em + (1rem - 1em)), 0.2em) max(calc(1em + (1rem - 1em) * 0.2), 0.4em);
}

#more a {
    width: 10em;
    height: auto;
    padding: 5px 10px;
    margin: 0 auto;
    border-radius: 30px;
    border: 1px solid #e0e0e0;
    color: #888;
    background: #fff;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 230501追記 */
#custom_gb_slide{
    position: relative;
    text-align: center;
    width: 100%;
    height: 500px;
    padding: 1em;
}
.sysItemImages{
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sysItemImages li{
    position: relative;
    width: 100%;
    height: 500px;
    object-fit: contain;
}
.sysItemImages li img{
    position: relative;
    width: 100%;
    height: 500px;
    object-fit: contain;
}
.sysItemImages .owl-prev {
    float: left;
    left: 5%;
}
.sysItemImages .owl-prev:before {
    right: 3px;
    left: 0;
}
.sysItemImages .owl-next{
    float: right;
    right: 5%;
    margin-right: 28px;
}
.sysItemImages .owl-next:before{
    right: 0;
    left: 3px;
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.sysItemImages .owl-prev, 
.sysItemImages .owl-next {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-color: rgba(44,40,37,.2);
    background-image: none;
    color: #fff;
    cursor: pointer;
    border-radius: 100%;
}
.sysItemImages .owl-prev:before,
.sysItemImages .owl-next:before {
    content: "";
    width: 8px;
    height: 16px;
    background-image: url(../img/layout/system/modal_arrow.png);
    background-position: 50%;
    background-size: contain;
    display: inline-block;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}
#custom_gb_slide_nav ul{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
#custom_gb_slide_nav ul li{
    display: block;
    padding: 0 0 1% 0;
    margin: 0 1% 0 1%;
    width: calc(100% / 4 - 2%);
    height: 100px;
    max-height: 120px;
}
#custom_gb_slide_nav ul li::before,
#custom_gb_slide_nav ul li::after{
    content: "";
    clear: both;
    width: 23%;
}
#custom_gb_slide_nav ul li img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    border: 1px solid lightgray;
}
#custom_gb_slide .owl-carousel .owl-stage-outer{
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
}
#custom_gb_slide .owl-carousel.owl-loaded{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#custom_gb_slide .owl-item :active{
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
}
#custom_gb_slide .owl-item img {
    /* position: relative; */
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: contain; */
}
/* 230502追記 */
.motto{
    margin: auto;
    text-align: center;
    position: relative;
    padding: 10px 15px;
}
.motto a{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-weight: 100;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    color: #888;
    padding: 5px 30px;
    font-size: 1.2rem;
}
.motto::after{
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.3em;
    height: 0.3em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 1px solid currentColor;
    border-top: 1px solid currentColor;
    content: "";
    color: #888;
}

ul.sns {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
ul.sns li{
    padding: 0 10px;
}
ul.sns li i{
    color:  #1DA1F2;
}
.a.btn.btn-twitter{
    color:  #1DA1F2;
}
.modal_bnr i{
    color:  #1DA1F2;
}
/* 2300621追記 */
  .header_h2 {
  position: fixed;
  height: 5vh;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  background: linear-gradient(190deg, rgba(255, 241, 0, 1), rgba(253, 48, 106, 1) 50%, rgba(255, 0, 0, 1));
  background-color: #FD306A;
  z-index: 120;
}

.gop{
  margin: 0 auto;
  text-align: center;
  padding: 5px;
  height: 5vh;
  width: 100%;
  background: linear-gradient(190deg, rgba(255, 241, 0, 1), rgba(253, 48, 106, 1) 50%, rgba(255, 0, 0, 1));
}
.gop img{
  height: 100%;
  width: auto;
}
/* 2300831追記 */
    .header_h3 {
    position: fixed;
    height: 5vh;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: linear-gradient(45deg, #ED6CA0, #F28D99 50%, #F7C282);
    background-color: #ED6CA0;
    z-index: 120;
    }
    .header_h3_pc {
    position: fixed;
    height: 3vh;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: linear-gradient(45deg, #ED6CA0, #F28D99 50%, #F7C282);
    background-color: #ED6CA0;
    z-index: 120;
    }
    .prm_pc {
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    height: 3vh;
    width: 100%;
    background: linear-gradient(45deg, #ED6CA0, #F28D99 50%, #F7C282);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    }
    .prm {
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    height: 5vh;
    width: 100%;
    background: linear-gradient(45deg, #ED6CA0, #F28D99 50%, #F7C282);
    }
    .prm img {
    height: auto;
    width: auto;
    max-height: 4vh;
}
.prm_pc img {
    height: auto;
    width: auto;
    max-height: 2.5vh;
    vertical-align: middle;
}

/* 230922追記 */
.cpn-cont {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: block;
    width: 100%;
}
.cpn-cont-box {
    max-width: 940px;
    background-color: #ffffff;
    box-shadow: none;
    padding: 1em 2em;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    margin: 1em 2em;
    padding: 1em;
    border-radius: 6px;
}
.cpn-cont-main{
    font-size: 1.5rem;
    padding: 1em 0.5em;
    margin: 0;
    font-weight: bold;
    background: #eee;
}
.cpn-cont-get {
    position: relative;
    padding: 0 0 0 2.5rem;
    margin: 1em 0 1em 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: #25AF01;
}
.cpn-cont-get:after  {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 2rem;
    height: 1rem;
  border-left: 2px solid #25AF01;
  border-bottom: 2px solid #25AF01;
  transform: rotate(-45deg);
}
.cpn-cont-txt{
    padding: 1em 0 1em 0;
}
.sysReviewList.sysAllReviewHistoryList{
    width: 100%;
    height: 100%;
    position: relative;
}
.modal_x{
    width: 30px;
    height: 30px;
    padding: 5px;
    margin-top: 20px;
}
.group_banner {
    width:100%;
    margin:20px auto;
}
.group_banner ul {
    display:flex;
}
.group_banner ul li {
    width:19.2%;
}
.group_banner ul li:nth-of-type(n+2) {
    margin-left:1%;
}
.group_banner img {
    max-width: 100%;
    height: auto;
}
#sysExplanationPc p {
    font-size: 1.8rem;
}
#sysExplanation p {
    font-size: 1.8rem;
}
.banner_2columns {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.banner_2columns p {
	width: 50%;
}


.sysOpcBody .opcCommonEditModeBlock {
    background: #ffffff;
}

.sysOpcBody .opcBillingAddress_edit {
    border: 0;
    padding: 0;
}

.sysOpcBody .opcCommonEditLabel {
    margin-top: 15px;
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6;
    padding-left: 0;
    border-left: 0;
}
.sysOpcBody .opcBillingAddress_edit input[type=text],
.sysOpcBody .opcBillingAddress_edit input[type=tel],
.sysOpcBody .opcBillingAddress_edit input[type=email] {
    margin: 0.5em 0;
    padding: 0.5em 0.3em;
    width: 100%;
}
#sysOpc .opcBillingAddress_zipCode_edit.opcCommonInputText {
    width: 8em;
}
.opcCommonInputSelect {
    height: 42px;
    margin-left: 0;
}
.sysOpcBody .opcBillingAddress_completeButton_edit.opcCommonButtonEdit,
.sysOpcBody .opcDeliveryMethod_completeButton_edit.opcCommonButtonEdit,
.sysOpcBody .opcPaymentMethod_completeButton_edit.opcCommonButtonEdit,
.sysOpcBody .opcConfirm_requestOrder.opcCommonButton.opcConfirm_order {
    border-radius: 8px;
    background-color: #FD306A;
    color: #fff;
    cursor: pointer;
    border: 1px solid #FD306A;
    font-size: 1.5rem;
    font-weight: bold;
    min-width: 30%;
    margin: 0 auto;
}
.sysOpcBody .opcBillingAddress_completeButton_edit.opcCommonButtonEdit:hover,
.sysOpcBody .opcDeliveryMethod_completeButton_edit.opcCommonButtonEdit:hover,
.sysOpcBody .opcPaymentMethod_completeButton_edit.opcCommonButtonEdit:hover,
.sysOpcBody .opcConfirm_requestOrder.opcCommonButton.opcConfirm_order:hover {
    background-color: #d32557;
    border: 1px solid #d32557;
}
.sysOpcBody .opcBillingAddress_backButton_edit.opcCommonButtonEdit,
.sysOpcBody .opcDeliveryMethod_backButton_edit.opcCommonButtonEdit,
.sysOpcBody .opcPaymentMethod_backButton_edit.opcCommonButtonEdit,
.sysOpcBody .opcOrderBackToBasket_backToBasket.opcCommonButton {
    margin: 20px auto 0;
}
.sysOpcBody .opcOrderBackToBasket_backToBasket.opcCommonButton {
    display: block;
}
.opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit {
    margin-top: 10px;
}
.opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit {
    margin: 10px 0;
}
.opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit span,
.opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit span {
    display: inline-block;
    width: 10em;
}
.sysOpcBody .opcPaymentMethod_paymentMethodAndLabelGroup_edit {
    display: block;
    border-radius: 5px;
    background-color: #FAE4E6;
    height: auto;
    width: 100%;
    padding: 10px 15px 8px;
    font-weight: bold;
}
.sysOpcBody .opcPaymentMethod_description_edit span {
    font-size: 1.5rem;
    color: #F92435;
    font-weight: bold;
}
.sysOpcBody .opcPaymentMethod_description_edit {
    margin: 10px 0 20px;
}
.sysOpcBody .opcOrderSummary_normalTotalPrice,
.sysOpcBody .opcOrderSummary_getPoint,
.sysOpcBody .opcOrderSummary_remainFreeShippingCost,
.sysOpcBody .opcOrderSummary_normalTotalItemPrice {
    color: #F92435;
    font-weight: bold;
}



 .check-age-modal .overlay {
    background: rgba(255, 255, 255, 1) !important;
  }
.sysItemPrArea .preorder {
    background: #e93b39;
    padding: 1% 2%;
    color: #FFF;
    line-height: 2;
}

#sysMypageLogin .sysButton,
#sysRegi #sysMain #sysPurchaseAuthMember .sysBox .sysForm .sysButton {
    font-weight: normal;
    color: #000000;
    text-decoration: underline;
    border: 0;
    background-color: transparent;
}
.sysItemCategoryCtl a:nth-last-of-type(4),
.sysItemCategoryCtl a:nth-last-of-type(5),
.sysItemCategoryCtl a:nth-last-of-type(9) {
    display: none;
}
.mt20 {
    margin-top: 20px;
}
#discount_rate_area {
    color: #e93b39;
    font-weight: bold;
    vertical-align: middle;
}
#discount_rate_area span{
    color: #e93b39;
    font-size: 130%;
    margin-left: 2px;
}
#sysSubtotal .discount_rate_area {
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    padding: 4px 10px;
    background-color: #fd306a;
    border-radius: 5px;
    margin-right: 8px;
    vertical-align: bottom;
    font-size: 90%;
}
#sysSubtotal .discount_rate_area .discount_num {
    color: #ffffff;
    font-size: 120%;
    margin-right: 2px;
}
.sysThumbnail .itemDetailWrap .sysRetailPrice .discount_rate_area,
.sysHorizontal .sysItemPrice .discount_rate_area {
    display: inline-block;
    color: #ffffff;
    font-size: 90%;
    padding: 1px 5px;
    margin-right: 5px;
    background-color: #fd306a;
    border-radius: 5px;
    vertical-align: baseline;
}
.sysThumbnail .itemDetailWrap .sysRetailPrice .discount_rate_area .discount_num,
.sysHorizontal .sysItemPrice .discount_rate_area .discount_num {
    color: #ffffff;
    font-size: 120%;
    margin-right: 2px;
}
.cDeliveryAddress {
    color: #F92435;
    font-weight: bold;
    padding: 0.5em 1em;
}
.cDeliveryAddress a {
    color: #F92435;
    text-decoration: underline;
}
.createMissingAddress {
    margin-top: 2em;
    margin-bottom: 2em;
}
.createMissingAddress p:nth-of-type(1) {
    color: #F92435;
    font-size: 110%;
    font-weight: bold;
}
.createMissingAddress p:nth-of-type(2) {
	padding-top: 0.4em;
}
.getCouponPage {
	margin: 1em 2em;
}
.getCouponPage a {
	display: inline-block;
	font-size: 120%;
	color: #ffffff;
	padding: 10px 20px;
	background: #333333;
	border-radius: 8px;
}
.getCouponPage a:hover {
	opacity: 0.8;
}
.setItemRelatedBanner {
    display: flex;
    flex-wrap: wrap;
}
.setItemRelatedBanner p {
    width: 49%;
}
.setItemRelatedBanner p:nth-of-type(odd) {
    margin-right: 2%;
}
.setItemRelatedBanner p:nth-of-type(n + 3) {
    margin-top: 2%;
}
.setItemRelatedBanner img {
    width: 100%;
}
.sysItemSearchFormCategory {
    width: 100%;
}
.sysItemSearchFormCategory select {
    display: flex;
}
.sysItemSearchFormItemCategoryGroups {
    margin-top: 0.5rem;
    width: 100%;
}
.sysItemSearchFormItemCategoryGroups .itemCategoryGroup0 ul {
    display: flex;
    flex-wrap: wrap;
}
.sysItemSearchFormItemCategoryGroups .itemCategoryGroup0 li {
    margin-top: 0.5em;
    margin-right: 1em;
}
.sysItemSearchFormItemPrGroups {
    margin-top: 1em;
    width: 100%;
}
.top_fv_slider_reno .slick-slider {
    border-radius: 0;
}
.top_fv_slider_reno .slick-dots {
    bottom: 10px;
}
.sysItemSearchFormItemCategoryGroups .itemCategoryGroup0 input,
.sysItemSearchFormItemPrGroups .itemPrGroup0 input,
.sysItemSearchFormItemPrGroups .itemPrGroup1 input {
    display: none;
}
.sysItemSearchFormItemCategoryGroups .itemCategoryGroup0 label,
.sysItemSearchFormItemPrGroups .itemPrGroup0 label,
.sysItemSearchFormItemPrGroups .itemPrGroup1 label {
    display: block;
    border: 1px solid #fd306a;
    padding: 5px 8px;
    background-color: #fff4f7;
    border-radius: 25px;
    cursor: pointer;
}
.sysItemSearchFormItemCategoryGroups .itemCategoryGroup0 input:checked + label,
.sysItemSearchFormItemPrGroups .itemPrGroup0 input:checked + label,
.sysItemSearchFormItemPrGroups .itemPrGroup1 input:checked + label {
    background-color: #fd306a;
    color: #fff;
}
.sysItemSearchFormItemPrGroups .itemPrGroup0 li,
.sysItemSearchFormItemPrGroups .itemPrGroup1 li {
    display: inline-block;
}
.sysItemSearchFormInput .sysItemSearchFormItemPrGroupsTitle {
    width: 100%;
    margin-top: 1em;
}
.sysItemSearchFormInput .itemPrGroupTitle0,
.sysItemSearchFormInput .itemPrGroupTitle1 {
    width: 100%;
    margin-bottom: 5px;
    display: block;
}
@media screen and (max-width:768px){
/* SP基本設定 */
.sysDisplayMobileNone {
    display: none !important;
}

body[data-member-login="true"] .s_login {
    display: none !important;
}

body[data-member-login="true"] .s_mypage {
    display: inline !important;
}
/***********************************
共通パーツ
***********************************/
.s_mypage {
    display: none;
}
body {
    font-size: 1.2rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}
p {
    font-size: 1.2rem;
    line-height: 1.4;
}
p.indent {
    text-indent: 0.5em
}
ul li {
    font-size: 1.2rem;
    line-height: 1.4;
}
.sysPaymentDescription span {
    font-size: 1.4rem;
}
/* 10-0 Only Smartphone */
div#sysMain {
    float: none;
    display: block;
    width: 90% !important;
    margin: 0 auto;
    padding: 0;
}
#top div#sysMain{
    width: 100% !important;
}
form,
button,
input,
optgroup,
select,
textarea {
    width: 100%;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
[type=search],
[type=text],
[type=tel],
[type=email],
[type=password]{
    width: 100%;
}
select {
    width: 100;
}
#sysFormIndex div#sysMain,
#sysFormConfirm div#sysMain,
#sysFormThanks div#sysMain,
.sysCart #sysMain,
.sysMypage div#sysMain,
.sysMemberRegister #sysMain,
#sysItemSearch div#sysMain,
.sysOpcBody #sysMain {
    padding: 20px 10px 30px !important;
    margin: 10px auto;
}
.sysFormField label {
    display: block;
}
#sysFormIndex .txtBlock {
    text-align: left;
}
.grid-col {
    float: none;
    width: 100% !important;
    margin-left: 0;
}
.sysZipcode button {
    display: inline-block;
    height: 40px;
    cursor: pointer;
    padding: max(calc(1em + (1rem - 1em)), 0.2em) max(calc(1em + (1rem - 1em) * 0.2), 0.4em);
    border-radius: 8px;
    -webkit-appearance: none;
    line-height: inherit;
    margin: 0.5em 0.5em 0.5em 0;
    box-shadow: none !important;
    text-shadow: none !important;
    width: auto;
    height: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sysFormField {
    width: 100%;
}
.sysZipcode .sysFormField {
    width: 95px;
}
/* Category Pankuzu */
.sysItemCategoryPankuzu {
    font-size: xx-small;
}
/* Order Area */
.orderArea {
    letter-spacing: normal;
    padding: 0;
}
.orderArea>div {
    width: 100%;
    float: none;
}
/* 在庫 */
.sysStockQuantity {
    margin-top: 12px;
    height: 22px;
    margin-bottom: 15px;
}
span.sp_newline {
    display: block
}
.sysTitle, .sysHeadline {
    display: block;
    font-size: 2rem;
    margin: 10px 0 10px 0;
    padding: 5px 0 5px 0;
}
.top_review .sysHeadline, .top_popular .sysHeadline {
    display: block;
    width: 100%;
    height: 30px;
    text-align: center;
    padding: 0;
    margin: 0;
}
#sysBasket .h_mypage {
    display: block !important;
}
#spNaviWrap .h_mypage {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 0 20px;
}
.s_login:nth-child(1) {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 1.3rem;
    padding: max(calc(1em + (1rem - 1em)), 0.2em) max(calc(1em + (1rem - 1em) * 0.2), 0.4em);
    width: 100%;
    margin: 1em 0;
}
.s_login:nth-child(2) {
    color: #fff;
    background-color: #FD306A;
    border: 1px solid #FD306A;
    border-radius: 20px;
    font-size: 1.3rem;
    padding: max(calc(1em + (1rem - 1em)), 0.2em) max(calc(1em + (1rem - 1em) * 0.2), 0.4em);
    width: 100%;
    margin: 1em 0;
}
.s_mypage {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 1.3rem;
    padding: max(calc(1em + (1rem - 1em)), 0.2em) max(calc(1em + (1rem - 1em) * 0.2), 0.4em);
    width: 100%;
    margin: 1em 0;
}
.contentsWrap {
    width: 90%;
    margin: 0 auto;
}
/***********************************
ヘッダー
***********************************/
#sysHeader {
    width: 100%;
    margin: 0px auto;
}
.header_wrap_inner {
    max-width: 1440px;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.header_h1_under,
.header_h1 {
    display: none;
}
.header_search {
    display: none;
}
.head_title {
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    letter-spacing: 1px;
}
.header_sp {
    width: 100%;
    height: 100%;
    text-align: center;
    float: left;
}
.header_sp .sysContent {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.header_sp .spLogo {
    position: relative;
    width: 30%;
    height: 100%;
    display: inline-block;
    float: left;
}
.header_sp .spLogo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 10px;
}

.sp_header_icon i {
    display: block;
    width: 100%;
    height: 50%;
    box-sizing: border-box;
    margin: 3px 0;
}
.sp_header_icon p {
    display: block;
    width: 100%;
    height: auto;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.header_sp #navBtn {
    display: inline-block;
    width: auto;
    height: 100%;
    max-width: 100%;
    min-width: 20%;
}
.sp_header_icon {
    display: flex;
    width: 70%;
    height: 100%;
    text-align: center;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
    padding: 10px 0;
}
.sp_header_btn{
    display: inline-block;
    width: auto;
    height: 100%;
    max-width: 100%;
    min-width: 20%;
    text-align: center;
}
.header_sp #navBtn img,
.header_sp .spCart img {
    width: auto;
    height: 100%;
}
.h_navi {
    width: 100%;
    height: 20%;
    margin: 0;
    padding: 0;
    float: left;
}
.h_navi .sysContent {
    width: 100%;
    height: 100%;
    display: inline-block;
}
#headNavigation {
    width: 100%;
    height: 100%;
    display: inline-block;
    margin: 0;
}
#headNavigation ul {
    position: relative;
    top: 0;
}
/***********************************
カート情報
***********************************/
#cartInfo {
    display: none;
}
/***********************************
ナビゲーション
***********************************/
#headNavigation .spnone {
    display: none;
}
#headNavigation li.active {
    background: #fff;
}
#headNavigation li.tab1 {
    width: 20%;
}
#headNavigation li.tab1 a {
    font-size: 1rem;
    line-height: 15px;
    position: relative;
}
/*ナビゲーショントグル*/
.toggleNav {
    display: none;
    width: 100%;
    position: absolute;
    height: 0px;
    /*heightはjs制御*/
    top: 39px;
    left: 0;
    z-index: 110;
    background: rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px #ccc;
    -moz-box-shadow: 0px 0px 0px 0px #ccc;
    -webkit-box-shadow: 0px 0px 0px 0px #ccc;
}
.toggleNav:hover {
    overflow: visible !important;
}
#headNavigation ul.tab {
    position: relative;
}
#sysBasket #sysWrap {
    border-top: none !important;
    padding: 0 10px;
}
#sysDestination #sysWrap {
    border-top: none !important;
}
#sysPayment #sysWrap {
    border-top: none !important;
}
#sysConfirm #sysWrap {
    border-top: none !important;
}
#sysBillingAddress #sysWrap {
    border-top: none !important;
}
#sysRegi #sysWrap {
    border-top: none !important;
}
.tabmenu .border:after {
    content: none;
}
.search_bx form {
    display: none;
}
.tabmenu li.tab1 {
    position: static;
}
.tabmenu li.tab1:nth-child(4) {
    border-right: none;
}
.tabmenu li.tab1 a {
    font-size: 14px;
}
.tabmenu ul:after {
    display: block;
    content: "";
    clear: both;
}
.tabmenu li.tab2 {
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 1;
    font-size: 18px;
    border-bottom: 1px dotted #ddd;
    position: relative;
    background: rgba(255, 255, 255, 1);
}
.tabmenu li.tab2 a {
    display: block;
    position: relative;
    padding: 5px 15px;
    font-size: 14px !important;
    line-height: 40px !important;
    font-weight: bold;
}
#headNavigation li.tab2 a:after {
    display: none;
}
.tabmenu li.tab2 a i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}
.h_spnavi{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px; left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 150;
    color: #444;
    display: none;
    overflow: auto;
}
#spNaviWrap{
    position: absolute;
    width: 80%;
    /* height: 1550px; */
    /* 2023/04/06 追記 */
    height: auto;
    top: 0px; left: -100%;
    background: #fff;
    z-index:  200;
    overflow: scroll;
}
/***********************************
ログイン情報
***********************************/
.h_login .sysContent {
    text-align: center;
    font-size: 16px;
}
.h_login .sysFormItem {
    margin-bottom: 10px;
}
.h_login .sysFormLabel {
    display: block;
    font-size: 12px;
    height: 20px;
    text-align: left;
    margin-bottom: 3px;
}
.h_login .sysLoginButton {
    width: 100%;
    margin: 10px 0%;
    border-radius: 5px;
    background: #FD306A;
    color: #fff;
    font-size: 15px;
    height: 35px;
    line-height: 10px;
}
.h_login li {
    border: 1px solid #444;
    margin-bottom: 10px;
    font-size: 15px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
}
.h_login li a {
    font-size: 12px;
    padding: 0px 5px 5px 0px;
}
/***********************************
ナビゲーションメニュー
***********************************/
#closeMenu {
    font-size: 15px;
    width: 100%;
    color: rgb(150, 150, 150);
    background-color: rgb(232, 232, 232);
    border-top: 1px solid rgba(45, 45, 45, 0.05);
    border-bottom: 1px solid rgba(45, 45, 45, 0.05);
    padding: 10px 20px;
    vertical-align: middle;
}
#closeMenu i{
font-size: 20px;
vertical-align: middle;
}
#closeMenu span {
    font-size: 14px;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}
#closeMenu2 {
    text-align: center;
    margin: 20px 0;
    border: 1px solid #444;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
}
#closeMenu2 span {
    display: inline-block;
    margin: 0 10px;
}
#spNavMenu .navTitle {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
#spNavMenu {
    margin: 30px 0 0;
}
#spNavMenu .spMenuList {
    height: auto;
    line-height: 40px;
    font-size: 15px;
    position: relative;
    border-bottom: 1px solid #aaa;
}
#spNavMenu .spMenuList a {
    display: block;
    padding-left: 15px;
}
#spNavMenu .spToggleNav {
    overflow: hidden;
}
#spNavMenu .spToggleNav li {
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    border-bottom: 1px dotted #aaa;
}
#spNavMenu .spToggleNav li {
    padding-left: 20px;
}
#spNavMenu .spToggleNav li:first-child {
    border-top: 1px solid #aaa
}
#spNavMenu .spToggleNav li:last-child {
    border-bottom: 0;
}
.spToggleNav {
    display: none;
}
/***********************************
フッター
***********************************/
.footer {
    margin: 30px 0 0;
    background: #fff;
    letter-spacing: 2px;
}
.footer .f_navi_all {
    width: 95%;
    margin: 0 auto;
    padding: 10px 2.5% 0;
}
.footer .f_navi h3 {
    width: 100%;
    height: 25px;
    background: #424242;
    color: #fff;
    margin: 10px 0;
    font-size: 12px;
    line-height: 25px;
    border-radius: 10px;
}
.footer .f_navi ul {
    width: 100%;
    text-align: left;
    margin: 0 auto;
}
.footer .f_navi li {
    display: inline-block;
    height: 25px;
    padding: 0 3px;
    margin: 10px 0px 0;
    font-size: 15px;
    position: relative;
    border-right: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer .f_navi li i {
    position: absolute;
    font-size: 20px;
    line-height: 23px;
    right: 10px;
    top: 0;
}
.footer .f_navi li.sp_title {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}
.footer .f_navi li.sp_title h5 {
    position: relative;
    text-align: center;
    background: #fff;
}
.footer .f_navi li.sp_title h5 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    background-color: #fff;
    text-align: left;
}
.footer .f_navi li.sp_title h5::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #222222;
}
.footer .f_navi li.sp_3column {
    width: 32%;
    margin-bottom: 5px;
}
.footer .f_navi li.sp_2column {
    width: 49%;
    margin-bottom: 5px;
}
.footer .f_navi li:after {
    width: 0;
}
.footer .f_navi .b_none,
.footer .f_navi .spb_none {
    border-right: 0px;
}
.footer .f_gnav_all {
    background: #c3c3c3;
    padding: 0px 0 0px;
    letter-spacing: 2px;
    text-align: left;
}
.footer .f_gnav ul:after {
    display: block;
    content: "";
    clear: both;
}
.footer .f_gnav {
    width: 100%;
    border-top: 1px solid #444;
    margin-bottom: 0;
    overflow: hidden;
}
.footer .f_gnav li {
    width: 50%;
    float: left;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0px 0px 0 15px;
    font-size: 12px;
    position: relative;
    border-bottom: 1px solid #444;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.footer .f_gnav li i {
    position: absolute;
    font-size: 20px;
    line-height: 30px;
    right: 10px;
    top: 6px;
}
.footer .f_gnav li:nth-child(even) {
    border-left: 1px solid #444;
}
.footer .f_gnav li:last-child {
    width: 100%;
}
.footer .f_gnav li a {
    display: block;
}
.footer .f_gnav .sp_wide {
    width: 100%;
    height: 38px;
    border-bottom: 0px;
}
.footer .f_gnav li:after {
    width: 0px;
}
.footer .f_gnav {
    margin-bottom: 5px;
}
.footer .f_copy {
    padding: 10px 5px;
    font-size: 10px;
}
.footer .f_copy img{
max-width: 60%;
height: auto;
}
/***********************************
特商法テーブルレイアウト
***********************************/
.p-law .sysTitle {
    width: 90%;
}
#main_tradelaw,
.main_tradelaw {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 30px;
    border: 0px solid #ddd;
    margin-top: 30px;
    margin-bottom: 30px;
}
#main_tradelaw dl,
.main_tradelaw d {
    width: 100%;
    background: #ededed;
    border-bottom: 0px dotted #bfbfbf;
    overflow: hidden;
}
#main_tradelaw dl:after,
.main_tradelaw dl:after {
    display: block;
    content: "";
    clear: both;
}
#main_tradelaw dt,
.main_tradelaw dt {
    width: 100%;
    padding: 15px 0 15px 20px;
    float: none;
    clear: both;
    font-weight: bolder;
}
#main_tradelaw dd,
.main_tradelaw dd {
    margin-left: 0px;
    padding: 15px;
    background: #fff;
}
.shipFee {
    max-width: 1100px;
    margin: 20px auto
}
.shipFee .tableTitle {
    text-align: center;
    font-size: 12px;
}
table.shipFeeTable {
    width: 100%;
    margin: 0%;
    border-collapse: collapse;
    margin-bottom: 30px;
    text-align: left;
    line-height: 1.5;
}
.spThead {
    display: block;
}
.pcThead {
    display: none;
}
table.shipFeeTable thead th {
    font-size: 12px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #fff;
    text-align: left;
}
table.shipFeeTable tbody th {
    font-size: 12px;
    display: block;
    width: 100%;
    border: 0px solid #ddd;
}
table.shipFeeTable tbody .sum {
    position: relative;
    padding: 25px 10px;
    text-align: center;
}
table.shipFeeTable tbody .sum i {
    position: absolute;
    color: #888;
    font-size: 35px;
    left: 0;
    right: 0px;
    margin: auto;
    bottom: -20px;
    z-index: 20;
}
table.shipFeeTable td {
    display: block;
    width: 100%;
    border: 0px;
}
table.shipFeeTable b {
    color: #D42E30;
    display: inline-block;
    padding: 0 3px;
    font-size: 1.2em;
}
/***********************************
2カラムレイアウト
***********************************/
.col2Style .imgWrap img {
    width: 80%;
    margin: 0px 10%;
}
.col2Style .floatWrap img {
    width: 80%;
    margin: 0px 10%;
    float: none;
}
.col2Style .floatWrap .txt {
    padding-top: 5px;
    margin-left: 0px
}
.col2Style .floatImg .imgWrap {
    width: 100%;
    float: none;
}
.col2Style .floatImg .imgWrap img {
    width: 80%;
    margin: 20px 10%;
}
/***********************************
お買物ガイド
***********************************/
.indexList li {
    padding: 3px 5px;
    font-size: 12px;
}
.guideBlock {
    padding-top: 0;
}
/* カート内商品数表示*/
button.itemCount2 {
    display: none;
    position: absolute;
    background: rgba(207, 15, 42, 0.9);
    border: none;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
}
/*商品購入ステップ*/
.steps ul {
    width: 350px;
}
.steps li {
    float: left;
    padding: 0 6px;
    height: 150px;
}
.steps li a {
    height: 150px !important;
}
.steps li img {
    height: 150px;
}
@media screen and (max-width: 350px) {
    /*商品購入ステップ*/
    .steps ul {
        width: 275px;
    }
    .steps li {
        float: left;
        padding: 0 2px;
        height: 100px;
    }
    .steps li a {
        height: 100px !important;
    }
    .steps li img {
        height: 100px;
    }
}
/* 決済ページ*/
#sysPayment #sysWrap,
#sysConfirm #sysWrap,
#sysThanks #sysWrap,
#sysCartError #sysMain {
    width: 95% !important;
    margin-left: 2.5%;
}
#sysBillingAddress form {
    width: 95%;
    padding: 30px 20px;
    margin: 0 auto;
}
#sysPayment #sysMain .sysFormLabel {
    line-height: 10px;
}
#sysDestination #sysMain {
    width: 95%;
    border: 1px solid #aaa;
    padding: 20px 20px !important;
    margin: 30px auto;
}
/***********************************
マイページ
***********************************/
.sysMypage .sysMypageNav form {
    width: 100% !important;
}
/***********************************
新規会員登録
***********************************/
#sysMemberRegisterIndex .sysNextSubmit {
    width: 60%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    height: 50px;
    font-size: 15px;
    font-weight: 700;
}
#sysFormIndex #sysMain .sysNextSubmit {
    width: 100%;
}
#sysMemberRegisterIndex .sysButton[type="submit"] {
    width: 60%;
    float: none;
    margin-left: 20%;
    border-radius: 5px;
    height: 50px;
    font-size: 15px;
    margin-top: 20px;
}
#sysMypageLogin .sysLoginButton {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-top: 30px;
    font-size: 13px;
    font-weight: 700;
}
#sysMypageLogin .sysButton {
    width: 100%;
    margin-left: 0%;
    margin-top: 15px;
    font-size: 13px;
    font-weight: 700;
}
#sysMypageReminder #sysMain input[type="text"],
#sysMemberRegisterIndex #sysMain input[type="text"],
#sysFormIndex #sysMain input[type="text"],
#sysFormIndex #sysMain textarea {
    width: 100%;
}
/***********************************
ボタンデザイン
***********************************/
.common_btn {
    margin: 20px auto 30px;
}
/***********************************
TOPページ
***********************************/
/*.トップスライダー*/
#slideShow {
    height: 130px;
}
.top_slider {
    padding-top: 0;
    margin: 120px auto 0;
}
.slick-next,
.slick-prev,
.slick-arrow [type=button] {
    border: none !important;
    display: none !important;
}
.owl-dots .owl-dot {
    top: 0;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
}
.owl-nav [class*=owl-] {
    margin-top: -25px;
    width: 15px !important;
    height: 28px !important;
}
.owl-nav .owl-prev {
    left: 20%;
    background: url(/img/common/controls.png) no-repeat 0 0;
    background-size: 30px !important;
}
.owl-nav .owl-next {
    right: 20%;
    background: url(/img/common/controls.png) no-repeat -15px 0;
    background-size: 30px !important;
}
.owl-nav .owl-prev:hover {
    background-position: 0 0;
}
.owl-nav .owl-next:hover {
    background-position: -15px 0;
}
.top_fv .sysContent .sysHorizontal li {
    float: none !important;
    display: inline-block;
    width: 22% !important;
    margin: 5px 0% 10px !important;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 101%;
}
.top_illustration .sysContent .sysHorizontal li {
    float: none !important;
    display: inline-block;
    width: 22% !important;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*完了ページ調整*/
#sysThanks #sysMain {
    width: 100% !important;
    padding: 0 !important;
}
/* 年齢確認モーダル */
.check-age-modal .modal_area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    text-align: center;
    z-index: 2;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding: 15px;
    width: 80%;
}
#sysMypageIndex .sysItemSearchForm .sysSearchButton {
    margin-top: auto !important;
    width: auto !important;
    background-color: #fff;
    border: none !important;
    color: black !important;
    height: auto !important;
    font-size: 12px !important;
    font-weight: 200 !important;
}
/* ログインページ */
#sysMain .sysFormLabel {
    font-size: 1.3rem;
    font-weight: bold;
}
/* スライダー */
.slider {
    width: 100%;
    border-radius: 0px;
}
.slick-dots {
    bottom: -25px;
}
.slider-img {
    width: 256px !important;
}
.slider-img img {
    height: 256px;
    width: 256px;
}
.slider .slick-dots {
    display: none !important;
}
.prev-arrow {
    display: none !important;
}
.next-arrow {
    display: none !important;
}
.top_illustration {
    margin-top: 15px;
    padding-top: 0;
}
.sysItemImage img {
    height: auto;
}
.check-age-modal .btn_area button,
.check-age-modal .no {
    width: 107px;
}
.child_footer_support {
    text-align: left;
    margin-left: 6%;
    font-size: 1rem;
    margin-top: 10px;
    column-count: 2;
}
.parent_footer_support {
    display: block;
}
/* support */
.header_support {
    display: block;
    display: flex;
    font-size: 11px;
    font-weight: 500;
    margin-top: -10%;
}
.child_header_support {
    margin-right: 3px;
    margin-left: 3px;
}
.sp_slider {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-right: 2%;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}
.sp_slider_img {
    margin-right: 12px;
    margin-left: 11px;
    width: 100px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
    background-color: #eeeeee;
    padding: 10px 10px 10px 10px;
    margin: 0 0 0 0;
    border-radius: 0px;
}
.sp_slider_img img {
    height: 100px !important;
    width: 100px !important;
}
.top_illustration_block {
    display: none;
}
#sysMypageEditDelivery #sysMain input {
    width: 100%;
}
#sysMypageEditDelivery .sysZipcode button {
    display: inline-block;
    width: 60% !important;
    border-radius: 10px;
    height: 40px;
}
#sysMemberRegisterIndex #sysMain input[type="tel"],
#sysMemberRegisterIndex #sysMain input[type="email"],
#sysMemberRegisterIndex #sysMain input[type="password"] {
    width: 100%;
}
#favorite .sysItemBlock ul.sysVertical li {
    width: 44%;
    height: 280px;
}
#sysMypageOrderHistoryDetail>form {
    margin-left: 0;
    margin-bottom: 5%;
}
.sysItemName,
.sysExplanation>div>span,
.sysReview>span {
    margin-top: 9px;
    margin-bottom: 3px;
    font-size: 1.2rem;
}
.c-favorite .sysContent .sysVertical .sysItemImage img {
    width: 150px;
    height: 150px;
}
#sysMypageReview .sysCartButton {
    width: 100%;
}
#sysMypageReview .sysButton {
    width: 100%;
}
#sysBillingAddress .sysGender label {
    display: block;
}
.accordion {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
}

.accordion-title {
    color: #333;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 20px;
}
.no-accordion-title {
    color: #333;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 20px;
}
.accordion-content {
    display: none;
    padding: 10px 20px;
}

.accordion-content p {
    font-size: 13px;
    line-height: 1.5;
    padding: 0.5em;
}

.modal_banner {
    padding: 10px 20px;
    color: rgb(160, 160, 160);
    background-color: rgb(248, 248, 248);
    border-top: 1px solid rgba(45, 45, 45, 0.05);
    border-bottom: 1px solid rgba(45, 45, 45, 0.05);
}
.modal_banner img{
    width: 100%;
    height: auto;
  }
/* 矢印 */
.accordion-title {
    position: relative;
}

.accordion-title::after {
    border-right: solid 2px #000;
    border-top: solid 2px #000;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
}

.accordion-title.open::after {
    top: 45%;
    transform: rotate(-45deg);
}

.header_hamburger{
display: none;
}

.header_hamburger .g_navi br {
    display: none;
}

.header_hamburger .g_navi li a {
    height: 50px;
    font-weight: 500;
    line-height: 1.1;
    float: left;
    display: flex;
    height: 100%;
    width: 100%;
    padding: 10px;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.header_hamburger .g_navi li img {
    height: 25px;
    margin-bottom: -4px;
}

.sysIconRank img {
    width: auto;
    height: auto;
}
.sysRemarksArea {
    margin: 6em auto 2em !important;
}
.sysAcceptDomainArea .sysAcceptDomain {
    height: auto;
    float: none;
    margin: 1%;
    width: auto;
}
.page_t {
    bottom: 1%;
    right: 0%;
    width: 11.5%;
    height: 6.5%;
}
.sysReviewImproperForm {
    width: 70%;
}
#info-point .point_img {
    width: auto;
}
#sysItemDetail .sysReview span {
    font-size: 2rem;
}
#sysItemDetail .sysReview-banner {
    width: 100%;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}
#sysSelections div {
    width: 100%;
    display: block;
}
#sysItemDetail .sysForm select {
    width: 100%;
    display: block;
    border-radius: 3px;
}
#sysItemDetail #sysVariation>div {
    width: 100%;
    display: block;
}
#sysItemDetail .sysForm select {
    width: 100%;
    display: block;
    border-radius: 3px;
}
.guide .sysContent .help ul::after {
    content: "";
    display: block;
    width: 48%;
}
.guide .sysContent .help ul::before {
    content: "";
    display: block;
    width: 48%;
    order: 1;
}
.guide .sysContent .help li {
    width: 48%;
}
.guide .sysContent .help li a {
    display: inline-table;
    font-size: 1.6rem;
    font-weight: 600;
}
.guide .sysContent th {
    display: none;
}
.guide .sysContent td {
    display: block;
    text-align: right;
    width: 100%;
    text-align: center;
}
.guide .sysContent th,
.i-point .sysContent td {
    text-align: center;
    padding: 1em 10px 1em 1em;
}
.guide .sysContent td:first-child {
    color: #000;
    text-align: center;
}
.guide .sysContent td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
    width: 50%;
}
.wrap1,
.sp_nav,
.h_mypage,
.s_mypage{
    display: none;
}
.sp_nav .sysContent .g_navi {
    display: block;
    width: 100%;
    padding: 10px 20px;
    margin-left: auto;
    margin-right: auto;
}
.sp_nav .sysContent .g_navi ul {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
}
.sp_nav .sysContent .g_navi li {
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    flex-direction: column;
    align-content: stretch;
    justify-content: space-between;
}
.sp_nav .g_navi li i {
    width: 100%;
    height: 50%;
    display: block;
    vertical-align: middle;
    padding: 5px;
}
.sp_nav .g_navi li .navi_p{
    display: block;
    height: 50%;
    width: 100%;
}
.sp_nav .g_navi li p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.1;
}
#sysMypageReminder #sysMain,
.sysNextSubmit {
    float: none;
    margin: 0;
}
#sysWishlist {
    width: 100%;
}
#sysWishlist .sysButton,
#sysItemDetail .sysCartButton {
    width: 100%;
}
.sysCart .sysCartTitle {
    margin: 0 0 0 0;
    font-size: 1.5rem;
}
#sysFormIndex #sysMain form {
    background: #eee;
    background-color: #eee;
    padding: 0.5em 1em;
    border: 1px solid #EEEEEE;
}
#sysFormIndex #sysMain .message {
    background: #eee;
    background-color: #eee;
    padding: 0.5em 1em 0 1em;
    border: 1px solid #EEEEEE;
}
#sysFormIndex #sysMain .sysForm {
    background: #fff;
    background-color: #fff;
    margin: 0.5em;
    padding: 1em;
    border-radius: 6px;
}
#sysFormIndex #sysMain .sysFormField textarea {
    background: #fff;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #bbb;
    width: 100%;
}
.kouzajoho ul {
    column-count: 1;
    line-height: 2;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
    color: #3778AD;
    margin: 0.5em;
}
.sysCart #sysMain .sysUseCoupons .sysUseCouponsSelect ul {
    width: 100%;
    font-size: 1.4rem;
    font-weight: normal;
}
.sysCart #sysMain input[type="submit"] {
    font-size: 1rem;
}
#sysMypageLogin .mypage_login .newaccount {
    width: 100%;
    margin: 0 0 1em 0;
}

/*商品詳細ページ*/
#sysItemDetail #sysMain {
    max-width: 450px;
    width: 90% !important;
}
.sysMainImage {
    text-align: center;
    width: 100%;
    height: 50vh;
    position: relative;
    padding-bottom: 5px;
}
.sysMainImage  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
}
.sysDescriptionMobile{
    margin: 1vh 0;
}
#sysSelections {
    margin: 10px 0;
}
#sysSelections select {
    width: 100% !important;
    display: block !important;
}
#sysItemDetail #sysMain input[type=submit] {
    width: 100%;
    margin: 0.5rem 0;
    float: none;
}
#sysItemDetail .sysDescription {
    margin-top: 20px;
}
#sysItemDetail .sysNumArea .sysBtnMinus {
    left: 103px;
}
#sysItemDetail .sysNumArea .sysBtnPlus {
    left: 280px;
}
#sysItemDetail .sysBlock {
    margin-left: 0;
}
/*商品サムネイル*/
.sysItemList ul.sysThumbnail li,
.sysContent ul.sysHorizontal li {
    display: block;
    padding: 0 0 20px 0;
    margin: 0 1%;
    width: calc(100% / 3 - 2%);
}
.sysItemList ul.sysThumbnail li::before,
.sysContent ul.sysHorizontal li::before{
    content: "";
    clear: both;
    display: block;
    margin: 0 1%;
    width: calc(100% / 3 - 2%);
}
.sysItemList ul.sysThumbnail li::after,
.sysContent ul.sysHorizontal li::after{
    content: "";
    clear: both;
    display: block;
    margin: 0 1%;
    width: calc(100% / 3 - 2%);
}
.sysItemList ul.sysThumbnail li .sysThumbnailImage {
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    position: relative;
}
.sysItemList ul.sysThumbnail li img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
}
.sysItemList ul.sysThumbnail input {
    display: none;
}
/* 商品サムネイル パーツ*/
.purchase .sysContent .sysHorizontal li,
.category_popular .sysContent .sysHorizontal li,
.top_ranking .sysContent .sysHorizontal li,
.top_recommendation .sysContent .sysHorizontal li,
.top_new_item .sysContent .sysHorizontal li,
.category_new_item .sysContent .sysHorizontal li{
    display: block;
    padding: 0 0 20px 0;
    margin: 0 1%;
    width: calc(100% / 3 - 2%);
}
.purchase .sysContent .sysHorizontal li::after,
.category_popular .sysContent .sysHorizontal li::after,
.top_ranking .sysContent .sysHorizontal li::after,
.top_recommendation .sysContent .sysHorizontal li::after,
.top_new_item .sysContent .sysHorizontal li::after,
.category_new_item .sysContent .sysHorizontal li::after{
    content: "";
    clear: both;
    display: block;
    margin: 0 1%;
    width: calc(100% / 3 - 2%);
}
.purchase .sysContent .sysHorizontal li::before,
.category_popular .sysContent .sysHorizontal li::before,
.top_ranking .sysContent .sysHorizontal li::before,
.top_recommendation .sysContent .sysHorizontal li::before,
.top_new_item .sysContent .sysHorizontal li::before,
.category_new_item .sysContent .sysHorizontal li::before{
    content: "";
    clear: both;
    display: block;
    margin: 0 1%;
    width: calc(100% / 3 - 2%);
    order:1;
}
/* TOP人気カテゴリー
リアルタイムレビュー*/
.top_popular {
    width: 90%;
    height: 350px;
    margin: 15px auto;
    float: none;
    display: block;
}
.top_popular .sysContent ul.sysHorizontal li .sysItemImage{
    width: 40px;
    height: 40px;
}
.top_review {
    display: block;
    width: 90%;
    height: 230px;
    margin: 20px auto;
    float: none;
}
.top_review .sysContent{
    width: 100%;
    margin: 0;
    padding: 0;
    height: 180px;
}
.category_new_item .sysHeadline,
.category_popular .sysHeadline,
.purchase .sysHeadline{
font-size: 2rem;
}
#sysMypageEditDelivery #sysMain .sysNextSubmit,
#sysMypageEditMember .sysNextSubmit{
    width: 100%;
}
#sysMypageReview .sysItemList ul.sysList li,
 #sysMypageAshiato .sysItemList ul.sysList li,
 #sysMypageRestockRequest .sysItemList ul.sysList li{
    width: 100%;
    margin: 0 0 0 0;
 }
 #sysMypageReview .sysItemList ul.sysList li:nth-child(odd), #sysMypageAshiato .sysItemList ul.sysList li:nth-child(odd), #sysMypageRestockRequest .sysItemList ul.sysList li:nth-child(odd) {
    margin-right: 0;
}
 #sysMypageReview .sysItemList form,
 #sysMypageAshiato .sysItemList form,
 #sysMypageRestockRequest .sysItemList form{
    right: 0;
    left: 0;
    width: 90%;
    margin: 0 auto;
 }
.top_new_item,
.top_ranking,
.top_recommendation{
padding: 0 5%;
margin: 10px 0;
}
.sysSelectHopeDelivery{
    display: block !important;
}
.sysSelectHopeDelivery div{
    width: 100%;
    margin: 0 0 0 0;
}
.sysSelectHopeDelivery div select{
    height: 50%;
}
.sysSelectHopeDelivery label{
    height: 50%;
}
.sysCart #sysMain .sysUsePoints input[type="text"]{
    display: inline;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin: 0;
}
.sysUsePoints .sysUsePointsInput{
    display: block !important;
    width: 100%;
    margin-top: 10px;
    padding: 0.5em;
}
.sysMypageMinorHeadLine{
font-size: 2rem;
margin: 0.5em 0;
}
#sysItemReviewIndex #sysMain{
    padding: 0 10px !important;
}
#sysItemReviewIndex h2{
    margin: 10px auto !important;
}
.sysMypageNav {
    display: block;
    width: 100%;
    height: auto;
  }
  .sysMypageNav>form{
    margin: 0 0 0 0;
    width: 100;
}
/*商品名*/
span.sysSubtotalPrice,
#sysItemDetail .sysItemName h1 {
  font-size: 1.8rem;
}
.guide .sysContent .help li a {
    font-size: 14px;
}
.col2Style img{
    max-width: 100%;
}
.g_navi svg{
    height: 2.9em;
    display: block;
    text-align: center;
    width: 100%;
    padding: 5px;
    color: #333333;
}
.koubaibu {
    font-size: 1.3rem;
}
.koubaibu .lp_fv{
    width: 100%;
    max-width: 600px;
}
.koubaibu .contbox{
    width: 100%;
}
.koubaibu .lp_btn{
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 70%;
}
#sysMemberRegisterIndex #sysMain .sysNextSubmit{
    width: 100%;
}
.sysSendAuthenticationMail{
    width: 100%;
}
input.sysMemberRegister{
    width: 100%;
}
/* 20230421追加 */
#sysItemSearch #sysMain .sysItemSearchForm .sysItemSearchFormWord{
  width: 100%;
}
#sysItemSearch #sysMain .sysItemSearchForm .sysSearchButton{
  max-width: 100%;
  width: 100%;
}

.sysItemImages .owl-prev {
    left: 10px;
}
.sysItemImages .owl-prev:before {
    right: 3px;
    left: 0;
}
.sysItemImages .owl-next{
    right: 10px;
}
.sysItemImages .owl-next:before{
    right: 0;
    left: 3px;
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.sysItemImages .owl-prev, 
.sysItemImages .owl-next {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px !important;
    height: 40px !important;
    background-color: rgba(44,40,37,.2);
    background-image: none;
    color: #fff;
    cursor: pointer;
    border-radius: 100%;
}
.sysItemImages .owl-prev:before,
.sysItemImages .owl-next:before {
    content: "";
    width: 8px;
    height: 16px;
    background-image: url(../img/layout/system/modal_arrow.png);
    background-position: 50%;
    background-size: contain;
    display: inline-block;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: 10;
}
#custom_gb_slide{
    position: relative;
    text-align: center;
    width: 100%;
    height: calc(100vmin - 60px);
    max-width: 500px;
    max-height: 500px;
    padding: 0;
    margin-bottom: 5px;
}
.sysItemImages{
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sysItemImages li{
    position: relative;
    width: 100%;
    height: calc(100vmin - 60px);
    max-width: 500px;
    max-height: 500px;
    object-fit: contain;
}
.sysItemImages li img{
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0 0 0 0;
}

#custom_gb_slide_nav ul li{
    display: block;
    padding: 0 0 1% 0;
    margin: 0 1% 0 1%;
    width: calc(100% / 4 - 2%);
    height: 100px;
    max-height: 120px;
}
#custom_gb_slide_nav ul li::before,
#custom_gb_slide_nav ul li::after{
    content: "";
    clear: both;
    width: 23%;
}
#custom_gb_slide_nav ul{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
#custom_gb_slide_nav ul li{
    display: block;
    padding: 0 0 1% 0;
    margin: 0 1% 0 1%;
    width: calc(100% / 4 - 2%);
    height: 100px;
    max-height: 120px;
}
#custom_gb_slide_nav ul li::before,
#custom_gb_slide_nav ul li::after{
    content: "";
    clear: both;
    width: 23%;
}
#custom_gb_slide_nav ul li img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    border: 1px solid lightgray;
}

#custom_gb_slide .owl-carousel.owl-loaded{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#custom_gb_slide .owl-item :active{
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
}
#custom_gb_slide .owl-item img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* 230502追記 */
.motto a,
.motto a::after,
.motto::after{
    display: none;
}
.top_recommendation_btn,
.top_new_item_btn, 
.top_ranking_btn{
    width: 80%;
    margin: auto;
    text-align: center;
    }
.top_recommendation_btn a,
.top_new_item_btn a,
.top_ranking_btn a{
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    width: 100%;
    font-weight: 100;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 5px 30px;
    font-size: 1.3rem;
    margin-bottom: 50px;
    color: #888;
}
.top_recommendation_btn a::after,
.top_new_item_btn a::after,
.top_ranking_btn a::after{
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 1px solid currentColor;
    border-top: 1px solid currentColor;
    content: "";
    color: #888;
}
#more a {
    min-width: 10em;
    width: 70%;
    height: auto;
    padding: 5px 10px;
    margin: 0 auto;
}
#sysItemReviewIndex #sysMain form {
    padding: 0 1em;
}
#sysItemReviewIndex #sysMain .sysForm{
    padding: 0 0 0 0;
}
.group_banner {
    width:98%;
}
.group_banner ul {
    flex-wrap:wrap;
}
.group_banner ul li {
    width:49%;
}
.group_banner ul li:nth-of-type(n+2) {
    margin-left:0;
}
.group_banner ul li:nth-of-type(even) {
    margin-left:2%;
}
.group_banner ul li:nth-of-type(n+3) {
    margin-top:10px;
}
.porpose .course .modal_content li{
    width: calc(100% / 1 - 2%);
}
.goods {
    width: calc(100% / 3 - 2%);
}
.goods::after {
    width: calc(100% / 3 - 2%);
}
.goods::before {
    width: calc(100% / 3 - 2%);
}
#sysExplanationMobile p {
    font-size: 1.8rem;
}
.banner_2columns p {
	width: 100%;
	text-align: center;
}
.banner_2columns p:not(:nth-of-type(1)) {
	margin-top: 5px;
}
.sysOpcBody .opcItem_increaseNumButton_edit.opcCommonButton,
.sysOpcBody .opcItem_decreaseNumButton_edit.opcCommonButton {
    width: 20%;
}
.sysOpcBody .opcPoint_edit {
    margin-bottom: 1em;
}

.sysOpcBody .modaal-container {
    padding: 0px 3%;
}

.sysOpcBody .opcCommonEditLabel {
    margin-top: 5px;
}
.sysThumbnail .itemDetailWrap .sysRetailPrice .discount_rate_area,
.sysHorizontal .sysItemPrice .discount_rate_area {
    display: block;
    text-align: center;
    padding: 4px 2px 2px;
}
.setItemRelatedBanner p {
    width: 100%;
}
.setItemRelatedBanner p:nth-of-type(odd) {
    margin-right: 0;
}
.setItemRelatedBanner p:nth-of-type(n + 2) {
    margin-top: 2%;
}
.top_fv_slider_reno .slick-dots {
    bottom: 0px;
}
.top_fv_slider_reno .slick-dotted.slick-slider {
    padding: 0;
    background-color: #ffffff;
}
.top_fv_slider_reno .slick-slider .slick-list {
    margin-top: 10px;
    margin-bottom: 20px;
}
/*
.sysItemSearchFormItemCategoryGroups .itemCategoryGroup0 li,
.sysItemSearchFormItemPrGroups .itemPrGroup0 li {
    width: 100%;
    margin-right: 0;
}
.sysItemSearchFormItemCategoryGroups .itemCategoryGroup0 label,
.sysItemSearchFormItemPrGroups .itemPrGroup0 label {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
*/
}
@media screen and (min-width:769px) and (max-width:1199px){
/* Tablet基本設定 */
.sysDisplayTabletNone{
  display:none !important;
}
body[data-member-login="true"] .s_login {
  display:none !important;
  }
body[data-member-login="true"] .s_mypage{
  display: inline !important;
  }
.s_mypage{
  display:none;
}
div#sysAside{
    display: none;
}
#sysAside{
    display: none;
}
.h_mypage{
  display:none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
  line-height: 42px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.s_login:nth-child(1) {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 0 90px;
}
.s_login:nth-child(2) {
  color: #fff;
  background-color: #FD306A;
border: 1px solid #FD306A;
  border-radius: 20px;
  padding: 0 90px;
}
.s_mypage{
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 0 230px;
}
#sysWrap {
  width: 100%;
}
#sysMain{
  margin-top: 0;
}
div#sysMain{
  float: none;
  display: block;
  width: 90% !important;
  margin: 0 auto;
  padding: 0;
}
#top div#sysMain{
  width: 100% !important;
}

#sysFormIndex div#sysMain,
#sysFormConfirm div#sysMain,
#sysFormThanks div#sysMain,
.sysCart #sysMain,
.sysMypage div#sysMain,
.sysMemberRegister #sysMain,
#sysItemSearch div#sysMain,
.sysOpcBody #sysMain {
  width: 90% !important;
  padding:20px 10px 30px !important;
  margin:0 auto;
  padding: 0 !important;
}
.sysFormField label {
  display: block;
}
#sysFormIndex .txtBlock {
  text-align: left;
}
.grid-col {
  float: none;
  width: 100%!important;
  margin-left: 0;
}
/* Order Area */
.orderArea { 
  letter-spacing: normal;
}
.orderArea > div {
  width: 100%;
  float: none;
}
/*header検索ボックス*/
.h_search{
  margin-top:100px;
}
/***********************************
  商品詳細ページ
***********************************/
/* 商品詳細 */
#sysItemDetail .sysMainImage {
  max-width: 700px;
  margin: 0 auto;
}
#sysItemDetail .sysImageList {
  max-width: 700px;
  margin: 0 auto 20px;
}
#sysItemDetail .sysImageList li {
  display: inline-block;
  line-height: 0;
}
#sysItemDetail .sysReview,
#sysItemDetail .description_left,
#sysItemDetail .sysDescription,
#sysItemDetail .sysForm,
#sysItemDetail .sysRetailPrice,
#sysItemDetail .sysImageDescription {
  max-width: 700px;
  margin: 0 auto 10px auto !important;
}
.sysItemPrArea span{
  width: 48%;
  font-size: 14px;
}
.sysPr span{
  font-size: 10px;
}
#sysWishlist{
  width: 100%;
}
.sysMainImage {
  text-align: center;
}
.sysExplanation{
  float: none;
  width: 100%;
}
.sp_newline{
  display: block
}
/***********************************
ヘッダー
***********************************/
.header_wrap_inner {
    max-width: 1440px;
    display: inline-block;
    width: 95%;
    height: 100%;
}
.header_h1 .sysContent {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.logo img{
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.h-pc-search .sysContent {
    display: inline-block;
}
.search_bx form {
    border: 1px solid #dddddd;
}
#sysHeader{
  width: 100%;
  margin: 0px auto;
}
.head_title{
  font-size: 10px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  letter-spacing: 1px;
}
.header_sp{
  width: 95%;
  margin: 0 2.5%;
  position: relative;
  text-align: center;
}
.header_sp #navBtn{
  position: absolute;
  top: 10px; right: 0;
}
.header_sp .spCart{
  position: absolute;
  top: 10px;
  right: 10%;
}
.header_sp #navBtn img, .header_sp .spCart img{
  width: 40px;
  height: 40px;
}
.header_sp .spLogo img{
  position: absolute;
  left: 0;
  width: 110px;
  margin-top: 10px;
}
#top #sysWrap {
  margin-top: 0;
}
/***********************************
  カート情報
***********************************/
#cartInfo{ 
  width: 12%
}
/***********************************
  ナビゲーション
***********************************/
#headNavigation .pcnone{
  display: block;
}
#headNavigation .spnone{
  display: none;
}
#headNavigation li.active{
  background: #fff;
}
.h_navi{
  width: 100%;
  height: 40px;
}
#headNavigation li.tab1{
  width: 20%;
  margin-top:10px;
}
#headNavigation li.tab1 a{
  font-size: 1rem;
  line-height: 15px;
  position: relative;
}
.header .g_navi li{
width: 100%;
margin: 0 0 0 0;
}

.header .g_navi #non_impression .new_h{
font-size: 10px;
}
/*ナビゲーショントグル*/
.toggleNav{
  display: none;
  width: 100%;
  position: absolute;
  height: 0px; /*heightはjs制御*/
  top: 39px; left:0;
  z-index: 110;
  background: rgba(0,0,0,0);
  box-shadow:0px 0px 0px 0px #ccc;
  -moz-box-shadow:0px 0px 0px 0px #ccc;
  -webkit-box-shadow:0px 0px 0px 0px #ccc;
}
.toggleNav:hover{
  overflow: visible !important;
}
#sysBasket #headNavigation ul.tab{
  position: relative;
  top: 90%;
  border-bottom: 1px solid #aaa;
  padding-bottom: 5px;
}
#headNavigation ul.tab{
  position: relative;
  top: 90%;
}
#sysBasket #sysWrap{
  border-top: none !important;
}
.tabmenu .border:after{
  content:none;
}
.tabmenu li.tab1{
  position: static;
}
.tabmenu li.tab1:nth-child(4){
  border-right:none;
}
.tabmenu li.tab1{
  position: static;
}
.tabmenu li.tab1 a{
  font-size:14px;
}
.tabmenu ul:after{
  display: block;
  content: "";
  clear: both;
}
.tabmenu li.tab2{
  width: 100%;
  height:auto;
  text-align: left;
  line-height:1;
  font-size: 18px;
  border-bottom: 1px dotted #ddd;
  position: relative;
  background: rgba(255,255,255,1);
}
.tabmenu li.tab2 a{
  display: block;
  position: relative;
  padding: 5px 15px;
  font-size: 14px !important;
  line-height: 40px !important;
  font-weight: bold;
}
#headNavigation li.tab2 a:after{
  display: none;
}
.tabmenu li.tab2 a i{
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top:-7px;
}
.h_spnavi{
position: fixed;
width: 100%;
height: 100vh;
top: 0px; left: 0;
background: rgba(0,0,0,0.8);
z-index: 150;
color: #444;
display: none;
overflow: auto;
}
#spNaviWrap{
position: absolute;
width: 80%;
height: 1550px;
top: 0px; left: -100%;
background: #fff;
z-index:  200;
overflow: scroll;
}
/***********************************
  ログイン情報
***********************************/
.h_login .sysHeadline,.h_search .sysHeadline{
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}
.h_login .sysContent{
text-align: center;
font-size: 16px;
}
.h_login .sysFormItem{
  margin-bottom: 10px;
}
.h_login .sysFormLabel{
  display: block;
  font-size: 12px;
  height: 20px;
  text-align: left;
  margin-bottom: 3px;
}
.h_login .sysLoginButton{
  width: 100%;
  margin: 10px 0%;
  border-radius: 5px;
  background: #FD306A;
  color: #fff;
  font-size: 15px;
  height: 35px;
  line-height: 10px;
 }
 .h_login li{
   border:1px solid #444;
   margin-bottom: 10px;
   font-size: 15px;
   height: 35px;
   line-height: 32px;
   text-align: center;
   border-radius:5px;
 }
 .h_login li a{
   font-size: 12px;
   padding: 0px 5px 5px 0px;
 }
/***********************************
  ナビゲーションメニュー
***********************************/
#closeMenu {
  width: 100%;
  color: rgb(150, 150, 150);
  background-color: rgb(232, 232, 232);
  border-top: 1px solid rgba(45, 45, 45, 0.05);
  border-bottom: 1px solid rgba(45, 45, 45, 0.05);
  padding: 10px 20px;
  vertical-align: middle;
}
#closeMenu i{
font-size: 20px;
}
#closeMenu span {
  font-size: 15px;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
}
#closeMenu2{
  text-align: center;
  margin: 20px 0;
  border: 1px solid #444;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  border-radius:5px;
  cursor:pointer;
}
#closeMenu2 span{
  display: inline-block;
  margin: 0 10px;
}
#spNavMenu .navTitle{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#spNavMenu{
  max-width: 800px;
  margin: 80px auto 0;
  width: 90%;
}
#spNavMenu .spMenuList{
  height: auto;
  line-height: 40px;
  font-size: 15px;
  position: relative;
  border-bottom: 1px solid #aaa;
}
#spNavMenu .spMenuList i{
  position: absolute;
  line-height: 40px;
  right: 10px;
  font-size: 18px;
}
#spNavMenu .spMenuList a{
  display: block;
  padding-left: 15px;
}
#spNavMenu .spToggleNav{
  height: 270px;
  overflow: hidden;
}
#spNavMenu .spToggleNav li{
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  border-bottom: 1px dotted #aaa;
}
#spNavMenu .spToggleNav li{
  padding-left: 20px;
}
#spNavMenu .spToggleNav li:first-child{
  border-top: 1px solid #aaa
}
#spNavMenu .spToggleNav li:last-child{
  border-bottom: 0;
}
/***********************************
  フッター
***********************************/
.footer{
  margin: 30px 0 0;
  background: #fff;
  letter-spacing: 2px;
}
.footer .f_navi_all{
  width: 95%;
  margin: 0 auto;
  padding: 10px 2.5% 0;
}
.footer .f_navi h3{
  width: 100%;
  height: 25px;
  background: #424242;
  color: #fff;
  margin: 10px 0;
  font-size: 12px;
  line-height: 25px;
  border-radius: 10px;
}
.footer .f_navi ul{
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
.footer .f_navi li{
  display: inline-block;
  height: 25px;
  padding: 0 3px;
  margin: 10px 0px 0;
  font-size: 15px;
  position: relative;
  border-right: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .f_navi li i{
  position: absolute;
  font-size: 20px;
  line-height: 23px;
  right: 10px; top: 0;
}
.footer .f_navi li.sp_title{
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
.footer .f_navi li.sp_title h5{
  position: relative;
  text-align: center;
  background: #fff;
}
.footer .f_navi li.sp_title h5 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.footer .f_navi li.sp_title h5::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.footer .f_navi li.sp_3column{
  width: 32%;
  margin-bottom: 5px;
}
.footer .f_navi li.sp_2column{
  width: 49%;
  margin-bottom: 5px;
}
.footer .f_navi li:after{width: 0;}
.footer .f_navi .b_none, .footer .f_navi .spb_none{border-right: 0px;}
.footer .f_gnav_all{
  background: #c3c3c3;
  padding: 0px 0 0px;
  letter-spacing: 2px;
  text-align: left;
}
.footer .f_gnav ul:after{
  display: block;
  content: "";
  clear: both;
}
.footer .f_gnav{
  width:100%;
  border-top: 1px solid #444;
  margin-bottom: 0;
  overflow: hidden;
}
.footer .f_gnav li{
  width: 50%;
  float: left;
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0px 0px 0 15px;
  font-size: 12px;
  position: relative;
  border-bottom: 1px solid #444;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .f_gnav li i{
  position: absolute;
  font-size: 20px;
  line-height: 30px;
  right: 10px;
  top: 6px;
}
.footer .f_gnav li:nth-child(even){
  border-left: 1px solid #444;
}
.footer .f_gnav li:last-child{
  width:100%;
}
.footer .f_gnav li a{
  display: block;
}
.footer .f_gnav .sp_wide{
  width: 100%;
  height: 38px;
  border-bottom: 0px;
}
.footer .f_gnav li:after{
  width: 0px;
}
.footer .f_gnav{
  margin-bottom: 5px;
}
.footer .f_copy{
  padding: 10px 5px;
  font-size: 10px;
}
@media screen and (max-width:320px) {
  .footer .telephone .telephone02 a {
    font-size: 27px;
  }
  .footer .f_gnav:nth-of-type(2) li:nth-child(3) a{
    font-size: 10px;
  }
}
/***********************************
  サイド
***********************************/
.side_search{
  width:95%;
  margin:0 auto 30px;
}
.side_navi_item,
.side_navi{
  width:95%;
  margin:0 auto;
}
.side_navi ul li.sysText a{
  padding:10px 5px !important;
}
.side_navi_item .sysHeadline,
.side_navi_item .sysContent{
  width:100% !important;
  margin:0 auto !important;
}
.side_navi_item .sysContent li,
.side_navi .sysContent li{
  float:left !important;
  width:50% !important;
}
.side_navi_1{
  border-top:1px solid #000;
}
/***********************************
  共通パーツ
***********************************/
#sysBasket  .h_mypage{
  display:block !important;
}
.contentsWrap{
  width: 90%;
  margin: 0 auto;
}
/***********************************
特商法テーブルレイアウト
***********************************/  
.p-law .sysTitle{
  width: 90%;
}
#main_tradelaw, .main_tradelaw{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 30px;
  border: 0px solid #ddd;
  margin-top: 30px;
  margin-bottom: 30px;
}
#main_tradelaw dl , .main_tradelaw d{
  width: 100%;
  background: #ededed;
  border-bottom: 0px dotted #bfbfbf;
  overflow: hidden;
}
#main_tradelaw dl:after, .main_tradelaw dl:after{
  display: block;
  content: "";
  clear: both;
}
#main_tradelaw dt, .main_tradelaw dt{
  width: 100%;
  padding: 15px 0 15px 20px;
  float: none;
  clear: both;
  font-weight: bolder;
}
#main_tradelaw dd, .main_tradelaw dd{
  margin-left: 0px;
  padding: 15px;
  background: #fff;
}
.shipFee{
  max-width: 1100px;
  margin: 20px auto
}
.shipFee .tableTitle{
  text-align: center;
  font-size: 12px;
}
table.shipFeeTable {
  width: 100%;
  margin: 0%;
  border-collapse: collapse;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.5;
}
.spThead{
  display: block;
}
.pcThead{
  display: none;
}
table.shipFeeTable thead th {
  font-size: 12px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  color: #fff;
  text-align: left;
}
table.shipFeeTable tbody th {
  font-size: 12px;
  display: block;
  width: 100%;
  border: 0px solid #ddd;
}
table.shipFeeTable tbody .sum{
  position: relative;
  padding: 25px 10px;
  text-align: center;
}
table.shipFeeTable tbody .sum i{
  position: absolute;
  color: #888;
  font-size: 35px;
  left: 0;
  right: 0px;
  margin: auto;
  bottom: -20px;
  z-index: 20;
}
table.shipFeeTable td {
  display: block;
  width: 100%;
  border: 0px;
}
table.shipFeeTable b{
  color: #D42E30;
  display: inline-block;
  padding: 0 3px;
  font-size: 1.2em;
}
#sysThanks #sysWrap .sysBox{
margin-top: 130px;
}
/***********************************
お買物ガイド
***********************************/
.indexList li{
  padding: 3px 5px;
  font-size: 12px;
}
.guideBlock{
  padding-top: 0;
  margin-top: 30px;
  }
/***********************************
  カート内商品数表示
***********************************/
button.itemCount {
  margin-left: 0;
}
button.itemCount2{
        display:none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(207,15,42,0.9);
  border:none;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}
/***********************************
  商品購入ステップ
***********************************/
.steps ul{width: 550px;}
.steps li{
  float: left;
  padding: 0 2px;
  height: 180px;
}
.steps li a{
  height: 180px !important;
}
.steps li img{
  height: 180px;
}
/***********************************
TOPページ
***********************************/
/*.トップスライダー*/
#slideShow{
height: 130px;
}
.top_slider{
padding-top:0;
margin:120px auto 0;
}
.owl-dots .owl-dot {
top:0;
}
.owl-dots .owl-dot span{
width:10px;
height:10px;
margin:5px 7px;
}
 /* TOPお気に入りアイコン */
 .spFavorite {
   position: absolute;
   right: 22%;
   top: 15px;
 }
 .spFavorite img {
   width: 20px;
   height: 20px;
 }
 /* TOP検索アイコン */
 .spSearch {
  position: absolute;
  right: 40%;
  top: 15px;
}
.spSearch img {
  width: 20px;
  height: 20px;
}
 /* 年齢確認モーダル */
 .check-age-modal .modal_area {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   background: #fff;
   text-align: center;
   z-index: 2;
   font-size: 20px;
   color: #333;
   font-weight: bold;
   padding: 15px;
   width: 30%;
 }
 
 .parent_support{
  width: 100%;
  min-width: 799px;
  display: flex;
  /* padding-left: 4%; */
  margin-top: 0;
  flex-wrap: wrap;
 }
 .child_support {
   width: 30%;
   margin-left: 3%;
 }
 .support_img {
   display: flex;
 }
 .support_img img {
   width: 40px;
   height: 40px;
   margin-top: 15px;
 }
 
 .support_title p {
   font-size: 20px;
   font-weight: 600;
 }
 
 .support_title {
   margin-left: 5%;
   padding-top: 1%;
   font-size: 23px;
   font-weight: 600;
 }
 .support_link {
   margin-top: 12px;
   font-size: 13px;
   font-weight: 500;
   margin-left: 0;
   margin-bottom: 25px;
   width: 235px;
 }
 .sysMypage input[type="submit"] {
   margin-left: auto;
   margin-right: auto;
 }
 input[type=search], input[type=text], input[type=tel], input[type=email], input[type=password], textarea {
   width: 100%;
 }
 /* ログインページ */
.sysLoginForm .sysMemberPassword, .sysMailaddress {
  width: 100% !important;
  margin-left: 1px;
 }
 /* スライダー */
 .slider {
  width: 100%;
 }
 .slick-dots {
  bottom: -25px;
   }
 .slider-img {
  width: 256px !important;
 }
 .slider-img img {
  height: 256px;
  width: 256px;
 }
 .slider .slick-dots {
  display: none !important;
 }
.prev-arrow {
left: 34%;
 }
.next-arrow {
right: 34%;
 }
.top_illustration {
  margin-top: 15px;
  padding-top: 0;
}
.check-age-modal .btn_area button, .check-age-modal .no {
  width: 107px;
}
.footer_support{
  padding: 0 2em;
}
.child_footer_support {
  text-align: left;
  margin: 10px 0 0 0;
  width: 100%;
  column-count: 2;
}
.parent_footer_support {
  display: block;
}
/* support */
.header_support {
  display: block;
  display: flex;
  font-size: 11px;
  font-weight: 500;
  margin-top: -10%;
}
.child_header_support {
  margin-right: 3px;
  margin-left: 3px;
}
.sp_slider {
  display: none;
  margin: 0 auto;
  width: 100%;
  padding-right: 2%;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  max-height: 270px;
  margin-top: 40px;
  max-width: 800px;
}
.sp_slider_img {
  margin-right: 44px;
  margin-left: 40px;
  width: 180px !important;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.sp_slider_img img {
  height: 180px !important;
  width: 180px !important;
  margin-bottom: 11px;
}
.top_illustration_block {
  display: block;
}
.sysZipcode button {
  display: inline-block;
  width: 22%;
  border-radius: 10px;
  height: 40px;
}
.sysZipcode .sysFormField input {
  width: 95px;
}
#sysMypageEditDelivery .sysZipcode button {
  display: inline-block;
  width: 60% !important;
  border-radius: 10px;
  height: 40px;
}
#sysMemberRegisterIndex #sysMain input[type="tel"], 
#sysMemberRegisterIndex #sysMain input[type="email"], #sysMemberRegisterIndex #sysMain input[type="password"] {
  width: 100%;
}
#favorite .sysItemBlock ul.sysVertical li {
  width: 44%;
  height: 320px;
}
#sysMypageOrderHistoryDetail > form {
  margin-left: 0;
  margin-bottom: 5%;
}
.sysItemName, .sysExplanation > div > span, .sysReview > span {
  margin-top: 9px;
  margin-bottom: 3px;
}
.sysReview {
  font-size: 14px;
}
#sysBasket .sysItemName{
  margin-top: 9px;
  text-align: left;
}
.top_ranking .sysItemName {
  margin-top: 9px;
  margin-left: 4%;
  text-align: left;
}
#sysItemDetail .sysNumArea .sysBtnMinus {
  left: 103px;
}
#sysItemDetail .sysForm select[name="num"] {
  left: 147px;
}
#sysItemDetail .sysNumArea .sysBtnPlus {
  left: 280px;
}

.c-favorite .sysContent .sysVertical .sysItemImage img {
  width: 250px;
  height: 250px;
}
#sysItemDetail .sysBlock {
  margin-left: 0;
}
#sysMypageReview .sysCartButton {
  width: 100%;
}
#sysMypageReview .sysButton {
  width: 100%;
}
#sysBillingAddress .sysGender label {
  display: block;
}
#sysItemDetail .sysItemBlock .sysHorizontal {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.accordion {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}
.accordion-title {
  color: #333;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
}
.no-accordion-title {
  color: #333;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
}
.accordion-content {
  display: none;
  padding: 10px 20px;
}
.accordion-content p {
  font-size: 13px;
  line-height: 1.5;
  padding: 0.5em;
}
.modal_banner{
  padding: 10px 20px;
  color: rgb(160, 160, 160);
  background-color: rgb(248, 248, 248);
  border-top: 1px solid rgba(45, 45, 45, 0.05);
  border-bottom: 1px solid rgba(45, 45, 45, 0.05);
  margin: 0 auto;
  text-align: center;
}
.modal_banner img{
  width: 100%;
  max-width: 400px;
  height: auto;
}
/* 矢印 */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 2px #000;
  border-top: solid 2px #000;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
.sp_nav .sysContent .g_navi {
  display: block;
  width: 100%;
  padding: 10px 20px;
  margin-left: auto;
  margin-right: auto;
}
.sp_nav .sysContent .g_navi ul {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
}
.sp_nav .sysContent .g_navi li {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  flex-direction: column;
  align-content: stretch;
  justify-content: space-between;
}
.sp_nav .g_navi li i {
  width: 100%;
  height: 50%;
}
.sp_nav .g_navi li .navi_p{
  display: block;
  height: 50%;
  width: 100%;
}
.sp_nav .g_navi li p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.1;
}

.g_navi #navBtn{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.g_navi #navBtn img{
    display: inline-block;
    width: auto;
    height: 100%;
}
.header_hamburger .g_navi li i{
  margin-right: 5px;
}
.sysIconRank img{
  width:auto;
  height:auto;
}
.product_image .sysContent .sysVertical .sysItemImage img{
  height:350px;
  width: 350px;
}
/* ページトップに戻る*/
.page_t{
    width: 10%;
}
.sysReviewImproperForm{
    width: 50%;
}
#sysItemDetail #sysMain  input[type=submit]{
width: 100%;
}
#favorite .sysVertical input[type=submit]{
max-width: 250px;
}
#sysItemDetail .sysReview span{
    font-size: 24px;
}
.guide .sysContent .help li a{
  font-size: 16px;
}
#sysMypageReminder #sysMain, .sysNextSubmit{
  float: none;
  margin: 0;
}
#sysItemDetail #sysMain input[type=submit]{
    margin-bottom: 5px;
}
#sysItemDetail .sysBlock{
    margin-left: 0;
}
.orderArea{
    padding: 0;
}
.top_new_item,
.top_ranking,
.top_recommendation{
padding: 0 5%;
margin: 10px 0;
}
#sysItemDetail .sysFreeForm input[type=submit]{
  width: 100%;
  float: none;
  margin: 0 0 0 0;
}
.logo img{
  object-position: 0;
}
.top_popular .sysContent ul.sysHorizontal li .sysItemImage{
  width: 50px;
  height: 50px;
}
#sysItemDetail .sysReview form input[type=submit] {
  max-width: 300px;
}
.guide .sysContent .help li {
  width: calc(100% / 3 - 2%);
}
/* 20230421追加 */
#sysItemSearch #sysMain .sysItemSearchForm .sysItemSearchFormWord{
  width: 100%;
}
#sysItemSearch #sysMain .sysItemSearchForm .sysSearchButton{
  max-width: 100%;
  width: 100%;
}

.g_navi svg{
    width: 100%;
    height: 1.9em;
}
.sysItemImages .owl-prev {
    float: left;
    left: 5%;
}
.sysItemImages .owl-prev:before {
    right: 3px;
    left: 0;
}
.sysItemImages .owl-next{
    float: right;
    right: 5%;
    margin-right: 28px;
}
.sysItemImages .owl-next:before{
    right: 0;
    left: 3px;
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.sysItemImages .owl-prev, 
.sysItemImages .owl-next,
.sysItemImages .owl-nav [class*=owl-],
.sysItemImages .owl-next[class*=owl-] {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-color: rgba(44,40,37,.2);
    background-image: none;
    color: #fff;
    cursor: pointer;
    border-radius: 100%;
}
.sysItemImages .owl-prev:before,
.sysItemImages .owl-next:before {
    content: "";
    width: 8px;
    height: 16px;
    background-image: url(../img/layout/system/modal_arrow.png);
    background-position: 50%;
    background-size: contain;
    display: inline-block;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}
.top_fv_slider_reno .slick-slide {
	padding: 0 1px;
}
}
@media screen and (min-width:1200px){
.sysDisplayPcNone{
  display:none !important;
}
.top_fv_slider_reno .slick-slide {
	padding: 0 1px;
}
}
/* #END_OF_RESOURCE_FILE */
