@charset "UTF-8";
@import url(https://file003.shop-pro.jp/PA01474/042/css/common.css);
.topvisual {
  width: 100%;
  position: relative;
      padding: 0 25px;
}

.topvisual:before {
  content: '';
  width: 100%;
  height: 1100px;
  background-image: url(https://file003.shop-pro.jp/PA01474/042/images/bg-guide.jpg);
  background-size: cover;
  position: absolute;
  top: 200px;
  left: 0;
  z-index: -1;
}

.topvisual .slide {
  overflow: hidden;
  border-radius: 20px 0 0 20px;
}

.topvisual .bx-wrapper .bx-viewport {
  background: transparent;
  border-radius:25px;
}

.topvisual .bx-wrapper {
  box-shadow: 0 0 0 #ccc;
  border: none;
  background: transparent;
}

.topvisual .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: auto;
  bottom:-20px;
  margin-top: 0px;
  outline: 0;
    width: 40px;
    height: 40px;
  text-indent: -9999px;
  z-index: 2;
      background-size: 100%;
}

.topvisual .bx-wrapper .bx-prev {
  left: auto;
  right: 110px;
  background: url(https://file003.shop-pro.jp/PA01474/042/images/slider-left.png) no-repeat 0 0;
  background-position: 0 0;
}

.topvisual .bx-wrapper .bx-next {
  right: 50px;
  background: url(https://file003.shop-pro.jp/PA01474/042/images/slider-right.png) no-repeat;
}

.topvisual .bx-wrapper .bx-next:hover {
  background-position: 0 0;
}

.topvisual #slider > div {
  overflow: hidden;
 /* border-radius:20px;
  right: 25px;*/
}

@media (max-width: 768px) {
  .topvisual {
   padding: 0;
    width: 100%;
  }
  .topvisual:before {
    height: 900px;
    top: 110px;
  }
  .topvisual #slider > div {
    overflow: hidden;
    border-radius: 0;
  }
  .topvisual .bx-wrapper .bx-controls-direction a {
    bottom: -15px;
    width: 30px;
    height: 31px;
    background-size: 30px 31px;
  }
  .topvisual .bx-wrapper .bx-prev {
    right: 50px;
  }
  .topvisual .bx-wrapper .bx-next {
    right: 10px;
  }
  .topvisual .bx-wrapper .bx-viewport{
      border-radius: 0;}
}

.topCatBnrWrap {
  position: relative;
}

.topCatBnrWrap:before {
  content: '';
  width: 109px;
  height: 157px;
  background-image: url(https://file003.shop-pro.jp/PA01474/042/images/deco-mamehana.svg);
  background-size: 109px 157px;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  right: -80px;
  z-index: 1;
}

@media (max-width: 1280px) {
  .topCatBnrWrap:before {
    right: -50px;
  }
}

@media (max-width: 1200px) {
  .topCatBnrWrap:before {
    right: -40px;
  }
}

.topCatBnrWrap:after {
  content: '';
  width: 174px;
  height: 188px;
  background-image: url(https://file003.shop-pro.jp/PA01474/042/images/deco-mame.svg);
  background-size: 174px 188px;
  background-repeat: no-repeat;
  position: absolute;
  left: -50px;
  bottom: -70px;
  z-index: 1;
}

@media (max-width: 768px) {
  .topCatBnrWrap {
    position: relative;
    padding: 0 20px;
  }
  .topCatBnrWrap:before {
    width: 48px;
    height: 69px;
    background-size: 48px 69px;
    right: 3px;
    top: -20px;
  }
  .topCatBnrWrap:after {
    width: 83px;
    height: 90px;
    background-size: 83px 90px;
    left: -10px;
    bottom: -60px;
  }
}

.topCatBnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.topCatBnr li {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
  width: 400px;
  margin-bottom: 20px;
}

.topCatBnr li .bnr {
  display: block;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}

.topCatBnr li .icon-mame-arrow {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.topCatBnr li .icon-mame-arrow:before {
  color: #fff;
}

.topCatBnr li .icon-mame-arrow:after {
  color: #4E408F;
}

@media (max-width: 768px) {
  .topCatBnr {
    display: block;
    margin-bottom: 0;
  }
  .topCatBnr li {
     /*max-width: 300px;*/
    width: 100%;
    margin: 0 auto 20px;
    text-align: left;
  }
  .topCatBnr li .bnr {
    margin-bottom: 5px;
    border-radius: 10px;
  }
  .topCatBnr li .icon-mame-arrow {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .topCatBnr li .icon-mame-arrow:before {
    color: #fff;
  }
  .topCatBnr li .icon-mame-arrow:after {
    color: #4E408F;
    top: 2px;
    background-image: url(https://file003.shop-pro.jp/PA01474/042/images/icon/arrow-right-white.svg);
  }
}

.topBG {
  padding-bottom: 40px;
  margin-bottom: 40px;
  background-image: url(https://file003.shop-pro.jp/PA01474/042/images/bg-guide.jpg);
}

@media (max-width: 768px) {
  .topBG {
    padding-bottom: 20px;
  }
}

.topNews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 28px 35px 50px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.topNews__title {
  width: 81px;
}

.topNews__list {
  width: calc(100% - 110px);
}

.topNews__list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 0;
  border-bottom: solid 1px #707070;
}

.topNews__list ul li .date {
  width: 100px;
}

.topNews__list ul li p {
  width: calc(100% - 100px);
}

@media (max-width: 768px) {
  .topNews {
    background-color: transparent;
    padding: 20px;
    border-radius: 0;
  }
  .topNews__title {
    width: 100%;
  }
  .topNews__title .title {
    color: #4E408F;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0;
  }
  .topNews__title .title img {
    width: auto;
    margin-left: 10px;
  }
  .topNews__list {
    padding: 20px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
  }
  .topNews__list ul li .date {
    display: block;
    width: 100%;
  }
  .topNews__list ul li p {
    width: 100%;
  }
}

.moreLink {
  text-align: right;
  margin-top: 20px;
}

.moreLink .icon-mame-arrow {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.moreLink.white .icon-mame-arrow {
  color: #fff;
}

.moreLink.white .icon-mame-arrow:after {
  background-image: url(https://file003.shop-pro.jp/PA01474/042/images/icon/arrow-right-white.svg);
}

.productList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productList__item {
  width: 23.75297%;
  margin-right: 1.66271%;
  position: relative;
  margin-bottom: 10px;
}

.productList__item .itemLabel {
  position: absolute;
  top: -20px;
  right: -10px;
  z-index: 2;
}

.productList__item .itemLabel span {
  color: #fff;
  text-align: center;
  line-height: 40px;
  width: 50px;
  position: absolute;
}

.productList__item .itemLabel svg {
  width: 50px;
  height: 40px;
}

.productList__item .itemLabel.new span {
  color: #fff;
}

.productList__item .itemLabel.new svg {
  fill: #CEBE91;
}

.productList__item--thumb {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
}

.productList__item--thumb a {
  display: block;
}

.productList__item--thumb img {
  width: 100%;
}

.productList__item--text {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px 15px 20px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}

.productList__item--text p {
  word-break: break-all;
}

.productList__item--text .name {
  color: #4E408F;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  word-break: break-all;
}

.productList__item--text .name img {
  vertical-align: baseline;
  margin-right: 5px !important;
}

.productList__item--text .name .icon {
  width: 50px;
  height: 38px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  right: -10px;
}

.productList__item--text .name .icon.new {
  background-image: url(https://file003.shop-pro.jp/PA01474/042/images/icon/new.svg);
}

.productList__item--text .price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-top: 10px;
}

.productList__item--text .price span {
  font-size: 12px;
  font-size: 1.2rem;
}

.productList__item:nth-of-type(4n) {
  margin-right: 0;
}

.productList__item:nth-of-type(n+5) {
  margin-top: 14px;
}

@media (max-width: 768px) {
  .productList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 30px;
  }
  .productList__item {
    margin-right: 0;
    width: 46.42857%;
    position: relative;
  }
  .productList__item:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .productList__item .itemLabel {
    top: -10px;
    right: -5px;
  }
  .productList__item .itemLabel span {
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 24px;
    width: 31px;
  }
  .productList__item .itemLabel svg {
    width: 31px;
    height: 24px;
  }
  .productList__item--text {
    padding: 10px;
  }
  .productList__item--text .name {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .productList__item--text .name .icon {
    width: 39px;
    height: 30px;
  }
  .productList__item:nth-of-type(4n) {
    margin-right: 0;
  }
  .productList__item:nth-of-type(n+5) {
    margin-top: 14px;
  }
}

.itemList .productList__item--thumb {
  border-radius: 0;
}

@media (max-width: 768px) {
  .itemList {
    padding: 0 20px;
  }
}

.newitem .productList .productList__item--text {
  background-color: #EDEBE6;
}

@media (max-width: 768px) {
  .newitemWrap {
    padding: 0 20px;
  }
  .relatedWrap {
    padding: 0 20px;
  }
  .relatedItem {
    padding-top: 10px;
    border-top: solid 2px #4e408f;
  }
}

@media (max-width: 768px) {
  .noitem {
    padding: 0 20px;
  }
}

.ranking .productList__item {
  width: 17.81473%;
  margin-right: 2.73159%;
  position: relative;
}

.ranking .productList__item:last-of-type {
  margin-right: 0;
}

.ranking .productList__item:nth-of-type(n+5) {
  margin-top: 0;
}

.ranking .productList__item .rank {
  color: #C80000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  width: 23px;
  height: 32px;
  background-image: url(https://file003.shop-pro.jp/PA01474/042/images/icon/rank.svg);
  background-size: 23px 32px;
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 2;
  /*&:before {
          content: '\e920';
          font-family: 'mameya';
          @include fsz(30);
          font-weight: normal;
          position: absolute;
          top: -13px;
          left: -3px;
        }*/
}

@media (max-width: 768px) {
  .ranking {
    padding: 0;
  }
  .ranking .productList__item:nth-of-type(n+3) {
    margin-top: 0;
  }
  .ranking .productList__item .rank {
    color: #C80000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
    width: 23px;
    height: 32px;
    background-image: url(https://file003.shop-pro.jp/PA01474/042/images/icon/rank.svg);
    background-size: 23px 32px;
    position: absolute;
    top: -10px;
    left: 0;
    right: auto;
    z-index: 2;
  }
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: visible !important;
  padding-bottom: 10px !important;
}

@media (max-width: 768px) {
  .swiper {
    padding-bottom: 60px !important;
  }
}

.rank-prev {
  display: block;
  width: 50px;
  height: 50px;
}

.swiper-button-next, .swiper-button-prev {
  display: none !important;
  position: absolute;
  top: auto !important;
  bottom: 10px;
  width: 30px !important;
  height: 31px !important;
  background-size: 30px 31px !important;
  margin-top: 0 !important;
  z-index: 10;
  cursor: pointer;
  display: block;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    display: block !important;
  }
}

.swiper-button-prev {
  left: auto !important;
  right: 60px !important;
  background: url(https://file003.shop-pro.jp/PA01474/042/images/slider-left.png) no-repeat 0 0;
  background-position: 0 0;
}

.swiper-button-prev:hover {
  background-position: 0 0;
}

.swiper-button-next {
  right: 15px !important;
  background: url(https://file003.shop-pro.jp/PA01474/042/images/slider-right.png) no-repeat;
}

.swiper-button-next:hover {
  background-position: 0 0;
}

.toprecommendedWrap {
  padding-bottom: 40px;
  background-image: url(https://file003.shop-pro.jp/PA01474/042/images/bg-reco.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  background-color: #7A72A4;
}

@media (max-width: 768px) {
  .toprecommendedWrap {
    padding: 0 20px 20px;
    margin-top: 40px;
  }
}

.recommendedWrap {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #7A72A5;
}

.recommendedWrap .hdl1 {
  color: #fff;
}

@media (max-width: 768px) {
  .recommendedWrap {
    padding: 20px;
  }
}

.rankingWrap {
  position: relative;
}

.rankingWrap:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #CDC8E1;
  position: absolute;
  top: -30px;
  padding-top: 40px;
  left: 0;
  z-index: -1;
}

.rankingWrap:after {
  content: '';
  width: 116px;
  height: 128px;
  background-image: url(https://file003.shop-pro.jp/PA01474/042/images/deco-ranking.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  right: 0px;
  bottom: -100px;
}

.rankingWrap .productList__item--text .name .icon.new {
  display: none !important;
}

@media (max-width: 768px) {
  .rankingWrap {
    padding: 0 0 20px;
  }
  .rankingWrap:before {
    height: calc(100% - 10px);
  }
  .rankingWrap:after {
    display: none;
    width: 80px;
    height: 88px;
    top: -30px;
  }
  .rankingWrap .contentTitle {
    padding: 0 20px;
  }
  .rankingWrap .content {
    overflow: hidden;
  }
  .rankingWrap .productList__item--text .name .icon {
    display: none !important;
  }
}

.breadcrumb {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 48px 0 50px;
  margin-bottom: 20px;
}

.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb ul li:after {
  content: '>';
  margin: 0 5px;
}

.breadcrumb ul li:last-of-type:after {
  display: none;
}

.breadcrumb ul li a {
  text-decoration: underline;
}

.breadcrumb ul li a:hover {
  text-decoration: none;
}

.breadcrumb ul li img {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 5px !important;
  display: none !important;
}

@media (max-width: 768px) {
  .breadcrumb {
    font-size: 10px;
    font-size: 1rem;
    padding: 20px 10px 10px;
  }
}

/**********
商品詳細
**********/
.itemDetail {
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem;
}

.itemDetail__cart {
  width: 300px;
  float: right;
}

.itemDetail__cart--name {
  color: #4E408F;
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 5px;
  border-bottom: solid 2px #4E408F;
}

.itemDetail__cart--name img {
  vertical-align: baseline;
  margin-right: 10px !important;
}

.itemDetail__cart--name .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 39px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  top: -10px;
  right: -10px;
}

.itemDetail__cart--name .icon.new {
  background-image: url(https://file003.shop-pro.jp/PA01474/042/images/icon/new.svg);
}

.itemDetail__cart--price {
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
}

.itemDetail__cart--option {
  margin-top: 30px;
}

.itemDetail__cart--option .noshi + .noshi {
  margin-top: 10px;
}

.itemDetail__cart--option.naire {
  margin-top: 10px;
}

.itemDetail__cart--option .link {
  font-weight: bold;
}

.itemDetail__cart--option .link:after {
  content: '\f105';
  color: #4E408F;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Font Awesome 5 Free";
  /*←ココ！！！！！！！*/
  font-weight: 700;
  margin-left: 10px;
}

.itemDetail__cart--option .icon-gift {
  color: #4E408F;
  font-size: 20px;
  font-size: 2rem;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.itemDetail__cart--option .selectWrap {
  margin-top: 5px;
}

.itemDetail__cart--option .selectWrap + p {
  margin-top: 20px;
}

.itemDetail__cart--option .selectWrap select {
  text-overflow: ellipsis;
  width: 100%;
  height: 40px;
  padding: 10px;
  background-color: #F7F6F4;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.itemDetail__cart--option .selectWrap select::-ms-expand {
  display: none;
}

.itemDetail__cart--option .selectWrap input {
  width: 100%;
  height: 40px;
  padding: 10px;
  background-color: #F7F6F4;
  border: none;
  border-radius: 10px;
}

.itemDetail__cart--option .selectWrap.select {
  overflow: hidden;
  position: relative;
}

.itemDetail__cart--option .selectWrap.select:before {
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  /*←ココ！！！！！！！*/
  font-weight: 700;
  position: absolute;
  top: 8px;
  right: 15px;
  pointer-events: none;
  z-index: 2;
}

.itemDetail__cart--option .selectWrap.naire {
  margin-bottom: 5px;
}

.itemDetail__cart--btn {
  margin-top: 20px;
  padding: 20px;
  background-color: #F7F6F4;
}

.itemDetail__cart--btn .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itemDetail__cart--btn .quantity span {
  color: #4E408F;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.itemDetail__cart--btn .quantity .btnspinner {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.itemDetail__cart--btn .quantity .spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.itemDetail__cart--btn .quantity .spinner input {
  padding: 9px;
  font-size: 18px;
  width: auto;
  vertical-align: middle;
  border: none;
  /* デフォルトのスピナーを消す */
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.itemDetail__cart--btn .quantity .spinner input[type="button"] {
  cursor: pointer;
  background-color: transparent;
}

.itemDetail__cart--btn .quantity .spinner .counter1 {
  text-align: right;
  width: 70px;
  padding: 9px 5px;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.itemDetail__cart--btn .quantity .spinner .minus {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.itemDetail__cart--btn .quantity .spinner .plus {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.itemDetail__cart--btn .cartBtn {
  margin-top: 20px;
}

.itemDetail__cart--btn .cartBtn button {
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  padding: 12px;
  background-color: #4E408F;
  border: solid 2px #4E408F;
  border-radius: 10px;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.itemDetail__cart--btn .cartBtn button svg.cart {
  width: 34px;
  height: 24px;
  vertical-align: middle;
  fill: #fff;
}

.itemDetail__cart--btn .cartBtn button:hover {
  color: #4E408F;
  background-color: #fff;
}

.itemDetail__cart--btn .cartBtn button:hover svg.cart {
  fill: #4E408F;
}

.itemDetail__cart--btn .contact {
  margin-top: 15px;
}

.itemDetail__cart--btn .contact .btnlink li {
  margin-top: 10px;
}

.itemDetail__cart--btn .contact .btnlink li a {
  display: block;
  font-weight: bold;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.itemDetail__cart--btn .contact .btnlink li a i {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

.itemDetail__cart--btn .contact .btnlink li a svg {
  vertical-align: middle;
  margin-right: 10px;
  fill: #574A94;
  width: 25px;
  height: 18px;
}

.itemDetail__cart--btn .contact .btnlink li a:hover {
  color: #fff;
  background-color: #4E408F;
}

.itemDetail__cart--btn .contact .btnlink li a:hover svg {
  fill: #fff;
}

.itemDetail__cart--btn .contact .otherlink {
  margin-top: 20px;
}

.itemDetail__cart--btn .contact .otherlink li {
  margin-top: 5px;
}

.itemDetail__cart--btn .contact .otherlink li a {
  font-size: 12px;
  font-size: 1.2rem;
}

.itemDetail__cart--btn .contact .otherlink li a:after {
  content: '\f105';
  color: #4E408F;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "Font Awesome 5 Free";
  /*←ココ！！！！！！！*/
  font-weight: 700;
  margin-left: 10px;
}

.itemDetail__cart--sns {
  margin-top: 20px;
}

.itemDetail__cart--sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.itemDetail__cart--sns ul li:nth-of-type(2) iframe {
  width: 90px !important;
}

.itemDetail__image {
  width: 500px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.itemDetail__image img {
  width: 100%;
}

.itemDetail__image #mainImg {
  position: relative;
  margin-bottom: 20px;
}

.itemDetail__image #mainImg .main {
  position: absolute;
  top: 0;
  left: 0;
}

.itemDetail__image #subImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.itemDetail__image #subImg li {
  opacity: .6;
  width: 110px;
  margin-right: 20px;
}

.itemDetail__image #subImg li:nth-of-type(4n) {
  margin-right: 0;
}

.itemDetail__image #subImg li.current {
  opacity: 1;
}

.itemDetail__image .itemslideNav .slick-slide {
  margin-right: 10px;
}

.itemDetail__image .itemslideNav .slick-slide:nth-of-type(3n) {
  margin-right: 0;
}

.itemDetail__text {
  width: 500px;
  line-height: 2;
  margin-top: 50px;
  padding-top: 10px;
  border-top: solid 2px #4E408F;
}

.itemDetail__text .inner + .inner {
  margin-top: 50px;
}

.itemDetail__text .inner .image + p {
  margin-top: 1em;
}

@media (max-width: 768px) {
  .itemDetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .itemDetail__cart {
    float: none;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .itemDetail__cart--name {
    margin: 0 20px 10px;
  }
  .itemDetail__cart--desc {
    padding: 0 20px;
  }
  .itemDetail__cart--price {
    padding: 0 20px;
  }
  .itemDetail__cart--option {
    padding: 0 20px;
  }
  .itemDetail__image {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .itemDetail__image #mainImg {
    margin-bottom: 0;
  }
  .itemDetail__image #subImg li {
    width: 23.25581%;
    margin-right: 2.32558%;
    margin-top: 10px;
  }
  .itemDetail__image #subImg li:nth-of-type(4n) {
    margin-right: 0;
  }
  .itemDetail__text {
    width: 100%;
    margin: 20px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .itemDetail__text .inner + .inner {
    margin-top: 30px;
  }
}

.relatedItem {
  padding-top: 10px;
  border-top: solid 2px #4e408f;
}

.relatedItem .productList__item--text {
  background-color: #EDEBE6;
}

/**********
商品一覧
**********/
.textTitle {
  color: #4E408F;
  padding: 32px 50px;
  margin-bottom: 40px;
  height: 115px;
  background-image: url(https://file003.shop-pro.jp/PA01474/042/images/bg-guide.jpg);
  background-position: top right;
  position: relative;
}

.textTitle .title {
  font-size: 30px;
  font-size: 3rem;
}

.textTitle:after {
  content: '';
  width: 66px;
  height: 95px;
  background-image: url(https://file003.shop-pro.jp/PA01474/042/images/deco-mamehana.svg);
  background-size: 66px 95px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 80px;
}

@media (max-width: 768px) {
  .textTitle {
    padding: 20px;
    margin-bottom: 30px;
    height: auto;
  }
  .textTitle .title {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 0;
  }
  .textTitle:after {
    width: 42px;
    height: 60px;
    background-size: 42px 60px;
    right: 30px;
  }
}

.groupTitle, .pageTitle {
  margin-bottom: 40px;
}

.groupTitle .title, .pageTitle .title {
  color: #4E408F;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 20px;
}

.groupTitle .lead, .pageTitle .lead {
  margin-top: 20px;
}

.groupTitle .lead > img, .pageTitle .lead > img {
  margin-bottom: 20px;
}

.groupTitle .lead h3, .pageTitle .lead h3 {
  color: #4E408F;
  font-size: 20px;
  font-size: 2rem;
}

@media (max-width: 768px) {
  .groupTitle .title, .pageTitle .title {
    font-size: 19px;
    font-size: 1.9rem;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .groupTitle .lead__inner, .pageTitle .lead__inner {
    padding: 0 20px;
    margin-top: 15px;
  }
  .groupTitle .lead h3, .pageTitle .lead h3 {
    color: #333;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.shopTitle {
  position: relative;
  padding-left: 50px;
  margin-bottom: 40px;
}

.shopTitle img {
  width: 100%;
  height: auto;
}

.shopTitle .inner {
  color: #fff;
  padding: 50px 30px;
  width: 400px;
  height: 245px;
  background-color: #4E408F;
  position: absolute;
  top: 50%;
  left: 90px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.shopTitle .inner .title {
  text-align: center;
  margin-bottom: 20px;
}

.shopTitle.shop .inner {
  padding: 100px 30px;
}

@media (max-width: 768px) {
  .shopTitle {
    position: relative;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .shopTitle .inner {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px 30px 30px;
    margin: 0 auto;
    width: calc(100% - 40px);
    height: auto;
    position: static;
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  .shopTitle.about .inner .title img {
    width: 220px !important;
  }
  .shopTitle.shop .inner {
    padding: 20px 30px 30px;
  }
  .shopTitle.shop .inner .title {
    margin-bottom: 0;
  }
  .shopTitle.shop .inner .title img {
    width: 140px !important;
  }
}

.categoryMenu, .pegeMenu {
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 842px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.categoryMenu ul, .pegeMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.categoryMenu ul li, .pegeMenu ul li {
  width: 150px;
  margin-right: 23px;
  margin-bottom: 20px;
}

.categoryMenu ul li:nth-of-type(5n), .pegeMenu ul li:nth-of-type(5n) {
  margin-right: 0;
}

.categoryMenu ul li a, .pegeMenu ul li a {
  display: block;
  color: #4E408F;
  font-weight: bold;
  padding: 5px 10px;
  background-color: #F7F6F4;
  position: relative;
}

.categoryMenu ul li a:after, .pegeMenu ul li a:after {
  content: '\f105';
  color: #4E408F;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  top: 6px;
  right: 10px;
}

.categoryMenu ul li a:hover, .pegeMenu ul li a:hover {
  color: #fff;
  background-color: #4E408F;
}

.categoryMenu ul li a:hover:after, .pegeMenu ul li a:hover:after {
  color: #fff;
}

.categoryMenu ul.menu4 li, .pegeMenu ul.menu4 li {
  /*width: 194px;
  margin-right: 22px;*/
  width: 200px;
  margin-right: 14px;
}

.categoryMenu ul.menu4 li:nth-of-type(5n), .pegeMenu ul.menu4 li:nth-of-type(5n) {
  margin-right: 22px;
}

.categoryMenu ul.menu4 li:nth-of-type(4n), .pegeMenu ul.menu4 li:nth-of-type(4n) {
  margin-right: 0;
}

.categoryMenu ul.menu3 li, .pegeMenu ul.menu3 li {
  width: 260px;
  margin-right: 30px;
}

.categoryMenu ul.menu3 li:nth-of-type(5n), .pegeMenu ul.menu3 li:nth-of-type(5n) {
  margin-right: 30px;
}

.categoryMenu ul.menu3 li:nth-of-type(4n), .pegeMenu ul.menu3 li:nth-of-type(4n) {
  margin-right: 30px;
}

.categoryMenu ul.menu3 li:nth-of-type(3n), .pegeMenu ul.menu3 li:nth-of-type(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .categoryMenu, .pegeMenu {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 20px;
  }
  .categoryMenu ul, .pegeMenu ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .categoryMenu ul li, .pegeMenu ul li {
    width: 46.42857%;
    margin: 0 0 10px;
  }
  .categoryMenu ul.menu4 li, .pegeMenu ul.menu4 li {
    width: 100%;
    margin: 0 0 10px;
  }
  .categoryMenu ul.menu3 li, .pegeMenu ul.menu3 li {
    width: 100%;
    margin: 0 0 10px !important;
  }
}

.centerMenu {
  max-width: 842px;
  margin: 0 auto;
}

.centerMenu ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centerMenu ul li {
  margin: 0 11px;
}

.pegeMenu ul li {
  width: 160px;
  margin-right: 10px;
}

.pegeMenu ul li a:after {
  content: '\f107';
}

@media (max-width: 768px) {
  .pegeMenu ul li {
    width: 100%;
    margin-right: 0;
  }
}

.textMenu {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 30px;
  max-width: 842px;
  margin: 0 auto;
}

.textMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.textMenu ul li {
  margin-right: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #4E408F;
}

.textMenu ul li a {
  display: inline-block;
}

.textMenu ul li a:after {
  content: '\f105';
  color: #4E408F;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .textMenu {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}

.groupLead + .groupLead {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .groupLead {
    padding: 0 20px;
  }
}

.itemListhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 15px;
  margin-top: 50px;
  margin-bottom: 20px;
  border-top: solid 2px #4E408F;
}

.itemListhead .itemTotal {
  font-weight: bold;
}

.itemListhead ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.itemListhead ul li {
  margin-left: 30px;
}

.itemListhead ul li span {
  font-weight: bold;
}

.itemListhead ul li a {
  color: #333;
}

@media (max-width: 768px) {
  .itemListhead {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 30px 20px 20px;
  }
  .itemListhead .itemTotal {
    width: 100%;
  }
  .itemListhead ul {
    width: 100%;
  }
}

.pager {
  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;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px;
  margin-top: 30px;
  background-color: #F7F6F4;
}

.pager .pagerTotal {
  line-height: 35px;
  margin-right: 10px;
}

.pager .pagerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pager .pagerList li {
  margin: 0 5px;
}

.pager .pagerList li span, .pager .pagerList li a {
  display: block;
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
  border: solid 2px #4E408F;
}

.pager .pagerList li span.is-prev, .pager .pagerList li span.is-next, .pager .pagerList li a.is-prev, .pager .pagerList li a.is-next {
  color: #4E408F;
  border: none;
  background-color: transparent;
}

.pager .pagerList li span.is-prev i, .pager .pagerList li span.is-next i, .pager .pagerList li a.is-prev i, .pager .pagerList li a.is-next i {
  font-size: 24px;
  font-size: 2.4rem;
  vertical-align: middle;
  position: relative;
  top: 5px;
}

.pager .pagerList li span {
  background-color: #fff;
}

.pager .pagerList li a {
  color: #fff;
  background-color: #4E408F;
}

@media (max-width: 768px) {
  .pager {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .pager .pagerList li span, .pager .pagerList li a {
    line-height: 20px;
    width: 24px;
    height: 24px;
  }
  .pager .pagerList li span.is-prev, .pager .pagerList li span.is-next, .pager .pagerList li a.is-prev, .pager .pagerList li a.is-next {
    color: #4E408F;
    border: none;
    background-color: transparent;
  }
  .pager .pagerList li span.is-prev i, .pager .pagerList li span.is-next i, .pager .pagerList li a.is-prev i, .pager .pagerList li a.is-next i {
    font-size: 20px;
    font-size: 2rem;
    top: 2px;
  }
}

.giftinfo {
  margin-top: 30px;
}

.itemContact {
  text-align: center;
  padding: 40px 20px;
  background-color: #F7F6F4;
}

.itemContact .method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 20px 0;
}

.itemContact .method__box {
  width: 30%;
}

.itemContact .method__box.tel .text {
  padding: 0 30px;
}

.itemContact .method__box.fax {
  text-align: center;
}

.itemContact .method__box.fax .text a {
  text-decoration: underline;
}

.itemContact .method__box .icon {
  color: #4E408F;
  text-align: center;
  margin-bottom: 10px;
}

.itemContact .method__box .icon span {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}

.itemContact .method__box .icon i {
  font-size: 28px;
  font-size: 2.8rem;
}

.itemContact .method__box .icon i.icon-phone {
  font-size: 32px;
  font-size: 3.2rem;
}

.itemContact .method__box .icon img {
  height: 30px;
  width: auto;
}

.itemContact .method__box .number {
  text-align: center;
  margin-bottom: 1em;
}

.itemContact .method__box .number span, .itemContact .method__box .number a {
  color: #4E408F;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}

.itemContact .method__box .number p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
}

.itemContact .method__box .number p a {
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: underline;
}

.itemContact .method__box .btnWrap .btn {
  color: #fff;
  width: 180px;
  padding: 8px 10px;
  background-color: #4E408F;
  border: solid 1px #4E408F;
}

.itemContact .method__box .btnWrap .btn:after {
  color: #fff;
}

.itemContact .method__box .btnWrap .btn:hover {
  color: #4E408F;
  background-color: #fff;
}

.itemContact .method__box .btnWrap .btn:hover:after {
  color: #4E408F;
}

.itemContact .note {
  font-size: 13px;
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  .itemContact .method__box {
    width: 100%;
    padding: 20px;
    background-color: #fff;
  }
  .itemContact .method__box + .method__box {
    margin-top: 20px;
  }
  .itemContact .method__box .icon {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .itemContact .method__box .icon img {
    width: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .itemContact .method__box .icon span {
    margin-left: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .itemContact .method__box .btnWrap {
    margin-top: 0;
  }
  .itemContact .method__box .number {
    margin-bottom: 0;
  }
  .itemContact .method__box .number span {
    font-weight: 500;
  }
  .itemContact .note {
    text-align: left;
  }
}

/********
フリーページ
********/
.content__inner {
  padding: 0 20px;
  width: 100%;
}

.content__inner + .content__inner {
  margin-top: 40px;
}

.content__inner.border {
  padding-top: 20px;
  border-top: solid 2px #CDC8E1;
}

.content__inner.image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content__inner.image-text .image {
  width: 320px;
}

.content__inner.image-text .text {
  width: 450px;
}

.content__inner .text {
  font-size: 16px;
  font-size: 1.6rem;
}

.content__inner .text .small {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.content__inner .text h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.content__inner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content__inner .row.col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content__inner .row.col2 .box {
  width: 380px;
}

.content__inner .row.col2 .box .image {
  margin-bottom: 20px;
}

.content__inner .row.col2 .box:nth-of-type(n+3) {
  margin-top: 30px;
}

.content__inner .row.image-small .text {
  width: 520px;
}

.content__inner .row.image-small .image {
  width: 230px;
}

.content__inner .row .image img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .content__inner.image-text .image {
    width: 100%;
    margin-bottom: 15px;
  }
  .content__inner.image-text .text {
    width: 100%;
  }
  .content__inner .text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .content__inner .text .small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .content__inner .row.col2 .box {
    width: 100%;
  }
  .content__inner .row.col2 .box .image {
    margin-bottom: 10px;
  }
  .content__inner .row.col2 .box + .box {
    margin-top: 15px;
  }
  .content__inner .row.col2 .box + .text {
    margin-top: 15px;
  }
  .content__inner .row.col2 .text + .image {
    margin-top: 15px;
  }
  .content__inner .row.col2 .text + .text {
    margin-top: 15px;
  }
  .content__inner .row.image-small .text {
    width: 100%;
  }
  .content__inner .row.image-small .image {
    width: 100%;
    text-align: center;
  }
  .content__inner .row.image-small .image img {
    width: 230px;
  }
  .content__inner .row .image img {
    width: 100%;
    height: auto;
  }
}

.noshiType {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  margin-top: 30px;
  background-color: #F7F6F4;
}

.noshiType .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 360px;
  padding: 15px;
  background-color: #fff;
}

.noshiType .box .image {
  width: 95px;
  margin-right: 20px;
}

.noshiType .box .text {
  width: 210px;
  line-height: 1.4;
}

.noshiType .box .text h4 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.noshiType .box .text p {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .noshiType {
    padding: 15px 10px;
  }
  .noshiType .box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .noshiType .box + .box {
    margin-top: 10px;
  }
  .noshiType .box .image {
    width: 60px;
    margin-right: 0;
  }
  .noshiType .box .text {
    width: calc(100% - 70px);
  }
}

.kakenoshi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.kakenoshi .box {
  width: 250px;
  margin-right: 26px;
}

.kakenoshi .box:nth-of-type(3n) {
  margin-right: 0;
}

.kakenoshi .box h5 {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin: 10px 0;
}

.kakenoshi .box p {
  font-size: 14px;
  font-size: 1.4rem;
}

.kakenoshi .box .note {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .kakenoshi {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .kakenoshi .box {
    margin-right: 0;
    width: 46.42857%;
  }
  .kakenoshi .box:nth-of-type(n+3) {
    margin-top: 15px;
  }
  .kakenoshi .box h5 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.tanzakunoshi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tanzakunoshi .image {
  width: 320px;
}

.tanzakunoshi .text {
  width: 450px;
}

.tanzakunoshi .text.full {
  width: 100%;
  margin-top: 30px;
}

.tanzakunoshi .note {
  margin: 20px 0;
}

@media (max-width: 768px) {
  .tanzakunoshi .image {
    width: 100%;
    margin-bottom: 15px;
  }
  .tanzakunoshi .text {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
  }
}

.kakenoshi .note, .tanzakunoshi .note {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 15px;
  background-color: #F7F6F4;
}

.kakenoshi .note dl dt, .tanzakunoshi .note dl dt {
  color: #4E408F;
  font-weight: normal;
}

@media (max-width: 768px) {
  .kakenoshi .note, .tanzakunoshi .note {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 10px;
  }
}

.houjinexample {
  padding: 40px 20px;
  background-color: #F7F6F4;
}

.houjinexample ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 680px;
  margin: 0 auto;
}

.houjinexample ul li {
  color: #4E408F;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  width: 150px;
}

.houjinexample ul li img {
  display: inline-block;
  margin-bottom: 20px;
}

.houjinexample dl {
  width: 680px;
  margin: 30px auto 0;
  padding-top: 30px;
  border-top: solid 2px #D1C6B6;
}

.houjinexample dl dt {
  color: #4E408F;
  font-weight: normal;
}

@media (max-width: 768px) {
  .houjinexample ul {
    width: 100%;
  }
  .houjinexample ul li {
    font-size: 15px;
    font-size: 1.5rem;
    width: 46.42857%;
  }
  .houjinexample ul li:nth-of-type(n+3) {
    margin-top: 15px;
  }
  .houjinexample ul li img {
    margin-bottom: 10px;
  }
  .houjinexample dl {
    width: 100%;
    margin: 15px auto 0;
  }
}

.mameyaService .box {
  padding: 30px;
  background-color: #F7F6F4;
}

.mameyaService .box .icon {
  text-align: center;
}

.mameyaService .box .icon img {
  height: 40px;
  width: auto;
}

.mameyaService .box .icon.haisou img {
  height: 30px;
}

.mameyaService .box .icon.ryousyu img {
  height: 30px;
}

.mameyaService .box h4 {
  color: #4E408F;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin: 10px 0;
}

.mameyaService .box .btn {
  padding: 12px 20px;
  width: 220px;
}

@media (max-width: 768px) {
  .mameyaService .box .text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.otherGift {
  text-align: center;
  padding: 30px 20px;
  border: solid 2px #4E408F;
}

.otherGift p {
  font-weight: bold;
  margin-bottom: 20px;
}

.otherGift ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 730px;
  margin: 0 auto;
}

.otherGift ul li {
  width: 350px;
}

@media (max-width: 768px) {
  .otherGift ul {
    width: 100%;
    margin: 0 auto;
  }
  .otherGift ul li {
    width: 46.42857%;
  }
}

.aboutLead {
  margin-bottom: 70px;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}

.aboutLead:before {
  content: '';
  width: 100%;
  height: 300px;
  background-color: #F0E9DB;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.aboutLead h3 {
  width: 110px;
  margin-right: 40px;
  position: absolute;
  top: 0;
  left: 70px;
}

.aboutLead ul {
  width: 636px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 200px;
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
}

.aboutLead ul li {
  width: 310px;
}

.aboutLead .catch1 {
  width: 120px;
  height: 94px;
  position: absolute;
  top: 0;
  right: -20px;
}

.aboutLead .catch2 {
  width: 78px;
  height: 100px;
  position: absolute;
  bottom: -20px;
  left: 10px;
}

@media (max-width: 768px) {
  .aboutLead {
    padding-top: 0px;
  }
  .aboutLead:before {
    height: 240px;
  }
  .aboutLead h3 {
    width: 75px;
    top: 0;
    left: 20px;
  }
  .aboutLead ul {
    width: 100%;
    padding-left: 120px;
    margin-left: 0;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
  .aboutLead ul li {
    width: 100%;
  }
  .aboutLead ul li + li {
    margin-top: 10px;
  }
  .aboutLead .catch1 {
    display: none;
  }
  .aboutLead .catch2 {
    width: 50px;
    height: 65px;
    bottom: 20px;
    left: 30px;
  }
}

.aboutLead2 {
  margin-top: 100px;
  margin-bottom: 70px;
  padding-bottom: 50px;
  position: relative;
}

.aboutLead2:before {
  content: '';
  width: 100%;
  height: 300px;
  background-color: #F0E9DB;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.aboutLead2 h3 {
  width: 60px;
  margin-right: 40px;
  position: absolute;
  top: 0;
  left: 70px;
}

.aboutLead2 ul {
  width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 180px;
}

.aboutLead2 ul li {
  width: 700px;
}

.aboutLead2 .catch1 {
  width: 128px;
  height: 90px;
  position: absolute;
  bottom: -20px;
  left: -20px;
}

.aboutLead2 .catch2 {
  width: 78px;
  height: 100px;
  position: absolute;
  bottom: -20px;
  left: 10px;
}

@media (max-width: 768px) {
  .aboutLead2 {
    margin-top: 30px;
    padding-bottom: 80px;
    padding-top: 90px;
  }
  .aboutLead2:before {
    height: 180px;
    background-color: #F0E9DB;
  }
  .aboutLead2 h3 {
    width: 35px;
    left: 20px;
  }
  .aboutLead2 ul {
    width: 100%;
    padding-left: 70px;
    margin-left: 0;
  }
  .aboutLead2 ul li {
    width: 100%;
  }
  .aboutLead2 .catch1 {
    width: 64px;
    height: 45px;
    bottom: 20px;
    left: 0px;
  }
}

.aboutContent {
  padding: 0 20px;
}

.aboutContent + .aboutContent {
  margin-top: 100px;
}

.aboutContent__title {
  text-align: center;
  margin-bottom: 50px;
}

.aboutContent__text {
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
  font-size: 1.6rem;
}

.aboutContent__image .imagebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aboutContent__image .imagebox li {
  width: 390px;
}

.aboutContent__image .imagebox li img {
  display: inline-block;
}

.aboutContent__image .imagebox li img + img {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .aboutContent {
    padding: 0 20px;
  }
  .aboutContent + .aboutContent {
    margin-top: 40px;
  }
  .aboutContent__title {
    margin-bottom: 40px;
  }
  .aboutContent__title .natsu img {
    width: 76px !important;
  }
  .aboutContent__title .shin img {
    width: 73px !important;
  }
  .aboutContent__title .raku img {
    width: 58px !important;
  }
  .aboutContent__title .aji img {
    width: 75px !important;
  }
  .aboutContent__text {
    text-align: left;
    margin-bottom: 30px;
  }
  .aboutContent__image .imagebox li {
    width: 100%;
  }
  .aboutContent__image .imagebox li + li {
    margin-top: 15px;
  }
  .aboutContent__image .imagebox li img + img {
    margin-top: 15px;
  }
}

.aboutContent2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 40px;
}

.aboutContent2 + .aboutContent2 {
  margin-top: 100px;
}

.aboutContent2 .image {
  width: 500px;
}

.aboutContent2 .image p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}

.aboutContent2 .text {
  font-size: 16px;
  font-size: 1.6rem;
  width: 260px;
}

.aboutContent2 .text .catch1 {
  width: 93px;
}

@media (max-width: 768px) {
  .aboutContent2 {
    padding: 0 20px;
  }
  .aboutContent2 + .aboutContent2 {
    margin-top: 40px;
  }
  .aboutContent2 .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 15px;
  }
  .aboutContent2 .image p {
    text-align: left;
  }
  .aboutContent2 .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .aboutContent2 .text .catch1 {
    width: 68px;
  }
}

.shishoku {
  color: #4E408F;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .shishoku {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 20px;
  }
}

.shopDetail + .shopDetail {
  margin-top: 80px;
}

.shopDetail__main {
  margin-bottom: 30px;
}

.shopDetail__main .inner {
  margin: -40px 20px 0;
  position: relative;
}

.shopDetail__main .inner .text {
  color: #4E408F;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px;
  background-color: #fff;
}

.shopDetail__image {
  padding: 0 20px;
}

.shopDetail__image .imagebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shopDetail__image .imagebox li {
  width: 390px;
}

.shopDetail__image .imagebox li img {
  display: inline-block;
}

.shopDetail__image .imagebox li img + img {
  margin-top: 20px;
}

.shopDetail__image .imagebox li p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 10px;
}

.shopDetail__image .imagebox + .imageText {
  margin-top: 10px;
}

.shopDetail__image .imageText {
  font-size: 16px;
  font-size: 1.6rem;
}

.shopDetail__image .imageText + .imagebox {
  margin-top: 30px;
}

.shopDetail__data {
  padding: 0 20px;
  margin-top: 30px;
}

.shopDetail__data.border {
  padding-top: 20px;
  border-top: solid 2px #CDC8E1;
}

.shopDetail__data dl {
  font-size: 14px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  background-color: #F7F6F4;
}

.shopDetail__data dl dt {
  width: 100px;
  padding: 8px 0;
  border-bottom: solid 1px #707070;
}

.shopDetail__data dl dt span {
  display: block;
  border-right: solid 1px #707070;
}

.shopDetail__data dl dd {
  width: calc(100% - 100px);
  padding: 8px 10px;
  border-bottom: solid 1px #707070;
}

.shopDetail__comment {
  padding: 0 20px;
  margin-top: 30px;
}

.shopDetail__comment dl {
  padding: 30px;
  border: solid 1px #4E408F;
}

.shopDetail__comment dl dt {
  color: #4E408F;
  margin-bottom: 10px;
}

.shopDetail__comment dl dd {
  font-size: 14px;
  font-size: 1.4rem;
}

.shopDetail__access {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .shopDetail + .shopDetail {
    margin-top: 40px;
  }
  .shopDetail__main {
    margin-bottom: 30px;
  }
  .shopDetail__main .inner {
    margin: 20px 20px 0;
    position: relative;
  }
  .shopDetail__main .inner .text {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0;
    margin-top: 20px;
    background-color: #fff;
  }
  .shopDetail__image .imagebox li {
    width: 100%;
  }
  .shopDetail__image .imagebox li + li {
    margin-top: 15px;
  }
  .shopDetail__image .imagebox li p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .shopDetail__image .imageText {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .shopDetail__data dl {
    padding: 20px;
  }
  .shopDetail__data dl dt {
    width: 70px;
  }
  .shopDetail__data dl dt span {
    border-right: none;
  }
  .shopDetail__data dl dd {
    width: calc(100% - 70px);
    position: relative;
  }
  .shopDetail__data dl dd:before {
    content: '';
    width: 1px;
    height: calc(100% - 10px);
    background-color: #707070;
    position: absolute;
    top: 5px;
    left: 0;
  }
}

.faqList dl {
  padding: 10px;
  border-top: solid 2px #CDC8E1;
}

.faqList dl + dl {
  margin-top: 50px;
}

.faqList dt {
  color: #4E408F;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 40px;
  margin-bottom: 10px;
  position: relative;
}

.faqList dt:before {
  content: 'Q';
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 26px;
  width: 26px;
  height: 26px;
  background-color: #4E408F;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}

.faqList dd {
  padding-left: 40px;
}

.faqList dd .btnlink {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 10px;
  margin-top: 5px;
  background-color: #4E408F;
  border: solid 1px #4E408F;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.faqList dd .btnlink:after {
  content: '\f105';
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-left: 10px;
}

.faqList dd .btnlink:hover {
  color: #4E408F;
  background-color: #fff;
}

.faqList dd .tel {
  color: #4E408F;
  text-decoration: underline;
}

.faqList dd .tel:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 18px;
  margin-right: 5px;
  background-image: url(https://file003.shop-pro.jp/PA01474/042/images/icon/phone.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 13px 16px;
}

.faqList dd .mail {
  text-decoration: underline;
}

.faqList dd .mail:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 16px;
  margin-right: 5px;
  background-image: url(https://file003.shop-pro.jp/PA01474/042/images/icon/mail.svg);
  background-repeat: no-repeat;
  background-size: 25px 14px;
}

@media (max-width: 768px) {
  .faqList dl + dl {
    margin-top: 20px;
  }
}

.guide {
  font-size: 14px;
  font-size: 1.4rem;
}

.guide .postageData {
  width: 400px;
}

.guide .postageData li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}

.guide .postageData li:nth-of-type(odd) {
  background-color: #F7F6F4;
}

.guide .postageData li span:last-of-type {
  text-align: right;
  width: 100px;
}

.guide .postageData table tr:nth-of-type(odd) {
  background-color: #F7F6F4;
}

.guide .postageData table td:nth-of-type(2) {
  text-align: right;
}

.guide .atesaki {
  display: inline-block;
  padding: 20px;
  margin-top: 20px;
  border: solid 1px #707070;
}

@media (max-width: 768px) {
  .guide .postageData {
    width: 100%;
  }
  .guide .postageData table {
    table-layout: auto;
  }
}

dl.data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

dl.data dt {
  font-weight: normal;
  padding: 10px 10px 10px 20px;
  width: 200px;
  position: relative;
}

dl.data dt:after {
  content: '';
  width: 1px;
  height: calc(100% - 20px);
  background-color: #707070;
  position: absolute;
  top: 10px;
  right: 0;
}

dl.data dt:nth-of-type(odd) {
  background-color: #F7F6F4;
}

dl.data dd {
  padding: 10px;
  width: calc(100% - 200px);
}

dl.data dd:nth-of-type(odd) {
  background-color: #F7F6F4;
}

@media (max-width: 768px) {
  dl.data dt {
    padding: 10px;
    width: 80px;
  }
  dl.data dt:after {
    height: calc(100% - 10px);
    top: 5px;
  }
  dl.data dd {
    width: calc(100% - 80px);
  }
}

.historyData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.historyData dt {
  font-weight: normal;
  padding: 10px 10px 10px 20px;
  width: 200px;
  background-color: #F7F6F4;
  position: relative;
  border-bottom: solid 1px #707070;
}

.historyData dd {
  padding: 10px;
  width: calc(100% - 200px);
  border-bottom: solid 1px #707070;
}

.historyData dd.image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.historyData dd.image-text .image {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  width: 200px;
}

.historyData dd.image-text .image p {
  margin-top: 5px;
}

@media (max-width: 768px) {
  .historyData dt {
    padding: 10px;
    width: 80px;
  }
  .historyData dd {
    width: calc(100% - 80px);
  }
}

img.nofix {
  max-width: 280px;
}

.mediaList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 30px 24px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .mediaList {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
.mediaList__item .thumb {
  margin-bottom: 10px;
}
.mediaContact .method {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mediaContact .method__box {
  margin: 0 10px;
}
