@charset "UTF-8";
.only_pc {
  display: inline-block;
}

.only_sp {
  display: none;
}

.media_pc {
  display: inline-block;
}

.media_sp {
  display: none;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .only_pc {
    display: none;
  }

  .only_sp {
    display: inline-block;
  }

  .media_pc {
    display: none;
  }

  .media_sp {
    display: inline-block;
  }
}
body {
  width: 100%;
}

.wrapper {
  background: none;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 2;
  text-align: center;
  color: #fff;
  background: #1e1e1e;
  font-size: 16px;
  padding: 0 0 100px;
  font-family: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.area-wrapper a {
  color: #fff;
  text-decoration: none;
}
.area-wrapper a:hover {
  opacity: 0.7 !important;
  transition: all 0.6s ease;
}
.area-wrapper .mainvisual img {
  width: 100%;
}
.area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
  padding: 0;
}
@media screen and (max-width: 896px) {
  .area-wrapper {
    font-size: 13px;
  }
  .area-wrapper .bodyWrap {
    padding: 0;
  }
}

a:focus,
*:focus {
  outline: none;
}

/*
    area-header
=========================================*/
.area-header {
  padding: 0;
  text-align: left;
}
.area-header .mainvisual img {
  width: 100%;
}
.area-header .header-text {
  left: auto;
  text-align: center;
  margin: 40px auto;
  font-weight: 600;
  font-size: 18px;
  color: #cc0000;
  line-height: 1.8;
}
.area-header .area-about {
  width: 700px;
  margin: 0 auto 90px;
  padding: 40px 52px;
  border: 1px solid #666666;
}
.area-header .area-about h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.area-header .area-about h3 span {
  font-size: 13px;
  display: block;
}
.area-header .area-eventinfo {
  width: 700px;
  margin: 0 auto 90px;
  line-height: 1.6;
}
.area-header .area-eventinfo h4 {
  font-weight: 600;
  display: inline-block;
  padding: 0 10px 0 0;
  background: #1e1e1e;
}
.area-header .area-eventinfo .border {
  width: 100%;
  height: 1px;
  background: #666;
  position: relative;
  top: -16px;
  z-index: -1;
}
.area-header .area-eventinfo .area-info {
  margin: 0 0 14px;
}
.area-header .area-eventinfo .area-info span {
  display: block;
  color: #cc0000;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 896px) {
  .area-header {
    width: auto;
    padding: 0;
  }
  .area-header .mainvisual img {
    width: 100%;
  }
  .area-header .header-text {
    text-align: left;
    margin: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
  .area-header .area-about {
    width: auto;
    margin: 0 30px 40px;
    padding: 20px;
  }
  .area-header .area-about h3 {
    font-size: 16px;
  }
  .area-header .area-about h3 span {
    font-size: 12px;
  }
  .area-header .area-eventinfo {
    width: auto;
    margin: 0 30px 40px;
  }
  .area-header .area-eventinfo h4 {
    font-weight: 600;
    display: inline-block;
    padding: 0 10px 0 0;
    background: #1e1e1e;
  }
  .area-header .area-eventinfo .border {
    width: 100%;
    position: relative;
    top: -11px;
    z-index: -1;
  }
  .area-header .area-eventinfo .area-info {
    margin: 6px 0 15px;
  }
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0 0 0;
  margin: 0;
  font-weight: normal;
}
.area-body section {
  width: 1120px;
  margin: 0 auto;
  padding: 100px 0;
  border-top: 1px solid #666;
}
.area-body section .sec-logo {
  margin: 0 0 50px;
}
.area-body section p {
  font-size: 15px;
  margin: 0 0 70px;
}
.area-body section .product-list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area-body section .product-list li {
  width: 540px;
  line-height: 1.3;
  margin-bottom: 70px;
}
.area-body section .product-list li.center {
  margin: 0 290px 70px;
}
.area-body section .product-list li .product-name {
  display: block;
  margin: 16px 0 0;
}
.area-body section .flex-box {
  margin-top: 80px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.area-body section .flex-box .product-name {
  line-height: 1.3;
  margin-bottom: 80px;
}
.area-body section .flex-box .flex-img {
  width: 540px;
}
.area-body section .flex-box .flex-info {
  width: 540px;
}
.area-body section .btn-all {
  border: 1px solid #fff;
  display: block;
  line-height: 1.3;
  margin: 150px 0 0;
  padding: 20px 0;
}

@media screen and (max-width: 896px) {
  .area-body section {
    width: auto;
    margin: 0 auto;
    padding: 50px 0 80px;
  }
  .area-body section .sec-logo {
    margin: 0 0 25px;
  }
  .area-body section .sec-logo img {
    zoom: 0.5;
  }
  .area-body section p {
    text-align: left;
    font-size: 13px;
    margin: 0 60px 30px;
  }
  .area-body section .product-list li {
    width: auto;
    line-height: 1.3;
    margin-bottom: 0px;
  }
  .area-body section .product-list li.center {
    margin: 0;
  }
  .area-body section .product-list li .product-name {
    font-size: 11px;
    display: block;
    margin: 10px 0 0;
  }
  .area-body section .product-list ul.slick-dots {
    display: block !important;
    bottom: -30px;
  }
  .area-body section .product-list ul.slick-dots > li {
    float: none;
    margin: 0 5px !important;
    width: 6px;
    height: 6px;
    padding: 0;
  }
  .area-body section .product-list ul.slick-dots > li button {
    width: 6px;
    height: 6px;
    padding: 0;
    background: #000;
    border-radius: 10px !important;
  }
  .area-body section .product-list ul.slick-dots > li button:before {
    border: none;
  }
  .area-body section .product-list ul.slick-dots > li.slick-active button {
    background: #fff;
  }
  .area-body section .product-list ul.slick-dots > li.slick-active button:before {
    background: none;
    border: none;
  }
  .area-body section .flex-box {
    margin-top: 40px;
    flex-flow: column-reverse;
  }
  .area-body section .flex-box .product-name {
    line-height: 1.3;
    margin: 10px 0 40px;
  }
  .area-body section .flex-box p br {
    display: none;
  }
  .area-body section .flex-box .flex-img {
    width: auto;
  }
  .area-body section .flex-box .flex-info {
    width: auto;
  }
  .area-body section .btn-all {
    font-size: 14px;
    line-height: 1.3;
    margin: 70px 30px 0;
    padding: 20px 0;
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

.inview {
  opacity: 0;
}

.image-fade {
  opacity: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.up {
  -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}

.is-show {
  opacity: 1;
  -webkit-clip-path: inset(0 round 10px);
  clip-path: inset(0 round 10px);
  transition: opacity 1s ease 0s, -webkit-clip-path 0.6s ease 0s;
  transition: opacity 1s ease 0s, clip-path 0.6s ease 0s;
  transition: opacity 1s ease 0s, clip-path 0.6s ease 0s, -webkit-clip-path 0.6s ease 0s;
}

.fade {
  opacity: 0;
}

.fadeup {
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 1;
}

.imagefade {
  opacity: 0;
}

.imageup {
  webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  opacity: 1;
}

/*VisualImage*/
@-webkit-keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.VisualImage {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
}