@charset "utf-8";

/* ---------------------------------------------------
 * base
/* ---------------------------------------------------*/

html {
    font-size: 62.5%;	/*適宜変更お願いします*/
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    text-align: center;
    font-size: 10px;
    font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    line-height: 1.75;
    width: 100%;
    background-color: #fff;
    font-weight: 400;	/*適宜変更お願いします*/
    font-feature-settings: "palt" 1;	/*自動カーニング*/
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

#footer {
	text-align: center;
    background-color: #585858;
    font-size: 1.5em;
    padding: 1em;
    color:#fff;
}

/* ---------------------------------------------------
 * common（PC　min-width: 1023px）
/* ---------------------------------------------------*/
.wrap {
	width: 2000px;
	max-width: 100%;
}

.container {
    position: relative;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

/*背景画像を指定*/
section#section-01 {
	background:url(../img_pc/section_01.jpg)no-repeat top center;
    height: px;  
}
section#section-02 {
	background:url(../img_pc/section_02.jpg)no-repeat top center;
    height: px;  
}
section#section-03 {
	background:url(../img_pc/section_03.jpg)no-repeat top center;
    height: px;  
}
section#section-04 {
	background:url(../img_pc/section_04.jpg)no-repeat top center;
    height: px;  
}
section#section-05 {
	background:url(../img_pc/section_05.jpg)no-repeat top center;
    height: px;  
}
section#section-06 {
	background:url(../img_pc/section_06.jpg)no-repeat top center;
    height: px;  
}
section#section-07 {
	background:url(../img_pc/section_07.jpg)no-repeat top center;
    height: px;  
}
section#section-08 {
	background:url(../img_pc/section_08.jpg)no-repeat top center;
    height: px;  
}
section#section-09 {
	background:url(../img_pc/section_09.jpg)no-repeat top center;
    height: px;  
}
section#section-10 {
	background:url(../img_pc/section_10.jpg)no-repeat top center;
    height: px;  
}
section#section-11 {
	background:url(../img_pc/section_11.jpg)no-repeat top center;
    height: px;  
}
section#section-12 {
	background:url(../img_pc/section_12.jpg)no-repeat top center;
    height: px;  
}
section#section-13 {
	background:url(../img_pc/section_13.jpg)no-repeat top center;
    height: px;  
}
section#section-14 {
	background:url(../img_pc/section_14.jpg)no-repeat top center;
    height: px;  
}
section#section-15 {
	background:url(../img_pc/section_15.jpg)no-repeat top center;
    height: px;  
}
section#section-16 {
	background:url(../img_pc/section_16.jpg)no-repeat top center;
    height: px;  
}
section#section-17 {
	background:url(../img_pc/section_17.jpg)no-repeat top center;
    height: px;  
}
section#section-18 {
	background:url(../img_pc/section_18.jpg)no-repeat top center;
    height: px;  
}
section#section-19 {
	background:url(../img_pc/section_19.jpg)no-repeat top center;
    height: px;  
}
section#section-20 {
	background:url(../img_pc/section_20.jpg)no-repeat top center;
    height: px;  
}
section#section-21 {
	background:url(../img_pc/section_21.jpg)no-repeat top center;
    height: px;  
}
section#section-22 {
	background:url(../img_pc/section_22.jpg)no-repeat top center;
    height: px;  
}
section#section-23 {
	background:url(../img_pc/section_23.jpg)no-repeat top center;
    height: px;  
}

.-pc {
    display: block;
}

.-sp {
    display: none;
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
/*CTA*/
.btn_box:hover {
  filter: brightness(110%);
}

.form_box_01 {
    top: 9%;
}
.form_box_02 {
    top: 6%;
}
.form_box_01, .form_box_02 {
    position: absolute;
    z-index: 99;
    width: 54.5%;
    padding-left: 1%;
    left: 0;
    right: 0;
    margin: auto;
}

.btn {
	animation: anime1 0.5s ease 0s infinite alternate;
	transform-origin: center;
	cursor: pointer;
}
@keyframes anime1 {
	from {
		transform: scale(0.9,0.9);
		  }
	to {
		transform: scale(1,1);
		}
}

/*---------------------
* 矢印
---------------------*/
figure.bounce:after {
    margin-top: 2.8%;
    width: 100%;
    height: 100%;
    left: 0%;
    background: url(../img_pc/arw.png) no-repeat center top;
    background-size: 28% auto;
    bottom: 0%;
}
.bounce{
  position: relative;
}
.bounce::after {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto auto;
  content: '';
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
 @keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
 50% {
 -webkit-transform: translateY(-20px);
 -ms-transform: translateY(-20px);
 transform: translateY(-20px);
}
 60% {
 -webkit-transform: translateY(-5px);
 -ms-transform: translateY(-5px);
 transform: translateY(-5px);
}
 80% {
 -webkit-transform: translateY(-10px);
 -ms-transform: translateY(-10px);
 transform: translateY(-10px);
}
}

/*-----------------スマホサイズ-----------------------*/

@media screen and (max-width:600px) {
    .-pc {
        display: none;
    }
    .-sp {
        display: block;
    }
    body {
        font-size: 4.2vw;
    }
    .wrap {
        max-width: 100%;
        width: 100%;
    }
    #footer {
        text-align: center;
        font-size: 0.8em;
        padding: 1em;
    }
    section#section-01,
    section#section-02,
    section#section-03,
    section#section-04,
    section#section-05,
    section#section-06,
    section#section-07,
    section#section-08,
    section#section-09,
    section#section-10,
    section#section-11,
    section#section-12,
    section#section-13,
    section#section-14,
    section#section-15,
    section#section-16,
    section#section-17,
    section#section-18,
    section#section-19,
    section#section-20,
    section#section-21,
    section#section-22,
	section#section-23{
    	background: none !important;
	}
	
	.form_box_01 {
		top: 8%;
	}
	.form_box_02 {
		top: 7%;
	}
	.form_box_01,.form_box_02 {
        position: absolute;
        z-index: 99;
        width: 94%;
        padding-left: 2%;
        left: 0;
        right: 0;
        margin: auto;
    }
	
	/*---------------------
	* 矢印
	---------------------*/
	figure.bounce:after {
        margin-top: 10%;
        width: 100%;
        height: 100%;
        left: 0%;
        background-size: 47% auto;
        bottom: 0%;
    }
	@keyframes bounce {
		  0%, 20%, 50%, 80%, 100% {
			top: 0;
		  }

		  40% {
			top: -10px;
		  }

		  60% {
			top: -5px;
		  }

		  70% {
			top: -3px;
		  }
	}
}
/*----------------------------------------*/
