@charset "utf-8";

/*----------------------------------------------------
 elements
 ----------------------------------------------------*/

.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}

.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}

body {
  font-family:
    "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt" !important;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 1.5px;
  line-height: 1.5;
  color: #231815;
  position: relative;
}

a {
  display: block;
  color: #231815;
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

span {
  vertical-align: baseline;
}

/* text */
.small {
  font-size: 0.8em;
  text-align: center;
}

sup {
  font-size: 11px;
  vertical-align: super;
}

.gothic {
  font-weight: 500;
  font-family:
    -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue",
    HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo,
    sans-serif;
}

.eb-garamond {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/*caption*/
figure {
  position: relative;
}

.cap_txt {
  position: absolute !important;
  font-size: 10px;
  line-height: 1.3;
  bottom: 5px;
  transform: rotate(0.28deg);
  z-index: 5;
}

.caption {
  display: block;
  font-size: 12px;
}

.cap_R {
  right: 5px;
}

.cap_L {
  left: 5px;
}

.cap_W {
  color: #fff;
}

.cap_B {
  color: #000;
}

.cap_ShaW {
  text-shadow:
    2px 0 2px #fff,
    -2px 0 2px #fff,
    0 2px 2px #fff,
    0 -2px 2px #fff;
}

.cap_ShaB {
  text-shadow:
    2px 0 2px #000,
    -2px 0 2px #000,
    0 2px 2px #000,
    0 -2px 2px #000;
}

.cap_Big {
  font-size: 13px;
}

.note-area {
  background: #060303;
  padding: 60px 0;
}

.note {
  color: #fff;
  padding: 0;
  /* padding: 60px 0 0 0; */
  margin: 0 auto;
}

.note li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

.att {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  text-align: right;
  margin: 10px 10px 0 0;
}

/* yokoku */
.yokoku {
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  color: #fff;
  margin: 0 auto 20px;
}

.yokoku dt {
  width: 10%;
  margin: 0 20px 0 0;
  padding: 12px 12px 12px 0;
  border-right: 1px solid #b5b5b6;
  text-align: center;
  box-sizing: border-box;
}

/* copyright */
.copyright {
  font-size: 10px;
  font-weight: 400;
  font-family:
    -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue",
    HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo,
    sans-serif;
  color: #595757;
  color: #fff;
  letter-spacing: 1.5px;
  text-align: center;
  background: #060303;
  border-top: 1px solid #fff;
  padding: 8px 0;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

/* flex */
.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.container {
  width: 100vw;
}

/* inner */
.inner_800 {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.inner_1000 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.inner_1100 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.inner_1200 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.btn a {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 90%;
  text-align: center;
  padding: 20px 0;
  transition: 0.9s;
}

.btn-flash a {
  overflow: hidden;
}

.btn-flash a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background-image: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 80%
  );
  transition: 0.9s;
}

.btn-flash a:hover::before {
  top: 0;
  left: 100%;
}

/*---------------------------
tab_横
---------------------------*/
@media only screen and (max-width: 1180px) {
  /* yokoku */
  .yokoku dd {
    width: 100%;
    padding: 12px;
    border-right: none;
  }
}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 820px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .cap_txt {
    letter-spacing: 0;
  }

  .note-area {
    padding: 20px 0;
  }

  .note {
    /* padding: 20px 0; */
    padding: 0;
  }

  /* yokoku */
  .yokoku {
    flex-direction: column;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
  }

  .yokoku dt {
    width: 100%;
    font-size: 20px;
    border-right: none;
    padding: 0;
    margin: 0 0 10px 0;
  }

  .yokoku dd {
    padding: 0;
  }

  .copyright {
    margin-bottom: 64px;
  }
}

/* PC電話無効化 */
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
