@media screen and (min-width: 769px), print {
  .intro {
    font-size: 1.5rem;
    color: #000;
    line-height: 31.89px;
    text-align: center;
    background: url(../images/intro_bg.png) 0 0 no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .time {
    padding-top: 54px;
    padding-bottom: 67px;
  }
  .time dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e30049;
  }
  .time dl:first-child {
    border-top: 1px solid #e30049;
  }
  .time dl dt {
    width: 260px;
    font-size: 3rem;
    color: #fff;
    background-color: #e18f9b;
    border-left: 1px solid #e30049;
    border-right: 1px solid #e30049;
    text-align: center;
  }
  .time dl dt span {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .time dl dd {
    width: -webkit-calc(100% - 260px);
    width: -moz-calc(100% - 260px);
    width: calc(100% - 260px);
    border-right: 1px solid #e30049;
    font-size: 1.5rem;
    line-height: 31.89px;
    padding: 10px 45px;
  }
  #slider {
    width: 100%;
    margin: 0px auto;
  }
  #slider .slick-slide {
    outline: none;
    margin: 0;
  }
  #slider .slick-slide img {
    width: 100%;
  }
  .list_img ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list_img ul li {
    width: calc(100% / 6);
    height: 25vh;
    margin-bottom: 39px;
  }
  .list_img ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section#cur01 {
    margin: 50px 0;
  }
  section#cur02 figure,
  section#cur02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .c_tex {
    padding: 40px;
    background-color: #f9e4e7;
  }
  section#cur02 h3 {
    margin-bottom: 20px;
    color: #b02033;
    font-size: 160%;
    font-weight: 600;
  }
  section#cur02 {
    margin-bottom: 70px;
  }
  .btt_link a {
    width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .intro {
    font-size: 2.92969vw;
    color: #000;
    text-align: center;
    background: url(../images/intro_bg.png) 0 0 no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    padding: 7.8125vw 3.90625vw 9.11458vw;
  }
  .time {
    padding: 7.03125vw 3.90625vw 8.72396vw;
  }
  .time dl:last-child dd {
    border-bottom: 1px solid #e30049;
  }
  .time dl dt {
    font-size: 3.90625vw;
    color: #fff;
    background-color: #e18f9b;
    border: 1px solid #e30049;
    text-align: center;
    padding: 1.30208vw 3.90625vw;
  }
  .time dl dd {
    border-right: 1px solid #e30049;
    border-left: 1px solid #e30049;
    font-size: 2.92969vw;
    padding: 1.30208vw 3.90625vw;
  }
  #slider {
    width: 100%;
    margin: 0px auto;
  }
  #slider .slick-slide {
    outline: none;
    margin: 0;
  }
  #slider .slick-slide img {
    width: 100%;
  }
  .list_img {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
  .list_img ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list_img ul li {
    width: 48%;
    height: 32.29167vw;
    margin-bottom: 3.77604vw;
  }
  .list_img ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section#cur01 {
    margin: 50px 0;
  }
  section#cur02 figure,
  section#cur02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .c_tex {
    padding: 40px 20px;
    background-color: #f9e4e7;
  }
  section#cur02 h3 {
    margin-bottom: 20px;
    color: #b02033;
    font-size: 140%;
    font-weight: 600;
  }
  .c01 {
    order: 1;
  }
  .c02 {
    order: 2;
  }
  .c03 {
    order: 4;
  }
  .c04 {
    order: 3;
  }
  .c05 {
    order: 5;
  }
  .c06 {
    order: 6;
  }
  .c07 {
    order: 8;
  }
  .c08 {
    order: 7;
  }
  section#sec04 {
    margin-bottom: 70px;
    margin-top: 50px;
  }
  section#cur01 h2 {
    font-size: 130%;
  }
}
