@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;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  color: #000;
  word-break: break-all;
  letter-spacing: 0.05em;
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.enTxt {
  font-family: "Work Sans", sans-serif;
}

.enTxt2 {
  font-family: "EB Garamond", serif;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.fade-in {
  opacity: 0; /* 初期状態で透明 */
  transform: translateY(50px); /* 下に少しずらす */
  transition: opacity 1s 0.3s ease, transform 1s 0.3s ease; /* アニメーションの設定 */
}

.fade-in.show {
  opacity: 1; /* 表示 */
  transform: translateY(0); /* 元の位置 */
}

.acContents {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}
.is-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}
.fv {
  margin: 40px auto;
  max-width: 900px;
  padding: 0 20px;
  position: relative;
}
.fv .button1 {
  position: absolute;
  bottom: 32%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  .fv .button1 {
    bottom: 40%;
  }
}
.fv .button1 img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .fv .button1 img {
    width: 250px;
  }
}
@media screen and (max-width: 650px) {
  .fv .button1 img {
    width: 200px;
  }
}
@media screen and (max-width: 500px) {
  .fv .button1 img {
    width: 250px;
  }
}
.fv .button2 {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  .fv .button2 {
    bottom: 24%;
  }
}
.fv .button2 img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .fv .button2 img {
    width: 250px;
  }
}
@media screen and (max-width: 650px) {
  .fv .button2 img {
    width: 200px;
  }
}
@media screen and (max-width: 500px) {
  .fv .button2 img {
    width: 250px;
  }
}
.fv .button3 {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  .fv .button3 {
    bottom: 8%;
  }
}
.fv .button3 img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .fv .button3 img {
    width: 250px;
  }
}
@media screen and (max-width: 650px) {
  .fv .button3 img {
    width: 200px;
  }
}
@media screen and (max-width: 500px) {
  .fv .button3 img {
    width: 250px;
  }
}