@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* mixins */
/* functions */
* {
  box-sizing: border-box; /*余白や線を幅や高さに含める*/
}

body {
  width: 100%;
  font-family: YakuhanMP, "Noto Serif JP", sans-serif;
  color: #222;
  font-weight: 500;
  font-size: 4.2vw;
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
    width: 100%;
    position: relative;
  }
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.zenkaku {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.tab-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .tab-block {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .tab-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

.pc-middle-block {
  display: none;
}
@media screen and (min-width: 1000px) {
  .pc-middle-block {
    display: block;
  }
}

.pc-middle02-block {
  display: none;
}
@media screen and (min-width: 1100px) {
  .pc-middle02-block {
    display: block;
  }
}

.pc-large-block {
  display: none;
}
@media screen and (min-width: 1280px) {
  .pc-large-block {
    display: block;
  }
}

.smp-inline {
  display: inline;
}
@media screen and (min-width: 768px) {
  .smp-inline {
    display: none;
  }
}

.pc-inline {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-inline {
    display: inline;
  }
}

.tab-inline {
  display: none;
}
@media screen and (min-width: 768px) {
  .tab-inline {
    display: inline;
  }
}
@media screen and (min-width: 1000px) {
  .tab-inline {
    display: none;
  }
}

.pc-middle-inline {
  display: none;
}
@media screen and (min-width: 1000px) {
  .pc-middle-inline {
    display: inline;
  }
}

.pc-middle02-inline {
  display: none;
}
@media screen and (min-width: 1100px) {
  .pc-middle02-inline {
    display: inline;
  }
}

.pc-large-inline {
  display: none;
}
@media screen and (min-width: 1280px) {
  .pc-large-inline {
    display: inline;
  }
}

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

a, button {
  color: var(--base-text-color);
  text-decoration: none;
  transition: all var(--base-transition-time);
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

span.inline-block {
  display: inline-block;
}

:root {
  --base-width: 1000px;
  --base-width-sp: 82%;
  --max-width-sp: 94%;
  --base-inline-sp: 9%;
  --base-color: #000000;
  --base-text-color: #000000;
  --c-red: #e60012;
  --c-blue: #005299;
  --c-dark-blue: #002444;
  --base-font-size: 17px;
  --base-font-size-sp: vw(17);
  --font-zenkaku: 'Zen Kaku Gothic New', sans-serif;
}

/*======================================================================================*/
.l-header {
  position: absolute;
  top: 2%;
  left: 50%;
  width: 52%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .l-header {
    width: 21%;
    max-width: 285px;
    top: 25px;
    left: 40px;
    translate: 0;
  }
}

.l-footer {
  width: 65%;
  margin-inline: auto;
  padding-block: 9.3333333333vw 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .l-footer {
    max-width: 480px;
    padding-block: 80px 90px;
  }
}

a.application-fix {
  position: fixed;
  bottom: 5vw;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  border-radius: 50em;
  text-align: center;
  color: #fff;
  width: 88%;
  font-size: 5.3333333333vw;
  letter-spacing: 0.06em;
  padding: 0.9em 0;
  transition: all 0.3s;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  a.application-fix {
    width: 136px;
    height: 136px;
    margin: 0;
    font-size: 20px;
    bottom: 30px;
    left: 30px;
  }
  a.application-fix:hover::after {
    transform: translate(-50%, -50%) scale(0.88);
  }
  a.application-fix:hover span {
    transform: scale(0.88);
  }
}
@media screen and (min-width: 1000px) {
  a.application-fix {
    bottom: 50px;
    left: 50px;
  }
}
a.application-fix.fix-btn-none {
  opacity: 0;
  pointer-events: none;
}
a.application-fix::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50em;
  transition: all 0.3s;
  border: solid 1px #fff;
  transition: all 0.3s;
  background: linear-gradient(0deg, #692340 1%, #771D36 6%, #9F0D1E 14%, #C20009 21%, #E7290F 76%);
}
a.application-fix::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 2px #fff;
  border-radius: 50em;
  transition: all 0.3s;
  box-sizing: border-box;
}
a.application-fix span {
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}

body {
  background-image: url(../myimg/main-bg02_sp.webp);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1000px) {
  body {
    background-image: none;
  }
}

@media screen and (min-width: 768px) {
  .content-wrap {
    position: relative;
    z-index: 1;
    background-image: url(../myimg/main-bg.webp);
    background-size: cover;
    background-position: center top;
    margin-top: -15%;
  }
}

@media (height <= 630px) and (width <= 768px) {
  .content-wrap {
    padding-bottom: 16vw;
  }
}
.target {
  position: relative;
  margin-top: -23%;
  background-image: url(../myimg/main-bg01_sp.webp);
  background-size: cover;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .target {
    width: 57vw;
    margin-inline: auto;
    margin-top: 3.9%;
    background-image: none;
    background-color: transparent;
  }
}

.target-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2vw;
  width: var(--base-width-sp);
  margin-inline: auto;
  padding-top: 20%;
}
@media screen and (min-width: 768px) {
  .target-list {
    width: 100%;
    gap: 2%;
    padding-top: 0;
  }
}
.target-list li {
  position: relative;
  width: 48%;
  overflow: clip;
}
@media screen and (min-width: 768px) {
  .target-list li {
    width: 23%;
  }
}

.venue {
  width: var(--max-width-sp);
  max-width: 1100px;
  margin-inline: auto;
  margin-top: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .venue {
    margin-top: 65px;
  }
}

.venue-tab-list {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .venue-tab-list {
    justify-content: center;
    gap: 45px;
  }
}
.venue-tab-list li {
  position: relative;
  width: 49%;
  padding-block: 2.6666666667vw;
  background-color: #cccccc;
  border-top: 4px solid #999999;
  border-bottom: 2px solid #fff;
  color: #999999;
  font-size: 4.8vw;
  letter-spacing: 0.06em;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .venue-tab-list li {
    width: 22%;
    font-size: 32px;
    padding-block: 20px;
    line-height: 1;
  }
}
.venue-tab-list li.is-active {
  background-image: linear-gradient(111deg, rgb(189, 0, 51) 40%, rgb(130, 0, 34) 99%);
  color: #fff;
  border-top: 4px solid;
  border-bottom-width: 0;
  -o-border-image: linear-gradient(90deg, rgb(197, 139, 58), rgb(255, 239, 186) 43%, rgb(197, 139, 58) 99%) 1;
     border-image: linear-gradient(90deg, rgb(197, 139, 58), rgb(255, 239, 186) 43%, rgb(197, 139, 58) 99%) 1;
}
.venue-tab-list li.is-active::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  translate: -50% 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12.5px 0px 12.5px;
  border-color: #A3002D transparent transparent transparent;
}

.venue-container {
  background-color: #efecd6;
  padding: 10.6666666667vw 6.4vw 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .venue-container {
    padding: 115px 25px 100px;
  }
}

.venue-content {
  height: 0;
  opacity: 0;
  translate: 0 1%;
  transition: 0.7s ease all;
  transition-delay: 0.15s;
  overflow: hidden;
}
.venue-content.is-active {
  height: auto;
  opacity: 1;
  translate: 0 0;
  overflow: visible;
}

.schedule {
  max-width: 750px;
  margin-inline: auto;
}

.event {
  margin-top: 12vw;
}
@media screen and (min-width: 768px) {
  .event {
    max-width: 750px;
    margin-inline: auto;
    margin-top: 60px;
  }
}

.event-timetabele {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4vw;
  padding-block: 2.6666666667vw;
  background-image: linear-gradient(90deg, rgb(110, 75, 20), rgb(223, 151, 77) 41%, rgb(110, 75, 20) 99%);
  font-family: var(--font-zenkaku);
  color: #fff;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .event-timetabele {
    gap: 20px;
    padding-block: 10px;
    font-size: 18px;
  }
}
.event-timetabele .part {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .event-timetabele .part {
    font-size: 20px;
  }
}
.event-timetabele .part .num {
  font-size: 8vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .event-timetabele .part .num {
    font-size: 36px;
  }
}

.event-content + .event-content {
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .event-content + .event-content {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .event-box {
    display: flex;
    justify-content: center;
  }
}

.event-info {
  padding: 20px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .event-info {
    width: 56%;
    flex-shrink: 0;
    padding: 25px 0;
    text-align: center;
  }
}

.event-haeding {
  margin-bottom: 4vw;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
  color: var(--c-dark-blue);
}
@media screen and (min-width: 768px) {
  .event-haeding {
    display: inline-block;
    margin-bottom: 10px;
  }
}
.event-haeding::after {
  content: "";
  display: block;
  width: 100%;
  margin-inline: auto;
  padding-top: 4vw;
  border-bottom: 2px solid var(--c-dark-blue);
}
@media screen and (min-width: 768px) {
  .event-haeding::after {
    width: 96%;
    padding-top: 10px;
  }
}
.event-haeding .event__sub {
  font-size: 3.7333333333vw;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .event-haeding .event__sub {
    font-size: 14px;
  }
}
.event-haeding .event__title {
  font-size: 5.3333333333vw;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .event-haeding .event__title {
    font-size: 23px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1000px) {
  .event-haeding .event__title {
    font-size: 26px;
  }
}

.event__read {
  font-family: var(--font-zenkaku);
  font-size: 3.7333333333vw;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .event__read {
    font-size: 16px;
  }
}

.event-human {
  display: flex;
  justify-content: space-between;
  padding: 5.3333333333vw;
  background-color: #d3cd95;
}
@media screen and (min-width: 768px) {
  .event-human {
    width: 44%;
    padding: 25px;
  }
}

.event-human-info {
  width: 55%;
}
@media screen and (min-width: 768px) {
  .event-human-info {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
}

.event-human-title .event-human-heading {
  margin-bottom: 2.6666666667vw;
  padding: 0.2em 1em 0.25em;
  background-color: var(--c-dark-blue);
  color: #fff;
  font-size: 2.9333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .event-human-title .event-human-heading {
    font-size: 14px;
    margin-bottom: 6px;
    padding: 0.1em 1em 0.15em;
  }
}
.event-human-title .event-human-instructor {
  font-family: var(--font-zenkaku);
  font-size: 2.9333333333vw;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .event-human-title .event-human-instructor {
    font-size: 12px;
  }
}

.event-human-name {
  font-family: var(--font-zenkaku);
  letter-spacing: 0.02em;
  font-weight: 500;
  flex: 1;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .event-human-name {
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-top: 20px;
  }
}
.event-human-name .event-human-name-title {
  font-size: 2.9333333333vw;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .event-human-name .event-human-name-title {
    font-size: 12px;
  }
}
.event-human-name .event-human-name__txt {
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .event-human-name .event-human-name__txt {
    font-size: 20px;
  }
}
.event-human-name .event-human-name__txt > span {
  font-size: 2.9333333333vw;
  margin-left: 0.3em;
}
@media screen and (min-width: 768px) {
  .event-human-name .event-human-name__txt > span {
    font-size: 12px;
  }
}

.event-human-image {
  width: 37%;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .event-human-image {
    width: 43%;
  }
}

.event-present {
  margin-top: 10.6666666667vw;
  margin-left: -3.5%;
}
@media screen and (min-width: 768px) {
  .event-present {
    margin-left: -2%;
    margin-top: 55px;
  }
}

.event-button {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .event-button {
    margin-top: 50px;
  }
}
.event-button a.event-button-link {
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 50em;
  padding: 0.8em 0;
  box-sizing: border-box;
  font-size: 5.8666666667vw;
  line-height: 1.3;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .event-button a.event-button-link {
    padding: 1em 0;
    font-size: 32px;
    transition: all 0.4s;
    background-position: bottom;
  }
  .event-button a.event-button-link:hover::after {
    width: calc(100% - 18px);
    height: calc(100% - 15px);
  }
  .event-button a.event-button-link:hover span {
    transform: scale(0.94);
  }
}
.event-button a.event-button-link > span {
  position: relative;
  display: block;
  z-index: 1;
  transition: all 0.3s;
}
.event-button a.event-button-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50em;
  transition: all 0.3s;
  border: solid 1px #fff;
  background: linear-gradient(0deg, #692340 1%, #771D36 6%, #9F0D1E 14%, #C20009 21%, #E7290F 76%);
}
.event-button a.event-button-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 2px #fff;
  border-radius: 50em;
  box-sizing: border-box;
  transition: all 0.3s;
}
.event-button a.event-button-link span {
  position: relative;
  display: block;
  z-index: 1;
  transition: all 0.3s;
}
.event-button .event-note {
  margin-top: 4vw;
  font-size: 2.9333333333vw;
  letter-spacing: 0.06em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .event-button .event-note {
    margin-top: 30px;
    font-size: 12px;
  }
}

.access {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .access {
    max-width: 800px;
    margin-inline: auto;
    margin-top: 110px;
  }
}

.access-heading {
  text-align: center;
}
.access-heading .access__title {
  font-size: 6.4vw;
  letter-spacing: 0.06em;
  font-weight: 600;
  background: linear-gradient(0deg, #002a53 2%, #003e71 20%, #005299 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .access-heading .access__title {
    font-size: 32px;
  }
}
.access-heading .access-location {
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .access-heading .access-location {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.access-heading .access-location .access-building {
  font-size: 5.3333333333vw;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .access-heading .access-location .access-building {
    font-size: 24px;
  }
}
.access-heading .access-location .access-building .room {
  font-size: 3.7333333333vw;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .access-heading .access-location .access-building .room {
    position: relative;
    bottom: 0.1em;
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
  }
}
.access-heading .access-location .access-zip {
  margin-top: 0.7em;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .access-heading .access-location .access-zip {
    font-size: 14px;
    margin-top: 1.1em;
  }
}
.access-heading .access-location .access-note {
  margin-top: 3.2vw;
  color: var(--c-red);
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .access-heading .access-location .access-note {
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .access-heading .access-location .access-note {
    text-align: center;
  }
}

.access-map {
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .access-map {
    margin-top: 35px;
  }
}
.access-map iframe {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 350/234;
  width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */