@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 1280px) {
  /* main
------------------------------------------------- */
  img {
    max-width: 100%;
    height: auto;
  }
  .br {
    display: none;
  }
  .pc_none {
    display: block;
  }
  body {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .hanabi1 {
    width: 12%;
  }
  .hanabi2 {
    width: 10%;
  }
  dl.vertical_option {
    top: 100px;
  }
  dl.vertical_option dt {
    font-size: 50px;
  }
  dl.vertical_option dd {
    width: 80px;
    height: 400px;
  }
  dl.vertical_option dd img {
    max-width: inherit !important;
  }
  h1.underborder span {
    font-size: 30px;
  }
  h1.underborder span {
    font-size: 30px;
  }
  h1.ribbon span i {
    font-size: 30px;
    left: -80px;
  }
  section.present {
    padding: 0px 0 0 10%;
  }
  section.present article {
    width: 46%;
  }
  .present_contents {
    margin: 30px 2%;
    font-size: 2rem;
  }
  ul.present_item li {
    min-width: 250px;
  }
  ul.present_item li span {
    width: 120px;
    right: -70px;
  }
  ul.present_item li:last-child span {
    right: -70px;
    width: 100px;
  }
  section.apply {
    padding: 0 0 100px 0;
  }
}
@media only screen and (max-width: 980px) {
  .att {
    font-size: 1.4rem;
  }
  /* header
------------------------------------------------- */
  #main_wrap:after {
    width: 100%;
    left: 0;
  }
  header {
    padding: 10px 4%;
  }
  .logo {
    width: 80px;
    margin: auto;
  }
  dl.day {
    font-size: 1.4rem;
    padding: 15px 0;
    flex-direction: column;
    align-items: center;
  }
  dl.day dt {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
  }
  .day dd strong {
    font-size: 150%;
    letter-spacing: 0.1em;
  }
  ul.navi {
    font-size: 12px;
  }
  ul.navi li {
    margin: 50px 10px 50px;
  }
  ul.navi li a {
    width: 90px;
    height: 90px;
	padding-top: 15px;
  }
  ul.navi li img {
    width: 30px;
    height: 30px;
  }
  ul.navi li a:before {
    width: 90%;
    height: 90%;
    transform-origin: 45px 45px;
  }
  ul.navi li a:after {
    bottom: 10px;
}
ul.navi li:last-child a:after {
    bottom: 10px;
}
  ul.navi li .subphrase {
    top: -25px;
    font-size: 15px;
  }
  /* 概要
------------------------------------------------- */
  section.outline {
    margin: 0 auto 100px;
    padding: 50px 8% 50px 2%;
  }
  section.outline:after {
    width: 6%;
  }
  section.outline p {
    margin-bottom: 20px;
  }
  h1.border {
    padding: 15px;
    border-radius: 10px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  h1.border img {
    display: block;
    margin: auto;
    width: 100px;
  }
  h2.ttl_h2 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 100px;
  }
  .camera1 {
    top: -90px;
    left: 20%;
  }
  .camera2 {
    top: -80px;
    right: 20%;
  }
  dl.vertical_option {
    left: inherit;
    right: 0;
    top: inherit;
    bottom: -50px;
    flex-direction: column;
    align-items: center;
    width: auto;
  }
  dl.vertical_option dt {
    font-size: 30px;
    line-height: 1;
  }
  dl.vertical_option dd {
    margin-top: 50px;
    width: 50px;
    height: 250px;
  }
  dl.vertical_option dd img {
    height: calc(100% + 50px);
    width: auto;
  }
  .hanabi1 {
    left: 3%;
    top: 300px;
  }
  .hanabi2 {
    position: absolute;
    left: 2%;
    top: 580px;
    z-index: 60;
  }
  /* お盆って？プレゼント内容
------------------------------------------------- */
  section.present {
    margin: 0 auto 50px;
    padding: 0;
  }
  section.present:after {
    width: 2%;
    height: 40%;
    top: 300px;
    left: 0;
    content: "";
  }
  .present_flex {
    flex-direction: column;
  }
  section.present article {
    width: 92%;
    margin-left: auto;
  }
  .blue_bg {
    padding: 50px 8%;
  }
  h1.underborder {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .ohakamairi img {
    width: 80%;
  }
  .present_contents {
    margin: auto;
    font-size: 1.7rem;
  }
  h1.ribbon {
    margin: 40px 0 20px;
    padding: 0 20px;
    font-size: 15px;
  }
  h1.ribbon:before {
    left: -30px !important;
  }
  h1.ribbon:after {
    right: -30px !important;
  }
  .kabutomushi {
    margin: 50px auto 0;
    width: 70%;
  }
  .kabutomushi span {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 50px;
  }
  ul.present_item {
    list-style: none;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  ul.present_item li {
    border-radius: 10px;
    padding: 20px;
    margin: 5px 0;
  }
  ul.present_item li i {
    font-size: 1.7rem;
  }
  ul.present_item li span {
    position: absolute;
    bottom: -40px;
    right: -30px;
    transform: rotate(10deg);
  }
  ul.present_item li:last-child span {
    right: -30px;
    width: 80px;
  }
  ul.present_item li:nth-child(2) {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .btn a {
    font-size: 1.5rem;
  }
  /* Photo Gallery
------------------------------------------------- */
  section.photo_gallery {
    margin: 0 auto 50px;
    padding: 50px 0 50px;
    z-index: -3;
  }
  section.photo_gallery:before {
    height: 80px;
  }
  section.photo_gallery:after {
    width: 12%;
  }
  .character{
	position: absolute;
	top: 19px;
	left: inherit;
	right: 10px;
	width: 140px;
}
  .gallery_txt_area {
    margin: 0 0 30px 4%;
  }
  section.photo_gallery h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  section.photo_gallery h1 span {
    margin-left: 20px;
    width: 30px;
  }
  .gallery_mgn {
    margin-left: 14%;
  }
  ul.photo_slider {
    padding: 30px 0 50px;
  }
  ul.photo_slider li {
    position: relative;
  }
  ul.photo_slider li:before {
    top: -10px;
    left: 2px;
    transform: rotate(3deg);
  }
  ul.photo_slider li img {
    padding: 5px 5px 20px 5px;
  }
  /* 応募方法
------------------------------------------------- */
  section.apply {
    margin: 0 auto 100px;
    padding: 50px 0 0 0;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
  }
  h1.normal {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  h1.normal span {
    font-size: 20px;
    top: -20px;
    right: 10px;
  }
  .apply_flex {
    flex-direction: column;
  }
  .apply_flex article {
    width: 96%;
    text-align: left;
    padding: 50px 4% 0 4%;
    margin-bottom: 50px;
    flex-direction: column;
    align-items: center;
  }
  .apply_flex h2 {
    font-size: 30px;
    writing-mode: horizontal-tb;
    margin-bottom: 30px;
  }
  .apply_flex h2 img {
    margin-top: 0;
    margin-left: 20px;
    width: 30px;
  }
  dl.step {
    width: 100%;
    align-items: flex-start;
  }
  dl.step dt {
    width: 40px;
    height: 40px;
    background-color: #000;
    font-size: 26px;
    color: #fff;
    line-height: 40px;
    margin-top: 20px;
  }
  dl.step dt span {
    top: -35px;
  }
  dl.step dd {
    width: calc(100% - 60px);
    margin-bottom: 40px;
  }
  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;
  }
  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 {
    margin-top: 0;
    width: 96% !important;
    margin: 0 0 0 4%;
  }
  .comment {
    margin: 0 4%;
    text-align: left;
  }
  /* 応募要項
------------------------------------------------- */
  section.guide {
    margin: 0 auto 100px;
    padding: 30px 4%;
    width: 92%;
  }
  section.guide:before {
    content: none;
  }
  dl.info {
    line-height: 1.5;
    margin-bottom: 50px;
  }
  dl.info dd {
    font-size: 1.4rem;
  }
  /* 賞品
------------------------------------------------- */
  section.prize {
    margin: 0 auto 100px;
    padding: 0 4% 0 4%;
  }
  section.prize:after {
    content: none;
  }
  .cracker {
    position: static;
    width: 80px;
    margin: -60px 30px 10px auto;
  }
  .present_vertical {
    display: none;
  }
  .prize_flex {
    flex-direction: column;
  }
  .prize_flex article {
    width: 100%;
    font-size: 1.7rem;
    padding: 10px 4% 50px;
    margin-top: 0px;
    margin-bottom: 30px;
    background-image: url(../images/prize_bg.webp);
    background-size: cover;
    background-position: center;
  }
  .prize_flex article:nth-child(odd) {
    margin-top: 0;
  }
  ul.present_photo li {
    width: 47%;
  }
  ul.present_photo li img {
    border-radius: 10px;
  }
  /* プロモーション動画
------------------------------------------------- */
  section.promotion {
    margin: 0 auto 100px;
    flex-direction: column;
  }
  section.promotion .vsm-tile {
    width: 80%;
  }
  section.promotion h1 {
    width: 80%;
    margin-bottom: 30px;
  }
  section.promotion h1 {
    padding: 40px 0px;
  }
  /* footer
------------------------------------------------- */
  footer {
    padding: 0 4% 30px;
  }
  .footer_logo {
    font-size: 1.5rem;
  }
  dl.sponcer {
    font-size: 14px;
    max-width: 180px;
  }
  dl.sponcer dt {
    width: 50px;
  }
  dl.sponcer dd {
    width: calc(100% - 55px);
  }
  footer ul {
    font-size: 1.4rem;
    flex-wrap: wrap;
  }
  footer ul li a {
    margin: 10px 20px 10px;
    text-decoration: none !important;
  }
  .copy {
    font-size: 1.5rem;
    margin-top: 30px;
  }
  /* クラス付与時の指定 */
  .page_top {
    right: 10px;
    bottom: 10px;
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
  .page_top:before {
    width: 8px;
    height: 8px;
  }
  .horse {
    position: static;
    width: 150px;
    margin: 10px auto 0;
  }
  /* 応募規約
------------------------------------------------- */
  section.kiyaku {
    margin: 50px auto 50px;
    padding: 0 4%;
    border: none;
    font-size: 1.4rem;
  }
}