@charset "UTF-8";

/*--------------------------------
           カスタムプロバティ
 --------------------------------*/
:root {
  --background-color: #F8F8FB;
  --moon-button-color: #EAE1E3;
}

/* ▼ カテゴリー ▼ */
.item[data-cate=hairCare]::before {
  content: "ヘアケア";
  color: #74918F;
  background: #C9E2E0;
}

.item[data-cate=aroma]::before {
  content: "アロマ";
  color: #ffffff;
  background: #eac3de;
}

.item[data-cate=oralCare]::before {
  content: "オーラルケア";
  color: #ffffff;
  background: #8acbd6;
}

.item[data-cate=bodyCare]::before {
  content: "ボディケア";
  color: #fefdf3;
  background: #f9d4b3;
}

.item[data-cate=skinCare]::before {
  content: "スキンケア";
  color: #cbcb47;
  background: #fffde4;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.15);
}

.item[data-cate=drink]::before {
  content: "ドリンク";
  color: #64b3bc;
  background: #e3fbf3;
}

.item[data-cate=makeUp]::before {
  content: "メイクアップ";
  color: #ed8d76;
  background: #fde4e1;
}

.item[data-cate=goods]::before {
  content: "雑貨";
  color: #908E7F;
  background: #EFEDDF;
}

.item[data-cate=innerCare]::before {
  content: "インナーケア";
  color: #c296a9;
  background: #f4e7e7;
}

.item[data-cate=handCare]::before {
  content: "ハンドケア";
  color: #fefdf3;
  background: #d7ac86;
}

.item[data-cate=homeCare]::before {
  content: "ホームケア";
  color: #fefdf3;
  background: #e0c76e;
}

.item[data-cate=kit]::before {
  content: "キット";
  color: #4eb6ea;
  background: #e5f1fa;
}

.item[data-cate=bath]::before {
  content: "バス";
  color: #ffffff;
  background: #a0e3e8;
}

.item[data-cate=etiquette]::before {
  content: "エチケット";
  color: #cd94bc;
  background: #fceff6;
}

.item[data-cate=laundry]::before {
  content: "ランドリー";
  color: #fceff6;
  background: #edbbde;
}

.item[data-cate=uv]::before {
  content: "UV/サンケア";
  color: #efc337;
  background: #fcedbe;
}

.item[data-cate=baby]::before {
  content: "ママ&ベビー";
  color: #b6b6b6;
  background: #ffe7ec;
}

.item[data-cate=femtech]::before {
  content: "フェムケア";
  color: #d97daf;
  background: #fbdaf1;
}

.item[data-cate=tea]::before {
  content: "ティー";
  color: #725236;
  background: #e1dbd4;
}

.item[data-cate=food-drink]::before {
  content: "フード・飲料";
  color: #3cb0bd;
  background: #d2f8eb;
}

.item[data-cate=fragrance]::before {
  content: "フレグランス";
  color: #ffffff;
  background: #8ce1b2;
}

.item[data-cate=makeup]::before {
  content: "メイク";
  color: #ffffff;
  background: #f2d8f6;
}

/* ▲ カテゴリー ▲ */



@font-face {
  font-family: "GoudyTrajan";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("/page/LP/NewItemCalendar/fonts/GoudyTrajan-Regular-trial.otf") format("opentype"), url("../fonts/GoudyTrajan-Regular-trial.woff") format("woff"), url("../fonts/GoudyTrajan-Regular-trial.woff2") format("woff2");
}

@font-face {
  font-family: "TrajanPro-Bold";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("/page/LP/NewItemCalendar/fonts/TrajanPro-Bold.otf") format("opentype"), url("../fonts/TrajanPro-Bold.woff") format("woff"), url("../fonts/TrajanPro-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "こぶりなゴシックW3";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("/page/LP/NewItemCalendar/fonts/こぶりなゴシックSTDN W3.otf") format("opentype"), url("../fonts/こぶりなゴシックSTDN W3.woff") format("woff"), url("../fonts/こぶりなゴシックSTDN W3.woff2") format("woff2");
}

@font-face {
  font-family: "こぶりなゴシックW6";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("/page/LP/NewItemCalendar/fonts/こぶりなゴシックSTDN W6.otf") format("opentype"), url("../fonts/こぶりなゴシックSTDN W6.woff") format("woff"), url("../fonts/こぶりなゴシックSTDN W6.woff2") format("woff2");
}

/*--------------------------------
                共 通
 --------------------------------*/
 #Wrap {
  overflow: hidden;
 }

main {
  width: 100vw;
}

.new-item-calender * {
  color: #382F26;
  font-family: "Cinzel", serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
}

/*--------------------------------
   Media Queries (768px ~ 1399px)
 --------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}

/*--------------------------------
   Media Queries (768px ~ 1024px)
 --------------------------------*/
/*--------------------------------
          S e t U p SP
--------------------------------*/
.new-item-calender {
  max-width: calc(390 * (100vw/390));
  overflow: hidden;
  width: 100%;
  margin: 0 auto calc(-20 * (100vw/390));
  background: var(--background-color);
  /*--------------------------------
                 SP  Only
  --------------------------------*/
}

.new-item-calender .spOnly {
  display: block;
}

.new-item-calender .pcOnly {
  display: none;
}

.new-item-calender img,
.new-item-calender video {
  height: auto;
  opacity: 1;
  width: 100%;
}

.new-item-calender picture {
  display: block;
}

.new-item-calender .imgwrap a {
  display: block;
}

.new-item-calender *:focus {
  outline: none;
}

.new-item-calender a,
.new-item-calender span {
  -webkit-tap-highlight-color: rgba(187, 196, 222, 0.5);
}

.new-item-calender sup,
.modal_area sup {
  font-size: .9rem;
}

.new-item-calender .bnr_wrap {
  margin: 0 auto;
  width: calc(370 * (100vw/390));
}

.new-item-calender .fv_area {
  position: relative;
}

.new-item-calender .fv_area::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/fvBg-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
}

.new-item-calender ::-moz-selection {
  color: #f2e9ed;
  background-color: #bbb6c4;
}

.new-item-calender ::selection {
  color: #f2e9ed;
  background-color: #bbb6c4;
}

/* .new-item-calender : set up SP*/
/*--------------------------------
         Layout SP First
 --------------------------------*/
.new-item-calender .fv_area * {
  text-align: center;
}

.new-item-calender .fv_title {
  margin-inline: auto;
  font-size: calc(59 * (100vw/390));
  line-height: 1.02;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.new-item-calender .fv_title .big-letters {
  font-size: calc(56 * (100vw/390));
}

.new-item-calender .fv_title .ja {
  display: inline-block;
  margin-top: calc(12 * (100vw/390));
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: calc(47 * (100vw/390));
  letter-spacing: 0.05em;
}

.new-item-calender .fv_copy {
  margin-block: calc(19 * (100vw/390)) calc(32 * (100vw/390));
  font-family: "こぶりなゴシックW3";
  font-size: calc(18 * (100vw/390));
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}

.new-item-calender .moon_title,
.new-item-calender .new-item_box .date {
  font-size: calc(31 * (100vw/390));
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

.new-item-calender .moon_title .small-letters,
.new-item-calender .moon_title .week,
.new-item-calender .new-item_box .date .small-letters,
.new-item-calender .new-item_box .date .week {
  font-size: calc(18 * (100vw/390));
}

.new-item-calender .moon_button {
  position: relative;
  display: inline-block;
  padding: calc(7 * (100vw/390)) calc(17 * (100vw/390)) calc(10 * (100vw/390)) calc(44 * (100vw/390));
  background: var(--moon-button-color);
  box-shadow: 1px 1px 6px rgba(40, 40, 106, 0.06);
  font-size: calc(17 * (100vw/390));
  line-height: 1.3;
  letter-spacing: 0.05em;
  border-radius: 35px;
  cursor: pointer;
}

.new-item-calender .moon_button .date {
  font-size: calc(21 * (100vw/390));
  margin-left: calc(-4 * (100vw/390));
}

.new-item-calender .moon_button .small-letters {
  font-size: calc(11 * (100vw/390));
}

.new-item-calender .moon_button::before {
  content: "";
  position: absolute;
  top: calc(11 * (100vw/390));
  left: calc(20 * (100vw/390));
  width: calc(19 * (100vw/390));
  height: calc(19 * (100vw/390));
  background-size: contain;
  background-repeat: no-repeat;
}

.new-item-calender .moon_button:not(:last-child) {
  margin-bottom: calc(11 * (100vw/390));
}

.new-item-calender .moon_button.fullMoon::before {
  background-image: url(../img/full-moon.png);
}

.new-item-calender .moon_button.newMoon::before {
  background-image: url(../img/new-moon.png);
}

.new-item-calender .moon_button .text {
  position: relative;
  margin-inline: auto;
  padding-right: calc(40 * (100vw/390));
  display: block;
  font-family: "こぶりなゴシックW3";
  font-size: calc(11 * (100vw/390));
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.new-item-calender .moon_button .text::after {
  content: "";
  position: absolute;
  top: calc(5 * (100vw/390));
  right: calc(28 * (100vw/390));
  width: calc(6 * (100vw/390));
  height: calc(6 * (100vw/390));
  background-image: url(../img/cross.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.new-item-calender .brand {
  font-family: pragmatica, "こぶりなゴシックW6", sans-serif;
  font-weight: 400;
  font-size: calc(12 * (100vw/390));
  letter-spacing: 0.075em;
  text-align: left;
}

.new-item-calender .prod_name {
  font-family: pragmatica, "こぶりなゴシックW3", sans-serif;
  font-size: calc(13 * (100vw/390));
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.15;
  text-align: left;
}

.new-item-calender .more_button {
  margin: 0 auto calc(10 * (100vw/390));
  position: relative;
  cursor: pointer;
  display: block;
  padding-block: calc(9 * (100vw/390)) calc(6 * (100vw/390));
  padding-right: calc(9 * (100vw/390));
  background: #F0F0F7;
  border-radius: 20px;
  box-sizing: border-box;
  font-family: "TrajanPro-Bold", serif;
  font-size: calc(11 * (100vw/390));
  letter-spacing: 0.06em;
  line-height: 1.05;
  text-align: center;
  width: calc(154 * (100vw/390));
  z-index: 5;
}

.new-item-calender .more_button::after {
  content: "";
  position: absolute;
  top: calc(10 * (100vw/390));
  right: calc(51 * (100vw/390));
  width: calc(7 * (100vw/390));
  height: calc(7 * (100vw/390));
  background-image: url(../img/cross.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.new-item-calender .nothing {
  position: absolute;
  left: 0;
  right: 0;
  margin-block: 0 calc(20 * (100vw/390));
}

.new-item-calender .nothing p {
  font-family: pragmatica, "こぶりなゴシックW3", sans-serif;
  font-size: calc(13 * (100vw/390));
  font-weight: 400;
  text-align: center;
}

.new-item-calender .fv_area {
  position: relative;
  padding-top: calc(46 * (100vw/390));
  z-index: 1;
}

.new-item-calender .fv_area .moon_title {
  margin-bottom: calc(16 * (100vw/390));
}

.new-item-calender .new-item_area {
  position: relative;
  padding-top: calc(45 * (100vw/390));
  padding-bottom: calc(55 * (100vw/390));
  z-index: 1;
}

.new-item-calender .new-item_area .date {
  margin-bottom: calc(20 * (100vw/390));
}

.new-item-calender .new-item_area .new-item_box:not(:last-child) {
  margin-bottom: calc(40 * (100vw/390));
}

.new-item-calender .new-item_area .new-item_box .nothing {
  display: block;
}

.new-item-calender .new-item_area .new-item_box.active .nothing {
  display: none;
}

.new-item-calender .new-item_area .new-item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(12 * (100vw/390));
  width: auto;
  max-width: 100%;
}

.new-item-calender .new-item_area .item {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 6px rgba(40, 40, 106, 0.16);
  box-sizing: border-box;
  width: 44.7%;
  z-index: 1;
}

.new-item-calender .new-item_area .item::before {
  position: absolute;
  top: calc(8 * (100vw/390));
  left: calc(8 * (100vw/390));
  padding: calc(6 * (100vw/390)) calc(9 * (100vw/390));
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  border-radius: 5px;
  font-size: calc(11 * (100vw/390));
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
  z-index: 2;
}

.new-item-calender .new-item_area .item .item_link {
  display: block;
  padding: calc(10 * (100vw/390));
}

.new-item-calender .new-item_area .imgwrap {
  margin: calc(7 * (100vw/390)) calc(2 * (100vw/390)) calc(2 * (100vw/390));
}

.new-item-calender .new-item_area .imgwrap img{
  height: calc(150 * (100vw/390));
  width: auto;
  margin: auto;
  display: block;
}

.new-item-calender .new-item_area .prod_name {
  display: -webkit-box;
  margin-top: calc(1 * (100vw/390));
  margin-bottom: calc(6 * (100vw/390));
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: calc(28 * (100vw/390));
}

/* .new-item-calender SP*/
.modal_area {
  color: #3E3E3E;
}

.modal_area img {
  width: 100%;
  height: 100%;
}

.modal_area .modal {
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}

.modal_area .modal_bg {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  z-index: -1;
}

.modal_area .modal_bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.modal_area .modal_content {
  position: relative;
  background: #fff;
  box-sizing: border-box;
  opacity: 0;
  overflow: auto;
  transition: opacity 0.5s 0.4s ease;
  z-index: 5;
}

.modal_area .modal.open .modal_bg,
.modal_area .modal.open .modal_content {
  opacity: 1;
}

.modal_area .pOnly {
  display: none !important;
}

.modal_area .copy_text {
  font-family: pragmatica, "こぶりなゴシックW6", sans-serif;
  font-size: calc(14 * (100vw/390));
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
}

.modal_area .copy_text .note {
  font-size: .9rem;
}

.modal_area .brand {
  font-family: pragmatica, "こぶりなゴシックW6", sans-serif;
  font-size: calc(13 * (100vw/390));
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
}

.modal_area .prod_name {
  padding-block: calc(8 * (100vw/390)) calc(11 * (100vw/390));
  font-family: pragmatica, "こぶりなゴシックW3", sans-serif;
  font-size: calc(15 * (100vw/390));
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.27;
  text-align: left;
}

.modal_area .price {
  margin-bottom: calc(10 * (100vw/390));
  font-family: pragmatica, "こぶりなゴシックW3", sans-serif;
  font-size: calc(15 * (100vw/390));
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
  text-align: left;
}

.modal_area .price .small-letters {
  font-size: calc(12 * (100vw/390));
}

.modal_area .prod_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(28 * (100vw/390));
  gap: calc(20 * (100vw/390));
}

.modal_area .imgwrap {
  display: block;
  height: calc(125 * (100vw/390));
  width: auto;
  max-width: calc(125 * (100vw/390));
  margin: auto;
}

.modal_area .credit {
  width: calc(177 * (100vw/390));
}

.modal_area .link {
  display: block;
  color: #fff;
  background-color: #000;
  font-family: "TrajanPro-Bold", serif;
  font-size: calc(13 * (100vw/390));
  letter-spacing: 0.06em;
  line-height: 1.05;
  text-align: center;
  width: fit-content;
  padding: calc(12 * (100vw/390)) calc(30 * (100vw/390)) calc(8 * (100vw/390));
}

.modal_area .modal_top {
  position: absolute;
  top: calc(14 * (100vw/390));
  right: calc(14 * (100vw/390));
  cursor: pointer;
  width: calc(16 * (100vw/390));
  height: calc(16 * (100vw/390));
}

.modal_area .modal-close {
  display: block;
  line-height: 1;
}

.modal_area .info_wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: calc(26 * (100vw/390));
  margin-top: calc(32 * (100vw/390));
}

.modal_area .info_wrap .info_img {
  width: calc(234 * (100vw/390));
  height: auto;
}

.modal_area .info_wrap .info_title {
  position: relative;
  color: #656581;
  font-family: "TrajanPro-Bold", serif;
  font-size: calc(14 * (100vw/390));
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}

.modal_area .info_wrap .info_title::before,
.modal_area .info_wrap .info_title::after {
  content: "";
  position: absolute;
  top: calc(3 * (100vw/390));
  width: calc(75 * (100vw/390));
  height: 1px;
  border-bottom: calc(1 * (100vw/390)) solid #b3b3be;
}

.modal_area .info_wrap .info_title::before {
  left: 0;
}

.modal_area .info_wrap .info_title::after {
  right: 0;
}

.modal_area .info_wrap .info_text {
  margin-top: calc(10 * (100vw/390));
  font-family: pragmatica, "こぶりなゴシックW3", sans-serif;
  font-size: calc(12.5 * (100vw/390));
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.075em;
  text-align: justify;
  word-break: normal;
}

.modal_area .info_wrap .info_text .note {
  display: block;
  margin-top: calc(12 * (100vw/390));
  color: #868686;
  font-size: calc(10 * (100vw/390));
  line-height: 1.4;
}

.modal_area .moon_title .ja {
  display: block;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: calc(23 * (100vw/390));
  letter-spacing: 0.05em;
  text-align: center;
  text-indent: calc(22 * (100vw/390));
}

.modal_area .moon_title .ja::before {
  content: "";
  position: absolute;
  top: calc(-2 * (100vw/390));
  left: calc(90 * (100vw/390));
  width: calc(28 * (100vw/390));
  height: calc(28 * (100vw/390));
  background-size: contain;
  background-repeat: no-repeat;
}

.modal_area .moon_title .en {
  display: block;
  position: relative;
  margin-top: calc(12 * (100vw/390));
  font-family: "GoudyTrajan", serif;
  font-weight: 500;
  font-size: calc(22 * (100vw/390));
  letter-spacing: 0.05em;
  text-align: center;
}

.modal_area .moon_title .en::before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: calc(-21 * (100vw/390));
  left: 50%;
  width: calc(1 * (100vw/390));
  height: calc(12 * (100vw/390));
  border-left: 1px solid #000;
}

.modal_area #modal-newMoon .moon_title .ja::before {
  background-image: url(../img/new-moon.png);
}

.modal_area #modal-fullMoon .moon_title .ja::before {
  background-image: url(../img/full-moon.png);
}

.modal_area .moon_text {
  margin-top: calc(30 * (100vw/390));
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: calc(14 * (100vw/390));
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: justify;
}

.modal_area .moon_modal .modal_bg::after {
  background-image: url(../img/moonBg-sp.png);
}

.modal_area .moon_modal .modal_content {
  margin: 24vh auto 50vh;
  padding: calc(47 * (100vw/390)) calc(24 * (100vw/390)) calc(44 * (100vw/390));
  border-radius: 8px;
  width: calc(332 * (100vw/390));
}

.modal_area .item_modal .modal_bg::after {
  background-image: url(../img/modalBg-sp.png);
}

.modal_area .item_modal .modal_content {
  margin: 8vh auto;
  padding: calc(44 * (100vw/390)) calc(24 * (100vw/390));
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.09);
  width: calc(360 * (100vw/390));
  max-height: 85vh;
}

body.fixd {
  overflow: hidden;
}

.following_nav {
  padding: calc(9 * (100vw/390)) calc(14 * (100vw/390)) calc(6 * (100vw/390)) calc(13.7 * (100vw/390));
  position: fixed;
  transition: all 0.3s 0.2s ease-in;
  top: calc(58 * (100vw/390));
  right: 0;
  width: calc(390 * (100vw/390));
  background: #F8F8FB;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  z-index: 1;
}

.following_nav .following_wrap {
  display: flex;
  justify-content: space-between;
}

.following_nav .nav_title {
  display: inline;
  font-size: calc(13 * (100vw/390));
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;
  width: 65%;
}

.following_nav .nav_title .ja {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-size: calc(12 * (100vw/390));
  font-weight: 400;
}

.following_nav .year_and_month {
  margin-top: calc(2 * (100vw/390));
  font-size: calc(24 * (100vw/390));
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
}

.following_nav .year_and_month .small-letters {
  display: inline-block;
  margin-left: calc(7.6 * (100vw/390));
  font-size: calc(23 * (100vw/390));
}

.following_nav .search_button {
  position: relative;
  padding: calc(14 * (100vw/390)) calc(30 * (100vw/390)) calc(12 * (100vw/390)) calc(14 * (100vw/390));
  margin-bottom: calc(3 * (100vw/390));
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.11) inset;
  font-family: pragmatica, "こぶりなゴシックW3", sans-serif;
  font-size: calc(13 * (100vw/390));
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  cursor: pointer;
}

.following_nav .search_button::after {
  content: "";
  position: absolute;
  top: calc(13 * (100vw/390));
  right: calc(13 * (100vw/390));
  width: calc(14.3 * (100vw/390));
  height: calc(15 * (100vw/390));
  background-image: url(../img/search.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.following_nav.up-move {
  opacity: 1;
  visibility: visible;
  z-index: 300;
}

.search_on {
  position: fixed;
  top: calc(117 * (100vw/390));
  left: 0;
  padding: calc(19 * (100vw/390)) calc(48 * (100vw/390));
  background: #fff;
  border-bottom: 1px solid #E2E2E2;
  box-sizing: border-box;
  color: #000;
  z-index: 1;
}

.search_on .category-box_inner {
  display: flex;
  flex-wrap: wrap;
  gap: calc(13 * (100vw/390)) calc(26 * (100vw/390));
}

.search_on .category-box_inner li {
  display: flex;
  align-items: center;
}

.search_on .category-box_inner li input,
.search_on .category-box_inner li label {
  cursor: pointer;
}

.search_on .category-box_inner label {
  font-family: pragmatica, "こぶりなゴシックW6", sans-serif;
  font-size: calc(12 * (100vw/390));
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: left;
}

.search_on .category-box_inner input {
  margin-right: calc(4 * (100vw/390));
}

.search_on .category-box_inner input:checked {
  accent-color: #000;
}

/*--------------------------------
            Layout  PC
 --------------------------------*/
@media (min-width: 768px) {

  /*--------------------------------
            S e t U p  pc
   --------------------------------*/
  main {
    max-width: 100vw;
  }

  #Wrap {
    width: auto;
  }

  .new-item-calender {
    margin: 0 auto;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
  }

  .new-item-calender .pcOnly {
    display: block;
  }

  .new-item-calender .spOnly {
    display: none !important;
  }

  .new-item-calender .fv_area::after {
    background-image: url(../img/fvBg-pc.png);
  }

  /* .new-item-calender : set up PC*/
  /*--------------------------------
              Layout PC
  --------------------------------*/
  .new-item-calender .bnr_wrap {
    width: 80rem;
  }

  .new-item-calender .fv_title {
    font-size: 7.1rem;
    line-height: 1;
    text-indent: 0;
    width: auto;
  }

  .new-item-calender .fv_title .big-letters {
    font-size: 7.1rem;
  }

  .new-item-calender .fv_title .ja {
    margin-top: 0.2rem;
    font-size: 6rem;
    text-indent: -3.2rem;
  }

  .new-item-calender .fv_copy {
    margin-block: 2.8rem 3.9rem;
    font-size: 2.1rem;
  }

  .new-item-calender .moon_title,
  .new-item-calender .new-item_box .date {
    font-size: 3.6rem;
  }

  .new-item-calender .moon_title .small-letters,
  .new-item-calender .moon_title .week,
  .new-item-calender .new-item_box .date .small-letters,
  .new-item-calender .new-item_box .date .week {
    font-size: 2rem;
  }

  .new-item-calender .moon_button {
    margin-inline: 1rem;
    padding: 0.6rem 2.7rem 1.1rem 6rem;
    font-size: 1.8rem;
    transition: all 0.6s 0.1s ease-in-out;
  }

  .new-item-calender .moon_button .date {
    margin-left: 0;
    font-size: 2.2rem;
    line-height: 1.4;
  }

  .new-item-calender .moon_button .small-letters {
    font-size: 1.4rem;
  }

  .new-item-calender .moon_button::before {
    top: 1rem;
    left: 3rem;
    width: 2.3rem;
    height: 2.3rem;
  }

  .new-item-calender .moon_button:not(:last-child) {
    margin-bottom: 0;
  }

  .new-item-calender .moon_button .text {
    padding-right: 4.5rem;
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .new-item-calender .moon_button .text::after {
    top: 0.4rem;
    right: 3.4rem;
    width: 0.6rem;
    height: 0.6rem;
    transition: all 0.6s 0.1s ease-in-out;
  }

  .new-item-calender .moon_button:hover {
    opacity: 0.8;
  }

  .new-item-calender .moon_button:hover .text::after {
    transform: rotate(180deg) scale(1.3);
  }

  .new-item-calender .brand {
    font-size: 1.4rem;
  }

  .new-item-calender .prod_name {
    font-size: 1.5rem;
    line-height: 1.27;
  }

  .new-item-calender .more_button {
    margin: 0 auto 2.2rem;
    padding-block: 1rem 0.7rem;
    font-size: 1.2rem;
    padding-right: 1.5rem;
    width: 22rem;
  }

  .new-item-calender .more_button::after {
    top: 0.96rem;
    right: 8rem;
    width: 1rem;
    height: 1rem;
    transition: all 0.2s 0.1s ease-in-out;
  }

  .new-item-calender .more_button:hover {
    transition: all 0.6s ease-in-out;
    background: #e9e9f9;
  }

  .new-item-calender .more_button:hover::after {
    transform: rotate(-90deg) scale(1.1);
  }

  .new-item-calender .nothing {
    margin-block: 0 2rem;
  }

  .new-item-calender .nothing p {
    font-size: 1.3rem;
  }

  .new-item-calender .fv_area {
    position: relative;
    padding-top: 7rem;
  }

  .new-item-calender .fv_area .moon_title {
    margin-bottom: 1.8rem;
  }

  .new-item-calender .new-item_area {
    padding-top: 7.3rem;
    padding-bottom: 9rem;
  }

  .new-item-calender .new-item_area .date {
    margin-bottom: 2.2rem;
  }

  .new-item-calender .new-item_area .new-item_box:not(:last-child) {
    margin-bottom: 5rem;
  }

  .new-item-calender .new-item_area .new-item_list {
    margin-inline: auto;
    justify-content: flex-start;
    gap: 1.2rem;
    max-width: 110.1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 4rem;
  }

  .new-item-calender .new-item_area .item {
    width: 26.6rem;
  }

  .new-item-calender .new-item_area .item::before {
    top: 1rem;
    left: 1rem;
    padding: 0.7rem 1rem;
    font-size: 1.2rem;
  }

  .new-item-calender .new-item_area .item .item_link {
    padding: 2.2rem 2.3rem;
  }

  .new-item-calender .new-item_area .imgwrap {
    margin: 0 1rem 0.9rem;
  }

  .new-item-calender .new-item_area .imgwrap img{
    display: block;
    width: auto;
    height: 20rem;
    margin: auto;
  }

  .new-item-calender .new-item_area .prod_name {
    margin-top: 0.3rem;
    margin-bottom: 0;
    min-height: 3.1rem;
  }

  /* .new-item-calender PC*/
  .modal_area a {
    transition: all 0.3s ease-in-out;
  }

  .modal_area a:hover {
    background-color: #76707a;
  }

  .modal_area .spOnly {
    display: none !important;
  }

  .modal_area .copy_text {
    font-size: 1.6rem;
  }

  .modal_area .brand {
    font-size: 1.4rem;
    letter-spacing: 0.075em;
  }

  .modal_area .prod_name {
    padding-block: 0.9rem 1.6rem;
    font-size: 1.5rem;
  }

  .modal_area .price {
    margin-bottom: 1.8rem;
    font-size: 1.6rem;
  }

  .modal_area .price .small-letters {
    font-size: 1.3rem;
  }

  .modal_area .prod_wrap {
    margin-top: 2.8rem;
    gap: 4.8rem;
    justify-content: flex-end;
    gap: 2rem;
  }

  .modal_area .imgwrap {
    width: auto;
    max-width: 25rem;
    height: 25rem;
  }

  .modal_area .credit {
    width: 29rem;
  }

  .modal_area .link {
    font-size: 1.3rem;
    padding: 1.2rem 3rem 1rem;
  }

  .modal_area .modal_top {
    top: 1.7rem;
    right: 1.7rem;
    width: 1.6rem;
    height: 1.6rem;
    transition: all 0.2s ease-in-out;
  }

  .modal_area .modal_top:hover {
    transform: rotate(-90deg);
  }

  .modal_area .info_wrap {
    flex-direction: row;
    justify-content: space-around;
    gap: 0;
    margin-top: 3.6rem;
  }

  .modal_area .info_wrap .info_img {
    margin-right: 2.5rem;
    max-width: 24rem;
  }

  .modal_area .info_wrap .info_title {
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
  }

  .modal_area .info_wrap .info_title::before,
  .modal_area .info_wrap .info_title::after {
    top: 0.25rem;
    width: calc((100% - 16rem) / 2);
    border-bottom: 1px solid #b3b3be;
  }

  .modal_area .info_wrap .info_text {
    margin-top: 0;
    font-size: 1.3rem;
    line-height: 1.62;
    min-width: 31rem;
  }

  .modal_area .info_wrap .info_text .note {
    margin-top: .9rem;
    font-size: 1rem;
  }

  .modal_area .moon_title {
    padding-right: 0.6rem;
    text-align: center;
  }

  .modal_area .moon_title .ja {
    display: inline-block;
    font-size: 2.3rem;
    text-indent: 1.2rem;
  }

  .modal_area .moon_title .ja::before {
    position: absolute;
    transform: translateY(-50%);
    top: 56%;
    left: -2.3rem;
    width: 2.8rem;
    height: 2.8rem;
  }

  .modal_area .moon_title .en {
    display: inline-block;
    margin-top: 0;
    margin-left: 4.6rem;
    font-size: 2.1rem;
  }

  .modal_area .moon_title .en::before {
    transform: translateX(0);
    top: 36%;
    left: -4rem;
    width: 2.4rem;
    height: 1px;
    border-left: none;
    border-bottom: 1px solid #000;
  }

  .modal_area .moon_text {
    margin-top: 2.5rem;
    font-size: 1.4rem;
  }

  .modal_area .moon_modal .modal_bg::after {
    background-image: url(../img/moonBg-pc.png);
  }

  .modal_area .moon_modal .modal_content {
    padding: 3.7rem 3.9rem 3.9rem;
    width: 51rem;
  }

  .modal_area .item_modal .modal_bg::after {
    background-image: url(../img/modalBg-pc.png);
  }

  .modal_area .item_modal .modal_content {
    margin: 12vh auto;
    padding: 4.4rem 4.5rem;
    width: 68rem;
    max-height: 70vh;
  }

  .following_nav {
    padding-block: 1.1rem 1rem;
    transition: all 0.3s 0.6s ease-in;
    top: 6.6rem;
    right: 0;
    width: 100%;
  }

  .following_nav .following_wrap {
    margin: auto;
    align-items: center;
    max-width: 110rem;
  }

  .following_nav .nav_title {
    font-size: 1.9rem;
    line-height: 1.05;
    width: auto;
  }

  .following_nav .nav_title .ja {
    padding-left: 0.2rem;
    font-size: 1.6rem;
  }

  .following_nav .year_and_month {
    display: inline-block;
    margin-top: 0;
    margin-left: 21.5rem;
    font-size: 2.8rem;
    letter-spacing: 0.05rem;
    text-align: center;
  }

  .following_nav .year_and_month .small-letters {
    margin-left: 1.7rem;
    font-size: 2.8rem;
  }

  .following_nav .search_button {
    margin-bottom: 0;
    padding: 1.2rem 4.3rem 1.2rem 2.1rem;
    font-size: 1.4rem;
  }

  .following_nav .search_button::after {
    top: 0.95rem;
    right: 1.6rem;
    width: 1.8rem;
    height: 1.9rem;
  }

  .search_on {
    position: fixed;
    margin-left: 49.4rem;
    top: 15rem;
    transform: translateX(-50%);
    left: 50%;
    padding: 1.8rem 1.6rem 1.8rem;
    border: 1px solid #E2E2E2;
  }

  .search_on::before {
    content: "";
    position: absolute;
    top: -1.5rem;
    transform: translateX(-50%);
    left: 50%;
    width: 2.3rem;
    height: 1.5rem;
    background: #fff;
    -webkit-clip-path: polygon(50% 20%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 20%, 0% 100%, 100% 100%);
    z-index: 2;
  }

  .search_on::after {
    content: "";
    position: absolute;
    top: -1.75rem;
    transform: translateX(-50%);
    left: 50%;
    width: 2.5rem;
    height: 1.75rem;
    background: #E2E2E2;
    -webkit-clip-path: polygon(50% 20%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 20%, 0% 100%, 100% 100%);
    z-index: 1;
  }

  .search_on .category-box_inner {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1.1rem;
  }

  .search_on .category-box_inner label {
    font-size: 1.2rem;
  }

  .search_on .category-box_inner input {
    margin-right: 0.6rem;
  }
}

/*# sourceMappingURL=style.css.map */
