@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: #000;
  font-size: 15px;
  padding: 0 0 160px;
  font-family: "Jost", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.area-wrapper a {
  color: #000;
  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 .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 {
  font-family: "Jost", sans-serif;
  margin: 70px auto 40px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}
.area-header p {
  text-align: center;
  font-weight: 600;
  margin: 0 0 80px;
}
@media screen and (max-width: 896px) {
  .area-header {
    width: auto;
    padding: 0;
  }
  .area-header .header-text {
    font-family: "Jost", sans-serif;
    margin: 40px auto 20px;
    font-size: 22px;
  }
  .area-header p {
    margin: 0 0 50px;
  }
}

/*
    area-body
=========================================*/
.area-body {
  padding: 0 0 0;
  margin: 0;
  font-weight: normal;
}
.area-body .elem-text {
  line-height: 2;
}
.area-body .elem-text p {
  margin-bottom: 0.8rem;
}
.area-body .elem-text p .bold {
  font-size: 20px;
  font-weight: 600;
  padding: 0 10px 0 0;
}
.area-body section {
  background: #ffeed9;
  margin-top: 80px;
  padding: 90px 0;
}
.area-body section .area-campain {
  width: 800px;
  margin: 0 auto;
  padding: 80px 0 50px;
  border: 1px solid #ff8e00;
  background: #fff;
  border-radius: 10px;
}
.area-body section .area-campain dl {
  margin: 0 0 50px;
}
.area-body section .area-campain dl dt {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 6px 20px;
  font-weight: 600;
  color: #ff8e00;
  border: 1px solid #ff8e00;
  border-radius: 20px;
  margin: 0 0 10px;
}
.area-body section .area-campain dl dd span {
  font-size: 12px;
  padding: 0 0 0 10px;
}
.area-body section .area-campain dl dd span a {
  text-decoration: underline;
}
.area-body section .area-campain .area-notice {
  width: 600px;
  margin: 0 auto;
  border: 1px solid #707070;
  font-size: 13px;
  padding: 20px 50px;
  text-align: left;
}
.area-body section .area-campain .area-notice h3 {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
}
.area-body section .area-campain .area-notice .ex {
  font-size: 11px;
}
.area-body section .area-btn a {
  width: 400px;
  margin: 60px auto 0;
  display: block;
  position: relative;
}
.area-body section .area-btn a .elem-btn {
  padding: 14px 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #ff8e00;
}
.area-body section .area-btn a .pointer {
  width: 48px;
  position: absolute;
  right: -15px;
  bottom: -10px;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blink {
  -webkit-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
}

@media screen and (max-width: 896px) {
  .area-body section {
    margin-top: 50px;
    padding: 30px 0;
  }
  .area-body section .area-campain {
    width: auto;
    margin: 0 20px;
    padding: 40px 0;
    border-radius: 10px;
  }
  .area-body section .area-campain dl {
    margin: 0 0 30px;
  }
  .area-body section .area-campain dl dt {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 6px 20px;
    margin: 0 0 10px;
  }
  .area-body section .area-campain dl dd {
    line-height: 1.7;
  }
  .area-body section .area-campain dl dd span {
    font-size: 11px;
    padding: 0px;
  }
  .area-body section .area-campain .area-notice {
    width: auto;
    margin: 0 20px;
    font-size: 13px;
    padding: 20px;
    text-align: left;
  }
  .area-body section .area-campain .area-notice h3 {
    text-align: center;
    font-size: 13px;
    margin: 0 0 10px;
    padding: 0;
  }
  .area-body section .area-campain .area-notice .ex {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.6;
    display: block;
  }
  .area-body section .area-btn a {
    width: auto;
    margin: 50px 35px;
    display: block;
    position: relative;
  }
  .area-body section .area-btn a .elem-btn {
    padding: 14px 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #ff8e00;
  }
  .area-body section .area-btn a .pointer {
    width: 48px;
    position: absolute;
    right: -15px;
    bottom: -10px;
  }
}
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;
}

/* ノベルティレスポンシブ */
/* 共通スタイル */
.novelty-img {
  text-align: center;
  margin: 40px auto;
}

.novelty-img img {
  height: auto;
  display: block;
  margin: 0 auto;
}

.novelty-img .caption {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 10px;
}

/* 初期状態：両方非表示にしておく */
.media_pc,
.media_sp {
  display: none;
}

/* PC表示（769px以上） */
@media screen and (min-width: 769px) {
  .media_pc {
    display: block;
  }
}

/* SP表示（768px以下） */
@media screen and (max-width: 768px) {
  .media_sp {
    display: block;
  }

  .novelty-img .caption {
    font-size: 14px;
    padding: 0 16px;
  }
}