@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, ::before, ::after {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* =========================================================
パーツ
========================================================= */
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media (min-width: 1024px) {
  .sp {
    display: none;
  }
}

@media (max-width: 321px) {
  .exsp {
    display: none;
  }
}

img,
svg {
  vertical-align: top;
  max-width: 100%;
}
@media (max-width: 1024px) {
  img,
  svg {
    height: auto;
  }
}

button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  touch-action: manipulation;
}

/* =========================================================
見出し、テキスト
========================================================= */
.secTitle01 {
  margin: 30px 0 65px;
  line-height: 1.4;
  font-size: 1.9rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .secTitle01 {
    margin: 20px 0 50px;
  }
}
@media (max-width: 767px) {
  .secTitle01 {
    margin: 20px 0 25px;
    font-size: 1.3rem;
  }
}
.secTitle01 i {
  font-style: italic;
}
.secTitle01.center {
  text-align: center;
}
.secTitle01:first-child {
  margin-top: 0;
}
.secTitle01 .en {
  display: block;
  letter-spacing: 0.05em;
  font-family: "Lato", sans-serif;
  font-size: 5.8rem;
}
@media (max-width: 767px) {
  .secTitle01 .en {
    font-size: 3.5rem;
  }
}

.secTitle02 {
  position: relative;
  margin: 30px 0 20px;
  line-height: 1.8;
  font-size: 2.8rem;
}
@media (max-width: 1024px) {
  .secTitle02 {
    margin: 30px 0 10px;
    font-size: 2.2rem;
  }
}
.secTitle02.center {
  text-align: center;
}
.secTitle02:first-child {
  margin-top: 0;
}

.secTitle03 {
  margin: 20px 0 10px;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .secTitle03 {
    margin: 15px 0 10px;
    font-size: 1.5rem;
  }
}
.secTitle03:first-child {
  margin-top: 0;
}

.leadText {
  margin: 0 0 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .leadText {
    margin: 0 0 20px;
  }
}

.en {
  font-family: "Lato", sans-serif;
}

.c_red {
  color: #C2B59B;
}

strong {
  font-weight: 600;
}
i,
em {
  font-style: italic;
}

/* =========================================================
block
========================================================= */
.bg_color {
  background: #3E4732;
}

.bg_white {
  background: #fff;
}

.flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .flex {
    display: block;
  }
}
.flex .photo {
  flex-shrink: 0;
}

.wide img {
  width: 100%;
  height: auto;
}

hr.separator {
  border: none;
  border-top: 1px solid #000;
  margin: 50px 0;
}
@media (max-width: 767px) {
  hr.separator {
    margin: 50px 0;
  }
}
hr.separator.gray {
  border-color: #999b9d;
}

/* =========================================================
リンクボタン
========================================================= */
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none !important;
  }
}
a svg {
  transition: all 0.25s;
}

.icon_ex {
  fill: #808080;
  width: 17px;
  height: 13px;
  vertical-align: middle;
  margin: 0 0 3px 5px;
}

.icon_pdf,
.icon_dl {
  fill: #808080;
  width: 13px;
  height: 14px;
  vertical-align: middle;
  margin: 0 0 2px 8px;
}

.contents a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

.btn {
  margin-block: 50px;
}
@media (max-width: 767px) {
  .btn {
    margin-block: 30px;
  }
}
.btn .btnLink,
.btn a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border: 1px solid #000;
  background: #000;
  min-width: 370px;
  height: 70px;
  padding-inline: 40px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn .btnLink,
  .btn a {
    gap: 15px;
    min-width: 100%;
    height: 50px;
    font-size: 1.3rem;
  }
}
.btn:last-child {
  margin-bottom: 0;
}
.btn.center {
  text-align: center;
}

.btn02 a {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: underline;
}
.btn02 a::after {
  content: "";
  display: inline-block;
  background: #000 url(../img/common/icon_btn.svg) no-repeat center;
  width: 34px;
  height: 34px;
}
@media (max-width: 767px) {
  .btn02 a::after {
    background-size: 15px auto;
    width: 28px;
    height: 28px;
  }
}
@media (any-hover: hover) {
  .btn02 a:hover {
    text-decoration: none;
  }
}

.btnList {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 767px) {
  .btnList {
    flex-direction: column;
    gap: 8px;
  }
}
.btnList.center {
  justify-content: center;
}
.btnList .btn {
  margin: 0;
}
.btnList.vertical {
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .btnList.vertical {
    gap: 10px;
  }
}

/* =========================================================
リスト
========================================================= */
.dash > li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.dash > li::before {
  content: "-";
  margin-right: 10px;
}

.disc li {
  margin-left: 0.75em;
  text-indent: -0.75em;
}
.disc li::before {
  content: "・";
  margin-right: 5px;
}

.numList > li {
  counter-increment: li_count;
  margin-left: 1em;
  text-indent: -1em;
}
.numList > li::before {
  content: counter(li_count) ". ";
}

.tabList {
  display: flex;
  gap: 0 80px;
  margin: 10px 0 60px;
}
@media (max-width: 767px) {
  .tabList {
    gap: 0px 20px;
    margin: 20px -5.5% 30px;
    padding-inline: 6%;
    overflow-x: auto;
  }
}
.tabList li {
  display: flex;
  white-space: nowrap;
}
.tabList li a {
  position: relative;
  display: block;
  border-bottom: 3px solid transparent;
  padding-bottom: 10px;
  opacity: 0.6;
  color: #D2D3CE;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .tabList li a {
    border-bottom-width: 1px;
    padding-bottom: 2px;
    font-size: 1.2rem;
  }
}
@media (any-hover: hover) {
  .tabList li a:hover {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  :lang(ja) .tabList li a {
    font-size: 2rem;
  }
}
.tabList li.active a {
  border-bottom-color: #96863F;
  color: #96863F;
  opacity: 1;
}

.columnList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1500px) {
  .columnList {
    gap: 5vw;
  }
}
@media (max-width: 767px) {
  .columnList {
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.columnList:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .columnList.column2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .columnList.column3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .columnList.column4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 40px;
  }
}
.columnList .listItem {
  counter-increment: li_count;
}
@media (max-width: 767px) {
  .columnList .listItem + .listItem {
    margin-top: 30px;
  }
}
@media (max-width: 1500px) {
  .columnList .listItem .photo img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .columnList .listItem .photo img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .categoryList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
}
.categoryList .listItem {
  text-align: center;
}
.categoryList .listItem + .listItem {
  margin-top: 0;
}
@media (any-hover: hover) {
  .categoryList .listItem a:hover {
    opacity: 1;
  }
  .categoryList .listItem a:hover h3 {
    opacity: 0.5;
  }
}
.categoryList .listItem .catName {
  margin: 15px 0 0;
  font-size: 2.1rem;
  line-height: 1.8;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .categoryList .listItem .catName {
    margin: 10px 0 0;
    font-size: 1.4rem;
  }
}
.categoryList .listItem .price {
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .categoryList .listItem .price {
    font-size: 1rem;
  }
}
.categoryList .listItem .price strong {
  font-weight: 700;
  font-size: 2.1rem;
}
@media (max-width: 767px) {
  .categoryList .listItem .price strong {
    font-size: 1.4rem;
  }
}
.categoryList .listItem .photo img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.pageNav {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 1.7rem;
  font-family: "Lato", sans-serif;
}
@media (max-width: 767px) {
  .pageNav {
    margin-top: 40px;
    font-size: 1.5rem;
  }
}
.pageNav li {
  border: 1px solid;
  color: #999b9d;
}
.pageNav li a,
.pageNav li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
}
@media (max-width: 767px) {
  .pageNav li a,
  .pageNav li span {
    width: 30px;
    height: 30px;
  }
}
.pageNav li.current {
  border-color: #000;
}
.pageNav li.current span {
  background: #000;
  color: #fff;
}
.pageNav li.prev, .pageNav li.next {
  letter-spacing: -1em;
}

/* =========================================================
table
========================================================= */
.table01 {
  width: 100%;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .table01 {
    margin: 15px 0;
  }
}
.table01:first-child {
  margin-top: 0;
}
.table01:last-child {
  margin-bottom: 0;
}
.table01 th,
.table01 td {
  border-top: 1px solid #999b9d;
  border-bottom: 1px solid #999b9d;
  padding: 18px 30px 18px 36px;
}
@media (max-width: 767px) {
  .table01 th,
  .table01 td {
    display: block;
    border-bottom: none;
    padding: 15px 0;
    vertical-align: middle;
  }
}
.table01 th {
  border-color: #3E4732;
  text-align: left;
  color: #3E4732;
  font-weight: 700;
  width: 24%;
  max-width: 300px;
}
@media (max-width: 767px) {
  .table01 th {
    text-align: center;
    width: 100%;
    max-width: none;
    background-color: rgba(204, 176, 114, 0.16);
  }
}
@media (max-width: 767px) {
  .table01 tr:last-child td {
    border-bottom: 1px solid #999b9d;
  }
}

/* =========================================================
SLICK
========================================================= */
@media (max-width: 767px) {
  .slick-slider .slick-slide .pc {
    display: none;
  }
}
@media (min-width: 1024px) {
  .slick-slider .slick-slide .sp {
    display: none;
  }
}

.slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block !important;
  width: 50px;
  height: 50px;
  margin: auto;
  padding: 0;
  color: #C2B59B;
  cursor: pointer;
  transition: all 0.2s;
  text-indent: -9999px !important;
}
@media (max-width: 767px) {
  .slick-arrow {
    bottom: 46px;
    width: 40px;
    height: 40px;
  }
}
.slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 15px;
  height: 15px;
  margin: auto;
  rotate: 45deg;
}

.slick-prev {
  left: -200px;
  transform: scale(-1, 1);
}
@media (max-width: 1600px) {
  .slick-prev {
    left: -5vw;
  }
}
@media (max-width: 767px) {
  .slick-prev {
    left: -24px;
  }
}

.slick-next {
  right: -200px;
}
@media (max-width: 1600px) {
  .slick-next {
    right: -5vw;
  }
}
@media (max-width: 767px) {
  .slick-next {
    right: -24px;
  }
}

.slick-dots,
.slick-dotsWrap .slick-dots {
  position: relative;
  z-index: 0;
  text-align: center;
  font-size: 0;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .slick-dots,
  .slick-dotsWrap .slick-dots {
    margin: 30px auto 0;
    text-align: center;
  }
}
.slick-dots li,
.slick-dotsWrap .slick-dots li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 12px;
  font-size: 12px;
}
.slick-dots li:only-child,
.slick-dotsWrap .slick-dots li:only-child {
  display: none;
  margin-top: -30px;
}
.slick-dots li button,
.slick-dotsWrap .slick-dots li button {
  border: none;
  border-radius: 50%;
  background: #C2B59B;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  opacity: 0.3;
  cursor: pointer;
}
.slick-dots li.slick-active button,
.slick-dotsWrap .slick-dots li.slick-active button {
  opacity: 1;
}

/* =========================================================
checked
========================================================= */
@media (min-width: 1024px) {
  .checked .pageTitle {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .checked .pageTitle::after {
    margin-top: 20px;
  }
}

/* =========================================================
layout.css
========================================================= */
html,
body {
  font-size: 62.5%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 85px;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 51px;
  }
}

body {
  position: relative;
  overflow-x: hidden;
  background: #fff;
  color: #000;
  font-size: 15px;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  min-width: 1250px;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  padding-top: 85px;
  -webkit-font-smoothing: subpixel-antialiased;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /*Chrome,Safari*/
  -ms-text-size-adjust: 100%; /*EgdeMobile*/
  -moz-text-size-adjust: 100%; /*firefox*/
}
body.fixed, body.modalOn, body.navOn {
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    padding-top: 51px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1250px) {
  body {
    min-width: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

.wrapper {
  position: relative;
  max-width: 1250px;
  margin-inline: auto;
  padding-block: 90px;
}
@media (max-width: 1500px) {
  .wrapper {
    max-width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wrapper {
    max-width: 90%;
    padding-block: 60px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    max-width: 90%;
    padding-block: 30px;
  }
}

/* =========================================================
globalHeader
========================================================= */
.globalHeader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 30px;
  background: #000;
  height: 85px;
  padding: 0px 40px;
  color: #fff;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .globalHeader {
    height: 51px;
    padding: 0px 5%;
  }
}
.globalHeader .siteLogo {
  margin-right: auto;
}
@media (max-width: 767px) {
  .globalHeader .siteLogo {
    position: absolute;
    inset: 0;
    width: fit-content;
    height: fit-content;
    margin: auto;
  }
}
.globalHeader .siteLogo a img {
  display: block;
  height: auto;
}
@media (max-width: 767px) {
  .globalHeader .siteLogo a img {
    width: 135px;
  }
}
@media (max-width: 767px) {
  .globalHeader .cartBtn {
    margin-left: auto;
  }
}
.globalHeader .cartBtn a {
  position: relative;
  display: block;
}
.globalHeader .cartBtn .icon {
  display: block;
  fill: currentColor;
  max-width: 20px;
  max-height: 20px;
}
.globalHeader .cartBtn .cartCount {
  position: absolute;
  top: -17px;
  right: -17px;
  display: grid;
  place-content: center;
  background: #ef3c62;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 26px;
  border-radius: 50%;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .globalHeader .cartBtn .cartCount {
    top: -15px;
    right: -15px;
  }
}
.globalHeader .cartBtn .cartCount.hide {
  display: none;
}
.header_show .globalHeader {
  position: fixed;
  animation: headerAnime 0.5s ease;
}
@keyframes headerAnime {
  0% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.gnavBtn {
  color: inherit;
}
@media (max-width: 1024px) {
  .gnavBtn {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Lato", sans-serif;
    font-size: 1.2rem;
  }
}
.gnavBtn .line {
  position: relative;
  display: block;
  background: #fff;
  width: 24px;
  height: 1px;
  margin: 8px auto;
  transition: all 0.15s;
}
.gnavBtn .line::before, .gnavBtn .line::after {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  background: #fff;
  width: 100%;
  height: 1px;
  transition: all 0.15s;
}
.gnavBtn .line::after {
  top: auto;
  bottom: -6px;
}
.navOn .gnavBtn .line {
  background: transparent;
  width: 20px;
}
.navOn .gnavBtn .line:before {
  top: 0;
  transform: rotate(45deg);
  width: 20px;
}
.navOn .gnavBtn .line:after {
  bottom: 0;
  transform: rotate(-45deg);
  width: 20px;
}
.header_show .gnavBtn .line::before, .header_show .gnavBtn .line::after {
  background: #C2B59B;
}

/* =========================================================
globalNav
========================================================= */
.globalNav {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .globalNav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 20px;
    left: 0;
    z-index: 2;
    display: block;
    background: #000;
    width: 100%;
    height: calc(100% - 51px);
    overflow-y: auto;
    padding: 40px 5%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .globalNav {
    top: 85px;
  }
}
.navOn .globalNav {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .navOn .globalNav {
    top: 51px;
  }
}
.globalNav .gnavList {
  display: flex;
  align-items: center;
  gap: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.63);
  margin-right: 25px;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .globalNav .gnavList {
    display: block;
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    font-size: 1.8rem;
  }
}
.globalNav .gnavList > li {
  position: relative;
}
.globalNav .gnavList > li > a,
.globalNav .gnavList > li .nestBtn {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .globalNav .gnavList > li > a,
  .globalNav .gnavList > li .nestBtn {
    padding: 10px 0;
  }
}
.globalNav .gnavList > li .nestBtn {
  transition: all 0.2s;
}
@media (any-hover: hover) {
  .globalNav .gnavList > li .nestBtn:hover {
    opacity: 0.6;
  }
}
.globalNav .gnavList > li .nestBtn::after {
  content: "";
  display: inline-block;
  border-right: 2px solid rgba(255, 255, 255, 0.63);
  border-bottom: 2px solid rgba(255, 255, 255, 0.63);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  rotate: 45deg;
}
.globalNav .gnavList > li .nestBtn.on + .nestList {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .globalNav .gnavList > li .nestBtn.on + .nestList {
    height: auto;
    line-height: 1.5;
  }
}
.globalNav .gnavList > li .nestList {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: -20px;
  right: -20px;
  background: #000;
  width: fit-content;
  padding: 10px 20px;
  white-space: nowrap;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .globalNav .gnavList > li .nestList {
    position: static;
    height: 0;
    line-height: 0;
    padding: 0;
    font-size: 1.4rem;
  }
  .globalNav .gnavList > li .nestList > li {
    margin-bottom: 7px;
  }
}
.globalNav .gnavList > li .nestList > li a {
  display: block;
  padding: 4px 0;
}
.globalNav .subNav {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 767px) {
  .globalNav .subNav {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
  }
}
.globalNav .subNav > li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.globalNav .subNav .icon {
  display: block;
  fill: currentColor;
  max-width: 20px;
  max-height: 20px;
}

/* =========================================================
contents
========================================================= */
.contents {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: calc(100vh - 85px - 100px);
}
@media (max-width: 767px) {
  .contents {
    min-height: calc(100svh - 51px - 40px - 250px);
    padding-bottom: 40px;
  }
}
.contents section:not(:last-child) .wrapper {
  padding-bottom: 40px;
}

.breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    position: static;
    padding: 10px 5% 0;
    line-height: 1.8;
  }
}
.breadcrumbsList li {
  display: inline;
}
.breadcrumbsList li a {
  color: #999b9d;
}
.breadcrumbsList li a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-top: 1px solid #999b9d;
  border-right: 1px solid #999b9d;
  width: 7px;
  height: 7px;
  margin-inline: 10px;
  rotate: 45deg;
}
@media (max-width: 767px) {
  .breadcrumbsList li a::after {
    margin-inline: 5px;
  }
}
.pageTitle {
  margin: 0 0 50px;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pageTitle {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}
.pageTitle::after {
  content: "";
  display: block;
  background: #999b9d;
  width: 110px;
  height: 1px;
  margin: 10px auto 0;
}

/* =========================================================
globalFooter
========================================================= */
.globalFooter {
  background: #000;
  color: #fff;
}
.globalFooter .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 75px;
  padding-block: 40px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .globalFooter .wrapper {
    gap: 20px 20px;
  }
}
@media (max-width: 767px) {
  .globalFooter .wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-block: 40px 50px;
  }
}
.globalFooter .footerNav {
  display: flex;
  line-height: 1;
  margin-left: -20px;
}
@media (max-width: 767px) {
  .globalFooter .footerNav {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.36);
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-left: 0;
    line-height: 2;
  }
}
.globalFooter .footerNav li + li {
  border-left: 1px solid;
}
@media (max-width: 767px) {
  .globalFooter .footerNav li + li {
    border-left: none;
  }
}
.globalFooter .footerNav li a {
  padding-inline: 20px;
}
@media (max-width: 767px) {
  .globalFooter .footerNav li a {
    padding-inline: 0;
  }
}

.copyright {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .copyright {
    font-size: 0.9rem;
  }
}
/*# sourceMappingURL=map/style.css.map */
