@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;
}

#macallan {
  position: relative;
  font-family: "Noto Sans JP", Meiryo, メイリオ, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-feature-settings: "palt";
  color: #515151;
  background: linear-gradient(180deg, #fff 0%, #fff 350px, #AF272F 350px, #AF272F 100%);
}
#macallan .content-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
#macallan .content-inner--s {
  max-width: 700px;
  margin: 0 auto;
}
#macallan h1 {
  margin: 40px auto;
  text-align: center;
}
@media screen and (max-width: 639px) {
  #macallan h1 {
    margin: 30px auto 20px;
  }
}
#macallan h1 img {
  width: 400px;
  height: auto;
}
@media screen and (max-width: 639px) {
  #macallan h1 img {
    width: 80%;
  }
}
#macallan .mv {
  text-align: center;
}
@media screen and (max-width: 639px) {
  #macallan .mv figure {
    margin-left: -20px;
    margin-right: -20px;
  }
}
#macallan .mv img {
  width: 100%;
}
@media screen and (min-width: 640px) {
  #macallan .mv img {
    max-width: 600px;
  }
}
#macallan .mv p {
  margin: 25px auto 0;
  font-size: 1.8rem;
  line-height: 2em;
  color: #fff;
}
@media screen and (max-width: 639px) {
  #macallan .mv p {
    margin: 20px auto 0;
  }
}
#macallan .mv p.note {
  margin: 25px auto 60px;
  padding: 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 639px) {
  #macallan .mv p.note {
    margin: 20px auto 40px;
  }
}
#macallan .guest {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 380px;
  margin: 0 auto 110px;
  padding: 15px 20px;
  background: linear-gradient(180deg, #F8F8F8 0%, #EDDDB8 100%);
  border-radius: 12px;
}
@media screen and (max-width: 639px) {
  #macallan .guest {
    width: 90%;
    margin-bottom: 80px;
  }
}
#macallan .guest dl {
  width: 50%;
}
#macallan .guest dl dt {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Libre Bodoni", serif;
  line-height: 1.5em;
  color: #AF272F;
}
@media screen and (max-width: 639px) {
  #macallan .guest dl dt {
    font-size: 5.3333333333vw;
    line-height: 1.3em;
  }
}
#macallan .guest dl dd {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44em;
}
@media screen and (max-width: 639px) {
  #macallan .guest dl dd {
    font-size: 4.2666666667vw;
    line-height: 1.5em;
  }
}
#macallan .guest dl dd span {
  font-size: 0.72em;
}
#macallan .guest dl dd:last-child {
  margin-top: 0.3em;
  line-height: 1.3em;
}
@media screen and (max-width: 639px) {
  #macallan .guest dl dd:last-child {
    font-size: 4vw;
  }
}
#macallan .guest figure {
  width: 44%;
}
#macallan .section {
  position: relative;
  margin-bottom: 110px;
  padding: 80px 20px 60px;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 639px) {
  #macallan .section {
    margin-bottom: 80px;
    padding: 60px 20px 40px;
  }
}
#macallan .section .floor {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  font-size: 5rem;
  font-weight: 500;
  font-family: "Libre Bodoni", serif;
  color: #fff;
  background: linear-gradient(135deg, #838383 0%, #000000 100%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 639px) {
  #macallan .section .floor {
    width: 18vw;
    height: 18vw;
    font-size: 10.1333333333vw;
  }
}
#macallan .section .floor > span {
  display: inline-block;
  vertical-align: bottom;
}
#macallan .section .floor small {
  display: inline-block;
  margin-left: 0.1em;
  font-size: 0.7em;
  font-weight: 500;
}
#macallan .section h2 {
  margin: 0 auto 0.5em;
  font-size: 3.8rem;
  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.2em;
  color: #AF272F;
}
@media screen and (max-width: 639px) {
  #macallan .section h2 {
    font-size: 8vw;
  }
}
#macallan .section h2 + .lead {
  margin: 0 auto 0.5em;
  font-size: 2.4rem;
  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.3em;
  color: #AF272F;
}
@media screen and (max-width: 639px) {
  #macallan .section h2 + .lead {
    font-size: 5.3333333333vw;
  }
}
#macallan .section h3 {
  margin: 0 auto 1em;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Libre Bodoni", serif;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  color: #AF272F;
}
@media screen and (max-width: 639px) {
  #macallan .section h3 {
    font-size: 5.3333333333vw;
  }
}
#macallan .section h3 + p {
  margin: 0 auto 1em;
  font-size: 1.4rem;
  line-height: 1.7em;
}
@media screen and (max-width: 639px) {
  #macallan .section h3 + p {
    text-align: left;
  }
}
#macallan .section .info {
  margin: 0 auto 1em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  #macallan .section .info {
    font-size: 4.2666666667vw;
  }
}
#macallan .section .info small {
  font-size: 0.8em;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
  #macallan .section .info + p {
    text-align: left;
  }
}
#macallan .section .topic {
  position: relative;
  margin: 25px auto 70px;
  padding: 20px;
  font-size: 1.4rem;
  line-height: 1.85em;
  background: linear-gradient(180deg, #F8F8F8 0%, #EDDDB8 100%);
}
#macallan .section .topic::before, #macallan .section .topic::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 7px;
  background: url(../img/border.png) center no-repeat;
  background-size: contain;
}
#macallan .section .topic::before {
  margin-bottom: 15px;
}
#macallan .section .topic::after {
  margin-top: 15px;
}
@media screen and (max-width: 639px) {
  #macallan .section .topic p {
    text-align: left;
  }
}
#macallan .section .topic p a {
  color: #AF272F;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  #macallan .section .topic p a:hover {
    text-decoration: none;
  }
}
#macallan .section .topic p strong {
  font-weight: 500;
  color: #AF272F;
}
#macallan .section .topic > div:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 6px;
  margin: 20px auto 15px;
  background: url(../img/border.png) center no-repeat;
  background-size: contain;
}
#macallan .section .topic .note {
  padding: 0;
  color: #515151;
}
#macallan .section section {
  margin-top: 70px;
}
#macallan .section section .note {
  padding: 0;
  color: #515151;
}
#macallan .section .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 640px) {
  #macallan .section .items {
    padding: 0 60px 50px;
    background: linear-gradient(180deg, #fff 0%, #fff 35%, #F8F8F8 35%, #EDDDB8 100%);
  }
}
@media screen and (min-width: 640px) {
  #macallan .section .items + .items {
    margin-top: 40px;
  }
}
#macallan .section .items > li {
  width: 42%;
}
@media screen and (max-width: 639px) {
  #macallan .section .items > li {
    width: 100%;
    padding: 0 30px 20px;
    background: linear-gradient(180deg, #fff 0%, #fff 35%, #F8F8F8 35%, #EDDDB8 100%);
  }
  #macallan .section .items > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
#macallan .section .items > li figure {
  margin: 0 auto 15px;
}
#macallan .section .items > li p {
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.7em;
  text-align: left;
}
#macallan .section .items > li p:not(:last-child) {
  margin: 0 auto 15px;
}
#macallan .section .items > li.bottom {
  width: 100%;
  margin: 20px auto 0;
}
@media screen and (max-width: 639px) {
  #macallan .section .items > li.bottom {
    margin-top: -20px;
    padding-top: 0;
    background: #EDDDB8;
  }
}
#macallan .section .items > li.bottom .note {
  padding-bottom: 0;
  color: #515151;
  text-align: center;
}
@media screen and (max-width: 639px) {
  #macallan .section .items > li.bottom .note {
    padding: 0;
    text-align: left;
  }
}
#macallan .section .event {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 40px 60px;
  background: linear-gradient(180deg, #F8F8F8 0%, #EDDDB8 100%);
}
@media screen and (max-width: 639px) {
  #macallan .section .event {
    padding: 20px;
  }
}
@media screen and (max-width: 639px) {
  #macallan .section .event .artists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 639px) {
  #macallan .section .event .artists > li {
    width: 31%;
  }
}
@media screen and (min-width: 640px) {
  #macallan .section .event .artists > li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 640px) {
  #macallan .section .event .artists figure {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
#macallan .section .event .artists figure figcaption {
  margin-left: 1em;
  font-size: 1.4rem;
}
@media screen and (max-width: 639px) {
  #macallan .section .event .artists figure figcaption {
    margin-left: 0;
    font-size: 1.3rem;
    text-align: center;
  }
}
@media screen and (min-width: 640px) {
  #macallan .section .event .artists figure img {
    width: 60px;
  }
}
@media screen and (max-width: 639px) {
  #macallan .section .event .schedule {
    width: 100%;
  }
}
#macallan .section .event .schedule th,
#macallan .section .event .schedule td {
  padding: 0.2em 0.5em;
  font-size: 1.4rem;
  text-align: left;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 639px) {
  #macallan .section .event .schedule th,
  #macallan .section .event .schedule td {
    font-size: 1.3rem;
  }
}
#macallan .section .event .schedule tr:last-child th, #macallan .section .event .schedule tr:last-child td {
  border-bottom: 0;
}
#macallan .section .event .schedule th {
  font-weight: 400;
}
#macallan .section .event .schedule td:last-of-type {
  border-right: 0;
}
#macallan .section .img-bottom {
  max-width: 400px;
  margin: 30px auto 0;
}
#macallan .note {
  padding: 30px 0;
  font-size: 1.3rem;
  color: #fff;
}
@media screen and (max-width: 639px) {
  #macallan .note {
    text-align: left;
  }
}
#macallan .link {
  padding: 35px 20px;
  background: #fff;
  text-align: center;
}
#macallan .link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 715px;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  #macallan .link ul {
    gap: 20px 0;
  }
}
#macallan .link ul li {
  width: 49%;
}
@media screen and (max-width: 639px) {
  #macallan .link ul li {
    width: 100%;
  }
}
#macallan .link ul a {
  display: inline-block;
}/*# sourceMappingURL=styles.css.map */