@charset "UTF-8";
/* ---------------------------------------------------------------------------------------------

　   共通

--------------------------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  background-color: #FFF6E9;
  color: #6A3906;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
}

li {
  list-style: none;
}

.wrap {
  width: 80%;
  max-width: 1180px;
  margin: 0 auto;
}

form#mail_form dl dt span.optional,
form#mail_form dl dd p.accept_filetype {
  display: none;
}

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

　   header

--------------------------------------------------------------------------------------------- */
.header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 31px;
  left: 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5333333333;
  z-index: 20;
}

.header__inner {
  position: relative;
  width: 100%;
  height: 71px;
}

.header__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 740px;
  height: 71px;
  background-color: #FFFFFF;
  border-radius: 100px;
}

.header__nav_list {
  padding: 24.5px 55px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__nav_item a {
  display: block;
}
.header__nav_item a:hover, .header__nav_item a:focus {
  color: #EA5514;
  transition: color 0.3s;
}

.header.work {
  transition: all 0.3s;
  top: 0;
}
.header.work .header__inner {
  background-color: #FFFFFF;
}
.header.work .header__nav {
  background-color: unset;
}

.toggle_btn {
  display: none;
}

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

　   about

--------------------------------------------------------------------------------------------- */
.about {
  padding-top: 106px;
  padding-bottom: 102px;
  width: 100%;
  height: auto;
}

.about__inner {
  width: 68.2284040996%;
  max-width: 932px;
  margin: 0 auto;
}

.about__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.about__info {
  width: 39.9141630901%;
}

.about__info_text {
  font-weight: bold;
}

.about__info_img {
  margin-top: 22px;
  display: block;
  width: 89.7849462366%;
  height: auto;
}

.about__img {
  width: 55.7939914163%;
}

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

　   campaign

--------------------------------------------------------------------------------------------- */
.campaign {
  padding: 160px 0;
  width: 100%;
  height: auto;
  background-color: #FCD475;
  position: relative;
}

.campaign__top_back,
.campaign__bottom_back {
  position: absolute;
  width: 100%;
  height: 356px;
  -o-object-fit: cover;
     object-fit: cover;
}

.campaign__top_back {
  top: 0;
  left: 0;
  -o-object-position: bottom;
     object-position: bottom;
}

.campaign__bottom_back {
  left: 0;
  bottom: 0;
  -o-object-position: top;
     object-position: top;
}

.campaign__inner {
  width: 81.8448023426%;
  max-width: 1118px;
  margin: 0 auto;
}

.campaign__inner_img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50.0894454383%;
}

.campaign__content {
  position: relative;
  border-radius: 20px;
  background-color: #FFF6E9;
}

.campaign__top {
  padding-bottom: 75.6px;
  position: relative;
}

.campaign__top_img {
  width: 60.8228980322%;
  margin: 0 auto;
  padding-top: 86.4px;
  max-width: 680px;
}

.campaign__top_text {
  text-align: center;
  margin-top: 43.1px;
}

.campaign__top_food {
  width: 100%;
  height: auto;
}
.campaign__top_food img {
  position: absolute;
}

.campaign__top_food01 {
  width: 184px;
  height: 176.18px;
  left: -31px;
  bottom: 300.8px;
}

.campaign__top_food02 {
  width: 186px;
  height: 187px;
  left: 29px;
  bottom: 69.6px;
}

.campaign__top_food03 {
  width: 169px;
  height: 171px;
  right: -15px;
  bottom: 303px;
}

.campaign__top_food04 {
  width: 253px;
  height: 211.59px;
  right: 0;
  bottom: 57px;
}

.campaign__middle {
  width: 83.4078711986%;
  height: auto;
  margin: 0 auto;
}

.campaign__period {
  width: 100%;
  height: auto;
}

.campaign__middle_title {
  width: 100%;
  height: 48px;
  background-image: url(../img/campaign-middle-title.png);
  background-position: center center;
  background-size: contain;
}
.campaign__middle_title span {
  display: block;
  padding: 8px 24px;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  line-height: 1.3333333333;
  color: #FFF6E9;
}

.campaign__period_text {
  margin-top: 24px;
  margin-left: 5px;
  margin-bottom: 44px;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: bold;
}
.campaign__period_text span {
  margin-left: 17px;
  font-size: 1.4rem;
  line-height: 2.2857142857;
}

.prize__content {
  margin-top: 32px;
  padding-bottom: 48px;
}
.prize__content img:nth-child(1) {
  margin-bottom: 32px;
}

.prize__maker {
  position: relative;
  margin-top: 16px;
  padding-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prize__maker img {
  display: block;
  width: 32.6180257511%;
  max-width: 304px;
  height: auto;
}
.prize__maker img:nth-child(1) {
  margin-bottom: 0;
}
.prize__maker::before {
  content: "※画像は全てイメージです。";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.4615384615;
  color: #6A3906;
}

.method {
  padding-top: 25px;
  padding-bottom: 45px;
  width: 100%;
  height: auto;
}
.method .method__content:nth-child(2) {
  margin-top: 31px;
}

.method__content_title {
  font-size: 2.8rem;
  padding-left: 30px;
  position: relative;
}
.method__content_title span {
  width: 22px;
  height: 22px;
  background-color: #EA5514;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.method__content_text {
  font-size: 1.8rem;
  font-weight: bold;
}

.method__text {
  margin-top: 14px;
  font-size: 1.6rem;
  font-weight: bold;
}
.method__text span {
  display: block;
  font-weight: 400;
}

.conditions__content {
  margin-top: 32px;
  padding-bottom: 48px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.conditions__content_link,
.conditions__content_img {
  width: 45.7081545064%;
  max-width: 426px;
}

.conditions__content_link {
  position: relative;
}
.conditions__content_link a {
  display: block;
  padding: 1.5em 0;
  width: 394px;
  height: 80px;
  position: absolute;
  left: 3.7%;
  bottom: 0;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  background-color: #006C3B;
  border-radius: 15px;
  text-align: center;
}
.conditions__content_link a span {
  position: relative;
  display: block;
  width: 100%;
}
.conditions__content_link a span::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../img/conditions-btn.png);
  background-size: contain;
}
.conditions__content_link a:hover, .conditions__content_link a:focus {
  background-color: #EA5514;
  transition: background-color 0.3s;
}
.conditions__content_link a:hover span::before, .conditions__content_link a:focus span::before {
  background-image: url(../img/conditions-btn_hover.png);
  transition: background-image 0.3s;
}

.winning__content {
  margin-top: 27px;
  padding-bottom: 46px;
  width: 100%;
  height: auto;
  border-bottom: 2px solid #EA5514;
}

.winning__content_text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}

.campaign__bottom {
  padding-top: 29px;
  width: 83.4078711986%;
  height: auto;
  margin: 0 auto;
}
.campaign__bottom dl:nth-child(2) {
  margin-top: 25px;
}

.campaign__bottom_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 1.5rem;
  line-height: 1.5333333333;
}
.campaign__bottom_content dt {
  width: 17.1673819742%;
  height: auto;
  font-weight: bold;
}
.campaign__bottom_content dd {
  width: 82.8326180258%;
}
.campaign__bottom_content dd ul li {
  position: relative;
  padding-left: 6px;
}
.campaign__bottom_content dd ul li::before {
  content: "・";
  position: absolute;
  top: 11px;
  left: 0;
  transform: translate(-50%, -50%);
}
.campaign__bottom_content dd ul li:first-child {
  margin-top: 2px;
}

.campaign__bottom_link {
  margin-top: 30px;
  padding-bottom: 100px;
  display: block;
  width: 100%;
  height: auto;
}
.campaign__bottom_link:hover, .campaign__bottom_link:focus {
  opacity: 0.6;
}

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

　   contact

--------------------------------------------------------------------------------------------- */
.contact {
  padding-bottom: 120.5px;
  width: 100%;
  height: auto;
}

.contact__title {
  position: relative;
  padding-top: 126px;
  font-size: 3.2rem;
  margin-bottom: 47px;
  line-height: 1;
  color: #6A3906;
  text-align: center;
}
.contact__title::before {
  content: "";
  display: block;
  width: 200px;
  height: 123.47px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/contact.png);
  background-position: center center;
  background-size: contain;
}

.file__label {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.7;
  text-align: center;
  width: 123px;
  height: 40px;
  padding: 1.5em 0.5em;
  margin-inline: auto;
  color: #676767;
  background-color: #D8D8D8;
  cursor: pointer;
  transition: opacity 0.3s ease;
  transform: translateX(6px);
}

.file__label:hover {
  opacity: 0.7;
}

.file__none {
  display: block;
  width: 70.625%;
  height: 37px;
  background-color: #FFFFFF;
}
.file__none span {
  display: block;
  height: 100%;
  padding: 2px 2% !important;
}

.file {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
}
.file input[type=file] {
  display: none;
}

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

　   Instagram

--------------------------------------------------------------------------------------------- */
.instagram_box {
  justify-content: center;
  margin-bottom: 4px;
}
.instagram_box li:not(:first-child) {
  margin-left: 4px;
}

.flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.instagram_box li {
  width: calc(25% - 4px);
  margin-bottom: 4px;
}

.instagram_box li a {
  padding-bottom: 100%;
  position: relative;
  display: block;
}

.instagram_box li a img {
  position: absolute;
}

img.ofi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-object-fit: cover;
  font-family: "object-fit: cover;";
}

.instagram {
  padding-top: 120px;
  padding-bottom: 120px;
  width: 100%;
  height: auto;
  background-image: url(../img/instagram-bk.jpg);
  background-position: center center;
  background-size: cover;
}

.instagram__title {
  padding-top: 29px;
  margin-bottom: 49px;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  position: relative;
}
.instagram__title::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/instagram.png);
  background-position: center center;
  background-size: contain;
}

.instagram__inner {
  width: 62.9575402635%;
  max-width: 860px;
  margin: 0 auto;
}

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

　   news

--------------------------------------------------------------------------------------------- */
.news {
  padding-top: 111.5px;
  width: 100%;
  height: auto;
}

.news__inner {
  width: 56.5153733529%;
  max-width: 772px;
  height: auto;
  margin: 0 auto;
}

.news__title {
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
}

.news__list {
  padding-top: 42.5px;
  width: 100%;
  height: auto;
  font-size: 1.5rem;
  line-height: 1.5333333333;
}
.news__list li {
  border-top: 1px #966D42 solid;
}
.news__list li:last-child {
  border-bottom: 1px #966D42 solid;
}
.news__list li dl {
  padding-top: 19.5px;
  padding-bottom: 20.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news__list li dl dt {
  font-weight: bold;
  width: 17.0984455959%;
}
.news__list li dl dd {
  font-weight: 400;
  width: 82.9015544041%;
}
.news__list li a:hover dd, .news__list li a:focus dd {
  color: #EA5514;
  transition: color 0.3s;
}

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

　   movie

--------------------------------------------------------------------------------------------- */
.movie {
  padding-top: 108px;
  padding-bottom: 100px;
  width: 100%;
  height: auto;
}

.movie__inner {
  width: 68.2284040996%;
  max-width: 932px;
  height: auto;
  margin: 0 auto;
}

.movie__title {
  text-align: center;
  margin-bottom: 43px;
  font-size: 3.2rem;
  line-height: 1;
}

.youtube {
  width: 65.6652360515%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.youtube__text {
  width: 65.6652360515%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 22px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5333333333;
  text-align: center;
  border-bottom: 1px solid #966D42;
}

.youtube__under {
  width: 65.6652360515%;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.youtube__under_link {
  width: 47.7124183007%;
  height: auto;
  display: block;
}
.youtube__under_link img {
  display: block;
}
.youtube__under_link:hover, .youtube__under_link:focus {
  opacity: 0.6;
  transition: opacity 0.3s;
}

.Sponsorship__title {
  margin-top: 112px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.1428571429;
}

.Sponsorship {
  margin-top: 45px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Sponsorship_link {
  display: block;
  width: 31.330472103%;
  height: auto;
}
.Sponsorship_link img {
  display: block;
}
.Sponsorship_link:hover, .Sponsorship_link:focus {
  opacity: 0.6;
  transition: opacity 0.3s;
}

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

　   footer

--------------------------------------------------------------------------------------------- */
.footer {
  padding: 46px 0;
  width: 100%;
  height: auto;
  background-color: #6A3906;
  color: #FFFFFF;
}

.footer__inner {
  width: 68.3016105417%;
  max-width: 933px;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__left {
  width: 40.5144694534%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__left_text {
  font-size: 1.5rem;
  font-weight: 400;
}

.footer__link {
  display: block;
  width: 260px;
  height: 68px;
}
.footer__link img {
  display: block;
}
.footer__link:hover, .footer__link:focus {
  opacity: 0.6;
  transition: opacity 0.3s;
}

.footer__right {
  width: 33.7620578778%;
}

.footer__right_text {
  white-space: nowrap;
  font-size: 1.2rem;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.thanks {
  padding-top: 200px;
  width: 100vw;
  height: 80vh;
}
.thanks .conditions__content_link a {
  margin-top: 50px;
  position: static !important;
}

.thanks__inner {
  margin: 0 auto;
  width: 92%;
  height: auto;
  position: relative;
}

.change_image {
  display: none;
}

.file__label {
  position: relative;
}
.file__label span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

@media screen and (max-width: 1366px) {
  /* ---------------------------------------------------------------------------------------------

  　   共通

  --------------------------------------------------------------------------------------------- */
  body {
    font-size: 1.317715959vw;
  }
  /* ---------------------------------------------------------------------------------------------

  　   header

  --------------------------------------------------------------------------------------------- */
  .header {
    top: 2.2693997072vw;
    font-size: 1.0980966325vw;
  }
  .header__inner {
    height: 5.1976573939vw;
  }
  .header__nav {
    width: 54.1727672035vw;
    height: 5.1976573939vw;
    border-radius: 7.3206442167vw;
  }
  .header__nav_list {
    padding: 1.7935578331vw 4.0263543192vw;
  }
  /* ---------------------------------------------------------------------------------------------

  　   about

  --------------------------------------------------------------------------------------------- */
  .about {
    padding-top: 7.7598828697vw;
    padding-bottom: 7.467057101vw;
  }
  .about__info_img {
    margin-top: 1.6105417277vw;
  }
  /* ---------------------------------------------------------------------------------------------

  　   campaign

  --------------------------------------------------------------------------------------------- */
  .campaign {
    padding: 11.7130307467vw 0;
  }
  .campaign__top_back,
  .campaign__bottom_back {
    height: 26.0614934114vw;
  }
  .campaign__content {
    border-radius: 1.4641288433vw;
  }
  .campaign__top {
    padding-bottom: 5.5344070278vw;
  }
  .campaign__top_img {
    padding-top: 6.3250366032vw;
  }
  .campaign__top_text {
    margin-top: 3.1551976574vw;
  }
  .campaign__top_food01 {
    width: 13.4699853587vw;
    height: 12.897510981vw;
    left: -2.2693997072vw;
    bottom: 22.0204978038vw;
  }
  .campaign__top_food02 {
    width: 13.616398243vw;
    height: 13.6896046852vw;
    left: 2.1229868228vw;
    bottom: 5.0951683748vw;
  }
  .campaign__top_food03 {
    width: 12.3718887262vw;
    height: 12.5183016105vw;
    right: -1.0980966325vw;
    bottom: 22.1815519766vw;
  }
  .campaign__top_food04 {
    width: 18.5212298682vw;
    height: 15.4897510981vw;
    bottom: 4.1727672035vw;
  }
  .campaign__middle_title {
    height: 3.513909224vw;
  }
  .campaign__middle_title span {
    padding: 0.5856515373vw 1.756954612vw;
    font-size: 1.756954612vw;
  }
  .campaign__period_text {
    margin-top: 1.756954612vw;
    margin-left: 0.3660322108vw;
    margin-bottom: 3.2210834553vw;
    font-size: 2.0497803807vw;
  }
  .campaign__period_text span {
    margin-left: 1.2445095168vw;
    font-size: 1.0248901903vw;
  }
  .prize__content {
    margin-top: 2.3426061493vw;
    padding-bottom: 3.513909224vw;
  }
  .prize__content img:nth-child(1) {
    margin-bottom: 2.3426061493vw;
  }
  .prize__maker {
    margin-top: 1.1713030747vw;
    padding-bottom: 1.9033674963vw;
  }
  .prize__maker::before {
    font-size: 0.9516837482vw;
  }
  .prize__maker img:nth-child(1) {
    margin-bottom: 0;
  }
  .method {
    padding-top: 1.8301610542vw;
    padding-bottom: 3.2942898975vw;
  }
  .method .method__content:nth-child(2) {
    margin-top: 2.2693997072vw;
  }
  .method__content_title {
    font-size: 2.0497803807vw;
    padding-left: 2.196193265vw;
  }
  .method__content_title span {
    width: 1.6105417277vw;
    height: 1.6105417277vw;
    border-radius: 2.196193265vw;
  }
  .method__content_text {
    font-size: 1.317715959vw;
  }
  .method__text {
    margin-top: 1.0248901903vw;
    font-size: 1.1713030747vw;
  }
  .conditions__content {
    margin-top: 2.3426061493vw;
    padding-bottom: 3.513909224vw;
  }
  .conditions__content_link a {
    width: 28.8433382138vw;
    height: 5.8565153734vw;
    font-size: 1.4641288433vw;
    border-radius: 1.0980966325vw;
  }
  .conditions__content_link a span::before {
    width: 2.0497803807vw;
    height: 2.0497803807vw;
  }
  .winning__content {
    margin-top: 1.9765739385vw;
    padding-bottom: 3.3674963397vw;
  }
  .winning__content_text {
    font-size: 1.4641288433vw;
  }
  .campaign__bottom {
    padding-top: 2.1229868228vw;
  }
  .campaign__bottom dl:nth-child(2) {
    margin-top: 1.8301610542vw;
  }
  .campaign__bottom_content {
    font-size: 1.0980966325vw;
  }
  .campaign__bottom_content dd ul li {
    padding-left: 0.439238653vw;
  }
  .campaign__bottom_content dd ul li::before {
    top: 0.8052708638vw;
  }
  .campaign__bottom_content dd ul li:first-child {
    margin-top: 0.1464128843vw;
  }
  .campaign__bottom_link {
    margin-top: 2.196193265vw;
    padding-bottom: 7.3206442167vw;
  }
  /* ---------------------------------------------------------------------------------------------

  　   contact

  --------------------------------------------------------------------------------------------- */
  .contact {
    padding-bottom: 8.8213762811vw;
  }
  .contact__title {
    padding-top: 9.224011713vw;
    font-size: 2.3426061493vw;
    margin-bottom: 3.4407027818vw;
  }
  .contact__title::before {
    width: 14.6412884334vw;
    height: 9.0387994143vw;
    top: 0.7320644217vw;
  }
  /* ---------------------------------------------------------------------------------------------

  　   Instagram

  --------------------------------------------------------------------------------------------- */
  .instagram_box {
    margin-bottom: 0.2928257687vw;
  }
  .instagram_box li:not(:first-child) {
    margin-left: 0.2928257687vw;
  }
  .instagram_box li {
    width: calc(25% - 0.2928257687vw);
    margin-bottom: 0.2928257687vw;
  }
  .instagram {
    padding-top: 8.78477306vw;
    padding-bottom: 8.78477306vw;
  }
  .instagram__title {
    padding-top: 2.1229868228vw;
    margin-bottom: 3.5871156662vw;
    font-size: 2.3426061493vw;
  }
  .instagram__title::before {
    width: 2.196193265vw;
    height: 2.196193265vw;
    top: 0.3660322108vw;
  }
  /* ---------------------------------------------------------------------------------------------

  　   news

  --------------------------------------------------------------------------------------------- */
  .news {
    padding-top: 8.1625183016vw;
  }
  .news__title {
    font-size: 2.3426061493vw;
  }
  .news__list {
    padding-top: 3.1112737921vw;
    font-size: 1.0980966325vw;
  }
  .news__list li dl {
    padding-top: 1.4275256223vw;
    padding-bottom: 1.5007320644vw;
  }
  /* ---------------------------------------------------------------------------------------------

  　   movie

  --------------------------------------------------------------------------------------------- */
  .movie {
    padding-top: 7.906295754vw;
    padding-bottom: 7.3206442167vw;
  }
  .movie__title {
    margin-bottom: 3.1478770132vw;
    font-size: 2.3426061493vw;
  }
  .youtube__text {
    padding-top: 0.7320644217vw;
    padding-bottom: 1.6105417277vw;
    font-size: 1.0980966325vw;
  }
  .youtube__under {
    margin: 2.9282576867vw auto 0;
  }
  .Sponsorship__title {
    margin-top: 8.1991215227vw;
    font-size: 2.0497803807vw;
  }
  .Sponsorship {
    margin-top: 3.2942898975vw;
  }
  /* ---------------------------------------------------------------------------------------------

  　   footer

  --------------------------------------------------------------------------------------------- */
  .footer {
    padding: 3.3674963397vw 0;
  }
  .footer__link {
    width: 19.0336749634vw;
    height: 4.9780380673vw;
  }
  .footer__left_text {
    font-size: 1.0980966325vw;
  }
  .footer__right_text {
    font-size: 0.878477306vw;
  }
  /* ---------------------------------------------------------------------------------------------

  　   mailform

  --------------------------------------------------------------------------------------------- */
  form#mail_form {
    font-size: 1.1713030747vw;
  }
  form#mail_form dl dt {
    padding: 1.5007320644vw 0 1.4275256223vw;
  }
  form#mail_form dl dd {
    padding: 1.3543191801vw 0 1.4275256223vw;
    padding-right: 2.0497803807vw;
  }
  form#mail_form dl dt i {
    top: -0.1464128843vw;
  }
  form#mail_form dl dt span.required,
  form#mail_form dl dt span.optional {
    padding: 0.2928257687vw 0.7320644217vw;
    border-radius: 0.2196193265vw;
  }
  form#mail_form dl dd span.error_blank,
  form#mail_form dl dd span.error_format,
  form#mail_form dl dd span.error_match {
    margin-top: 0.3660322108vw;
  }
  span.loading {
    width: 3.6603221083vw;
    height: 3.6603221083vw;
    margin-top: -2.196193265vw;
    margin-left: -2.196193265vw;
  }
  form#mail_form input[type=text],
  form#mail_form input[type=email],
  form#mail_form input[type=tel] {
    width: calc(96% - 0.1464128843vw);
    padding: 0.5124450952vw 2%;
    border-radius: 0.2196193265vw;
    font-size: 1.1713030747vw;
  }
  form#mail_form input[type=tel] {
    width: calc((90% - 4.0995607613vw) / 3);
  }
  form#mail_form ul li input[type=radio],
  form#mail_form ul li input[type=checkbox] {
    margin: 0 0.7320644217vw 0 0;
  }
  form#mail_form select {
    padding: 0.5124450952vw 2%;
    font-size: 1.1713030747vw;
  }
  form#mail_form textarea {
    height: 14.4216691069vw;
    padding: 0.5124450952vw 2%;
    border-radius: 0.2196193265vw;
    font-size: 1.1713030747vw;
  }
  form#mail_form ul li label {
    margin-top: 0.7320644217vw;
    padding: 0.5124450952vw 2%;
    border-radius: 0.2196193265vw;
  }
  form#mail_form input[name=postal] + a {
    padding: 0.5124450952vw 1.4641288433vw;
    border-radius: 0.2196193265vw;
    font-size: 1.1713030747vw;
  }
  form#mail_form p#form_submit {
    padding-top: 3.6237188873vw;
  }
  form#mail_form input[type=button] {
    width: 28.8433382138vw;
    height: 5.8565153734vw;
    padding: 0.5124450952vw 1.4641288433vw;
    border-radius: 0.7320644217vw;
    font-size: 1.1713030747vw;
    font-size: 1.4641288433vw;
  }
  form#mail_form input[type=file] {
    padding: 0.5124450952vw 2%;
    border-radius: 0.2196193265vw;
    font-size: 1.1713030747vw;
  }
  form#mail_form dd input[type=file]:last-child {
    margin-bottom: 0.3660322108vw;
  }
  form#mail_form ul li p.change_image img {
    max-width: 14.6412884334vw;
    margin: 1.4641288433vw 0 0.7320644217vw;
    border-radius: 0.2196193265vw;
  }
  form#mail_form dl dd span.error_filetype {
    margin-top: 0.3660322108vw;
  }
  div#confirm_field dl dd p img {
    max-width: 14.6412884334vw;
    border-radius: 0.2196193265vw;
    margin: 2.196193265vw 0 0.3660322108vw;
  }
  div#confirm_field dl dd p:first-child img {
    margin-top: 0.3660322108vw;
  }
  .file__label {
    font-size: 1.0248901903vw;
    width: 9.0043923865vw;
    height: 2.9282576867vw;
    transform: translateX(0.439238653vw);
  }
  .file__none {
    height: 2.7086383602vw;
  }
}
@media screen and (max-width: 768px) {
  /* ---------------------------------------------------------------------------------------------

  　   共通

  --------------------------------------------------------------------------------------------- */
  body {
    font-size: 4.8vw;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  /* ---------------------------------------------------------------------------------------------

  　   header

  --------------------------------------------------------------------------------------------- */
  .header {
    top: 0;
    font-size: 4.8vw;
    font-weight: bold;
  }
  .header.work .header__inner {
    background-color: unset;
  }
  .header__inner {
    position: absolute;
    top: -100vh;
    height: 100vh;
  }
  .header__nav {
    top: -100%;
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    background-color: #FCD475;
    transition: top 0.3s;
  }
  .header__nav_list {
    margin: 20.8vw auto 0;
    padding: 0 5.4666666667vw;
    width: 92%;
    height: auto;
    background-color: #FFFFFF;
    border-radius: 2.6666666667vw;
    flex-direction: column;
  }
  .header__nav_list li:not(:last-child) {
    border-bottom: 1px solid #966D42;
  }
  .header__nav_item {
    display: block;
    width: 100%;
    text-align: center;
  }
  .header__nav_item a {
    padding: 6.6666666667vw 0 5.6vw;
  }
  .toggle_btn {
    display: block;
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #6A3906;
    border-radius: 30px;
    top: 8px;
    right: 8px;
  }
  .toggle_btn span:nth-child(1), .toggle_btn span:nth-child(2), .toggle_btn span:nth-child(3) {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #FCD475;
  }
  .toggle_btn span:nth-child(1) {
    transform: translate(15px, 19px);
  }
  .toggle_btn span:nth-child(2) {
    transform: translate(15px, 28px);
  }
  .toggle_btn span:nth-child(3) {
    transform: translate(15px, 37px);
  }
  .header.open span:nth-child(2) {
    display: none;
  }
  .header.open span:nth-child(1) {
    transform: translateX(-12px) rotate(315deg) translateY(40px);
  }
  .header.open span:nth-child(3) {
    transform: translateX(42px) rotate(-315deg) translateY(38px);
  }
  .header.open .header__nav {
    top: 50%;
    transition: top 0.3s;
  }
  .header.open.work .header__inner {
    background-color: #FCD475;
  }
  .header.open .header__inner {
    top: 0;
  }
  /* ---------------------------------------------------------------------------------------------

  　   about

  --------------------------------------------------------------------------------------------- */
  .about {
    padding-top: 11.4666666667vw;
    padding-bottom: 12.8vw;
  }
  .about__inner {
    width: 89.0666666667%;
  }
  .about__content {
    flex-direction: column;
  }
  .about__info,
  .about__img {
    width: 100%;
  }
  .about__info_img {
    margin-top: 7.2vw;
    width: 87.7245508982%;
  }
  .about__img {
    margin-top: 11.7333333333vw;
  }
  /* ---------------------------------------------------------------------------------------------

  　   .campaign

  --------------------------------------------------------------------------------------------- */
  .campaign {
    padding: 30.6666666667vw 0;
  }
  .campaign__top_back, .campaign__bottom_back {
    height: 30.4vw;
  }
  .campaign__inner {
    width: 92%;
  }
  .campaign__top {
    padding-bottom: 14.4vw;
  }
  .campaign__content {
    border-radius: 5.3333333333vw;
  }
  .campaign__inner_img,
  .campaign__middle {
    width: 88.4057971%;
  }
  .campaign__top_img {
    width: 88.4057971%;
    padding-top: 14.7466666667vw;
  }
  .campaign__top_text {
    margin: 0 auto;
    text-align: left;
    width: 88.4057971014%;
    margin-top: 8.6133333333vw;
    font-weight: bold;
  }
  .campaign__middle_title {
    height: 10.6666666667vw;
    background-image: url(../img/sp-campaign-middle-title.png);
    background-position: center center;
    background-size: contain;
  }
  .campaign__middle_title span {
    font-size: 5.0666666667vw;
    padding: 0.39em 5.3333333333vw;
  }
  .campaign__period_text {
    margin-top: 5.9733333333vw;
    margin-left: 1.6vw;
    margin-bottom: 14.6666666667vw;
    font-size: 7.4666666667vw;
  }
  .campaign__period_text span {
    margin-left: 4vw;
    font-size: 3.7333333333vw;
  }
  .prize__content {
    padding-bottom: 15.4666666667vw;
    margin-top: 7.8933333333vw;
  }
  .prize__text {
    margin-top: 6.4vw;
  }
  .prize__maker {
    margin-top: 2.1333333333vw;
    padding-bottom: 6.9333333333vw;
    flex-direction: column;
  }
  .prize__maker::before {
    font-size: 3.4666666667vw;
  }
  .prize__maker img {
    width: 100%;
  }
  .prize__content img:nth-child(1) {
    margin-bottom: 0;
  }
  .prize__maker img:not(:first-child) {
    margin-top: 2.1333333333vw;
  }
  .method {
    padding-top: 6.1333333333vw;
    padding-bottom: 15.4666666667vw;
  }
  .method__content_title {
    font-size: 7.4666666667vw;
    padding-left: 8vw;
  }
  .method__content_title span {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    border-radius: 8vw;
  }
  .method__content_text {
    font-size: 4.2666666667vw;
  }
  .method .method__content:nth-child(2) {
    margin-top: 3.7333333333vw;
  }
  .method__text {
    margin-top: 3.7333333333vw;
    font-size: 4vw;
  }
  .conditions__content {
    margin-top: 8vw;
    padding-bottom: 15.6vw;
    flex-direction: column;
  }
  .conditions__content_link, .conditions__content_img {
    width: 100%;
  }
  .conditions__content_img {
    margin-top: 9.0666666667vw;
  }
  .conditions__content_link a {
    width: 81.3333333333vw;
    height: 21.3333333333vw;
    font-size: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    left: 0;
  }
  .conditions__content_link a span::before {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
  .winning__content {
    margin-top: 6.6666666667vw;
    padding-bottom: 8vw;
  }
  .winning__content_text {
    font-size: 4.8vw;
  }
  .campaign__bottom {
    padding-top: 7.2vw;
  }
  .campaign__bottom_content {
    flex-direction: column;
  }
  .campaign__bottom_content {
    font-size: 4vw;
  }
  .campaign__bottom_content dt {
    width: 100%;
    margin-bottom: 2.9333333333vw;
    line-height: 1;
  }
  .campaign__bottom_content dd ul li:first-child {
    margin-top: 0.5333333333vw;
  }
  .campaign__bottom_content dd ul li {
    padding-left: 2.4vw;
  }
  .campaign__bottom_content dd ul li::before {
    top: 2.9333333333vw;
  }
  .campaign__bottom_content dd {
    width: 100%;
  }
  .campaign__bottom dl:nth-child(2) {
    margin-top: 6.6666666667vw;
  }
  /* ---------------------------------------------------------------------------------------------

  　   contact

  --------------------------------------------------------------------------------------------- */
  .contact {
    padding-bottom: 21.3333333333vw;
  }
  .contact__title {
    padding-top: 34.4533333333vw;
    font-size: 8.5333333333vw;
    margin-bottom: 9.44vw;
  }
  .contact__title::before {
    width: 53.3333333333vw;
    height: 32.9253333333vw;
    top: 2.6666666667vw;
  }
  form#mail_form {
    width: 92%;
    font-size: 4.2666666667vw;
    color: #6A3906;
  }
  form#mail_form dl dt {
    float: none;
    width: 100%;
    padding: 4.9333333333vw 0 3.0666666667vw 0px;
    font-weight: bold;
  }
  form#mail_form dl dd {
    float: none;
    width: 100%;
    padding: 0;
    padding-bottom: 7.8666666667vw;
  }
  form#mail_form input[type=text], form#mail_form input[type=email], form#mail_form input[type=tel], form#mail_form dd input[type=file]:last-child {
    height: 11.7333333333vw;
  }
  form#mail_form dd input[type=file]:last-child {
    margin-bottom: 0;
  }
  form#mail_form input[type=file] {
    padding: 1.8666666667vw 2%;
    border-radius: 1.6vw;
    font-size: 4.2666666667vw;
  }
  form#mail_form input[type=file]::file-selector-button {
    height: 12.2666666667vw;
  }
  form#mail_form input[type=text], form#mail_form input[type=email], form#mail_form input[type=tel] {
    width: calc(96% - 0.5333333333vw);
    padding: 1.8666666667vw 2%;
    border-radius: 1.6vw;
    font-size: 4.2666666667vw;
  }
  form#mail_form input[type=tel] {
    width: calc((90% - 5.6vw) / 3);
  }
  form#mail_form textarea {
    height: 57.3333333333vw;
    padding: 1.8666666667vw 2%;
    border-radius: 1.6vw;
    font-size: 4.2666666667vw;
  }
  form#mail_form p#form_submit {
    width: 100%;
    padding-top: 9.8933333333vw;
  }
  form#mail_form input[type=button] {
    width: 84vw;
    height: 21.3333333333vw;
    border-radius: 2.6666666667vw;
    font-size: 5.3333333333vw;
    padding: 0;
  }
  /* ---------------------------------------------------------------------------------------------

  　   instagram

  --------------------------------------------------------------------------------------------- */
  .instagram {
    padding-top: 21.0666666667vw;
    padding-bottom: 21.3333333333vw;
  }
  .instagram__inner {
    width: 84%;
  }
  .instagram__title {
    padding-top: 4.8vw;
    margin-bottom: 8.5333333333vw;
    font-size: 8.5333333333vw;
  }
  .instagram__title::before {
    width: 8vw;
    height: 8vw;
    top: 0;
  }
  .instagram_box {
    margin-bottom: 0;
  }
  .instagram_box li:not(:first-child) {
    margin-left: 0.8vw;
  }
  .instagram_box li {
    width: calc(50% - 0.8vw);
    margin-bottom: 0.8vw;
  }
  /* ---------------------------------------------------------------------------------------------

  　   news

  --------------------------------------------------------------------------------------------- */
  .news {
    padding-top: 17.7333333333vw;
  }
  .news__inner {
    width: 92%;
  }
  .news__title {
    font-size: 8.5333333333vw;
  }
  .news__list {
    padding-top: 8.6666666667vw;
    font-size: 4vw;
  }
  .news__list li dl {
    padding-top: 5.2vw;
    padding-bottom: 5.6vw;
    flex-direction: column;
  }
  .news__list li dl dt {
    width: 100%;
    margin-bottom: 2.2666666667vw;
  }
  .news__list li dl dd {
    width: 100%;
  }
  /* ---------------------------------------------------------------------------------------------

  　   movie

  --------------------------------------------------------------------------------------------- */
  .movie {
    padding-top: 18vw;
    padding-bottom: 18.9333333333vw;
  }
  .movie__inner {
    width: 92%;
  }
  .movie__title {
    font-size: 8.5333333333vw;
    margin-bottom: 8.4vw;
  }
  .youtube {
    width: 100%;
  }
  .youtube__text {
    width: 100%;
    padding-top: 1.8666666667vw;
    padding-bottom: 3.8666666667vw;
    font-size: 4vw;
  }
  .youtube__under {
    width: 84.6376811594%;
    margin: 10.6666666667vw auto 0;
    flex-direction: column;
  }
  .youtube__under a:nth-child(2) {
    margin-top: 6.4vw;
  }
  .youtube__under_link {
    width: 100%;
  }
  .Sponsorship__title {
    margin-top: 19.4666666667vw;
    font-size: 7.4666666667vw;
  }
  .Sponsorship {
    margin-top: 9.3333333333vw;
    flex-direction: column;
  }
  .Sponsorship a:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
  .Sponsorship_link {
    width: 84.6376811594%;
  }
  /* ---------------------------------------------------------------------------------------------

  　   footer

  --------------------------------------------------------------------------------------------- */
  .footer {
    padding-top: 17.6vw;
    padding-bottom: 4.8vw;
  }
  .footer__inner {
    width: 100%;
    flex-direction: column;
  }
  .footer__left {
    width: 69.3333333333%;
    flex-direction: column;
  }
  .footer__left_text {
    font-size: 4vw;
  }
  .footer__link {
    margin-top: 6.6666666667vw;
    width: 100%;
    height: auto;
  }
  .footer__right {
    margin-top: 17.3333333333vw;
    width: 100%;
    text-align: center;
  }
  .footer__right_text {
    font-size: 3.2vw;
  }
  .prize__maker img, .conditions__content_link, .conditions__content_img {
    max-width: none;
  }
  .file__label {
    font-size: 3.7333333333vw;
    width: 32.8vw;
    height: 16vw;
    transform: translateX(1.6vw);
    border-radius: 0px 1.6vw 1.6vw 0px;
  }
  .file__none {
    height: 9.3333333333vw;
  }
  .file {
    border-radius: 1.6vw;
  }
  .file__none span {
    padding: 2px 5% !important;
  }
}
@media screen and (max-width: 375px) {
  /* ---------------------------------------------------------------------------------------------

  　   共通

  --------------------------------------------------------------------------------------------- */
  body {
    font-size: 1.8rem;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  /* ---------------------------------------------------------------------------------------------

  　   header

  --------------------------------------------------------------------------------------------- */
  .header {
    top: 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .header.work .header__inner {
    background-color: unset;
  }
  .header__inner {
    position: absolute;
    top: -100vh;
    height: 100vh;
  }
  .header__nav {
    top: -100%;
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    background-color: #FCD475;
    transition: top 0.3s;
  }
  .header__nav_list {
    margin: 78px auto 0;
    padding: 0 20.5px;
    width: 92%;
    height: auto;
    background-color: #FFFFFF;
    border-radius: 10px;
    flex-direction: column;
  }
  .header__nav_list li:not(:last-child) {
    border-bottom: 1px solid #966D42;
  }
  .header__nav_item {
    display: block;
    width: 100%;
    text-align: center;
  }
  .header__nav_item a {
    padding: 25px 0 21px;
  }
  .toggle_btn {
    display: block;
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #6A3906;
    border-radius: 30px;
    top: 8px;
    right: 8px;
  }
  .toggle_btn span:nth-child(1), .toggle_btn span:nth-child(2), .toggle_btn span:nth-child(3) {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #FCD475;
  }
  .toggle_btn span:nth-child(1) {
    transform: translate(15px, 19px);
  }
  .toggle_btn span:nth-child(2) {
    transform: translate(15px, 28px);
  }
  .toggle_btn span:nth-child(3) {
    transform: translate(15px, 37px);
  }
  .header.open span:nth-child(2) {
    display: none;
  }
  .header.open span:nth-child(1) {
    transform: translateX(-12px) rotate(315deg) translateY(40px);
  }
  .header.open span:nth-child(3) {
    transform: translateX(42px) rotate(-315deg) translateY(38px);
  }
  .header.open .header__nav {
    top: 50%;
    transition: top 0.3s;
  }
  .header.open.work .header__inner {
    background-color: #FCD475;
  }
  .header.open .header__inner {
    top: 0;
  }
  /* ---------------------------------------------------------------------------------------------

  　   about

  --------------------------------------------------------------------------------------------- */
  .about {
    padding-top: 43px;
    padding-bottom: 48px;
  }
  .about__inner {
    width: 89.0666666667%;
  }
  .about__content {
    flex-direction: column;
  }
  .about__info,
  .about__img {
    width: 100%;
  }
  .about__info_img {
    margin-top: 27px;
    width: 87.7245508982%;
  }
  .about__img {
    margin-top: 44px;
  }
  /* ---------------------------------------------------------------------------------------------

  　   .campaign

  --------------------------------------------------------------------------------------------- */
  .campaign {
    padding: 115px 0;
  }
  .campaign__top_back, .campaign__bottom_back {
    height: 114px;
  }
  .campaign__inner {
    width: 92%;
  }
  .campaign__top {
    padding-bottom: 54px;
  }
  .campaign__content {
    border-radius: 20px;
  }
  .campaign__inner_img,
  .campaign__middle {
    width: 88.4057971%;
  }
  .campaign__top_img {
    width: 88.4057971%;
    padding-top: 55.3px;
  }
  .campaign__top_text {
    margin: 0 auto;
    text-align: left;
    width: 88.4057971014%;
    margin-top: 32.3px;
    font-weight: bold;
  }
  .campaign__middle_title {
    height: 40px;
    background-image: url(../img/sp-campaign-middle-title.png);
    background-position: center center;
    background-size: contain;
  }
  .campaign__middle_title span {
    font-size: 1.9rem;
    padding: 0.39em 20px;
  }
  .campaign__period_text {
    margin-top: 22.4px;
    margin-left: 6px;
    margin-bottom: 55px;
    font-size: 2.8rem;
  }
  .campaign__period_text span {
    margin-left: 15px;
    font-size: 1.4rem;
  }
  .prize__content {
    padding-bottom: 58px;
    margin-top: 29.6px;
  }
  .prize__text {
    margin-top: 24px;
  }
  .prize__maker {
    margin-top: 8px;
    padding-bottom: 26px;
    flex-direction: column;
  }
  .prize__maker::before {
    font-size: 1.3rem;
  }
  .prize__maker img {
    width: 100%;
  }
  .prize__content img:nth-child(1) {
    margin-bottom: 0;
  }
  .prize__maker img:not(:first-child) {
    margin-top: 8px;
  }
  .method {
    padding-top: 23px;
    padding-bottom: 58px;
  }
  .method__content_title {
    font-size: 2.8rem;
    padding-left: 30px;
  }
  .method__content_title span {
    width: 22px;
    height: 22px;
    border-radius: 30px;
  }
  .method__content_text {
    font-size: 1.6rem;
  }
  .method .method__content:nth-child(2) {
    margin-top: 14px;
  }
  .method__text {
    margin-top: 14px;
    font-size: 1.5rem;
  }
  .conditions__content {
    margin-top: 30px;
    padding-bottom: 58.5px;
    flex-direction: column;
  }
  .conditions__content_link, .conditions__content_img {
    width: 100%;
  }
  .conditions__content_img {
    margin-top: 34px;
  }
  .conditions__content_link a {
    width: 305px;
    height: 80px;
    font-size: 2rem;
    border-radius: 10px;
    left: 0;
  }
  .conditions__content_link a span::before {
    width: 28px;
    height: 28px;
  }
  .winning__content {
    margin-top: 25px;
    padding-bottom: 30px;
  }
  .winning__content_text {
    font-size: 1.8rem;
  }
  .campaign__bottom {
    padding-top: 27px;
  }
  .campaign__bottom_content {
    flex-direction: column;
  }
  .campaign__bottom_content {
    font-size: 1.5rem;
  }
  .campaign__bottom_content dt {
    width: 100%;
    margin-bottom: 11px;
    line-height: 1;
  }
  .campaign__bottom_content dd ul li:first-child {
    margin-top: 2px;
  }
  .campaign__bottom_content dd ul li {
    padding-left: 9px;
  }
  .campaign__bottom_content dd ul li::before {
    top: 11px;
  }
  .campaign__bottom_content dd {
    width: 100%;
  }
  .campaign__bottom dl:nth-child(2) {
    margin-top: 25px;
  }
  /* ---------------------------------------------------------------------------------------------

  　   contact

  --------------------------------------------------------------------------------------------- */
  .contact {
    padding-bottom: 80px;
  }
  .contact__title {
    padding-top: 129.2px;
    font-size: 3.2rem;
    margin-bottom: 35.4px;
  }
  .contact__title::before {
    width: 200px;
    height: 123.47px;
    top: 10px;
  }
  form#mail_form {
    width: 92%;
    font-size: 1.6rem;
    color: #6A3906;
  }
  form#mail_form dl dt {
    float: none;
    width: 100%;
    padding: 18.5px 0 11.5px 0px;
    font-weight: bold;
  }
  form#mail_form dl dd {
    float: none;
    width: 100%;
    padding: 0;
    padding-bottom: 29.5px;
  }
  form#mail_form input[type=text], form#mail_form input[type=email], form#mail_form input[type=tel], form#mail_form dd input[type=file]:last-child {
    height: 44px;
  }
  form#mail_form dd input[type=file]:last-child {
    margin-bottom: 0;
  }
  form#mail_form input[type=file] {
    padding: 7px 2%;
    border-radius: 6px;
    font-size: 1.6rem;
  }
  form#mail_form input[type=file]::file-selector-button {
    height: 46px;
    z-index: 5;
  }
  form#mail_form input[type=text], form#mail_form input[type=email], form#mail_form input[type=tel] {
    width: calc(96% - 2px);
    padding: 7px 2%;
    border-radius: 6px;
    font-size: 1.6rem;
  }
  form#mail_form input[type=tel] {
    width: calc((90% - 21px) / 3);
  }
  form#mail_form textarea {
    height: 215px;
    padding: 7px 2%;
    border-radius: 6px;
    font-size: 16px;
  }
  form#mail_form p#form_submit {
    width: 100%;
    padding-top: 37.1px;
  }
  form#mail_form input[type=button] {
    width: 315px;
    height: 80px;
    border-radius: 10px;
    font-size: 2rem;
    padding: 0;
  }
  .file__label {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 4.4;
    text-align: center;
    width: 123px;
    height: 60px;
    margin-inline: auto;
    color: #676767;
    background-color: #D8D8D8;
    cursor: pointer;
    transition: opacity 0.3s ease;
    transform: translateX(6px);
    border-radius: 0px 6px 6px 0px;
  }
  .file__label:hover {
    opacity: 0.7;
  }
  .file__none {
    display: block;
    padding-left: 2%;
    width: 70.625%;
    height: 35px;
    background-color: #FFFFFF;
  }
  .file {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    border-radius: 6px;
  }
  .file input[type=file] {
    display: none;
  }
  /* ---------------------------------------------------------------------------------------------

  　   instagram

  --------------------------------------------------------------------------------------------- */
  .instagram {
    padding-top: 79px;
    padding-bottom: 80px;
  }
  .instagram__inner {
    width: 84%;
  }
  .instagram__title {
    padding-top: 18px;
    margin-bottom: 32px;
    font-size: 3.2rem;
  }
  .instagram__title::before {
    width: 30px;
    height: 30px;
    top: 0;
  }
  .instagram_box {
    margin-bottom: 0;
  }
  .instagram_box li:not(:first-child) {
    margin-left: 3px;
  }
  .instagram_box li {
    width: calc(50% - 3px);
    margin-bottom: 3px;
  }
  /* ---------------------------------------------------------------------------------------------

  　   news

  --------------------------------------------------------------------------------------------- */
  .news {
    padding-top: 66.5px;
  }
  .news__inner {
    width: 92%;
  }
  .news__title {
    font-size: 3.2rem;
  }
  .news__list {
    padding-top: 32.5px;
    font-size: 1.5rem;
  }
  .news__list li dl {
    padding-top: 19.5px;
    padding-bottom: 21px;
    flex-direction: column;
  }
  .news__list li dl dt {
    width: 100%;
    margin-bottom: 8.5px;
  }
  .news__list li dl dd {
    width: 100%;
  }
  /* ---------------------------------------------------------------------------------------------

  　   movie

  --------------------------------------------------------------------------------------------- */
  .movie {
    padding-top: 67.5px;
    padding-bottom: 71px;
  }
  .movie__inner {
    width: 92%;
  }
  .movie__title {
    font-size: 3.2rem;
    margin-bottom: 31.5px;
  }
  .youtube {
    width: 100%;
  }
  .youtube__text {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 14.5px;
    font-size: 1.5rem;
  }
  .youtube__under {
    width: 84.6376811594%;
    margin: 40px auto 0;
    flex-direction: column;
  }
  .youtube__under a:nth-child(2) {
    margin-top: 24px;
  }
  .youtube__under_link {
    width: 100%;
  }
  .Sponsorship__title {
    margin-top: 73px;
    font-size: 2.8rem;
  }
  .Sponsorship {
    margin-top: 35px;
    flex-direction: column;
  }
  .Sponsorship a:not(:first-child) {
    margin-top: 20px;
  }
  .Sponsorship_link {
    width: 84.6376811594%;
  }
  /* ---------------------------------------------------------------------------------------------

  　   footer

  --------------------------------------------------------------------------------------------- */
  .footer {
    padding-top: 66px;
    padding-bottom: 18px;
  }
  .footer__inner {
    width: 100%;
    flex-direction: column;
  }
  .footer__left {
    width: 69.3333333333%;
    flex-direction: column;
  }
  .footer__left_text {
    font-size: 1.5rem;
  }
  .footer__link {
    margin-top: 25px;
    width: 100%;
    height: auto;
  }
  .footer__right {
    margin-top: 65px;
    width: 100%;
    text-align: center;
  }
  .footer__right_text {
    font-size: 1.2rem;
  }
  form#mail_form input[type=file] {
    text-align: left;
  }
}
@media screen and (max-width: 374px) {
  /* ---------------------------------------------------------------------------------------------

  　   共通

  --------------------------------------------------------------------------------------------- */
  body {
    font-size: 4.8vw;
  }
  /* ---------------------------------------------------------------------------------------------

  　   header

  --------------------------------------------------------------------------------------------- */
  .header {
    font-size: 4.8vw;
  }
  .header__nav_list {
    margin: 20.8vw auto 0;
    padding: 0 5.4666666667vw;
    border-radius: 2.6666666667vw;
  }
  .header__nav_item a {
    padding: 6.6666666667vw 0 5.6vw;
  }
  /* ---------------------------------------------------------------------------------------------

  　   about

  --------------------------------------------------------------------------------------------- */
  .about {
    padding-top: 11.4666666667vw;
    padding-bottom: 12.8vw;
  }
  .about__info_img {
    margin-top: 7.2vw;
  }
  .about__img {
    margin-top: 11.7333333333vw;
  }
  /* ---------------------------------------------------------------------------------------------

  　   .campaign

  --------------------------------------------------------------------------------------------- */
  .campaign {
    padding: 30.6666666667vw 0;
  }
  .campaign__top_back, .campaign__bottom_back {
    height: 30.4vw;
  }
  .campaign__top {
    padding-bottom: 14.4vw;
  }
  .campaign__content {
    border-radius: 5.3333333333vw;
  }
  .campaign__top_img {
    padding-top: 14.7466666667vw;
  }
  .campaign__top_text {
    margin-top: 8.6133333333vw;
  }
  .campaign__middle_title {
    height: 10.6666666667vw;
  }
  .campaign__middle_title span {
    font-size: 5.0666666667vw;
    padding: 0.39em 5.3333333333vw;
  }
  .campaign__period_text {
    margin-top: 5.9733333333vw;
    margin-left: 1.6vw;
    margin-bottom: 14.6666666667vw;
    font-size: 7.4666666667vw;
  }
  .campaign__period_text span {
    margin-left: 4vw;
    font-size: 3.7333333333vw;
  }
  .prize__content {
    padding-bottom: 15.4666666667vw;
    margin-top: 7.8933333333vw;
  }
  .prize__text {
    margin-top: 6.4vw;
  }
  .prize__maker {
    margin-top: 2.1333333333vw;
    padding-bottom: 6.9333333333vw;
  }
  .prize__maker::before {
    font-size: 3.4666666667vw;
  }
  .prize__maker img:not(:first-child) {
    margin-top: 2.1333333333vw;
  }
  .method {
    padding-top: 6.1333333333vw;
    padding-bottom: 15.4666666667vw;
  }
  .method__content_title {
    font-size: 7.4666666667vw;
    padding-left: 8vw;
  }
  .method__content_title span {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    border-radius: 8vw;
  }
  .method__content_text {
    font-size: 4.2666666667vw;
  }
  .method .method__content:nth-child(2) {
    margin-top: 3.7333333333vw;
  }
  .method__text {
    margin-top: 3.7333333333vw;
    font-size: 4vw;
  }
  .conditions__content {
    margin-top: 8vw;
    padding-bottom: 15.6vw;
  }
  .conditions__content_img {
    margin-top: 9.0666666667vw;
  }
  .conditions__content_link a {
    width: 81.3333333333vw;
    height: 21.3333333333vw;
    font-size: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
  .conditions__content_link a span::before {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
  .winning__content {
    margin-top: 6.6666666667vw;
    padding-bottom: 8vw;
  }
  .winning__content_text {
    font-size: 4.8vw;
  }
  .campaign__bottom {
    padding-top: 7.2vw;
  }
  .campaign__bottom_content {
    font-size: 4vw;
  }
  .campaign__bottom_content dt {
    margin-bottom: 2.9333333333vw;
  }
  .campaign__bottom_content dd ul li:first-child {
    margin-top: 0.5333333333vw;
  }
  .campaign__bottom_content dd ul li {
    padding-left: 2.4vw;
  }
  .campaign__bottom_content dd ul li::before {
    top: 2.9333333333vw;
  }
  .campaign__bottom dl:nth-child(2) {
    margin-top: 6.6666666667vw;
  }
  /* ---------------------------------------------------------------------------------------------

  　   contact

  --------------------------------------------------------------------------------------------- */
  .contact {
    padding-bottom: 21.3333333333vw;
  }
  .contact__title {
    padding-top: 34.4533333333vw;
    font-size: 8.5333333333vw;
    margin-bottom: 9.44vw;
  }
  .contact__title::before {
    width: 53.3333333333vw;
    height: 32.9253333333vw;
    top: 2.6666666667vw;
  }
  form#mail_form {
    font-size: 4.2666666667vw;
  }
  form#mail_form dl dt {
    padding: 4.9333333333vw 0 3.0666666667vw 0px;
  }
  form#mail_form dl dd {
    padding-bottom: 7.8666666667vw;
  }
  form#mail_form input[type=text], form#mail_form input[type=email], form#mail_form input[type=tel], form#mail_form dd input[type=file]:last-child {
    height: 11.7333333333vw;
  }
  form#mail_form input[type=file] {
    padding: 1.8666666667vw 2%;
    border-radius: 1.6vw;
    font-size: 4.2666666667vw;
  }
  form#mail_form input[type=file]::file-selector-button {
    height: 12.2666666667vw;
  }
  form#mail_form input[type=text], form#mail_form input[type=email], form#mail_form input[type=tel] {
    width: calc(96% - 0.5333333333vw);
    padding: 1.8666666667vw 2%;
    border-radius: 1.6vw;
    font-size: 4.2666666667vw;
  }
  form#mail_form input[type=tel] {
    width: calc((90% - 5.6vw) / 3);
  }
  form#mail_form textarea {
    height: 57.3333333333vw;
    padding: 1.8666666667vw 2%;
    border-radius: 1.6vw;
    font-size: 4.2666666667vw;
  }
  form#mail_form p#form_submit {
    padding-top: 9.8933333333vw;
  }
  form#mail_form input[type=button] {
    width: 84vw;
    height: 21.3333333333vw;
    border-radius: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
  /* ---------------------------------------------------------------------------------------------

  　   instagram

  --------------------------------------------------------------------------------------------- */
  .instagram {
    padding-top: 21.0666666667vw;
    padding-bottom: 21.3333333333vw;
  }
  .instagram__title {
    padding-top: 4.8vw;
    margin-bottom: 8.5333333333vw;
    font-size: 8.5333333333vw;
  }
  .instagram__title::before {
    width: 8vw;
    height: 8vw;
  }
  .instagram_box li:not(:first-child) {
    margin-left: 0.8vw;
  }
  .instagram_box li {
    width: calc(50% - 0.8vw);
    margin-bottom: 0.8vw;
  }
  /* ---------------------------------------------------------------------------------------------

  　   news

  --------------------------------------------------------------------------------------------- */
  .news {
    padding-top: 17.7333333333vw;
  }
  .news__title {
    font-size: 8.5333333333vw;
  }
  .news__list {
    padding-top: 8.6666666667vw;
    font-size: 4vw;
  }
  .news__list li dl {
    padding-top: 5.2vw;
    padding-bottom: 5.6vw;
  }
  .news__list li dl dt {
    margin-bottom: 2.2666666667vw;
  }
  /* ---------------------------------------------------------------------------------------------

  　   movie

  --------------------------------------------------------------------------------------------- */
  .movie {
    padding-top: 18vw;
    padding-bottom: 18.9333333333vw;
  }
  .movie__title {
    font-size: 8.5333333333vw;
    margin-bottom: 8.4vw;
  }
  .youtube__text {
    padding-top: 1.8666666667vw;
    padding-bottom: 3.8666666667vw;
    font-size: 4vw;
  }
  .youtube__under {
    margin: 10.6666666667vw auto 0;
  }
  .youtube__under a:nth-child(2) {
    margin-top: 6.4vw;
  }
  .Sponsorship__title {
    margin-top: 19.4666666667vw;
    font-size: 7.4666666667vw;
  }
  .Sponsorship {
    margin-top: 9.3333333333vw;
  }
  .Sponsorship a:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
  /* ---------------------------------------------------------------------------------------------

  　   footer

  --------------------------------------------------------------------------------------------- */
  .footer {
    padding-top: 17.6vw;
    padding-bottom: 4.8vw;
  }
  .footer__left_text {
    font-size: 4vw;
  }
  .footer__link {
    margin-top: 6.6666666667vw;
  }
  .footer__right {
    margin-top: 17.3333333333vw;
  }
  .footer__right_text {
    font-size: 3.2vw;
  }
  .file__label {
    font-size: 3.7333333333vw;
    width: 32.8vw;
    height: 16vw;
    transform: translateX(1.6vw);
    border-radius: 0px 1.6vw 1.6vw 0px;
  }
  .file__none {
    height: 9.3333333333vw;
  }
  .file {
    border-radius: 1.6vw;
  }
}/*# sourceMappingURL=style.css.map */