@charset "UTF-8";
@import url(_mixin.scss);
/* ######################################################################################

  　Basic

  ###################################################################################### */
html {
  width: 100%;
}

body {
  width: 100%;
  font-weight: 700;
  font-style: normal;
  background: #eee;
  color: #000;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify;
  letter-spacing: 0.1rem;
  overflow-x: hidden;
  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;
  width: 100%;
  font-family: 'Tillana', cursive;
  font-family: 'New Tegomin', serif;
  letter-spacing: 0.04rem;
}

#wrgameer {
  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;
  width: 100%;
}

@media screen and (max-width: 959px) {
  .is-sp-hide {
    display: none;
  }
  html:after {
    z-index: 10;
    top: auto;
    border-width: 0 0 10px;
  }
  body {
    background-image: url(/assets/img/restaurant.png), url(/assets/img/tree_l.png), url(/assets/img/tree_r.png);
    background-position: center bottom -5rem, left bottom -5rem, right bottom -5rem;
    background-repeat: no-repeat;
    background-size: 80%, 30%, 30%;
  }
}

@media screen and (min-width: 960px) {
  .is-pc-hide {
    display: none;
  }
  html:after {
    z-index: 10;
    top: auto;
    border-width: 0 0 10px;
  }
  body {
    background-image: url(/assets/img/restaurant.png), url(/assets/img/tree_l.png), url(/assets/img/tree_r.png);
    background-position: center bottom -5rem, left bottom -5rem, right bottom -5rem;
    background-repeat: no-repeat;
    background-size: 35%, 30%, 30%;
  }
}

/* スクロールの幅の設定 */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/* スクロールの背景の設定 */
::-webkit-scrollbar-track {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 4px #aaa inset;
  box-shadow: 0 0 4px #aaa inset;
  background: #fff;
}

/* スクロールのつまみ部分の設定 */
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #de4d15;
}

/* ######################################################################################

  　Loading

  ###################################################################################### */
.is-hide {
  display: none;
}

.fadeout-bg {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  opacity: 0;
  pointer-events: none;
}

.fadeout-loader {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  opacity: 0;
  pointer-events: none;
}

#loader-bg {
  background: #ffffff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

@media screen and (max-width: 959px) {
  #loader {
    height: 80px;
    left: 40%;
    position: fixed;
    top: 50%;
    width: 80px;
  }
  #loader p {
    font-size: 10px;
    line-height: 3.2rem;
    text-align: center;
  }
  #loader p img {
    display: inline-block;
    margin-bottom: 1rem;
    -webkit-filter: drop-shadow(1px 3px 5px rgba(15, 144, 182, 0.2));
    -moz-filter: drop-shadow(1px 3px 5px rgba(15, 144, 182, 0.2));
    -ms-filter: drop-shadow(1px 3px 5px rgba(15, 144, 182, 0.2));
    filter: drop-shadow(1px 3px 5px rgba(15, 144, 182, 0.2));
  }
}

@media screen and (min-width: 960px) {
  #loader {
    height: 100px;
    left: 50%;
    margin-left: -90px;
    margin-top: -70px;
    position: fixed;
    top: 50%;
    width: 100px;
  }
  #loader p {
    font-size: 10px;
    line-height: 3.2rem;
    text-align: center;
  }
  #loader p img {
    display: inline-block;
    margin-bottom: 1rem;
    -webkit-filter: drop-shadow(1px 3px 5px rgba(15, 144, 182, 0.2));
    -moz-filter: drop-shadow(1px 3px 5px rgba(15, 144, 182, 0.2));
    -ms-filter: drop-shadow(1px 3px 5px rgba(15, 144, 182, 0.2));
    filter: drop-shadow(1px 3px 5px rgba(15, 144, 182, 0.2));
  }
}

/* ######################################################################################

  　Parts

  ###################################################################################### */
/* hamburger
  -------------------------------------*/
@media screen and (max-width: 959px) {
  #hamburger {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    -webkit-transition: 1s;
    transition: 1s;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    padding: 1.8rem 1rem;
    z-index: 100;
    background: #fff;
  }
  .hamburger_inner {
    height: 24px;
  }
  .inner_line {
    display: block;
    position: absolute;
    width: 26px;
    height: 2px;
    background-color: #000;
    -webkit-transition: 1s;
    transition: 1s;
  }
  #line1 {
    top: 14px;
  }
  #line2 {
    top: 21px;
  }
  #line3 {
    bottom: 14px;
  }
  .line_1 {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
    top: 0;
  }
  .line_2 {
    opacity: 0;
  }
  .line_3 {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
    bottom: 0;
  }
  #nav.show {
    z-index: 10;
    overflow-y: scroll;
  }
}

@media screen and (min-width: 960px) {
  #hamburger {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    -webkit-transition: 1s;
    transition: 1s;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    padding: 1.8rem 1rem;
    z-index: 100;
    background: #fff;
  }
  .hamburger_inner {
    height: 24px;
  }
  .inner_line {
    display: block;
    position: absolute;
    width: 26px;
    height: 2px;
    background-color: #000;
    -webkit-transition: 1s;
    transition: 1s;
  }
  #line1 {
    top: 14px;
  }
  #line2 {
    top: 21px;
  }
  #line3 {
    bottom: 14px;
  }
  .line_1 {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
    top: 0;
  }
  .line_2 {
    opacity: 0;
  }
  .line_3 {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
    bottom: 0;
  }
  #nav.show {
    z-index: 100;
  }
}

/* nav
  -------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 959px) {
  #nav {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  #nav.show {
    opacity: 1;
    visibility: visible;
    -webkit-animation: fadein 1s;
    animation: fadein 1s;
  }
  nav {
    background-color: #fff;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    right: 0;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 8rem 4rem 6rem;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 100;
  }
  .nav-home {
    padding: 4rem;
  }
  .nav-list {
    text-align: center;
  }
  .nav-list__item {
    font-size: 2.4rem;
    text-decoration: none;
  }
  .nav-list__item-link {
    display: block;
    padding: 1rem;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 1.6rem;
  }
  .nav-list {
    margin-top: 2rem;
  }
  .nav-list li a:first-of-type {
    border: none;
  }
  .nav-list__item {
    font-size: 1.8rem;
  }
  .nav-list__item-link {
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 1rem;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 1.6rem 1rem;
  }
  .nav-list__lang {
    text-align: center;
    margin-top: 4rem;
    line-height: 1rem;
  }
  .nav-list__lang .nav-list__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.2rem;
    background: #000;
    color: #fff;
    margin: 0.4rem;
  }
  .nav-btn {
    width: 40%;
    margin: 4rem auto;
  }
}

@media screen and (min-width: 960px) {
  .gnav {
    z-index: 100;
    position: fixed;
    width: 20rem;
    padding: 1.6rem;
  }
  #nav {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  #nav.show {
    opacity: 1;
    visibility: visible;
    -webkit-animation: fadein 1s;
    animation: fadein 1s;
  }
  nav {
    background-color: #fff;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    right: 0;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 8rem 4rem 6rem;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 100;
  }
  .nav-home {
    padding: 4rem;
  }
  .nav-list {
    text-align: center;
  }
  .nav-list__item {
    font-size: 2.4rem;
    text-decoration: none;
  }
  .nav-list__item-link {
    display: block;
    padding: 1rem;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 1.6rem;
  }
  .nav-list {
    margin-top: 2rem;
  }
  .nav-list li a:first-of-type {
    border: none;
  }
  .nav-list__item {
    font-size: 2.8rem;
  }
  .nav-list__item-link {
    text-decoration: none;
    padding: 1rem;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 1.6rem 1rem;
  }
  .nav-list__lang {
    text-align: center;
    margin-top: 4rem;
    line-height: 1rem;
  }
  .nav-list__lang .nav-list__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.2rem;
    background: #000;
    color: #fff;
    margin: 0.4rem;
  }
  .nav-list__lang .nav-list__item:hover {
    background: #de4d15;
  }
  .nav-btn {
    width: 14rem;
    margin: 6rem auto;
  }
  .logo {
    width: 26rem;
    margin: 3rem auto;
  }
}

/* ====================================================
    footer
  ==================================================== */
@media screen and (max-width: 959px) {
  .footer {
    text-align: center;
    padding-top: 24rem;
    width: 100%;
    background: #04171e;
    background: -webkit-gradient(linear, left bottom, left top, from(#04171e), color-stop(60%, rgba(2, 72, 97, 0.5)), to(rgba(1, 119, 162, 0)));
    background: linear-gradient(0deg, #04171e 0%, rgba(2, 72, 97, 0.5) 60%, rgba(1, 119, 162, 0) 100%);
  }
  .copyright {
    color: #fff;
    font-size: 1.2rem;
    padding: 6rem;
    text-align: center;
  }
}

@media screen and (min-width: 960px) {
  .footer {
    padding-top: 64rem;
    text-align: center;
    background: #04171e;
    background: -webkit-gradient(linear, left bottom, left top, from(#04171e), color-stop(60%, rgba(2, 72, 97, 0.5)), to(rgba(1, 119, 162, 0)));
    background: linear-gradient(0deg, #04171e 0%, rgba(2, 72, 97, 0.5) 60%, rgba(1, 119, 162, 0) 100%);
  }
  .copyright {
    color: #fff;
    font-size: 1.2rem;
    padding: 4rem;
    position: relative;
    height: 100%;
    text-align: center;
  }
}

/* top
  -------------------------------------*/
.js-scroll-fadein {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  visibility: hidden;
  opacity: 0;
}

.js-scroll-fadein.is-fadein {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 959px) {
  .btn-top {
    right: 2rem;
    bottom: 2rem;
    position: fixed;
    z-index: 1;
    text-align: center;
    width: 14%;
  }
}

@media screen and (min-width: 960px) {
  .btn-top {
    position: fixed;
    width: 8.6rem;
    right: 4rem;
    bottom: 3.6rem;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1;
    text-align: center;
  }
  .btn-top:hover {
    margin-bottom: 2rem;
  }
}

/* ######################################################################################

  　Page

  ###################################################################################### */
/* ====================================================
    hero
  ==================================================== */
@media screen and (max-width: 959px) {
  .hero {
    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;
    top: 0;
    z-index: -1;
  }
  .hero__img {
    min-height: 100vh;
  }
  .hero .btn-btm {
    left: 2rem;
    bottom: 2rem;
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 14%;
  }
}

@media screen and (min-width: 960px) {
  .hero {
    height: 100vh;
    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;
    top: 0;
    /* background-image: url(../img/2011+10.png); */
    z-index: -1;
  }
  .hero__img {
    -webkit-filter: drop-shadow(1px 3px 5px rgba(15, 144, 182, 0.2));
    -moz-filter: drop-shadow(1px 3px 5px rgba(15, 144, 182, 0.2));
    -ms-filter: drop-shadow(1px 3px 5px rgba(15, 144, 182, 0.2));
    filter: drop-shadow(1px 3px 5px rgba(15, 144, 182, 0.2));
    z-index: 1;
    height: 100vh;
    width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 30%;
       object-position: 50% 30%;
  }
  .btn-btm {
    position: absolute;
    width: 8.6rem;
    left: 4rem;
    bottom: 3.6rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 10;
    text-align: center;
  }
}

/* ====================================================
    section
  ==================================================== */
@media screen and (max-width: 959px) {
  .main-section__wrp {
    margin: 10rem 2rem;
  }
  .main-section__box {
    padding-top: 3rem;
    margin-bottom: 10rem;
  }
  .main-section__box:last-child {
    margin-bottom: 0;
  }
  .main-section__ttl {
    margin: auto;
    font-size: 3.6rem;
    text-align: center;
    display: block;
    margin-bottom: 6rem;
  }
  .main-section__txt {
    margin-bottom: 2.4rem;
    text-align: center;
  }
  .main-section__txt a {
    border-bottom: 2px solid;
  }
  .main-section__list img {
    margin: 0 auto;
    margin-bottom: 1.6rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (min-width: 960px) {
  .main-section__wrp {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
  }
  .main-section__box {
    width: 100%;
    padding-top: 14rem;
    margin-bottom: 24rem;
  }
  .main-section__ttl {
    margin: auto;
    font-size: 6.6rem;
    text-align: center;
    display: block;
    margin-bottom: 6rem;
  }
  .main-section__ttl::after {
    background-image: url(../img/bat.png);
    background-repeat: no-repeat;
    background-position: 10% center;
    background-size: contain;
    text-align: center;
  }
}

/* info
  -------------------------------------*/
@media screen and (max-width: 959px) {
  .info-section {
    margin-bottom: 0;
    text-align: center;
  }
}

@media screen and (min-width: 960px) {
  .info-section {
    margin: 0 auto;
    background: #000;
    color: #fff;
    width: 100vw;
    padding: 4rem;
    text-align: center;
    margin-top: -0.2rem;
    font: 0.8rem;
  }
}

/* news
  -------------------------------------*/
@media screen and (max-width: 959px) {
  .section__news .list__ttl {
    margin-bottom: 1rem;
  }
  .section__news .list__ttl .tag {
    background: #000;
    color: #fff;
    font-size: 1.4rem;
    padding: 0.2rem;
    margin-left: 1rem;
  }
  .section__news .list__txt {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 960px) {
  .section__news {
    max-width: 120rem;
    width: 80vw;
    margin: 0 auto;
  }
  .section__news .list__ttl {
    margin-bottom: 1rem;
  }
  .section__news .list__ttl .tag {
    background: #000;
    color: #fff;
    font-size: 1.4rem;
    padding: 0.2rem;
    margin-left: 1rem;
  }
  .section__news .list__txt {
    margin-bottom: 3rem;
  }
}

/* about
  -------------------------------------*/
@media screen and (max-width: 959px) {
  .section__about .main-section__txt {
    font-size: 2.8rem;
    margin-bottom: 3rem;
    width: 100%;
  }
  .section__about .main-section__caption {
    margin-bottom: 3rem;
  }
  .section__about .list__item {
    margin-bottom: 3rem;
  }
  .section__about .list__img {
    margin-bottom: 0.4rem;
  }
}

@media screen and (min-width: 960px) {
  .section__about {
    margin: 0 auto;
  }
  .section__about .main-section__txt {
    font-size: 2.8rem;
    margin-bottom: 3rem;
    width: 100%;
  }
  .section__about .main-section__caption {
    max-width: 80vw;
    margin: 0 auto 4rem;
    font-size: 2rem;
  }
  .section__about .list__thmb {
    text-align: center;
  }
  .section__about .list__item {
    margin-bottom: 3rem;
  }
  .section__about .list__img {
    margin-bottom: 0.4rem;
    max-width: 120rem;
    max-width: 80vw;
  }
}

/* game
  -------------------------------------*/
.main-section__mov {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.main-section__mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 959px) {
  .section__game {
    text-align: center;
  }
  .section__game .main-section__btn {
    width: 50vw;
    margin: 0 auto;
    margin-bottom: 4rem;
  }
  .section__game .main-section__list {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    /* コンテンツが見切れて見えるようにする */
    overflow-x: auto;
    /* 横スクロールの指定 */
    white-space: nowrap;
    /* 横スクロールの指定 */
    overflow-scrolling: touch;
    /* スクロールを滑らかにする */
    -webkit-overflow-scrolling: touch;
    /* スクロールを滑らかにする */
    overflow-y: hidden;
  }
  .section__game .list-item {
    display: inline-block;
    /* 横並びにする指定 */
    list-style: none;
    height: 450px;
    /* 横スクロールする範囲の高さを指定 */
  }
}

@media screen and (min-width: 960px) {
  .section__game {
    text-align: center;
  }
  .section__game .main-section__txt {
    margin-bottom: 4rem;
  }
  .section__game .main-section__btn {
    width: 18rem;
    margin: 4rem auto;
  }
  .section__game .main-section__list {
    margin: 0 auto;
    padding: 0;
    max-width: 90vw;
    /* コンテンツが見切れて見えるようにする */
    overflow-x: auto;
    /* 横スクロールの指定 */
    white-space: nowrap;
    /* 横スクロールの指定 */
    overflow-scrolling: touch;
    /* スクロールを滑らかにする */
    -webkit-overflow-scrolling: touch;
    /* スクロールを滑らかにする */
    overflow-y: hidden;
  }
  .section__game .list-item {
    display: inline-block;
    /* 横並びにする指定 */
    list-style: none;
    height: 100%;
    /* 横スクロールする範囲の高さを指定 */
    width: 280px;
  }
}

/* character
  -------------------------------------*/
@media screen and (max-width: 959px) {
  .section__character .main-section__list {
    width: 100%;
  }
  .section__character .list__item {
    margin: 8rem 0;
  }
  .section__character .list__item:last-child {
    margin-bottom: 0;
  }
  .section__character .list__ttl {
    font-size: 2.8rem;
    text-align: center;
    margin: 0 0 2rem;
  }
  .section__character .list__ttl span {
    font-size: 1rem;
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 0.4rem;
  }
  .section__character .list__txt {
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
  }
  .section__character .list__thmb {
    text-align: center;
  }
}

@media screen and (min-width: 960px) {
  .section__character .main-section__list {
    width: 100%;
    padding: 0 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .section__character .list__item {
    width: 33%;
  }
  .section__character .list__thmb {
    height: 38rem;
    text-align: center;
    vertical-align: middle;
    position: relative;
  }
  .section__character .list__img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .section__character .list__ttl {
    font-size: 2.8rem;
    text-align: center;
    margin: 2rem 0;
  }
  .section__character .list__ttl span {
    font-size: 1rem;
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 0.4rem;
  }
  .section__character .list__txt {
    font-size: 2rem;
    text-align: center;
    width: 80%;
    margin: 0 auto 4rem;
  }
}

.chara_dracula {
  width: 50%;
}

.chara_black-cat {
  width: 40%;
}

.chara_franken-boy {
  width: 35%;
}

.chara_mummy-girl {
  width: 60%;
}

.chara_sister {
  width: 35%;
}

.chara_little-red-riding-hood {
  width: 30%;
}

.chara_witch {
  width: 90%;
}

.chara_ghost {
  width: 40%;
}

.chara_god-of-death {
  width: 70%;
}

.chara_wolf-man {
  width: 50%;
}

/* goods
  -------------------------------------*/
@media screen and (max-width: 959px) {
  .section__goods .main-section__txt {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 8rem;
  }
  .section__goods .main-section__thmb {
    max-width: 80vw;
    margin: 4rem auto;
  }
  .section__goods h3 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 4rem;
  }
  .section__goods .list__item {
    text-align: center;
    margin-bottom: 4rem;
  }
  .section__goods .list__ttl_em {
    font-size: 1.4rem;
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 0.4rem;
  }
}

@media screen and (min-width: 960px) {
  .section__goods .main-section__txt {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 8rem;
  }
  .section__goods .main-section__thmb {
    max-width: 80vw;
    margin: 4rem auto;
  }
  .section__goods .main-section__thmb a:hover {
    opacity: .5;
  }
  .section__goods h3 {
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 4rem;
  }
  .section__goods .main-section__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .section__goods .list__item {
    width: 33%;
    display: block;
    padding: 2rem;
    text-align: center;
  }
  .section__goods .list__ttl {
    margin-top: 1rem;
  }
  .section__goods .list__ttl_em {
    font-size: 1.4rem;
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 0.4rem;
  }
}

/* production
  -------------------------------------*/
@media screen and (max-width: 959px) {
  .section__production .list__item {
    width: 50%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 960px) {
  .section__production .list__item {
    width: 18rem;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=style.css.map */