@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%; */
  }
}

@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 {
    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, repeat;
    background-position: center center, center top;
    background-size: clamp(1440px, 0.000px + 100vw, 100%) auto, 60px;
    z-index: 5;
  }
}
@media screen and (max-width: 768px) {
  .intro {
    padding: 4.5em 1.6em;
    background: url("../../img/bg_intro_sp.png") repeat center top/11.3333vw;
  }
}
.intro_inner {
  position: relative;
  max-width: 85em;
  margin: 0 auto;
  padding: 0 0 7.1em;
  text-align: center;
  background: #fff;
  border-radius: 3.4em;
  z-index: 3;
}

.intro_inner:before {
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  width: calc(100% - 3em);
  height: calc(100% - 3em);
  border-radius: 2.6em;
  border: 5px solid #5e3713;
  pointer-events: none;
  content: '';
}

@media screen and (max-width: 768px) {
  .intro_inner {
    max-width: 100%;
    height: auto;
    min-height: auto;
    padding: 0 2em 5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    border-radius: 1.5em;
  }
  .intro_inner:before {
    width: calc(100% - 1.8em);
    height: calc(100% - 1.8em);
    border-radius: 1em;
    border: .2em solid #5e3713;
  }
}
.intro_ttl {
  width: 22.4em;
  max-width: 100%;
  margin: 0 auto;
  transform: translateY(-3.2em);
}
.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: 0.5em auto 0;
  color: #000;
  font-size: 2em;
  font-weight: 500;
  font-family: "M PLUS 1", sans-serif;
  line-height: 1.65;
  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 {
    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_border {
  display: inline-block;
  background-image: url(../../img/border.png);
  background-size: 100% .3em;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .intro_border {
    background-image: url(../../img/border.png);
    background-size: 100% .3em;
    background-position: bottom 0.15em center;
    background-repeat: no-repeat;
  }
}
.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;
  }
}

.present {
  position: relative;
  background: url("../../img/bg_present.webp") repeat center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 9em 1em 12.5em;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .present {
    padding: 4.5em 1.6em;
    background: url("../../img/bg_present_sp.png") repeat center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.present_inner { 
  position: relative;
  max-width: 85em;
  margin: 0 auto;
  background: #fff;
  border-radius: 3.4em;
  padding: 0 0 7.1em;
}
.present_inner:before {
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  width: calc(100% - 3em);
  height: calc(100% - 3em);
  border-radius: 2.6em;
  border: 5px solid #5e3713;
  pointer-events: none;
  content: '';
}

@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 2em 5em;
    border-radius: 1.5em;
  }
  .present_inner:before {
    width: calc(100% - 1.8em);
    height: calc(100% - 1.8em);
    border-radius: 1em;
    border: .2em solid #5e3713;
  }
}
.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 1.5em;
    transform: translateY(-1.6em);
  }
}
.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: 65.2em;
  max-width: 90%;
  margin-bottom: 4.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: 1.4em;
    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;
  }
}

/* -- 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;
  }
}