@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap");
/* -- 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;
}

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;
}
a:hover {
  opacity: 0.8;
}

li {
  list-style: none;
}

main {
  display: block;
}

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

/* -- LAYOUT -- */
@media (min-width: 768px) and (max-width: 1100px) {
  .btn-menu-open__in {
    width: 5.5em !important;
    height: 5.5em !important;
  }
}
@media (max-width: 767px) {
  .btn-menu-open__in {
    width: 7.5em !important;
    height: 7.5em !important;
  }
}
.kv {
  position: relative;
  width: 100%;
  background: url(../../img/kv_bg_pc.png) center center no-repeat;
  background-size: cover;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .kv {
    padding-top: 5px;
    padding-bottom: 40px;
    background: url(../../img/kv_bg_sp.png) center top no-repeat;
    background-size: 100% 100%;
  }
}
.kv_logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  .kv_logo {
    width: 100%;
    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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kv_guest li {
  width: 25%;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .kv_guest {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .kv_guest {
    width: 96%;
  }
}

.period {
  background: #df840d;
  position: relative;
  margin-top: -46px;
  padding: 15px 0 10px;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .period {
    margin-top: -4vw;
  }
}
@media (max-width: 767px) {
  .period {
    margin-top: -13.6vw;
    padding: 0;
  }
}
.period_inner {
  width: 100%;
  max-width: 1102px;
  margin: 0 auto;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .period_inner {
    width: 80%;
    padding: 12px 0;
  }
}
@media (max-width: 767px) {
  .period_inner {
    width: 90%;
    padding: 1vw 0 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.period_date {
  margin-right: 20px;
  color: #000000;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .period_date {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .period_date {
    width: 86%;
    margin-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .period_btn {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .period_btn {
    width: 74%;
    margin-top: 2vw;
  }
}

.about {
  background: url(../../img/about_bg.png) top center no-repeat;
  background-size: cover;
  padding: 78px 0 66px;
}
@media (max-width: 767px) {
  .about {
    padding: 10vw 0;
  }
}
.about_ttl {
  width: 100%;
  margin: 0 auto 100px;
  text-align: center;
}
@media (max-width: 767px) {
  .about_ttl {
    width: 40%;
    margin: 0 auto 50px;
  }
}
.about_inner {
  position: relative;
  width: 100%;
  max-width: 997px;
  margin: 0 auto 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .about_inner {
    width: 90%;
    padding: 0 20px;
    margin: 0 auto 35px;
  }
}
@media (max-width: 767px) {
  .about_inner {
    width: 90%;
    padding: 10px;
    margin: 0 auto 0;
    border-radius: 30px;
  }
}
.about_txt_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  background: url(../../img/txt_bg_body_01.png) repeat-y center top/contain;
}
.about_txt_wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 150px;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: url(../../img/txt_bg_head_01.png) no-repeat center bottom/contain;
}
@media (max-width: 767px) {
  .about_txt_wrapper::before {
    height: 90px;
  }
}
.about_txt_wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background: url(../../img/txt_bg_foot_01.png) no-repeat center top/contain;
}
.about_txt {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.06em;
}
.about_txt strong {
  color: #F00;
  font-size: 3rem;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffee00));
  background: linear-gradient(transparent 70%, #ffee00 70%);
}
@media (min-width: 768px) and (max-width: 1100px) {
  .about_txt {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .about_txt {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .about_txt strong {
    color: #F00;
    font-size: 1.6rem;
    font-weight: 900;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffee00));
    background: linear-gradient(transparent 70%, #ffee00 70%);
  }
}

.present {
  padding: 78px 0 110px;
  background: url(../../img/present_bg.png) top center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .present {
    padding: 78px 0 66px;
  }
}
@media (max-width: 767px) {
  .present {
    padding: 10vw 0;
  }
}
.present_ttl {
  width: 100%;
  max-width: 362px;
  margin: 0 auto 115px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .present_ttl {
    margin: 0 auto 85px;
  }
  .present_ttl img {
    max-height: 150px;
  }
}
@media (max-width: 767px) {
  .present_ttl {
    margin: 0 auto 55px;
    width: 50%;
  }
}
.present_inner {
  position: relative;
  width: 100%;
  max-width: 998px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 0 48px;
  background: url(../../img/txt_bg_body_02.png) repeat-y center top/contain;
}
.present_inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 150px;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-99%);
          transform: translateY(-99%);
  background: url(../../img/txt_bg_head_02.png) no-repeat center bottom/contain;
}
.present_inner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(99%);
          transform: translateY(99%);
  background: url(../../img/txt_bg_foot_02.png) no-repeat center top/contain;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .present_inner {
    width: 90%;
    padding: 20px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .present_inner {
    width: 90%;
    padding: 20px;
    margin: 0 auto 0;
  }
}
.present_lead {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  color: #000;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .present_lead {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .present_lead {
    font-size: 2.2rem;
  }
}
.present_lead .pc {
  display: inline;
}
@media (max-width: 767px) {
  .present_lead .pc {
    display: none;
  }
}
.present_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 70px;
          column-gap: 70px;
  row-gap: 60px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .present_box {
    -webkit-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
}
.present_item {
  max-width: 352px;
  width: calc((100% - 70px) / 2);
}
@media (max-width: 767px) {
  .present_item {
    width: calc((100% - 20px) / 2);
  }
}
.present_btn {
  width: 100%;
  max-width: 768px;
  margin: 10px auto 30px;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .present_btn {
    width: 60%;
    margin: 10px auto 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .present_btn {
    width: 90%;
    margin: 1vw auto 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.present_btn a {
  text-align: center;
}
.present_attention {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .present_attention {
    font-size: 1.6rem;
  }
}
.present_txt {
  font-size: 3rem;
  font-weight: bold;
  color: #000000;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: -0.06em;
}
.present_txt strong {
  color: #F00;
  font-size: 3rem;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffee00));
  background: linear-gradient(transparent 70%, #ffee00 70%);
}
@media (min-width: 768px) and (max-width: 1100px) {
  .present_txt {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .present_txt {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .present_txt strong {
    color: #F00;
    font-size: 1.6rem;
    font-weight: 900;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffee00));
    background: linear-gradient(transparent 70%, #ffee00 70%);
  }
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pcDetail {
  display: block;
}

.spDetail {
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 980px) {
  .spDetail {
    display: block;
  }

  .pcDetail {
    display: none;
  }
}
@media (max-width: 767px) {
  .pcDetail {
    display: none;
  }

  .spDetail {
    display: block;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block !important;
  }
}

/*# sourceMappingURL=style.css.map */