@charset "UTF-8";

/*! 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 {

  font-family: 游明朝体,
    Yu Mincho,
    YuMincho,
    ヒラギノ明朝 Pro,
    Hiragino Mincho Pro,
    MS P明朝,
    MS PMincho,
    serif;
}

.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%;
}

.padeMv {
  margin: 0 0 60px;
}

.monthSelect {
  display: flex;
  gap: 0 2%;
  padding: 0;
}

.monthSelect__month {
  display: block;
  font-weight: bold;
  font-size: 4.8vw;
}

.monthSelect__listItem {
  text-align: center;
  width: 32%;
  background: #f5f5f5 url(../images/arrow_b_w.svg) no-repeat center bottom 3px/ 10px;
  padding: 4px 0 10px;
  border-radius: 12px 12px 0 0;
  font-size: 3vw;
  color: #c1c1c1;
}

.monthSelect__listItem.active {
  background: #33AC5E url(../images/arrow_b_w.svg) no-repeat center bottom 3px / 10px;
  color: #fff;
}

.kv-thumb img {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}

.pageTrigger {}

.pageTrigger-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 6px;
  padding: 0 8px;
  margin: 0 auto 70px;
}

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

.pageTrigger-list li a {
  display: block;
  font-size: 18px;
  text-align: center;
  color: #FAF2BB;
  font-weight: 900;
  /* background: #1A432D url(../images/arrow_b.svg) no-repeat center bottom 6px;
  padding: 10px 10px 20px; */
}

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


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

}

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

.sec {
  background: #fff;
}


.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;
  background: #F8638E;
  color: #FFF;
  font-size: 3.7333333333vw;
  line-height: 1;
  padding: 8px 0;

}

.btnMore a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 16vw;
  margin: 10.6666666667vw auto 0;
  background: #474545;
  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: "";
}

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

.sp {
  display: block;
}

.pc {
  display: none;
}

.coming {
  font-size: 6vw;
  padding: 100px 0 0;
  min-height: 600px;
  background: #f5f5f5;
  text-align: center;
}

.month {
  display: none;
}

.month.show {
  display: block;
}

.month.hide {
  display: none;
}

/* 6月 */
#month1 {
  font-family: 游明朝体,
    Yu Mincho,
    YuMincho,
    ヒラギノ明朝 Pro,
    Hiragino Mincho Pro,
    MS P明朝,
    MS PMincho,
    serif;
}

#month1 .pageDesc {
  font-family: 游明朝体,
    Yu Mincho,
    YuMincho,
    ヒラギノ明朝 Pro,
    Hiragino Mincho Pro,
    MS P明朝,
    MS PMincho,
    serif;
}

#month1 .pageDesc p {
  font-size: 18px;
}

#month1 .pageTrigger-list li a {
  display: block;
  font-size: 18px;
  text-align: center;
  color: #A496CD;
  border: solid 1px #A496CD;
  border-radius: 100%;
  padding: 16px 0;
  font-weight: 900;
}

#month1 .slick-dots li button {
  background-color: #CCCCCC;
  border: solid 1px #CCCCCC;
}

#month1 .slick-prev {
  background-image: url(../images/summer/june/arrow-prev.png);
}

#month1 .slick-next {
  background-image: url(../images/summer/june/arrow-next.png);
}

#month1 .slick-dots li.slick-active button {
  background: #A496CD;
  border: solid 1px #A496CD;
}

#month1 .itemSlider img {
  border: solid 1px #A496CD;
  border-radius: 10px;
}

#month1 .btnBuy {
  background: #A496CD;
  font-size: 12px;
}

#month1 .btnMore {
  margin: 10.6666666667vw 0 0;
}

#month1 .btnMore a {
  background: #A496CD;
  margin: 0 auto 20px;
  font-size: 18px;
}

#month1 .sec {
  padding: 80px 0 100px
}

#month1 .sec__title {
  color: #A496CD;
  font-size: 50px;
  border: none;
  font-weight: 600;
}

#month1 .sec__text {
  font-size: 16px;
}

#month1 #sec1,
#month1 #sec3 {
  background: #FBF9F7;
}

#month1 .sec__text,
#month1 .setItem-inner {
  font-family: 游明朝体,
    Yu Mincho,
    YuMincho,
    ヒラギノ明朝 Pro,
    Hiragino Mincho Pro,
    MS P明朝,
    MS PMincho,
    serif;
}

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

#month1 .recommend {
  padding: 40px 0 0;
  margin: 40px auto 0;
  background: none;
  width: calc(100% - 44px);
  border-top: solid 1px #A496CD;
}

#month1 .recommend-head {
  color: #474545;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  border: none;
  padding: 0;
}

#month1 .recommend-head span {
  color: #A496CD;
  text-align: center;
  font-size: 26px;
  display: block;
  font-weight: 500;
}

#month1 .recommendItem a {
  font-family: 游明朝体,
    Yu Mincho,
    YuMincho,
    ヒラギノ明朝 Pro,
    Hiragino Mincho Pro,
    MS P明朝,
    MS PMincho,
    serif;
}




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

  .sp {
    display: none;
  }

  .coming {
    font-size: 60px;

  }

  .monthSelect {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    gap: 0 2%;
  }

  .monthSelect__month {

    font-size: 24px;
  }

  .monthSelect__listItem {
    padding: 8px 0 20px;
    font-size: 18px;
    background: #f5f5f5 url(../images/arrow_b_w.svg) no-repeat center bottom 6px/ 14px;
  }

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

  .monthSelect__listItem.active {
    background: #33AC5E url(../images/arrow_b_w.svg) no-repeat center bottom 6px/ 14px;
    color: #fff;
  }

  .header {
    padding: 1vw 0;
  }

  .pageTrigger-list {
    gap: 10px;
    max-width: 530px;
  }

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

  /* .pageTrigger-list li a {
    font-size: 24px;
    background: #1A432D url(../images/arrow_b.svg) no-repeat center bottom 6px /22px;
    padding: 10px 10px 26px;
  } */



  .pageTrigger-list li a img {
    width: 100%;
    margin-bottom: 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 {
    background: #F2F3F3;
    padding: 0 0 150px
  }

  #sec1 {
    padding: 120px 0 150px
  }

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


  .sec__text {
    font-size: 18px;
  }

  .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: 18px;
  }

  .recommend {
    padding: 100px 0 0;
  }

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

  .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: 14px;
  }

  /* 6月 */
  #month1 {}

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

  #month1 .pageTrigger-list li a {
    font-size: 28px;
  }



  #month1 .slick-prev {
    background-image: url(../images/summer/june/arrow-prev.png);
  }

  #month1 .slick-next {
    background-image: url(../images/summer/june/arrow-next.png);
  }

  #month1 .slick-dots li.slick-active button {
    background: #A496CD;
    border: solid 1px #A496CD;
  }

  #month1 .itemSlider img {
    border: solid 1px #A496CD;
    border-radius: 10px;
  }

  #month1 .btnBuy {
    background: #A496CD;
    font-size: 12px;

  }

  #month1 .btnMore {
    margin: 60px 0 0;
  }

  #month1 .btnMore a {
    font-family: 游明朝体,
      Yu Mincho,
      YuMincho,
      ヒラギノ明朝 Pro,
      Hiragino Mincho Pro,
      MS P明朝,
      MS PMincho,
      serif;
  }

  #month1 .btnBuy {
    background: #A496CD;
    font-size: 14px;
  }

  #month1 .sec {
    padding: 80px 0 100px
  }

  #month1 .sec__title {
    color: #A496CD;
    font-size: 50px;
    border: none;
    padding: 0;
  }

  #month1 .sec__text {
    font-size: 18px;
  }


  #month1 .setItem-name,
  #month1 .setItem-price {
    font-size: 18px;
  }

  #month1 .recommend {
    padding: 30px 60px 0;
    margin: 60px auto 0;
    max-width: 1024px;
    border-bottom: solid 1px #A496CD;
  }

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

  #month1 .recommend-head span {
    font-size: 30px;
  }



}

@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;
  }
}