@charset "UTF-8";
/* CSS Document */
body {
  background: url("../img/bg2.png"), url("../img/bg.png"), url("../img/bg5.png"), url("../img/bg4.png"), url("../img/bg3.png"), linear-gradient(to bottom, #8568A8 80px, #D5B329  1000px, #EEE0A9  1250px);
  background-size: 860px, 1650px auto, 1500px auto, 1470px auto, 450px auto, 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat, no-repeat;
  background-position: calc(50% - 220px) 500px, calc(50% - -300px) 80px, calc(50% - -250px) 0px, calc(50% - 220px) 60px, 0px 0px, 0px 0px;
  min-height: 100vh;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
}
.flex-wrap {
  width: calc(100% - 305px);
  padding: 0 0% 0 0%;
  margin: 0px 0px 0px 0px;
  display: block;
  position: relative;
}
.flex-wrap img {
  width: 100%;
  top: 0;
  margin: auto;
}
.theme {
  width: 100%;
  margin: 100px auto 0px auto;
}
.theme img {
  width: 100%;
}
.main_r_wrap {
  display: flex;
  justify-content: flex-end;
}
.info_box {
  margin: 0px 0px 0px 0px;
}
.info_box img {
  width: 100%;
}
.main_r {
  margin: 0px 0px 0px 0px;
  background: rgba(255, 255, 255, 0.5);
  width: 410px;
  padding: 10px 15px 0px 15px;
  height: 320px;
}
.main_r img {
  width: 100%;
  margin: 0px auto;
}
.information {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
  font-size: 4.0rem;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "Times New Roman", serif;
  color: #4B3A6C;
  background: url("../img/info.png");
  background-repeat: no-repeat;
  background-position: right 25px;
  background-size: calc(100% - 240px);
}
.date-wrap {
  width: 738px;
  margin: 25px 0 50px auto;
  padding: 3px;
  border-radius: 10px;
  background: linear-gradient(to left, #4B3A6C 0%, #D5B329);
  position: relative;
}
.date {
  width: 730px;
  margin: auto;
  padding: 25px 30px;
  height: 310px;
  overflow-y: scroll;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, .2);
}
.date dl {
  width: 100%;
  margin: 0px auto 10px auto;
  display: flex;
  flex-wrap: wrap;
  line-height: 150%;
}
.date dt {
  width: 90px;
  margin: 0px 0px 0px 0px;
}
.date dd {
  flex: 1;
  width: auto;
  padding: 0px auto;
  margin: 0px 0px 0px 0px;
}
.end-message{
  text-align: center;
  margin: 20px 50px 20px auto;
  width: 100%;
  border: 3px solid #9D2A26;
  background-color: #fff2f4;
  padding: 20px;
  font-weight: bold;
  line-height: 170%;
  color: #f00;
}
@media screen and (max-width:1060px) {
  body {
    background: url("../img/bg2.png"), url("../img/bg.png"), url("../img/bg5.png"), url("../img/bg3.png"), linear-gradient(to bottom, #8568A8 80px, #D5B329  1000px, #EEE0A9  1250px);
    background-repeat: no-repeat, no-repeat, no-repeat, repeat, no-repeat;
    background-size: 720px, 1150px auto, 110% auto, 300px auto, 100%;
    background-position: calc(50% - 250px) 360px, calc(50% - -100px) 80px, calc(50% - -0px) 300px, 0px 0px, 0px 0px;
  }
  .flex-wrap {
    width: 100%;
    padding: 0px;
  }
  .theme {
    width: 650px;
    margin: 80px 10% 0px 0;
  }
  .info_box {
    width: 650px;
    margin: 0px 10% 30px 0;
  }
  .date-wrap {
    width: 100%;
    margin: 25px 0 50px auto;
    padding: 3px;
  }
  .date {
    width: 100%;
  }
}
@media screen and (max-width:750px) {
  body {
    background: url("../img/bg2.png"), url("../img/bg.png"), url("../img/bg5.png"), url("../img/bg3.png"), linear-gradient(to bottom, #8568A8 80px, #D5B329  1000px, #EEE0A9  1250px);
    background-repeat: no-repeat, no-repeat, no-repeat, repeat, no-repeat;
    background-size: 600px, 1000px auto, 110% auto, 300px auto, 100%;
    background-position: calc(50% - 260px) 330px, calc(50% - -50px) 80px, calc(50% - 0px) 500px, 0px 0px, 0px 0px;
  }
  .theme {
    width: 85%;
  }
  .info_box {
    width: 85%;
    margin: 0px 10% 30px 0;
  }
}
@media screen and (max-width:650px) {
  body {
    background: url("../img/bg2_sp.png"), url("../img/bg.png"), url("../img/bg5.png"), url("../img/bg3.png"), linear-gradient(to bottom, #8568A8 80px, #D5B329  1000px, #EEE0A9  1250px);
    background-repeat: no-repeat, no-repeat, no-repeat, repeat, no-repeat;
    background-size: 100%, 750px auto, 110% auto, 300px auto, 100%;
    background-position: calc(50% - 0px) 23%, calc(50% - 0px) 80px, calc(50% - 0px) 700px, 0px 0px, 0px 0px;
  }
  .theme {
    width: 90%;
    margin: 60px auto 0px auto;
  }
  .info_box {

    width: 100%;
    margin: -10px 10% 200px 0;
  }
  .main_r {
    margin: 0px auto;
    width: 90%;
    padding: 15px;
    height: auto;
  }
  .main_r img {
    width: 90%;
    margin: 0px auto;
    display: block;
  }
  .date {
    padding: 5%;
  }
  .date dl {
    display: block;
  }
  .date dt {
    margin: 0px 0px 5px 0px;
  }
}
@media screen and (max-width:460px) {
  body {
    background: url("../img/bg2_sp.png"), url("../img/bg.png"), url("../img/bg3.png"), linear-gradient(to bottom, #8568A8 80px, #D5B329  1000px, #EEE0A9  1250px);
    background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    background-size: 100%, 150% auto, 200px auto, 100%;
    background-position: calc(50% - 0px) 19%, calc(50% - 0px) 80px, 0px 0px, 0px 0px;
  }
  
  .main_r {
    width: 100%;
}
  .main_r img {
    width: 100%;
  }
.information {
    font-size: 3.0rem;
    background-size: calc(100% - 180px);
}

}
@media screen and (max-width:400px) {}