@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
body {
  background: #E2D6A0;
  background-size: 100% 1030px;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 100vh;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  color: #2F2F2F;
}
.bg {
  background: url("../img/bg3.png"), url("../img/bg4.png"), url("../img/bg.png"), url("../img/bg2.jpg");
  background-size: 655px auto, 485px auto, 1450px auto, 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: calc(50% - 770px) top, calc(50% - -730px) bottom, center top 140px, center top;
  padding-inline: calc((100vw - 1200px) / 2);
}
.wrap {
  display: flex;
  margin: 0px auto;
  justify-content: space-between;
  aspect-ratio: 5 / 3.45;
  width: 100%;
  position: relative;
}
.info_wrap {
  padding: 60px 8% 20px 8%;
  background-color: #F2ECD3;
  border-radius: 15px;
  max-width: 1200px;
  width: 90%;
  margin: 80px auto 80px auto;
  color: #3D3D35;
}
h2.information {
  font-weight: 700;
  font-size: 3.5rem;
  vertical-align: middle;
  position: relative;
  padding: 0px 0px 20px 35px;
  letter-spacing: 3px;
}
h2.information:before {
  content: '';
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #3D3D35;
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.date {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto 85px auto;
  height: 200px;
  padding: 0px 0px;
  overflow-y: scroll;
  overflow: scroll;
}
.date dl {
  width: 100%;
  margin: 0px auto 20px auto;
  padding: 0;
  display: grid;
    align-items: flex-start;
  grid-template-columns: 120px 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  line-height: 150%;
}
.date dt {
  padding: 2px 0%;
  margin: 5px 10px 5px 0;
  font-size: 1.6rem;
  background-color: #E2D6A0;
  text-align: center;
  border-radius: 100vh;
}
.date dd {
  flex: 1;
  width: auto;
  padding: 0px auto;
  margin: 5px 0 5px 0;
  word-break: break-all;
}
.main_img {
  width: 100%;
  max-width: 770px;
  margin: 0px 0 0px auto;
  padding: 0px 0px 0px 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  position: absolute;
  bottom: 6%;
  right: -3%;
}
.main_l {
  width: 100%;
  aspect-ratio: 5 / 1.5;
}
.main_l img {
  width: 100%;
}
.theme {
  max-width: 570px;
  width: 100%;
  position: absolute;
  bottom: 40%;
  right: 0;
}
@media screen and (max-width:1200px) {
  .bg {
    background: url("../img/bg3_2.png"), url("../img/bg4_2.png"), url("../img/bg_sp.jpg"), url("../img/bg2.jpg");
    background-size: 35% auto, 30% auto, 100% auto, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left -50px top, right -50px bottom -50px, center top 190px, center top;
  }
  .wrap {
    aspect-ratio: 5 / 3.3;
  }
  .main_img {
    background-color: rgb(61 61 53 / 55%);
    padding: 2% 0% 0% 3%;
    border-radius: 20px 0% 0 20px;
    max-width: 740px;
    right: 0;
  }
  .theme {
    right: 3%;
    bottom: 45%;
  }
}
@media screen and (max-width:1024px) {
  .bg {
    background: url("../img/bg3_2.png"), url("../img/bg4_2.png"), url("../img/bg_sp.jpg"), url("../img/bg2.jpg");
    background-size: 40% auto, 35% auto, 100% auto, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left -50px top, right -50px bottom -50px, center top 120px, center top;
  }
  .wrap {
    display: block;
  }
  .theme {
    bottom: 0%;
    top: 20%;
    width: 80%;
  }
  .main_img {
    bottom: 0%;
    border-radius: 0;
  }
}
@media screen and (max-width:600px) {
  .main_img {
    display: block;
    position: static;
    border-radius: 0;
    padding: 5% 9% 5% 5%;
    max-width: 380px;
    width: 100%;
    margin: 60px auto 0px auto;
    background-color: rgb(61 61 53 / 80%);
  }
  .wrap {
    aspect-ratio: 0;
    width: 100%;
  }
  .main_l {
    width: 100%;
    aspect-ratio: 0;
  }
  .theme {
    position: static;
    margin: 80px auto 0px auto;
  }
  .info_wrap {
    margin: 50px auto;
  }
  h2.information {
    font-size: 2.5rem;
    padding: 0px 0px 10px 30px;
  }
  .date {
    padding: 0px 0%;
  }
  .date dl {
    padding: 15px 0%;
    display: block;
    border-radius: 0vh;
    border-radius: 5px;
  }
  .date dt {
    padding: 0px 0%;
    margin: 0 0% 5px 0;
    border-right: none;
    width: 120px;
  }
  .date dd {
    margin: 0;
  }
  .main_l:last-child {
    width: 100%;
    margin: 0px 0px 0px 20%;
  }
}
@media screen and (max-width:400px) {
  .main_img {
    width: 90%;
  }
}