table.tbl_calendar {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
table.tbl_calendar caption{
  font-weight: bold;
  margin: 10px auto;
}

      .product__fav-item {
          margin-top: 10px;
        }

        .product__fav-item button {
          padding: 0;
          cursor: pointer;
          transition: .2s;
          color: #999;
          border: 0;
          outline: none;
          background: transparent;
        }

        .product__fav-item .fav-items {
          color: #ff7373;
        }

        .product__fav-item svg {
          width: 20px;
          height: 20px;
          vertical-align: -.35em;
          fill: currentColor;
        }


.fav-item{
  position: absolute;
  right: 25px;
  top: 10px;
}
@media (max-width: 767px) {
  .fav-item{
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .itemList-sp--3 .fav-item {
    right: 10px;
    top: 5px;
  }
}
.fav-item button {
    animation: none;
    border: none;
    background: none;
    padding: 0;
    color: rgba(0,0,0, 0.5);
   cursor: pointer;
}
.fav-item button.is-added {
    color: rgba(255, 115, 115, 0.5);
}

h1#logo_i img {
    max-width: 100%;
}

#validation_select_yes a, #validation_select_no a {
    font-size: 12px;
    padding: 12px 25px;
}

#validation_select_yes, #validation_select_no{
  margin:0;
}

#main_i,#header_i,#footer_i{
  margin:0;
  font-size:14px;
}

.validation_txt {
    font-size: 14px;
}
#main_i {
    padding: 20px;
}
.footstamp {
    margin-top: 15px;
}





/*
    pageTitle
============================================================*/
.pageTitle {
  width: 100%;
  height: 230px;
  padding: 65px 0 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  text-align: center;
}

.pageTitle.is_kodawari {
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/kodawari/bg_title_pc.jpg);
}

.pageTitle.is_review {
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/review/bg_title_pc.jpg);
}

@media screen and (max-width: 767px) {
  .pageTitle {
    height: 150px;
    padding: 35px 0 0;
  }
  .pageTitle.is_kodawari {
    background-image: url(https://file003.shop-pro.jp/PA01443/798/images/kodawari/bg_title_sp.jpg);
  }
  .pageTitle.is_review {
    background-image: url(https://file003.shop-pro.jp/PA01443/798/images/review/bg_title_sp.jpg);
  }
}

.pageTitle__lead {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pageTitle__lead {
    margin-top: 10px;
  }
}

/*
    title01
============================================================*/
.title01 {
  margin: 0;
  text-align: center;
}

.title01__ja {
  display: block;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .title01__ja {
    font-size: 25px;
  }
}

.title01__en {
  display: block;
}

.title01__en img {
  zoom: 0.6;
}

@media screen and (max-width: 767px) {
  .title01__en img {
    zoom: 0.5;
  }
}

/*===========================================================

    button

============================================================*/
/*
    btn01
============================================================*/
.btn01 {
  display: inline-block;
  width: 320px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn01:hover {
  text-decoration: none;
  background-color: #fff;
  color: #4d4d4d;
}

@media screen and (max-width: 767px) {
  .btn01 {
    display: block;
    width: 100%;
    font-size: 16px;
  }
}

.btn01.is_type02 {
  border: 1px solid #4c4c4c;
  color: #4c4c4c;
}

/*===========================================================

    list

============================================================*/
/*
    newsList
============================================================*/
.newsList__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cabfae;
}

@media screen and (max-width: 767px) {
  .newsList__unit {
    display: block;
  }
}

.newsList__date,
.newsList__cont {
  padding: 15px 0;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .newsList__date,
  .newsList__cont {
    font-size: 13px;
  }
}

.newsList__date {
  width: 80px;
}

@media screen and (max-width: 767px) {
  .newsList__date {
    width: auto;
    padding: 10px 0 0;
  }
}

.newsList__cont {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

@media screen and (max-width: 767px) {
  .newsList__cont {
    padding: 5px 0 10px;
  }
}

/*
    itemList
============================================================*/
.itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.itemList__unit {
  display: block;
}

.itemList__unit:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .itemList__unit {
    width: calc((100% - 120px) / 4);
  }

}

@media screen and (max-width: 767px) {
  
}

.itemList__cont {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .itemList__cont {
    margin: 15px 0 20px;
  }
}

.itemList__title,
.itemList__price {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

.itemList__title a,
.itemList__price a {
  color: #fff;
}

/*===========================================================

    slick

============================================================*/
.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
}



/*===========================================================

    breadcrumb

============================================================*/
.breadcrumb {
  margin: 20px 0 30px;
  font-size: 0;
}

.breadcrumb li {
  display: inline-block;
  font-size: 13px;
  font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", "sans-serif";
}

.breadcrumb li a:after {
  content: "¡ä";
  display: inline-block;
  padding: 0 0.5em;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    margin: 15px 0;
  }
  .breadcrumb li {
    font-size: 12px;
  }
}


/*===========================================================

    KODAWARI(FREE PAGE)

============================================================*/
/*
    kodawariHeadline
============================================================*/
.kodawariHeadline {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 90px 0 0;
  padding: 80px 0 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/kodawari/bg_lead_pc.jpg);
}

@media screen and (max-width: 767px) {
  .kodawariHeadline {
    margin-top: 40px;
    padding: 45px 0 35px;
    background-image: url(https://file003.shop-pro.jp/PA01443/798/images/kodawari/bg_lead_sp.jpg);
  }
}

.kodawariHeadline__lead {
  text-align: center;
  color: #fff;
  line-height: 1.4;
  font-size: 32px;
}

.kodawariHeadline__lead span {
  font-size: 37px;
}

@media screen and (max-width: 767px) {
  .kodawariHeadline__lead {
    font-size: 22px;
  }
  .kodawariHeadline__lead span {
    font-size: 25px;
  }
}

.kodawariHeadline__text {
  margin-top: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .kodawariHeadline__text {
    margin-top: 20px;
    font-size: 13px;
  }
}

/*
    kodawariProcess
============================================================*/
.kodawariProcess {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 90px 0 90px;
  background-repeat: repeat;
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/kodawari/bg01.jpg);
}

@media screen and (max-width: 767px) {
  .kodawariProcess {
    padding: 45px 0 45px;
  }
}

.kodawariProcess__unit {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 100px 50px 0;
}

@media screen and (min-width: 768px) {
  .kodawariProcess__unit {
    position: relative;
  }
  .kodawariProcess__unit:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .kodawariProcess__unit:nth-of-type(even) .kodawariProcess__image {
    margin-right: 50px;
  }
  .kodawariProcess__unit:nth-of-type(odd) .kodawariProcess__image {
    margin-left: 50px;
  }
  .kodawariProcess__unit:nth-of-type(5) .kodawariProcess__cont {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    background-image: url(https://file003.shop-pro.jp/PA01443/798/images/kodawari/process_img05c.png);
  }
  .kodawariProcess__unit:nth-of-type(5) .kodawariProcess__image img:nth-of-type(2) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .kodawariProcess__unit {
    max-width: inherit;
    display: block;
    padding: 40px 10px 0;
  }
  .kodawariProcess__unit:nth-of-type(6) .kodawariProcess__contTitle .text {
    padding-top: 45px;
  }
}

.kodawariProcess__cont {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.kodawariProcess__contTitle {
  position: relative;
  font-weight: normal;
}

.kodawariProcess__contTitle .num {
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
}

.kodawariProcess__contTitle .num img {
  zoom: 0.75;
}

.kodawariProcess__contTitle .text {
  position: relative;
  display: block;
  padding-top: 50px;
  font-size: 38px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .kodawariProcess__contTitle .num {
    left: -10px;
  }
  .kodawariProcess__contTitle .num img {
    zoom: 0.5;
  }
  .kodawariProcess__contTitle .text {
    padding-top: 30px;
    font-size: 25px;
  }
}

.kodawariProcess__contText {
  margin-top: 35px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 767px) {
  .kodawariProcess__contText {
    margin: 10px 0 10px;
    font-size: 14px;
  }
}

.kodawariProcess__image {
  width: 385px;
}

.kodawariProcess__image img:not(.notPhoto) {
  border: 6px solid #fff;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(189, 180, 168, 0.25);
  box-shadow: 0px 2px 12px 0px rgba(189, 180, 168, 0.25);
}

.kodawariProcess__image img:nth-of-type(n + 2) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .kodawariProcess__image {
    width: auto;
  }
  .kodawariProcess__image img:not(.notPhoto) {
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(189, 180, 168, 0.25);
    box-shadow: 0px 2px 12px 0px rgba(189, 180, 168, 0.25);
  }
  .kodawariProcess__image img:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .kodawariProcess__image img.notPhoto {
    margin: 30px 0 15px;
  }
}

/*
    kodawariEnd
============================================================*/
.kodawariEnd {
  position: relative;
  width: 100vw;
  height: 596px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/kodawari/bg_end_pc.jpg);
}

@media screen and (max-width: 767px) {
  .kodawariEnd {
    height: calc(100vw / 750 * 354);
    background-image: url(https://file003.shop-pro.jp/PA01443/798/images/kodawari/bg_end_sp.jpg);
  }
}

.kodawariEnd__text {
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 1.4;
  font-size: 36px;
}
.kodawariEnd__text p {
  font-size: 36px;
  line-height: 1.4;
}

.kodawariEnd__text span {
  font-size: 42px;
}

@media screen and (max-width: 767px) {
  .kodawariEnd__text {
    padding-left: 10px;
    font-size: 21px;
  }
  .kodawariEnd__text p {
  font-size: 21px;
    line-height: 1.4;
}
  .kodawariEnd__text span {
    font-size: 18px;
  }
}

/*===========================================================

    REVIEW(FREE PAGE)

============================================================*/
/*
    reviewArticle
============================================================*/
.reviewArticle {
  padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .reviewArticle {
    padding-bottom: 50px;
  }
}

.reviewArticle__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 70px 0 20px;
}

@media screen and (max-width: 767px) {
  .reviewArticle__block {
    display: block;
    padding: 40px 0 0;
  }
}

.reviewArticle__image {
  width: 340px;
}

.reviewArticle__image img {
  border: 6px solid #fff;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(189, 180, 168, 0.25);
  box-shadow: 0px 2px 12px 0px rgba(189, 180, 168, 0.25);
}

.reviewArticle__image img:nth-of-type(n + 2) {
  margin-top: 40px;
}

.reviewArticle__image.is_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .reviewArticle__image {
    width: auto;
    border: 3px solid #fff;
  }
  .reviewArticle__image img:nth-of-type(n + 2) {
    display: none;
  }
  .reviewArticle__image.is_sp {
    display: block;
  }
}

.reviewArticle__cont {
  width: calc(100% - 340px);
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .reviewArticle__cont {
    width: auto;
    padding: 0;
  }
}

.reviewArticle__contTitle {
  margin: 0 0 15px;
  font-size: 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .reviewArticle__contTitle {
    margin: 10px 0 0;
  }
}

.reviewArticle__contName {
  margin-bottom: 15px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .reviewArticle__contName {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.reviewArticle__contText {
  font-size: 14px;
  line-height: 1.6;
}

.reviewArticle__contStaff {
  margin-top: 20px;
}

.reviewArticle__contStaff dt {
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  background-color: #c1a987;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  position: relative;
}

.reviewArticle__contStaff dt:before, .reviewArticle__contStaff dt:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  z-index: 1;
}

.reviewArticle__contStaff dt:before {
  border-width: 20px 0 20px 8px;
  border-color: transparent transparent transparent #fff;
  left: 0;
}

.reviewArticle__contStaff dt:after {
  border-width: 20px 8px 20px 0;
  border-color: transparent #fff transparent transparent;
  right: 0;
}

.reviewArticle__contStaff dd {
  padding: 25px 30px;
  border: 1px solid #c1a987;
  font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", "sans-serif";
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .reviewArticle__contStaff dt {
    font-size: 17px;
  }
}

.reviewArticle__item {
  width: 100%;
  margin-top: 50px;
}

.reviewArticle__item .itemList {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviewArticle__item .itemList__title,
.reviewArticle__item .itemList__price {
  color: #4d4d4d;
}

@media screen and (max-width: 767px) {
  .reviewArticle__item {
    margin-top: 30px;
  }
  .reviewArticle__item .itemList__unit {
    width: auto;
  }
}

.reviewArticle__itemTitle {
  margin: 0 0 30px;
  text-align: center;
  color: #59493f;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .reviewArticle__itemTitle {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

/*
    reviewInfo
============================================================*/
.reviewInfo {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 70px 0 180px;
  background-repeat: repeat;
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/review/bg01.jpg);
}

@media screen and (max-width: 767px) {
  .reviewInfo {
    padding: 50px 0 50px;
  }
}

.reviewInfo__title {
  margin: 0 0 60px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .reviewInfo__title {
    margin: 0 0 30px;
    line-height: 1.2;
  }
}

.reviewInfo__cont {
  min-height: 300px;
  border: 1px solid #d1ba9a;
  background-color: #d7d7d7;
}


/*===========================================================

    LP(FREE PAGE)

============================================================*/
/*
    pageTitle
============================================================*/
.pageTitle.is_lp {
  width: 100%;
  height: 295px;
  padding: 65px 0 0;
  margin: 0 0 80px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  text-align: center;
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/lp/bg_title_pc.jpg);
}

@media screen and (max-width: 767px) {
  .pageTitle.is_lp {
    height: 343px;
    padding: 65px 0 0;
    margin: 0 0 65px;
    background-image: url(https://file003.shop-pro.jp/PA01443/798/images/lp/bg_title_sp.jpg);
  }
  .pageTitle.is_lp .title01__ja {
    font-size: 35px;
  }
  .pageTitle.is_lp .pageTitle__lead {
    margin: 20px 0 0;
    font-size: 15px;
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .pageTitle.is_lp .pageTitle__lead {
    margin: 35px 0 0;
  }
}

/*
    lpHeadline
============================================================*/
.lpHeadline__top {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 70px 0 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/lp/headline_bg_pc.png);
}

@media screen and (max-width: 767px) {
  .lpHeadline__top {
    padding: calc(100vw / 750 * 500) 0 40px;
    background-image: url(https://file003.shop-pro.jp/PA01443/798/images/lp/headline_bg_sp.png);
  }
}

.lpHeadline__topInner {
  padding-right: 50%;
}

@media screen and (max-width: 767px) {
  .lpHeadline__topInner {
    padding-right: 0;
  }
}

.lpHeadline__topTitle {
  margin: 0 0 20px;
  line-height: 1.3;
  font-size: 37px;
}

@media screen and (max-width: 767px) {
  .lpHeadline__topTitle {
    text-align: center;
    font-size: 25px;
  }
}

.lpHeadline__topText {
  font-size: 16px;
  letter-spacing: -0.4px;
}

@media screen and (max-width: 767px) {
  .lpHeadline__topText {
    font-size: 14px;
  }
}

.lpHeadline__bottom {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 70px 0 50px;
  background-repeat: repeat;
  background-position: 0 0;
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/lp/bg01.jpg);
}

@media screen and (max-width: 767px) {
  .lpHeadline__bottom {
    padding: 60px 0 30px;
  }
}

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

@media screen and (max-width: 767px) {
  .lpHeadline__bottomInner {
    display: block;
  }
}

.lpHeadline__unitImage {
  width: 440px;
}

.lpHeadline__unitImage img {
  border: 6px solid #fff;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(189, 180, 168, 0.25);
  box-shadow: 0px 2px 12px 0px rgba(189, 180, 168, 0.25);
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .lpHeadline__unitImage {
    width: calc(100vw / 1000 * 440);
  }
}

@media screen and (max-width: 767px) {
  .lpHeadline__unitImage {
    width: auto;
    border: 3px solid #fff;
  }
}

.lpHeadline__unitText {
  margin: 30px 0 0;
  text-align: center;
  font-size: 26px;
  line-height: 1.3;
}

.lpHeadline__unitText .em {
  font-size: 36px;
}

.lpHeadline__unitText .num {
  font-size: 44px;
  color: #954242;
  position: relative;
  display: inline-block;
  top: 4px;
  margin-left: 4px;
}

.lpHeadline__unitText .unit {
  font-size: 28px;
  color: #954242;
}

@media screen and (max-width: 767px) {
  .lpHeadline__unitText {
    margin: 30px 0;
    font-size: 18px;
  }
  .lpHeadline__unitText .em {
    font-size: 23px;
  }
  .lpHeadline__unitText .num {
    font-size: 30px;
    top: 2px;
    margin-left: 2px;
  }
  .lpHeadline__unitText .unit {
    font-size: 23px;
  }
}

/*
    lpLineup
============================================================*/
.lpLineup {
  padding: 80px 0 220px;
}

@media screen and (max-width: 767px) {
  .lpLineup {
    padding: 60px 0 115px;
  }
}

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

.lpLineupList__unit {
  width: calc((100% - 150px) / 3);
}

@media screen and (min-width: 768px) {
  .lpLineupList__unit:not(:nth-of-type(3n)) {
    margin-right: 75px;
  }
  .lpLineupList__unit:nth-of-type(n + 4) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .lpLineupList__unit {
    width: calc((100% - 12px) / 2);
  }
  .lpLineupList__unit:nth-of-type(even) {
    margin-left: 12px;
  }
  .lpLineupList__unit:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}

.lpLineupList__image {
  text-align: center;
}

.lpLineupList__title {
  margin: 15px 0 0;
  text-align: center;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .lpLineupList__title {
    margin: 10px 0 0;
    font-size: 14px;
  }
}

.lpLineupList__titleEn {
  display: block;
  margin: 0 auto;
}

.lpLineupList__titleEn img {
  zoom: 0.8;
}

@media screen and (max-width: 767px) {
  .lpLineupList__titleEn img {
    zoom: 0.5;
  }
}

/*
    lpFeature
============================================================*/
.lpFeature {
  margin: 0 -500%;
  padding: 100px 500% 90px;
  background-color: #eaf5f7;
  position: relative;
}

.lpFeature:before {
  content: "";
  display: inline-block;
  width: 213px;
  height: 220px;
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/lp/feature_bear.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  top: -140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .lpFeature {
    padding-top: calc(100vw / 1000 * 100);
  }
  .lpFeature:before {
    width: calc(100vw / 1000 * 213);
    top: calc(-1 * (100vw / 1000 * 140));
  }
}

@media screen and (max-width: 767px) {
  .lpFeature {
    padding-top: calc(100vw / 750 * 100);
    padding-bottom: 50px;
  }
  .lpFeature:before {
    width: calc(100vw / 750 * 223);
    top: calc(-1 * (100vw / 750 * 132));
  }
}

.lpFeature__title {
  margin: 0 0 65px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #4d4d4d;
}

@media screen and (max-width: 767px) {
  .lpFeature__title {
    margin: 0 0 25px;
  }
}

.lpFeature__titleLogo {
  display: inline-block;
  width: 172px;
}

@media screen and (max-width: 767px) {
  .lpFeature__titleLogo {
    width: 128px;
  }
}

.lpFeature__titleText {
  display: inline-block;
  padding-left: 10px;
  font-size: 30px;
  position: relative;
  top: 10px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .lpFeature__titleText {
    padding-left: 5px;
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  .lpFeatureList__unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lpFeatureList__unit:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .lpFeatureList__unit:nth-of-type(odd) .lpFeatureList__image {
    margin-left: 60px;
  }
  .lpFeatureList__unit:nth-of-type(even) .lpFeatureList__image {
    margin-right: 60px;
  }
  .lpFeatureList__unit:nth-of-type(n + 2) {
    margin-top: 50px;
  }
}

.lpFeatureList__image {
  max-width: 460px;
  width: calc(100vw / 1000 * 460);
}

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

@media screen and (max-width: 767px) {
  .lpFeatureList__image {
    max-width: inherit;
    width: auto;
    padding: 0 25px;
  }
}

.lpFeatureList__cont {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

@media screen and (max-width: 767px) {
  .lpFeatureList__cont {
    padding: 20px 10px 30px;
  }
}

.lpFeatureList__contTitle {
  position: relative;
  margin: 0 0 30px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .lpFeatureList__contTitle {
    margin: 0 0 15px;
  }
}

.lpFeatureList__contTitleEn {
  display: block;
  margin-left: -10px;
  margin-bottom: -10px;
}

.lpFeatureList__contTitleEn img {
  zoom: 0.6;
}

@media screen and (max-width: 767px) {
  .lpFeatureList__contTitleEn img {
    zoom: 0.5;
  }
}

.lpFeatureList__contTitleJa {
  display: block;
  font-size: 28px;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .lpFeatureList__contTitleJa {
    font-size: 20px;
  }
}

.lpFeatureList__contText {
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .lpFeatureList__contText {
    font-size: 14px;
  }
}

/*
    lpOption
============================================================*/
.lpOption {
  padding: 120px 0 0;
}

@media screen and (max-width: 767px) {
  .lpOption {
    padding: 60px 0 0;
  }
}

.lpOption__title {
  margin: 0 0 70px;
  font-size: 34px;
  line-height: 1.4;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .lpOption__title {
    margin: 0 0 30px;
    font-size: 26px;
  }
}

.lpOption__block {
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .lpOption__block {
    padding-bottom: 35px;
  }
}

.lpOption__blockTitle {
  width: 856px;
  height: 42px;
  padding: 3px 0 3px;
  margin: 0 auto 60px;
  background-color: #f7dfe3;
  font-size: 22px;
  text-align: center;
  font-weight: normal;
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .lpOption__blockTitle {
    width: calc(100vw / 1000 * 856);
  }
}

@media screen and (max-width: 767px) {
  .lpOption__blockTitle {
    width: auto;
    height: 32px;
    line-height: 32px;
    padding: 0;
    margin: 0 auto 25px;
    font-size: 19px;
  }
}

.lpOptionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 836px;
  margin: 0 auto;
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .lpOptionList {
    width: calc(100vw / 1000 * 836);
  }
}

@media screen and (max-width: 767px) {
  .lpOptionList {
    width: auto;
  }
}

.lpOptionList__unit {
  width: calc((100% - 56px) / 2);
}

.lpOptionList__unit:nth-of-type(odd) {
  margin-right: 56px;
}

.lpOptionList__unit:nth-of-type(n + 3) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .lpOptionList__unit {
    width: calc((100% - 15px) / 2);
  }
  .lpOptionList__unit:nth-of-type(odd) {
    margin-right: 15px;
  }
}

.lpOptionList__text {
  text-align: center;
  margin: 15px 0 0;
}

/*
    reviewArticle
============================================================*/
.lpReview__title {
  margin: 0;
}

.lpReviewList {
  padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .lpReviewList {
    padding-bottom: 50px;
  }
}

.lpReviewList__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 70px 0 20px;
}

@media screen and (max-width: 767px) {
  .lpReviewList__unit {
    display: block;
    padding: 30px 0 0;
  }
}

.lpReviewList__image {
  width: 340px;
}

.lpReviewList__image img {
  width: 100%;
  height: auto;
  border: 6px solid #fff;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(189, 180, 168, 0.25);
  box-shadow: 0px 2px 12px 0px rgba(189, 180, 168, 0.25);
}

.lpReviewList__image img:nth-of-type(n + 2) {
  margin-top: 40px;
}

.lpReviewList__image.is_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .lpReviewList__image {
    width: auto;
    border: 3px solid #fff;
  }
  .lpReviewList__image img:nth-of-type(n + 2) {
    display: none;
  }
  .lpReviewList__image.is_sp {
    display: block;
  }
}

.lpReviewList__cont {
  width: calc(100% - 340px);
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .lpReviewList__cont {
    width: auto;
    padding: 0;
  }
}

.lpReviewList__contTitle {
  margin: 0 0 15px;
  font-size: 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .lpReviewList__contTitle {
    margin: 10px 0 0;
  }
}

.lpReviewList__contName {
  margin-bottom: 15px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .lpReviewList__contName {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.lpReviewList__contText {
  font-size: 14px;
  line-height: 1.6;
}


/*
    cateLink
============================================================*/
.cateLink {
  padding: 90px 0 125px;
}

@media screen and (max-width: 767px) {
  .cateLink {
    padding: 35px 0 75px;
  }
}

.cateLink__item {
  width: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 130px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/cate_bg.jpg);
  position: relative;
  margin: 0 auto;
}

.cateLink__item:after {
  content: "";
  display: block;
  border: 1px solid #d3d3d3;
  margin: 5px;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}

.cateLink__item:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .cateLink__item {
    width: auto;
    height: 100px;
  }
}

.cateLink__itemImage {
  width: 140px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(150, 150, 150, 0.1);
}

@media screen and (max-width: 767px) {
  .cateLink__itemImage {
    width: 100px;
  }
}

.cateLink__itemText {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  margin: 0;
  padding: 0 15px;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cateLink__itemText {
    font-size: 18px;
  }
}

.cateLink__itemTextEn {
  display: block;
  margin-top: 5px;
}

.cateLink__itemTextEn img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
  .cateLink__itemTextEn img {
    zoom: 0.5;
  }
}


/*===========================================================

    CAMPAIGN

============================================================*/
/*
    pageTitle
============================================================*/
.pageTitle.is_campaign {
  height: 295px;
  padding: 75px 0 0;
  margin: 0 0 80px;
  background-color: #fff7fc;
  background-size: contain;
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/campaign/bg_title_pc.jpg);
}

.pageTitle.is_campaign .pageTitle__lead {
  margin: 20px 0 0;
  font-weight: normal;
  line-height: 1.6;
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .pageTitle.is_campaign {
    height: calc(100vw / 1000 * 295);
    padding: calc(100vw / 1000 * 75) 0 0;
    margin: 0 0 calc(100vw / 1000 * 80);
  }
}

@media screen and (max-width: 767px) {
  .pageTitle.is_campaign {
    height: 398px;
    padding-top: 198px;
    margin: 0 0 65px;
    line-height: 1.2;
    background-position: center top;
    background-image: url(https://file003.shop-pro.jp/PA01443/798/images/campaign/bg_title_sp.jpg);
  }
  .pageTitle.is_campaign .title01__en {
    margin-top: 10px;
  }
}

.campaignCont__bnr {
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .campaignCont__bnr {
    margin-right: -10px;
  }
}

.campaignCont__detail {
  padding-bottom: 70px;
}

.campaignCont__detail dt {
  position: relative;
  margin-bottom: 10px;
  padding-left: 10px;
  font-weight: normal;
  font-size: 18px;
}

.campaignCont__detail dt:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 16px;
  background-color: #d1ba9a;
  position: absolute;
  top: 1px;
  left: 0;
}

.campaignCont__detail dd {
  margin-bottom: 30px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .campaignCont__detail dt {
    padding-left: 8px;
    font-size: 17px;
  }
  .campaignCont__detail dt:before {
    width: 1.5px;
    height: 17px;
  }
  .campaignCont__detail dd {
    font-size: 14px;
  }
}

.cateLink__top:hover{
  text-decoration: none;
  opacity: 0.7;
  display: block;
}

.searchForm div.searchForm__inner {
    position: relative;
    height: 40px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .hdr--typeI .hdrMiddle .hdrInner, .hdr--typeH .hdrMiddle div.hdrInner {
        height: auto;
        padding-left: 12px;
        padding-right: 12px;
    }
}
.shoppingGuide__row .inner svg {
  width: 48px;
  height: 48px;
  margin: 10px auto;
}