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

  ec_reset_style

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

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

  global-header

--------------------------------------------------*/
.global-header_bar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 170px;
  padding: 0 calc(50% - 540px);
  line-height: 1;
}
.global-header_item {
  width: 360px;
}
.global-header_item_size-large {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 130px;
}
.global-header_logo {
  width: 156px;
  margin: 0 0 14px;
}
.global-header_logo img {
  display: block;
}
.global-header .global-header_search {
  width: 100%;
}
.global-header .global-header_search .ec-headerSearch .ec-select_search,
.global-header .global-header_search .ec-headerSearch .ec-headerSearch__keyword {
  border-radius: 0;
}
.global-header .global-header_search .ec-headerSearch .ec-headerSearch__category {
  width: 150px;
  height: 38px;
}
.global-header .global-header_search .ec-headerSearch .ec-select_search {
  width: 100%;
  height: 100%;
  font-size: 20px;
}
.global-header .global-header_search .ec-headerSearch .ec-select_search select {
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
}
.global-header .global-header_search .ec-headerSearch .ec-headerSearch__keyword {
  width: calc(100% - 150px);
  height: 38px;
  font-size: 1.3rem;
  border: none;
}
.global-header .global-header_search .ec-headerSearch .ec-headerSearch__keyword input[type=search] {
  height: 38px;
  font-size: inherit;
}
.global-header_title {
  width: 100%;
  line-height: 1.6666666667;
  font-size: 1.2rem;
  text-align: right;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}
.global-header_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;
  width: 100%;
  margin: 20px 0 0;
}
.global-header_list .ec-headerNav {
  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;
}
.global-header_list .ec-headerNav__item {
  font-size: inherit;
}
.global-header_list .ec-headerNav__itemLink {
  margin-left: 10px;
  color: inherit;
}
.global-header_list .ec-headerNav i {
  color: inherit;
}
.global-header_list .ec-headerNav a {
  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;
}
.global-header_list .ec-headerNav a:hover {
  color: #e6c619;
}
.global-header_list_cart .ec-cartNavi {
  height: auto;
  margin-left: 20px;
  padding: 10px 17px 8px;
  border-radius: 0;
}
.global-header_info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 20px 0 0;
}
.global-header_info_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;
  width: 200px;
  height: 43px;
  font-size: 2rem;
  font-weight: 700;
  border: 1px solid;
}
.global-header_info_tel::before {
  content: "";
  width: 26px;
  height: 18px;
  margin-right: 5px;
  background: url(../images/common/icon_dial_brown.png) no-repeat center/contain;
}
.global-header_info_text-box {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0;
}
.global-header_info_text-box_item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.global-header_info_text-box_item + .global-header_info_text-box_item {
  margin-top: 5px;
}
.global-header_info_text-box_label {
  width: 56px;
  padding: 2px 0;
  margin-right: 5px;
  text-align: center;
  border: 1px solid;
}
.global-header_navigation {
  width: 100%;
  height: 84px;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  background-color: #7c6030;
}
.global-header_navigation_list {
  -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: 100%;
}
.global-header_navigation_item:not(:last-child) {
  margin-right: 75px;
}
.global-header_navigation_link:hover {
  color: #e6c619;
}
.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%;
  height: 550px;
  margin: 30px 0 0;
  padding: 0 0 30px;
  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 {
  margin: 0 17.5px;
}
.global-header_main-visual .slick-dots {
  bottom: -30px;
}
.global-header_main-visual .slick-dots li button:before {
  opacity: 1;
  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: 400px;
  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: 5.7rem;
  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: 515px;
  height: 66px;
  background: url(../images/common/global-header_sub-visual_title_shape.png) no-repeat center/contain;
  position: absolute;
  bottom: -5px;
  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;
}

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

  ec_addition_style

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

.ec-layoutRole .ec-layoutRole__contents {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100% !important;
  margin: 0 auto;
  max-width: initial !important;
}
.ec-layoutRole .ec-layoutRole__mainWithColumn {
  width: 810px !important;
  margin: 100px 0 100px 40px;
}
.ec-layoutRole .ec-layoutRole__left {
  width: 230px !important;
  margin: 100px 0;
}
.ec-layoutRole .ec-searchnavRole {
  padding: 0;
}
.ec-layoutRole .ec-shelfRole p:not([class]):not(:last-of-type) {
  margin-bottom: 10px;
}
.ec-layoutRole .ec-shelfRole .ec-shelfGrid__item {
  width: 23%;
  padding: 0;
}
.ec-layoutRole .ec-shelfRole .ec-shelfGrid__item:not(:nth-child(4n)) {
  margin-right: 2.6%;
}
.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-sliderItemRole .slide-item {
  width: 345px !important;
  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-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-cartRole .ec-progress {
  min-width: 100%;
}
.ec-cartRole .ec-cartRole__cart {
  margin: 0;
}
.ec-cartRole .ec-cartRole__actions {
  width: 100%;
  margin: 0;
}
.ec-cartRole .ec-blockBtn--action,
.ec-cartRole .ec-blockBtn--cancel {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.ec-totalBox__text {
  margin: 0 0 20px;
}
.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;
}

.ec-orderDelivery,
.ec-orderPayment {
  margin: 0 0 30px;
}

.ec-orderAccount .ec-rectHeading,
.ec-orderDelivery .ec-rectHeading,
.ec-orderPayment .ec-rectHeading,
.ec-orderConfirm .ec-rectHeading {
  margin: 0 0 20px;
}

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

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

	side-bar

--------------------------------------------------*/
.side-bar_search {
  padding: 0;
  margin: 0 0 45px;
}
.side-bar_search__item {
  width: 100% !important;
}
.side-bar_search .ec-headerNaviRole {
  padding: 0;
}
.side-bar_search .ec-headerNaviRole .ec-headerNaviRole__search {
  display: block;
  margin: 0;
}
.side-bar_search .ec-headerSearch .ec-headerSearch__category .ec-select select {
  width: 100px;
  height: 38px;
  font-size: 1.3rem;
  letter-spacing: 0;
}
.side-bar_search .ec-headerSearch .ec-headerSearch__keyword {
  width: calc(100% - 100px + 1px);
}
.side-bar_search .ec-select ec-select_search {
  height: 38px;
}
.side-bar_search .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
  margin: auto;
  top: 0;
  bottom: 0;
}
.side-bar_search .ec-headerSearch .ec-headerSearch__keyword input[type=search] {
  height: 36px;
  outline: none !important;
  border: none !important;
}
.side-bar_search .ec-select_search,
.side-bar_search .ec-headerSearch__keyword,
.side-bar_search .ec-input {
  border-radius: 0 !important;
}
.side-bar_search .ec-headerSearch__keywordBtn img {
  display: block;
}
.side-bar_search .category_id {
  border-radius: 0 !important;
  background-color: #000 !important;
}
.side-bar_search .category_id option {
  background-color: #fff !important;
}
.side-bar_search .search-name {
  background-color: #eee !important;
}
.side-bar_box_category {
  margin: 0 0 110px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
.side-bar_box_category_title {
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.1em;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.side-bar_box_category_list li {
  float: none;
  width: 100%;
}
.side-bar_box_category_list li a {
  display: block;
  padding: 13.5px 20px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
  background-color: transparent;
}
.side-bar_box_category_list li a:hover {
  color: #e6c619;
}
.side-bar_cart {
  padding: 0;
  margin: 0 0 40px;
}
.side-bar_cart__item {
  width: 100%;
}
.side-bar_cart .ec-cartNavi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  padding: 0 20px;
  border-radius: 0;
  background-color: #eee !important;
}
.side-bar_cart .ec-cartNavi__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
}
.side-bar_cart .ec-cartNavi__badge {
  width: 15px;
  min-width: auto;
  height: 15px;
  padding: 0;
  margin-left: 10px;
  line-height: 15px;
  font-size: 1rem;
  text-align: center;
  background-color: #e60012;
}
.side-bar_cart .ec-cartNavi__price {
  font-size: inherit;
  color: #444;
}
.side-bar_button_item {
  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: 50px;
  padding-right: 10px;
  color: #fff;
  font-weight: 700;
  background-color: #e6c619;
}
.side-bar_button_item:hover {
  color: #fff;
  background-color: #7c6030;
}
.side-bar_button_icon {
  margin-right: 10px;
  font-size: 126.6666666667%;
}

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

  new-item

--------------------------------------------------*/
.new-item {
  padding: 0;
  margin: 0 0 70px;
}
.new-item_list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px 0 0;
  gap: 40px 16px;
  line-height: 1.4285714286;
  font-size: 1.4rem;
}
.new-item_list_item {
  width: 190px;
}
.new-item_list_figure {
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 0 15px;
  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: 12px 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: 10px 0 0;
}

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

	greeting

--------------------------------------------------*/
.greeting {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 45px 50px 50px;
  margin: 70px 0;
  background-color: #f8f3ea;
  position: relative;
  z-index: 0;
}
.greeting::before, .greeting::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.greeting::before {
  width: 242px;
  height: 72px;
  background: url(../images/top/greeting/greeting_shape01.png) no-repeat right top/contain;
  top: 70px;
  right: 65px;
}
.greeting::after {
  width: 95px;
  height: 119px;
  background: url(../images/top/greeting/greeting_shape02.png) no-repeat right bottom/contain;
  right: 60px;
  bottom: 50px;
}
.greeting_title {
  width: 100%;
  margin: 0 0 35px;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.greeting_title_font-small {
  font-size: 77.7777777778%;
}
.greeting_text {
  width: 320px;
  padding: 20px 0 0;
}
.greeting_figure {
  margin-right: -5px;
}

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

	featured-products

--------------------------------------------------*/
.featured-products {
  padding: 0;
  margin: 0 0 100px;
}
.featured-products_list {
  gap: 24px;
}
.featured-products_list_item {
  width: 254px;
}
.featured-products_list_price {
  text-align: left;
}
.featured-products_list_text p {
  display: block;
}

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

	guide

--------------------------------------------------*/
.guide {
  padding: 0;
}
.guide_banner {
  margin: 0 0 60px;
}
.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: 390px;
  text-align: center;
  position: relative;
  z-index: 0;
}
.guide_banner_link:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.guide_banner_balloon {
  width: 188px;
  position: absolute;
  top: -40px;
  left: -30px;
  z-index: 999;
  pointer-events: none;
}
.guide_banner_title {
  color: #fff;
  font-size: 3rem;
  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 {
  outline-offset: -8px;
  outline: 1px solid #fff;
}
.guide_banner_figure img {
  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: 254px;
  height: 100px;
  font-size: 2.2rem;
  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: 1px 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::after {
  content: "";
  width: 17px;
  height: 19px;
  background: url(../images/top/guide/guide_button_item_arrow.png) no-repeat center/contain;
  position: absolute;
  right: 7px;
  z-index: -1;
}
.guide_button_item:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

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

	about

--------------------------------------------------*/
.about {
  line-height: 2.6666666667;
  text-align: center;
  background: url(../images/about/about_bg.png) no-repeat center/cover;
}
.about_title {
  margin: 0 0 25px;
}
.about-products_title {
  padding: 0 0 45px;
  line-height: 1;
}
.about-products_text {
  margin: 0 0 78px;
  text-align: center;
}
.about-products_list {
  counter-reset: number;
}
.about-products_list_item:not(:last-child) {
  margin-bottom: 80px;
}
.about-products_list_text-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 60px;
}
.about-products_list_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 35px;
  line-height: 1.3333333333;
  font-size: 3rem;
  font-weight: 700;
}
.about-products_list_title::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  counter-increment: number 1;
  content: counter(number);
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #e6c619;
}
.about-products_list_text_marker {
  display: inline-block;
  padding: 0 15px;
  color: #fff;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  background-color: #e6c619;
}
.about-products_list_text p:not([class]):not(:last-of-type) {
  margin-bottom: 10px;
}
.about-products_list_box {
  padding: 20px 25px;
  margin: 22px 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 13px;
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.about-products_list_box_title::before {
  content: "■";
}
.about-products_list_item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about-products_list_item:nth-child(even) .about-products_list_text-box {
  margin-right: 60px;
  margin-left: 0;
}

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

	reason

--------------------------------------------------*/
.reason {
  background-color: #f8f3ea;
}
.reason_title {
  margin: 0 0 70px;
  font-size: 4rem;
}
.reason_list {
  counter-reset: number;
}
.reason_list_item:not(:last-child) {
  margin-bottom: 60px;
}
.reason_list_text-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 60px;
}
.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 17px;
  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: 89px;
  height: 47px;
  padding: 0 0 5px;
  margin-right: 15px;
  color: #fff;
  font-size: 63.3333333333%;
  font-weight: 900;
  background: url(../images/reason/reason_list_title_icon.png) no-repeat center/contain;
}
.reason-flow_title {
  margin: 0 0 35px;
}
.reason-flow_text {
  margin: 0 0 55px;
  text-align: center;
}
.reason-flow_list {
  margin: 0 70px;
  line-height: 1.7333333333;
}
.reason-flow_list_item {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 140px;
  border: 1px solid #7c6030;
}
.reason-flow_list_item:not(:last-child) {
  margin-bottom: 45px;
}
.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: 115px;
  color: #fff;
  font-size: 3.6rem;
  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: 25px 40px;
}
.reason-flow_list_title {
  width: 100%;
  margin: 0 0 10px;
  color: #7c6030;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.reason-flow_list_item:not(:last-child) .reason-flow_list_number::after {
  content: "";
  width: 55px;
  height: 20px;
  margin: auto;
  background-color: #7c6030;
  position: absolute;
  right: 0;
  bottom: -20px;
  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: 1px solid #f7edb7;
}
.faq_list_item:not(:last-child) {
  margin-bottom: 50px;
}
.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: 20px 40px;
  font-size: 2.6rem;
  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: 48px;
  height: 48px;
  padding: 0 0 7px;
  margin-right: 24px;
  color: #fff;
  border-radius: 50%;
  background-color: #e6c619;
}
.faq_list_text {
  -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: 28px 60px;
  background-color: #f8f3ea;
}
.faq_list_text::before {
  content: "A";
  margin-right: 35px;
  line-height: 1;
  color: #e6c619;
  font-size: 2.6rem;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
}
.faq-trivia {
  background-color: #f8f3ea;
}
.faq-trivia_title {
  margin: 0 0 20px;
}
.faq-trivia_content_item {
  line-height: 1.7333333333;
}
.faq-trivia_content_item:not(:last-child) {
  margin-bottom: 50px;
}
.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 20px;
  font-weight: 600;
}
.faq-trivia_content_title::before {
  content: "◆";
  margin-right: 15px;
  color: #e6c619;
}
.faq-trivia_content_text-box {
  padding: 42px 40px;
  background-color: #fff;
}
.faq-trivia_content_number-list {
  counter-reset: number;
}
.faq-trivia_content_number-list_item:not(:last-child) {
  margin-bottom: 35px;
}
.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 10px;
  color: #e6c619;
  font-size: 2.3rem;
  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: 26px;
  height: 26px;
  margin-right: 10px;
  color: #fff;
  font-size: 69.5652173913%;
  border-radius: 50%;
  background-color: #e6c619;
}
.faq-trivia_content_list_item:not(:last-child) {
  margin-bottom: 25px;
}
.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 5px;
  color: #e6c619;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.faq-trivia_content_list_title::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #e6c619;
}

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

	store

--------------------------------------------------*/
.store_wrapper {
  width: 936px;
}
.store_figure {
  margin: 60px 0;
}
.store_map {
  width: 100%;
  height: 360px;
}
.store_map iframe {
  width: 100% !important;
  height: 100% !important;
}

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

	guide-page

--------------------------------------------------*/
.guide-page_navigation {
  margin: 0 0 100px;
}
.guide-page_navigation_list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px 26px;
}
.guide-page_navigation_button {
  position: relative;
  z-index: 0;
}
.guide-page_navigation_button::after {
  content: "";
  width: 19px;
  height: 19px;
  background: url(../images/agreement/agreement_navigation_button_icon.png) no-repeat center/contain;
  position: absolute;
  right: 13px;
  z-index: -1;
}
.guide-page_content_item:not(:last-child) {
  margin-bottom: 90px;
}
.guide-page_content_title {
  margin: 0 0 35px;
  font-weight: 700;
}
.guide-page_content_text-box + .guide-page_content_text-box {
  margin-top: 42px;
}
.guide-page_content_text-box_item + .guide-page_content_text-box_item {
  margin-top: 30px;
}
.guide-page_content_text-box_title {
  padding: 13.5px 20px;
  margin: 0 0 12px;
  color: #fff;
  font-size: 2.2rem;
  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: 10px;
}
.guide-page_content_text-box_list {
  margin: 10px 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: 15px;
  margin: 0 0 12px;
  line-height: 1.3;
  color: #7c6030;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  border-left: 8px solid #dcc59f;
}
.guide-page_content_text-box_table {
  width: 100%;
  border: 1px 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 th,
.guide-page_content_text-box_table td {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
}
.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: 60px;
  padding: 5px;
}
.guide-page_content_text-box_table thead th:not(:last-child) {
  border-right: 1px solid;
}
.guide-page_content_text-box_table thead tr:last-child th {
  border-bottom: 1px 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: 1px solid #eed5a8;
}
.guide-page_content_text-box_hint {
  text-align: right;
}
.guide-page_content_text-box_note {
  margin: 20px 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: 20px;
}
.guide-page_content_text-box_note_title {
  min-width: 120px;
  margin-right: 20px;
  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: 42px;
}
.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: 15px;
  margin: 0 0 12px;
  line-height: 1.3;
  color: #7c6030;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  border-left: 8px solid #dcc59f;
}
.guide-page_content_list_title::before {
  counter-increment: number 1;
  content: counter(number) ".";
}
.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: 10px;
}
.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: 90px;
}
.tradelaw_content_title {
  font-weight: 700;
}
.tradelaw_content_text-box + .tradelaw_content_text-box {
  margin-top: 40px;
}
.tradelaw_content_text-box_title {
  padding: 10px 20px;
  margin: 0 0 20px;
  color: #fff;
  font-size: 2.2rem;
  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: 10px;
}
.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_title {
  margin: 0 0 50px;
}
.privacy_content:not(:last-child) {
  margin-bottom: 40px;
}
.privacy_subtitle {
  padding: 10px 20px;
  margin: 0 0 15px;
  font-size: 2.4rem;
  color: #fff;
  background-color: #7c6030;
}
.privacy_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.privacy_list_item::before {
  content: "・";
}

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

    site

--------------------------------------------------*/
.site_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 400px;
}
.site_list_item {
  width: 48%;
  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: 15px 7px 10px;
  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;
}

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

    contact

--------------------------------------------------*/
.contact_table {
  width: 100%;
  margin: 0 0 40px;
}
.contact_table_title {
  width: 340px;
  padding: 0 20px;
  text-align: left;
  line-height: 1.5;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact_table_title [class*=mark] {
  line-height: 1.5;
  color: #fff;
  float: right;
  padding: 4px 12px;
  font-size: 1.2rem;
  border-radius: 16px;
}
.contact_table_title .required-mark {
  background-color: #7c6030;
}
.contact_table_title .arbitrary-mar {
  background-color: #15b91b;
}
.contact_table_text {
  padding-top: 20px;
  padding-left: 20px;
}
.contact_table_text a {
  display: inline-block;
  text-decoration: underline;
  white-space: nowrap;
}
.contact_table_text div:not(:last-child) {
  margin-bottom: 8px;
}
.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: 4px;
  border: 1px solid #dadada;
  border-radius: 2px;
  -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;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact textarea {
  display: block;
  resize: none;
}
.contact input[type=button],
.contact input[type=submit] {
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  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: 6px;
}
.contact input[type=radio] + label,
.contact input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  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 24px;
  color: inherit;
}
.contact input[type=radio] + label::before,
.contact input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.contact input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}
.contact input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}
.contact input[type=radio]:checked + label::after,
.contact input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.contact input[type=radio]:checked + label::after {
  margin-top: -4px;
  background: #b91515;
  border-radius: 8px;
  left: 5px;
  width: 8px;
  height: 8px;
}
.contact input[type=checkbox]:checked + label::after {
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #b91515;
  border-bottom: 3px solid #b91515;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 3px;
}
.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 {
  max-width: 230px;
  margin: 0;
  padding: 0;
}
.contact_button::before, .contact_button::after {
  content: normal;
}
.contact_button + .contact_button {
  margin-left: 4%;
}
.contact_button input {
  width: 100%;
  height: 100%;
  background: transparent;
}
.contact_recaptcha {
  margin: 0 0 20px;
  overflow: hidden;
}
.contact_recaptcha .g-recaptcha {
  width: 304px;
  margin: auto;
}
.contact_text-box {
  text-align: center;
}
.contact select,
.contact textarea,
.contact input[type=tel],
.contact input[type=text],
.contact input[type=email] {
  width: 100%;
}
.contact input[type=num] {
  width: 70px;
}
.contact textarea {
  min-height: 230px;
}
.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;
  gap: 2%;
}
.contact .upload-item-wrap {
  width: 32%;
  font-size: 1.2rem;
  overflow: hidden;
}
.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 .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: 48%;
  line-height: 35px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border-radius: 4px;
  background: #e6e6e6;
}
.contact .upload-item .ancion-btn + .contact .upload-item .ancion-btn {
  margin-top: 10px;
}
.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%;
  font-size: 1.4rem;
}
.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;
}

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

  global-footer

--------------------------------------------------*/
.global-footer {
  padding: 80px 0;
  background-color: #f8f3ea;
}
.global-footer_wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.global-footer_item {
  width: 350px;
}
.global-footer_item_size-large {
  width: 440px;
}
.global-footer_logo {
  margin: 0 0 30px;
}
.global-footer_logo a {
  display: inline-block;
}
.global-footer_button {
  width: 250px;
  height: 50px;
  margin: 0 0 30px;
  font-size: 120%;
}
.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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 20px;
  line-height: 1;
  font-size: 2.6rem;
  font-weight: 700;
}
.global-footer_tel::before {
  content: "";
  width: 33px;
  height: 21px;
  margin-right: 10px;
  background: url(../images/common/icon_dial.png) no-repeat center/contain;
}
.global-footer_text-box {
  line-height: 1.8571428571;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.global-footer_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 50px;
  width: 100%;
  height: 250px;
  margin: 0 0 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.global-footer_list_item {
  margin: 0 0 15px;
}
.global-footer_list_link:hover {
  color: #e6c619;
}
.global-footer_sub-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 23px;
  line-height: 1;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.global-footer_sub-list_item:not(:last-child) {
  border-right: 1px solid;
}
.global-footer_sub-list_link {
  padding: 0 5px;
}
.global-footer_sub-list_link:hover {
  color: #e6c619;
}
.global-footer_copyright {
  color: #d3c9bd;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.1em;
}
.global-footer_copyright a {
  display: inline-block;
}

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