@charset "UTF-8";
/*--------------------------------------------------

  ec_reset_style

--------------------------------------------------*/
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}
a:focus {
  outline: none;
}

/*--------------------------------------------------

  global-header

--------------------------------------------------*/
.global-header_title {
  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;
  width: 100%;
  padding: 2.6666666667vw;
  background-color: #fff;
}
.global-header_title a {
  width: 30%;
}
.global-header_title img {
  display: block;
}
.global-header_main-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.global-header_main-visual_slider {
  width: 100%;
  height: 100%;
}
.global-header_main-visual .slick-list {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}
.global-header_main-visual_figure {
  width: 100vw;
  min-width: 375px;
  margin: 0 2.6666666667vw;
}
.global-header_main-visual_image {
  width: 100%;
  height: 100%;
}
.global-header_main-visual .slick-dotted.slick-slider {
  margin-bottom: 8vw;
}
.global-header_main-visual .slick-dots {
  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;
  bottom: -8vw;
}
.global-header_main-visual .slick-dots li {
  width: 5.3333333333vw;
  min-width: 20px;
  height: 5.3333333333vw;
  min-height: 20px;
}
.global-header_main-visual .slick-dots li button {
  width: 100%;
  height: 100%;
}
.global-header_main-visual .slick-dots li button:before {
  opacity: 1;
  width: 100%;
  height: 100%;
  line-height: 5.3333333333vw;
  color: #e6c619;
}
.global-header_main-visual .slick-dots li.slick-active button:before {
  color: #000;
}
.global-header_sub-visual {
  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;
  width: 100%;
  height: 42.6666666667vw;
  min-height: 160px;
  position: relative;
  z-index: 0;
}
.global-header_sub-visual_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 142.8571428571%;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5), 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 0;
}
.global-header_sub-visual_title::after {
  content: "";
  width: 68.6666666667vw;
  min-width: 257.5px;
  height: 8.8vw;
  min-height: 33px;
  background: url(../images/common/global-header_sub-visual_title_shape.png) no-repeat center/contain;
  position: absolute;
  bottom: -1.3333333333vw;
  z-index: -1;
}
.global-header_sub-visual_figure, .global-header_sub-visual_image {
  width: 100%;
  height: 100%;
}
.global-header_sub-visual_figure {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/*--------------------------------------------------

	sp-navigation

--------------------------------------------------*/
.ec-drawerRole {
  width: 69.3333333333vw;
  min-width: 260px;
  height: 100%;
  padding: 0 0 50%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  right: 0;
  left: auto;
  overflow-y: auto;
}
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
  font-size: 114.2857142857%;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
  padding: 4vw 5.3333333333vw;
  font-size: inherit;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__icon {
  width: 7.4666666667vw;
  min-width: 28px;
  font-size: 121.4285714286%;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
  content: "";
  width: 3.2vw;
  min-width: 12px;
  height: 1.6vw;
  min-height: 6px;
  border: none;
  background-color: #fff;
  top: auto;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.ec-headerSearch .ec-headerSearch__category .ec-select select {
  height: auto;
  font-size: 92.8571428571%;
}

.ec-headerSearch .ec-headerSearch__keyword input[type=search] {
  height: auto;
  font-size: 92.8571428571%;
}

.ec-headerSearch .ec-headerSearch__keywordBtn img {
  display: block;
}

.ec-itemNav {
  height: auto;
}

.ec-itemNav__nav li a {
  padding: 4vw;
  line-height: 1.5;
  font-size: inherit;
}

.ec-headerNavSP {
  right: 10px;
  left: auto;
}

.ec-headerNavSP,
.ec-drawerRoleClose {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10.6666666667vw;
  min-width: 40px;
  height: 10.6666666667vw;
  min-height: 40px;
  font-size: 128.5714285714%;
}

.ec-drawerRoleClose {
  display: none;
  right: 72vw;
  left: auto;
}

.ec-headerNavSP,
.ec-drawerRoleClose.is_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ec-orderDelivery,
.ec-orderPayment {
  margin: 0 0 5.3333333333vw;
}

.ec-orderAccount .ec-rectHeading,
.ec-orderDelivery .ec-rectHeading,
.ec-orderPayment .ec-rectHeading,
.ec-orderConfirm .ec-rectHeading {
  margin: 0 0 2.6666666667vw;
}

.ec-orderDelivery .ec-borderedList .ec-imageGrid {
  padding: 10px 0;
}

.ec-orderConfirm a {
  display: inline-block;
  color: #7c6030;
  text-decoration: underline;
}

/*--------------------------------------------------

  ec_addition_style

--------------------------------------------------*/
.ec-layoutRole {
  background-color: transparent;
}

.ec-layoutRole .ec-layoutRole__contents {
  width: 100% !important;
  max-width: initial !important;
}
.ec-layoutRole .ec-layoutRole__mainWithColumn {
  width: 93.3333333333%;
  margin: 13.3333333333vw auto;
}
.ec-layoutRole .ec-searchnavRole {
  padding: 0;
}
.ec-layoutRole .ec-searchnavRole__infos {
  padding-right: 0;
  padding-left: 0;
}
.ec-layoutRole .ec-searchnavRole__infos .ec-select {
  font-size: 1.4rem;
}
.ec-layoutRole .ec-searchnavRole__infos .ec-select select {
  padding: 0 0.7em;
  font-size: inherit;
}
.ec-layoutRole .ec-shelfRole {
  padding: 0;
}
.ec-layoutRole .ec-shelfRole p:not([class]):not(:last-of-type) {
  margin-bottom: 10px;
}
.ec-layoutRole .ec-shelfRole .ec-shelfGrid {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ec-layoutRole .ec-shelfRole .ec-shelfGrid__item {
  width: 48%;
  padding: 0;
}
.ec-layoutRole .ec-shelfRole .ec-shelfGrid__item > a {
  margin: 0 0 10px;
}
.ec-layoutRole .ec-shelfRole .ec-shelfGrid__item-image {
  height: auto;
  aspect-ratio: 1/1;
}
.ec-layoutRole .ec-shelfRole .ec-shelfGrid__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ec-layoutRole .ec-shelfRole .ec-select {
  font-size: 1.4rem;
}
.ec-layoutRole .ec-shelfRole .ec-select select {
  padding: 0 0.7em;
  font-size: inherit;
}
.ec-layoutRole .ec-sliderItemRole .slide-item {
  aspect-ratio: 1/1;
}
.ec-layoutRole .ec-sliderItemRole img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ec-layoutRole .ec-grid2__cell .ec-productRole__category a {
  display: inline-block;
}
.ec-layoutRole .ec-grid2__cell .slick-dots li {
  width: 10px;
  height: 10px;
}
.ec-layoutRole .ec-grid2__cell .slick-dots li button {
  width: 100%;
  height: 100%;
}
.ec-layoutRole .ec-grid2__cell .slick-dots li button::before {
  width: 100%;
  height: 100%;
  line-height: 10px;
}
.ec-layoutRole .ec-blockBtn--action {
  border: none;
  background-color: #e6c619;
}
.ec-layoutRole .ec-blockBtn--action:hover {
  background-color: #7c6030;
}
.ec-layoutRole .ec-checkbox {
  margin: 0 0 10px;
}
.ec-layoutRole .ec-link,
.ec-layoutRole .ec-zipInputHelp a {
  display: inline-block !important;
}
.ec-layoutRole .ec-zipInput span {
  padding: 0;
  margin: 0;
}
.ec-layoutRole .ec-birth,
.ec-layoutRole .ec-select {
  font-size: 1.4rem;
}
.ec-layoutRole .ec-birth select,
.ec-layoutRole .ec-select select {
  padding: 0 0.5em;
  font-size: inherit;
}
.ec-layoutRole .ec-role {
  padding: 0;
}

.ec-cartRole {
  padding: 0;
}
.ec-cartRole .ec-progress .ec-progress__label {
  font-size: 1rem;
  white-space: nowrap;
}

.ec-totalBox__text {
  margin: 0 0 10px;
}
.ec-totalBox__text_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #f00;
  font-size: 1.2rem;
}
.ec-totalBox__text_item::before {
  content: "※";
  margin-right: 5px;
}

/*--------------------------------------------------

  new-item

--------------------------------------------------*/
.new-item {
  padding: 0;
  margin: 0 0 13.3333333333vw;
}
.new-item_list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 5.3333333333vw 0 0;
  gap: 5.3333333333vw 0;
  line-height: 1.4285714286;
}
.new-item_list_item {
  width: 48%;
}
.new-item_list_figure {
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 0 2.6666666667vw;
  overflow: hidden;
}
.new-item_list_image {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.new-item_list_title {
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-item_list_price {
  margin: 2.1333333333vw 0;
  text-align: right;
}
.new-item_list_text {
  padding: 9px 0;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}
.new-item_list_text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new-item_list_link:hover {
  color: #e6c619;
}
.new-item_list_link:hover .new-item_list_image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*--------------------------------------------------

	news-top

--------------------------------------------------*/
.news-top {
  padding: 0;
}
.news-top_list {
  margin: 2.6666666667vw 0 0;
}

/*--------------------------------------------------

	greeting

--------------------------------------------------*/
.greeting {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5.3333333333vw;
  margin: 13.3333333333vw 0;
  background-color: #f8f3ea;
  position: relative;
  z-index: 0;
}
.greeting::before, .greeting::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.greeting::before {
  width: 32.2666666667vw;
  min-width: 121px;
  height: 9.6vw;
  min-height: 36px;
  background: url(../images/top/greeting/greeting_shape01.png) no-repeat right top/contain;
  top: 6.6666666667vw;
  right: 5.3333333333vw;
}
.greeting::after {
  width: 12.6666666667vw;
  min-width: 47.5px;
  height: 15.8666666667vw;
  min-height: 59.5px;
  background: url(../images/top/greeting/greeting_shape02.png) no-repeat right bottom/contain;
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
}
.greeting_title {
  width: 100%;
  margin: 0 0 5.3333333333vw;
  font-size: 142.8571428571%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
.greeting_title_font-small {
  font-size: 77.7777777778%;
}
.greeting_figure {
  width: 80%;
  margin: 0 0 2.6666666667vw;
}

/*--------------------------------------------------

	featured-products

--------------------------------------------------*/
.featured-products {
  padding: 0;
  margin: 0 0 18.6666666667vw;
}
.featured-products_list_item {
  width: 100%;
}
.featured-products_list_price {
  text-align: left;
}
.featured-products_list_text p {
  display: block;
}

/*--------------------------------------------------

	guide

--------------------------------------------------*/
.guide {
  padding: 0;
}
.guide_banner {
  margin: 0 0 8vw;
}
.guide_banner_link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 0;
}
.guide_banner_link:not(:last-child) {
  margin-bottom: 8vw;
}
.guide_banner_link:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.guide_banner_balloon {
  width: 37%;
  position: absolute;
  top: -5.3333333333vw;
  left: -2.6666666667vw;
  z-index: 999;
  pointer-events: none;
}
.guide_banner_title {
  color: #fff;
  font-size: 171.4285714286%;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
}
.guide_banner_figure {
  width: 100%;
  height: 100%;
  outline-offset: -2.1333333333vw;
  outline: 0.2666666667vw solid #fff;
}
.guide_banner_figure img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}
.guide_button_item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 26.6666666667vw;
  min-height: 100px;
  font-size: 128.5714285714%;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 6px #fff, 0 0 9px #fff;
  border: 0.2666666667vw solid #7c6030;
  position: relative;
  z-index: 0;
}
.guide_button_item:nth-child(1) {
  background: url(../images/top/guide/guide_button_item_bg01.png) no-repeat center/cover;
}
.guide_button_item:nth-child(2) {
  background: url(../images/top/guide/guide_button_item_bg02.png) no-repeat center/cover;
}
.guide_button_item:nth-child(3) {
  background: url(../images/top/guide/guide_button_item_bg03.png) no-repeat center/cover;
}
.guide_button_item:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.guide_button_item::after {
  content: "";
  width: 4.5333333333vw;
  min-width: 17px;
  height: 5.0666666667vw;
  min-height: 19px;
  background: url(../images/top/guide/guide_button_item_arrow.png) no-repeat center/contain;
  position: absolute;
  right: 1.3333333333vw;
  z-index: -1;
}
.guide_button_item:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/*--------------------------------------------------

	about

--------------------------------------------------*/
.about {
  background: url(../images/about/about_bg.png) no-repeat bottom/cover;
}
.about-products_title {
  margin: 0 0 5.3333333333vw;
  line-height: 1;
}
.about-products_text {
  margin: 0 0 8vw;
  text-align: center;
}
.about-products_list {
  counter-reset: number;
}
.about-products_list_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-products_list_item:not(:last-child) {
  margin-bottom: 8vw;
}
.about-products_list_text-box {
  width: 100%;
  margin: 5.3333333333vw 0 0;
}
.about-products_list_title {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 3.2vw;
  line-height: 1.3333333333;
  font-size: 128.5714285714%;
  font-weight: 700;
}
.about-products_list_title::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  counter-increment: number 1;
  content: counter(number);
  width: 9.0666666667vw;
  height: 9.0666666667vw;
  line-height: 9.0666666667vw;
  color: #fff;
  text-align: center;
  margin-right: 2.6666666667vw;
  border-radius: 50%;
  background-color: #e6c619;
}
.about-products_list_text_marker {
  display: inline;
  padding: 1.0666666667vw 0;
  line-height: 2.5;
  color: #fff;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  background-color: #e6c619;
}
.about-products_list_box {
  padding: 5.3333333333vw;
  margin: 4vw 0 0;
  line-height: 1.7333333333;
  background-color: #f8f3ea;
}
.about-products_list_box_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 2.6666666667vw;
  font-size: 114.2857142857%;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.about-products_list_box_title::before {
  content: "■";
}

/*--------------------------------------------------

	reason

--------------------------------------------------*/
.reason {
  background-color: #f8f3ea;
}
.reason_title {
  font-size: 157.1428571429%;
}
.reason_list {
  counter-reset: number;
}
.reason_list_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reason_list_item:not(:last-child) {
  margin-bottom: 8vw;
}
.reason_list_text-box {
  width: 100%;
  margin: 4vw 0 0;
}
.reason_list_title {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 2.6666666667vw;
  font-size: 128.5714285714%;
  font-weight: 700;
}
.reason_list_title::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  counter-increment: number 1;
  content: "その" counter(number);
  width: 21.0666666667vw;
  min-width: 79px;
  height: 9.8666666667vw;
  min-height: 37px;
  padding: 0 0 0.8vw;
  margin-right: 2.6666666667vw;
  color: #fff;
  font-size: 70%;
  font-weight: 900;
  background: url(../images/reason/reason_list_title_icon.png) no-repeat center/contain;
}
.reason-flow_text {
  margin: 0 0 8vw;
  text-align: center;
}
.reason-flow_list {
  line-height: 1.7333333333;
}
.reason-flow_list_item {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #7c6030;
}
.reason-flow_list_item:not(:last-child) {
  margin-bottom: 10.6666666667vw;
}
.reason-flow_list_number {
  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;
  width: 25%;
  color: #fff;
  font-size: 214.2857142857%;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  background-color: #7c6030;
  position: relative;
  z-index: 0;
}
.reason-flow_list_text-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 5.3333333333vw;
}
.reason-flow_list_title {
  width: 100%;
  margin: 0 0 2.1333333333vw;
  color: #7c6030;
  font-size: 114.2857142857%;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.reason-flow_list_item:not(:last-child) .reason-flow_list_number::after {
  content: "";
  width: 12vw;
  height: 5.3333333333vw;
  margin: auto;
  background-color: #7c6030;
  position: absolute;
  right: 0;
  bottom: -5.3333333333vw;
  left: 0;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
}

/*--------------------------------------------------

	faq

--------------------------------------------------*/
.faq_list_item {
  border-top: 0.2666666667vw solid #f7edb7;
}
.faq_list_item:not(:last-child) {
  margin-bottom: 10.6666666667vw;
}
.faq_list_title {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5.3333333333vw 0;
  font-size: 128.5714285714%;
  font-weight: 600;
}
.faq_list_title::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  content: "Q";
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  padding: 0 0 0.8vw;
  margin-right: 4vw;
  color: #fff;
  border-radius: 50%;
  background-color: #e6c619;
}
.faq_list_text {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5.3333333333vw;
  background-color: #f8f3ea;
}
.faq_list_text::before {
  content: "A";
  margin-right: 4vw;
  line-height: 1.5;
  color: #e6c619;
  font-size: 142.8571428571%;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
}
.faq-trivia {
  background-color: #f8f3ea;
}
.faq-trivia_title {
  margin: 0 0 5.3333333333vw;
}
.faq-trivia_content_item {
  line-height: 1.7333333333;
}
.faq-trivia_content_item:not(:last-child) {
  margin-bottom: 8vw;
}
.faq-trivia_content_title {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 4vw;
  font-size: 128.5714285714%;
  font-weight: 600;
}
.faq-trivia_content_title::before {
  content: "◆";
  margin-right: 2.6666666667vw;
  color: #e6c619;
}
.faq-trivia_content_text-box {
  padding: 5.3333333333vw;
  background-color: #fff;
}
.faq-trivia_content_number-list {
  counter-reset: number;
}
.faq-trivia_content_number-list_item:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.faq-trivia_content_number-list_title {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 2.1333333333vw;
  color: #e6c619;
  font-size: 114.2857142857%;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.faq-trivia_content_number-list_title::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  counter-increment: number 1;
  content: counter(number);
  width: 6.4vw;
  height: 6.4vw;
  margin-right: 10px;
  color: #fff;
  font-size: 87.5%;
  border-radius: 50%;
  background-color: #e6c619;
}
.faq-trivia_content_list_item:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.faq-trivia_content_list_title {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 1.3333333333vw;
  color: #e6c619;
  font-size: 114.2857142857%;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
.faq-trivia_content_list_title::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  margin-right: 2.1333333333vw;
  border-radius: 50%;
  background-color: #e6c619;
}

/*--------------------------------------------------

	store

--------------------------------------------------*/
.store_figure {
  margin: 8vw 0;
}
.store_table_row, .store_table_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.store_table_row:not(:last-child) .store_table_title {
  border-bottom: 0.2666666667vw solid #fff;
}
.store_table_row:not(:last-child) .store_table_text {
  border-bottom: 0.2666666667vw solid #eed5a8;
}
.store_table_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
  text-align: left;
}
.store_table_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.store_map {
  width: 100%;
  height: 48vw;
  min-height: 180px;
}
.store_map iframe {
  width: 100% !important;
  height: 100% !important;
}

/*--------------------------------------------------

	guide-page

--------------------------------------------------*/
.guide-page_navigation {
  margin: 0 0 13.3333333333vw;
}
.guide-page_navigation_list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6666666667vw 0;
}
.guide-page_navigation_item {
  width: 48%;
}
.guide-page_navigation_button {
  width: 100%;
  min-width: 100%;
  position: relative;
  z-index: 0;
}
.guide-page_navigation_button::after {
  content: "";
  width: 3.2vw;
  height: 3.2vw;
  background: url(../images/agreement/agreement_navigation_button_icon.png) no-repeat center/contain;
  position: absolute;
  right: 2.6666666667vw;
  z-index: -1;
}
.guide-page_content_item:not(:last-child) {
  margin-bottom: 8vw;
}
.guide-page_content_title {
  margin: 0 0 5.3333333333vw;
  font-weight: 700;
}
.guide-page_content_text-box + .guide-page_content_text-box {
  margin-top: 5.3333333333vw;
}
.guide-page_content_text-box_item + .guide-page_content_text-box_item {
  margin-top: 5.3333333333vw;
}
.guide-page_content_text-box_title {
  padding: 2.6666666667vw;
  margin: 0 0 3.2vw;
  color: #fff;
  font-size: 128.5714285714%;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  background-color: #7c6030;
}
.guide-page_content_text-box p:not([class]):not(:last-of-type) {
  margin-bottom: 2.6666666667vw;
}
.guide-page_content_text-box_list {
  margin: 2.6666666667vw 0 0;
}
.guide-page_content_text-box_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.guide-page_content_text-box_list_item::before {
  content: "・";
}
.guide-page_content_text-box_subtitle {
  padding-left: 2.6666666667vw;
  margin: 0 0 3.2vw;
  line-height: 1.3;
  color: #7c6030;
  font-size: 128.5714285714%;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  border-left: 1.0666666667vw solid #dcc59f;
}
.guide-page_content_text-box_table {
  width: 100%;
  border: 0.2666666667vw solid #eed5a8;
  text-align: center;
  overflow-x: scroll;
}
.guide-page_content_text-box_table table,
.guide-page_content_text-box_table thead,
.guide-page_content_text-box_table tbody,
.guide-page_content_text-box_table td {
  display: block;
}
.guide-page_content_text-box_table table {
  border: none;
}
.guide-page_content_text-box_table tr,
.guide-page_content_text-box_table th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.guide-page_content_text-box_table tr:not(:last-child) th {
  border-bottom: 0.2666666667vw solid #fff;
}
.guide-page_content_text-box_table tr:not(:last-child) td {
  border-bottom: 0.2666666667vw solid #eed5a8;
}
.guide-page_content_text-box_table th,
.guide-page_content_text-box_table td {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 42.6666666667vw;
  min-width: 160px;
}
.guide-page_content_text-box_table th {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.guide-page_content_text-box_table thead th {
  min-height: 13.3333333333vw;
  padding: 1.3333333333vw;
}
.guide-page_content_text-box_table thead th:not(:last-child) {
  border-right: 0.2666666667vw solid;
}
.guide-page_content_text-box_table thead tr:last-child th {
  border-bottom: 0.2666666667vw solid #eed5a8;
}
.guide-page_content_text-box_table thead tr:last-child th:first-child {
  border-bottom-color: #fff;
}
.guide-page_content_text-box_table tbody td:not(:last-child) {
  border-right: 0.2666666667vw solid #eed5a8;
}
.guide-page_content_text-box_hint {
  text-align: right;
}
.guide-page_content_text-box_note {
  margin: 5.3333333333vw 0 0;
}
.guide-page_content_text-box_note_item {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.guide-page_content_text-box_note_item:not(:last-child) {
  margin-bottom: 4vw;
}
.guide-page_content_text-box_note_title {
  min-width: 26.6666666667vw;
  margin-right: 4vw;
  color: #fff;
  text-align: center;
  background-color: #e6c619;
}
.guide-page_content_list {
  counter-reset: number;
}
.guide-page_content_list_item:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.guide-page_content_list_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.6666666667vw;
  margin: 0 0 3.2vw;
  line-height: 1.3;
  color: #7c6030;
  font-size: 128.5714285714%;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  border-left: 1.0666666667vw solid #dcc59f;
}
.guide-page_content_list_title::before {
  counter-increment: number 1;
  content: counter(number) ".";
  margin-right: 1.3333333333vw;
}
.guide-page_content_list_text_font-red {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.7333333333;
  color: #f00;
}
.guide-page_content_list_text_font-red::before {
  content: "※";
}
.guide-page_content_list_sub-list {
  counter-reset: number;
}
.guide-page_content_list_sub-list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.guide-page_content_list_sub-list_item:not(:last-child) {
  margin-bottom: 2.6666666667vw;
}
.guide-page_content_list_sub-list_item::before {
  counter-increment: number 1;
  content: "（" counter(number) "）";
}
.guide-page_content_text_font-red {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.7333333333;
  color: #f00;
}
.guide-page_content_text_font-red::before {
  content: "※";
}

/*--------------------------------------------------

	tradelaw

--------------------------------------------------*/
.tradelaw_content_item:not(:last-child) {
  margin-bottom: 8vw;
}
.tradelaw_content_title {
  font-weight: 700;
}
.tradelaw_content_text-box + .tradelaw_content_text-box {
  margin-top: 5.3333333333vw;
}
.tradelaw_content_text-box_title {
  padding: 2.6666666667vw;
  margin: 0 0 4vw;
  color: #fff;
  font-size: 128.5714285714%;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  background-color: #7c6030;
}
.tradelaw_content_text-box p:not([class]):not(:last-of-type) {
  margin-bottom: 2.6666666667vw;
}
.tradelaw_content_text_font-red {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #f00;
}
.tradelaw_content_text_font-red::before {
  content: "※";
}
.tradelaw_content_text a {
  display: inline-block;
  color: #7c6030;
  text-decoration: underline;
}

/*--------------------------------------------------

    privacy

--------------------------------------------------*/
.privacy_content:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.privacy_subtitle {
  padding: 2.6666666667vw;
  margin: 0 0 2.6666666667vw;
  color: #fff;
  font-size: 128.5714285714%;
  background-color: #7c6030;
}
.privacy_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.privacy_list_item::before {
  content: "・";
}

/*--------------------------------------------------

    site

--------------------------------------------------*/
.site_title {
  margin: 0 0 2.6666666667vw;
}
.site_list_item {
  width: 100%;
  border-bottom: 1px solid #000;
}
.site_list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4vw 1.8666666667vw 2.6666666667vw;
  position: relative;
}
.site_list_link:hover {
  color: #7c6030;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.site_list_link::before {
  content: "\f054";
  font-size: 1em;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-right: 1em;
}

/*--------------------------------------------------

    e404

--------------------------------------------------*/
.error {
  text-align: center;
}
.error a {
  color: #7c6030;
  display: inline;
  text-decoration: underline;
}
@media screen and (max-width: 539px) {
  .error {
    text-align: left;
  }
}

/*--------------------------------------------------

    contact

--------------------------------------------------*/
.contact_table {
  display: block;
  text-align: left;
  margin: 0 0 8vw;
  border: none;
}
.contact_table_row {
  border: 0.2666666667vw solid #eed5a8;
}
.contact_table_row:not(:last-child) {
  margin-bottom: 4vw;
}
.contact_table_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact_table_title [class*=mark] {
  line-height: 1.5;
  color: #fff;
  float: right;
  padding: 1.0666666667vw 3.2vw;
  font-size: 85.7142857143%;
  border-radius: 13.3333333333vw;
}
.contact_table_title .required-mark {
  background-color: #7c6030;
}
.contact_table_title .arbitrary-mar {
  background-color: #15b91b;
}
.contact_table_text a {
  display: inline-block;
  text-decoration: underline;
  white-space: nowrap;
}
.contact_table_text div:not(:last-child) {
  margin-bottom: 2.1333333333vw;
}
.contact_table_text label {
  white-space: nowrap;
}
.contact_table_text input:focus,
.contact_table_text select:focus,
.contact_table_text textarea:focus {
  outline: none;
  border-color: #000;
}
.contact select,
.contact textarea,
.contact input[type=tel],
.contact input[type=text],
.contact input[type=num],
.contact input[type=email] {
  padding: 1.0666666667vw;
  border: 1px solid #dadada;
  border-radius: 0.5333333333vw;
  -webkit-box-shadow: 0 1px 1px rgba(100, 100, 100, 0.1) inset;
          box-shadow: 0 1px 1px rgba(100, 100, 100, 0.1) inset;
}
.contact textarea {
  display: block;
  resize: none;
}
.contact input[type=button],
.contact input[type=submit] {
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.contact input[type=button][disabled],
.contact input[type=submit][disabled] {
  background-color: #9a9a9a;
  pointer-events: none;
}
.contact input[type=radio],
.contact input[type=checkbox] {
  display: inline-block;
  margin-right: 1.6vw;
}
.contact input[type=radio] + label,
.contact input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 3.2vw;
  line-height: 8vw;
  cursor: pointer;
}
.contact input[type=radio],
.contact input[type=checkbox] {
  display: none;
  margin: 0;
}
.contact input[type=radio] + label,
.contact input[type=checkbox] + label {
  padding: 0 0 0 6.4vw;
  color: inherit;
}
.contact input[type=radio] + label::before,
.contact input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 4.8vw;
  height: 4.8vw;
  margin-top: -2.1333333333vw;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.contact input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 8vw;
}
.contact input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}
.contact input[type=radio] + label::after {
  opacity: 0;
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background: #b91515;
  border-radius: 50%;
  position: absolute;
  top: 2.9333333333vw;
  left: 1.0666666667vw;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact input[type=radio]:checked + label::after {
  opacity: 1;
}
.contact input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.contact input[type=checkbox]:checked + label::after {
  width: 4.2666666667vw;
  height: 2.1333333333vw;
  margin-top: -2.1333333333vw;
  border-left: 0.8vw solid #b91515;
  border-bottom: 0.8vw solid #b91515;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 1.3333333333vw;
}
.contact input[name="items[address]"] {
  margin-top: 8px;
}
.contact .sec-error-text {
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #3f955b;
}
.contact .error-text {
  margin: 0 0 4px;
  color: #b91515;
}
.contact_submits {
  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;
}
.contact_button {
  width: 48%;
  min-width: 168px;
  margin: 0;
  padding: 0;
}
.contact_button + .contact_button {
  margin-left: 4%;
}
.contact_button input {
  width: 100%;
  height: 100%;
  background: transparent;
}
.contact_recaptcha {
  margin: 0 0 8vw;
  overflow: hidden;
}
.contact_recaptcha .g-recaptcha {
  width: 304px;
  margin: auto;
}
.contact_text-box {
  text-align: center;
}
.contact input[type=radio] + lable {
  width: 31%;
  margin: 0;
}
.contact select,
.contact textarea,
.contact input[type=tel],
.contact input[type=num],
.contact input[type=text],
.contact input[type=email] {
  width: 125%;
  padding: 2.1333333333vw;
  margin: 0 0 -2.4vw;
  font-size: 114.2857142857%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.contact input[type=num] {
  width: 21.3333333333vw;
  min-width: 80px;
  margin: 0;
}
.contact input[type=num] + input[type=num] {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.contact textarea {
  min-height: 53.3333333333vw;
  margin: 0 0 -10.6666666667vw;
}
.contact .upload-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact .upload-item-wrap {
  width: 48%;
  font-size: 85.7142857143%;
  overflow: hidden;
}
.contact .upload-item-wrap:nth-child(odd) {
  margin-right: 4%;
}
.contact .upload-item input[type=file] {
  display: none;
}
.contact .upload-item .thumb {
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 0 10px;
  position: relative;
  overflow: hidden;
}
.contact .upload-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact .upload-item img.thumb {
  width: 32%;
  margin: 0;
}
.contact .upload-item img.thumb:not(:last-child) {
  margin-right: 2%;
}
.contact .upload-item .ancion-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.contact .upload-item .ancion-btn {
  display: block;
  width: 100%;
  margin: 0 0 5px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border-radius: 4px;
  background: #e6e6e6;
}
.contact .upload-item .ancion-btn:hover {
  cursor: pointer;
}
.contact .upload-item .select-file {
  background: #2ecc71;
}
.contact .upload-item .deselect-file {
  background: #e74c3c;
}
.contact .upload-item-attention {
  width: 100%;
}
.contact .upload-item-attention_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.contact .upload-item-attention_item::before {
  content: "※";
  margin-right: 5px;
}
@media screen and (max-width: 539px) {
  .contact_text-box {
    text-align: left;
  }
}

/*--------------------------------------------------

  global-footer

--------------------------------------------------*/
.global-footer {
  background-color: #f8f3ea;
}
.global-footer_list {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  border: 1px solid #7c6030;
  background-color: #fff;
}
.global-footer_list_item {
  width: 50%;
  padding: 2.6666666667vw 0;
  text-align: center;
}
.global-footer_list_item:nth-child(odd) {
  border-right: 1px solid #7c6030;
}
.global-footer_list_item:not(:nth-last-child(-n+2)) {
  border-bottom: 1px solid #7c6030;
}
.global-footer_wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 10.6666666667vw 0 13.3333333333vw;
}
.global-footer_item {
  width: 100%;
}
.global-footer_item + .global-footer_item {
  margin-top: 5.3333333333vw;
}
.global-footer_logo {
  width: 40%;
  margin: 0 auto 5.3333333333vw;
}
.global-footer_logo a {
  display: inline-block;
}
.global-footer_tel {
  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;
  margin: 4vw 0;
  line-height: 1;
  font-size: 142.8571428571%;
  font-weight: 700;
}
.global-footer_tel::before {
  content: "";
  width: 7.4666666667vw;
  min-width: 28px;
  height: 4.2666666667vw;
  min-height: 16px;
  margin-right: 2.6666666667vw;
  background: url(../images/common/icon_dial.png) no-repeat center/contain;
}
.global-footer_text-box {
  line-height: 1.8571428571;
  letter-spacing: 0.1em;
}
.global-footer_copyright {
  color: #d3c9bd;
  font-size: 71.4285714286%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
.global-footer_copyright a {
  display: inline-block;
}

.global-footer_bnr {
  margin: 0 0 30px;
  text-align: center;
}
.global-footer_bnr a {
  display: inline-block;
}