@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap");
@import url("//fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//use.fontawesome.com/releases/v5.6.1/css/all.css");
.text__honbun {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 1em;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .text__honbun {
    font-size: 3.8vw;
  }
}

.text__left {
  text-align: left;
}

.text__right {
  text-align: right;
}

.text__center {
  text-align: center;
}

.list__noNumber {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
}

.list__noNumber > li {
  margin-bottom: 30px;
  line-height: 1.5;
}

.list__noNumber > li dl {
  margin-bottom: 20px;
}

.list__noNumber > li dl dt {
  line-height: 1.75;
}

.list__noNumber > li dl dd {
  line-height: 1.75;
  margin: 10px 0;
}

.list__noNumber > li dl dd img {
  height: 200px;
}

.list__disc {
  list-style: disc;
  text-align: left;
  padding-left: 2em;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.list__disc > li {
  line-height: 1.45;
  padding-bottom: 0.5em;
}

.list__disc > li img {
  height: 200px;
  display: block;
}

.list__disc > li:last-child {
  padding-bottom: 0;
}

.list__decimal {
  list-style: decimal;
  text-align: left;
  padding-left: 2em;
  font-size: 16px;
  font-size: 1.6rem;
}

.list__decimal > li {
  line-height: 1.45;
  padding-bottom: 0.5em;
}

.list__decimal > li img {
  height: 200px;
  display: block;
}

.list__decimal > li:last-child {
  padding-bottom: 0;
}

a {
  color: #E00427;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  background-size: 100% auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 400;
  color: #333;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media only screen and (min-width: 768px) {
  body {
    min-width: 980px;
  }
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body img {
  vertical-align: top;
}

.main {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

.inner_980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

h2 {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 3.75em;
  text-align: center;
  padding-bottom: 25px;
  position: relative;
}

h2 span {
  display: block;
  font-size: 0.333em;
  font-weight: bold;
}

h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 10px;
  left: calc(50% - 50px);
  bottom: 0;
  background-color: #E00427;
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 9vw;
  }
}

header {
  background: #000;
  position: relative;
  border-bottom: 20px solid #E00427;
}

header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  header > div {
    width: auto;
    display: block;
    position: relative;
  }
}

header h1 {
  max-width: 220px;
  padding: 34px 14px;
}

header h1 img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  header h1 {
    top: 0;
    left: 0;
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
    max-width: 90px;
  }
}

header .hamburger-menu {
  display: none;
}

@media only screen and (max-width: 768px) {
  header .hamburger-menu {
    display: block;
  }
  header .hamburger-menu .menu-btn {
    position: absolute;
    top: 34px;
    right: 34px;
    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;
    z-index: 100;
  }
  header .hamburger-menu .menu-btn span,
  header .hamburger-menu .menu-btn span:before,
  header .hamburger-menu .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  header .hamburger-menu .menu-btn span:before {
    bottom: 8px;
  }
  header .hamburger-menu .menu-btn span:after {
    top: 8px;
  }
  header .hamburger-menu #menu-btn-check {
    display: none;
  }
  header .hamburger-menu #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }
  header .hamburger-menu #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .hamburger-menu #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

header .nav__anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  header .nav__anchor ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
    overflow-y: scroll;
  }
  header .nav__anchor ul li a {
    line-height: 3em !important;
  }
}

header .nav__anchor ul li a {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 92px;
}

header .nav__anchor ul li a:hover {
  color: #E00427;
}

header .nav__anchor ul li a:after {
  font-family: 'ionicons';
  content: '\f3d3';
  width: 26px;
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

header .nav__anchor ul li a.nolink {
  color: #555;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  header .nav__anchor {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
  }
}

header .nav__tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .nav__tab ul li {
  width: calc(33.33% - 6px);
  border-radius: 10px 10px 0 0;
  height: 92px;
  -webkit-box-shadow: 0px -4px 7px -1px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0px -4px 7px -1px rgba(0, 0, 0, 0.1) inset;
  background: #700213;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header .nav__tab ul li.active, header .nav__tab ul li:hover {
  background: #E00427;
}

header .nav__tab ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .nav__tab ul li dl dt {
  margin: 0 10px;
  max-width: 80px;
}

@media only screen and (max-width: 768px) {
  header .nav__tab ul li dl dt {
    margin: 0 5px;
    max-width: 40px;
  }
}

header .nav__tab ul li dl dt img {
  width: 100%;
}

header .nav__tab ul li dl dd {
  font-family: "Oswald", sans-serif;
  color: #fff;
  text-align: left;
}

header .nav__tab ul li dl dd p {
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  header .nav__tab ul li dl dd p {
    font-size: 1.9vw;
  }
}

header .nav__tab ul li dl dd p span {
  font-size: 2.8em;
}

.tab__contents {
  background: #E00427;
}

.tab__contents > div {
  display: none;
  opacity: 0;
  width: 100%;
  margin-left: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tab__contents > div img {
  width: 100%;
}

.tab__contents > div.active {
  display: block;
}

.tab__contents > div.tab__box_01 {
  margin-left: 0;
  opacity: 1;
}

.kv__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
}

.kv__area > div {
  width: 100%;
  min-width: 100%;
}

.kv__area > div img {
  width: 100%;
  min-width: 100%;
}

.movieArea {
  background: url(../images/bg_texture_red.png) repeat-y top center;
  background-size: 100% auto;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  border-top: 20px solid #000;
  -webkit-box-shadow: 0px 20px 20px -5px rgba(0, 0, 0, 0.5) inset;
          box-shadow: 0px 20px 20px -5px rgba(0, 0, 0, 0.5) inset;
}

.movieArea:before {
  content: "";
  background: url(../images/bg_effect.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: -62%;
  right: -50%;
  height: 0;
  max-width: 1337px;
  padding-top: 100%;
  width: 100%;
  height: 0;
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  .movieArea:before {
    top: -50%;
  }
}

@media only screen and (max-width: 768px) {
  .movieArea {
    padding: 40px 0;
  }
}

.movieArea__main {
  margin: auto;
}

.movieArea__main > div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0;
}

.movieArea__main > div iframe {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.movieArea__main figcaption {
  font-size: 1.25em;
  padding: 20px;
  text-align: left;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (min-width: 768px) {
  .movieArea__main {
    width: 980px;
  }
  .movieArea__main figcaption {
    width: 980px;
  }
}

@media only screen and (max-width: 768px) {
  .movieArea__main {
    width: 90%;
  }
  .movieArea__main figcaption {
    width: 100%;
    line-height: 1.5;
  }
}

.records {
  padding: 80px 0;
  background: url(../images/bg_texture_deepred.png) repeat-y top center;
  background-size: 100% auto;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .records {
    padding: 40px 5%;
  }
}

.records:before {
  content: "";
  background: url(../images/bg_effect.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: -28%;
  left: -50%;
  height: 0;
  max-width: 1337px;
  padding-top: 100%;
  width: 100%;
  height: 0;
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  .records:before {
    top: -33%;
  }
}

.records figure {
  margin-top: 2em;
}

.holders {
  padding: 80px 0;
  background: #E00427;
  position: relative;
  border-top: 20px solid #000;
  -webkit-box-shadow: 0px 20px 20px -5px rgba(0, 0, 0, 0.5) inset;
          box-shadow: 0px 20px 20px -5px rgba(0, 0, 0, 0.5) inset;
}

@media only screen and (max-width: 768px) {
  .holders {
    padding: 40px 5%;
  }
}

.holders h2:before {
  background: #fff;
}

.holders ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3em 0;
}

.holders ul li {
  width: calc(33.33% - 6.66px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.holders ul li div {
  margin: -25px auto 0;
  background: #E00427;
  -webkit-box-shadow: 0px -19px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px -19px 20px 0px rgba(0, 0, 0, 0.2);
  width: calc(100% - 60px);
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.holders ul li div p {
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  padding-top: 0.7em;
}

.holders ul li div p.annotation {
  font-size: 0.875em;
}

.holders ul li img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .holders ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .holders ul li {
    width: 100%;
    margin: 0 0 3em;
    font-size: 3vw;
  }
  .holders ul li:last-child {
    margin-bottom: 0;
  }
}

.holders dl {
  position: relative;
  margin: 3em 0 0;
}

.holders dl dt {
  width: 50%;
  margin: 0;
}

.holders dl dd {
  padding: 20px 0 20px 20px;
  position: absolute;
  top: 0;
  right: 0;
  background: #E00427;
  -webkit-box-shadow: -19px 20px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -19px 20px 20px 0px rgba(0, 0, 0, 0.2);
}

.holders dl dd table tr td {
  background: rgba(0, 0, 0, 0.1);
  font-size: 1.25em;
  font-weight: bold;
  color: #fff;
  margin: 1px 1px 0 0;
  padding: 5px;
  border-top: 1px solid #E00427;
  border-right: 1px solid #E00427;
}

@media only screen and (max-width: 768px) {
  .holders dl dt {
    width: 100%;
  }
  .holders dl dd {
    width: 90%;
    margin: -25px auto 0;
    position: relative;
    padding: 10px;
    -webkit-box-shadow: 0px -19px 20px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px -19px 20px 0px rgba(0, 0, 0, 0.2);
  }
  .holders dl dd table {
    width: 100%;
  }
  .holders dl dd table tr td {
    font-size: 2.5vw;
  }
}

.interview {
  padding: 80px 0 50px;
  background: #000;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .interview {
    padding: 40px 0;
  }
}

.interview .interview_inner {
  padding: 0 0 100px;
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .interview .interview_inner {
    padding: 0 5% 40px;
    margin-top: 30px;
  }
}

.interview .interview_inner.bg_gray {
  background: url(../images/bg_texture_darkgray.png) repeat-y top center;
  background-size: 100% auto;
  position: relative;
  padding: 0 0 140px;
}

@media only screen and (max-width: 768px) {
  .interview .interview_inner.bg_gray {
    padding: 0 5% 70px;
  }
}

.interview .interview_inner.bg_gray::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  background: #000;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .interview .interview_inner.bg_gray::before {
    height: 100px;
  }
}

.interview .interview_inner.bg_gray dl dt {
  margin: 0;
  text-align: left;
}

.interview .interview_inner.bg_gray dl dd {
  right: 0;
  left: initial;
}

.interview .interview_inner dl {
  position: relative;
}

.interview .interview_inner dl dt {
  margin: 0;
  text-align: right;
}

.interview .interview_inner dl dd {
  position: absolute;
  max-width: 60%;
  left: 0;
  bottom: -60px;
  right: initial;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .interview .interview_inner dl dd {
    max-width: 80%;
    bottom: -40px;
  }
}

.interview .interview_inner dl dd a {
  background: #fff;
  display: block;
  padding: 20px 25px;
  -webkit-box-shadow: 0px -19px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px -19px 20px 0px rgba(0, 0, 0, 0.2);
}

.interview .interview_inner dl dd a:hover {
  opacity: .7;
}

@media only screen and (max-width: 768px) {
  .interview .interview_inner dl dd a {
    padding: 10px 15px;
  }
}

.interview .interview_inner dl dd p {
  font-weight: bold;
  line-height: 1.6;
}

.interview .interview_inner dl dd p.title {
  font-size: 1.25em;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .interview .interview_inner dl dd p.title {
    font-size: .8em;
  }
}

.interview .interview_inner dl dd p.link {
  color: #E00427;
  text-align: right;
  font-size: 1.125em;
  margin-top: 20px;
}

.interview .interview_inner dl dd p.link::after {
  font-family: 'ionicons';
  content: '\f3d3';
  width: 18px;
  position: relative;
  display: inline-block;
}

.interview .interview_inner dl dd p.link img {
  vertical-align: -4px;
  margin-right: 4px;
}

@media only screen and (max-width: 768px) {
  .interview .interview_inner dl dd p.link {
    font-size: .74em;
    margin-top: 10px;
  }
  .interview .interview_inner dl dd p.link::after {
    width: 10px;
  }
  .interview .interview_inner dl dd p.link img {
    width: auto;
    height: auto;
    max-width: 55px;
    margin-right: 3px;
    vertical-align: -3px;
  }
}

@media only screen and (max-width: 768px) {
  .interview .interview_inner + .bg_gray {
    margin-top: 50px;
  }
}

.photo {
  padding: 80px 0 0;
  background: #fff;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .photo {
    padding: 40px 0 0;
  }
}

.photo h2 {
  color: #000;
}

.photo .photo_inner {
  background: url(../images/bg_texture_gray.png) repeat-y top center;
  background-size: 100% auto;
  position: relative;
}

.photo .photo_inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background: #fff;
  top: 0;
  right: 0;
}

.photo .photo_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3em auto 0;
  padding: 0 0 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .photo .photo_inner ul {
    padding: 0 5% 40px;
  }
}

.photo .photo_inner ul li {
  max-width: 320px;
  width: 33.3%;
  margin-bottom: 1%;
}

@media only screen and (max-width: 768px) {
  .photo .photo_inner ul li {
    width: 49.5%;
  }
}

.photo .photo_inner ul li img {
  width: 100%;
}

.photo .photo_inner > p {
  font-weight: bold;
  padding: 0 0 80px;
  font-size: 1.25em;
}

@media only screen and (max-width: 768px) {
  .photo .photo_inner > p {
    padding: 0 0 40px;
    font-size: 5vw;
  }
}

.es {
  padding: 80px 0;
  background: #E00427;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .es {
    padding: 40px 0 0;
  }
}

.es h2:before {
  background: #fff;
}

.es .goodsslider .goodsslider__thum .slick-list .slick-slide div figcaption {
  background: #fff;
  color: #000;
}

.es__btn {
  display: block;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 60px;
  width: 450px;
  margin: 2em auto 0;
  text-align: center;
}

.es__btn:hover {
  background: #fff;
  color: #E00427;
}

@media only screen and (max-width: 768px) {
  .es__btn {
    width: 80%;
    margin: 2em auto;
    font-size: 3.5vw;
  }
}

.goods {
  padding: 80px 0 0;
  background: #000;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .goods {
    padding: 40px 0 0;
  }
}

.goods .goods_inner {
  background: url(../images/bg_texture_darkgray.png) repeat-y top center;
  background-size: 100% auto;
  position: relative;
  padding-bottom: 80px;
}

.goods .goods_inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background: #000;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .goods .goods_inner {
    padding-bottom: 40px;
  }
}

.goodsArea__bnr {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .goodsArea__bnr {
    width: 90%;
    margin: 50px auto 20px;
  }
}

.goodsArea__bnr a {
  display: inline-block;
  overflow: hidden;
  width: 80%;
  max-width: 800px;
}

.goodsArea__bnr a img {
  width: 100%;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.goodsArea__bnr a:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.goodsslider .goodsslider__thum {
  max-height: 500px;
  overflow: hidden;
  padding-bottom: 50px;
  position: relative;
  margin: 3em auto 0;
}

@media only screen and (max-width: 768px) {
  .goodsslider .goodsslider__thum {
    max-height: 500px;
    padding-bottom: 20vw;
  }
}

.goodsslider .goodsslider__thum .slick-arrow {
  z-index: 1;
  background: #fff;
  width: 70px;
  height: 30px;
  top: auto;
  bottom: -10px;
  -webkit-transition: .5s all;
  transition: .5s all;
}

@media only screen and (max-width: 768px) {
  .goodsslider .goodsslider__thum .slick-arrow {
    bottom: 0;
  }
}

.goodsslider .goodsslider__thum .slick-arrow:hover {
  background: #E00427;
}

.goodsslider .goodsslider__thum .slick-arrow::before {
  font-family: 'ionicons';
  color: #000;
  font-weight: 700;
  position: relative;
  left: 0;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.goodsslider .goodsslider__thum .slick-prev {
  left: 4%;
}

.goodsslider .goodsslider__thum .slick-prev::before {
  content: "\f3d2";
}

.goodsslider .goodsslider__thum .slick-prev:hover::before {
  left: 0;
}

.goodsslider .goodsslider__thum .slick-next {
  right: 4%;
}

.goodsslider .goodsslider__thum .slick-next::before {
  content: "\f3d3";
}

.goodsslider .goodsslider__thum .slick-next:hover::before {
  right: 0;
}

.goodsslider .goodsslider__thum .slick-list {
  width: 90%;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .goodsslider .goodsslider__thum .slick-list {
    width: 100%;
  }
}

.goodsslider .goodsslider__thum .slick-list .slick-slide div {
  width: 95%;
  margin: auto;
  background: #000;
}

.goodsslider .goodsslider__thum .slick-list .slick-slide div .icon {
  position: relative;
}

.goodsslider .goodsslider__thum .slick-list .slick-slide div .icon::before {
  position: absolute;
  bottom: 140px;
  left: 0;
  background: #E00427;
  width: 70px;
  height: 30px;
  color: #FFF;
  display: inline-block;
  content: '記念';
  letter-spacing: .1em;
}

.goodsslider .goodsslider__thum .slick-list .slick-slide div .icon::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 140px;
  left: 70px;
  border-width: 15px 10px 15px 0px;
  border-color: #e6002c transparent #e6002c #e6002c;
  border-style: solid;
}

.goodsslider .goodsslider__thum .slick-list .slick-slide div figcaption {
  padding: 7%;
  color: #FFF;
  min-height: 150px;
  text-align: left;
  position: relative;
}

.goodsslider .goodsslider__thum .slick-list .slick-slide div figcaption strong {
  line-height: 1.3;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
}

.goodsslider .goodsslider__thum .slick-list .slick-slide div figcaption .place {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: .5em;
}

.goodsslider .goodsslider__thum .slick-list .slick-slide div figcaption .price {
  position: absolute;
  bottom: 7%;
  left: 5%;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.goodsslider .goodsslider__thum .slick-list .slick-slide div figcaption .price .kome {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-style: normal;
  padding-left: .3em;
}

.goodsslider .goodsslider__thum .slick-list .slick-slide div figcaption .event {
  font-weight: bold;
  line-height: 1.4;
  margin-top: .5em;
}

.goodsslider .goodsslider__thum .slick-list .slick-slide div figcaption .date {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2% 7%;
  display: block;
  width: 100%;
  background: #000;
  color: #fff;
  text-align: right;
}

.goodsslider .goodsslider__thum .slick-list .slick-slide li {
  vertical-align: top;
}

.goodsslider .goodsslider__thum img {
  width: 100%;
}

.countdown {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 110px;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 768px) {
  .countdown {
    padding-top: 26.66%;
    height: 0;
  }
  .countdown figure {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

.countdown > div {
  position: relative;
}

.countdown > div a {
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 22%;
  line-height: 70px;
  background: #fff;
  border-radius: 5px;
  font-size: 1em;
  font-weight: bold;
  color: #E00427;
  -webkit-box-shadow: 5px 5px 0 #E00427;
          box-shadow: 5px 5px 0 #E00427;
}

.countdown > div a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  right: -5px;
  bottom: 10px;
}

.countdown > div a:after {
  font-family: 'ionicons';
  content: '\f3d3';
  width: 26px;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .countdown > div a {
    right: 10px;
    bottom: 24px;
    width: 33%;
    padding: 20px 0;
    line-height: initial;
    font-size: 2.8vw;
  }
  .countdown > div a:after {
    width: 15px;
  }
}

.footerArea {
  background: url(../images/BG_red.jpg) repeat-y top center;
  background-size: 100% auto;
  padding: 70px 0 0;
}

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

@media only screen and (min-width: 768px) {
  .footerArea__sns {
    font-size: 40px;
    font-size: 4rem;
    width: 500px;
    margin: auto;
    padding-left: 15px;
  }
  .footerArea__sns li a {
    color: rgba(0, 0, 0, 0.7);
    -webkit-transition: .3s all;
    transition: .3s all;
  }
  .footerArea__sns li a i {
    -webkit-transition: .3s all;
    transition: .3s all;
  }
  .footerArea__sns li a:hover {
    color: #FFF;
  }
  .footerArea__sns li a:hover i {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media only screen and (max-width: 768px) {
  .footerArea__sns {
    font-size: 7vw;
    padding: 0 10% 3%;
  }
  .footerArea__sns li a {
    color: rgba(0, 0, 0, 0.7);
  }
}

.footerArea__logo {
  width: 100px;
  margin: auto;
  padding: 20px 0 40px;
  display: block;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.footerArea__logo img {
  width: 100%;
}

.footerArea__logo:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media only screen and (max-width: 768px) {
  .footerArea__logo {
    width: 80px;
    padding: 0 0 50px;
  }
}

.footerArea__copyright {
  width: 100%;
  background: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  height: 50px;
  line-height: 50px;
  color: #FFF;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media only screen and (min-width: 768px) {
  .footerArea__copyright {
    letter-spacing: .1em;
  }
}

@media only screen and (max-width: 768px) {
  .footerArea__copyright {
    font-size: 3.5vw;
    padding-right: 1.5em;
  }
}

.footerArea__ism {
  padding: 0 0 30px;
  text-align: center;
}

.footerArea__ism img {
  height: 25px;
  width: auto;
  vertical-align: top;
  padding-right: 10px;
}

.footerArea__ism span {
  line-height: 25px;
  vertical-align: top;
  font-size: 13px;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  .footerArea__ism span {
    font-size: 3vw;
  }
}

.btn__borderWhite {
  display: inline-block;
  margin: 20px auto;
  border: 1px solid #FFF;
  width: 550px;
  height: 60px;
  line-height: 57px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  top: -50px;
  color: #FFF;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.btn__borderWhite i {
  margin-right: 10px;
}

.btn__borderWhite::after {
  font-family: "ionicons";
  content: "\f3d3";
  padding-left: 10px;
  -webkit-transition: .5s all;
  transition: .5s all;
  position: relative;
  left: 0;
}

.btn__borderWhite:hover {
  background: rgba(0, 0, 0, 0.6);
}

.btn__borderWhite:hover::after {
  left: 5px;
}

@media only screen and (max-width: 768px) {
  .btn__borderWhite {
    width: 90%;
    font-size: 4vw;
    margin: 30px auto 0;
    top: -30px;
  }
}

#pageTop {
  position: fixed;
  right: 15px;
  background: #FFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #E00427;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

#pageTop i {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
}

@media only screen and (max-width: 768px) {
  #pageTop {
    z-index: 11;
    right: -1px;
    background: #000;
    border: 1px solid #FFF;
  }
  #pageTop i {
    color: #FFF;
  }
}

.comingsoon {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 70px;
  font-size: 7rem;
  padding: 80px 0;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .comingsoon {
    font-size: 10vw;
    padding: 40px 0;
  }
}

@media only screen and (max-width: 768px) {
  .pcDISP {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .spDISP {
    display: none !important;
  }
}

.fade-here,
.fade-scale,
.fade-up,
.fade-from-left,
.fade-from-right {
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
}
/*# sourceMappingURL=common.css.map */