/*******************************
teaser
*******************************/
#mv img {
  transform: scale(0.95);
  opacity: 0;
  transition: transform 0.5s linear;
  animation-duration: 1.5s;
  animation-fill-mode: both; }

.blur {
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s; }

@keyframes imageBlur {
  from {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(15px); }
  to {
    transform: scale(1);
    opacity: 1;
    filter: blur(0px); } }
#detail01 {
  display: flex;
  flex-wrap: wrap;
  width: 40em;
  max-width: 93%;
  margin: 4em auto 0; }
  @media screen and (max-width: 599px) {
    #detail01 {
      display: block;
      margin-top: 1.5em; } }
  #detail01 dl {
    font-family: "tot-shizukasmudgemin-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 250%;
    margin-bottom: 1.5em;
    width: 50%;
    text-align: center;
    transform: scale(0.95);
    opacity: 0;
    transition: transform 0.5s linear;
    animation-duration: 0.5s;
    animation-fill-mode: both; }
    @media screen and (max-width: 599px) {
      #detail01 dl {
        width: 100%;
        font-size: 137.5%; } }
    #detail01 dl dt {
      font-size: 60%; }

#detail02 {
  transform: scale(0.95);
  opacity: 0;
  transition: transform 0.5s linear;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  padding-bottom: 2em; }
  @media screen and (max-width: 599px) {
    #detail02 {
      padding: 2em 0 0; } }
  #detail02 h2 {
    font-family: "tot-shizukasmudgemin-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 112.5%;
    text-align: center;
    letter-spacing: 0.05em; }
  #detail02 .wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 93%;
    margin: 1em auto 0; }
    @media screen and (max-width: 599px) {
      #detail02 .wrap {
        margin-top: 0; } }
    #detail02 .wrap dl {
      text-align: center;
      margin: 0 2em; }
      @media screen and (max-width: 599px) {
        #detail02 .wrap dl {
          margin: 1.25em 1em 0; } }
      #detail02 .wrap dl dt {
        font-size: 75%; }
