@charset "UTF-8";
/* =======================================================================
slick
======================================================================= */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
  outline: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-arrow.slick-disabled {
  display: none;
  opacity: 0;
}

/* =======================================================================
top header
======================================================================= */
.l-topHeader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
}
.l-topHeader * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-topHeader *:before, .l-topHeader *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-topHeader__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-topHeader__inner {
    min-height: 80px;
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-topHeader__inner {
    min-height: 40px;
    padding: 0 0 0 10px;
  }
}

.l-topHeader-logo {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-topHeader-logo {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .l-topHeader-logo {
    width: 140px;
  }
}
.l-topHeader-logo a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
}
.l-topHeader-logo a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.l-topHeader-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .l-topHeader-nav {
    margin-left: 20px;
  }
}

.l-topHeader-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 36px;
  border: solid 1px #96262c;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-topHeader-nav-list {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-topHeader-nav-list {
    display: none;
  }
}
.l-topHeader-nav-list__item {
  list-style: none;
  font-size: 0.75rem;
}
@media screen and (min-width: 1280px) {
  .l-topHeader-nav-list__item {
    font-size: 0.875rem;
  }
}
.l-topHeader-nav-list__item + .l-topHeader-nav-list__item {
  border-left: solid 1px #96262c;
}
.l-topHeader-nav-list__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 4px 10px;
}
@media screen and (min-width: 1280px) {
  .l-topHeader-nav-list__item a {
    padding: 4px 20px;
  }
}
.l-topHeader-nav-list__item a:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: solid 1px #96262c;
  border-right: solid 1px #96262c;
  -webkit-transform: translateY(-20%) rotate(45deg);
          transform: translateY(-20%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1280px) {
  .l-topHeader-nav-list__item a:before {
    margin-right: 10px;
  }
}
.l-topHeader-nav-list__item a:hover {
  background-color: #96262c;
  opacity: 1;
  color: #fff;
}
.l-topHeader-nav-list__item a:hover:before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.l-topHeader-nav-tel {
  margin-left: 20px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 0.875rem;
}
@media screen and (min-width: 1280px) {
  .l-topHeader-nav-tel {
    margin-left: 30px;
    font-size: 1.25rem;
  }
}
.l-topHeader-nav-tel .num {
  font-size: 1.3125rem;
}
@media screen and (min-width: 1280px) {
  .l-topHeader-nav-tel .num {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .l-topHeader-nav-tel {
    display: none;
  }
}

.l-topHeader-nav-event {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #dcc8c8;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #96262c;
  font-weight: 700;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-topHeader-nav-event:before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  inset: 0;
  margin: auto;
  border: solid 1px #96262c;
}
@media screen and (min-width: 768px) {
  .l-topHeader-nav-event {
    padding: 10px 20px;
    margin-left: 20px;
    min-width: 150px;
    min-height: 80px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-topHeader-nav-event {
    min-width: 180px;
    margin-left: 30px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-topHeader-nav-event {
    padding: 5px 15px;
    min-width: 150px;
    min-height: 40px;
    font-size: 0.75rem;
    opacity: 0;
    pointer-events: none;
  }
}
.l-topHeader-nav-event .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: center;
}
.l-topHeader-nav-event .ico {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .l-topHeader-nav-event .ico {
    width: 30px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-topHeader-nav-event .ico {
    width: 20px;
  }
}
.l-topHeader-nav-event .ico:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/base/icon-event.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-topHeader-nav-event .ico img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-topHeader-nav-event.is-on {
  background-color: #fff;
  color: #96262c;
}
@media screen and (max-width: 767px) {
  .l-topHeader-nav-event.is-on {
    opacity: 1;
    pointer-events: auto;
  }
}
.l-topHeader-nav-event.is-on .ico img {
  opacity: 0;
}
.l-topHeader-nav-event.is-on .ico:before {
  opacity: 1;
}

.l-topHeader-nav-menu {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
  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;
  background-color: #96262c;
  color: #fff;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-topHeader-nav-menu:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-topHeader-nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 2px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-topHeader-nav-menu {
    width: 85px;
    height: 40px;
  }
}
.l-topHeader-nav-menu .txt {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .l-topHeader-nav-menu .txt {
    margin-top: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .l-topHeader-nav-menu .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    font-size: 0.625rem;
    text-align: center;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
}
.l-topHeader-nav-menu .ico {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-topHeader-nav-menu .ico {
    width: 32px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-topHeader-nav-menu .ico {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px;
    height: 40px;
  }
}
.l-topHeader-nav-menu .ico .line {
  position: absolute;
  height: 1px;
  left: 50%;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .l-topHeader-nav-menu .ico .line {
    width: 100%;
    margin-left: -16px;
  }
}
@media screen and (max-width: 767px) {
  .l-topHeader-nav-menu .ico .line {
    width: 24px;
    margin-left: -12px;
  }
}
.l-topHeader-nav-menu .ico .line:nth-of-type(1) {
  top: 0;
}
@media screen and (max-width: 767px) {
  .l-topHeader-nav-menu .ico .line:nth-of-type(1) {
    top: 50%;
    margin-top: -6px;
  }
}
.l-topHeader-nav-menu .ico .line:nth-of-type(2) {
  top: 50%;
}
.l-topHeader-nav-menu .ico .line:nth-of-type(3) {
  bottom: -1px;
}
@media screen and (max-width: 767px) {
  .l-topHeader-nav-menu .ico .line:nth-of-type(3) {
    bottom: 50%;
    margin-bottom: -7px;
  }
}
.l-topHeader-nav-menu.is-on {
  background-color: #fff;
}
.l-topHeader-nav-menu.is-on .txt {
  color: #96262c;
}
.l-topHeader-nav-menu.is-on .ico .line {
  background-color: #96262c;
}

.l-topHeader-btm {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 90;
}
.l-topHeader-btm * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-topHeader-btm *:before, .l-topHeader-btm *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .l-topHeader-btm {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-topHeader-btm {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 90;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-topHeader-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    margin-right: -10px;
  }
}
.l-topHeader-btns__item {
  list-style: none;
  width: calc(50% - 10px);
  margin-right: 10px;
  font-size: 0.75rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  color: #96262c;
}
.l-topHeader-btns__item a {
  position: relative;
  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;
  min-height: 45px;
  background-color: #fff;
  border: solid 1px #96262c;
  padding: 10px;
  color: #96262c;
}
.l-topHeader-btns__item--event a {
  background-color: #96262c;
  color: #fff;
}
.l-topHeader-btns__item--event a:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  inset: 0;
  margin: auto;
  border: solid 1px #ce8787;
}

.l-top-bg {
  position: fixed;
  right: 0;
  top: 0;
  content: "";
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-top-bg.is-on {
  opacity: 1;
  pointer-events: auto;
}

.l-topGnav {
  height: 100vh;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #96262c;
  z-index: 2;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .l-topGnav {
    padding: 150px 90px 160px;
    width: 540px;
  }
}
@media screen and (max-width: 767px) {
  .l-topGnav {
    padding: 70px 20px 160px 40px;
    width: calc(100% - 100px);
  }
}
.l-topGnav.is-on {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-topGnav::-webkit-scrollbar {
  display: none;
}
.l-topGnav a {
  color: #fff;
}

.l-topGnav-list-wrap {
  position: relative;
}

.l-topGnav-list-icon {
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .l-topGnav-list-icon {
    top: calc(1em + 10px);
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-topGnav-list-icon {
    top: calc(0.5em + 10px);
    width: 5px;
    height: 5px;
  }
}

.l-topGnav-list {
  position: relative;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .l-topGnav-list {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-topGnav-list {
    padding-left: 20px;
  }
}
.l-topGnav-list:before {
  content: "";
  width: 1px;
  position: absolute;
  left: 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-topGnav-list:before {
    height: calc(100% - (3.5em + 20px));
    top: calc(1em + 10px);
  }
}
@media screen and (max-width: 767px) {
  .l-topGnav-list:before {
    height: calc(100% - (2em + 20px));
    top: calc(0.5em + 10px);
  }
}
.l-topGnav-list__item {
  list-style: none;
}
.l-topGnav-list__item a {
  display: -ms-grid;
  display: grid;
  padding: 10px 0;
}
.l-topGnav-list__item .en {
  display: block;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-topGnav-list__item .en {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .l-topGnav-list__item .en {
    font-size: 0.9375rem;
  }
}
.l-topGnav-list__item .ja {
  display: block;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-topGnav-list__item .ja {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .l-topGnav-list__item .ja {
    font-size: 0.625rem;
  }
}

.l-topGnav-link {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .l-topGnav-link {
    margin: 50px 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-topGnav-link {
    margin: 20px 0 0;
    padding: 0;
  }
}
.l-topGnav-link__item {
  margin: 0;
  padding: 0;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .l-topGnav-link__item {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-topGnav-link__item {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .l-topGnav-link__item + .l-topGnav-link__item {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-topGnav-link__item + .l-topGnav-link__item {
    margin: 10px 0 0;
  }
}
.l-topGnav-link__item a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.l-topGnav-link__item a:before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: translateY(-20%) rotate(45deg);
          transform: translateY(-20%) rotate(45deg);
}

.l-topGnav-tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border: solid 1px #fff;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-topGnav-tel {
    margin-top: 40px;
    padding: 10px 30px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-topGnav-tel {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .l-topGnav-tel .num {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .l-topGnav-tel .num {
    font-size: 1.25rem;
  }
}

/* =======================================================================
top
======================================================================= */
@media screen and (min-width: 768px) {
  .l-page {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-page {
    padding-top: 40px;
    padding-bottom: 65px;
  }
}

.p-top-mv {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-top-mv:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-mv:before {
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv:before {
    height: 80px;
  }
}
.p-top-mv * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-top-mv *:before, .p-top-mv *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-top-mv__item {
    height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__item {
    height: calc(100vh - 40px);
  }
}
.p-top-mv__item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  width: 100%;
  height: 100%;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .p-top-mv__item img.pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-top-mv__item img.sp {
    display: none;
  }
}

.p-top-collection {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-top-collection {
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-collection {
    margin-left: -8px;
    margin-right: -8px;
    padding: 25px 0 20px;
  }
}
.p-top-collection:before, .p-top-collection:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-top-collection * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-top-collection *:before, .p-top-collection *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-top-collection-title {
  position: relative;
  text-align: center;
  color: #96262c;
  font-weight: normal;
  line-height: 1.2;
  font-family: "Cardo", serif;
}
@media screen and (min-width: 768px) {
  .p-top-collection-title {
    margin: 0 20px;
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-collection-title {
    margin: 0 10px;
    font-size: 1.625rem;
  }
}
.p-top-collection-title .s {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-top-collection-title .s {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-collection-title .s {
    font-size: 0.6875rem;
  }
}

.p-top-collection-txt {
  margin: 10px 0 0;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-collection-txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-collection-txt {
    font-size: 0.75rem;
  }
}

.p-top-collection-list-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-collection-list-wrap {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-collection-list-wrap {
    margin: 20px 0 0;
  }
}
.p-top-collection-list-wrap__inner {
  overflow: hidden;
}

.p-top-collection-list {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-collection-list {
    margin: 0 -4px;
  }
}
.p-top-collection-list__item {
  margin-left: 4px;
  margin-right: 4px;
  aspect-ratio: 452/738;
}
@media screen and (max-width: 767px) {
  .p-top-collection-list__item {
    width: 58.8541666667vw;
  }
}
.p-top-collection-list__item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  width: 100%;
  height: 100%;
  max-width: unset;
}

.p-top-collection-list-arrows {
  width: 100%;
}

.p-top-collection-list-arrow {
  position: absolute;
  cursor: pointer;
  top: 50%;
  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;
  background-color: #96262c;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-collection-list-arrow {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-collection-list-arrow {
    width: 32px;
    height: 32px;
  }
}
.p-top-collection-list-arrow .ico {
  position: relative;
  background-size: 100%;
  background-image: url("../img/p-top/icon_arrow.svg");
}
@media screen and (min-width: 768px) {
  .p-top-collection-list-arrow .ico {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-collection-list-arrow .ico {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-collection-list-arrow.prev {
    left: 4px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-top-collection-list-arrow.prev {
    left: 10px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
}
.p-top-collection-list-arrow.prev .ico {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .p-top-collection-list-arrow.next {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    right: 4px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-collection-list-arrow.next {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    right: 10px;
  }
}

.p-top-button {
  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;
  color: #96262c;
  border: solid 1px #96262c;
  background-color: #fff;
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-top-button {
    max-width: 350px;
    min-height: 60px;
    margin: 40px auto 20px;
    padding: 10px 20px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-button {
    max-width: calc(100% - 40px);
    min-height: 45px;
    margin: 20px auto 20px;
    padding: 5px 10px;
    font-size: 0.8125rem;
  }
}
.p-top-button:before, .p-top-button:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-top-items1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-top-items1 {
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-items1 {
    margin-right: -15px;
  }
}
.p-top-items1:before, .p-top-items1:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-top-items1 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-top-items1 *:before, .p-top-items1 *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-top-items1__item {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-items1__item {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
}
.p-top-items1__item a {
  position: relative;
  display: block;
}
.p-top-items1__figure {
  margin: 0;
  aspect-ratio: 1024/683;
}
.p-top-items1__figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-width: unset;
}
.p-top-items1__data {
  margin-bottom: 10px;
}
.p-top-items1__category {
  display: block;
  padding: 4px 10px;
  background-color: #f8e6ea;
  text-align: center;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .p-top-items1__category {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-items1__category {
    font-size: 0.875rem;
  }
}
.p-top-items1__name {
  margin: 0 0 5px;
  padding: 0;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .p-top-items1__name {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-items1__name {
    font-size: 0.875rem;
  }
}
.p-top-items1__title {
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .p-top-items1__title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-items1__title {
    font-size: 0.875rem;
  }
}

.p-top-items2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-top-items2 {
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-items2 {
    margin-right: -15px;
  }
}
.p-top-items2:before, .p-top-items2:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-top-items2 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-top-items2 *:before, .p-top-items2 *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-top-items2__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-items2__item {
    max-width: 230px;
    width: calc(50% - 20px);
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-items2__item {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
}
.p-top-items2__figure {
  margin: 0;
  aspect-ratio: 380/570;
}
.p-top-items2__figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-width: unset;
}
.p-top-items2__main {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 4px 10px;
  background-color: rgba(248, 230, 234, 0.7);
}
.p-top-items2__title {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.55;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-items2__title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-items2__title {
    font-size: 0.875rem;
  }
}

.p-items5__date .title,
.p-items5__reservation2 .text2,
.p-items5__reservation2 .phone,
.c-phone {
  color: #96262c !important;
}

.p-items5__date .more,
.c-button2,
.p-topics__list li .c-category,
.p-footerInfo__button:not(.p-footerInfo__button--dress),
.p-pagetop a {
  background-color: #96262c !important;
}