@charset "UTF-8";

html {
  background: #fff;
  overflow-x: hidden;
}
body {
  font-size: 16px;
  color: #444;
  line-height: 200%;
  overflow-x: hidden;
  font-family:'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
  background-image: url("/assets_lp/cnt/holidays_call/images/fvback.gif");
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
}
img { width: 100%;}
a {
  opacity: 1;
  transition: all .3s;
  color: #ccc;
}
a:hover {
  opacity: 0.8;
  transition: all .3s;
}
.pc_only{display: block;}
.sp_only{display: none;}
header img{display: block;width: 100%;}
.mv {
  width: 100%;
  position: relative;
}
#contents {
  width: 100%;
}
#contents .contents_inner {
  width: 500px;
  margin: 0 auto;
  background: #c2deeb;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  box-shadow: 0 0 1px #000;
}
#contents .contents_wrapper {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
.section_inner {
  margin: 0 auto;
}
.item {
  background:#fff;
  padding-bottom: 2vw;
}
.item p{
  margin-top: 1vw;
  padding: 1vw auto;
  font-size: 80%;
  text-align: center;
}
.slider_inner {
  width: 479px;
}
.slider_card {
  width: 100%;
  margin: 0 15px;
}
.slider_card img{
  width: 100%;
  margin: 0 auto;
}
.slick-prev {
  left: 0px;
}
.slick-next {
  right: 0px;
}
.slick-next:before {
  background: url("/assets_lp/cnt/holidays_call/images/next.webp") no-repeat center center;
  background-size: contain;
}
.slick-prev:before {
  background: url("/assets_lp/cnt/holidays_call/images/prev.webp") no-repeat center center;
  background-size: contain;
}
.slick-prev,.slick-next{
  width: 50px;
  height: 50px;
}
.slick-prev:before, .slick-next:before {
  font-size: 50px;
}
.slick-arrow {
  z-index: 2;
}
.slick-arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.img02 {
  padding: 2vw 0;
}
.form_title{
  position: relative;
  display: inline-block;
  background: #0477da;
  width: 100%;
  font-size: 150%;
  color: #fff;
  text-align: center;
  padding: 2vw 0;
  letter-spacing: .1rem;
}
.form_title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #0477da;
}
.form_title span{
  font-size: 70%;
}
#formWrap iframe {
  height: 1100px;
}
footer {
  background: #333;
}
footer .footer_inner{
  font-size: 80%;
  color: #ccc;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5vw 0;
}
footer .footer_inner img{
  width: 146px;
}
footer .copy{
  width: 1000px;
  margin: 0 auto;
  border-top: 1px dotted #666;
  font-size: 80%;
  text-align: center;
  color: #888;
  padding: 1vw 0;
}
.fixedbtn {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  background-color: rgba(0, 22, 44, 0.8);
  position: fixed;
  bottom: 0;
  transition: all .3s;
  z-index: 9999;
}
.fixedbtn .date {
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.fixedbtn_inner {
  width: 500px;
  margin: 0 auto;
  padding: 1rem 0;
}
.fixedbtn_inner img{
  width: 80%;
  margin: 0 auto;
}
.is-open {
  visibility: visible;
  opacity: 1;
}
.fadeUpTrigger{
    opacity: 0;
}
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }}
.anime-updown {
  animation: 2s fuwafuwa infinite;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.qa {
  padding: 0 0 4vw 0;
}
.qa .qa_title{
  position: relative;
  display: inline-block;
  background: #0477da;
  width: 100%;
  font-size: 150%;
  color: #fff;
  text-align: center;
  padding: 2vw 0;
  margin-bottom: 2vw;
  letter-spacing: .1rem;
}
.qa .qa_title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #0477da;
}
.qa .support_inner {
  margin-top: 0vw;
  padding: 0 1vw;
}
.qa .support_inner .support_box{
  font-size: 100%;;
  display: none;/*はじめは非表示*/
  margin-top:1vw;
  background: #d9ebf3;
  border-radius: 10px;
  padding: 1vw;
}
.qa .support_inner .title{
  background: #0477da;
  border-radius: 100px;
  color: #fff;
  padding: 2vw;
  font-size:110%;
}
.qa .support_inner .support_box .red{
  color: #c00;
}
/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:150%;
    font-weight: bold;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
    text-align: center;
    background: #f6f6f6;
    border-radius: 10px;
    margin-top: 30px;
}
/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 20px;
    height: 5px;
    background-color: #fff;
}
.title::before{
    top:46%;
    left: 15px;
    transform: rotate(0deg);
}
.title::after{
    top:46%;
    left: 15px;
    transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
  transform: rotate(45deg);
}
.title.close::after{
  transform: rotate(-45deg);
}
/*カルーセル*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

_:-ms-lang(x)::-ms-backdrop,
.anime_slide {
  display: -ms-grid;
  overflow: hidden;
}
.anime_slide__wrap {
  display: flex;
  overflow: hidden;
}
.anime_slide__list {
  display: flex;
  list-style: none;
  margin: 40px 0;
}
.anime_slide__list--left{
animation :infinity-scroll-left 25s infinite linear 0.5s both;
}
.anime_slide__item {
  width: calc(100vw / 6);
  margin-right: 10px;
}
.anime_slide__item picture{
  width: 0;
  height: 0;
}
.anime_slide__item > img{
  width: 100%;
  line-height: 0;
}
.work {
    padding-top: 15px;
}
.work_bnr {
    padding-top: 15px;
    margin: 0 15px;
}
  

@media (max-width: 750px) {
  .anime_slide__list {
    display: flex;
    list-style: none;
    margin: 20px 0;
  }
  .anime_slide__item {
    width: calc(100vw / 2);
    margin-right: 5px;
  }
  .anime_slide__item > img{

  }
}
/* # =================================================================
   # SP
   # ================================================================= */

@media (max-width: 750px) {
  iframe {
    height: 1150px;
  }
  #contents .contents_inner {
    width: 100%;
    border-left: none;
    border-right: none;
  }
  #contents .contents_wrapper {
    border-left: none;
    border-right: none;
  }
  #contents .contents_inner {
    width: 100%;
  }
  .work {
    width: 100%;
    padding-top: 4vw;
  }
  .work_bnr {
    padding-top: 4vw;
    margin: 0 4vw;
  }
  .form_title{
    padding: 2vw 0 4vw 0;
  }
  .slider_inner {
    width: 100%;
  }
  .slick-prev,.slick-next{
    width: 30px;
    height: 30px;
  }
  .item {
    padding-bottom: 8vw;
  }
  .item p{
    margin-top: 4vw;
  }
  footer {
    padding-bottom: 40px;
  }
  footer .footer_inner{
    width: 90%;
  }
  footer .footer_inner p{
    font-size: 80%;
  }
  footer .footer_inner img{
    width: 50px;
  }
  footer .copy{
    width: 100%;
    font-size: 80%;
    padding: 3vw 0;
  }
  .fixedbtn_inner {
    width: 100%;
  }
  .fixedbtn_inner img{
    width: 80%;
    display: block;
  }
  .qa {
    padding: 0 0 10vw 0;
  }
  .qa .qa_title{
    padding: 4vw 0;
  }
  .qa .support_inner .title{
    padding: 4vw;
    font-size:90%;
  }
  .qa .support_inner .support_box{
    font-size:90%;
    margin-top: 3vw;
    padding: 2.5vw;
  }
}