@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;
}

html {
  scroll-behavior: smooth;
}

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

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

a:active {
  text-decoration: none;
}

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

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

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.e_enTxt {
  font-family: "Barlow Condensed", sans-serif;
}

.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;
  }
}

.section__title {
  text-align: center;
  font-size: 48px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 8.5333333333vw;
  }
}
.section__title span {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .section__title span {
    font-size: 5.3333333333vw;
  }
}
.section__title::after {
  content: "";
  background: #000;
  width: 50px;
  display: block;
  height: 5px;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .section__title::after {
    margin-top: 13.3333333333vw;
  }
}

.cta {
  padding: 80px 40px;
  background: #F5F5F5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 8vw 5.3333333333vw;
  }
}
.cta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #000;
  border-radius: 10px;
  max-width: 100%;
  width: 488px;
  height: 105px;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .cta__btn {
    width: 260px;
    height: 52px;
    font-size: 16px;
  }
}
.cta__btn:hover {
  background: #FC5000;
  color: #fff;
  opacity: 1;
}
.cta__btn.w600 {
  width: 600px;
}
@media screen and (max-width: 768px) {
  .cta__btn.w600 {
    line-height: 1.5;
    height: 65px;
  }
}

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

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  z-index: 102;
}
.header.active {
  position: fixed;
  top: 60px;
}
@media screen and (max-width: 768px) {
  .header.active {
    top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 20px 10px;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
}
.header__btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .header__btns {
    display: none;
  }
}
.header__btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  border: 1px solid #D9D9D9;
  width: 186px;
  height: 47px;
  text-align: center;
}
.header__btns a:nth-of-type(1) {
  background: #FEF200;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.header__btns a:nth-of-type(1):hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
.header__btns a:nth-of-type(2) {
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.header__btns a:nth-of-type(2):hover {
  background: #FC5000;
  color: #fff;
  opacity: 1;
}

.footer {
  background: #060602;
  padding: 80px 40px 120px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 13.3333333333vw 10.6666666667vw 32vw;
  }
}
.footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    display: block;
  }
}
.footer__sns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .footer__left {
    margin-bottom: 24vw;
  }
}
.footer__left p {
  color: #fff;
  line-height: 1.5;
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .footer__left p {
    font-size: 2.6666666667vw;
  }
}
.footer__left p a {
  color: #b2bd46;
  text-decoration: underline;
}
.footer__logo {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.footer__right {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .footer__right {
    display: block;
  }
}
.footer__right ul li {
  margin-bottom: 30px;
}
.footer__right ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .footer__right ul li a {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__right ul li {
    margin-bottom: 10.6666666667vw;
  }
}

.fixed {
  display: none;
}
@media screen and (max-width: 768px) {
  .fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 100;
  }
  .fixed a {
    width: 50%;
    display: block;
    padding: 25px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #D9D9D9;
    color: #000;
  }
  .fixed a.buy__btn {
    background: #FEF200;
  }
  .fixed a.contact__btn {
    background: #000;
    color: #fff;
  }
}

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

.fade-in.fade-top {
  transform: translateY(200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-bottom {
  transform: translateY(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-left {
  transform: translateX(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

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

.item {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s cubic-bezier(0.57, 0, 0.26, 1);
}

.item.active {
  clip-path: inset(0 0 0 0);
}/*# sourceMappingURL=style.css.map */