@charset "UTF-8";
/* ***************************************
font Setting
*************************************** */
/*----------------------------------------
breakpoint Setting
----------------------------------------*/
/*========================================
  全体設定
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
html,
body {
  width: 100%;
  /*height: 100%;*/
}

body {
  min-width: 320px;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

/*----------------------------------------
	フォントサイズ
----------------------------------------*/
html {
  font-size: 56.25%;
  /* 9px */
}

@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    /* 10px */
  }
}
body {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  margin: 0 auto;
}

/*----------------------------------------
	共通css
----------------------------------------*/
a:link,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: top;
}

/*overflowで要素内をスクロールした時にiOSでスムーズにスクロールされない問題を解決*/
/*慣性スクロールにする*/
.inline_block {
  display: inline-block;
}

.text-css {
  line-break: strict;
}

@media screen and (min-width: 768px) {
  .css-pc-br::after {
    content: "\a";
    white-space: pre;
  }
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .css-sp-br::after {
    content: "\a";
    white-space: pre;
  }
  .sp_none {
    display: none;
  }
}
.obj-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;"; /*IE用*/
}

.bold {
  font-weight: bold;
}

.font_size--068 {
  font-size: 0.68em;
}

.font_size--078 {
  font-size: 0.78em;
}

.font_size--088 {
  font-size: 0.88em;
}

.font_size--093 {
  font-size: 0.93em;
}

.font_size--11 {
  font-size: 1.1em;
}

.font_size--12 {
  font-size: 1.2em;
}

.font_size--13 {
  font-size: 1.3em;
}

.font_size--15 {
  font-size: 1.5em;
}

.font_size--18 {
  font-size: 1.8em;
}

.font_size--20 {
  font-size: 2em;
}

.price__table .size_s, .event__box_text, .event__box:nth-child(1) .font_family_1, .wrapper {
  font-family: dnp-shuei-gothic-gin-std, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 576px) {
  .price__table .size_s, .event__box_text, .event__box:nth-child(1) .font_family_1, .wrapper {
    font-weight: 400;
  }
}

.price__table tbody, .costume__sub_title, .costume__title, .event__box_content, .section__sub_title, .section__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.color_1 {
  color: #fb709b;
}

.wrapper {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #674928;
  background-color: #fee1e6;
}

/* ----------------------------------------
  section
--------------------------------------- */
.section--intro {
  background: linear-gradient(180deg, #fee1e6, rgb(254.45, 238.5, 241.25));
  border-bottom: 1px solid rgba(192, 155, 73, 0.5);
}
.section--event, .section--point, .section--costume, .section--price, .section--store {
  background-color: rgb(254.5, 240, 242.5);
  border-bottom: 1px solid rgba(192, 155, 73, 0.5);
}
.section--news {
  background-color: rgb(254.85, 250.5, 251.25);
}
.section--info {
  background-color: rgb(254.2, 231, 235);
  padding: 0.8rem 0;
}
.section__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 4rem 3%;
}
.section--intro .section__inner {
  padding-top: 2.5rem;
}
.section__title {
  letter-spacing: 0.05em;
  font-size: min(6.2vw, 2em);
  line-height: 1.5;
  margin-bottom: 0.4rem;
}
.section__title::before {
  display: block;
  color: #c09b49;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  opacity: 0.8;
  font-weight: 600;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}
.event .section__title::before {
  content: "＼ Renewal Event ／";
}
.price .section__title::before {
  content: "－ Price Plan －";
}
.store .section__title::before {
  content: "～ Store Updates ～";
}
.news .section__title::before {
  content: "Information";
  font-size: 0.8em;
  margin-bottom: 1rem;
}
.section__sub_title {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: min(5.6vw, 1.6em);
  margin-bottom: 1.8rem;
}
.section__text {
  margin-bottom: 0.5em;
}

.button__inner {
  display: block;
  position: relative;
}
.button__inner::after {
  position: absolute;
  right: 0.8em;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid;
  border-top: 2px solid;
  transform: rotate(45deg);
}

/* ----------------------------------------
  main
--------------------------------------- */
/* ----------------------------------------
  intro
--------------------------------------- */
.intro .section__title {
  color: rgb(177.1714285714, 141.1530612245, 61.3285714286);
  font-size: min(6.3vw, 2em);
}
.intro .section__sub_title {
  color: rgb(177.1714285714, 141.1530612245, 61.3285714286);
  font-size: min(5.9vw, 1.8em);
  margin-bottom: 2rem;
}

/* ----------------------------------------
  event
--------------------------------------- */
.event {
  max-width: 1000px;
  margin: auto;
}
.event .section__sub_title {
  color: #fb709b;
  margin-bottom: 1.5rem;
}
.event .section__sub_title--sub {
  color: #674928;
  margin-bottom: 1.2rem;
}
.event .button .button__inner {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #c09b49;
  border-radius: 3em;
  max-width: 30rem;
  margin: 0 auto 3rem;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event__block {
  padding-top: 2rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  .event__block {
    display: flex;
    justify-content: space-between;
  }
}
.event__box {
  padding: 2.8rem 1rem 1.5rem;
  border: 1px solid rgb(206.735, 183.425, 131.765);
  background-color: #fff;
  border-radius: 0.5rem;
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .event__box {
    width: 98%;
    margin: auto;
  }
}
@media screen and (min-width: 576px) {
  .event__box {
    width: 49%;
  }
}
@media screen and (max-width: 575px) {
  .event__box:nth-child(1) {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 576px) {
  .event__box:nth-child(1) .event__box_content {
    padding: 0 0 0.3rem;
  }
}
.event__box:nth-child(1) hr {
  margin: 0.5rem 0;
  border: none;
  border-bottom: 2px dotted rgba(192, 155, 73, 0.3);
}
.event__box:nth-child(1) .font_family_1 {
  font-size: 1.5rem;
}
.event__box:nth-child(1) .font_size--13 {
  line-height: 1.2;
}
@media screen and (max-width: 575px) {
  .event__box:nth-child(2) {
    padding-bottom: 1.2rem;
  }
}
@media screen and (min-width: 576px) {
  .event__box:nth-child(2) .event__box_content {
    padding: 0.3rem 0 0;
  }
}
.event__box:nth-child(2) .font_size--18 {
  letter-spacing: 0.01em;
  line-height: 1;
}
.event__box:nth-child(2) .font_size--10 {
  vertical-align: 8%;
}
.event__box_title {
  color: #fff;
  background-color: #c09b49;
  letter-spacing: 0.333em;
  text-indent: 0.333em;
  max-width: 8em;
  width: 8em;
  margin: auto;
  border-radius: 0.3em;
  padding: 0.3rem;
  font-size: 1.7rem;
  position: absolute;
  display: block;
  top: -0.7em;
  left: 0;
  right: 0;
}
.event__box_content {
  width: 100%;
  font-size: min(5.2vw, 1.2em);
}
.event__box_main_text {
  line-height: 1.4;
}
.event__box_text {
  font-size: 1.7rem;
}
@media screen and (min-width: 576px) {
  .event__box_text {
    line-height: 1.4;
  }
}
.event__box_text--bottom {
  font-size: 1.6rem;
  margin-top: 0.5rem;
  font-weight: 400;
}
@media screen and (min-width: 576px) {
  .event__box_text--bottom {
    margin-top: 0.8rem;
  }
}
.event__list {
  padding-top: 2.8rem;
}
@media screen and (min-width: 576px) {
  .event__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .event__list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 575px) {
  .event__item {
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .event__item:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 576px) {
  .event__item {
    width: 49%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .event__item {
    margin: 0 0.5%;
  }
}
@media screen and (min-width: 768px) {
  .event__item {
    width: 32.3333333333%;
  }
}
.event__item .button__inner {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  max-width: 20rem;
  border-radius: 3em;
  width: 90%;
  margin: auto;
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  right: 0;
  padding: 0.2rem 0.8rem 0.2rem 0;
  border: 1px solid;
  color: rgb(127.2674125874, 109.107972028, 89.1325874126);
}
.event__item_inner {
  display: block;
  height: 100%;
  padding: 3.3rem 1rem 5rem;
  position: relative;
  border: 1px solid rgba(103, 73, 40, 0.3);
  background-color: #fff;
  border-radius: 0.5rem;
  text-align: center;
  position: relative;
  line-height: 1.4;
}
.event__item_inner::after {
  content: "";
  display: block;
  margin: auto;
  background-color: #ccc;
  width: 3.2em;
  height: 3.2em;
  border-radius: 50%;
  position: absolute;
  top: -1.5em;
  left: 0;
  right: 0;
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  border: 2px solid;
}
.event__item:nth-child(1) .event__item_inner::after {
  background-image: url("../img/icon_1.png");
  background-color: rgb(250.8, 154.9, 185.7);
  border-color: rgb(250.8, 154.9, 185.7);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}
.event__item:nth-child(1) .event__item_inner .event__item_title {
  color: rgb(250.8, 154.9, 185.7);
}
.event__item:nth-child(2) .event__item_inner::after {
  background-image: url("../img/icon_2.png");
  background-color: rgb(196.35, 172.55, 235.45);
  border-color: rgb(196.35, 172.55, 235.45);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}
.event__item:nth-child(2) .event__item_inner .event__item_title {
  color: rgb(196.35, 172.55, 235.45);
}
.event__item:nth-child(3) .event__item_inner::after {
  background-image: url("../img/icon_3.png");
  background-color: rgb(209.25, 182.25, 135.75);
  border-color: rgb(209.25, 182.25, 135.75);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}
.event__item:nth-child(3) .event__item_inner .event__item_title {
  color: rgb(209.25, 182.25, 135.75);
}
.event__item_title {
  font-weight: 600;
  font-size: min(5.6vw, 1.3em);
  border-bottom: 1px dotted;
  padding-bottom: 0.1rem;
  margin-bottom: 0.8rem;
}
.event__item_text {
  font-size: 16px;
}
.event__text {
  font-size: 1.7rem;
}

/* ----------------------------------------
  point
--------------------------------------- */
.point .section__title {
  font-size: min(5.6vw, 1.8em);
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 575px) {
  .point .section__title {
    margin-bottom: 1.5rem;
  }
}
.point .section__sub_title {
  font-size: min(4.8vw, 1.6em);
}
@media screen and (min-width: 576px) {
  .point .section__sub_title {
    font-weight: 600;
    margin-bottom: 1rem;
  }
  .point .section__sub_title .font_size--12 {
    font-size: 1em;
  }
}
.point__text {
  font-size: 1.6rem;
  margin-top: 0.5rem;
  padding: 0.5rem 0.5em;
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .point__text {
    text-align: left;
    width: 94%;
  }
}

/* ----------------------------------------
  costume
--------------------------------------- */
.costume .section__title {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 576px) {
  .costume .section__title {
    font-size: calc(min(6.2vw, 2em) * 0.93);
  }
}
@media screen and (max-width: 575px) {
  .costume .section__title {
    font-size: calc(min(6.2vw, 2em) * 0.9);
  }
}
.costume .section__title .font_size--12 {
  letter-spacing: 0.05em;
  margin: 0 0.03em;
}
.costume .section__sub_title {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .costume .section__sub_title {
    font-size: calc(min(5.6vw, 1.6em) * 0.86);
  }
}
.costume__list {
  display: flex;
}
.costume__item {
  width: 20%;
}
.costume__block {
  max-width: 800px;
  margin: 2rem auto;
}
@media screen and (min-width: 576px) {
  .costume__block {
    margin-top: 3rem;
  }
}
.costume__title {
  font-size: calc(min(5.6vw, 1.6em) * 0.85);
  line-height: 1.5;
  padding: 0.4rem 0;
  background-color: #fb709b;
  color: #fdfca9;
  border-radius: 0.8rem 0.8rem 0 0;
}
.costume__text_area {
  padding: 1rem 3%;
  background-color: #fff;
  border: 1px solid #fb709b;
  border-radius: 0 0 0.8rem 0.8rem;
}
@media screen and (min-width: 576px) {
  .costume__text_area {
    padding: 1.2rem 3%;
  }
}
.costume__sub_title {
  font-size: min(5.6vw, 1.6em);
  line-height: 1.45;
  margin-bottom: 0.5rem;
}
.costume__text {
  font-size: 1.7rem;
  letter-spacing: 0.08em;
}
.costume .section__text {
  max-width: 94%;
  margin: auto;
  font-size: 1.6rem;
}
@media screen and (max-width: 575px) {
  .costume .section__text {
    text-align: left;
  }
}

/* ----------------------------------------
  price 
--------------------------------------- */
.price {
  max-width: 80rem;
  margin: auto;
}
.price__sub_title {
  font-size: 1.6em;
  margin: 0 0 0.5rem;
}
.price__table_wrap {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.price__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.9rem;
  line-height: 1.2;
}
.price__table th,
.price__table td {
  padding: 0.4rem 1rem;
  height: 4.6rem;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
}
.price__table th:not(:last-child),
.price__table td:not(:last-child) {
  border-right: 2px solid rgb(254.1, 228, 232.5);
}
.price__table .size_s {
  font-size: 14px;
  margin-right: -0.5em;
}
.price__table td {
  font-size: 1.9rem;
}
.price__table thead th {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: min(4vw, 1.8rem);
  height: 4.4rem;
  color: #fff;
}
.price__table thead th:nth-child(1) {
  background-color: rgb(209.25, 182.25, 135.75);
  border-radius: 1rem 0 0 0;
}
.price__table thead th:nth-child(2) {
  background-color: rgb(189.312, 162.656, 233.104);
}
.price__table thead th:nth-child(3) {
  background-color: rgb(250.3098926174, 143.2191073826, 177.6132281879);
  border-radius: 0 1rem 0 0;
  position: relative;
}
.price__table tbody {
  letter-spacing: 0.05em;
}
.price__table tbody tr:not(:last-child) th,
.price__table tbody tr:not(:last-child) td {
  border-bottom: 1px solid rgba(103, 73, 40, 0.3);
}
.price__table tbody tr:last-child th {
  border-radius: 0 0 0 1rem;
}
.price__table tbody tr:last-child td:last-child {
  border-radius: 0 0 1rem 0;
}
.price__table tbody td:nth-child(2) {
  color: rgb(162.996, 130.628, 216.172);
  font-weight: 700;
}
.price__table tbody td:nth-child(3) {
  color: rgb(236.9604186242, 107.8845813758, 149.3395947987);
  font-weight: 700;
}
.price__table tbody td {
  width: 35%;
}
.price__box_1 {
  font-weight: 500;
  color: #fd5e5d;
}
.price__box_wrap {
  font-size: 1.6rem;
  background-color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.08em;
  text-align: left;
  padding: 0.6rem 3%;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 768px) {
  .price__box_wrap {
    padding: 0.6rem 1.5rem;
  }
}
.price__box_item {
  display: flex;
  flex-wrap: wrap;
}
.price__box_item dt {
  text-align: center;
  display: flex;
  width: 4.6em;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
}
.price__box_item dd {
  width: calc(100% - 4.6em);
}
.price__box_item dd .color_1 {
  color: #fd5e5d;
}
.price .section__text {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

/* ----------------------------------------
  store 
--------------------------------------- */
.store__list {
  font-size: 1.7rem;
  padding-top: 2.5rem;
}
@media screen and (min-width: 576px) {
  .store__list {
    padding-top: 2rem;
    font-size: 1.6rem;
  }
}
.store__item {
  text-align: left;
  max-width: 90rem;
  margin: 0 auto 2rem;
}
.store__item_inner {
  display: flex;
  height: 100%;
  border: 1px solid rgba(103, 73, 40, 0.3);
  background-color: #fff;
  border-radius: 1rem;
  padding: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .store__item_inner {
    padding: 1rem;
  }
}
.store__item_inner::after {
  color: #c09b49;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  margin: auto;
  width: 1em;
  height: 1em;
  right: 0.8rem;
  top: 0;
  bottom: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
}
@media screen and (max-width: 575px) {
  .store__item_inner::after {
    font-size: 2.2rem;
    top: 2.8rem;
    bottom: auto;
    content: "\f0a9";
    color: #7d7d7d;
  }
}
.store__item_floor {
  background-color: #c09b49;
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  font-weight: 600;
  width: 4.5rem;
  min-width: 4.5rem;
  max-width: 4.5rem;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .store__item_floor {
    font-size: 1.6em;
    width: 3.6rem;
    min-width: 3.6rem;
    max-width: 3.6rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 575px) {
  .store__item_floor .font_size--s {
    display: block;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 576px) {
  .store__item_floor .font_size--s {
    font-size: 1.6rem;
    vertical-align: 5%;
  }
}
@media screen and (min-width: 576px) {
  .store__item_floor {
    width: 4rem;
    min-width: 4rem;
    max-width: 4rem;
  }
}
@media screen and (max-width: 575px) {
  .store__item_content {
    padding: 0 0.8rem;
  }
}
@media screen and (min-width: 576px) {
  .store__item_content {
    display: flex;
    width: 100%;
  }
}
.store__item_logo {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 575px) {
  .store__item_logo {
    border-bottom: 1px dotted rgba(103, 73, 40, 0.4);
    padding: 3px 0;
  }
}
@media screen and (min-width: 576px) {
  .store__item_logo {
    flex-wrap: wrap;
    width: 16rem;
    padding: 0 0.5rem;
    border-right: 1px dotted rgba(103, 73, 40, 0.4);
  }
}
.store__item_logo img {
  background-color: #fff;
}
@media screen and (min-width: 576px) {
  .store__item_logo img {
    width: 80%;
    margin: auto;
    padding: 0.5rem 10%;
  }
}
.store__item_logo_inner {
  text-align: center;
}
@media screen and (max-width: 575px) {
  .store__item_logo_inner {
    display: flex;
    align-items: center;
    width: 7rem;
    min-width: 7rem;
    max-width: 7rem;
    height: 7rem;
    border: 1px solid #ddd;
  }
}
.store__item_title {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .store__item_title {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1.1em;
    padding: 0.5rem 0 0 0.5em;
  }
}
@media screen and (min-width: 576px) {
  .store__item_title {
    font-size: 1.5rem;
  }
}
.store__item_text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .store__item_text {
    line-height: 1.5;
    padding: 0.8rem 0 0.8rem 1%;
  }
}
@media screen and (min-width: 576px) {
  .store__item_text {
    width: calc(100% - 16rem);
    padding: 0 3rem 0 2%;
  }
}

/* ----------------------------------------
  news 
--------------------------------------- */
.news {
  max-width: 900px;
  margin: auto;
}
.news__list {
  border-left: 1px solid;
}
.news__item {
  border-right: 1px solid;
  width: 50%;
  padding: 0 1.5rem;
  position: relative;
}
.news__item::before {
  content: "";
  font-size: 3.5rem;
  width: 1.8em;
  height: 1.8em;
  margin: auto;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-weight: 400;
}

.banner {
  max-width: 500px;
  width: 94%;
  margin: 0 auto 1rem;
}
.banner__inner {
  display: block;
  border: 2px solid rgba(192, 155, 73, 0.7);
}

/* ----------------------------------------
  info 
--------------------------------------- */
.info {
  color: #c09b49;
  padding: 1rem 3%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
}
.info .section__title {
  font-size: calc(min(6.4vw, 2em) * 1.1);
  margin-bottom: 0.8rem;
}
.info .section__title .font_size--s {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.info .section__text {
  color: rgb(187.0142857143, 148.9948979592, 64.7357142857);
}

.breadcrumbs {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  padding: 0.5rem 0.5em;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.breadcrumbs__list {
  display: flex;
}
.breadcrumbs__item {
  position: relative;
  display: block;
  padding-right: 1.6rem;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0.8rem;
  width: 0;
  height: 1em;
  border-right: 1px solid;
  transform: rotate(30deg);
}
.breadcrumbs__item:last-child a {
  pointer-events: none;
  text-decoration: underline;
}

.footer {
  background-color: rgb(253.5364516129, 211.0935483871, 218.4112903226);
  font-size: 1.5rem;
}
@media screen and (max-width: 575px) {
  .footer {
    text-align: left;
  }
}
@media screen and (min-width: 576px) {
  .footer {
    text-align: center;
  }
}
.footer__inner {
  padding: 3rem calc(3% + 1rem) 2rem;
}
.footer__group_logo {
  display: none;
}
.footer__copy {
  margin-top: 2rem;
  letter-spacing: 0.03em;
  font-size: 1.4rem;
  opacity: 0.7;
}
.footer .shop {
  line-height: 1.8;
}
@media screen and (max-width: 575px) {
  .footer .shop {
    display: inline-block;
  }
}
.footer .shop__title {
  font-size: 1.05em;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 575px) {
  .footer .shop__title {
    text-align: left;
    margin-bottom: 0.8rem;
  }
}
@media screen and (min-width: 576px) {
  .footer .shop__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer .shop__item {
  position: relative;
}
@media screen and (min-width: 576px) {
  .footer .shop__item:not(:last-child)::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    border-right: 1px dotted;
    opacity: 0.7;
  }
}
@media screen and (max-width: 575px) {
  .footer .shop__item_inner {
    padding: 0.6rem 0;
    text-align: left;
    display: block;
  }
  .footer .shop__item_inner::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    opacity: 0.7;
    padding: 0 0.5rem 0 0.3rem;
  }
}
@media screen and (min-width: 576px) {
  .footer .shop__item_inner {
    padding: 0 1.2rem;
    display: inline-block;
  }
}
.footer .button__inner {
  font-size: 1.5rem;
  border: 1px solid;
  padding: 1rem 1.6rem;
  border-radius: 0.3rem;
  max-width: 30rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 576px) {
  .footer .button__inner {
    margin: 2.5rem auto 0;
  }
}

.page_top {
  position: fixed;
  bottom: -5rem;
  right: 0;
  transition: 0.3s;
  z-index: 3;
  color: rgb(250.9096774194, 132.2903225806, 152.7419354839);
}
.page_top.fixed {
  bottom: 0;
}
.page_top__inner {
  text-decoration: none;
  text-align: center;
  display: block;
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  bottom: 0.5rem;
  right: 0.5rem;
}
.page_top__inner::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  display: block;
  border-left: 2px solid;
  border-top: 2px solid;
  transform: rotate(45deg);
}/*# sourceMappingURL=style.css.map */