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

    HOME

============================================================*/
/*
    mv
============================================================*/
.mv {
  opacity: 0;
}

.mv.slick-initialized {
  opacity: 1;
}

.mv {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mv .slick-list {
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .mv {
    max-width: inherit;
    margin: 0 -20px 50px;
  }
}

.mv .slick-arrow {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.mv .slick-arrow:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .mv .slick-arrow {
    width: 30px;
    height: 30px;
    margin-top: 0;
    top: auto;
    bottom: -60px;
  }
}

.mv .slick-prev {
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/slide_arrow_prev.png);
}

@media screen and (max-width: 767px) {
  .mv .slick-prev {
    left: 20px;
  }
}

.mv .slick-next {
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/slide_arrow_next.png);
}

@media screen and (max-width: 767px) {
  .mv .slick-next {
    right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .secNews {
    padding: 60px 0 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .secNews .secTitle {
    width: 90px;
    margin-right: 40px;
    margin-bottom: 0;
  }
  .secNews .newsList {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
}

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

/*
    campaignArea
============================================================*/
.campaignArea {
  padding: 80px 20px 23px;
  margin-bottom: 96px;
  background-color: #ecb0ba;
  position: relative;
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .campaignArea {
    padding: 80px 20px 23px;
    padding: calc(100vw / 1000 * 80) calc(100vw / 1000 * 20) calc(100vw / 1000 * 23);
    margin-bottom: calc(100vw / 1000 * 96);
  }
}

@media screen and (max-width: 767px) {
  .campaignArea {
    padding: calc(100vw / 750 * 80) calc(100vw / 750 * 10) calc(100vw / 750 * 10);
    margin-bottom: 50px;
  }
}

.campaignArea__title {
  position: absolute;
  top: -18px;
  left: 0;
  width: 680px;
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .campaignArea__title {
    width: calc(100vw / 1000 * 680);
    top: calc(-1 * (100vw / 1000 * 15));
  }
}

@media screen and (max-width: 767px) {
  .campaignArea__title {
    top: calc(-1 * (100vw / 750 * 20));
    width: 100%;
  }
  .campaignArea__title img {
    width: 100%;
  }
}

.campaignArea__image {
  position: absolute;
  top: -46px;
  right: 0;
  z-index: 1;
  width: 470px;
}

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

@media screen and (max-width: 767px) {
  .campaignArea__image {
    right: auto;
    left: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    top: calc(100vw / 750 * 40);
  }
  .campaignArea__image img {
    width: calc(100vw / 750 * 550);
  }
}

.campaignArea__inner {
  padding: 25px 20px 15px;
  padding-right: 510px;
  background-color: #fff;
  position: relative;
}

.campaignArea__inner p {
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 1.4;
}

.campaignArea__inner p span {
  font-size: 14px;
}

.campaignArea__inner dt,
.campaignArea__inner dd {
  font-weight: normal;
  font-size: 14px;
}

.campaignArea__inner dt {
  position: relative;
  line-height: 1;
  margin: 10px 0 5px;
}

.campaignArea__inner dt span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  padding-right: 5px;
}

.campaignArea__inner dt:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}

.campaignArea__inner dd {
  letter-spacing: -2px;
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .campaignArea__inner {
    padding: calc(100vw / 1000 * 25) calc(100vw / 1000 * 20) calc(100vw / 1000 * 15);
    padding-right: calc(100vw / 1000 * 510);
  }
  .campaignArea__inner p {
    font-size: calc(100vw / 1000 * 18);
  }
  .campaignArea__inner p span {
    font-size: calc(100vw / 1000 * 14);
  }
  .campaignArea__inner dt,
  .campaignArea__inner dd {
    font-size: calc(100vw / 1000 * 14);
  }
  .campaignArea__inner dt {
    margin-top: calc(100vw / 1000 * 10);
    margin-bottom: calc(100vw / 1000 * 5);
  }
  .campaignArea__inner dt span {
    padding-right: calc(100vw / 1000 * 5);
  }
}

@media screen and (max-width: 767px) {
  .campaignArea__inner {
    padding: calc(100vw / 750 * 355) calc(100vw / 750 * 20) calc(100vw / 750 * 20);
  }
  .campaignArea__inner p {
    font-size: 15px;
  }
  .campaignArea__inner p span {
    font-size: 15px;
  }
  .campaignArea__inner dl {
    margin-top: 15px;
    border-top: 1px solid #4d4d4d;
  }
  .campaignArea__inner dt,
  .campaignArea__inner dd {
    font-size: 13px;
  }
  .campaignArea__inner dt {
    margin: 15px 0 5px;
  }
  .campaignArea__inner dt span {
    padding-right: 0;
  }
  .campaignArea__inner dt:before {
    content: none;
  }
  .campaignArea__inner dd {
    letter-spacing: -2px;
  }
}

/*
    secRecommend
============================================================*/
.secRecommend {
  position: relative;
  margin: 0 -500%;
  padding: 90px 500% 120px;
  background-color: #cebcab;
}

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

/*
    secScene
============================================================*/
.secScene {
  position: relative;
  padding: 110px 0 120px;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f2eeec;
}

.secScene:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 1.1s;
  -o-transition-duration: 1.1s;
  transition-duration: 1.1s;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

.secScene.bg0:after {
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/scene_bg2_pc.jpg);
  opacity: 1;
}

.secScene.bg1:after {
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/scene_bg0_pc.jpg);
  opacity: 1;
}

.secScene.bg2:after {
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/scene_bg1_pc.jpg);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .secScene {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .secScene.bg0:after {
    background-image: url(https://file003.shop-pro.jp/PA01443/798/images/scene_bg0_sp.jpg);
    opacity: 1;
  }
  .secScene.bg1:after {
    background-image: url(https://file003.shop-pro.jp/PA01443/798/images/scene_bg1_sp.jpg);
    opacity: 1;
  }
  .secScene.bg2:after {
    background-image: url(https://file003.shop-pro.jp/PA01443/798/images/scene_bg2_sp.jpg);
    opacity: 1;
  }
}

.secScene__inner {
  position: relative;
  z-index: 2;
}


.sceneLead {
  text-align: center;
}

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

.sceneLead__title {
  margin: 0;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.4;
}

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

.sceneLead__en {
  max-width: 218px;
  margin: 15px auto;
}

@media screen and (max-width: 767px) {
  .sceneLead__en {
    max-width: 164px;
    margin: 10px auto 30px;
  }
}

.sceneLead__text {
  font-size: 15px;
}

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

.sceneList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .sceneList {
    display: block;
    padding: 0 35px;
    margin-top: 10px;
  }
}

.sceneList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 144px;
  background-color: #fff;
  border: 1px solid #ecb0ba;
  font-size: 24px;
  line-height: 1.4;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 8px auto;
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/arrow01_pink.png);
}

.sceneList__item a:hover {
  text-decoration: none;
  background-color: #ecb0ba;
  color: #fff;
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/arrow01.png);
}

@media screen and (min-width: 768px) {
  .sceneList__item {
    width: calc((100% - 40px) / 3);
  }
  .sceneList__item:not(:nth-child(3n)) {
    margin-right: 20px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .sceneList__item a {
    font-size: calc(100vw / 1000 * 24);
  }
}

@media screen and (max-width: 767px) {
  .sceneList__item a {
    height: 118px;
    font-size: 18px;
  }
  .sceneList__item:not(:last-child) {
    margin-bottom: 15px;
  }
}

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

@media screen and (max-width: 767px) {
  .secMagokoro {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: top center;
    background-image: url(https://file003.shop-pro.jp/PA01443/798/images/magokoro_bg02_sp.jpg);
  }
}

.secMagokoro__inner {
  margin: 0 -17px 0 -16px;
  padding: 110px 87px 135px 86px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/magokoro_bg02_pc.png);
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .secMagokoro__inner {
    padding: calc(100vw / 1000 * 110) calc(100vw / 1000 * 87) calc(100vw / 1000 * 135) calc(100vw / 1000 * 86);
  }
}

@media screen and (max-width: 767px) {
  .secMagokoro__inner {
    margin: 0;
    padding: 0 15px;
    background-image: none;
  }
}

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

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

.mogokoroHeadline__image {
  width: 230px;
}

.mogokoroHeadline__image img {
  margin-top: -25px;
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .mogokoroHeadline__image {
    width: calc(100vw / 1000 * 230);
  }
  .mogokoroHeadline__image img {
    margin-top: calc(-1 * (100vw / 1000 * 25));
  }
}

@media screen and (max-width: 767px) {
  .mogokoroHeadline__image {
    max-width: inherit;
    width: 56%;
    margin: 0 auto 10px;
  }
  .mogokoroHeadline__image img {
    margin-top: 0;
  }
}

.mogokoroHeadline__cont {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  color: #fff;
}

.mogokoroHeadline__contTitle {
  margin: 0 0 10px;
  font-size: 46px;
  line-height: 1.2;
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .mogokoroHeadline__contTitle {
    font-size: calc(100vw / 1000 * 46);
  }
}

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

.mogokoroHeadline__contText {
  font-size: 16px;
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .mogokoroHeadline__contText {
    font-size: calc(100vw / 1000 * 16);
  }
}

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

.secMagokoro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.secMagokoro__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc((100% - 45px) / 4);
  padding: 15px 1.5%;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.4;
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .secMagokoro__list {
    margin-top: calc(100vw / 1000 * 20);
  }
  .secMagokoro__list li {
    font-size: calc(100vw / 1000 * 18);
  }
}

@media screen and (min-width: 768px) {
  .secMagokoro__list li:not(:last-child) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .secMagokoro__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .secMagokoro__list li {
    width: calc((100% - 10px) / 2);
    height: 109px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .secMagokoro__list li:nth-child(even) {
    margin-left: 10px;
  }
}

.secMagokoro__more {
  margin: 45px 0 0;
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .secMagokoro__more {
    margin-top: calc(100vw / 1000 * 45);
  }
}

.secMagokoro__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 320px;
  height: 50px;
  line-height: 50px;
  max-height: 50px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

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

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .secMagokoro__btn {
    width: calc(100vw / 1000 * 320);
    height: calc(100vw / 1000 * 50);
    line-height: calc(100vw / 1000 * 50);
    font-size: calc(100vw / 1000 * 20);
  }
}

@media screen and (max-width: 767px) {
  .secMagokoro__btn {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    font-size: 16px;
  }
}

/*
    secKodawari
============================================================*/
.secKodawari {
  position: relative;
  margin: 0 -500%;
  padding: 60px 500% 70px;
  background-color: #fcf2f7;
}

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

.kodawariList {
  position: relative;
}

.kodawariList__main {
  width: 548px;
  margin: 0 auto;
}

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

@media screen and (min-width: 768px) {
  .kodawariList__main {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

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

.kodawariList__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 20px 0;
  position: relative;
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .kodawariList__thumb {
    padding: calc(100vw / 1000 * 15) calc(100vw / 1000 * 20) 0;
  }
}

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

.kodawariList__thumbUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .kodawariList__thumbUnit:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .kodawariList__thumbUnit:nth-of-type(1) dl {
    padding-top: 45px;
  }
  .kodawariList__thumbUnit:nth-of-type(1) dl:after {
    width: 276px;
    top: 118px;
    left: 0;
  }
  .kodawariList__thumbUnit:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .kodawariList__thumbUnit:nth-of-type(2) dl {
    padding-top: 30px;
  }
  .kodawariList__thumbUnit:nth-of-type(2) dl:after {
    width: 137px;
    top: 105px;
    left: 0;
  }
  .kodawariList__thumbUnit:nth-of-type(3) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .kodawariList__thumbUnit:nth-of-type(3) dl {
    padding-top: 5px;
  }
  .kodawariList__thumbUnit:nth-of-type(3) dl:after {
    width: 137px;
    top: 83px;
    left: 0;
  }
  .kodawariList__thumbUnit:nth-of-type(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .kodawariList__thumbUnit:nth-of-type(4) dl {
    padding-top: 45px;
  }
  .kodawariList__thumbUnit:nth-of-type(4) dl:after {
    width: 207px;
    top: 118px;
    right: 0;
  }
  .kodawariList__thumbUnit:nth-of-type(5) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .kodawariList__thumbUnit:nth-of-type(5) dl {
    padding-top: 30px;
  }
  .kodawariList__thumbUnit:nth-of-type(5) dl:after {
    width: 177px;
    top: 105px;
    right: 0;
  }
  .kodawariList__thumbUnit:nth-of-type(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .kodawariList__thumbUnit:nth-of-type(6) dl {
    padding-top: 5px;
  }
  .kodawariList__thumbUnit:nth-of-type(6) dl:after {
    width: 227px;
    top: 83px;
    right: 0;
  }
  .kodawariList__thumbUnit:nth-of-type(n + 4) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .kodawariList__thumbUnit:nth-of-type(n + 4) .kodawariList__thumbImage {
    margin-right: 0;
    margin-left: 25px;
  }
  .kodawariList__thumbUnit:nth-of-type(n + 4) .kodawariList__thumbTitle,
  .kodawariList__thumbUnit:nth-of-type(n + 4) .kodawariList__thumbCont {
    text-align: right;
  }
  .kodawariList__thumbUnit dl {
    position: relative;
  }
  .kodawariList__thumbUnit dl:after {
    content: "";
    display: inline-block;
    height: 2px;
    background-color: #999999;
    position: absolute;
  }
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .kodawariList__thumbUnit {
    margin-bottom: calc(100vw / 1000 * 30);
  }
  .kodawariList__thumbUnit:nth-of-type(1) dl {
    padding-top: calc(100vw / 1000 * 40);
  }
  .kodawariList__thumbUnit:nth-of-type(1) dl:after {
    width: calc(100vw / 1000 * 276);
    top: calc(100vw / 1000 * 118);
  }
  .kodawariList__thumbUnit:nth-of-type(2) dl {
    padding-top: calc(100vw / 1000 * 30);
  }
  .kodawariList__thumbUnit:nth-of-type(2) dl:after {
    width: calc(100vw / 1000 * 137);
    top: calc(100vw / 1000 * 105);
  }
  .kodawariList__thumbUnit:nth-of-type(3) dl {
    padding-top: calc(100vw / 1000 * 5);
  }
  .kodawariList__thumbUnit:nth-of-type(3) dl:after {
    width: calc(100vw / 1000 * 137);
    top: calc(100vw / 1000 * 83);
  }
  .kodawariList__thumbUnit:nth-of-type(4) dl {
    padding-top: calc(100vw / 1000 * 40);
  }
  .kodawariList__thumbUnit:nth-of-type(4) dl:after {
    width: calc(100vw / 1000 * 207);
    top: calc(100vw / 1000 * 118);
  }
  .kodawariList__thumbUnit:nth-of-type(5) dl {
    padding-top: calc(100vw / 1000 * 30);
  }
  .kodawariList__thumbUnit:nth-of-type(5) dl:after {
    width: 177px;
    top: calc(100vw / 1000 * 105);
  }
  .kodawariList__thumbUnit:nth-of-type(6) dl {
    padding-top: calc(100vw / 1000 * 5);
  }
  .kodawariList__thumbUnit:nth-of-type(6) dl:after {
    width: calc(100vw / 1000 * 227);
    top: calc(100vw / 1000 * 83);
  }
  .kodawariList__thumbUnit:nth-of-type(n + 4) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .kodawariList__thumbUnit:nth-of-type(n + 4) .kodawariList__thumbImage {
    margin-left: calc(100vw / 1000 * 25);
  }
}

@media screen and (max-width: 767px) {
  .kodawariList__thumbUnit {
    display: block;
    width: calc((100% - 50px) / 2);
    padding-bottom: 20px;
  }
  .kodawariList__thumbUnit:nth-of-type(even) {
    margin-left: 50px;
  }
}

@media screen and (min-width: 768px) {
  .kodawariList__thumbImage {
    width: 125px;
    margin-right: 25px;
  }
}

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

@media screen and (max-width: 767px) {
  .kodawariList__thumbImage {
    margin: 0;
    text-align: center;
  }
}

.kodawariList__thumbTitle {
  font-size: 20px;
  color: #ecb06d;
  font-family: 'EB Garamond', serif;
  font-weight: normal;
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .kodawariList__thumbTitle {
    font-size: calc(100vw / 1000 * 20);
  }
}

@media screen and (max-width: 767px) {
  .kodawariList__thumbTitle {
    margin: 10px 0 5px;
    text-align: center;
    font-size: 20px;
  }
}

.kodawariList__thumbCont {
  padding: 10px 0 10px;
  font-size: 14px;
  line-height: 1.2;
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .kodawariList__thumbCont {
    font-size: calc(100vw / 1000 * 14);
  }
}

@media screen and (max-width: 767px) {
  .kodawariList__thumbCont {
    padding: 0;
    font-size: 13px;
    text-align: center;
    letter-spacing: -0.5px;
  }
}

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

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

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

.cateList__item {
  width: calc((100% - 20px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 118px;
  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;
}

.cateList__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);
}

.cateList__item:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .cateList__item:nth-of-type(even) {
    margin-left: 20px;
  }
  .cateList__item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cateList__item {
    width: 100%;
    height: 80px;
  }
  .cateList__item:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}

.cateList__itemImage {
  width: 140px;
  background-color: rgba(150, 150, 150, 0.1);
}

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

.cateList__itemText {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  margin: 0;
  padding: 0 15px;
  font-size: 26px;
  line-height: 1.2;
}

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

@media screen and (max-width: 767px) {
  .cateList__itemText {
    font-size: 18px;
    padding: 0 10px;
  }
}

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

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

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

/*
    secRanking
============================================================*/
.secRanking {
  position: relative;
  margin: 0 -500%;
  padding: 90px 500% 120px;
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/ranking_bg01.jpg);
  background-repeat: repeat;
}

.secRanking .itemList__image {
  position: relative;
}

.secRanking .itemList__image img {
  width: 100%;
}

.secRanking .itemList__ranking {
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.secRanking .itemList__ranking img {
  max-width: 100px;
}

.secRanking .itemList__title {
  color: #59493f;
}

.secRanking .itemList__price {
  color: #f0ba7d;
}

@media screen and (max-width: 767px) {
  .secRanking {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .secRanking .itemList__unit:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  .secRanking .itemList__ranking {
    top: -11px;
  }
  .secRanking .itemList__ranking img {
    max-width: 80px;
  }
}

/*
    secGallery
============================================================*/
.secGallery {
  padding: 80px 0 110px;
}

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

@media screen and (min-width: 768px) {
  .galleryList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    padding: 0 22px;
  }
}

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

@media screen and (min-width: 768px) {
  .galleryList__unit li {
    width: 100%;
    margin-bottom: 20px;
  }
  .galleryList__unit:nth-of-type(1) {
    width: calc((((100% - 88px) / 5) * 2) + 22px);
  }
  .galleryList__unit:nth-of-type(1) li {
    width: calc((100% - 22px) / 2);
  }
  .galleryList__unit:nth-of-type(1) li:nth-child(even) {
    margin-left: 22px;
  }
  .galleryList__unit:nth-of-type(2) {
    margin-left: 22px;
    width: calc((((100% - 88px) / 5) * 2) + 22px);
  }
  .galleryList__unit:nth-of-type(3) {
    margin-left: 22px;
    width: calc((100% - 88px) / 5);
  }
  .galleryList__unit:nth-of-type(4) {
    width: calc((((100% - 88px) / 5) * 2) + 22px);
  }
  .galleryList__unit:nth-of-type(5) {
    margin-left: 22px;
    width: calc((((100% - 88px) / 5) * 3) + 44px);
  }
  .galleryList__unit:nth-of-type(5) li {
    width: calc((100% - 44px) / 3);
  }
  .galleryList__unit:nth-of-type(5) li:not(:nth-child(3n)) {
    margin-right: 22px;
  }
}

@media screen and (max-width: 767px) {
  .galleryList__unit li {
    margin-bottom: 12px;
  }
  .galleryList__unit:nth-of-type(1) li {
    width: calc((100% - 12px) / 2);
  }
  .galleryList__unit:nth-of-type(1) li:nth-child(even) {
    margin-left: 12px;
  }
  .galleryList__unit:nth-of-type(2) li {
    width: 100%;
  }
  .galleryList__unit:nth-of-type(3) li {
    width: calc((100% - 12px) / 2);
  }
  .galleryList__unit:nth-of-type(3) li:nth-child(even) {
    margin-left: 12px;
  }
  .galleryList__unit:nth-of-type(4) li {
    width: 100%;
  }
  .galleryList__unit:nth-of-type(5) li {
    width: calc((100% - 12px) / 2);
  }
  .galleryList__unit:nth-of-type(5) li:nth-child(even) {
    margin-left: 12px;
  }
}

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

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

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

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

.voiceList__inner {
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voiceList__inner {
    padding: 20px;
  }
}

.voiceList__inner:after {
  content: "";
  border: 1px solid #ededed;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  left: 5px;
}
.voiceList__unit {
  width: calc((100% - 80px) / 3);
  margin: 0 10px;
  width: calc((100% - 80px) / 3);
  background-color: #fff;
  background-repeat: repeat;
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/voice_bg02.jpg);
  -webkit-box-shadow: 0px 3px 8px 0px rgba(87, 87, 87, 0.15);
  box-shadow: 0px 3px 8px 0px rgba(87, 87, 87, 0.15);
}

.voiceList__contTitle {
  margin: 25px 0 5px;
  font-size: 24px;
  color: #a29282;
  line-height: 1.16;
}

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

.voiceList__contMeta {
  font-size: 18px;
}

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

.voiceList__contText {
  margin-top: 20px;
  font-size: 14px;
  color: #59493f;
  font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", "sans-serif";
}

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

.voiceList .slick-arrow {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.voiceList .slick-arrow:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .voiceList .slick-arrow {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

.voiceList .slick-prev {
  left: 50%;
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/slide_arrow_prev.png);
  margin-left: calc(-1 * (((100% - 80px) / 3) / 2) - 50px);
}

@media screen and (max-width: 767px) {
  .voiceList .slick-prev {
    left: -10px;
    margin-left: 0;
  }
}

.voiceList .slick-next {
  right: 50%;
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/slide_arrow_next.png);
  margin-right: calc(-1 * (((100% - 80px) / 3) / 2) - 50px);
}

@media screen and (max-width: 767px) {
  .voiceList .slick-next {
    right: -10px;
    margin-right: 0;
  }
}

.btnArea {
  text-align: center;
  margin-top: 60px;
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .instaList__item {
    width: calc((100% - 60px) / 4);
  }
  .instaList__item:not(:nth-of-type(4n)) {
    margin-right: 20px;
  }
  .instaList__item:nth-of-type(n + 5) {
    margin-top: 20px;
  }
}

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

/*
    secFlow
============================================================*/
.secFlow {
  position: relative;
  margin: 0 -500%;
  padding: 90px 500% 120px;
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/flow_bg01.jpg);
  background-repeat: repeat;
}

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

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

@media screen and (max-width: 767px) {
  .flowList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.flowList__unit {
  background-color: #fff;
  background-repeat: repeat;
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/flow_bg02.jpg);
  -webkit-box-shadow: 0px 3px 8px 0px rgba(87, 87, 87, 0.15);
  box-shadow: 0px 3px 8px 0px rgba(87, 87, 87, 0.15);
  position: relative;
  padding: 0 1.5% 30px;
}

.flowList__unit:nth-of-type(1) .flowList__title {
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/flow_icon01.png);
}

.flowList__unit:nth-of-type(2) .flowList__title {
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/flow_icon02.png);
}

.flowList__unit:nth-of-type(3) .flowList__title {
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/flow_icon03.png);
}

.flowList__unit:nth-of-type(4) .flowList__title {
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/flow_icon04.png);
}

.flowList__unit:nth-of-type(5) .flowList__title {
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/flow_icon05.png);
}

.flowList__unit:nth-of-type(6) .flowList__title {
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/flow_icon06.png);
}

@media screen and (min-width: 768px) {
  .flowList__unit {
    width: calc((100% - 40px) / 6);
  }
  .flowList__unit:not(:last-of-type) {
    margin-right: 8px;
  }
  .flowList__unit:not(:last-of-type):after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 11px;
    border-color: transparent transparent transparent #b2a08f;
    position: absolute;
    top: 50%;
    right: -11px;
    margin-top: -8px;
    z-index: 1;
  }
}

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

.flowList__title {
  padding-top: 85px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  background-repeat: no-repeat;
  background-position: center 24%;
  background-size: 56%;
  white-space: nowrap;
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .flowList__title {
    padding-top: calc(100vw / 1000 * 85);
    font-size: calc(100vw / 1000 * 18);
  }
}

@media screen and (max-width: 767px) {
  .flowList__title {
    padding-top: calc(100vw / 750 * 165);
    font-size: 18px;
  }
}

.flowList__titleNum {
  display: block;
  font-family: 'EB Garamond', serif;
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 15px;
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .flowList__titleNum {
    font-size: calc(100vw / 1000 * 35);
  }
}

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

.flowList__cont {
  margin-top: 20px;
  text-align: center;
  color: #59493f;
  font-size: 14px;
  font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", "sans-serif";
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .flowList__cont {
    margin-top: calc(100vw / 1000 * 20);
    font-size: calc(100vw / 1000 * 14);
  }
}

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

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

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

.contactHeadline {
  text-align: center;
}

.contactHeadline_text01 {
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .contactHeadline_text01 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.contactHeadline_text02 {
  font-size: 32px;
  color: #ad8956;
}

@media screen and (max-width: 767px) {
  .contactHeadline_text02 {
    font-size: 24px;
    line-height: 1.3;
  }
}

.contactInfo {
  margin: 30px auto 0;
  max-width: 840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .contactInfo {
    display: block;
    margin: 15px 60px 0;
    max-width: inherit;
  }
}

.contactInfo__unit {
  height: 154px;
  border: 1px solid #ded5c8;
  background-color: #fff;
  padding: 0 18px 20px;
}

@media screen and (min-width: 768px) {
  .contactInfo__unit {
    width: calc((100% - 60px) / 3);
  }
  .contactInfo__unit:not(:last-of-type) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contactInfo__unit:nth-of-type(n + 2) {
    margin-top: 14px;
  }
}

.contactInfo__title {
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  border-bottom: 1px solid #ded5c8;
  text-align: center;
  font-family: 'EB Garamond', serif;
}

.contactInfo__cont {
  height: calc(100% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contactInfo__cont p {
  margin: 0;
  font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", "sans-serif";
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

.contactInfo__contTel {
  display: block;
  margin: 0 0 15px;
  text-align: center;
  font-family: 'EB Garamond', serif;
  font-size: 27px;
}

.contactInfo__contBtn {
  display: block;
  width: 86%;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  font-size: 13px;
  text-align: center;
  color: #fff;
  background-image: url(https://file003.shop-pro.jp/PA01443/798/images/contact_bg_btn.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}

.contactInfo__contBtn:hover {
  text-decoration: none;
  opacity: 0.8;
}
