@charset "UTF-8";

.fs-l-productLayout__item .fs-c-productMark__item .fs-c-productMark__mark--image img{
    height: 34px;
    width: auto;
}
.fs-l-productLayout__item .fs-c-productMark__item{
    margin: 0 10px 10px 0;
}

.fs-c-productList__list .fs-c-productMark__item{
    margin: 0 2px 5px 0 !important;
}

.fs-c-productList__list .fs-c-productMark__item .fs-c-productMark__mark img{
    height: 20px;
    width: auto;
}
/* ------------------
wp
------------------ */

/* メディア掲載情報 */
.mediaguide{
    max-width: 1260px;
    min-width: 1120px;
    margin: 0 auto 100px;
}

.mediaguide ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}
.mediaguide a{
    text-decoration: none;
}
.mediaguide a img{
    -webkit-transition: .3s;
    transition: .3s;
}

.mediaguide a:hover img{
    opacity: .6;}

.mediaguide li{
    width: 17%;
    list-style: none;
}

.mediaguide img{
    width: 100%;
    height: auto;
}

.blog_tplist{
    max-width: 1260px;
    min-width: 1120px;
    margin: 0 auto 100px;
}

.blog_tplist ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog_tplist li{
    list-style: none;
    width: 23.5%;
    text-align: center;
    -webkit-box-shadow: 0 0 0 1px #ccc inset;
    box-shadow: 0 0 0 1px #ccc inset;
}

.blog_tplist a{
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
}

.blog_tplist a:hover{
    opacity: .5;
}

.blog_tplist li img{
    width: 100%;
    height: auto;
}

.blg_area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.blg_area div{
    padding: 10% 10%;
}

.b_tit{
    font-size: 160%;
    line-height: 150%;
    margin-bottom: 20px;
}

.blg_area .pnk_btn{
    padding: 10px 20px;
}

.m_cat{    margin-bottom: 20px;}

/* ------------------
recom
------------------ */

#_rcmdjp_display_1,
#_rcmdjp_display_2{
    max-width: 1260px;
    width: 100%;
    margin: 0 auto 80px;
}

/* ------------------
guide
------------------ */

.guides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-bottom: 60px;
}

.guides li {
    list-style: none;
    width: 18.4%;
    margin: 0 2% 2% 0;
    text-align: center;
}

.guides li br{
    display: none;
}
.guides li:nth-child(5n){
    margin-right: 0;
}

.guides li a {
    display: block;
    padding: 15px 10px 15px 20px;
    -webkit-box-shadow: 0 0 0 1px #ccc inset;
    box-shadow: 0 0 0 1px #ccc inset;
    border-radius: 35px;
    text-decoration: none;
    background: url(../img/un_delta.svg) no-repeat 14px center;
    background-size: 7px 7px;
}

.guides li a:hover {
    display: block;
    padding: 15px 10px 15px 20px;
    -webkit-box-shadow: 0 0 0 1px #ccc inset;
    box-shadow: 0 0 0 1px #ccc inset;
    border-radius: 35px;
    text-decoration: none;
    background: url(../img/un_delta.svg) no-repeat 14px center #eee;
    background-size: 7px 7px;
}

/* ------------------
sitemap
------------------ */

.sitemaparea {
    max-width: 1260px;
    min-width: 1120px;
    margin: 0 auto 60px;
}

.map_link{


}

.map_link ul {
    width: 23%;
}

.map_link > ul > li {
    list-style: none;
    font-size: 94%;
    background: url(../img/delta_un.svg) no-repeat left center;
    background-size: 7px 7px;
    padding-left: 20px;
    margin-bottom: 5px;
}
.map_link a {
    text-decoration: none;
}

.map_link a:hover {
    text-decoration: underline;
}

.itemccate{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.itemccate div{
    width: 22%;
    margin: 0 4% 4% 0;
}

.itemccate div p{
    font-weight: bold;
    margin-bottom: 15px;
}

.itemccate div ul{
width: 100%;}

.itemccate div:nth-of-type(4n){
    margin-right: 0;
}

.itemccate li {
    list-style: none;
    font-size: 86%;
    background: url(../img/delta_un.svg) no-repeat left center;
    background-size: 7px 7px;
    padding-left: 20px;
    margin-bottom: 5px;
}

/* ------------------
special
------------------ */
.list {
    width: 1260px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.list li {
    list-style: none;
    width: 22%;
    margin: 0 1.5% 4%;
}

.list li:nth-child(4n) {
    margin-right: 0;
}

.list li img {
    width: 100%;
    height: auto;
}

.search_item {
    display: inline-block;
    padding: 3px;
    cursor: pointer;
}

.cate_ser .search span {
    padding: 10px 20px;
    background: #fff;
}

.search_item.is-active {
    color: white;
    background-color: black !important;
}

.is-hide {
    display: none;
}

.list li a {
    -webkit-transition: .3s;
    transition: .3s;
}

.list li a:hover {
    opacity: .5;
}

.cate_ser {
    background: #f5f5f5;
    padding: 3%;
    margin-bottom: 60px;
}

.cate_ser .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
}

.shibori {
    text-align: center;
    font-weight: bold;
    font-size: 130%;
    margin-bottom: 15px;
}

/* ------------------
line
------------------ */
.line_area {
    width: 1120px;
    margin: 0 auto;
}

.line_img {
    margin-bottom: 30px;
}

.aret {
    font-size: 130%;
    line-height: 160%;
    list-style: none;
    margin-bottom: 60px;
}

.other_otoku {
    text-align: center;
    background: #28ad38;
    color: #fff;
    font-size: 130%;
    font-weight: bold;
    line-height: 160%;
    padding: 10px;
    width: 1120px;
    margin: 0 auto 30px;
}

.otoku_lic {
    width: 1120px;
    margin: 0 auto 60px;
}

.otoku_lic dl {
    padding: 20px 0 20px 100px;
}

.otoku_lic dt {
    font-size: 170%;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ef6086;
}

.otoku_lic dd {
    font-size: 130%;
    line-height: 150%;
}

.otoku01 {
    background: url(../img/otoku01.svg) no-repeat left center;
    background-size: 80px 80px;
}

.otoku02 {
    background: url(../img/otoku02.svg) no-repeat left center;
    background-size: 80px 80px;
}

.otoku03 {
    background: url(../img/otoku03.svg) no-repeat left center;
    background-size: 80px 80px;
}

.qr_step{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.qr_step li{
    list-style: none;
    margin-right: 5%;
    text-align: center;
    font-weight: bold;
}
.qr_step li:last-child{
    margin-right: 0;
}

.qr_step li img{
    width: 100%;
    height: auto;
}

.qr_step li span{
    color: #ef6086;
    font-size: 200%;
}
.houss{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 800px;
    margin: 0 auto 30px;
    font-size: 130%;
    line-height: 150%;
    font-weight: bold;
}

.houss dt{
    background: #ef6086;
    padding: 10px;
    color: #fff;
    margin-right: 20px;
}

.qrcode{
    text-align: center;
    margin-bottom: 50px;
}

.pconly{
    display: block;
}

.sponly{
    display: none;
}

/* ------------------
fit
------------------ */
.fitarea {
    width: 1260px;
    margin: 0 auto;
}

.fitabout {
    max-width: 1000px;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.fitabout dt {
    width: 20%;
    margin-right: 8%;
}

.fitabout dt img {
    width: 100%;
    height: auto;
}

.fitabout dd {
    font-size: 120%;
    line-height: 150%;
    width: 72%;
}

.threesptes {
    color: #ef6086;
    font-size: 180%;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    line-height: 150%;
}

.threesptes span {
    font-size: 300%;
}

.fitstep1 {
    background: url(../img/fitstep01.svg) no-repeat left center;
    background-size: 60px 60px;
}

.fitstep2 {
    background: url(../img/fitstep02.svg) no-repeat left center;
    background-size: 60px 60px;
}

.fitstep3 {
    background: url(../img/fitstep03.svg) no-repeat left center;
    background-size: 60px 60px;
}

.fitstep1,
.fitstep2,
.fitstep3 {
    padding: 20px 0 20px 75px;
    font-weight: bold;
}

.steps {
    background: #efefef;
    padding: 5%;
    margin-bottom: 80px;
}

.o_stp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 5%;
    margin-bottom: 30px;
}

.o_stp dl {
    width: 70%;
}

.o_stp dt {
    font-size: 160%;
    line-height: 150%;
    margin-bottom: 25px;
}

.o_stp .photo {
    width: 24%;
}

.o_stp .photo img {
    width: 100%;
    height: auto;
}

.ulthr,
.ultwo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto;
}

.ulthr li {
    list-style: none;
    width: 186px;
    background: url(../img/delta.svg) no-repeat right 37%;
    background-size: 12px 12px;
    padding-right: 5%;
    margin-right: 20px;
    text-align: center;
}

.ultwo li {
    list-style: none;
    width: 243px;
    background: url(../img/delta.svg) no-repeat right 50%;
    background-size: 12px 12px;
    padding-right: 30px;
    margin-right: 20px;
    text-align: center;
}

.ulthr li:last-child,
.ultwo li:last-child {
    background: none;
}

.ultwo li img,
.ulthr li img {
    width: 100%;
    height: auto;
}

.attent {
    background: #ee8099;
    padding: 3%;
    color: #fff;
    margin-bottom: 30px;
    width: 50% !important;
}

.attent dt {
    font-size: 150%;
    line-height: 150%;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 20px;
    background: url(../img/attention.svg) no-repeat center top;
    background-size: 32px 32px;
    padding-top: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.attent dt:before,
.attent dt:after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background: #fff;
    display: block;
}

.attent dt:before {
    margin-right: .4em;
}

.attent dt:after {
    margin-left: .4em;
}

.attent dd {
    font-size: 110%;
    line-height: 150%;
}

.cent_t {
    text-align: center;
    margin-bottom: 50px;
}

.fronthoc {
    text-align: center;
    margin: 0 auto 60px;
}

.fronthoc img {
    max-width: 490px;
    height: auto;
}

.fitmovie {
    max-height: 1200px;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: url(../img/dot-line.gif) repeat-x left bottom;
    padding-bottom: 60px;
}

.fitmovie li {
    list-style: none;
    width: 48%;
    margin: 0 4% 4% 0;
}

.fitmovie li:nth-child(2n){
    margin-right: 0;
}

.fitmovie iframe {
    width: 100%;
    height: 350px;
}

.fitmovie video{
    width: 100%;
    height: auto;
}

.grash {
    font-size: 160%;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 25px;
    color: #999;
    text-align: center;
}


.fit_banner {
    text-align: center;
    margin-bottom: 50px;
}

.fit_banner a {
    -webkit-transition: .3s;
    transition: .3s;
}

.fit_banner a:hover {
    opacity: .5;
}

.fit_banner img {
    max-width: 100%;
    height: auto;
}

.risou {
    padding: 5%;
    max-width: 1120px;
    margin: 0 auto 60px;
    background: #ededed;
}

.wearpoint {
    text-align: center;
}

.wearpoint img {
    max-width: 100%;
    height: auto;
}

.w_sp {
    padding: 5% 5% 10px;
    background: #fff;
}

.sixstep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.sixstep li {
    list-style: none;
    width: 30%;
    margin: 0 5% 5% 0;
}

.sixstep li:nth-child(3n) {
    margin-right: 0;
}

.sixstep li img {
    width: 100%;
    height: auto;
}

/* ------------------
What's News
------------------ */
/* What's News */
.tp_news {
    max-width: 1120px;
    min-width: 1000px;
    width: 90%;
    margin: 50px auto 100px;
}

.tp_news ul {
    margin-bottom: 50px;
}

.tp_news ul {
    margin-bottom: 50px;
}

.tp_news li {
    list-style: none;
    margin-bottom: 30px;
}

.tp_news li:last-child {
    margin-bottom: 0;
}

.tp_news a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tp_news a .date {
    width: 10%;
    margin-right: 3%;
}


.tp_news a {
    text-decoration: none;
}

.tp_news a:hover p:last-child {
    text-decoration: underline;
}

.tp_news .hist_back {
    text-align: center;
    margin-bottom: 60px;
    margin: 60px auto;
    width: 150px;
}

.tp_news .hist_back a {
    padding: 20px;
    background: #ef6086;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    display: block;
}

/* ------------------
media
------------------ */
.media_areas {
    width: 1260px;
    margin: 0 auto 60px;
}

.media_areas .hist_back {
    text-align: center !important;
    margin: 0 auto;
}

.media_lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.media_lists li {
    list-style: none;
    width: 22%;
    margin: 0 4% 4% 0;
}

.media_lists li:nth-child(4n) {
    margin-right: 0;
}

.media_lists li img {
    width: 100%;
    height: auto;
}

.media_lists li a,
.media_lists li a img {
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.media_lists li a:hover img {
    opacity: .5;
}

.media_lists dl {
    margin-top: 15px;
}

.media_lists dt {
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    margin-bottom: 15px;
    line-height: 150%;
}

.magaz {
    width: 1060px;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.magaz .photos {
    width: 56%;
}

.mazinspec {
    width: 38%;
    text-align: center;
    padding: 3%;
}

.mazinspec dt {
    font-size: 140%;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 20px;
}

.ma_txt {
    margin-bottom: 40px;
}

.magaz img {
    width: 100%;
    height: auto;
}

.maz_staff {
    max-width: 1060px;
    margin: 0 auto 60px;
    -webkit-box-shadow: 0 0 0 5px #ef6086 inset;
    box-shadow: 0 0 0 5px #ef6086 inset;
    padding: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.thumb {
    width: 240px;
    height: 240px;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

/* 縦に合わせてトリミング */
.thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

.staffcomment {
    width: 60%;
}

.staffcomment dt {
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 20px;
}

/* ------------------
blog
------------------ */

.blog_pankuzu {
    max-width: 1260px;
    width: 90%;
    margin: 20px auto 40px;
}

.blog_area {
    width: 1260px;
    margin: 60px auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog_area article {
    width: 73%;
}

.blot_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.blot_list .date {
    font-weight: bold;
    margin-bottom: 15px;
}

.blot_list dt {
    font-weight: bold;
    font-size: 120%;
    line-height: 150%;
    margin-bottom: 20px;
}

.blot_list li {
    list-style: none;
    width: 30%;
    margin: 0 5% 5% 0;
    -webkit-box-shadow: 0 0 0 1px #ccc inset;
    box-shadow: 0 0 0 1px #ccc inset;
}

.blot_list li:nth-child(3n) {
    margin-right: 0;
}

.blot_list li a,
.blot_list li a img {
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.blot_list li a:hover img {
    opacity: .5;
}

.blot_list img {
    width: 100%;
    height: auto;
}

.blot_list dl {
    padding: 8% 8% 12%;
}

.blog_area aside {
    width: 24%;
}

aside ul {
    margin-bottom: 60px;
}

.popular li,
.sidecate li {
    list-style: none;
    background: url(../img/dot-line.gif) repeat-x left bottom;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.popular li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bsidetit {
    font-size: 160%;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 3px solid #000;
}

.details h2 {
    font-size: 160%;
    line-height: 150%;
    margin-bottom: 30px;
    border-bottom: 3px solid #ee8099;
    padding-bottom: 20px;
}

.details h3{
    background: #efefef;
    padding: 15px;
    margin-bottom: 20px;
}

.details h4{
    background: url(../img/dot-line.gif) repeat-x left bottom;
    padding: 15px;
    margin-bottom: 20px;
}

.b_list {
    width: 28%;
}

.b_list img {
    width: 100%;
    height: auto;
}

.t_title {
    width: 64%;
    display: block;
}

.dates {
    color: #999;
    margin-bottom: 0px;
}

.end_share {
    clear: both;
    margin: 50px auto 50px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 50px 0;
}

.end_share dt {
    text-align: center;
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 20px;
}

.end_share dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 30%;
    margin: 0 auto;
}

.end_share dd ul li {
    list-style: none;
}

.end_share dd ul li img {
    width: 40px;
    height: 40px;
}

.details .mb_txt p {
    margin-bottom: 25px;
}

.details .mb_txt p img {
    max-width: 100%;
    height: auto;
}

.details .mb_txt p:last-child {
    margin-bottom: 0;
}

.hist_back {
    text-align: right;
    margin-bottom: 60px;
}

.hist_back a {
    padding: 20px;
    background: #ef6086;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.hist_back a:hover {
    background: #ee8099;
}

.pagination {
    margin: 60px auto 90px;
    padding: 10px 0;
    text-align: center
}
.page-numbers{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-numbers li{
    list-style: none;
    margin-right: 10px;
}

.page-numbers li:last-child{
    margin-right: 0;
}

.pagination a {
    font-size: 9pt;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0;
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #f3f3f3;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
}

.pagination a:hover {
    color: #FFF;
    background: #323232;
}

.pagination h2{
    display: none;
}

.pagination span {
    font-size: 9pt;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0;
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #f3f3f3
}

.pagination span.dots {
    background: 0
}

.pagination span.current {
    background: #323232;
    color: #fff
}

.wp_rp_content {
    width: 100%;
}

.related_post_title {
    display: none;
}

.related_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.related_post li {
    width: 30%;
    list-style: none;
    -webkit-box-shadow: 0 0 0 1px #ccc inset;
    box-shadow: 0 0 0 1px #ccc inset;
}

.related_post li a {
    text-decoration: none;
}

ul.related_post li a:hover {
    text-decoration: underline;
}

.related_post li img {
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.related_post li:hover img {
    opacity: .5;
}

.related_post li img {
    width: 100%;
    height: auto;
}

.wp_rp_title {
    padding: 10% 8%;
    display: block;
}


/* ------------------
use
------------------ */
.usearea {
    width: 1260px;
    margin: 0 auto;
}

.bf_use {
    text-align: center;
    margin-bottom: 60px;
}

.bf_use dt {
    background: #ee8099;
    padding: 15PX 20px;
    color: #fff;
    font-size: 140%;
    line-height: 150%;
    display: inline-block;
    margin-bottom: 30px;
}

.bf_use dd {
    font-size: 120%;
    line-height: 150%;
}

.bf_use span,
.use_img span {
    color: #ef6086;
}

.fing {
    text-align: center;
    color: #ef6086;
    font-size: 120%;
    font-weight: bold;
    line-height: 160%;
    margin-bottom: 30px;
    margin-bottom: 30px;
}

.use_img {
    text-align: center;
    font-size: 80%;
}

.use_img img {
    max-width: 100%;
    height: auto;
}

.use_img p:first-child {
    margin-bottom: 20px;
}

.shop_mm {
    padding: 20px;
    -webkit-box-shadow: 0 0 0 1px #ccc inset;
    box-shadow: 0 0 0 1px #ccc inset;
    display: block;
    text-align: center;
    max-width: 300px;
    margin: 30px auto 70px;
}

.introuse {
    text-align: center;
}

.m_tituse {
    text-align: center;
    font-size: 160%;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 20px;
    color: #ef6086;
}

.nu_use {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 65px;
}

.nu_use li {
    width: 30%;
    list-style: none;
}

.nu_use a {
    text-decoration: none;
}

.nu_use li img {
    width: 100%;
    height: auto;
}

.u_names {
    font-size: 130%;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 5px;
}

.u_price {
    font-weight: bold;
    font-size: 120%;
    line-height: 150%;
    margin-bottom: 35px;
}

.attention {
    background: #ee8099;
    padding: 3%;
    color: #fff;
    margin-bottom: 30px;
}

.attention dt {
    font-size: 200%;
    line-height: 150%;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 20px;
    background: url(../img/attention.svg) no-repeat center top;
    background-size: 32px 32px;
    padding-top: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.attention dt:before,
.attention dt:after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background: #fff;
    display: block;
}

.attention dt:before {
    margin-right: .4em;
}

.attention dt:after {
    margin-left: .4em;
}

.attention dd {
    font-size: 130%;
    line-height: 150%;
}

.min_attent {
    text-align: center;
    margin-bottom: 40px;
}

.shirikon {
    max-width: 960px;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shirikon li {
    list-style: none;
    width: 46%;
}

.shirikon li img {
    width: 100%;
    height: auto;
}

.defftit {
    background: #444;
    padding: 15px;
    color: #fff;
    font-weight: bold;
}

.shirikon p:last-child {
    text-align: left;
}

.taole {
    -webkit-box-shadow: 0 0 0 1px #ee8099 inset;
    box-shadow: 0 0 0 1px #ee8099 inset;
    padding: 3%;
    max-width: 960px;
    margin: 0 auto 70px;
}

.onews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.onews li {
    width: 30%;
    list-style: none;
    text-align: left;
}

.onews .photo img {
    width: 100%;
    height: auto;
}

.onews dt {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 130%;
    color: #ef6086;
}

.bigst {
    font-size: 200%;
    line-height: 150%;
    margin-bottom: 15px;
    color: #ef6086;
}

.blease {
    max-width: 800px;
    margin: 0 auto 50px;
    -webkit-box-shadow: 0 0 0 1px #ccc inset;
    box-shadow: 0 0 0 1px #ccc inset;
    padding: 5%;
}

.blease ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blease li {
    list-style: none;
}

.blease li:first-child {
    width: 20%;
}

.blease li img {
    width: 100%;
    height: auto;
}

.blease li:last-child {
    width: 75%;
    text-align: left;
}

.allnub dt {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ef6086;
}

.allnub dd {
    margin-bottom: 60px;
}

.allnub ul {
    margin-left: 25px;
}

/* ------------------
qa
------------------ */

.qaarea {
    width: 1260px;
    margin: 0 auto;
}

.qa_box dt {
    background: url(../img/icon_q.svg) no-repeat left top;
    background-size: 32px 32px;
    padding-left: 44px;
    font-size: 140%;
    line-height: 150%;
    min-height: 32px;
    margin-bottom: 25px;
}

.qa_box dd {
    padding: 2%;
    font-size: 110%;
    line-height: 150%;
    margin-bottom: 40px;
    background: #f6e1e5;
}
/* カスタム */
#cQa .qaarea h3 {
margin: 50px 0 !important;
padding: 0 20px;
font-size: 18px;
line-height: 38px;
text-align: center;
border-top: solid 1px #222;
border-bottom: solid 1px #222;
}
#cQa h4 {
    margin: 20px 0 10px 0;
    font-weight: bold;
}
#cQa h4:first-letter {
    font-size: 1.5em;
    color: #ee8099;
}
#cQa p.stepTit {
    margin: 20px 0;
    padding: 5px 20px;
    background-color: #ee8099;
    font-weight: bold;
    color: #fff;
}
#cQa .braType {
    overflow: hidden;
	margin-bottom: 20px;
}
#cQa .braType table {
    float: left;
    width: 320px;
	margin-right: 30px;
	background-color: #fff;
	border-collapse: collapse;
}
#cQa .braType table th.typeTit {
    background-color: #222;
	color: #fff;
	padding: 5px 10px;
}
#cQa .braType table th.listTit {
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
	padding: 5px 10px;
	font-weight: normal;
}
#cQa .braType table td {
	padding: 20px;
}
#cQa .braType table li  {
	list-style-position: inside;
}
#cQa a.itemOn {
	display: block;
	margin-top: 10px;
	padding: 10px 20px;
	text-align: center;
	border: solid 1px #222;
	border-radius: 5px;
	font-size: 16px;
	line-height: 30px;
}
#cQa a.itemOn:hover {
	text-decoration: none;
	border: solid 1px #999;
	color: #999;
}
#cQa p.itemOff {
	margin-top: 10px;
	padding: 10px 20px;
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 5px;
	font-size: 16px;
	line-height: 30px;
color: #ccc;
}
#cQa iframe {
	border:  none;
}
.qaList {
	width: 600px;
	margin: 50px auto;
}
.qaList p {
	padding: 10px 20px;
	background-color: #f6e1e5;
	text-align: center;
}
.qaList dt {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    background: url(../img/i-plus.svg) no-repeat 96% center #fff;
    background-size: 12px 12px;
}
.qaList dt.active {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    background: url(../img/i-mainus.svg) no-repeat 96% center #fff;
    background-size: 12px 12px;
}
.qaList dd {
	display: none;
}
.qaList ul {
	list-style: none;
}
.qaList li {
	border-bottom: dotted 1px #ccc;
}
.qaList li:last-child {
    border-bottom: 1px solid #ccc;
}
.qaList li a {
	display: block;
	padding: 10px 40px 10px 20px;
	background-color: #f3f3f3;
	background: url(../img/r-arrow.svg) no-repeat 95% center #f3f3f3;
    background-size: 8px 10px;
}
.qaList li a:hover {
	opacity: 0.5;
	text-decoration: none;
}
.qaList li a:active {
	opacity: 0.5;
	text-decoration: none;
}
/* 商品ページリンク */
.ikunyuInfoItem a.faqLink {
	display: block;
	border: 1px solid #222;
	border-radius: 5px;
	width: 90%;
	margin: 20px auto 0;
	font-size: 18px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 0 !important;
	background: none !important;
}
.ikunyuInfoItem a.faqLink:hover {
	text-decoration: none;
}
.ikunyuInfoItem a.faqLink:active {
	text-decoration: none;
}
.ikunyuInfoItem .faqCp {
	padding: 10px 20px;
	margin-top: 30px;
	text-align: center;
	background-color: #f9dde2;
	font-size: 16px;
	line-height: 28px;
}

/* ------------------
contact
------------------ */
.cont_fir {
    font-size: 120%;
    line-height: 200%;
    margin-bottom: 60px;
}

.contacts span {
    color: #ef6086;
}

.contacts table {
    width: 100%;
    font-size: 130%;
    margin-bottom: 50px;
}
.contacts td br{    display: none;}
.contacts td,
.contacts th {
    padding: 2%;
    background: url(../img/dot-line.gif) repeat-x left bottom;
}

.contacts th {
    width: 30%;
}

.contacts table input {
    font-size: 16px;
    padding: 10px;
}

.contacts table select {
    font-size: 16px;
}

.privacy_check {
    background: #f7dfe3;
    padding: 20px;
    text-align: center;
    font-size: 130%;
    margin-bottom: 50px;
}

.subs_bit {
    text-align: center;
    margin-bottom: 50px;
}

.subs_bit input[type="submit"] {
    width: 300px;
    border: none;
    background: #ef6086;
    padding: 25px;
    color: #fff;
    font-size: 200%;
    border-radius: 6px;
}

/* ------------------
shoplist
------------------ */

.shoplists {
    width: 1260px;
    margin: 0 auto;
}

.ginza {
    margin-bottom: 80px;
}

.shop_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.shop_area .photo {
    width: 45%;
}

.shop_area img {
    width: 100%;
    height: auto;
}

.shop_ins {
    width: 50%;
}

.sh_data li {
    list-style: none;
    padding-left: 30px;
    margin-bottom: 10px;
}

.sh_names {
    font-size: 160%;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 15px;
}

.i_add {
    background: url(../img/i_add.svg) no-repeat left 4px;
    background-size: 16px 16px;
}

.i_tel {
    background: url(../img/free-icon.svg) no-repeat left center;
    background-size: 16px 16px;
}

.i_time {
    background: url(../img/i_calendar.svg) no-repeat left 4px;
    background-size: 16px 16px;
}

.sh_data {
    background: url(../img/dot-line.gif) repeat-x left bottom;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.sh_infoma dt {
    font-weight: bold;
    font-size: 130%;
    line-height: 150%;
    margin-bottom: 10px;
    color: #ee8099;
}

.sh_infoma dd {
    margin-bottom: 20px;
}

.sh_infoma li {
    list-style: disc;
    margin: 0 0 10px 25px;
}

.cyoku_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cyoku_list p {
    margin-bottom: 20px;
}

.cyoku_list img {
    width: 100%;
    height: auto;
}

.cyoku_list > li {
    width: 30%;
    margin: 0 5% 5% 0;
    list-style: none;
}

.cyoku_list > li:nth-child(3n) {
    margin-right: 0;
}

.sh_nmin {
    font-size: 110%;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 15px;
}

.ichiji_list {
    margin: 20px auto;
}

.ichiji_list li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: url(../img/dot-line.gif) repeat-x left bottom;
}

.shp_name {
    width: 20%;
}

.shp_url {
    width: 70%;
}

.micro_shopt {
    text-align: center;
    font-weight: bold;
    font-size: 130%;
    line-height: 150%;
    margin-bottom: 40px;
}

/* ------------------
company
------------------ */

.companys {
    max-width: 1000px;
    margin: 0 auto;
}

.companys dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(../img/dot-line.gif) repeat-x left bottom;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.companys dt {
    width: 20%;
}

.companys dd {
    width: 74%;
}

/* ------------------
gude
------------------ */

.reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 100px;
}

.reviews li {
    list-style: none;
    width: 23.5%;
    text-align: center;
}

.reviews li a {
    display: block;
    padding: 15px 10px;
    -webkit-box-shadow: 0 0 0 1px #ccc inset;
    box-shadow: 0 0 0 1px #ccc inset;
    border-radius: 35px;
    text-decoration: none;
}

.reviews li a:hover {
    background: #eee;
}

.ingos {
    background: url(../img/hd_cart.svg) no-repeat left center;
    background-size: 16px 16px;
    padding: 5px 0 5px 30px;
}

.members {
    background: url(../img/hd_register.svg) no-repeat left center;
    background-size: 16px 16px;
    padding: 5px 0 5px 30px;
}

.points {
    background: url(../img/present.svg) no-repeat left center;
    background-size: 16px 16px;
    padding: 5px 0 5px 30px;
}

.gude_nub {
    background: url(../img/guide_nubg.jpg) no-repeat left top;
    padding: 6% 10% 10%;
}

.gude_nub dl {
    text-align: center;
    width: 35%;
    margin: 0 0 40px 10%;
}

.gude_nub dt {
    width: 213px;
    text-align: center;
    margin: 0 auto;
}

.gude_nub dt img {
    width: 100%;
    height: auto;
}

.gude_nub dd {
    font-size: 130%;
    line-height: 150%;
    font-weight: bold;
    margin-top: 25px;
}

.pink_bor {
    width: 980px;
    margin: 0 auto;
    border: 5px solid #ee8099;
    padding: 150px 8% 5%;
    font-size: 120%;
    line-height: 200%;
}

.otokus {
    width: 1120px;
    margin: 0 auto 50px;
    text-align: center;
    line-height: 2em;
}

.obje {
    width: 1000px;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.obje li {
    width: 32%;
    -webkit-box-shadow: 0 0 0 1px #ccc inset;
    box-shadow: 0 0 0 1px #ccc inset;
    text-align: center;
    list-style: none;
    font-weight: bold;
    font-size: 110%;
    padding: 15px 10px 15px 5%;
}

.prez {
    background: url(../img/present.svg) no-repeat 10% center;
    background-size: 70px 65px;
}

.birth {
    background: url(../img/coin.svg) no-repeat 10% center;
    background-size: 70px 65px;
}

.offen {
    background: url(../img/gift_c.svg) no-repeat 10% center;
    background-size: 70px 65px;
}

.guide_preb {
    background: url(../img/guide_prebg.jpg) no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5% 15%;
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    height: 300px;
    margin-bottom: 100px;
}

.guide_preb dl {
    padding: 6% 5%;
    -webkit-box-shadow: 0 0 0 1px #ef6086;
    box-shadow: 0 0 0 1px #ef6086;
}

.guide_preb dt {
    font-size: 130%;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 15px;
}

.guide_preb dd {
    color: #ef6086;
    font-size: 200%;
    font-weight: bold;
}

.pluss {
    position: absolute;
    left: 50%;
    margin-left: -66px;
    bottom: -32%;
}

.rankups {
    text-align: center;
    margin-bottom: 50px;
    z-index: 2;
}

.rankups dt {
    font-weight: bold;
    font-size: 150%;
    line-height: 150%;
    margin-bottom: 20px;
}

.rankup {
    width: 970px;
    margin: 0 auto 60px;
}

.rankup img {
    width: 100%;
    height: auto;
}

.rankua_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ccc;
    width: 1120px;
    padding-top: 40px;
    margin: 0 auto 100px;
}

.enj {
    width: 70%;
}

.enj_bt {
    width: 20%;
}

.enj_bt a {
    display: block;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    background: #ef6086;
    padding: 10px;
    font-weight: bold;
}

.enj_bt a:hover {
    opacity: .6;
}

.s_rev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
}

.s_rev .photo {
    width: 46%;
}

.s_rev .photo img {
    width: 100%;
    height: auto;
}

.s_rev .rev_txt {
    width: 50%;
}

.s_rev .rev_txt p {
    margin-bottom: 25px;
}

.s_rev .rev_txt p:last-child {
    margin-bottom: 0;
}

/* ------------------
	under
 ------------------ */

#prev_no {
    display: none !important;
}

.m_contents {
    max-width: 1260px;
    min-width: 1120px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.l-side {
    width: 300px;
}

.l-search {
    background: #f7dfe3;
    padding: 8% 5%;
    margin: 40px 0 60px;
}

.l-search p {
    text-align: center;
    font-weight: bold;
    font-size: 110%;
    line-height: 150%;
    margin-bottom: 10px;
}

.keyword-side{
    position: relative;
}

.keyword-side input[type="text"] {
    background: url(../img/l-search.svg) no-repeat 5% center #fff;
    background-size: 16px 16px;
    border: none;
    padding: 15px 10px 15px 40px;
    border-radius: 6px;
    width: 100%;
}

.keyword-side button {
    background: #ee8099;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 120%;
    width: 100px;
    display: block;
    margin: 10px auto;
		border: none;
		color: #fff;
		border-radius: 5px;
}

.keyword-side select {
    width: 100%;
}

.cp_ipselect {
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cp_ipselect select::-ms-expand {
    display: none;
}

.cp_ipselect.cp_sl04 {
    position: relative;
    border-radius: 6px;
    background: #ffffff;
}

.cp_ipselect.cp_sl04::before {
    position: absolute;
    top: 0.8em;
    right: 0.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    pointer-events: none;
}

.cp_ipselect.cp_sl04 select {
    padding: 10px 38px 10px 10px;
}

.l-categ {
    margin-bottom: 30px;
}

.l-categ dt {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.mainconts {
    width: 910px;
}

.one_mainconts {
    width: 1260px;
    margin: 0 auto;
}

/* ---- RECOMMEND ---- */
.tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}

.tab li {
    list-style: none;
    width: 50%;
    padding: 3%;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
    background: #f5f5f5;
    position: relative;
}

.tab li.select {
    background: #fff;
    border-top: 1px solid #ccc;
}

.tabtit {
    font-size: 12px;
}

.tb_mini {
    font-size: 10px;
}

.content {
    margin-bottom: 80px;
}

.hide {
    display: none;
}

/* ------------------
list
------------------ */

.imgmax{
  width: 100%;
  height: auto;
}

.list_mv {
    width: 1440px;
    margin: 0 auto 20px;
    height: 500px;
    padding: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pict_mv {
  width: 1440px;
  margin: 0 auto 20px;
  padding: 5%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.pict_mv--img{
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.fs-body-category-nubra .pict_in {
	/*text-shadow:0 0 20px #fff;*/
	/*text-shadow:1px 1px 0 #fff;*/
	text-shadow:1px 1px 1px #fff,-1px 1px 1px #fff,1px -1px 1px #fff,-1px -1px 1px #fff;
}

.sub_in ,.pict_in{
    width: 35%;
}

.sub_in h2,
.pict_in h2{
    font-size: 160%;
    line-height: 150%;
    margin-bottom: 40px;
}
.nubra_mv {
    background: url(../img/list_nubra_mv.jpg) no-repeat center top;
    background-size: cover;
}

.nubra_beach_mv {
    background: url(../img/list_nubra_beach_mv.jpg) no-repeat center top;
    background-size: cover;
}

.foundation_mv {
    background: url(../img/list_foundation_mv.jpg) no-repeat center top;
    background-size: cover;
}

.lingerie_mv {
    background: url(../img/list_lingerie_mv.jpg) no-repeat center top;
    background-size: cover;
}
.inner_mv {
    background: url(../img/list_inner_mv.jpg) no-repeat center top;
    background-size: cover;
}

.room-wear_mv {
    background: url(../img/list_room-wear_mv.jpg) no-repeat center top;
    background-size: cover;
}

.lia_mv {
    background: url(../img/list_lia_mv.jpg) no-repeat center top;
    background-size: cover;
}

.product_tit{
    border-top: 1px solid #ccc;
    padding: 5% 3% 0;
    margin-bottom: 50px;
    font-size: 130%;
    font-weight: bold;
}

/* ---- 商品カテゴリー ---- */

.cates {
    margin-bottom: 60px;
}

#acMenu {
    border-top: 1px solid #ccc;
}

#acMenu dt {
    display: block;
    width: 100%;
    padding: 5% 5% 5% 24%;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

#acMenu dd ul {
    width: 100%;
}

.cate_s {
    background: #222;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    margin-top: 0;
}

#acMenu dd {
    background: #fff;
    display: none;
}

#acMenu ul ul {
    background: #fff;
    display: none;
}

#acMenu dd li {
    list-style: none;
    background: url(../img/dot-line.gif) repeat-x left bottom, url(../img/r-arrow.svg) no-repeat 95% center #fff;
    background-size: 4px 1px, 8px 10px;
}

#acMenu dd li a {
    display: block;
    color: #000;
    font-size: 90%;
    padding: 5%;
}

#acMenu dd li:last-child a {
    margin-bottom: 0;
}

.inc{
    display: block;
    padding: 5%;
    background: url(../img/dot-line.gif) repeat-x left bottom, url(../img/i-plus.svg) no-repeat 96% center #f5f5f5;
    background-size: 4px 1px,12px 12px;
}

.inc.active{
    display: block;
    padding: 5%;
    background: url(../img/dot-line.gif) repeat-x left bottom, url(../img/i-mainus.svg) no-repeat 96% center #f5f5f5;
    background-size: 4px 1px,12px 12px;
}

.side-i01 {
    background: url(../img/l-side_01.jpg) no-repeat 5% center, url(../img/i-plus.svg) no-repeat 96% center #fff;
    background-size: 50px 50px, 12px 12px;
}

.side-i01.active {
    background: url(../img/l-side_01.jpg) no-repeat 5% center, url(../img/i-mainus.svg) no-repeat 96% center #fff;
    background-size: 50px 50px, 12px 12px;
}

.side-i02 {
    background: url(../img/l-side_02.jpg) no-repeat 5% center, url(../img/i-plus.svg) no-repeat 96% center #fff;
    background-size: 50px 50px, 12px 12px;
}

.side-i02.active {
    background: url(../img/l-side_02.jpg) no-repeat 5% center, url(../img/i-mainus.svg) no-repeat 96% center #fff;
    background-size: 50px 50px, 12px 12px;
}

.side-i03 {
    background: url(../img/l-side_03.jpg) no-repeat 5% center, url(../img/i-plus.svg) no-repeat 96% center #fff;
    background-size: 50px 50px, 12px 12px;
}

.side-i03.active {
    background: url(../img/l-side_03.jpg) no-repeat 5% center, url(../img/i-mainus.svg) no-repeat 96% center #fff;
    background-size: 50px 50px, 12px 12px;
}

.side-i04 {
    background: url(../img/l-side_04.jpg) no-repeat 5% center, url(../img/i-plus.svg) no-repeat 96% center #fff;
    background-size: 50px 50px, 12px 12px;
}

.side-i04.active {
    background: url(../img/l-side_04.jpg) no-repeat 5% center, url(../img/i-mainus.svg) no-repeat 96% center #fff;
    background-size: 50px 50px, 12px 12px;
}

.side-i05 {
    background: url(../img/l-side_05.jpg) no-repeat 5% center, url(../img/i-plus.svg) no-repeat 96% center #fff;
    background-size: 50px 50px, 12px 12px;
}

.side-i05.active {
    background: url(../img/l-side_05.jpg) no-repeat 5% center, url(../img/i-mainus.svg) no-repeat 96% center #fff;
    background-size: 50px 50px, 12px 12px;
}

.side-i06 {
    background: url(../img/l-side_06.jpg) no-repeat 5% center #fff;
    background-size: 50px 50px;
}

.side-i07 {
    background: url(../img/l-side_07.jpg) no-repeat 5% center #fff;
    background-size: 50px 50px;
}

#acMenu li {
    background: url(../img/dot-line.gif) repeat-x left bottom;
}

.nubra_lcot {
    width: 100%;
    padding: 10px;
    position: relative;
}

.borbox {
    border: 5px solid #ee8099;
    padding: 5%;
    min-height: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.unchi {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.content > li {
    list-style: none;
}

.seobox {
    width: 45%;
}

.one_seobox {
    width: 40%;
}

/* 人気ランキング */
.ranking {
    max-width: 1000px;
    margin: 0 auto 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ranking a {
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
}

.ranking a:hover {
    opacity: .5;
}

.ranking li {
    width: 23.5%;
    text-align: center;
    list-style: none;
    position: relative;
    padding-top: 30px;
}

.ranking img {
    width: 100%;
    height: auto;
}

.ranking dl {
    font-weight: bold;
}

.ranking dt {
    font-size: 130%;
    margin-bottom: 22px;
}

.crown_no1 {
    width: 58px;
    height: 26px;
    margin: 0 auto 20px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -29px;
}

.crown_no2 {
    width: 38px;
    height: 26px;
    margin: 0 auto 20px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -19px;
}

.crown_no3 {
    width: 38px;
    height: 26px;
    margin: 0 auto 20px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -19px;
}

.basic_rank_bg {
    background: url(../img/basic_rank_bg.jpg) no-repeat right top;
    background-size: cover;
}

.beach_rank_bg {
    background: url(../img/beach_rank_bg.jpg) no-repeat 50% top;
    background-size: cover;
}
.foundation_rank_bg {
    background: url(../img/foundation_rank_bg.jpg) no-repeat 50% top;
    background-size: cover;
}

.lingerie_rank_bg {
    background: url(../img/lingerie_rank_bg.jpg) no-repeat 80% top;
    background-size: cover;
}
.inner_rank_bg {
    background: url(../img/inner_rank_bg.jpg) no-repeat 80% top;
    background-size: cover;
}

.design_rank_bg {
    background: url(../img/design_rank_bg.jpg) no-repeat center top;
}

.lia_rank_bg {
    background: url(../img/dress_rank_bg.jpg) no-repeat center top;
}

.room-wear_rank_bg {
    background: url(../img/room-wear_rank_bg.jpg) no-repeat right top;
}

.basic_rank_bg,
.beach_rank_bg,
.foundation_rank_bg,
.lingerie_rank_bg,
.inner_rank_bg,
.room-wear_rank_bg,
.design_rank_bg,
.lia_rank_bg {
    max-width: 1260px;
    height: 320px;
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
}

.hid_cir {
    position: absolute;
    left: 10%;
    bottom: -30%;
}

.s_category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 50px;
}

.s_category li {
    list-style: none;
    width: 32%;
    margin: 0 2% 2% 0px;
}

.s_category li:nth-child(3n) {
    margin-right: 0;
}

.s_category li a {
    background: ;
    display: block;
    padding: 10% 5% 10% 66px;
}

.s_category li a:hover {
    opacity: .6;
}

.n_cate01 {
    background: url(../img/n_cate01.jpg) no-repeat 5% center #f7dfe3;
    background-size: 40px 40px;
}

.n_cate02 {
    background: url(../img/n_cate02.jpg) no-repeat 5% center #f7dfe3;
    background-size: 40px 40px;
}

.n_cate03 {
    background: url(../img/n_cate03.jpg) no-repeat 5% center #f7dfe3;
    background-size: 40px 40px;
}

/* ページ内リンク */

.pageLinkLi {
	width: 900px;
	margin:  20px auto 50px;
	list-style: none;
	overflow: hidden;
}
.pageLinkLi li {
	float: left;
	width: 210px;
	margin:  0 20px 0 0;
	text-align: center;
}
.pageLinkLi li:last-child {
	margin:  0;
}
.pageLinkLi li a {
	display: block;
	padding: 15px;
	background-color: #f9dde2;
	font-size: 14px;
	line-height: 24px;
}
.pageLinkLi li span {
	font-weight: bold;
}
.pageLinkLi li a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #ee8099;
}


/* ------------------
detail
------------------ */

.det_conts {
    position: relative;
    padding: 10px;
    width: 100%;
    padding-top: 150px;
    margin-bottom: 80px;
}

.ovs_mb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.pk_lines {
    border: 5px solid #ee8099;
    padding: 250px 15% 5%;
}

.det_conts h2 {
    text-align: center;
    font-size: 160%;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 30px;
}

.det_conts .se_txts {
    text-align: center;
    line-height: 2em;
    width: 60%;
    margin: 0 auto;
}

.maket_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
}

.maket_r h2 {
    font-size: 160%;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 30px;
}

.maket_r .se_txts {
    line-height: 2em;
}

.se_txts p {
    margin-bottom: 25px;
}

.se_txts p:last-child {
    margin-bottom: 0;
}

.maket_r .mar_txt {
    width: 55%;
}

.maket_r .photo {
    width: 40%;
}

.maket_r .photo img {
    width: 100%;
    height: auto;
}

.maket_l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 60px;
}

.maket_l .se_txts {
    line-height: 2em;
}

.maket_l .mar_txt {
    width: 55%;
}

.maket_l .photo {
    width: 40%;
}

.maket_l .photo img {
    width: 100%;
    height: auto;
}

.central_bor {
    text-align: center;
    margin-bottom: 40px;
    background: url(../img/black_bor.gif) no-repeat center bottom;
    padding-bottom: 20px;
}

.maket_three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.maket_three li {
    list-style: none;
    width: 32%;
}

.maket_three img {
    width: 100%;
    height: auto;
}

.single_txt {
    margin-bottom: 60px;
}

#itemdile {
    border-top: 1px solid #ccc;
}

#itemdile dt {
    display: block;
    width: 100%;
    padding: 5%;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    background: url("../img/i-plus.svg") no-repeat 96% center #fff;
    background-size: 12px 12px;
}

#itemdile dd:nth-child(2){
    margin-bottom: 20px;
}

#itemdile dt.active {
    display: block;
    width: 100%;
    padding: 5%;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    background: url(../img/i-mainus.svg) no-repeat 96% center #fff;
    background-size: 12px 12px;
}

#itemdile dd {
    padding: 20px 0;
    position: relative;
	display: none;
}

#itemdile dt.active + dd {
	display: block;
}

.grad-btn::before {
    content: "↓";
    color: #fff;
}
.grad-btn {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 148px;
    margin: auto;
    padding: .3em 0;
    border-radius: 30px;
    background: #000;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-btn::after {
    content: "続きを読む"
}
.grad-btn:hover {
    background: #333;
}
.grad-btn .fa {
    margin-right: .5em;
}
.grad-item {
    position: relative;
    overflow: hidden;
    height: 170px;
}
.grad-item p + p {
    margin-top: 1em;
}
.grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 110px; /*グラデーションで隠す範囲*/
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0.95)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.grad-trigger {
    display: none;
}
.grad-trigger:checked ~ .grad-btn {
    bottom: -2em;
}
.grad-trigger:checked ~ .grad-btn::after {
    content: "閉じる"
}
.grad-trigger:checked ~ .grad-btn::before {
    content: "↑" !important;
}
.grad-trigger:checked ~ .grad-btn .fa {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
    height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
    display: none;
}



.size_pa {
    margin-top: 20px;
}

.size_pa img {
    width: 100%;
    height: auto;
}

.sizeListTbl table,
.sizeTbl{
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-top: 15px;
}

.sizeListTbl th,
.sizeListTbl td,
.sizeTbl th,
.sizeTbl td{
    width: 100%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1%;
    width: 11%;
    text-align: center;
}

.sizeListTbl th{
    width: 10%;
    background-color: #efefef;
}
.sizeTbl th{
    background-color: #efefef;
}

.sample_detailbox p{
    margin-bottom: 15px;
}

.sample_detailbox ul li{
    list-style: none;
    margin-bottom: 
}

.sample_detailbox .attention{
    background: none;
    color: #000;
}


/* ------------------
自社カスタム
------------------ */

/* 選ばれる理由 */
.reason3 {
	width: 100%;
	background-color: #f9dde2;
	margin-bottom: 50px;
}
/*
.reason3 h3{
	text-align: center;
	padding: 40px 40px 20px 40px;
	font-weight: bold;
	font-size: 22px;
	line-height: 34px;
}
.reason3 h3 span{
	color: #ee8099;
	font-size: 30px;
}
*/
.reason3 ul {
	list-style: none;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 870px;
	padding-left: 30px;
	padding-bottom: 40px;
}
.reason3 li {
	float: left;
	width: 260px;
	margin: 0 10px;
	padding: 20px;
	background-color: #fff;
	border-sizing: border-box;
}
.reason3 li p {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	padding: 7px 0;
	border-radius: 30px;
	background-color: #ee8099;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
.reason3 li p span {
	font-size: 22px;
	line-height: 28px;
}
/*
.reason3 li dt {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
}
*/

/* 補正下着とは */
.whFd {
	border: 10px solid #f9dde2;
	padding: 30px;
	margin-bottom: 20px;
}
.whFd p {
	font-size: 14px;
	line-height: 26px;
}
.whFd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 2px dotted #f9dde2;
	border-bottom: 2px dotted #f9dde2;
	padding-right: 20px;
}
.whFd ul li {
	position: relative;
	width: 200px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.whFd ul li:nth-child(2n) {
    background-image: url("../img/sankaku.gif");
	background-size: 10px 14px;
	background-position: center left 5px;
}
.whFd li div {
	border-radius: 50%;
	overflow: hidden;
}
.whFd li div img {
	width: 100%;
	vertical-align: bottom;
}
.whFd li p {
	text-align: center;
	font-size: 12px;
	line-height: 22px;
}
.whFd li p span {
    display: inline-block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, yellow));
	background: linear-gradient(transparent 70%, yellow 70%);
}


/* ------------------
	IE10+（Edgeも全て含む） ハック
 ------------------ */

_:-ms-lang(x),
.FS2_additional_image_itemdetail_container form .FS2_figure_table_td_input_cnt input {
    width: 50px;
}

_:-ms-lang(x),
.fs-c-productList__list .fs-c-productListItem__image {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

_:-ms-lang(x),
.fs-l-productLayout__item--1 .fs-c-productMainImage__image img {
    width: 100%;
    height: auto;
}

.fs-l-product4 .fs-l-productLayout {}


/* ------------------
	Edgeのみ（Edge全て） ハック
 ------------------ */

@supports (-ms-ime-align: auto) {}

/* ------------------
	IE11のみ
 ------------------ */

@media all and (-ms-high-contrast: none) {
    /* -  *::-ms-backdrop, .topictab-content li ul li {
    border-bottom: 1px dotted #ccc;
  }- */

    *::-ms-backdrop,
    .layout_table {
        width: 1000px !important;
        margin-right: auto;
        margin-left: auto;
    }

    *::-ms-backdrop,
    .system_content {
        width: 1000px !important;
    }
}

/* ------------------
	firefox
 ------------------ */

@-moz-document url-prefix() {}

/* ------------------
	Chrome
 ------------------ */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .FS2_additional_image_itemdetail_container form .FS2_figure_table_td_input_cnt input {
        width: 50px;
    }
}


/* ------------------
	tablet css
 ------------------ */

@media screen and (min-width:767px) and (max-width:1320px) {}

@media screen and (min-width:767px) and (max-width:1024px) {}


/*追加*/

.h3-p {
    font-size: 100%;
    line-height: 180%;
}

.whFd h3 {
    font-size: 14px;
    line-height: 26px;
}

.reason3 h2 {
    text-align: center;
    padding: 40px 40px 20px 40px;
    font-weight: bold;
    font-size: 22px;
    line-height: 34px;
}

.reason3 h2 span {
    color: #ee8099;
    font-size: 30px;
}

.reason3 li h3 {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
}

.reason3 li h4 {
    font-size: 100%;
    line-height: 180%;
}