/*------------------------------------------
breadcrumb
------------------------------------------*/
.cmn__breadcrumb {
  background: #fcfcfc;
  padding: 12px 24px 10px;
  position: relative;
  z-index: 3;
}
@media (min-width: 1025px) {
  .cmn__breadcrumb {
    padding: 10px 80px 12px;
  }
}
.breadcrumb__list {
  width: 100%;
}
@media (max-width: 1024px) {
  .breadcrumb__list {
    padding-bottom: 6px;
  }
}

.breadcrumb__list--item {
  display: inline;
  color: #a8a8a8;
  font-size: 12px;
}
.breadcrumb__list--item a {
  text-decoration: underline;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.breadcrumb__list--item a::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 2px;
  right: -3px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}

/*------------------------------------------
.dist__container,
.detail__containe
------------------------------------------*/
.dist__container,
.detail__container {
  padding: 0 0 80px;
}
@media (min-width: 1025px) {
  .dist__container,
  .detail__container {
    padding: 0 0 100px;
  }
}

.dist__ttl--area {
  position: relative;
  padding: 40px 24px 0;
}
@media (min-width: 1025px) {
  .dist__ttl--area {
    padding: 72px 80px 0;
  }
}
.dist__ttl--area::before {
  content: "";
  background: #f7fcff;
  width: 100%;
  height: 85px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -2;
}
@media (min-width: 1025px) {
  .dist__ttl--area::before {
    height: 130px;
  }
}

/*------------------------------------------
dist__block
------------------------------------------*/
.dist__block {
  padding: 60px 0 0;
}
@media (min-width: 1025px) {
  .dist__block {
    padding: 80px 0 0;
  }
}
.dist__block .inner {
  width: 100%;
  padding: 0 24px;
}
@media (min-width: 1025px) {
  .dist__block .inner {
    padding: 0 12.2254758419vw;
  }
}
@media (min-width: 1025px) {
  .dist__block .inner.type--2 {
    padding: 0 5.8565153734vw;
  }
}
.dist__block .wysiwyg__block {
  width: 100%;
}

/*------------------------------------------
dist__subttl
------------------------------------------*/
.dist__subttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 45px;
}
@media (min-width: 1025px) {
  .dist__subttl {
    margin: 0 0 70px;
  }
}
.dist__subttl span {
  display: block;
}
.dist__subttl .en {
  font-size: 49px;
  letter-spacing: -0.09em;
  line-height: 1;
  color: #006eb7;
  position: relative;
  line-height: 0.93;
}
@media (min-width: 1025px) {
  .dist__subttl .en {
    font-size: 60px;
  }
}
.dist__subttl .ja {
  position: relative;
  padding-left: 18px;
  font-size: 18px;
  margin: 10px 0 0 10px;
}
.dist__subttl .ja::before {
  content: "";
  background: #006eb7;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/*------------------------------------------
dist__pagination
------------------------------------------*/
.dist__pagination {
  width: 216px;
  height: 50px;
  margin: 45px auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1025px) {
  .dist__pagination {
    margin: 60px auto 0;
  }
}
.dist__pagination .pagination__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.dist__pagination .pagination__arrow > a {
  display: block;
  background: #ffd2be;
  width: 50px;
  height: 100%;
  position: relative;
}
.dist__pagination .pagination__arrow > a::after {
  content: "";
  background: url(/assets/images/common/ico_arrow.svg) no-repeat center/100%;
  width: 17px;
  height: 9px;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .dist__pagination .pagination__arrow > a:hover::after {
    -webkit-animation: btmIcon 0.5s cubic-bezier(0.5, 1, 0.89, 1);
            animation: btmIcon 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
.dist__pagination .pagination__arrow.prev {
  left: 0;
}
.dist__pagination .pagination__arrow.prev > a::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (min-width: 1025px) {
  .dist__pagination .pagination__arrow.prev > a:hover::after {
    -webkit-animation: btmIcon_2 0.5s cubic-bezier(0.5, 1, 0.89, 1);
            animation: btmIcon_2 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
.dist__pagination .pagination__arrow.next {
  right: 0;
}
.dist__pagination .pagination__itesm {
  font-size: 24px;
  letter-spacing: -0.07em;
  line-height: 1;
  color: #006eb7;
}

/*------------------------------------------
detail__sns--list
------------------------------------------*/
.detail__sns--list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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: 20px;
  margin: 60px auto 0;
}
@media (min-width: 1025px) {
  .detail__sns--list {
    gap: 20px;
  }
}
.detail__sns--list .sns__ttl {
  color: #006eb7;
  text-align: center;
  width: 100%;
  letter-spacing: -0.09em;
  line-height: 1;
  font-size: 18px;
}
@media (min-width: 1025px) {
  .detail__sns--list .sns__ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.detail__sns--list .sns__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.detail__sns--list .sns__items .items {
  width: 34px;
  height: 34px;
}
.detail__sns--list .sns__items .items > a {
  display: block;
  width: 100%;
  height: 100%;
}

/*------------------------------------------
shop
------------------------------------------*/
@media (min-width: 1025px) {
  .shop .cmn__ttl .en {
    padding: 22px 4px 0 0;
  }
}
@media (min-width: 1025px) {
  .shop .cmn__ttl .en .en--txt {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}

/*------------------------------------------
shop__block
------------------------------------------*/
.shop__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 1025px) {
  .shop__block {
    gap: 6.4421669107vw;
  }
}
.shop__block .splide {
  overflow: hidden;
}
.shop__block .splide.no-slide {
  visibility: visible;
}
.shop__block .splide.no-slide .splide__slide {
  width: 100%;
}
.shop__block .splide__wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.shop__block .splide__slide {
  width: 100%;
}
.shop__block .splide__slide .slide--img {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1025px) {
  .shop__block .splide__slide .slide--img {
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
}
.shop__block .splide__slide .slide--img img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  .shop__block .splide__slide a:hover {
    opacity: 1;
  }
  .shop__block .splide__slide a:hover .slide--img,
  .shop__block .splide__slide a:hover img {
    opacity: 0.6;
  }
}
.shop__block .splide__slide > a {
  display: block;
}
.shop__block .thumbnails {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-top: 15px;
}
@media (min-width: 1025px) {
  .shop__block .thumbnails {
    gap: 1.1713030747vw;
    margin-top: 40px;
  }
}
.shop__block .thumbnails .thumbnail {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  width: 100px;
}
@media (min-width: 1025px) {
  .shop__block .thumbnails .thumbnail {
    width: 9.3704245974vw;
  }
}
.shop__block .thumbnails .thumbnail.is-active img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
.shop__block .shop__slide {
  width: 100%;
}
@media (min-width: 1025px) {
  .shop__block .shop__slide {
    width: 30.4538799414vw;
  }
}
.shop__block .shop__info {
  width: 100%;
}
@media (min-width: 1025px) {
  .shop__block .shop__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.shop__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .shop__item {
    gap: 1.756954612vw;
    margin-bottom: 15px;
  }
}
.shop__item .name {
  color: #006eb7;
  line-height: 1.6;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 1025px) {
  .shop__item .name {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.shop__item .item__img {
  width: 100%;
}
@media (min-width: 1025px) {
  .shop__item .item__img {
    width: 12.8843338214vw;
  }
}
@media (max-width: 1024px) {
  .shop__item .item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    margin-bottom: 10px;
  }
}
.shop__item .item__img .img {
  width: 138px;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1025px) {
  .shop__item .item__img .img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .shop__item .item__img .name {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.shop__item .item__info {
  width: 100%;
}
@media (min-width: 1025px) {
  .shop__item .item__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.shop__item .item__info .name__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .shop__item .item__info .name__list {
    margin-bottom: 15px;
  }
}
.shop__item .item__info .name__list > li {
  width: 100%;
  color: #a8a8a8;
  font-weight: 400;
  font-size: 12px;
}
.shop__item .item__info .genre__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .shop__item .item__info .genre__list {
    margin-bottom: 15px;
  }
}
.shop__item .item__info .genre__list > li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #006eb7;
  font-weight: 400;
  font-size: 14px;
}
.shop__item .item__info .street {
  line-height: 1.9;
  background: #006eb7;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 14px;
}
@media (min-width: 1025px) {
  .shop__item .item__info .street {
    padding: 10px 20px;
  }
}

.shop__option {
  margin-top: 30px;
}
.shop__option > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 24px 0;
  gap: 10px;
  border-top: 1px solid #c9e3f4;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .shop__option > li {
    gap: 24px;
  }
}
.shop__option > li:last-child {
  padding: 24px 0 0;
}
.shop__option > li .option__category {
  width: 100%;
  color: #006eb7;
}
@media (min-width: 1025px) {
  .shop__option > li .option__category {
    text-align: right;
    width: 90px;
  }
}
.shop__option > li .option__detail {
  width: 100%;
}
@media (min-width: 1025px) {
  .shop__option > li .option__detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.shop__option > li .option__detail > a {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .shop__option > li .option__detail > a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .shop__option > li .option__detail > a:hover {
    text-decoration: none;
  }
}
.shop__option > li .detail__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.shop__option > li .detail__tags .tag {
  letter-spacing: 0.08em;
  line-height: 1;
  background: #edf8ff;
  color: #006eb7;
  border-radius: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  padding: 0 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

/*------------------------------------------
shop__news
------------------------------------------*/
.dist__block.shop__information {
  padding: 60px 0;
}
@media (min-width: 1025px) {
  .dist__block.shop__information {
    padding: 80px 0 100px;
  }
}
.dist__block.shop__news {
  background: #edf8ff;
  padding: 60px 0;
}
.dist__block.shop__news .cmn__btn {
  width: 280px;
}

/*------------------------------------------
shopnews__list
------------------------------------------*/
.shopnews__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 10px;
}
@media (min-width: 1025px) {
  .shopnews__list {
    gap: 3.6603221083vw;
  }
}
.shopnews__list > li {
  width: calc(50% - 5px);
  background: #fff;
}
@media (min-width: 1025px) {
  .shopnews__list > li {
    width: calc(25% - 2.7452415813vw);
  }
}
.shopnews__list > li > a {
  display: block;
}
.shopnews__list > li .top__area {
  position: relative;
}
.shopnews__list > li .top__area .ico--new {
  border-radius: 50%;
  background: #ffeb8c;
  color: #006eb7;
  line-height: 1;
  font-size: 15px;
  letter-spacing: -0.07em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -15px;
  left: -10px;
}
@media (min-width: 1025px) {
  .shopnews__list > li .top__area .ico--new {
    width: 60px;
    height: 60px;
    top: -20px;
    left: -15px;
    font-size: 18px;
  }
}
.shopnews__list > li .top__area .img {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
.shopnews__list > li .btm__area {
  padding: 10px 10px 16px;
}
@media (min-width: 1025px) {
  .shopnews__list > li .btm__area {
    padding: 10px;
  }
}
.shopnews__list > li .btm__area .ttl {
  line-height: 1.6;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .shopnews__list > li .btm__area .ttl {
    font-size: 16px;
  }
}
.shopnews__list > li .btm__area .date {
  letter-spacing: -0.07em;
  line-height: 1.1;
  color: #a8a8a8;
  font-size: 12px;
  text-align: right;
}
@media (min-width: 1025px) {
  .shopnews__list > li .btm__area .date {
    font-size: 14px;
  }
}