@charset "UTF-8";
/* -- FOUNDATION -- */
/* reset CSS */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

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:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

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;
}

/* reset CSS ここまで */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  position: relative;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

li {
  list-style: none;
}

main {
  display: block;
}

.main {
  font-size: 10px;
  overflow-x: hidden;
}
@media screen and (min-width: 1701px) {
  .main {
    font-size: 0.5882352941vw;
  }
}
@media screen and (max-width: 768px) {
  .main {
    font-size: 2.6666666667vw;
  }
  .main img {
    /* width: 100%; */
  }
}

.kv {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .kv {
    background: transparent;
    padding: 0;
  }
}
.kv_logo {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.kv_logo > img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kv_logo {
    margin-top: 0;
  }
}
.kv_guest {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.kv_guest li {
  width: 25%;
}
@media (min-width:769px) and (max-width:1100px) {
  .kv_guest {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .kv_guest {
    width: 96%;
  }
}

.area_link {
  padding-bottom: 6.8em;
  background-color: #10b0e2;
}
.area_link .common_btn {
  width: 34em;
  height: 5em;
  margin-top: 0.5em;
  background-color: #fff;
}
.area_link .common_btn > span {
  font-size: 2.3em;
  color: #10b0e2;
}

.intro {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .intro {
    margin-top: -9em;
    padding: 10.3em 1em;
    box-sizing: border-box;
    background-image: url("../../img/bg_intro_illust.png"), url("../../img/bg_intro.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain, cover;
  }
}
@media screen and (max-width: 768px) {
  .intro {
    margin-top: -2em;
    background-color: #fff;
    background-image: url("../../img/bg_intro_top_sp.png"), url("../../img/bg_intro_bottom_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center, bottom center;
  }
}
.intro_inner {
  position: relative;
  max-width: 93em;
  margin: 0 auto;
  padding: 9em 0;
  text-align: center;
  /* background: url(../../img/about_bg.png);
  background-size: 100% 100%; */
  border-image-slice:
  180 0 106 0 fill;
  border-image-width:
  180px 0px 106px 0px;
  border-image-outset:
  0px 0px 0px 0px;
  border-image-repeat:
  stretch stretch;
  border-image-source: url(../../img/book.png);
  border-style:
  solid;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .intro_inner {
    max-width: 100%;
    height: auto;
    min-height: auto;
    padding: 10em 0 14.5em;
    background: none;
    border: none;
  }
}
.intro_ttl {
  width: 31.6em;
  max-width: 100%;
  margin: 0 auto;
}
.intro_ttl img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .intro_ttl {
    width: 15.6em;
    margin: 0 auto;
  transform: translateY(-1.6em);
  }
}
.intro_txt {
  margin: 2em auto 0;
  padding: 0 3em;
  color: #000;
  font-size: 2.2em;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2.1;
  text-shadow:
  0 0 0.4em rgba(255, 255, 255, .7),
  0 0 0.7em rgba(255, 255, 255, 0.45);
}
@media screen and (max-width: 768px) {
  .intro_txt {
    margin: 0.5em auto 0;
    padding: 0 1.5em;
    font-size: 1.6em;
    text-align: left;
  }
}
.intro_txt_01 {
  display: block;
  width: 15.2em;
  margin: 0 auto 1em;
}
@media screen and (max-width: 768px) {
  .intro_txt_01 {
    display: block;
    width: 41.3333vw;
    margin: 0 auto 1em;
  }
}
.intro_txt_02 {
  display: block;
  width: 29.3125em;
  margin: 1em auto;
}
@media screen and (max-width: 768px) {
  .intro_txt_02 {
    display: block;
    width: 60.4vw;
    margin: 1em auto;
  }
}
.intro_strong {
  color: #df4d13;
}
@media screen and (max-width: 768px) {
  .intro_strong {
  text-align: left;
  }
}
.intro_img {
  display: block;
  width: 75.7em;
  margin: 1.75em auto 0;
}
.intro .common_btn {
  margin: 4.4em auto 0;
}
@media screen and (max-width: 768px) {
  .intro .common_btn {
    margin: 3.25em auto 0;
  }
}

.p-loop {
  background: #ff4739;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  overflow: hidden;
}
.p-loop-track {
  display: flex;
  height: 9rem;
}
@media screen and (max-width: 768px) {
  .p-loop-track {
    height: 5rem;
  }
}
.p-loop img {
  height: 100%;
  width: auto;
  max-width: none;
}
.p-loop img:nth-child(odd) {
  animation: loop 40s -20s linear infinite;
}
.p-loop img:nth-child(even) {
  animation: loop2 40s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.present {
  position: relative;
  background: url("../../img/bg_present.png") repeat center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 9em 1em 12.5em;
  border-bottom: 2px solid #000;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .present {
    padding: 12.5em 0 15.5em;
    background-color: #fff;
    background-image: url("../../img/bg_present_top_sp.png"), url("../../img/bg_present_bottom_sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center, bottom center;
  }
}
.present_inner { 
  position: relative;
  max-width: 93em;
  margin: 0 auto;
  padding: 9em 2.2em 9em 0;
  /* background: url(../../img/about_bg.png);
  background-size: 100% 100%; */
  border-image-slice:
  180 0 106 0 fill;
  border-image-width:
  180px 0px 106px 0px;
  border-image-outset:
  0px 0px 0px 0px;
  border-image-repeat:
  stretch stretch;
  border-image-source: url(../../img/book.png);
  border-style:
  solid;
}

@media (min-width:769px) and (max-width:1100px) {
  .present_inner {
    height: auto;
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  .present_inner {
    max-width: 100%;
    padding: 0;
    background: none;
    border: none;
  }
}
.present_ttl {
  width: 24.9em;
  margin: 0 auto 3.5em;
  text-align: center;
}
.present_ttl > img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .present_ttl {
    width: 15.6em;
    margin: 0 auto 0.7em;
  }
}
.present_column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #fff;
  border-radius: 2.2em;
  max-width: 85em;
  padding: 7.9em 1.5em 8.7em;
  margin-inline: auto;
  background: #cc0000;
}
@media screen and (max-width: 768px) {
  .present_column {
    padding: 3.7em 0 4.1em;
    border-radius: 1.4em;
    border-width: 0.4em;
  }
}
.present_txt {
  display: table;
  position: relative;
  width: 88.1em;
  max-width: 90%;
  margin-bottom: 6rem;
  margin-inline: auto;
  text-align: center;
  color: #fff;
  /* font-size: 4.5em; */
  font-weight: 900;
  text-shadow: 0 0 0.7em rgba(255, 255, 255, 0.59);
}
@media screen and (max-width: 768px) {
  .present_txt {
    width: unset;
    max-width: 100%;
    margin-bottom: 3rem;
    font-size: 3.2em;
    line-height: 1.4;
  }
}
.present .common_btn {
  margin: 0 auto;
}

.common_btn {
  display: block;
  width: 54.6em;
  height: auto;
  transition: .4s filter;
}
.common_btn:hover {
  filter: brightness(1.2);
}
.common_btn img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .common_btn {
    width: 70.9333vw;
    border-radius: 0;
  }
  .common_btn:hover {
    -webkit-transform: none;
            transform: none;
  }
  .common_btn > span {
    font-size: 2.1em;
  }
}

.pagetop {
    position: fixed;
    right: 60px;
    bottom: 20px;
    cursor: pointer;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 20px;
  }
}

.pagetop.is-show {
    opacity: 1;
    visibility: visible;
}

.pagetop img {
    width: 66px;
    height: auto;
    display: block;
}
@media screen and (max-width: 768px) {
  .pagetop img {
    width: 45px;
  }
}

/* ホバー時の演出 */
.pagetop:hover {
    opacity: 0.8;
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pcDetail {
  display: block;
}

.spDetail {
  display: none;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media (max-width:980px) {
  .spDetail {
    display: block;
  }
  .pcDetail {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcDetail {
    display: none;
  }
  .spDetail {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .footer_listen.sp {
    display: block !important;
  }
}