html {
  line-height: 1;
  scroll-behavior: smooth;
}

div, span, h1, h2, h3, h4, h5, h6, p, a, ul, li, dl, dd, dt {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

.photoContest {
  margin: 0;
  padding: 0;
}

.photoContest-text-center {
  text-align: center;
}

.photoContest-wrapper {
  background-color: #fff;
  color: #221815;
  font-size: 16px;
  font-family: 'Noto Sans JP',sans-serif;
  line-height: 1;
  overflow: hidden;
}

.photoContest-wrapper p, .photoContest-wrapper th, .photoContest-wrapper td, .photoContest-wrapper dt, .photoContest-wrapper dd, .photoContest-wrapper li {
  line-height: 1.5;
}

.photoContest-wrapper ol, .photoContest-wrapper ul {
  list-style: none;
}

.photoContest-wrapper img {
  max-width: 100%;
}

.photoContest-wrapper strong {
  font-weight: bold;
}

.photoContest-wrapper a {
  color: #221815;
  text-decoration: none;
}

.photoContest-wrapper a:hover {
  opacity: 0.7;
}

.photoContest .md {
  display: block;
}

.photoContest .sm {
  display: none;
}

.photoContest-header-mv {
  background: url("/img/photocontest_chibabunkashisan_mv.jpg") no-repeat center center;
  text-align: center;
  background-size: cover;
}

.photoContest-header-mv h1 {
  display: inline-block;
  margin: 73px 0 64px;
}

.photoContest-header-time {
  background: url("/img/photocontest_chibabunkashisan_bg_caro.png");
  text-align: center;
  padding: 12px 0;
}

.photoContest-header-time p {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 3px;
}

.photoContest-sec01-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0;
}

.photoContest-sec01-buttons li {
  width: calc(25% - 15px);
}

.photoContest-sec01-buttons-link {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 15px 0;
  border-radius: 5px;
  letter-spacing: 0.6px;
}

.photoContest-sec01-buttons-link.bg-yellow {
  background: #ffe893;
}

.photoContest-sec01-buttons-link.bg-green {
  background: #edf2c5;
}

.photoContest-sec01-buttons-link.bg-pink {
  background: #fadad1;
}

.photoContest-sec01-buttons-link.bg-blue {
  background: #d3edfb;
}

.photoContest .title-common {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 40px;
}

.photoContest .title-common span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.photoContest .title-common span:after {
  position: absolute;
  content: "";
  bottom: -9px;
  left: -12px;
  width: calc(100% + 17px);
  background: #ffe893;
  height: 16px;
  z-index: -1;
}

.photoContest .title-common02 {
  background: #d71718;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  font-family: "Motoya Aporo", sans-serif;
  position: relative;
  display: inline-block;
  min-width: 325px;
  padding: 18px 0;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 1px;
}

.photoContest .title-common02:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -40px;
  content: '';
  border-left: 30px solid #fff;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  display: inline-block;
  vertical-align: middle;
}

.photoContest .title-common02:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -40px;
  content: '';
  border-right: 30px solid #fff;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  display: inline-block;
  vertical-align: middle;
}

.photoContest .title-common02.bg-green {
  background: #8bb624;
  padding: 19px 0;
  font-size: 28px;
}

.photoContest .title-common02.bg-pink {
  background: #e2536b;
  padding: 19px 0;
  font-size: 28px;
}

.photoContest a.underline {
  border-bottom: 1px solid #817d7d;
  padding-bottom: 2px;
  line-height: 1.5;
}

.photoContest a.link {
  border: 2px solid #221815;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 266px;
}

.photoContest a.link img {
  margin-right: 10px;
}

.photoContest-sec02 {
  background: url("/img/photocontest_chibabunkashisan_bgphoto.png") repeat-y center top #ebe8d2;
  padding: 60px 0 20px;
}

.photoContest-sec02-content {
  background: #fff;
  border-radius: 10px;
  padding: 60px 30px 30px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.photoContest-sec02-content-tit01 {
  font-family: "Motoya Aporo", sans-serif;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 38px;
  margin-top: 70px;
  letter-spacing: 4px;
}

.photoContest-sec02-content-tit01 span {
  position: relative;
}

.photoContest-sec02-content-tit01 span:after {
  position: absolute;
  left: -58px;
  top: -10px;
  content: "";
  background: url("/img/photocontest_chibabunkashisan_flower01.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 56px;
}

.photoContest-sec02-content-tit01 span:before {
  position: absolute;
  right: -45px;
  top: -10px;
  content: "";
  background: url("/img/photocontest_chibabunkashisan_flower02.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 56px;
}

.photoContest-sec02-content-tit01.bg-flower02 {
  margin-top: 16px;
}

.photoContest-sec02-content-tit01.bg-flower02 span:after {
  position: absolute;
  left: -50px;
  top: 0;
  content: "";
  background: url("/img/photocontest_chibabunkashisan_flower03.png") no-repeat;
  background-size: 100%;
  width: 33px;
  height: 33px;
}

.photoContest-sec02-content-tit01.bg-flower02 span:before {
  position: absolute;
  right: -45px;
  top: 0;
  content: "";
  background: url("/img/photocontest_chibabunkashisan_flower03.png") no-repeat;
  background-size: 100%;
  width: 33px;
  height: 33px;
}

.photoContest-sec02-content-photo {
  display: inline-block;
  background: #fadad1;
  padding: 20px;
  margin-bottom: 50px;
}

.photoContest-sec02-content-photo .photo {
  height: auto;
  width: 640px;

}

.photoContest-sec02-content-photo .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}

.photoContest-sec02-content-photo .txt {
  font-size: 16px;
  font-weight: 700;
  margin-top: 18px;
  line-height: 1.6;
  letter-spacing: 2px;
}

.photoContest-sec02-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.photoContest-sec02-content-list .item {
  width: calc(33% - 41px);
  margin-right: 20px;
  background: #f4eee8;
  padding: 15px 15px 20px;
  margin-bottom: 30px;
}

.photoContest-sec02-content-list .item:nth-child(3n) {
  margin-right: 0;
}

.photoContest-sec02-content-list .item .photo {
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.photoContest-sec02-content-list .item .photo img {
  max-height: 270px;
  max-width: 270px;
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
}

.photoContest-sec02-content-list .item .txt {
  font-size: 15px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.5;
  letter-spacing: 0;
}

.photoContest-sec03 {
  padding: 50px 0;
}

.photoContest-sec03-content01 {
  position: relative;
  margin-bottom: 50px;
}

.photoContest-sec03-content01 .txt {
  margin-right: 150px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.7;
  position: relative;
  z-index: 2;
}

.photoContest-sec03-content01 .chibakun {
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 14px;
  text-align: center;
}

.photoContest-sec03-content01 .chibakun img {
  margin-bottom: 5px;
}

.photoContest-sec03-content02 .title-common {
  margin-bottom: 65px;
}

.photoContest-sec03-content02-border {
  border: 8px solid #d71718;
  padding: 34px 20px 26px;
  border-radius: 10px;
  margin-bottom: 40px;
}

.photoContest-sec03-content02-border .finish-mess.mess-on-title {
  margin-bottom: 30px;
}

.photoContest-sec03-content02-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.photoContest-sec03-content02-box .text {
  width: calc(100% - 545px);
  text-align: center;
  margin-right: 30px;
  line-height: 1.2;
  padding-left: 10px;
}

.photoContest-sec03-content02-box .text .tt-small {
  font-size: 34px;
  font-weight: 700;
}

.photoContest-sec03-content02-box .text .tt-lager {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -5px;
  margin-bottom: 17px;
  margin-top: 7px;
}

.photoContest-sec03-content02-box .text .tt-lager span {
  font-size: 48px;
}

.photoContest-sec03-content02-box .img {
  text-align: center;
  width: 500px;
}

.photoContest-sec03-content02-box .img img {
  display: inline-block;
}

.photoContest-sec03-content02-box.box02 .text .tt-lager {
  font-size: 60px;
  text-align: left;
}

.photoContest-sec03-content02-box.box02 .text .tt-small02 {
  margin-top: 6px;
  margin-bottom: -18px;
  text-align: left;
}

.photoContest-sec03-content02-box.box02 .text .tt-small03 {
  margin-top: -22px;
  margin-bottom: -12px;
  text-align: right;
}

.photoContest-sec03-content02-box.box02 .text img {
  height: 148px;
  position: relative;
  z-index: -1;
}

.photoContest-sec03-content03 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}

.photoContest-sec03-content03 .title-common02 {
  margin-top: 35px;
  padding: 20px 0;
}

.photoContest-sec03-content04 {
  margin-bottom: 25px;
}

.photoContest-sec03-content04 .txt {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}

.photoContest .text-red {
  color: #ff3b00;
}

.photoContest-sec04 {
  background: #edf2c5;
  padding: 60px 0;
}

.photoContest-sec04-content {
  background: #fff;
  border-radius: 10px;
  padding: 60px 30px 43px;
}

.photoContest-sec04-content .title-common {
  margin-bottom: 50px;
}

.photoContest-sec04-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.photoContest-sec04-content-box .item {
  width: 49%;
  text-align: center;
  font-size: 18px;
  position: relative;
}

.photoContest-sec04-content-box .item .finish-mess.mess-on-title {
  margin: 30px 0;
}

.photoContest-sec04-content-box .item .sub-tit {
  font-weight: 700;
  margin: 20px 0;
  font-size: 28px;
}

.photoContest-sec04-content-box .item .txt {
  text-align: left;
  min-height: 153px;
  margin-bottom: 10px;
  line-height: 1.7;
}

.photoContest-sec05 {
  padding: 60px 0 53px;
}

.photoContest-sec05-content01 .txt-large {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
}

.photoContest-sec05-content01 .txt-large .text-red {
  color: #ff3c01;
}

.photoContest-sec05-content01 .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 35px;
}

.photoContest-sec05-content01 .links .link:first-child {
  margin-right: 30px;
}

.photoContest-sec05-content01 .txt-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.photoContest-sec05-content01 .txt-small p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 1px;
}

.photoContest-sec05-content01 .photoContest-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 37px 0 52px;
}

.photoContest-sec05-content01 .photoContest-time .chibakun img {
  min-width: 124px;
}

.photoContest-sec05-content01 .photoContest-time .text {
  border-top: 3px solid #b81e1e;
  border-bottom: 3px solid #b81e1e;
  padding: 38px 50px 43px;
  position: relative;
  width: calc(100% - 125px);
  font-size: 28px;
  font-weight: 700;
}

.photoContest-sec05-content01 .photoContest-time .text:after, .photoContest-sec05-content01 .photoContest-time .text:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 10px;
  background: url("/img/photocontest_chibabunkashisan_bg_caro.png");
  content: "";
}

.photoContest-sec05-content01 .photoContest-time .text:before {
  bottom: 10px;
  top: auto;
}

.photoContest-sec05-content01 .photoContest-time .text .ls-2 {
  letter-spacing: 2px;
}

.photoContest-sec05-content01 .photoContest-time .text .photoContest-text-center {
  margin-bottom: 15px;
}

.photoContest-sec05-content01 .link-style {
  margin-top: 35px;
}

.photoContest-sec05-content01 .link-style .link {
  padding: 17px;
}

.photoContest-sec05-content02 {
  margin: 58px 0 50px;
}

.photoContest-sec05-content02 .title-common {
  margin-bottom: 20px;
}

.photoContest-sec05-content02 table {
  width: 100%;
}

.photoContest-sec05-content02 table th, .photoContest-sec05-content02 table td {
  vertical-align: top;
  padding: 17px 0;
  line-height: 2.3;
}

.photoContest-sec05-content02 table th {
  min-width: 200px;
}

.photoContest-sec05-content02 .txt-large {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
}

.photoContest-sec05-content03 .txt-large {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 38px 0;
  line-height: 1.5;
}

.photoContest-sec05-content03 p {
  line-height: 1.7;
}

.photoContest-sec05-content03 .txt-large2 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 38px;
}

.photoContest-sec06 {
  background: #d3edfb;
  padding: 60px 0;
}

.photoContest-sec06-content {
  text-align: center;
  background: #fff;
  padding: 58px 0;
  border-radius: 10px;
}

.photoContest-sec06-content .title-common {
  margin-bottom: 50px;
}

.photoContest-sec06-content .map {
  margin-bottom: 50px;
}

.photoContest-sec06-content .video {
  margin: 55px 0 30px;
}

.photoContest-sec06-content .video iframe {
  width: 650px;
  height: 370px;
  display: inline-block;
}

.photoContest-sec06-content .link-style .link {
  padding: 15px 35px;
}

.photoContest-sec06-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 110px 60px;
}

.photoContest-sec06-content-box .img {
  margin-top: -10px;
  min-width: 264px;
  margin-left: 30px;
}

.photoContest-sec06-content-box .text {
  font-size: 20px;
  text-align: left;
}

.photoContest-sec06-content-box .text .link-style .link {
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 0;
}

.photoContest-sec07 {
  margin: 60px 0 80px;
}

.photoContest-sec07 .title-common {
  margin-bottom: 50px;
}

.photoContest-sec07-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.photoContest-sec07-links .link {
  position: relative;
  padding: 10px 30px;
}

.photoContest-sec07-links .link:after {
  position: absolute;
  content: "";
  right: 25px;
  top: 50%;
  margin-top: -6px;
  border: solid #403c3a;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 6px;
  height: 6px;
}

.photoContest .link-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
}

.photoContest-sec08 {
  background: #ffe4dc;
  padding: 60px 0;
}

.photoContest-sec08-content {
  border-radius: 10px;
  padding: 50px 30px;
  background: #fff;
}

.photoContest-sec08-content-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.photoContest-sec08-content-photo .item {
  width: calc(33.33% - 10px);
  background: #fff;
  margin-right: 20px;
}

.photoContest-sec08-content-photo .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.photoContest-sec08-content-photo .item:last-child {
  margin-right: 0;
}

.photoContest .finish-mess {
  text-align: center;
  margin-bottom: 20px;
}

.photoContest .finish-mess span {
  display: inline-block;
  border: 1px solid #b10505;
  padding: 10px;
  font-size: 24px;
  color: #b10505;
  letter-spacing: 2px;
  min-width: 280px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
}

.photoContest .finish-mess.mess-on-title {
  margin-bottom: 40px;
}

.photoContest-container {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .photoContest .finish-mess.mess-on-title {
    margin-bottom: 20px;
  }
  .photoContest-container {
    margin: 0;
    max-width: 100%;
    padding: 0;
  }
  .photoContest .md {
    display: none;
  }
  .photoContest .sm {
    display: block;
  }
  .photoContest img {
    max-width: 100%;
  }
  .photoContest-header-mv h1 {
    margin: 30px;
  }
  .photoContest-header-time {
    padding: 15px 0;
  }
  .photoContest-header-time p {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .photoContest-sec01 {
    margin-bottom: -1px;
  }
  .photoContest-sec01-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .photoContest-sec01-buttons li {
    width: calc(50% - 0.5px);
    border-bottom: 1px solid #fff;
  }
  .photoContest-sec01-buttons li:nth-child(2n) {
    border-left: 1px solid #fff;
  }
  .photoContest-sec01-buttons-link {
    font-size: 16px;
    padding: 20px 0;
    border-radius: 0;
  }
  .photoContest .title-common {
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  .photoContest .title-common span:after {
    bottom: -4px;
    height: 8px;
  }
  .photoContest .title-common02 {
    font-size: 18px;
    min-width: 200px;
    width: auto;
    padding: 10px 20px;
  }
  .photoContest .title-common02:after {
    margin-top: -20px;
    border-left: 15px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  .photoContest .title-common02:before {
    margin-top: -20px;
    border-right: 15px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  .photoContest .title-common02.bg-green {
    background: #8bb624;
    padding: 10px 20px;
    font-size: 18px;
  }
  .photoContest .title-common02.bg-pink {
    background: #e2536b;
    padding: 10px 20px;
    font-size: 18px;
  }
  .photoContest a.underline {
    border-bottom: 1px solid #817d7d;
    padding-bottom: 0px;
    line-height: 1.5;
  }
  .photoContest a.link {
    border: 2px solid #221815;
    padding: 10px;
    border-radius: 5px;
    font-size: 13px;
    width: auto;
    min-width: 200px;
  }
  .photoContest a.link img {
    margin-right: 10px;
    width: auto;
  }
  .photoContest-sec08 {
    padding: 20px;
    position: relative;
    margin-top: -1px;
    -webkit-box-shadow: 0 0 3px 0px #a0a0a0;
    box-shadow: 0 0 3px 0px #a0a0a0;
  }
  .photoContest-sec08-content {
    border-radius: 5px;
    padding: 15px 10px;
  }
  .photoContest-sec08-content-photo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .photoContest-sec08-content-photo .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .photoContest-sec08-content-photo .item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .photoContest-sec02 {
    background: #ebe8d2;
    padding: 20px 20px 1px;
  }
  .photoContest-sec02-content {
    padding: 15px 10px;
    margin-bottom: 20px;
  }
  .photoContest-sec02-content-tit01 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    letter-spacing: 2px;
    margin-top: 30px;
  }

  .photoContest-sec02-content-tit01 img{
    display: block;
    margin: 0 auto;
    height: auto;
    width: 200px;
  }

  .photoContest-sec02-content-tit01 span {
    position: relative;
  }
  .photoContest-sec02-content-tit01 span:after {
    left: -30px;
    top: -3px;
    width: 20px;
    height: 28px;
  }
  .photoContest-sec02-content-tit01 span:before {
    right: -25px;
    top: -3px;
    width: 20px;
    height: 28px;
  }
  .photoContest-sec02-content-tit01.bg-flower02 {
    margin-top: 0;
  }
  .photoContest-sec02-content-tit01.bg-flower02 span:after {
    position: absolute;
    left: -30px;
    width: 20px;
    height: 20px;
  }
  .photoContest-sec02-content-tit01.bg-flower02 span:before {
    position: absolute;
    right: -25px;
    width: 20px;
    height: 20px;
  }
  .photoContest-sec02-content-photo {
    padding: 15px;
    margin-bottom: 25px;
    width: calc(100% - 30px);
  }
  .photoContest-sec02-content-photo .photo {
    height: auto;
    width: 100%;
  }
  .photoContest-sec02-content-photo .txt {
    font-size: 14px;
    margin-top: 15px;
    letter-spacing: 0;
  }
  .photoContest-sec02-content-list .item {
    width: calc(48% - 20px);
    margin-right: 4%;
    padding: 10px;
    margin-bottom: 20px;
  }
  .photoContest-sec02-content-list .item:nth-child(3n) {
    margin-right: 4%;
  }
  .photoContest-sec02-content-list .item:nth-child(2n) {
    margin-right: 0;
  }
  .photoContest-sec02-content-list .item .photo {
    height: 140px;
  }

  .photoContest-sec02-content-list .item .photo img{
    max-width: 100%;
    max-height: 140px;
  }

  .photoContest-sec02-content-list .item .txt {
    font-size: 10px;
    margin-top: 10px;
    letter-spacing: 0;
  }
  .photoContest-sec03 {
    padding: 20px;
  }
  .photoContest-sec03-content01 {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .photoContest-sec03-content01 .txt {
    margin-right: 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
  }
  .photoContest-sec03-content01 .chibakun {
    position: relative;
    right: auto;
    top: auto;
    font-size: 12px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
    margin-top: 10px;
  }
  .photoContest-sec03-content01 .chibakun img {
    margin-bottom: 0;
    margin-right: 10px;
    width: 25%;
  }
  .photoContest-sec03-content02 {
    margin-top: 20px;
  }
  .photoContest-sec03-content02 .title-common {
    margin-bottom: 20px;
  }
  .photoContest-sec03-content02-border {
    border: 4px solid #d71718;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .photoContest-sec03-content02-border .finish-mess.mess-on-title {
    margin-bottom: 20px;
  }
  .photoContest-sec03-content02-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .photoContest-sec03-content02-box .text {
    width: 100%;
    text-align: center;
    margin-right: 0;
    padding: 0 20px;
  }
  .photoContest-sec03-content02-box .text .tt-small {
    font-size: 21px;
  }
  .photoContest-sec03-content02-box .text .tt-lager {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .photoContest-sec03-content02-box .text .tt-lager span {
    font-size: 37px;
  }
  .photoContest-sec03-content02-box .text img {
    width: 30%;
    display: inline-block;
  }
  .photoContest-sec03-content02-box .img {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
  .photoContest-sec03-content02-box .img img {
    width: 70%;
    display: inline-block;
  }
  .photoContest-sec03-content02-box.box02 .text .tt-lager {
    font-size: 37px;
  }
  .photoContest-sec03-content02-box.box02 .text .tt-small02 {
    margin-top: 6px;
    margin-bottom: -6px;
  }
  .photoContest-sec03-content02-box.box02 .text .tt-small03 {
    margin-top: -10px;
    margin-bottom: -6px;
  }
  .photoContest-sec03-content02-box.box02 .text img {
    height: auto;
  }
  .photoContest-sec03-content02-box.box02 .img img {
    width: 100%;
  }
  .photoContest-sec03-content03 {
    font-size: 18px;
  }
  .photoContest-sec03-content03 .title-common02 {
    margin-top: 20px;
    padding: 10px 20px;
  }
  .photoContest-sec03-content04 {
    margin-bottom: 20px;
    display: block;
  }
  .photoContest-sec03-content04 .txt {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
  }
  .photoContest-sec04 {
    background: #edf2c5;
    padding: 20px;
  }
  .photoContest-sec04-content {
    border-radius: 5px;
    padding: 15px 10px 5px;
  }
  .photoContest-sec04-content .title-common {
    margin-bottom: 20px;
  }
  .photoContest-sec04-content-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .photoContest-sec04-content-box .item {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .photoContest-sec04-content-box .item .finish-mess.mess-on-title {
    margin: 5px 0 20px;
  }
  .photoContest-sec04-content-box .item .sub-tit {
    margin: 0 0 10px;
    font-size: 18px;
  }
  .photoContest-sec04-content-box .item .txt {
    min-height: auto;
    line-height: 1.5;
  }
  .photoContest-sec05 {
    padding: 20px;
  }
  .photoContest-sec05-content01 .txt-large {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -1px;
  }
  .photoContest-sec05-content01 .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px;
  }
  .photoContest-sec05-content01 .links .link:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .photoContest-sec05-content01 .links .link {
    width: 100%;
  }
  .photoContest-sec05-content01 .txt-small p {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .photoContest-sec05-content01 .photoContest-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0;
  }
  .photoContest-sec05-content01 .photoContest-time .text {
    border-top: 2px solid #b81e1e;
    border-bottom: 2px solid #b81e1e;
    padding: 15px 0;
    position: relative;
    width: 100%;
    font-size: 14px;
  }
  .photoContest-sec05-content01 .photoContest-time .text:after, .photoContest-sec05-content01 .photoContest-time .text:before {
    top: 5px;
    height: 5px;
  }
  .photoContest-sec05-content01 .photoContest-time .text:before {
    bottom: 5px;
  }
  .photoContest-sec05-content01 .photoContest-time .text .ls-2 {
    letter-spacing: 0;
  }
  .photoContest-sec05-content01 .photoContest-time .text .txt {
    font-size: 14px;
    text-align: center;
  }
  .photoContest-sec05-content01 .photoContest-time .text .photoContest-text-center {
    margin-bottom: 5px;
  }
  .photoContest-sec05-content01 .photoContest-time .text .chibakun {
    text-align: center;
    margin-top: 10px;
  }
  .photoContest-sec05-content01 .photoContest-time .text .chibakun img {
    width: 20%;
    display: inline-block;
  }
  .photoContest-sec05-content01 .link-style {
    margin-top: 20px;
  }
  .photoContest-sec05-content01 .link-style .link {
    padding: 15px 20px;
  }
  .photoContest-sec05-content02 {
    margin: 20px 0;
  }
  .photoContest-sec05-content02 .title-common {
    margin-bottom: 20px;
  }
  .photoContest-sec05-content02 table {
    width: 100%;
    display: block;
  }
  .photoContest-sec05-content02 table tbody {
    display: block;
  }
  .photoContest-sec05-content02 table th, .photoContest-sec05-content02 table td {
    vertical-align: top;
    padding: 0;
    line-height: 1.5;
    display: block;
    font-size: 14px;
    font-weight: 500;
  }
  .photoContest-sec05-content02 table th {
    min-width: 100%;
  }
  .photoContest-sec05-content02 table td {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .photoContest-sec05-content02 .txt-large {
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: -1px;
  }
  .photoContest-sec05-content03 .txt-large {
    text-align: center;
    font-size: 16px;
    margin: 15px 0;
    letter-spacing: -1px;
    line-height: 1.5;
  }
  .photoContest-sec05-content03 .txt-large2 {
    font-size: 16px;
    margin-top: 15px;
  }
  .photoContest-sec05-content03 p {
    line-height: 1.5;
    font-size: 14px;
  }
  .photoContest-sec06 {
    padding: 20px;
  }
  .photoContest-sec06-content {
    padding: 15px 10px;
    border-radius: 5px;
  }
  .photoContest-sec06-content .title-common {
    margin-bottom: 20px;
    letter-spacing: -1px;
  }
  .photoContest-sec06-content .map {
    margin-bottom: 20px;
  }
  .photoContest-sec06-content .video {
    margin: 20px 0;
  }
  .photoContest-sec06-content .video iframe {
    width: 100%;
    height: 180px;
  }
  .photoContest-sec06-content .link-style {
    margin: 0 0 10px;
  }
  .photoContest-sec06-content .link-style .link {
    padding: 15px;
    margin-bottom: 0;
    width: 100%;
    margin: 0 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .photoContest-sec06-content-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .photoContest-sec06-content-box .img {
    min-width: auto;
    margin: 10px 30px 20px;
    text-align: center;
    width: 100%;
  }
  .photoContest-sec06-content-box .img img {
    width: 100%;
    display: inline-block;
  }
  .photoContest-sec06-content-box .text {
    font-size: 16px;
  }
  .photoContest-sec06-content-box .text .link-style .link {
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
  }
  .photoContest-sec07 {
    margin: 20px;
  }
  .photoContest-sec07 .title-common {
    margin-bottom: 20px;
  }
  .photoContest-sec07-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 20px;
  }
  .photoContest-sec07-links a.link {
    position: relative;
    padding: 10px 30px;
    margin-bottom: 15px;
    width: calc(100% - 60px);
    min-width: calc(100% - 60px);
  }
  .photoContest .link-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
  .photoContest .finish-mess span {
    font-size: 16px;
    min-width: 200px;
    line-height: 1.5;
    padding: 5px 10px;
  }
}

/* 20200528 コメント追加 */
