/* css
 * ------------------------------------------------------------------------ */
body {
    padding-top: 0;
}
.c-pc {
    display: block;
}
.c-pc-in {
    display: inline;
}
.c-sp {
    display: none;
}
.c-sp-in {
    display: none;
}
header {
    position: relative;
}
.head_logo {
    max-width: 1240px;
    padding: 0 20px;
    box-sizing: border-box;
    height: 100px;
    margin: 0 auto;
}
.mv_wrap {
    background: no-repeat #fef8de url(../img/mv_bg.png) center/cover;
    text-align: center;
    padding: 46px 0 0;
}
.mv_wrap h1 {
  font-size: 0;
}
.mv_wrap img {
    max-width: 1236px;
    width: 100%;
    height: auto;
    line-height: 0;
}
.mv-note {
  font-size: 16px;
  width: 990px;
  margin: 12px auto 0;
}
.cta_wrap  {
  text-align: center;
  margin: 46px 0 60px;
}
.cta_btn a {
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  transition: opacity .2s ease;
}
@media print, screen and (min-width: 960px) {
  .cta_btn a:hover {
    opacity: 0.7;
  }
}
.cta_btn a img,
.cntCta-btn a img {
  animation: heart 2.5s infinite;
}
@keyframes heart {
  0% {
    transform: scale(1.05);
  }
  5% {
    transform: scale(1);
  }
  95% {
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
  }
}
.ank_wrap {
    background: #faf7f5;
    padding: 26px 0 60px;
    margin: 0 auto 40px;
}
.ankWrap-ttl {
  text-align: center;
  margin: 0 0 28px;
  font-size: 0;
}
.ank_wrap ul {
  line-height: 0;
}
.ank_wrap ul li {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  background: #fff;
}
.ank_wrap ul li a {
    display: block;
    transition: opacity .2s ease;
}
.cnt_wrap {
  width: 1100px;
  margin: 0 auto 80px;
}
.cnt_wrap:last-child {
  margin: 0 auto;
}
.cntWrap-ttl {
  text-align: center;
  font-size: 0;
  line-height: 1;
  margin: 0 auto 45px;
}
.cnt_in {
  margin: 0 auto 40px;
  width: 990px;
}
.cnt_in.is-ver2 {
  padding: 35px 0 0 55px;
  width: auto;
}
.cnt_in:last-child {
  margin: 0 auto;
}
.cntIn-txt {
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 50px;
}
.cntIn-img {
  text-align: center;
  margin: 0 auto 35px;
  line-height: 1;
}
.cnt_ct {
  margin: 0 0 93px;
}
.cnt_ct:last-child {
  margin: 0;
}
.cntCt_dtl {
  width: 495px;
}
.cntCt-ttl {
  margin: 0 0 17px;
}
.cntCt-txt {
  margin: 0 0 26px;
  font-size: 18px;
}
.cntCt_notes li {
  font-size: 14px;
  position: relative;
  padding: 0 0 0 1.2em;
  margin: 0 0 6px;
  line-height: 1.3;
}
.cntCt_notes li:last-child {
  margin: 0;
}
.cntCt_notes li span {
  position: absolute;
  top: 0;
  left: 0;
}
.cntCta_wrap {
  background: #F8F7F5;
  padding: 0 0 45px;
  border: 2px solid #FF6400;
}
.cntCta_btn a {
  cursor: pointer;
  display: inline-block;
}
.cntCta-ttl {
  border-bottom: 2px solid #FF6400;
  line-height: 0;
  padding: 11px 0;
  text-align: center;
  margin: 0 0 45px;
}
.cntCta_in {
  width: 810px;
  margin: 0 auto 42px;
}
.cntctaIn-img {
  width: 373px;
}
.cntctaIn_dtl {
  width: 405px;
}
.cntctaIn-ttl {
  margin: 0 0 22px;
  font-size: 32px;
  line-height: 0;
}
.cntctaIn-ttl:last-child {
  margin: 0;
}
.cntctaIn-txt {
  line-height: 1.66;
  font-size: 18px;
}
.cntCta-btn {
  width: 483px;
  margin: 0 auto;
  line-height: 1;
}
.cntCta-btn a {
  display: block;
  transition: opacity .2s ease;
  cursor: pointer;
}
.cntCta_in.is-ver2 .cntctaIn_dtl {
  width: 100%;
}
.cntCta_in.is-ver2 .cntctaIn-ttl {
  text-align: center;
  margin: 0 auto 16px;
}
.cntCta_in.is-ver2 .cntIn-img {
  text-align: center;
  margin: 0 auto 30px;
}
.cntCta_in.is-ver2 .cntctaIn-txt {
  margin: 0 auto 16px;
}
.cntCta_in.is-ver2 .cntctaIn-notes {
  margin: 0 auto 16px;
}
.cntCta_in.is-ver2 .cntctaIn-txt:last-child {
  margin: 0 auto;
}
.nFooter-Inner {
  padding-bottom: 125px;
  border-top: 1px solid #707070;
}
.lContainer1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px 0;
  max-width: 1596px;
}
.nFooter-Item:first-child {
  margin-top: 0;
  border: none;
}
.bFooterSponsor-Body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  background-color: #fff;
  line-height: 1.75;
}
.sSponsor-Image {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
}
.sLImage-main {
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity .2s cubic-bezier(.36,.01,.29,.99);
  transition: opacity .2s cubic-bezier(.36,.01,.29,.99);
}
.sLImage-main.lazyloaded {
  opacity: 1;
}
.sSponsorText {
  padding-left: 35px;
  font-size: 16px;
}
.bFooterSponsor-Image {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
}
.bFooterSponsor-Image:not(:first-of-type) {
  margin: 0 0 0 92px;
}
.bFooterNav-Wrapper {
  position: relative;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 40px;
}
.bFooterNav-Text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.bFooterNavList {
  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;
}
.bFooterNavItem {
  font-size: 17px;
  margin: 0 32px 0 0;
  color: #000;
}
.bFooterNavItem:last-child {
  margin: 0;
}
.bFooterNavItem a {
  color: #000;
  text-decoration: underline;
}
@media print, screen and (min-width: 960px) {
  .bFooterNavItem a:hover {
    text-decoration: none;
  }
}
.bFooterNavCaution {
  font-size: 10px;
  margin-top: 12px;
  display: block;
}
.bFooterNav-Sns {
  position: relative;
}
.bFooterNav-SnsBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 200px;
}
.sSnsLink {
  display: inline-block;
  -webkit-transition: -webkit-transform .2s cubic-bezier(.36,.01,.29,.99);
  transition: -webkit-transform .2s cubic-bezier(.36,.01,.29,.99);
  transition: transform .2s cubic-bezier(.36,.01,.29,.99);
  transition: transform .2s cubic-bezier(.36,.01,.29,.99),-webkit-transform .2s cubic-bezier(.36,.01,.29,.99);
  font-size: 0;
}
.sLImage {
  position: relative;
  font-size: 0;
}
.bFooterNav-Icon:not(:first-of-type) {
  margin-left: 25px;
}
.nFooter-copyright {
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 16px 0;
}
.bBtmBanner {
  background-color: #fff;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  width: 100vw;
  height: 125px;
}
.lContainer2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5rem;
  max-width: 1200px;
}
.bBtmBanner-Body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sHeading-Text {
  display: block;
  font-size: 2.125rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
.bBtmBanner-Text {
  font-size: 1.3125rem;
}
.sHeading-Text strong {
  font-size: 1.3em;
  color: #ff6400;
}
.bBtmBanner-Image {
  width: 2.5rem;
}
.bBtmBanner-Btn {
  margin-left: 38px;
}
.bBtmBanner-Btn a {
  cursor: pointer;
  transition: opacity .2s ease;
  border-radius: 47px;
}
@media print, screen and (min-width: 960px) {
  body {
    min-width: 1236px;
  }
    .head_logo {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ank_wrap ul {
        width: 1100px;
        margin: 0 auto;
        box-sizing: border-box;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ank_wrap ul li {
        text-align: center;
    }
    .ank_wrap ul li a:hover {
        opacity: 0.7;
    }
    .cnt_ct {
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .cnt_ct.is-ver2 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
    .cntCta_in {
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
    .cntCta_in.is-ver2 {
      display:block;
    }
    .cntCta-btn a:hover,
    .bBtmBanner-Btn a:hover {
      opacity: 0.7;
    }
    .bFooterNav-Wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      vertical-align: middle;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .nFooter {
      margin: 240px 0 0;
    }
}
@media print, screen and (max-width: 959px) {
    .c-pc {
        display: none;
    }
    .c-pc-in {
        display: none;
    }
    .c-sp {
        display: block;
    }
    .c-sp-in {
        display: inline;
    }
    .head_logo {
      height: 50px;
    }
    .mv_wrap {
      background: no-repeat #fef8de url(../img/mv_bg.png) center/cover;
      text-align: center;
      padding: 0;
    }
    .mv_wrap h1 {
    font-size: 0;
    }
    .mv_wrap img {
      max-width: 1236px;
      width: 100%;
      height: auto;
      line-height: 0;
    }
    .mv-note {
      font-size: 10px;
      padding: 0 25px;
      width: 100%;
    }
    .cta_wrap {
      margin: 16px auto 20px;
      max-width: 325px;
      width: 100%;
    }
    .cta_wrap img {
      width: 100%;
      height: auto;
    }
    .ank_wrap {
      padding: 21px 0 22px;
      margin: 0 auto 20px;
    }
    .ankWrap-ttl {
    text-align: center;
    margin: 0 0 28px;
    font-size: 0;
    }
    .ank_wrap ul {
    line-height: 0;
    padding: 0 25px;
    }
    .ank_wrap ul li {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    max-width: 324px;
    width: 100%;
    margin: 0 auto 15px;
    }
    .ank_wrap ul li a {
      display: block;
    }
    .ank_wrap ul li a img {
      width: 100%;
      height: auto;
    }
    .cnt_wrap {
      width: 100%;
      margin: 0 auto 60px;
      padding: 0 25px;
    }
    .cntWrap-ttl {
    text-align: center;
    font-size: 0;
    line-height: 1;
    margin: 0 auto 20px;
    }
    .cntWrap-ttl img {
    max-width: 100%;
    height: auto;
    }
    .cnt_in {
    margin: 0 auto 20px;
    width: 100%;
    }
    .cnt_in.is-ver2 {
    padding: 35px 0 0;
    }
    .cntIn-txt {
    font-size: 15px;
    line-height: 1.55;
    margin: 0 0 20px;
    }
    .cntIn-img {
    text-align: center;
    margin: 0 auto 10px;
    line-height: 1;
    }
    .cntIn-img img {
      max-width: 100%;
      height: auto;
    }
    .cnt_ct {
    margin: 0 0 20px;
    }
    .cntCt_dtl {
    width: 100%;
    margin: 0 auto 20px;
    }
    .cntCt-ttl {
    margin: 0 0 17px;
    text-align: center;
    }
    .cntCt-ttl img {
      max-width: 100%;
      height: auto;
    }
    .cntCt-img {
      width: 100%;
      max-width: 325px;
      margin: 0 auto ;
    }
    .cntCt-img img {
      max-width: 100%;
      height: auto;
    }
    .cntCt-txt {
    margin: 0;
    font-size: 15px;
    }
    .cntCt_notes li {
    font-size: 11px;
    padding: 0 0 0 1.2em;
    margin: 0 0 6px;
    line-height: 1.45;
    }
    .cntCt_notes li:last-child {
    margin: 0;
    }
    .cntCt_notes li span {
    position: absolute;
    top: 0;
    left: 0;
    }
    .cntCta_wrap {
      padding: 0 0 20px;
    }
    .cntCta-ttl {
    line-height: 0;
    padding: 5px 0;
    text-align: center;
    margin: 0 0 16px;
    }
    .cntCta_in {
    width: 100%;
    margin: 0 auto 13px;
    padding: 0 18px;
    }
    .cntctaIn-img {
      width: 100%;
      max-width: 284px;
      margin: 0 auto 10px;
      text-align: center;
      line-height: 0;
    }
    .cntctaIn-img img {
      width: 100%;
      height: auto;
    }
    .cntctaIn_dtl {
      width: 100%;
    }
    .cntctaIn-ttl {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 0;
    text-align: center;
    }
    .cntctaIn-ttl:last-child {
    margin: 0;
    }
    .cntctaIn-ttl img {
      max-width: 100%;
      height: auto;
    }
    .cntctaIn-txt {
    line-height: 1.66;
    font-size: 15px;
    }
    .cntCta-btn {
      width: 100%;
      margin: 0 auto;
      line-height: 1;
      max-width: 285px;
      margin: 0 auto 15px;
    }
    .cntCta-btn:last-child {
      margin: 0 auto;
    }
    .cntCta-btn a {
      display: block;
      cursor: pointer;
      text-align: center;
    }
    .cntCta_in.is-ver2 .cntctaIn_dtl {
    width: 100%;
    }
    .cntCta_in.is-ver2 .cntctaIn-ttl {
    text-align: center;
    margin: 0 auto 16px;
    }
    .cntCta_in.is-ver2 .cntIn-img {
    margin: 0 auto 8px;
    }
    .cntCta_in.is-ver2 .cntctaIn-txt {
    margin: 0 auto 7px;
    }
    .cntCta_in.is-ver2 .cntctaIn-notes {
    margin: 0 auto 20px;
    }
    .cntCta_in.is-ver2 .cntctaIn-txt:last-child {
    margin: 0 auto;
    }
    .cntCta_in.is-ver3 {
      margin: 0 0 20px;
    }
    .nFooter-Inner {
      padding-bottom: 110px;
      border: none;
    }
    .lContainer1 {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 50px 0 0;
      max-width: 1224px;
    }
    .nFooter-Item:first-child {
      margin-top: 0;
      border: none;
    }
    .bFooterSponsor-Body {
      display: block;
      padding: 0 17px;
      line-height: 1.75;
    }
    .sSponsor-Image {
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      vertical-align: middle;
    }
    .sLImage-main {
      width: 100%;
      height: auto;
      opacity: 0;
      -webkit-transition: opacity .2s cubic-bezier(.36,.01,.29,.99);
      transition: opacity .2s cubic-bezier(.36,.01,.29,.99);
    }
    .sLImage-main.lazyloaded {
      opacity: 1;
    }
    .sSponsorText {
      padding-left: 15px;
      font-size: 12px;
    }
    .bFooterSponsor-Image {
      font-size: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      vertical-align: middle;
      margin: 0 0 30px;
    }
    .bFooterSponsor-Image:not(:first-of-type) {
      margin: 0;
    }
    .bFooterNav-Wrapper {
      position: relative;
      background-color: #fff;
      padding-top: 30px;
      padding-bottom: 85px;
    }
    .bFooterNav-Text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 auto;
    }
    .bFooterNavList {
      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;
    }
    .bFooterNavItem {
      font-size: 11px;
      text-decoration: underline;
      margin: 0 15px 0 0;
      padding: 0 15px 0 0;
      border-right: 1px solid #000;
    }
    .bFooterNavItem:last-child {
      margin: 0;
      padding: 0;
      border: none;
    }
    .bFooterNavItem a {
      color: #000;
    }
    .bFooterNavCaution {
      font-size: 10px;
      margin-top: 12px;
      display: block;
    }
    .bFooterNav-Sns {
      position: relative;
    }
    .bFooterNav-SnsBody {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      right: auto;
      left: 50%;
      top: 40px;
      -webkit-transform: translateY(-50%);
      transform: translate(-50%,-50%);
      width: 115px;
      margin: 0 auto;
    }
    .sSnsLink {
      display: inline-block;
      -webkit-transition: -webkit-transform .2s cubic-bezier(.36,.01,.29,.99);
      transition: -webkit-transform .2s cubic-bezier(.36,.01,.29,.99);
      transition: transform .2s cubic-bezier(.36,.01,.29,.99);
      transition: transform .2s cubic-bezier(.36,.01,.29,.99),-webkit-transform .2s cubic-bezier(.36,.01,.29,.99);
      font-size: 0;
    }
    .sLImage {
      position: relative;
      font-size: 0;
    }
    .bFooterNav-Icon:not(:first-of-type) {
      margin-left: 20px;
    }
    .nFooter-copyright {
      font-size: 11px;
      padding: 11px 0;
    }
    .bBtmBanner {
      padding: 0 0 17px;
      position: fixed;
      bottom: 0;
      width: 100vw;
      height: 110px;
    }
    .lContainer2 {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 0 10px;
      max-width: 1200px;
    }
    .bBtmBanner-Body {
      display: block;
    }
    .sHeading-Text {
      display: block;
      font-size: 2.125rem;
      line-height: 1.4;
      font-weight: bold;
      text-align: center;
    }
    .bBtmBanner-Text {
      font-size: 1.3125rem;
    }
    .sHeading-Text strong {
      font-size: 1.3em;
      color: #ff6400;
    }
    .bBtmBanner-Title {
      text-align: center;
      max-width: 335px;
      width: 100%;
      margin: 0 auto;
      font-size: 0;
    }
    .bBtmBanner-Title img {
      width: 100%;
      height: auto;
    }
    .bBtmBanner-Btn  {
      text-align: center;
      max-width: 284px;
      width: 100%;
      margin: 0 auto;
      margin-left: auto;
    }
    .bBtmBanner-Image img {
      width: 100%;
      height: auto;
    }
}
@media print, screen and (max-width: 374px) {
  .cta_btn a,
  .cntCta-btn {
    max-width: calc(100% - 20px);
  }
  .cta_btn a img,
  .cntCta-btn a img {
    max-width: 100%;
    height: auto;
  }
  .check-img img {
    width: 100%;
    height: auto;
  }
  .checkSlide_wrap .slick-slide img {
    width: 100%;
    height: auto;
  }
  .cv-ttl {
    font-size: 17px;
  }
  .cv-btn img {
    width: 100%;
    height: auto;
  }
  .first_in.is-num02 {
    padding-bottom: 144px;
  }
  .first_in.is-num02::after {
    width: 180px;
    height: 135px;
  }
  .first_in.is-num03::after {
    width: 280px;
    margin-left: -140px;
  }
  .checkDet-img img {
    width: 100%;
    height: auto;
  }
  .ank_wrap ul li a {
    font-size: 12px;
  }
  .thereDet-ttl {
    font-size: 19px;
  }
  .thereCv-ttl {
    font-size: 20px;
  }
  .thereCv-ttl .is-clr {
    font-size: 23px;
  }
  .item-ttl {
    font-size: 16px;
  }
  .c-ttl {
    font-size: 23px;
  }
  .foot_link li a {
    font-size: 10px;
  }
}
.mod-modal-content {
  display: none;
  opacity: 0;
  max-width: 1024px;
  padding: 40px 50px 0 50px;
  background: #fff;
  border: 12px solid #ebe5e1;
  transition: opacity .5s ease 0s;
}
.mod-modal.is-show .mod-modal-content {
  display: block;
  opacity: 1;
}
.mod-modal-close-wrap {
  width: calc(100% + 100px);
  margin: 40px 0 0 -50px;
  padding: 15px 0 0 0;
  background: #ebe5e1;
}
.popup_link.of-modal-icon:before {
  content: none;
}
.mod-modal-backdrop {
  display: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, .2);
  transition: opacity .5s ease 0s;
}
.mod-modal.is-show .mod-modal-backdrop {
  display: block;
  opacity: 1;
}
@media (max-height: 800px) {
  .mod-modal-content-inner {
      overflow: scroll;
      height: 450px;
  }
}
