@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Allison&display=swap');

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

body * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

img {
  vertical-align: bottom;
}

article,
footer,
header,
section {
  display: block;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

b {
  font-weight: inherit;
}

b {
  font-weight: bolder;
}

code {
  font-size: 1em;
  font-family: monospace, monospace;
}

img {
  border-style: none;
  vertical-align: top;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  line-height: 1.15;
  font-family: sans-serif;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  border: none;
}

button:focus,
html [type="button"]:focus,
[type="reset"]:focus,
[type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

li {
  list-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  width: 100%;
  min-width: 320px;
  color: #3f3c3c;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, sans-serif;
}

a,
a:visited,
a:active,
a:hover {
  text-decoration: none;
}

select,
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font: inherit;
  cursor: pointer;
}

select:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
}

body {}

.header {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2.6666666667vw 0;
}

.curucuruLogo {
  width: 107px;
  margin: 0 auto;
}

.curucuruLogo a img {
  width: 100%;
}

img {
  max-width: 100%;
}


.pageDesc {
  padding: 50px 16px;
  text-align: center;
  font-family: 游ゴシック体,
    YuGothic,
    游ゴシック Medium,
    Yu Gothic Medium,
    游ゴシック,
    Yu Gothic,
    sans-serif;

}

.pageDesc p {
  font-size: 16px;
  line-height: 1.8;
}



.pageTrigger {}

.pageTrigger__title {
  text-align: center;
  font-size: 20px;
  margin: 0 0 20px;
}

.pageTrigger-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 12px;
  padding: 0 20px;
  margin: 0 auto 60px;
}

.pageTrigger-list li {
  width: calc((100% - 24px)/3);
}

.pageTrigger-list li:nth-of-type(1) {
  background: #FFF6F8;
  border: solid 1px #F8B2C2;
}

.pageTrigger-list li:nth-of-type(2) {
  background: #EAF6FF;
  border: solid 1px #9FD2F9;
}

.pageTrigger-list li:nth-of-type(3) {
  background: #FFFEDA;
  border: solid 1px #FDD97E;
}

.pageTrigger-list li:nth-of-type(4) {
  background: #F1FFF3;
  border: solid 1px #85D589;
}

.pageTrigger-list li:nth-of-type(5) {
  background: #FFF6F8;
  border: solid 1px #F8B2C2;
}

.pageTrigger-list li a {
  display: grid;
  place-items: center;
  font-size: 16px;
  text-align: center;
  padding: 0 0 20px;
  line-height: 1.2;
  background: url(../images/arrow_b_black.svg) no-repeat center bottom 6px;
  color: #000;
}

.pageTrigger-list li a img {
  display: block;
  margin: 0 auto 8px
}


.sec-banner {
  padding: 19.4666666667vw 2.6666666667vw 8vw;
  background-color: #fff;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, sans-serif;
}

.sec-banner-head {
  margin-bottom: 36px;
  font-size: 23px;
  text-align: center;
}

.sec-banner-inner {
  border-bottom: 1px solid #ccc;
}

.sec-banner-inner-item {
  border-top: 1px solid #ccc;
}

.sec-banner .curucuruLogo {
  margin-top: 14.4vw;
}

.banner {
  padding: 14px 0;
}

.banner a {
  display: flex;
  color: #000;
}

.banner+.banner {
  border-top: 1px solid #ccc;
}

.banner-thumb {
  flex-shrink: 0;
  width: 136px;
}

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

.banner-head {
  margin-top: 2.6666666667vw;
  margin-left: 5.3333333333vw;
  font-size: 3.7333333333vw;

}

.btnBuy {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 30vw;
  color: #FFF;
  font-size: 3.7333333333vw;
  line-height: 1;
  padding: 8px 0;
  background: #3F3F3F;
}



.btnMore a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 16vw;
  margin: 10.6666666667vw auto 0;

  color: #FFF;
  font-size: 3.7333333333vw;
  line-height: 1.25;
  text-align: center;
}



.btnMore a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 26px;
  width: 12px;
  height: 18px;
  transform: translateY(-50%);
  background-image: url(../images/arrow-right-w.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}

.btnMore--scene1 a {
  background: #F8B2C2;
}

.btnMore--scene2 a {
  background: #9FD2F9;
}

.btnMore--scene3 a {
  background: #FDD97E;
}

.btnMore--scene4 a {
  background: #85D589;
}

.btnMore--scene5 a {
  background: #F8B2C2;
}

.scrolltop {
  z-index: 10;
  position: fixed;
  right: 1em;
  bottom: 1em;
}

.scrolltop a {
  display: block;
  width: 40px;
}

.scrolltop a img {
  width: 100%;
}

.btnBack {
  margin: 40px 30px 0;
}

.btnBack+.btnBack {
  margin: 10px 30px 0;
}

.btnBack a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border: 1px solid #001220;
  color: #001220;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  transition: background-color 0.1s ease;
}

.btnBack a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 14px;
  transform: translateY(-50%);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAgCAYAAADwvkPPAAAAWklEQVR4Ae3WMQ6AUAgD0H8k55+C3kRvojfXdOvgZheTNmHkESYYmm3OZTjSwLkCd3fvFoj1CeRqAhnAqiNgwID/Btn0hnFIoECBfBCPsAESELgskIIGyPdSPV/mL/c3hVMyAAAAAElFTkSuQmCC);
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}

.thoughts {
  margin: 100px 0 0;
}

.thoughts span {
  display: block;
}

.thoughts-btn {
  background: #667179;
  color: #fff;
  display: flex;
  gap: 0 8px;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  height: 60px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}

.thoughts-btn:after {
  display: block;
  content: "";
  background: url(../images/pencil.png) center / cover;
  height: 16px;
  width: 16px;
}

.fadein {
  transform: translateY(5%);
  opacity: 0;
  transition: all 0.4s ease;
}

.fadein.is-fadein {
  transform: translateY(0);
  opacity: 1;
}

.footer {
  padding-bottom: 40px;
}

.footer .curucuruLogo {
  width: 150px;
  margin-top: 30px;
}



.sec {
  padding: 80px 0 100px
}

#scene1 {
  background: #FFF6F9;
}

#scene2 {
  background: #EAF6FF;
}

#scene3 {
  background: #FFFEDA;
}

#scene4 {
  background: #F1FFF3;
}

#scene5 {
  background: #FFF6F9;
}

.sec__enTitle {
  font-family: "Allison",
    cursive;
  display: block;
  font-size: 50px;
}

.sec__title {

  color: #3f3f3f;
  font-weight: 600;
  margin: 0 auto 60px;
  font-size: 24px;
  text-align: center;

}

.sec__text {
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, sans-serif;
  font-weight: 500;
  line-height: 2;
  margin: 0 auto 50px;
  color: #474545;
  text-align: center;
  padding: 0 20px;
  font-size: 16px;
}

.coupon {
  background: #f5f5f5;
  padding: 60px 10px;
  margin: 0 auto 80px;
  width: calc(100% - 30px);
}

.coupon__img {
  margin: 0 0 30px;
}

.coupon__list {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}

.coupon__listItem {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.coupon__copy {
  display: block;
  font-size: 32px;
  font-weight: bold;
  margin: 15px 0 4px;
  border: solid 2px #000;
  padding: 12px 0;
}

.coupon__copymsg {
  display: block;
  visibility: hidden;
  color: #cf6767;
  font-size: 14px;
}

.coupon__copymsg.show {
  visibility: visible;
}

.point {
  border-top: solid 1px #3F3F3F;
  border-bottom: solid 1px #3F3F3F;
  margin: 60px auto 30px;
  padding: 30px 0 60px;
  width: calc(100% - 40px);
  text-align: center;
}

.point__enTitle {
  font-family: "Allison",
    cursive;
  display: block;
  font-size: 50px;
}

.point__title {
  text-align: center;
  font-size: 20px;
  line-height: 2;
  margin: 0 0 20px;
}


.point__marker {}

.point__marker--scene1 {
  background: linear-gradient(transparent 60%, #F8B2C2 60%);
}

.point__marker--scene2 {
  background: linear-gradient(transparent 60%, #9FD2F9 60%);
}

.point__marker--scene3 {
  background: linear-gradient(transparent 60%, #FDD97E 60%);
}

.point__marker--scene4 {
  background: linear-gradient(transparent 60%, #86D58A 60%);
}

.point__marker--scene5 {
  background: linear-gradient(transparent 60%, #F8B2C2 60%);
}

.point__content {
  background: #fff;
  border: solid 1px #3F3F3F;
  padding: 40px 0 60px;
}

.point__content--scene1 {
  background: #fff url(../images/flower1.png) no-repeat right 5px bottom 6px / 75px;
}

.point__content--scene2 {
  background: #fff url(../images/flower2.png) no-repeat right 5px bottom 6px / 75px;
}

.point__content--scene3 {
  background: #fff url(../images/flower3.png) no-repeat right 5px bottom 6px / 75px;
}

.point__content--scene4 {
  background: #fff url(../images/flower4.png) no-repeat right 5px bottom 6px / 75px;
}

.point__content--scene5 {
  background: #fff url(../images/flower5.png) no-repeat right 5px bottom 6px / 75px;
}

.point__text {
  font-size: 16px;
  line-height: 1.7;
}

.recommend {
  padding: 0 20px;
}

.recommend__enTitle {
  font-family: "Allison",
    cursive;
  display: block;
  font-size: 50px;
  text-align: center;
}

.recommend-head {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
}

.recommend-head img {
  display: block;
  width: 80%;

}

.recommend-body {
  flex-shrink: 0;
}

.recommend-body .btnMore {
  padding: 0 23px;
}

.recommend-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  gap: 30px 10px;
}

.recommendItem a {
  color: #474545;
}

.recommendItem img {
  width: 100%;
}

.recommendItem-brand {
  margin-top: 10px;
  font-size: 14px;
}

.recommendItem-price {
  margin-top: 6px;
  font-size: 14px;
}

.recommendItem-discount {
  color: #F02727;
  margin: 0 0 0 6px;
}

.recommend-list .recommendItem-brand {
  font-size: 12px;
  font-weight: bold;
}

.recommendItem-cat {
  font-weight: bold;
  font-size: 14px;
}


/* スライダー部分 */

.itemSlider {
  position: relative;
  overflow: hidden;
}

.itemSlider img {
  margin: 0 5px;
}

.setItems {
  display: none;
  margin: 40px auto 0;
}

.setItems.isCurrent {
  display: block;
}

.setItem:not(:first-of-type) {
  margin-top: 18px;
}

.setItem-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 23px;
  color: #3F3F3F;

}

.setItem-name {
  font-size: 3.7333333333vw;
}

.setItem-body {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
}

.setItem-price {
  font-size: 14px;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #CCCCCC;
  border: solid 1px #CCCCCC;
  text-indent: -200vw;
  cursor: pointer;
}

.slick-dots .slick-active button {
  background-color: #F8B2C2;
  border: solid 1px #F8B2C2;
}

#scene2 .slick-dots .slick-active button {
  background-color: #9FD2F9;
  border: solid 1px #9FD2F9;
}

#scene3 .slick-dots .slick-active button {
  background-color: #FDD97E;
  border: solid 1px #FDD97E;
}

#scene4 .slick-dots .slick-active button {
  background-color: #86D58A;
  border: solid 1px #86D58A;
}

#scene5 .slick-dots .slick-active button {
  background-color: #F8B2C2;
  border: solid 1px #F8B2C2;
}

.slick-prev {
  z-index: 30;
  position: absolute;
  top: 50%;
  left: 280px;
  width: 60px;
  height: 60px;
  transform: translateY(-50%) translateX(-50%);
  background-image: url(../images/arrow-prev.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: unset;
  text-indent: -200vw;
  cursor: pointer;
}

#scene2 .slick-prev {
  background-image: url(../images/arrow-prev2.svg);
}

#scene3 .slick-prev {
  background-image: url(../images/arrow-prev3.svg);
}

#scene4 .slick-prev {
  background-image: url(../images/arrow-prev4.svg);
}

#scene5 .slick-prev {
  background-image: url(../images/arrow-prev.svg);
}

.slick-next {
  z-index: 30;
  position: absolute;
  top: 50%;
  right: 280px;
  width: 60px;
  height: 60px;
  transform: translateY(-50%) translateX(50%);
  background-image: url(../images/arrow-next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: unset;
  text-indent: -200vw;
  cursor: pointer;
}

#scene2 .slick-next {
  background-image: url(../images/arrow-next2.svg);
}

#scene3 .slick-next {
  background-image: url(../images/arrow-next3.svg);
}

#scene4 .slick-next {
  background-image: url(../images/arrow-next4.svg);
}

#scene5 .slick-next {
  background-image: url(../images/arrow-next.svg);
}



@media screen and (max-width: 768px) {
  .slick-next {
    right: 28px;
    width: 50px;
    height: 50px;
  }

  .slick-prev {
    left: 28px;
    width: 50px;
    height: 50px;
  }

}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  .coming {
    font-size: 60px;

  }

  .header {
    padding: 1vw 0;
  }


  .pageTrigger {}

  .pageTrigger__title {
    font-size: 25px;
  }

  .pageTrigger-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 10px;
    padding: 0 20px;
    margin: 0 auto 60px;
    max-width: 600px;
  }

  .pageTrigger-list li {
    width: calc((100% - 40px)/5);
  }

  .pageTrigger-list li a {
    display: grid;
    place-items: center;
    font-size: 16px;
    text-align: center;
    padding: 0 0 20px;
    line-height: 1.2;
    background: url(../images/arrow_b_black.svg) no-repeat center bottom 6px;
    color: #000;
  }

  .pageTrigger-list li a img {
    display: block;
    margin: 0 auto 8px
  }


  .pageDesc {
    padding: 40px 0 60px;
    background-size: 480px auto;
  }

  .pageDesc p {
    font-size: 20px;
  }

  .sec-banner {
    padding: 110px 0 60px;
  }

  .sec-banner-inner {
    width: 800px;
    margin: 0 auto;
  }

  .sec-banner-inner-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px 0;
    gap: 1.8vw;
  }

  .sec-banner .curucuruLogo {
    margin-top: 6vw;
  }

  .banner {
    padding: 0;
    transition: opacity 0.2s ease;
  }

  .banner+.banner {
    border-top: none;
  }

  .banner-thumb {
    width: 187px;
  }

  .banner-head {
    margin-top: 0;
    margin-left: 2vw;
    font-size: 1.6vw;
  }

  .banner:hover {
    opacity: 0.8;
    transition: opacity 0.1s ease;
  }

  .btnBuy {
    width: 150px;
    height: 34px;
    font-size: 18px;

  }

  .btnBuy:hover {
    opacity: 0.7;
  }

  .btnMore a {
    width: 400px;
    height: 70px;
    margin: 60px auto 0;
    font-size: 16px;
    font-family: 游ゴシック体,
      YuGothic,
      游ゴシック,
      Yu Gothic,
      sans-serif;
  }

  .btnMore a:hover {
    opacity: 0.7;
  }

  .scrolltop a {
    width: 50px;
  }

  .btnBack {
    max-width: 400px;
    margin: 40px auto 0;
  }

  .btnBack+.btnBack {
    margin: 10px auto 0;
  }

  .btnBack a:after {
    right: 18px;
  }

  .btnBack a:hover {
    background-color: #001220;
    color: #fff;
    transition: background-color 0.1s ease;
  }

  .btnBack a:hover:after {
    background-image: url(../images/arrow-right-w.svg);
  }

  .thoughts-btn {
    max-width: 400px;
    margin: 40px auto 0;
  }

  .sec {
    padding: 120px 0 150px
  }

  .sec__enTitle {
    font-size: 78px;
  }

  .sec__title {
    max-width: 1000px;
    padding: 16px 0;
    margin: 0 auto 40px;
    font-size: 38px;
  }


  .sec__text {
    font-size: 18px;
  }


  .coupon {
    background: #f5f5f5;
    padding: 60px 10px;
    margin: 0 auto 60px;
    width: 100%;
    max-width: 1350px;
  }

  .coupon__img {
    max-width: 740px;
    margin: 0 auto 50px;
  }

  .coupon__list {
    max-width: 950px;
    flex-direction: row;
    margin: 0 auto;
    gap: 0 30px;
  }

  .coupon__listItem {
    width: calc((100% - 30px)/2);
  }

  .coupon__copy {
    display: block;
    font-size: 32px;
    font-weight: bold;
    margin: 15px 0;
    border: solid 2px #000;
    padding: 12px 0;
  }

  .coupon__copy:hover {
    cursor: pointer;
    opacity: 0.6;
  }

  .point {

    margin: 60px auto 0;
    padding: 30px 0 60px;
    max-width: 1000px;

  }

  .point__enTitle {
    font-size: 78px;
  }

  .point__title {
    font-size: 30px;
    margin: 0 0 60px;
  }

  .point__content {
    background: #fff;
    border: solid 1px #3F3F3F;
    padding: 40px 0 60px;
    max-width: 850px;
    margin: 0 auto;
  }

  .point__content--scene1 {
    background: #fff url(../images/flower1.png) no-repeat right 8px bottom 15px / 100px;
  }

  .point__content--scene2 {
    background: #fff url(../images/flower2.png) no-repeat right 8px bottom 15px / 100px;
  }

  .point__content--scene3 {
    background: #fff url(../images/flower3.png) no-repeat right 8px bottom 15px / 100px;
  }

  .point__content--scene4 {
    background: #fff url(../images/flower4.png) no-repeat right 8px bottom 15px / 100px;
  }

  .point__content--scene5 {
    background: #fff url(../images/flower1.png) no-repeat right 8px bottom 15px / 100px;
  }

  .point__text {
    font-size: 23px;
    line-height: 1.7;
  }

  .recommend {
    padding: 60px 0 0;
  }

  .recommend__enTitle {
    font-size: 78px;
  }

  .recommend-head {
    width: 800px;
    margin-inline: auto;
    font-size: 30px;
    font-weight: 500;
  }

  .recommend-head img {
    width: 340px;
    margin-inline: auto;
    transform: translateX(-53px);
  }



  .recommend-head img.recommend-img500 {
    width: 500px;
  }

  .recommend-body {
    padding-top: 30px;
  }

  .recommend-body .btnMore {
    padding: 0;
  }

  .recommend-items {
    display: flex;
    justify-content: center;
  }

  .recommendItem {
    width: 190px;
  }

  .recommendItem-brand {
    margin-top: 20px;
    font-size: 16px;
  }

  .recommend-list .recommendItem-brand {
    font-size: 14px;
    font-weight: bold;
  }

  .recommendItem-cat {
    font-weight: bold;
  }

  .recommendItem-price {
    font-size: 16px;
  }





  /* スライダー部分 */
  .itemSlider {
    max-width: 1024px;
    margin: 0 auto;
  }

  .footer {
    padding-bottom: 80px;
  }

  .footer .curucuruLogo {
    width: 260px;
    margin-top: 80px;
  }

  .itemSlider img {
    margin: 0 10px;
  }

  .setItems {
    max-width: 500px;
    margin: 50px auto 0;
  }

  .setItem-inner {
    padding: 0;
  }

  .setItem-name,
  .setItem-price {
    font-size: 16px;
  }





}

@media screen and (min-width: 1000px) {
  .header {
    padding: 10px 0;
  }

  .sec-banner-inner-item {
    gap: 18px;
  }

  .sec-banner .curucuruLogo {
    margin-top: 60px;
  }

  .banner-head {
    margin-left: 20px;
    font-size: 16px;
  }
}