@charset "UTF-8";
* {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: メイリオ, 游ゴシック, 游ゴシック体, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, Meiryo, YuGothic, sans-serif;
  color: #000;
  box-sizing: border-box;
}
* .\--mincho {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer, header, hgroup, menu, nav,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  text-decoration: none;
}

body {
  background-color: #fff;
}

.wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .wrapper {
    min-width: 1100px;
  }
}
.only_sp {
  display: block;
}

.only_pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .only_sp {
    display: none;
  }
  .only_pc {
    display: block;
  }
}
/*------ ヘッダー ------*/
header .hdbar {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 4%;
  z-index: 99;
}
header .hdbar .hd-logo img {
  width: auto;
  height: 30px;
}
header .hdbar #hamburger {
  position: relative;
  width: 30px;
  height: 10px;
  margin: 20px 0;
}
header .hdbar #hamburger span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #454545;
  transition: 0.3s;
  left: 0;
}
header .hdbar #hamburger span:first-of-type {
  top: 0;
}
header .hdbar #hamburger span:last-of-type {
  bottom: 0;
}
header .hdbar #hamburger.act span:first-of-type {
  transform: rotate(15deg);
  top: 4px;
}
header .hdbar #hamburger.act span:last-of-type {
  transform: rotate(-15deg);
  bottom: 4px;
}
header .hdbar nav {
  display: block;
  width: 100%;
  height: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow-y: hidden;
  transition: height 0.3s;
}
header .hdbar nav::before {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
}
header .hdbar nav a {
  font-family: 游ゴシック, 游ゴシック体, ヒラギノ角ゴ ProN, ヒラギノ角ゴシック, メイリオ, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  color: #454545;
  font-size: 14px;
  line-height: 1;
  margin: 5px 20px;
}
header .hdbar nav.act {
  height: 120px;
  overflow-y: scroll;
}

.header-inner {
  padding-top: 50px;
  background-color: #000;
  background-image: url(../images/bg.jpg);
  background-position: left 30%;
  background-size: 295%;
  background-repeat: no-repeat;
}
.header-inner h1 {
  padding: 3% 0 0;
}
.header-inner .hdimg {
  width: 100%;
  height: 120vw;
  margin-top: -12%;
  overflow: hidden;
}
.header-inner .hdimg img {
  height: 100%;
  object-fit: cover;
  object-position: left top;
}
.header-inner .day {
  padding: 7% 5%;
}

@media screen and (min-width: 768px) {
  header .hdbar {
    min-width: 1100px;
    max-width: 1440px;
    height: 60px;
    background-color: transparent;
    padding: 0 0 0 4%;
    box-sizing: border-box;
  }
  header .hdbar #hamburger {
    display: none;
  }
  header .hdbar .hd-logo {
    background-color: #fff;
    width: 240px;
    height: 60px;
    border-radius: 0 0 10px 10px;
    text-align: center;
  }
  header .hdbar .hd-logo img {
    height: 40px;
    margin: 10px auto 0;
  }
  header .hdbar nav {
    width: 800px;
    height: auto;
    justify-content: flex-end;
  }
  header .hdbar nav::before {
    display: none;
  }
  header .hdbar nav a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  header .hdbar.black {
    background-color: rgba(255, 255, 255, 0.9);
  }
  header .hdbar.black > a {
    background-color: transparent;
  }
  header .hdbar.black nav a {
    color: #000;
  }
  .header-inner {
    padding-top: 0;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 60vw;
    min-height: 660px;
    max-height: 864px;
    margin: 0 auto;
    overflow: hidden;
  }
  .header-inner h1 {
    width: 53.5%;
    max-width: 770px;
    position: absolute;
    top: 24.3%;
    left: 1%;
    padding: 0;
  }
  .header-inner .hdimg {
    width: calc(50% + 130px);
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0;
  }
  .header-inner .hdimg img {
    object-position: -50% bottom;
    position: absolute;
    bottom: 0;
  }
  .header-inner .day {
    padding: 0;
    width: 43.8%;
    max-width: 630px;
    position: absolute;
    bottom: 13.9%;
    left: 5.9%;
  }
}
@media screen and (min-width: 1440px) {
  header .hdbar {
    left: calc(50% - 720px);
  }
  .header-inner h1 {
    top: 210px;
    left: calc(50% - 705px);
  }
  .header-inner .hdimg {
    width: calc(50% + 130px);
    left: 50%;
    height: 100%;
  }
  .header-inner .hdimg img {
    object-fit: unset;
    width: 850px;
    height: 864px;
  }
  .header-inner .day {
    bottom: 120px;
    left: calc(50% - 635px);
  }
}
/*------ メイン共通 イントロ ------*/
main section .secTtl {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  margin-bottom: 50px;
}
main section .secTtl::after {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 220px;
  height: 1px;
  content: "";
  background-color: #000;
}
main section .secTtl span {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  margin-bottom: 50px;
}
main .introCts {
  padding-top: 30px;
}
main .introCts p {
  width: 92%;
  margin: 0 auto 1em;
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  font-size: 16px;
  line-height: 1.8;
}
main .introCts p span, main .introCts p small {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
}
main .introCts .seminarList {
  width: 92%;
  margin: 30px auto;
}
main .introCts .seminarList h3 {
  font-family: 游ゴシック, 游ゴシック体, ヒラギノ角ゴ ProN, ヒラギノ角ゴシック, メイリオ, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  text-align: center;
  color: #01b1bf;
  font-size: 20px;
  font-weight: bold;
  margin: 40px auto 20px;
}
main .introCts .seminarList a {
  display: block;
  border-bottom: solid 1px #707070;
  padding: 15px 0 20px;
  position: relative;
}
main .introCts .seminarList a:first-of-type {
  border-top: solid 1px #707070;
}
main .introCts .seminarList a::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/button-check.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
main .introCts .seminarList p {
  width: 100%;
  margin-bottom: 0;
  line-height: 1.6;
}
main .introCts .seminarList p span {
  font-size: 14px;
}
main .introCts .seminarList p small {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  main section .secTtl {
    font-size: 54px;
    line-height: 1;
    position: relative;
    margin-bottom: 68px;
  }
  main section .secTtl::after {
    bottom: -23px;
    left: 0;
    width: 475px;
    background-color: #000;
  }
  main section .secTtl span {
    font-size: 42px;
  }
  main .introCts {
    padding-top: 18px;
    margin-top: 82px;
    margin-bottom: 100px;
  }
  main .introCts > p {
    width: 1080px;
    font-size: 20px;
  }
  main .introCts .seminarList {
    width: 1080px;
    margin-bottom: 60px;
  }
  main .introCts .seminarList h3 {
    font-size: 24px;
  }
  main .introCts .seminarList a {
    padding: 20px 0;
    transition: 0.3s;
  }
  main .introCts .seminarList a::after {
    width: 65px;
    height: 65px;
  }
  main .introCts .seminarList a:hover {
    background-color: #eefbff;
  }
  main .introCts .seminarList p {
    line-height: 1.5;
    font-size: 24px;
  }
  main .introCts .seminarList p span {
    font-size: 22px;
  }
  main .introCts .seminarList p small {
    font-size: 18px;
  }
  main .introCts picture {
    display: block;
    width: 1020px;
    margin: 0 auto;
  }
}
/*------ タイムテーブル ------*/
.timetableCts-link {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  transform: translate3d(0, 0, 0);
  top: 55px;
  display: flex;
  justify-content: space-between;
  padding: 0 4%;
}
.timetableCts-link.hide {
  visibility: hidden;
}
.timetableCts-link a {
  display: block;
  background: linear-gradient(to right, #01b1bf 0%, #1a56a8 100%);
  font-family: garamond-premier-pro-display, serif;
  font-weight: 500;
  font-size: min(4.5vw, 24px);
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 0.4em 0.8em;
  border-radius: 0.9em;
}
.timetableCts-link a small {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  font-size: 60%;
  color: #fff;
}

.timetableCts {
  width: 92%;
  margin: 0 auto;
}
.timetableCts h2 {
  text-align: center;
  font-family: garamond-premier-pro-display, serif;
  font-weight: 500;
  font-size: 44px;
  margin: 30px auto;
}
.timetableCts .timetableWrap {
  margin: 50px auto;
}
.timetableCts .timetableWrap h3 {
  text-align: center;
  font-family: garamond-premier-pro-display, serif;
  font-weight: 500;
  font-size: 30px;
  margin: 30px auto;
}
.timetableCts .timetableWrap .slotBox {
  display: flex;
  justify-content: space-between;
}
.timetableCts .timetableWrap .slotBox .timeLine {
  position: relative;
}
.timetableCts .timetableWrap .slotBox .timeLine::before, .timetableCts .timetableWrap .slotBox .timeLine::after {
  position: absolute;
  content: "";
  background-color: #9dd7eb;
}
.timetableCts .timetableWrap .slotBox .timeLine::before {
  z-index: 2;
  right: -18px;
  width: 35px;
  height: 35px;
  border: 10px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.timetableCts .timetableWrap .slotBox .timeLine::after {
  right: -2px;
  width: 3px;
  height: 100%;
  top: 0;
}
.timetableCts .timetableWrap .slotBox .timeLine span {
  display: none;
}
.timetableCts .timetableWrap .slotBox .detail {
  width: calc(100% - 18px);
}
.timetableCts .timetableWrap .slotBox .detail h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  margin-bottom: 26px;
  padding: 8px 0 8px 16px;
  letter-spacing: 1.6px;
  color: #fff;
  position: relative;
}
.timetableCts .timetableWrap .slotBox .detail h4 span {
  color: #fff;
  display: inline-block;
  padding: 0 14px 0 5px;
  position: relative;
}
.timetableCts .timetableWrap .slotBox .detail h4 span::after {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 1px;
  height: 18px;
  content: "";
  transform: translateY(-50%);
  background-color: #fff;
}
.timetableCts .timetableWrap .slotBox .detail h4::before, .timetableCts .timetableWrap .slotBox .detail h4::after {
  position: absolute;
  left: 0;
  content: "";
  border-top: 18px solid #fff;
  border-right: 16px solid transparent;
  border-bottom: 18px solid #fff;
}
.timetableCts .timetableWrap .slotBox .detail h4::before {
  top: 0;
}
.timetableCts .timetableWrap .slotBox .detail h4::after {
  bottom: 0;
}
.timetableCts .timetableWrap .slotBox .detail h4.blue {
  background: linear-gradient(90deg, #76d0ff, #3b6880);
}
.timetableCts .timetableWrap .slotBox .detail h4.yellow {
  background: linear-gradient(90deg, #ecefb0, #b3cb4e);
}
.timetableCts .timetableWrap .slotBox .detail h4.purple {
  background: linear-gradient(90deg, #eb9baa, #6648e2);
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 26px;
  justify-content: flex-start;
  align-items: center;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .photo {
  width: 156px;
  margin-right: 16px;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .photo img {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .name {
  width: calc(100% - 172px);
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .name p {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  font-size: 13px;
  line-height: 1.5;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .name p + p {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0.5em;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .name p + p small {
  font-size: 70%;
  display: inline-block;
  padding-left: 0.5em;
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .text {
  width: 100%;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .text h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 15px 0;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .text h5 br.pc {
  display: none;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .text p {
  font-size: 15px;
  line-height: 1.5;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .photo {
  position: relative;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .photo .sp_btn {
  font-family: garamond-premier-pro-display, serif;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: flex;
  width: 132px;
  height: 30px;
  padding: 3px 0 0 15px;
  transform: translateX(-50%);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100vh;
  background-color: #454545;
  align-items: center;
  justify-content: center;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .photo .sp_btn::before {
  position: absolute;
  top: 50%;
  left: 12px;
  content: "";
  transition: left 0.5s;
  transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .photo .sp_btn:active {
  color: #fff;
  border-color: #454545;
  background-color: #454545;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .photo .sp_btn:active::before {
  left: 15px;
  border-left-color: #fff;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .name p + p span {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  display: block;
  font-size: 24px;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .name p + p span small {
  font-size: 70%;
  display: inline-block;
  padding-left: 0.5em;
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner .name p + p .pc_btn {
  display: none;
}
.timetableCts .timetableWrap .slotBox .detail .detail-inner.noPhoto .name {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .timetableCts-link {
    justify-content: center;
    top: 70px;
  }
  .timetableCts-link a {
    width: 240px;
    line-height: 44px;
    border-radius: 22px;
    font-size: 32px;
    padding: 0;
    transition: 0.3s;
  }
  .timetableCts-link a:nth-last-of-type(2) {
    margin: 0 50px;
  }
  .timetableCts-link a:hover {
    opacity: 0.7;
  }
  .timetableCts {
    width: 1080px;
  }
  .timetableCts h2 {
    font-size: 63px;
    margin-bottom: 50px;
  }
  .timetableCts .timetableWrap {
    margin-top: 90px;
  }
  .timetableCts .timetableWrap h3 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .timetableCts .timetableWrap .slotBox {
    justify-content: flex-start;
  }
  .timetableCts .timetableWrap .slotBox .timeLine span {
    display: block;
    font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
    font-size: 36px;
    line-height: 1;
    min-width: 183px;
  }
  .timetableCts .timetableWrap .slotBox .timeLine::before {
    right: -40px;
  }
  .timetableCts .timetableWrap .slotBox .timeLine::after {
    right: -24px;
  }
  .timetableCts .timetableWrap .slotBox .detail {
    width: 825px;
    margin-left: 45px;
  }
  .timetableCts .timetableWrap .slotBox .detail h4 {
    text-align: center;
    font-size: 16px;
  }
  .timetableCts .timetableWrap .slotBox .detail h4 span {
    display: none;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner {
    position: relative;
    min-height: 265px;
    display: block;
    padding-bottom: 40px;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .photo {
    width: 180px;
    position: absolute;
    top: 0;
    left: 15px;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .name, .timetableCts .timetableWrap .slotBox .detail .detail-inner .text {
    width: 600px;
    margin-left: 225px;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .name p {
    font-size: 20px;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .name p + p {
    font-size: 36px;
    margin-top: 0.3em;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .text h5 {
    font-size: 20px;
    font-weight: bold;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .text h5 br.pc {
    display: inline;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .text p {
    font-size: 16px;
    line-height: 1.75;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .photo .sp_btn {
    display: none;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .name .flex {
    display: flex;
    align-items: center;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .name .flex span {
    font-size: 36px;
    margin-right: 20px;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .name .flex .pc_btn {
    font-family: garamond-premier-pro-display, serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    position: relative;
    display: flex;
    width: 132px;
    height: 30px;
    padding: 3px 0 0 15px;
    cursor: pointer;
    color: #000;
    border: 1px solid #000;
    border-radius: 100vh;
    background-color: #fff;
    align-items: center;
    justify-content: center;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .name .flex .pc_btn::before {
    position: absolute;
    top: 50%;
    left: 13px;
    content: "";
    transition: left 0.5s;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #000;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .name .flex .pc_btn:hover {
    color: #fff;
    border-color: #454545;
    background-color: #454545;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner .name .flex .pc_btn:hover::before {
    left: 16px;
    border-left-color: #fff;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner.noPhoto {
    min-height: 0;
    padding-bottom: 10px;
  }
  .timetableCts .timetableWrap .slotBox .detail .detail-inner.noPhoto .name, .timetableCts .timetableWrap .slotBox .detail .detail-inner.noPhoto .text {
    width: 810px;
    margin-left: 15px;
  }
}
/*------ エントリー ------*/
.entryCts {
  width: 92%;
  margin: 80px auto;
}
.entryCts p {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  font-size: 16px;
  line-height: 1.75;
}
.entryCts a {
  font-size: 18px;
  line-height: 1.3;
  display: flex;
  height: 90px;
  padding-left: 70px;
  cursor: pointer;
  border-radius: 100vh;
  background: linear-gradient(90deg, #209cff, #68e0cf);
  box-shadow: 0 3px 26px rgba(32, 212, 255, 0.5137254902);
  text-shadow: -2px -2px 1px rgba(0, 0, 0, 0.1607843137);
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.entryCts a span {
  font-weight: 700;
  position: relative;
  display: inline-block;
  width: 100%;
  color: #fff;
}
.entryCts a span img {
  position: absolute;
  top: 50%;
  left: -55px;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .entryCts {
    max-width: 1080px;
    margin: 100px auto 180px;
  }
  .entryCts p {
    font-size: 20px;
  }
  .entryCts a {
    padding-left: 0;
    text-align: center;
    margin-top: 60px;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    transition: 0.3s;
  }
  .entryCts a span {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: auto;
  }
  .entryCts a span img {
    position: absolute;
    top: 50%;
    left: -60px;
    width: 50px;
    height: 50px;
    transition: 0.3s;
    transform: translateY(-50%);
  }
  .entryCts a:hover {
    top: 3px;
    left: 3px;
    opacity: 0.8;
  }
}
/*------ セミナー詳細 ------*/
.detailCts {
  width: 92%;
  margin: 80px auto;
}
.detailCts table {
  width: 100%;
  border-collapse: collapse;
}
.detailCts table tr {
  display: block;
  background-color: #f7f7f7;
}
.detailCts table tr:not(:last-child) {
  margin-bottom: 5px;
}
.detailCts table th {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  width: 125px;
  min-width: 125px;
  padding: 12px 10px 12px 20px;
  text-align: left;
}
.detailCts table th::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  content: "";
  background-color: #01b1bf;
}
.detailCts table th::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 100%;
  content: "";
  transform: translateY(-50%);
  border-top: 12px solid #f7f7f7;
  border-bottom: 12px solid #f7f7f7;
  background-color: #707070;
  box-sizing: border-box;
}
.detailCts table td {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
  padding: 12px 12px 12px 20px;
}
.detailCts table td p {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 0.5em;
  text-indent: -1em;
  padding-left: 1em;
}
.detailCts table td p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .detailCts {
    max-width: 1080px;
    margin: 100px auto;
  }
  .detailCts table tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .detailCts table th {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    width: 240px;
    min-width: 240px;
    padding: 12px 20px;
    letter-spacing: 1.1px;
    text-align: center;
  }
  .detailCts table th::after {
    height: calc(100% - 24px);
    border: none;
  }
  .detailCts table td {
    font-size: 20px;
    padding: 12px 30px;
  }
  .detailCts table td p {
    font-size: 20px;
  }
}
.otherCts {
  width: 92%;
  margin: 80px auto;
}
.otherCts p {
  font-size: 14px;
  line-height: 1.75;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  .otherCts {
    max-width: 1080px;
    margin: 100px auto;
  }
  .otherCts p {
    font-size: 16px;
  }
}
/*------ よくあるご質問 ------*/
.qandaCts {
  width: 92%;
  margin: 80px auto;
}
.qandaCts .week-qa-title {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  min-height: 44px;
  margin-bottom: 30px;
  padding: 10px 0 0 26px;
}
.qandaCts .week-qa-title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 44px;
  content: "";
  border-radius: 100vh;
  background: linear-gradient(180deg, #01b1bf, #1a56a8);
}
.qandaCts .week-qa-inner {
  margin-bottom: 30px;
}
.qandaCts .week-qa-q {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}
.qandaCts .week-qa-q::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 11px;
  height: 11px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #9dd7eb;
}
.qandaCts .week-qa-a {
  font-size: 16px;
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-left: 26px;
  transition: max-height 0.5s ease, padding-top 0.5s ease;
}
.qandaCts .week-qa-a .week-qa-a-link {
  text-decoration: underline;
  color: #006cff;
}
.qandaCts .week-qa-other-btn {
  display: flex;
  height: 60px;
  margin-bottom: 30px;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100vh;
  align-items: center;
  justify-content: center;
}
.qandaCts .week-qa-other-btn .week-qa-other-btn-inner {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  font-size: 16px;
  position: relative;
  padding-left: 30px;
}
.qandaCts .week-qa-other-btn .week-qa-other-btn-inner::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  transition: 0.3s;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #000;
}

@media screen and (min-width: 768px) {
  .qandaCts {
    max-width: 1080px;
    margin: 100px auto;
  }
  .qandaCts .week-qa-title {
    font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    min-height: 54px;
    margin-bottom: 40px;
    padding: 10px 0 0 34px;
  }
  .qandaCts .week-qa-title::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 54px;
    content: "";
    border-radius: 100vh;
    background: linear-gradient(180deg, #01b1bf, #1a56a8);
  }
  .qandaCts .week-qa-inner {
    margin-bottom: 38px;
    padding-left: 92px;
  }
  .qandaCts .week-qa-q {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    transition: 0.3s;
  }
  .qandaCts .week-qa-q::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 11px;
    height: 11px;
    content: "";
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #9dd7eb;
  }
  .qandaCts .week-qa-a {
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    transition: max-height 0.5s ease, padding-top 0.5s ease;
  }
  .qandaCts .week-qa-a .week-qa-a-link {
    transition: opacity 0.3s;
    text-decoration: underline;
    color: #006cff;
  }
  .qandaCts .week-qa-other-btn {
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    height: 60px;
    margin-bottom: 30px;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 100vh;
    align-items: center;
    justify-content: center;
  }
  .qandaCts .week-qa-other-btn .week-qa-other-btn-inner {
    font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
    font-size: 20px;
    position: relative;
    padding-left: 30px;
  }
  .qandaCts .week-qa-other-btn .week-qa-other-btn-inner::before {
    position: absolute;
    top: 50%;
    left: -10px;
    content: "";
    transition: left 0.3s;
    transform: translateY(-50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #000;
  }
  .qandaCts .week-qa-other-btn:hover {
    background-color: #454545;
  }
  .qandaCts .week-qa-other-btn:hover .week-qa-other-btn-inner {
    color: #fff;
  }
  .qandaCts .week-qa-other-btn:hover .week-qa-other-btn-inner::before {
    left: 0;
    border-left-color: #fff;
  }
}
/*------ 追従登録ボタン など ------*/
.week-entry-btn {
  margin-top: 30px;
}

.week-entry-btn.\--fixed {
  position: fixed;
  z-index: 15;
  right: 0;
  bottom: 10px;
  margin-top: 0;
  transition: 0.3s;
  pointer-events: none;
  opacity: 0;
}

.week-entry-btn.\--fixed.is-show {
  pointer-events: auto;
  opacity: 1;
}

.week-entry-btn-link {
  font-size: 18px;
  line-height: 1.3;
  display: flex;
  height: 90px;
  padding-left: 70px;
  cursor: pointer;
  color: #fff;
  border-radius: 100vh;
  background: linear-gradient(90deg, #209cff, #68e0cf);
  box-shadow: 0 3px 26px rgba(32, 212, 255, 0.5137254902);
  text-shadow: -2px -2px 1px rgba(0, 0, 0, 0.1607843137);
  align-items: center;
  justify-content: center;
}

.week-entry-btn-link:not(:last-child) {
  margin-bottom: 18px;
}

.week-entry-btn-link:hover {
  opacity: 0.6;
}

.week-entry-btn-link.\--fixed {
  font-size: 13px;
  line-height: 1.25;
  position: fixed;
  right: 0;
  bottom: 15px;
  box-sizing: content-box;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  transition: 0.3s;
  opacity: 1;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-radius: 100vh 0 0 100vh;
  justify-content: flex-end;
}

.week-entry-btn-link.\--fixed:hover {
  top: auto;
  bottom: 15px;
  left: auto;
  padding-top: 1.5px;
  padding-bottom: 1.5px;
  padding-left: 6px;
  opacity: 1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  background: linear-gradient(90deg, #41c6f9, #7feae5);
}

.week-entry-btn-link.\--fixed.\--single {
  width: 235px;
  height: 90px;
}

.week-entry-btn-link.\--fixed.\--double {
  width: 313px;
}

.week-entry-btn-link.\--fixed.\--double:first-child {
  bottom: 75px;
}

.week-entry-btn-link.\--fixed.\--double:first-child:hover {
  bottom: 72px;
}

.week-entry-btn-link.\--fixed:not(:last-child) {
  margin-bottom: 10px;
}

.week-entry-btn-link.\--fixed.is-animation.\--single {
  animation: btn_animation 2s 1s infinite normal;
}

@keyframes btn_animation {
  0% {
    bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    opacity: 1;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  50% {
    bottom: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    opacity: 0.8;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  to {
    bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    opacity: 1;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
  }
}
@keyframes btn_animation_pc {
  0% {
    bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    opacity: 1;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  50% {
    bottom: 17.5px;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    padding-left: 5px;
    opacity: 0.8;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  to {
    bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    opacity: 1;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
  }
}
.week-entry-btn-link.\--fixed.is-animation.\--double:first-child {
  animation: btn_animation_double1 2s 1s infinite normal;
}

@keyframes btn_animation_double1 {
  0% {
    bottom: 75px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    opacity: 1;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  50% {
    bottom: 72px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    opacity: 0.8;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  to {
    bottom: 75px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    opacity: 1;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
  }
}
.week-entry-btn-link.\--fixed.is-animation.\--double:last-child {
  animation: btn_animation_double2 2s 1s infinite normal;
}

@keyframes btn_animation_double2 {
  0% {
    bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    opacity: 1;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  50% {
    bottom: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    opacity: 0.8;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  to {
    bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    opacity: 1;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
  }
}
.week-entry-btn-inner {
  font-weight: 700;
  position: relative;
  display: inline-block;
  width: 100%;
  color: #fff;
}

.week-entry-btn-inner.\--fixed {
  line-height: 1.5;
  width: auto;
}

.week-entry-btn-inner.\--fixed .week-entry-btn-icon {
  left: -45px;
  width: 33px;
  height: 33px;
}

.week-entry-btn-inner.\--fixed.\--single {
  font-size: 18px;
  line-height: 1.3;
  width: 150px;
}

.week-entry-btn-inner.\--fixed.\--single .week-entry-btn-icon {
  left: -60px;
  width: 44px;
  height: 44px;
}

.week-entry-btn-inner.\--fixed.\--double {
  width: 255px;
}

.week-entry-btn-icon {
  position: absolute;
  top: 50%;
  left: -55px;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .week-entry-btn {
    position: relative;
    z-index: 1;
    margin-top: 60px;
  }
  .week-entry-btn-link {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
  .week-entry-btn-link:not(:last-child) {
    margin-bottom: 30px;
  }
  .week-entry-btn-link:hover {
    top: 3px;
    left: 3px;
    opacity: 0.8;
  }
  .week-entry-btn-link.\--fixed {
    font-size: 22px;
    top: auto;
    bottom: 20px;
    left: auto;
    overflow: hidden;
    width: 245px;
    height: 120px;
    background: none;
  }
  .week-entry-btn-link.\--fixed.\--single {
    width: 215px;
    height: 120px;
  }
  .week-entry-btn-link.\--fixed.\--double:first-child {
    bottom: 160px;
  }
  .week-entry-btn-link.\--fixed.\--double:first-child:hover {
    bottom: 157.5px;
  }
  .week-entry-btn-link.\--fixed:after, .week-entry-btn-link.\--fixed:before {
    position: absolute;
    width: 255px;
    height: 125px;
    content: "";
    transition: 0.3s;
    opacity: 1;
    border-radius: 100vh 0 0 100vh;
  }
  .week-entry-btn-link.\--fixed:before {
    z-index: 1;
    background: linear-gradient(90deg, #209cff, #68e0cf);
  }
  .week-entry-btn-link.\--fixed:after {
    background: linear-gradient(90deg, #41c6f9, #7feae5);
  }
  .week-entry-btn-link.\--fixed:not(:last-child) {
    margin-bottom: 0;
  }
  .week-entry-btn-link.\--fixed:hover {
    top: auto;
    bottom: 17.5px;
    left: auto;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    padding-left: 5px;
    opacity: 1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .week-entry-btn-link.\--fixed:hover:before {
    opacity: 0;
  }
  .week-entry-btn-link.\--fixed:hover .week-entry-btn-icon {
    left: -71px;
    width: 56px;
    height: 56px;
  }
  .week-entry-btn-link.\--fixed.is-animation.\--double:last-child, .week-entry-btn-link.\--fixed.is-animation.\--single {
    animation: btn_animation_pc 2s 1s infinite normal;
  }
  .week-entry-btn-inner {
    z-index: 2;
  }
  .week-entry-btn-inner.\--fixed {
    pointer-events: none;
  }
  .week-entry-btn-inner.\--fixed .week-entry-btn-icon {
    display: none;
  }
  .week-entry-btn-inner.\--fixed.\--single {
    width: 178px;
    font-size: 22px;
    line-height: 1.25;
  }
  .week-entry-btn-inner.\--fixed.\--double {
    width: 206px;
  }
}
.week-side-title {
  display: none;
}

@media screen and (min-width: 1300px) {
  .week-side-title {
    position: fixed;
    z-index: 1;
    top: 40%;
    left: 30px;
    display: flex;
    width: 18px;
    transition: 0.3s;
    transform: translateY(-50%) rotate(90deg);
    pointer-events: none;
    align-items: center;
    justify-content: center;
  }
  .week-side-title .week-side-title-eng-wrap, .week-side-title .week-side-title-jpn-wrap {
    position: relative;
  }
  .week-side-title .week-side-title-eng, .week-side-title .week-side-title-jpn {
    line-height: 1;
    position: absolute;
    transition: 0.3s;
    opacity: 0;
  }
  .week-side-title .week-side-title-eng.is-show, .week-side-title .week-side-title-jpn.is-show {
    transition: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
  }
  .week-side-title .week-side-title-eng {
    font-family: garamond-premier-pro-display, serif;
    font-size: 36px;
    top: -28px;
  }
  .week-side-title .week-side-title-jpn {
    font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
    height: 160px;
    transform: rotate(-90deg);
    letter-spacing: 4px;
    writing-mode: vertical-lr;
    font-size: 18px;
  }
  .week-side-title .week-side-title-jpn.\--introduction {
    top: -86px;
    left: 303px;
  }
  .week-side-title .week-side-title-jpn.\--timetable {
    top: -85px;
    left: 265px;
  }
  .week-side-title .week-side-title-jpn.\--entry {
    top: -85px;
    left: 200px;
  }
  .week-side-title .week-side-title-jpn.\--detail {
    top: -86px;
    left: 205px;
  }
  .week-side-title .week-side-title-jpn.\--other {
    top: -86px;
    left: 206px;
  }
  .week-side-title .week-side-title-jpn.\--qa {
    top: -88px;
    left: 198px;
  }
}
/*------ フッター ------*/
footer {
  padding: 64px 16px 114px;
  background-color: #000;
}
footer .week-footer-content {
  font-size: 16px;
  margin-bottom: 13px;
  text-align: center;
  color: #fff;
}
footer .g-footer__copy {
  font-size: 10px;
  font-weight: 300;
  display: block;
  text-align: center;
  letter-spacing: 0.02em;
  color: #fff;
}
footer .week-footer-copy {
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  footer {
    min-width: 1100px;
    padding: 40px 0;
    background-color: #000;
  }
  footer .week-footer-content {
    font-size: 16px;
    margin-bottom: 13px;
    text-align: center;
    color: #fff;
  }
  footer .g-footer__copy {
    font-size: 12px;
    font-weight: 300;
    display: block;
    text-align: center;
    letter-spacing: 0.02em;
    color: #fff;
  }
}
/*------ ポップアップ ------*/
.popupCts .popupBox {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  display: flex;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}
.popupCts .popupBox.is-active {
  pointer-events: auto;
  opacity: 1;
}
.popupCts .profileBg {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.popupCts .profileInner {
  position: relative;
  z-index: 3;
  width: 96%;
  margin: 0 auto;
  padding: 7%;
  background-color: #fff;
  height: 80vh;
  overflow: scroll;
}
.popupCts .profileInner .close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.popupCts .profileInner .close::before, .popupCts .profileInner .close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 1px;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #707070;
}
.popupCts .profileInner .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popupCts .profileInner img {
  width: 156px;
  min-width: 156px;
  height: auto;
  margin: 0 auto 30px;
}
.popupCts .profileInner .name {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.popupCts .profileInner .name small {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  font-size: 70%;
  padding-left: 0.5em;
}
.popupCts .profileInner p:has(+ .name) {
  font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 10px;
}
.popupCts .profileInner .name + p {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .popupCts .profileInner {
    position: relative;
    z-index: 3;
    display: flex;
    width: 1035px;
    height: 456px;
    padding: 50px;
    background-color: #fff;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .popupCts .profileInner img {
    width: 285px;
    min-width: 285px;
    height: auto;
    margin-right: 50px;
  }
  .popupCts .profileInner .text {
    width: 600px;
  }
}
.end {
  width: 90%;
  margin: 30px auto 0;
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  color: #c00;
}
.end br {
  display: none;
}

.entryCts .red {
  margin-top: 1em;
  color: #c00;
}
.entryCts .red br {
  display: none;
}

@media screen and (min-width: 768px) {
  .end {
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
  }
  .end br {
    display: inline;
  }
  main .introCts {
    margin-top: 30px;
  }
  .entryCts .red br {
    display: inline;
  }
}