/*cont*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600;700&display=swap");
/*mediaquery*/
/*cateTopWrap*/
.wrapper#store .cateTopWrap .textout {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: absolute;
}
.wrapper#store .cateTopWrap .badge:before {
  content: "";
  display: block;
  width: 24%;
  height: auto;
  padding-bottom: 24%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 2%;
  top: 2%;
}
.wrapper#store .cateTopWrap .titWrap {
  text-align: center;
}
.wrapper#store .cateTopWrap .doubleLineTit {
  font-size: clamp(19px, 3vw, 36px);
  font-weight: 600;
  margin-bottom: 3%;
}
.wrapper#store .cateTopWrap .doubleLineTit span {
  display: inline-block;
  /*flex-wrap: wrap;
  align-items: center;
  justify-content: center;*/
  position: relative;
  padding: 0 5%;
}
.wrapper#store .cateTopWrap .doubleLineTit span:before, .wrapper#store .cateTopWrap .doubleLineTit span:after {
  content: "";
  display: block;
  width: 3.1%;
  height: auto;
  padding-bottom: 3.6%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 1.8%);
}
.wrapper#store .cateTopWrap .doubleLineTit span:before {
  background-image: url(../images/lp/japancatalog/tit_left.png);
  padding-right: 0.5em;
  left: 0;
}
.wrapper#store .cateTopWrap .doubleLineTit span:after {
  background-image: url(../images/lp/japancatalog/tit_right.png);
  padding-left: 0.5em;
  right: 0;
}
.wrapper#store .cateTopWrap .numTit {
  font-size: clamp(19px, 3vw, 36px);
  font-weight: 700;
  text-align: left;
  margin-bottom: 2.5%;
  text-indent: -9.6%;
  padding-left: 9.6%;
}
.wrapper#store .cateTopWrap .numTit i:before {
  content: "";
  width: 8.6%;
  padding-bottom: 8.6%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 1%;
}
.wrapper#store .cateTopWrap .numTit strong {
  color: #8c785d;
}
.wrapper#store .cateTopWrap .itemList {
  justify-content: center;
}
.wrapper#store .cateTopWrap .itemList li {
  position: relative;
}
.wrapper#store .cateTopWrap .itemList li:before {
  content: "";
  background-repeat: no-repeat;
  margin: auto;
}
.wrapper#store .cateTopWrap .itemList .giftImage {
  margin-bottom: 3%;
  position:relative;
}
.wrapper#store .cateTopWrap .itemList .giftImage .ico_badge{
    display: block;
    width: 30%;
    padding-bottom: 40%;
    background-image: url(/store/u_page/img/assets/images/lp/japancatalog/barge_japancatalog_shippingfree.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 5px;
}

.wrapper#store .cateTopWrap .itemList .itemInfo .catalogTit {
  font-size: clamp(16px, 2.3vw, 28px);
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.wrapper#store .cateTopWrap .itemList .itemInfo .catalogTit em {
  font-size: 0.8em;
}
.wrapper#store .cateTopWrap .marquee {
  background: linear-gradient(transparent 60%, #fff844 60%);
}
.wrapper#store .cateTopWrap .mincho {
  font-family: 'Noto Serif JP', serif;
}
.wrapper#store .cateTopWrap .japan-hr {
  width: 100%;
  padding-bottom: 4%;
  border: none;
  background-image: url(../images/lp/japancatalog/line-japan.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  margin-bottom: 3%;
}
.wrapper#store .cateTopWrap .course {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.wrapper#store .cateTopWrap .course dt {
  margin-right: 10px;
  position: relative;
}
@media (min-width: 1000px) {
  .wrapper#store .cateTopWrap .course dt {
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 999px) {
  .wrapper#store .cateTopWrap .course dt {
    max-width: calc(100% - 40px);
    margin: 0;
    display: inline-block;
  }
}
.wrapper#store .cateTopWrap .course dt span {
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #ceb630;
  color: #ffffff;
  font-weight: bold;
  font-size: clamp(14px, 3vw, 32px);
}
@media (max-width: 500px) {
  .wrapper#store .cateTopWrap .course dt span {
    padding: 5px 10px;
  }
}
@media (max-width: 400px) {
  .wrapper#store .cateTopWrap .course dt span {
    padding: 2px 0px;
  }
}
.wrapper#store .cateTopWrap .course dt span:before, .wrapper#store .cateTopWrap .course dt span:after {
  content: '';
  position: absolute;
  right: -10px;
}
.wrapper#store .cateTopWrap .course dt span:before {
  border-top: 10px solid #ceb630;
  border-right: 5px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 5px solid #ceb630;
  top: 0;
}
.wrapper#store .cateTopWrap .course dt span:after {
  border-top: 10px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #ceb630;
  border-left: 5px solid #ceb630;
  bottom: 0;
}
.wrapper#store .cateTopWrap .course dt:before, .wrapper#store .cateTopWrap .course dt:after {
  content: '';
  position: absolute;
  left: -10px;
}
.wrapper#store .cateTopWrap .course dt:before {
  border-top: 10px solid #ceb630;
  border-right: 5px solid #ceb630;
  border-bottom: 10px solid transparent;
  border-left: 5px solid transparent;
  top: 0;
}
.wrapper#store .cateTopWrap .course dt:after {
  border-top: 10px solid transparent;
  border-right: 5px solid #ceb630;
  border-bottom: 10px solid #ceb630;
  border-left: 5px solid transparent;
  bottom: 0;
}
.wrapper#store .cateTopWrap .course dd {
  font-weight: bold;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  font-size: clamp(12px, 3vw, 28px);
  padding-left: 0.5em;
}
@media (max-width: 999px) {
  .wrapper#store .cateTopWrap .course dd {
    text-align: center;
  }
}
.wrapper#store .cateTopWrap .course dd em {
  color: #506921;
  font-size: 1.2em;
}
.wrapper#store .cateTopWrap .subTit {
  font-size: clamp(16px, 3vw, 27px);
  text-align: left;
  font-weight: 500;
  line-height: 1.3;
}
.wrapper#store .cateTopWrap .box1 {
  position: relative;
  background-image: url(../images/lp/japancatalog/bg_japancatalog.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.wrapper#store .cateTopWrap .box1 .mainTit {
  width: 24%;
  margin: 0 auto;
  padding: 50% 0 50% 0;
}
.wrapper#store .cateTopWrap .box1 .course {
  justify-content: center;
  margin-top: 0;
  position: absolute;
  width: 100%;
  bottom: 3%;
}
.wrapper#store .cateTopWrap .box1 .course dd {
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 3px 3px 10px #fff,3px 3px 10px #fff,3px 3px 10px #fff;
}
.wrapper#store .cateTopWrap .box1 .bottomBlock_service {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3% 3%;
  box-sizing: border-box;
  margin-top: 40%;
}
.wrapper#store .cateTopWrap .box1 .bottomBlock_service p:before {
  content: "";
  width: 63%;
  padding-bottom: 4%;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/lp/japancatalog/txt_service.png);
  margin: 0 auto 20px auto;
}
.wrapper#store .cateTopWrap .box1 .bottomBlock_service ul {
  display: flex;
  justify-content: center;
  gap: 0 21px;
}
@media screen and (max-width: 480px) {
  .wrapper#store .cateTopWrap .box1 .bottomBlock_service ul {
    gap: 0 16px;
  }
}
.wrapper#store .cateTopWrap .box1 .bottomBlock_service ul li {
  background-color: rgba(224, 107, 138, 0.8);
  border-radius: 10px;
  color: #fff;
  flex: 1;
  transition: all 0.4s;
}
.wrapper#store .cateTopWrap .box1 .bottomBlock_service ul li:hover {
  background-color: rgba(224, 107, 138, 0.4);
}
.wrapper#store .cateTopWrap .box1 .bottomBlock_service ul li a {
  color: #fff;
  padding: 2%;
  box-sizing: border-box;
  display: block;
  border: 2px dotted;
  margin: 2.5%;
  border-radius: 6px;
  font-size: clamp(12px, 2.6vw, 30px);
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}
.wrapper#store .cateTopWrap .box2,
.wrapper#store .cateTopWrap .box3,
.wrapper#store .cateTopWrap .box4,
.wrapper#store .cateTopWrap .box5,
.wrapper#store .cateTopWrap .box6,
.wrapper#store .cateTopWrap .box7,
.wrapper#store .cateTopWrap .box8 {
  background-color: #fff7ef;
  background-image: url(../images/lp/japancatalog/ptn_japancatalog.jpg);
  padding: 4% 3%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .wrapper#store .cateTopWrap .box2,
  .wrapper#store .cateTopWrap .box3,
  .wrapper#store .cateTopWrap .box4,
  .wrapper#store .cateTopWrap .box5,
  .wrapper#store .cateTopWrap .box7,
  .wrapper#store .cateTopWrap .box8 {
    padding: 3% 1.5%;
  }
}
.wrapper#store .cateTopWrap .box2 .text,
.wrapper#store .cateTopWrap .box3 .text,
.wrapper#store .cateTopWrap .box4 .text,
.wrapper#store .cateTopWrap .box5 .text,
.wrapper#store .cateTopWrap .box7 .text,
.wrapper#store .cateTopWrap .box8 .text {
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1.7;
}
.wrapper#store .cateTopWrap .titWrap.japan {
  position: relative;
  margin-bottom: 3%;
}
.wrapper#store .cateTopWrap .titWrap.japan:after, .wrapper#store .cateTopWrap .titWrap.japan:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 10%;
  padding-bottom: 17%;
  position: absolute;
  top: 0%;
}
.wrapper#store .cateTopWrap .titWrap.japan:before {
  background-image: url(../images/lp/japancatalog/img_tit_left.png);
  left: 0%;
}
.wrapper#store .cateTopWrap .titWrap.japan:after {
  background-image: url(../images/lp/japancatalog/img_tit_right.png);
  right: 0%;
}
.wrapper#store .cateTopWrap .mainTit {
  margin: 0 auto;
  font-size: clamp(20px, 3.1vw, 37px);
  font-weight: 700;
  line-height: 1.3;
  width: 77%;
}
.wrapper#store .cateTopWrap .box2 .text {
  margin-bottom: 3%;
}
.wrapper#store .cateTopWrap .box2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 4%;
  box-sizing: border-box;
  padding: 0 2% 3% 2%;
}
.wrapper#store .cateTopWrap .box2 ul li {
  flex: 1;
}
.wrapper#store .cateTopWrap .box3 .mainTit {
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .wrapper#store .cateTopWrap .box3 .mainTit {
    width: 70%;
    margin-bottom: 2%;
  }
}
.wrapper#store .cateTopWrap .box3 .itemlist.ranking i:before {
  content: "";
  display: block;
  width: 28%;
  padding-bottom: 15%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto 15px auto;
}
.wrapper#store .cateTopWrap .box3 .itemlist.ranking > li:nth-child(1) i:before {
  background-image: url("../images/lp/common/txt_rank01.png");
}
.wrapper#store .cateTopWrap .box3 .itemlist.ranking > li:nth-child(2) i:before {
  background-image: url("../images/lp/common/txt_rank02.png");
}
.wrapper#store .cateTopWrap .box3 .itemlist.ranking > li:nth-child(3) i:before {
  background-image: url("../images/lp/common/txt_rank03.png");
}
.wrapper#store .cateTopWrap .box3 .itemlist.ranking .itemInfo .catalogTit {
  padding: 0 2%;
}
.wrapper#store .cateTopWrap .box3 .pointTit {
  font-size: clamp(18px, 3vw, 44px);
  font-weight: 700;
  color: #8c785d;
  position: relative;
  margin: 2% 0 3% 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wrapper#store .cateTopWrap .box3 .pointTit {
    font-size: clamp(18px, 4vw, 44px);
  }
}
.wrapper#store .cateTopWrap .box3 .pointTit:before {
  content: "";
  width: 100%;
  padding-bottom: 13%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/lp/japancatalog/frame_point.png);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.wrapper#store .cateTopWrap .box3 .pointTit strong {
  font-size: 1.4em;
}
.wrapper#store .cateTopWrap .box3 .pointTit span {
  position: relative;
  display: inline-block;
  padding-bottom: 3%;
}
@media screen and (max-width: 480px) {
  .wrapper#store .cateTopWrap .box3 .pointTit span {
    padding-bottom: 4%;
  }
}
@media screen and (min-width: 768px) {
  .wrapper#store .cateTopWrap .box3 .itemList.japanPoint {
    padding: 0 5%;
  }
}
@media (max-width: 500px) {
  .wrapper#store .cateTopWrap .box3 .itemList.japanPoint {
    padding: 0 10px;
  }
}
.wrapper#store .cateTopWrap .box3 .itemList.japanPoint li {
  margin-bottom: 0;
  transition: all 0.4s;
  padding-bottom: 30%;
}
@media (max-width: 1000px) {
  .wrapper#store .cateTopWrap .box3 .itemList.japanPoint li {
    width: calc((100% / 3) - 20px);
    padding: 0 0px 30% 0px;
    margin: 0px 10px;
  }
}
@media (max-width: 500px) {
  .wrapper#store .cateTopWrap .box3 .itemList.japanPoint li {
    width: calc((100% / 3) - 10px);
    padding: 0 0px 32% 0px;
    margin: 0 5px;
  }
}
.wrapper#store .cateTopWrap .box3 .itemList.japanPoint li:before {
  content: "";
  background-position: center;
  background-size: contain;
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  position: absolute;
  margin: auto;
  display: block;
}
.wrapper#store .cateTopWrap .box3 .itemList.japanPoint li:nth-child(1):before {
  background-image: url(../images/lp/japancatalog/point1.png);
}
.wrapper#store .cateTopWrap .box3 .itemList.japanPoint li:nth-child(2):before {
  background-image: url(../images/lp/japancatalog/point2.png);
}
.wrapper#store .cateTopWrap .box3 .itemList.japanPoint li:nth-child(3):before {
  background-image: url(../images/lp/japancatalog/point3.png);
}
.wrapper#store .cateTopWrap .box3 .itemList.japanPoint li a {
  display: block;
  border: none;
  background-color: transparent;
  box-shadow: none;
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  height: 3.8em;
  width: 100%;
  margin: auto;
  font-size: clamp(13px, 2.5vw, 30px);
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
.wrapper#store .cateTopWrap .box3 .itemList.japanPoint li a strong {
  font-weight: 700;
  color: #ffea75;
}
@media (max-width: 767px) {
  .wrapper#store .cateTopWrap .box3 .itemList.japanPoint li a {
    font-size: clamp(13px, 3.6vw, 30px);
  }
}
.wrapper#store .cateTopWrap .box3 .itemList.japanPoint li:hover {
  opacity: 0.8;
}
.wrapper#store .cateTopWrap .box4 {
  background-color: #fff7ef;
  padding: 3%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .wrapper#store .cateTopWrap .box4 {
    padding: 3% 1.5%;
  }
}
.wrapper#store .cateTopWrap .box4 .numTit i:before {
  background-image: url(../images/lp/japancatalog/ico_point1.png);
}
.wrapper#store .cateTopWrap .box4 .blandList {
  background-color: #fff;
  border: 4px solid #f5ead1;
  border-radius: 10px;
  position: relative;
  margin-top: 10%;
}
.wrapper#store .cateTopWrap .box4 .blandList .japan:before, .wrapper#store .cateTopWrap .box4 .blandList .japan:after {
  content: "";
  display: block;
  width: 6%;
  padding-bottom: 5.6%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
@media screen and (max-width: 480px) {
  .wrapper#store .cateTopWrap .box4 .blandList .japan:before, .wrapper#store .cateTopWrap .box4 .blandList .japan:after {
    width: 10%;
    padding-bottom: 10.6%;
  }
}
.wrapper#store .cateTopWrap .box4 .blandList .japan.top:before {
  top: -1.5em;
  left: -0.5em;
  background-image: url(../images/lp/japancatalog/frame-left.png);
}
.wrapper#store .cateTopWrap .box4 .blandList .japan.top:after {
  top: -1.5em;
  right: -0.5em;
  background-image: url(../images/lp/japancatalog/frame-right.png);
}
.wrapper#store .cateTopWrap .box4 .blandList .mainTit {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  width: 100%;
  margin-top: -0.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wrapper#store .cateTopWrap .box4 .blandList .mainTit {
    font-size: clamp(20px, 3vw, 30px);
  }
}
.wrapper#store .cateTopWrap .box4 .blandList .mainTit span {
  background: linear-gradient(#fffaf2 50%, #ffffff 50%);
  display: inline-block;
  padding: 0 2%;
}
.wrapper#store .cateTopWrap .box4 .blandList .itemList {
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 5%;
  gap: 0 1%;
}
@media screen and (max-width: 768px) {
  .wrapper#store .cateTopWrap .box4 .blandList .itemList {
    padding: 5% 5% 0 5%;
  }
}
.wrapper#store .cateTopWrap .box4 .blandList .itemList li {
  /*flex: 1;*/
  height: 100%;
  margin: 20px 10px 20px 10px;
}
@media screen and (max-width: 768px) {
  .wrapper#store .cateTopWrap .box4 .blandList .itemList li {
    flex: auto;
    width: calc((100% / 4) - 20px);
    margin: 20px 10px 10px 10px;
  }
}
@media (max-width: 500px) {
  .wrapper#store .cateTopWrap .box4 .blandList .itemList li {
    padding: 0;
  }
}
.wrapper#store .cateTopWrap .box4 .blandList .itemList li:before {
  content: none;
}
.wrapper#store .cateTopWrap .box4 .blandList .itemList li img {
  object-fit: contain;
  height: 24px;
}
.wrapper#store .cateTopWrap .box4 .blandList .itemList li.hattendo img {
  height: 60px;
}
.wrapper#store .cateTopWrap .box4 .blandList .itemList li.tsugarubidoro img {
  height: 35px;
}
@media screen and (max-width: 768px) {
  .wrapper#store .cateTopWrap .box4 .blandList .itemList li:nth-child(n+5) {
    margin-top: 0px;
  }
}
.wrapper#store .cateTopWrap .box5 {
  background-color: #fff7ef;
  padding: 3%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .wrapper#store .cateTopWrap .box5 {
    padding: 3% 1.5%;
  }
}
.wrapper#store .cateTopWrap .box5 .numTit i:before {
  background-image: url(../images/lp/japancatalog/ico_point2.png);
}
.wrapper#store .cateTopWrap .box6 {
  background-color: #fff7ef;
  padding: 3%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .wrapper#store .cateTopWrap .box6 {
    padding: 3% 1.5%;
  }
}
.wrapper#store .cateTopWrap .box6 .numTit i:before {
  background-image: url(../images/lp/japancatalog/ico_point3.png);
}
@media screen and (max-width: 480px) {
  .wrapper#store .cateTopWrap .box5 .numTit,
  .wrapper#store .cateTopWrap .box6 .numTit {
    margin-top: 3%;
  }
}
