html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, dfn, em, img, ins, q, strong, small, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

caption, th, td {
  text-align: left
}

q::before, q::after {
  content: ''
}

object, embed {
  vertical-align: top
}

img, abbr, acronym, fieldset {
  border: 0
}

li {
  list-style-type: none
}

a, label {
  cursor: pointer
}

a:active, a:focus {
  outline: none
}

button-moz-focus-inner, input-moz-focus-inner {
  padding: 0;
  border: 0
}

*::before, *::after {
  pointer-events: none
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@-ms-viewport {
  width: device-width
}

::-moz-selection {
  color: #fff;
  background: #000
}

::selection {
  color: #fff;
  background: #000
}

a {
  color: #333;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

a:link {
  color: #333;
  text-decoration: none
}

a:visited {
  color: #333
}

a:hover {
  color: #333;
  opacity: .7;
  text-decoration: none
}

a:active {
  color: #000
}

img {
  width: 100%
}

section {
  width: 100%;
  min-width: 768px;
  margin-bottom: 60px;
  opacity: 0;
}

@media screen and (max-width:768px) {
  section {
    min-width: 100%;
    margin-bottom: 9.375%
  }
}

section.view {
  opacity: 1;
  -webkit-transition: opacity .8s;
  transition: opacity .8s
}

.container {
  box-sizing: border-box;
  padding: 30px;
  margin: 0 auto;
  max-width: 960px;
}

@media screen and (max-width:768px) {
  .container {
    width: 100%;
    padding: 4%
  }
}

h2 {
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width:768px) {
  h2 {
    padding-top: 3.125%
  }
}

.sub-h2 {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width:768px) {
  .sub-h2 {
    font-size: 15px;
    padding-top: 1.5625%
  }
}

.title {
  font-size: 20px;
  letter-spacing: 1.8px;
  line-height: 28px
}

.text {
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 24px;
}

@media screen and (max-width:768px) {
  .text {
    text-align: left
  }
}

.explain {
  font-size: 15px;
  letter-spacing: 1.3px;
  line-height: 26px
}

.pc-only {
  display: block;
}

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

.sp-only {
  display: none;
}

@media screen and (max-width:768x) {
  .sp-only {
    display: block
  }
}

#main {
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}

#main .bg-container {
  width: 100%;
  height: 630px;
  background-image: url("../img/mainvisual.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

#main .bg-container h1 {
  display: block;
  width: 400px;
  height: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  font-size: 45px;
  letter-spacing: 4px;
  line-height: 48px;
  text-align: center;
}

@media screen and (max-width:768px) {
  #main .bg-container h1 {
    display: block;
    width: 90%;
    font-size: 34px;
    letter-spacing: 2px;
    line-height: 1.1
  }
}

#main .bg-container h1 .sub-h1 {
  display: block;
  font-size: 24px
}

.information-image {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width:768px) {
  .information-image {
    display: block;
    width: 100%;
    margin: 0 auto 10px
  } 
}

.information-container {
  display: inline-block;
  vertical-align: top;
  margin-left: 3%;
  width: 48%;
}
@media screen and (max-width:768px) {
  .information-container {
    width: 100%;
  }   
}

.information-container .info-facebook {
  font-size: 16px;
  font-weight: bold;
}

.information-container .info-facebook a {
  color: #3b5998
}

.information-container .info-text, .information-container .info-date {
  text-align: left;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 24px
}
.information-container .info-text, .information-container .infoline {
  margin-bottom: 10px;
}

.prize-container {
  margin-top: 30px;
  text-align: center;
}

.prize-container .prize-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px
}

.prize-container .prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width:768px) {
  .prize-container .prize {
    display: block
  }
}

.prize-container .prize .prize-name {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width:768px) {
  .prize-container .prize .prize-name {
    margin-bottom: 12px
  }
}

.prize-container .prize .prize-detail {
  margin-left: 15px;
  font-size: 12px;
}

@media screen and (max-width:768px) {
  .prize-container .prize .prize-detail {
    margin-left: 0;
    margin-bottom: 20px
  }
}

#navigation {
  width: 100%;
  color: #222;
  font-weight: bold;
  padding-top: 3px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  min-width: 768px;
  margin-bottom: 60px;
}

@media screen and (max-width:768px) {
  #navigation {
    display: none
  }
}

#navigation.fixed {
  position: fixed;
  top: 0;
  z-index: 9999
}

#navigation .container {
  padding: 10px
}

#navigation .nav-container {
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#navigation .nav-container .nav-content {
  width: 16%;
  text-align: center
}

#navigation .nav-container .sns-icon {
  width: 50px;
  margin-left: auto;
  margin-right: 20px
}
#navigation .nav-container .sns-icon a {
  width: 20px;
  display: inline-block;
}

#navigation a:hover {
  text-decoration: underline
}

#fixednav_sp {
  display: none;
}

@media screen and (max-width:768px) {
  #fixednav_sp {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #fff;
    border-bottom: solid 1px #222;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0
  }
  #fixednav_sp .menu_btn {
    display: block;
    margin-left: auto;
    margin-right: 10px;
    width: 30px;
    height: 50px;
    cursor: pointer;
    position: relative;
  }
  #fixednav_sp .menu_btn span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  #fixednav_sp .menu_btn span:nth-of-type(1) {
    top: 15px
  }
  #fixednav_sp .menu_btn span:nth-of-type(2) {
    top: 23.5px
  }
  #fixednav_sp .menu_btn span:nth-of-type(3) {
    bottom: 15px
  }
  #fixednav_sp .menu_btn.active span {
    background-color: #fff;
  }
  #fixednav_sp .menu_btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg)
  }
  #fixednav_sp .menu_btn.active span:nth-of-type(2) {
    opacity: 0
  }
  #fixednav_sp .menu_btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg)
  }
  #fixednav_sp .menu_list {
    display: none;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
  }
  #fixednav_sp .menu_list .menu_content {
    display: block;
    height: 50px;
    color: #252525;
    border-top: solid 1px rgba(0, 0, 0, 0.3);
    text-align: left;
    line-height: 50px;
    padding-left: 6.25%;
    font-size: 20px;
  }
  #fixednav_sp .menu_list .menu_content:last-child {
    border-bottom: solid 1px rgba(0, 0, 0, 0.3)
  }
}

.product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-container .product:nth-of-type(2) {
  margin: 0 3% 0
}

.product-container .product {
  width: 30%;
}

.product-container .product .title {
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold
}

@media screen and (max-width:768px) {
  .product-container {
    display: block
  }
  .product-container .product {
    width: 90%;
    margin: 0 auto
  }
}

#shopping .container .text,
#donation .container .text {
  margin-bottom: 15px;
}
.link {
  color: #000;
  font-weight: bold;
}

.shopping-container {
  margin: 0 auto;
  width: 100%;
}

.shopping-container .shopping {
  width: 50%;
  margin: 0 auto 30px;
  border-radius: 15px;
}

@media screen and (max-width:768px) {
  .shopping-container .shopping {
    width: 80%
  }
}

.shopping-container .shopping.website {
  background-color: #fff;
  margin-bottom: 60px
}

.shopping-container .shopping .shopping-btn {
  border-radius: 15px;
  background-color: #ffd700;
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  box-shadow: 6px 6px rgba(0, 0, 0, 0.4);
}

.shopping-container .shopping .shopping-btn .sub-a {
  font-size: 14px;
  font-weight: normal
}

.shopping-container .shop-info-container {
  margin: 0 auto;
  width: 50%;
  margin: 0 auto 30px;
}

@media screen and (max-width:768px) {
  .shopping-container .shop-info-container {
    width: 100%
  }
}

.shopping-container .shop-info-container .shopping-title,
.shopping-container .shop-info-container .shopping-explain {
  border: solid 1px #666;
  border-bottom: none;
  text-align: center;
  padding: 10px
}

.shopping-container .shop-info-container .shopping-title {
  color: #fff;
  background-color: #666
}

.shopping-container .shop-info-container .shopping-explain.last {
  border-bottom: solid 1px #666
}

.map {
  margin: 30px auto 0;
  width: 100%;
  position: relative;
  padding: 0 0 61%;
  height: 0;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important
}

.footer {
  width: 100%;
}

.footer .container {
  margin: 0 auto;
  max-width: 960px;
}

.footer .container .copyright {
  padding: 10px;
  font-size: 10px;
  text-align: center
}