@charset "UTF-8";
@media screen and (min-width: 360px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 480px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 640px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1040px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1240px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1439px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1239px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1039px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 639px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 479px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 359px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  .hidden-md-down {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .hidden-sm-down {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hidden-xs-down {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hidden-ipad-up {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .hidden-md-up {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .hidden-sm-up {
    display: none;
  }
}

@media screen and (min-width: 360px) {
  .hidden-xs-up {
    display: none;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: scroll;
}
@media screen and (min-width: 640px) {
  html {
    min-width: 1020px;
  }
}

body {
  overflow-x: clip;
  height: 100%;
  word-break: break-all;
  color: #000;
}

section {
  padding: initial;
}

.contents {
  overflow: initial;
  overflow-x: initial;
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a:link {
  color: initial;
  text-decoration: none;
}

a {
  transition: 0.3s all;
  color: #333;
  opacity: 1;
  text-decoration: none;
}
a:visited {
  color: inherit;
}

i, em {
  font-style: normal;
}

h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin-bottom: 0;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 0;
}

button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
}

#header,
.pageGuide {
  display: none;
}

.content-inner {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* ------------------------------------------
  component
--------------------------------------- */
.is-menu-open {
  overflow: hidden;
}

.fadein {
  transform: translateY(50px);
  opacity: 0 !important;
  transition: 0.4s linear;
}
.fadein.is-scroll {
  transform: translateY(0);
  opacity: 1 !important;
}

#shueisha {
  position: relative;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", Meiryo, メイリオ, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
}
#shueisha::after {
  content: "MANGA ART KYOTO";
  display: block;
  margin: 150px -3.5vw 0;
  padding: 1.5em 0 0;
  font-size: max(10.5vw, 105px);
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 1em;
  text-align: center;
  background: #b533e8;
}
@media screen and (max-width: 639px) {
  #shueisha::after {
    margin-top: 75px;
    font-size: 10.1492537313vw;
  }
}
#shueisha p {
  line-height: 1.4em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 639px) {
  #shueisha p {
    font-size: 3.2835820896vw;
  }
}
#shueisha .head {
  padding: 0 3.5vw;
  background: #fff;
  z-index: 2;
}
#shueisha .head-title {
  width: 100%;
  padding: 10px 0;
}
#shueisha .head-title h1 {
  width: 100%;
}
#shueisha .head-title .head-title-copy2 {
  display: none;
}
@media screen and (min-width: 640px) {
  #shueisha .header-nav {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  #shueisha .header-nav .btn-menu {
    position: fixed;
    top: 0;
    right: 10px;
    font-size: 7.7611940299vw;
    font-family: "Abril Fatface", serif;
    line-height: 1em;
    opacity: 0;
    visibility: 0;
  }
}
#shueisha .header-nav .btn-menu.fix, .is-menu-open #shueisha .header-nav .btn-menu {
  opacity: 1;
  visibility: 1;
  z-index: 10000;
}
#shueisha .header-nav .nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #b533e8;
  transform: translateX(-100%);
  transition: transform 0.4s ease-in;
  z-index: 9999;
}
.is-menu-open #shueisha .header-nav .nav-menu {
  transform: translateX(0);
}
#shueisha .header-nav .nav-menu-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
#shueisha .header-nav .nav-menu-link {
  margin: auto;
}
#shueisha .header-nav .nav-menu-link > li:not(:last-child) {
  margin-bottom: 30px;
}
#shueisha .header-nav .nav-menu-logo {
  width: 50%;
}
#shueisha .mv {
  position: relative;
}
#shueisha .mv-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.5vw 20px;
}
#shueisha .mv-text-logo {
  width: max(33.33vw, 340px);
}
@media screen and (max-width: 639px) {
  #shueisha .mv-text-logo {
    width: 100%;
  }
}
#shueisha .mv-text span:not(.mv-text-logo) {
  display: inline-block;
  font-size: max(1.875vw, 19px);
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 1em;
}
@media screen and (max-width: 639px) {
  #shueisha .mv-text span:not(.mv-text-logo) {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 4.4776119403vw;
    z-index: 1;
  }
}
#shueisha .mv-slider {
  padding: 110px 0 45px;
  background: #b533e8;
}
@media screen and (max-width: 639px) {
  #shueisha .mv-slider {
    padding-top: 90px;
  }
}
#shueisha .content-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px auto 0;
  padding: 0 3.5vw;
}
#shueisha .nav {
  position: sticky;
  top: 30px;
  align-self: flex-start;
  width: min(50%, 100% - 650px);
  padding-bottom: 50px;
}
@media screen and (max-width: 639px) {
  #shueisha .nav {
    position: static;
    width: 100%;
    padding-bottom: 30px;
  }
}
#shueisha .nav dl {
  margin: 0 auto;
  margin-bottom: max(10vh, 50px);
  font-family: "Shippori Mincho B1", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  #shueisha .nav dl {
    margin-bottom: 0;
  }
}
#shueisha .nav dl dt {
  margin-bottom: 5px;
  font-size: max(3.05vw, 2.8rem);
  letter-spacing: -0.1em;
  line-height: 1.2em;
}
@media screen and (max-width: 639px) {
  #shueisha .nav dl dt {
    font-size: 7.4626865672vw;
  }
}
#shueisha .nav dl dd {
  font-size: max(1.59vw, 1.8rem);
  line-height: 1.2em;
}
@media screen and (max-width: 639px) {
  #shueisha .nav dl dd {
    font-size: 4.4776119403vw;
  }
}
#shueisha .nav dl dd.event-schedule {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: max(3.05vw, 2.8rem);
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 639px) {
  #shueisha .nav dl dd.event-schedule {
    font-size: 8.3582089552vw;
  }
}
#shueisha .nav dl dd.event-schedule span {
  align-self: center;
  display: inline-block;
  margin-left: 1em;
  padding: 0 0.2em;
  font-size: 0.3em;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", Meiryo, メイリオ, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.5em;
  letter-spacing: 0;
  border: 1px solid #060001;
}
#shueisha .nav dl dd small {
  font-size: 0.8em;
  font-weight: 700;
}
#shueisha .nav .menu-link {
  width: 100%;
  max-width: max(32vw, 480px);
  margin: 0 0 8vw;
  margin-bottom: max(8vh, 50px);
}
@media screen and (max-width: 639px) {
  #shueisha .nav .menu-link {
    display: none;
  }
}
#shueisha .nav .menu-link > li {
  margin-bottom: 20px;
}
#shueisha .nav .menu-link > li a {
  display: inline-block;
  padding-bottom: 0.1em;
}
@media screen and (min-width: 769px) {
  #shueisha .nav .menu-link > li a:hover {
    background: #b533e8;
    opacity: 1;
  }
}
#shueisha .nav .menu-link img {
  width: 100%;
  height: auto;
}
#shueisha .nav .menu-logo {
  display: inline-block;
  width: 36%;
}
@media screen and (max-width: 639px) {
  #shueisha .nav .menu-logo {
    display: none;
  }
}
#shueisha .content-main {
  width: max(48%, 580px);
}
@media screen and (max-width: 639px) {
  #shueisha .content-main {
    width: 100%;
  }
}
#shueisha .content-main .lead {
  margin: 0 auto 0.5em;
  font-size: max(3.6vw, 3.7rem);
  font-family: "Shippori Mincho B1", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 639px) {
  #shueisha .content-main .lead {
    font-size: 7.1641791045vw;
  }
}
#shueisha .content-main .section {
  margin: 0 auto 200px;
}
@media screen and (max-width: 639px) {
  #shueisha .content-main .section {
    margin-bottom: 100px;
  }
}
#shueisha .content-main .section:first-of-type {
  margin-top: 75px;
}
#shueisha .content-main .section-head {
  margin: 0 auto 40px;
  padding: 5px 0;
  padding-left: max(5vw, 85px);
  background: #b533e8;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
  #shueisha .content-main .section-head {
    margin-bottom: 20px;
    padding-left: 13.6vw;
  }
}
#shueisha .content-main .section-head h2 {
  margin: 0 auto 10px;
  margin-left: min(-80px, -4.5vw);
}
@media screen and (max-width: 639px) {
  #shueisha .content-main .section-head h2 {
    margin-left: -12vw;
  }
}
#shueisha .content-main .section-head h2 + p {
  margin: 0 auto 0.5em;
  margin-left: -1em;
  font-size: max(2.1vw, 2.8rem);
  font-family: "Shippori Mincho B1", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 639px) {
  #shueisha .content-main .section-head h2 + p {
    font-size: 4.1791044776vw;
  }
}
#shueisha .content-main .section-head p {
  font-size: max(1.25vw, 1.8rem);
}
@media screen and (max-width: 639px) {
  #shueisha .content-main .section-head p {
    font-size: 2.5373134328vw;
  }
}
#shueisha .content-main .section-head p.spec {
  margin-top: 0.5em;
  font-size: max(1.04vw, 1.5rem);
}
@media screen and (max-width: 639px) {
  #shueisha .content-main .section-head p.spec {
    font-size: 2.0895522388vw;
  }
}
#shueisha .content-main .section-item:not(:last-child) {
  margin: 0 auto 75px;
}
@media screen and (max-width: 639px) {
  #shueisha .content-main .section-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
#shueisha .content-main .section-item h3 {
  margin: 0.5em auto;
  font-size: max(2.56vw, 3.7rem);
  font-weight: 700;
  font-family: "Shippori Mincho B1", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1em;
}
@media screen and (max-width: 639px) {
  #shueisha .content-main .section-item h3 {
    font-size: 5.3731343284vw;
  }
}
#shueisha .content-main .section-item p {
  font-size: max(1.1vw, 1.6rem);
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  #shueisha .content-main .section-item p {
    font-size: 2.3880597015vw;
  }
}
#shueisha .content-main .section-item p + p {
  margin-top: 0.5em;
}
#shueisha .content-main .section-item p.note {
  margin-top: 0.5em;
  font-size: 0.8em;
  text-align: right;
}
@media screen and (max-width: 639px) {
  #shueisha .content-main .section-item p.note {
    font-size: 2.3880597015vw;
  }
}
#shueisha .content-main .movie {
  width: 100%;
  aspect-ratio: 16/9;
}
#shueisha .content-main .movie iframe {
  width: 100%;
  height: 100%;
}
#shueisha .notice {
  margin: 0 -3.5vw;
  padding: 100px 20px;
  text-align: center;
  border-top: 1px solid #060001;
  border-bottom: 1px solid #060001;
}
@media screen and (max-width: 639px) {
  #shueisha .notice {
    padding: 50px 0;
  }
}
#shueisha .notice h3 {
  display: inline-block;
  margin: 0 auto 1em;
  padding-bottom: 0.2em;
  font-size: max(1.25vw, 1.8rem);
  font-weight: 700;
  border-bottom: 1px solid #060001;
}
@media screen and (max-width: 639px) {
  #shueisha .notice h3 {
    font-size: 4.1791044776vw;
  }
}
#shueisha .notice p {
  font-size: max(1.1vw, 1.6rem);
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  #shueisha .notice p {
    font-size: 3.5820895522vw;
    text-align: left;
  }
}
#shueisha .event {
  padding: 10px 10px 0;
}
#shueisha .event dl dt {
  font-size: max(4.09vw, 4.2rem);
  font-family: "Jost", sans-serif;
  line-height: 1.4em;
}
@media screen and (max-width: 639px) {
  #shueisha .event dl dt {
    font-size: 5.3731343284vw;
  }
}
#shueisha .event dl dt p {
  font-size: max(2.222vw, 2.2rem);
}
@media screen and (max-width: 639px) {
  #shueisha .event dl dt p {
    font-size: 3.5820895522vw;
  }
}
#shueisha .event dl dd {
  font-size: max(2.63vw, 2.7rem);
  line-height: 1.2em;
}
@media screen and (max-width: 639px) {
  #shueisha .event dl dd {
    font-size: 4.1791044776vw;
  }
}
#shueisha .event p {
  margin: 1em auto 0;
  font-size: max(2.43vw, 2.4rem);
  font-family: "Shippori Mincho B1", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  line-height: 1.2em;
}
@media screen and (max-width: 639px) {
  #shueisha .event p {
    font-size: 3.5820895522vw;
  }
}/*# sourceMappingURL=styles.css.map */