div.contents20210602 {
  background: #fff;
}

div.contents20210602 h1,
div.contents20210602 h2,
div.contents20210602 h3,
div.contents20210602 p {
  margin: 0;
  padding: 0;
}

div.contents20210602 img {
  width: 100%;
}

div.contents20210602 div.contents20210602_top {
  width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 1025px) {
  div.contents20210602 div.contents20210602_top {
    width: 100%;
  }
}

div.contents20210602 div.title {
  width: 100%;
}

div.contents20210602 div.title h2 {
  font-family: "Anton", sans-serif;
  font-size: 40px;
  letter-spacing: 3px;
  padding: 16px 32px;
}

@media screen and (max-width: 640px) {
  div.contents20210602 div.title h2 {
    font-size: 24px;
    padding: 8px 16px;
  }
}

div.contents20210602 div.contents20210602_style {
  position: relative;
}

div.contents20210602 div.contents20210602_style div.slick-list {
  padding: 0 35% !important;
}

@media screen and (max-width: 1025px) {
  div.contents20210602 div.contents20210602_style div.slick-list {
    padding: 0 20% !important;
  }
}

div.contents20210602 div.contents20210602_style div.slick-slide {
  padding: 0 8px;
  position: relative;
}

div.contents20210602 div.contents20210602_style button.slick-arrow {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 60px;
  height: 100%;
  border: none;
  background: rgba(0, 0, 0, 0);
  text-indent: -9999px;
  cursor: pointer;
}

div.contents20210602 div.contents20210602_style button.slick-arrow::after {
  content: "";
  position: absolute;
  top: 45%;
  width: 30px;
  height: 30px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

div.contents20210602 div.contents20210602_style button.slick-arrow.slick-prev {
  left: 0;
}

div.contents20210602 div.contents20210602_style button.slick-arrow.slick-prev::after {
  left: 24px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

div.contents20210602 div.contents20210602_style button.slick-arrow.slick-next {
  right: 0;
}

div.contents20210602 div.contents20210602_style button.slick-arrow.slick-next::after {
  right: 24px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

div.contents20210602 div.mainitem {
  width: 520px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 128px 0;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  div.contents20210602 div.mainitem {
    width: 100%;
    padding: 24px;
  }
}

div.contents20210602 div.mainitem div {
  width: calc(100% / 3);
}

div.contents20210602 div.mainitem div.itemname {
  width: 100%;
}

div.contents20210602 div.mainitem div.itemname p {
  text-align: center;
  margin-top: 32px;
}

div.contents20210602 div.mainitem div.itemname p a {
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  font-family: "Anton", sans-serif;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.contents20210602 div.mainitem div.itemname p a:hover {
  background: rgba(0, 0, 0, 0.6);
}

div.contents20210602 div.mainitem div.itemname p a::after {
  content: "click";
  display: inline-block;
  margin-left: 12px;
  font-size: 11px;
  border: 1px solid #fff;
  padding: 0 12px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 769px) {
  div.contents20210602 div.mainitem div.itemname p a::after {
    content: "tap";
  }
}

div.contents20210602 div.mainitem div.itemtitle {
  position: absolute;
  top: 87px;
  left: -52px;
}

@media screen and (max-width: 640px) {
  div.contents20210602 div.mainitem div.itemtitle {
    top: 150px;
    left: 25px;
  }
}

div.contents20210602 div.mainitem div.itemtitle p {
  color: #8ce025;
  font-family: "Calligraffitti", cursive;
  font-size: 40px;
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
}

@media screen and (max-width: 640px) {
  div.contents20210602 div.mainitem div.itemtitle p {
    font-size: 28px;
  }
}

@media screen and (max-width: 325px) {
  div.contents20210602 div.mainitem div.itemtitle p {
    font-size: 25px;
  }
}

div.contents20210602 div.styleimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div.contents20210602 div.styleimg > div {
  width: 100%;
}

@media screen and (max-width: 640px) {
  div.contents20210602 div.styleimg > div {
    width: 100%;
  }
}

div.contents20210602 div.styleimg > div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 4px;
  border: 1px solid #ddd;
}

div.contents20210602 div.styleimg > div:nth-child(2) p {
  padding: 4px 8px;
}

@media screen and (max-width: 640px) {
  div.contents20210602 div.styleimg > div:nth-child(2) p {
    font-size: 12px;
  }
}

@media screen and (max-width: 321px) {
  div.contents20210602 div.styleimg > div:nth-child(2) p {
    font-size: 10px;
  }
}

div.contents20210602 div.styleimg > div:nth-child(2) p a {
  font-family: "Anton", sans-serif;
  color: #4f4f4f;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

div.contents20210602 div.styleimg > div:nth-child(2) p a:hover {
  color: #000;
}

div.contents20210602 div.styleimg > div span {
  display: block;
}

div.contents20210602 div.styleimg > div span:nth-child(1) {
  padding-left: 10%;
  padding-bottom: 5%;
}

div.contents20210602 div.styleimg > div span:nth-child(2) {
  padding-right: 10%;
  padding-top: 5%;
}
/*# sourceMappingURL=0602lastsummer.css.map */