@charset "UTF-8";
/*
	BASE
  font-family: "Average", serif;
  font-family: "Corinthia", cursive;
  font-family: "Shippori Mincho", serif;
*******************************/
* {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-feature-settings: "palt";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.min {
  font-family: "Shippori Mincho", "Cormorant Garamond", "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.font_en {
  font-family: "Average", serif;
  font-style: italic;
  font-weight: 500;
}

.font_en2 {
  font-family: "Corinthia", cursive;
}

html {
  font-size: 62.5%;
  line-height: 1;
}
html body {
  font-size: 1.6rem;
  font-weight: normal;
}
html body img {
  backface-visibility: hidden;
  vertical-align: bottom;
  line-height: 0;
  max-width: 100%;
  height: auto;
}
html body p, html body th, html body td, html body dt, html body dd, html body li, html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html body label {
  color: #000000;
}
html body a {
  color: #000000;
  text-decoration: none;
  outline: none;
  border: none;
}
html body a img {
  outline: none;
  border: none;
  backface-visibility: hidden;
}
html body area {
  border: none;
  outline: none;
}
html body .clear {
  clear: both;
}

:root {
  --color_def: #000000;
  --color_text: #434343;
  --color_main: #77acfd;
  --color_sub: #b69b60;
  --color_white: #FFFFFF;
}

/*//////////////////////////////////////////////////////////////////////////*/
/*
	BASE LAYOUT
******************/
.wrap .contents {
  max-width: 1020px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media (hover: hover) {
  a {
    transition: 0.3s;
  }
  a:hover {
    text-decoration: none;
    opacity: 0.75;
  }
  .wrap .contents .btn:hover {
    opacity: 1;
    filter: brightness(1.1);
  }
}
@media screen and (max-width: 1024px) {
  .wrap .contents {
    width: calc(100% - 50px);
  }
  .pcOnly2 {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap .contents {
    width: calc(100% - 40px);
  }
  .wrap .contents p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .wrap .contents .btn {
    font-size: 1.6rem;
  }
  .pcOnly {
    display: none !important;
  }
  .tbOnly {
    display: none !important;
  }
}
@media screen and (max-width: 375px) {
  html body {
    min-width: 375px;
  }
}
@media screen and (min-width: 1025px) {
  .tbOnly {
    display: none !important;
  }
  .sptbOnly {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}