.st-Header,
.st-Footer{
  display: none;
}
body,
body:not(.home) {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 0px;
}
body{
  background: url(/wp-content/themes/atam/assets/img/mydream/bg.webp) center top repeat;
  display: block;
  font-size: 15px;
  font-style: normal;
  line-height: 1.8;
  background-attachment: fixed;
  margin: 0;
}
a:hover{
  opacity: 1;
}
.mdr_fv{
  color: #185aa5;
  background: linear-gradient(to right,  rgba(255,222,0,1) 0%,rgba(255,243,82,1) 100%);
  height: 100svh;
  min-height: 215svw;
  position: relative;
  line-height: 1.2;
}
.fv-wrap{
  background-image: url(/wp-content/themes/atam/assets/img/mydream/fv.webp);
    background-position: top 4rem center;
  background-repeat: no-repeat;
  background-size: 75svw auto;
  text-align: center;
  height: min(80rem, 99svh);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 768px){
  .mdr_fv{
    min-height: 700px;
  }
  .fv-wrap{
    background-image: url(/wp-content/themes/atam/assets/img/mydream/fv_pc.webp);
    justify-content: center;
    background-position: center center;
    background-size: auto 50rem;
  }
}
@media (min-width: 2400px){
  .fv-wrap{
    background-size: 90dvw auto;
  }
}

.mdr_fv h1{
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-shadow:0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
    margin: 40svw auto;
}
.mdr_fv h1 span{
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px){
  .mdr_fv h1{
    font-size: 33px;
    text-shadow: none;
    margin: 0 auto;
  }
  .mdr_fv h1 span{
    font-size: 24px;
  }
}
.date{
  font-family: "century-gothic", "zen-kaku-gothic-new", sans-serif;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}
.date small{
  font-size: 18px;
}
.date span{
  font-size: 20px;
}
.location{
  font-family: "century-gothic",  "zen-kaku-gothic-new",sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.mdr_fv .location{
  margin-top: 20px;
}
.mdr_fv img{
  width: min(440px, 93svw);
  height: auto;
  display: block;
}
.mdr_fv .scroll{
  width: 55px;
  height: auto;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 27px);
  animation: bounce 2s infinite;
}
@media (min-width: 768px){
  .mdr_fv .scroll{
    bottom: 30px;
  }
}
@keyframes bounce {
  0%   { transform: translate(0%, 0%); }
  50% { transform: translate(0%, 10%); }
  100% { transform: translate(0%, 0%); }
}

.mdr_shell{
  position: relative;
}

.mdr_main{
  width: 438px;
  margin: 0 auto;
  border-left: 2px solid #808080;
  border-right: 2px solid #808080;
  overflow: hidden;
}

.mdr_container,
.mdr_container2{
  width: 438px;
  background: #f2f2f2;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mdr_container2{
  background: #aed950;
}
.mdr_fixed{
  position: fixed;
  top: 120px;
  z-index: 50;
}
.mdr_fixed_left{
  right: 50%;
  margin-right: calc(220px + 3svw);
  width: 300px;
}
.mdr_fixed_right{
  left: 50%;
  margin-left: calc(220px + 4svw);
  width: 250px;
}

.mdr_fl1,
.mdr_fl2,
.mdr_nav,
.mdr_cta{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .35s ease, visibility .35s ease;
}
@media (min-width: 768px){
  .is-phase1 .mdr_fixed{
    display: block;
  }
  .mdr_fl1,
  .mdr_fl2,
  .mdr_nav,
  .mdr_cta{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  body.is-phase1 .mdr_fl1,
  body.is-phase1 .mdr_nav{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.is-phase2 .mdr_fl2,
  body.is-phase2 .mdr_cta{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .mdr_fixed_right .logo{
    display: none;
  }
}
.mdr_menuBtn{
  display: none;
}
.mdr_fl1{
  color: #185aa5;
  text-align: center;
}

.mdr_fl1 .date{
  font-size: 18px;
}
.mdr_fl1 .date small{
  font-size: 10px;
}
.mdr_fl1 .location{
  font-size: 17px;
}
.mdr_fl1 .side_sponsor h3{
  font-size: 16px;
  font-weight: 700;
  margin-top: 60px;
}
.mdr_fl1 .sponsor_img{
  display: block;
  width: 138px;
  height: auto;
  margin: 20px auto 0;
}

.mdr_fl2{
  text-align: center;
}
.mdr_fl2 .fl2txt{
  width: 138px;
  height: auto;
  margin: 0 auto 2.5rem;
}
.mdr_fl2 .atam_link{
  filter: grayscale(1) contrast(1.3);
}
.mdr_fl2 .atam_link:hover{
  filter: none;
}
.mdr_cta a.btn{
  margin: 0 auto;
}
@media (max-width: 1000px){
  .mdr_main{
    width: min(438px, 100%);
    box-sizing: border-box;
  }

  .mdr_fixed_left,
  .mdr_cta,
  .mdr_fl1,
  .mdr_fl2{
    display: none !important;
  }

  .mdr_menuBtn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    position: fixed;
    top: 20px;
    right: 16px;
    width: 44px;
    height: 44px;
    z-index: 200;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .mdr_menuBtn span{
    display: block;
    width: 40px;
    height: 4px;
    margin: 0 auto;
    background: #185aa5;
    transition: transform .3s ease, opacity .3s ease;
    transform-origin: center;
  }

  body.is-menu-open .mdr_menuBtn span:nth-child(1){
    transform: translateY(11px) rotate(45deg);
  }

  body.is-menu-open .mdr_menuBtn span:nth-child(2){
    opacity: 0;
  }

  body.is-menu-open .mdr_menuBtn span:nth-child(3){
    transform: translateY(-11px) rotate(-45deg);
  }
  .mdr_fixed_right{
    display: block;
    position: fixed;
    top: 0;
    right: -1000px;
    left: auto;
    width: 100%;
    height: 100dvh;
    margin-left: 0;
    background: url(/wp-content/themes/atam/assets/img/mydream/bg.webp) center top repeat;
    z-index: 150;
    transition: right .3s ease;
    padding: 80px 20px 20px;
    box-sizing: border-box;
  }
  .mdr_nav{
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 15px;
  }
  .is-menu-open .mdr_fixed_right{
    right: 0;
    padding: calc(50dvh - 320px) 40px 0;
    width: 330px;
    box-shadow: 0 0 10px #00000033;
  }
}

/*
.mdr_fl1{
  width: 300px;
  position: absolute;
  right: calc(50% + 316px);
}
.mdr_fl1 img{
  width: 285px;
  height: auto;
}

.mdr_nav{
  position: absolute;
  left: calc(50% + 316px);
}
*/
.mdr_nav li a{
  width: 250px;
  color: #185aa5;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  font-weight: bold;
  display: block;
  padding: 3px;
  border-radius: 30px;
  border: 1px solid #185aa5;
  margin-bottom: 8px;
}
.mdr_nav li a:hover{
  color: #fff;
  background: #185aa5;
  opacity: 1;
}
.sns{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  margin: 40px auto;
}
@media (max-width: 1000px){
  .sns{
    margin: 25px auto;
  }
}
.atam_link{
  text-align: center;
  display: block;
}
@media (max-width: 1000px){
  .atam_link{
    display: none;
  }
}
.atam_link:hover{
  filter: grayscale(1) contrast(1.2);
}
.atam_link img{
  width: auto;
  height: 100px;
}
.mdr_nav .sns a img{
  width: auto;
  height: 32px;
}
.mdr_cta .sns a img{
  width: auto;
  height: 32px;
  filter: grayscale(1) contrast(1.3);
}
.mdr_nav .sns a:hover,
.mdr_cta .sns a:hover{
  opacity: 1;
}
.mdr_nav .sns a:hover img{
  filter: grayscale(1) contrast(1.3);
}
.mdr_cta .sns a:hover img{
  filter: none;
}
.mdr_main img{
  width: 100%;
}

.ttl-sub{
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  padding: 30px 0;
  border-bottom: 1px solid #000;
  margin: 80px auto 30px;
}
.ttl-sub span{
  font-size: 20px;
font-family: "brandon-grotesque", sans-serif;
font-weight: 700;
font-style: normal;
display: block;
}
.ttl-sub b{
  font-size: 33px;
  background: linear-gradient(transparent 30%, #ffff00 30%);
  padding: 0 12px 5px;
  line-height: 1.5;
}
.mdr_container2 .ttl-sub b{
  background: linear-gradient(transparent 30%, #fff 30%);
}

.alink{
  font-weight: bold;
  border: 1px solid #000;
  border-radius: 30px;
  display: inline-block;
  padding: 0 20px;
  margin-top: 5px;
}
.alink::after{
  content: "";
  border: 7px solid transparent;
  border-top: 9px solid #000;
  border-bottom-width: 0px;
  display: inline-block;
  margin-left: 10px;
}
.alink:hover{
  color: #fff;
  background: #000;
  opacity: 1;
}
.alink:hover::after{
  border-top-color: #fff;
}

p{
  text-align: left;
}

.arrow{
  width: 192px;
  height: auto;
  margin: 20px auto 50px;
}




#overview{
  padding: 20px;
}
#overview dl{
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 20px;
}
#overview dt,
#overview dd{
  text-align: left;
}
#overview dt{
  width: 70px;
  font-weight: 700;
}


#about{
  padding: 20px;
}

#subject{
  padding: 20px;
}
#subject h3{
  font-size: 20px;
  font-weight: bold;
  margin: 15px auto;
}

#subject h3.ttl-course{
  margin: 50px auto 20px;
  font-weight: bold;
}
h3.ttl-course span{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 10px;
}
h3.enjoy span{background: #e12c6a}
h3.fronteer span{background: #0099d6}
h3.academic span{background: #aed950}

#subject img{
  padding-bottom: 15px;
}

#creator{
  padding: 20px;
  margin-top: 70px;
}
#creator h2{
  border: 1px solid #000;
  padding: 20px;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
#creator h2 small{
  font-size: 20px;
  font-weight: normal;
  display: block;
}
.creator_wrap{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
}
.creator_block{
  text-align: center;
}
.creator_name{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}
img.creator_img{
  border-radius: 100%;
  width: 172px;
  height: 172px;
}
.creator_post{
  text-align: center;
  line-height: 1.4;
  margin-top: 7px;
}

#meaning h3{
  font-size: 20px;
  font-weight: bold;
  margin: 20px auto;
}
#meaning ul{
  list-style: disc;
  margin: 0 auto 30px 20px;
}
#meaning li{
  font-weight: bold;
  text-align: left;
  text-indent: -2px;
}

#meaning{
  padding: 20px;
}

#event{
  padding: 20px;
}
#event h3{
  font-size: 24px;
  font-weight: bold;
}
#event p{
  margin: 10px 0 20px;
}

#staff{
  padding: 20px;
}
#staff h3{
  font-size: 24px;
  font-weight: bold;
}
#staff .slick-dotted.slick-slider{
  margin-bottom: 70px;
}
#staff .slick-prev,
#staff .slick-next{
  filter: invert(1);
}
#staff .slick-dots li button{
  background: #999;
}
#staff .slick-dots .slick-active button,
#staff .slick-dots li button:hover,
#staff .slick-dots li button:focus{
  background: #000;
}
#staff .slide_block{
  width: 380px;
}
#staff .slide_block a{
  position: relative;
}
#staff .slide_block a::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background: url(/wp-content/themes/atam/assets/img/mydream/ico-zoom.svg) center center no-repeat;
  background-size: contain;
  transition: .3s;
}
#staff .slide_block a:hover::after{
  width: 45px;
  height: 45px;
}
#staff .caption{
  font-size: 13px;
  margin-bottom: 50px;
}
#staff .caption::before{
  content: "▶";
  display: inline-block;
  margin-right: 2px;
}
p.caution{
  color:#c1272d;
  font-size: 13px;
  margin: 20px 0;
}

#access{
  padding: 20px;
}
#access h3{
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}
.accessmap{
  margin: 10px -20px;
}


#sponsor{
  padding: 20px;
}
.sponsor_wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sponsor_img{
  margin-bottom: 10px;
}
.sponsor_name{
  font-weight: bold;
  text-align: center;
}
.sponsor_block{
  padding-bottom: 50px;
}


#company{
  padding: 20px;
}
#company .ttl-sub::before{
  content: "";
  width: 70px;
  height: 48px;
  background: url(/wp-content/themes/atam/assets/img/mydream/ico-company.svg) center center no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto 20px;
}
#company h3{
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}
#company h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
#company p{
  margin-bottom: 20px;
}
#company img{
  width: 155px;
  display: block;
  margin: 40px auto 10px;
}
#company b{
  font-weight: bold;
  line-height: 1.4;
}

#features{
  padding: 20px;
}
#features .ttl-sub::before{
  content: "";
  width: 61px;
  height: 69px;
  background: url(/wp-content/themes/atam/assets/img/mydream/ico-features.svg) center center no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto 20px;
}
#features h3{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}
.features_wrap{}
.features_block{}
#features .features_block h3{
  font-size: 20px;
  margin: 40px auto 20px;
}
#features .features_block h3 span{
  background: #fff;
  border: 1px solid #000;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 10px;
}
.features_img{
  margin-bottom: 10px;
}

#curricurum{
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#curricurum h2{
  border: 1px solid #000;
  padding: 10px;
  font-size: 30px;
  font-weight: bold;
  margin: 70px 20px 35px 20px;
}
.curricurum_wrap{
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  padding-bottom: 16px;
  padding: 0 20px 20px;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.curricurum_block{
  flex: 0 0 220px;
  width: 220px;
  box-sizing: border-box;
}
.curricurum_img{
  display: block;
  width: 100%;
  height: auto;
}
.curricurum_post,
.curricurum_name{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.curricurum_name{
  background: #fff;
  padding: 0 5px;
  margin: 7px 0;
}
.curricurum_name span{
  font-size: 10px;
  font-weight: normal;
}
.curricurum_block li{
  font-size: 10px;
  text-align: left;
}

.arrow{
  margin-top: 12px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}

.message{
  width: calc(100% - 40px);
  position: relative;
  padding-bottom: 50px;
  margin: 0 auto;
}
.message p{
  padding: 0 40px;
}
.message::before,
.message::after,
.message h3::before,
.message h3::after{
  content: "";
  width: 100px;
  height: 100px;
  border-color: transparent;
  border-width: 1px;
  border-style: solid;
  display: block;
  position: absolute;
}
.message::before{
  border-left-color: #000;
  border-bottom-color: #000;
  bottom:0;
}
.message::after{
  border-right-color: #000;
  border-bottom-color: #000;
  bottom:0;
  right: 0;
}
.message h3::before{
  border-top-color: #000;
  border-left-color: #000;
  top: 60px;
}
.message h3::after{
  border-top-color: #000;
  border-right-color: #000;
  top: 60px;
  right: 0;
}
.message h3 img{
  width: 115px;
  margin-bottom: 20px;
}
.message b{
  text-align: center;
  font-weight: bold;
  display: block;
  margin-top: 20px;
}


#genre h2{
  width: calc(100% - 40px);
}

.slide_block{
  width: 370px;
  background: #f2f2f2;
  margin: 0 10px;
}
.slide_img{
  background: #fff;
}
.imagePopup{
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
}

.imagePopup.is-open{
  opacity: 1;
  visibility: visible;
}

.imagePopup__bg{
  position: absolute;
  inset: 0;
  background: #000000aa;
}

.imagePopup__inner{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5vh 5vw;
  box-sizing: border-box;
}

.imagePopup__img{
  display: block;
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
}

.imagePopup__close{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.slide_ttl{
  font-size: 24px;
  font-weight: bold;
  padding: 20px;
}
.slide_exp{
  padding: 0 15px 20px;
}

#genre .slide_exp{
  height: 210px;
}

#atamevent .slide_exp{
  height: 290px;
}




#schedule{
  margin: 50px auto 0;
  position: relative;
}
#schedule h2{
  width: calc(100% - 40px);
  font-size: 33px;
  font-weight: bold;
  line-height: 1.5;
  margin: 10px auto;
}
#schedule h2 span{
  font-size: 20px;
  display: block;
}
.schedule_wrap{
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.mdr_main img.schedule_img{
  display: block;
  width: 1400px;
  max-width: none;
  height: auto;
  padding: 0 20px;
}
#schedule .schedule_exp{
  width: calc(100% - 40px);
  margin: 0 auto;
}


#atamevent .ttl-sub::before{
  content: "";
  width: 73px;
  height: 55px;
  background: url(/wp-content/themes/atam/assets/img/mydream/ico-event.svg) center center no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto 20px;
}
#atamevent h2{
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}

.farea{
  background: #f2f2f2;
  text-align: center;
  padding: 160px 30px 50px;
  position: relative;
}
.farea::before{
  content: "";
  background: #aed950;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 120px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  border-bottom: 2px solid #808080;
}
.farea .cta{
  margin: 0 auto;
  position: relative;
  display: block;
}
.farea .cta:hover{
  opacity: 1;
}
.farea .cta::before{
  content: "";
  width: 100%;
  height: 230px;
  display: block;
  background: url(/wp-content/themes/atam/assets/img/mydream/atam_.webp) center top no-repeat;
  background-size: contain;
  position: absolute;
  top: -160px;
  left: 0;
}
.farea .cta img{
  width: 370px;
  z-index: 2;
  position: relative;
}
.farea li a{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  display: inline-block;
  line-height: 1;
}
.farea li a:hover{
  transform: scale(1.1);
}
.farea .sns a img{
  width: auto;
  height: 32px;
  filter: grayscale(1) contrast(1.3);
}
.farea .sns a:hover{
  opacity: 1;
}
.farea .sns a:hover img{
  filter: none;
}
.farea .flogo{
  display: block;
  margin-top: 100px;
}
.farea .flogo img{
  height: 38px;
  width: auto;
}
.totop{
  text-align: center;
}
.totop img{
  width: 200px;
  margin: 70px auto;
}

