/*-----------------------------------------------------
	title
-----------------------------------------------------*/
/* main-title
-----------------------------------------------------*/
.c-main-title {
  text-align: center;
  line-height: 1.25;
}
.c-main-title__en {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}
.c-main-title__jp {
  font-size: 0.875rem;
  margin-top: 0.25em;
}

/* main-title (768px~)
-----------------------------------------------------*/
@media (min-width: 768px) {
  .c-main-title__en {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
}
/* middle-title
-----------------------------------------------------*/
.c-middle-title {
  line-height: 1.25;
  font-weight: 600;
}
.c-middle-title__sub {
  display: block;
  font-size: 1rem;
  color: #908ba1;
  margin-bottom: 0.5em;
}
.c-middle-title__main {
  font-size: 1.25rem;
}

/* middle-title (768px~)
-----------------------------------------------------*/
@media (min-width: 768px) {
  .c-middle-title {
    font-weight: 600;
  }
  .c-middle-title__sub {
    font-size: 1rem;
    color: #908ba1;
  }
  .c-middle-title__main {
    font-size: 1.5rem;
  }
}
/*-----------------------------------------------------
	link
-----------------------------------------------------*/
/* with arrow
-----------------------------------------------------*/
.c-link-arrow {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.c-link-arrow::after {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background: url(../images/arrow.svg) center center no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  filter: brightness(0);
}
.c-link-arrow.inv {
  color: #fff;
}
.c-link-arrow.inv::after {
  filter: invert(1);
}

/* square
-----------------------------------------------------*/
.c-link-square {
  display: inline-flex;
  min-width: 15.625rem;
  height: 2.5rem;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  text-decoration: none;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 600;
  transition: background-color 0.4s ease 0s, border-color 0.4s ease 0s, color 0.4s ease 0s;
}
.c-link-square::after {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background: url(../images/arrow.svg) center center no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  filter: brightness(0);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.9375rem;
  margin: auto;
}
.c-link-square.black {
  background-color: #000;
  color: #fff;
}
.c-link-square.black::after {
  filter: brightness(0) invert(1);
}
.c-link-square:hover {
  background-color: #3e6dbb;
  border-color: #3e6dbb;
  color: #fff;
}
.c-link-square:hover::after {
  filter: brightness(0) invert(1);
}

/*-----------------------------------------------------
	content (~1200px)
-----------------------------------------------------*/
/* # 
-----------------------------------------------------*/
/*-----------------------------------------------------
	content (1200px~)
-----------------------------------------------------*/
/* # 
-----------------------------------------------------*/
/*-----------------------------------------------------
	news-list (~768px)
-----------------------------------------------------*/
.c-news-list {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  line-height: 1.4285714286;
}
.c-news-list__item.new {
  position: relative;
}
.c-news-list__item.new::before {
  content: "NEW!!";
  color: red;
  font-weight: 700;
}
.c-news-list a {
  text-decoration: none;
}
.c-news-list__postdate, .c-news-list__category {
  display: inline-block;
  font-size: 0.75rem;
  color: #333;
}
.c-news-list__postdate {
  width: 5.5em;
}
.c-news-list__title {
  font-size: 0.875rem;
}
.c-news-list__excerpt {
  color: #777;
}

/*-----------------------------------------------------
	news-list (768px~)
-----------------------------------------------------*/
@media (min-width: 768px) {
  .c-news-list__item.new::before {
    content: "NEW!!";
    color: red;
    font-weight: 700;
    position: absolute;
    left: -3.5em;
  }
}
/*-----------------------------------------------------
	main-visual (~768px)
-----------------------------------------------------*/
.c-mv {
  width: 100%;
}
.c-mv__image {
  line-height: 0;
}
.c-mv__image img {
  width: 100%;
}

/*-----------------------------------------------------
	main-visual (768px~)
-----------------------------------------------------*/
@media (min-width: 768px) {
  .c-mv {
    width: 100%;
    height: 56.25vw;
    max-height: calc(100dvh - 5rem);
    background-color: #f5f5f5;
    text-align: center;
  }
  .c-mv__image {
    height: 100%;
  }
  .c-mv__image img {
    width: auto;
    height: 100%;
  }
}
/*-----------------------------------------------------
	area-nav (~768px)
-----------------------------------------------------*/
.c-area-nav {
  padding: 0.625rem 0;
  width: 100vw;
  overflow-x: auto;
  background-color: #fff;
  font-size: 0.75rem;
  line-height: 2.0833333333;
}
.c-area-nav__list {
  width: auto;
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.c-area-nav__item {
  word-break: keep-all;
  white-space: nowrap;
}
.c-area-nav__item:first-child {
  padding-left: 4vw;
}
.c-area-nav__item:last-child {
  padding-right: 4vw;
}
.c-area-nav__item a {
  display: inline-block;
  border: 1px solid #777;
  text-decoration: none;
  padding: 0 2em;
}
.c-area-nav__item a:hover {
  color: #ff1900;
}

/*-----------------------------------------------------
	area-nav (768px~)
-----------------------------------------------------*/
@media (min-width: 768px) {
  .c-area-nav {
    padding: 0.625rem 0;
    width: 100%;
    background-color: #fff;
  }
  .c-area-nav__list {
    justify-content: center;
  }
  .c-area-nav__item:first-child {
    padding-left: 0;
  }
  .c-area-nav__item:last-child {
    padding-right: 0;
  }
}
/*-----------------------------------------------------
	shop-tag 
-----------------------------------------------------*/
.c-shop-tag {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  display: flex;
  justify-content: flex-start;
  gap: 0.625rem;
}
.c-shop-tag li {
  flex-basis: calc((100% - 1.25rem) / 3);
  max-width: 5.9375rem;
}
.c-shop-tag span {
  display: block;
  box-sizing: border-box;
  border: 1px solid #908ba1;
  color: #908ba1;
  text-align: center;
}
.c-shop-tag span.concierge {
  border-color: #221D35;
  color: #221D35;
}
.c-shop-tag span.authorized {
  border-color: #ff1900;
  color: #ff1900;
}
.c-shop-tag span.display {
  border-color: #221D35;
  background-color: #221D35;
  color: #fff;
  font-size: 0.625rem;
  line-height: 2;
  letter-spacing: -0.05em;
}

/*-----------------------------------------------------
	editor-output (~768px)
-----------------------------------------------------*/
.c-editor-output__title {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.625rem;
}
.c-editor-output__title-en {
  font-size: 1rem;
}
.c-editor-output__title-jp {
  font-size: 0.875rem;
}
.c-editor-output__eyecatch {
  margin-bottom: 1.875rem;
}
.c-editor-output__subtitle {
  font-weight: 600;
}

/*-----------------------------------------------------
	editor-output (768px~)
-----------------------------------------------------*/
@media (min-width: 768px) {
  .c-editor-output__title {
    margin-bottom: 1.25rem;
  }
  .c-editor-output__title-en {
    font-size: 1.25rem;
  }
  .c-editor-output__flex {
    display: flex;
    justify-content: space-between;
    gap: 1.875rem;
  }
  .c-editor-output__eyecatch {
    flex: 1;
    margin-bottom: 0rem;
  }
  .c-editor-output__content {
    flex: 1;
  }
  .c-editor-output__subtitle {
    font-weight: 600;
  }
}
/*-----------------------------------------------------
	pager (~768px)
-----------------------------------------------------*/
.c-pager {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  gap: 0.625rem;
  font-weight: 600;
}
.c-pager .page-numbers {
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.6875;
  min-width: 2rem;
  background-color: #eee;
  color: #333;
  box-sizing: border-box;
  padding: 0 0.5em;
}
.c-pager .page-numbers.current {
  background-color: #333;
  color: #fff;
}
.c-pager .page-numbers.dots {
  background: transparent;
}

/*-----------------------------------------------------
	pager (768px~)
-----------------------------------------------------*/
/* # 
-----------------------------------------------------*/
/*-----------------------------------------------------
	content (1200px~)
-----------------------------------------------------*/
/* # 
-----------------------------------------------------*//*# sourceMappingURL=component.css.map */