/* ----------------------------
main
---------------------------- */
.topArea {
  position: relative;
  padding: 43px 0 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topArea {
    padding: 5% 0 30%;
  }
}

.topArea__img {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .topArea__img {
    width: 35%;
    margin: 0 auto;
    padding-bottom: 10%;
  }
}

.topArea__title {
  padding-bottom: 50px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .topArea__title {
    padding-bottom: 8%;
    font-size: 18px;
  }
}

.topArea__txt {
  padding-bottom: 45px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .topArea__txt {
    padding-bottom: 10%;
    font-size: 14px;
    text-align: left;
  }
}

.topArea__btn {
  margin: 0 auto 110px;
}
@media screen and (max-width: 767px) {
  .topArea__btn {
    margin-bottom: 18%;
  }
}

.productBox__list {
  display: flex;
  justify-content: space-between;
}

.productBox__item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .productBox__item + .productBox__item {
    margin-left: 10%;
  }
}
.productBox__item a {
  position: relative;
  display: flex;
  align-items: center;
}
.productBox__item a:after {
  content: '';
  position: absolute;
  right: 18px;
  bottom: -50px;
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: bottom 0.3s;
}
@media screen and (min-width: 768px) {
  .productBox__item a:hover:after {
    bottom: -55px;
  }
}
@media screen and (max-width: 767px) {
  .productBox__item a {
    flex-direction: column-reverse;
  }
  .productBox__item a:after {
    right: 50%;
    bottom: -15%;
    transform: translateX(50%) rotate(45deg);
    width: 4vw;
    height: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .productBox__item .item__txt {
    min-height: 20vw;
    height: 100%;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .productBox__item .item__txt.is_theyamazaki {
    position: relative;
    top: 2%;
    width: 130%;
  }
}
.productBox__item .item__img {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .productBox__item .item__img {
    min-height: 51vw;
    height: 100%;
    padding-bottom: 5%;
    padding-left: 0;
  }
}

.mainArea {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .mainArea {
    padding-bottom: 40%;
  }
}

.mainBlock {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .mainBlock {
    padding-top: 20%;
  }
}

.mainBlock__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .mainBlock__inner {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .mainBlock__img {
    width: 35%;
    margin: 0 auto;
    padding-bottom: 10%;
  }
}

.mainTextBox {
  width: 590px;
}
@media screen and (max-width: 767px) {
  .mainTextBox {
    width: 100%;
  }
}

.mainBlock__title {
  padding-bottom: 50px;
  font-size: 70px;
  line-height: 1.4;
}
.mainBlock__title span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .mainBlock__title {
    padding-bottom: 5%;
    font-size: 30px;
    line-height: 1.7;
  }
  .mainBlock__title span {
    font-size: 16px;
  }
}

.mainBlock__subtitle {
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .mainBlock__txt {
    font-size: 14px;
  }
}
.mainBlock__txt + .mainBlock__subtitle {
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .mainBlock__txt + .mainBlock__subtitle {
    padding-top: 10%;
  }
}

.mainBlock__note__img {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .mainBlock__note__img {
    padding: 5% 0 7%;
  }
}

.mainBlock__note + .mainBlock__note {
  padding-top: 20px;
}

.mainBlock__note__title {
  width: 120px;
  float: left;
  clear: left;
}

.mainBlock__note__txt {
  margin-left: 120px;
}
@media screen and (max-width: 767px) {
  .mainBlock__note__txt {
    padding: 3px 0;
    font-size: 14px;
  }
}

.mainBlock__message {
  background-color: #313131;
  margin-top: 40px;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .mainBlock__message {
    margin-top: 10%;
    padding: 5%;
  }
}

.mainBlock__message__title {
  padding-bottom: 15px;
}

.mainBlock__message__txt {
  font-size: 14px;
}

.mainBlock__prize {
  margin-top: 50px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .mainBlock__prize {
    margin-top: 12%;
  }
}

.mainBlock__prize__title {
  position: relative;
  width: 100%;
  padding: 15px 0;
  color: #fff;
  text-align: left;
  cursor: pointer;
}
.mainBlock__prize__title span {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  margin: 15px 0;
}
.mainBlock__prize__title span:before, .mainBlock__prize__title span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  width: 1px;
  height: 20px;
  background-color: #fff;
  transition: transform 0.3s;
}
.mainBlock__prize__title span:before {
  transform: rotate(90deg);
}
.is-active .mainBlock__prize__title span:before {
  transform: rotate(45deg);
}
.is-active .mainBlock__prize__title span:after {
  transform: rotate(-45deg);
}

.mainBlock__prize__list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.mainBlock__prize__item {
  display: flex;
  padding-right: 20px;
}
@media screen and (max-width: 375px) {
  .mainBlock__prize__item {
    align-items: center;
  }
}
.mainBlock__prize__item:nth-child(4n) {
  padding-right: 0;
}
.mainBlock__prize__item:nth-child(n+5) {
  padding-top: 20px;
}
.mainBlock__prize__item .item__txt {
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 375px) {
  .mainBlock__prize__item .item__txt {
    font-size: 3.46667vw;
  }
}
@media screen and (max-width: 767px) {
  .mainBlock__prize__item .item__img {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mainBlock__prize__item {
    width: 40%;
    padding-right: 3%;
  }
  .mainBlock__prize__item:nth-child(4n), .mainBlock__prize__item:nth-child(2n) {
    width: 55%;
    padding-right: 0;
  }
  .mainBlock__prize__item:nth-child(n+3) {
    padding-top: 7%;
  }
  .mainBlock__prize__item.sp-col1 {
    width: 100%;
  }
}

.mainBlock__prize__item__first {
  display: flex;
  width: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 375px) {
  .mainBlock__prize__item__first {
    align-items: center;
  }
}
.mainBlock__prize__item__first .item__txt {
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 375px) {
  .mainBlock__prize__item__first .item__txt {
    font-size: 3.46667vw;
  }
}
@media screen and (max-width: 767px) {
  .mainBlock__prize__item__first .item__img {
    width: 40px;
  }
}

.mainBlock__btn {
  margin: 50px auto 0;
}

.aboutArea {
  padding-bottom: 135px;
}

.aboutArea__inner {
  max-width: 800px;
  padding: 100px 0 0;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .aboutArea__inner {
    margin: 0 20px;
  }
}

.aboutArea__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  padding-bottom: 25px;
}
.aboutArea__title .title__img {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .aboutArea__title {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .aboutArea__title {
    justify-content: left;
    font-size: 20px;
  }
  .aboutArea__title .title__img {
    width: 15%;
    padding-right: 3%;
  }
}

.aboutArea__txt {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .aboutArea__txt {
    font-size: 14px;
  }
}

/* ----------------------------
modal
---------------------------- */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modalArea {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  box-sizing: border-box;
  z-index: 200;
}
.modalArea.is-open {
  display: block;
}
.modalArea[aria-hidden='false'] {
  animation: fadeIn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.modalArea[aria-hidden='true'] {
  animation: fadeOut 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.modalWrap {
  height: 100%;
  overflow-y: scroll;
}

.modalWrap__inner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .modalWrap__inner {
    padding-top: 15%;
    padding-bottom: 15%;
  }
}

.modalWrap__close {
  display: block;
  position: absolute;
  top: 70px;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.modalWrap__close:before, .modalWrap__close:after {
  content: '';
  position: absolute;
  top: 25px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.modalWrap__close:before {
  transform: rotate(45deg);
}
.modalWrap__close:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 1000px) {
  .modalWrap__close {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .modalWrap__close {
    top: 20px;
  }
  .modalWrap__close:before, .modalWrap__close:after {
    height: 2px;
  }
}

.modalWrap__box {
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modalWrap__box {
    padding-bottom: 65px;
    text-align: left;
  }
}

.modalWrap__title {
  padding-bottom: 50px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .modalWrap__title {
    font-size: 25px;
  }
}

.modalWrap__lead {
  padding-bottom: 30px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .modalWrap__lead {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .modalWrap__txt {
    font-size: 14px;
  }
}

.enjoySlider {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.enjoySlider__pagenation__prev,
.enjoySlider__pagenation__next {
  position: relative;
  top: 70px !important;
  z-index: 1;
  width: 25px;
  height: 40px;
}
.enjoySlider__pagenation__prev:before,
.enjoySlider__pagenation__next:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border-top: 1px solid #fff;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
}

.enjoySlider__pagenation__prev {
  left: 0;
  margin-left: 150px;
}
.enjoySlider__pagenation__prev a {
  left: -5px;
}
.enjoySlider__pagenation__prev:before {
  left: 0;
  transform: rotate(-135deg);
}

.enjoySlider__pagenation__next {
  right: 0;
  margin-right: 150px;
}
.enjoySlider__pagenation__next a {
  right: -5px;
}
.enjoySlider__pagenation__next:before {
  right: 0;
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .enjoySlider__pagenation__prev:before,
  .enjoySlider__pagenation__next:before {
    transition: border 0.3s;
  }
  .enjoySlider__pagenation__prev:hover:before,
  .enjoySlider__pagenation__next:hover:before {
    border-top: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
  }
}
@media screen and (max-width: 767px) {
  .enjoySlider__pagenation {
    width: 90%;
  }

  .enjoySlider__pagenation__prev,
  .enjoySlider__pagenation__next {
    top: 10% !important;
  }

  .enjoySlider__pagenation__prev {
    margin-left: 10%;
  }

  .enjoySlider__pagenation__next {
    margin-right: 10%;
  }
}
.enjoySlider__img {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .enjoySlider__img {
    width: 40%;
  }
}

.enjoySlider__item__title {
  padding-bottom: 30px;
  line-height: 2.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .enjoySlider__item__title {
    font-size: 20px;
  }
}

.enjoySlider__item__txt {
  font-size: 14px;
}
.enjoySlider__item__txt + .enjoySlider__item__txt {
  padding-top: 20px;
}

.mainBlock__caution {
  padding-top: 30px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .mainBlock__caution {
    padding-top: 8%;
  }
}

/* ----------------------------
slick
---------------------------- */
@font-face {
  font-family: "slick";
  src: url('/fonts/slick.eot');
  src: url('/fonts/slick.eot?#iefix') format("embedded-opentype"), url('/fonts/slick.woff') format("woff"), url('/fonts/slick.ttf') format("truetype"), url('/fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
