@charset "UTF-8";

body {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-feature-settings: "palt";
}


*,
:after,
:before {
  margin: 0;
  padding: 0;
  list-style: none;
  background-repeat: no-repeat;
  box-sizing: inherit;
  vertical-align: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  outline: 0;
}

body,
html {
  height: 100%;
}

a {
  text-decoration: none;
}

a,
a img,
button {
  outline: 0;
  border: none;
  cursor: pointer;
}

img {
  vertical-align: bottom;
}

a:hover,
button:hover {
  outline: 0;
}

#footer {
  padding: 0;
  border: none;
}

#footer .bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 80px;
}

@media (max-width: 768px) {
  #footer .bnr {
    padding: 0 40px;
  }
}

@media (max-width: 550px) {
  #footer .bnr {
    padding: 0 20px;
    display: block;
  }
}

@media (max-width: 350px) {
  #footer .bnr {
    padding: 0;
  }
}

#footer .bnr li {
  width: calc(50% - 20px);
}

@media (max-width: 550px) {
  #footer .bnr li {
    width: 100%;
    max-width: 215px;
    margin: auto;
  }

  #footer .bnr li+li {
    margin-top: 25px;
  }
}

#footer .bnr a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4em;
  line-height: 1;
  color: #e60039;
  border: 1px solid #e60039;
  width: 100%;
  display: block;
  padding: 16px 12px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 550px) {
  #footer .bnr a {
    font-size: 14px;
  }
}

@media (max-width: 350px) {
  #footer .bnr a {
    font-size: 12px;
  }
}

#footer .bnr a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/arrow_red.png) no-repeat center center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 12px;
  height: 20px;
  background-size: 12px;
}

@media (max-width: 500px) {
  #footer .bnr a:after {
    background-size: 8px;
    right: 6px;
  }
}

#footer .bnr a:hover {
  background: #e60039;
  color: #fff;
}

#footer .bnr a:hover:after {
  background: url(../img/arrow_wht.png) no-repeat center center;
  background-size: 12px;
}

#footer .footer-credit {
  font-size: 13px;
  text-align: left;
  margin-bottom: 2em;
}

#footer .note-wrapper {
  width: 100%;
}

#footer .note {
  max-width: 810px;
  margin: 2em auto 0;
  padding-bottom: 4rem;
  font-size: 22px;
  line-height: 2;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  color: #fff;
}

@media (max-width: 750px) {
  #footer .note {
    font-size: 2.8vw;
    padding: 25px 25px 25px 40px;
  }
}

#footer .f-totop {
  display: block;
  margin: 80px auto 20px;
  width: 80px;
}

@media (max-width: 768px) {
  #footer .f-totop {
    margin-top: 70px;
  }
}

@media (max-width: 500px) {
  #footer .f-totop {
    margin-top: 40px;
    width: 66px;
  }
}

#footer .copyright {
  margin: 20px auto;
  font-size: 12px;
  line-height: 2;
}

@media (max-width: 500px) {
  #footer .copyright {
    margin-top: 1.2em;
  }
}

.footerNotes {
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
  background-color: #000;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 750px) {
  .pc-br {
    display: none;
  }
}

body {
  text-align: center;
}

#contents img {
  width: 100%;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}

.slider img {
  max-width: 750px;
  height: auto;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.brand-list {
  max-width: 750px;
  margin: auto;
}

.section1 {
  margin-top: 120px;
}

#sec1 {
  padding-top: 22px;
  margin-top: -22px;
}

#sec3 {
  padding-top: 52px;
  margin-top: -52px;
}

#sec6 {
  padding-top: 72px;
  margin-top: -72px;
}

@media (max-width: 600px) {
  .section1 {
    margin-top: 0;
  }

  .brand-list {
    padding: 0 20px 100px;
  }

  #sec1,
  #sec6 {
    padding-top: 52px;
    margin-top: -52px;
  }
}

.brand-list__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 150px auto 84px;
}

.share:first-child {
  margin-top: 0;
}

.share:last-child {
  margin-bottom: 0;
}

@media (max-width: 500px) {
  .share {
    margin: 75px auto 40px;
  }
}

.share li {
  margin: auto 15px;
}

@media (max-width: 500px) {
  .share li {
    margin: auto 10px;
  }
}

.share a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  padding: 0 15px;
  padding-left: 10px;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .share a {
    font-size: 12px;
    height: 30px;
    padding: 0 10px;
  }
}

@media (max-width: 500px) {
  .share a {
    font-size: 10px;
    height: 25px;
    padding: 0 7px;
  }
}

.share a:hover {
  opacity: 0.6;
}

.share a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  margin-right: 8px;
}

@media (max-width: 768px) {
  .share a:before {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
}

.share .facebook {
  background-color: #2c5aa0;
  border-radius: 4px;
}

.share .facebook:before {
  background-image: url(../img/sns_facebook.png);
}

.share .twitter {
  background-color: #1d9bf0;
  border-radius: 35px;
}

.share .twitter:before {
  background-image: url(../img/sns_twitter.png);
}

.share .line {
  background-color: #06c755;
  border-radius: 4px;
}

.share .line:before {
  background-image: url(../img/sns_line.png);
}

.img-inview>div.js-inview {
  opacity: 0;
  -webkit-transform: translate(0, 20%);
  -ms-transform: translate(0, 20%);
  transform: translate(0, 20%);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.img-inview>div.js-inview.inviewed {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.banner-insta {
  margin: auto;
  max-width: 650px;
  padding: 0 20px 95px 0;
}

@media (max-width: 750px) {
  .banner-insta {
    padding: 10px 20px 40px;
  }
}

.banner-insta a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner-insta a:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=style.css.map */

/*--------------------------------------------------------------

 main

----------------------------------------------------------------*/
#contents {
  width: 100%;
  max-width: 980px;
  margin: auto;
}

#contents img {
  margin-top: -1px;
}

@media screen and (max-width: 767px) {
  #contents {
    padding-top: 0;
  }
}

.eventVisual {
  margin-bottom: 5em;
}

@media (max-width: 500px) {
  .eventVisual {
    margin-bottom: 3em;
  }
}


/* --------------------------------
bnr
-------------------------------- */
.bnr {
  width: 100%;
  max-width: 814px;
  margin: 0 auto;
  padding-top: 130px;
}

.bnr img {
  width: 100%;
}

.bnr img {
  margin: 40px auto;
}

.contentHeader img {
  width: 100%;
}

.bnr.marginBottom {
  margin-bottom: 1rem;
}

@media screen and (max-width: 500px) {
  .bnr {
    padding-top: 50px;
  }

  #contents .bnr img {
    width: 90%;
  }

  .bnr img {
    margin: 20px auto;
  }
}

.content {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .content {
    margin: 0 auto;
  }
}