@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Orelega+One&display=swap");
/*==============
color
================*/
/*==============
bgcolor
================*/
.themaBgLightBlue {
  background-color: #dde2eb;
}

.themaBgLightPink {
  background-color: #e7d7dd;
}

.themaBgLightYellow {
  background-color: #e9d9b8;
}

.themaBgLightGreen {
  background-color: #d9f7ed;
}

.themaBgLightBeige {
  background-color: #e7e5d7;
}

.themaBgGiftGreen {
  background-color: #e1fefc;
}

.themaBgLightPurple {
  background-color: #d2cde5;
}

.themaBgLightGold {
  background-color: #b9af80;
}

/*==============
bgcolor
================*/
/*==============
themaBackGroundColor
================*/
/*==============
iconbackgroundColor
================*/
.mainImgArea {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainImgArea .mainVis img {
  opacity: 0;
}

.topArea {
  position: relative;
}
.topArea h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.mainImgArea {
  -webkit-animation: mainVisImg 0.5s ease 0.5s 1 forwards;
          animation: mainVisImg 0.5s ease 0.5s 1 forwards;
  opacity: 0;
  height: 0;
  background-repeat: no-repeat;
  background-image: url("../images/gift-selection_mainpc_ver3.jpg");
  background-size: contain;
  background-position: center;
  padding: 28% 0 0 0;
  margin: 0 auto;
}

.mainVisArea {
  display: none;
}

.mainVis_text {
  position: absolute;
  top: 56%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  display: block;
  width: 88%;
  color: #fff;
  font-size: 10px;
  font-size: 0.6666666667rem;
  text-align: center;
}

@-webkit-keyframes mainVisImg {
  100% {
    opacity: 1;
  }
}
@keyframes mainVisImg {
  100% {
    opacity: 1;
  }
}
.logoText {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.tabArea {
  background-color: #f9f9f9;
  padding: 50px 0;
}
.tabArea .columnBox__col {
  margin: 20px auto 0;
}
.tabArea .columnBox__subTitle {
  font-display: swap;
  font-family: "Orelega One", cursive;
  font-style: normal;
  font-size: 35px;
  font-size: 2.3333333333rem;
  line-height: 1.6;
  margin: 10px auto 5px;
}
.tabArea .columnBox__colTitle {
  font-size: 30px;
  font-size: 2rem;
  margin: 0 auto;
}
.tabArea#tabAreaWrapper {
  padding-top: 3vw;
  position: relative;
  z-index: 10;
}
.tabArea#tabAreaWrapper .tabHide {
  display: none;
}
.tabArea .tabArea_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  overflow: hidden;
  width: 80%;
  gap: 10px;
}
.tabArea .tabArea_tab .tabArea_tabInner {
  background-image: url(../images/little-pluses.png);
  border-radius: 100px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  font-size: 26px;
  font-size: 1.7333333333rem;
  letter-spacing: 0.05em;
  list-style: none;
  padding: 20px 0;
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.tabArea .tabArea_tab .tabArea_tabInner:last-child {
  margin-right: 0;
}
.tabArea .tabArea_tab .tabArea_tabInner:hover {
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tabArea .tabArea_tab .select {
  color: #333;
}
.tabArea .tabArea_tab .themaBgLightBlue.select {
  border-bottom: 2px solid;
  border-color: rgb(188.8888888889, 198.6111111111, 216.1111111111);
}
.tabArea .tabArea_tab .themaBgLightBlue:hover {
  background-color: rgb(172.8333333333, 184.9166666667, 206.6666666667);
}
.tabArea .tabArea_tab .themaBgLightPink.select {
  border-bottom: 2px solid;
  border-color: rgb(211.875, 183.125, 193.90625);
}
.tabArea .tabArea_tab .themaBgLightPink:hover {
  background-color: rgb(202.3125, 167.1875, 180.359375);
}
.tabArea .tabArea_tab .themaBgLightYellow.select {
  border-bottom: 2px solid;
  border-color: rgb(220.935483871, 196.1612903226, 145.064516129);
}
.tabArea .tabArea_tab .themaBgLightYellow:hover {
  background-color: rgb(214.9032258065, 185.7419354839, 125.5967741935);
}
.tabArea .tabArea_body {
  max-width: 1100px;
  width: 100%;
}
.tabArea .tabArea_body .tabArea_bodyText {
  padding: 0 20px;
}
.tabArea .tabArea_body .tabArea_bodyText p {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.tabArea__categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.tabArea__categoryListText {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #dde2eb;
  background-image: url(../images/little-pluses.png);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  font-size: 26px;
  font-size: 1.7333333333rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 7px;
}
.tabArea__categoryListText span {
  display: block;
  font-size: 20px;
  font-size: 1.3333333333rem;
  margin: 5px 0 0;
}
.tabArea__categoryListText a {
  padding: 10px;
}
.tabArea__categoryList.age .tabArea__categoryListText {
  background-color: rgb(234.825, 233.14375, 221.375);
}
.tabArea__categoryList.price .tabArea__categoryListText {
  background-color: rgb(234.825, 221.375, 226.41875);
}
.tabArea__categoryList.item .tabArea__categoryListText {
  background-color: rgb(227.4222222222, 231.4777777778, 238.7777777778);
}

.rankingArea {
  background-color: #f1eee7;
  margin: 0 auto;
  padding: 50px 0;
  width: 100%;
}
.rankingArea .columnBox__subTitle {
  font-display: swap;
  font-family: "Orelega One", cursive;
  font-style: normal;
  font-size: 35px;
  font-size: 2.3333333333rem;
  line-height: 1.6;
  margin: 10px auto 5px;
}
.rankingArea .columnBox__title {
  font-size: 30px;
  font-size: 2rem;
}
.rankingArea .columnBox__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 20px;
}
.rankingArea .columnBox__colList {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: calc((100% - 50px) / 5);
}
.rankingArea .columnBox__colList img {
  border: 8px #f9f9f9 solid;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
  -webkit-box-shadow: 0 2px 10px rgba(80, 80, 80, 0.1);
          box-shadow: 0 2px 10px rgba(80, 80, 80, 0.1);
}
.rankingArea .rankIcon {
  height: auto;
  margin: 0 auto 5px;
  width: 40px;
}
.rankingArea .rankIcon img {
  border: 0;
  -webkit-filter: none;
  filter: none;
}
.rankingArea .detailBtn {
  margin: 0 auto;
  width: 80%;
}
.rankingArea .detailBtn a {
  background-color: #fff;
  border: 1px solid #b9af80;
  border-radius: 30px !important;
  color: #b9af80;
  display: block;
  font-weight: bold;
  font-size: 15px;
  font-size: 1rem;
  padding: 9px 0 !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.rankingArea .detailBtn a:after {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #b9af80;
  border-right: solid 1px #b9af80;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.rankingArea .detailBtn a:hover {
  background-color: #b9af80;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.rankingArea .detailBtn a:hover:after {
  border-color: #fff;
}

.presentArea {
  margin: 0 auto;
  padding: 50px 0;
  width: 100%;
}
.presentArea .columnBox__subTitle {
  font-display: swap;
  font-family: "Orelega One", cursive;
  font-style: normal;
  font-size: 35px;
  font-size: 2.3333333333rem;
  line-height: 1.6;
  margin: 10px auto 5px;
}
.presentArea .columnBox__title {
  font-size: 30px;
  font-size: 2rem;
}
.presentArea .columnBox__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
  margin: 35px auto 0;
  padding: 20px;
}
.presentArea .columnBox__colList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: 50%;
}
.presentArea .columnBox__colList h3 {
  font-weight: bold;
  font-size: 30px;
  font-size: 2rem;
  margin-bottom: 8px;
  text-align: left;
}
.presentArea .columnBox__colList p {
  font-size: 22px;
  font-size: 1.4666666667rem;
  line-height: 1.8;
  margin: 0 0 16px 0;
  text-align: left;
}
.presentArea .columnBox__colList:nth-child(1) {
  position: relative;
  top: -30px;
  z-index: 2;
}
.presentArea .columnBox__colList:nth-child(1) img {
  border: 8px #f9f9f9 solid;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
  -webkit-box-shadow: 0 2px 10px rgba(80, 80, 80, 0.1);
          box-shadow: 0 2px 10px rgba(80, 80, 80, 0.1);
}
.presentArea .columnBox__colList:nth-child(2) {
  padding: 24px;
  position: relative;
  z-index: 1;
}
.presentArea .columnBox__colList:nth-child(2)::after {
  background-color: #efede9;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 120%;
  z-index: -2;
}
.presentArea .reverse .columnBox__colList:nth-child(2)::after {
  left: 0;
}
.presentArea .detailBtn {
  margin: 0 auto;
  max-width: 200px;
  width: 80%;
}
.presentArea .detailBtn a {
  background-color: #fff;
  border: 1px solid #b9af80;
  border-radius: 30px !important;
  color: #b9af80;
  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;
  font-weight: bold;
  font-size: 15px;
  font-size: 1rem;
  padding: 9px 0 !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.presentArea .detailBtn a:after {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #b9af80;
  border-right: solid 1px #b9af80;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.presentArea .detailBtn a:hover {
  background-color: #b9af80;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.presentArea .detailBtn a:hover:after {
  border-color: #fff;
}

/*=============
readArea
================*/
.columnBox__col.readArea {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.readArea .columnBox__colList {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 85%;
}
.readArea .columnBox__colListSubTitle {
  font-display: swap;
  font-family: "Orelega One", cursive;
  font-style: normal;
  font-size: 39px;
  font-size: 2.6rem;
  line-height: 1.6;
  margin: 10px auto 5px;
}
.readArea .columnBox__colListTitle {
  font-style: normal;
  font-size: 34px;
  font-size: 2.2666666667rem;
  line-height: 1.6;
  margin: 0 auto 15px;
  position: relative;
}
.readArea .columnBox__colListText {
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 5px 0;
}

.titleBox__subBox {
  font-size: 22px;
  font-size: 1.4666666667rem;
  display: block;
  margin: 0 auto 10px;
  text-align: center;
  line-height: 1.7;
  width: 80%;
}

.navArea {
  width: 100%;
}
.navArea .navAreaWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
}
.navArea .navAreaWrapper li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 5px;
}
.navArea .navAreaWrapper li a {
  border-radius: 60px;
  color: #333333;
  display: block;
  font-display: swap;
  font-family: "Orelega One", cursive;
  font-size: 35px;
  font-size: 2.3333333333rem;
  padding: 14px 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.navArea .navAreaWrapper li a:hover {
  background-color: #f0f0f0;
  border-radius: 60px;
  color: #333333;
  text-decoration: none;
}
.navArea .navAreaWrapper li a.visited {
  color: #333333;
}
.navArea .navAreaWrapper li a span {
  display: block;
  font-size: 18px;
  font-size: 1.2rem;
  margin: 8px 0 0;
}
.navArea .next-btn {
  display: none;
}

/*=============
categoryArea
================*/
.columnBox__col.categoryArea {
  width: 100%;
  padding: 30px 0;
  margin: 20px auto;
}

.categoryArea {
  background-image: url(../images/little-pluses.png);
  margin: 20px auto;
  max-width: 1100px;
  padding: 30px 0;
}
.categoryArea .columnBox__col {
  padding: 2% 0;
}
.categoryArea .columnBox__colSubTitle {
  font-size: 30px;
  font-size: 2rem;
  padding: 15px;
  position: relative;
  text-align: left;
  width: 400px;
}
.categoryArea .columnBox__colSubTitle span {
  border-bottom: 1px solid;
  display: inline-block;
  font-display: swap;
  font-family: "Orelega One", cursive;
  font-size: 24px;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  margin: 0 0 5px;
}
.categoryArea .columnBox__colListSubTitle {
  font-display: swap;
  font-family: "Orelega One", cursive;
  font-style: normal;
  font-size: 39px;
  font-size: 2.6rem;
  line-height: 1.6;
  margin: 10px auto 5px;
  position: relative;
}
.categoryArea .columnBox__colListTitle {
  font-size: 36px;
  font-size: 2.4rem;
  line-height: 1.6;
  margin: 0 auto 10px;
  position: relative;
  text-align: center;
  width: 100%;
}
.categoryArea .columnBox__colSubTitleSmall {
  font-size: 22px;
  font-size: 1.4666666667rem;
  line-height: 1.6;
  margin: 10px 0;
  padding: 0 50px;
  text-align: left;
}
.categoryArea .ribbon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  font-size: 26px;
  font-size: 1.7333333333rem;
  line-height: 1.4;
  padding: 7px 40px 7px 18px;
  position: relative;
  text-align: left;
}
.categoryArea .ribbon-blue {
  background: #dde2eb;
}
.categoryArea .ribbon-pink {
  background: #e7d7dd;
}
.categoryArea .ribbon-yellow {
  background: #e9d9b8;
}
.categoryArea .ribbon-green {
  background: #d9f7ed;
}
.categoryArea .ribbon:after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  z-index: 1;
}
.categoryArea .ribbon:after {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 35px 15px 35px 0;
  right: 0;
  top: 0;
}
.categoryArea .columnBox__colList {
  margin: 0 10px 30px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: calc((100% - 60px) / 3);
}
.categoryArea .columnBox__colList:nth-of-type(4) {
  display: none;
}
.categoryArea .columnBox__colList .columnBox__colLink {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 7px;
}
.categoryArea .columnBox__colList .columnBox__colImg {
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.categoryArea .columnBox__colList .columnBox__colImg img {
  border: 12px solid #f9f9f9;
  -webkit-box-shadow: 1px 2px 2px rgba(80, 80, 80, 0.1);
          box-shadow: 1px 2px 2px rgba(80, 80, 80, 0.1);
  height: auto;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  width: 100%;
}
.categoryArea .columnBox__colList .columnBox__colImg .subImg {
  border: #fff solid 4px;
  border-radius: 100px;
  bottom: 16px;
  height: 90px;
  left: 15px;
  position: absolute;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  width: 90px;
  z-index: 9;
}
.categoryArea .columnBox__colList .columnBox__colImgWrapper {
  position: relative;
}
.categoryArea .productImage {
  padding: 10px;
}
.categoryArea .columnBox__colListBtnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.categoryArea .columnBox__colListBtnArea .orderCartBtn,
.categoryArea .columnBox__colListBtnArea .detailBtn {
  margin: 0 5px;
  width: 40% !important;
}
.categoryArea .columnBox__colListBtnArea .item-cartBtn {
  background: #e7d7dd;
  border: 0 !important;
  border-radius: 30px !important;
  font-weight: bold;
  font-size: 15px;
  font-size: 1rem;
  margin: 5px 0 !important;
  padding: 9px 30px 9px 9px !important;
  position: relative;
  width: 100%;
}
.categoryArea .columnBox__colListBtnArea .item-cartBtn:after {
  background-image: url(../images/cart.svg);
  background-size: cover;
  content: "";
  height: 14px;
  position: absolute;
  right: 17px;
  top: 6px;
  width: 14px;
}
.categoryArea .columnBox__colListBtnArea .detailBtn {
  font-size: 15px;
  font-size: 1rem;
  margin: 5px 0 !important;
}
.categoryArea .columnBox__colListBtnArea .detailBtn a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding: 9px 0 !important;
  border-radius: 30px !important;
}
.categoryArea .columnBox__colListBtnArea .detailBtn a:hover {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.categoryArea .columnBox__colListBtnArea .detailBtn a:hover:after {
  border-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.categoryArea .columnBox__colListBtnArea .detailBtn a:after {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.categoryArea .columnBox__colListBtnArea .detailBtn a.themaBgLightBeige:hover {
  background-color: rgb(192.75, 187.5625, 151.25);
}
.categoryArea .columnBox__colListBtnArea .detailBtn a.themaBgLightPink:hover {
  background-color: rgb(192.75, 151.25, 166.8125);
}
.categoryArea .columnBox__colListBtnArea .detailBtn a.themaBgLightBlue:hover {
  background-color: rgb(156.7777777778, 171.2222222222, 197.2222222222);
}
.categoryArea .columnBox__colListBtnArea .item-cartBtn.no-stock-btn {
  background-color: none !important;
  border: none !important;
  font-size: 13px;
  margin: 5px 0;
  padding: 5px 15px;
}
.categoryArea .item-price {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
.categoryArea .item-price:after {
  margin-left: -1px;
  content: "（税込）";
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: normal;
}

.wrappingArea {
  padding: 50px 0;
}
.wrappingArea .columnBox__col {
  width: 900px;
}
.wrappingArea .columnBox__colList {
  text-align: center;
  display: block;
  overflow: hidden;
  position: relative;
  width: calc((100% - 80px) / 4);
  margin: 0 10px 30px;
}
.wrappingArea .columnBox__colListSubTitle {
  font-display: swap;
  font-family: "Orelega One", cursive;
  font-style: normal;
  font-size: 35px;
  font-size: 2.3333333333rem;
  line-height: 1.6;
  margin: 10px auto 5px;
}
.wrappingArea .columnBox__colListTitle {
  font-size: 30px;
  font-size: 2rem;
  margin: 0 auto 10px;
}
.wrappingArea .columnBox__colListText {
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 15px 0;
}
.wrappingArea .columnBox__colImg {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.wrappingArea .columnBox__colImg img {
  width: 100%;
  border: 10px solid #f9f9f9;
  height: auto;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}
.wrappingArea .attArea {
  padding: 20px;
  border: 1px solid #333333;
  background-color: #fff;
  width: 800px;
  line-height: 2.5;
  margin: 20px auto;
  font-size: 20px;
  font-size: 1.3333333333rem;
  background-color: #fff;
  border-radius: 30px !important;
}
.wrappingArea .attArea .iconImg {
  width: 100px;
  margin: 0 5px;
}
.wrappingArea .item-price {
  margin: 10px 0;
  font-size: 20px;
}
.wrappingArea .item-price:after {
  margin-left: -1px;
  content: "（税込）";
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: normal;
}
.wrappingArea .wrappingLi__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrappingArea .wrappingLi__wrapLi {
  text-align: center;
  background: #000;
  color: #fff;
  margin: 5px;
  padding: 7px 13px;
  border-radius: 60px;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
.wrappingArea .columnBox__colListBtnArea .orderCartBtn,
.wrappingArea .columnBox__colListBtnArea .detailBtn {
  width: 70% !important;
  margin: 0 auto;
}
.wrappingArea .columnBox__colListBtnArea .item-cartBtn {
  padding: 9px 30px 9px 9px !important;
  margin: 5px 0 !important;
  border-radius: 30px !important;
  font-size: 15px;
  font-size: 1rem;
  width: 100%;
  border: 0 !important;
  font-weight: bold;
  position: relative;
}
.wrappingArea .columnBox__colListBtnArea .item-cartBtn:after {
  content: "";
  background-image: url(../images/cart.svg);
  width: 14px;
  height: 14px;
  background-size: cover;
  position: absolute;
  right: 17px;
  top: 6px;
}
.wrappingArea .columnBox__colListBtnArea .detailBtn {
  padding: 9px 0 !important;
  margin: 5px auto !important;
  border-radius: 30px !important;
  font-size: 15px;
  font-size: 1rem;
}
.wrappingArea .columnBox__colListBtnArea .detailBtn a {
  display: block;
  font-weight: bold;
  text-decoration: none;
}
.wrappingArea .columnBox__colListBtnArea .item-cartBtn.no-stock-btn {
  border: none !important;
  padding: 5px 15px;
  margin: 5px 0;
  font-size: 13px;
  background-color: none !important;
}

.priceArea {
  max-width: 1100px;
  border-radius: 10px;
  padding: 50px 0;
  margin: 20px auto;
}
.priceArea .columnBox__col {
  padding: 2% 0;
  width: 900px;
}
.priceArea .columnBox__colSubTitle {
  font-size: 30px;
  font-size: 2rem;
  padding: 15px;
  position: relative;
  width: 400px;
  text-align: left;
}
.priceArea .columnBox__colSubTitle span {
  display: inline-block;
  font-family: "Orelega One", cursive;
  font-display: swap;
  font-size: 24px;
  font-size: 1.6rem;
  margin: 0 0 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.07em;
}
.priceArea .columnBox__colListSubTitle {
  font-style: normal;
  margin: 10px auto 0;
  position: relative;
  font-size: 39px;
  font-size: 2.6rem;
  font-family: "Orelega One", cursive;
  font-display: swap;
}
.priceArea .columnBox__colListTitle {
  font-size: 36px;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: bold;
  margin: 0 auto 10px;
  position: relative;
  width: 100%;
  text-align: center;
}
.priceArea .columnBox__colSubTitleSmall {
  font-size: 22px;
  font-size: 1.4666666667rem;
  line-height: 1.6;
  margin: 10px 0;
  text-align: left;
  padding: 0 50px;
}
.priceArea .ribbon {
  position: relative;
  line-height: 1.4;
  text-align: center;
  padding: 7px 40px 7px 18px;
  font-size: 26px;
  font-size: 1.7333333333rem;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.priceArea .ribbon-blue {
  background: #dde2eb;
}
.priceArea .ribbon-pink {
  background: #e7d7dd;
}
.priceArea .ribbon-yellow {
  background: #e9d9b8;
}
.priceArea .ribbon-purple {
  background: #d2cde5;
}
.priceArea .ribbon-green {
  background: #d9f7ed;
}
.priceArea .ribbon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.priceArea .ribbon:after {
  top: 0;
  right: 0;
  border-width: 35px 15px 35px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.priceArea .columnBox__colList {
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 5px 5px;
  width: calc((100% - 60px) / 3);
  margin: 0 10px 30px;
}
.priceArea .columnBox__colList::nth-child(3n) {
  margin: 0;
}
.priceArea .columnBox__colList .columnBox__colLink {
  display: block;
  padding: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.priceArea .columnBox__colList .columnBox__colImg {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.priceArea .columnBox__colList .columnBox__colImg img {
  width: 100%;
  border: 12px solid #f9f9f9;
  height: auto;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}
.priceArea .columnBox__colList .columnBox__colImgWrapper {
  position: relative;
}
.priceArea .productImage {
  padding: 10px;
}
.priceArea .columnBox__colListBtnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.priceArea .columnBox__colListBtnArea .orderCartBtn,
.priceArea .columnBox__colListBtnArea .detailBtn {
  width: 40% !important;
  margin: 0 5px;
}
.priceArea .columnBox__colListBtnArea .item-cartBtn {
  padding: 9px 30px 9px 9px !important;
  margin: 5px 0 !important;
  border-radius: 30px !important;
  font-size: 15px;
  font-size: 1rem;
  background: #e7d7dd;
  width: 100%;
  border: 0 !important;
  font-weight: bold;
  position: relative;
}
.priceArea .columnBox__colListBtnArea .item-cartBtn:after {
  content: "";
  background-image: url(../images/cart.svg);
  width: 14px;
  height: 14px;
  background-size: cover;
  position: absolute;
  right: 17px;
  top: 6px;
}
.priceArea .columnBox__colListBtnArea .detailBtn {
  padding: 9px 0 !important;
  margin: 5px 0 !important;
  border-radius: 30px !important;
  font-size: 15px;
  font-size: 1rem;
}
.priceArea .columnBox__colListBtnArea .detailBtn a {
  display: block;
  font-weight: bold;
  text-decoration: none;
}
.priceArea .columnBox__colListBtnArea .item-cartBtn.no-stock-btn {
  border: none !important;
  padding: 5px 15px;
  margin: 5px 0;
  font-size: 13px;
  background-color: none !important;
}
.priceArea .item-price {
  margin: 10px 0;
  font-size: 20px;
}
.priceArea .item-price:after {
  margin-left: -1px;
  content: "（税込）";
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: normal;
}

.howToArea {
  background-color: #f9f9f9;
  margin: 0 auto;
  padding: 50px 0;
  padding: 2% 0;
  width: 100%;
}
.howToArea .columnBox__subTitle {
  font-display: swap;
  font-family: "Orelega One", cursive;
  font-style: normal;
  font-size: 35px;
  font-size: 2.3333333333rem;
  line-height: 1.6;
  margin: 10px auto 5px;
}
.howToArea .columnBox__title {
  font-size: 30px;
  font-size: 2rem;
}
.howToArea .columnBox__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 20px;
}
.howToArea .columnBox__col::after {
  background-color: #b9af80;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  max-width: 800px;
  position: absolute;
  right: 0;
  top: 68px;
  width: 100%;
  z-index: -1;
}
.howToArea .columnBox__colList {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 22px 0 0 0;
  width: calc((100% - 50px) / 3);
}
.howToArea .columnBox__colListTitle {
  background: #fff;
  border: solid 1px #b9af80;
  border-radius: 5px;
  color: #b9af80;
  display: inline-block;
  line-height: 1.4;
  margin: 0 auto 10px;
  padding: 8px 25px;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.2rem;
}
.howToArea .columnBox__colListTitle.num::after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}
.howToArea .columnBox__colListTitle.num.num01::after {
  background-image: url("../images/gift-selection_step_01.svg");
}
.howToArea .columnBox__colListTitle.num.num02::after {
  background-image: url("../images/gift-selection_step_02.svg");
}
.howToArea .columnBox__colListTitle.num.num03::after {
  background-image: url("../images/gift-selection_step_03.svg");
}
.howToArea .columnBox__colListImg img {
  width: 120px;
  margin: 20px auto 10px;
}
.howToArea .detailBtn {
  border-radius: 30px !important;
  font-size: 15px;
  font-size: 1rem;
  margin: 0 auto;
  padding: 9px 0 !important;
  width: 50%;
}
.howToArea .detailBtn a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  height: 100%;
  font-size: 18px;
  font-size: 1.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  border: solid #330 1px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 100px;
}
.howToArea .detailBtn a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ddd;
}

.mannersArea {
  background-color: #f9f9f9;
  margin: 0 auto;
  padding: 50px 0;
  width: 100%;
}
.mannersArea .columnBox__subTitle {
  font-display: swap;
  font-family: "Orelega One", cursive;
  font-style: normal;
  font-size: 38px;
  font-size: 2.5333333333rem;
  line-height: 1.6;
  margin: 10px auto 5px;
}
.mannersArea .columnBox__title {
  font-size: 30px;
  font-size: 2rem;
}
.mannersArea .columnBox__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.mannersArea .columnBox__colTitle {
  background: #b9af80;
  border-radius: 5px;
  color: #fff;
  font-size: 25px;
  font-size: 1.6666666667rem;
  margin: 0 auto;
  max-width: 300px;
  padding: 15px;
  position: relative;
  top: 30px;
  width: 100%;
  z-index: 2;
}
.mannersArea .columnBox__colText {
  font-size: 22px;
  font-size: 1.4666666667rem;
  line-height: 1.8;
  margin: 0 auto;
}
.mannersArea .columnBox__col .columnBox__colWrap {
  border: 1px solid #b9af80;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 40px;
  width: 100%;
}
.mannersArea .columnBox__col .columnBox__colList {
  background-color: #fff;
  display: block;
  -webkit-box-shadow: 0 2px 10px rgba(80, 80, 80, 0.1);
          box-shadow: 0 2px 10px rgba(80, 80, 80, 0.1);
  margin: 0 auto;
  overflow: hidden;
  padding: 24px;
  position: relative;
  text-align: center;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  width: 100%;
}
.mannersArea .columnBox__col .columnBox__colList.imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mannersArea .columnBox__col .columnBox__colList.imgBox img {
  width: 300px;
}
.mannersArea .columnBox__col .columnBox__colList.imgBox p {
  padding: 50px;
}
.mannersArea .columnBox__col .columnBox__colListTitle {
  color: #b9af80;
  display: inline-block;
  height: 60px;
  font-weight: bold;
  font-size: 25px;
  font-size: 1.6666666667rem;
  line-height: 1.6;
  margin: 0 auto 10px;
  text-align: left;
  width: 100%;
}
.mannersArea .columnBox__col .columnBox__colList p {
  font-size: 22px;
  font-size: 1.4666666667rem;
  line-height: 1.8;
  text-align: left;
}
.mannersArea .columnBox__col .mannersNum {
  position: relative;
}
.mannersArea .columnBox__col .mannersNum::after {
  background-repeat: no-repeat;
  content: "";
  height: 50px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
}
.mannersArea .columnBox__col .mannersNum.num01::after {
  background-image: url("../images/gift-selection_point_01.svg");
}
.mannersArea .columnBox__col .mannersNum.num02::after {
  background-image: url("../images/gift-selection_point_02.svg");
}
.mannersArea .columnBox__col .mannersNum.num03::after {
  background-image: url("../images/gift-selection_point_03.svg");
}
.mannersArea .columnBox--3col .columnBox__colList {
  width: calc((100% - 20px) / 3);
}
.mannersArea .table {
  background-color: #fff;
  border-collapse: collapse;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.mannersArea .table__header {
  background-color: #f3f1e5;
  color: #333;
  font-weight: bold;
  text-align: left;
}
.mannersArea .table__row {
  border-bottom: 1px solid #ddd;
}
.mannersArea .table__cell {
  border-right: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  font-size: 22px;
  font-size: 1.4666666667rem;
  line-height: 1.8;
}
.mannersArea .table__cell:last-child {
  border-right: none;
}
.mannersArea .table__cell--highlight {
  font-weight: bold;
}
.mannersArea .table__row:nth-child(even) {
  background-color: #f5f5f5;
}

.qaArea {
  background-color: #fff;
  margin: 0 auto;
  padding: 50px 0;
  width: 100%;
}
.qaArea .columnBox__subTitle {
  font-display: swap;
  font-family: "Orelega One", cursive;
  font-style: normal;
  font-size: 38px;
  font-size: 2.5333333333rem;
  line-height: 1.6;
  margin: 10px auto 5px;
}
.qaArea .columnBox__title {
  font-size: 30px;
  font-size: 2rem;
}
.qaArea .columnBox__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 35px auto 0;
}
.qaArea .columnBox__colTitle {
  background: #b9af80;
  border-radius: 5px;
  color: #fff;
  font-size: 25px;
  font-size: 1.6666666667rem;
  margin: 0 auto;
  max-width: 300px;
  padding: 15px;
  position: relative;
  top: 30px;
  width: 100%;
  z-index: 2;
}
.qaArea .columnBox__colText {
  font-size: 23px;
  font-size: 1.5333333333rem;
  line-height: 1.5;
  margin: 0 auto;
}
.qaArea .columnBox__col.qa {
  max-width: 770px;
  border-radius: 8px;
}
.qaArea .columnBox__col .qa__item {
  padding: 25px 50px;
  width: 100%;
  margin-bottom: 20px;
  background: #f9f9f9;
  -webkit-box-shadow: 0 2px 10px rgba(80, 80, 80, 0.1);
          box-shadow: 0 2px 10px rgba(80, 80, 80, 0.1);
}
.qaArea .columnBox__col .qa__question::before {
  content: "Q.";
  font-weight: bold;
  color: #b9af80;
  margin-right: 5px;
  font-size: 35px;
  font-size: 2.3333333333rem;
}
.qaArea .columnBox__col .qa__answer::before {
  content: "A.";
  font-weight: bold;
  color: rgb(188.8888888889, 198.6111111111, 216.1111111111);
  font-size: 35px;
  font-size: 2.3333333333rem;
  position: absolute;
  left: -30px;
  line-height: 1em;
}
.qaArea .columnBox__col .qa__question {
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 10px;
}
.qaArea .columnBox__col .qa__answer {
  font-size: 22px;
  font-size: 1.4666666667rem;
  line-height: 1.8;
  text-align: left;
  position: relative;
}
.qaArea .columnBox__col .qa__question h3 {
  margin-bottom: 8px;
  display: inline-block;
  font-size: initial;
  font-weight: bold;
}
.qaArea .columnBox__col .qa__answer {
  margin-top: 0;
}

.attBox .notice {
  margin: 0 auto 10px;
}
.attBox .notice__button {
  background-color: #fff;
  border: 1px solid #333333;
  border-radius: 100px;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 10px 25px 7px;
  text-align: center;
}
.attBox .notice__content {
  background-color: #f2f2f2;
  border-radius: 5px;
  display: none;
  line-height: 1.5;
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.2rem;
  padding: 30px;
}
.attBox .notice__content ul {
  margin: 0 auto;
  padding-left: 20px;
  text-align: left;
  width: 700px;
}
.attBox .notice__content ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.titleArea {
  padding: 2% 0 0;
}
.titleArea .columnBox__colList {
  margin: 0;
  padding: 15px;
}
.titleArea .columnBox__colListTitle {
  font-display: swap;
  font-family: "Orelega One", cursive;
  font-size: 45px;
  font-size: 3rem;
  margin: 0 0 20px 0;
  text-align: left;
  letter-spacing: 0.07em;
}
.titleArea .columnBox__colListTitle .smallText {
  display: inline-block;
  letter-spacing: 0.04em;
  margin: 0 17px;
  min-width: 110px;
  text-align: center;
}
.titleArea .columnBox__colListTitle .smallText span {
  display: inline-block;
  font-size: 20px;
  font-size: 1.3333333333rem;
  position: relative;
}
.titleArea .columnBox__colListTitle .smallText span::before {
  content: "-";
  left: -10px;
  position: absolute;
  top: 0;
}
.titleArea .columnBox__colListTitle .smallText span::after {
  content: "-";
  position: absolute;
  right: -10px;
  top: 0;
}
.titleArea .columnBox__colListBody {
  font-size: 22px;
  font-size: 1.4666666667rem;
  line-height: 1.8;
  padding: 15px;
  position: relative;
  text-align: left;
}
.titleArea .columnBox__colListBody::before {
  content: "「";
  font-size: 38px;
  font-size: 2.5333333333rem;
  left: -18px;
  position: absolute;
  top: -5px;
}
.titleArea .columnBox__colListBody::after {
  bottom: -5px;
  content: "」";
  font-size: 38px;
  font-size: 2.5333333333rem;
  position: absolute;
  right: -18px;
}

.btnAreaBeforeText {
  font-weight: bold;
  font-size: 36px;
  font-size: 2.4rem;
  margin: 0 auto 15px;
  max-width: 535px;
  position: relative;
  text-align: center;
}
.btnAreaBeforeText span {
  display: inline-block;
}
.btnAreaBeforeText span:after {
  content: "／";
  height: 20px;
  font-size: 28px;
  font-size: 1.8666666667rem;
  position: relative;
  right: -20px;
  width: 20px;
}
.btnAreaBeforeText span:before {
  content: "＼";
  height: 20px;
  font-size: 28px;
  font-size: 1.8666666667rem;
  left: -20px;
  position: relative;
  width: 20px;
}

.btnArea {
  background-image: url(../images/little-pluses.png);
  border-radius: 30px;
  display: inline-block;
  margin: 0 auto 30px;
}
.btnArea a {
  color: #333333;
  display: inline-block;
  font-weight: bold;
  padding: 15px;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btnArea a:hover {
  background-color: #f0f0f0;
  border-radius: 30px;
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btnArea a.visited {
  color: #333333;
}

.categoryBtnAreaWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
}

.categoryBtnArea {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #333;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
  margin: 0 5px 15px;
  width: calc((100% - 50px) / 5);
}
.categoryBtnArea:hover {
  background-color: #f0f0f0;
  border-radius: 30px;
  color: #333333;
  text-decoration: none;
}
.categoryBtnArea a {
  color: #333333;
  display: block;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.2rem;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  height: 100%;
  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;
}
.categoryBtnArea a.visited {
  color: #333333;
}

.item-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 50px;
}

/*=============
table
================*/
.columnBox.tableArea {
  padding: 0;
  margin: 0 auto 5%;
}
.columnBox.tableArea .columnBox__colList {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.tableStyle {
  width: 95%;
  margin: 0 auto 30px;
  border-collapse: collapse;
  text-align: center;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.tableStyle .iconImg {
  width: 100px !important;
  margin: 0 5px;
}

caption {
  font-size: 22px;
  font-size: 1.4666666667rem;
}

.tableStyle .tableStyle__title-subInner,
.tableStyle .tableStyle__body-subInner,
.tableStyle .tableStyle__body-subInnerTd {
  padding: 10px 20px;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #fff;
  line-height: 1.7;
  vertical-align: middle;
  font-size: 19px;
  font-size: 1.2666666667rem;
  width: 100%;
  display: inline-block;
}

.tableStyle .tableStyle__title-subInner,
.tableStyle .tableStyle__body-subInner {
  background-color: #eeeeee;
}

.tableStyle .tableStyle__title-subInner:nth-child(2) {
  background-color: #fff;
  text-align: left;
  width: 100%;
  display: inline-block;
}

.tableStyle__body-subInner {
  text-align: center;
}

.tableStyle .tableStyle__body-subInnerTd {
  text-align: left;
}
.tableStyle .tableStyle__body-subInnerTd a:link,
.tableStyle .tableStyle__body-subInnerTd a:visited {
  color: #33b4ff;
}
.tableStyle .tableStyle__body-subInnerTd a:hover {
  text-decoration: underline;
}

.tableStyle__title-inner .tableStyle__title-subInner:first-child {
  width: 100%;
  display: inline-block;
}

.tableStyle__body-innerUlBox {
  padding: 0 10px;
}

.tableStyle__body-innerUlBoxli {
  list-style-type: disc;
  margin: 4px 0;
}

.tableStyle__body-innerUlBoxli.red {
  color: #ff0000;
}

.tableStyle__body-innerUlBoxlitpb {
  list-style-type: decimal;
  margin: 10px 0;
}

.dot-line {
  margin-bottom: 30px;
}
.dot-line:after {
  background: radial-gradient(circle farthest-side, #e6e6e6, #e6e6e6 60%, transparent 60%, transparent);
  background-size: 7px 7px;
  content: "";
  display: inline-block;
  height: 7px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.u-mb30 {
  margin-bottom: 30px;
}

/*==============
borderColor
================*/
.borderLightBlue {
  border: 17px solid #dde2eb;
}

.borderLightPink {
  border: 17px solid #e7d7dd;
}

.borderLightYellow {
  border: 17px solid #e9d9b8;
}

.borderLightGreen {
  border: 17px solid #d9f7ed;
}

.borderBgLightPurple {
  border: 17px solid #d2cde5;
}

.borderBgLightPink {
  border: 17px solid #e7d7dd;
}

.borderLightBeige {
  border: 17px solid #e7e5d7;
}

.transform_tpa {
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}

.transform_tp-a {
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
}

.transform_tpb {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}

.transform_tp-b {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.transform_tpc {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}

.transform-tp-c {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}

.transformd-tpd {
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}

.transform-tp-d {
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

.orderCartBtn,
.item-cartBtn {
  display: none !important;
}

.tabArea_tab {
  position: sticky;
  top: 0;
}

/*==============
layout
================*/
.columnBox {
  position: relative;
  width: 100%;
  z-index: 0;
}

.columnBox__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0;
  position: relative;
  width: 98%;
}

/*==============
1column sp1column
================*/
.glidCol1 .columnBox__colList {
  margin: 0 0 10px 0;
  width: 100%;
}
.glidCol1 .columnBox__colList img {
  max-width: 100%;
  width: 100%;
}

/*==============
1column sp1column
================*/
.glidCol6_4 .columnBox__colList {
  margin: 0 0 10px 0;
  width: 100%;
}
.glidCol6_4 .columnBox__colList img {
  max-width: 100%;
  width: 100%;
}
.glidCol6_4 .columnBox__colList:nth-child(1) {
  width: 40%;
}
.glidCol6_4 .columnBox__colList:nth-child(2) {
  width: 55%;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.titleBoxWrapper {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -3%;
  width: 90%;
}
.titleBoxWrapperFrist {
  background: #fff;
  margin: -20% auto auto;
  padding: 19% 0 0;
  width: 92%;
}

.titleBoxMain {
  background-color: #fff;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-size: 2rem;
  line-height: 1.6;
  margin: -70px auto 20px;
  max-width: 320px;
  position: relative;
  text-align: center;
  width: 100%;
}
.titleBoxMain .smallText {
  display: block;
  font-size: 18px;
  font-size: 1.2rem;
}

.scroll-hint-icon {
  z-index: 999;
}

/*==============
fadeOut
================*/
body::after {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  width: 100%;
  z-index: 9999;
}

body.fadeout::after {
  opacity: 1;
}

/*==============
bg
================*/
.bg::after {
  background: url(../images/parts/bgTexturetp4.png) repeat 0 0;
  background-color: transparent;
  background-repeat: repeat;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/*==============
utility
================*/
.u-ma {
  margin: 0 auto;
}

.u-mb-1 {
  margin-bottom: 10px;
}

.u-mb-2 {
  margin-bottom: 20px;
}

.u-mb-3 {
  margin-bottom: 30px;
}

.u-mb-4 {
  margin-bottom: 40px;
}

.u-mb-5 {
  margin-bottom: 50px;
}

.u-mb-6 {
  margin-bottom: 60px;
}

.u-mb-7 {
  margin-bottom: 70px;
}

.u-mb-8 {
  margin-bottom: 80px;
}

.u-mb-9 {
  margin-bottom: 90px;
}

.u-mb-10 {
  margin-bottom: 100px;
}

.u-mb-11 {
  margin-bottom: 110px;
}

.u-mb-12 {
  margin-bottom: 120px;
}

.u-mb-13 {
  margin-bottom: 130px;
}

.u-mb-14 {
  margin-bottom: 140px;
}

.u-mb-15 {
  margin-bottom: 150px;
}

.u-mb-16 {
  margin-bottom: 160px;
}

.u-mb-17 {
  margin-bottom: 170px;
}

.u-mb-18 {
  margin-bottom: 180px;
}

.u-mb-19 {
  margin-bottom: 190px;
}

.u-mb-20 {
  margin-bottom: 200px;
}

.u-mt-1 {
  margin-top: 10px;
}

.u-mt-2 {
  margin-top: 20px;
}

.u-mt-3 {
  margin-top: 30px;
}

.u-mt-4 {
  margin-top: 40px;
}

.u-mt-5 {
  margin-top: 50px;
}

.u-mt-6 {
  margin-top: 60px;
}

.u-mt-7 {
  margin-top: 70px;
}

.u-mt-8 {
  margin-top: 80px;
}

.u-mt-9 {
  margin-top: 90px;
}

.u-mt-10 {
  margin-top: 100px;
}

.u-mt-11 {
  margin-top: 110px;
}

.u-mt-12 {
  margin-top: 120px;
}

.u-mt-13 {
  margin-top: 130px;
}

.u-mt-14 {
  margin-top: 140px;
}

.u-mt-15 {
  margin-top: 150px;
}

.u-mt-16 {
  margin-top: 160px;
}

.u-mt-17 {
  margin-top: 170px;
}

.u-mt-18 {
  margin-top: 180px;
}

.u-mt-19 {
  margin-top: 190px;
}

.u-mt-20 {
  margin-top: 200px;
}

.u-pb-1 {
  padding-bottom: 10px;
}

.u-pb-2 {
  padding-bottom: 20px;
}

.u-pb-3 {
  padding-bottom: 30px;
}

.u-pb-4 {
  padding-bottom: 40px;
}

.u-pb-5 {
  padding-bottom: 50px;
}

.u-pb-6 {
  padding-bottom: 60px;
}

.u-pb-7 {
  padding-bottom: 70px;
}

.u-pb-8 {
  padding-bottom: 80px;
}

.u-pb-9 {
  padding-bottom: 90px;
}

.u-pb-10 {
  padding-bottom: 100px;
}

.u-pb-11 {
  padding-bottom: 110px;
}

.u-pb-12 {
  padding-bottom: 120px;
}

.u-pb-13 {
  padding-bottom: 130px;
}

.u-pb-14 {
  padding-bottom: 140px;
}

.u-pb-15 {
  padding-bottom: 150px;
}

.u-pb-16 {
  padding-bottom: 160px;
}

.u-pb-17 {
  padding-bottom: 170px;
}

.u-pb-18 {
  padding-bottom: 180px;
}

.u-pb-19 {
  padding-bottom: 190px;
}

.u-pb-20 {
  padding-bottom: 200px;
}

.u-pt-1 {
  padding-top: 10px;
}

.u-pt-2 {
  padding-top: 20px;
}

.u-pt-3 {
  padding-top: 30px;
}

.u-pt-4 {
  padding-top: 40px;
}

.u-pt-5 {
  padding-top: 50px;
}

.u-pt-6 {
  padding-top: 60px;
}

.u-pt-7 {
  padding-top: 70px;
}

.u-pt-8 {
  padding-top: 80px;
}

.u-pt-9 {
  padding-top: 90px;
}

.u-pt-10 {
  padding-top: 100px;
}

.u-pt-11 {
  padding-top: 110px;
}

.u-pt-12 {
  padding-top: 120px;
}

.u-pt-13 {
  padding-top: 130px;
}

.u-pt-14 {
  padding-top: 140px;
}

.u-pt-15 {
  padding-top: 150px;
}

.u-pt-16 {
  padding-top: 160px;
}

.u-pt-17 {
  padding-top: 170px;
}

.u-pt-18 {
  padding-top: 180px;
}

.u-pt-19 {
  padding-top: 190px;
}

.u-pt-20 {
  padding-top: 200px;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-tal {
  text-align: left;
}

.img-responsive {
  display: block;
  height: auto;
  width: 100%;
}

.hidden {
  display: none;
}

.hidden_pc {
  display: block;
}

.hidden_sp {
  display: none;
}

.db {
  display: block !important;
}/*# sourceMappingURL=style_pc.css.map */