@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
}

.wrap {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: 100%;
    padding: 0 3.125%;
  }
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.is-visible-sd {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .is-visible-sd {
    display: block !important;
  }
}

.is-hidden-sd {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .is-hidden-sd {
    display: none !important;
  }
}

.fcRD {
  color: #c00;
}

.alL {
  text-align: left;
}

.alR {
  text-align: right;
}

.alC {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.container {
  margin: 0 auto;
  max-width: 950px;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 3.125%;
    max-width: 100%;
  }
}

p {
  line-height: 1.45;
}

.btn {
  background: #eee url(/commonY15/img/icon_ext_red_01.png) 95% center no-repeat;
  border: 1px solid #dedede;
}

.noteList > li:before {
  top: 0.55em;
}

.txtLink.iconOther {
  padding-left: 17px;
  background: url(/commonY15/img/icon_ext_red_01.png) 0 6px no-repeat;
}

.footer {
  position: relative;
  background: #000;
  color: #fff;
  margin-top: 100px;
}
.footer p {
  padding: 1.5em 0;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footer p {
    font-size: 3.0769230769vw;
  }
}

.strong {
  color: #E60013;
  font-weight: bold;
}

.img100w {
  width: 100%;
}

.mgt15 {
  margin-top: 15px;
}

.mv {
  position: relative;
}

.mv__title-area {
  padding: 6.7708333333vw 0;
  background: url(../img/mv@2x.jpg) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (max-width: 640px) {
  .mv__title-area {
    padding: 14.1333333333vw 0;
    background: url(../img/mv_sp.jpg) no-repeat center center;
    background-size: 100% auto;
  }
}

.mv__title {
  text-align: center;
}
.mv__title img {
  width: 29.21875vw;
  height: auto;
}
@media screen and (max-width: 640px) {
  .mv__title img {
    width: 74.5333333333vw;
  }
}

.mv__info {
  margin-top: -90px;
  padding: 87px 0 50px;
  background: url(../img/bg.png) no-repeat top center;
  background-size: 1920px auto;
}
@media screen and (min-width: 1920px) {
  .mv__info {
    margin-top: -150px;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 640px) {
  .mv__info {
    margin-top: -6vw;
    padding: 10px 0;
    background: url(../img/bg_sp.png) no-repeat top center;
    background-size: 100% auto;
  }
}

.mv__info__container {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .mv__info__container {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .mv__info__container {
    padding: 0 20px;
  }
}

.mv__info-date {
  margin-top: 40px;
  text-align: center;
}
.mv__info-date img {
  width: 900px;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .mv__info-date img {
    width: 46.875vw;
  }
}
@media screen and (max-width: 1024px) {
  .mv__info-date img {
    width: 100%;
  }
}

.mv__info-head1 {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .mv__info-head1 {
    margin-top: 30px;
  }
}
.mv__info-head1 img {
  width: 480px;
  height: auto;
}
@media screen and (max-width: 640px) {
  .mv__info-head1 img {
    width: 64vw;
  }
}

.mv__info-head2 {
  margin-top: 80px;
  text-align: center;
}
.mv__info-head2 img {
  width: 480px;
  height: auto;
}
@media screen and (max-width: 640px) {
  .mv__info-head2 img {
    width: 64vw;
  }
}

.mv__info-method {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
  gap: 0 45px;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .mv__info-method {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .mv__info-method {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px 0;
    text-align: center;
  }
  .mv__info-method img {
    width: 57.3333333333vw;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .mv__info-present {
    margin-top: 14px;
  }
}

.mv__info-present-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(435px, 1fr));
  gap: 0 27px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .mv__info-present-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .mv__info-present-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 14px 0;
    margin-top: 14px;
  }
}

.mv__headLv2 {
  position: relative;
  margin: 20px 0 8px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 8px;
}
@media screen and (max-width: 1740px) {
  .mv__headLv2 {
    font-size: 1vw;
    margin: 10px 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .mv__headLv2 {
    margin: 2.5641025641vw 0 1.0256410256vw;
    font-size: 3.5897435897vw;
  }
}
.mv__headLv2::before, .mv__headLv2::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #000;
}
.mv__headLv2::before {
  left: 0;
  width: 36%;
}
.mv__headLv2::after {
  right: 0;
  width: 38%;
}

.mv__date {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 1740px) {
  .mv__date {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .mv__date {
    font-size: 4.1025641026vw;
  }
}
.mv__date .fsL {
  font-size: 30px;
}
@media screen and (max-width: 1740px) {
  .mv__date .fsL {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .mv__date .fsL {
    font-size: 6.1538461538vw;
  }
}

.mv__method {
  font-size: 16px;
}
@media screen and (max-width: 1400px) {
  .mv__method {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .mv__method {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .mv__method {
    font-size: 3.5897435897vw;
  }
}
.mv__method .strong {
  text-decoration: underline;
}

.oubo {
  max-width: 700px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .oubo {
    max-width: 100%;
    display: block;
    margin: 10vw auto;
  }
}
.oubo .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  border-radius: 40px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .oubo .btn {
    padding: 10px;
    width: 90.2564102564%;
    height: auto;
    font-size: 3.5897435897vw;
    border-radius: 40px;
  }
}
.oubo .btn::after {
  position: absolute;
  left: 90%;
  top: 30%;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/icon_blank.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1740px) {
  .oubo .btn::after {
    width: 0.875vw;
    height: 0.875vw;
  }
}
@media screen and (max-width: 768px) {
  .oubo .btn::after {
    width: 5%;
    height: 25%;
  }
}
.oubo .btn.btn__anchor::after {
  background: url(/commonY15/img/icon_anchor_white_01.png) no-repeat;
}
.oubo .btn__insta {
  background: #E60013;
}
@media screen and (max-width: 768px) {
  .oubo .btn__insta {
    margin-bottom: 5vw;
  }
}
.oubo .btn__x {
  background: #000;
}

.sakuhin {
  background: #68C1F9;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .sakuhin {
    padding: 10vw 0;
  }
}
.sakuhin .sakuhin-inner {
  max-width: 820px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sakuhin .sakuhin-inner {
    display: block;
  }
}
.sakuhin .sakuhin-inner .btn {
  margin-top: 0;
  background: #fff;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .sakuhin .sakuhin-inner .btn {
    width: 80%;
  }
}
.sakuhin .sakuhin-inner .btn::after {
  position: absolute;
  left: 90%;
  top: 30%;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/commonY15/img/icon_anchor_red_01.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1740px) {
  .sakuhin .sakuhin-inner .btn::after {
    width: 0.875vw;
    height: 0.875vw;
  }
}
@media screen and (max-width: 768px) {
  .sakuhin .sakuhin-inner .btn::after {
    width: 5%;
    height: 20%;
  }
}
@media screen and (max-width: 768px) {
  .sakuhin .sakuhin-inner .btn__insta {
    margin-bottom: 5vw;
  }
}

.ol_list li {
  padding-left: 2.5em;
  text-indent: -2.5em;
  line-height: 1.45;
}
.ol_list li .btn__area {
  padding-left: 0;
  text-indent: 0;
  line-height: 1;
}
.ol_list li .btn__area .btn {
  margin: 10px 0 0;
}

.container .indent {
  padding-left: 2.5em;
}

.list_prize {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 20px 1fr;
  grid-template-columns: 20% 1fr;
  -ms-grid-rows: auto 10px auto;
  grid-template-rows: repeat(2, auto);
  gap: 10px 20px;
  margin-bottom: 20px;
}

.list_prize > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.list_prize > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.list_prize > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.list_prize > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media screen and (max-width: 768px) {
  .list_prize {
    -ms-grid-columns: 30% 1fr;
    grid-template-columns: 30% 1fr;
  }
}

.list_prize__lead {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  font-weight: bold;
}

.list_prize__pic {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}
.list_prize__pic img {
  border: 1px solid #d9d9d9;
}

.list_prize__text {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}
.list_prize__text .txtLink {
  margin-top: 0;
}

.fade1, .fade2, .fade3, .fade4, .fade5 {
  opacity: 0;
}

.fade1 {
  -webkit-animation: fadeIn 0.5s ease-in 1s forwards;
          animation: fadeIn 0.5s ease-in 1s forwards;
}

.fade2 {
  -webkit-animation: fadeIn 1s ease-in 1.5s forwards;
          animation: fadeIn 1s ease-in 1.5s forwards;
}

.fade3 {
  -webkit-animation: fadeIn 1s ease-in 2s forwards;
          animation: fadeIn 1s ease-in 2s forwards;
}

.fade4 {
  -webkit-animation: fadeIn 1s ease-in 2.5s forwards;
          animation: fadeIn 1s ease-in 2.5s forwards;
}

.fade5 {
  -webkit-animation: fadeIn 1s ease-in 3s forwards;
          animation: fadeIn 1s ease-in 3s forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
* award
*/
.card__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 640px) {
  .card__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.card {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 5;
  grid-row: span 5;
  row-gap: 10px;
}

.card__cat span {
  display: inline-block;
  color: #fff;
  padding: 3px 10px;
  border-radius: 50px;
}

.cat--travel span {
  background: #cc0000;
}

.cat--challenge span {
  background: #ff6600;
}

.card__pic img {
  width: 100%;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #ddd;
}

.emoji {
  font-family: apple color emoji, segoe ui emoji, noto color emoji, android emoji, emojisymbols, emojione mozilla, twemoji mozilla, segoe ui symbol;
}

.head-c {
  font-size: 40px;
  text-align: center;
  margin-top: 50px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .head-c {
    font-size: 7.6923076923vw;
  }
}

.lead--top {
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .lead--top {
    font-size: 4.1025641026vw;
  }
}

.ttlLv1 .heading .small {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .ttlLv1 .heading .small {
    font-size: 3.0769230769vw;
  }
}

.photo_area {
  margin: 50px auto;
}
.photo_area .ttl h3 {
  font-weight: bold;
}
.photo_area .list_photo {
  margin: 30px auto;
  max-width: 900px;
}
.photo_area .list_insta__area .ttl {
  background: #d9d9d9;
  color: #000;
  font-size: 16px;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
}
.photo_area .list_x__area .ttl {
  background: #434343;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 50px;
  padding: 20px 0;
  font-weight: bold;
}