@charset "UTF-8";

body {
    border-top: 8px solid #f9dde2;
    line-height: 180% !important;
    /*font-size: 86%;*/
    color: #222 !important;
    font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, メイリオ, Meiryo, ＭＳＰゴシック, MS PGothic, Arial, Sans-serif;
}

.headers,
.lapnav,
.nars {
    font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, メイリオ, Meiryo, ＭＳＰゴシック, MS PGothic, Arial, Sans-serif;
}

.nars {
    margin-top: -20px !important;
}

#pagetop {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.fontbig {
    font-weight: bold;
}

#logoutButton,
#loginButton,
#mypages,
#newmember {
    display: none;
}

a {
    color: #222;
}

.basecont {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 1px;
}

a {
    -webkit-transition: .3s;
    transition: .3s;
}

.pc-side-nav-fixed {
    top: 2%;
    left: 68%;
    width: 18%;
    position: fixed;
}

dd {
    margin: 0;
    padding: 0;
}

/* ------------------
	common
 ------------------ */

.mrb4 {
    margin-bottom: 4px;
}

.mrb10 {
    margin-bottom: 10px;
}

.mrb15 {
    margin-bottom: 15px;
}

.mrb20 {
    margin-bottom: 20px;
}

.mrb30 {
    margin-bottom: 30px;
}

.mrb40 {
    margin-bottom: 40px;
}

.mrb60 {
    margin-bottom: 60px;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
    text-decoration: none;
    color: #fff;
    width: 48px;
    text-align: center;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
}

#page-top a:hover {
    text-decoration: none;
    opacity: .6;
}


/* -----------
header
---------- */

.infos {
    max-width: 1440px;
    width: 98%;
    min-width: 1120px;
    margin: 10px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

h1 {
    font-size: 88%;
    line-height: 150%;
    color: #666;
    font-weight: normal;
    width: 40%;
}

.my_points {
    font-size: 88%;
    line-height: 150%;
    margin-bottom: 10px;
    text-align: right;
}

.my_points span {
    color: #dd0000;
}

.gai_yo ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.gai_yo li {
    list-style: none;
    border-left: 1px solid #ccc;
    padding-left: 20px;
    margin-left: 20px;
}

.gai_yo li:first-child {
    border: none;
}

.gai_yo a {
    text-decoration: none;
}

.gai_yo a:hover {
    text-decoration: underline;
}

.headers {
    max-width: 1440px;
    width: 98%;
    min-width: 1120px;
    margin: 10px auto 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.tp_infos {
    width: 20%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.keyword-ser form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.keyword-ser label {
    width: 90%;
}

.keyword-ser input[type="text"] {
    background: none;
    border: none;
    outline: 2px solid #fff !important;
    width: 100%;
}



.keyword-ser button {
    width: 20%;
    border: none;
    font-size: 0;
    background: url(../img/l-search.svg) no-repeat center center;
    background-size: 18px 18px;
}

.logo {
    width: 160px;
    margin: -40px 0 0 -80px;
    position: absolute;
    left: 50%;
}

.logo img {
    width: 100%;
    height: auto;
}

.logo a img {
    -webkit-transition: .3s;
    transition: .3s;
}

.logo a:hover img {
    opacity: .5;
}

.headers ul {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.headers li {
    list-style: none;
    margin-right: 20px;
}

.headers li a {
    width: 100%;
    text-decoration: none;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
}

.headers li a:hover {
    opacity: .6;
}

.headers li:last-child {
    margin-right: 0;
}

.headers li a p:first-child {
    margin-right: 10px;
}

.hd_f {
    width: 14px;
}

.hd_f img {
    width: 100%;
    height: auto;
}

.hd_login span,
.hd_logout span {
    background: url(../img/hd_login.svg) no-repeat right center;
    background-size: 20px 20px;
    padding: 5px 26px 5px 0;
}

.hd_register span,
.hd_mypage span {
    background: url(../img/hd_register.svg) no-repeat right center;
    background-size: 20px 20px;
    padding: 5px 26px 5px 0;
}

.hd_cart span {
    background: url(../img/hd_cart.svg) no-repeat right center;
    background-size: 20px 20px;
    padding: 5px 26px 5px 0;
}

.hd_beginner span {
    background: url(../img/i_beginner.svg) no-repeat right center;
    background-size: 20px 20px;
    padding: 5px 26px 5px 0;
}

/* ------------------
nav
------------------ */

.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100vw;
    background: #fff;
    margin: 0 !important;
    padding: 0px 0%;
}

.is-fixed .sns {
    top: 10px;
    right: 0%;
}

.cover {
    width: 100%;
}

nav {
    max-width: 1440px;
    min-width: 1120px;
    width: 98%;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
}

.gnav {
    max-width: 900px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gnav a {
    text-decoration: none;
    position: relative;
    display: block;
}

.gnav .fst::before,
.gnav .fst::after {
    border-bottom: solid 2px #f00;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
}

.gnav a::before {
    left: 50%;
}

.gnav a::after {
    right: 50%;
}

.gnav a:hover::before,
.gnav a:hover::after {
    width: 50%;
}

.gnav li {
    list-style: none;
}

.megaWrap {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 100;
    padding: 20px 2%;
    left: 0;
}

.is-fixed .megaWrap {
    left: 0;
}

.megaContentWrap {
    padding: 3%;
    width: 1120px;
    margin: 0 auto;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #000;
}

.clmthree {
    padding: 3% 0;
    width: 1260px;
    margin: 0 auto;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #000;
}

.megaContentWrap dl {
    width: 23.5%;
    margin: 0 1%;
}

.clmthree dl {
    width: 18.4%;
    margin: 0 1%;
}

.megaContentWrap dt img,
.clmthree dt img {
    width: 100%;
    height: auto;
}


.megaContentWrap dd a,
.clmthree dd a {
    background: url(../img/delta_un.svg) no-repeat left 9px;
    background-size: 6px 6px;
    padding-left: 12px;
}

.megaContentWrap dd a:hover,
.clmthree dd a:hover {
    text-decoration: underline;
}

.megaContentWrap p,
.clmthree p {
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
}

.clcap {
    font-weight: bold;
    margin-bottom: 15px;
    background: url(../img/dot-line.gif) repeat-x left bottom #fff;
    padding-bottom: 10px;
}

.megaContent {
    margin: 0 0px 0 0;
}


.naviSankaku {
    width: 0px;
    height: 0px;
    margin: auto auto auto 15px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
    border-left: 10px solid transparent;
    display: none;
    position: absolute;
    z-index: 300;
    top: 44px;
}

.gnav li:nth-child(3) .naviSankaku {
    margin: auto auto auto 48px;
}

.gnav li:nth-child(5) .naviSankaku {
    margin: auto auto auto 28px;
}

.gnav li:nth-child(6) .naviSankaku {
    margin: auto auto auto 40px;
}

.sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 10px;
}

.sns li {
    height: 20px;
    width: 20px;
    list-style: none;
    margin-left: 15px;
}

.sns li:nth-child(2) {
    margin-left: 10px;
}

.sns li img {
    height: 100%;
    width: auto;
}

.sns li a {
    -webkit-transition: .3s;
    transition: .3s;
}

.sns li a:hover {
    opacity: .6;
}

.fee_out {
    background: #f46a8a;
    padding: 8px 10px;
    color: #fff;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    letter-spacing: 1px;
}

.footers {
    border-top: 2px solid #000;
    padding: 50px 0;
}

.anouunce {
    max-width: 1120px;
    min-width: 1000px;
    margin: 0 auto;
    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: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.anouunce li {
    list-style: none;
    text-align: center;
    background: url(../img/dot-strate.gif) repeat-y right top;
    padding: 4% 3%;
    width: 33.3%;
}

.anouunce li:nth-child(3) {
    background: none;
}

.f_tel,
.f_mail {
    width: 36px;
    display: block;
    margin: 0 auto 20px;
}

.f_line {
    width: 126px;
    display: block;
    margin: 0 auto 20px;
}

.f_tel img,
.f_line img,
.f_mail img {
    width: 100%;
    height: auto;
}

.free_tel span {
    font-size: 160%;
    line-height: 150%;
    background: url(../img/free_tel.svg) no-repeat left center;
    background-size: 40px 40px;
    padding-left: 50px;
}

.anouunce dt {
    font-size: 140%;
    margin-bottom: 25px;
}

.gui_tit {
    text-align: center;
    margin-bottom: 50px;
}

.gui_tit dt {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 20px;
}

.anouunce li:nth-child(4),
.anouunce li:nth-child(5) {
    list-style: none;
    text-align: center;
    background: url(../img/dot-line.gif) repeat-x left top;
    padding: 4%;
    width: 50%;
}

.anouunce li:nth-child(4) dd,
.anouunce li:nth-child(5) dd {
    text-align: left;
}

.anouunce dd a {
    background: url(../img/r-delta.svg) no-repeat 96% center #000;
    background-size: 8px 8px;
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.anouunce dd a:hover {
    background: url(../img/r-delta.svg) no-repeat 96% center #444;
    background-size: 8px 8px;
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

.foot_camp {
    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;
    border-top: 1px solid #ccc;
    padding: 50px 0;
}

.f_deriv {
    -webkit-box-shadow: 0 0 0 1px #ccc inset;
    box-shadow: 0 0 0 1px #ccc inset;
    padding: 5%;
    font-size: 90%;
}

.f_deriv p{
    padding-top: 5px;
}

.f_deriv span {
    font-size: 200%;
    line-height: 170%;
    font-weight: bold;
}

.f_ca {
    width: 82%;
    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;
}

.f_ca li {
    list-style: none;
    width: 23.5%;
    margin-right: 2%;
    -webkit-box-shadow: 0 0 0 1px #ccc inset;
    box-shadow: 0 0 0 1px #ccc inset;
    font-weight: bold;
    text-align: center;
    position: relative;
    height: 90px;
    padding: 10px 2%;
    line-height: 120%;
}

.f_ca li:last-child {
    margin-right: 0;
}

.f_ca li:first-child {
    width: 74.6%;
    margin: 0 0 10px 25.5%;
    padding: 0;
    border: none;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.f_ca li:first-child:before,
.f_ca li:first-child:after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background: #444;
    display: block;
}

.f_ca li:first-child:before {
    margin-right: .4em;
}

.f_ca li:first-child:after {
    margin-left: .4em;
}

.f_ca li span {
    font-size: 200%;
    line-height: 120%;
}

.f_ca li a {
    text-decoration: none;
    text-align: center;
}

.f_present {
    background: url(../img/present.svg) no-repeat 20px center;
    background-size: 46px 44px;
}

.f_coin {
    background: url(../img/coin.svg) no-repeat 20px center;
    background-size: 46px 44px;
}

.f_secret {
    background: url(../img/ques.svg) no-repeat 20px center;
    background-size: 46px 44px;
}

.f_present p,
.f_coin p,
.f_secret p {
    padding-left: 45px;
    font-size: 88%;
    letter-spacing: 1px;
}

.f_present p {
    padding-top: 8px;
}

.f_coin p,
.f_secret p {
    padding-top: 10px;
}

.f_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;

}

.f_sns li {
    height: 20px;
    width: 20px;
    list-style: none;
    margin-left: 15px;
}

.f_sns li:nth-child(2) {
    margin-left: 10px;
}

.f_sns li img {
    height: 100%;
    width: auto;
}

.f_sns a {
    -webkit-transition: .3s;
    transition: .3s;
}

.f_sns a:hover img {
    opacity: .5;
}

.f_link {
    max-width: 1260px;
    min-width: 1120px;
    margin: 0 auto;

}

.f_link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.f_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;
}

.copy {
    text-align: center;
    border-top: 1px solid #000;
    padding: 40px 0;
}

.f_link a {
    text-decoration: none;
}

.f_link a:hover {
    text-decoration: underline;
}


.amz {
    text-align: left;
    width: 180px;
    margin-bottom: 20px;
}

.amz img {
    width: 100%;
    height: auto;
}

.amacrt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
}

.cret {
    width: 50%;
}

.ccard img {
    width: 240px;
    height: auto;
    margin-top: 10px;
}

/* ------------------
btn
------------------ */

.pnk_btn {
    background: #f46a8a;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
}

a .pnk_btn {
    -webkit-transition: .3s;
    transition: .3s;
}

a:hover .pnk_btn {
    opacity: .5;
}

/* ------------------
btn
------------------ */

.blu_btn {
    background: #4dc3cf;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
}

a .blu_btn {
    -webkit-transition: .3s;
    transition: .3s;
}

a:hover .blu_btn {
    opacity: .5;
}

/* ------------------
btn
------------------ */

.gld_btn {
    background: #bc9624;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
}

a .gld_btn {
    -webkit-transition: .3s;
    transition: .3s;
}

a:hover .gld_btn {
    opacity: .5;
}

/* ------------------
title
------------------ */

.sub_tit {
    text-align: center;
    font-size: 160%;
    font-weight: 600;
    background: url(../img/sub_titun.svg) no-repeat center bottom;
    background-size: 50px 12px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

/*404*/
.n_found--tit {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 8rem;
  margin: 0 auto 20px;
}

.fs-p-pageNotFound__title {
  margin: 8px auto;
  font-size: 2rem;
  font-weight: 700;
  font-weight: bold;
}

.fs-p-pageNotFound__body {
  margin-top: 24px;
  font-size: 1.5rem;
  line-height: 2.6rem;
  margin: 30px auto;
}

.n-found__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.n-found__lilist {
  width: 400px;
  margin: 0;
  text-align: center;
  list-style: none;
}

.n-found__lilist--a {
  display: block;
  padding: 15px 5%;
  background: #ef6086;
  color: #fff !important;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 2rem;
  -webkit-transition: .3s;
  transition: .3s;
}

.nfound__min {
  font-size: 1.4rem;
  line-height: 2rem;
  display: block;
  margin-top: 10px;
}

.n-found__lilist--a:hover {
  opacity: .8;
}

/* ------------------
	IE,chorme対策
 ------------------ */

b,
strong,
.bold {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

_:lang(x)::-ms-backdrop,
body {
    font-family: "メイリオ", Meiryo, sans-serif;
}

/* ------------------
	IE10+（Edgeも全て含む） ハック
 ------------------ */

_:-ms-lang(x),
.topictab-content > li ul li:hover {}


/* ------------------
	Edgeのみ（Edge全て） ハック
 ------------------ */

@supports (-ms-ime-align: auto) {}

/* ------------------
	IE11のみ
 ------------------ */

@media all and (-ms-high-contrast: none) {

    *::-ms-backdrop,
    .lapnav {
        padding-top: 8px;
    }

    *::-ms-backdrop,
    .lapnav li:last-child a {
        margin-top: -11px;
    }
}

/* ------------------
	firefox
 ------------------ */

@-moz-document url-prefix() {}

/* ------------------
	Chrome
 ------------------ */

@media screen and (-webkit-min-device-pixel-ratio:0) {}


/* ------------------
	tablet css
 ------------------ */

@media screen and (min-width:767px) and (max-width:1024px) {}

/* ------------------
	comingsoon
 ------------------ */

.coming {
    text-align: center;
}

.coming img {
    max-width: 600px;
    margin: 0 auto 30px;
    width: 100%;
}

.coming p {
    font-size: 140%;
}




.fs-c-cartTable th {
    color: #eee !important;
}


.fs-c-subgroupList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.fs-c-subgroupList__item {
    width: 49.5%;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    margin: 0 1% 1% 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.fs-c-subgroupList__item:nth-child(2n) {
    margin-right: 0;
}


.poplink{
    left: 0 !important;
}


.tp_news table table {
	margin-bottom: 10px;
}
.tp_news table th {
	padding: 5px;
	background-color: #333;
	color: #fff;
}
.tp_news table td {
	padding: 5px;
	color: #333;
}
.tp_news table td strong {
	color: red;
}

.fs-c-reviewer__profile__status {
	display: none;
}
.fs-c-reviewer__status {
	display: none;
}

#fs_ProductCategory .fs-c-productListItem__productDescription,
#fs_ProductSearch .fs-c-productListItem__productDescription {
    font-size: 1.3rem;
}

#fs_ProductCategory .fs-c-productListItem__productDescription::before,
#fs_ProductSearch .fs-c-productListItem__productDescription::before {
    content: "商品について";
    display: block;
    padding-left: 20px;
    cursor: pointer;
    background: url(../img/list-delta.svg) left center / 10px 10px no-repeat;
}

#fs_ProductCategory .fs-c-productListItem__productDescription.active::before,
#fs_ProductSearch .fs-c-productListItem__productDescription.active::before {
    content: "閉じる";
    padding-left: 20px;
    background: url(../img/up_list-delta.svg) left center / 10px 10px no-repeat;
}

#fs_ProductCategory .fs-c-productListItem__productDescription p,
#fs_ProductSearch .fs-c-productListItem__productDescription p,
.fs-c-featuredProduct .fs-c-productListItem__productDescription p,
.fs-c-productListItem__productDescription p {
    display: none;
}

#fs_ShoppingCart .fs-c-productListItem__productDescription,
#fs_MyPageTop .fs-c-productListItem__productDescription {
    display: none;
}