@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/qwd4lmo.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/qwd4lmo.css");
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: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #000;
  word-break: break-all;
}
body.noscroll {
  overflow: hidden;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

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

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.85;
}

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

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.en {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #000;
  word-break: break-all;
}
body.noscroll {
  overflow: hidden;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

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

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.85;
}

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

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.en {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
}

.inner2 {
  max-width: 1280px;
  margin: 0 auto;
}

.l_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .p_header_logo img {
    width: 55px;
  }
}

.l_footer {
  padding: 0 40px 80px;
}

.b_sponsorNav {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  gap: 20px;
}
.b_sponsorNav li {
  width: 23.5%;
}
@media screen and (max-width: 768px) {
  .b_sponsorNav {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 1%;
  }
  .b_sponsorNav li {
    width: 47%;
  }
}

.p_footer_copy {
  text-align: center;
}

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

/*アニメーション*/
.fadeup,
.fadeLeft,
.fadeup02,
.fadeup03,
.fadeup04,
.fadeup05 {
  opacity: 0;
}

.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeup02.is-animated {
  animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation-delay: 0.5s;
}

@keyframes fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft.is-animated {
  animation: fadeleft 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeleft {
  0% {
    transform: translateX(70px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeup03.is-animated {
  animation: fadeup03 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation-delay: 0.6s;
}

@keyframes fadeup03 {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeup04.is-animated {
  animation: fadeup04 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation-delay: 0.8s;
}

@keyframes fadeup04 {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeup05.is-animated {
  animation: fadeup05 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation-delay: 1s;
}

@keyframes fadeup05 {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */