@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --baseColor: #FFE4D7;
  --navy: #003364;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.85;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: var(--navy);
}
@media screen and (min-width: 768px) {
  body {
    background-color: var(--baseColor);
    font-size: 16px;
  }
  body.wrap {
    overflow: visible;
  }
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
img {
  image-rendering: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a {
  display: inline-block;
}
a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a:hover {
    color: inherit;
    text-decoration: none !important;
  }
}

.angkor {
  font-family: "Angkor", serif;
  font-weight: 400;
  font-style: normal;
}

.dela {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.container {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

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

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

span.inline_phrase {
  display: inline-block;
}

/* ▼▼▼ main ▼▼▼
===================================== */
#main {
  -webkit-box-shadow: 0 4px 40px rgba(255, 187, 152, 0.9);
          box-shadow: 0 4px 40px rgba(255, 187, 152, 0.9);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #main {
    width: 480px;
    margin: 0 auto;
  }
}

.pc_left, .pc_right {
  display: none;
  width: calc((100% - 480px) / 2);
  position: fixed;
  top: 0;
}
.pc_left .inner, .pc_right .inner {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .pc_left, .pc_right {
    display: block;
  }
}

.pc_left {
  left: 0;
}
.pc_left .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/pc_left_bg01.png), url(../img/pc_left_bg02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, top 95% center;
  background-size: min(47%, 209px), 100%;
  padding-bottom: 5vw;
  height: 100vh;
  min-height: 45vw;
}
.pc_left .inner::after {
  content: "";
  background: url(../img/pc_left_parts01.svg) no-repeat top center/100%;
  aspect-ratio: 147.77/149;
  width: 33%;
  position: absolute;
  top: 3%;
  right: -9%;
  -webkit-animation: floating 1.3s ease-in-out infinite alternate;
          animation: floating 1.3s ease-in-out infinite alternate;
}
.pc_left_img {
  position: relative;
  z-index: 2;
  width: min(100%, 33vw);
  margin: 0 auto;
}
.pc_left_img .parts {
  position: absolute;
  will-change: transform;
}
.pc_left_img .parts img {
  width: 100%;
}
.pc_left_img .parts_01 {
  width: 6.9%;
  top: -13%;
  left: 60%;
  -webkit-animation: rotate 5s linear infinite;
          animation: rotate 5s linear infinite;
}
.pc_left_img .parts_02 {
  width: 2.8%;
  top: 25%;
  left: 12%;
  animation: floating02 1.2s ease-in-out infinite alternate-reverse;
}
.pc_left_img .parts_03 {
  width: 7.6%;
  left: 51%;
  bottom: -15%;
  -webkit-animation: floating02 1.2s ease-in-out infinite alternate;
          animation: floating02 1.2s ease-in-out infinite alternate;
}

.pc_right {
  right: 0;
}
.pc_right .inner {
  background: url(../img/pc_right_bg.png) no-repeat top center/max(110%, 488px);
  min-height: 800px;
  position: relative;
  z-index: 1;
}
.pc_right .inner .parts {
  position: absolute;
  will-change: transform;
  z-index: -1;
}
.pc_right .inner .parts img {
  width: 100%;
}
.pc_right .inner .parts_01 {
  width: 233.71px;
  bottom: 12%;
  left: calc(50% + 35px);
  animation: floating 1.2s ease-in-out infinite alternate-reverse;
}
.pc_right .menu_list {
  padding: 23% 10px 30px;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.pc_right .menu_title {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.pc_right .menu_title::before {
  content: "";
  position: absolute;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.pc_right .menu_title span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
.pc_right .menu_title:nth-of-type(1)::before {
  background: url(../img/pc_right_parts02.svg) no-repeat top center/100%;
  width: 35px;
  aspect-ratio: 35/36;
  top: 15%;
  left: calc(50% - 155px);
  -webkit-animation: rotate 5s linear infinite;
          animation: rotate 5s linear infinite;
  will-change: transform;
}
.pc_right .menu_title:nth-of-type(2)::before {
  background: url(../img/pc_right_parts03.svg) no-repeat top center/100%;
  width: 51.92px;
  aspect-ratio: 51.92/53.8;
  top: -8%;
  left: calc(50% + 130px);
}
.pc_right .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 9px;
  margin: 0 auto;
  max-width: 336px;
  width: 100%;
  position: relative;
}
.pc_right .category_list li {
  background: var(--baseColor);
  border-radius: 7px;
}
.pc_right .category_list li:nth-child(4) a, .pc_right .category_list li:nth-child(5) a {
  font-size: 12px;
  line-height: 1.17;
}
.pc_right .category_list a {
  border: 2px solid;
  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;
  padding: 0 5px 10px;
  border-radius: 7px;
  font-size: 14px;
  line-height: 1.15;
  text-align: center;
  font-weight: bold;
  position: relative;
}
@media (hover: hover) {
  .pc_right .category_list a:hover {
    opacity: 0.7;
  }
}
.pc_right .category_list a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 9/5;
  width: 9px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: 6px;
  left: 50%;
}
.pc_right .category_list:nth-of-type(1) {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 36px;
}
.pc_right .category_list:nth-of-type(1) li {
  min-width: 106px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pc_right .category_list:nth-of-type(1) a {
  background: #F2EAFD;
  border-color: #B186F0;
  height: 60px;
  font-size: 13px;
}
.pc_right .category_list:nth-of-type(1) a::before {
  background-image: url(../img/arrow_fashion.svg);
}
.pc_right .category_list:nth-of-type(2)::before {
  background: url(../img/pc_right_parts02.svg) no-repeat top center/100%;
  width: max(11.7%, 52px);
  aspect-ratio: 51.92/53.8;
  top: -83%;
  right: -45%;
}
.pc_right .category_list:nth-of-type(2) li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pc_right .category_list:nth-of-type(2) a {
  background: #FFF7E0;
  border-color: #C99A00;
  height: 54px;
  padding-bottom: 7px;
}
.pc_right .category_list:nth-of-type(2) a::before {
  background-image: url(../img/arrow_gourmet.svg);
}

/* intro */
.intro {
  background-color: #FFD0B8;
  background-image: url(../img/intro_bg.png), url(../img/intro_bg02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom 17vw center;
  background-size: 100%, 100%;
  padding-bottom: 39vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .intro {
    padding-bottom: 170px;
    background-position: top center, bottom 65px center;
  }
}
.intro .mv {
  position: relative;
}
.intro .parts {
  position: absolute;
  will-change: transform;
}
.intro .parts img {
  width: 100%;
}
.intro .parts_01 {
  width: 5.6%;
  top: 4.5%;
  left: 38%;
  animation: floating02 1.2s ease-in-out infinite alternate-reverse;
}
.intro .parts_02 {
  width: 17.3%;
  top: 7.5%;
  right: 1%;
  -webkit-animation: floating 1.2s ease-in-out infinite alternate;
          animation: floating 1.2s ease-in-out infinite alternate;
}
.intro .parts_03 {
  width: 10%;
  top: 77.5%;
  left: 16%;
  -webkit-animation: rotate 5s linear infinite;
          animation: rotate 5s linear infinite;
}
.intro_box {
  position: relative;
}
.intro_box::before, .intro_box::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.intro_box::before {
  background: url(../img/intro_box_bg.png) no-repeat top center/100%;
  aspect-ratio: 45/63;
  width: 12%;
  top: 13%;
  right: 8%;
}
.intro_box::after {
  background: url(../img/intro_box_bg02.png) no-repeat top center/100%;
  aspect-ratio: 35/36;
  width: 9%;
  left: 30%;
  bottom: -4%;
}
.intro_box p {
  width: 78%;
  background: var(--baseColor);
  border-radius: 20px;
  margin: 3.8vw auto 0;
  padding: 9% 9.3%;
  font-size: 3.46vw;
  text-align: center;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .intro_box p {
    margin-top: 18px;
    padding: 44px 45px;
    font-size: 16px;
  }
}
.intro_box p::before, .intro_box p:after {
  content: "";
  position: absolute;
  will-change: transform;
}
.intro_box p::before {
  background: url(../img/animation_parts04.svg) no-repeat top center/100%;
  aspect-ratio: 16.34/17;
  width: 5.5%;
  bottom: 30%;
  left: -0.2%;
  animation: floating02 1.2s ease-in-out infinite alternate-reverse;
}
.intro_box p:after {
  background: url(../img/animation_parts05.svg) no-repeat top center/100%;
  aspect-ratio: 18.13/19.33;
  width: 6.2%;
  top: -2%;
  left: 55%;
  -webkit-animation: rotate 5s linear infinite;
          animation: rotate 5s linear infinite;
}
.intro_box p:after img {
  will-change: transform;
}
.intro_anchor {
  display: grid;
  grid-template-columns: 47% 49%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 89.8%;
  margin: 1.3vw auto 0;
}
@media screen and (min-width: 768px) {
  .intro_anchor {
    margin-top: 6px;
  }
}
.intro_anchor li::before {
  content: "";
  width: 104%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}
.intro_anchor li:nth-of-type(1) {
  animation: floating 1.2s ease-in-out infinite alternate-reverse;
}
.intro_anchor li:nth-of-type(1)::before {
  background: url(../img/intro_anchor01.png) no-repeat top center/100%;
}
.intro_anchor li:nth-of-type(1) a {
  aspect-ratio: 160/168;
}
.intro_anchor li:nth-of-type(2) {
  -webkit-animation: floating 1.2s ease-in-out infinite alternate;
          animation: floating 1.2s ease-in-out infinite alternate;
}
.intro_anchor li:nth-of-type(2)::before {
  background: url(../img/intro_anchor02.png) no-repeat top center/100%;
}
.intro_anchor li:nth-of-type(2) a {
  aspect-ratio: 166/168;
}
.intro_anchor 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;
  font-family: "Angkor", serif;
  font-size: 4.8vw;
  text-shadow: 1.5px 1.5px 0 #fff;
  position: relative;
}
@media (hover: hover) {
  .intro_anchor a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .intro_anchor a {
    font-size: 23px;
  }
}
.intro_anchor a span {
  display: block;
  text-align: center;
  position: relative;
}
.intro_anchor a span::before {
  content: "";
  background: url(../img/arrow.svg) no-repeat top center/100%;
  aspect-ratio: 9/5;
  width: 2.4vw;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -5.3vw;
}
@media screen and (min-width: 768px) {
  .intro_anchor a span::before {
    width: 12px;
    bottom: -28px;
  }
}

/* fashion */
.fashion {
  background: url(../img/fashion_bg.png) no-repeat top center/100%;
}
.fashion .title_wrap {
  background: url(../img/fashion_parts01.png) no-repeat top 22.5% left calc(50% - 24px)/197px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fashion .title_wrap {
    background-size: 252px;
    background-position: top 20% left 39%;
  }
}
.fashion .title_wrap::before {
  content: "";
  background: url(../img/fashion_parts02.svg) no-repeat center/100%;
  width: 46px;
  aspect-ratio: 46/47.32;
  position: absolute;
  top: 13%;
  left: calc(50% - 132px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: rotate 5s linear infinite;
          animation: rotate 5s linear infinite;
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .fashion .title_wrap::before {
    width: 59px;
    left: calc(50% - 162px);
  }
}
.fashion .section_title::before {
  background: url(../img/fashion_parts03.svg) no-repeat center/100%;
  aspect-ratio: 15/16;
  width: 15px;
  top: 54%;
  left: calc(50% - 135px);
  z-index: -1;
  animation: floating02 1.2s ease-in-out infinite alternate-reverse;
}
@media screen and (min-width: 768px) {
  .fashion .section_title::before {
    width: 19px;
    left: calc(50% - 175px);
  }
}
.fashion .section_title::after {
  background: url(../img/fashion_parts04.svg) no-repeat center/100%;
  aspect-ratio: 111/112;
  width: 111px;
  bottom: -17%;
  left: calc(50% + 40px);
  -webkit-animation: rotate 9s linear infinite;
          animation: rotate 9s linear infinite;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .fashion .section_title::after {
    width: 142px;
    left: calc(50% + 50px);
  }
}
.fashion .sect_anchor {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fashion .sect_anchor a {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(33.3333333333% - 18px);
          flex: 1 0 calc(33.3333333333% - 18px);
  border-color: #B186F0;
}
.fashion .sect_anchor a::before {
  background-image: url(../img/arrow_fashion.svg);
}
.fashion .sect_inner {
  padding-bottom: max(32vw, 120px);
  background: #E6D4FF;
}
@media screen and (min-width: 768px) {
  .fashion .sect_inner {
    padding-bottom: 153px;
  }
}
.fashion .category {
  background: url(../img/fashion_category_bg.png) no-repeat top center/76%;
  padding: 25px 0 10px;
}
@media screen and (min-width: 768px) {
  .fashion .category {
    padding: 32px 0 12px;
  }
}

/* gourmet */
.gourmet {
  background: url(../img/gourmet_bg.png) no-repeat top center/100%;
}
.gourmet .title_wrap {
  background: url(../img/gourmet_parts01.png) no-repeat top 11% left calc(50% + 22px)/202px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .gourmet .title_wrap {
    background-size: 258px;
    background-position: top 11% left 62%;
  }
}
.gourmet .title_wrap::before {
  content: "";
  background: url(../img/gourmet_parts02.svg) no-repeat center/100%;
  width: 10px;
  aspect-ratio: 10/10.67;
  position: absolute;
  top: 13%;
  left: calc(50% - 50px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: rotate 2.5s linear infinite;
          animation: rotate 2.5s linear infinite;
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .gourmet .title_wrap::before {
    width: 13px;
    left: calc(50% - 63px);
  }
}
.gourmet .sect_anchor a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-color: #C99A00;
}
.gourmet .sect_anchor a::before {
  background-image: url(../img/arrow_gourmet.svg);
}
.gourmet .section_title::before {
  background: url(../img/gourmet_parts03.svg) no-repeat center/100%;
  aspect-ratio: 109/110;
  width: 109px;
  top: -18%;
  left: calc(50% - 150px);
  z-index: -1;
  -webkit-animation: rotate 9s linear infinite;
          animation: rotate 9s linear infinite;
}
@media screen and (min-width: 768px) {
  .gourmet .section_title::before {
    width: 139px;
    left: calc(50% - 192px);
  }
}
.gourmet .section_title::after {
  background: url(../img/gourmet_parts04.svg) no-repeat center/100%;
  aspect-ratio: 26.83/27.6;
  width: 27px;
  bottom: -10%;
  left: calc(50% + 125px);
  animation: floating02 1.2s ease-in-out infinite alternate-reverse;
}
@media screen and (min-width: 768px) {
  .gourmet .section_title::after {
    width: 34px;
    left: calc(50% + 160px);
  }
}
.gourmet .sect_inner {
  background: #FFFF89;
}
.gourmet .category {
  background: url(../img/gourmet_category_bg.png) no-repeat top center/82%;
  padding: 32px 0 30px;
}
@media screen and (min-width: 768px) {
  .gourmet .category {
    padding: 40px 0 38px;
  }
}

/* アニメーション */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
  100% {
    -webkit-transform: translateY(4%);
            transform: translateY(4%);
  }
}
@keyframes floating {
  0% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
  100% {
    -webkit-transform: translateY(4%);
            transform: translateY(4%);
  }
}
@-webkit-keyframes floating02 {
  0% {
    -webkit-transform: translateY(-15%) translateX(-50%);
            transform: translateY(-15%) translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(15%) translateX(-50%);
            transform: translateY(15%) translateX(-50%);
  }
}
@keyframes floating02 {
  0% {
    -webkit-transform: translateY(-15%) translateX(-50%);
            transform: translateY(-15%) translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(15%) translateX(-50%);
            transform: translateY(15%) translateX(-50%);
  }
}
/* ▼ パーツ
--------------------------------------- */
/* タイトル */
.section_title {
  text-align: center;
  margin: 0 auto 35px;
  position: relative;
  z-index: 1;
}
.section_title::before, .section_title::after {
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  will-change: transform;
}
.section_title span {
  display: block;
  text-align: center;
  margin-top: 12px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .section_title {
    margin-bottom: 56px;
  }
  .section_title img {
    height: 67px;
  }
  .section_title span {
    margin-top: 15px;
  }
}

.category_title_wrap {
  margin-bottom: 28px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .category_title_wrap {
    margin-bottom: 36px;
  }
}
.category_title_wrap .sub_title {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .category_title_wrap .sub_title {
    margin-bottom: 12px;
  }
}
.category_title_wrap .period {
  background: #6A32B9;
  border-radius: 10px;
  display: inline-block;
  padding: 9px 12px 10px;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .category_title_wrap .period {
    font-size: 28px;
    padding: 11px 15px 12px;
  }
}

.sub_title {
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .sub_title {
    margin-bottom: 36px;
  }
  .sub_title img {
    height: 107px;
  }
}

/* 共通パーツ */
.sect {
  position: relative;
  z-index: 1;
  margin-top: min(-26vw, -95px);
}
@media screen and (min-width: 768px) {
  .sect {
    margin-top: -120px;
  }
}
.sect .title_wrap {
  padding: min(26vw, 95px) 5% 0;
}
@media screen and (min-width: 768px) {
  .sect .title_wrap {
    padding-top: 120px;
  }
}
.sect_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px 9px;
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .sect_anchor {
    gap: 11px;
    margin-bottom: 21px;
  }
}
.sect_anchor a {
  border: 2px solid #000;
  background: #fff;
  border-radius: 7px;
  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;
  height: 60px;
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.15;
  text-align: center;
  position: relative;
}
.sect_anchor a:nth-child(4), .sect_anchor a:nth-child(5) {
  font-size: 12px;
  line-height: 1.17;
}
@media (hover: hover) {
  .sect_anchor a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .sect_anchor a {
    border-width: 3px;
    border-radius: 9px;
    height: 76px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .sect_anchor a:nth-child(4), .sect_anchor a:nth-child(5) {
    font-size: 15px;
  }
}
.sect_anchor a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 9/5;
  width: 9px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 6px;
}
@media screen and (min-width: 768px) {
  .sect_anchor a::before {
    width: 11px;
    bottom: 7px;
  }
}

/* スライダー */
.slider {
  margin-bottom: 0 !important;
}
.slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.slider .item {
  height: auto;
  border: 2px solid var(--navy);
  border-radius: 20px;
  background: #fff;
  padding: 23px 22px 32px;
  margin: 0 5vw;
}
@media screen and (min-width: 768px) {
  .slider .item {
    padding: 29px 25px 41px;
    margin: 0 25px;
  }
}
.slider .img {
  border-radius: 15px;
  aspect-ratio: 290/250;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.slider .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.slider .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 18px;
  position: relative;
}
.slider .txt::before {
  content: "";
  border-bottom: none;
  background-image: radial-gradient(circle, currentColor 40%, transparent 50%);
  background-size: 6px 3px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 3px;
  position: absolute;
  left: -2px;
  bottom: 0;
  width: calc(100% + 4px);
}
.slider p {
  font-weight: bold;
  line-height: 1.28;
}
.slider p.note {
  font-size: 13px;
}
.slider p.shop {
  font-size: 15px;
}
.slider .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 8px;
  margin-top: 20px;
}
.slider .date dt {
  border-radius: 3px;
  width: 62px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  line-height: 20px;
}
.slider .date dd {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
}
.slider_fashion p {
  color: #8458C0;
}
.slider_fashion .date dt {
  background: #FF9387;
}
.slider_fashion .slick-dots li button {
  background: #CBB2EE;
}
.slider_fashion .slick-dots li.slick-active button {
  background: #FF9387;
}
.slider_fashion .slick-arrow {
  background: #8458C0;
}
.slider_gourmet .txt::before {
  color: #C99A00;
}
.slider_gourmet p {
  color: #C99A00;
}
.slider_gourmet .date dt, .slider_gourmet .slick-dots li.slick-active button {
  background: #B186F0;
}
.slider_gourmet .slick-dots li button {
  background: #E5E556;
}
.slider_gourmet .slick-dots li.slick-active button {
  background: #B186F0;
}
.slider_gourmet .slick-arrow {
  background: #C99A00;
}

/* dotsカスタム */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 0;
  width: 90%;
  margin: 20px auto 0;
  position: static;
}
.slick-dots li, .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
}
.slick-dots li:before, .slick-dots li button:before {
  display: none;
}

/* arrowカスタム */
.slick-arrow {
  width: 33px;
  height: 33px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .slick-arrow {
    width: 42px;
    height: 42px;
  }
}
.slick-arrow.slick-prev, .slick-arrow.slick-next {
  z-index: 2;
}
.slick-arrow.slick-prev::before, .slick-arrow.slick-next::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 1;
}
.slick-arrow.slick-prev {
  left: 1vw;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-prev {
    left: 5px;
  }
}
.slick-arrow.slick-prev::before {
  border-width: 4.5px 6px 4.5px 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-prev::before {
    border-width: 6.5px 8px 6.5px 0;
  }
}
.slick-arrow.slick-next {
  right: 1vw;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-next {
    right: 5px;
  }
}
.slick-arrow.slick-next::before {
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #fff;
  left: 55%;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-next::before {
    border-width: 6.5px 0 6.5px 8px;
  }
}

/* ▼▼▼ フッター
===================================== */
footer {
  background: #FFFF89;
  width: 100%;
  padding: 20px 5% 5%;
  clear: both;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  footer {
    font-size: 15px;
  }
}
footer .copyright {
  margin-top: 5%;
  font-family: "Jost", sans-serif;
  line-height: 1.42;
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
  width: 70px;
  height: 70px;
  bottom: 20px;
  right: 5%;
  z-index: 2000;
  position: fixed;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .pagetop {
    bottom: 20px;
    right: 1.8%;
  }
}