@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}
@media screen and (max-width: 1200px) {
}

.c-btnOuter {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
a.c-btn {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.4;
  border:#222222 2px solid;
  border-bottom-width: 6px;
  height: 76px;
  padding: 0 60px;
  box-sizing: content-box;
  border-radius: 84px;
  font-weight: bold;
  background: #FFF;
}

@media screen and (max-width: 750px) {
  .c-btnOuter {
  }
  a.c-btn {
    font-size: 16px;
    line-height: 1.4;
    border:#222222 2px solid;
    border-bottom-width: 4px;
    min-height: 56px;
    height: auto;
    padding: 10px 34px;
    border-radius: 56px;
    box-sizing: border-box;
  }
}

.c-headTitle {
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 100px;
  position: relative;
}
.c-headTitle:after {
  position: absolute;
  width: 80px;
  height: 2px;
  content: '';
  display: block;
  background: #222222;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -30px;
}

@media screen and (max-width: 750px) {
  .c-headTitle {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 90px;
  }
  .c-headTitle:after {
    width: 60px;
    height: 2px;
    bottom: -20px;
  }
}


.c-tagList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-tagList li {
  width: 30%;
  margin-left: 5%;
}
.c-tagList li:nth-child(3n + 1) {
  width: 30%;
  margin-left: 0;
}
.c-tagList li:nth-child(n + 4) {
  margin-top: 26px;
}
.c-tagList li a {
  display: block;
  border-bottom: #cccccc 2px solid;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  padding: 11px 32px 11px 0;
  position: relative;
}
.c-tagList li a:before ,
.c-tagList li a:after {
  display: block;
  position: absolute;
  content: '';
  right: 0;
  width: 32px;
}
.c-tagList li a:before {
  height: 100%;
  background: url("../images/common/icon-chevron-right-solid.png") no-repeat center center;
  background-size: 10px;
  top: 0;
}
.c-tagList li a:after {
  bottom: -2px;
  height: 2px;
  background: #222222;
}
@media screen and (max-width: 750px) {
  .c-tagList {
  }
  .c-tagList li {
    width: auto;
    margin: 13px 15px 0 0;
  }
  .c-tagList li:nth-child(3n + 1) {
    width: auto;
    margin: 13px 15px 0 0;
  }
  .c-tagList li:nth-child(n + 4) {
    margin: 13px 15px 0 0;
  }
  .c-tagList li a {
    display: block;
    border-bottom: none;
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    padding: 6px 10px 8px 10px;
    position: relative;
    background: #cccccc;
    border-radius: 3px;
  }
  .c-tagList li a:before ,
  .c-tagList li a:after {
    display: none;
  }
}

.c-itemList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-itemList__item {
  width: 23.46%;
  margin-left: 2.053%;
}
.c-itemList__item:nth-child(4n + 1) {
  margin-left: 0;
}
.c-itemList__item:nth-child(n + 5) {
  margin-top: 30px;
}
.c-itemList__anc {
  display: block;
}
.c-itemList__thumb {
  border: #cccccc 2px solid;
  margin-bottom: 5px;
}
.c-itemList__title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  margin: 13px 0 0 0;
}

.c-itemList__icon {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-itemList__icon span {
  margin: 10px 14px 0 0;
  font-size: 13px;
  line-height: 1.3;
  font-weight: bold;
  color: #FFF;
  background: #666;
  display: inline-block;
  padding: 3px 15px 4px;
  border-radius: 12px;
}
.c-itemList__price {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 10px;
}
.c-itemList__priceMain {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.c-itemList__priceTax {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 1px;
  margin-left: 0px;
}
.c-itemListBtnArea {
  margin-top: 85px;
}

@media screen and (max-width: 750px) {
  .c-itemList {
  }
  .c-itemList__item {
    width: 46.5%;
    margin-left: 7%;
  }
  .c-itemList__item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .c-itemList__item:nth-child(n + 3) {
    margin-top: 25px;
  }
  .c-itemList__anc {
    display: block;
  }
  .c-itemList__thumb {
    border: #cccccc 2px solid;
    margin-bottom: 5px;
  }
  .c-itemList__title {
    font-size: 13px;
    line-height: 1.5;
    margin: 10px 0 0 0;
  }

  .c-itemList__icon {
  }
  .c-itemList__icon span {
    margin: 8px 7px 0 0;
    font-size: 10px;
    line-height: 1.3;
    padding: 3px 10px 3px;
    border-radius: 10px;
  }
  .c-itemList__price {
    margin-top: 8px;
  }
  .c-itemList__priceMain {
    font-size: 16px;
    line-height: 1;
  }
  .c-itemList__priceTax {
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 1px;
  }
  .c-itemListBtnArea {
    margin-top: 85px;
  }

}


.p-mainSliderOuter {
/*
  height: 200px;
*/
  background: #f0f0f0;
  padding: 32px 16px;
  overflow: hidden;
}

.p-mainSliderInner {
  max-width: 1208px;
  margin: 0 auto;

}
.p-mainSlider .slick-list {
  overflow: inherit;
}
.p-mainSlider .slick-prev,
.p-mainSlider .slick-next {
  top: 184px;
  width: auto;
  height: auto;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 100;
}
.p-mainSlider .slick-prev {
  left: -42px;
}
.p-mainSlider .slick-next {
  right: -42px;
}
.p-mainSlider .slick-prev::before, 
.p-mainSlider .slick-next::before {
  display: none;
}
.p-mainSlider .slick-prev::after, 
.p-mainSlider .slick-next::after {
  content: '';
  width: 80px;
  height: 80px;
  display: block;
  background-color: rgba(204,204,204,0.8);
  border-radius: 3px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px auto;
}
.p-mainSlider .slick-prev::after {
  background-image: url("../images/common/slider-arrow-l.png");
}
.p-mainSlider .slick-next::after {
  background-image: url("../images/common/slider-arrow-r.png");
}
.p-mainSlider__item {
  
}
.p-mainSlider__anc {
  display: block;
  margin: 0 16px;
}
.p-mainSlider__thumb {
}
.p-mainSlider__catch {
  position: relative;
}
.p-mainSlider__catchTxt {
  position: absolute;
  bottom: -7px;
  left: -6px;
  display: inline-block;
  background: #cccccc;
  margin: 0;
  border-radius: 3px;
  padding: 5px 13px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
  text-align: left;
}
.p-mainSlider__title {
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
  text-align: left;
  margin: 14px 0 0 0;
}
.p-mainSlider__price {
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
  text-align: right;
  margin: 7px 0 0 0;
}
.p-mainSliderLowerBtnArea {
  margin-top: 34px;
}


@media screen and (max-width: 1240px) {
  .p-mainSlider .slick-prev,
  .p-mainSlider .slick-next {
    top: 14vw;
  }
  .p-mainSlider .slick-prev {
    left: -14px;
  }
  .p-mainSlider .slick-next {
    right: -14px;
  }
}
@media screen and (max-width: 850px) {
  .p-mainSlider .slick-prev,
  .p-mainSlider .slick-next {
    top: 21vw;
  }
}
@media screen and (max-width: 750px) {
  .p-mainSliderOuter {
    padding: 32px 16px;
  }

  .p-mainSlider .slick-prev,
  .p-mainSlider .slick-next {
    top: 23vw;
  }
  .p-mainSlider .slick-prev {
    left: -12px;
  }
  .p-mainSlider .slick-next {
    right: -12px;
  }
  .p-mainSlider .slick-prev::after, 
  .p-mainSlider .slick-next::after {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background-size: 12px auto;
  }
  .p-mainSlider__item {

  }
  .p-mainSlider__anc {
    margin: 0 12px;
  }
  .p-mainSlider__thumb {
  }
  .p-mainSlider__thumb img {
    max-width: none;
    width: 100%;
  }
  .p-mainSlider__catchTxt {
    bottom: -7px;
    left: -8px;
    border-radius: 3px;
    padding: 4px 12px;
    font-size: 16px;
    line-height: 1.75;
  }
  .p-mainSliderLowerBtnArea {
    margin-top: 34px;
  }
}
@media screen and (max-width: 500px) {
  .p-mainSlider .slick-prev,
  .p-mainSlider .slick-next {
    top: 41vw;
  }
}




.p-topSearch {
  padding: 120px 0 60px 0;
}
.p-topSearchForm {
  max-width: 480px;
  margin: 0 auto;
}
.p-topSearchFormInner {
  position: relative;
}
.p-topSearchForm__input {
  display: block;
  border: #cccccc 1px solid;
  background: #f0f0f0;
  height: 48px;
  box-sizing: border-box;
  line-height: 46px;
  font-size: 16px;
  padding: 0 52px 0 28px;
  border-radius: 24px;
}
.p-topSearchForm__submit {
  -webkit-appearance: none;
  color: #000;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 48px;
  width: 52px;
  cursor: pointer;
  background: url("../images/common/icon-search-solid.png") no-repeat left 9px center;
  background-size: 24px;
  text-indent: -999px;
  overflow: hidden;
  text-align: left;
}
.p-topSearchLinks {
  margin-top: 34px;
}

@media screen and (max-width: 750px) {
  .p-topSearch {
    padding: 120px 0 60px 0;
  }
  .p-topSearch .c-headTitle {
    margin-bottom: 60px;
  }
  .p-topSearchForm {
    max-width: 480px;
    margin: 0 auto;
  }
  .p-topSearchFormInner {
    position: relative;
  }
  .p-topSearchForm__input {
    border: #cccccc 1px solid;
    height: 40px;
    line-height: 38px;
    font-size: 13px;
    padding: 0 52px 0 28px;
    border-radius: 19px;
  }
  .p-topSearchForm__submit {
    height: 40px;
    width: 48px;
    background: url("../images/common/icon-search-solid.png") no-repeat left 9px center;
    background-size: 20px;
  }
  .p-topSearchLinks {
    margin-top: 21px;
  }
}



.p-topLimited {
  padding: 60px 0;
}





.p-topPopularGoods {
  padding: 60px 0;
}


.p-topNewItems {
  padding: 60px 0;
}

.p-service {
  padding: 60px 0 120px;
}
.p-serviceList {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-serviceList__item {
  width: 18.7%;
  margin-left: 1.625%;
}
.p-serviceList__item:nth-child(5n + 1) {
  margin-left: 0;
}
.p-serviceList__thumb {
  margin-bottom: 12px;
}
.p-serviceList__title {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 12px;
}
.p-serviceListLinks {
  
}
.p-serviceListLinks li {
  
}
.p-serviceListLinks li + li {
  margin-top: 10px;
}
.p-serviceListLinks li a {
  display: block;
  padding: 0 0 0 16px;
  position: relative;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
}
.p-serviceListLinks li a:before {
  content: '';
  display: block;
  position: absolute;
  background: url("../images/common/icon-chevron-right-solid.png") no-repeat center center;
  background-size: 9px 14px;
  width: 9px;
  height: 14px;
  top: 2px;
  left: 0;
}

@media screen and (max-width: 750px) {
  .p-serviceList {
  }
  .p-serviceList__item {
    width: 46.5%;
    margin-left: 7%;
  }
  .p-serviceList__item:nth-child(5n + 1) {
    margin-left: 7%;
  }
  .p-serviceList__item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .p-serviceList__item:nth-child(n + 3) {
    margin-top: 50px;
  }
  .p-serviceList__thumb {
    margin-bottom: 12px;
    text-align: center;
  }
  .p-serviceList__thumb img {
    max-width: 220px;
  }
  .p-serviceList__title {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .p-serviceListLinks {
    max-width: 220px;
    margin: 0 auto;
  }
  .p-serviceListLinks li {

  }
  .p-serviceListLinks li + li {
    margin-top: 10px;
  }
  .p-serviceListLinks li a {
    display: block;
    padding: 0 0 0 16px;
    position: relative;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
  }
  .p-serviceListLinks li a:before {
    content: '';
    display: block;
    position: absolute;
    background: url("../images/common/icon-chevron-right-solid.png") no-repeat center center;
    background-size: 9px 14px;
    width: 9px;
    height: 14px;
    top: 2px;
    left: 0;
  }
}

@media screen and (max-width: 500px) {
  .p-serviceList {
  }
  .p-serviceList__item {
    width: 100%;
    margin-left: 0%;
  }
  .p-serviceList__item:nth-child(5n + 1) {
    margin-left: 0%;
  }
  .p-serviceList__item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .p-serviceList__item:nth-child(n + 2) {
    margin-top: 50px;
  }
}



.p-topMystery {
  padding: 76px 0 0 0;
}

.p-topMysteryFrame {
  border: #cccccc 2px solid;
  padding: 45px 42px 54px;
  background: url("../images/top/mystery-img02.jpg") no-repeat right 17px top 36px;
  position: relative;
}
.p-topMysteryFrame:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0;
  border-style: solid;
  border-width: 60px 60px 0px 0px ;
  border-color: #fff34e transparent transparent transparent;
}
.p-topMysteryFrame:after {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0;
  border-style: solid;
  border-width: 0px 0px 60px 60px ;
  border-color: transparent transparent #fff34e  transparent;
}
.p-topMysteryInner {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-topMystery__logo {
  width: 38.4%;
}
.p-topMystery__logoImgSP {
  display: none;
}
.p-topMystery__content {
  width: 44%;
  margin-left: 5%;
  text-align: left;
}
.p-topMystery__contentTitle {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  -webkit-transform: translate(-22px, 0);
  transform: translate(-22px, 0);
  margin-bottom: 11px;
}
.p-topMystery__contentTitle span {
  display: inline-block;
  background: #fff34e;
  padding: 10px 16px 9px;
}
.p-topMystery__contentTxtWrap {
  background: rgba(255,255,255,0.8);
  padding: 7px 10px 21px 0;
}
.p-topMystery__contentTxt {
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
}
.p-topMystery__contentPrice {
  margin-top: 18px;
  position: relative;
  background: #fff34e;
  display: inline-block;
  padding: 9px 10px 0 0;
}
.p-topMystery__contentPrice:before {
  display: none;
  content: '';
  width: 267px;
  height: 62px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #fff34e;
}
.p-topMystery__contentPriceInner {
  padding: 0 0 0 15px;
  position: relative;
  z-index: 2;
}
.p-topMystery__contentPriceTag {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 1px;
}
.p-topMystery__contentPriceMain {
  font-size: 18px;
  line-height: 1.4;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.p-topMystery__contentPriceMainPrice {
  font-size: 26px;
  font-weight: bold;
}
.p-topMystery__contentPriceMainTag {
  display: block;
  padding-bottom: 3px;
}
.p-topMystery__contentPriceCaution {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 3px;
}
.p-topMystery__btnArea {
  width: 100%;
  margin-top: 32px;
}
.p-topMystery__btnAreaInner {
  width: 230px;
  margin: 0 auto;
}


@media screen and (max-width: 750px) {
  .p-topMystery {
    padding: 76px 0 0 0;
  }

  .p-topMysteryFrame {
    border: #cccccc 2px solid;
    padding: 35px 0px 35px;
    background: none;
  }
  .p-topMysteryFrame:before {
    border-width: 30px 30px 0px 0px ;
    border-color: #fff34e transparent transparent transparent;
  }
  .p-topMysteryFrame:after {
    border-width: 0px 0px 30px 30px ;
    border-color: transparent transparent #fff34e  transparent;
  }
  .p-topMysteryInner {
  }
  .p-topMystery__logo {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-topMystery__logoImgPC {
    display: none;
  }
  .p-topMystery__logoImgSP {
    display: block;
  }
  .p-topMystery__content {
    width: 100%;
    margin-left: 0;
    background: url("../images/top/mystery-img02-sp.jpg") no-repeat center top 56px;
/*
    background-size: 100% auto;
*/
    background-size: contain;
  }
  .p-topMystery__contentTitle {
    font-size: 22px;
    line-height: 1.4;
    -webkit-transform: translate(-18px, 0);
    transform: translate(-18px, 0);
    margin-bottom: 10px;
  }
  .p-topMystery__contentTitle span {
    padding: 9px 12px 8px;
  }
  .p-topMystery__contentTxtWrap {
    background: rgba(255,255,255,0.8);
    padding: 0px 15px 30px 15px;
  }
  .p-topMystery__contentTxt {
    font-size: 14px;
    line-height: 1.75;
  }
  .p-topMystery__contentPrice {
    margin-top: 18px;
  }
  .p-topMystery__contentPrice:before {
    width: 267px;
    height: 62px;
  }
  .p-topMystery__contentPriceInner {
    padding: 0 0 3px 12px;
  }
  .p-topMystery__contentPriceTag {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 3px;
  }
  .p-topMystery__contentPriceMain {
    font-size: 16px;
    line-height: 1.4;
  }
  .p-topMystery__contentPriceMainPrice {
    font-size: 24px;
  }
  .p-topMystery__contentPriceMainTag {
    padding-bottom: 3px;
  }
  .p-topMystery__btnArea {
    width: 100%;
    margin-top: 5px;
  }
  .p-topMystery__btnAreaInner {
    width: 180px;
    margin: 0 auto;
  }

}


