@charset "UTF-8";
.remodal {
  padding: 2rem;
}

/* ============================================================
/* module
============================================================ */
/* clearfix */
.m-clearfix:before, .m-clearfix:after {
  content: " ";
  display: table;
}
.m-clearfix:after {
  clear: both;
}

/* align */
.m-ar {
  text-align: right !important;
}

.m-ac {
  text-align: center !important;
}

.m-al {
  text-align: left !important;
}

.m-aj {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* display */
.m-inlineblock {
  display: inline-block !important;
}

/* margin padding
============================================================ */
.pd0 {
  padding: 0 !important;
}

.mg0 {
  margin: 0 !important;
}

/* over
============================================================ */
.m-over {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.m-over:hover {
  opacity: 0.7;
}
a.m-over {
  text-decoration: none;
}

button.m-over {
  outline: none;
  text-decoration: none;
}

.m-imgover {
  display: block;
  overflow: hidden;
}
.m-imgover img {
  transition: transform 0.5s ease;
}
.m-imgover:hover img {
  opacity: 1;
  transform: scale(1.05);
}

/* font
============================================================ */
/* icon
============================================================ */
.m-icon-arrow {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
.m-icon-arrow:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.m-icon-arrow:before {
  background-image: url(../img/common/icon-arrow.svg);
}

/* button
============================================================ */
.m-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
  text-decoration: none !important;
}
.disable.m-btn {
  pointer-events: none;
  background: #999 !important;
}

.m-btn {
  width: 30rem;
  height: 4.6rem;
  border-radius: 4.6rem;
  font-weight: bold;
}
a.m-btn {
  color: inherit;
  text-decoration: none;
}

.m-btn em {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  font-size: 1rem;
  transform: translateY(-50%);
}

/* arrow
============================================================ */
.m-arrow-d, .m-arrow-r {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
}
.m-arrow-d:after, .m-arrow-r:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.m-arrow-r:after {
  border-top: 0.1rem solid;
  border-right: 0.1rem solid;
}

.m-arrow-d:after {
  border-bottom: 0.1rem solid;
  border-right: 0.1rem solid;
}

/* text
============================================================ */
.m-text-underline {
  text-decoration: underline;
}
a.m-text-underline:hover {
  text-decoration: none;
}

.m-nowrap {
  white-space: nowrap;
}

.m-indent1 {
  padding-left: 1em;
  text-indent: -1em;
}
.m-indent1 > * {
  text-indent: 0;
}
.m-indent2 {
  padding-left: 2em;
  text-indent: -1em;
}
.m-indent-disc {
  padding-left: 1em;
  text-indent: -1em;
}
.m-indent-disc:before {
  content: "●";
  display: inline-block;
  transform: scale(0.8);
  text-indent: 0;
}
.m-indent-kome {
  padding-left: 1em;
  text-indent: -1em;
}
.m-indent-kome:before {
  content: "※";
  display: inline-block;
  text-indent: 0;
}

/* ============================================================
/* js
============================================================ */
/* accordion
============================================================ */
.js-accordion__content {
  display: none;
}
.js-accordion .m-arrow-d {
  transform: translateY(-30%);
}
.js-accordion.opened .m-arrow-d {
  transform: translateY(30%) scale(1, -1);
}

/* slider
============================================================ */
.js-slider :focus {
  outline: none;
}

/* inview
============================================================ */
.js-inview-fadeup {
  opacity: 0;
  transform: translateY(50px);
}
.js-inview-fadeup.inviewed {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease, transform 1s ease;
}

.js-inview-fade {
  opacity: 0;
}
.js-inview-fade.inviewed {
  opacity: 1;
  transition: opacity 1s ease;
}

.js-inview-delay1.inviewed {
  transition-delay: 0.25s;
}

/* remodal
============================================================ */
.remodal-wrapper {
  padding: 0;
}

.remodal {
  font-family: Noto Sans JP, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt";
  background: transparent;
}

/* ============================================================
/* layout
============================================================ */
html {
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.67vw;
  }
}

body {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

@media (hover: none) {
  a:hover img {
    opacity: 1;
  }
}
figure {
  margin: 0;
}

#page {
  overflow: hidden;
}

#btn-f-top {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 0;
  width: 60px;
}

@media (max-width: 750px) {
  #btn-f-top {
    width: 10vw;
    right: 0.5em;
    bottom: 0.5em;
  }
}
#pageContents {
  position: relative;
  padding-bottom: 1px;
  font-family: Noto Sans JP, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.34rem;
  color: #000;
  line-height: 1.8;
  background-attachment: fixed;
  -ms-font-feature-settings: "normal";
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  overflow: hidden;
  max-width: 750px;
  margin: 0 auto;
}
#pageContents, #pageContents * {
  box-sizing: border-box;
}

.l-inner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

/* l-footer
============================================================ */
.l-footer {
  margin-top: 4rem;
  padding-bottom: 1.5rem;
}
.l-footer__note {
  margin-top: 3rem;
  padding-left: 1.5rem;
  font-size: 1.3rem;
}

/* l-sns
============================================================ */
.l-sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-sns li {
  width: 5.25rem;
  margin: 0 1rem;
}
.l-sns li a {
  display: block;
}

/* sec-anchor
============================================================ */
.sec-anchor {
  margin-top: -5rem;
  padding-top: 5rem;
  height: 0;
  visibility: hidden;
}

/* ============================================================
/* extend
============================================================ */
#pageContents {
  background: #F8F2E9;
}

.sec-mv__nav {
  padding-top: 3.5rem;
  background: url(../img/index/bg-nav.png) no-repeat 0 0/100% auto;
}
.sec-mv__text {
  line-height: inherit;
  margin-bottom: 2.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec-mv ul {
  width: 31.5rem;
  margin: 0 auto;
}
.sec-mv li + li {
  margin-top: 2rem;
}

.sec-shop {
  margin-top: 2.5rem;
  padding-top: 2rem;
}
.sec-shop__ttl {
  margin-bottom: 1.5rem;
}
.sec-shop__desc {
  line-height: 2;
  font-size: 1.34rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec-shop__nav {
  margin: 2.5rem auto 0;
  width: 31rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-shop__nav li {
  width: 15rem;
}
.sec-shop__nav li:nth-child(n+3) {
  margin-top: 1.5rem;
}
.sec-shop__nav a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  border-radius: 0.5rem;
  color: #66A586;
  text-decoration: none;
  border: 0.1rem solid #66A586;
  background: #fff;
}
.sec-shop__nav a em {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  font-size: 0.6rem;
  transform: translateY(-50%);
}
.sec-shop__nav a small {
  margin-right: 0.5em;
  font-size: 1.2rem;
}
.sec-shop__nav li:last-child a {
  color: #fff;
  background: #F9B1A5;
}

.sec-map {
  margin-top: 1.5rem;
}
.sec-map__ttl {
  position: relative;
  z-index: 1;
  margin-bottom: -2rem;
}
.sec-map__image {
  position: relative;
}
.sec-map__nav a {
  position: absolute;
}

.sec-about {
  width: 32rem;
  margin: 4.5rem auto 0;
  padding: 0 1rem 1rem;
  border-radius: 2rem;
  background: #66A586;
}
.sec-about__ttl {
  position: relative;
  margin: 0 -4.5rem;
}
.sec-about__ttl img {
  margin-top: -1rem;
}
.sec-about__text {
  line-height: 2;
  width: 27rem;
  margin: 2rem auto;
  color: #fff;
  letter-spacing: 0.15em;
}

.sec-pickup {
  padding: 1rem 1.5rem 1.5rem;
  border: 1px solid;
  border-radius: 1.5rem;
  background: #fff;
}
.sec-pickup__ttl {
  margin: 0 -1.5rem 1.5rem;
}
.sec-pickup__text {
  line-height: inherit;
  font-size: 1.2rem;
}
.sec-pickup__insta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}
.sec-pickup__insta dt {
  flex: 1;
  margin-right: 1em;
  font-size: 1.2rem;
  text-align: right;
}
.sec-pickup__insta dd {
  width: 7.6rem;
}

.sec-event {
  margin-top: 5rem;
  padding-top: 2rem;
}
.sec-event__ttl {
  margin-bottom: 2rem;
}
.sec-event__desc {
  line-height: 2;
  font-size: 1.34rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec-event__tab {
  margin-top: 3.5rem;
}
.sec-event__tab__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.sec-event__tab__nav li {
  width: 50%;
}
.sec-event__tab__nav a {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.75rem;
}
.sec-event__tab__nav a img {
  width: 14rem;
}
.sec-event__tab__nav a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 150%;
  height: 100%;
  z-index: -1;
}
.sec-event__tab__nav a.active {
  z-index: 1;
}
.sec-event__tab__nav li:first-child a:before {
  right: 0;
  transform-origin: right top;
  transform: skewX(20deg);
  background-color: #F9B1A5;
}
.sec-event__tab__nav li:last-child a:before {
  left: 0;
  transform-origin: left top;
  transform: skewX(-20deg);
  background-color: #66A586;
}
.sec-event__tab__content {
  padding-bottom: 3rem;
}
.sec-event__tab__content#event-firstweek {
  background-color: #F9B1A5;
}
.sec-event__tab__content#event-secondweek {
  background-color: #66A586;
}
.sec-event__tab__content a img {
  opacity: 1;
}
.sec-event__tab__text {
  line-height: 2;
  width: 31rem;
  margin: 3rem auto 0;
  color: #fff;
  letter-spacing: 0.05em;
}

.sec-brand {
  margin-top: 1.5rem;
  padding-top: 2rem;
}
.sec-brand__ttl {
  margin-bottom: 2rem;
}

.sec-brand-item {
  position: relative;
  z-index: 0;
  width: 31rem;
  margin: 4rem auto 0;
}
.sec-brand-item:before, .sec-brand-item:after {
  display: block;
  position: absolute;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  background: #F67960;
  z-index: -1;
}
.sec-brand-item:after {
  top: calc(100% - 1.5rem);
}
.sec-brand-item:first-child:before {
  content: "";
  top: -5rem;
  right: -6rem;
}
.sec-brand-item:nth-child(odd):after {
  content: "";
  left: -6rem;
}
.sec-brand-item:nth-child(even):after {
  content: "";
  right: -6rem;
}
.sec-brand-item:last-child:after {
  content: none;
}
.sec-brand-item__num {
  position: absolute;
  top: 0;
  width: 7.5rem;
  mix-blend-mode: multiply;
}
.sec-brand-item:nth-child(odd) .sec-brand-item__num {
  left: 0;
}
.sec-brand-item:nth-child(even) .sec-brand-item__num {
  right: 0;
}
.sec-brand-item__image img {
  width: 100%;
  border-radius: 16rem 16rem 0 0;
  border: 1px solid;
  border-bottom: none;
  background: #fff;
}
.sec-brand-item__inner {
  padding: 2rem 2.5rem 2.5rem;
  border: 1px solid;
  border-top: none;
  background: #fff;
}
.sec-brand-item__ttl {
  margin-bottom: 0.5em;
  font-size: 2rem;
  color: #F67960;
  text-align: center;
}
.sec-brand-item__text, .sec-brand-item__detail {
  line-height: 2;
  letter-spacing: 0.05em;
}
.sec-brand-item__text small, .sec-brand-item__detail small {
  font-size: 1rem;
}
.sec-brand-item__detail {
  margin-top: 0.5em;
  font-weight: bold;
}

.sec-special {
  position: relative;
  width: 31rem;
  margin: 5rem auto 0;
  padding: 2rem 1.5rem 2.5rem;
  border-radius: 2rem;
  border: 0.4rem solid #EEA8C1;
  background: #fff;
}
.sec-special:before {
  content: "";
  display: block;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  width: 5rem;
  height: 3rem;
  transform: translateX(-50%);
  background: url(../img/index/deco-special.png) no-repeat center center/contain;
}
.sec-special__ttl {
  padding-bottom: 1rem;
  border-bottom: 0.2rem solid #EEA8C1;
}
.sec-special__note {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5rem auto 0;
  font-size: 1.14rem;
  letter-spacing: 0.1em;
}
.sec-special__note li {
  line-height: inherit;
}

.sec-special-item {
  margin: 2.5rem auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-special-item__num {
  width: 3.6rem;
  margin-right: 1rem;
}
.sec-special-item__inner {
  flex: 1;
}
.sec-special-item__text {
  line-height: inherit;
  letter-spacing: 0.05em;
}
.sec-special-item__image {
  margin: 0.5rem -1rem;
  text-align: center;
}
.sec-special-item__image figcaption {
  margin-top: 1em;
  font-size: 1.14rem;
}
.sec-special-item__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19rem;
  height: 2.8rem;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 2.8rem;
  background: #EEA8C1;
}
.sec-special-item__btn a:after {
  content: "▲";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  margin-top: 0.2em;
  transform: rotate(90deg) scale(0.75);
}

.sec-footer-banner {
  width: 31rem;
  margin: 3rem auto 0;
}
.sec-footer-banner .banner-fashiongoods {
  display: block;
  margin-left: -1.5rem;
}