@charset "shift-jis";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* dummy */
.dummy-box {
background: #cccccc;
border: solid 2px #333333;
font-size: 28px;
font-weight:bold;
text-align: center;
padding: 18px 8px;
}
.h1,.h2,.h3,.h4,.h5,.h6 {
border: solid 10px #f00!important;
}
.fz-l ,.fz-m ,.fz-s ,
.fw-n ,.fw-b {
color: #f00!important;
font-size: 32px!important;
}

html {
height: 100vh;
  scroll-padding-top: 9.4rem;
}
img {
	max-width: 100%;
	max-height: 100%;
	aspect-ratio: attr(width) / attr(height);
	vertical-align: top;
}

@media (min-width: 768px) {
a[href^="tel:"] {
pointer-events: none;
text-decoration: none;
}
a[href^="tel:"]:hover {
opacity: 1!important;
}
}
body {
font-feature-settings: "palt";
}
.wrapper {
overflow: hidden;
}
@media (min-width: 768px) {
.wrapper {
min-width: 1200px;
}
}
* ,
*:before ,
*:after {
box-sizing: border-box;
}
textarea, input[type="text"], input[type="password"], input[type="number"] {
font-family: inherit;
font-size: inherit;
}
figure {
text-align: center;
}
img {
width: auto;
height: auto;
max-width: 100%;
-webkit-backface-visibility: hidden;
}
.hiddenEnter_ {
display: table;
width: 1px;
height: 1px;
overflow: hidden;
font-size: 0;
line-height: 0;
}

input[type="submit"],
input[type="button"],
button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

input[type="radio"] ,
input[type="checkbox"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
padding: 0;
width: 1px;
height: 1px;
overflow: hidden;
opacity: 0;
display: inline;
}
label input[type="radio"] {
-webkit-appearance: radio;
-moz-appearance: radio;
appearance: radio;
}
label input[type="checkbox"] {
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
appearance: checkbox;
}
input[type="radio"] + label ,
input[type="checkbox"] + label {
position: relative;
display: inline-block;
padding-left: 2.8rem;
}
input[type="radio"] + label:before ,
input[type="radio"] + label:after ,
input[type="checkbox"] + label:before ,
input[type="checkbox"] + label:after {
position: absolute;
content: '';
display: block;
}
input[type="checkbox"] + label:before {
left: 0;
top: 0.2rem;
width: 1.7rem;
height: 1.7rem;
border: solid 1px #aaaaaa;
border-radius: 3px;
}
input[type="checkbox"]:checked + label:after {
left: 0.2em;
top: 0.6rem;
transform: rotate(-40deg);
width: 1.2rem;
height: 0.7rem;
border-left: solid 3px #333333;
border-bottom: solid 3px #333333;
}

input[type="radio"] + label:before {
left: 0;
top: 0.3rem;
width: 1.6rem;
height: 1.6rem;
border: solid 1px #aaaaaa;
border-radius: 100%;
}
input[type="radio"]:checked + label:after {
left: 0.3rem;
top: 0.55rem;
width: 1.0rem;
height: 1.0rem;
background: #333333;
border-radius: 100%;
}
@media (min-width: 768px) {
input[type="radio"] + label ,
input[type="checkbox"] + label {
font-size: 1.4rem;
padding-left: 3.0rem;
cursor: pointer;
}
input[type="radio"] + label:before {
left: 0;
top: 0;
width: 2.0rem;
height: 2.0rem;
}
input[type="radio"]:checked + label:after {
left: 0.4rem;
top: 0.4rem;
width: 1.2rem;
height: 1.2rem;
}
input[type="checkbox"] + label:before {
left: 0;
top: 0;
width: 2.0rem;
height: 2.0rem;
}
input[type="checkbox"]:checked + label:after {
left: 0.4rem;
top: 0.5rem;
width: 1.3rem;
height: 0.7rem;
}
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
width: 100%;
padding: 1.0rem 2.4rem 1.0rem 1.0rem;
background: #ffffff url(../../../../img/usr/common/tri.png) calc(100% - 1.0rem) center / 0.8rem auto no-repeat;
border: solid 1px #dddddd;
box-shadow:2px 2px 3px 0px #c9c9c9 inset;
font-size: 1.6rem;
line-height: 1.4;
}
select[name^="yy_"] { width: 5.8em; }
select[name^="mm_"] { width: 4em; }
select[name^="dd_"] { width: 4em; }

textarea ,
input[type="text"] ,
input[type="password"] ,
input[type="number"] {
max-width: 100%;
padding: 1.0rem;
font-size: 1.6rem;
background: #ffffff;
border: solid 1px #dddddd;
box-shadow:2px 2px 3px 0px #c9c9c9 inset;
outline: none;
}
textarea:disabled ,
select:disabled ,
input[type="text"]:disabled ,
input[type="password"]:disabled ,
input[type="number"]:disabled ,
input[type="text"]:read-only ,
input[type="password"]:read-only ,
input[type="number"]:read-only {
opacity: 0.5;
}
textarea {
display: block;
width: 100%;
}
.is_required select ,
.is_required textarea ,
.is_required input[type="text"] ,
.is_required input[type="password"] ,
.is_required input[type="number"] ,
select.active ,
select:active ,
textarea:active ,
input[type="text"]:active ,
input[type="password"]:active ,
input[type="number"]:active ,
.form_item.label_float label.active input[type="text"] ,
.form_item.label_float label.active input[type="password"] ,
.form_item.label_float label.active input[type="number"] {
border-color: #444444;
}

select.classrequired ,
textarea.classrequired ,
input[type="text"].classrequired ,
input[type="password"].classrequired ,
input[type="number"].classrequired {
border-color: #444444;
}
select.classerror ,
textarea.classerror ,
input[type="text"].classerror ,
input[type="password"].classerror ,
input[type="number"].classerror {
background: #fff2f3!important;
border-color: #ff0000!important;
}

/* PC/SP hide */
@media (max-width: 767px) {
.only__pc { display: none!important; }
.only__sp { display: block!important; }
span.only__sp,img.only__sp { display: inline-block!important; }
}
@media (min-width: 768px) {
.only__sp { display: none!important; }
.only__pc { display: block!important; }
span.only__pc,img.only__pc { display: inline-block!important; }
}
/* common.css re */
@media (max-width: 767px) {
a:hover,
a:hover img{
opacity:1.0;
}
}
.ttl-h1{
font-size:2.4rem;
font-weight:bold;
padding:0;
margin:0 auto 2rem;
border:none;
}
@media (max-width: 767px) {
  .categoryPage_ .ttl-h1{
    font-size:1.8rem;
    margin:0 auto .5rem;
  }
}
.ttl-h1::after{
display: none;
}
.ttl-h2{
font-size:1.8rem;
font-weight:bold;
padding:0 10px;
position:relative;
border:none;
border-left:#4d4d4d solid 3px;
margin:0 auto 3em;
}
.ttl-h2::after {
content: "";
border-bottom: 1px solid #dddddd;
display: block;
position: absolute;
bottom: -14px;
left: -3px;
width: 100%;
}
.ttl-h3{
font-size:1.8rem;
font-weight:normal;
padding:0 0 14px;
border:none;
border-bottom:#dddddd solid 1px;
margin:0 auto 2em;
}
.ttl-h4{
font-size:1.6rem;
font-weight:normal;
padding:0;
margin:0 auto 2em;
border:none;
}
.ttl-h1::after ,
.ttl-h3::after ,
.ttl-h4::after ,
.ttl-topics::after{
content: none;
}
h1, .ttl-h1 {
text-align: center;
}
h2, .ttl-h2 {
margin-bottom: 2.0rem;
}
.ttl-common01 {
margin: 0 0 1.8rem;
padding: 0 0 0;
border: none;
text-align: center;
font-size: 2.5rem!important;
line-height: 1.2;
font-weight: normal;
}
.ttl-common01 span {
display: block;
margin: 0.5rem 0 0;
font-size: 1.4rem!important;
color: #888888
}
.ttl-common01::after {
display: none!important;
}
@media (min-width: 768px) {
.ttl-common01 {
margin: 0 0 3.8rem;
padding: 0 0 0;
font-size: 4.0rem!important;
}
.ttl-common01 span {
margin: 1.0rem 0 0;
font-size: 1.8rem!important;
}
}

.text-d__underline {
text-decoration: underline!important;
}
@media (min-width: 768px) {
.text-d__underline:hover {
text-decoration: none!important;
}
}
.ac {
margin-bottom: 0;
}
.ac .ac-inner {
padding: 0;
}

.btn > input[type="button"], .btn-black > input[type="button"] ,
.btn > input[type="submit"], .btn-black > input[type="submit"] ,
.btn > button, .btn-black > button {
display: block;
width: 100%;
border: #4d4d4d solid 1px;
border-radius: 4px;
color: #4d4d4d;
padding: 8px 15px;
font-size: 1.3rem;
transition: all 0.5s;
cursor: pointer;
}

.btn, .btn-black {
margin-top: 0;
margin-bottom: 0;
}
.btn > input[type="button"], .btn-black > input[type="button"] ,
.btn > input[type="submit"], .btn-black > input[type="submit"] ,
.btn > button, .btn-black > button ,
.btn > a, .btn-black > a {
padding: 1.2rem 0.5rem;
line-height: 1;
vertical-align: middle;
}
.btn-ss {
width: 110px;
}
.btn-ss,
.btn-s,
.btn-m,
.btn-l{ max-width: 100%; }
.btn-m > input[type="button"] ,.btn-m > input[type="submit"] ,.btn-m > button , .btn-m > a{
font-size:1.4rem;
}
.btn-l > input[type="button"] ,.btn-l > input[type="submit"] ,.btn-l > button , .btn-l > a{
font-size:1.6rem;
padding: 1.25rem 0.8rem;
}
.btn-black > input[type="button"],.btn-black > input[type="submit"],.btn-black > button ,.btn-black > a {
color:#fff;
background-color:#4d4d4d;
}
.btn > input[type="button"],.btn > input[type="submit"],.btn > button ,.btn > a {
color:#333;
background-color:#ffffff;
}
.btn-purchase > input[type="button"],.btn-purchase > input[type="submit"],.btn-purchase > button ,.btn-purchase > a {
  color:#fff;
  background-color:#d42f46;
  border-color:#d42f46;
  }
  
@media (min-width: 768px) {
.btn-ss {
width: 140px;
}
.btn > input[type="button"]:hover, .btn-black > input[type="button"]:hover ,
.btn > input[type="submit"]:hover, .btn-black > input[type="submit"]:hover ,
.btn > button:hover, .btn-black > button:hover ,
.btn > a:hover, .btn-black > a:hover {
opacity: 0.7;
}
}
@media (max-width: 767px) {
.btn-l > input[type="button"] ,.btn-l > input[type="submit"] ,.btn-l > button , .btn-l > a{
font-size:1.4rem;
}
}
.btn-ar a {
position: relative;
display: inline-block;
padding-left: 1em;
}
.btn-ar a:before {
position: absolute;
left: 0;
top: 0.5em;
display: block;
content: '';
width: 0.5em;
height: 0.5em;
border-top: solid 1px #333333;
border-right: solid 1px #333333;
transform: rotate(45deg);
}
.btn-sold-out {
padding: 0.8rem 0;
font-size: 1.3rem;
text-align: center;
font-weight: bold;
}

@media (max-width: 767px) {
.ac__sp .ac-inner {
display: none;
}
body.st__stop .wrapper {
position: fixed;
overflow: hidden;
left: 0;
top: 0;
right: 0;
}
}
@media screen and (min-width: 768px) {
.ac__sp .ac-ttl:before ,
.ac__sp .ac-ttl:after {
display: none;
}
.ac__sp .ac-inner {
display: block;
}
.header-category .ac__sp .ac-ttl:before ,
.header-category .ac__sp .ac-ttl:after {
display: block;
}
.header-category .ac__sp .ac-inner {
display: none;
}

}

/* form_item label_float */
.form_item--frame {
max-width: 620px;
}
.form_item {
margin-bottom: 1.4rem;
}
.form_item.label_float label tm-div {
position: absolute!important;
z-index: 105!important;
}

.form_item.label_float label {
position: relative;
}
.form_item.label_float input[type="text"] ,
.form_item.label_float input[type="password"] {
width: 100%;
/*border: solid 1px #4d4d4d;*/
background: #ffffff;
padding: 1.1rem 1.2rem;
font-size: 1.6rem;
}
.form_item.label_float label > span {
position: absolute;
z-index: 10;
left: 0.8em;
top: 1.2rem;
padding: 0;
white-space: nowrap;
font-size: 1.4rem;
color: #bbbbbb;
transition: all 0.3s;
}
.form_item.label_float .is_required label > span:after,
.form_item.label_float--select .is_required label span:after {
content: '*';
color: #f00;
}

.form_item.label_float label > span span.optional {
display: inline-block;
margin: 0.1rem 0 0 0.5rem;
padding: 0.1em 0.5rem;
background: #dddddd;
color: #ffffff;
font-size: 0.8em;
}
.form_item.label_float label.active > span {
left: 0.5rem;
top: -0.9rem;
font-size: 1.1rem;
line-height: 1.1;
background: #fff;
color: #333333;
padding: 0.2rem 0.8rem;
}
.form_item.label_float label.active > span span.optional {
margin-top: 0;
font-size: 1.0rem;
}
.form_item.label_float--select label {
display: block;
position: relative;
}
.form_item.label_float--select select {
width: 100%;
/*border: solid 1px #4d4d4d;
background: #ffffff;*/
padding: 1.4rem 1.2rem;
font-size: 1.4rem;
}
.form_item.label_float--select label span {
position: absolute;
z-index: 10;
left: 1.2rem;
top: 1.4rem;
padding: 0;
white-space: nowrap;
font-size: 1.4rem;
color: #bbbbbb;
transition: all 0.4s;
}
.form_item.label_float--select label span {
left: 0.5rem;
top: -0.7rem;
font-size: 1.0rem;
background: #fff;
color: #333333;
padding: 0.2rem 0.8rem;
}

dl.form_item__confirm {
position: relative;
}
dl.form_item__confirm dt {
position: absolute;
left: 0.5rem;
top: -0.7rem;
padding: 0.2rem 0.8rem;
font-size: 1.0rem;
background: #fff;
color: #333333;
}
dl.form_item__confirm dd {
width: 100%;
border: solid 1px #ededed;
background: #ffffff;
padding: 1.4rem 1.2rem;
font-size: 1.4rem;
}
.formAttentionTxt_dgn {
font-size: 1.1rem;
color: #818181;
}
p.formAttentionTxt_dgn ,
ul.formAttentionTxt_dgn li {
color: #b1b1b1;
margin-top: 0.4rem;
}
dl.formAttentionTxt_dgn {
display: flex;
flex-flow: wrap;
}
dl.formAttentionTxt_dgn dt {
width: 1em;
}
dl.formAttentionTxt_dgn dd {
width: calc(100% - 1em);
}
dl.formBirth01_dgn {
display: flex;
align-items: center;
}
dl.formBirth01_dgn dd {
padding: 0 0.5em;
}
.form_item--name {
display: flex;
flex-flow: wrap;
justify-content: space-between;
}
.form_item--name > p:first-child {
width: 100%;
margin-bottom: 0.8rem;
}
.form_item--name .form_item {
width: 49%;
}
.form_item--name .errorTxt_dgn {
width: 100%;
margin: -1.0rem 0 1.4rem;
}

.form_item02 {
margin: 1.5rem 0;
}
.form_item02 dt {
margin-bottom: 0.5rem;
font-weight: bold;
}
.is_required .form_item02 dt:after {
content: '*';
color: #f00;
}
.form_item02 dd input {
width: 100%;
}
.form_item02 {
margin: 1.5rem 0;
}
.is_required .form_item02_b > div {
  position: relative;
}
.is_required .form_item02_b > div:after {
display: block;
content: '*';
background: #ffffff;
color: #f00;
line-height: 1rem;
padding: 0.4rem 0.4rem 0;
position: absolute;
left: 0.5rem;
top: -0.4rem;
z-index: 1;
}

/* layout */
.mainframe_ {
margin-top: 1.8rem;
}
.mainframe_.categoryPage_{
  margin-top: 1rem;
}
.mainframe_:not(.mypagePage_) > .container {
width: 89.999%;
margin: 0 auto;
}
.mainframe_ h1 {
  margin-bottom: 1.8rem;
}
.mainframe_ .article-body--wrap {
margin: 0 auto 4.0rem;
}
.mainframe_ .article-body--middle {
padding: 0;
margin: 0 0 2.7rem;
/*border-top: solid 1px #dddddd;*/
}
.mainframe_ .article-body--bottom {
margin: 0;
padding: 0 0 2.7rem;
}
.mainframe_ .article-body--bottom > .container {
width: 100%;
}
.mainframe_ .article-body--middle:empty,
.mainframe_ .article-body--bottom:empty {
margin: 0;
padding: 0;
display: none;
}
@media screen and (min-width: 768px) {
.container {
width: 98%;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
.wrapper > .container {
width: 100%;
max-width: none;
}
.wrapper > .container > .contents_ > .mainframe_ {
width: 98%;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}

.mainframe_:not(.mypagePage_) > .container {
width: 98%;
margin: 0 auto;
}
.wrapper > .container > .contents_ > .mainframe_ > .container {
width: 100%;
}
.mainframe_ {
margin-top: 5.2rem;
}
.mainframe_ .article-head {
margin-bottom: 4.0rem;
}
.mainframe_ .article-body--wrap {
width: 100%;
max-width: 1200px;
margin: 0 auto 7.5rem;
display: flex;
}
.mainframe_ .article-body--wrap .article-body--search {
width: 19%;
margin-right: 4%;
}
.mainframe_ .article-body--wrap .article-body {
flex: 1;
}
}

/* common */
.ac-ttl {
display: block;
position: relative;
cursor: pointer;
}
.ac-ttl:before ,
.ac-ttl:not(.open):after {
display: block;
content: '';
position: absolute;
right: 1.4rem;
top: 50%;
width: 1.4rem;
height: 2px;
background: #888888;
}
.ac-ttl:not(.open):after {
transform: rotate(90deg);
}
.attentionColor_dgn {
color: #FF4342 !important;
}

.box-common--btnlists {
display: flex;
flex-flow: column;
width: 74.666vw;
margin: 0 auto;
text-align: center;
}
.box-common--btnlists li {
margin: 0;
}
.box-common--btnlists li + li {
margin: 2.0rem 0 0;
}
.box-common--btnlists li.btn-m {
width: 100%;
}

@media screen and (min-width: 768px) {
.box-common--btnlists {
flex-flow: row-reverse;
justify-content: center;
width: 100%;
}
.box-common--btnlists li {
max-width: 30.0rem;
margin: 0 0 0;
}
.box-common--btnlists li + li {
margin: 0 4.0rem 0 0;
}
.box-common--btnlists li.btn-m {
}
.box-common--btnlists li.btn-m a ,
.box-common--btnlists li.btn-m input {
padding-top: 1.0rem;
padding-bottom: 1.0rem;
}
}

.box-common--btnlists02 {
display: flex;
flex-flow: column;
align-items: center;
width: 89.333%;
max-width: 300px;
margin: 0 auto;
}
.box-common--btnlists02 li {
margin: 0;
}
.box-common--btnlists02 li + li {
margin: 1.4rem 0 0;
}
.box-common--btnlists02 li .btn-m {
width: 100%;
}
@media screen and (min-width: 768px) {
.box-common--btnlists02 li + li {
margin: 3.5rem 0 0;
}
}


.common-textbox {
width: 89.999%;
max-width: 622px;
margin: 2.0rem auto 3.4rem;
}
.mypageContents_body .common-textbox {
width: 100%;
}
.common-textbox dt {
margin: 0 0 1.4rem;
text-align: center;
font-size: 1.6rem;
font-weight: bold;
}
.common-textbox-btns {
margin-top: 2.0rem;
}

@media screen and (min-width: 768px) {
.common-textbox {
margin: 3.4rem auto 4.8rem;
text-align: center;
}
.common-textbox dt {
margin-bottom: 2.0rem;
}
.common-textbox-btns {
margin-top: 2.4rem;
}
}
.common-formbox {
width: 89.333%;
max-width: 622px;
margin: 0 auto 4.0rem;
}
.mypageContents_body .common-formbox {
width: 100%;
}
.common-formbox .common-formbox--bottom {
text-align: center;
margin: 3.5rem 0 0;
}
.common-formbox--section {
}
.common-formbox--section + .common-formbox--section {
margin: 2.0rem 0 0;
padding: 2.0rem 0 0;
border-top: solid 1px #dddddd;
}
.common-formbox--section + .box-common--btnlists02 {
margin-top: 4.0rem;
}
.common-formbox--section + .box-common--btnlists02 .btn-black {
margin-top: 0;
}

@media screen and (min-width: 768px) {
.common-formbox {
width: 100%;
max-width: 942px;
}
.common-formbox--section + .common-formbox--section {
margin: 3.0rem 0 0;
padding: 3.0rem 0 0;
}
}
label.common-frame-label {
position: relative;
display: block;
padding: 1.8rem 1.0rem 1.8rem 5.0rem;
cursor: pointer;
}

label.common-frame-label > input[type="radio"] + span:before ,
label.common-frame-label > input[type="checkbox"] + span:before {
position: absolute;
content: '';
display: block;
left: 2.0rem;
top: calc(50% - 0.8rem);
border: solid 1px #aaaaaa;
}
label.common-frame-label > input[type="radio"] + span:before {
width: 1.6rem;
height: 1.6rem;
border-radius: 100%;
}
label.common-frame-label > input[type="checkbox"] + span:before {
width: 1.7rem;
height: 1.7rem;
border-radius: 3px;
}
label.common-frame-label > input[type="radio"] + span:after ,
label.common-frame-label > input[type="checkbox"] + span:after {
position: absolute;
content: '';
display: block;
}
label.common-frame-label > input[type="radio"]:checked + span:after {
left: 2.3rem;
top: calc(50% - 0.5rem);
width: 1.0rem;
height: 1.0rem;
background: #333333;
border-radius: 100%;
}
label.common-frame-label > input[type="checkbox"]:checked + span:after {
left: 2.3rem;
top: calc(50% - 0.5rem);
transform: rotate(-40deg);
width: 1.2rem;
height: 0.7rem;
border-left: solid 3px #333333;
border-bottom: solid 3px #333333;
}
label.common-frame-label > span.common-frame-label--frame {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
border: solid 1px #dddddd;
border-radius: 5px;
}
label.common-frame-label > input[type="radio"]:checked ~ span.common-frame-label--frame ,
label.common-frame-label > input[type="checkbox"]:checked ~ span.common-frame-label--frame {
border: solid 2px #333333;
}
@media screen and (min-width: 768px) {
label.common-frame-label > input[type="radio"] + span:before {
width: 2.0rem;
height: 2.0rem;
left: 2.4rem;
top: calc(50% - 0.9rem);
}
label.common-frame-label > input[type="radio"]:checked + span:after {
width: 1.2rem;
height: 1.2rem;
left: 2.8rem;
top: calc(50% - 0.5rem);
}
label.common-frame-label > input[type="checkbox"] + span:before {
width: 2.0rem;
height: 2.0rem;
left: 2.4rem;
top: calc(50% - 0.9rem);
}
label.common-frame-label > input[type="checkbox"]:checked + span:after {
width: 1.3rem;
height: 0.7rem;
left: 2.7rem;
top: calc(50% - 0.4rem);
}
}

.common-rules-textarea {
height: 280px;
overflow: auto;
-webkit-overflow-scrolling: touch;
border: solid 1px #dddddd;
}
.common-rules-textarea .common-rules-textarea-body {
padding: 1.4rem;
}
.common-rules-textarea .common-rules-textarea-body > *:first-child {
margin-top: 0!important;
}
.common-rules-textarea h2 {
font-size: 1.6rem;
font-weight: bold;
margin: 2.0rem 0;
padding: 0;
border: none;
}
.common-rules-textarea h2:after { display: none; }
.common-rules-textarea h3 {
font-size: 1.4rem;
font-weight: bold;
margin: 1.4rem 0;
padding: 0;
border: none;
}
.common-rules-textarea dl {
display: flex;
flex-flow: wrap;
}
.common-rules-textarea dl dt {
width: 1.6rem;
text-align: center;
}
.common-rules-textarea dl dd {
width: calc(100% - 1.6rem);
}
@media screen and (min-width: 768px) {
.common-rules-textarea {
height: 380px;
}
.common-rules-textarea .common-rules-textarea-body {
padding: 1.8rem 1.4rem;
}
}


.common-hiddenbox {
position: absolute;
display: table;
left: 0;
top: 0;
width: 1px;
height: 1px;
overflow: hidden;
}
.common-icon__required {
display: inline-block;
margin: 0 0 0.3rem 1.2rem;
padding: 0.2rem 0.6rem 0.2rem 0.4rem;
vertical-align: middle;
font-weight: normal;
font-size: 1.2rem;
line-height: 1.2;
border: solid 1px #c00;
color: #c00;
}

/* balloon */
.balloons {
overflow: visible!important;
}
/* auto complete */
.ui-autocomplete {
background: rgba(255,255,255,1);
border: solid 1px #cccccc;
float: left;
z-index: 10;
}
.ui-autocomplete .ui-menu-item {
padding: 0.3rem 0.5rem;
}
.ui-autocomplete .ui-state-focus {
background: #dddddd;
}

/* ziplist */
.ziplist_ {
position: absolute;
margin-top: -1.5rem;
padding: 0.8rem;
background: #ffffff;
border: solid 1px #cccccc;
}
.ziplist_ li:hover {
background: #f7f7f7;
}
/* swiper */
.swiper-wrapper {
align-items: stretch;
}
.swiper-slide {
max-width: 100%;
height: auto;
}
.swiper-slide figure {
max-width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
margin: 0;
padding: 0;
}
.swiper-slide figure img {
margin: 0;
padding: 0;
vertical-align: middle;
}
.swiper-navi {
position: relative;
}
.swiper-pagination {
width: 100%;
padding: 0.5rem 0 0;
z-index: 8;
}
.swiper-pagination-bullet {
width: 1.0rem;
height: 1.0rem;
margin: 0 1.0rem;
display: inline-block;
border-radius: 100%;
background: #cccccc;
opacity: 1;
}
.swiper-pagination-bullet-active {
opacity: 1;
background: #4d4d4d;
}

.swiper-button-next, .swiper-button-prev {
background: none;
width: 2.8rem;
height: 2.8rem;
margin: 0;
padding: 0;
top: calc(50% - 1.4rem);
cursor: pointer;
}
.swiper-button-next {
right: 0;
}
.swiper-button-prev {
left: 0;
}
.swiper-button-next:before,
.swiper-button-prev:before {
position: absolute;
top: calc(50% - 1rem);
content: '';
display: block;
width: 1.4rem;
height: 1.4rem;
border-top: solid 2px #888888;
border-left: solid 2px #888888;
}
.swiper-button-next:before { transform: rotate(135deg); right: calc(50% - 0.5rem); }
.swiper-button-prev:before { transform: rotate(-45deg); left: calc(50% - 0.5rem); }
@media screen and (min-width: 768px) {
.swiper-button-next:before { right: calc(50% - 0.0rem); }
.swiper-button-prev:before { left: calc(50% - 0.0rem); }
}
/* completer */
.completer-container {
z-index: 1000!important;
min-width: 0!important;
max-width: 50vw!important;
}
/* filter keyword */
.js-tag-filter-item:before {
content: '#';
}
/* search suggest basic */
.np-keyword-suggest *,
.np-item-suggest *{
box-sizing: border-box;
}
.np-keyword-suggest,
.np-item-suggest{
color: #333333;
background: #ffffff;
}
.np-keyword-suggest{
box-sizing: border-box;
width:400px;
border:1px solid #cccccc;
overflow-y:auto;
max-height:500px;
}
.np-keyword-suggest div{
width:100%;
}
.np-keyword-suggest .item{
box-sizing: border-box;
padding:10px;
cursor:pointer;
word-wrap: normal; /* for IE */
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
height:50px;
}
.np-keyword-suggest .group:not(:last-child){
border-bottom: solid 1px #cccccc;
}
.np-keyword-suggest .title{
line-height:30px;
}
.np-keyword-suggest .title:before{
box-sizing: border-box;
font-size:11px;
color:#fff;
margin-right:8px;
padding:3px 8px;
border-radius:3px;
content:"title";
background:#6e6e6e;
}
.np-keyword-suggest .query:before,
.np-keyword-suggest .word:before,
.np-keyword-suggest .path:before,
.np-keyword-suggest .history:before,
.np-keyword-suggest .ranking:before,
.np-keyword-suggest .narrow1:before,
.np-keyword-suggest .narrow2:before,
.np-keyword-suggest .narrow3:before,
.np-keyword-suggest .narrow4:before,
.np-keyword-suggest .narrow5:before,
.np-keyword-suggest .narrow6:before,
.np-keyword-suggest .narrow7:before,
.np-keyword-suggest .narrow8:before,
.np-keyword-suggest .narrow9:before,
.np-keyword-suggest .narrow10:before,
.np-keyword-suggest .keyword1:before,
.np-keyword-suggest .keyword2:before,
.np-keyword-suggest .keyword3:before,
.np-keyword-suggest .keyword4:before,
.np-keyword-suggest .keyword5:before,
.np-keyword-suggest .keyword6:before,
.np-keyword-suggest .keyword7:before,
.np-keyword-suggest .keyword8:before,
.np-keyword-suggest .keyword9:before,
.np-keyword-suggest .keyword10:before {
box-sizing: border-box;
font-size:11px;
color:#bbb;
margin-right:8px;
padding:3px 8px;
border-radius:3px;
position: absolute;
bottom:4px;
left:10px;
}
.np-keyword-suggest .query:before{content:"";}
.np-keyword-suggest .word:before{content:"word";}
.np-keyword-suggest .history:before{content:"検索履歴";}
.np-keyword-suggest .path:before{content:"path";}
.np-keyword-suggest .narrow1:before{content:"narrow1";}
.np-keyword-suggest .narrow2:before{content:"narrow2";}
.np-keyword-suggest .narrow3:before{content:"narrow3";}
.np-keyword-suggest .narrow4:before{content:"narrow4";}
.np-keyword-suggest .narrow5:before{content:"narrow5";}
.np-keyword-suggest .narrow6:before{content:"narrow6";}
.np-keyword-suggest .narrow7:before{content:"narrow7";}
.np-keyword-suggest .narrow8:before{content:"narrow8";}
.np-keyword-suggest .narrow9:before{content:"narrow9";}
.np-keyword-suggest .narrow10:before{content:"narrow10";}
.np-keyword-suggest .keyword1:before{content:"keyword1";}
.np-keyword-suggest .keyword2:before{content:"keyword2";}
.np-keyword-suggest .keyword3:before{content:"keyword3";}
.np-keyword-suggest .keyword4:before{content:"keyword4";}
.np-keyword-suggest .keyword5:before{content:"keyword5";}
.np-keyword-suggest .keyword6:before{content:"keyword6";}
.np-keyword-suggest .keyword7:before{content:"keyword7";}
.np-keyword-suggest .keyword8:before{content:"keyword8";}
.np-keyword-suggest .keyword9:before{content:"keyword9";}
.np-keyword-suggest .keyword10:before{content:"keyword10";}
.np-keyword-suggest .ranking{height:40px;}
.np-keyword-suggest .np-keyword-suggest-group-ranking:before {
content:"キーワードランキング";
display:block;
padding:10px;
}
.np-keyword-suggest .item.selected{
background-color:#eeeeee;
}
.np-keyword-suggest .query:before {
content: "";
}

.np-item-suggest{
box-sizing: border-box;
width: 300px;
border:1px solid #cccccc;
}
.np-item-suggest table{
width:100%;
border-collapse : collapse;
}
.np-item-suggest table tr{
border-top:1px solid #cccccc;
}
.np-item-suggest table tr:hover{
background-color:#eeeeee;
}
.np-item-suggest table tr:first-child{
border-top:none;
}
.np-item-suggest table td{
text-align: left;
vertical-align: middle;
}
.np-item-suggest table td a{
box-sizing: border-box;
padding:5px;
display: block;
}
.np-item-suggest img{
max-width: 70px !important;
max-height: 70px !important;
height: auto;
}
.np-keyword-suggest button.clearHistory {
position: absolute;
box-sizing: border-box;
width: 25px;
right:5px;
padding: 0;
border: 0;
border-radius: 2px;
line-height: 25px;
font-weight: bold;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
background-color : #FFFFFF;
color : #F08080;
border: 1px solid #F08080;
}
.np-keyword-suggest button.clearHistory:hover {
background-color : #FFC1C1;
color: #FFFFFF;
}
.np-item-suggest .item{
width:100%;
position: relative;
padding: 6px 10px 13px;
}
.np-item-suggest .item a {
text-decoration: none;
width:220px;
}
.np-item-suggest .item .item_desc {
font-size: 11px;
}
.np-keyword-suggest .item .highlight{
color:#F90;
font-weight:normal;
text-decoration:none;
}
.np-item-suggest .hitnum{
box-sizing: border-box;
text-align: right;
color:#333333;
border-top: 1px solid #ccc;
padding: 5px 10px;
}
.np-item-suggest .hitnum:after {
  content: "件";
}
.np-item-suggest-v2 {
width:400px;
}
/* optimaized-h1 , topicPath */
.optimaized-h1 {
overflow: auto;
-webkit-overflow-scrolling: touch;
background: #ffffff;
color: rgb(115 115 115 / 64%);
max-width: 100%;
padding: 0.4rem 1.3rem 0.2rem;
position: relative;
z-index: 99992;
}
.wrapper > .optimaized-h1 {
}
.optimaized-h1 h1 {
margin: 0;
font-size: 1.0rem;
font-weight: normal;
text-align: left;
white-space: nowrap;
}
.optimaized-h1.optimaized-h1__middle {
max-width: 1200px;
margin: 4.0rem auto 0;
padding: 1.2rem 5.3335% 1.5rem;
background: none;
color: inherit;
border-top: none;
}
.optimaized-h1.optimaized-h1__middle h1 {
margin: 0;
text-align: center;
}
.mainframe_ .article-body--middle > .container > .optimaized-h1.optimaized-h1__middle:first-child {
border-top: none;
margin-top: 0;
}
@media (min-width: 768px) {
.optimaized-h1 {
padding: 0.5rem 1.8rem;
}
.optimaized-h1 h1 {
font-size: 1.2rem;
text-align: center;
}
.optimaized-h1.optimaized-h1__middle {
padding-left: 0;
padding-right: 0;
}
.mainframe_ .article-body--middle > .container > .optimaized-h1.optimaized-h1__middle {
max-width: 1200px;
}

}

#block-topicPath {
max-width: 1200px;
margin: 4.0rem auto 0;
padding: 1.5rem 5.3335% 1.8rem;
border-top: solid 1px #dddddd;
}
.optimaized-h1 + #block-topicPath {
margin-top: 0!important;
}
.mainframe_ .article-body--middle #block-topicPath {
  padding-bottom: 0;
}
#block-topicPath ul {
max-width: 1200px;
margin: 0 auto;
display: flex;
flex-flow: wrap;
justify-content: flex-start;
align-items: flex-start;
font-size: 1.2rem;
line-height: 1.4;
}
#block-topicPath ul li {
margin: 0.3rem 0;
}
#block-topicPath ul li * {
font-size: 1.2rem;
}
#block-topicPath ul li a {
text-decoration: underline;
}
#block-topicPath ul li + li:before {
display: inline-block;
vertical-align: top;
padding: 0 0.8rem;
content: '>';
font-size: 1.4rem;
line-height: 1;
}
@media screen and (min-width: 768px) {
#block-topicPath {
margin: 5.5rem auto 0;
padding: 0;
}
#block-topicPath ul {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
}
/* pager */
.page-navi--sum {
font-size: 1.4rem;
font-weight: bold;
}
.page-navi--sum span {
display: inline-block;
margin: 0 0.3rem;
font-size: 2.0rem;
vertical-align: baseline;
}
.page-navi--pager {
margin: 0;
}
.page-navi--pager > ul {
display: flex;
flex-flow: wrap;
justify-content: center;
}
.page-navi--pager > ul li {
margin: 0.25rem 0.75rem;
}
.page-navi--pager > ul li a ,
.page-navi--pager > ul li span {
border: solid 1px #dddddd;
background: #ffffff;
display: flex;
justify-content: center;
align-items: center;
width: 3.5rem;
height: 3.5rem;
font-size: 1.4rem;
font-weight: bold;
}
.page-navi--pager > ul li span {
background-color: #888888;
border-color: #888888;
color: #ffffff;
}
.page-navi--pager > ul li.page-navi--pager__arrow a {
font-size: 1.8rem;
padding-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
.page-navi--sum {
font-size: 1.5rem;
}
.page-navi--sum span {
margin: 0 0.5rem;
font-size: 2.6rem;
}
}
/* sort・style */
.goods-list-sort-block ,
.goods-list-style-block {
display: flex;
width: 89.333%;
margin: 0 auto;
font-size: 1.2rem;
}
.goods-list-sort-block dt ,
.goods-list-style-block dt {
margin: 0 0.8rem 0 0;
white-space: nowrap;
}
.goods-list-sort-block dt:after ,
.goods-list-style-block dt:after {
  content: '：';
}

.goods-list-sort-block dd ul ,
.goods-list-style-block dd ul {
display: flex;
flex-flow: wrap;
margin-left: -0.5rem;
}
.goods-list-sort-block dd ul li ,
.goods-list-style-block dd ul li {
margin-left: 0.5rem;
}
.goods-list-sort-block dd ul li a ,
.goods-list-style-block dd ul li a {
text-decoration: underline;
}
@media screen and (min-width: 768px) {
.goods-list-sort-block ,
.goods-list-style-block {
width: 100%;
}
}
/* price */
.price__price {
font-size: 1.4rem;
font-weight: bold;
}
.price__del {
font-size: 1.0rem;
line-height: 1.2;
text-decoration: line-through;
}
.price__tax {
display: inline-block;
padding-left: 0.5rem;
vertical-align: baseline;
font-size: 1.2rem;
font-weight: normal;
}
.price__sale {
color: #ff0000;
}
@media screen and (min-width: 768px) {
.price__price {
font-size: 1.6rem;
}
.price__tax {
font-size: 1.3rem;
}
}
/* qty */
.block-qty-ctrl {
display: flex;
align-items: stretch;
}
.block-qty-ctrl input {
width: 5.0rem;
text-align: center;
border: none;
outline: none;
font-size: 1.6rem;
background: none;
border: none;
padding: 0;
opacity: 1!important;
box-shadow:0px 0px 0px 0px #ffffff;
}
.block-qty-ctrl span {
position: relative;
width: 3.4rem;
height: 3.4rem;
border: solid 1px #dddddd;
cursor: pointer;
overflow: hidden;
text-indent: -9999rem;
font-size: 0;
}
.block-qty-ctrl span:before ,
.block-qty-ctrl span.qty_plus:after {
position: absolute;
left: 25%;
top: 50%;
content: '';
display: block;
width: 50%;
height: 0.2rem;
background: #888888;
}
.block-qty-ctrl span.qty_plus:after {
transform: rotate(90deg);
}

/* color tip */
ul.goods-color-code ,
ul.goods-color-code * {
font-size: 0;
line-height: 1;
}
ul.goods-color-code {
display: flex;
width: 100%;
}
ul.goods-color-code li {
width: 12.5%;
max-width: calc(1.7rem + 0.3rem);
margin: 0;
line-height: 1.0;
}
.goods-color-code--point {
position: relative;
display: block;
margin: 0 0.2rem;
width: calc(100% - 0.4rem);
height: 0;
padding: 0 0 calc(100% - 0.4rem - 2px);
font-size: 0;
border-radius: 100%;
border: solid 1px #dddddd;
}
.goods-color-code--point.st__no-white {
border: none;
padding: 0 0 calc(100% - 0.4rem);
}
.goods-color-code__more {
margin-left: -0.1rem;
overflow: hidden;
margin: 0;
height: 100%;
position: relative;
background-color: rgba(255,255,255,0);
border-color: rgba(255,255,255,0);
}
.goods-color-code__more:before ,
.goods-color-code__more:after {
position: absolute;
left: 15%;
top: calc(50% - 0.0rem);
content: '';
width: 70%;
height: 1px;
margin: 0;
padding: 0;
border-radius: 0;
background: #333;
border: none;
}
.goods-color-code__more:after {
transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
ul.goods-color-code li {
line-height: 1.0;
}
.goods-color-code--point {
max-width: 2.2rem;
}
}

/* header */
#header-contents { z-index: 99990; }
#header-contents header { z-index: 99992; }
#header-searchover,#header-over { z-index: 99991; }
#header-over-BG { z-index: 99980; }
@media screen and (min-width: 768px) {
  #header-searchover,#header-over { z-index: 99991; }
}

#header-contents {
position: relative;
/*border-top: solid 1px #efefef;*/
height: 9.4rem;
}
#header-contents header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
}
#header-contents header .header-container {
  max-width: 1200px;
  margin: 0 auto;
  height: 4.4rem;
  padding: 0;
display: block;
border-bottom: solid 1px #dddddd;
border: none;
background: #ffffff;
position: relative;
z-index: 99992;
}
#header-contents header:not(.header__fixed) {
left: 0!important;
}
#header-contents header.header__fixed {
position: fixed;
}
@media screen and (min-width: 768px) {
  #header-contents header .header-container {
    display: flex;
    flex-flow: row;
    height: 7.0rem;
  }
}
#header-contents header .header-logo {
  order: 2;
  margin: 0;
  padding: 0 0 0.6rem;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  height: 4.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header-contents header .header-logo img {
  width: 10.15rem;
  vertical-align: middle;
}
#header-contents header .header-menu--text ,
#header-contents header .header-btn--text {
  display: block;
  display: none!important;
text-align: center;
font-size: 0.9rem;
line-height: 1.1;
color: #888888;
}
#header-contents header .header-menu-wrap {
  position: absolute;
  left: 1.6rem;
  top: 0;
  margin: 0 1.6rem 0 0;
    flex: 1;
}
#header-contents header .header-menu {
  width: 2.4rem;
  height: 4.4rem;
}
#header-contents header .header-menu > p {
position: relative;
display: inline-block;
padding: 3.9rem 0 0;
}
#header-contents header .header-menu > p:before,
#header-contents header .header-menu > p:after {
content: '';
}
#header-contents header .header-menu > p:before,
#header-contents header .header-menu > p:after ,
#header-contents header .header-menu > p > span:not(.header-menu--text) {
position: absolute;
display: block;
left: 0;
background: #888888;
width: 2.4rem;
height: 2px;
transition: all 0.3s;
}
#header-contents header .header-menu > p > span:not(.header-menu--text) {
top: calc(1.2rem + 0.85rem);
}
#header-contents header .header-menu > p:before {
top: 1.2rem;
}
#header-contents header .header-menu > p:after {
top: calc(1.2rem + 1.7rem);
}
#header-contents header .header-menu--text {
}
#header-contents header .header-menu.js-st__open > p > span:not(.header-menu--text) {
opacity: 0;
}
#header-contents header .header-menu.js-st__open > p:before {
transform: rotate(-45deg);
top: calc(1.2rem + 0.85rem);
}
#header-contents header .header-menu.js-st__open > p:after {
transform: rotate(45deg);
top: calc(1.2rem + 0.85rem);
}
#header-contents header .header-btn {
  position: absolute;
  right: 0;
  top: 0;
height: 4.4rem;
display: flex;
justify-content: flex-end;
align-items: stretch;
}
#header-contents header .header-btn li {
margin: 0 2.3rem 0 0;
padding: 0.5rem 0;
width: 2.3rem;
}

#header-contents header .header-btn li a {
width: 100%;
height: 100%;
position: relative;
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
}

.header-btn__search-line {
  height: 5.0rem;
  padding: 0.8rem 0;
  text-align: center;
  background: #ffffff;
}
.header-btn__search-line .header-btn__search {
  position: relative;
  width: calc(100% - 3.4rem);
  max-width: 580px;
  margin: 0 auto 0;
  display: block;
  align-items: stretch;
  border: solid 1px #333333;
  border-radius: 5px;
  background: #ffffff;
}
.header-btn__search-line .header-btn__search a {
  display: block;
  height: 3.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 1.0rem;
  background: url(../../../../img/usr/common/head_icon_search.png) calc(100% - 1.0rem) center / 2.3rem auto no-repeat;
}
.header-btn__search-line .header-btn__search a span {
  color: #aaaaaa;
}
@media screen and (min-width: 768px) {
  .header-btn__search-line {
    order: 5;
    position: relative;
    z-index: 5;
    display: flex!important;
    justify-content: flex-end;
    align-items: center;
    height: 7.0rem;
    background: none;
  }
  .header-btn__search-line.st__hide {
  display: none!important;
  }

  .header-btn__search-line .header-btn__search {
    width: 200px;
    margin: 0;
  }
  .header-btn__search-line .header-btn__search a {
    height: 3.2rem;
    padding: 0 0 0 1.0rem;
    background: url(../../../../img/usr/common/head_icon_search.png) calc(100% - 1.0rem) center / 2.0rem auto no-repeat;
  }
  
}

#header-contents header .header-search--over {
position: absolute;
left: 0;
right: 0;
top: 100%;
}
#header-contents header .header-search--over-btn {
position: absolute;
right: 6.0rem;
top: -6.0rem;
display: none;
}
#header-contents header .header-search--over-btn a {
width: 5.0rem;
height: 6.0rem;
display: flex;
justify-content: center;
align-items: center;
background: #b2b2b2;
}
#header-contents header .header-search--over-btn span {
display: block;
position: relative;
padding: 3.0rem 0 0;
color: #ffffff;
font-size: 0.9rem;
line-height: 1.1;
}
#header-contents header .header-search--over-btn span:before ,
#header-contents header .header-search--over-btn span:after {
position: absolute;
left: calc(50% - 1.0rem);
top: calc(50% - 0.8rem);
content: '';
display: block;
width: 2.2rem;
height: 2px;
background: #ffffff;
}
#header-contents header .header-search--over-btn span:before { transform: rotate(45deg); }
#header-contents header .header-search--over-btn span:after { transform: rotate(-45deg); }
#header-contents header .header-search--over-body-wrap {
display: none;
padding: 2.0rem;
background: #b2b2b2;
}
#header-contents header .header-search--over-body {
position: relative;
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border: solid 1px #cbcbcb;
border-radius: 5px;
padding: 0.6rem 5.0rem 0.6rem 1.5rem;
}
#header-contents header .header-search--over-body > span {
color: #888888;
font-size: 1.0rem;
display: block;
text-align: left;
}
#header-contents header .header-search--over-body input[type="text"] {
position: relative;
z-index: 0;
padding: 0.2rem 0 0.5rem;
display: block;
width: 100%;
border: none;
background: none;
box-shadow: 0 0 0;
}
#header-contents header .header-search--over-body button[type="submit"] {
position: absolute;
right: 0;
top: 0;
width: 1px;
height: 1px;
overflow: hidden;
opacity: 0;
}
#header-contents header .header-search--over-body button[type="reset"] {
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 5.0rem;
background: none;
display: flex;
justify-content: center;
align-items: center;
}
#header-contents header .header-search--over-body button[type="reset"] span {
position: relative;
display: block;
width: 2.0rem;
height: 2.0rem;
border-radius: 2.0rem;
background: #888888;
overflow: hidden;
text-align: left;
text-indent: -9999rem;
}
#header-contents header .header-search--over-body button[type="reset"] span:before ,
#header-contents header .header-search--over-body button[type="reset"] span:after {
position: absolute;
left: calc(50% - 0.6rem);
top: calc(50% - 0.1rem);
display: block;
content: '';
width: 1.2rem;
height: 2px;
background: #ffffff;
}
#header-contents header .header-search--over-body button[type="reset"] span:before {
transform: rotate(45deg);
}
#header-contents header .header-search--over-body button[type="reset"] span:after {
transform: rotate(-45deg);
}
#header-contents header .header-search--over-body-wrap .np-keyword-suggest {
left: 0!important;
top: 100%!important;
width: 100%!important;
overflow: auto;
padding: 1.0rem;
border-color: #b2b2b2;
}
#header-contents header .header-search--over-body-wrap .np-keyword-suggest div {
width: 100%;
}
#header-contents header .header-search--over-body-wrap .np-keyword-suggest .item {
padding-left: 4px;
-webkit-tap-highlight-color: #b2b2b2;
}
#header-contents header .header-search--over-body-wrap .np-keyword-suggest .item.selected {
color: #000000;
background-color: #f0f0f0;
}
#header-contents header .header-search--over-body-wrap .np-keyword-suggest button.clearHistory {
position: absolute;
right: 0.5rem;
top: calc(50% - 1.0rem);
display: block;
width: 2.0rem;
height: 2.0rem;
border-radius: 2.0rem;
background: #888888;
border: none;
overflow: hidden;
text-align: left;
text-indent: -9999rem;
}
#header-contents header .header-search--over-body-wrap .np-keyword-suggest button.clearHistory:before ,
#header-contents header .header-search--over-body-wrap .np-keyword-suggest button.clearHistory:after {
position: absolute;
left: calc(50% - 0.6rem);
top: calc(50% - 0.1rem);
display: block;
content: '';
width: 1.2rem;
height: 2px;
background: #ffffff;
}
#header-contents header .header-search--over-body-wrap .np-keyword-suggest button.clearHistory:before {
transform: rotate(45deg);
}
#header-contents header .header-search--over-body-wrap .np-keyword-suggest button.clearHistory:after {
transform: rotate(-45deg);
}

.header-btn__cart-count {
position: absolute;
right: 0.8rem;
top: -0.2rem;
display: flex;
justify-content: center;
align-items: center;
white-space: nowrap;
font-size: 0.8rem;
width: 1.8rem;
height: 1.8rem;
border-radius: 100%;
border: solid 1px #ffffff;
background: #4d4d4d;
color: #ffffff;
}
.header-btn__cart-count sup {
font-size: 0.8em;
}
@media screen and (min-width: 768px) {
#header-contents {
height: 7.0rem;
}
#header-contents header {
min-width: 1200px;
height: 7.0rem;
}
#header-contents header .header-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.2rem;
  z-index: 10;
  text-align: center;
  font-size: 26px;
padding: 0;
}
#header-contents header .header-logo img {
  width: 180px;
}

#header-contents header .header-menu--text,
#header-contents header .header-btn--text {
font-size: 1.3rem;
}
#header-contents header .header-menu-wrap {
  position: relative;
  left: 0;
  top: calc((7.0rem - 4.4rem) / 2);
  z-index: 5;
  order: 0;
}
#header-contents header .header-menu {
width: 4em;
height: auto;
}
#header-contents header .header-menu > p {
padding: 3.4rem 0 0;
transition: all 0.5s;
}
#header-contents header .header-menu > p:hover {
opacity: 0.7;
}

#header-contents header .header-menu > p:before,
#header-contents header .header-menu > p:after,
#header-contents header .header-menu > p > span:not(.header-menu--text) {
left: 0;
width: 3.0rem;
height: 3px;
}
#header-contents header .header-menu > p:before { top: 0.5rem; }
#header-contents header .header-menu > p:after { top: 2.5rem; }
#header-contents header .header-menu > p > span:not(.header-menu--text) { top: 1.5rem; }
#header-contents header .header-menu.js-st__open > p:before { top: 1.5rem; }
#header-contents header .header-menu.js-st__open > p:after { top: 1.5rem; }

#header-contents header .header-btn {
  position: relative;
  right: 0;
  top: 0;
  z-index: 5;
  order: 10;
  height: 7rem;
  margin-left: 1.2rem;
}
#header-contents header .header-btn li {
width: 5.2rem;
margin: 0;
padding: 0 0 0.2rem;
display: flex;
justify-content: center;
align-items: center;
}
#header-contents header .header-btn li.header-btn__search {
width: 7.0rem;
}
#header-contents header .header-btn li.header-btn__cart {
width: 6.4rem;
}
#header-contents header .header-btn li a {
width: auto;
height: auto;
position: relative;
}
#header-contents header .header-btn li a:before {
width: 3.4rem;
height: 3.8rem;
margin-bottom: 0.5rem;
}
#header-contents header .header-btn li.header-btn__search a:before {
background-size: auto 2.6rem;
}
#header-contents header .header-btn li.header-btn__cart a:before {
background-size: auto 3.1rem;
}
.header-btn__cart-count {
right: -0.8rem;
top: -0.3rem;
font-size: 1.1rem;
width: 2.2rem;
height: 2.2rem;
}
.header-btn__cart-count sup {
font-size: 0.9rem;
}

#header-contents header .header-search--over-btn {
right: 8.6rem;
top: -8.0rem;
}
#header-contents header .header-search--over-btn a {
width: 7.0rem;
height: 8.0rem;
opacity: 1!important;
}
#header-contents header .header-search--over-btn span {
font-size: 1.3rem;
line-height: 1.1;
padding: 4.2rem 0 0;
}
#header-contents header .header-search--over-btn span:before ,
#header-contents header .header-search--over-btn span:after {
left: calc(50% - 1.4rem);
top: calc(50% - 1.0rem);
width: 2.5rem;
height: 3px;
}

}
/* yappli */
/*
.wrapper.st__yappli #header-contents header { background: #f7f7f7!important; }
.wrapper.st__yappli #header-contents header .header-logo { display: none!important; }
*/

/* header over */
#header-over-BG {
display: none;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
}
@media screen and (min-width: 768px) {
#header-over-BG {
display: block;
}
}

#header-over {
position: fixed;
top: 0;
left: -580px;
width: 100vw;
max-width: 580px;
overflow: auto;
-webkit-overflow-scrolling: touch;
display: block;
background: #ffffff;
transition-property: left;
-ms-overflow-style: none;    /* IE, Edge ?? */
scrollbar-width: none;       /* Firefox ?? */
}
div#header-over::-webkit-scrollbar {
  display: none;
}
#header-over.js-st__open {
/*max-height: calc(100vh - 84px)!important;*/
}
@media screen and (max-width: 767px) {
#header-over.js-st__open {
left: 0;
}
}
@media screen and (min-width: 768px) {
#header-over {
left: -580px;
width: 580px;
max-width: 580px;
}
}
@media screen and (min-width: 1201px) {
  #header-over {
  left: -580px;
  width: 100vw;
  max-width: 580px;
  }
}
    

@media screen and (min-width: 768px) {
#header-over.js-st__open {
left: 0;
}
}
  
#header-over--contents dl#header-contents--category {
font-weight: bold;
}
#header-over--contents dl#header-contents--category > dt {
position: relative;
background: #f7f7f7;
border-bottom: solid 1px #dddddd;
padding: 1.5rem 4.0rem 1.5rem 2.0rem;
}
#header-over--contents dl#header-contents--category > dd {
margin: 0;
padding: 0;
}
#header-over--contents ul.header-nav-list {
display: flex;
}
#header-over--contents ul.header-side-list li {
border-bottom: solid 1px #dddddd;
}
#header-over--contents ul.header-nav-list li {
border-bottom: solid 2px #dddddd;
flex: 1;
}
#header-over--contents ul.header-nav-list li:nth-of-type(even) {
border-left: 1px solid #dddddd;
}
#header-over--contents ul.header-side-list li a {
position: relative;
display: block;
padding: 1.4rem 4.0rem 1.4rem 2.0rem;
font-weight: bold;
}
#header-over--contents ul.header-side-list li a:after {
position: absolute;
right: 1.7rem;
top: calc(50% - 0.3rem);
display: block;
content: '';
width: 0.75rem;
height: 0.75rem;
border-top: solid 2px #898989;
border-right: solid 2px #898989;
transform: rotate(45deg);
}

@media (max-width: 767px) {
#header-over--contents ul.header-nav-list {
padding: 4.53vw 4.53vw 5.6vw;
}
#header-over--contents ul.header-side-list li {
width: 44vw;
height: 12vw;
}
#header-over--contents ul.header-nav-list li:nth-of-type(even) {
border-left: 0;
}
#header-over--contents ul.header-side-list li a {
border-radius: 1.07vw;
}
#header-over--contents ul.header-side-list li a:after {
right: 3.2vw;
}
}

@media screen and (min-width: 768px) {
#header-over--contents ul.header-side-list li a {
padding: 2.2rem 4.0rem 2.2rem 2.2rem;
}
}
#header-over--contents .header-side-list li a[data-category-key]:before {
display: inline-block;
content: '';
width: 3.6rem;
height: 2.8rem;
vertical-align: middle;
background-position: left center;
background-size: 2.7rem auto;
background-repeat: no-repeat;
}

#header-over--contents .header-feature-list {
padding: 2.0rem 0 4.0rem;
}
#header-over--contents .header-feature-list ul {
width: 86.44%;
margin: 0 auto;
display: flex;
flex-flow: wrap;
justify-content: space-between;
}
#header-over--contents .header-feature-list ul li {
width: 48%;
margin: 0 0 2.3rem;
}
#header-over--contents .header-feature-list ul li figcaption {
margin-top: 0.5rem;
}
#header-over--contents .header-feature-list p.btn {
width: 86.44%;
margin: 0 auto;
}

@media screen and (min-width: 768px) {
#header-over--contents ul.header-side-list {
display: flex;
flex-flow: wrap;
align-items: stretch;
border-bottom: solid 1px #dddddd;
}
#header-over--contents ul.header-side-list li {
width: 50%;
}
#header-over--contents ul.header-side-list li:nth-child(odd) {
border-right: solid 1px #dddddd;
}
#header-over--contents ul.header-side-list li:last-child ,
#header-over--contents ul.header-side-list li:nth-last-child(2):nth-child(odd) {
border-bottom: none;
}
#header-over--contents .header-feature-list {
padding: 2.4rem 0 4.0rem;
}
#header-over--contents .header-feature-list ul {
width: auto;
justify-content: flex-start;
margin: 0 0 3.6rem 0;
}
#header-over--contents .header-feature-list ul li {
width: 20.68%;
margin: 0 0 0 2.0rem;
}
#header-over--contents .header-feature-list ul li:nth-child(n+5) {
margin-top: 1.8rem;
}
#header-over--contents .header-feature-list p.btn {
width: 14.0rem;
}
}
.header-nav-list--contents {
  border-bottom: 1px solid #ddd;
}

/* header searchover */
html body #header-searchover {
	font-family: 'Noto Sans JP', -apple-system, "BlinkMacSystemFont", 'YakuHanJP',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "游ゴシック", "ＭＳ Ｐゴシック", "MS Gothic", Osaka, sans-serif;
}

#header-searchover {
  position: fixed;
  left: 0;
  top: 0;
  padding: 0;
  width: 100vw;
  height: 0;
  overflow: hidden;
  max-width: 580px;
  display: block;
  background: #ffffff;
  /*transition: height 0.5s;*/
  transition: height 0.0s;
}
#header-searchover.st__open {
  height: 100vh;
}
.header-searchover--contents::-webkit-scrollbar {
  display: none;
}
.header-searchover--contents {
  padding: 4.4rem 0 0;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  #header-searchover {
    width: 100%;
    max-width: none;
  }
  .header-searchover--contents {
    position: relative;
    z-index: 5;
    width: 1200px;
    margin: 0 auto;
    padding-top: 7rem;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .header-searchover--contents-line {
    width: 580px;
    padding-top: 10px;
  }
  .header-searchover--bottom {
    width: 100%;
  }

  .header-searchover--BG {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(255,255,255,0);

  }
}
.header-searchover--keyword {
  position: relative;
  padding: 1.3rem 1.7rem;
}
.header-searchover--keyword > p {
  font-size: 1.5rem;
  font-weight: bold;
}
.header-searchover--keyword > a {
  position: absolute;
  right: 1.7rem;
  top: 1.3rem;
  font-size: 1.2rem;
  text-decoration: underline;
}
.header-searchover--keyword > form {
  position: relative;
  margin: 1.2rem 0 0 0;
  display: flex;
  align-items: stretch;
  border: solid 1px #333333;
  border-radius: 5px;
  background: #ffffff;
}
.header-searchover--keyword > form input[type="text"] {
  width: calc(100% - 3.7rem);
  appearance: none;
  background: none;
  border: none;
  outline: none;
  box-shadow: 0 0 0;
}
.header-searchover--keyword > form button[type="reset"] {
  width: 4.0rem;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-searchover--keyword > form button[type="reset"] span {
  position: relative;
  display: block;
  width: 2.0rem;
  height: 2.0rem;
  border-radius: 2.0rem;
  background: #888888;
  overflow: hidden;
  text-align: left;
  text-indent: -9999rem;
}
.header-searchover--keyword > form button[type="reset"] span:before ,
.header-searchover--keyword > form button[type="reset"] span:after {
  position: absolute;
  left: calc(50% - 0.6rem);
  top: calc(50% - 0.1rem);
  display: block;
  content: '';
  width: 1.2rem;
  height: 2px;
  background: #ffffff;
}
.header-searchover--keyword > form button[type="reset"] span:before {
  transform: rotate(45deg);
}
.header-searchover--keyword > form button[type="reset"] span:after {
  transform: rotate(-45deg);
}
.header-searchover--keyword > form button[type="submit"] {
  overflow: hidden;
  text-indent: -9999rem;
  white-space: nowrap;
  width: 3.7rem;
  appearance: none;
  background: url(../../../../img/usr/common/head_icon_search.png) left center / auto 2.2rem no-repeat;
  display: none!important;
}
@media screen and (min-width: 768px) {
  .header-searchover--keyword {
    padding: 0;
    margin: 0;
  }
  .header-searchover--keyword > a {
    position: absolute;
    right: 0;
    top: 3px;
  }
  .header-searchover--keyword > form {
    margin-top: 15px;
  }

}
.header-searchover--stit {
  width: 100%;
  padding: 1.4rem 1.7rem;
  font-size: 1.5rem;
  font-weight: bold;
  background: #F7F7F7;
  border-bottom: solid 1px #DDDDDD;
}
@media screen and (min-width: 768px) {
  .header-searchover--stit {
    margin-top: 2.5rem;
    font-size: 1.4rem;
  }
}
.header-searchover--commonlist {
  position: relative;
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
}
.header-searchover--commonlist li {
  width: 100%;
  font-size: 1.3rem;
  border-bottom: solid 1px #dddddd;
}
.header-searchover--commonlist li a {
  position: relative;
  height: 100%;
  min-height: 5.0rem;
  padding: 0.8rem 2.8rem 0.8rem 1.7rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header-searchover--commonlist li a {
    min-height: 6.0rem;
  }
}
.header-searchover--commonlist li a::after {
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.3rem);
  display: block;
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 1px #898989;
  border-right: solid 1px #898989;
  transform: rotate(45deg);

}
.header-searchover--commonlist li a figure {
  width: 3.0rem;
  min-width: 3.0rem;
  margin: 0 1.0rem 0 0;
}
.header-searchover--category .header-searchover--commonlist::before,
.header-searchover--price .header-searchover--commonlist::before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #dddddd;
}
.header-searchover--category .header-searchover--commonlist li,
.header-searchover--price .header-searchover--commonlist li {
  width: 50%;
}
.header-searchover--category .header-searchover--commonlist li:nth-child(),
.header-searchover--price .header-searchover--commonlist li {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .header-searchover--category .header-searchover--commonlist::before,
  .header-searchover--price .header-searchover--commonlist::before {
      display: none;
  }

  .header-searchover--category .header-searchover--commonlist li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header-searchover--brasize-body {
    position: relative;
    overflow: hidden;
    height: 24rem;
    transition: height 0.5s;
  }
  .header-searchover--brasize-body.st__close {
    height: 24rem!important;
  }
  .header-searchover--brasize-body .header-searchover--brasize-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    background: rgba(255,255,255,0.0);
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .header-searchover--brasize-body .header-searchover--brasize-cover::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+75&0+0,1+75 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%);
  }

  .header-searchover--brasize-body .header-searchover--brasize-cover .header-searchover--brasize-btn {
    position: relative;
    z-index: 1;
    margin: 0 auto 2.2rem;
    padding: 1rem 1.8rem;
    width: 15em;
  }

}
@media screen and (min-width: 767px) {
  .header-searchover--brasize-body {
    overflow: visible!important;
    height: auto!important;
  }
  .header-searchover--brasize-body .header-searchover--brasize-cover {
    display: none!important;
  }

}


.header-searchover--brasize-body > div {
  padding: 1.4rem 1.7rem;
}
.header-searchover--brasize-body ul {
  display: flex;
  gap: 1.0rem;
}
.header-searchover--brasize-body ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.0rem;
  min-height: 3.3rem;
  background: #E5E5E5;
}
.header-searchover--brasize-body ul + ul {
  margin-top: 1.0rem;
}
.header-searchover--brasize-btn {
  margin: 2.0rem auto 0;
  display: block;
  background: #ffffff;
  border: solid 1px #4D4D4D;
  width: 19rem;
  padding: 0.8rem 1.8rem;
  border-radius: 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header-searchover--brasize-body > div {
    padding: 2.5rem 0 0;
  }
  .header-searchover--brasize-body ul {
    gap: 1.5rem;
  }
  .header-searchover--brasize-body ul li {
    width: calc((100% - 1.5rem * 4) / 5);
  }

  .header-searchover--brasize-body ul li a {
    width: 100%;
  }
  .header-searchover--brasize-body ul + ul {
    margin-top: 1.5rem;
  }
  .header-searchover--brasize-btn {
    display: none!important;
  }
}
@media screen and (min-width: 768px) {
  .header-searchover--recommendword .header-searchover--stit {
    margin-top: 0;
  }
}
.header-searchover--recommendword ul {
  margin: 1.4rem 1.7rem;
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  gap: 1.0rem;
}
.header-searchover--recommendword ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #7F7F7F;
  padding: 0.5rem 1.3rem;
  min-height: 3.0rem;
  border-radius: 3.0rem;
  background: #F8D0D9;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .header-searchover--recommendword ul {
    margin: 2.4rem 0 0;
    gap: 0.3rem;
  }
  .header-searchover--recommendword ul a {
    padding: 0.1rem 0.8rem;
    min-height: 0;
    }

}
.header-searchover--bottom {
  padding: 3.0rem 0 5.0rem;
}
.header-searchover--bottom a {
  margin: 0 auto;
  display: block;
  background: #4D4D4D;
  color: #ffffff;
  width: 19rem;
  padding: 1.2rem 1.8rem;
  border-radius: 5px;
  text-align: center;
}
/* footer */
#footer-contents {
border-top: solid 1px #dddddd;
}
#footer-contents #header-feature-contents {
display: none!important;
}
@media screen and (min-width: 768px) {
}



/* header footer category */
.header-category {
  border-bottom: 1px solid #ddd;
}
.footer-category {
}
.header-category h2,
.header-category h3,
.header-category h4,
.footer-category h2,
.footer-category h3,
.footer-category h4 {
  font-size: inherit;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: none;
}

.footer-category h2 {
  margin: 0;
padding: 1.8rem 0.8rem;
font-size: 2.0rem;
text-align: center;
border: none;
}
.footer-category h2:after {
  display: none;
}
.header-category h2.ttl-cmn-01 {
  padding-top: 0;
  border-top: 0;
}
.footer-category .footer-category-body {
border-top: solid 1px #dddddd;
}
.footer-category .footer-category-body > div {
}

.header-category-item > h3 a[data-category-key="socks"],
.footer-category-item > h3 a[data-category-key="socks"] { background-image: url(../../../../img/usr/common/category_icon_socks.png?230605); background-repeat: no-repeat; }
.header-category-item > h3 a[data-category-key="inner"],
.footer-category-item > h3 a[data-category-key="inner"] { background-image: url(../../../../img/usr/common/category_icon_inner.png?230605); background-repeat: no-repeat; }
.header-category-item > h3 a[data-category-key="roomwear"],
.footer-category-item > h3 a[data-category-key="roomwear"] { background-image: url(../../../../img/usr/common/category_icon_roomwear.png?230605); background-repeat: no-repeat; }
.header-category-item > h3 a[data-category-key="sports"],
.footer-category-item > h3 a[data-category-key="sports"] { background-image: url(../../../../img/usr/common/category_icon_sports.png?230605); background-repeat: no-repeat; }
.header-category-item > h3 a[data-category-key="mens"],
.footer-category-item > h3 a[data-category-key="mens"] { background-image: url(../../../../img/usr/common/category_icon_mens.png?230605); background-repeat: no-repeat; }
.header-category-item > h3 a[data-category-key="kids"],
.footer-category-item > h3 a[data-category-key="kids"] { background-image: url(../../../../img/usr/common/category_icon_kids.png?230605); background-repeat: no-repeat; }
.header-category-item > h3 a[data-category-key="goods"],
.footer-category-item > h3 a[data-category-key="goods"] { background-image: url(../../../../img/usr/common/category_icon_goods.png?230605); background-repeat: no-repeat; }

/* 2025.05 カテゴリ更新
 ------------------------------- */
.header-category-item > h3 a[data-category-key="c10"],
.footer-category-item > h3 a[data-category-key="c10"] { background-image: url(/img/usr/category/c10.png); background-repeat: no-repeat; }

.header-category-item > h3 a[data-category-key="c1010"],
.footer-category-item > h3 a[data-category-key="c1010"] { background-image: url(../../../../img/usr/category/c1010.png); background-repeat: no-repeat; }

.header-category-item > h3 a[data-category-key="c1050"],
.footer-category-item > h3 a[data-category-key="c1050"] { background-image: url(../../../../img/usr/category/c1050.png); background-repeat: no-repeat; }

.header-category-item > h3 a[data-category-key="c1052"],
.footer-category-item > h3 a[data-category-key="c1052"] { background-image: url(../../../../img/usr/category/c1052.png); background-repeat: no-repeat; }

.header-category-item > h3 a[data-category-key="c1054"],
.footer-category-item > h3 a[data-category-key="c1054"] { background-image: url(../../../../img/usr/category/c1054.png); background-repeat: no-repeat; }

.header-category-item > h3 a[data-category-key="c1090"],
.footer-category-item > h3 a[data-category-key="c1090"] { background-image: url(../../../../img/usr/category/c1090.png); background-repeat: no-repeat; }

.header-category-item > h3 a[data-category-key="c20"],
.footer-category-item > h3 a[data-category-key="c20"] { background-image: url(../../../../img/usr/category/c20.png); background-repeat: no-repeat; }

.header-category-item > h3 a[data-category-key="c2010"],
.footer-category-item > h3 a[data-category-key="c2010"] { background-image: url(../../../../img/usr/category/c2010.png); background-repeat: no-repeat; }

.header-category-item > h3 a[data-category-key="c2020"],
.footer-category-item > h3 a[data-category-key="c2020"] { background-image: url(../../../../img/usr/category/c2020.png); background-repeat: no-repeat; }

.header-category-item > h3 a[data-category-key="c2030"],
.footer-category-item > h3 a[data-category-key="c2030"] { background-image: url(../../../../img/usr/category/c2030.png); background-repeat: no-repeat; }

.header-category-item > h3 a[data-category-key="c2040"],
.footer-category-item > h3 a[data-category-key="c2040"] { background-image: url(../../../../img/usr/category/c2030.png); background-repeat: no-repeat; }

.header-category-item > h3 a[data-category-key="c2050"],
.footer-category-item > h3 a[data-category-key="c2050"] { background-image: url(../../../../img/usr/category/c2050.png); background-repeat: no-repeat; }

.header-category-item > h3 a[data-category-key="c2090"],
.footer-category-item > h3 a[data-category-key="c2090"] { background-image: url(../../../../img/usr/category/c2090.png); background-repeat: no-repeat; }


/* /2025.05 カテゴリ更新
 ------------------------------- */





.header-category-item a,
.header-nav-list--contents a,
.header-nav-list--bottom a {
position: relative;
display: block;
padding: 1.4rem 4.0rem 1.4rem 2.0rem;
border-bottom: solid 1px #dddddd;
}
@media screen and (min-width: 768px) {
.header-category-item a,
.header-nav-list--contents a,
.header-nav-list--bottom a {
padding: 2.2rem 4.0rem 2.2rem 2.2rem;
font-size: 1.4rem!important;
}
}

.header-category-item a:not(.ac-ttl):after,
.header-nav-list--contents a:not(.ac-ttl):after,
.header-nav-list--bottom a:not(.ac-ttl):after {
position: absolute;
right: 2.0rem;
top: calc(50% - 0.3rem);
display: block;
content: '';
width: 0.6rem;
height: 0.6rem;
border-top: solid 1px #898989;
border-right: solid 1px #898989;
transform: rotate(45deg);
}
.header-category-item > h3 a {
padding-left: 5.2rem;
background-position: 1.5rem center;
background-size: 2.7rem auto;
background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
.header-category-item > h3 a {
padding-left: 6.0rem;
}
}

.header-category-item h4 a.ac-ttl {
background: #f7f7f7;
}

@media screen and (max-width: 767px) {
.footer-category-item {

}
.header-category-item a,
.header-nav-list--contents a,
.header-nav-list--bottom a,
.footer-category-item a {
position: relative;
display: block;
padding: 1.4rem 4.0rem 1.4rem 2.0rem;
border-bottom: solid 1px #dddddd;
}
.header-category-item a:not(.ac-ttl):after,
.header-nav-list--contents a:not(.ac-ttl):after,
.header-nav-list--bottom a:not(.ac-ttl):after,
.footer-category-item a:not(.ac-ttl):after {
position: absolute;
right: 2.0rem;
top: calc(50% - 0.3rem);
display: block;
content: '';
width: 0.6rem;
height: 0.6rem;
border-top: solid 1px #898989;
border-right: solid 1px #898989;
transform: rotate(45deg);
}

.header-category-item > a,
.footer-category-item > h3 a {
padding-left: 5.2rem;
background-position: 1.5rem center;
background-size: 2.7rem auto;
background-repeat: no-repeat;
}
.header-category-item > h3 a {
font-size: 4vw!important;
font-weight: 600!important;
}
.header-category-item:first-of-type > h3 a {
border-top: solid 1px #dddddd;
}
.header-category-item h4 a.ac-ttl {
font-size: 3.47vw!important;
font-weight: 300!important;
}
.footer-category-item > ul > li > a {
background: #f7f7f7;
}
.footer-category-item > ul > li > ul a {
}
}

@media screen and (min-width: 768px) {
.footer-category {
padding-bottom: 5.4rem;
border-bottom: solid 1px #dddddd;
}
.footer-category .footer-category-body {
max-width: 1200px;
margin: 0 auto;
border-top: none;
}
.footer-category .footer-category-body .ac__sp {
display: flex;
flex-flow: wrap;
}

.footer-category .ac-ttl {
display: block;
position: relative;
cursor: pointer;
}
.footer-category .ac-ttl:before,.footer-category .ac-ttl:after {
display: none;
}
.footer-category .ac-inner {
display: block!important;
padding: 1.8rem 0 0;
}
.footer-category .ac-inner li + li {
margin-top: 0.3rem;
}

.footer-category-item ,
.footer-category-list__set-box {
width: 25%;
margin: 5.0rem 0 0 0;
padding: 0 1.5rem 0 0;
}
.footer-category-list__set-box .footer-category-item {
width: 100%;
padding-right: 0;
}
.footer-category-list__set-box .footer-category-item:first-child {
margin-top: 0;
}
.footer-category-item h3 .ac-ttl {
opacity: 1.0!important;
cursor: default!important;
font-size: 1.8rem!important;
font-weight: bold;
padding: 0 0 0 4.0rem;

background-repeat: no-repeat;
background-size: auto 2.8rem;
background-position: 0 0;
}

.footer-category-list__socks.footer-category-item ,
.footer-category-list__inner.footer-category-item {
width: 100%;
padding-right: 0;
}
.footer-category-list__socks.footer-category-item {
margin-top: 0;
}
.footer-category-list__socks.footer-category-item > .ac-inner ,
.footer-category-list__inner.footer-category-item > .ac-inner {
display: flex!important;
padding-top: 3.8rem;
}
.footer-category-list__socks.footer-category-item > .ac-inner > li ,
.footer-category-list__inner.footer-category-item > .ac-inner > li {
width: 25%;
padding-right: 1.4rem;
}
}
/* header footer SNS */
.header-sns,
.footer-sns {
padding: 2.7rem 0 3.0rem;
border-bottom: solid 1px #dddddd;
}
.header-sns ul,
.footer-sns ul {
display: flex;
justify-content: center;
}
.header-sns ul li,
.footer-sns ul li {
width: 3.9rem;
margin: 0 1.2rem;
}
.footer-sns p.btn {
width: 48%;
margin: 2.0rem auto 0;
}
.footer-sns p.btn a {
padding: 0.5rem 0.2rem;
}
/* yappli */
.wrapper.st__yappli .footer-sns p.btn { display:none!important; }

@media screen and (min-width: 768px) {
.footer-sns {
display: flex;
justify-content: center;
align-items: center;
}
.footer-sns p.btn {
width: auto;
margin: 0 0 0 2.5rem;
}
.footer-sns p.btn a {
padding: 0.5rem 0.8rem;
font-size: 1.3rem;
}
}
/* footer nav */
@media screen and (max-width: 767px) {
.footer-nav ul a {
position: relative;
display: block;
padding: 1.4rem 4.0rem 1.4rem 2.0rem;
border-bottom: solid 1px #dddddd;
}
.footer-nav ul a:not(.ac-ttl):after {
position: absolute;
right: 2.0rem;
top: calc(50% - 0.3rem);
display: block;
content: '';
width: 0.6rem;
height: 0.6rem;
border-top: solid 1px #898989;
border-right: solid 1px #898989;
transform: rotate(45deg);
}
.footer-nav .ac__sp > li {
border-top: none;
border-bottom: none;
}
.footer-nav ul.ac__sp ul li {
background: #f7f7f7;
}
.footer-nav ul.ac__sp + ul {
display: flex;
flex-flow: wrap;
align-items: stretch;
border-bottom: solid 1px #dddddd;
}
.footer-nav ul.ac__sp + ul li {
width: 50%;
border-bottom: none;
}
.footer-nav ul.ac__sp + ul li:nth-child(odd) {
border-right: solid 1px #dddddd;
}
.footer-nav ul.ac__sp + ul li:nth-child(odd):nth-last-child(2) a ,
.footer-nav ul.ac__sp + ul li:last-child a {
border-bottom: none;
}
}
@media screen and (min-width: 768px) {
.footer-nav {
border-bottom: solid 1px #dddddd;
}
.footer-nav--inner {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 3.0rem 0 2.7rem;
font-size: 1.2rem;
display: flex;
}
.footer-nav--inner > .ac__sp {
width: 100%;
display: flex;
}
.footer-nav--inner > ul:not(.ac__sp) {
width: 16.666%;
display: flex;
flex-flow: column;
}
.footer-nav .ac__sp li {
margin: 0;
padding: 0;
border: none;
}
.footer-nav--inner > .ac__sp > li {
width: 16.666%;
padding-right: 2.4rem;
}
.footer-nav--inner > .ac__sp > li:last-child {
width: auto;
flex-grow: 1;
padding-right: 0;
}
.footer-nav .ac-ttl {
margin: 0 0 1.4rem;
padding: 0;
border: none;
}
.footer-nav .ac-ttl:before ,
.footer-nav .ac-ttl:after {
display: none!important;
}
.footer-nav--inner > ul:not(.ac__sp) li,
.footer-nav .ac-ttl {
font-size: 1.3rem;
font-weight: bold;
}
.footer-nav--inner > ul:not(.ac__sp) li {
margin-bottom: 3.0rem;
}


.footer-nav .ac-inner {
margin: 0;
padding: 0;
border: none;
display: block!important;
}
.footer-nav .ac-inner li {
margin-top: 0.3rem;
}

}
/* footer pagetop bottom */
.footer-pagetop {
margin: 2.8rem 0 0;
text-align: center;
}
.footer-pagetop a {
position: relative;
display: inline-block;
padding: 1.5rem 0 0;
font-size: 1.2rem;
}
.footer-pagetop a:before {
position: absolute;
left: calc(50% - 0.5rem);
top: 0.2rem;
display: block;
content: '';
width: 0.6rem;
height: 0.6rem;
border-top: solid 1px #898989;
border-right: solid 1px #898989;
transform: rotate(-45deg);
}
.footer-bottom {
margin: 2.4rem 0 0;
padding: 0 0.5rem 2.4rem;
text-align: center;
color: #b2b2b2;
font-size: 1.0rem;
}
.footer-bottom p:first-child {
width: 45.866%;
margin: 0 auto 2.0rem;
}
@media screen and (min-width: 768px) {
.footer-pagetop {
margin-top: 3.2rem;
}
.footer-bottom {
margin: 3.4rem 0 0;
padding: 0 0.5rem 3.4rem;
font-size: 1.2rem;
}
.footer-bottom p:first-child {
width: 17.4rem;
margin-bottom: 2.7rem;
}

}

.errorTxt_dgn {
color: #eb1d31;
}

.errorTxtBox01_dgn {
width: 100%;
max-width: 942px;
margin: 0 auto 3.0rem;
padding: 1.5rem;
border: 1px solid #fff2f3;
background-color: #fff2f3;
color: #eb1d31;
}
.errorTxtBox01_dgn dt {
text-align: center;
}
.errorTxtBox01_dgn dt span {
display: inline-block;
text-align: left;
font-weight: bold;
}
.errorTxtBox01_dgn dd ul {
font-size: 1.2rem;
}
.errorTxtBox01_dgn dd ul li {
position: relative;
margin-top: 1.2rem;
padding: 0 0 0 1.4rem;
}
.errorTxtBox01_dgn dd ul li:before {
content: '・';
display: block;
position: absolute;
left: 0;
top: 0;
}
@media screen and (min-width: 768px) {
.errorTxtBox01_dgn {
width: 100%;
padding: 2.5rem 3.0rem;
margin-bottom: 3.4rem;
}
.errorTxtBox01_dgn dt span {
font-size: 1.5rem;
}
.errorTxtBox01_dgn dd ul {
margin-top: 2.2rem;
font-size: 1.3rem;
}
}


/* TOPICS
------------------------------- */
.block-topics {
margin: 0 0 3.2rem;
padding: 1.6rem 0 0;
border-top: solid 1px #ccc;
}
.block-topics-body {
margin: 0 auto;
max-width: 1200px;
}
.block-topics h2 {
margin: 0 0 1.8rem;
padding: 0;
border: none;
text-align: center;
font-size: 2.0rem;
font-weight: normal;
}
.block-topics h2:after {
display: none;
}
.block-topics-list {
width: 89.333%;
max-width: 880px;
margin: 0 auto;
}
.block-topics-list dl + dl {
margin-top: 3.0rem;
}
.block-topics-list dl dt {
font-size: 1.2rem;
font-weight: normal;
}
.block-topics-list dl dd {
font-size: 1.4rem;
font-weight: bold;
}

@media screen and (min-width: 768px) {
.block-topics {
margin: 0 0 5.4rem;
padding: 5.4rem 0 0;
border-top: solid 1px #ccc;
}
.block-topics h2 {
font-size: 2.4rem;
}
.block-topics-list dl + dl {
margin-top: 4.0rem;
}
.block-topics-list dl dt {
font-size: 1.3rem;
}
.block-topics-list dl dd {
font-size: 1.5rem;
}
}
.topiclist_body_ {
width: 89.333%;
margin: 0 auto 5.0rem;
}
.topic_title_ img {
max-height: 1.2em;
vertical-align: middle;
}
.topiclist_body_ .article_ {
margin: 3.0rem 0 0;
}
@media screen and (min-width: 768px) {
.topiclist_body_ {
width: 100%;
margin: 0 auto 8.0rem;
}
}

.mainframe_.searchPage_ .article-head {
padding: 0 5.333%;
}
.mainframe_.searchPage_ .article-body > .message_ {
padding: 0 5.333%;
margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
.mainframe_.searchPage_ .article-head {
padding: 0;
}
.mainframe_.searchPage_ .article-body > .message_ {
padding: 0;
margin-bottom: 10px;
}
}

.block-top--search-tab {
width: 89.333%;
margin: 0 auto 2.4rem;
}
.ttl-h1 + .block-top--search-tab {
margin-top: -3rem;
}
.block-top--search-tab ul {
margin-left: -0.5rem;
display: flex;
flex-flow: wrap;
}
.block-top--search-tab ul li {
margin: 1.0rem 0 0 0.5rem;
}
.block-top--search-tab ul li a {
display: inline-block;
border: solid 1px #888888;
background: #ffffff;
padding: 0.2rem 1.2rem;
font-size: 1.4rem;
line-height: 1.8rem;
border-radius: 1.8rem;
}
@media screen and (min-width: 768px) {
.block-top--search {
margin: 0 0 9.8rem;
}
.block-top--search-form {
max-width: 57.0rem;
}
.block-top--search-form form input[type="text"] {
padding: 1.4rem 1.2rem;
}
.block-top--search-tab {
margin-top: 3.0rem;
}
.block-top--search-tab ul {
justify-content: center;
max-width: 80.0rem;
margin: 0 auto;
}
.block-top--search-tab ul li {
margin: 1.0rem 0.5rem 0;
}
.block-top--search-tab ul li a {
padding: 0.8rem 1.5rem;
}
}
/* top用 */
.block-top--search .block-top--search-tab {
margin: 1.0rem auto 0;
}
@media screen and (min-width: 768px) {
.block-top--search .block-top--search-tab {
margin-top: 3.0rem;
}
}

.ttl-cmn-01,
h2.ttl-cmn-01 {
display: block;
position: relative;
text-align: center;
border-left: 0;
border-top: 1px solid #DDDDDD;
}
.tab-menu + h2.ttl-cmn-01 {
border-top: 0;
}
.ttl-cmn-01::after {
content: none;
}
.ttl-cmn-01 span {
position: relative;
display: inline-block;
font-weight: 600;
height: 100%;
}
.header-category h2 {
position: relative;
text-align: center;
}  
#header-over--contents ul.header-nav-list {
justify-content: space-between;
}
#header-over--contents ul.header-side-list li {
border-bottom: none;
flex: 0 1 auto;
}
#header-over--contents ul.header-side-list li a {
position: relative;
display: flex;
justify-content: center;
align-items: center;
font-weight: 600;
border: 1px solid #DDDDDD;
padding: 0;
height: 100%;
font-size: 4.27vw;
}
#header-over--contents ul.header-side-list li a:after {
border-top: solid 1px #898989;
border-right: solid 1px #898989;
}
.category-ac-toggle-contents {
border-top: 1px solid #DDDDDD;
}
.category-ac-toggle-title {
display: flex;
align-items: center;
justify-content: space-between;
}
.category-ac-toggle-contents span.name {
display: flex;
align-items: center;
font-weight: 600;
}
.category-ac-toggle-contents span.name::before {
content: '';
display: block;
background-size: contain;
background-repeat: no-repeat;
}
.footer-category-contents span.name.inr2::before,
.category-ac-toggle-contents span.name.inr2::before {
background-image: url('../../../img/usr/common/category_icon_inr2.png');
}
.footer-category-contents span.name.bra::before,
.category-ac-toggle-contents span.name.bra::before {
background-image: url('../../../img/usr/common/category_icon_bra.png');
}
.footer-category-contents span.name.shorts::before,
.category-ac-toggle-contents span.name.shorts::before {
background-image: url('../../../img/usr/common/category_icon_shorts.png');
}
.footer-category-contents span.name.inner::before,
.category-ac-toggle-contents span.name.inner::before {
background-image: url('../../../img/usr/common/category_icon_inner.png');
}
.footer-category-contents span.name.underwear::before,
.category-ac-toggle-contents span.name.underwear::before {
background-image: url('../../../img/usr/common/category_icon_underwear.png');
}
.footer-category-contents span.name.socks2::before,
.category-ac-toggle-contents span.name.socks2::before {
background-image: url('../../../img/usr/common/category_icon_socks2.png');
}
.footer-category-contents span.name.socks3::before,
.category-ac-toggle-contents span.name.socks3::before {
background-image: url('../../../img/usr/common/category_icon_socks3.png');
}
.footer-category-contents span.name.leggings::before,
.category-ac-toggle-contents span.name.leggings::before {
background-image: url('../../../img/usr/common/category_icon_leggings.png');
}
.footer-category-contents span.name.stockings::before,
.category-ac-toggle-contents span.name.stockings::before {
background-image: url('../../../img/usr/common/category_icon_stockings.png');
}
.footer-category-contents span.name.tights::before,
.category-ac-toggle-contents span.name.tights::before {
background-image: url('../../../img/usr/common/category_icon_tights.png');
}
.footer-category-contents span.name.roomwear::before,
.category-ac-toggle-contents span.name.roomwear::before {
background-image: url('../../../img/usr/common/category_icon_roomwear.png');
}
.footer-category-contents span.name.pajamas::before,
.category-ac-toggle-contents span.name.pajamas::before {
background-image: url('../../../img/usr/common/category_icon_pajamas.png');
}
.footer-category-contents span.name.tops::before,
.category-ac-toggle-contents span.name.tops::before {
background-image: url('../../../img/usr/common/category_icon_tops.png');
}
.footer-category-contents span.name.bottoms2::before,
.category-ac-toggle-contents span.name.bottoms2::before {
background-image: url('../../../img/usr/common/category_icon_bottoms2.png');
}
.footer-category-contents span.name.onepiece::before,
.category-ac-toggle-contents span.name.onepiece::before {
background-image: url('../../../img/usr/common/category_icon_onepiece.png');
}
.footer-category-contents span.name.roomshoes::before,
.category-ac-toggle-contents span.name.roomshoes::before {
background-image: url('../../../img/usr/common/category_icon_roomshoes.png');
}
.footer-category-contents span.name.goods::before,
.category-ac-toggle-contents span.name.goods::before {
background-image: url('../../../img/usr/common/category_icon_goods.png');
}
.footer-category-contents span.name.mens::before,
.category-ac-toggle-contents span.name.mens::before {
background-image: url('../../../img/usr/common/category_icon_mens.png');
}
.footer-category-contents span.name.kids::before,
.category-ac-toggle-contents span.name.kids::before {
background-image: url('../../../img/usr/common/category_icon_kids.png');
}
.footer-category-contents span.name.sports::before,
.category-ac-toggle-contents span.name.sports::before {
background-image: url('../../../img/usr/common/category_icon_sports.png');
}




/*** ---- カテゴリアイコン画像 ---- ***/

/* 2025.05 カテゴリ更新
 ------------------------------- */

/* c10 レッグウェア ------------------------------- */
.footer-category-contents span.name.c10::before,
.category-ac-toggle-contents span.name.c10::before {
background-image: url('../../../img/usr/category/c10.png');}
/* c10_第2階層 ------------------------------- */
.footer-category-contents span.name.c1010::before,
.category-ac-toggle-contents span.name.c1010::before {
background-image: url('../../../img/usr/category/c1010.png');}

.footer-category-contents span.name.c1050::before,
.category-ac-toggle-contents span.name.c1050::before {
background-image: url('../../../img/usr/category/c1050.png');}

.footer-category-contents span.name.c1052::before,
.category-ac-toggle-contents span.name.c1052::before {
background-image: url('../../../img/usr/category/c1052.png');}

.footer-category-contents span.name.c1054::before,
.category-ac-toggle-contents span.name.c1054::before {
background-image: url('../../../img/usr/category/c1054.png');}

.footer-category-contents span.name.c1090::before,
.category-ac-toggle-contents span.name.c1090::before {
background-image: url('../../../img/usr/category/c1090.png');}

/* c20 下着・インナー ------------------------------- */
.footer-category-contents span.name.c20::before,
.category-ac-toggle-contents span.name.c20::before {
    background-image: url('../../../img/usr/category/c20.png');}
/* c20_第2階層 ------------------------------- */
.footer-category-contents span.name.c2010::before,
.category-ac-toggle-contents span.name.c2010::before {
background-image: url('../../../img/usr/category/c2010.png');}

.footer-category-contents span.name.c2020::before,
.category-ac-toggle-contents span.name.c2020::before {
background-image: url('../../../img/usr/category/c2020.png');}

.footer-category-contents span.name.c2030::before,
.category-ac-toggle-contents span.name.c2030::before {
background-image: url('../../../img/usr/category/c2030.png');}

.footer-category-contents span.name.c2040::before,
.category-ac-toggle-contents span.name.c2040::before {
background-image: url('../../../img/usr/category/c2040.png');}

.footer-category-contents span.name.c2050::before,
.category-ac-toggle-contents span.name.c2050::before {
background-image: url('../../../img/usr/category/c2050.png');}

.footer-category-contents span.name.c2090::before,
.category-ac-toggle-contents span.name.c2090::before {
background-image: url('../../../img/usr/category/c2090.png');}

/* c30 ルームウェア(部屋着)------------------------------- */
.footer-category-contents span.name.c30::before,
.category-ac-toggle-contents span.name.c30::before {
    background-image: url('../../../img/usr/category/c30.png');}
/* c30_第2階層 ------------------------------- */
.footer-category-contents span.name.c3010::before,
.category-ac-toggle-contents span.name.c3010::before {
background-image: url('../../../img/usr/category/c3010.png');}

.footer-category-contents span.name.c3020::before,
.category-ac-toggle-contents span.name.c3020::before {
background-image: url('../../../img/usr/category/c3020.png');}

.footer-category-contents span.name.c3030::before,
.category-ac-toggle-contents span.name.c3030::before {
background-image: url('../../../img/usr/category/c3030.png');}

.footer-category-contents span.name.c3040::before,
.category-ac-toggle-contents span.name.c3040::before {
background-image: url('../../../img/usr/category/c3040.png');}

.footer-category-contents span.name.c3050::before,
.category-ac-toggle-contents span.name.c3050::before {
background-image: url('../../../img/usr/category/c3050.png');}

.footer-category-contents span.name.c3060::before,
.category-ac-toggle-contents span.name.c3060::before {
background-image: url('../../../img/usr/category/c3060.png');}

.footer-category-contents span.name.c3090::before,
.category-ac-toggle-contents span.name.c3090::before {
background-image: url('../../../img/usr/category/c3090.png');}

/* c50 ライフスタイル ------------------------------- */
.footer-category-contents span.name.c50::before,
.category-ac-toggle-contents span.name.c50::before {
    background-image: url('../../../img/usr/category/c50.png');}
/* c50_第2階層 ------------------------------- */
.footer-category-contents span.name.c5010::before,
.category-ac-toggle-contents span.name.c5010::before {
background-image: url('../../../img/usr/category/c5010.png');}

.footer-category-contents span.name.c5020::before,
.category-ac-toggle-contents span.name.c5020::before {
background-image: url('../../../img/usr/category/c5020.png');}

.footer-category-contents span.name.c5021::before,
.category-ac-toggle-contents span.name.c5021::before {
background-image: url('../../../img/usr/category/c5021.png');}

.footer-category-contents span.name.c5022::before,
.category-ac-toggle-contents span.name.c5022::before {
background-image: url('../../../img/usr/category/c5022.png');}

.footer-category-contents span.name.c5030::before,
.category-ac-toggle-contents span.name.c5030::before {
background-image: url('../../../img/usr/category/c5030.png');}

.footer-category-contents span.name.c5040::before,
.category-ac-toggle-contents span.name.c5040::before {
background-image: url('../../../img/usr/category/c5040.png');}

.footer-category-contents span.name.c5060::before,
.category-ac-toggle-contents span.name.c5060::before {
background-image: url('../../../img/usr/category/c5060.png');}

.footer-category-contents span.name.c5070::before,
.category-ac-toggle-contents span.name.c5070::before {
background-image: url('../../../img/usr/category/c5070.png');}

.footer-category-contents span.name.c5080::before,
.category-ac-toggle-contents span.name.c5080::before {
background-image: url('../../../img/usr/category/c5080.png');}

.footer-category-contents span.name.c5090::before,
.category-ac-toggle-contents span.name.c5090::before {
background-image: url('../../../img/usr/category/c5090.png');}

/* c60 メンズ ------------------------------- */
.footer-category-contents span.name.c60::before,
.category-ac-toggle-contents span.name.c60::before {
    background-image: url('../../../img/usr/category/c60.png');}
/* c60_第2階層 ------------------------------- */
.footer-category-contents span.name.c6010::before,
.category-ac-toggle-contents span.name.c6010::before {
background-image: url('../../../img/usr/category/c6010.png');}

.footer-category-contents span.name.c6020::before,
.category-ac-toggle-contents span.name.c6020::before {
background-image: url('../../../img/usr/category/c6020.png');}

.footer-category-contents span.name.c6030::before,
.category-ac-toggle-contents span.name.c6030::before {
background-image: url('../../../img/usr/category/c6030.png');}

.footer-category-contents span.name.c6090::before,
.category-ac-toggle-contents span.name.c6090::before {
background-image: url('../../../img/usr/category/c6090.png');}

/* c70 キッズ ------------------------------- */
.footer-category-contents span.name.c70::before,
.category-ac-toggle-contents span.name.c70::before {
    background-image: url('../../../img/usr/category/c70.png');}
/* c70_第2階層 ------------------------------- */
.footer-category-contents span.name.c7010::before,
.category-ac-toggle-contents span.name.c7010::before {
background-image: url('../../../img/usr/category/c7010.png');}

.footer-category-contents span.name.c7020::before,
.category-ac-toggle-contents span.name.c7020::before {
background-image: url('../../../img/usr/category/c7020.png');}

.footer-category-contents span.name.c7030::before,
.category-ac-toggle-contents span.name.c7030::before {
background-image: url('../../../img/usr/category/c7030.png');}

.footer-category-contents span.name.c7090::before,
.category-ac-toggle-contents span.name.c7090::before {
background-image: url('../../../img/usr/category/c7090.png');}

/* c80 マタニティ ------------------------------- */
.footer-category-contents span.name.c80::before,
.category-ac-toggle-contents span.name.c80::before {
    background-image: url('../../../img/usr/category/c80.png');}
/* c80_第2階層 ------------------------------- */
.footer-category-contents span.name.c8010::before,
.category-ac-toggle-contents span.name.c8010::before {
background-image: url('../../../img/usr/category/c8010.png');}

.footer-category-contents span.name.c8020::before,
.category-ac-toggle-contents span.name.c8020::before {
background-image: url('../../../img/usr/category/c8020.png');}

.footer-category-contents span.name.c8030::before,
.category-ac-toggle-contents span.name.c8030::before {
background-image: url('../../../img/usr/category/c8030.png');}

.footer-category-contents span.name.c8090::before,
.category-ac-toggle-contents span.name.c8090::before {
background-image: url('../../../img/usr/category/c8090.png');}

/* /2025.05 カテゴリ更新
 ------------------------------- */

/* c8050 ギフトラッピング ------------------------------- */
.footer-category-contents span.name.c85::before,
.category-ac-toggle-contents span.name.c85::before {
    background-image: url('../../../img/usr/category/c85.png');}







.category-ac-toggle-btn {
position: relative;
display: block;
background: #B1B1B1;
border-radius: 50%;
}
.category-ac-toggle-title.selected .category-ac-toggle-btn:before {
content: normal;
}
.category-ac-toggle-contents dd {
display: none;
}
.category-ac-toggle-contents dd ul li {
border-top: 1px solid #DDDDDD;
}
.category-ac-toggle-contents dd ul li a {
display: flex;
align-items: center;
justify-content: space-between;
background: #F7F7F7;
}
.category-ac-toggle-contents dd ul li a::after {
content: '';
display: block;
background-size: contain;
background-repeat: no-repeat;
background-image: url('../../../img/usr/common/icon_arrow_gray_r.png');
}
.category-ac-toggle-contents dd ul li span.name {
font-weight: 300;
}
.header-info .ttl-cmn-01 {
margin-left: 0;
margin-right: 0;
padding-top: 0;
border-top: 0;
}
.header-nav-list--bottom li:first-of-type a {
border-top: solid 1px #dddddd;
}
.header-nav-list--bottom a {
font-weight: 300;
}
.header-menu-nav--inner {
background: #F3F3F3;
}
.header-menu-nav-list {
border: 0;
}
.header-sns {
border-bottom: 0;
}
#footer-contents {
border-top: 0;
}
.footer-sns {
border-bottom: 0;
}
.footer-bottom .copyright {
color: #B2B2B2;
font-weight: 300;
}
  
@media screen and (max-width: 767px) {
.ttl-cmn-01, h2.ttl-cmn-01 {
margin-bottom: 5.6vw;
padding-top: 5.6vw;
text-align: center;
border-left: 0;
}
.toppage-footer-body .ttl-cmn-01 {
margin-left: 0;
margin-right: 0;
margin-bottom: 5.6vw;
margin-left: -4.53vw;
margin-right: -4.53vw;
border-top: 1px solid #DDDDDD;
padding-top: 5.6vw;
}
.ttl-cmn-01::before {
height: .53vw;
}
.ttl-cmn-01 span {
padding: 0 6.4vw;
font-size: 4.27vw;
}
.header-category {
border-bottom: 0;
}
.header-category h2 {
display: block;
margin-bottom: 5.6vw;
}  
.header-category h2::after {
  content: none;
}
.header-category h2 span {
position: relative;
padding: 0 6.4vw;
font-size: 4.27vw;
font-weight: 600;
}
.header-info {
margin-top: 8.27vw;
}
.header-menu-nav {
margin-top: 8vw;
}
.footer-category h2 {
margin-bottom: 5.6vw;
text-align: center;
padding: 0;
padding-top: 5.6vw;
}
.footer-category h2 span {
line-height: 2;
}
.category-ac-toggle-contents:last-of-type {
border-bottom: 1px solid #DDDDDD;
}
.category-ac-toggle-title {
padding: 2.4vw 4.53vw;
}
.category-ac-toggle-contents span.name {
font-size: 4vw;
line-height: calc(20/15);
}
.category-ac-toggle-contents span.name::before {
width: 8vw;
min-width: 8vw;
height: 8vw;
margin-right: 2.67vw;
}
.category-ac-toggle-btn {
width: 6.93vw;
min-width: 6.93vw;
height: 6.93vw;
margin-left: 4.53vw;
}
.category-ac-toggle-btn:before,
.category-ac-toggle-btn:after {
content: '';
position: absolute;
display: block;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background-color: #fff;
width: 2.67vw;
height: 1px;
}
.category-ac-toggle-btn:before {
width: 1px;
height: 2.67vw;
}
.category-ac-toggle-contents dd ul li a {
padding: 2.4vw 4.53vw;
}
.category-ac-toggle-contents dd ul li a::after {
width: 2.67vw;
min-width: 2.67vw;
height: 2.67vw;
margin-right: 2.4vw;
margin-left: 6.93vw;
}
.header-nav-list--bottom a {
font-size: 3.47vw;
padding-top: 4.53vw;
padding-left: 4.53vw;
padding-bottom: 4.53vw;
}
.header-nav-list--bottom a::after {
  right: 5.33vw;
}
.footer-sns,
.header-sns {
padding-top: 7.2vw;
padding-bottom: 6.93vw;
}
.header-sns {
padding-bottom: 0;
}
.header-sns h2 {
  border-top: 0;
  padding-top: 0;
}
.footer-sns ul,
.header-sns ul {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
padding-left: 20.8vw;
padding-right: 20.8vw;
}
.footer-sns ul::after,
.header-sns ul::after {
content: '';
display: block;
width: 33%;
height: 0;
}
.footer-sns ul li,
.header-sns ul li {
width: 33%;
margin: 0;
}
.footer-sns ul li:nth-of-type(n+4),
.header-sns ul li:nth-of-type(n+4) {
margin-top: 6.67vw;
}
.footer-sns ul li a,
.header-sns ul li a {
display: flex;
justify-content: center;
align-items: center;
}
.footer-sns ul li img,
.header-sns ul li img {
height: 12.08vw;
}
.footer-nav--inner {
padding: 4.53vw 4.53vw 0;
background: #F3F3F3;
}
.header-menu-nav--inner {
padding-left: 4.53vw;
padding-right: 5.33vw;
}
.footer-nav-contact,
.header-menu-nav-contact {
width: 50.67vw;
height: 12vw;
margin-left: auto;
margin-right: auto;
}
.footer-nav-contact a,
.header-menu-nav-contact a {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
background: #4D4D4D;
border-radius: 6.13vw;
font-size: 3.47vw;
font-weight: 300;
color: #fff;
}
.block-footer-nav-list,
.header-menu-nav-list {
margin-top: 4.8vw;
padding-top: 6.67vw;
padding-bottom: 6.93vw;
border-top: 1px solid #DDDDDD;
border-bottom: 1px solid #DDDDDD;
}
.header-menu-nav-list {
  margin-top: 8vw;
  border: 0;
}
.footer-nav-list + .footer-nav-list {
margin-top: 7.73vw;
}
.footer-nav-list li + li,
.header-menu-nav-list li + li {
margin-top: 7.73vw;
}
.footer-nav-list li a,
.header-menu-nav-list li a {
position: relative;
display: block;
padding: 0;
font-size: 3.47vw;
font-weight: 300;
border-bottom: 0;
}
.footer-nav ul a:not(.ac-ttl):after,
.header-menu-nav-list li a:after {
position: absolute;
right: 0;
top: calc(50% - 0.3rem);
display: block;
content: '';
width: 0.6rem;
height: 0.6rem;
border-top: solid 1px #898989;
border-right: solid 1px #898989;
transform: rotate(45deg);
}
.footer-bottom,
.header-menu-bottom {
margin-top: 0;
padding: 0;
color: #000;
font-size: 3.73vw;
font-weight: 300;
}
.footer-bottom-inner,
.header-menu-bottom-inner {
padding-top: 6.13vw;
padding-bottom: 9.33vw;
padding-left: 4.53vw;
padding-right: 4.53vw;
}
.footer-bottom-inner {
background: #F3F3F3;
}
.header-menu-bottom-inner {
padding-top: 6.67vw;
}
.footer-bottom .download,
.header-menu-bottom .download {
margin-bottom: 9.33vw;
}
.footer-bottom .download p,
.header-menu-bottom .download p {
width: 100%;
margin-bottom: 3.47vw;
text-align: center;
}
.footer-bottom .download .app-store,
.header-menu-bottom .download .app-store {
display: flex;
justify-content: space-between;
}
.footer-bottom .download .app-store figure,
.header-menu-bottom .download .app-store figure {
height: 13.33vw;
}
.footer-bottom .download .app-store figure img,
.header-menu-bottom .download .app-store figure img {
height: 100%;
}
.header-menu-bottom .header-menu-logo {
text-align: center;
}
.footer-bottom .footer-logo img,
.header-menu-bottom .header-menu-logo img {
width: 44.53vw;
}
.header-menu-bottom button {
display: flex;
justify-content: center;
align-items: center;
color: #fff;
background: #4D4D4D;
font-weight: 300;
width: 50.67vw;
height: 12vw;
margin-bottom: 12vw;
margin-left: auto;
margin-right: auto;
font-size: 3.73vw;
border-radius: 6.13vw;
}
.footer-bottom .copyright {
padding-top: 2.4vw;
padding-bottom: 8.8vw;
font-size: 2.67vw;
}
}

@media screen and (min-width: 768px) {
.ttl-cmn-01,
h2.ttl-cmn-01 {
margin-bottom: 36px;
padding: 0;
padding-top: 36px;
text-align: center;
border-left: 0;
}
.ttl-cmn-01 span {
padding: 0 39px;
font-size: 24px;
}
.header-category h2 {
margin-bottom: 25px;
}  
.header-category h2 span {
font-size: 18px;
}  
#header-over--contents ul.header-side-list.header-nav-list {
padding: 26px 20px 31px;
border-bottom: 0;
}
#header-over--contents ul.header-side-list.header-nav-list li {
width: 265px;
height: 45px;
border-left: 0;
border-right: 0;
}
#header-over--contents ul.header-side-list.header-nav-list li a {
border-radius: 4px;
font-weight: 600;
font-size: 18px;
}
#header-over--contents ul.header-side-list.header-nav-list li a:after {
right: 10px;
}
.category-ac-toggle-title {
padding: 18px 20px 18px 6px;
cursor: pointer;
}
.category-ac-toggle-contents span.name {
font-size: 16px;
line-height: calc(30/16);
}
.category-ac-toggle-contents span.name::before {
width: 30px;
min-width: 30px;
height: 30px;
margin-right: 4px;
}
.category-ac-toggle-btn {
width: 26px ;
min-width: 26px ;
height: 26px ;
margin-left: 20px;
}
.category-ac-toggle-btn:before,
.category-ac-toggle-btn:after {
content: '';
position: absolute;
display: block;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background-color: #fff;
width: 10px;
height: 1px;
}
.category-ac-toggle-btn:before {
width: 1px;
height: 10px;
}
.category-ac-toggle-contents dd ul li a {
padding: 18px 20px 18px 6px;
}
.category-ac-toggle-contents dd ul li a::after {
width: 10px;
height: 10px;
margin-right: 0;
margin-left: 36px;
}
.header-category .footer-category-list {
display: none!important;
}
.header-info {
margin-top: 37px;
}
.header-info .ttl-cmn-01 span {
font-size: 18px;
}
.header-menu-nav {
margin-top: 30px;
}
.header-nav-list--bottom a {
font-size: 13px;
padding: 24px 20px 25px 17px;
}
.header-menu-nav-contact {
width: 190px;
height: 44px;
margin-left: auto;
margin-right: auto;
}
.header-menu-nav-contact a {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
background: #4D4D4D;
border-radius: 22px;
font-size: 14px;
font-weight: 300;
color: #fff;
}
.header-menu-nav--inner {
padding-left: 17px;
padding-right: 20px;
}
.header-menu-nav-list {
margin-top: 30px;
padding-top: 25px;
padding-bottom: 26px;
}
.header-menu-nav-list li + li {
margin-top: 29px;
}
.header-menu-nav-list li a {
position: relative;
display: block;
padding: 0;
font-size: 13px;
font-weight: 300;
border-bottom: 0;
}
.header-menu-nav-list li a:after {
position: absolute;
right: 0;
top: calc(50% - 0.3rem);
display: block;
content: '';
width: 0.6rem;
height: 0.6rem;
border-top: solid 1px #898989;
border-right: solid 1px #898989;
transform: rotate(45deg);
}
.header-sns {
padding-top: 21px;
}
.header-sns .ttl-cmn-01 {
margin-bottom: 25px;
padding-top: 0;
border-top: 0;
}
.header-sns .ttl-cmn-01 span {
font-size: 20px;
}
.header-sns ul {
align-items: center;
}
.header-sns ul li {
width: auto;
margin-right: 0;
}
.header-sns ul li + li {
margin-left: 30px;
}
.header-sns ul li img {
height: 39px;
}
.header-menu-bottom {
margin-top: 0;
padding: 0;
color: #000;
font-size: 14px;
font-weight: 300;
}
.header-menu-bottom-inner {
padding-top: 24px;
padding-bottom: 30px;
}
.header-menu-bottom .download {
margin-bottom: 31px;
}
.header-menu-bottom .download p {
width: 100%;
margin-bottom: 9px;
text-align: center;
}
.header-menu-bottom .download .app-store {
display: flex;
justify-content: space-between;
padding-left: 145px;
padding-right: 145px;
}
.header-menu-bottom .download .app-store figure {
height: 42px;
}
.header-menu-bottom .download .app-store figure img {
height: 100%;
}
.header-menu-bottom .header-menu-logo {
text-align: center;
}
.header-menu-bottom .header-menu-logo img {
width: 167px;
}
.header-menu-bottom button {
display: flex;
justify-content: center;
align-items: center;
width: 190px;
height: 44px;
margin-bottom: 43px;
margin-left: auto;
margin-right: auto;
font-size: 14px;
color: #fff;
background: #4D4D4D;
border-radius: 22px;
}
.footer-category {
padding-bottom: 70px;
border-bottom: 0;
}
.footer-category h2 {
display: none;
margin-bottom: 36px;
}
.footer-category .category-ac-toggle-contents {
display: none;
}
.footer-category-list {
display: flex!important;
justify-content: space-between;
width: 1200px;
margin-left: auto;
margin-right: auto;
}
.footer-category-contents {
width: 170px;/*---　250801更新_ラッピング追加前は270px ---*/
}
.footer-category-contents span.name {
display: flex;
align-items: center;  
}
.footer-category-contents span.name::before {
content: '';
display: block;
background-size: contain;
background-repeat: no-repeat;
width: 30px;
min-width: 30px;
height: 30px;
margin-right: 10px;
}
.footer-category-contents dt {
padding: 0 17px 9px;
border-bottom: 1px solid #DDDDDD;
}  
.footer-category-contents dt span.name {
font-size: 12px;/*---　250801更新_ラッピング追加前は15px_080713px ---*/
font-weight: 600;
}
.footer-category-contents dd li {
margin-top: 10px;
}
.footer-category-contents dd li a {
display: block;
padding-left: 17px;
padding-right: 17px;
}
.footer-category-contents dd li span.name {
font-size: 12px;/*---　250808更新_更新前は13px ---*/
font-weight: 300;
}
.footer-sns {
display: block;
padding-top: 0;
padding-bottom: 36px;
}
.footer-sns ul li {
width: auto;
margin-right: 0;
}
.footer-sns ul li + li {
margin-left: 30px;
}
.footer-sns ul li img {
height: 39px;
}
.footer-bottom-wrap {
background: #F3F3F3;
}
.footer-bottom-wrap-inner {
display: flex; 
width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 95px;
padding-top: 29px;
padding-bottom: 44px;
}
.footer-bottom-wrap-inner .footer-nav {
width: 376px;
height: 86px;
margin-right: 50px;
border-right: 1px solid #DDDDDD;
border-bottom: 0;
}
.footer-bottom-wrap-inner .footer-nav--inner {
padding-top: 0;
padding-bottom: 0;
}
.footer-bottom-wrap-inner .block-footer-nav-list {
display: flex;
}
.footer-bottom-wrap-inner .footer-nav-list + .footer-nav-list {
margin-left: 60px;
}
.footer-bottom-wrap-inner .footer-nav-list li + li {
margin-top: 6px;
}
.footer-bottom-wrap-inner .footer-nav-list li a {
font-size: 13px;
font-weight: 300;
line-height: 1;
}
.footer-bottom {
margin-top: 0;
padding: 0;
}
.footer-bottom-inner {
display: flex;
align-items: flex-end;
height: 86px;
}
.footer-bottom .download {
  display: flex;
  flex-direction: column;
  width: 269px;
  height: 100%;
  margin-right: 30px;
}
.footer-bottom .download p {
width: 100%;
margin-bottom: 0;
text-align: left;
line-height: calc(20/14);
font-size: 14px;
font-weight: 300;
color: #000;
}
.footer-bottom .download .app-store {
display: flex;
justify-content: space-between;
margin-top: auto;
}
.footer-bottom .download .app-store figure {
height: 40px;
}
.footer-bottom .download .app-store figure img {
height: 100%;
}
.footer-bottom-right-inner {
display: flex;
justify-content: space-between;
align-items: center;
width: 286px;
margin-bottom: 7px;
}
.footer-bottom-right-inner .footer-logo {
height: 20px;
}
.header-menu-bottom .header-menu-logo img {
height: 100%;
}
.footer-bottom-right-inner .footer-nav-contact {
width: 134px;
height: 35px;
}
.footer-bottom-right-inner .footer-nav-contact a {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
background: #4D4D4D;
border-radius: 23px;
font-size: 12px;
font-weight: 300;
color: #fff;
}
.footer-bottom .copyright {
font-size: 14px;
line-height: calc(16/14);
}
}

#postage_categories {
  background: #ffffff;
}
#postage_categories ul {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#postage_categories ul li {
  flex: 1;
  text-align: center;
}
.swiper-navigation-icon{
  display: none;
}


@media screen and (max-width: 767px) {
.toppage-footer-app {

margin-bottom: 14.13vw;

}

.footer-app-contents {

padding-left: 10.93vw;

padding-right: 10.93vw;

}
.footer-app-contents .app-image {
    display: flex;
    justify-content: space-between;
}
.footer-app-contents .app-image {

margin-bottom: 6.67vw;

}

.footer-app-contents .app-image > figure {

width: 29.33vw;

}

.footer-app-contents .app-image .app-store {

width: 44vw;

}

.footer-app-contents .app-text p {

font-size: 3.73vw;
font-weight: 300;
line-height: calc(24/14);

}

.footer-app-contents .app-text p + p {

margin-top: 1em;

}
.footer-app-contents .app-image .app-store {
    display: flex;
    flex-direction: column;
}
.footer-app-contents .app-image .app-store figure + figure {

margin-top: auto;

}
}

@media screen and (min-width: 768px) {
.toppage-footer-app {

margin-bottom: 69px;

}

.footer-app-contents {

display: flex;

justify-content: space-between;

width: 1200px;

margin-left: auto;

margin-right: auto;

padding-left: 180px;

padding-right: 180px;

}

.footer-app-contents .app-text {

order: 1;

}

.footer-app-contents .app-text p {

font-size: 14px;
font-weight: 300;
line-height: calc(24/14);

}
.footer-app-contents .app-image {
    display: flex;
    justify-content: space-between;
}
.footer-app-contents .app-image {

width: 234px;

height: 84px;

order: 2;

}

.footer-app-contents .app-image > figure {

width: 84px;

}

.footer-app-contents .app-image .app-store {

width: 130px;

}
.footer-app-contents .app-image .app-store {
    display: flex;
    flex-direction: column;
}
.footer-app-contents .app-image .app-store figure + figure {
    margin-top: auto;
}
}


.footer-sns .footer-sns--link {
	margin: 2.2rem 0 0;
	padding: 0;
	text-align: center;
}
.footer-sns .footer-sns--link a {
  display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 23em;
    height: 3.4em;
    background: #4D4D4D;
    border-radius: 6.13vw;
    font-size: 3.47vw;
    font-weight: 300;
    color: #fff;
}
@media screen and (min-width: 768px) {
.footer-sns .footer-sns--link {
	margin: 24px 0 0;
}
.footer-sns .footer-sns--link a {
    width: 295px;
    height: 35px;
    border-radius: 35px;
    font-size: 14px;
}
}