@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: #333;
  position: relative;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #333;
  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: 6.5em !important;
    height: 6.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.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 50px;
}
@media (max-width:767px) {
  .kv {
    padding: 25PX 0 0;
  }
}
.kv_logo {
  width: 100%;
  max-width: 1213px;
  margin: 0 auto;
}
@media (min-width:768px) and (max-width:1100px) {
  .kv_logo {
    width: 90%;
  }
}
@media (max-width:767px) {
  .kv_logo {
    width: 90%;
  }
}
.kv_guest {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kv_guest li {
  width: 25%;
}
.period {
  background: url(../../img/obi_bg.jpg) repeat;
}
.period_inner {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  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: 12px 0;
    flex-direction: column;
  }
}
.period_date p {
  font-size: 2.2rem;
  font-weight: 900;
  color: #FFF;
  margin-top: 5px;
}
.period_date p span {
  font-size: 3rem;
  color: #ffef38;
}
@media (min-width:768px) and (max-width:1100px) {
  .period_date {
    width: 70%;
  }
  .period_date p {
    font-size: 1.6rem;
    font-weight: 900;
    color: #FFF;
  }
  .period_date p span {
    font-size: 2rem;
    color: #ffef38;
  }
}
@media (max-width:767px) {
  .period_date {
    width: 96%;
  }
  .period_date p {
    font-size: 1.4rem;
    font-weight: 900;
    color: #FFF;
    margin-top: 10px;
    text-align: center;
  }
  .period_date p span {
    font-size: 1.7rem;
    color: #ffef38;
  }
}
@media (min-width:768px) and (max-width:1100px) {
  .period_btn {
    width: 25%;
  }
}
@media (max-width:767px) {
  .period_btn {
    width: 60%;
    margin-top: 10px;
  }
}

.cont {
  background: url(../../img/main_bg.jpg) top center no-repeat;
  background-size: cover;
}

.about {
  padding: 40px 0 70px;
}
@media (min-width:768px) and (max-width:1100px) {
  .about {
    padding: 20px 0 35px;
  }
}
@media (max-width:767px) {
  .about {
    padding: 20px 0 35px;
  }
}
.about_ttl {
  width: 100%;
  max-width: 373px;
  margin: 0 auto 50px;
  text-align: center;
}
@media (min-width:768px) and (max-width:1100px) {
  .about_ttl {
    margin: 0 auto 25px;
  }
  .about_ttl img {
    max-height: 110px;
  }
}
@media (max-width:767px) {
  .about_ttl {
    margin: 0 auto 25px;
  }
  .about_ttl img {
    max-height: 90px;
  }
}
.about_inner {
  width: 100%;
  max-width: 1100px;
  background: rgb(255, 255, 255);
  border: #000 solid 5px;
  border-radius: 20px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px;
}
@media (min-width:768px) and (max-width:1100px) {
  .about_inner {
    width: 90%;
    padding: 20px;
    margin: 0 auto 35px;
  }
}
@media (max-width:767px) {
  .about_inner {
    width: 90%;
    padding: 20px;
    margin: 0 auto 0;
  }
}
.about_lead {
  width: 100%;
  max-width: 628px;
  margin: 0 auto 40px;
}
@media (min-width:768px) and (max-width:1100px) {
  .about_lead {
    max-width: 410px;
    margin: 0 auto 20px;
  }
}
@media (max-width:767px) {
  .about_lead {
    margin: 0 auto 20px;
  }
}
.about_txt {
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width:768px) and (max-width:1100px) {
  .about_txt {
    font-size: 1.8rem;
  }
}
@media (max-width:767px) {
  .about_txt {
    font-size: 1.2rem;
  }
}
.about_txt a {
  color: #28a7e1;
}
.about_txt strong {
  color: #F00;
  font-size: 3rem;
  font-weight: 900;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}
@media (max-width:767px) {
  .about_txt strong {
    font-size: 1.6rem;
  }
}
.about_txt span {
  font-size: 1.4rem;
}
@media (max-width:767px) {
  .about_txt span {
    font-size: 1rem;
  }
}
.about_txt_img {
  width: 100%;
  max-width: 250px;
  padding-top: 20px;
}
@media (max-width:767px) {
  .about_txt_img {
    max-width: 150px;
  }
}
.about_txt_box {
  width: 80%;
  margin: 20px auto;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  border: #000 3px solid;
}
@media (min-width:768px) and (max-width:1100px) {
  .about_txt_box {
    width: 90%;
  }
}
@media (max-width:767px) {
  .about_txt_box {
    width: 90%;
    margin: 10px auto;
    padding: 10px;
  }
}

.present {
  background: url(../../img/present_bg.jpg) top center no-repeat;
  background-size: cover;
  padding: 40px 0 70px;
}
@media (max-width:767px) {
  .present {
    padding: 20px 0 35px;
  }
}
@media (max-width:767px) {
  .present {
    padding: 20px 0 35px;
  }
}
.present_ttl {
  width: 100%;
  max-width: 474px;
  margin: 0 auto 50px;
  text-align: center;
}
@media (min-width:768px) and (max-width:1100px) {
  .present_ttl {
    margin: 0 auto 25px;
  }
  .present_ttl img {
    max-height: 110px;
  }
}
@media (max-width:767px) {
  .present_ttl {
    margin: 0 auto 25px;
  }
  .present_ttl img {
    max-height: 90px;
  }
}
.present_inner {
  width: 100%;
  background: rgb(255, 255, 255);
  border: #000 solid 5px;
  max-width: 1100px;
  border-radius: 20px;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
}
@media (min-width:768px) and (max-width:1100px) {
  .present_inner {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
  }
}
@media (max-width:767px) {
  .present_inner {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
  }
}
.present_lead {
  width: 100%;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width:768px) and (max-width:1100px) {
  .present_lead {
    width: 100%;
    margin: 0 auto 17px;
  }
}
@media (max-width:767px) {
  .present_lead {
    width: 100%;
    margin: 0 auto 17px;
    text-align: center;
  }
}
.present_lead_01 {
  width: 20.5882352941%;
}
@media (max-width:767px) {
  .present_lead_01 {
    width: 30%;
    margin: 0 5%;
  }
}
.present_lead_02 {
  width: 50.5882352941%;
}
@media (max-width:767px) {
  .present_lead_02 {
    width: 90%;
    margin: 0 auto;
  }
}
.present_lead_03 {
  width: 20.5882352941%;
}
@media (max-width:767px) {
  .present_lead_03 {
    width: 30%;
    margin: 0 5%;
  }
}
.present_btn {
  width: 100%;
  max-width: 691px;
  margin: 40px auto 20px;
}
@media (min-width:768px) and (max-width:1100px) {
  .present_btn {
    width: 80%;
    margin: 0 auto 0;
    display: flex;
    justify-content: center;
  }
}
@media (max-width:767px) {
  .present_btn {
    width: 100%;
    margin: 0 auto 0;
    display: flex;
    justify-content: center;
  }
}
.present_txt {
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}
.present_txt strong {
  color: #F00;
  font-size: 3rem;
  font-weight: 900;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}
@media (max-width:767px) {
  .present_txt strong {
    font-size: 1.6rem;
  }
}
@media (min-width:768px) and (max-width:1100px) {
  .present_txt {
    font-size: 1.8rem;
  }
}
@media (max-width:767px) {
  .present_txt {
    font-size: 1.2rem;
  }
}

.guest {
  padding: 70px 0 20px;
}
@media (min-width:768px) and (max-width:1100px) {
  .guest {
    padding: 50px 0 0;
  }
}
@media (max-width:767px) {
  .guest {
    padding: 35px 0 10px;
  }
}
.guest_ttl {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 50px;
  text-align: center;
}
@media (min-width:768px) and (max-width:1100px) {
  .guest_ttl {
    margin: 0 auto 25px;
  }
  .guest_ttl img {
    max-height: 70px;
  }
}
@media (max-width:767px) {
  .guest_ttl {
    margin: 0 auto 25px;
  }
  .guest_ttl img {
    max-height: 50px;
  }
}
.guest_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px;
}
@media (min-width:768px) and (max-width:1100px) {
  .guest_inner {
    width: 90%;
    padding: 0px;
    margin: 0 auto;
  }
}
@media (max-width:767px) {
  .guest_inner {
    width: 90%;
    padding: 0px;
    margin: 0 auto;
  }
}
.guest_lineup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.guest_lineup li {
  width: 47%;
  margin-bottom: 60px;
}
@media (max-width:767px) {
  .guest_lineup li {
    margin-bottom: 30px;
  }
}

/* -- 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 */