@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 500;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
table {
  font-size: inherit;
  font: 100%;
}
select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
  border-radius: 0;
}
select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
  border-radius: 0;
  border: none;
  outline: none;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
input[type=button],

:focus {
  outline: none;
}
picture {
  display: block;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}
html[data-fontsize=small] {
  font-size: 56.25%;
}
html[data-fontsize=medium] {
  font-size: 62.5%;
}
html[data-fontsize=large] {
  font-size: 68%;
}
@media print {
  html html {
    background-image: none;
    background-color: #fff;
  }
}

body {
  width: 100%;
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
  html, body {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media print {
  body {
    _zoom: 80%;
  }
}

a,
a:before,
a:after,
button,
button:before,
button:after,
.u-transition,
.u-transition_before:before,
.u-transition_after:after {
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
a img {
  transition: all 1.5s;
}
a,
input,
button {
  touch-action: manipulation;
  -webkit-touch-callout: none;
}
a,
button {
  cursor: pointer;
}
a {
  color: #000;
  text-decoration: none;
  display: block;
  backface-visibility: hidden;
}
button {
  cursor: pointer;
  background: none;
  outline: none;
}
img {
  overflow: hidden;
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
  border: none;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
li {
  list-style: none;
}

*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  color: #000;
  background: #ffdf00;
}
h1, h2, h3, h4 {
  font-weight: normal;
}
dt, dd {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
}

.u-font_quasimoda,
.u-font_quasimodaBefore:before,
.u-font_quasimodaAfter:after {
  font-family: quasimoda, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .u-show_sp {
    display: none !important;
  }
}
@media print {
  .u-show_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-hide_sp {
    display: none !important;
  }
}
@media screen and (min-width: 376px) {
  .u-show_se {
    display: none !important;
  }
}
.u-inner {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .u-inner {
    width: 76%;
  }
}

/* scroll FadeIn　未使用
//* -------------------------------------------------- */
/* SCROLL fade 使用
//* -------------------------------------------------- */
.js-scrollClass {
  opacity: 0;
}
.is-state_scroll {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}
.delay-time04 {
  animation-delay: 0.4s;
}
.delay-time06 {
  animation-delay: 0.6s;
}

/* SCROLL fade 使用
//* -------------------------------------------------- */
.anime_op {
  opacity: 0;
  transition: all 1s;
}
.motion_Y10 {
  transform: translateY(10px);
  transition: all 0.5s;
}
.motion_Y20 {
  transform: translateY(20px);
  transition: all 0.5s;
}
.motion_Y30 {
  transform: translateY(30px);
  transition: all 0.5s;
}
.motion_Y50 {
  transform: translateY(50px);
}
.motion_X20 {
  transform: translateX(-20px);
  transition: all 0.8s;
}
.motion_X_20 {
  transform: translateX(20px);
  transition: all 0.8s;
}
.motion_Z8 {
  transform: scale(0.8,0.8);
}
.motion_blur {
  filter: blur(25px);
  transition: all 0.8s ease-in;
}

.is_animed {
  transform: translateX(0);
  transform: translateY(0);
  transform: rotate(0);
  transform: scale(1);
  opacity: 1;
  filter: blur(0px);
}
.delay-ani02 {
  transition-delay: 0.2s;
}
.delay-ani03 {
  transition-delay: 0.3s;
}
.delay-ani05 {
  transition-delay: 0.5s;
}

.g-body {
  font-family: dnp-shuei-gothic-gin-std,"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: #dbdad8;
  font-display: swap;
  line-height: 1.65;
  font-weight: 400;
  overflow-x: hidden;
  color: #000;
  animation: fade 1s ease forwards;
  opacity: 0;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.g-wrapper {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0 auto;
}

/* 共通
//* -------------------------------------------------- */

.u-heading {
  font-size: calc(2.5rem * 500 / 750);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-heading {
    font-size: 1.8rem;
  }
}
.u-txt {
  font-size: 1.4rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-txt {
    font-size: 1.3rem;
  }
}
.u-txt_20 {
  font-size: calc(2rem * 500 / 750);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-txt_20 {
    font-size: 1rem;
  }
}
.u-txt-inner {
  max-width: calc(600px * 500 / 750);
  margin: auto;
  line-height: 1.8;
}

.u-txt_sm {
  font-size: 1.4rem
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-txt_sm {
    font-size: 1.1rem;
  }
}

.u-txt_center {
  text-align: center;
}

.u-txt_left {
  text-align: center;
}

sup {
  font-size: 75%;
  vertical-align: top;
}

.u-img {
  text-align: center;
}

.u-batsu {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
}
.u-batsu:before, .u-batsu:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 1em;
  background: #251a16;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-batsu:before, .u-batsu:after {
    height: 0.6em;
  }
}
.u-batsu:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.u-batsu:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.u-batsu_s {
  border: 1px solid;
}


.u-arrow {
  background: url(../images/common/ico_arrow.png) no-repeat;
  background-size: 100% auto;
  width: calc(6px * 500 / 750);
  height: calc(10px * 500 / 750);
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-arrow {
    width: 4px;
    height: 7px;
  }
}

.u-tab {
  width: calc(18px * 500 / 750);
  height: calc(15px * 500 / 750);
  background: url(../images/common/ico_tab.png) no-repeat;
  background-size: 100% auto;
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-tab {
    width: 12px;
    height: 9px;
  }
}

.u-textbox {
  max-width: calc(430px * 500 / 750);
  margin: calc(30px * 500 / 750) auto 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
.u-textbox {
  margin: 15px auto 0;
}
}

.u-flex {
  display: flex;
}
.u-flex_alcenter {
  align-items: center;
}
.u-flex_rev {
  flex-direction: row-reverse;
}
.u-flex_50 {
  width: 50%;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-flex_spnone .u-flex_50 {
    width: 100%;
  }
  .u-flex_spnone .u-flex_50:nth-child(2) {
    margin-top: 1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-flex_spnone {
    flex-wrap: wrap;
  }
}

.u-lists_ten,
.u-lists_maru,
.u-lists_kome {
  font-size: 1.2rem;
  padding-left: 1.2em;
  line-height: 1.5;
}
.u-lists_ten li,
.u-lists_maru li,
.u-lists_kome li {
  position: relative;
}
.u-lists_maru li:before,
.u-lists_ten li:before,
.u-lists_kome li:before {
  display: block;
  position: absolute;
  left: -1.2em;
}
.u-lists_kome li:before {
  content: "※";
}
.u-lists_maru li:before {
  content: "◯";
}
.u-lists_ten li:before {
  content: "・";
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-lists_kome {
    font-size: calc(24vw / 7.5);
    line-height: 1.6;
  }
}

.u-mtop-10 {
  margin-top: 10px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtop-10 {
    margin-top: 5px;
  }
}

.u-mtop-20 {
  margin-top: 20px!important;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtop-20 {
    margin-top: 15px!important;
  }
}

.u-mtop-30 {
  margin-top: 30px!important;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtop-30 {
    margin-top: 20px!important;
  }
}

.u-mtop-40 {
  margin-top: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtop-40 {
    margin-top: 30px;
  }
}

.u-mtop-50 {
  margin-top: 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtop-50 {
    margin-top: 40px;
  }
}

.u-mtop-100 {
  margin-top: 100px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtop-100 {
    margin-top: 50px;
  }
}

.u-mtop-1em {
  margin-top: 1em;
}

.u-hoverButton {
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 1.5px solid #000;
  padding: 15px 0;
  position: relative;
  line-height: 1;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  z-index: 1;
}
.u-hoverButton:before {
  background: #ffdf00;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .6s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.u-hoverButton_arw:after {
  content: '';
  width: 21px;
  height: 7px;
  background: url(../images/common/ico_outarrow.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.u-hoverButton_tab:after {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../images/common/ico_tab.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
}

.u-tablink {
  position: relative;
}
.u-tablink:after {
  position: absolute;
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  background: url(../images/common/ico_outarrow.svg) no-repeat;
  background-size: 100% auto;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -1.5em;
}
.u-underline:before {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: center bottom;
  transition: transform .3s;
}
@media screen and (min-width: 768px) {
  .u-hoverButton:hover::before {
    transform: scale(1, 1);
    transition: all .6s ease-in-out;
  }
  .u-hoverButton:hover {
    cursor: pointer;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-hoverButton {
    border: 1px solid;
    padding: 15px 0;
  }
  .u-hoverButton_arw:after {
    width: 15px;
    height: 5px;
  }
  .u-hoverButton_tab:after {
    width: 10px;
    height: 10px;
  }
}

a .u-hoverImg {
  overflow: hidden;
}
a .u-hoverImg > img {
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  a.u-hoverImg:hover > img {
    transform: scale(1.05, 1.05);
    transition: 0.3s all;
    opacity: 1;
  }
}



