@charset "utf-8";
/* CSS Document */
body {
  font-size: 15px;
  line-height: 2.1;
}
#container img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
#container p {
  margin: 0 auto;
}
div {
  margin: 0 auto;
}
#container .w60 {
  width: 60%;
}
#container .w80 {
  width: 80%;
}
#container .w100 {
  width: 100%;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  #container .w60 {
    width: 90%;
  }
  #container .w80 {
    width: 90%;
  }
  #container .w100 {
    width: 100%;
  }
}
/* -------------------- header -------------------- */
/* 背景色変更 不要な場合は削除 */
header {
  background-color: rgba(255, 255, 255, 0.30);
}
footer {
  margin-top: 0px;
}
/* -------------------- contents -------------------- */
#main {
  text-align: center;
  padding: 0% 0% 7%;
  background-color: steelblue;
  background-color: rgba(116, 183, 165, 1.00)
}
#main_visual {
  margin-bottom: 2%;
}
#main h1 {
  padding-bottom: 2.5%;
  max-width: 600px;
  width: 50%;
  margin: 0 auto;
}
#main p {
  width: 70%;
  margin: 0 auto;
  max-width: 600px;
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  font-weight: bold;
}
@media (max-width: 768px) {
  #main h1 {
    padding-top: 2.5%;
    padding-bottom: 3%;
    width: 75%;
  }
  #main p {
    width: 90%;
    margin: 0 auto;
    font-size: 0.9em;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
}
.day_box {
  padding: 20% 0% 5%;
}
#day1 {
  background-color: antiquewhite;
}
#day2 {
  background-color: #83C7B7;
}
#day3 {
  background-color: steelblue;
}
.day_box div {
  margin-bottom: 5%;
}
.day_box p {
  padding: 2% 0%;
  font-weight: bold;
}
div.day_title_box {
  max-width: 360px;
  background-color: #fff;
  padding: 3% 2%;
  border-radius: 1%;
  position: relative;
  margin-bottom: 10%;
}
.day_title_box p {
  padding: 10% 2% 0%;
  line-height: 2.2em;
}
.day_title {
  animation: rotationAnim 5s linear infinite;
  position: absolute;
  top: -6%;
  left: -8%;
  z-index: 9999;
  max-width: 120px;
}
@media (max-width: 768px) {
  div.day_title_box {
    max-width: 360px;
    width: 60%;
    padding: 4% 4%;
    margin-bottom: 15%;
  }
  .day_title_box p {
    line-height: 2.2em;
    font-size: 0.9em;
  }
  .day_title {
    animation: rotationAnim 5s linear infinite;
    position: absolute;
    top: -6%;
    left: -8%;
    z-index: 9999;
    max-width: 90px;
  }
}
@keyframes rotationAnim {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
ul.grid {
  display: grid;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  gap: 0;
  padding-bottom: 2%;
}
ul.grid li {
  margin: 0 auto;
  padding: 0px;
}
ul.grid li img {
  width: 100%;
}
ul.columns2 {
  grid-template-columns: 1fr 1fr;
}
ul.columns3 {
  grid-template-columns: 1fr 1fr 1fr;
}
ul.columns4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
ul.columns5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
ul.gap {
  gap: 15px;
}
@media (max-width: 768px) {
ul.columns4 {
  grid-template-columns: 1fr 1fr 1fr;
}
  ul.sp_columns2 {
    grid-template-columns: 1fr 1fr;
  }
  ul.sp_columns3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  ul.sp_columns4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  ul.sp_columns5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.coordi_link a {
  padding-left: 0.5%;
  font-weight: normal;
}
span.brand {
  font-weight: bold;
}
@media (max-width: 768px) {
  .coordi_link a {
    font-size: 0.9em
  }
}
.more_item {
  background-color: rgba(240, 240, 240, 1.00);
  padding: 3% 4%;
  position: relative;
  border-radius: 2.5%;
}
.more_tag {
  animation: rotationAnim 5s linear infinite;
  position: absolute;
  top: -8%;
  right: -4%;
  z-index: 9999;
  max-width: 110px;
}
.more_caption {
  text-align: center;
  font-weight: bold;
}
.more_item ul li p {
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  padding: 0% 4%;
}
@media (max-width: 768px) {
  #container .more_item {
	  width: 85%;
    padding: 15% 5% 8%;
    margin-top: 15%;
  }
  .more_tag {
    top: -4%;
    right: -3%;
    z-index: 9999;
    max-width: 80px;
  }
  .more_caption {
    text-align: center;
    font-weight: bold;
  }
  .more_item ul li p {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    padding: 0% 4%;
  }
}
@keyframes rotationAnim {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* -------------------- 表示非表示 -------------------- */
@media (min-width: 769px) {
  #container .sp_disp {
    display: none;
  }
}
@media (max-width: 768px) {
  #container .pc_disp {
    display: none;
  }
}
/* -------------------- アニメーション -------------------- */
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fadeRight {
  animation-name: fadeInRight;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}