@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

textarea {
  resize: vertical;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ol,
ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

html {
  font-size: 62.5%;
  text-align: center;
}

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #3e3a39;
  padding: 0;
  background-color: #fff;
  position: relative;
}

a {
  -webkit-transition: 400ms;
  transition: 400ms;
  color: inherit;
}
a:hover {
  opacity: 0.6;
  -webkit-transition: 400ms;
  transition: 400ms;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

img {
  width: 100%;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/* ---------------------------------------*/
/* common */
/* ---------------------------------------*/
.btn-01 {
  display: inline-block;
  font-weight: 400;
  font-size: 1.56vw;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 1.5vw;
  padding: 1vw 7.3vw 1vw 1.5vw;
  border: solid 1px #3e3a39;
  position: relative;
}
.btn-01::after {
  display: block;
  content: "";
  width: 0.8vw;
  aspect-ratio: 16/38;
  background: url(../img/icon_arrow.svg) no-repeat center/cover;
  position: absolute;
  top: calc(50% - 0.9vw);
  right: 1vw;
}
@media screen and (max-width: 768px) {
  .btn-01 {
    font-size: 3.08vw;
    margin-top: 2.5vw;
    letter-spacing: 0.4em;
    padding: 2.5vw 10vw 2.5vw 2.5vw;
  }
  .btn-01::after {
    background: url(../img/icon_arrow-sp.svg) no-repeat center/cover;
    width: 1.7vw;
    position: absolute;
    top: calc(50% - 1.9vw);
    right: 2vw;
  }
}

/* ---------------------------------------*/
/* header */
/* ---------------------------------------*/
header {
  margin: 0;
  padding: 3.12vw 5.2vw 1.5vw;
}
@media screen and (max-width: 768px) {
  header {
    padding: 15.3vw 7.6vw 5.1vw;
  }
}

.header-logo {
  width: 29.7vw;
  margin: 0 auto 1.04vw;
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 61vw;
    margin: 0 auto 4vw;
  }
}

.header-global_nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 5vw;
}
@media screen and (max-width: 768px) {
  .header-global_nav-list {
    ap: 7.6vw;
  }
}

.header-global_nav-list__item a {
  display: block;
}
.header-global_nav-list__item:nth-child(1) {
  width: 3.8vw;
}
.header-global_nav-list__item:nth-child(2) {
  width: 3.5vw;
}
.header-global_nav-list__item:nth-child(3) {
  width: 2.8vw;
}
@media screen and (max-width: 768px) {
  .header-global_nav-list__item:nth-child(1) {
    width: 8.9vw;
  }
  .header-global_nav-list__item:nth-child(2) {
    width: 8.2vw;
  }
  .header-global_nav-list__item:nth-child(3) {
    width: 6.6vw;
  }
}

/* ---------------------------------------*/
/* パンクズ */
/* ---------------------------------------*/
.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb-list__item {
  margin-right: 20px;
  position: relative;
}
.breadcrumb-list__item::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -10px;
}

/* ---------------------------------------*/
/* main */
/* ---------------------------------------*/
/* ---------------------------------------*/
/* footer */
/* ---------------------------------------*/
footer {
  padding: 7.8vw 5.2vw 2.39vw;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 7.6vw 7.6vw 3.8vw;
  }
}

.footer-logo {
  width: 23vw;
  margin: 0 auto 7.8vw;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    width: 23vw;
    margin: 0 auto 7.6vw;
  }
}

.footer-address {
  font-weight: 400;
  font-size: 1.04vw;
  text-align: left;
  font-style: normal;
  line-height: 2.5;
  margin: 0 0 7.8vw;
}
@media screen and (max-width: 768px) {
  .footer-address {
    font-size: 2.05vw;
    margin: 0 0 7.6vw;
  }
}

.footer-copyright {
  display: block;
  font-weight: 500;
  font-size: 1.46vw;
  border-top: solid 1px #3e3a39;
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .footer-copyright {
    font-size: 2.31vw;
    padding: 6px 0 0;
  }
}