@charset "utf-8";
html {
  font-size: 62.5%;
  background-color: #FFF;
}
a:link {
  color: #f48c8d;
  text-decoration: underline;
  transition: 0.3s;
}
a:visited {
  color: #f48c8d;
  text-decoration: underline;
}
a:hover {
  color: #f48c8d;
  text-decoration: none;
}
a[href*="tel:"] {
  cursor: default;
  color: #222;
  text-decoration: none;
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.center {
  text-align: center;
}
.right {
  text-align: right;
  font-size: 1.7rem;
  margin-top: 10px;
}
a img {
  transition: 0.3s;
}
a img:hover {
  opacity: 0.7;
}
picture {
  display: block;
}
.pc_none {
  display: none;
}
.att {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 1.7rem;
  font-weight: 500;
  margin-top: 10px;
}
.maT10 {
  margin-top: 10px;
}
.maT50 {
  margin-top: 50px;
}
.maB50 {
  margin-bottom: 50px;
}
.txt_left {
  text-align: left;
  margin-bottom: 30px;
}
.txt_right {
  text-align: right;
  margin-right: 4%;
}
body {
  font-size: 1.7rem;
  color: #000;
  line-height: 2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
/* ページ自体をふわっと表示 */
body {
  animation: fadein 1s forwards;
}
@keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/* header
------------------------------------------------- */
#main_wrap {
  max-width: 1920px;
  margin: auto;
  position: relative;
  text-align: center;
}
#main_wrap:after {
  content: "";
  background: #F4EFE9;
  background: linear-gradient(128deg, rgba(244, 239, 233, 1) 0%, rgba(234, 236, 222, 1) 49%, rgba(225, 230, 213, 1) 100%);
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10%;
  z-index: -1;
}
header {
  padding: 15px 30px;
}
.logo {
  width: 120px;
}
.logo img {
  width: 100%;
  height: auto;
}
main {
  padding: 0 4%;
}
main img {
  max-width: 100%;
  height: auto;
}
dl.day {
  font-size: 2rem;
  font-weight: 700;
  padding: 20px 0 25px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
}
dl.day dt {
  padding-right: 10px;
  border-right: solid 1px #000;
  margin-right: 20px;
}
.day dd strong {
  font-size: 200%;
  font-weight: 700;
  letter-spacing: 0.2em;
}
ul.navi {
  list-style: none;
  display: flex;
  justify-content: center;
  font-size: 18px;
}
ul.navi li {
  margin: 80px 70px;
}
ul.navi li a {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background-color: #000;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  position: relative;
  padding-top: 20px;
}
ul.navi li a:hover {
  background-color: #f48c8d;
}
ul.navi li a:before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #000;
  position: absolute;
  top: 5px;
  left: 5px;
  transform-origin: 67px 67px;
  z-index: -1;
  border-radius: 100%;
  animation: rotation 5s linear infinite;
}
ul.navi li a:after {
  content: '';
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  box-sizing: border-box;
  transition: 0.3s;
}
ul.navi li a:hover:after {
  bottom: 17px;
}
ul.navi li:last-child a:after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
ul.navi li:last-child a:hover:after {
  left: 5px;
}
ul.navi li:nth-child(2) a:before {
  top: 0px;
  left: 0px;
}
ul.navi li:nth-child(3) a:before {
  top: 3px;
  left: 5px;
}
ul.navi li img + img {
  margin-top: 8px;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
ul.navi li .subphrase {
  position: absolute;
  top: -40px;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #000;
  font-size: 22px;
}
/* 概要
------------------------------------------------- */
section.outline {
  background-color: #f4efe9;
  max-width: 1920px;
  margin: 0 auto 250px;
  position: relative;
  padding: 100px 4%;
  text-align: center;
  z-index: -2;
}
section.outline:after {
  content: "";
  background: #FFF;
  width: 15%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
section.outline p {
  margin-bottom: 30px;
}
h1.border {
  background-color: #FFF;
  padding: 20px 30px;
  text-align: center;
  border: solid 1px #000;
  border-radius: 15px;
  display: inline-block;
  font-size: 3.6rem;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.6;
}
h1.border a {
  display: block;
  text-decoration: none;
  color: #000;
}
h1.border a:hover {
  color: #000;
}
h1.border img {
  display: block;
  margin: auto;
}
h2.ttl_h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 100px;
}
h2.ttl_h2 span {
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
h2.ttl_h2 span:before, h2.ttl_h2 span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  transform: rotate(60deg);
}
h2.ttl_h2 span:before {
  left: 0;
}
h2.ttl_h2 span:after {
  right: 0;
  transform: rotate(-60deg);
}
article.mind {
  position: relative;
  max-width: 800px;
  margin: auto;
}
.camera1 {
  position: absolute;
  top: -30px;
  left: 15%;
  transform: rotate(-15deg);
}
.camera2 {
  position: absolute;
  top: -20px;
  right: 15%;
  transform: rotate(10deg);
}
dl.vertical_option {
  position: absolute;
  left: 2%;
  top: 80px;
  display: flex;
  align-items: flex-start;
  width: 20%;
}
dl.vertical_option dt {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 100px;
  line-height: 1.1;
}
dl.vertical_option dd {
  margin-top: 100px;
  overflow: hidden;
  width: 180px;
  height: 900px;
}
dl.vertical_option dd img {
  height: calc(100% + 100px);
  width: auto;
}
.hanabi1 {
  position: absolute;
  right: 3%;
  top: 250px;
  z-index: 50;
}
.hanabi2 {
  position: absolute;
  right: 10%;
  top: 550px;
  z-index: 60;
}
/* お盆って？プレゼント内容
------------------------------------------------- */
section.present {
  max-width: 1920px;
  margin: 0 auto 150px;
  position: relative;
  padding: 0px 0 0 15%;
}
section.present:after {
  position: absolute;
  background-image: url("../images/obon_bg.webp");
  background-size: cover;
  background-position: center;
  width: 7%;
  height: 50%;
  top: 300px;
  left: 0;
  content: "";
}
.present_flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 1400px;
}
section.present article {
  width: 41%;
  position: relative;
}
.present_flex img {
  max-width: 100%;
  height: auto;
}
.blue_bg {
  padding: 15%;
  box-sizing: border-box;
  background-image: url("../images/obon_bg.webp");
  background-size: cover;
  background-position: center;
}
section.present article p {
  margin-bottom: 20px;
}
h1.underborder {
  font-size: 3.6rem;
  font-weight: 700;
  border-bottom: solid 2px #FFF;
  margin-bottom: 30px;
  display: inline-block;
}
h1.underborder span {
  font-size: 50px;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  position: absolute;
  top: 20px;
  right: 10%;
  color: #FFF;
  transform: rotate(10deg);
}
.ohakamairi {
  text-align: center;
  margin-top: -40px;
}
.present_contents {
  text-align: center;
  margin: 30px 70px 0;
  font-size: 2.6rem;
  font-weight: 700;
}
h1.ribbon {
  line-height: 40px;
  position: relative;
  height: 40px;
  margin: 70px 0 20px;
  padding: 0 30px;
  text-align: center;
  color: #fff;
  background: #b9b046;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
}
h1.ribbon:before, h1.ribbon:after {
  position: absolute;
  top: 0;
  display: block;
  height: 30px;
  content: '';
  border: 20px solid #b9b046;
}
h1.ribbon.silver {
  background: #989898;
}
h1.ribbon.silver:before, h1.ribbon.silver:after {
  border: 20px solid #989898;
}
h1.ribbon.bronze {
  background: #ac8975;
}
h1.ribbon.bronze:before, h1.ribbon.bronze:after {
  border: 20px solid #ac8975;
}
h1.ribbon.blue {
  background: #3cb6b9;
}
h1.ribbon.blue:before, h1.ribbon.blue:after {
  border: 20px solid #3cb6b9;
}
h1.ribbon:before {
  left: -35px !important;
  border-left-width: 15px !important;
  border-left-color: transparent !important;
}
h1.ribbon:after {
  right: -35px !important;
  border-right-width: 15px !important;
  border-right-color: transparent !important;
}
h1.ribbon span {
  position: relative;
  display: block;
}
h1.ribbon span i {
  font-style: normal;
  font-size: 50px;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  position: absolute;
  top: -50px;
  left: -200px;
  transform: rotate(-10deg);
  color: #000;
}
.kabutomushi {
  position: relative;
}
.kabutomushi span {
  position: absolute;
  top: 0;
  left: 30px;
}
.kabutomushi span {
  animation: kurukuru 1s steps(2, start) infinite;
}
@keyframes kurukuru {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
ul.present_item {
  list-style: none;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: center;
}
ul.present_item li {
  border-radius: 15px;
  border: solid 1px #000;
  padding: 20px;
  display: inline-block;
  min-width: 350px;
  margin: 5px 0;
  position: relative;
  background-color: #FFF;
}
ul.present_item li i {
  font-style: normal;
  font-weight: 500;
  font-size: 1.7rem;
}
ul.present_item li span {
  position: absolute;
  bottom: 0;
  right: -120px;
  transform: rotate(10deg);
}
ul.present_item li:last-child span {
  right: -80px;
}
ul.present_item li strong {
  font-size: 200%;
  background: linear-gradient(transparent 80%, #ff6 80%);
  display: inline-block;
}
ul.present_item li:nth-child(2) {
  border-radius: 100%;
  font-size: 26px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  min-width: inherit;
}
.btn a {
  display: inline-block;
  background-color: #000;
  text-decoration: none;
  color: #FFF;
  border-radius: 100px;
  padding: 10px 50px;
  font-size: 1.7rem;
  font-weight: 500;
  position: relative;
}
.btn a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.btn a:hover {
  background-color: #f48c8d;
}
/* Photo Gallery
------------------------------------------------- */
section.photo_gallery {
  background-color: #f4efe9;
  max-width: 1920px;
  margin: 0 auto 200px;
  position: relative;
  padding: 0px 0 100px;
  overflow: hidden;
  z-index: -3;
}
.character {
  position: absolute;
  top: 27px;
  left: 67%;
}
section.photo_gallery:before {
  content: "";
  background: #FFF;
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
section.photo_gallery:after {
  content: "";
  background: #FFF;
  width: 15%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.gallery_txt_area {
  margin: 50px 0 70px 10%;
}
section.photo_gallery h1 {
  font-size: 100px;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1.2;
  transform: rotate(-3deg);
  margin-bottom: 50px;
}
section.photo_gallery h1 span {
  display: inline-block;
  margin-left: 50px;
  transform: rotate(10deg);
}
.gallery_mgn {
  margin-left: 10%;
}
ul.photo_slider {
  list-style: none;
  align-items: center;
  padding: 30px 0 70px;
}
xul.photo_slider li {
  position: relative;
  transform: rotate(-3deg);
}
ul.photo_slider li:before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #666;
  position: absolute;
  top: -10px;
  left: 10px;
  transform: rotate(5deg);
  z-index: -1;
  background: rgba(255, 255, 255, 0.3);
}
ul.photo_slider li:nth-child(even):before {
  transform: rotate(-2deg);
  top: -2%;
}
ul.photo_slider li img {
  width: 100%;
  height: auto;
  padding: 10px 10px 50px 10px;
  background-color: #FFF;
  border: solid 1px #000;
}
xul.photo_slider li:first-child {
  transform: rotate(-3deg);
}
xul.photo_slider li:nth-child(2) {
  transform: rotate(2deg);
}
xul.photo_slider li:nth-child(3) {
  transform: rotate(4deg);
}
xul.photo_slider li:nth-child(4) {
  transform: rotate(-5deg);
}
xul.photo_slider li:nth-child(2):before {
  transform: rotate(-5deg);
  top: 2%;
}
xul.photo_slider li:nth-child(3):before {
  transform: rotate(7deg);
  top: -3%;
}
xul.photo_slider li:nth-child(4):before {
  transform: rotate(5deg);
  top: -3%;
}
ul.splide__list li img {
  max-width: 100%;
  height: auto;
}
/* 応募方法
------------------------------------------------- */
section.apply {
  max-width: 1920px;
  margin: 0 auto 100px;
  padding: 0 0 100px 10%;
  background-image: url("../images/bg.webp");
  background-size: cover;
}
h1.normal {
  font-size: 3.6rem;
  margin-bottom: 70px;
  position: relative;
  display: inline-block;
  padding: 0 100px;
}
h1.normal span {
  font-style: normal;
  font-size: 30px;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  position: absolute;
  top: -10px;
  right: -10px;
  transform: rotate(-7deg);
  color: #000;
}
.apply_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1500px;
}
.apply_flex article {
  display: flex;
  justify-content: space-between;
  width: 46%;
  text-align: left;
  max-width: 700px;
  xmargin-left: 4%;
  padding: 100px 5% 80px;
}
.apply_flex article:first-child {
  background: rgba(240, 239, 213, 0.9);
}
.apply_flex h2 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 70px;
  line-height: 1.1;
  display: flex;
  align-items: center;
}
.apply_flex h2 img {
  margin-top: 30px;
}
dl.step {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5;
}
dl.step dt {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #FFF;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 40px;
  xcolor: #fff;
  text-align: center;
  line-height: 60px;
  position: relative;
  margin-bottom: 70px;
  border: solid 1px #000;
}
dl.step dt span {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
  color: #000;
  font-size: 2.2rem;
}
dl.step dd {
  width: calc(100% - 90px);
  margin-bottom: 70px;
}
dl.step dd strong {
  font-weight: 700;
}
dl.step dd span.border {
  border: solid 1px #000;
  border-radius: 5px;
  padding: 2px 10px;
  display: inline-block;
  margin-top: 5px;
  background-color: #FFF;
}
ol.flow_step {
  font-size: 1.5rem;
  margin-top: 5px;
  margin-left: 1.2em;
}
ol.flow_step li {
  margin-top: 2px;
  color: #e70082;
}
.att {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 1.5rem;
  margin-top: 5px;
  display: block;
}
.marker {
  background: linear-gradient(transparent 80%, #ff6 80%);
}
.blue_bg_color {
  background-color: #d1e5e7;
  background-color: rgba(209, 229, 231, 0.9);
  margin-top: 200px;
}
.comment {
  margin-left: 100px;
}
/* 応募要項
------------------------------------------------- */
section.guide {
  max-width: 900px;
  margin: 0 auto 200px;
  padding: 3% 5%;
  border: solid 1px #000;
  xborder-radius: 20px;
  text-align: center;
  position: relative;
}
section.guide:before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #666;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(3deg);
  z-index: -1;
}
dl.info {
  text-align: left;
  line-height: 1.6;
  margin-bottom: 70px;
}
dl.info dt {
  font-weight: 700;
  margin-bottom: 5px;
}
dl.info dd {
  margin-bottom: 30px;
}
/* 賞品
------------------------------------------------- */
section.prize {
  max-width: 1920px;
  margin: 0 auto 150px;
  position: relative;
  padding: 0 15% 0 4%;
  text-align: center;
  z-index: -3
}
section.prize:after {
  position: absolute;
  background-image: url("../images/obon_bg.webp");
  background-size: cover;
  background-position: center;
  width: 7%;
  height: 70%;
  top: 300px;
  right: 0;
  content: "";
  z-index: -2;
}
.cracker {
  position: absolute;
  top: 110px;
  right: 25%;
  transform: rotate(10deg);
}
.present_vertical {
  position: absolute;
  bottom: 30%;
  right: 3%;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 100px;
  line-height: 1.1;
}
.prize_flex {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.prize_flex article {
  width: 48%;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 50px 5% 80px;
  box-sizing: border-box;
  margin-top: 150px;
}
.prize_flex article:nth-child(odd) {
  margin-top: 0;
}
.beige_bg {
  background-image: url("../images/prize_bg.webp");
  background-size: cover;
  background-position: center;
}
ul.present_photo {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
ul.present_photo li {
  width: 46%;
  aspect-ratio: 16 / 11;
  position: relative;
}
ul.present_photo li img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}
ul.present_photo li span {
  position: absolute;
  top: -35px;
  right: -10px;
  transform: rotate(5deg);
  font-size: 15px;
  font-weight: 500;
  color: #e70082;
}
.persons strong {
  font-size: 200%;
  line-height: 1.1;
}
/* プロモーション動画
------------------------------------------------- */
section.promotion {
  max-width: 1000px;
  margin: 0 auto 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.promotion .vsm-tile {
  width: 45%;
  border: solid 1px #000;
}
section.promotion h1 {
  width: 45%;
}
section.promotion h1 {
  position: relative;
  display: grid;
  place-items: center;
  padding: 40px 20px;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  line-height: 1.6;
}
section.promotion h1:before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 70px;
  width: 15px;
  height: 15px;
  transform: rotate(135deg);
  box-sizing: border-box;
  background-color: #ffffff;
}
section.promotion h1:after {
  content: "";
  position: absolute;
  top: 92%;
  right: 65px;
  width: 20px;
  height: 1px;
  transform: rotate(50deg);
  box-sizing: border-box;
  background-color: #000;
}
section.promotion h1 > .ornament {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(3px) translateY(3px); /* 位置をややズラす */
  border-radius: 50%;
  background-color: #d1e5e7;
  pointer-events: none; /* クリック不可にする（下のテキストに触れるように） */
  mix-blend-mode: multiply; /* 乗算 */
}
/* みんなの投稿
------------------------------------------------- */
section.post {
  max-width: 1920px;
  margin: 0 auto 250px;
  padding: 0 4%;
  text-align: center;
}
section.post .sns {
  background: rgba(240, 239, 213, 0.9);
  padding: 4%;
  margin-bottom: 150px;
}
section.post .sns:nth-child(2) {
  background: rgba(209, 229, 231, 0.9);
}
.h2_sns {
  line-height: 1;
  margin-bottom: 50px;
}
.white_bg {
  background-color: #FFF;
}
/* footer
------------------------------------------------- */
footer {
  text-align: center;
  padding: 0 4% 50px;
  position: relative;
}
footer a {
  text-decoration: none !important;
  color: #000 !important;
}
footer a:hover {
  text-decoration: underline;
  color: #666 !important;
}
.footer_logo {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer_logo img {
  display: block;
  margin: auto;
}
dl.sponcer {
  display: flex;
  border: solid 1px #000;
  padding: 7px 5px;
  border-radius: 5px;
  font-size: 15px;
  max-width: 200px;
  margin: auto;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
dl.sponcer:hover {
  background-color: #000;
  color: #FFF;
}
dl.sponcer:hover dt {
  border-right: solid 1px #fff;
}
dl.sponcer dt {
  border-right: solid 1px #000;
  width: 60px;
  padding-right: 5px;
}
dl.sponcer dd {
  width: calc(100% - 65px);
}
footer ul {
  list-style: none;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
}
footer ul li a {
  margin: 10px 20px 10px;
  text-decoration: none !important;
}
.copy {
  font-size: 1.5rem;
  margin-top: 30px;
}
/* クラス付与時の指定 */
.page_top {
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 60px;
  height: 60px;
  font-size: 16px;
  color: #fff;
  background: #000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 999;
}
.page_top:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 45%;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page_top:hover {
  background-color: #f48c8d;
}
.is-active {
  opacity: 1 !important;
  visibility: visible !important;
}
.horse {
  position: absolute;
  right: 4%;
  top: -60px;
}
/* 応募規約
------------------------------------------------- */
section.kiyaku {
  max-width: 900px;
  margin: 50px auto 100px;
  padding: 3% 5%;
  border: solid 1px #000;
  text-align: center;
  font-size: 1.6rem;
}
dl.info ul {
  margin: 10px 0 0 20px;
}
dl.info ul li {
  margin-bottom: 10px;
}
.thanks {
  text-align: center;
  font-size: 2rem;
  padding: 50px 4% 10px;
}
/* アニメーション用
------------------------------------------------- */
.js-animationText {
  display: flex;
}
.word {
  display: flex;
  margin: 0 0.5rem;
}
.buruburu {
  animation: buruburu 2s infinite;
}
@keyframes buruburu {
  0% {
    transform: translate(0px, 2px);
  }
  5% {
    transform: translate(0px, -2px);
  }
  10% {
    transform: translate(0px, 2px);
  }
  15% {
    transform: translate(0px, -2px);
  }
  20% {
    transform: translate(0px, 2px);
  }
  25% {
    transform: translate(0px, -2px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
.kakukaku {
  animation: pikopiko 1s steps(2, start) infinite;
}
@keyframes pikopiko {
  0% {
    transform: rotate(8deg);
  }
  to {
    transform: rotate(-3deg);
  }
}
.purun.is-active {
  animation: purun 0.8s linear 0s 1;
}
@keyframes purun {
  0% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
.huwahuwa {
  animation: huwahuwa 2s infinite;
}
@keyframes huwahuwa {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/* 結果発表
------------------------------------------------- */
h1.award {
  font-size: 4rem;
  position: relative;
  padding: 20px;
  font-weight: 700;
  line-height: 1.4;
}
h1.award span {
  display: block;
  font-size: 2rem;
}
.award_thanks {
  text-align: center;
  font-size: 2rem;
  padding: 50px 4% 10px;
}
section.award {
  max-width: 1920px;
  margin: 0 auto 100px;
  position: relative;
  padding: 100px 4%;
  text-align: center;
}
.sticky {
  position: sticky;
  top: -10px;
  z-index: 999;
}
ul.award_menu {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 80px 4% 20px;
  position: relative;
  background-color: #FFF;
  margin-top: 10px;
}
ul.award_menu:before {
  background-color: #000;
  width: 50%;
  height: 3px;
  content: "";
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  z-index: 1;
}
ul.award_menu li {
  min-width: 150px;
  text-align: center;
  position: relative;
}
ul.award_menu li:before {
  background-color: #000;
  width: 100%;
  height: 3px;
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  z-index: 2;
}
ul.award_menu li a {
  text-decoration: none;
  padding: 10px 20px 10px;
  font-size: 1.8rem;
  display: block;
  border-radius: 50px;
  background-color: #000;
  color: #FFF;
  z-index: 15;
  position: relative;
}
ul.award_menu li a:hover {
  color: #FFF;
  background-color: #b9b046;
}
ul.award_menu li.silver a:hover {
  background-color: #989898;
}
ul.award_menu li.bronze a:hover {
  background-color: #ac8975;
}
ul.award_menu li.blue a:hover {
  background-color: #3cb6b9;
}
ul.award_menu li.current a {
  color: #FFF;
  background-color: #b9b046;
}
ul.award_menu li.silver.current a {
  background-color: #989898;
}
ul.award_menu li.bronze.current a {
  background-color: #ac8975;
}
ul.award_menu li.blue.current a {
  background-color: #3cb6b9;
}
ul.award_menu li.chara {
  position: absolute;
  right: 10px;
  bottom: 2px;
  z-index: 20;
}
ul.award_menu li.chara:before {
  content: none;
}
ul.award_menu li.chara span {
  font-style: normal;
  font-size: 30px;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  position: absolute;
  top: -40px;
  right: 0;
  transform: rotate(-7deg);
  color: #000;
}
h1.photo_ttl {
  font-size: 3rem;
  margin-bottom: 20px;
}
section.award article {
  max-width: 1000px;
  margin: 0 auto 100px;
  padding: 0 5% 3%;
  border: solid 1px #000;
  xborder-radius: 20px;
  text-align: center;
  position: relative;
  background-color: #fff;
}
section.award article:before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #666;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(3deg);
  z-index: -1;
  background-color: #f4efe9;
}
.award_photo img {
  height: auto;
  display: block;
  margin: 0 auto;
  max-height: 768px;
  max-width: 100%;
  width: auto;
}
.vertical_option_award {
  position: absolute;
  left: 2%;
  top: 200px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 100px;
  line-height: 1.1;
}
dl.award_name {
  margin: 30px 0;
  line-height: 1.5;
}
dl.award_name dt {
  font-size: 1.6rem;
}
dl.award_name dd {
  font-size: 2.6rem;
  font-weight: 600;
}
dl.award_name dd span {
  font-size: 2rem;
  margin-left: 10px;
}
.award_comment {
  font-size: 1.6rem;
  text-align: left;
  margin: auto;
  line-height: 1.8;
  max-width: 768px;
}
.award_comment p {
  margin-bottom: 20px;
}
dl.btn_award {
  text-align: center;
  max-width: 800px;
  margin: 50px auto 50px;
  position: relative;
}
dl.btn_award:before{
  content: url("../images/cracker.svg");
  transform: scaleX(-1);
  position:absolute;
  top: -50px;
  left: -30px;
  display: inline-block;
  width: 100px;
  height: 100px;
}
dl.btn_award:after{
  content: url("../images/cracker.svg");
  position:absolute;
  top: -50px;
  right: -30px;
  display: inline-block;
  width: 100px;
  height: 100px;
}
dl.btn_award dt {
  font-size: 3rem;
  margin-bottom: 5px;
  font-weight: 700;
}
dl.btn_award dt span {
  position: relative;
  display: inline-block;
  padding: 0 40px;
}
dl.btn_award dt span:before, dl.btn_award dt span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 36px;
  height: 2px;
  background-color: #f48c8d;
  transform: rotate(60deg);
}
dl.btn_award dt span:before {
  left: 0;
}
dl.btn_award dt span:after {
  right: 0;
  transform: rotate(-60deg);
}
dl.btn_award ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  border-radius: 20px;
  border: solid 1px #000;
}
dl.btn_award ul li {
  flex: 33.333%;
}
dl.btn_award a:hover {
  opacity: 0.7;
}
dl.btn_award ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
dl.btn_award a ul li img:hover {
  opacity: 1;
}
dl.btn_award ul li:nth-child(1) img {
  border-radius: 20px 0 0 0;
  height: 50%;
}
dl.btn_award ul li:nth-child(1) img + img {
  border-radius: 0 0 0 20px;
}
dl.btn_award ul li:nth-child(3) img {
  border-radius: 0 20px 0 0;
   height: 50%;
}
dl.btn_award ul li:nth-child(3) img + img {
  border-radius: 0 0 20px 0;
}