@charset "UTF-8";
html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  color: #333;
  background: url("../img/bg.jpg") repeat;
  overflow-x: hidden;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.4;
  }
}

a {
  text-decoration: none;
  color: #1a0dab;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #1a0dab;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

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

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

.title-main {
  border-bottom: 2px solid #ccc;
  border-left: 5px solid #ccc;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #ed3e77;
}
@media (max-width: 767px) {
  .title-main {
    border-bottom: 2px solid #ccc;
    border-left: 5px solid #ccc;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-bottom: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #ed3e77;
  }
}

.list-notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.list-notes li::before {
  content: "※";
}
.list-notes li + li {
  margin-top: 10px;
}

.footer {
  text-align: center;
}
.footer-top {
  width: 100%;
  display: block;
  background-color: #000;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .footer-top {
    padding: 10px 0;
  }
}
.footer-top .copyright {
  display: block;
  color: #ffffff;
  font-size: 12px;
}
.footer-bottom {
  width: 100%;
  padding: 10px 0;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .footer-bottom {
    padding: 5px 0;
  }
}
.footer-bottom a {
  display: block;
  width: 120px;
  height: 34px;
}
.footer-bottom a img {
  width: 100%;
}
.footer .page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 10px;
  background: #000;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .footer .page_top {
    width: 50px;
    height: 50px;
  }
}
.footer .page_top a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.footer .page_top a::after {
  content: "▲";
  font-size: 25px;
  font-weight: bold;
  color: #ed3e77;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  text-align: center;
}

.header {
  border-top: 5px solid #ed3e77;
  padding: 40px 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .header {
    border-top: 3px solid #ed3e77;
    padding: 20px 0 0;
  }
}
.header .header-box {
  -webkit-box-shadow: 0px 8px 8px -5px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 8px 8px -5px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .header .header-box {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.header .header-box img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .header .header-box img {
    margin-bottom: 20px;
    max-width: 50%;
  }
}
.header .header-mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/bg-main.jpg) center center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .header .header-mv {
    padding-top: 0;
  }
}
.header .header-mv img {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .header .header-mv img {
    width: 100%;
  }
}
.header .header-mv + img {
  margin: 0;
}
@media (max-width: 767px) {
  .header .header-mv + img {
    max-width: 100%;
    margin: 0;
    padding: 0 5px;
  }
}

.header-nav__menu {
  max-width: 1000px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .header-nav__menu {
    margin: 15px 10px;
    border-radius: 5px;
  }
}
.header-nav__menu li {
  width: 50%;
  text-align: center;
}
.header-nav__menu li + li {
  border-left: solid 1px #ffffff;
}
.header-nav__menu li a {
  display: block;
  padding: 20px;
  background: #1b305f;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .header-nav__menu li a {
    padding: 10px;
  }
}
.header-nav__menu li a:hover {
  opacity: 0.8;
}

.header .mv {
  width: 900px;
}

main section + section {
  margin-top: 60px;
}
@media (max-width: 767px) {
  main section + section {
    margin-top: 30px;
  }
}
main section h2 {
  width: 100%;
  background: #000;
  border-top: 5px solid #ed3e77;
  padding: 10px 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  main section h2 {
    border-top: 3px solid #ed3e77;
    font-size: 20px;
  }
}
main section .inner {
  background: url("../img/bg_content.jpg") repeat left top;
  padding: 60px 0;
}
@media (max-width: 767px) {
  main section .inner {
    padding: 30px 10px;
  }
}
main section .inner .contents {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 6px -3px #999;
          box-shadow: 0px 0px 6px -3px #999;
}
@media (max-width: 767px) {
  main section .inner .contents {
    padding: 15px;
  }
}
main .section-twitter {
  text-align: center;
}
main .section-twitter p {
  font-size: 15px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  main .section-twitter p {
    font-size: 14px;
  }
}
main .section-twitter p span {
  display: block;
  font-size: 24px;
}
@media (max-width: 767px) {
  main .section-twitter p span {
    font-size: 18px;
  }
}
main .section-twitter .snsbtn {
  position: relative;
  display: block;
  width: 90%;
  max-width: 344px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  background: #000000;
  border-radius: 10px;
  padding: 20px 20px 20px 20px;
  margin: 14px auto 0;
}
@media (max-width: 767px) {
  main .section-twitter .snsbtn {
    font-size: 18px;
  }
}
main .section-twitter .snsbtn img {
  width: 20px;
  margin: 0 8px 4px 0;
}

.section-goods .inner .contents dl {
  margin-bottom: 40px;
}
.section-goods .inner .contents dl dt {
  width: 100px;
  margin-bottom: 5px;
  padding: 3px 5px 0;
  background: #ddf0ff;
  border: 1px solid #196dac;
  text-align: center;
  color: #196dac;
}
@media (max-width: 767px) {
  .section-goods .inner .contents dl dt {
    width: 30%;
    margin-bottom: 5px;
    padding: 5px;
  }
}
.section-goods .inner .contents dd {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section-goods .inner .contents dd + dd {
    margin-top: 5px;
  }
}
.section-goods .inner .contents .box-title {
  display: inline-block;
  background: #ed3e77;
  padding: 15px 15px 8px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .section-goods .inner .contents .box-title {
    width: 90%;
    font-size: 15px;
    padding: 10px 15px 8px;
  }
}
.section-goods .inner .contents .box-title span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 4px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .section-goods .inner .contents .box-title span {
    font-size: 12px;
  }
}
.section-goods .inner .contents .box .item {
  background: #fff0f5;
  padding: 30px;
  border-top: 5px solid #ed3e77;
}
@media (max-width: 767px) {
  .section-goods .inner .contents .box .item {
    padding: 15px;
    border-top: 3px solid #ed3e77;
  }
}
.section-goods .inner .contents .box .item li {
  border: 1px solid #ed3e77;
  background: #ffffff;
  padding: 15px 15px 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .section-goods .inner .contents .box .item li {
    padding: 5px 5px 15px;
  }
}
.section-goods .inner .contents .box .item li img {
  max-width: 100%;
}
.section-goods .inner .contents .box .item li + li {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .section-goods .inner .contents .box .item li + li {
    margin-top: 15px;
  }
}
.section-goods .inner .contents .box .item li .linkbtn {
  margin-top: 10px;
}
.section-goods .inner .contents .box .item li .linkbtn a {
  display: block;
  background: #8e60b5;
  border-radius: 40px;
  padding: 14px 10px;
  margin-top: 24px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .section-goods .inner .contents .box .item li .linkbtn a {
    padding: 10px 16px;
    line-height: 1.2;
  }
}
.section-goods .inner .contents .box .item li .linkbtn a:hover {
  background: #fc0;
  color: #ed3e77;
}
@media (max-width: 767px) {
  .section-goods .inner .contents .box .item li .linkbtn a:hover {
    background: #8e60b5;
    color: #ffffff;
  }
}
.section-goods .inner .contents .box .item li .movie-area {
  max-width: 750px;
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  .section-goods .inner .contents .box .item li .movie-area {
    width: 100% !important;
    margin: 15px auto 0;
  }
}
.section-goods .inner .contents .box .item li .movie-area > div {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.section-goods .inner .contents .box .item li .movie-area > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.section-notes .inner .contents .box p {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-notes .inner .contents .box p {
    margin-bottom: 15px;
  }
}
.section-notes .inner .contents .box .item h3 {
  border-bottom: 2px solid #ccc;
  border-left: 5px solid #ccc;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #ed3e77;
}
@media (max-width: 767px) {
  .section-notes .inner .contents .box .item h3 {
    border-bottom: 1px solid #ccc;
    border-left: 3px solid #ccc;
    margin-bottom: 10px;
    padding-left: 5px;
    font-size: 16px;
  }
}
.section-notes .inner .contents .box .item + .item {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .section-notes .inner .contents .box .item + .item {
    margin-top: 25px;
  }
}