@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */

@font-face {
  font-family: "しっぽりアンチック";
  src: url("../font/ShipporiAntique-OTF-Medium.woff") format('woff')
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: """";
}
img {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}
body {
  background-color: #FFF;
  font-size: 16px;
  color: #181717;
  line-height: 1.5;
  font-family: "しっぽりアンチック";
}



/* リンク設定
------------------------------------------------------------*/
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  color: #000;
}
a:hover, a:active, a:visited {
  outline: none;
  color: #000;
  text-decoration: none;
}
article a, article a:hover, article a:active, article a:visited {
  text-decoration: underline;
  color: #6c2f8d;
}
a:hover, a:hover img {
  opacity: 0.7;
}
h1 a:hover img {
  opacity: 1.0 !important;
}
img {
  vertical-align: bottom
}
/*clearfix*/
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1%;
  overflow: hidden;
}



/* レイアウト
------------------------------------------------------------*/
#container {
  width: 100%;
}
#container img {
  width: 100%;
  height: auto;
}

.btn_type1 {}
.btn_type1 a {
  display: block;
  background: #181717 url(../images/teaser/arrow-white-up-right1.svg) no-repeat 85% 50% / 0.8em auto;
  border: 1px solid #181717;
  border-radius: 100vh;
  padding: 0.75em 2.91em 0.75em 1.91em;
  line-height: 1;
  color: #FFF;
}
.btn_type1 a span {
  border-right: 1px solid #FFF;
  padding-right: 1em;
}

.btn_type2 {}
.btn_type2 a {
  display: block;
  background: #181717 url(../images/teaser/arrow-white-up-right1.svg) no-repeat 85% 50% / 0.8em auto;
  border: 1px solid #FFF;
  border-radius: 100vh;
  padding: 0.75em 2.91em 0.75em 1.91em;
  line-height: 1;
  color: #FFF;
}
.btn_type2 a span {
  border-right: 1px solid #FFF;
  padding-right: 1em;
}



/* PC */
@media only screen and (min-width: 751px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}

/* SP */
@media only screen and (max-width: 750px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}



/* ヘッダ
------------------------------------------------------------*/
#header {
  position: absolute;
  top: 51px;
  left: 3.33%;
  z-index: 100;
}
#header .logo {
  width: 318px;
}

/* SP */
@media only screen and (max-width: 750px) {

  #header {
    top: 34px;
    left: 6%;
  }
  #header .logo {
    width: 157px;
  }

}



/* キービジュアル
------------------------------------------------------------*/
#keyvisual {
  width: 100%;
  height: 100vh;
}
#keyvisual .section_inner {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row-reverse;
  background: url(../images/teaser/kv-bg.png?1) no-repeat 60% 63px / 52% auto;
  height: 100%;
  padding: 58px 3.33% 53px 3.33%;
}
#keyvisual .section_inner h1 {
  /* width: calc(100vw - 437px - 6.66vw - 20px); */
  height: 100%;
}
#keyvisual .section_inner h1 img {
  width: auto;
  max-width: calc(100vw - 437px - 6.66vw - 20px);;
  height: 100%;
}

#keyvisual .section_inner .keyvisual_schedule {
  width: 437px;
}
#keyvisual .section_inner .keyvisual_schedule .keyvisual_schedule_date {
  width: 257px;
}
#keyvisual .section_inner .keyvisual_schedule .keyvisual_schedule_item {
  display: flex;
  align-items: center;
  margin-top: 1.75rem;
}
#keyvisual .section_inner .keyvisual_schedule .keyvisual_schedule_item .keyvisual_schedule_item_status {
  display: block;
  border: 1px solid #181717;
  border-radius: 100vh;
  margin-right: 1.6em;
  padding: 0.5em 1em;
  font-size: 10px;
  line-height: 1;
}
#keyvisual .section_inner .keyvisual_schedule .keyvisual_schedule_item .keyvisual_schedule_item_venue {
  display: block;
  font-size: 14px;
  line-height: 1;
}
#keyvisual .section_inner .keyvisual_schedule .btn_application a {
  display: flex;
  justify-content: center;
  border-radius: 8px;
  background-color: #181717;
  margin-top: 1.75rem;
  padding: 1.25rem;
}
#keyvisual .section_inner .keyvisual_schedule .btn_application a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/teaser/arrow-white-up-right1.svg) no-repeat right center / 1em auto;
  padding-right: 2.37em;
}
#keyvisual .section_inner .keyvisual_schedule .btn_application a > span > span {
  display: block;
  font-size: 20px;
  line-height: 1;
  color: #FFF;
}
#keyvisual .section_inner .keyvisual_schedule .btn_application a > span > small {
  display: block;
  border-right: 1px solid #EEE;
  padding: 0 2.4em 0 0.8em;
  font-size: 10px;
  line-height: 1.5;
  color: #FFF;
}


/* SP */
@media only screen and (max-width: 750px) {

  #keyvisual .section_inner {
    flex-direction: column;
    background-position: 50% 60px;
    background-size: 85% auto;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 30px;
  }
  #keyvisual .section_inner h1 {
    width: 48%;
    height: auto;
    margin-bottom: 10vw;
  }
  #keyvisual .section_inner h1 img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
  }

  #keyvisual .section_inner .keyvisual_schedule {
    width: 100%;
  }
  #keyvisual .section_inner .keyvisual_schedule .keyvisual_schedule_date {
    width: 220px;
  }
  #keyvisual .section_inner .keyvisual_schedule .keyvisual_schedule_item {
    margin-top: 1.25rem;
  }
  #keyvisual .section_inner .keyvisual_schedule .btn_application a {
    margin-top: 1.25rem;
  }

}


