@import url("https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500&display=swap");
html {
  font-size: calc(10vw / 7.5);
  -webkit-font-smoothing: antialiased; }

body {
  color: #000000;
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-size: 2.8rem;
  line-height: 1.5;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

body.lock,
body.loading {
  overflow: hidden;
  width: 100vw;
  height: 100vh; }

@media screen and (min-width: 769px) {
  html {
    font-size: 7px; } }
* {
  -webkit-tap-highlight-color: transparent; }

a {
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

p, dt, dd, li {
  word-break: break-word;
  word-wrap: normal; }

img {
  max-width: 100%;
  vertical-align: top; }

.image {
  text-align: center; }

.cf:after {
  content: "";
  display: block;
  clear: both; }

.fleft {
  float: left; }

.fright {
  float: right; }

.ib {
  display: inline-block;
  line-height: inherit;
  font-weight: inherit; }

.link {
  letter-spacing: 0.03em;
  text-decoration: underline;
  text-underline-offset: 0.6em; }

@media screen and (min-width: 769px) {
  /* mover */
  .mover {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
    .mover:hover {
      opacity: 0.8; }

  .moverContent > * {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
  .moverContent:hover > * {
    opacity: 0.8; } }
.modePC,
.modePCib {
  display: none; }
  .modePC.important,
  .modePCib.important {
    display: none !important; }

.modeSP {
  display: block; }
  .modeSP.important {
    display: block !important; }

@media screen and (min-width: 769px) {
  .modePC {
    display: block; }
    .modePC.important {
      display: block !important; }

  .modePCib {
    display: inline-block; }
    .modePCib.important {
      display: inline-block !important; }

  .modeSP {
    display: none; }
    .modeSP.important {
      display: none !important; } }
.animate {
  overflow: hidden;
  opacity: 1; }

.animate .animate-text {
  display: block; }

.animated {
  opacity: 1; }

.lazyload {
  opacity: 1; }

@keyframes arrowMove {
  0% {
    transform: translateX(0); }
  99% {
    transform: translateX(50%); }
  100% {
    transform: translateX(0); } }
.wrapper {
  overflow: hidden;
  position: relative;
  transition: opacity 0.3s; }
  .load_complete .wrapper {
    opacity: 1; }

.contentInner {
  width: calc(710 / 750 * 100%);
  margin: auto; }

.fadeContent {
  opacity: 0;
  transition: opacity 1.0s ease-out; }

.fadeContent.current {
  opacity: 1; }

@media screen and (min-width: 769px) {
  .wrapper {
    max-width: 780px;
    margin: auto; }

  .contentInner {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box; } }
#detailArea .content {
  padding: calc(47 / 750 * 100%) 0; }
#detailArea .header {
  margin: 0 0 calc(20 / 710 * 100%) 0; }
  #detailArea .header .title {
    font-size: 3.6rem;
    line-height: 1.56;
    text-align: center; }
#detailArea .image {
  margin: 0 0 calc(33 / 710* 100%) 0; }
#detailArea .text {
  font-size: 2.8rem;
  line-height: 2;
  margin: 0 0 calc(33 / 710* 100%) 0; }
#detailArea .table {
  border-top: 1px solid #000000; }
  #detailArea .table .row {
    display: flex;
    padding: calc(10 / 710 * 100%) 0;
    border-bottom: 1px solid #000000; }
    #detailArea .table .row .head {
      flex-basis: 7em;
      flex-shrink: 0;
      margin: 0 1em 0 0; }

#footer .content {
  padding: calc(40 / 750 * 100%) 0; }
#footer .contentInner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(671 / 750 * 100%); }
#footer .logo {
  flex-basis: calc(245 / 710 * 100%);
  text-align: center; }


/* slick */
.slick-dots li button:hover, .slick-dots li.slick-active button{
	background-color: #222;
}
.slick-dots li button{
	background-color: #eee;
	border-radius: 50%;
	width: 8px;
	height: 8px;
}
.slider img {
	margin: 0 auto;
}
.slider .slick-arrow {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  z-index: 1;
/*  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));*/
}
.slider .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slider .slick-next {
  right: 0px;
}
.slider .slick-prev {
  left: 0px;
}
.slider .slick-next::before {
  left: 20px;
}
.slider .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}

@media screen and (min-width: 769px) {
	.slick-dots{
		bottom: 5px;
	}
	.slider .slick-arrow {
	  border-radius: 50%;
	  background-color: #fff;
	}
	.slider .slick-next {
	  right: 10px;
	}
	.slider .slick-prev {
	  left: 10px;
	}
}
