/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button, svg {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
}

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

nav, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  text-decoration: none;
  color: inherit;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:visited {
  color: inherti;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeout {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

html {
  font-size: 62.5%;
  font-family: 'HiraKakuPro-W6', 'MS UI Gothic', sans-serif;
}

@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: 5.71429vw;
  }
}

::-moz-selection {
  color: #F4F4F4;
  background: #E60012;
  text-shadow: none;
}

::selection {
  color: #F4F4F4;
  background: #E60012;
  text-shadow: none;
}

.main-bg {
  width: 100%;
  background-image: url(../img/bg.png);
  background-size: 50%;
  position: relative;
}

.default-wrap {
  margin: 0 auto;
  width: 94.28571vw;
}

@media screen and (max-width: 768px) {
  .default-wrap {
    width: 89.58333vw;
  }
}

.font-orange {
  color: #FFC84F;
}

.font-red {
  color: #E60012;
}

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

@media screen and (min-width: 769px) {
  .br_sp {
    display: none;
  }
}

.section__title {
  width: 100%;
  height: 11.42857vw;
  position: relative;
  background-color: #111111;
}

@media screen and (max-width: 768px) {
  .section__title {
    height: 26.04167vw;
  }
}

.section__title__text {
  height: 4.28571vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #FFC84F;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .section__title__text {
    height: 13.02083vw;
  }
}

.section__title::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: solid 7.85714vw transparent;
  border-right: solid 26vw #272727;
  border-bottom: solid 7.85714vw #272727;
  border-left: solid 26vw transparent;
}

@media screen and (max-width: 768px) {
  .section__title::after {
    border-top: solid 14.32292vw transparent;
    border-right: solid 47.39583vw #272727;
    border-bottom: solid 14.32292vw #272727;
    border-left: solid 47.39583vw transparent;
  }
}

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

.sns-link a {
  margin-left: 1.42857vw;
}

@media screen and (max-width: 768px) {
  .sns-link a {
    margin-left: 5.20833vw;
  }
}

.sns-link a img {
  width: 3.92857vw;
  height: 3.92857vw;
}

@media screen and (max-width: 768px) {
  .sns-link a img {
    width: 14.32292vw;
    height: 14.32292vw;
  }
}

.sns-link a:first-child {
  margin-left: 0;
}

header {
  width: 100%;
  height: 5.71429vw;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  background-color: #FFC84F;
  z-index: 30;
}

@media screen and (max-width: 768px) {
  header {
    width: 100%;
    height: 100vh;
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
    background-image: url(../img/bg.png);
    background-size: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}

header .default-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  header .default-wrap {
    margin-top: auto;
    margin-bottom: auto;
    height: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

header .default-wrap .nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  header .default-wrap .nav {
    height: 80%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

header .default-wrap .nav .nav-list {
  margin-left: 30px;
  position: relative;
  text-decoration: none;
  z-index: 40;
}

@media screen and (max-width: 768px) {
  header .default-wrap .nav .nav-list {
    margin-left: 0;
    margin-top: 0;
  }
}

header .default-wrap .nav .nav-list .nav-item {
  height: 1.42857vw;
  fill: #E60012;
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}

@media screen and (max-width: 768px) {
  header .default-wrap .nav .nav-list .nav-item {
    height: 9.11458vw;
  }
}

header .default-wrap .nav .nav-list #news_btn {
  width: 4.14286vw;
}

@media screen and (max-width: 768px) {
  header .default-wrap .nav .nav-list #news_btn {
    width: 26.43229vw;
  }
}

header .default-wrap .nav .nav-list #story_btn {
  width: 4.92857vw;
}

@media screen and (max-width: 768px) {
  header .default-wrap .nav .nav-list #story_btn {
    width: 31.51042vw;
  }
}

header .default-wrap .nav .nav-list #characters_btn {
  width: 8.92857vw;
}

@media screen and (max-width: 768px) {
  header .default-wrap .nav .nav-list #characters_btn {
    width: 57.03125vw;
  }
}

header .default-wrap .nav .nav-list #outline_btn {
  width: 5.42857vw;
}

@media screen and (max-width: 768px) {
  header .default-wrap .nav .nav-list #outline_btn {
    width: 34.63542vw;
  }
}

header .default-wrap .nav .nav-list #ticket_btn {
  width: 4.21429vw;
}

@media screen and (max-width: 768px) {
  header .default-wrap .nav .nav-list #ticket_btn {
    width: 26.95312vw;
  }
}

header .default-wrap .nav .nav-list #goods_btn {
  width: 3.64286vw;
}

@media screen and (max-width: 768px) {
  header .default-wrap .nav .nav-list #goods_btn {
    width: 23.30729vw;
  }
}

header .default-wrap .nav .nav-list #attention_btn {
  width: 8vw;
}

@media screen and (max-width: 768px) {
  header .default-wrap .nav .nav-list #attention_btn {
    width: 51.04167vw;
  }
}

header .default-wrap .nav .nav-list:first-child {
  margin-left: 0;
}

header .default-wrap .nav .nav-list:hover .nav-item {
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
  fill: #111111;
}

header .default-wrap .nav .nav-list::after {
  content: "";
  width: 100%;
  height: 0.57143vw;
  position: absolute;
  bottom: -1vw;
  left: 0;
  background: #E60012;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

header .default-wrap .nav .nav-list:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (min-width: 769px) {
  header .default-wrap .nav .nav-list.active .nav-item {
    -webkit-transition: fill 0.5s ease;
    transition: fill 0.5s ease;
    fill: #111111;
  }
}

@media screen and (min-width: 769px) {
  header .default-wrap .nav .nav-list.active::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

header .default-wrap .sns-link {
  margin-right: 11.85714vw;
  z-index: 40;
}

@media screen and (max-width: 768px) {
  header .default-wrap .sns-link {
    margin-right: 0;
  }
}

header .default-wrap .sns-link a {
  margin-left: 1vw;
}

@media screen and (max-width: 768px) {
  header .default-wrap .sns-link a {
    margin-left: 5.20833vw;
  }
}

header .default-wrap .sns-link img {
  width: 2.71429vw;
  height: 2.71429vw;
}

@media screen and (max-width: 768px) {
  header .default-wrap .sns-link img {
    width: 14.32292vw;
    height: 14.32292vw;
  }
}

header .default-wrap a:first-child {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  header::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: solid 50vh #FFC84F;
    border-right: solid 50vw transparent;
    border-bottom: solid 50vh transparent;
    border-left: solid 50vw #FFC84F;
    z-index: 30;
  }
}

.header.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.ticket-btn {
  width: 12.57143vw;
  height: 6.85714vw;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 50;
}

@media screen and (max-width: 768px) {
  .ticket-btn {
    width: 45.83333vw;
    height: 25vw;
    top: auto;
    bottom: 2.60417vw;
    right: 2.60417vw;
    z-index: 20;
  }
}

.ticket-btn__out {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 60;
}

.ticket-btn__on {
  width: 100%;
  height: 100%;
}

.ticket-btn:hover .ticket-btn__out {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media screen and (max-width: 768px) {
  .ticket-btn.hidden {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
}

.goods {
  background-color: #F4F4F4;
}

@media screen and (min-width: 769px) {
  .goods {
    padding-top: 5.71429vw;
  }
}

@media screen and (max-width: 768px) {
  .goods {
    background-color: #FFC84F;
  }
}

.goods_sp_top {
  width: 100%;
  height: 27.34375vw;
  background-color: #000000;
}

@media screen and (min-width: 769px) {
  .goods_sp_top {
    display: none;
  }
}

.goods_sp_top img {
  height: 100%;
}

.goods_list {
  padding: 80px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .goods_list {
    padding: 15.625vw 0;
  }
}

.goods_item {
  margin-top: 40px;
  margin-left: 40px;
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 769px) {
  .goods_item:nth-child(odd) {
    margin-left: 0;
  }
  .goods_item:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .goods_item {
    width: 100%;
    margin-top: 5.20833vw;
    margin-left: 0;
  }
  .goods_item:first-child {
    margin-top: 0;
  }
}

.goods_img {
  width: 100%;
}

.goods_desc {
  padding: 2.14286vw 2.85714vw;
}

@media screen and (max-width: 768px) {
  .goods_desc {
    padding: 5.20833vw;
  }
}

.goods_name {
  margin-top: 1.42857vw;
  font-size: 1.28571vw;
  line-height: 1;
}

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

@media screen and (max-width: 768px) {
  .goods_name {
    margin-top: 3.25521vw;
    font-size: 3.125vw;
  }
}

.goods_price {
  margin-top: 0.71429vw;
  font-size: 1.28571vw;
  line-height: 1;
  color: #E60012;
}

.goods_price span {
  font-size: 1.71429vw;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .goods_price {
    margin-top: 1.30208vw;
    font-size: 2.34375vw;
    line-height: 1;
    color: #E60012;
  }
  .goods_price span {
    font-size: 4.16667vw;
    line-height: 1;
  }
}

footer {
  padding: 5.75vw 0;
  background-color: #111111;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 15.625vw 0;
  }
}

footer .e-mail_magazine {
  margin-top: 4.10714vw;
  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) {
  footer .e-mail_magazine {
    margin-top: 9.89583vw;
  }
}

footer .e-mail_magazine img {
  width: 24.57143vw;
  height: 5.28571vw;
}

@media screen and (max-width: 768px) {
  footer .e-mail_magazine img {
    width: 89.58333vw;
    height: 19.27083vw;
  }
}

footer .footer-logo {
  margin-top: 4.10714vw;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  footer .footer-logo {
    margin-top: 9.89583vw;
  }
}

footer .footer-logo .one_pun_logo_red {
  width: 16.28571vw;
}

@media screen and (max-width: 768px) {
  footer .footer-logo .one_pun_logo_red {
    width: 42.31771vw;
  }
}

footer .footer-logo .scrap_logo {
  margin-left: 3.28571vw;
  width: 10.64286vw;
}

@media screen and (max-width: 768px) {
  footer .footer-logo .scrap_logo {
    margin-left: 8.85417vw;
    width: 27.47396vw;
  }
}

footer .footer-logo .yodaka_logo {
  margin-left: 3vw;
  width: 22.28571vw;
}

@media screen and (max-width: 768px) {
  footer .footer-logo .yodaka_logo {
    margin-top: 6.64062vw;
    width: 56.90104vw;
  }
}

footer .copyright {
  margin: 4.78571vw auto 0 auto;
  text-align: center;
  font-size: 1vw;
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    margin: 9.375vw auto 0 auto;
    text-align: center;
    font-size: 2.60417vw;
  }
}

.menu_btn {
  padding: 5.20833vw 0;
  width: 19.53125vw;
  height: 19.53125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 3.90625vw;
  right: 3.90625vw;
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

@media screen and (min-width: 769px) {
  .menu_btn {
    display: none;
  }
}

.menu_btn__close {
  height: 4.16667vw;
  fill: #E60012;
  display: none;
}

.menu_btn__menu {
  height: 4.16667vw;
  fill: #E60012;
  display: inline;
}

.menu_btn__hum {
  width: 7.8125vw;
  height: 2.60417vw;
  position: relative;
}

.menu_btn__hum__top {
  width: 100%;
  height: 0.78125vw;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  background-color: #E60012;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.menu_btn__hum__bottom {
  width: 100%;
  height: 0.78125vw;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  background-color: #E60012;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.menu_btn.active .menu_btn__close {
  display: inline;
}

.menu_btn.active .menu_btn__menu {
  display: none;
}

.menu_btn.active .menu_btn__hum__top {
  -webkit-transform: translate(1.88802vw, -1.17188vw) rotate(45deg) scaleX(0.8);
          transform: translate(1.88802vw, -1.17188vw) rotate(45deg) scaleX(0.8);
}

.menu_btn.active .menu_btn__hum__bottom {
  -webkit-transform: translate(1.30208vw, 1.30208vw) rotate(-45deg) scaleX(0.8);
          transform: translate(1.30208vw, 1.30208vw) rotate(-45deg) scaleX(0.8);
}
/*# sourceMappingURL=goods.css.map */