@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap');

:root{
  --roboto:'Roboto',"Noto Sans JP",sans-serif;
  }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
body{
  color: #595858;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
body.move{
  transition: .2s;
  opacity: 0;
}
body.stop{
  transition: .2s;
  opacity: 1;
}
.section-container{
  max-width: 1000px;
  margin: 0 auto;
}
h2.section-title{
  font-family: var(--roboto);
  font-size: 48px;
  font-weight: bold;
  color: #e9a487;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 0 60px;
}
img{
  max-width: 100%;
}
.sp{
  display: none;
}
.fadein{
  opacity: 0;
}
.fadein.is-active{
  animation: fadeInSlide 1s 0.4s ease-in-out forwards;
}
@keyframes fadeInSlide {
  0%{
    opacity: 0;
    transform: translateY(10px);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleUp {
  0%{
    opacity: 0;
    transform: scale(0);
  }
  100%{
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
@keyframes circleanime {  
  0%, 100% {
    width: 1300px;
    height: 1300px;
    border-radius: 53% 47% 74% 26%/55% 42% 58% 45%;
  }
  15% {
    border-radius: 20% 80% 64% 36%/40% 52% 48% 60%;
  }
  29% {
    border-radius: 44% 56% 78% 22%/60% 62% 38% 40%;
  }
  43% {
    width: 900px;
    height: 900px;
    border-radius: 60% 40% 50% 50%/48% 32% 68% 52%;
  }
  57% {
    border-radius: 50% 50% 87% 13%/70% 44% 56% 30%;
  }
  71% {
    border-radius: 80% 20% 54% 46%/56% 62% 38% 44%;
  }
  85% {
    border-radius: 36% 64% 70% 30%/35% 55% 45% 65%;
  } 
}
@keyframes circleanime02 {  
  0%, 100% {
    width: 800px;
    height: 800px;
    border-radius: 62% 38% 74% 26%/55% 32% 68% 45%;
  }
  15% {
    border-radius: 20% 80% 54% 46%/26% 52% 48% 74%;
  }
  29% {
    border-radius: 48% 52% 78% 22%/60% 68% 32% 40%;
  }
  43% {
    width: 500px;
    height: 500px;
    border-radius: 72% 28% 24% 76%/38% 22% 78% 62%;
  }
  57% {
    border-radius: 50% 50% 50% 50%/70% 50% 50% 30%;
  }
  71% {
    border-radius: 80% 20% 64% 36%/56% 72% 28% 44%;
  }
  85% {
    border-radius: 36% 64% 70% 30%/25% 55% 45% 75%;
  } 
}

/* ===== ヘッダー ====== */
header{
  display: flex;
  align-items: center;
  padding: 27px 80px ;
}
header.fixed{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(233,164,135,0.85);
  z-index: 4;
  transform: translateY(-100%);
  animation: slideIn 0.4s forwards;
}
@keyframes slideIn {
  0%{
    transform: translateY(-100%);
  }
  100%{
    transform: translateY(0);
  }
}
header picture img.white{
  display: none;
}
header.fixed picture img{
  mix-blend-mode: color-dodge;
}
nav{
  margin-left: 70px;
}
.visumoday-nav__list{
  display: flex;
  align-items: center;
}
.visumoday-nav__list li:not(:last-child){
  margin-right: 50px;
}
.visumoday-nav__list a{
  font-size: 14px;
  font-weight: 500;
  color: #595858;
  letter-spacing: 0.1em;
}
header.fixed .visumoday-nav__list a{
  color: #fff;
}

/* ===== ヒーローエリア ====== */
.bg-content01{
  position: relative;
  z-index: 1;
}
.bg-content01::before{
  content:url(/cms/visumo/img/visumo_day_2023/bg_contents_top01.png);
  position: absolute;
  right: -250px;
  top: -100px;
}
.bg-content01::after{
  content:url(/cms/visumo/img/visumo_day_2023/bg_contents_top02.png);
  position: absolute;
  left: -116px;
  top: 480px;
  z-index: -1;
}
.moving-shape{
  width: 1300px;
  height: 1300px;
  background: linear-gradient(to right,#fff,#f0fbfe);
  position: absolute;
  top: 80px;
  left: -400px;
  animation: circleanime 10s ease 0s infinite;
  z-index: -1;
}
.hero-section{
  padding: 80px 74px 120px;
  position: relative;
}
.hero-section__text{
  opacity: 0;
  animation: fadeInSlide 1s 0.8s ease-in-out forwards;
}
.hero-section__title{
  width: 0;
  margin: 28px 0 0;
  transition: 0.8s cubic-bezier(.13,.56,.29,.98);
  overflow: hidden;
}
.hero-section__title.is-show{
  width: 100%;
}
.hero-section__title img{
  max-width: inherit;
}
.hero-section__date{
  margin: 50px 0 0;
  opacity: 0;
  animation: fadeInSlide 1s 0.8s ease-in-out forwards;
}
.hero-section__online{
  margin: 28px 0 0;
  opacity: 0;
  animation: fadeInSlide 1s 0.8s ease-in-out forwards;
}
.apply-btn{
  position: absolute;
  right: 79px;
  bottom: 120px;
  z-index: 1;
  opacity: 0;
  transform: scale(0);
  animation: scaleUp 1s 0.8s ease-in-out forwards;
}
.fixed-btn{
  position: fixed;
  right: 70px;
  bottom: 30px;
  display: none;
  z-index: 2;
}
.apply-btn a,.fixed-btn a{
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  width: 200px;
  height: 200px;
  background: #595858;
  box-shadow: 0 4px 20px rgba(4,0,0,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 10px;
  transition: .4s;
}
.apply-btn a:hover,.fixed-btn a:hover{
  text-decoration: none;
}
.apply-btn a:hover::after,.fixed-btn a:hover::after{
  transform: translateX(10px);
}
.apply-btn a::after,.fixed-btn a::after{
  content: url(/cms/visumo/img/visumo_day_2023/arrow.png);
  display: block;
  margin: 0 auto;
  line-height: 1;
  transition: .4s;
}
/* ===== about ====== */
#about{
  padding: 50px 0 100px;
  border-top: 2px solid #e9a487;
}
.flexbox{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about__description{
  width: 60%;
}
.about__img{
  width: 36%;
  padding-top: 40px;
}
.section-title__sub{
  font-family: var(--roboto);
  font-size: 20px;
  color: #e9a487;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0 0 20px;
  display: block;
}
h1.section-title{
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 30px;
  letter-spacing: 0.01em;
}
h1.section-title span{
  color: #6fc5d7;
}
p.read-text{
  line-height: 2.125;
  letter-spacing: 0.025em;
}
p.read-text .kerning{
  letter-spacing: -0.025em;
}

/* ===== session ====== */
.session-overview{
  position: relative;
  z-index: 2;
}
.bg-session{
  background: url(/cms/visumo/img/visumo_day_2023/bg_session.jpg) center top / cover no-repeat;
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
}
.bg-session.fixed{
  position: fixed;
  top: 0;
}
.moving-shape02{
  width: 800px;
  height: 800px;
  background: linear-gradient(to bottom,rgba(250,220,203,0.4),rgba(250,220,203,0.2));
  position: absolute;
  top: 360px;
  right: -120px;
  animation: circleanime02 10s ease 0s infinite;
}
.session{
  position: relative;
  z-index: 1;
  padding: 120px 0 0;
}
#session h2.section-title{
  color: #fff;
  margin-bottom: 30px;
  position: sticky;
  top: 100px;
}
#session h2.section-title.bgWhite{
  color: #e9a487;
}
.session-card li{
  background: #fff;
  border: 2px solid #e9a487;
  border-radius: 20px;
  box-shadow: 0 20px 30px rgba(183,136,116,0.25);
  position: sticky;
  margin-bottom: 40px;
  top: 180px;
  transform-origin: center top;
  padding: 38px 50px 38px;
  display: flex;
  justify-content: space-between;
}
.session-card li:not(:first-child){
  box-shadow: 0 20px 30px rgba(183,136,116,0.25), 0 -6px 5px rgba(183,136,116,0.15);
}
.session-card li:nth-child(2){
  transform: translateY(12px);
  margin-top: 200px;
}
.session-card li:nth-child(3){
  transform: translateY(24px);
  margin-top: 200px;
}
.session-card li:nth-child(4){
  transform: translateY(36px);
  margin-top: 200px;
}
.session-card__left{
  width: 48.6%;
}
.session-card__left .time{
  font-size: 24px;
  font-weight: 500;
  color: #e9a487;
  letter-spacing: 0.05em;
}
.session-card__left .label{
  font-family: var(--roboto);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #e9a487;
  width: 160px;
  border-radius: 5px;
  padding: 4px 8px;
  letter-spacing: 0.2em;
  margin: 20px 0 0;
}
h3.section-title{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 20px 0 10px;
}
.session-card__description .read-text{
  letter-spacing: 0;
}
.session-card__right{
  width: 47.3%;
}
.session-card__img img{
  border-radius: 10px;
}
.session-card__speaker{
  display: flex;
  justify-content: space-between;
  margin-top: -30px;
}
.session-card__speaker-left{
  padding-top: 50px;
  width: 64.29%;
}
.session-card__speaker-title{
  font-family: var(--roboto);
  font-size: 14px;
  color: #e9a487;
  letter-spacing: 0.2em;
}
.session-card__speaker-description{
  font-size: 13px;
  margin: 10px 0 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #e9a487;
}
.session-card__speaker-description span{
  font-size: 16px;
  display: block;
  margin: 0 0 6px;
}
.session-card__speaker-right{
  width: 35.72%;
  position: relative;
  opacity: 0;
}
.session-card__item.is-active .session-card__speaker-right{
  animation: fadeIn 1s forwards;
}
.session-card__speaker-right span{
  position: relative;
  z-index: 1;
}
.session-card__speaker-right::after{
  content:"";
  background: url(/cms/visumo/img/visumo_day_2023/dot.png) center top / contain no-repeat;
  position: absolute;
  width: 130px;
  height: 130px;
  top: 0;
  left: -60px;
}
.scroll{
  font-family: var(--roboto);
  font-size: 14px;
  font-weight: bold;
  color: #e9a487;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 30px 0 0;
}
.scroll::before{
  content:url(/cms/visumo/img/visumo_day_2023/arrow_down.png);
  display: block;
  margin: 0 auto;
}
.bg-content02{
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
.bg-content02::before{
  content:url(/cms/visumo/img/visumo_day_2023/bg_contents_bottom01.png);
  position: absolute;
  right: -110px;
  bottom: 780px;
}
.bg-content02::after{
  content:url(/cms/visumo/img/visumo_day_2023/bg_contents_bottom02.png);
  position: absolute;
  left: -106px;
  bottom: 80px;
}

/* ===== overview ====== */
.overview{
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
.overview__frame dl{
  display: flex;
}
.overview__frame dl:not(:first-child){
  margin-top: 10px;
}
.overview__frame dl dt{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #e9a487;
  border-radius: 8px 0 0 8px;
  width: 190px;
  padding: 14px 10px 14px 28px;
}
.overview__frame dl dd{
  width: 100%;
  flex: 1;
  background: #f5f5f5;
  border-radius: 0 8px 8px 0;
  padding: 14px 10px 14px 28px;
}
.time-list{
  padding: 6px 0;
}
.time-list li:not(:first-child){
  margin-top: 10px;
}
.time-list .time{
  margin-right: 16px;
}

/* ===== 注意事項 ====== */
.notes{
  font-size: 12px;
  padding-bottom: 130px;
  letter-spacing: 0.05em;
}
.notes h2{
  font-weight: bold;
  margin-bottom: 8px;
}
.notes h2:not(:first-of-type){
  margin-top: 30px;
}
.notes li{
  line-height: 1.4;
  margin-bottom: 6px;
}
.notes a{
  color: #595858;
  text-decoration: underline;
}
.notes a:hover{
  text-decoration: none;
}
.notes-list li{
  text-indent: -1em;
  padding-left: 1em;
}

/* ===== フッター ====== */
footer{
  border-top: 1px solid #e9a487;
  text-align: center;
  padding: 90px 0 80px;
}
.footer__copyright{
  font-size: 11px;
  color: #595858;
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  body{
    font-size: 12px;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  h2.section-title{
    font-size: 24px;
    margin: 0 0 30px;
  }
  .fadein_sp{
    opacity: 0;
  }
  .fadein_sp.is-active{
    animation: fadeInSlide 1s 0.4s ease-in-out forwards;
  }
  /* ===== ヘッダー ====== */
  header{
    display: flex;
    align-items: center;
    padding: 20px 60px ;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  nav{
    margin-left: 0;
  }
  header picture{
    text-align: center;
    position: relative;
    z-index: 3;
  }
  header picture img{
    width: 70%;
  }
  header.fixed picture img.pink{
   display: none;
  }
  header.fixed picture img.white{
    display: inline-block;
  }
  .visumoday-nav .fixed_menu__button{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 5;
    width: 30px;
    height: 20px;
  }
  .visumoday-nav .fixed_menu__button span{
    position: absolute;
    left: 0;
    display: block;
    width: 30px;
    height: 2px;
    transition: all .3s;
    background: #595858;
  }
  header.fixed .visumoday-nav .fixed_menu__button span{
    background: #fff;
  }
  .visumoday-nav .fixed_menu__button span:nth-of-type(1) {
    top: 0;
  }
  .visumoday-nav .fixed_menu__button span:nth-of-type(2) {
    top: 50%;
  }
  .visumoday-nav .fixed_menu__button span:nth-of-type(3) {
    top: 100%;
  }
  .visumoday-nav .fixed_menu__button.is-open span:nth-of-type(1) {
    animation: active-menu-bar01 0.8s forwards;
  }
  .visumoday-nav .fixed_menu__button.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  .visumoday-nav .fixed_menu__button.is-open span:nth-of-type(3) {
    animation: active-menu-bar03 0.8s forwards;
  }
  .visumoday-nav .fixed_menu__button.is-closed span:nth-of-type(1) {
    animation: menu-bar01 0.8s forwards;
  }
  .visumoday-nav .fixed_menu__button.is-closed span:nth-of-type(2) {
    transition: all 0.25s 0.25s;
  }
  .visumoday-nav .fixed_menu__button.is-closed span:nth-of-type(3) {
    animation: menu-bar03 0.8s forwards;
  }
  @keyframes menu-bar01 {
    0% {
      top: 50%;
      transform:rotate(45deg);
    }
    50% {
      top: 50%;
      transform:rotate(0);
    }
    100% {
      top: 0;
      transform:rotate(0);
    }
  }
  @keyframes menu-bar03 {
    0% {
      top: 50%;
      transform: rotate(-45deg);
    }
    50% {
      top: 50%;
      transform: rotate(0);
    }
    100% {
      top: 100%;
      transform: rotate(0);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      top: 0;
      transform:rotate(0);
    }
    50% {
      top: 50%;
      transform:rotate(0);
    }
    100% {
      top: 50%;
      transform:rotate(45deg);
    }
  }
  @keyframes active-menu-bar03 {
    0% {
      top: 100%;
      transform: rotate(0);
    }
    50% {
      top: 50%;
      transform: rotate(0);
    }
    100% {
      top: 50%;
      transform: rotate(-45deg);
    }
  }
  .visumoday-nav .fixed_nav{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: rgba(233,164,135,0.9);
    padding: 80px 40px;
    z-index: 3;
  }
  .visumoday-nav__list{
    display: block;
  }
  .visumoday-nav__list li:not(:last-child){
    margin-right: 0;
  }
  .visumoday-nav__list a{
    color: #fff;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 16px 0;
  }

  /* ===== ヒーローエリア ====== */
  .bg-content01{
    z-index: 2;
    overflow: hidden;
    padding-top: 60px;
  }
  .bg-content01::before{
    content:"";
    background: url(/cms/visumo/img/visumo_day_2023/sp/bg_contents_top01.png) center top / contain no-repeat;
    width: 76vw;
    height: 100vw;
    right: calc(40vw * -1);
    top: calc(45.87vw * -1);
  }
  .bg-content01::after{
    content:"";
    background: url(/cms/visumo/img/visumo_day_2023/sp/bg_contents_top02.png) center top / contain no-repeat;
    width:43vw;
    height: 60vw;
    left: calc(28vw * -1);
    top: 48vw;
  }
  .moving-shape{
    width: 100vw;
    height: 100vw;
    top: 80px;
    left: -48vw;
  }
  .hero-section{
    padding: 20px 40px 46px;
  }
  .hero-section__text{
    position: relative;
    z-index: 1;
  }
  .hero-section__title{
    margin: 20px 0 0;
    position: relative;
    z-index: 1;
  }
  .hero-section__title img{
    width: calc(100vw - 80px);
  }
  .hero-section__date{
    margin: 30px 0 0;
    position: relative;
    z-index: 1;
  }
  .hero-section__online{
    margin: 16px 0 0;
    position: relative;
    z-index: 1;
  }
  .hero-section__online img{
    width: 44%;
  }
  .apply-btn{
    position: absolute;
    right: 19px;
    bottom: 30%;
  }
  .fixed-btn{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .apply-btn a{
    font-size: 15px;
    width: 115px;
    height: 115px;
    padding-top: 0;
    transition: none;
  }
  .apply-btn a::after{
    content: "";
    background: url(/cms/visumo/img/visumo_day_2023/sp/arrow.png) top right no-repeat;
    background-size: contain;
    width: 30px;
    height: 15px;
    margin-top: 4px;
  }
  .fixed-btn a{
    font-size: 15px;
    width: 100%;
    height: 50px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    letter-spacing: 0.1em;
    padding: 0;
  }
  .fixed-btn a br{
    display: none;
  }
  .fixed-btn a::after{
    content: "";
    position: absolute;
    background: url(/cms/visumo/img/visumo_day_2023/sp/arrow.png) top right no-repeat;
    background-size: contain;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    width: 20px;
    height: 8px;
    margin-top: 0;
  }
  /* ===== about ====== */
  #about{
    padding: 40px 0 0;
    margin: 0 25px;
  }
  .about__description{
    width: 100%;
  }
  .about__img{
    width: 78%;
    padding-top: 26px;
    margin: 0 auto;
  }
  .section-title__sub{
    font-size: 11px;
    margin: 0 0 10px;
  }
  h1.section-title{
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 20px;
  }
  p.read-text{
    font-size: 12px;
    line-height: 1.83;
  }

  /* ===== session ====== */
  .session-overview{
    position: relative;
    overflow: hidden;
    padding-top: 60px;
  }
  .bg-session{
    background: url(/cms/visumo/img/visumo_day_2023/sp/bg_session.jpg) center top / cover no-repeat;
    height: clamp(500px,133.33vw,1000px);
    top: 60px;
  }
  .moving-shape02{
    width: 94vw;
    height: 94vw;
    top: 0;
    right: -44vw;
  }
  .session{
    position: relative;
    z-index: 1;
    padding: 40px 0 0;
  }
  .session .section-container{ 
    padding: 0 25px;
  }
  #session h2.section-title{
    position: static;
  }
  .session-card li{
    border: 1px solid #e9a487;
    padding: 16px 20px 20px;
    flex-wrap: wrap;
    position: static;
  }
  .session-card li:nth-child(2){
    transform: translateY(0);
    margin-top: 0;
  }
  .session-card li:nth-child(3){
    transform: translateY(0);
    margin-top: 0;
  }
  .session-card li:nth-child(4){
    transform: translateY(0);
    margin-top: 0;
    margin-bottom: 0;
  }
  .session-card__left{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .session-card__left .time{
    font-size: 16px;
  }
  .session-card__left .label{
    font-size: 10px;
    width: 110px;
    margin: 0;
  }
  h3.section-title{
    font-size: 16px;
    margin: 16px 0 10px;
  }
  .session-card__description .read-text{
    letter-spacing: 0;
  }
  .session-card__right{
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .session-card__speaker{
    margin-top: 0;
    position: relative;
  }
  .session-card__speaker-left{
    padding-top: 20px;
    width: 100%;
    text-align: right;
  }
  .session-card__speaker-title{
    display: none;
  }
  .session-card__speaker-description{
    font-size: 10px;
    border-bottom: 0;
  }
  .session-card__speaker-description span{
    font-size: 12px;
    margin: 0 0 2px;
  }
  .session-card__speaker-right{
    width: 34%;
    position: absolute;
    top: 48%;
    left: 0;
  }
  .session-card__speaker-right{
    opacity: 1;
  }
  .session-card__speaker-right::after{
    background: url(/cms/visumo/img/visumo_day_2023/sp/dot.png) center top / contain no-repeat;
    width: 19.2vw;
    height: 19.2vw;
    top: 13.33vw;
    left: 0;
  }
  .session-card__img{
    width: 80%;
    margin-left: auto;
    position: relative;
  }
  .scroll{
    display: none;
  }
  .bg-content02{
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
    overflow: hidden;
  }
  .bg-content02::before{
    content:"";
    background: url(/cms/visumo/img/visumo_day_2023/bg_contents_bottom01.png) center top / contain no-repeat;
    width: 40vw;
    height: 41vw;
    right: calc(13.87vw * -1);
    bottom: 162vw;
  }
  .bg-content02::after{
    content:"";
    background: url(/cms/visumo/img/visumo_day_2023/bg_contents_bottom02.png) center top / contain no-repeat;
    width: 76vw;
    height: 76vw;
    left: calc(21.33vw * -1);
    bottom: 5.33vw;
  }

  @keyframes circleanime {  
    0%, 100% {
      width: 100vw;
      height: 100vw;
      left: -48vw;
      border-radius: 53% 47% 74% 26%/55% 42% 58% 45%;
    }
    15% {
      border-radius: 20% 80% 64% 36%/40% 52% 48% 60%;
    }
    29% {
      border-radius: 44% 56% 78% 22%/60% 62% 38% 40%;
    }
    43% {
      width: 60vw;
      height: 60vw;
      left: -20vw;
      border-radius: 60% 40% 50% 50%/48% 32% 68% 52%;
    }
    57% {
      border-radius: 50% 50% 87% 13%/70% 44% 56% 30%;
    }
    71% {
      border-radius: 80% 20% 54% 46%/56% 62% 38% 44%;
    }
    85% {
      border-radius: 36% 64% 70% 30%/35% 55% 45% 65%;
    } 
  }
  @keyframes circleanime02 {  
    0%, 100% {
      width: 94vw;
      height: 94vw;
      right: -44vw;
      border-radius: 62% 38% 74% 26%/55% 32% 68% 45%;
    }
    15% {
      border-radius: 20% 80% 54% 46%/26% 52% 48% 74%;
    }
    29% {
      border-radius: 48% 52% 78% 22%/60% 68% 32% 40%;
    }
    43% {
      width: 60vw;
      height: 60vw;
      right: -20vw;
      border-radius: 72% 28% 24% 76%/38% 22% 78% 62%;
    }
    57% {
      border-radius: 50% 50% 50% 50%/70% 50% 50% 30%;
    }
    71% {
      border-radius: 80% 20% 64% 36%/56% 72% 28% 44%;
    }
    85% {
      border-radius: 36% 64% 70% 30%/25% 55% 45% 75%;
    } 
  }

  /* ===== overview ====== */
  .overview{
    padding-top: 60px;
    position: relative;
    z-index: 1;
  }
  .overview .section-container{
    padding: 0 25px;
  }
  .overview__frame dl:not(:first-child){
    margin-top: 10px;
  }
  .overview__frame dl dt{
    font-size: 12px;
    color: #fff;
    width: 100px;
    padding: 10px 14px;
    line-height: 2;
  }
  .overview__frame dl dd{
    font-size: 12px;
    padding: 10px 14px;
    line-height: 2;
  }
  .time-list{
    padding: 6px 0;
  }
  .time-list li:not(:first-child){
    margin-top: 10px;
  }
  .time-list .time{
    margin-right: 16px;
  }

  /* ===== 注意事項 ====== */
  .notes{
    font-size: 10px;
    padding-bottom: 60px;
  }
  .notes .section-container{
    padding: 0 25px;
  }
  .notes h2:not(:first-of-type){
    margin-top: 20px;
  }
  .notes li{
    line-height: 1.6;
  }

  /* ===== フッター ====== */
  footer{
    padding: 30px 0 70px;
  }
  footer picture img{
    width: 40%;
  }
  .footer__copyright{
    margin: 20px 0 0;
  }
}